/********** RESET CSS **********/

/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: https://meyerweb.com
	HTML5 Doctor				:: https://html5doctor.com
	and the HTML5 Boilerplate	:: https://html5boilerplate.com

-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: inherit;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
    display: block;
}

/* Handle box-sizing while better addressing child elements:
   https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

video {
    max-width: 100%;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Responsive images and other embedded objects
*/

img,
object,
embed {
    max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	 In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/

/* force a vertical scrollbar to prevent a jumpy page */

html {
    overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #000;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

/* tables still need cellspacing="0" in the markup */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    font-weight: bold;
    vertical-align: bottom;
}

td {
    font-weight: normal;
    vertical-align: top;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
sel ect {
    vertical-align: middle;
}

input:focus {
    outline: none;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

select,
input,
textarea {
    font: 99% sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

small {
    font-size: 85%;
}

strong {
    font-weight: bold;
}

td,
td img {
    vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights https://gist.github.com/413930 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* standardize any monospaced elements */

pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */

.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */

button,
input,
select,
textarea {
    margin: 0;
}

/* make buttons play nice in IE */

button,
input[type=button] {
    width: auto;
    overflow: visible;
}

/* scale images in IE7 more attractively */

.ie7 img {
    -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: ex * pression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

input {
    background-color: transparent;
}

button {
    font-family: inherit;
}

b {
    font-weight: bold;
}

.mt1 {
    margin-top: 1px;
}

.mt1 {
    margin-top: 1px;
}

.mt2 {
    margin-top: 2px;
}

.mt3 {
    margin-top: 3px;
}

.mt4 {
    margin-top: 4px;
}

.mt5 {
    margin-top: 5px;
}

.mt6 {
    margin-top: 6px;
}

.mt7 {
    margin-top: 7px;
}

.mt8 {
    margin-top: 8px;
}

.mt9 {
    margin-top: 9px;
}

.mt10 {
    margin-top: 10px;
}

.mt11 {
    margin-top: 11px;
}

.mt12 {
    margin-top: 12px;
}

.mt13 {
    margin-top: 13px;
}

.mt14 {
    margin-top: 14px;
}

.mt15 {
    margin-top: 15px;
}

.mt16 {
    margin-top: 16px;
}

.mt17 {
    margin-top: 17px;
}

.mt18 {
    margin-top: 18px;
}

.mt19 {
    margin-top: 19px;
}

.mt20 {
    margin-top: 20px;
}

.mt21 {
    margin-top: 21px;
}

.mt22 {
    margin-top: 22px;
}

.mt23 {
    margin-top: 23px;
}

.mt24 {
    margin-top: 24px;
}

.mt25 {
    margin-top: 25px;
}

.mt26 {
    margin-top: 26px;
}

.mt27 {
    margin-top: 27px;
}

.mt28 {
    margin-top: 28px;
}

.mt29 {
    margin-top: 29px;
}

.mt30 {
    margin-top: 30px;
}

.mt31 {
    margin-top: 31px;
}

.mt32 {
    margin-top: 32px;
}

.mt33 {
    margin-top: 33px;
}

.mt34 {
    margin-top: 34px;
}

.mt35 {
    margin-top: 35px;
}

.mt36 {
    margin-top: 36px;
}

.mt37 {
    margin-top: 37px;
}

.mt38 {
    margin-top: 38px;
}

.mt39 {
    margin-top: 39px;
}

.mt40 {
    margin-top: 40px;
}

.mt41 {
    margin-top: 41px;
}

.mt42 {
    margin-top: 42px;
}

.mt43 {
    margin-top: 43px;
}

.mt44 {
    margin-top: 44px;
}

.mt45 {
    margin-top: 45px;
}

.mt46 {
    margin-top: 46px;
}

.mt47 {
    margin-top: 47px;
}

.mt48 {
    margin-top: 48px;
}

.mt49 {
    margin-top: 49px;
}

.mt50 {
    margin-top: 50px;
}

.mt51 {
    margin-top: 51px;
}

.mt52 {
    margin-top: 52px;
}

.mt53 {
    margin-top: 53px;
}

.mt54 {
    margin-top: 54px;
}

.mt55 {
    margin-top: 55px;
}

.mt56 {
    margin-top: 56px;
}

.mt57 {
    margin-top: 57px;
}

.mt58 {
    margin-top: 58px;
}

.mt59 {
    margin-top: 59px;
}

.mt60 {
    margin-top: 60px;
}

.mt61 {
    margin-top: 61px;
}

.mt62 {
    margin-top: 62px;
}

.mt63 {
    margin-top: 63px;
}

.mt64 {
    margin-top: 64px;
}

.mt65 {
    margin-top: 65px;
}

.mt66 {
    margin-top: 66px;
}

.mt67 {
    margin-top: 67px;
}

.mt68 {
    margin-top: 68px;
}

.mt69 {
    margin-top: 69px;
}

.mt70 {
    margin-top: 70px;
}

.mt71 {
    margin-top: 71px;
}

.mt72 {
    margin-top: 72px;
}

.mt73 {
    margin-top: 73px;
}

.mt74 {
    margin-top: 74px;
}

.mt75 {
    margin-top: 75px;
}

.mt76 {
    margin-top: 76px;
}

.mt77 {
    margin-top: 77px;
}

.mt78 {
    margin-top: 78px;
}

.mt79 {
    margin-top: 79px;
}

.mt80 {
    margin-top: 80px;
}

.mt81 {
    margin-top: 81px;
}

.mt82 {
    margin-top: 82px;
}

.mt83 {
    margin-top: 83px;
}

.mt84 {
    margin-top: 84px;
}

.mt85 {
    margin-top: 85px;
}

.mt86 {
    margin-top: 86px;
}

.mt87 {
    margin-top: 87px;
}

.mt88 {
    margin-top: 88px;
}

.mt89 {
    margin-top: 89px;
}

.mt90 {
    margin-top: 90px;
}

.mt91 {
    margin-top: 91px;
}

.mt92 {
    margin-top: 92px;
}

.mt93 {
    margin-top: 93px;
}

.mt94 {
    margin-top: 94px;
}

.mt95 {
    margin-top: 95px;
}

.mt96 {
    margin-top: 96px;
}

.mt97 {
    margin-top: 97px;
}

.mt98 {
    margin-top: 98px;
}

.mt99 {
    margin-top: 99px;
}

.mr1 {
    margin-right: 1px;
}

.mr2 {
    margin-right: 2px;
}

.mr3 {
    margin-right: 3px;
}

.mr4 {
    margin-right: 4px;
}

.mr5 {
    margin-right: 5px;
}

.mr6 {
    margin-right: 6px;
}

.mr7 {
    margin-right: 7px;
}

.mr8 {
    margin-right: 8px;
}

.mr9 {
    margin-right: 9px;
}

.mr10 {
    margin-right: 10px;
}

.mr11 {
    margin-right: 11px;
}

.mr12 {
    margin-right: 12px;
}

.mr13 {
    margin-right: 13px;
}

.mr14 {
    margin-right: 14px;
}

.mr15 {
    margin-right: 15px;
}

.mr16 {
    margin-right: 16px;
}

.mr17 {
    margin-right: 17px;
}

.mr18 {
    margin-right: 18px;
}

.mr19 {
    margin-right: 19px;
}

.mr20 {
    margin-right: 20px;
}

.mr21 {
    margin-right: 21px;
}

.mr22 {
    margin-right: 22px;
}

.mr23 {
    margin-right: 23px;
}

.mr24 {
    margin-right: 24px;
}

.mr25 {
    margin-right: 25px;
}

.mr26 {
    margin-right: 26px;
}

.mr27 {
    margin-right: 27px;
}

.mr28 {
    margin-right: 28px;
}

.mr29 {
    margin-right: 29px;
}

.mr30 {
    margin-right: 30px;
}

.mr31 {
    margin-right: 31px;
}

.mr32 {
    margin-right: 32px;
}

.mr33 {
    margin-right: 33px;
}

.mr34 {
    margin-right: 34px;
}

.mr35 {
    margin-right: 35px;
}

.mr36 {
    margin-right: 36px;
}

.mr37 {
    margin-right: 37px;
}

.mr38 {
    margin-right: 38px;
}

.mr39 {
    margin-right: 39px;
}

.mr40 {
    margin-right: 40px;
}

.mr41 {
    margin-right: 41px;
}

.mr42 {
    margin-right: 42px;
}

.mr43 {
    margin-right: 43px;
}

.mr44 {
    margin-right: 44px;
}

.mr45 {
    margin-right: 45px;
}

.mr46 {
    margin-right: 46px;
}

.mr47 {
    margin-right: 47px;
}

.mr48 {
    margin-right: 48px;
}

.mr49 {
    margin-right: 49px;
}

.mr50 {
    margin-right: 50px;
}

.mr51 {
    margin-right: 51px;
}

.mr52 {
    margin-right: 52px;
}

.mr53 {
    margin-right: 53px;
}

.mr54 {
    margin-right: 54px;
}

.mr55 {
    margin-right: 55px;
}

.mr56 {
    margin-right: 56px;
}

.mr57 {
    margin-right: 57px;
}

.mr58 {
    margin-right: 58px;
}

.mr59 {
    margin-right: 59px;
}

.mr60 {
    margin-right: 60px;
}

.mr61 {
    margin-right: 61px;
}

.mr62 {
    margin-right: 62px;
}

.mr63 {
    margin-right: 63px;
}

.mr64 {
    margin-right: 64px;
}

.mr65 {
    margin-right: 65px;
}

.mr66 {
    margin-right: 66px;
}

.mr67 {
    margin-right: 67px;
}

.mr68 {
    margin-right: 68px;
}

.mr69 {
    margin-right: 69px;
}

.mr70 {
    margin-right: 70px;
}

.mr71 {
    margin-right: 71px;
}

.mr72 {
    margin-right: 72px;
}

.mr73 {
    margin-right: 73px;
}

.mr74 {
    margin-right: 74px;
}

.mr75 {
    margin-right: 75px;
}

.mr76 {
    margin-right: 76px;
}

.mr77 {
    margin-right: 77px;
}

.mr78 {
    margin-right: 78px;
}

.mr79 {
    margin-right: 79px;
}

.mr80 {
    margin-right: 80px;
}

.mr81 {
    margin-right: 81px;
}

.mr82 {
    margin-right: 82px;
}

.mr83 {
    margin-right: 83px;
}

.mr84 {
    margin-right: 84px;
}

.mr85 {
    margin-right: 85px;
}

.mr86 {
    margin-right: 86px;
}

.mr87 {
    margin-right: 87px;
}

.mr88 {
    margin-right: 88px;
}

.mr89 {
    margin-right: 89px;
}

.mr90 {
    margin-right: 90px;
}

.mr91 {
    margin-right: 91px;
}

.mr92 {
    margin-right: 92px;
}

.mr93 {
    margin-right: 93px;
}

.mr94 {
    margin-right: 94px;
}

.mr95 {
    margin-right: 95px;
}

.mr96 {
    margin-right: 96px;
}

.mr97 {
    margin-right: 97px;
}

.mr98 {
    margin-right: 98px;
}

.mr99 {
    margin-right: 99px;
}

.mb1 {
    margin-bottom: 1px;
}

.mb2 {
    margin-bottom: 2px;
}

.mb3 {
    margin-bottom: 3px;
}

.mb4 {
    margin-bottom: 4px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb6 {
    margin-bottom: 6px;
}

.mb7 {
    margin-bottom: 7px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb9 {
    margin-bottom: 9px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb11 {
    margin-bottom: 11px;
}

.mb12 {
    margin-bottom: 12px;
}

.mb13 {
    margin-bottom: 13px;
}

.mb14 {
    margin-bottom: 14px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb16 {
    margin-bottom: 16px;
}

.mb17 {
    margin-bottom: 17px;
}

.mb18 {
    margin-bottom: 18px;
}

.mb19 {
    margin-bottom: 19px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb21 {
    margin-bottom: 21px;
}

.mb22 {
    margin-bottom: 22px;
}

.mb23 {
    margin-bottom: 23px;
}

.mb24 {
    margin-bottom: 24px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb26 {
    margin-bottom: 26px;
}

.mb27 {
    margin-bottom: 27px;
}

.mb28 {
    margin-bottom: 28px;
}

.mb29 {
    margin-bottom: 29px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb31 {
    margin-bottom: 31px;
}

.mb32 {
    margin-bottom: 32px;
}

.mb33 {
    margin-bottom: 33px;
}

.mb34 {
    margin-bottom: 34px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb36 {
    margin-bottom: 36px;
}

.mb37 {
    margin-bottom: 37px;
}

.mb38 {
    margin-bottom: 38px;
}

.mb39 {
    margin-bottom: 39px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb41 {
    margin-bottom: 41px;
}

.mb42 {
    margin-bottom: 42px;
}

.mb43 {
    margin-bottom: 43px;
}

.mb44 {
    margin-bottom: 44px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb46 {
    margin-bottom: 46px;
}

.mb47 {
    margin-bottom: 47px;
}

.mb48 {
    margin-bottom: 48px;
}

.mb49 {
    margin-bottom: 49px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb51 {
    margin-bottom: 51px;
}

.mb52 {
    margin-bottom: 52px;
}

.mb53 {
    margin-bottom: 53px;
}

.mb54 {
    margin-bottom: 54px;
}

.mb55 {
    margin-bottom: 55px;
}

.mb56 {
    margin-bottom: 56px;
}

.mb57 {
    margin-bottom: 57px;
}

.mb58 {
    margin-bottom: 58px;
}

.mb59 {
    margin-bottom: 59px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb61 {
    margin-bottom: 61px;
}

.mb62 {
    margin-bottom: 62px;
}

.mb63 {
    margin-bottom: 63px;
}

.mb64 {
    margin-bottom: 64px;
}

.mb65 {
    margin-bottom: 65px;
}

.mb66 {
    margin-bottom: 66px;
}

.mb67 {
    margin-bottom: 67px;
}

.mb68 {
    margin-bottom: 68px;
}

.mb69 {
    margin-bottom: 69px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb71 {
    margin-bottom: 71px;
}

.mb72 {
    margin-bottom: 72px;
}

.mb73 {
    margin-bottom: 73px;
}

.mb74 {
    margin-bottom: 74px;
}

.mb75 {
    margin-bottom: 75px;
}

.mb76 {
    margin-bottom: 76px;
}

.mb77 {
    margin-bottom: 77px;
}

.mb78 {
    margin-bottom: 78px;
}

.mb79 {
    margin-bottom: 79px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb81 {
    margin-bottom: 81px;
}

.mb82 {
    margin-bottom: 82px;
}

.mb83 {
    margin-bottom: 83px;
}

.mb84 {
    margin-bottom: 84px;
}

.mb85 {
    margin-bottom: 85px;
}

.mb86 {
    margin-bottom: 86px;
}

.mb87 {
    margin-bottom: 87px;
}

.mb88 {
    margin-bottom: 88px;
}

.mb89 {
    margin-bottom: 89px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb91 {
    margin-bottom: 91px;
}

.mb92 {
    margin-bottom: 92px;
}

.mb93 {
    margin-bottom: 93px;
}

.mb94 {
    margin-bottom: 94px;
}

.mb95 {
    margin-bottom: 95px;
}

.mb96 {
    margin-bottom: 96px;
}

.mb97 {
    margin-bottom: 97px;
}

.mb98 {
    margin-bottom: 98px;
}

.mb99 {
    margin-bottom: 99px;
}

.ml1 {
    margin-left: 1px;
}

.ml2 {
    margin-left: 2px;
}

.ml3 {
    margin-left: 3px;
}

.ml4 {
    margin-left: 4px;
}

.ml5 {
    margin-left: 5px;
}

.ml6 {
    margin-left: 6px;
}

.ml7 {
    margin-left: 7px;
}

.ml8 {
    margin-left: 8px;
}

.ml9 {
    margin-left: 9px;
}

.ml10 {
    margin-left: 10px;
}

.ml11 {
    margin-left: 11px;
}

.ml12 {
    margin-left: 12px;
}

.ml13 {
    margin-left: 13px;
}

.ml14 {
    margin-left: 14px;
}

.ml15 {
    margin-left: 15px;
}

.ml16 {
    margin-left: 16px;
}

.ml17 {
    margin-left: 17px;
}

.ml18 {
    margin-left: 18px;
}

.ml19 {
    margin-left: 19px;
}

.ml20 {
    margin-left: 20px;
}

.ml21 {
    margin-left: 21px;
}

.ml22 {
    margin-left: 22px;
}

.ml23 {
    margin-left: 23px;
}

.ml24 {
    margin-left: 24px;
}

.ml25 {
    margin-left: 25px;
}

.ml26 {
    margin-left: 26px;
}

.ml27 {
    margin-left: 27px;
}

.ml28 {
    margin-left: 28px;
}

.ml29 {
    margin-left: 29px;
}

.ml30 {
    margin-left: 30px;
}

.ml31 {
    margin-left: 31px;
}

.ml32 {
    margin-left: 32px;
}

.ml33 {
    margin-left: 33px;
}

.ml34 {
    margin-left: 34px;
}

.ml35 {
    margin-left: 35px;
}

.ml36 {
    margin-left: 36px;
}

.ml37 {
    margin-left: 37px;
}

.ml38 {
    margin-left: 38px;
}

.ml39 {
    margin-left: 39px;
}

.ml40 {
    margin-left: 40px;
}

.ml41 {
    margin-left: 41px;
}

.ml42 {
    margin-left: 42px;
}

.ml43 {
    margin-left: 43px;
}

.ml44 {
    margin-left: 44px;
}

.ml45 {
    margin-left: 45px;
}

.ml46 {
    margin-left: 46px;
}

.ml47 {
    margin-left: 47px;
}

.ml48 {
    margin-left: 48px;
}

.ml49 {
    margin-left: 49px;
}

.ml50 {
    margin-left: 50px;
}

.ml51 {
    margin-left: 51px;
}

.ml52 {
    margin-left: 52px;
}

.ml53 {
    margin-left: 53px;
}

.ml54 {
    margin-left: 54px;
}

.ml55 {
    margin-left: 55px;
}

.ml56 {
    margin-left: 56px;
}

.ml57 {
    margin-left: 57px;
}

.ml58 {
    margin-left: 58px;
}

.ml59 {
    margin-left: 59px;
}

.ml60 {
    margin-left: 60px;
}

.ml61 {
    margin-left: 61px;
}

.ml62 {
    margin-left: 62px;
}

.ml63 {
    margin-left: 63px;
}

.ml64 {
    margin-left: 64px;
}

.ml65 {
    margin-left: 65px;
}

.ml66 {
    margin-left: 66px;
}

.ml67 {
    margin-left: 67px;
}

.ml68 {
    margin-left: 68px;
}

.ml69 {
    margin-left: 69px;
}

.ml70 {
    margin-left: 70px;
}

.ml71 {
    margin-left: 71px;
}

.ml72 {
    margin-left: 72px;
}

.ml73 {
    margin-left: 73px;
}

.ml74 {
    margin-left: 74px;
}

.ml75 {
    margin-left: 75px;
}

.ml76 {
    margin-left: 76px;
}

.ml77 {
    margin-left: 77px;
}

.ml78 {
    margin-left: 78px;
}

.ml79 {
    margin-left: 79px;
}

.ml80 {
    margin-left: 80px;
}

.ml81 {
    margin-left: 81px;
}

.ml82 {
    margin-left: 82px;
}

.ml83 {
    margin-left: 83px;
}

.ml84 {
    margin-left: 84px;
}

.ml85 {
    margin-left: 85px;
}

.ml86 {
    margin-left: 86px;
}

.ml87 {
    margin-left: 87px;
}

.ml88 {
    margin-left: 88px;
}

.ml89 {
    margin-left: 89px;
}

.ml90 {
    margin-left: 90px;
}

.ml91 {
    margin-left: 91px;
}

.ml92 {
    margin-left: 92px;
}

.ml93 {
    margin-left: 93px;
}

.ml94 {
    margin-left: 94px;
}

.ml95 {
    margin-left: 95px;
}

.ml96 {
    margin-left: 96px;
}

.ml97 {
    margin-left: 97px;
}

.ml98 {
    margin-left: 98px;
}

.ml99 {
    margin-left: 99px;
}

body {
    font-family: var(--font-family-title);
    font-weight: normal;
    font-size: 20px;
    line-height: 1.25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    color: #202B59;
}

body.fixed {
    overflow: hidden;
    height: 100vh;
}

.container {
    width: 100%;
    max-width: 1357px;
    margin: 0 auto;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.lozad {
  opacity: 0;
  transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
}

.lozad[data-loaded="true"] {
  opacity: 1;
}

.button {
    font-size: 14px;
    line-height: 1.14;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    padding: 15px 40px;
    background-color: #fff;
    -webkit-box-shadow: 3px 1px 1px rgba(171, 191, 196, 0.05);
    box-shadow: 3px 1px 1px rgba(171, 191, 196, 0.05);
    border-radius: 20px;
    border: 1px solid #E52713;
    color: #202B59;
    -webkit-transition: color .5s, background-color .5s;
    -o-transition: color .5s, background-color .5s;
    transition: color .5s, background-color .5s;
    cursor: pointer;
}

.button:hover {
    color: #fff;
    background-color: #202B59;
}

.button:focus {
    outline: none;
}

.button.button_center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.button.button_shadow {
    -webkit-box-shadow: 2px 2px 3px rgba(32, 43, 89, 0.69);
    box-shadow: 2px 2px 3px rgba(32, 43, 89, 0.69);
}

.h1 {
    font-weight: 300;
    font-size: 1.75em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 70px;
}

.h2 {
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 70px;
}

.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.callback {
    width: 667px;
    font-size: 1.2em;
    line-height: 1.25;
    text-align: center;
    color: #202B59;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-weight: 500;
    padding: 9px 0;
}

.callback:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-width: 22px 24px;
    border-style: solid;
    border-color: #202B59;
    z-index: -1;
}

.callback:after {
    content: '';
    position: absolute;
    width: calc(100% - 90px);
    left: 45px;
    height: 100%;
    top: 0;
    background: #fff;
    z-index: -1;
}

.callback .phone {
    color: #E52713;
}

.callback .whatsapp {
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: absolute;
    -webkit-transform: translate(5px, 4px);
    -ms-transform: translate(5px, 4px);
    transform: translate(5px, 4px);
}

.slider {
    position: relative;
}

.slider .slider__nav {
    width: 18px;
    height: 30px;
    position: absolute;
    top: 167px;
}

.slider .slider__nav_left {
    left: -20px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    cursor: pointer;
}

.slider .slider__nav_right {
    right: -20px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    cursor: pointer;
}

.decoration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.decoration .decoration__square {
    width: 33px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.decoration .decoration__square .decoration__circle {
    width: 14px;
    height: 13px;
    background-color: #E0E0E0;
    border-radius: 50%;
    margin-bottom: 4px;
}

.decoration .decoration__square .decoration__circle:first-child {
    background-color: #E52713;
}

.decoration .decoration__square .decoration__circle:nth-child(3),
.decoration .decoration__square .decoration__circle:nth-child(4) {
    margin-bottom: 0;
}

.decoration.decoration_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.decoration.decoration_reverse .decoration__circle:first-child {
    background-color: #E0E0E0;
}

.decoration.decoration_reverse .decoration__circle:last-child {
    background-color: #E52713;
}

.decoration .decoration__line {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #e0e0e0;
    height: 1px;
    margin-bottom: 6px;
}

.close {
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #E52713;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    display: inline-block;
}

.close:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.close:after,
.close:before {
    content: '';
    display: inline-block;
    background: #202B59;
    position: absolute;
    left: 50%;
    top: 50%;
}

.close:before {
    width: 22px;
    height: 1px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.close:after {
    width: 1px;
    height: 22px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.close.close_mini {
    width: 14px;
    height: 14px;
}

.close.close_mini:after {
    height: 8px;
}

.close.close_mini:before {
    width: 8px;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility .5s, opacity .5s;
    -o-transition: visibility .5s, opacity .5s;
    transition: visibility .5s, opacity .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99;
}

.modal.modal_active {
    opacity: 1;
    visibility: visible;
}

.modal .modal__body {
    width: 892px;
    max-height: 80vh !important;
    overflow: auto;
    padding: 80px 120px 80px;
    background: #fff;
    border: 1px solid #E51E13;
    border-radius: 20px;
    position: relative;
    font-size: 14px;
    font-size: 0.7em;
    line-height: 1.14;
    font-weight: 500;
}

.modal .modal__body::-webkit-scrollbar {
    display: none;
}

.modal .modal__body .close {
    position: absolute;
    top: 61px;
    right: 63px;
}

.modal .modal__body .inner {
    height: 100%;
}

#modal-registration .modal__body {
    height: 80vh;
}

.modal .modal-references {
    margin-top: 70px;
}

.modal .modal-references .modal-references__link {
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.modal .modal-references .modal-references__link+.modal-references__link {
    margin-top: 27px;
}

.modal .h2 {
    margin-top: 0;
    margin-bottom: 40px;
}

.text.text_thin {
    font-weight: 100;
}

.text.text_light {
    font-weight: 300;
}

.text.text_medium {
    font-weight: 500;
}

.text.text_bold {
    font-weight: bold;
}

.text.text_black {
    font-weight: 900;
}

.text.text_italic {
    font-style: italic;
}

.text.text_underline {
    text-decoration: underline;
}

.text.text_uppercase {
    text-transform: uppercase;
}

.text.text_lowercase {
    text-transform: lowercase;
}

.form.form_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form .form__row {
    position: relative;
    margin-bottom: 27px;
    width: 100%;
}

.form .form__row.form__row_half {
    width: calc((100% - 27px) / 2);
    display: inline-block;
}

.form .form__row.form__row_required:before {
    content: '*';
    color: #E51E13;
    position: absolute;
    left: -6px;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.form .form__input {
    padding: 18px 38px 18px;
    border: 1px solid #BABCBE;
    width: 100%;
    color: #333;
}

.form .form__input::-webkit-input-placeholder {
    color: #BABCBE;
    text-transform: uppercase;
}

.form .form__input:-ms-input-placeholder {
    color: #BABCBE;
    text-transform: uppercase;
}

.form .form__input::-moz-placeholder {
    color: #BABCBE;
    opacity: 1;
    text-transform: uppercase;
}

.form .form__input:-moz-placeholder {
    color: #BABCBE;
    opacity: 1;
    text-transform: uppercase;
}

.form .form__textarea {
    height: 138px;
    resize: none;
}

.form .form__checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form .form__checkbox+label {
    position: relative;
    padding: 0 0 0 40px;
    cursor: pointer;
}

.form .form__checkbox+label span {
    position: relative;
    top: 11px;
}

.form .form__checkbox+label:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background: transparent;
    border: 1px solid #BABCBE;
}

.form .form__checkbox:checked+label:before {
    background-color: #202B59;
}

.form .button {
    display: block;
    margin: 20px auto 0;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.form.form_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.form.form_row .button {
    margin-top: 0;
}

.pre-registration {
    line-height: 1.29;
    margin-bottom: 65px;
    font-size: 18px;
}

.whatsapp-modal {
    text-align: center;
}

.whatsapp-title {
    font-size: 24px;
    line-height: 1.04;
}

.whatsapp-title a {
    color: #E51E13;
}

.whatsapp-button {
    margin-top: 68px;
}

.tooltip {
    display: none;
    position: absolute;
    background-color: #fff;
    color: #202B59;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.14;
    text-transform: lowercase;
    padding: 5px 12px;
    border: 1px solid #E52713;
    z-index: 999;
}


@media(max-width: 767px) {
    .tooltip {
        display: none !important;
    }
}

.tooltip.tooltip_tr {
    -webkit-transform: translateY(calc(-100% - 26px));
    -ms-transform: translateY(calc(-100% - 26px));
    transform: translateY(calc(-100% - 26px));
}

.tooltip.tooltip_tr:before,
.tooltip.tooltip_tr:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: translateY(100%) skew(-35deg, 0deg);
    -ms-transform: translateY(100%) skew(-35deg, 0deg);
    transform: translateY(100%) skew(-35deg, 0deg);
}

.tooltip.tooltip_tr:before {
    left: 14px;
    border-width: 27px 32px 0 0;
    border-color: #fff transparent transparent transparent;
    z-index: 1;
}

.tooltip.tooltip_tr:after {
    bottom: 0;
    left: 13px;
    border-width: 29px 34px 0 0;
    border-color: #e51d13 transparent transparent transparent;
}

.tooltip.tooltip_br {
    -webkit-transform: translateY(26px);
    -ms-transform: translateY(26px);
    transform: translateY(26px);
}

.tooltip.tooltip_br:before,
.tooltip.tooltip_br:after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: translateY(-100%) skew(35deg, 0deg);
    -ms-transform: translateY(-100%) skew(35deg, 0deg);
    transform: translateY(-100%) skew(35deg, 0deg);
}

.tooltip.tooltip_br:before {
    left: 14px;
    border-width: 32px 0 0 27px;
    border-color: transparent transparent transparent #fff;
    z-index: 1;
}

.tooltip.tooltip_br:after {
    bottom: 0;
    left: 13px;
    border-width: 34px 0 0 29px;
    border-color: transparent transparent transparent #e51d13;
}

.tooltip.tooltip_tl {
    -webkit-transform: translate(-100%, calc(-100% - 26px));
    -ms-transform: translate(-100%, calc(-100% - 26px));
    transform: translate(-100%, calc(-100% - 26px));
}

.tooltip.tooltip_tl:before,
.tooltip.tooltip_tl:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: translateY(100%) skew(35deg, 0deg);
    -ms-transform: translateY(100%) skew(35deg, 0deg);
    transform: translateY(100%) skew(35deg, 0deg);
}

.tooltip.tooltip_tl:before {
    right: 14px;
    border-width: 0 32px 27px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 1;
}

.tooltip.tooltip_tl:after {
    bottom: 0;
    right: 13px;
    border-width: 0 34px 29px 0;
    border-color: transparent #e51d13 transparent transparent;
}

.tooltip.tooltip_bl {
    -webkit-transform: translate(-50%, -56px);
    -ms-transform: translate(-50%, -56px);
    transform: translate(-50%, -56px);
    border-radius: 8px;
    border: 1px solid var(--Outlin, rgba(88, 88, 88, 0.18));
    background: #FFF;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    font-weight: 500;
    line-height: 150.3%;
}

/*.tooltip.tooltip_bl:before,*/
/*.tooltip.tooltip_bl:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-style: solid;*/
/*    -webkit-transform: translateY(-100%) skew(-35deg, 0deg);*/
/*    -ms-transform: translateY(-100%) skew(-35deg, 0deg);*/
/*    transform: translateY(-100%) skew(-35deg, 0deg);*/
/*}*/

/*.tooltip.tooltip_bl:before {*/
/*    right: 14px;*/
/*    border-width: 0 0 27px 32px;*/
/*    border-color: transparent transparent #fff transparent;*/
/*    z-index: 1;*/
/*}*/

/*.tooltip.tooltip_bl:after {*/
/*    bottom: 0;*/
/*    right: 13px;*/
/*    border-width: 0 0 29px 34px;*/
/*    border-color: transparent transparent #e51d13 transparent;*/
/*}*/

.accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    counter-reset: accordion;
}

.accordion .accordion__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    font-size: 20px;
    font-size: 1em;
    line-height: 1.25;
    color: #202B59;
    margin-bottom: 23px;
}

.accordion .accordion__item:first-child {
    margin-top: 0;
}

.accordion .accordion__item:last-child {
    margin-bottom: 0;
}

.accordion .accordion__item .decoration {
    -webkit-transition: opacity 2s, visibility 2s;
    -o-transition: opacity 2s, visibility 2s;
    transition: opacity 2s, visibility 2s;
    margin-bottom: 9px;
    margin-top: 0;
    display: none;
}

.accordion .accordion__item .decoration_reverse {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0;
    margin-top: 9px;
}

.accordion .accordion__item .decoration_reverse .decoration__circle:first-child {
    background-color: #E51E13;
}

.accordion .accordion__item .decoration_reverse .decoration__circle:last-child {
    background-color: #E0E0E0;
}

.accordion .accordion__item .decoration_reverse .decoration__line {
    margin-top: 6px;
    margin-bottom: 0;
}

.accordion .accordion__item .question {
    cursor: pointer;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
    padding-left: 58px;
}

.accordion .accordion__item .question:hover {
    color: #E51E13;
}

.accordion .accordion__item .question:before {
    counter-increment: accordion;
    content: counter(accordion) " | ";
}

.accordion .accordion__item .answer {
    display: none;
    margin-top: 20px;
    padding-left: 58px;
}

.accordion .accordion__item .answer ul {
    list-style: disc;
}

.accordion .accordion__item .close {
    position: absolute;
    top: 76px;
    right: -46px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    display: none;
}

.accordion .accordion__item .close:hover {
    -webkit-transform: translateX(100%) scale(1.1);
    -ms-transform: translateX(100%) scale(1.1);
    transform: translateX(100%) scale(1.1);
}

.accordion .accordion__item.accordion__item_active .question {
    color: #E51E13;
    padding-right: 51px;
}

.accordion .accordion__item.accordion__item_active .close {
    display: block;
}

.accordion .accordion__item.accordion__item_active .decoration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mini-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mini-form .mini-form__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 39px;
    background: #FFFFFF;
    border: 1px solid #BABCBE;
    line-height: 1.14;
    text-transform: uppercase;
    color: #333;
    padding: 15px;
}

.mini-form .mini-form__input::-webkit-input-placeholder {
    color: #BABCBE;
}

.mini-form .mini-form__input:-ms-input-placeholder {
    color: #BABCBE;
}

.mini-form .mini-form__input::-moz-placeholder {
    color: #BABCBE;
    opacity: 1;
}

.mini-form .mini-form__input:-moz-placeholder {
    color: #BABCBE;
    opacity: 1;
}

.mini-form .button {
    -webkit-box-shadow: 3px 1px 1px rgba(171, 191, 196, 0.05);
    box-shadow: 3px 1px 1px rgba(171, 191, 196, 0.05);
}

header {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.14;
    background: #202B59;
}

header * {
    color: #fff;
}

header.gray {
    background: rgba(224, 224, 224, 0.2);
    background: transparent;
    width: 100%;
    position: absolute;
    z-index: 10;
}

header.gray * {
    color: #FFF;
}

header.gray .header__logo .header__logo__image {
    width: auto;
    height: auto;
}

header.gray .header__menu ul {
    display: flex;
    align-items: center;
}

header.gray .header__menu__item {
    padding: 8px 16px;
}

header.gray .header__basket {
    display: flex;
    padding: 14px 16px;
    border-radius: 10px;
    background: #E52713;
}

header.gray .header__basket .header__basket__text {
    font-size: 14px;
    margin-right: 10px;
}

header.gray .header__basket .header__basket__image {
    margin-left: 0;
}

header.gray .header__basket .header__basket__image svg {
    width: 24px;
    height: 24px;
    display: block;
}

header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 139px;
}

header .header__logo {
    display: block;
}

header .header__logo .header__logo__image {
    width: 294px;
    height: 44px;
}

header .header__logo_mobile {
    display: none;
}

header .header__logo_mobile .header__logo__image {
    width: 179px;
    height: 64px;
}

header .header__rzd {
    margin-left: 50px;
}

header .header__rzd img {
    width: 111px;
    height: 50px;
}

header .hamburger {
    display: none;
    width: 38px;
    height: 38px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 44px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

header .hamburger span {
    border-top: 3px solid #E52713;
    width: 20px;
    display: inline-block;
}

header .hamburger span+span {
    margin-top: 5px;
}

header.gray .hamburger {
    background-color: #202B59;
}

header.gray .hamburger span {
    border-color: #fff;
}

.header__menu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header__menu .header__menu__link {
    text-transform: uppercase;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

@media(max-width: 1359px) {
    header .header__logo {
        max-width: 160px;
    }

    .header__menu .header__menu__link {
        font-size: 12px;
    }

    header.gray .header__basket {
        margin-left: 16px;
    }
}

.header__menu .header__menu__link:hover {
    color: #E52713;
}

/*.header__menu .header__menu__link:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}*/

.header__basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 25px;
    position: relative;
}

.header__basket .header__basket__text {
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 15px;
}

.header__basket .header__basket__dropdown {
    position: relative;
}

.header__basket .header__basket__dropdown .logout {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    -o-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
    padding-top: 10px;
    color: #E52713;
}

.header__basket .header__basket__dropdown:hover .logout {
    opacity: 1;
    visibility: visible;
}

.header__basket .header__basket__image {
    margin-left: 9px;
}

.header__basket .header__basket__image img {
    width: 59px;
    height: 46px;
}

.header__basket .header__basket__count {
    color: #E52713;
    line-height: 1.2;
    padding: 1px 8px;
    background: #E5E5E5;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    cursor: default;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #424242;
    color: #FFF;
    right: 16px;
    top: 16px;
}

header.header--black .header__menu .header__menu__link {
    color: #424242;
}

header.header--black .header-search__btn .search-loupe path {
    fill: #424242;
}

header.header--black .header-search__btn .search-close line {
    stroke: #424242;
}

header.header--black .header-search__input {
    border-color: #424242;
    color: #424242;
}

.back-to-top {
    bottom: 22px;
    left: 22px;
    width: 46px;
    position: fixed;
    display: none;
    cursor: pointer;
    transition: bottom .5s;
}

.back-to-top:hover {
    bottom: 30px;
}

.side-panel {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 9;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.side-panel .item {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #E51E13;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 18px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    display: none;
}

.side-panel .item.open {
    -webkit-filter: none;
    filter: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}

.side-panel .item.whatsapp {
    border: none;
    background: none;
    -webkit-filter: none;
    filter: none;
}

.side-panel .item.whatsapp img {
    width: 100%;
    height: 100%;
}

.side-panel .item:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.side-panel .item .cloud {
    width: 36px;
    height: 20px;
}

.side-panel .item .folders {
    width: 26px;
    height: 22px;
}

.side-panel .item .document {
    width: 22px;
    height: 25px;
}

.side-panel .item .documents {
    width: 22px;
    height: 24px;
}

.side-panel .item .mail {
    width: 25px;
    height: 25px;
}

.side-panel .item .ring {
    width: 29px;
    height: 23px;
}

.side-panel.side-panel_active {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.side-panel.side-panel_active .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.side-panel.side-panel_active .open {
    display: none;
}

.main-intro {
    background: #202B59;
    padding-bottom: 78px;
    margin-bottom: 100px;
}

.main-intro .intro__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.main-intro .intro__header img {
    margin-right: 92px;
}

.main-intro .intro__header .intro__header__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: uppercase;
}

.main-intro .intro__header .intro__header__title .big {
    font-size: 55px;
    font-size: 2.75em;
    letter-spacing: 0.092em;
    color: #E51E13;
    line-height: .91;
    font-weight: bold;
}

.main-intro .intro__header .intro__header__title .big+.big {
    margin-top: 16px;
}

.main-intro .intro__header .intro__header__title .small {
    font-size: 38px;
    font-size: 1.9em;
    line-height: 1.32;
    color: #fff;
    margin-top: 2px;
}

.main-intro .intro__footer {
    margin-top: 85px;
    height: 123px;
    background-image: url("../img/main-back.png");
    background-position-x: calc(((100vw - 1357px) / 2) - 83px);
    background-repeat: repeat-x;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.main-intro .intro__footer .button {
    margin-left: 160px;
}

.main-section {
    margin-bottom: 100px;
}

.directions .container {
    max-width: 1333px;
    text-align: center;
}

.directions .directions__item {
    width: 256px;
    height: 256px;
    max-width: calc((100% - 52px) / 5);
    margin-right: 13px;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    background-position: 15px calc(100% - 10px);
    background-repeat: no-repeat;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.directions .directions__item:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1;
}

.directions .directions__item:hover .counter,
.directions .directions__item:hover .directions__title {
    -webkit-transform: scale(0.909);
    -ms-transform: scale(0.909);
    transform: scale(0.909);
}

.directions .directions__item:nth-child(5n) {
    margin-right: 0;
}

.directions .directions__item.directions__item_dark {
    color: #202B59;
}

.directions .directions__item .counter {
    font-size: 40px;
    font-size: 2em;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: .62;
    font-weight: 200;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.directions .directions__item .directions__title {
    font-size: 22px;
    font-size: 1.1em;
    line-height: 1.36;
    text-indent: 1px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.directions .button {
    -webkit-box-shadow: 2px 2px 3px rgba(32, 43, 89, 0.69);
    box-shadow: 2px 2px 3px rgba(32, 43, 89, 0.69);
    margin-top: 60px;
}

.advantages .grid {
    margin-bottom: 8px;
}

.advantages .container {
    max-width: 1294px;
}

.advantages .advantages__item {
    text-align: center;
    font-size: 35px;
    font-size: 1.75em;
    text-transform: uppercase;
    width: 404px;
    max-width: calc((100% - 82px) / 3);
    font-weight: 500;
}

.advantages .advantages__item+.advantages__item {
    margin-left: 41px;
}

.advantages .advantages__icon {
    margin-bottom: 38px;
}

.advantages .advantages__title {
    line-height: .86;
    font-variant: small-caps;
    color: #E52713;
    margin-bottom: 15px;
}

.advantages .advantages__subtitle {
    font-size: 20px;
    font-size: 0.57143em;
    line-height: 1.25;
}

.new-programs {
    padding-top: 97px;
    padding-bottom: 100px;
    background: rgba(224, 224, 224, 0.3);
}

.new-programs .container {
    max-width: 1293px;
}

.new-programs .new-programs__slider {
    margin-bottom: 93px;
}

.new-programs .new-programs__slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.new-programs .new-programs__item {
    width: 405px;
    padding: 58px;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    line-height: 1.25;
    height: 100%;
    display: block;
}

.new-programs .new-programs__item .new-programs__item__image {
    width: 100%;
    margin-bottom: 53px;
}

.new-programs .new-programs__item .new-programs__item__title {
    font-size: 27px;
    font-size: 1.35em;
    line-height: 1.19;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.thematic-programs.main-section {
    padding-top: 40px;
}

.thematic-programs.main-section .h2 {
    font-weight: 400;
    text-transform: initial;
    font-size: 48px;
}

.thematic-programs .container {
    max-width: 1295px;
}

.thematic-programs.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    gap: 32px;
}

@media(max-width: 1360px) {
    .thematic-programs.grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .thematic-programs.main-section .h2 {
        font-size: 32px;
    }


}

@media(max-width: 767px) {
    .thematic-programs.grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .thematic-programs.main-section {
        padding-top: 60px;
    }

    .thematic-programs.main-section .h2 {
        font-size: 28px;
    }
}

@media(max-width: 495px) {
    .thematic-programs.grid {
        display: flex;
        flex-wrap: wrap;
    }
}

.thematic-programs .thematic-programs__slider {
    margin-bottom: 93px;
}

.thematic-programs .thematic-programs__slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.thematic-programs .thematic-programs__item {
    padding: 0 59px 27px;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    display: block;
}

.thematic-programs .thematic-programs__item .thematic-programs__item__image {
    width: calc(100% + 118px);
    height: 331px;
    margin-left: -59px;
    margin-bottom: 43px;
    max-width: none;
}

.thematic-programs .thematic-programs__item .thematic-programs__item__title {
    font-size: 1.35em;
    line-height: 1.19;
    font-family: var(--font-family-title);
    color: #202B59;
}

@media(max-width: 767px) {
    .thematic-programs .thematic-programs__item .thematic-programs__item__title {
        font-size: 16px;
    }
}

@media(max-width: 554px) {
    .thematic-programs .thematic-programs__item .thematic-programs__item__image {
        width: 120px !important;
        height: 120px !important;
        margin: 0 auto !important;
    }
}

.program-creation .container {
    max-width: 1309px;
}

.program-creation img {
    width: 100%;
}

.program-creation .program-creation__mobile {
    display: none;
}

.program-creation .ps {
    font-size: 20px;
    font-size: 1em;
    line-height: 1.25;
    color: #BABCBE;
    margin-top: 65px;
    padding-top: 11px;
    border-top: 1px solid #E0E0E0;
    width: 889px;
}

.programs-history .container {
    max-width: 1110px;
    padding-left: 40px;
    padding-right: 40px;
}

.programs-history .programs-history__slider {
    margin-top: 55px;
    margin-bottom: 70px;
}

.programs-history .programs-history__item__head {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 60px;
    color: #202B59;
}

.programs-history .programs-history__item__head .programs-history__item__title {
    font-weight: bold;
    font-size: 35px;
    font-size: 1.16667em;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.programs-history .programs-history__item__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    line-height: 1.25;
    color: #202B59;
    font-weight: 300;
}

.programs-history .programs-history__item__body .block__title {
    background: #90BF77;
    padding: 16px 19px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 17px;
}

.programs-history .programs-history__item__body .left {
    width: 555px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.programs-history .programs-history__item__body .left .block {
    margin-bottom: 63px;
}

.programs-history .programs-history__item__body .left .block:last-child {
    margin-bottom: 0;
}

.programs-history .programs-history__item__body .left .block .block__text {
    padding: 0 19px;
}

.programs-history .programs-history__item__body .right {
    width: 442px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    padding-left: 53px;
    padding-right: 53px;
    background-image: url("../img/programs-history-back.png");
    background-position: center calc(100% - 25px);
    background-repeat: no-repeat;
    background-color: #90BF77;
    height: 100%;
    padding-bottom: 120px;
}

.programs-history .programs-history__item__body .right .block__title {
    margin-bottom: 31px;
}

.programs-history .programs-history__item__body .right .text {
    text-align: left;
    margin-left: 20px;
}

.programs-history .programs-history__item__body .right .review-author_mobile {
    display: none;
}

.programs-history .programs-history__item__body .right img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 28px;
}

.programs-history .slider__nav {
    top: 50%;
}

.programs-history .slider__nav_left {
    left: -90px;
}

.programs-history .slider__nav_right {
    right: -90px;
}

.programs-history .callback {
    margin-top: 70px;
}

.questions-answers {
    background: rgba(196, 196, 196, 0.1);
    padding-top: 150px;
    padding-bottom: 76px;
    position: relative;
    overflow: hidden;
}

.questions-answers ol {
    padding-left: 18px;
}

.questions-answers:before {
    content: '';
    position: absolute;
    width: 438px;
    height: 398px;
    background-image: url("../img/o-figure.png");
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    left: -73px;
    z-index: -1;
    background-size: contain;
}

.questions-answers:after {
    content: '';
    position: absolute;
    width: 470px;
    height: 524px;
    background-image: url("../img/y-figure.png");
    background-position: center;
    background-repeat: no-repeat;
    top: 113px;
    right: 115px;
    z-index: -1;
    background-size: contain;
}

.questions-answers button {
    margin: 29px auto 0;
}

.programs {
    margin-top: 90px;
    max-width: 1292px;
}

.sidebar {
    width: calc((100% - 3 * 40px) / 4);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 70px;
}

.filter {
    font-size: 14px;
    line-height: 1.14;
    color: #BABCBE;
    border: 1px solid #E51E13;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 37px 10px 126px;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.filter .filter__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.filter .filter__item {
    width: 100%;
    position: relative;
}

.filter .filter__item+.filter__item {
    margin-top: 26px;
}

.filter .filter__item .filter__item__opener {
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin-top: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-right: 14px;
}

.filter .filter__item .filter__item__name {
    font-size: 20px;
    font-size: 1.42857em;
    font-weight: 500;
    line-height: 1.25;
    text-transform: uppercase;
    color: #575857;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.filter .filter__item .filter__item__value {
    font-variant: small-caps;
    font-weight: 300;
    color: #202B59;
}

.filter .filter__item .filter__item__hidden {
    background: #fff;
    display: none;
    max-height: 350px;
    margin-top: 15px;
    padding-left: 36px;
}

.filter .filter__item .filter__item__hidden .filter__item__list__item .close {
    border-color: #202B59;
}

.filter .filter__item .filter__item__hidden .filter__item__list__item .close:after,
.filter .filter__item .filter__item__hidden .filter__item__list__item .close:before {
    background: #202B59;
}

.filter .filter__item.filter__item_open .filter__item__hidden {
    display: block;
}

.filter .filter__item.filter__item_open .filter__item__name {
    cursor: default;
}

.filter .filter__item.filter__item_open .filter__item__opener {
    opacity: 0;
    visibility: hidden;
}

.filter .filter__item .filter__item__list__item {
    padding: 10px 15px 10px 0;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #575857;
    line-height: 1.21;
    position: relative;
}

.filter .filter__item .filter__item__list__item:first-child {
    padding-top: 0;
}

.filter .filter__item .filter__item__list__item:last-child {
    padding-bottom: 0;
}

.filter .filter__item .filter__item__list__item:hover {
    color: #E52713;
}

.filter .filter__item .filter__item__list__item:hover .close {
    border-color: #202B59;
}

.filter .filter__item .filter__item__list__item:hover .close:after,
.filter .filter__item .filter__item__list__item:hover .close:before {
    background: #202B59;
}

.filter .filter__item .filter__item__list__item .close {
    border-color: #BABCBE;
    position: absolute;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    left: -5px;
}

.filter .filter__item .filter__item__list__item .close:after,
.filter .filter__item .filter__item__list__item .close:before {
    background: #BABCBE;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.filter .filter__item .filter__item__list__item.filter__item__list__item_active {
    color: #202B59;
}

.filter .filter__item .filter__item__list__item.filter__item__list__item_active:hover {
    text-decoration: none;
}

.filter .filter__item .filter__slider .irs-handle {
    width: 30px;
    height: 30px;
    border: 5px solid #E52713;
    background: #fff;
    top: 23px;
}

.filter .filter__item .filter__slider .irs-fr om,
.filter .filter__item .filter__slider .irs-to {
    background-color: transparent;
    z-index: 3;
    color: #BABCBE;
    font-weight: 500;
    top: 28px;
    cursor: pointer;
}

.filter .filter__item .filter__slider .irs-from:before,
.filter .filter__item .filter__slider .irs-to:before {
    content: none;
}

.filter .filter__item .filter__slider .irs-bar {
    background-color: #E52713;
}

.filter .filter__item.filter__item_active .filter__item__opener {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.filter .filter__item__selected {
    padding-left: 36px;
    margin-top: 15px;
    list-style: none;
}

.filter .filter__item__selected .filter__item__list__item {
    color: #202B59;
}

.filter .filter__item__selected .filter__item__list__item:hover {
    color: #202B59;
}

.filter .filter__selected-filters {
    margin-top: 30px;
    font-weight: 500;
    color: #BABCBE;
    font-size: 16px;
    font-size: 1.14286em;
}

.filter .filter__selected-filters .filter__selected-filters__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filter .filter__selected-filters .filter__selected-filters__header .close {
    width: 20px;
    height: 20px;
    border-width: 2px;
    margin-left: 10px;
}

.filter .filter__selected-filters .filter__selected-filters__header .close:before {
    width: 13px;
    height: 2px;
    background: #BABCBE;
    -webkit-transform: translate(-50%, -1px) rotate(45deg);
    -ms-transform: translate(-50%, -1px) rotate(45deg);
    transform: translate(-50%, -1px) rotate(45deg);
}

.filter .filter__selected-filters .filter__selected-filters__header .close:after {
    height: 13px;
    width: 2px;
    background: #BABCBE;
    -webkit-transform: translate(-1px, -50%) rotate(45deg);
    -ms-transform: translate(-1px, -50%) rotate(45deg);
    transform: translate(-1px, -50%) rotate(45deg);
}

.filter .filter__selected-filters .filter__selected-filters__list {
    width: 100%;
    margin-top: 10px;
    font-weight: 300;
    color: #202B59;
    font-size: 14px;
    font-size: 0.875em;
}

.filter .form_filter {
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 60px;
}

.filter .form_filter .form__input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 17px;
    padding-bottom: 16px;
    height: 46px;
}

.filter .form_filter .button {
    margin-left: 7px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 76px;
    padding-right: 76px;
}

.filter .button_clear {
    padding-left: 29px;
    padding-right: 29px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 39px;
}

.grid_programs {
    margin-left: 40px;
    margin-bottom: 23px;
    width: 100%;
}

.grid_programs .grid__item {
    width: calc((100% - 3 * 40px) / 4);
    margin-right: 40px;
    position: relative;
    font-size: 14px;
    margin-bottom: 47px;
}

.grid_programs .grid__item:nth-child(4n) {
    margin-right: 0;
}

.grid_programs .add {
    width: 27px;
    height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #E52713;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: -13px;
    background: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.grid_programs .add span {
    width: 12px;
    border-top: 1px solid #E52713;
    position: absolute;
}

.grid_programs .add span:nth-child(2) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.grid_programs .add img {
    display: none;
    width: 9.5px;
    height: 12px;
}

.grid_programs .add.add_active {
    background: green;
    border-color: #fff;
}

.grid_programs .add.add_active span {
    display: none;
}

.grid_programs .add.add_active img {
    display: block;
}

.grid_programs .add.add_active:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.grid_programs .badge {
    font-size: 20px;
    font-size: 1.42857em;
    line-height: 1.36;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 0;
    padding: 7px 11px 6px;
    text-transform: uppercase;
}

.grid_programs .badge.badge_top {
    top: 20px;
}

.grid_programs .badge.badge_center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.grid_programs .badge.badge_bottom {
    bottom: 112px;
}

.grid_programs .badge.badge_red {
    background: #ffde25;
}

.grid_programs .badge.badge_green {
    background: #76A05F;
}

.grid_programs .program {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.grid_programs .program .program__title {
    font-weight: 500;
    text-transform: uppercase;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.grid_programs .program .program__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid_programs .program .program__info .program__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.grid_programs .program .program__info .program__type {
    text-transform: lowercase;
    margin-right: 5px;
    line-height: 1.14;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid_programs .program .program__info .program__type p {
    text-align: center;
    margin-top: 5px;
}

.grid_programs .program .program__info .program__type .program__type__icon_attendance {
    width: 24px;
    height: 17px;
}

.grid_programs .program .program__info .program__type .program__type__icon_online {
    width: 23px;
    height: 17px;
}

.grid_programs .program .program__info .program__type .program__type__icon_calendar {
    width: 22px;
    height: 21px;
}

.grid_programs .program .program__info .program__type_duration {
    margin-right: 0;
}

.grid_programs .program .program__info .program__tags {
    font-weight: 300;
    text-transform: lowercase;
    width: 100%;
}

.grid_programs .program_1 {
    border: 0.5px solid #fff;
}

.grid_programs .program_1 .program__image {
    margin-bottom: 10px;
    padding: 20px 20px 0;
}

.grid_programs .program_1 .program__title {
    font-size: 25px;
    font-size: 1.78571em;
    padding: 0 20px 15px;
}

.grid_programs .program_1 .program__info {
    background: #fff;
    padding: 15px 20px;
}

.grid_programs .program_1 .program__info .program__type_duration {
    margin-left: auto;
    text-align: center;
}

.grid_programs .program_1 .program__info .program__type_duration p {
    margin-top: 5px;
    margin-left: 8px;
}

.grid_programs .program_1 .program__info .program__tags {
    margin-top: 9px;
}

.grid_programs .program_2 {
    border: 1px solid #fff;
}

.grid_programs .program_2 .program__title {
    font-size: 22px;
    font-size: 1.57143em;
    line-height: 1.22;
    padding: 12px 20px 11px;
}

.grid_programs .program_2 .program__info {
    padding: 0 20px 15px;
}

.grid_programs .program_2 .program__info .program__type_duration {
    margin-left: auto;
}

.grid_programs .program_2 .program__info .program__tags {
    margin-top: 9px;
}

.grid_programs .program_3 {
    border: 0.5px solid #fff;
}

.grid_programs .program_3 .program__image {
    padding: 15px 0 11px;
    text-align: center;
}

.grid_programs .program_3 .program__title {
    font-size: 15px;
    font-size: 1.07143em;
    line-height: 1.13;
    padding: 0 20px 15px;
}

.grid_programs .program_3 .program__info {
    padding: 15px 20px;
    background: #fff;
}

.grid_programs .program_3 .program__info .program__type_duration {
    margin-left: auto;
}

.grid_programs .program_3 .program__info .program__tags {
    margin-top: 9px;
}

.grid_programs .program_4 {
    border: 0.5px solid #fff;
}

.grid_programs .program_4 .program__image {
    padding: 20px 23px 26px;
    text-align: center;
    background: #fff;
}

.grid_programs .program_4 .program__title {
    font-size: 15px;
    font-size: 1.07143em;
    line-height: 1.13;
    padding: 25px 23px 22px;
}

.grid_programs .program_4 .program__info {
    padding: 0 23px 15px;
}

.grid_programs .program_4 .program__info .program__type_duration {
    margin-left: auto;
}

.grid_programs .program_4 .program__info .program__tags {
    margin-top: 9px;
}

.grid_programs .program_5 {
    border: 1px solid #E0E0E0;
    border-right: none;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.grid_programs .program_5 .program__image {
    padding: 0 21px;
}

.grid_programs .program_5 .program__title {
    font-size: 22px;
    font-size: 1.57143em;
    line-height: 1.14;
    padding: 30px 21px 13px;
}

.grid_programs .program_5 .program__info {
    padding: 11px 21px 15px;
}

.grid_programs .program_5 .program__info .program__type_duration {
    margin-left: auto;
}

.grid_programs .program_5 .program__info .program__tags {
    margin-top: 9px;
    font-weight: normal;
}

.grid_programs .program_6 .program__image {
    padding: 0 20px 18px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #E0E0E0;
    border-bottom-left-radius: 30px;
}

.grid_programs .program_6 .program__title {
    font-size: 16px;
    font-size: 1.14286em;
    line-height: 1.25;
    padding: 34px 20px 8px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #E0E0E0;
    border-top-left-radius: 30px;
}

.grid_programs .program_6 .program__info {
    padding-top: 19px;
    border-right: 1px solid #E0E0E0;
    position: relative;
}

.grid_programs .program_6 .program__info:before,
.grid_programs .program_6 .program__info:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    right: -1px;
    top: -1px;
    background: #fff;
}

.grid_programs .program_6 .program__info:after {
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #E0E0E0;
    border-top-right-radius: 30px;
}

.grid_programs .program_6 .program__info .program__type_duration {
    margin-left: auto;
    z-index: 1;
}

.grid_programs .program_6 .program__info .program__tags {
    margin-top: 9px;
    font-weight: normal;
}

.grid_programs .program_7 {
    padding: 25px 20px 15px;
}

.grid_programs .program_7 .program__image {
    padding-bottom: 21px;
}

.grid_programs .program_7 .program__title {
    font-size: 25px;
    font-size: 1.78571em;
    line-height: 1;
}

.grid_programs .program_7 .decoration .decoration__circle {
    background-color: #fff;
}

.grid_programs .program_7 .program__info {
    padding-top: 8px;
}

.grid_programs .program_7 .program__info .program__type_duration {
    margin-left: auto;
}

.grid_programs .program_7 .program__info .program__tags {
    margin-top: 9px;
}

.grid_programs .program_8 {
    border: 0.5px solid #fff;
}

.grid_programs .program_8 .program__image {
    margin-bottom: 10px;
    padding: 20px 20px 0;
}

.grid_programs .program_8 .program__title {
    font-size: 25px;
    font-size: 1.78571em;
    padding: 0 20px 15px;
}

.grid_programs .program_8 .program__info {
    background: #fff;
    padding: 15px 20px;
}

.grid_programs .program_8 .program__info .program__type_duration {
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.grid_programs .program_8 .program__info .program__type_duration p {
    margin-top: 5px;
    margin-left: 8px;
}

.grid_programs .program_8 .program__info .program__tags {
    margin-top: 9px;
}

.grid_programs .program_9 .program__image {
    padding: 0 20px 18px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #E0E0E0;
    border-bottom-left-radius: 30px;
}

.grid_programs .program_9 .program__title {
    font-size: 16px;
    font-size: 1.14286em;
    line-height: 1.25;
    padding: 34px 20px 8px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #E0E0E0;
    border-top-left-radius: 30px;
}

.grid_programs .program_9 .program__info {
    padding-top: 19px;
    border-right: 1px solid #E0E0E0;
    position: relative;
}

.grid_programs .program_9 .program__info:before,
.grid_programs .program_9 .program__info:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    right: -1px;
    top: -1px;
    background: #fff;
}

.grid_programs .program_9 .program__info:after {
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #E0E0E0;
    border-top-right-radius: 30px;
}

.grid_programs .program_9 .program__info .program__type_duration {
    margin-left: auto;
    margin-right: 70px;
}

.grid_programs .program_9 .program__info .program__tags {
    margin-top: 9px;
    font-weight: normal;
}

.button_load-more {
    padding-left: 210px;
    padding-right: 210px;
    margin-bottom: 100px;
}

.programs-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.14;
    color: #BABCBE;
    margin-top: 44px;
    margin-bottom: 50px;
}

.programs-search .mini-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.programs-search button {
    margin-left: 7px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 76px;
    padding-right: 76px;
}

.programs-search .tags {
    font-style: italic;
    margin-left: 37px;
    margin-right: 37px;
    margin-top: 20px;
}

.programs-search .tags a {
    color: #babcbe;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}

.programs-search .tags a:hover {
    color: #202B59;
}

.custom-scroll_inner:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #C4C4C4;
    top: 0;
    right: 4px;
}

.custom-scroll_bar-y {
    background: #C4C4C4;
    border-radius: 5px;
    opacity: 1;
    cursor: pointer;
}

.custom-scroll_bar-y:hover {
    opacity: 1;
}

.programs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.programs-container .grid_programs .grid__item {
    width: calc((100% - 2 * 40px) / 3);
}

.programs-container .grid_programs .grid__item:nth-child(4n) {
    margin-right: 40px;
}

.programs-container .grid_programs .grid__item:nth-child(3n) {
    margin-right: 0;
}

.accordion_big {
    margin-bottom: 70px;
}

.accordion_big .accordion__item .decoration .decoration__line {
    background: #E52713;
}

.accordion_big .accordion__item .decoration_reverse {
    margin-top: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.accordion_big .accordion__item .close {
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    right: -79px;
    top: 15px;
}

.accordion_big .accordion__item .close:before {
    width: 38px;
    height: 2px;
    background: #E52713;
}

.accordion_big .accordion__item .close:after {
    height: 38px;
    width: 2px;
    background: #E52713;
}

.questions {
    padding-bottom: 100px;
}

.questions ul {
    padding-left: 20px;
    list-style: circle;
}

.questions .mini-form {
    margin-top: 74px;
}

.questions .callback {
    margin-top: 70px;
    margin-bottom: 72px;
}

.program-header {
    background-color: #5E6894;
    background-image: url("../img/program-header-back.png");
    background-repeat: repeat-x;
    background-position: 22px 64px;
    padding-top: 156px;
    padding-bottom: 72px;
}

.program-header .h1 {
    color: #fff;
    text-align: left;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 45px;
    font-size: 2.25em;
    line-height: 1.11;
}

.program-body {
    padding-top: 87px;
}

.program-body .h2 {
    text-align: left;
    margin-bottom: 18px;
}

.program-body .program-body__tags {
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    font-size: 1em;
    line-height: 1.25;
    color: #202B59;
    margin-bottom: 30px;
}

.accordion_program .accordion__item {
    margin-bottom: 0;
}

.accordion_program .accordion__item .decoration .decoration__line {
    background: #E52713;
}

.accordion_program .accordion__item .opener {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.accordion_program .accordion__item .opener svg {
    width: 30px;
    height: 18px;
    fill: #202B59;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.accordion_program .accordion__item .question {
    font-weight: 300;
    position: relative;
}

.accordion_program .accordion__item .question:before {
    content: none;
}

.accordion_program .accordion__item .answer {
    font-weight: 300;
}

.accordion_program .accordion__item .decoration_reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 17px;
}

/*.accordion_program .accordion__item:last-child .decoration_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.accordion_program .accordion__item:last-child .decoration_reverse .decoration__circle:first-child {
    background-color: #e0e0e0;
}

.accordion_program .accordion__item:last-child .decoration_reverse .decoration__circle:nth-child(2) {
    background-color: #E52713;
}*/

.accordion_program .accordion__item_active .opener svg {
    fill: #E52713;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.program-footer {
    margin-top: 49px;
    margin-bottom: 100px;
}

.program-footer .container {
    position: relative;
    text-align: center;
}

.program-footer .download,
.program-footer .download-pdf {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.program-footer .download svg,
.program-footer .download-pdf svg {
    fill: #BABCBE;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 40px;
    height: 40px;
}

.program-footer .download svg:hover,
.program-footer .download-pdf svg:hover {
    fill: #202B59;
}

.program-footer .download-pdf {
    left: 0;
}

.program-footer .download {
    left: 87px;
}

.program-footer .button {
    padding-left: 148px;
    padding-right: 148px;
}

.h2 {
    margin-top: 100px;
    margin-bottom: 70px;
}

.button_field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #202B59;
    margin-top: 95px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 103px;
    position: relative;
    font-size: 12px;
    font-size: 0.6em;
}

.button_field .button_delete {
    border-radius: 20px;
    border: 1px solid #9E9E9E;
    color: #9E9E9E;
    position: absolute;
    right: 0;
}

.button_field .button_delete:hover {
    color: #fff;
}

.button_field .button_load-more {
    padding-left: 75px;
    padding-right: 75px;
}

.loaded_programs {
    margin-top: 20px;
}

.close_program {
    position: absolute;
    /*bottom: calc(100% + 16px);*/
    top: 10px;
    right: 10px;
}

.grid_catalog {
    margin-top: 135px;
}

.grid_catalog .grid__item {
    margin-bottom: 130px;
}

.grid_catalog .grid__item .program__image {
    text-align: center;
}

.program__downloads {
    position: absolute;
    top: calc(100% + 21px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.program__downloads svg {
    width: 40px;
    height: 40px;
    fill: #babcbe;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.program__downloads svg:hover {
    fill: #202b59;
}

.program__downloads+svg {
    margin-left: 6px;
}

.loaded_programs {
    margin-top: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 79px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.loaded_programs .close {
    position: relative;
    margin-left: 10px;
}

.loaded_programs .table__row+.table__row {
    margin-top: 7px;
}

.loaded_programs_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #202B59;
    width: 100%;
    font-size: 16px;
    font-size: 0.8em;
}

.loaded_programs_table .table_inf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    margin-right: 100px;
}

.loaded_programs_table .program__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 35px;
}

.loaded_programs_table .program__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.loaded_programs_table .program__download {
    cursor: pointer;
}

.loaded_programs_table .program__download svg {
    width: 48px;
    height: 48px;
    fill: #babcbe;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.loaded_programs_table .program__download svg:hover {
    fill: #202b59;
}

.table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.table .table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.table_inf_mobile {
    visibility: hidden;
}

.grid_thematic .thematic-programs__item {
    width: 100% !important;
    margin: 0;
    padding: 32px;
    border-radius: 12px;
    background: transparent !important;
    border: 1px solid rgba(88, 88, 88, 0.18);
}

@media(max-width: 991px) {
    .grid_thematic .thematic-programs__item {
        padding: 24px !important;
    }
}

@media(max-width: 767px) {
    .grid_thematic .thematic-programs__item {
        padding: 16px;
        border-radius: 8px;
    }
}



.grid_thematic .thematic-programs__item .thematic-programs__item__image {
    width: 100%;
    height: 191px;
    margin-left: 0;
    margin-bottom: 24px;
    max-width: none;
    object-fit: contain;
}

@media (min-width: 992px) {
    .grid_programs .add:hover {
        background: #E52713;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .grid_programs .add:hover span {
        border-color: #fff;
    }
}

@media (max-width: 1360px) {
    .programs-history .slider__nav_left {
        left: -11px;
    }

    .programs-history .slider__nav_right {
        right: -11px;
    }

    .button_field .button_delete {
        position: static;
    }
}

@media (max-width: 1300px) {
    .filter {
        width: calc((100% - 20px) / 3);
        margin-right: 20px;
    }

    .grid_programs {
        margin-left: 0;
        margin-right: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .grid_programs .grid__item {
        margin-right: 0;
        width: 290px;
    }

    .programs-container .grid_programs .grid__item {
        width: calc((100% - 2 * 20px) / 2);
    }

    .programs-container .grid_programs .grid__item:nth-child(4n) {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    body {
        font-size: 14px;
        line-height: 1.21;
    }

    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .h1 {
        font-size: 18px;
        font-size: 1.28571em;
        line-height: 1.22;
        margin-bottom: 18px;
    }

    .h2 {
        font-size: 18px;
        font-size: 1.28571em;
        line-height: 1.22;
        margin-bottom: 18px;
    }

    .callback {
        width: 397px;
        max-width: 100%;
        font-size: 15px;
        font-size: 1.07143em;
        line-height: 1.2;
        padding: 0 30px;
    }

    .callback br {
        display: none;
    }

    .callback:before {
        border-width: 9px 8px;
    }

    .callback:after {
        width: calc(100% - 36px);
        left: 18px;
    }

    .callback .whatsapp {
        width: 20px;
        height: 20px;
        -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        transform: translate(5px, 0);
    }

    .slider .slider__nav {
        top: 50%;
    }

    .slider .slider__nav_left {
        left: -9px;
    }

    .slider .slider__nav_right {
        right: -9px;
    }

    .slider .owl-theme .owl-dots .owl-dot:focus {
        outline: none;
    }

    .slider .owl-theme .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        margin: 0 2px;
        background: #BABCBE;
    }

    .slider .owl-theme .owl-dots .owl-dot.active span {
        background: #202B59;
    }

    .decoration .decoration__square {
        width: 13px;
        height: 12px;
    }

    .decoration .decoration__square .decoration__circle {
        width: 5.5px;
        height: 5px;
        margin-bottom: 1.5px;
    }

    .decoration .decoration__line {
        margin-bottom: 2.5px;
    }

    .close {
        width: 30px;
        height: 30px;
    }

    .close:before {
        width: 13px;
    }

    .close:after {
        height: 13px;
    }

    .modal .modal__body {
        padding: 102px 30px 44px;
        width: 100%;
        max-height: 100%;
        font-size: 14px;
    }

    .modal .modal__body .close {
        top: 33px;
        right: 34px;
    }

    .modal .modal-references {
        margin-top: 40px;
    }

    .form .form__row {
        margin-bottom: 15px;
    }

    .form .button {
        margin-top: 30px;
    }

    .accordion .accordion__item {
        font-size: 14px;
        font-size: 1em;
        line-height: 1.21;
        margin-bottom: 12px;
    }

    .accordion .accordion__item .decoration {
        margin-bottom: 11px;
    }

    .accordion .accordion__item .decoration_reverse {
        margin-top: 18px;
    }

    .accordion .accordion__item .decoration_reverse .decoration__line {
        margin-top: 2.5px;
    }

    .accordion .accordion__item .question {
        position: relative;
        padding-left: 0;
    }

    .accordion .accordion__item .answer {
        margin-top: 10px;
        padding-left: 54px;
    }

    .accordion .accordion__item .close {
        top: 0;
        right: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .accordion .accordion__item.accordion__item_active {
        margin-bottom: 0;
    }

    .mini-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .mini-form .mini-form__input {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .mini-form .button {
        -webkit-box-shadow: 2px 2px 3px rgba(32, 43, 89, 0.69);
        box-shadow: 2px 2px 3px rgba(32, 43, 89, 0.69);
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    header .container {
        height: 76px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    header .header__logo {
        display: none;
    }

    header .header__logo_mobile {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    header .header__rzd {
        margin-left: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    header .header__rzd img {
        width: 67px;
        height: 30px;
    }

    header .hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header__menu {
        display: none;
    }

    .header__basket {
        display: none;
    }

    .modal .header__basket,
    .modal .header__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #202B59;
        margin-left: 0;
        font-size: 14px;
        line-height: 1.07;
    }

    .modal .header__basket {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .modal .header__basket .header__basket__image {
        margin-left: 0;
        position: relative;
    }

    .modal .header__basket .header__basket__text {
        margin-top: 23px;
        text-align: center;
        margin-right: 0;
    }

    .header__basket .header__basket__dropdown .logout {
        position: relative;
        margin-left: 15px;
        opacity: 1;
        visibility: visible;
    }

    .modal .header__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .modal .header__menu .header__menu__link {
        color: #202B59;
        margin-top: 20px;
        display: block;
    }

    footer {
        font-size: 14px;
        line-height: 1.71;
    }

    footer .footer__logo {
        display: none;
    }

    footer .footer__logo_mobile {
        display: block;
    }

    footer .footer__copyright {
        margin-top: 3px;
    }

    footer .footer__rzd_mobile {
        display: block;
        margin-top: 20px;
    }

    footer .footer__rzd_mobile img {
        height: 40px;
        width: 90px;
    }

    footer .footer__rzd {
        display: none;
    }

    footer .footer__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 70px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    footer .footer__socials {
        margin-right: 0;
    }

    footer .footer__socials .footer__socials__title {
        margin-bottom: 6px;
    }

    footer .footer__socials .footer__socials__item+.footer__socials__item {
        margin-left: 41px;
    }

    footer .footer__socials .footer__socials__item img {
        width: 25px;
        height: 25px;
    }

    footer .footer__contacts {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 6px;
    }

    footer .footer__contacts a+a {
        margin-left: 26px;
    }

    .side-panel .item {
        width: 45px;
        height: 45px;
        margin-bottom: 11px;
    }

    .side-panel .item .cloud {
        width: 24px;
        height: 20px;
    }

    .side-panel .item .folders {
        width: 24px;
        height: 19px;
    }

    .side-panel .item .document {
        width: 21px;
        height: 22px;
    }

    .side-panel .item .documents {
        width: 21px;
        height: 22px;
    }

    .side-panel .item .mail {
        width: 24px;
        height: 24px;
    }

    .side-panel .item .ring {
        width: 27px;
        height: 21px;
    }

    .side-panel .close:before {
        width: 19px;
    }

    .side-panel .close:after {
        height: 19px;
    }

    .main-intro {
        padding-top: 70px;
        padding-bottom: 75px;
        margin-bottom: 45px;
        background: url("../img/main-back-mobile.png") left top repeat-x #202B59;
    }

    .main-intro .intro__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .main-intro .intro__header img {
        margin-right: 0;
        width: 100%;
        max-width: 416px;
        height: 173px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .main-intro .intro__header .intro__header__title {
        margin-bottom: 6px;
    }

    .main-intro .intro__header .intro__header__title .big {
        font-size: 25px;
        font-size: 1.78571em;
        font-weight: 700;
        line-height: 1.2;
    }

    .main-intro .intro__header .intro__header__title .big br {
        display: none;
    }

    .main-intro .intro__header .intro__header__title .small {
        font-size: 25px;
        font-size: 1.78571em;
        line-height: 1.2;
        font-weight: 400;
    }

    .main-intro .intro__footer {
        display: none;
    }

    .main-section {
        margin-bottom: 45px;
    }

    .directions .directions__item {
        width: 100%;
        margin-right: 0;
        max-width: 100%;
        height: 50px;
        padding-top: 0 !important;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 30px;
        padding-right: 30px;
        background-position: calc(100% - 10px) center;
        background-size: 20px auto;
    }

    .directions .directions__item .counter {
        width: 30px;
        height: 20px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .directions .directions__item .directions__title {
        font-size: 14px;
        font-size: 1em;
        line-height: 1.07;
    }

    .advantages {
        padding-bottom: 12px;
    }

    .advantages .advantages__item {
        width: 250px;
        max-width: 100%;
        font-size: 14px;
        font-size: 1em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
        text-align: left;
    }

    .advantages .advantages__item+.advantages__item {
        margin-left: auto;
    }

    .advantages .advantages__icon {
        width: 101px;
        margin-bottom: 0;
        margin-right: 20px;
    }

    .advantages .advantages__title {
        line-height: 1.07;
        margin-bottom: 0;
    }

    .advantages .advantages__subtitle {
        font-size: 14px;
        font-size: 1em;
        line-height: 1.07;
    }

    .new-programs {
        padding-top: 44px;
        padding-bottom: 51px;
    }

    .new-programs .container {
        padding-left: 39px;
        padding-right: 39px;
    }

    .new-programs .new-programs__slider {
        margin-bottom: 30px;
    }

    .new-programs .new-programs__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 14px;
        padding: 17px 8px 20px 20px;
        width: 100%;
    }

    .new-programs .new-programs__item .new-programs__item__image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 50%;
        margin-right: 20px;
        height: 96px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 0 -20px;
        object-position: 0 -20px;
        margin-bottom: 0;
    }

    .new-programs .new-programs__item .new-programs__item__title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        font-size: 26px;
        font-size: 1.85714em;
        width: 100%;
        border-bottom: 1px solid #FFFFFF;
    }

    .new-programs .new-programs__item .new-programs__item__description {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: calc(50% - 20px);
        line-height: 1.21;
    }

    .thematic-programs .thematic-programs__slider {
        margin-bottom: 0;
    }

    .thematic-programs .thematic-programs__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding: 0 5px 0 20px;
    }

    .thematic-programs .thematic-programs__item .thematic-programs__item__image {
        margin-left: 0;
        margin-bottom: 0;
    }

    .thematic-programs .thematic-programs__item .thematic-programs__item__title {
        font-size: 16px;
        font-size: 1.14286em;
        line-height: 1.25;
        color: #fff;
        padding-top: 17px;
    }

    .program-creation .program-creation__mobile {
        display: block;
    }

    .program-creation .program-creation__desktop {
        display: none;
    }

    .program-creation .ps {
        width: auto;
        margin-top: 8px;
        padding-top: 10px;
        font-size: 14px;
        font-size: 1em;
        line-height: 1.14;
        margin-left: 10px;
        margin-right: 10px;
    }

    .programs-history .programs-history__slider {
        margin-top: 24px;
        margin-bottom: 33px;
    }

    .programs-history .programs-history__item__head {
        font-size: 14px;
        line-height: 1.21;
        margin-bottom: 31px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .programs-history .programs-history__item__head .programs-history__item__title {
        font-size: 20px;
        font-size: 1.42857em;
        line-height: 1.25;
        margin-bottom: 1px;
        font-weight: 500;
    }

    .programs-history .programs-history__item__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 14px;
        line-height: 1.14;
    }

    .programs-history .programs-history__item__body .block__title {
        width: 222px;
        padding: 5px 0 5px 12px;
        margin-bottom: 22px;
    }

    .programs-history .programs-history__item__body .left {
        width: auto;
    }

    .programs-history .programs-history__item__body .left .block {
        margin-bottom: 24px;
    }

    .programs-history .programs-history__item__body .left .block:last-child {
        margin-bottom: 24px;
    }

    .programs-history .programs-history__item__body .left .block .block__text {
        padding-right: 0;
        padding-left: 121px;
    }

    .programs-history .programs-history__item__body .right {
        width: auto;
        height: auto;
        padding: 22px 25px 27px;
        background-size: 64%;
        background-position: right calc(100% - 21px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
    }

    .programs-history .programs-history__item__body .right .block__title {
        margin-bottom: 10px;
        width: auto;
        padding: 0;
    }

    .programs-history .programs-history__item__body .right .text {
        width: 64%;
        margin-left: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-bottom: 30px;
    }

    .programs-history .programs-history__item__body .right .review-author_mobile {
        display: block;
    }

    .programs-history .programs-history__item__body .right .review-author {
        display: none;
    }

    .programs-history .programs-history__item__body .right img {
        width: 59px;
        height: 59px;
        margin-left: 9px;
        margin-right: auto;
        margin-bottom: 7px;
    }

    .programs-history .slider__nav {
        top: 10px;
    }

    .programs-history .decoration_reverse {
        display: none;
    }

    .programs-history .callback {
        margin-top: 24px;
        margin-bottom: 33px;
    }

    .questions-answers {
        padding-top: 80px;
        padding-bottom: 29px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .questions-answers:before {
        width: 161px;
        height: 146px;
        left: -11px;
        bottom: auto;
        top: 308px;
    }

    .questions-answers:after {
        width: 173px;
        height: 193px;
        right: 16px;
        top: 202px;
    }

    .programs {
        margin-top: 20px;
    }

    .filter {
        font-size: 12px;
        width: calc((100% - 20px) / 3);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 0;
        margin-right: 30px;
        padding: 37px 10px 100px;
    }

    .filter .filter__item {
        width: 100%;
    }

    .filter .filter__item+.filter__item {
        margin-top: 10px;
    }

    .filter .filter__item .filter__item__opener {
        position: absolute;
        left: 10px;
        top: -5px;
        margin-bottom: 0;
        width: 20px;
        height: 20px;
    }

    .filter .filter__item .filter__item__name {
        font-size: 15px;
        padding-left: 35px;
    }

    .filter .filter__item .filter__item__hidden {
        padding: 10px 0 10px 36px;
        margin-top: 10px;
    }

    .filter .form_filter {
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
    }

    .filter .form_filter .button {
        margin-left: auto;
    }

    .filter .button_clear {
        padding-left: 20px;
        padding-right: 20px;
    }

    .grid_programs .program_1 .program__title {
        font-size: 16px;
        padding: 15px 20px 15px;
    }

    .grid_programs .program_1 .program__info {
        padding: 15px 10px;
    }

    .grid_programs .program_2 .program__title {
        font-size: 13px;
    }

    .grid_programs .program_2 .program__info {
        padding: 0 10px 15px;
    }

    .grid_programs .program_3 .program__info {
        padding: 10px 10px;
    }

    .grid_programs .program_4 .program__info {
        padding: 0 10px 15px;
    }

    .grid_programs .program_5 .program__title {
        font-size: 16px;
        font-size: 1.14286em;
    }

    .grid_programs .program_5 .program__info {
        padding: 11px 10px 15px;
    }

    .grid_programs .program_7 .program__title {
        font-size: 15px;
    }

    .grid_programs .program_8 .program__info {
        padding: 15px 10px;
    }

    .button_load-more {
        padding-left: 40px;
        padding-right: 40px;
    }

    .programs-search {
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
    }

    .programs-search button {
        margin-left: auto;
    }

    .programs-search .tags {
        margin-left: 0;
        margin-right: 0;
    }

    .programs-container .grid_programs .grid__item:nth-child(4n) {
        margin-right: 0;
    }

    .program-body {
        padding-top: 0;
    }

    .accordion_program .accordion__item .opener {
        top: 2px;
    }

    .accordion_program .accordion__item .opener svg {
        width: 20px;
        height: 12px;
    }

    .accordion_program .accordion__item .question {
        padding-left: 30px;
    }

    .program-footer {
        margin-bottom: 59px;
    }

    .program-footer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .program-footer .download,
    .program-footer .download-pdf {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: block;
    }

    .program-footer .download {
        margin-right: auto;
        margin-left: 10px;
    }

    .program-footer .button {
        padding-left: inherit;
        padding-right: inherit;
    }

    .h2 {
        margin-top: 50px;
    }

    .button_field {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding-bottom: 40px;
        margin-top: 0;
    }

    .button_field .button {
        margin-bottom: 15px;
        text-align: center;
    }

    .button_field .button.button_center {
        margin-left: 0;
        margin-right: 0;
    }

    .grid_catalog {
        margin-bottom: 0;
        margin-top: 65px;
    }

    .loaded_programs {
        margin-bottom: 45px;
    }

    .loaded_programs_table {
        font-size: 14px;
    }

    .loaded_programs_table .table_inf {
        margin-right: 50px;
    }

    .loaded_programs_table .program__download svg {
        width: 30px;
        height: 30px;
    }

    .grid_thematic .thematic-programs__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 20px 20px;
    }

    .grid_thematic .thematic-programs__item .thematic-programs__item__title {
        color: #202b59;
    }
}

@media (max-width: 990px) {
    .grid_programs .program_5 .program__title {
        font-size: 15px;
    }
}

@media(max-width: 767px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 768px) {
    .sidebar {
        width: 260px;
    }

    .filter {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
        padding: 33px 13px 100px;
    }

    .filter .filter__item .filter__item__opener {
        top: 0;
        margin-top: 0;
    }

    .filter .button_clear {
        margin: auto;
    }

    .grid_programs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 55px;
    }

    .grid_programs .grid__item {
        margin-left: auto;
        margin-right: auto;
    }

    .programs-container .grid_programs .grid__item {
        margin-right: auto;
        margin-left: auto;
        width: 260px;
    }

    .programs-container .grid_programs .grid__item:nth-child(3n) {
        margin-right: auto;
    }

    .programs-container .grid_programs .grid__item:nth-child(4n) {
        margin-right: auto;
    }

    .programs-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .filter .filter__item .filter__item__hidden {
        max-height: 250px;
    }

    .filter .filter__item .filter__item__list__item .close {
        left: 0;
        transform: translateX(0);
    }

    .filter .filter__item .filter__item__list__item.filter__item__list__item_active {
        padding-left: 20px;
    }

    .filter .filter__item__selected .filter__item__list__item .close {
        left: -5px;
        transform: translateX(-100%);
    }
}

@media (max-width: 750px) {
    .filter .filter__item .filter__item__name {
        font-size: 14px;
        font-size: 1em;
        margin-bottom: 0;
        padding-left: 35px;
    }
}

@media (max-width: 749px) {
    .grid_programs .program_6 .program__title {
        font-size: 13px;
    }
}

.media-slider-item.single-video-programm img {
    width: auto;
}

@media (max-width: 600px) {
    .form .form__row.form__row_half {
        width: 100%;
    }

    .new-programs {
        padding-top: 1px;
    }

    .filter .filter__item .filter__item__name {
        padding-left: 40px;
    }

    .programs-search {
        margin-bottom: 20px;
    }

    .program-body {
        padding-top: 15px;
    }

    .accordion_program .accordion__item .answer {
        padding-left: 0;
    }

    .h2 {
        margin-top: 30px;
    }

    .button_field {
        margin-top: -30px;
        padding: 30px;
    }

    .loaded_programs {
        margin-bottom: 40px;
        margin-top: 15px;
    }

    .close_program {
        bottom: calc(100% + 5px);
    }

    .grid_catalog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .program__downloads {
        top: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .program__downloads svg {
        width: 30px;
        height: 30px;
    }

    .loaded_programs .close {
        width: 20px;
        height: 20px;
    }

    .loaded_programs_table .table_inf {
        display: none;
    }

    .loaded_programs_table .program__date {
        line-height: 20px;
        order: 1;
        flex-grow: 1;
        justify-content: flex-end;
        flex-direction: row;
    }

    .loaded_programs_table .program__name {
        margin-right: 10px;
        line-height: 20px;
        white-space: normal;
        order: 0;
        width: 100%;
    }

    .loaded_programs_table .program__download svg {
        width: 20px;
        height: 20px;
    }

    .table_inf_mobile {
        visibility: visible;
        width: inherit;
        font-weight: 700;
        line-height: 18px;
        text-transform: uppercase;
        margin-top: 23px;
    }

    footer .footer__contacts {
        flex-direction: column;
    }

    footer .footer__contacts a {
        margin-left: 26px;
    }

    .loaded_programs_table .table__row {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .back-button-wrapper {
        position: absolute;
    }

    .media-slider-item.single-video-programm {
        height: auto;
    }
}

@media (max-width: 544px) {
    header .hamburger {
        margin-left: 10px;
        margin-right: 10px;
    }

    footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    footer .footer__info {
        margin-left: 0;
        margin-top: 20px;
        align-items: center;
    }

    footer .footer__contacts a {
        margin-left: 0;
    }

    footer .footer__contacts a+a {
        margin-left: 0;
    }

    footer .footer__rzd_mobile {
        text-align: center;
    }

    footer .footer__socials {
        text-align: center;
    }

    .directions .directions__item .directions__title {
        font-size: 12px;
        font-size: 0.85714em;
    }

    .new-programs .new-programs__item {
        padding: 17px 20px 20px;
    }

    .new-programs .new-programs__item .new-programs__item__image {
        width: 100%;
        height: auto;
    }

    .new-programs .new-programs__item .new-programs__item__title {
        font-size: 20px;
        font-size: 1.42857em;
    }

    .new-programs .new-programs__item .new-programs__item__description {
        width: 100%;
    }

    .thematic-programs .thematic-programs__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 20px 20px;
    }

    .thematic-programs .thematic-programs__item .thematic-programs__item__image {
        width: 100%;
    }

    .thematic-programs .thematic-programs__item .thematic-programs__item__title {
        font-size: 14px;
        font-size: 1em;
        text-align: center;
    }

    .programs-history .programs-history__item__body .left .block .block__text {
        padding-left: 0;
    }

    .programs-history .programs-history__item__body .right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 22px 15px 20px;
    }

    .programs-history .programs-history__item__body .right .block__title {
        text-align: center;
    }

    .programs-history .programs-history__item__body .right .text {
        width: auto;
        margin-left: 0;
    }

    .programs-history .programs-history__item__body .right .review-author_mobile {
        margin-bottom: 15px;
        text-align: center;
    }

    .programs-history .programs-history__item__body .right img {
        width: 80px;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 484px) {
    .grid_catalog .grid__item {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1360px) {
    .container {
        max-width: 960px;
    }

    .main-intro .intro__header img {
        max-width: 40%;
    }

    .directions .container {
        max-width: 960px;
    }

    .directions .directions__item {
        height: 181px;
        padding-top: 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .directions .directions__item .directions__title {
        font-size: 16px;
        font-size: 0.8em;
    }

    .advantages .container {
        max-width: 960px;
    }

    .advantages .advantages__item {
        font-size: 28px;
        font-size: 1.4em;
    }

    .new-programs .container {
        max-width: 960px;
    }

    .new-programs .new-programs__item {
        width: 100%;
        font-size: 16px;
        padding: 17px 20px 20px;
    }

    .new-programs .new-programs__item .new-programs__item__title {
        display: block;
        margin-bottom: 20px;
        font-size: 20px;
        font-size: 1.25em;
        font-weight: 500;
    }

    .thematic-programs .container {
        max-width: 960px;
    }

    .thematic-programs .thematic-programs__item {
        width: 100%;
    }

    .thematic-programs .thematic-programs__item .thematic-programs__item__image {
        height: auto;
    }

    .thematic-programs .thematic-programs__item .thematic-programs__item__title {
        font-size: 20px;
        font-size: 1em;
    }

    .program-creation .container {
        max-width: 960px;
    }

    .programs-history .container {
        max-width: 960px;
    }

    .programs-history .programs-history__item__body .left {
        width: 55%;
    }

    .programs-history .programs-history__item__body .right {
        width: calc(45% - 40px);
    }

    .filter .filter__item .filter__item__name {
        font-size: 14px;
        font-size: 1em;
    }

    .grid_thematic .thematic-programs__item {
        width: 290px;
    }
}

@media (min-width: 661px) and (max-width: 991px) {
    .grid_programs .program_1 .program__info .program__tags {
        font-size: 12px;
    }

    .grid_programs .program_5 .program__info .program__tags {
        font-size: 12px;
    }

    .grid_programs .program_6 .program__info .program__tags {
        font-size: 12px;
    }
}

@media (min-width: 750px) and (max-width: 991px) {
    .grid_programs .program_6 .program__title {
        font-size: 16px;
    }

    .grid_catalog .grid__item {
        width: calc((100% - 20px) / 3);
    }
}

@media (min-width: 485px) and (max-width: 749px) {
    .grid_catalog .grid__item {
        width: calc((100% - 20px) / 2);
    }
}

@media (min-width: 485px) and (max-width: 991px) {
    .grid_catalog .program_1 .program__title {
        font-size: 20px;
    }

    .grid_catalog .program_6 .program__title {
        font-size: 20px;
    }

    .grid_catalog .program_8 .program__title {
        font-size: 20px;
    }
}

@media (min-width: 485px) and (max-width: 600px) {
    .grid_catalog .program_6 {
        margin-right: 0;
        margin-left: 0;
    }
}

.webp .main-intro .intro__footer {
    background-image: url(http://portfolio.universitetrzd.ru/local/templates/main/img/main-back.png);
}

.webp .programs-history .programs-history__item__body .right {
    background-image: url(../img/programs-history-back.webp);
}

.webp .questions-answers:before {
    background-image: url(../img/o-figure.webp);
}

.webp .questions-answers:after {
    background-image: url(../img/y-figure.webp);
}

.webp .program-header {
    background-image: url(../img/program-header-back.webp);
}

@media (max-width: 991px) {

    .webp .main-intro {
        background: url(../img/main-back-mobile.webp) left top repeat-x #202B59;
    }
}

.hero {
    height: 100vh;
}

.hero-slide {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100vh;
}

.hero__title {
    font-family: var(--font-family-title);
    font-size: 38px;
    line-height: 1.4;
    max-width: 828px;
    color: #FFF;
    margin-bottom: 40px;
}

.hero__desc {
    max-width: 528px;
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 1.5;
    color: #FFF;
}

.hero-students {
    display: flex;
    align-items: center;
    gap: 21px;
    color: #FFF;
}

.hero-students__num {
    width: auto;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    border-radius: 8px;
    background: #003160;
    padding: 10px;
}

.hero-students__num span {
    font-size: 32px;
}

.hero-students__num-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 6px;
    background: #E52713;
}

.hero-students__num-icon svg {
    display: block;
    width: 29px;
    height: 24px;
}


.hero-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.hero-video::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.50) 100%);
    display: block;
}

.hero-video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slider .swiper-wrapper {
    height: 100%;
}

.hero-slider__pagination-content.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.hero-slider__pagination-content .swiper-pagination-bullet {
    position: relative;
    max-width: 348px;
    width: 100%;
    height: auto;
    text-align: left;
    border-radius: 0;
    opacity: 1;
    margin-right: 20px;
    background-color: transparent;
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.hero-slider__pagination-content .swiper-pagination-bullet em {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: -0.38px;
    color: #FFF;
    font-style: normal;
}

.hero-slider__pagination-content .swiper-pagination-bullet i {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background-color: #FFF;
    opacity: .25;
}

.hero-slider__pagination-content .swiper-pagination-bullet b {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 0%;
    height: 1px;
    background-color: #FFF;

}

.swiper-pagination-bullet-active {
    background-color: transparent;
}

.swiper-pagination-bullet-active b {
    animation-name: countingBar;
    animation-duration: 2s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}

@keyframes countingBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.hero-slider__pagination {
    position: absolute;
    width: 100%;
    bottom: 100px;
    left: 0;
    right: 0;
}



.hero-slider__pagination .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.hero-slider__pagination-item {
    max-width: 348px;
    width: 100%;
    color: #FFF;
}

.hero-slider__picture {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.hero-slider__picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slider__picture:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.50) 100%);
    display: block;
}

@media(max-width: 1023px) {
    .hero {
        height: auto;
    }

    .hero-slide {
        padding: 110px 0 137px;
    }

    .hero-slider__pagination {
        bottom: 54px;
    }

    .hero-students {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-slider__pagination-content .swiper-pagination-bullet em {
        font-size: 12px;
    }
}

@media(max-width: 767px) {

    .hero-slide {
        padding: 0;
    }

    .hero__title {
        font-size: 24px;
        line-height: 1.32;
        margin-bottom: 24px;
    }

    .hero__desc {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .hero-students__num span {
        font-size: 24px;
    }

    .hero-students span {
        gap: 16px;
    }
}

.section-bg {
    background: #F3F3F4;
}

.section-bg .section__btn {
    background-color: #FFF;
}


.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    width: 100%;
    margin-bottom: 50px;
}

.section__title {
    font-family: var(--font-family-title);
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: -1.6px;
    color: #5A5D60;
    font-weight: 300;
}

.section__btn {
    display: inline-block;
    width: auto;
    padding: 11px 34px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.64px;
    color: #424242;
    border-radius: 8px;
    background: rgba(90, 93, 96, 0.10);
    cursor: pointer;
    outline: none;
    border: none;
    transition: .3s;
}

.section__btn:hover {
    background: #424242;
    color: #FFF;
    transition: .3s;
}


.opportunities {
    padding: 100px 0;
    overflow: hidden;
    font-family: var(--font-family-title);
}

.opportunities-list {
    display: flex;
}

.opportunities-item {
    min-width: 320px;
    width: 320px;
    margin-right: 70px;
    color: #424242;
}

.opportunities-item__title {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 40px;
    min-height: 98px;

}

.opportunities-item__desc {
    font-size: 18px;
    line-height: 1.5;
}

@media(max-width: 1023px) {

    .opportunities {
        padding: 50px 0;
    }

    .section-head {
        margin-bottom: 24px;
    }

    .section__title {
        font-size: 26px;
    }

    .opportunities-item {
        min-width: 247px;
        width: 247px;
        margin-right: 24px;
    }

    .opportunities-item__title {
        font-size: 24px;
        margin-bottom: 24px;
        min-height: 68px;
    }

    .opportunities-item__desc {
        font-size: 14px;
    }
}

@media(max-width: 767px) {
    .opportunities {
        padding-bottom: 116px;
        position: relative;
    }

    .opportunities .section__btn {
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.orient {
    padding: 100px 0 63px;
    font-family: var(--font-family-title);
}

.orient-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 46px 19px;
}

.orient-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
    border-radius: 10px;
    background-color: #FFF;
    min-height: 476px;
    transition: .3s;
    /*transform: scale(1);*/
}

.orient-item--blue {
    border-left: 5px solid #003160;
    border-bottom: 5px solid #003160;
}

.orient-item--red {
    border-left: 5px solid #FF3D00;
    border-bottom: 5px solid #FF3D00;
}

.orient-item--grass {
    border-left: 5px solid #83A917;
    border-bottom: 5px solid #83A917;
}

.orient-item--pink {
    border-left: 5px solid #B0008A;
    border-bottom: 5px solid #B0008A;
}

.orient-item--sea {
    border-left: 5px solid #007A7A;
    border-bottom: 5px solid #007A7A;
}

.orient-item--toxic {
    border-left: 5px solid #BAAA1D;
    border-bottom: 5px solid #BAAA1D;
}

.orient-item--green {
    border-left: 5px solid #00B027;
    ;
    border-bottom: 5px solid #00B027;
    ;
}

.orient-item--purple {
    border-left: 5px solid #78008B;
    border-bottom: 5px solid #78008B;
}

.orient-item--brown {
    border-left: 5px solid #A04017;
    border-bottom: 5px solid #A04017;
}

.orient-item--orange {
    border-left: 5px solid #FF7A00;
    border-bottom: 5px solid #FF7A00;
}

@media (hover: hover) {
    .orient-item:hover {
        transform: scale(1.1);
        background-color: #003160;
        transition: .3s;
    }

    .orient-item:hover .orient-item__num {
        color: #AEAC9E;
    }

    .orient-item:hover .orient-item__title {
        color: #FFF;
    }

    .orient-item:hover .orient-item__icon svg path {
        fill: #AEAC9E;
    }

    .orient-item:hover .orient-item__btn {
        display: block;
    }

    .orient-item:hover .orient-item__icon {
        transform: translateY(-50px);
        transition: .3s;
    }
}

.orient-item__num {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 24px;
}

.orient-item__title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 32px;
    color: #424242;
}

.orient-item__icon {
    margin: auto 0 0 0;
    position: absolute;
    left: 24px;
    bottom: 24px;
    transition: .3s;
    transform: translateY(0);
}

.orient-item__btn {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #AEAC9E;
    text-align: center;
    color: #AEAC9E;
    margin-top: 32px;
    font-size: 16px;
    letter-spacing: -0.64px;
    cursor: pointer;
    display: none;
    margin: auto 0 0 0;
}

.orient-item__btn:hover {
    background: #AEAC9E;
    color: #003160;
}



@media(max-width: 1360px) {
    .orient-list {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px 16px;
    }
}

@media(max-width: 1023px) {
    .orient {
        padding: 40px 0;
    }

    .orient-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .orient-item__num {
        font-size: 14px;
    }
}

@media(max-width: 767px) {
    .orient .section__btn {
        display: none;
    }

    .orient-list {
        display: block;
    }

    .orient-item {
        min-height: initial;
        flex-direction: row;
        align-items: center;
        padding: 16px;
        margin-bottom: 2px;
        border-left-width: 3px !important;
        border-bottom-width: 3px !important;
    }

    .orient-item:last-of-type {
        margin-bottom: 0;
    }

    .orient-item__num {
        margin: 0 32px 0 0;
    }

    .orient-item__title {
        margin: 0;
        font-size: 16px;
    }

    .orient-item__btn {
        display: none;
    }

    .orient-item__icon {
        display: none;
    }
}

.program-types {
    padding: 63px 0 50px;
    font-family: var(--font-family-title);
}

.program-types-list {
    display: flex;
    align-items: stretch;
    gap: 40px;
}

.program-types__item {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    gap: 40px;
}

.program-types__item--adaptive {
    position: relative;

}

.program-types__item--adaptive:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.46) 2.76%, rgba(0, 0, 0, 0.00) 59.79%);
    z-index: 2;
}

.program-types__item--adaptive .program-types__item-title {
    position: absolute;
    top: 24px;
    left: 24px;
    color: #FFF;
}

.program-types__item--uniq {
    flex-direction: column;
}

.program-types__item-title {
    color: #5A5D60;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -1.28px;
    position: relative;
    z-index: 3;
}

.program-types__item-img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-items: center;
    position: relative;
}

.program-types__item-decor {
    position: absolute;
    width: 44px;
}

.program-types__item-decor img {
    transition: .3s;
}

.program-types__item-decor--left-bottom {
    left: 40px;
    bottom: 30px;
    width: 28px;
}

.program-types__item-decor--left-top {
    left: 40px;
    top: 30px;
}

.program-types__item-decor--right-bottom {
    right: 40px;
    bottom: 30px;
}

.program-types__item-decor--right-top {
    right: 40px;
    top: 30px;
}

.program-types__item-img img {
    display: block;
    width: 100%;
}


@media(max-width: 1360px) {
    .program-types-list {
        gap: 24px;

    }

    .program-types__item {
        gap: 24px;

    }

    .program-types__item-title {

        font-size: 22px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: -0.96px;
    }
}

@media(max-width: 767px) {
    .program-types {
        padding: 40px 0 24px;
    }

    .program-types__item {
        margin: 0 auto;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 24px;

    }

    .program-types__item-img {
        width: 100px;
        height: 100px;
        flex-shrink: 0;
    }

    .program-types__item--adaptive {
        flex-direction: row-reverse;
        justify-content: flex-start;
    }

    .program-types__item--adaptive:before {
        display: none;
    }

    .program-types__item--adaptive .program-types__item-title {
        position: static;
        color: #5A5D60;
    }

    .program-types-list {
        display: block;
    }
}

@media(max-width: 374px) {
    .program-types__item {
        gap: 24px;
        max-width: 320px;
        margin: 0 auto;
    }

    .program-types__item-title {
        font-size: 18px;
    }
}

.program-feedback {
    padding: 50px 0 88px;
    position: relative;
}

.program-feedback__decor {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.program-feedback-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    border-radius: 10px;
    background: url('/local/templates/main/img/program-feedaback-bg.png') center center / cover no-repeat;
    z-index: 2;
}

.program-feedback__title {
    color: #FFF;
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 32px;
}

.program-feedback__desc {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 32px;
    color: #FFF;
}

.program-feedback__links {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.program-feedback__link {
    width: 28px;
    height: 28px;
    display: block;
}

.program-feedback__link:hover {
    opacity: .6;
}

.program-feedback__tel {
    margin-bottom: 32px;
    color: #FFF;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 400;
}

@media (max-width: 767px) {
    .program-feedback-content {
        background-image: url('/local/templates/main/img/program-feedabck-mob.png');
        background-position: top center;
    }
}

@media(max-width: 560px) {
    .program-feedback__tel {
        font-size: 24px;
    }

    .program-feedback__btn.btn {
        display: block;
        width: 100%;
    }
}

.btn {
    box-sizing: border-box;
    font-family: var(--font-family-title);
    display: inline-block;
    width: auto;
    background-color: #E52713;
    padding: 11px 34px;
    min-height: 42px;
    font-size: 16px;
    line-height: 1.32;
    letter-spacing: -0.64px;
    color: #FFF;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 8px;
    text-align: center;
    transition: .3s;
}


.button-small:before {
    content: "";
    display: block;
    position: absolute;
    top: var(--y);
    left: var(--x);
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #e52713;
    z-index: 1;
    -webkit-transition: width .3s linear, height .3s linear;
    transition: width .3s linear, height .3s linear;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #FFF;
    z-index: -1;
}

.button-small:hover::before {
    width: 450px;
    height: 450px;
}


.btn:hover {
    background-color: #003160;
    transition: .3s;
    color: #FFF;
    border-color: #003160;
}

.btn--wide {
    display: block;
}

.btn--white {
    background-color: #FFF;
    border: 1px solid rgba(88, 88, 88, 0.18);
    color: #424242;
}


.btn--icon {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    gap: 16px;
    height: 42px;
}

.btn--icon:hover svg path {
    fill: #FFF;
}

.btn--outline {
    background-color: #FFF;
    border: 1px solid #AEAC9E;
    color: #AEAC9E;
}

/*.btn--outline:hover {*/
/*    color: #FFF;*/
/*    background-color: #AEAC9E;*/
/*}*/

.btn--grey {
    background-color: rgba(136, 138, 140, 0.10);
    color: #424242;
}

.btn--grey span {
    color: #424242;
    opacity: 1;
}

.btn--grey:hover span {
    color: #FFF;
}

.btn--blue {
    background-color: #003160;
    color: #FFF;
}

.btn--border {
    border: 1px solid #FFF;
    color: #FFF;
    background-color: transparent;
}

.btn--border:hover {
    background-color: #FFF;
    color: #2B2A2A;
}

.btn--border:hover svg path {
    fill: #2B2A2A;
}

.btn--grey:hover {
    background-color: #000;
    color: #FFF;
}

.btn--white:hover {
    background-color: rgba(88, 88, 88, 0.18);
    color: #FFF;
}

@media(max-width: 1023px) {
    .program-feedback-content {
        padding: 212px 30px 30px 30px;
    }

    .program-feedback__title {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .program-feedback__desc {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media(max-width: 767px) {
    .program-feedback {
        padding: 12px 0 40px;
    }
}

.themes {
    padding: 100px 0;
    overflow: hidden;
}

.themes .container {
    position: relative;
}

.themes .slider__prev {
    position: absolute;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
    z-index: 4;
}

.themes .slider__next {
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translateY(-50%);
    z-index: 4;
}


@media(max-width: 767px) {

    .themes .slider__next,
    .themes .slider__prev {
        display: none;
    }
}

.themes-slider {
    display: flex;
    padding: 40px 0;
    margin: -40px 0;
}

.themes-slider .swiper-wrapper {
    align-items: stretch;
}

.themes-item {
    width: 443px;
    margin-right: 50px;
    flex-shrink: 0;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid rgba(88, 88, 88, 0.18);
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    height: auto;
    transform: scale(1);
    transition: .3s;
    background-color: #FFF;
}

.themes-item:hover {
    transform: scale(1.04);
    transition: .3s;
}

.themes-item__img {
    height: 430px;
    margin-top: 40px;
}

.themes-item__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.themes-item__title {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 400;
    color: #424242;
}

@media (max-width: 1250px) {
    .themes-item {
        width: 270px;
        margin-right: 30px;
    }

    .themes-item__img {
        margin-top: 10px;
        height: 221px;
    }

    .themes {
        padding: 50px 0 100px;
    }

    .themes-item__title {
        font-size: 20px;
    }
}

@media(max-width: 1023px) {

    .themes {
        padding: 50px 0;
    }

    .themes-item {
        padding: 16px;
        width: 270px;
    }

    .themes-item__title {
        font-size: 24px;
    }

    .themes-item:hover {
        transform: scale(1);
        transition: .3s;
    }
}

@media(max-width: 767px) {
    .themes-slider {
        overflow-x: auto;
        width: calc(100% + 32px);
        padding: 0 16px;
        margin: 0 -16px;
    }

    .themes-item__title {
        font-size: 16px;
    }

    .themes-slider::-webkit-scrollbar {
        display: none;
    }
}


@media(max-width: 600px) {
    .themes-item {
        width: 207px;
        margin-right: 40px;
    }
}

.faq {
    padding: 100px 0;
}

.faq-item {
    color: #424242;
    cursor: pointer;
}

.faq-item.is-active {
    padding: 0 16px;
}

.faq-item__question.is-active {
    border-bottom: 0;
}

.faq-item__question.is-active svg {
    transform: rotate(180deg);
}

.faq-item__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 16px;
    border-bottom: 1px solid #424242;
    font-size: 24px;
    line-height: 1.5;
}

.faq-item__question>svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    display: block;
}

.faq-item__answer {
    padding: 40px;
    background-color: #FFF;
    border-radius: 10px;
    border: 1px solid rgba(88, 88, 88, 0.18);
    display: none;
    width: calc(100% - 32px);
    margin: 0 auto;

}

.faq-item__answer p {
    display: block;
    font-size: 18px;
}

.faq-item__btn {
    margin-top: 24px;
}

@media(max-width: 1023px) {
    .faq {
        padding: 40px 0;
    }

    .faq-item__question {
        padding: 16px 0;
        font-size: 18px;
    }

    .faq-item.is-active {
        padding: 0;
    }

    .faq-item__answer {
        width: 100%;
        margin: 0;
    }
}

.programms {
    padding: 100px 0;
}

.programms-list {
    display: flex;
    gap: 16px;
}

.programms__subtext {
    margin-top: 50px;
    color: #393939;
    font-size: 16px;
}

.programms__subtext span {
    color: #E52713;
}

.programms-item {
    padding: 32px 16px;
    position: relative;
    border-radius: 16px;
    background: #F3F3F4;
    min-height: 320px;
    width: 69px;
    transition: .3s;
    cursor: pointer;
    flex-shrink: 0;
}

.programms-item__num {
    width: 37px;
    height: 37px;
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: #003160;
    color: #FFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 37px;
    font-weight: 700;
}

.programms-item__title {
    position: absolute;
    left: 50%;
    bottom: 79px;
    text-orientation: mixed;
    writing-mode: vertical-rl;
    transform: translateX(-50%) rotate(180deg);
    font-size: 24px;

}

.programms-item__desc {
    display: none;
    color: #FFF;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 16px;
    margin-bottom: 10px;

}

.programms-item__img {
    display: none;
    max-width: 310px;
    width: 100%;
}

.programms-item.is-active {
    padding: 32px 32px 70px 32px;
    border-radius: 16px;
    background: #2B2A2A;
    display: flex;
    flex-shrink: initial;
}

.programms-item.is-active {
    transition: .3s;
    width: 100%;
}

.programms-item.is-active .programms-item__title {
    position: static;
    text-orientation: initial;
    writing-mode: initial;
    margin-bottom: 10px;
    color: #FFF;
    transform: rotate(0deg);
}

.programms-item.is-active .programms-item__desc {
    display: block;
}

.programms-item.is-active .programms-item__img {
    display: block;
}

.programms-item.is-active .programms-item__num {
    left: 32px;
    transform: translate(0, 0);
    background-color: #FFF;
    color: #003160;
}

.programms-item.is-active {
    cursor: auto;
}

.programms-item .programms-item__info {
    flex: auto;
    width: 100%;
    margin-right: 40px;
    max-width: 50%;
}

@media(max-width: 1359px) {

    .programms-item__title {
        font-size: 18px;
    }

    .programms-item__desc {
        font-size: 16px;
    }
}

@media(max-width: 1023px) {
    .programms-list {
        flex-direction: column;
    }

    .programms-item {
        width: 100%;
        min-height: 69px;
    }

    .programms-item__num {
        top: 16px;
        left: 16px;
        transform: translate(0, 0);
    }

    .programms-item__title {
        top: 30%;
        left: 63px;
        transform: translate(0, -50%) rotate(0deg);
        text-orientation: initial;
        writing-mode: initial;
    }

    .programms-item.is-active {
        padding-bottom: 70px;
    }

    .programms-item.is-active .programms-item__num {
        bottom: 32px;
        top: auto;
    }
}

@media(max-width: 767px) {
    .programms {
        padding: 40px 0;
    }

    .programms-item.is-active {
        flex-direction: column;
    }

    .programms-item .programms-item__info {
        max-width: 100%;
        margin-bottom: 16px;
    }
}


.feedback {
    padding: 100px 0;
    position: relative;
}

.feedback__decor {
    position: absolute;
    bottom: 0;
    left: 18%;
}

.feedback__decor img {
    display: block;
}

.feedback-content {
    display: flex;
    align-items: center;
    position: relative;
    padding: 32px 0;
}

.feedback-info {
    max-width: 457px;
    width: 100%;
    padding: 40px;
    border-radius: 10px;
    background: #2B2A2A;
    position: relative;
    z-index: 2;
}

.feedback__title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 32px;
    color: #FFF;
}

.feedback-links {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.feedback__link {
    width: 28px;
    height: 28px;
}

.feedback__tel {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 1.5;
    color: #FFF;
}

.feedback__schedule {
    font-size: 18px;
    line-height: 1.5;
    color: #FFF;
    margin-bottom: 32px;
}

.feedback__text {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 32px;
    color: #FFF;
}

.feedback__img img {
    border-radius: 10px;
    display: block;
}

.feedback__img {

    position: absolute;
    max-width: 100%;
    top: 50%;
    right: 0;
    width: calc(100% - 407px);
    transform: translateY(-50%);
}

@media(max-width: 1023px) {
    .feedback {
        padding: 40px 0;
    }

    .feedback-content {
        flex-direction: column-reverse;
        padding-top: 0;
    }

    .feedback-info {
        max-width: 100%;
        width: 100%;
        padding: 24px;
    }

    .feedback__img {
        position: static;
        width: 100%;
        transform: translate(0, 0);
        margin-bottom: 16px;
    }

    .feedback__decor {
        display: none;
    }
}

@media(max-width: 560px) {
    .feedback__btn {
        display: block;
    }
}

@media(max-width: 390px) {
    .feedback__tel {
        font-size: 24px;
    }
}

.new {
    padding: 100px 0;
    overflow: hidden;
}

.new-slider {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}

.new-item {
    max-width: 875px;
    display: flex;
    align-items: stretch;
    border-radius: 12px;
    overflow: hidden;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.new-slider-container {
    position: relative;
}

.new-slider-container .swiper-pagination {
    display: none;
}

.new-slider-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    pointer-events: none;
}

.new-slider__prev {
    pointer-events: auto;
}

.new-slider__next {
    pointer-events: auto;
}

.new-slider .swiper-wrapper {
    max-width: 865px;
    margin: 0 auto;
}

.new-item__poster {
    max-width: 265px;
    width: 100%;
}



.new-item__poster img {
    display: block;
}

.new-item__program-card {
    max-width: 322px;
    width: 100%;
}

.new-item__info {
    padding: 40px;
    flex: auto;
}

.new-item__tags {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 25px;
}

.new-item__tag {
    font-size: 12px;
    letter-spacing: -0.48px;
    color: #003160;
    text-transform: uppercase;
    font-weight: 700;
}

.new-item__title {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 1.4;
    color: #565656;
}

.new-item__desc {
    margin-bottom: 25px;
}

.new-item__btn.btn:hover {
    background: #E52713;
    border-color: #E52713;
    color: #FFF;
}

@media(max-width: 1023px) {
    .new {
        padding: 40px 0;
    }

    .new-slider-container .swiper-pagination {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        position: static;
    }

    .new-slider-container .swiper-pagination-bullet {
        background-color: #747474;
        opacity: .2;
    }

    .new-slider-container .swiper-pagination-bullet-active {
        background-color: #E52713;
        opacity: 1;
    }

    .new-slider-nav {
        display: none;
    }
}

@media(max-width: 767px) {

    .new {
        padding-bottom: 100px;
        position: relative;
    }

    .new .section__btn {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translate(-50%);
        white-space: nowrap;
    }

    .new .section-head {
        margin-bottom: 24px;
    }

    .new-item {
        border: 1px solid #F3F3F3;
        background: #FFF;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
        justify-content: space-between;
    }

    .new-item__desc {
        display: none;
    }

    .new-item__info {
        padding: 22px 16px;
        width: 50%;
    }

    .new-item__poster {
        width: 50%;
    }

    .new-item__tags {
        gap: 0;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 16px;
    }

    .new-item__tag {
        font-size: 12px;
        line-height: 1.5;
    }

    .new-item__title {
        margin-bottom: 16px;
        font-size: 14px;
    }

    .new-item__btn.btn {
        padding: 6px;
        font-size: 14px;
        min-height: initial;
    }
}

.history {
    padding: 100px 0;
}

.history-slider {
    overflow: hidden;
}

.history-item {
    display: flex;
    flex-direction: row;
}

.history-item__left {
    width: 45%;
}

.history-item__info {
    background-color: #003160;
    padding: 40px;
    border-radius: 10px;
}

.history-item__more-info {
    display: none;
    padding: 40px 40px 30px 40px;
    background-color: #FFF;
    border-radius: 10px;
    color: #393939;
}

.history-item__more-info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;

}

.history-item__more-info p+p {
    margin-top: 24px;
}

.history-item__more-info h3 {
    font-size: 18px;
    line-height: 1.3;
    color: #003160;
    margin-bottom: 30px;
    font-weight: 700;
}


.history-item__title {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 25px;
}

.history-item__text {
    margin-bottom: 20px;
    color: #FFF;
    font-size: 16px;
    line-height: 1.5;
}

.history-item__right {
    width: 55%;
    display: flex;
    align-items: flex-start;
    padding-top: 30px;
    padding-left: 70px
}

.history-item__quote {
    width: 100%;
    padding: 0 70px 0 0;
}

.history-item__quote svg {
    display: block;
    margin-bottom: 40px;
}

.history-item__quote p {
    font-size: 16px;
    line-height: 1.5;
    color: #393939;
}

.history-item__author {
    max-width: 168px;
    width: 100%;
    color: #000;
}

.history-item__author-img {
    margin-bottom: 24px;
}

.history-item__author-img img {
    border-radius: 50%;
}

.history-item__author-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 16px;
}

.history-item__author-post {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
}

.history-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.history-slider__prev,
.history-slider__next {
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #003160;
    width: 48px;
    height: 48px;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.history-slider__prev:hover,
.history-slider__next:hover {
    background: #e7382a;
}

.history-slider__prev .slider-arrow {
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    transition: .3s;

    border-top: none;
    border-right: none;
    transform: rotate(45deg) translate(10%, -10%);
}

.history-slider__next .slider-arrow {
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    transition: .3s;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg) translate(-10%, 10%);
}

.history-slider .swiper-pagination {
    display: none;
}

.history-item__action {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.history-item__purpose-btn {
    display: inline-flex;
    width: auto;
    align-items: center;
    gap: 16px;
    padding: 11px 34px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.10);
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    transition: .3s;
}

.history-item__purpose-btn:hover {
    background-color: #FFF;
    color: #003160;
    transition: .3s;
}

.history-item__purpose-btn:hover svg path {
    stroke: #003160;
}

.history-item__purpose-btn.is-active {
    background-color: #FFF;
    color: #003160;
    transition: .3s;
}

.history-item__purpose-btn.is-active svg path {
    stroke: #003160;
}

.history-item__purpose-desc {
    display: none;
    padding: 40px;
    color: #000;
    background-color: #FFF;
    border-radius: 10px;
    margin-top: 8px;
}

.history-item__purpose-desc p {
    font-size: 16px;
    font-weight: 600;
    color: #393939;
    line-height: 1.5;
}

.history-item__purpose-desc p+p {
    margin-top: 24px;
}

@media(max-width: 1280px) {

    .history-item__left {
        padding: 0px;
    }

    .history-item__right {
        padding-right: 32px;
    }

    .history-item__quote {
        padding: 0 32px 0 0;
    }

    .history-item__purpose-desc {
        padding: 24px;
    }
}

@media(max-width: 1023px) {
    .history {
        padding: 50px 0;
    }

    .history-nav {
        display: none;
    }

    .history-item {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .history-item__info {
        padding: 24px;
    }

    .history-item__left {
        width: auto;
        margin-bottom: 24px;
    }

    .history-item__right {
        width: 100%;
        align-items: flex-end;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 24px;
    }

    .history-item__quote {
        padding: 0 24px 0 0;
    }

    .history-slider .swiper-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        position: static;
        margin-top: 24px;
    }

    .history-slider .swiper-pagination-bullet {
        background-color: #747474;
        opacity: 0.2;
        margin: 0 2px;
    }

    .history-slider .swiper-pagination-bullet-active {
        background-color: #E52713;
        opacity: 1;
    }

    .history-item__quote svg {
        margin-bottom: 24px;
    }
}

@media(max-width: 767px) {
    .history-item__right {
        flex-direction: column;
        align-items: center;
    }

    .history-item__quote {
        padding: 0;
        margin-bottom: 24px;
    }

    .history-item__purpose {
        width: 100%;
    }

    .history-item__left {
        padding: 0;
    }

    .history-item__title {
        font-size: 24px;
    }
}

@media(max-width: 560px) {
    .history-item__purpose-btn {
        display: flex;
        justify-content: space-between;
        padding: 11px 16px;
    }
}

.footer {
    padding: 80px 0 30px;
    background-color: #FFF;
}

.footer__policy {
    color: #5B5B5B;
    font-size: 12px;
    line-height: 1.3;
}

.footer-content {
    width: 100%;
}

.footer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.footer-head__logo-rzd img {
    display: block;
    width: 113px;
    height: 50px;
}

.footer-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-nav {
    width: 50%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 54px;
}

.footer-nav__item {
    display: block;
    font-size: 16px;
    letter-spacing: -0.64px;
    color: #363636;
}

.footer-nav__item:nth-of-type(2) {
    text-align: right;
}

.footer-contacts {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.footer-socials {
    gap: 16px;
    display: flex;
    align-items: center;
}

.footer-socials__link {
    display: block;
    transform: scale(1);
    transition: .3s;
}

.footer-socials__link:hover {
    transform: scale(1.1);
    transition: .3s;
}

.footer-socials__link svg {
    display: block;
    width: 24px;
    height: 24px;
}

.footer__tel {
    font-size: 16px;
    letter-spacing: -0.64px;
    color: #363636;
}

.footer__call {
    margin-top: 40px;
}

.footer__company {
    color: #5B5B5B;
    font-size: 12px;
    line-height: 1.3;
}

@media(max-width: 767px) {
    .footer {
        padding: 24px 0 100px;
    }

    .footer-head__logo img {
        width: 170px;
    }

    .footer-main {
        display: block;
    }

    .footer-nav {
        display: block;
    }

    .footer-nav__item {
        margin-top: 30px;
    }

    .footer-nav__item:nth-of-type(2) {
        text-align: left;
    }

    .footer-bottom {
        display: block;
    }

    .footer__policy {
        display: block;
        margin-top: 16px;
    }
}

.slider__prev,
.slider__next {
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #003160;
    width: 48px;
    height: 48px;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider__prev:hover,
.slider__next:hover {
    background-color: #e7382a;
}

.slider__next .slider-arrow {
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    transition: .3s;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg) translate(-10%, 10%);
}

.slider__prev .slider-arrow {
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    transition: .3s;
    border-top: none;
    border-right: none;
    transform: rotate(45deg) translate(10%, -10%);
}

.header-search {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;

}

.header-search__btn {
    margin-left: 32px;
    cursor: pointer;
}

.header-search__btn .search-loupe {
    display: block;
}

.header-search-wrapper {
    width: 0px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.header-search__input {
    display: block;
    width: 100%;
    border: 2px solid #FFF;
    border-radius: 8px;
    height: 71px;
    padding: 0 48px 0 24px;
    font-size: 18px;
    line-height: 71px;
    color: #FFF;
}

.header-search__btn .search-close {
    display: none;
}

header.is-search .header-search__btn .search-loupe {
    display: none;
}

header.is-search .header-search__btn .search-close {
    display: block;
}

header.is-search .header__menu {
    display: none;
}

header.is-search .header__basket {
    display: none;
}

header.is-search .header-search-wrapper {
    max-width: 780px;
    width: 100%;
    opacity: 1;
    visibility: visible;
    position: relative;
    margin-left: 16px;
}

header.is-search .header-search {
    max-width: 870px;
    width: 100%;
}

@media(max-width: 1023px) {
    .header-search {
        display: none;
    }
}

@media(max-width: 767px) {
    header.gray .header__basket {
        display: none;
    }
}

.menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 16px;
    background-color: #FFF;
    z-index: 10;
    display: none;
    box-shadow: 0px -2px 12px 0px rgba(34, 60, 80, 0.2);
}

.menu-panel {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 15px;
}

.menu-panel__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-panel__item span {
    display: block;
    margin-top: 6px;
    color: #003160;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
}

@media(max-width: 1023px) {
    .menu {
        display: block;
    }
}

.program-card-banner {
    grid-column: span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;

    img {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 8px;
        object-fit: cover;
    }
}

@media(max-width: 1023px) {
    .program-card-banner {
        display: none;
    }
}

.program-card {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
}

.program-card--green .program-card__content {
    border-color: #00B027;
}

.program-card--orange .program-card__content {
    border-color: #FF7A00;
}

.program-card--red .program-card__content {
    border-color: #FF3D00;
}

.program-card--pink .program-card__content {
    border-color: #B00089;
}

.program-card--brown .program-card__content {
    border-color: #A04017;
}

.program-card--sea .program-card__content {
    border-color: #007A7A;
}

.program-card--toxic .program-card__content {
    border-color: #BAAA1D;
}

.program-card--grass .program-card__content {
    border-color: #83A917;
}

.program-card--purple .program-card__content {
    border-color: #78008B;
}

.program-card--silver .program-card__content {
    border-color: #878787;
}

.program-card__img {
    width: 100%;
    height: 200px;
    flex-shrink: 0;
    overflow: hidden;
}

.program-card__img picture {
    width: 100%;
    height: 100%;
}

.program-card__img img {
    border-radius: 6.79px 6.79px 0 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.program-card__title {
    font-size: 16px;
    line-height: 1.5;
    color: #424242;
}

.program-card__content {
    padding: 24px 24px 86px;
    background-color: #FFF;
    border-left: 5px solid #003160;
    border-bottom: 5px solid #003160;
    border-radius: 0 0 5px 5px;
    height: 100%;
    width: 100%;
}

.program-card__tags {

    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 24px;
}

.program-card__tag {
    font-size: 14px;
    line-height: 1.5;
    color: #003160;
}

.program-card__info {
    margin-top: 24px;
}

.program-card__type {
    display: flex;
    align-items: center;
    gap: 8.8px;
    font-size: 14px;
    line-height: 1.5;
}

.program-card__type img,
.program-card__type svg {
    width: 24px;
    height: 24px;
    display: block;
    fill: #424242;
}

.program-card__days {
    display: flex;
    align-items: center;
    gap: 8.8px;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 16px;
}

.program-card__days img {
    width: 24px;
    height: 24px;
    display: block;
}

.program-card__badge {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    padding: 7px 6px;
    font-size: 10px;
    letter-spacing: -0.272px;
    gap: 5px;
    border-radius: 13.578px;
    background: rgba(255, 255, 255, 0.10);
    color: #FFF;
    text-transform: uppercase;
    background-color: #FF7A00;
}


.program-card__badge+.program-card__badge {
    top: 45px;
}

.program-card__badge.is-new {
    background-color: #68D764;
}

.program-card__badge img {
    width: 16px;
    height: 16px;
}

.program-card__add {
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    border-radius: 50%;
}

.program-card__add .icon__check {
    display: none;
}

.program-card__add.is-added {
    background-color: #00B027;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.program-card__add svg {
    display: block;
    width: 40px;
    height: 40px;
}

.program-card__add.is-added .icon__check {
    display: block;
    width: 40px;
    height: 40px;
}

/*.program-card__add.is-added:hover {*/
/*    background-color: #E52713;*/
/*}*/


.program-card__add.is-added .icon__add {
    display: none;
}

/* .program-card__add:hover svg path {
    fill: #E52713;
} */

.program-card__add svg {
    opacity: 1;
    transition: .25s;
}

.program-card__add svg.no-basket {
    opacity: 1;
    transform: rotate(0deg);
}

.program-card__add:hover svg.no-basket {
    transform: rotate(90deg);
}

.program-card__add svg.in-basket {
    position: absolute;
    top: 0;
    opacity: 0;
    transform: rotate(-45deg);
}

.program-card__add.add_active svg.no-basket {
    opacity: 0;
    transform: rotate(-45deg);
}

.program-card__add.add_active svg.in-basket {
    opacity: 1;
    transform: rotate(0deg);
}

.program-card__action {
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 40px;
    height: 40px;
}

.program-card__add-notification {
    min-width: 350px;
    width: 100%;
    position: absolute;
    bottom: 100%;
    margin-bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 15px;
    border: 1px solid #5858582E;
    background-color: #FFF8EB;
    box-shadow: 0px 5px 10px 0px #0000000D;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    transition: 0.3s ease;

    @media(max-width: 1399px) {
        max-width: 320px;
        left: auto;
        right: -24px;
        transform: translateX(0);
    }
}

.program-card__add-notification.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 2;
}

.program-card__add-notification-title {
    font-size: 16px;
    line-height: 150%;
    font-weight: 700;
    text-align: center;
    color: #424242;

    @media(max-width: 1399px) {
        font-size: 14px;
    }
}

.program-card__add-notification-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    background-color: #FFFFFF;
    border-radius: 4px;
    font-size: 14px;
    line-height: 140%;
    font-weight: 600;
    color: #424242;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
    outline: none;

    @media(max-width: 1399px) {
        padding: 11px 16px;
        font-size: 14px;
    }

    svg {
        display: block;
        width: 24px;
        height: 24px;
    }
}

@media(any-hover: hover) {
    .program-card__add-notification-btn:hover {
        background-color: #424242;
        color: #FFFFFF;
    }
}

@media(max-width: 767px) {
    .new-item__program-card {
        max-width: 50%;
    }

    .program-card__content {
        padding: 16px 16px 72px;
    }

    .program-card__badge {
        max-width: 108px;
    }

    .program-card__badge+.program-card__badge {
        top: 55px;
    }

    .program-card__add {
        bottom: 16px;
        right: 16px;
    }

    .program-card__title {
        font-size: 14px;
    }
}

@media(max-width: 360px) {
    .program-card__type {
        font-size: 12px;
    }

    .program-card__days {
        font-size: 12px;
    }
}

.cabinet {
    padding: 180px 0 40px;
}

.cabinet-programs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


.cabinet-nav {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}

.cabinet-nav__item {
    padding: 24px 32px 23px;
    color: #747474;
    font-size: 38px;
    line-height: 1.32;
    font-weight: 400;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: .3s;
}

.cabinet-nav__item:hover {
    color: #003160;
    transition: .3s;
}

.cabinet-nav__item.is-active {
    color: #003160;
    border-color: #003160;
    transition: .3s;
}

.cabinet-nav> :last-child {
    margin-left: auto;
}

.cabinet-section {
    display: none;
}

.cabinet-section.is-active {
    display: block;
}

.cabinet-section__head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 50px;
}

.cabinet-section__btn.btn.btn--grey:hover {
    background-color: #003160
}

.cabinet-section__more {
    display: block;
    max-width: 200px;
    margin: 50px auto 0;
}

@media(max-width: 1023px) {
    .cabinet {
        padding: 114px 0 24px;
    }

    .cabinet-programs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .cabinet-nav__item {
        font-size: 24px;
    }

    .cabinet-section__head {
        margin-bottom: 24px;
    }

    .cabinet-nav {
        margin-bottom: 24px;
        overflow-x: auto;
    }

    .cabinet-nav::-webkit-scrollbar {
        display: none;
    }

    .cabinet-section__more {
        display: none;
    }
}

@media(max-width: 767px) {
    .cabinet-programs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .cabinet-nav__item {
        font-size: 16px;
        padding: 16px 16px 15px;
        white-space: nowrap;
    }
}

.pagination {
    margin-top: 56px;
}

.pagination-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.pagination-item {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 800;
    color: #2F2F2F;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pagination-item.is-active {
    background-color: #F3F3F3;
}

.pagination-item:hover {
    background-color: #F3F3F3;
}

.pagination-prev {
    transform: rotate(-180deg);
    margin-right: 20px;
    background-color: #003160;
    cursor: pointer;
}

.pagination-next {
    margin-left: 20px;
    background-color: #003160;
    cursor: pointer;
}

.pagination-prev:hover {
    background-color: #E52713;
}

.pagination-next:hover {
    background-color: #E52713;
}

@media(max-width: 767px) {
    .pagination {
        display: none;
    }
}

.old-program-item {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 24px;
    border-bottom: 1px solid rgba(88, 88, 88, 0.18);
}

.old-program-item:not(:last-of-type) {
    margin-bottom: 24px;
}

.old-program-item__date {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 14px;
    line-height: 1.5;
    color: #747474;
    margin-bottom: 18px;
}

.old-program-item__date img {
    width: 24px;
    height: 24px;
    display: block;
}

.old-program-item__time {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 14px;
    line-height: 1.5;
    color: #747474;
}

.old-program-item__time img {
    width: 24px;
    height: 24px;
    display: block;
}

.old-program-item__text {
    font-size: 16px;
    color: #353535;
}

.old-program-item__text p:not(:first-of-type) {
    display: none;
}

.old-program-item__text.is-open p:not(:first-of-type) {
    display: block;
}

.old-program-item__text p+p {
    margin-top: 16px;
}

.old-program-item__more {
    display: inline-block;
    width: auto;
    margin-top: 30px;
    font-size: 16px;
    color: #003160;
    padding-bottom: 2px;
    overflow-x: hidden;
    position: relative;
    cursor: pointer;
}

.old-program-item__more:before {
    bottom: 0;
    height: 1px;
    width: 0;
    display: block;
    position: absolute;
    background: currentColor;
    transition: .4s;
    content: '';
}

.old-program-item__more:hover:before {
    width: 100%;
}

.old-program-item__remove {
    width: 24px;
    height: 24px;
    margin-bottom: 16px;
    cursor: pointer;
}

.old-program-item__download {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.old-program-item__action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: 0 0 0 auto;
}

.old-program-item__left {
    max-width: 110px;
    width: 100%;
}

@media(max-width: 767px) {
    .old-program-item {
        flex-direction: column;
        gap: 0;
        padding: 16px;
    }

    .old-program-item__left {
        max-width: 100%;
        display: flex;
        align-items: center;
        gap: 18px;
        margin-bottom: 25px;
    }

    .old-program-item__action {
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 18px;
        margin: 0;
        margin-top: 25px;
    }

    .old-program-item__more {
        margin-top: 32px;
    }

    .old-program-item__remove {
        margin: 0;
    }
}

/* Каталог */

.catalog {
    padding: 100px 0;
    background-color: #F3F3F4;
}

.catalog--page {
    padding-top: 140px;

    @media(max-width: 767px) {
        padding-top: 100px;
    }
}

.catalog .container {
    max-width: 1332px;
    padding: 0 16px;
}

.catalog__panel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 50px;

    @media(max-width: 1023px) {
        gap: 24px;
        margin-bottom: 24px;
    }
}

.catalog__themes {
    margin-bottom: 50px;
}

.catalog-banner {
    padding: 100px 0;
    background: url("../img/catalog-banner.png") center center / cover no-repeat;
}

.catalog__title {
    font-family: var(--font-family-title);
    font-size: 38px;
    line-height: 1.32;
    font-weight: 300;
    color: #424242;
    margin-bottom: 40px;
}

.catalog-content {
    display: flex;
    align-items: flex-start;
    padding-top: 40px;
}

.catalog-content form {
    max-width: 274px;
    width: 100%;
    margin-right: 20px;
    flex-shrink: 0;
}

.catalog-filter {
    width: 100%;
    padding: 23px;
    border-radius: 10px;
    border: 1px solid rgba(136, 138, 140, 0.10);
}

.catalog-programs {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.catalog-themes {
    width: 100%;
}

.catalog-themes__breadcrumbs {
    font-size: 14px;
    line-height: 140%;
    color: #747474;
    margin-bottom: 12px;
    display: none;
}

.catalog-themes__inner {
    width: 100%;
}

.catalog-themes__list {
    position: relative;
    width: 100%;
    min-height: 550px;
    transition: min-height 0.5s ease;

    @media(max-width: 1280px) {
        min-height: 820px;
    }

    @media(max-width: 767px) {
        min-height: 1650px;
    }
}

.catalog-themes__list::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 33.3333%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    background-color: #FFFFFF;
    opacity: 0;

    @media(max-width: 1280px) {
        width: calc(50% + 8px);
    }

    @media(max-width: 767px) {
        width: 100%;
    }
}

.catalog-themes__more {
    display: none;
    padding: 8px;
    background-color: #FFFFFF;
    border-radius: 0 10px 10px 10px;

    @media(max-width: 1023px) {
        padding-top: 25px;
        border-radius: 0 0 10px 10px;
    }
}

.catalog-themes__filters {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;

    @media(max-width: 1023px) {
        display: flex;
        flex-direction: column;
    }
}

input[name="filter[thematic][]"] {}

.subfilter-input {
    display: grid;

    .c-filters-toggler {
        height: 100%;
    }

    .c-filters-toggler__control {
        height: calc(100% - 2px);
        position: absolute;
        width: calc(100% - 2px);
        left: 1px;
        top: 1px;
        border-radius: 10px;
        background: #fff;

        &:before {
            content: none;
        }
    }

    .c-filters-toggler__label {
        height: 100%;
        min-height: 54px;
    }

    .c-filters-toggler__title {
        z-index: 2;
    }

    @media screen and (hover: hover) and (pointer: fine) {
        .c-filters-toggler__label:hover {
            .c-filters-toggler__control {
                background: #7089a1;
            }

            .c-filters-toggler__title {
                color: #fff;
            }
        }
    }

    .c-filters-toggler__input:checked+.c-filters-toggler__label {
        .c-filters-toggler__control {
            background: #003160;
        }

        .c-filters-toggler__title {
            color: #fff;
        }
    }
}

.catalog-themes__clear {
    position: absolute;
    top: 50%;
    left: calc(33.333% + 40px);
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    outline: none;
    border: none;

    @media(max-width: 1280px) {
        left: calc(50% + 40px);
    }

    @media(max-width: 767px) {
        width: 40px;
        height: 40px;
        inset: 0px 0px auto auto;
        transform: translateX(0);
    }
}

.catalog-themes.is-selected .catalog-themes__inner {
    width: 100%;
    position: relative;
}

.catalog-themes.is-selected .catalog-themes__list {
    padding: 8px;
}

.catalog-themes.is-selected .catalog-themes__list::before {
    opacity: 1;
}

.catalog-themes.is-selected .catalog-themes__clear {
    opacity: 1;
    z-index: 10;
    pointer-events: all;
}

.catalog-themes.is-selected .catalog-themes__more {
    display: block;
}

.catalog-themes.is-selected .catalog-themes__breadcrumbs {
    display: block;
}

.catalog-themes__list.is-stacked {
    min-height: 136px !important;

    @media(max-width: 767px) {
        min-height: 156px;
    }
}

.catalog-themes__list {
    position: relative;
}

.catalog-themes__list.is-stacked .catalog-themes__item:not(.is-active) {
    z-index: 2;
    transform: scale(0.8) translate(8px, 8px);
    opacity: 0.9;
}

.catalog-themes__list.is-stacked .catalog-themes__item {
    width: calc(33.333% - 15px);
    top: 8px !important;
    left: 8px !important;

    @media(max-width: 1280px) {
        width: calc(50% - 10px);
    }

    @media(max-width: 767px) {
        width: calc(100% - 16px);
    }
}

.catalog-themes__item {
    width: calc(33.333% - 10px);
    position: absolute;
    border-radius: 10px;
    background-color: #003160;
    min-height: 120px;
    transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);

    @media(max-width: 1280px) {
        width: calc(50% - 10px);
    }

    @media(max-width: 767px) {
        width: 100%;
        min-height: 140px;
    }
}

.catalog-themes__item.is-active {
    z-index: 10;
}

.catalog-themes__item.is-checked {
    z-index: 10;
}

@media(any-hover: hover) {
    .catalog-themes__item:hover {
        transform: scale(1.02);
        transition: .3s;
    }
}

.catalog-themes__item-inner {
    padding: 20px;
    color: #FFF;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.catalog-themes__item-remove {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 26px;
    height: 26px;
    border: 2px solid #FFF;
    background-color: #E52713;
    z-index: 2;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-themes__item-remove svg {
    width: 9px;
    height: 9px;
    display: block;
}

.catalog-themes__item.is-checked:hover .catalog-themes__item-remove,
.catalog-themes__item.is-checked .catalog-themes__item-remove {
    opacity: 1;
    visibility: visible;
}

.catalog-themes__item--blue {
    background-color: #003160;
}

.catalog-themes__item--red {
    background-color: #FF3D00;
}

.catalog-themes__item--grass {
    background-color: #83A917;
}

.catalog-themes__item--pink {
    background-color: #B0008A;
}

.catalog-themes__item--sea {
    background-color: #007A7A;
}

.catalog-themes__item--toxic {
    background-color: #BAAA1D;
}

.catalog-themes__item--green {
    background-color: #00B027;
}

.catalog-themes__item--purple {
    background-color: #78008B;
}

.catalog-themes__item--brown {
    background-color: #A04017;
}

.catalog-themes__item--orange {
    background-color: #FF7A00;
}

.catalog-themes__item--silver {
    background-color: #878787;
}

.catalog-themes__item--white {
    background-color: #fff;
}

.catalog-themes__item--white .catalog-themes__item-inner,
.catalog-themes__item--white .catalog-themes__item-num {
    color: #003a70;
}

.catalog-themes__item-name {
    font-size: 16px;
    line-height: 1.5;

}

.catalog-themes__item-num {
    min-width: 37px;
    flex-shrink: 0;
    font-size: 38px;
    line-height: 1;
    font-weight: 400;
    color: #FFF;
    margin-right: 16px;
}

.catalog-search__input {
    display: block;
    width: 100%;
    border: 2px solid #747474;
    border-radius: 8px;
    height: 71px;
    padding: 0 24px 0 74px;
    font-size: 18px;
    line-height: 71px;
    color: #010101;
    font-family: var(--font-family-title);
}

.catalog-search__input::placeholder {
    color: #747474;
}

.catalog-search__input:focus::placeholder {
    opacity: 0;
    display: none;
}

.catalog-search {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.catalog-search__icon {
    position: absolute;
    top: 20px;
    left: 23px;
}

.catalog-search__btn {
    max-width: 180px;
    width: 100%;
    height: 71px;
    padding: 15px 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    background-color: #E52713;
    color: #FFF;
    border: none;
    outline: none;
    border-radius: 8px;
    text-transform: uppercase;
}

.catalog-search__btn svg {
    display: none;
}

.catalog-search__btn:hover {
    background-color: #FFF;
    color: #2B2A2A;
}

.catalog-filter__btn {
    display: block;
    width: 100%;
}

.catalog-filter__btn.btn.is-active {
    background-color: #E52713;
    border-color: #E52713;
    color: #FFF;
}

.catalog-filter__btn+.catalog-filter__btn {
    margin-top: 8px;
}

.catalog-themes-select .choices__inner {
    min-height: 42px;
    padding: 10px 33px 10px 23px;
    background-color: #F3F3F3;
    border-color: #F3F3F3;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #003160;
}

.catalog-themes-select .choices__list--single {
    padding: 0;
}

.catalog-themes-select .choices[data-type*=select-one] .choices__input {
    display: none;
}

.catalog-themes-select .choices__list--dropdown {
    border: 1px solid #888A8C1A;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 10px 15px 0px #0000000D;
    padding: 12px 24px;
    margin-top: 4px;

    @media(max-width: 1023px) {
        padding: 8px 16px;
    }
}

.catalog-themes-select .choices.is-open .choices__inner {
    background-color: #FFFFFF;
}

.catalog-themes-select .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: transparent;
    color: #003160;
}

.catalog-themes-select .choices__list--dropdown .choices__item {
    padding: 12px 0;
    color: #747474;
    font-size: 14px;
    line-height: 140%;
    font-weight: 600;

    @media(max-width: 1023px) {
        padding: 8px 0;
    }
}

.catalog-themes-select .choices__list--dropdown .choices__item--selectable {
    padding-right: 0;
}

.catalog-themes-select .choices__list--dropdown .choices__item--selectable:after {
    display: none;
}

.catalog-themes-select .choices[data-type*=select-one]:after {
    width: 12px;
    height: 6px;
    right: 24px;
    border: none;
    background: url('/local/templates/main/img/icons/chevron-down.svg') center center / 12px no-repeat;
}

.catalog-themes-select .choices[data-type*=select-one].is-open:after {
    transform: rotate(180deg);
    margin-top: -4px;
}

@media(max-width: 1399px) {
    .catalog-programs {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
}

@media(max-width: 1280px) {

    .catalog-banner {
        padding: 60px 0;
    }

    .catalog__title {
        margin-bottom: 32px;
        font-size: 32px;
    }

    .catalog-search__input {
        padding: 0 23px;
    }

    .catalog-search__icon {
        display: none;
    }

    .catalog-search__btn {
        max-width: 93px;
        font-size: 0px;
        padding: 19px;
    }

    .catalog-search__btn svg {
        display: block;
    }
}

@media(max-width: 991px) {
    .catalog {
        padding-top: 80px;
    }

    .catalog-programs {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 767px) {

    .catalog-programs {
        display: flex;
        flex-direction: column;
    }

    .program-card__img {
        height: 140px;
    }

    .program-card__tags {
        margin-top: 16px;
    }

    .catalog-search {
        gap: 8px;
    }

    .catalog-content {
        display: block;
    }

    .catalog-banner {
        padding: 45px 0 34px;
    }

    .catalog-search__input {
        height: 55px;
        line-height: 55px;
    }

    .catalog-search__input::placeholder {
        font-size: 14px;
    }

    .catalog-search__btn {
        height: 55px;
        width: 70px;
        padding: 0;
    }

    .catalog-search__btn svg {
        width: 24px;
        height: 24px;
    }
}

.catalog-filter__head {
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.catalog-filter__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #003160;
}

.catalog-filter__counter {
    display: none;
    min-width: 18px;
    height: 18px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 18px;
    color: #FFF;
    background-color: #424242;
    border-radius: 50%;
}

/*.catalog-filter__body {*/
/*    margin-top: 24px;*/
/*}*/

.catalog-filter__item+.catalog-filter__item {
    margin-top: 24px;
}

.catalog-filter-section {
    padding: 24px 0;

}

.catalog-filter-section+.catalog-filter-section {
    border-top: 1px solid rgba(88, 88, 88, 0.18);
}

/*.catalog-filter-section:first-child {*/
/*    border-top: 1px solid rgba(88, 88, 88, 0.18);*/
/*}*/

/*.catalog-filter-section:first-child {*/
/*    padding-top: 0;*/
/*}*/

.catalog-filter-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.catalog-filter-section__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #003160;
}

.catalog-filter-section__icon {
    transform: rotate(0deg);
    transition: .3s;
}

.catalog-filter-section__icon svg {
    display: block;
}

.catalog-filter-section__icon svg path {
    stroke: #585858;
    opacity: .18;
}

.catalog-filter-section__head.is-active .catalog-filter-section__icon {
    transform: rotate(180deg);
    transition: .3s;
}

.catalog-filter-section__head.is-active .catalog-filter-section__icon svg path {
    stroke: #003160;
    opacity: 1;
}

.catalog-filter-section__head+.catalog-filter-section__list {
    margin-top: 24px;
}

.catalog-filter-section__list.acc-body {
    display: none;
}

.checkbox-label {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #747474;
    line-height: 1.4;
    cursor: pointer;
    display: block;
}

.checkbox-label>a {
    text-decoration: underline;
    color: #003160;
}

.checkbox-label:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #747474;
    border-radius: 4px;
}

.checkbox-label:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url("../img/icons/checked.svg") center center / 20px no-repeat;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
}

.checkbox-input {
    display: none;
}

.checkbox-input:checked+.checkbox-label:after {
    opacity: 1;
    visibility: visible;
}

@media(max-width: 767px) {

    .catalog-filter {
        max-width: 100%;
        margin-bottom: 24px;
    }

    .catalog-filter__head {
        pointer-events: auto;
        display: flex;
    }

    .catalog-filter__body {
        display: none;
    }

    .catalog-filter__counter {
        display: block;
    }
}




.course-hero {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 149px 0 40px;
}

.course-hero::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    z-index: 1;
}

.course-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.course-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course-hero__wrap {
    width: 100%;
    position: relative;
    z-index: 2;
    height: 100%;
}

.course-hero__wrap .container {
    position: relative;
    height: 100%;
    display: flex;
    /*align-items: flex-end;*/
    padding-bottom: 80px;
}

.back-button-wrapper {
    lex-shrink: 0;
    margin-bottom: 20px;
}

.content-wrapper {
    flex: 1;
    display: flex;
    align-items: flex-end;
}

.course-hero__add {
    position: absolute;
    top: 0;
    right: 16px;
}

.course-hero__title {
    max-width: 820px;
    font-size: 38px;
    line-height: 1.32;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 60px;
}

.course-hero__info {
    margin-bottom: 60px;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.course-hero__info .hero-students__num-icon {
    background: transparent;
}

.course-hero__time {
    display: inline-flex;
    align-items: center;
    gap: 13px;
}

.course-hero__time-icon {
    width: 56px;
    height: 56px;
}

.course-hero__time-info {
    font-size: 12px;
    line-height: 1;
    color: #FFF;
}

.course-hero__time-info span {
    display: block;
    font-size: 32px;
}

.course-hero__action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

/*.course-hero__download {*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    gap: 16px;*/
/*    width: auto;*/
/*    border: 1px solid #FFF;*/
/*    color: #FFF;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*    border-radius: 6px;*/
/*    font-size: 16px;*/
/*    line-height: 1.32;*/
/*    letter-spacing: -0.64px;*/
/*}*/

/*.course-hero__download:hover {*/
/*    color: #010101;*/
/*}*/

/*.course-hero__download:hover svg path {*/
/*    fill: #010101;*/
/*}*/

@media (max-width: 1023px) {
    .course-hero {
        padding: 100px 0 60px;
    }

    .course-hero__wrap .container {
        padding-bottom: 110px;
    }

    .course-hero__title {
        font-size: 32px;
        margin-bottom: 50px;
    }

    .course-hero__info {
        margin-bottom: 50px;
    }

    .course-hero__time-info span {
        font-size: 24px;
    }

    .course-hero__time-icon {
        width: 40px;
        height: 40px;
    }

    .course-hero__info {
        flex-direction: column;
        gap: 24px;
    }

    .course-hero__info .hero-students {
        flex-direction: row;
        align-items: center;
    }
}

@media(max-width: 767px) {
    .course-hero__title {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .course-hero__add {
        top: 0px;
        padding: 8px;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;

        span {
            display: none;
        }
    }
}

@media(max-width: 560px) {
    .course-hero__btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }


    .course-hero__download {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
}


.content {
    padding: 100px 0;
}

.content .section-head {
    flex-wrap: wrap;
    gap: 16px;
}

.content-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.content-item:first-of-type:hover .content-item__icon svg path {
    fill: #003160;
}

.content-item:last-of-type:hover .content-item__icon svg path {
    fill: #E52713;
}

.content-item--program .content-item__text.hidden-text {
    height: 190px;
    overflow: hidden;
}

.content-item--program .content-item__text.hidden-text.is-open {
    height: auto;
}

.content-item__toggle {
    margin-top: 24px;
    font-size: 16px;
}

.content-item+.content-item {
    margin-top: 50px;
}

.content-item__info {
    max-width: 897px;
    width: 100%;
    margin-right: 40px;
}

.content-item__headline {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 24px;
    line-height: 1.32;
    font-weight: 700;
    margin-bottom: 40px;
    color: #003160;
}

.content-item__headline svg {
    flex-shrink: 0;
}

.content-item__headline svg path {
    fill: #E52713;
}

.content-item__text {
    color: #353535;
    font-size: 16px;
    line-height: 1.32;
}

.content-item__text p+p {
    margin-top: 16px;
}

@media(max-width: 1023px) {
    .content {
        padding: 50px 0;
    }
}

@media(max-width: 767px) {

    .content-item {
        flex-direction: column;
        position: relative;
    }

    .content-item__info {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .content-item__headline {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .content-item__icon {
        position: absolute;
        top: 0;
        right: -120px;
        z-index: -1;
        opacity: .3;
        width: 200px;
    }

    .content-item__icon svg {
        width: 100%;
    }

    .content-item:first-of-type .content-item__icon svg path {
        fill: #003160;
    }

    .content-item:last-of-type .content-item__icon svg path {
        fill: #E52713;
    }

}


.education-result {
    padding: 100px 0;
    overflow: hidden;
    background: url("../img/course/education-result-bg.png") center center / cover no-repeat;
}

.education-result .section__title {
    color: #FFF;
}

.education-result__content {
    display: flex;
    align-items: center;
}

.education-result__list {
    margin-right: 100px;
    max-width: 600px;
    width: 100%;
    color: #FFF;

}

.education-result__list.hidden-text {
    height: 200px;
    overflow: hidden;
}

.education-result__list.hidden-text.is-open {
    height: auto;
}

.education-result__toggle {
    color: #FFF;
    margin-top: 24px;
    font-size: 16px;
    cursor: pointer;
}

.education-result__list p {
    margin: 16px 0;
}

.education-result__list ul li {
    margin-top: 12px;
    position: relative;
    padding-left: 26px;
}

.education-result__list ul li::before {
    content: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.80078 12L8.30078 17.5L17.2497 2' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 1px;
}

@media screen and (max-width: 991px) {
    .education-result__list ul li::before {
        width: 14px;
        height: 14px;
    }
}

.content-item__text ol {
    list-style: none;
    counter-reset: list-counter;
    padding: 0;
}

.content-item__text ol li {
    counter-increment: list-counter;
    position: relative;
    padding-left: 1.6em;
    padding-top: .5em;
}

.content-item__text ol li::before {
    content: counter(list-counter) ".";
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #333;
}

.education-result__list ul {
    padding-left: 0;
    list-style: none;
}

.education-result__img {
    max-width: 600px;
    width: 100%;
}

.education-result__img img {
    width: 100%;
    border-radius: 24px;
}

.education-result__item {
    color: #FFF;
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}

.education-result__item:last-of-type {
    margin-bottom: 0;
}

.education-result__item-num {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 20.8px */
    margin-right: 19px;
}

.education-result__item-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
}

.education-result__item-text span {
    font-weight: 700;
}

@media(max-width: 1023px) {
    .education-result {
        padding: 50px 0;
    }

    .education-result__item {
        min-width: 300px;
    }
}

@media(max-width: 767px) {

    .education-result__content {
        display: block;
    }

    .education-result__img {
        margin: 0 auto;
    }

    .education-result__img img {
        border-radius: 16px;
    }

    .education-result__item {
        margin-bottom: 24px;
    }

    .education-result__list {
        margin-right: 0;
        max-width: 100%;
    }

    .education-result__main,
    .education-result__list {
        margin-bottom: 32px;
    }
}

.realisation {
    padding: 100px 0;
}

.realisation-content {
    column-count: 2;
}

.realisation-content>h2 {
    font-size: 28px;
    margin-bottom: 24px;
}

.realisation-content>* {
    break-inside: avoid;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    color: #000;
}

.realisation-content p span {
    color: #003160;
    background-color: #DAE592;
}

.realisation-content p+p {
    margin-top: 24px;
}

.realisation-content p+ul {
    margin-top: 24px;
}

.realisation-content ol,
.education-result__list ol {
    padding-left: 24px;
    margin-top: -10px;
}

.realisation-content ol li,
.education-result__list ol li {
    padding-top: 10px;
}

.realisation-content ul li {
    padding-left: 24px;
    position: relative;
}

.realisation-content ul li:before {
    position: absolute;
    content: '';
    left: 7px;
    top: 11px;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
}

@media(max-width: 1023px) {
    .realisation {
        padding: 50px 0;
    }
}

@media(max-width: 767px) {
    .realisation-content {
        column-count: initial;
    }

    .realisation-content>* {
        font-size: 16px;
    }

    .realisation-content>h2 {
        margin-bottom: 18px;
        font-size: 24px;
    }

    .realisation-content p+p {
        margin-top: 16px;
    }

    .realisation-content p+ul {
        margin-top: 16px;
    }
}


.geography {
    padding: 100px 0;
    background: #F3F3F4;
    overflow: hidden;
}

.geography .section-head {
    display: block;
}


.geography__desc {
    max-width: 779px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 26px */
    margin-top: 50px;
    color: #424242;
}

.geography-list {
    display: flex;
    align-items: center;
    gap: 100px;
}

.geography__item {
    font-size: 72px;
    font-weight: 300;
    color: #5A5D60;
    white-space: nowrap;
}

@media(max-width: 1023px) {
    .geography {
        padding: 50px 0;
    }

    .geography__item {
        font-size: 32px;
    }

    .geography__desc {
        margin-top: 32px;
    }
}

.course-questions {
    padding: 100px 0;
}


.course-questions ol {
    counter-reset: list;
}

.course-questions ol li {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 24px 16px;
    border-bottom: 2px solid #747474;
    counter-increment: list;
}

.course-questions ol li::before {
    content: counter(list);
    color: #E52713;
    font-size: 40px;
    letter-spacing: -1.6px;
}

.course-questions__num {
    color: #E52713;
    font-size: 40px;
    letter-spacing: -1.6px;
}

.course-questions__text {
    color: #424242;
    font-size: 24px;
    line-height: 1.5;
}

@media(max-width: 1023px) {
    .course-questions {
        padding: 50px 0;
    }

    .course-questions__item {
        gap: 16px;
        padding: 16px 12px;
        border-bottom: 1px solid #747474;
    }

    .course-questions__item::before {
        font-size: 24px;
    }

    .course-questions__text {
        font-size: 16px;
    }
}

.speakers {
    padding: 100px 0;
}

.speakers-content {
    display: flex;
    align-items: center;
}

.speakers__img {
    max-width: 647px;
    width: 100%;
    margin-right: 100px;
}

.speakers__img img {
    display: block;
    border-radius: 9px;
}

.speakers__desc {
    font-size: 16px;
    font-style: normal;
    width: 100%;
    color: #353535;
    line-height: 150%;
    /* 24px */
}

.speakers-list {
    display: flex;
    align-items: flex-start;
    gap: 26px;
}

.speakers-item {
    width: 100%;
}

.speakers-item__img {
    margin-bottom: 16px;
}

.speakers-item__img img {
    border-radius: 8px;
}

.speakers-item__name span {
    display: block;
    margin-bottom: 8px;
    color: #747474;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

.speakers-item__name {
    font-size: 20px;
    color: #424242;
    font-weight: 700;
    margin-bottom: 8px;
}

.speakers-item__post {
    font-size: 14px;
    color: #5A5D60;
}

.speakers-item__desc {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
    color: #424242;
}

.speakers-item__desc span {
    display: block;
    margin-bottom: 8px;
    color: #747474;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

@media(max-width: 1023px) {
    .speakers {
        padding: 50px 0;
    }

    .speakers__img {
        margin-right: 40px;
    }

}


@media(max-width: 767px) {

    .speakers-content {
        flex-direction: column;
    }

    .speakers__img {
        margin: 0 0 32px 0;
    }

    .speakers-list {
        flex-wrap: wrap;
        gap: 16px;
    }

    .speakers-item {
        width: calc(50% - 8px);
    }

    .speakers-item__name {
        font-size: 18px;
    }

    .speakers-item__desc {
        font-size: 14px;
        line-height: 1.32;
    }
}

.visit {
    padding: 100px 0;
    position: relative;
}

.visit-content {
    overflow: hidden;
}

.visit-decor {
    position: absolute;
    top: -100px;
    right: 25%;
}

.visit-head {
    position: relative;
    margin-bottom: 83px;
}

.visit__title {
    margin-bottom: 24px;
}

.visit__desc {
    max-width: 646px;
    width: 100%;
    font-size: 20px;
    line-height: 1.3;
    color: #424242;
}

.visit-slider-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

@media(max-width: 1023px) {
    .visit {
        padding: 50px 0;
    }
}

@media(max-width: 767px) {
    .visit-slider-nav {
        display: none;
    }
}

.gallery {
    padding: 100px 0;
    overflow: hidden;
}

.gallery-slider-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gallery-item__img {
    width: 100%;
    height: 100%;
}

.gallery-item__title {
    font-family: var(--font-family-title);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 26px */
    margin-top: 10px;
    color: #424242;
}

.gallery-item.swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
}

.gallery-item.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 9px;
}

@media(max-width: 1023px) {
    .gallery {
        padding: 50px 0;
    }
}

@media(max-width: 767px) {
    .gallery-slider-nav {
        display: none;
    }
}


.course-manager {
    padding: 100px 0;
}

.course-manager__list {
    display: flex;
    align-items: stretch;
    gap: 8px;
}

@media(max-width: 560px) {
    .course-manager__list {
        flex-direction: column;
    }
}

.course-manager__content {
    border-radius: 12px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 40px;
}

.course-manager__wrapper {
    position: relative;
}

.course-manager__img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.course-manager__person {
    padding-left: 124px;
    min-height: 100px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.course-manager__img img {
    border-radius: 50%;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.course-manager__name {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 700;
    color: #424242;
}

.course-manager__post {
    color: #5A5D60;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.56px;
}

.course-manager__tel {
    display: block;
    margin-bottom: 24px;
    color: #5A5D60;
    font-size: 24px;
    letter-spacing: -0.96px;
    font-weight: 300;
}

.course-manager__mail {
    display: block;
    margin-bottom: 24px;
    color: #5A5D60;
    font-size: 24px;
    letter-spacing: -0.96px;
    font-weight: 300;
}

@media(max-width: 1023px) {
    .course-manager {
        padding: 50px 0;
    }

    .course-manager__content {
        padding: 24px;
    }
}

.media {
    padding: 100px 0;
    overflow: hidden;
}

.media-slider {
    overflow: hidden;
}

.media-slider-item {
    width: 100%;
    max-width: 100%;
    height: 256px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-decoration: none;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    position: relative;
}

.media-slider-item img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.media-slider-item__btn {
    position: absolute;
    bottom: 16px;
    left: 16px;
}

.media-slider-item:hover .media-slider-item__btn svg path {
    fill: #E7382A;
}

.media-slider-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media(max-width: 1023px) {

    .media {
        padding: 50px 0;
    }
}

@media(max-width: 767px) {
    .media-slider-nav {
        display: none;
    }

    .media-slider {
        overflow: visible;
    }
}

.interesting {
    padding: 100px 0;
    overflow-x: hidden;
    background-color: #F3F3F4;
}

.interesting-slider .swiper-slide {
    max-width: 310px;
}

@media(max-width: 1023px) {

    .interesting {
        padding: 50px 0;
    }

    .interesting-slider .swiper-slide {
        max-width: 255px;
    }
}

/* 404 */

.not-found {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    overflow: hidden;
}

.not-found__bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.not-found__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.not-found__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.not-found__title {
    margin-top: 43px;
    color: #FFF;
    font-size: 38px;
    font-weight: 300;
}

.not-found__btn {
    margin-top: 73px;
}

@media(max-width: 1023px) {
    .not-found__title {
        margin-top: 32px;
        font-size: 32px;
    }

    .not-found__btn {
        margin-top: 40px;
    }
}

@media(max-width: 767px) {
    .not-found__title {
        font-size: 24px;
    }
}

.popups {
    padding: 200px 0;
    background-color: #5A5D60;
}

.popup {
    max-width: 560px;
    width: 100%;
    padding: 0;
    background: transparent;
}

.popup .fancybox-close-small {
    width: 52px;
    height: 52px;
}

.popup .fancybox-close-small svg {
    width: 32px;
    height: 32px;
    opacity: .18;
}

.popup .fancybox-close-small:hover svg {
    opacity: .5;
}

.popup-content {
    background-color: #FFF;
    padding: 56px;
    border-radius: 24px;
}

.popup__title {
    font-family: var(--font-family-title);
    font-size: 36px;
    line-height: 1.32;
    letter-spacing: -1.44px;
    margin-bottom: 24px;
    color: #5A5D60;
    font-weight: 300;
}

.popup__subtitle {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 24px;
    color: #222222;
}

.popup__text {
    font-size: 24px;
    margin-top: 24px;
    color: #5A5D60;
    letter-spacing: -0.96px;
}


.popup-steps__list {

    margin-bottom: 24px;
}

.popup-step {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 24px 0;
}

.popup-steps__btn.btn {
    display: block;
    width: 100%;
}

.popup-steps__text {
    padding-top: 24px;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -4%;
    color: #424242;

}

.popup-step__num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(88, 88, 88, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5A5D60;
    flex-shrink: 0;
}

.popup-step__text {
    color: #5A5D60;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.8px;
}

.popup__text p+p {
    margin-top: 16px;
}

.form-group:not(:last-child) {
    margin-bottom: 24px;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #747474;
    line-height: 1.6;
}

.form-label span {
    color: #E52713;
}

.form-password {
    position: relative;
}

.form-password .form-control {
    padding-right: 44px;
}

.form-password__show {
    position: absolute;
    top: 14px;
    right: 20px;
    cursor: pointer;
}

.form-password__show svg {
    display: block;
}

.form-password__show.is-active svg {
    opacity: .4;
}

.form-control {
    box-sizing: border-box;
    display: inline-block;
    font-family: var(--font-family-title);
    font-size: 16px;
    line-height: 1.5;
    max-width: 100%;
    width: 100%;
    padding: 11px 19px;
    border: 1px solid #D1D5DB;
    background-color: #fff;
    border-radius: 10px;
    outline: none;
}

.form-tip {
    margin-top: 8px;
    text-align: right;
    color: #E52713;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: underline;
}

.form-agree {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.4;
}

.form-agree a {
    color: #E52713;
    text-decoration: underline;
}

.form-btn {
    display: block;
    width: 100%;
    margin-top: 24px;
}

.form-link {
    margin-top: 24px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    color: #003160;
    text-decoration: underline;
    cursor: pointer;
}

.form-text {
    margin-top: 24px;
    font-size: 14px;
    line-height: 140%;
    color: #747474;
}

.form-text p span {
    color: #E52713;
}

@media(max-width: 1023px) {
    .popup-content {
        padding: 32px;
    }
}

@media(max-width: 767px) {
    .popup-content {
        padding: 24px;
        border-radius: 12px;
    }

    .popup__title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .popup__text {
        margin-top: 16px;
        font-size: 16px;
    }

    .form-group:not(:last-child) {
        margin-bottom: 16px;
    }

    .form-btn {
        margin-top: 16px;
    }

    .form-agree {
        margin-top: 16px;
    }
}

.reviews {
    position: relative;
    padding-bottom: 200px;
    overflow: hidden;
}

.reviews-slider {
    position: relative;
    overflow: hidden;
}

.reviews__decor {
    position: absolute;
    bottom: 0;
    left: 200px;
}

.reviews-slider__nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 3;
}

.reviews-slider__prev.swiper-button-disabled {
    display: none;
}

.reviews-slider__next.swiper-button-disabled {
    display: none;
}

.reviews-item {
    box-sizing: border-box;
    padding-left: 450px;
    padding-bottom: 200px;
}

.reviews-item__info {
    margin-top: 50px;
}

.reviews-item__name {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 15px;
    max-width: 405px;
}

.reviews-item__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    margin-bottom: auto;
    max-width: 525px;
}

.reviews-item__text {
    font-weight: 400;
    font-size: 1.08333rem;
    line-height: 1.3;
    color: #003160;
    font-style: italic;
    margin: 32px 0 0 0;
}

.reviews-item__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
}

.reviews-item__img img {
    border-radius: 6px;
    display: block;
}

@media(max-width: 1200px) {

    .reviews {
        padding-bottom: 100px;
    }

    .reviews__decor {
        left: 16px;
    }
}

@media(max-width: 1023px) {
    .reviews {
        padding-bottom: 100px;
    }

    .reviews-item {
        box-sizing: border-box;
        padding-left: 332px;
    }
}

@media(max-width: 767px) {
    .reviews-slider__nav {
        display: none;
    }

    .reviews-item {
        padding-left: 0;
        padding-bottom: 0;
    }

    .reviews-item__info {
        margin-top: 0;
    }

    .reviews-item__img {
        max-width: 400px;
        width: 100%;
        position: static;
        margin: 24px auto 24px;
    }

    .reviews-item__img img {
        width: 100%;
    }

    .reviews-item__name {
        max-width: 100%;
        font-size: 18px;
    }

    .reviews-item__desc {
        max-width: 100%;
        font-size: 12px;
    }

    .reviews-item__text {
        font-size: 14px;
        margin-top: 24px;
    }
}

.reg-information {
    max-width: 1340px;
    padding: 0 20px;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 40px;
}

.reg-information__login {
    color: #5A5D60;
    font-family: var(--font-family-title);
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.44px;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

.reg-information__login span {
    color: #747474;
    font-family: var(--font-family-title);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4px */
}

.reg-information__title {
    color: #5A5D60;
    font-family: var(--font-family-title);
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -1.6px;
    margin-bottom: 50px;
}


.reg-information__action {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
}

.reg-information__warning {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: #747474;
}

.reg-information__warning span {
    color: #E52713;
}

.reg-information__bottom {
    max-width: 600px;
    padding: 0 40px;
    margin: 0 auto;
}

.reg-information__btn {
    display: flex;
    align-items: center;
    justify-items: center;
    margin-top: 24px;
}

.reg-information__btn .btn {
    max-width: 520px;
    width: 100%;
}

@media(max-width: 767px) {

    .reg-information {
        padding-top: 50px;
    }

    .reg-information__title {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .reg-information__action {
        padding: 16px;
    }

    .reg-information__bottom {
        padding: 0 16px;
    }
}


.auth {
    padding: 130px 20px 40px;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
}

.auth-form__btn {
    margin-top: 24px;
}

.auth-form__btn .btn {
    max-width: 320px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.auth-content.bx-auth {
    max-width: 600px;
    width: 100%;
}

.auth-content__note {
    font-size: 28px;
    line-height: 1.32;
    margin-bottom: 24px;
}

@media(max-width: 767px) {
    .auth {
        padding: 100px 16px 48px;
    }


    .auth-form__btn .btn {
        max-width: 100%;
    }
}

.table-wrap {
    margin: 12px 0;
}


.table-wrap td,
.table-wrap th {
    border-collapse: collapse;
    border: 1px solid #212121;
}

.table-wrap td {
    padding: 6px;
}

.table-wrap th {
    padding: 12px 6px;
    text-align: center;
}

@media(max-width: 767px) {

    .table-wrap {
        overflow-x: auto;
    }

    .table-wrap table {
        min-width: 800px;
    }
}

.form-control.error,
.checkbox-label.error:before {
    border: 2px solid #e82f2f;
}


.catalog-filters {
    width: 100%;
    position: relative;
}

.catalog-filters__btn {
    display: none;

    @media(max-width: 1023px) {
        width: 100%;
        padding: 15px 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        background-color: #FFFFFF;
        border-radius: 10px;
        outline: none;
        border: none;
        user-select: none;
        color: #003160;
    }
}

.catalog-filters__btn-title {
    font-size: 14px;
    line-height: 130%;
    font-weight: 700;
    color: #003160;
}

.catalog-filters__btn-counter {
    margin-left: auto;
    width: 24px;
    height: 24px;
    background-color: #E52713;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
}

.catalog-filters__btn-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.catalog-filters__panel {
    width: 100%;

    @media(max-width: 1023px) {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        height: 100svh;
        overflow-y: auto;
        background-color: #FFFFFF;
        padding-top: 32px;
    }
}

.catalog-filters__panel.is-open {
    display: block;

    .c-main {
        display: block;
        opacity: 1;
        visibility: visible;

    }

    .c-filters {
        border: none;
    }

    .catalog__themes {
        padding: 0 16px;
    }
}

.catalog-filters__close {
    display: none;

    @media(max-width: 1023px) {
        position: absolute;
        top: 16px;
        right: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        background-color: transparent;
        border: none;
        outline: none;
        padding: 0;
    }
}


.catalog-filters__bottom {
    display: none;

    @media(max-width: 1023px) {
        display: block;
        width: 100%;
        padding: 16px;
    }
}

.catalog-filters__apply {
    width: 100%;
}

.c-filters {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    background-color: #FFFFFF;
    padding: 24px 32px;
    border-radius: 16px;
    margin-bottom: 50px;

    @media(max-width: 1023px) {
        display: flex;
        flex-direction: column;
        padding: 16px;
        border-radius: 10px;
        border: 1px solid #888A8C1A;
    }
}



.catalog__themes.is-fixed {
    margin-bottom: 0px;
}

.c-main.is-fixed {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 24px 32px;
    width: max-content;

    position: fixed;
    /*width: inherit;*/
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    left: 50%;
    transform: translate(-50%, 0%);
    display: none;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    max-height: calc(100vh - 200px);
    top: 80px;
    bottom: auto;
    overflow-y: auto;

    .c-filters {
        padding: 0px;
    }

    /*@media (min-width: 1023px) and (max-width: 1300px) {*/
    /*    position: fixed;*/
    /*    width: inherit;*/
    /*    opacity: 0;*/
    /*    visibility: hidden;*/
    /*    z-index: 1000;*/
    /*    left: 50%;*/
    /*    bottom: 160px;*/
    /*    transform: translate(-50%, 0%);*/
    /*    display: none;*/
    /*    transition: opacity .25s ease-in-out, visibility .25s ease-in-out;*/

    &.is-visible {
        display: grid;
        opacity: 1;
        visibility: visible;
    }

    /*}*/
}

body {
    &:before {
        content: '';
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        background: #1e1e1e;
        transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    }

    &.is-show-filter {
        &:before {
            opacity: .9;
            visibility: visible;
        }
    }
}

[data-floating-filters-panel] {
    .filter-btn-first {
        display: flex;
    }

    .filter-btn-close {
        display: none;
    }

    &.is-active {
        .filter-btn-first {
            display: none;
        }

        .filter-btn-close {
            display: flex;
        }
    }
}

.c-filters-item {
    width: 100%;
}

.c-filters-item__label {
    font-size: 14px;
    line-height: 130%;
    color: #747474;
    margin-bottom: 16px;
}

.c-filters-item__control {
    position: relative;
}

.c-filters-item__control .catalog-themes__item-remove {
    transition: opacity .25s, visibility .25s;
    opacity: 0;
    visibility: hidden;
}

.c-filters-item__control .catalog-themes__item-remove.is-active {
    opacity: 1;
    visibility: visible;
}

.c-filters-select .choices__inner {
    padding: 15px 33px 15px 23px !important;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #5858582E;
    min-height: 50px;
}

.c-filters-select .choices__list--single {
    padding: 0;
}

.c-filters-select .choices__list--single .choices__item {
    font-size: 14px;
    line-height: 130%;
    font-weight: 700;
    color: #003160;
}

.c-filters-select .choices[data-type*=select-one]:after {
    width: 12px;
    height: 6px;
    right: 24px;
    border: none;
    background: url('/local/templates/main/img/icons/chevron-down.svg') center center / 12px no-repeat;
}

.c-filters-select .choices__list--dropdown .choices__item--selectable {
    padding-right: 10px;
}

.c-filters-select .choices__list--dropdown .choices__item--selectable:before,
.c-filters-select .choices__list--dropdown .choices__item--selectable:after {
    display: none;
}

.c-filters-select .choices[data-type*=select-one].is-open:after {
    transform: rotate(180deg);
    margin-top: -4px;
}

.c-filters-select .choices__input {
    display: none !important;
}

.c-filters-toggler {
    position: relative;
    display: block;
    cursor: pointer;
}

.c-filters-toggler__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.c-filters-toggler__label {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    padding: 8px 15px;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #5858582E;
}

.c-filters-toggler__title {
    font-size: 14px;
    line-height: 140%;
    font-weight: 600;
    color: #747474;
}

.c-filters-toggler__control {
    position: relative;
    display: block;
    width: 48px;
    height: 32px;
    border-radius: 100px;
    background-color: #747474;
    flex-shrink: 0;
}

.c-filters-toggler__control::before {
    display: block;
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 28px;
    height: 28px;
    background-color: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 4px 12px 0px #0000001F,
        0px 1px 4px 0px #0000001F;
    transition: transform 0.3s ease;
}

.c-filters-toggler__input:checked+.c-filters-toggler__label .c-filters-toggler__control {
    background-color: #00B027;
}

.c-filters-toggler__input:checked+.c-filters-toggler__label .c-filters-toggler__control:before {
    transform: translateX(16px);
}

/* Блок с образовательными карточками */

.education-services {
    padding: 100px 0;

    @media(max-width: 1023px) {
        padding: 50px 0;
    }
}

.education-services .container,
.footer .container {
    max-width: 1332px;
    padding: 0 16px;
}

.education-services__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;

    @media(max-width: 1023px) {
        grid-template-columns: 1fr;
    }
}

.education-services__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 40px;
    width: 100%;
    height: 550px;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;

    @media(max-width: 1280px) {
        height: 400px;
    }

    @media(max-width: 767px) {
        height: 357px;
    }
}

.education-services__card-title {
    font-size: 32px;
    line-height: 150%;
    color: #FFFFFF;
    font-weight: 500;

    @media(max-width: 1023px) {
        font-size: 24px;
    }
}

.education-services__card-img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;

    img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.education-services__card-img::before {
    content: '';
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #2B2A2A 0%, rgba(43, 42, 42, 0) 100%);
}


/* Блок с информационными карточками */

.info-cards__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;

    @media(max-width: 1023px) {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    @media(max-width: 767px) {
        gap: 10px;
    }
}

.info-cards__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 24px;
    width: 100%;
    height: 340px;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.info-cards__item-img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;

    img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


.info-cards__item-img--shadow::before {
    content: '';
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) -6.9%, rgba(0, 0, 0, 0) 100%);
}

.info-cards__item-title {
    font-size: 32px;
    line-height: 120%;
    font-width: 400;
    color: #FFFFFF;
}

.info-cards__item-link {
    margin-left: auto;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #003160;
    color: #FFFFFF;
    border-radius: 50%;

    svg {
        display: block;
        width: 14px;
        height: 14px;
    }
}

/* Доп стили для каталога программ */

.catalog__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.catalog__more-btn.btn--white {
    border-color: #FFFFFF;
    width: 195px;

    @media(max-width: 560px) {
        width: 100%;
    }
}

.catalog__info {
    margin-top: 50px;
}

/* Плавающая кнопка фильтры */

.floating-filter-panel {
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: -1;
    transition: 0.3s ease;
    transform: translateY(-20px);
    pointer-events: none;

    @media(max-width: 1023px) {
        display: none;
    }

    a {
        pointer-events: auto;
    }
}

.floating-filter-panel.is-visible {
    opacity: 1;
    z-index: 10;
    transform: translateY(0px);
}

.floating-filter-panel__btn {
    width: 180px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 24px;
    background-color: #E52713;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 100px;
    cursor: pointer;
    outline: none;
    border: none;
}

@media(any-hover: hover) {
    .floating-filter-panel__btn:hover {
        background-color: #003160;
    }
}

/* Компонент кнопки закрытия в попапе */

.common-popup-close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    color: #424242;
    border-radius: 50%;
    position: absolute;
    top: 24px;
    right: 24px;
    padding: 0;
    outline: none;
    border: none;
    cursor: pointer;

    @media(max-width: 767px) {
        width: 32px;
        height: 32px;
        top: 16px;
        right: 16px;
    }
}

@media(any-hover: hover) {
    .common-popup-close-btn:hover {
        background-color: #003160;
        color: #FFFFFF;
    }
}

.common-popup-close-btn--gray {
    background-color: #F3F3F4;
}

/* Попап с вопросами */

.popup-faq {
    position: relative;
    max-width: 930px;
    width: 100%;
    padding: 40px;
    background-color: #F3F3F4;
    border-radius: 24px;

    @media(max-width: 1023px) {
        padding: 24px;
    }
}

.popup-faq .fancybox-close-small {
    display: none !important;
}

.popup-faq__title {
    font-family: var(--font-family-title);
    font-size: 40px;
    line-height: 130%;
    color: #003160;
    font-weight: 300;
    margin-bottom: 50px;
    padding-right: 44px;

    @media(max-width: 1023px) {
        font-size: 24px;
        margin-bottom: 24px;
    }
}

.popup-faq__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.popup-faq__item {
    width: 100%;
    border-bottom: 2px solid #747474;
}

.popup-faq__item.is-active {
    border-color: transparent;
}

.popup-faq__item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 16px 22px 16px;
    cursor: pointer;

    @media(max-width: 1023px) {
        padding: 16px 0;
    }
}

.popup-faq__item-head.is-active .popup-faq__item-icon {
    transform: rotate(180deg);
}

.popup-faq__item-body {
    padding: 0 16px;

    @media(max-width: 1023px) {
        padding: 0;
    }
}

.popup-faq__item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    padding: 40px;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #5858582E;

    @media(max-width: 1023px) {
        padding: 16px;
        gap: 16px;
    }
}

.popup-faq__item-btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.popup-faq__item-text {
    font-size: 16px;
    line-height: 130%;
    color: #424242;

    @media(max-width: 1023px) {
        font-size: 16px;
    }
}

.popup-faq__item-text a {
    color: #003160;
    text-decoration: underline;
}

.popup-faq__item-text a:hover {
    text-decoration: none;
}

.popup-faq__item-title {
    font-size: 20px;
    line-height: 140%;
    color: #424242;
    font-weight: 500;

    @media(max-width: 1023px) {
        font-size: 16px;
    }
}

.popup-faq__item-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* Попап с фильтрами */

.popup-filters {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 60px;
    background: transparent;
}

.popup-filters .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.popup-filters__panel {
    position: relative;
    padding: 24px 0 0 0;
    border-radius: 16px;
    overflow: visible;
    background-color: #FFFFFF;
}

.popup-filters .fancybox-close-small {
    display: none !important;
}

.popup-filters .common-popup-close-btn {
    top: 16px;
    right: 16px;
}

.popup-filters__btn {
    width: 180px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 9px 23px;
    border: 1px solid #E1E1E1;
    background-color: #FFFFFF;
    font-size: 16px;
    line-height: 140%;
    color: #010101;
    text-decoration: none;
    border-radius: 100px;
    cursor: pointer;
    outline: none;
}

@media(any-hover: hover) {
    .popup-filters__btn:hover {
        background-color: #E52713;
        border-color: #E52713;
        color: #FFFFFF;
    }
}

/* Плавающая кнопка каталога в моб версии */

.floating-basket-panel {
    display: none;

    @media(max-width: 767px) {
        width: 100%;
        display: block;
        padding: 14px 20px;
        background-color: #FFFFFF;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 20;
    }
}

.floating-basket-panel__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #E52713;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.floating-basket-panel__counter {
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 8px 6px 6px 4px;
    background-color: #424242;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 0.8;
    font-weight: 700;
    min-width: 24px;
    text-align: center;
}

.footer {
    padding: 60px 0 40px;
    border-top: 1px solid #C7C7C7;

    @media(max-width: 767px) {
        padding-top: 40px;
        padding-bottom: 100px;
    }

    .filter-tags {
        min-height: 114.167px;

        @media (max-width: 767px) {
            min-height: auto;
        }
    }
}

.footer__main {
    margin-bottom: 60px;
    overflow: hidden;

    @media(max-width: 767px) {
        margin-bottom: 40px;
    }
}

.footer__bottom {
    margin-top: 40px;
    overflow: hidden;

    @media(max-width: 767px) {
        margin-top: 0;
    }
}


.footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.5rem -1.04167rem;
    min-height: 100%;
}

.footer-info__copyright {
    padding: 0.5rem 1.04167rem;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.37;
    color: #5B5B5B;
}

.footer-info__copyright a {
    color: #5B5B5B;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.footer-info__copyright a:hover {
    color: #E52713;
}


.tag:not(.btn) {
    border: 1px solid rgba(88, 88, 88, 0.18);
    border-radius: 8px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.04em;
    color: #363636;
    padding: 10px 20px;
    display: inline-flex;
    cursor: pointer;
    text-decoration: none;
    transition: .3s;
    white-space: nowrap;
}

.site-menu__title {
    margin-bottom: 2.5rem;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
    color: #2F2F2F;
    -webkit-transition: .3s;
    transition: .3s;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: .3s;
}

@media screen and (max-width: 767px) {
    .site-menu__title {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) and (max-width: 576px) {
    .site-menu__title {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) and (max-width: 576px) and (-ms-high-contrast: active) {
    .site-menu__title {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) and (-ms-high-contrast: active) {
    .site-menu__title {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) and (-ms-high-contrast: active) and (max-width: 576px) {
    .site-menu__title {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) and (-ms-high-contrast: active) and (max-width: 576px) and (-ms-high-contrast: active) {
    .site-menu__title {
        margin-bottom: 0;
    }
}

.site-menu__title::after {
    display: none;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #2F2F2F;
    border-right: 2px solid #2F2F2F;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

@media screen and (max-width: 576px) {
    .site-menu__title::after {
        display: block;
    }
}

@media screen and (max-width: 576px) and (-ms-high-contrast: active) {
    .site-menu__title::after {
        display: block;
    }
}

@media screen and (max-width: 576px) {
    .site-menu__title.active {
        margin-bottom: 2.5rem;
    }
}

@media screen and (max-width: 576px) and (-ms-high-contrast: active) {
    .site-menu__title.active {
        margin-bottom: 2.5rem;
    }
}

@media screen and (max-width: 576px) {
    .site-menu__title.active::after {
        margin-top: -4px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}

@media screen and (max-width: 576px) and (-ms-high-contrast: active) {
    .site-menu__title.active::after {
        margin-top: -4px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}

@media screen and (max-width: 576px) {

    .site-menu__title~.filter-tags,
    .site-menu__title~.site-menu__links {
        display: none;
    }
}

@media screen and (max-width: 576px) and (-ms-high-contrast: active) {

    .site-menu__title~.filter-tags,
    .site-menu__title~.site-menu__links {
        display: none;
    }
}

.site-menu__links:not(:first-child) {
    margin-top: 2.5rem;
}

.site-menu__links li {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.6;
    max-width: 88%;
}

.site-menu__links li a {
    text-decoration: none;
    color: #5B5B5B;
    -webkit-transition: .3s;
    transition: .3s;
}

.site-menu__links li a:hover {
    color: #E52713;
}

.site-menu .filter-tags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -8px;
}

.site-menu .filter-tags__item {
    padding: 8px;
}

.site-menu .filter-tags__item .tag_blue {
    margin-top: 20px;
    background: #003160;
    border-color: #003160;
    color: #ffffff;
}

@media screen and (max-width: 576px) {
    .site-menu .filter-tags__item .tag_blue {
        margin-top: 0;
    }
}

@media screen and (max-width: 576px) and (-ms-high-contrast: active) {
    .site-menu .filter-tags__item .tag_blue {
        margin-top: 0;
    }
}

.site-menu .filter-tags__item .tag_blue:hover {
    background: #E52713;
    border-color: #E52713;
}

.site-menu .filter-tags__item_contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.site-menu .filter-tags__item_contacts .social {
    margin: 0 0 0 15px;
}

.site-menu .filter-tags__item_contacts .social-item {
    padding: 0;
}

.site-menu .filter-tags__item_contacts .tag_blue {
    margin-top: 0;
}

.site-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #616161;
    text-transform: uppercase;
    border-radius: 8px;
    -webkit-transition: .3s;
    transition: .3s;
}

@media screen and (max-width: 767px) {
    .site-info-item {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) and (max-width: 576px) {
    .site-info-item {
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) and (max-width: 576px) and (-ms-high-contrast: active) {
    .site-info-item {
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) and (-ms-high-contrast: active) {
    .site-info-item {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) and (-ms-high-contrast: active) and (max-width: 576px) {
    .site-info-item {
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) and (-ms-high-contrast: active) and (max-width: 576px) and (-ms-high-contrast: active) {
    .site-info-item {
        font-size: 10px;
    }
}

.site-info-item:not(:last-child) {
    margin-right: 15px;
}

.site-info-item:hover {
    color: #E52713;
}

.site-info-item_border {
    padding: 10px 20px;
    border: 1px solid rgba(88, 88, 88, 0.18);
}

.site-info-item_border:hover {
    border-color: #003160;
    background: #003160;
    color: #FFFFFF;
}

.site-info-item_border:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.social-item {
    padding: 5px;
}

.social-item__icon {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-item__icon svg {
    max-width: 100%;
    max-height: 100%;
    fill: #363636;
    -webkit-transition: .3s;
    transition: .3s;
}

.default-content-popup {
    max-width: 1407px;
    width: 100%;
    padding: 60px 40px 40px;
    border-radius: 24px;
    overflow: hidden;

    @media(max-width: 1280px) {
        padding: 60px 24px 24px;
        border-radius: 16px;
    }

    @media(max-width: 767px) {
        padding: 40px 16px 20px;
    }
}


.default-content-popup .fancybox-close-small {
    display: none !important;
}

.feedback-icon {
    position: fixed;
    right: 40px;
    bottom: 60px;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    background: #E52713;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;

    @media(max-width: 767px) {
        right: 20px;
        bottom: 100px;
        width: 50px;
        height: 50px;
    }

    &:hover {
        background: #003160;
    }

    img {
        width: 32px;
        height: 32px;

        @media(max-width: 767px) {
            width: 20px;
            height: 20px;
        }
    }
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
    font-size: 13px !important;
    word-break: normal;
}

.inner-page .button_load-more {
    margin-bottom: 0;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1332px !important;
    }
}

.basket__tooltip {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    width: 130%;
    background: #fff9ea;
    border-radius: 10px;
    color: #000 !important;
    padding: 9px 20px;
    font-weight: 400;
    font-size: 14px;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    pointer-events: none;
    line-height: 130%;

    @media (min-width: 1200px) {
        display: block;
    }
}

.header__basket:hover {
    .basket__tooltip {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}