/*FONTS*/
@font-face{font-family: 'Onest';
    src: url(fonts/Onest/Onest-Thin.eot);
    src: url(fonts/Onest/Onest-Thin.eot?#iefix) format("embedded-opentype"), url(fonts/Onest/Onest-Thin.woff) format("woff"), url(fonts/Onest/Onest-Thin.ttf) format("truetype");
    font-weight: 100;font-style: normal;font-display: swap
}
@font-face{font-family: 'Onest';
    src: url(fonts/Onest/Onest-ExtraLight.eot);
    src: local('Onest'), local(Onest), url(fonts/Onest/Onest-ExtraLight.eot?#iefix) format("embedded-opentype"), url(fonts/Onest/Onest-ExtraLight.woff) format("woff"), url(fonts/Onest/Onest-ExtraLight.ttf) format("truetype");
    font-weight: 200;font-style: normal;font-display: swap
}
@font-face{font-family: 'Onest';
    src: url(fonts/Onest/Onest-Light.eot);
    src: local('Onest'), local(Onest), url(fonts/Onest/Onest-Light.eot?#iefix) format("embedded-opentype"), url(fonts/Onest/Onest-Light.woff) format("woff"), url(fonts/Onest/Onest-Light.ttf) format("truetype");
    font-weight: 300;font-style: normal;font-display: swap
}
@font-face{font-family: 'Onest';
    src: url(fonts/Onest/Onest-Regular.eot);
    src: local('Onest'), local(Onest), url(fonts/Onest/Onest-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/Onest/Onest-Regular.woff) format("woff"), url(fonts/Onest/Onest-Regular.ttf) format("truetype");
    font-weight: 400;font-style: normal;font-display: swap
}
@font-face{font-family: 'Onest';
    src: url(fonts/Onest/Onest-Medium.eot);
    src: local('Onest'), local(Onest), url(fonts/Onest/Onest-Medium.eot?#iefix) format("embedded-opentype"), url(fonts/Onest/Onest-Medium.woff) format("woff"), url(fonts/Onest/Onest-Medium.ttf) format("truetype");
    font-weight: 500;font-style: normal;font-display: swap
}
@font-face{font-family: 'Onest';
    src: url(fonts/Onest/Onest-Bold.eot);
    src: local('Onest'), local(Onest), url(fonts/Onest/Onest-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/Onest/Onest-Bold.woff) format("woff"), url(fonts/Onest/Onest-Bold.ttf) format("truetype");
    font-weight: 600;font-style: normal;font-display: swap
}
@font-face{font-family: 'Onest';
    src: url(fonts/Onest/Onest-ExtraBold.eot);
    src: local('Onest'), local(Onest), url(fonts/Onest/Onest-ExtraBold.eot?#iefix) format("embedded-opentype"), url(fonts/Onest/Onest-ExtraBold.woff) format("woff"), url(fonts/Onest/Onest-ExtraBold.ttf) format("truetype");
    font-weight: 800;font-style: normal;font-display: swap
}
@font-face{font-family: 'Onest';
    src: url(fonts/Onest/Onest-Black.eot);
    src: local('Onest'), local(Onest), url(fonts/Onest/Onest-Black.eot?#iefix) format("embedded-opentype"), url(fonts/Onest/Onest-Black.woff) format("woff"), url(fonts/Onest/Onest-Black.ttf) format("truetype");
    font-weight: 900;font-style: normal;font-display: swap
}

@font-face{font-family: 'Cormorant';
    src: url(fonts/Cormorant/Cormorant-Light.eot);
    src: url(fonts/Cormorant/Cormorant-Light.eot?#iefix) format("embedded-opentype"), url(fonts/Cormorant/Cormorant-Light.woff) format("woff"), url(fonts/Cormorant/Cormorant-Light.ttf) format("truetype");
    font-weight: normal;font-style: normal;font-display: swap
}
/*FONTS*/

/*PRIMARY*/
html{scroll-behavior: smooth}
html, body{position: relative; padding: 0; margin: 0; background: #F7F3EE}
html{margin: 0 auto;overflow-x: clip}
body{-webkit-text-size-adjust: none;overflow-x: hidden;font-family: 'Onest', sans-serif;font-style: normal;font-weight: 400;font-size: 16px;line-height: 28px;letter-spacing: -0.01em;color: #021524}
*{margin: 0; padding: 0; box-sizing: border-box;outline: none}
p, ol, ul, table, blockquote{margin: 0 0 15px}
ol, ul{list-style-position: inside}
b, strong{font-weight: 600}
a, .a{color: #C39C6F;text-decoration: underline}
a:hover, .a:hover{text-decoration: none}
img{max-width: 100%;height: auto}
/*PRIMARY*/

/*GRID*/
.flex{display: flex}
.flex-wrap{flex-wrap: wrap}
.align-center{align-items: center}
.align-end{align-items: end}
.align-start{align-items: flex-start}
.space-between{justify-content: space-between}
.space-center{justify-content: center}
.flex-end{justify-content: flex-end}

section{padding: 45px 0}
.container{position: relative;padding: 0 15px;margin: 0 auto;width: 100%;max-width: 1054px}
.row{margin: 0 -15px}
.row:before, .row:after{display: block;width: 100%;height: 0;content: '';clear: both}
.row.flex > div{float: none}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{padding:0 15px;float: left}
.col-12{width:100%}
.col-11{width:91.66666667%}
.col-10{width:83.33333333%}
.col-9{width:75%}
.col-8{width:66.66666667%}
.col-7{width:58.33333333%}
.col-6{width:50%}
.col-5{width:41.66666667%}
.col-4{width:33.33333333%}
.col-3{width:25%}
.col-2{width:16.66666667%}
.col-1{width:8.33333333%}
/*GRID*/

/*ELEMENTS*/
h1, .h1{font-family: 'Cormorant', sans-serif;font-style: normal;font-weight: 700;font-size: 38px;line-height: 44px;color: #081C34;margin: 0 0 20px}
h2, .h2{font-family: 'Cormorant', sans-serif;font-style: normal;font-weight: 700;font-size: 38px;line-height: 44px;color: #01142B;margin: 0 0 25px}
h3, .h3{font-family: 'Cormorant', sans-serif;font-style: normal;font-weight: 500;font-size: 36px;line-height: 44px;color: #01142B;margin: 0 0 20px}
h4, .h4{font-family: 'Cormorant', sans-serif;font-style: normal;font-weight: 500;font-size: 28px;line-height: 32px;color: #01142B;margin: 0 0 20px}

.text-content h1, .text-content .h1,
.text-content h2, .text-content .h2,
.text-content h3, .text-content .h3,
.text-content h4, .text-content .h4,
.text-content ol,
.text-content ul,
.text-content p,
.text-content table{margin: 20px 0}
.text-content ol,
.text-content ul{padding-left: 15px}
.text-content > *:first-child{margin-top: 0}
.text-content > *:last-child{margin-bottom: 0}

.text_left{text-align: left}
.text_right{text-align: right}
.text_center{text-align: center}
.text_justify{text-align: justify}

.p_relative{position: relative}
.p_absolute{position: absolute}

.no_padding{padding: 0!important}
.no_margin{margin: 0!important}

.underline{text-decoration: underline}

.button, form [type="submit"].wpcf7-form-control{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 36px;
    background: linear-gradient(135deg, #BF953F 0%, #FCF6BA 25%, #B38728 50%, #FBF5B7 75%, #AA771C 100%);
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(179, 135, 40, 0.3);
    transition: all 0.3s ease;
    border: none;
    -webkit-appearance: none;
    outline: none;
    text-decoration: none;
    white-space: normal;
    font-family: 'Onest', sans-serif;
}
.button:hover, form [type="submit"].wpcf7-form-control:hover{transform: translateY(-3px);box-shadow: 0 15px 35px rgba(212, 175, 55, 0.45)}

.language-switcher{position:relative;display:inline-block}
.language-switcher__toggle{display:flex;align-items:center;gap:7px;padding:6px 8px;border:0;background:transparent;color:#222;font:inherit;cursor:pointer}
.language-switcher__toggle:hover{color:#000}
.language-switcher__current-flag{width:22px;height:22px;border-radius: 50%;object-fit:cover;display: none}
.language-switcher__current{line-height:1;text-transform: lowercase}
.language-switcher__icon{flex-shrink:0;transition:transform .2s ease}
.language-switcher.is-open .language-switcher__icon{transform:rotate(180deg)}
.language-switcher__dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:9999;min-width:90px;padding:5px;background:#fff;border:1px solid #e5e5e5;border-radius:6px;box-shadow:0 8px 25px #0000001f}
.language-switcher__item{display:flex;align-items:center;gap:8px;padding:8px 10px;color:#222;text-decoration:none;white-space:nowrap;border-radius:4px;transition:background-color .15s ease,color .15s ease;text-transform: lowercase}
.language-switcher__item:hover{background-color:#f5f5f5;color:#000}
.language-switcher__flag{display:none;width:18px;height:18px;border-radius: 50%;object-fit:cover;flex-shrink:0}
.language-switcher__item.is-active{font-weight:700}
.language-switcher.is-open .language-switcher__dropdown{display:block}

.slick-prev,.slick-next{width: 40px;height: 40px;border-radius: 50%;background: #01142b;border: 1px solid #C39C6F;padding: 0;font-size: 0;line-height: 0;cursor: pointer;z-index: 2;position: absolute;top: 50%}
.slick-prev{left: -10px}
.slick-next{right: -10px}
.slick-prev::before,.slick-next::before{display: none}
.slick-prev::after,.slick-next::after{content: '';display: block;width: 10px;height: 10px;border-top: 2px solid #C39C6F;border-right: 2px solid #C39C6F;position: absolute;top: 50%;left: 50%}
.slick-prev::after{transform: translate(-40%, -50%) rotate(-135deg)}
.slick-next:after{transform: translate(-60%, -50%) rotate(45deg)}
.slick-dots {display: flex!important;align-items: center;justify-content: center;gap: 8px;margin: 0;padding: 0;list-style: none}
.slick-dots li{width: auto;height: auto;margin: 0;padding: 0;line-height: 0}
.slick-dots li button{width: 26px;height: 8px;padding: 0;border: 0;border-radius: 10px;background: #ccc;font-size: 0;line-height: 0;cursor: pointer;}
.slick-dots li.slick-active button {background: #01142b}
.slick-dots li button:before{display: none}

#toup{position:fixed;bottom:-100px;right:15px;z-index:8;width:56px;height:56px;padding:23px 0 0 0;background-color:rgba(255,255,255,.6);cursor:pointer;transition:all .3s ease;text-align:center;border-radius:5px}
#toup:hover{background-color:rgba(255, 255, 255, 1);transition:all .3s ease}
#toup .up-btn_ico{position:absolute;left:0;right:0;top:26px;margin:auto;border-style:solid;border-color:#01142b;color:#01142b;border-width:0 2px 2px 0;display:inline-block;padding:2px;content:'';width:12px;height:12px;transform:rotate(-135deg);-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-o-transform:rotate(-135deg)}
/*ELEMENTS*/

/*HEADER*/
header{
    position: relative;
}
header.top-fixed{
    padding-top: 98px;
    z-index: 9;
}
.top-line{
    padding: 15px 0;
    background: #F7F3EE;
    min-height: 98px;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    top: -100px;
    width: 100%;
    transition: all 1s ease;
}
.top-line.fixed{
    position: fixed;
    top: 0;
    transition: all 1s ease;
    box-shadow: 0 0 8px 0 rgba(102, 99, 109, .1);
}
.logo-group{
    gap: 10px;
}
.logo-group .logo{
    line-height: 0;
    text-decoration: none;
}
.logo-group .divider{
    display: inline-block;
    height: 23px;
    width: 1px;
    background: #C39C6F;
}
.top-menu ul{
    padding: 0;
    margin: 12px 0 0;
    display: flex;
    align-items: center;
    list-style: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #021524;
}
.top-menu ul a{
    color: #021524;
    text-decoration: none;
}
.top-menu ul a:hover, .top-menu li.current-menu-item a{
    color: #C39C6F;
}
.top-menu ul li{
    padding: 0;
    margin: 0;
}
.top-menu ul > li:not(:last-child):after{
    content: "/";
    margin: 0 8px;
    color: #C39C6F;
}
/*HEADER*/

/*FOOTER*/
.all-rights{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 25px 0 0;
    text-align: center;
}
.wpcf7-not-valid-tip, .wpcf7-response-output{
    display: none!important;
}
.form-sec{
    background: #01142B;
}
.form-sec .h2{
    color: #fff;
}
.form-wrapper{
    padding: 15px;
    background: #081931;
    border: 1px solid #656F83;
    border-radius: 10px;
}
.form-wrapper .c-pic{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 16px;
}
.form-wrapper .req-text{
    margin: 15px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #D2A162;
}
form p{
    margin: 0 0 8px;
}
form .button{
    width: 100%;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    width: 100%;
    min-height: 53px;
    background: #091A33;
    border: 1px solid rgba(210, 161, 98, 0.54);
    border-radius: 8px;
    padding: 6px 8px 8px 48px;
    font-family: 'Onest', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #fff;
}
.wpcf7 input[type="text"]{
    background-image: url("images/user.svg");
    background-repeat: no-repeat;
    background-position: left 12px center;
}
.wpcf7 input[type="tel"]{
    background-image: url("images/phone.svg");
    background-repeat: no-repeat;
    background-position: left 12px center;
}
.wpcf7 input[type="email"]{
    background-image: url("images/mail.svg");
    background-repeat: no-repeat;
    background-position: left 12px center;
}
.form-ttl{
    margin: 0 0 20px;
    padding: 4px 0 4px 36px;
    font-family: 'Cormorant', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 44px;
    color: #D2A162;
    background: url("images/f-title.svg") no-repeat left center;
}
.wpcf7 .wpcf7-submit:disabled{
    display: none;
}
form .wpcf7-list-item{
    margin: 20px 0 15px;
}
.wpcf7-list-item input[type="checkbox"]{
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    background: #091A33;
    border: 1px solid #D2A162;
    border-radius: 3px;
    cursor: pointer;
    flex: 0 0 20px;
    position: relative;
}
.wpcf7-list-item input[type="checkbox"]:checked{
    background: #091A33;
    border-color: #D2A162;
}
.wpcf7-list-item input[type="checkbox"]:checked::after{
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #D2A162;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.wpcf7-list-item label{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}
.wpcf7-list-item-label{
    line-height: 20px;
}
.wpcf7-list-item-label{
    font-family: 'Onest', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #D2A162;
}
.footer{
    padding: 45px 0;
    background: #001023 url("images/footer-bg.webp") no-repeat right bottom -20px;
}
.footer-menu{
    gap: 10px;
    align-items: flex-start;
    margin: 35px 0 0;
}
footer .menu-ttl{
    font-family: 'Cormorant', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin: 0;
    padding: 0 0 20px;
    background: url("images/t-line.svg") no-repeat bottom left;
    width: 110px;
}
.footer-menu ul{
    padding: 0 0 0 28px;
    border-left: 2px solid #C0985C;
    margin: 0;
    list-style: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.footer-menu ul a{
    color: #FFFFFF;
    padding: 0 0 0 20px;
    background: url("images/li-1.svg") no-repeat left center;
    text-decoration: none;
    display: inline-block;
}
.footer-menu ul a:hover{
    color: #C0985C;
}
.footer-menu ul li{
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #363330;
}
/*FOOTER*/

/*MAIN*/
.f-screen{
    min-height: 480px;
    display: flex;
    align-items: center;
    max-width: 1054px;
    margin: 0 auto;
    position: relative;
    padding-right: 420px;
}
.f-screen:before{
    position: absolute;
    right: -85px;
    bottom: 0;
    display: block;
    content: '';
    width: 550px;
    height: 500px;
    background: url(images/fsc-bg-new.webp) no-repeat bottom center;
    background-size: contain;
}
.f-screen .h1{
    margin: 0 0 28px;
    padding: 0 0 28px;
    font-size: 42px;
    line-height: 48px;
    position: relative;
}
.f-screen .h1:before{
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    content: '';
    width: 56px;
    height: 2px;
    background: #C0985C;
}
.f-screen .text{
    margin: 0;
    font-size: 18px;
    line-height: 26px;
}
.dark-bg{
    background: #01142B;
    color: #fff;
}
.dark-bg h2, .dark-bg .h2, .dark-bg h3, .dark-bg .h3, .dark-bg h4, .dark-bg .h4{
    color: #F7F3EE;
}
.label-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #E6AE60;
    display: inline-block;
    position: relative;
    margin: 0 0 20px;
    padding: 20px 0 0;
}
.label-text:before{
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    content: '';
    width: 56px;
    height: 2px;
    background: #C0985C;
}
.title-group{
    margin: 0 0 25px;
    gap: 15px;
    justify-content: space-between;
}
.title-group .h2{
    margin: 0;
    padding: 0 0 15px;
    position: relative;
}
.title-group .h2:before{
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    content: '';
    width: 56px;
    height: 2px;
    background: #C0985C;
}
.title-group .ico{
    flex: none;
}
.why-ul .why-li{
    padding: 12px 12px 12px 60px;
    background: rgba(14, 35, 60, 0.68) url("images/circle.svg") no-repeat left 12px center;
    border: 1px solid #EBAA48;
    border-radius: 12px;
    margin: 0 0 10px;
}
.why-ul .why-li:last-child{
    margin: 0;
}
.about-sec .ico{
    margin: 20px 0 0 0;
}
.about-sec .text, .mission-sec .text, .philosophy-sec .text{
    margin: 0 0 20px;
}
.mission-sec .img{
    border-radius: 12px;
}
.values-sec .img-wrap{
    margin: 0 -15px;
}
.values-ul{
    justify-content: space-between;
    gap: 10px 0;
    margin: -20% 0 0;
}
.values-li{
    width: calc(50% - 5px);
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #1E1E1E;
    min-height: 65px;
    background: #F6F1EC;
    border: 1px solid #BE9156;
    box-shadow: 2px 2px 10px -2px rgba(196, 179, 158, 0.48);
    border-radius: 7px;
    padding: 12px 8px;
    gap: 10px;
}
.values-li .divider{
    display: inline-block;
    height: 36px;
    width: 1px;
    opacity: 0.6;
    background: #BE9156;
    flex: none;
}
.values-li img{
    flex: none;
}
.principles-ul{
    gap: 8px;
}
.principles-wrapper{
    padding: 12px 15px 20px;
    background: #F7F1EB;
    border: 1px solid #E1CBB2;
    box-shadow: 0 4px 8.7px rgba(226, 215, 202, 0.83);
    border-radius: 6px;
    margin: 0 0 20px;
}
.principles-li{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #01142B;
    padding: 6px 12px;
    background: #F9F3EE;
    border: 1px solid #DBB485;
    box-shadow: 1px 1px 7px -2px rgba(211, 199, 184, 0.81);
    border-radius: 7px;
    gap: 10px;
}
.philosophy-sec{
    background: url("images/phy-bg.webp") no-repeat bottom right;
}
.philosophy-sec .text img{
    display: block;
    margin: 0 auto;
    border-radius: 12px;
}
.quote-block{
    background: rgba(246, 241, 238, 0.68);
    border: 1px solid #DBB485;
    border-radius: 7px;
    padding: 60px 20px 30px 20px;
    position: relative;
    margin-left: 15px;
}
.quote-block p:last-child{
    margin: 0;
}
.quote-block:before{
    position: absolute;
    left: -15px;
    top: -15px;
    display: inline-block;
    content: url("images/quote.svg");
}
.philosophy-sec .text b, .programs-sec .text b, .philosophy-sec .text strong, .programs-sec .text strong{
    color: #CA9755;
}
.programs-sec .text p:not(:last-child){
    padding-bottom: 15px;
    position: relative;
}
.programs-sec .text p:not(:last-child):before{
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    content: '';
    width: 56px;
    height: 2px;
    background: #C0985C;
}
.standarts-sec .standarts-ul{
    margin: 0 0 20px;
}
.standarts-li{
    padding: 0 0 15px 20px;
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    position: relative;
    border-bottom: 1px solid #334760;
}
.standarts-li:before{
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    content: '—';
    color: #C0985C;
    font-size: 16px;
    line-height: 16px;
}
.standarts-li:last-child{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.vision-sec .text-block{
    margin: 45px 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #C0985C;
    position: relative;
    padding: 20px 15px 20px 60px;
    background: rgba(14, 35, 60, 0.68);
    border: 1px solid #EBAA48;
    border-radius: 12px;
}
.vision-sec .text-block:before{
    position: absolute;
    left: 34px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: calc(100% - 54px);
    display: block;
    content: '';
    background: #C0985C;
    margin: auto;
}
.vision-sec .text-block:after{
    position: absolute;
    left: 10px;
    top: -28px;
    display: block;
    content: url("images/vision-ic.svg");
}
.vision-sec .text-block p:last-child{
    margin: 0;
}
.programs-sec .text-pr{
    background: linear-gradient(270deg, rgba(14, 35, 60, 0.68) 0%, rgba(48, 72, 100, 0.68) 100%);
    border: 1px solid #EBAA48;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.33);
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding: 8px 12px 8px 26px;
    position: relative;
}
.programs-sec .text-pr:before{
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: calc(100% - 20px);
    background: #C0985C;
    display: block;
    content: '';
}
.programs-sec .text-icf{
    background: #011229 url("images/ep.svg") no-repeat left 16px center;
    border: 1px solid #EBAA48;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.33);
    border-radius: 10px;
    padding: 14px 15px 14px 68px;
    font-family: 'Cormorant', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #E5B167;
}
.сertification-sec .text{
    position: relative;
    z-index: 1;
}
.сertification-sec .text p:last-child{
    margin: 0;
}
.сertification-sec .text b, .сertification-sec .text strong{
    color: #B6781B;
}
.diplom-pic-wrapper{
    margin: 6% 0 0;
    line-height: 0;
}
.team-member{
    background: #FAF4ED;
    box-shadow: 1px 4px 12px rgba(149, 132, 113, 0.45);
    border-radius: 6px;
    padding: 22px 15px 20px;
    height: 100%;
}
.team-member .photo-wrapper{
    text-align: center;
}
.team-member .photo-inner{
    display: inline-block;
    line-height: 0;
    position: relative;
}
.team-member .photo-inner .logo{
    position: absolute;
    right: -30px;
    top: -10px;
    max-width: 110px;
}
.team-member-list{
    margin: 0 -2px;
}
.team-member-list .slick-track{
    display: flex;
}
.team-member-list .slick-slide{
    height: auto!important;
}
.member-item-wrapper{
    padding: 8px 8px 30px;
    margin: 0 2px;
}
.team-member .name{
    font-family: 'Cormorant', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    margin: 0 0 20px;
}
.team-member .who{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #1E1E1E;
    margin: 0 0 20px;
}
.team-member .spec{
    margin: 0 0 20px;
    position: relative;
    padding: 0 0 0 36px;
    background: url(images/circle.svg) no-repeat left center;
    background-size: 26px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #1E1E1E;
}
.team-member .bio p:last-child{
    margin: 0;
}
.team-member .bio{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #1E1E1E;
    margin: 0;
    padding: 0 10px;
    text-align: center;
}
.team-member .bio p, .team-member .bio ul{
    margin: 0 0 12px;
}
.team-member .bio > *:last-child{
    margin-bottom: 0;
}
.team-member .photo{
    display: block;
    border-radius: 50%;
    margin: 0 auto 25px;
    width: 100%;
    height: auto;
    max-width: 248px;
}
.team-member .bio ul{
    padding: 0;
    list-style: none;
}
.team-member .bio ul li{
    padding: 3px 0 3px 32px;
    background: url(images/li4.svg) no-repeat left center;
    background-size: 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    margin: 0 0 4px;
}
.team-member .bio ul li:last-child{
    margin: 0;
}
/*MAIN*/

/*EDUCATION*/
.f-screen-ed{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #021524;
}
.fed-bg{
    position: relative;
    padding: 0 400px 0 15px;
    margin: 0 -15px;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fed-bg:before{
    position: absolute;
    right: -85px;
    bottom: -45px;
    display: block;
    content: '';
    width: 535px;
    height: 375px;
    background: url(images/fs-ed.webp) no-repeat bottom center;
    background-size: contain;
}
.f-label{
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #B68504;
}
.f-ed-blocks{
    margin: 0 0 20px;
    gap: 12px;
    position: relative;
}
.f-screen-ed .text{
    font-family: 'Cormorant', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #081C34;
    position: relative;
    padding: 10px 12px 10px 30px;
    background: rgba(246, 241, 236, 0.84);
    border: 1px solid #9D733B;
    box-shadow: 2px 2px 10px -2px rgba(196, 179, 158, 0.48);
    border-radius: 7px;
    width: calc(50% - 6px);
    margin: 0;
    display: flex;
    align-items: center;
}
.f-screen-ed .text:before{
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: calc(100% - 24px);
    background: #9D733B;
    display: block;
    content: '';
}
.f-screen-ed .text-icf{
    font-family: 'Cormorant', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #081C34;
    position: relative;
    padding: 10px 12px 10px 60px;
    background: rgba(246, 241, 236, 0.84) url(images/globe.svg) no-repeat left 12px center;
    border: 1px solid #9D733B;
    box-shadow: 2px 2px 10px -2px rgba(196, 179, 158, 0.48);
    border-radius: 7px;
    width: calc(50% - 6px);
    margin: 0;
    display: flex;
    align-items: center;
}
.f-screen-ed .text-icf br{
    display: none;
}
.f-screen-ed .text2{
    margin: 0;
    position: relative;
}
.f-screen-ed .text3{
    margin: 20px 0 0;
    padding: 20px 0 0;
    position: relative;
}
.f-screen-ed .text3:before{
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    content: '';
    width: 56px;
    height: 2px;
    background: #C0985C;
}
.f-screen-ed .text3 p:last-child{
    margin: 0;
}
.f-screen-ed .text2 b, .f-screen-ed .text2 strong, .f-screen-ed .text3 b, .f-screen-ed .text3 strong{
    color: #C0985C;
}
.duration-wrapper{
    padding: 15px;
    margin: 0 0 20px;
    background: #01142B;
    border: 1px solid #EBAA48;
    border-radius: 12px;
}
.duration-wrapper .text{
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #F7F3EE;
    margin: 0 0 15px;
}
.duration-wrapper .text span{
    text-transform: none;
    display: block;
    font-family: 'Cormorant', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 36px;
    color: #E6AE60;
}
.duration-wrapper .text span b{
    font-weight: 500;
}
.duration-li:not(:last-child){
    margin: 0 0 12px;
}
.duration-li{
    padding: 12px;
    background: #041733;
    border: 1px solid #042449;
    border-radius: 12px;
    gap: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: #F7F3EE;
}
.duration-li .d-time{
    white-space: nowrap;
    flex: none;
    text-align: center;
    padding: 0 0 0 12px;
    width: 75px;
    font-family: 'Cormorant', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    color: #E6AE60;
    background: url("images/rectangle.svg") no-repeat left center;
}
.duration-li .d-time b{
    display: block;
    font-weight: 500;
    font-size: 60px;
}
.pr-review-sec .sub-title{
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #E6AE60;
}
.format-ul{
    margin: 0 0 16px;
}
.format-li{
    margin: 0 0 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 10px 50px 10px 12px;
    background: rgba(4,23,51,0.92) url("images/Check_circle.svg") no-repeat right 5px center;
    border: 1px solid rgba(44, 53, 65, 0.58);
    border-radius: 8px;
}
.info-ul{
    gap: 8px;
}
.info-li{
    gap: 16px;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 15px;
    background: rgba(4,23,51,0.92);
    border: 1px solid rgba(236, 173, 77, 0.68);
    border-radius: 8px;
    width: 100%;
}
.info-li b, .info-li strong{
    color: #E6AE60;
}
.info-li.v2{
    flex-direction: column;
}
.info-li.md{
    width: calc(60% - 4px);
}
.info-li.sm{
    width: calc(40% - 4px);
}
.info-li img{
    width: 40px;
    flex: none;
}
.info-li .i-title{
    margin: 0 0 2px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #E6AE60;
}
.info-li ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.info-li ul li{
    margin: 0 0 8px;
    position: relative;
    padding: 0 0 0 22px;
}
.info-li ul li:before{
    position: absolute;
    left: 8px;
    top: 9px;
    display: inline-block;
    content: '';
    background: #fff;
    border-radius: 50%;
    width: 4px;
    height: 4px;
}
.info-li ul li:last-child{
    margin: 0;
}
.structure-sec .text{
    margin: 0 0 20px;
}
.structure-sec .text p:last-child, .structure-sec .text2 p:last-child{
    margin: 0;
}
.structure-li{
    margin: 0 0 20px 15px;
    padding: 0 0 0 20px;
    position: relative;
    border-left: 1px solid #DAAC64;
}
.structure-li:before{
    position: absolute;
    left: -8px;
    top: -16px;
    display: inline-block;
    content: url("images/Rectangle2.svg");
}
.structure-sec .price{
    font-weight: 700;
    font-size: 32px;
    line-height: 28px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #C09137;
    padding: 12px 12px 10px;
    margin: 10px 0 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.93);
    border: 1px solid #C09137;
}
.brochure-sec .h2{
    color: #D2A162;
}
.h2.sm{
    font-size: 39px;
    line-height: 43px;
    padding: 0;
}
.what-you-learn-sec .text b, .what-you-learn-sec .text strong{
    color: #BB8944;
}
.what-you-learn-sec .sub-title{
    padding: 0 0 20px;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #BB8944;
    position: relative;
}
.what-you-learn-sec .sub-title:before{
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    content: '';
    width: 56px;
    height: 2px;
    background: #C0985C;
}
.what-list{
    margin: 0 0 25px;
}
.what-list .p{
    margin: 0 0 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #01142B;
    background: #F9F3EE url("images/Vector14.svg") no-repeat left 15px center;
    border: 1px solid #DBB485;
    box-shadow: 1px 1px 7px -2px rgba(211, 199, 184, 0.81);
    border-radius: 7px;
    padding: 8px 12px 8px 32px;
}
.what-list .p:last-child{
    margin: 0;
}
.experience-sec .sub-title{
    gap: 16px;
    margin: 25px 0 12px;
}
.experience-sec .sub-title img{
    flex: none;
}
.experience-sec .sub-title p{
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #E6AE60;
}
.ex-ul{
    margin: 0 0 20px;
}
.ex-li{
    margin: 0 0 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    position: relative;
    padding: 0 0 0 42px;
}
.ex-li:before{
    position: absolute;
    left: 8px;
    top: 10px;
    width: 13px;
    height: 1px;
    background: #E5AD6A;
    display: block;
    content: '';
}
.ex-li:last-child{
    margin: 0;
}
.experience-sec .block{
    background: linear-gradient(270deg, rgba(14, 35, 60, 0.23) 0%, rgba(48, 72, 100, 0.23) 100%);
    border: 1px solid #EBAA48;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.33);
    border-radius: 10px;
    padding: 12px 12px 12px 86px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    position: relative;
}
.experience-sec .block:before{
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    content: '';
    width: 52px;
    height: 50px;
    background: url("images/block-ic.svg") no-repeat center;
}
.experience-sec .block b, .experience-sec .block strong{
    color: #E5AD6A;
}
.experience-sec .block p:last-child{
    margin: 0;
}
.mentorship-sec .text{
    margin: 0 0 20px;
}
.mentorship-sec .text b, .mentorship-sec .text strong{
    color: #AB782E;
}
.mentorship-sec .text .gr{
    padding: 15px 15px 1px;
    margin: 15px 0;
    background: #F9F3EE;
    border: 1px solid #DBB485;
    box-shadow: 1px 1px 7px -2px rgba(211, 199, 184, 0.81);
    border-radius: 7px;
}
.mentorship-sec .text .gr .p1{
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #A0702D;
    margin: 0 0 20px;
}
.mentorship-sec .text ul{
    list-style: none;
}
.mentorship-sec .text ul li{
    font-size: 16px;
    line-height: 20px;
    color: #01142B;
    margin: 0 0 10px;
    position: relative;
    padding: 0 0 0 28px;
    background: url("images/li2.svg") no-repeat left top 5px;
}
.mentorship-sec .text ul li:last-child{
    margin: 0;
}
.ses-li:not(:last-child){
    margin: 0 0 12px;
}
.ses-li{
    gap: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #C0985C;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.33);
    align-items: center;
}
.ses-li b, .ses-li strong{
    color: #C0985C;
}
.out-ic-wrap{
    gap: 20px;
}
.out-ic-wrap:before, .out-ic-wrap:after{
    display: block;
    width: calc(50% - 80px);
    content: '';
    height: 1px;
    background: #C0985C;
}
.out-ic-wrap.top{
    margin-bottom: 25px;
}
.out-ic-wrap.bottom{
    margin-top: 25px;
}
.outcomes-sec .text{
    margin: 0 0 20px;
}
.out-li{
    background: #F9F3EE url("images/li3.svg") no-repeat left 12px center;
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #1E1E1E;
    padding: 10px 10px 10px 52px;
    border: 1px solid rgba(219, 180, 133, 0.75);
    border-radius: 7px;
}
.out-li:last-child{
    margin: 0;
}
.assessment-sec .standarts-ul, .assessment-sec .text{
    margin: 0 0 20px;
}
.questions-sec .mk-question-item{
    margin: 0 0 15px;
    padding: 15px;
    background: #FCF9F5;
    border: 1px solid #E7DFD5;
    border-radius: 8px;
}
.questions-sec .mk-question-item:last-child{
    margin: 0;
}
.mk-question-item .title{
    margin: 0;
    padding: 0 40px 0 0;
    font-family: 'Cormorant', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #1E1E1E;
    min-height: 36px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.mk-question-item .title:before{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    content: '+';
    width: 24px;
    height: 24px;
    background: #C0985C;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #FAF6ED;
    margin: auto;
}
.mk-question-item.active .title:before{
    content: '-';
}
.mk-question-item .ans{
    display: none;
    padding: 30px 0 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #0D131D;
    position: relative;
}
.mk-question-item .ans b, .mk-question-item .ans strong{
    color: #C0985C;
}
.mk-question-item .ans:before{
    position: absolute;
    left: 0;
    top: 15px;
    display: block;
    content: '';
    width: 166px;
    height: 1px;
    background: #C0985C;
}
.mk-question-item.active .ans{
    display: block;
}
.experience-sec{
    overflow: hidden;
}
.experience-sec .img-wrap{
    margin: -28% 0 -30%;
}
.experience-sec .title-group, .experience-sec .text, .experience-sec .sub-title, .experience-sec .ex-ul, .experience-sec .block{
    position: relative;
}
/*EDUCATION*/

.page-title{
    padding: 45px 0;
    border: 1px solid #efebe6;
    margin: 0 0 30px;
}
.page-title .h1{
    margin: 0;
}
.text-content{
    margin: 0 0 45px;
}
.buttons404{
    gap: 12px;
}
.post-item-wrap{
    background: #F9F3EE;
    border: 1px solid #DBB485;
    box-shadow: 1px 1px 7px -2px rgba(211, 199, 184, 0.81);
    border-radius: 7px;
    padding: 15px;
}
.blog-item-text-content .post-title{
    font-weight: 600;
    margin: 15px 0 12px;
    font-size: 24px;
    line-height: 30px;
}
.blog-item-text-content .post-title a{
    color: inherit;
    text-decoration: none;
}
.blog-item-text-content .post-title a:hover{
    color: #C39C6F;
}
.post-item-image a{
    display: block;
    overflow: hidden;
    border-radius: 10px;
    line-height: 0;
}
.post-item-image a img{
    transition: all .3s ease;
}
.post-item-image a:hover img{
    transform: scale(1.1);
}
main p.post-author{
    text-align: right;
    margin: 20px 0 0;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #4e5961;
}
main p.post-author span{
    color: #CA9755;
    font-weight: 500;
    font-size: 16px;
}
.posts-section .posts-list{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.posts-section .posts-list .post-item-wrap{
    width: calc(50% - 8px);
}
.contact-item{
    padding: 15px;
    background: #F7F1EB;
    border: 1px solid #E1CBB2;
    box-shadow: 0 4px 8.7px rgba(226, 215, 202, 0.83);
    border-radius: 12px;
}
.contact-item .name{
    margin: 0 0 12px;
    font-family: 'Cormorant', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #01142B;
}
.contact-item .position{
    margin: 10px 0 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #01142B;
    position: relative;
    padding: 0 0 0 26px;
}
.contact-item .position:before{
    position: absolute;
    left: 0;
    top: 2px;
    display: block;
    content: '';
    background: #C39C6F;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.contact-item .li-style{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #01142B;
    margin: 0 0 3px;
    padding: 9px 0 8px 42px;
    border-bottom: 1px solid #E1CBB2;
    position: relative;
}
.contact-item .li-style:last-child{
    margin: 0;
    border: none;
}
.contact-item .li-style.phone{
    background-image: url(images/phone.svg);
    background-repeat: no-repeat;
    background-position: left center;
}
.contact-item .li-style.mail{
    background-image: url(images/mail.svg);
    background-repeat: no-repeat;
    background-position: left center;
}
.post-item-image.full-width{
    line-height: 0;
    margin: 0 0 25px;
}
.post-item-image.full-width img{
    border-radius: 12px;
}

/*THANKS*/
.thanks-window{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, .6);
    transition: all .3s linear;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.thanks-window.active{
    z-index: 10;
    opacity: 1;
    visibility: visible;
}
.thanks-window .inner{
    background: none;
    width: 393px;
    max-width: 95%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 96vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 30px;
    background: #081931;
    border: 1px solid #656F83;
    border-radius: 10px;
}
.thanks-window .close{
    position: absolute;
    top: 12px;
    right: 12px;
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 50%;
    /*background: rgba(0, 0, 0, .04);*/
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}
.thanks-window .close::before,
.thanks-window .close::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 1.5px;
    border-radius: 2px;
    background: #fff;
}
.thanks-window .close::before{
    transform: translate(-50%, -50%) rotate(45deg);
}
.thanks-window .close::after{
    transform: translate(-50%, -50%) rotate(-45deg);
}
.thanks-window .close:hover {
    background: rgba(0, 0, 0, .08);
    transform: rotate(90deg);
}
.tw-content{
    color: #fff;
    text-align: center;
}
.thanks-window .to-tg{
    width: 100%;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 22px;
    border: 0;
    border-radius: 12px;
    background: #229ED9;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(34, 158, 217, .25);
    transition:
            background .2s ease,
            box-shadow .2s ease,
            transform .2s ease;
}
.thanks-window .to-tg::before{
    content: '';
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    background: #fff;
    border-radius: 50%;
    clip-path: polygon(
            15% 47%,
            88% 12%,
            68% 88%,
            48% 62%,
            34% 78%,
            35% 57%
    );
}
.thanks-window .to-tg::after{
    content: '↗';
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    transition: transform .2s ease;
}
.thanks-window .to-tg:hover{
    background: #168dcc;
    box-shadow: 0 8px 24px rgba(34, 158, 217, .35);
    transform: translateY(-1px);
}
.thanks-window .to-tg:hover::after{
    transform: translate(2px, -2px);
}
.thanks-window .to-tg:active{
    transform: translateY(0);
}
.thanks-window .ttl{
    font-family: 'Cormorant', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    color: #D2A162;
    margin: 0 0 15px;
}
.thanks-window .p1{
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px;
}
body form.submitting{
    position: relative;
    overflow: hidden;
}
body form.submitting:before{
    background: rgba(0, 0, 0, .2) url("images/LDR-gold.svg") no-repeat center;
    background-size: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: block;
    content: '';
    animation: pulse2 2s infinite;
}
@keyframes pulse2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.7);
    }
    100% {
        transform: scale(1);
    }
}
body form.submitting .wpcf7-spinner{
    visibility: visible;
    width: 100%;
    height: 100%;
    border-radius: 0;
    z-index: 10;
}
body .wpcf7-spinner::before{
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
/*THANKS*/

/*ADAPTIVE*/
@media (max-width: 799px){
    .f-screen .h1{
        font-size: 38px;
        line-height: 44px;
        margin: 0 0 20px;
        padding: 0 0 20px;
    }
    .f-screen .text{
        font-size: 16px;
        line-height: 28px;
    }
    .f-screen{
        padding: 20px 0 480px;
    }
    .f-screen-ed{
        padding-top: 20px;
    }
    .f-screen:before{
        bottom: 0;
        left: calc(50% - 275px);
        right: 0;
        margin: auto;
    }
    .fed-bg{
        position: relative;
        padding: 355px 15px 0;
        min-height: 1px;
    }
    .fed-bg:before{
        right: auto;
        left: calc(50% - 257px);
        bottom: auto;
        top: 0;
        margin: auto;
    }
    .posts-section .posts-list .post-item-wrap{
        width: 100%;
    }
}
@media (max-width: 568px){
    .f-screen-ed .text, .f-screen-ed .text-icf{
        width: 100%;
        min-height: 62px;
    }
}
/*ADAPTIVE*/