/*@font-face {
  font-family: 'Georgia Pro';
  font-weight: normal;
  font-style: normal;
  src: url('../font/GeorgiaPro-Regular.ttf'); 
}
@font-face {
  font-family: 'Georgia Pro';
  font-weight: normal;
  font-style: italic;
  src: url('../font/GeorgiaPro-Italic.ttf');
}

@font-face {
  font-family: 'Georgia Pro';
  font-weight: 600;
  font-style: normal;
  src: url('../font/GeorgiaPro-Semibold.ttf');
}
@font-face {
  font-family: 'Georgia Pro';
  font-weight: 600;
  font-style: italic;
  src: url('../font/GeorgiaPro-SemiboldItalic.ttf');
}



@font-face {
  font-family: 'Georgia Pro';
  font-weight: bold;
  font-style: normal;
  src: url('../font/GeorgiaPro-Bold.ttf');
}
@font-face {
  font-family: 'Georgia Pro';
  font-weight: bold;
  font-style: italic;
  src: url('../font/GeorgiaPro-BoldItalic.ttf');
}*/

/* New Font*/
@font-face {
  font-family: 'Gotham Condensed';
  font-weight: normal;
  font-style: normal;
  src: url('../font/gothamcond-medium.ttf');
}
@font-face {
  font-family: 'Gotham Condensed';
  font-weight: normal;
  font-style: italic;
  src: url('../font/gothamcond-mediumitalic.ttf');
}

@font-face {
  font-family: 'Gotham Condensed';
  font-weight: 600;
  font-style: normal;
  src: url('../font/gothamcond-book.ttf');
}
@font-face {
  font-family: 'Gotham Condensed';
  font-weight: 600;
  font-style: italic;
  src: url('../font/gothamcond-bookitalic.ttf');
}



@font-face {
  font-family: 'Gotham Condensed';
  font-weight: bold;
  font-style: normal;
  src: url('../font/gothamcond-bold.ttf');
}
@font-face {
  font-family: 'Gotham Condensed';
  font-weight: bold;
  font-style: italic;
  src: url('../font/gothamcond-bolditalic.ttf');
}

@font-face {
  font-family: 'Gotham Condensed';
  font-weight: 800;
  font-style: normal;
  src: url('../font/gothamcond-black.ttf');
}
@font-face {
  font-family: 'Gotham Condensed';
  font-weight: 800;
  font-style: italic;
  src: url('../font/gothamcond-blackitalic.ttf');
}

* {
    margin: 0px;
    padding: 0px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #fff; 
    

} 

body, td {  
    font-family: "Georgia Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;  
    color: #0a2a45;
}
body {
    background: #fff;
    font-family: "Georgia Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    
    font-size: 20px;
    line-height: normal;  
    color: #0a2a45;
    overflow-x: hidden;
}
a {    
    color: #20485D;   
    text-decoration: none;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
.headLayer a:hover, .newsBreadCrumbs a:hover {
    color: #7E4B9E; 
}
.clear {
    clear: both;
}
.flexBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; 
    flex-wrap: wrap;       
}

.flexBoxStart {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; 
    flex-wrap: nowrap;       
}
.flexBoxCenter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap;       
}  
.flexBoxCenter2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; 
    flex-wrap: nowrap;       
}
.relative {
    position: relative;
}


.layer {
    width: calc(100% - 110px);
    max-width: 1815px;
    margin: 0px auto;
}

.header {
    padding: 29px 0px;
    position: relative;
    z-index: 20;
}

.menu {
    width: 1020px; /*780px*/
    margin-left: 150px;
}
.subMenu, .menuA { 
    
    font-weight: 800;
    text-transform: uppercase;
    margin-left: 6px;

    
    font-family: "Gotham Condensed", sans-serif;
    font-size: 19pt;
/*    font-size: 52pt;
    line-height: 100%;*/
    
    color: #20485D;
    font-size: 32px;
    
}

.headerLogin {
    background: #20485D;
    color: #fff;
    border-radius: 50px;
    padding: 0px;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 800;
    line-height: normal;
    
    
    display: block;
    
    font-family: "Gotham Condensed", sans-serif;
    
    width: 78px;
    height: 78px;
    background: #F2F0E4 url("../img/loginPic.png") no-repeat 50% 50%;
}


.c-hamburger {
    display: none;
}

.c-hamburger {    
    position: relative;          
    overflow: hidden;  
    padding: 0;
    width: 36px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: poGeorgia;
    transition: background 0.2s;   
    z-index: 2px;
}
 
.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 14px;
    left: 0px;
    height: 9px; 
    width: 100%;
    background: #20485D;
    
    border-radius: 2px;
}
 
.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 9px;
    background-color: #20485D;
    content: "&nbsp;";
    

    border-radius: 2px;    
}
 
.c-hamburger span::before {
    top: -10px;
}
 
.c-hamburger span::after {
  bottom: -10px;
}
.c-hamburger--htx {
  background-color: #E5088700;
}
 
.c-hamburger--htx span {
  transition: background 0s 0.2s;
}
 
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
}
 
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
 
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
 
/* Р   Р  Р вЂ№Р   Р РЋРІР‚СљР    Р  Р Р‹Р Р†Р вЂљРЎС›Р   Р  Р вЂ№Р   Р РЋРІР‚СљР   Р  Р вЂ№Р  Р вЂ Р  РІР‚С™Р РЋРІвЂћСћР    Р  Р Р‹Р Р†Р вЂљРЎС›Р   Р  Р вЂ№Р   Р  Р РЏР    Р   Р Р†Р вЂљР’В¦Р    Р  Р Р‹Р Р†Р вЂљР’ВР    Р  РІР‚в„ўР вЂ™Р’Вµ active Р    Р  Р Р‹Р Р†Р вЂљРІР‚СњР   Р  Р вЂ№Р   Р Р†Р вЂљРЎв„ўР    Р  Р Р‹Р Р†Р вЂљР’В Р    Р  Р Р‹Р Р†Р вЂљРЎС›Р   Р  Р вЂ№Р  Р вЂ Р  РІР‚С™Р РЋРІвЂћСћР    Р  Р Р‹Р Р†Р вЂљРЎСљР   Р  Р вЂ№Р   Р Р†Р вЂљРЎв„ўР   Р  Р вЂ№Р  Р вЂ Р  РІР‚С™Р Р†РІР‚С›РІР‚вЂњР   Р  Р вЂ№Р  Р вЂ Р  РІР‚С™Р РЋРІвЂћСћР    Р  Р Р‹Р Р†Р вЂљРЎС›Р    Р  Р Р‹Р вЂ™Р’В Р    Р  Р Р‹Р вЂ™Р’ВР    Р  РІР‚в„ўР вЂ™Р’ВµР    Р   Р Р†Р вЂљР’В¦Р   Р  Р вЂ№Р   Р Р†Р вЂљРІвЂћвЂ“  */
.c-hamburger--htx.is-active {
  background-color: #E5088700;
}
 
.c-hamburger--htx.is-active span {
  background: none;
}
 
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
 
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
 
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}



.mainLayer {
    width: 100%;
    height: calc(100% - 135px);
    position: relative;
    overflow: hidden;
    min-height: 530px;
}
.mainLayer>div {
    position: relative;
    z-index: 1;
    padding-left: 80px;
}
.mainLayer:after {
    content: " ";
    position: absolute;
    top: -10px;
    left: -10px;
    margin: auto;
    /*background: #EBFCFF;*/
    background: #f2f0e4;
    height: 250%;
    width: 100%;
    transform: translate(-50%, -50%) rotate(18deg);
}
.mainLayer:before {
    content: " ";
    position: absolute;
    right: -70%;
    top: 50%;
    margin: auto;
    background: url(../img/mainLayer.webp) 0 0 no-repeat;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 0%;
}

.mainH1 {
    letter-spacing: 1px;
    line-height: 47pt;
    font-size: 47pt;
    font-weight: bold;
    
    
    font-family: "Georgia Pro", sans-serif;
    font-family: "Gotham Condensed", sans-serif;
    /*font-size: 52pt;
    line-height: 100%;
    */
    
    
    width: 360px;
    padding-top: 50px;
    margin-bottom: 21px;
    text-transform: uppercase;
}
.mainBrief {
    font-family: "Georgia Pro", sans-serif;
    font-size: 17pt;
    line-height: 140%;
    
    width: 430px;
    font-weight: 400;
    
    text-align: left;
    margin-bottom: 59px;
    
    font-family: "helvetica-lt-pro", sans-serif;
}
.mainCalendar {
    background: #f5fdff;
    border-radius: 50px;
    
    height: 54px;
    position: relative;
    font-family: "Gotham Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 16pt;
    font-weight: bold;
    padding-left: 61px;
    line-height: 56px;
    display: inline-block;
    padding-right: 14px;
    
}
.mainCalendar:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 23px;
    margin: auto;
    background: url("../img/calendar.webp") no-repeat 50% 50%;
    width: 24px;
    height: 24px;
    background-size: 100%;
}
.mainCalendarButton {
    font-family: "Gotham Condensed", sans-serif;
    font-size: 15pt;
    border-radius: 50px;
    background: #0A2A45;
    color: #fff;
    width: 130px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    display: inline-block;
    margin-left: 10px;
    margin-top: -2px;
    
}

.startTopAnimation {
    transform: translate(0px, 40px);
    opacity: 0;
}
.mainH1, .mainBrief, .mainCalendar {
    transition: transform .5s ease, opacity .5s ease;
}
.mainLayer:before {
    opacity: 0;
    transition: opacity 2s ease;
}
.mainLayerStart:before {
    opacity: 1;
}
.mainLayer {
    /*background: #EBFCFF;*/
    background: #f2f0e4;
}
.techWork {
    line-height: 26pt;
    letter-spacing: 0px;
    font-size: 23pt;
    font-weight: bold;
    font-family: "Georgia", sans-serif;
}
.techWorkMain:before {
    display: none;
}
.techWorkMain .layer {
    margin-top: 0px;
}
.parentLayer {
    /*background: #EBFCFF;*/
    background: #f2f0e4;
    min-height: calc(100%);
    padding: 106px 0px 16px;
    align-items: stretch;
    
/*    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05); */
}
.parentLeft {
    flex-direction: column;
    align-items: flex-start; 
    min-height: calc(100% - 122px);
    width: calc(50% - 65px);
    justify-content: space-around;
}

.parentBrief {
    font-family: "Georgia", sans-serif;
    font-size: 17pt;
    line-height: 125%;
    letter-spacing: 0.5px;
    margin-bottom: 132px;
}
.parentH1 {
    font-family: "Georgia", sans-serif;
    line-height: 38pt;
    letter-spacing: -4px;
    font-size: 39pt;
    font-weight: 600;   
    margin-bottom: 20px;
}
.parentInfo {
    font-family: "Georgia", sans-serif;
    font-size: 15pt;
    line-height: 20.6pt;
    letter-spacing: 0.5px;
    margin-bottom: 31px;
}
.parentButton {
    font-family: "Georgia", sans-serif;
    font-size: 14pt;
    line-height: 14pt;
    letter-spacing: 2px;
    font-weight: 800;
    margin-bottom: 61px;
    text-transform: uppercase;
    padding: 17px 52px;
    border: 2px solid #0a2a45;
    display: inline-block;
    cursor: poGeorgia;
    
    
    transition: background .3s ease, color .3s ease;
    
}
.parentButton:hover {
    background: #0a2a45;
    color: #fff;
}
.parentRight {
    width: calc(50% - 65px);
    background: #fff;
    position: absolute;
    right: 0px;
    height: 100%;
    background: url(../img/parent.webp) no-repeat 50% 50%;
    background-size: cover;
}
.parentLayer>.layer {
    position: relative;      
}
 
.blueHeight {
    /*background: #EBFCFF;*/
    background: #f2f0e4;
    min-height: calc(100% - 135px);     
}
.personLayer {
    /*background: #EBFCFF;*/
    background: #f2f0e4;
    padding: 50px 55px 50px;   
}
.personData {
    width: 320px;
}
.personPhoto {
    max-width: 100%;
    margin-bottom: 22px;
    
}
.personPhoto img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 12px;
}
.personLayer>.layer {
    max-width: 1400px;
    align-items: flex-start;
}

.personBrief {
    width: calc(100% - 440px);      
}
.personName {    
    font-size: 46pt;
    line-height: normal;   
    font-family: "Gotham Condensed", sans-serif;
    margin-bottom: 10px;
    font-weight: bold;
    color: #000;
    
    
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 800;
    line-height: normal;
    font-family: "Gotham Condensed", sans-serif; 
    color: #20485D;
}
.personPosition {
    font-size: 16pt;
    line-height: normal;   
    font-family: "helvetica-lt-pro", sans-serif;    
    
    
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    color: #20485D;
}
.personInfo {
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 14pt;
    line-height: 21pt;
    letter-spacing: 0.5px;   
    margin-top: 0px; 
    min-height: 350px;
    
    
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 120%;
    color: #20485D;
    
}
.personInfo p {
    padding: 0px 0px 20px;
}
.personContact {
    border-radius: 50px;
    background: #0A2A45;
    color: #fff;  
    text-align: center;
    line-height: 29px;
    display: inline-block;
    margin-left: 0px;
    display: inline-block;
    font-size: 21pt;
    font-family: "Gotham Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    padding: 7px 52px;
    letter-spacing: 1px;
    cursor: poGeorgia; 
}
.personSoc {
    float: right;
    width: 120px;
    margin-top: 0px;
}
.personSocIn {
    width: 28px;
    height: 28px;
    background: url("../img/in.svg") no-repeat 50% 50%;
    background-size: 40px;
    
}
.personSocFb {
    width: 28px;
    height: 28px;
    background: url("../img/fb.svg") no-repeat 50% 50%;
    background-size: 50px;      
}
.personSocInsta {
    width: 28px;
    height: 28px;
    background: url("../img/insta.svg") no-repeat 50% 50%;
    background-size: 50px;      
}





.pleasesLayer .layer {
    text-align: center;
    
}
.pleaseText {
    font-family: "Georgia", sans-serif;
    font-size: 35pt;
    line-height: 110%;
    font-weight: normal;
    color: #000000;
    max-width: 850px;
    margin: auto;
}

.pleaseContact {
    border-radius: 50px;
    background: #0A2A45;
    color: #fff;  
    text-align: center;
    line-height: 29px;
    display: inline-block;
    margin-left: 0px;
    display: inline-block;
    font-size: 16px;
    font-family: "Georgia", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    padding: 9px 45px;
    letter-spacing: 1px;
    cursor: poGeorgia;
    margin-top: 55px;
}
.parentBottomLayer {
    position: relative;
/*    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05); */
    background: #fff;
    min-height: 100%;
}
.parentBottom {
    min-height: calc(100%);
    padding-top: 120px;
    padding-bottom: 120px;
}
.parentBottomTitle {
    
    font-family: "Georgia", sans-serif;
    font-size: 29pt;
    line-height: 120%;
    font-weight: bold;
    margin-bottom: 80px;
}
.parentBottomItem {
    /*background: #EBFCFF;*/
    background: #f2f0e4;
    width: calc((100% - 54px) / 4);
    min-height: 340px;
    text-align: center;
    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;  
    padding: 32px 33px 41px;
    position: relative;
    transition: background .3s ease;
    color: #0A2A45;
}

.parentBottomItem:hover {
    background: #e5f8fb;
}


.parentBottomItem:hover:after {
    transform: rotate(180deg);    
}


.parentBottomItem>div {
    font-size: 17pt;
    line-height: 138%;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 80px;
    
}
.parentBottomItemText {
    font-size: 14.5pt;
    line-height: 120%;
    font-family: "Georgia Pro", sans-serif;
    font-weight: normal;
    max-width: 350px;
    opacity: 0;
    transform: translate(0px, -10px);
    transition: opacity .3s ease, transform .3s ease;
}
.parentBottomItem .parentBottomItemText {
    opacity: 1;
    transform: translate(0px, 0px);
}

.mainBottom {
    min-height: 100%;
    /*background: #EBFCFF;*/
    background: #f2f0e4;
/*    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);   */
    position: relative;
    z-index: 1;
}
.mainBottom .layer {
    min-height: 100%; 
    position: absolute;
    left: 0px;
    right: 0px;   
}

.mainBottom2 {
    min-height: 110%;
    /*background: #EBFCFF;*/
    background: #f2f0e4;
/*    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);   */
    position: relative;
    z-index: 1;
}

.mainBottom2 .layer2 {
    min-height: 100%; 
    position: absolute;
    left: 0px;
    right: 0px;
    display: flex; 
    align-items: center;
}

.mainBottomLeft {
    width: 60%;
    min-height: calc(100% - 73px);
    position: absolute;
    top: 73px;
    left: 0px;
    background: url(../img/mainBottom.webp) 70% 50% no-repeat;
    background-size: cover;
    
}

.mainBottomLeftW {
    width: 55%;
    height: calc(100%-30px);
    position: absolute;
    top: 30px;
    left: 0px;
    background-size: cover;
    
}

.mainBottomRightW2 {
    min-width: 60%;
    min-height: calc(100%-20px);
    position: absolute;
    top: 25px;
    left: 40%;
    background-size: cover;
    
}

.mainBottomRight {
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0px;  
    padding-top: 73px;
    padding: 73px 26px 30px 85px;
    
    
}
.mainBottomRightW {
    width: 47%;
    height: inherit;
    position: absolute;
    left: 50%;
    padding: 0px 26px 0px 85px;
    
}
.mainBottomLeftW2 {
    width: 40%;
    min-height: fit-content;
    position: absolute;
    left: 0px;
    padding: 0px 13px 18px 42px;
    display: inline-block;
}
.mainBottomRight p {
    font-size: 17pt;
    line-height: 140%;
    font-weight: normal;  
    margin-bottom: 40px; 
    font-family: "helvetica-lt-pro", sans-serif;
    text-align: left;
}
.mainBottomRightW p {
    font-size: 17pt;
    line-height: 140%;
    font-weight: normal;  
    margin-bottom: 40px; 
    font-family: "helvetica-lt-pro", sans-serif;
    text-align: left;
}
.mainBottomLeftW2 p {
    font-size: 19pt;
    line-height: 140%;
    font-weight: normal; 
    margin-bottom: 40px; 
    font-family: "helvetica-lt-pro", sans-serif;
    text-align: left;
}
.mainBottomButton {
    display: block;
    margin: auto;
}



.mainBottomButton {
    border-radius: 50px;
    background: #0A2A45;
    color: #fff;  
    text-align: center;
    line-height: 29px;
    display: inline-block;
    font-size: 12pt;
    font-family: "Georgia Pro", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    padding: 9px 45px;
    letter-spacing: 1px;
    cursor: poGeorgia;
}
.extraMain {
    background: #fff;
    padding-bottom: 30px;
}
.extraMain .flexBox {
    min-height: 100%;
    align-items: stretch;
}
.extraLeft {
    min-height: 100%;
    /*background: #EBFCFF;*/
    background: #f2f0e4;
    width: calc((100% - 68px) * 0.24);
    
    font-size: 26.1pt;
    font-weight: bold;
    font-family: "Georgia Pro", sans-serif;
    line-height: 120%;
    padding: 32px 30px;
    position: relative;
    min-height: 250px;
    border-radius: 16px;
    
    
}
.extraLeft:after {
    content: " ";
    position: absolute;
    bottom: 38px;
    left: 30px;
    margin: auto;
    background: url("../img/arr.svg") 50% 50% no-repeat;
    width: 45px;
    height: 45px;
    transform: rotate(270deg);
    display: none;
    
}
.extraItem {
    width: calc((100% - 68px) * 0.19);
    position: relative;
}
.extraItemTop {
    font-size: 13.1pt;
    font-weight: bold;
    font-family: "Georgia Pro", sans-serif;
    line-height: 140%;
    text-transform: uppercase;
    text-align: center;
    padding: 61px 10px 31px;
    /*background: #EBFCFF;*/
    background: #f2f0e4;
    border-radius: 16px;
    margin-top: 33px;
}
.extraItemBottom {
    font-size: 13.1pt;
    font-weight: normal;
    font-family: "Georgia Pro", sans-serif;
    line-height: 122%;
    border-radius: 16px;
    background: #0a2a45;
    color: #fff;
    padding: 39px 20px 20px;
    min-height: 160px;
    margin-top: 19px;
    
}
.extraItemPic {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 65px;
    height: 65px;
    border-radius: 160px;
    background: #0a2a45;
}
.extraItemPic div {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 65px;
    height: 65px;
    border-radius: 160px;
    background: #0a2a45;
    border: 4px solid #f7f7f7;
}
.extraItemPicSport div {
    background: url("../img/sport.svg") 50% 50% no-repeat;
    background-size: 65%;
}
.extraItemPicArt div {
    background: url("../img/art.svg") 50% 50% no-repeat;
    background-size: 65%;
}
.extraItemPicClub div {
    background: url("../img/club.png") 50% 50% no-repeat;
    background-size: 65%;
}
.extraItemPicVol div {
    background: url("../img/vol.png") 50% 50% no-repeat;
    background-size: 65%;
}
.extraLeft2 {
    font-size: 20pt;
}
.extraItem2 .extraItemTop {
    padding: 102px 20px 20px;
    text-align: left;
    font-size: 14pt;
    margin-top: 0px;
}
.extraItem2 .extraItemTop:after {
    content: " ";
    position: absolute;
    top: 28px;
    left: 23px;
    margin: auto;
    background: url(../img/arr.svg) 50% 50% no-repeat;
    width: 45px;
    height: 45px;
    transform: rotate(270deg);
}

.extraItem2 .extraItemBottom {
    padding-top: 20px;    
}
.extraItem3 .extraItemBottom {
    margin-top: 0px;
    font-size: 12pt;
    padding: 20px;
    min-height: auto !important;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap; 
}
.extraItem3Bottom {
    width: 100%;
    background: url(../img/extraItem3.webp) 70% 50% no-repeat;
    background-size: cover;
    border-radius: 16px;
    margin-top: 20px; 
    
}
.extraItem2 .extraItemBottom {
    font-size: 12pt;
}

.personBottom {   
    margin-top: 48px;
    width: 100%;
}
.schoolBack {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    min-height: 560px;
}
.schoolLayer {
    max-width: 1400px;
    align-items: stretch;
    margin-top: 132px;
    position: relative;
}

.schoolLeft {
    line-height: 120%;
    font-size: 16.1pt;
    font-weight: bold;
    font-family: "Georgia Pro", sans-serif;
    /*background: #EBFCFF;*/
    background: #f2f0e4;
    padding: 32px 30px;
    border-radius: 16px;
    width: 24%;
}
.schoolItem {
    width: calc((100% - 34px - 24%) / 2);
    position: relative;
}
.schoolTop {
    height: 138px;
    /*background: #EBFCFF;*/
    background: #f2f0e4;
    border-radius: 16px;
    
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap;  
    line-height: 120%;
    font-size: 18.1pt;
    font-weight: bold;
    font-family: "Georgia Pro", sans-serif;
    text-transform: uppercase;
    margin-top: 33px;
    text-align: center;
    padding: 0px 20px;
}


.schoolItemPic {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 65px;
    height: 65px;
    border-radius: 160px;
    background: #0a2a45;
}
.schoolItemPic div {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 65px;
    height: 65px;
    border-radius: 160px;
    background: #0a2a45;
    border: 4px solid #f7f7f7;
}
.schoolItemPic1 div {
    background: url("../img/school1.png") 50% 50% no-repeat;
    background-size: 65%;
}
.schoolItemPic2 div {
    background: url("../img/school2.svg") 50% 50% no-repeat;
    background-size: 65%;
}
.schoolBrief {
    margin-top: 19px;
    padding: 38px 22px;
    
    line-height: 120%;
    font-size: 13pt;
    font-weight: normal;
    font-family: "Georgia Pro", sans-serif;
    color: #fff;
    background: #0a2a45;
    border-radius: 16px;
    min-height: 200px;
}
.schoolHeight {
    height: 100%;
}

.uaLayer {
    position: relative;
    min-height: 100%;
/*    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);   */
    padding: 80px 0px;
    
}
.uaLayerBack {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
}
.uaLayerBack:after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    /*background: #EBFCFF;*/
    background: #f2f0e4;
}
.uaLayerContent {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    align-items: flex-start;
}
.uaLeft {
    width: calc(50% - 80px);
}
.uaTitle {
    line-height: 120%;
    font-size: 34pt;
    font-weight: bold;
    font-family: "Georgia Pro", sans-serif;
    color: #0a2a45;
    margin-bottom: 16px;
}
.uaImg {
    position: relative;
    width: 100%;
    padding-bottom: 67%;
    height: 0;
    background: black;
    background: url(../img/uaImg.webp) 0 0 no-repeat;
    background-size: cover;
}
.uaRight {
    width: calc(50% - 80px);
}
.uaRightContent {
    max-width: 700px;    
}
.uaRightContent p {
    line-height: 120%;
    font-size: 17pt;
    font-weight: normal;
    font-family: "Georgia Pro", sans-serif;
    margin-bottom: 20px;
    
}
.uaButtonLayer {
    margin-top: 110px;
    max-width: 700px;
}
.uaButtonLayer a {
    line-height: 100%;
    font-size: 12pt;
    font-weight: bold;
    font-family: "Georgia Pro", sans-serif;
    text-transform: uppercase;
    padding: 16px 29px;
    border-radius: 100px;
    background: #0a2a45;
    color: #fff;
}

.contactLayer {
    max-width: 1450px;
    padding: 100px 0px 100px;
    align-items: flex-start;
}
.contactBack {     
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap;   
}
.contactLeft {
    width: calc((100% - 300px) / 2);   
    padding-top: 30px;
}
.contactTitle {
    
    line-height: 100%;
    font-size: 50pt;
    font-weight: bold;
    font-family: "Gotham Condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px;
    max-width: 380px;
    letter-spacing: 1px;
}
.contactBrief {
    
    line-height: 140%;
    font-size: 16pt;
    font-weight: normal;
    font-family: "helvetica-lt-pro", sans-serif;   
    text-align: justify;
    max-width: 380px;
}
.contactBrief a {
    text-decoration: underline;
}
.contactRight {
    width: calc((100% - 300px) / 2);  
    width: calc((100% - 575px));  
    
}
.contactInfo {
    
    line-height: 100%;
    font-size: 24pt;
    font-weight: bold;
    font-family: "Gotham Condensed", sans-serif;
    margin-bottom: 16px;
}
.contactField {
    width: 100%;  
    margin-bottom: 20px;     
}
.contactField input {      
    line-height: 100%;
    font-size: 17pt;
    font-weight: normal;
    font-family: "helvetica-lt-pro", sans-serif;
    color: #0a2a45;
    border: none;
    border: 2px solid #0a2a45;
    border-radius: 100px;
    width: 100%;
    padding: 18px 28px;
    /*background: #EBFCFF;*/
    background: #f2f0e4;
    
    
} 
#newPhone {
    padding-left: 65px;    
}
.contactButton {      
    line-height: 100%;
    font-size: 26pt;
    font-weight: bold;
    font-family: "Gotham Condensed", sans-serif;
    color: #fff;               
    border-radius: 100px;
    width: 100%;
    padding: 18px 28px;
    background: #0a2a45;
    text-align: center;
    text-transform: uppercase;   
    cursor: pointer; 
    position: relative;  
    
}
.contactField input::placeholder {     
    color: #0A2A45;
}

.parentBottomList {
    align-items: stretch;
}
.country-name {
    font-size: 10pt;
}
.dial-code {
    font-size: 10pt;
}

.mainSchool {
    background: #fff;
    padding: 99px 0px 43px;
}  
.mainSchoolTitle {   
    line-height: 120%;
    font-size: 42pt;
    font-weight: bold;
    font-family: "Georgia Pro", sans-serif;
    text-align: center;
    max-width: 1130px;
    margin: auto;
    color: #0a2a45;  
    
    
    
    font-family: "Gotham Condensed", sans-serif;
    
}
.mainSchoolList {
    align-items: flex-start;
}
.mainSchoolItem {
    width: 50%;
    margin-top: 44px;
}
.mainSchoolItemTitle {
    line-height: 120%;
    font-size: 28pt;
    font-weight: bold;
    font-family: "Gotham Condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.mainSchoolItemBrief {
    line-height: 140%;
    font-size: 14pt;
    font-weight: normal;
    font-family: "helvetica-lt-pro", sans-serif;
    
}
.mainSchoolItemBrief>div {
    margin-bottom: 10px;
}
.mainSchoolItemLeft .mainSchoolItemImg {
    position: relative;
    width: calc(100% + 77px);
    height: 0;
    padding-bottom: 51%;  
    margin-left: -77px;
    margin-bottom: 32px;        
    background: url(../img/mainSchoolItemImg1.webp) 0 0 no-repeat;         
    background-size: cover;
    background-position: 50% 50%;
}
.mainSchoolItemRight .mainSchoolItemImg {
    position: relative;
    width: calc(100% + 77px);
    height: 0;
    padding-bottom: 51%;
    background: aqua;  
    margin-bottom: 32px;        
    background: url(../img/mainSchoolItemImg2.webp) 0 0 no-repeat;         
    background-size: cover;
    background-position: 50% 50%;
}
.mainSchoolItemLeft .mainSchoolItemBrief {
    padding-right: 38px;
}
.mainSchoolItemRight .mainSchoolItemBrief {
    padding-left: 38px;
}
.mainSchoolItemRight .mainSchoolItemTitle {
    padding-left: 38px;
}

.mainExtra {
    padding: 0px 0px 80px;
}
.mainExtraTitle {
    text-align: center;
    line-height: 120%;
    font-size: 42pt;
    font-weight: bold;
    font-family: "Gotham Condensed", sans-serif;
    color: #0a2a45;
    width: 1130px;
    max-width: calc(100% - 80px);
    margin: auto;
}
.mainExtraList {
    align-items: flex-start;
    margin-top: 0px;
}
.mainExtraItem {
    width: 25%;
}
.mainExtraItemImg {
    width: 100%;     
    position: relative;    
    height: 0;
    padding-bottom: 69%;
                                                               
    background-size: cover;
    background-position: 50% 50%; 
}
.mainExtraItemTitle {
    
    line-height: 120%;
    font-size: 28px;
    font-weight: 800;
    font-family: "Gotham Condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 32px;
    margin-top: 32px;
    padding: 0px 37px;
    color: #20485D;
}
.mainExtraItemBrief {    
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 120%;
    color: #20485D;
    padding: 0px 37px;
}
.mainParents {
    /*background: #EBFCFF;*/
    background: #f2f0e4;
    padding-top: 64px;
}
.mainParentsList {
    align-items: center;
}
.mainParentsItem {
    width: 50%;
}     
.mainParentsTop {
    line-height: 140%;
    font-size: 17pt;
    font-weight: normal;
    font-family: "helvetica-lt-pro", sans-serif;
    margin-bottom: 135px;
    padding-right: 70px;
}           
.mainParentsTitle {
    line-height: 100%;
    font-size: 29pt;
    font-weight: bold;
    font-family: "helvetica-lt-pro", sans-serif;
    margin-bottom: 34px;   
    padding-right: 50px;
    
}
.mainParentsBrief {
    line-height: 140%;
    font-size: 17pt;
    font-weight: normal;
    font-family: "helvetica-lt-pro", sans-serif;
    padding-right: 50px;
}
.mainParentsItemRight { 
    padding-left: 65px;  
}
.mainParentsImg {
    width: 100%;     
    position: relative;    
    height: 0;
    padding-bottom: 94%;  
    
    background: url(../img/parent.webp) no-repeat 50% 50%;
    background-size: cover;   
}
.mainUa {
    /*background: #EBFCFF;*/
    background: #f2f0e4;
    padding-top: 103px;
    padding-bottom: 88px;
    
}
.mainUaItem {
    width: 50%;
    
}
.mainUaItemLeft {
    padding-left: 60px;
}
.mainUaImg {
    width: 95%;     
    position: relative;    
    height: 0;
    padding-bottom: 105%;  
    
    background: url(../img/mainUa.webp) no-repeat 50% 50%;
    background-size: cover; 
    
}
.mainUaItemRight {
    padding-left: 124px;
}
.mainUaTitle {
    
    line-height: 120%;
    font-size: 28pt;
    font-weight: bold;
    font-family: "Gotham Condensed", sans-serif;
    margin-bottom: 34px;   
}
.mainUaBrief div {
    
    line-height: 140%;
    font-size: 17pt;
    font-weight: normal;
    font-family: "helvetica-lt-pro", sans-serif;
    margin-bottom: 24px;
}

.joinTitle {
    text-align: center;
    line-height: 120%;
    font-size: 29pt;
    font-weight: bold;
    font-family: "Georgia Pro", sans-serif;
    color: #0a2a45;
    width: 1130px;
    max-width: calc(100% - 80px);
    margin: auto;
}
.joinName {
    text-align: center;
    line-height: 120%;
    font-size: 17pt;
    font-weight: bold;
    font-family: "Georgia Pro", sans-serif;
    text-transform: uppercase;
    margin-bottom: 32px;
    margin-top: 32px;
    padding: 0px 37px;
    
}
.joinBrief {
    line-height: 160%;
    font-size: 14pt;
    font-weight: normal;
    font-family: "Georgia Pro", sans-serif;
    padding: 0px 37px;
}
.joinBrief p {
    margin-top: 10px;
}
.joinBrief li {
    margin-left: 30px;
}
.arrUp {
    width: 76px;
    height: 76px;         
    position: fixed;
    bottom: 48px;
    right: 38px;
    background: #fff;
    z-index: 99;
    cursor: pointer;
}
.arrUp div {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background: url("../img/arrUp.svg") 50% 0px no-repeat;   
    background-size: 95%;
    
}

.mainVacBg {
    width: 100%;
    
    background: url("../img/mainVac.webp") 50% 50% no-repeat; 
    
    background-size: cover;
    background-position: 50% 50%;
}
.mainVacLayer {
    width: calc(100% - 88px);
    max-width: 1300px;
    margin: 0px auto;
    position: relative;
    min-height: 700px;
}
.mainVacContent {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    background: #fff;
    padding: 60px 66px 79px;
}
.mainVacContentLeft {
    width: 63%;
    padding-right: 194px;
}
.mainVacTitle {
    font-weight: bold;
    font-family: "Gotham Condensed", sans-serif;
    font-size: 45pt;
    color: #0a2a45;  
    margin-bottom: 23px;
    text-transform: uppercase;
}
.mainVacBrief {
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 12pt;
    line-height: 150%;
    text-align: justify;
    
    
}
.mainVacContentRight {
    width: 37%;
}
.mainVacSendCv {
    display: block;
    font-family: "Gotham Condensed", sans-serif;
    font-size: 26pt;
    line-height: 100%;
    font-weight: bold;
    text-transform: uppercase;
    background: #0a2a45;
    width: 350px;
    border-radius: 500px;
    padding: 17px 23px;
    color: #fff;
    /*margin-bottom: 38px;*/
    text-align: center;
    position: relative;
}

#sendCV {
    position: absolute;
    top: 0px;     
    left: 0px; 
    margin: auto;
    width: 100%;
    height: 100%;    
    border-radius: 50px;
    opacity: 0;
    cursor: pointer;
}


.addPageLoad {
    color: #93111100;
    
}

.addPageLoad:after {      
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    opacity: 1;
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .1s ease;
    width: 24px;
    height: 24px;
    border-top: 2px solid #ffffff00;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #ffffff00;
    border-left: 2px solid #fff;
    border-width: 2px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    opacity: 1 !important;
    transform: rotateZ(0);
    -webkit-animation: spin .8s linear infinite;
    -moz-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


.addPageLoad:after {
    width: 24px;
    height: 24px;
    border-width: 2px;
    
    border-top: 4px solid #ffffff00;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #ffffff00;
    border-left: 4px solid #fff;    
}


.mainVacLink {
    display: block;
    font-family: "Gotham Condensed", sans-serif;
    font-size: 26pt;
    line-height: 100%;
    font-weight: bold;
    text-transform: uppercase;
    /*background: #EBFCFF;*/
    background: #f2f0e4;
    width: 350px;
    border-radius: 500px;
    padding: 17px 23px;
    border: 1px solid #0a2a45;
    color: #0a2a45;
    text-align: center;
    margin-bottom: 38px;
    cursor: pointer;
}

.contactRightMenu {
    width: 170px;
    margin-top: 47px;
    margin-bottom: 40px;
}
.contactRightMenu a {
    display: block;
    line-height: 125%;
    font-size: 20pt;
    font-weight: normal;
    font-family: "Gotham Condensed", sans-serif;
    margin-bottom: 16pt;
    text-align: right;
    text-transform: uppercase;
}
.contactRightMenu .flexBox {
    justify-content: flex-end;
}

.picList {
    justify-content: space-between !important;
    max-width: 220px;
    margin-top: 40px;
}

.contactRightMenu .personSocIn {
    width: 42px;
    height: 42px;          
    background-size: 42px;
    margin-top: 0px;    
}
.contactRightMenu .personSocFb {
    width: 42px;
    height: 42px;         
    background-size: 42px;
    margin-top: 0px;    
}
.contactRightMenu .personSocInsta {
    width: 42px;
    height: 42px;         
    background-size: 42px;
    margin-top: 0px;    
}


.vacantionPopup {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
    z-index: 9999;
}
.vacantionPopupActive {
    
    opacity: 1;
    visibility: visible;
}
.vacantionBg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #000000c4;
    
}
.vacantionLayer {
    z-index: 11; 
    position: relative;
    width: 1000px;
    max-width: 80%;
    
    max-height: 90%;
    background: #fff;
    padding: 40px;
    overflow: auto;
    
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 12pt;
    line-height: 150%;
    text-align: left;
    
    transform: translate3d(0px, -40px, 0px);
    transition: opacity .3s ease, transform .5s ease;

}

.vacantionPopupActive .vacantionLayer {
    transform: translate3d(0px, 0px, 0px);
}
.vacantionLayer li {
    margin-left: 30px;
}
.vacantionLayer p {
    margin: 10px 0px;
}

.vacantionClose {
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;     
    position: fixed;
    top: 10px;
    right: 10px;
    width: 27px;
    height: 27px;
    cursor: pointer; 
    z-index: 11;
}
.vacantionClose:after {
    content: " ";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    transform: rotate(45deg);
}
.vacantionClose:before {
    content: " ";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    transform: rotate(-45deg);
}
.vacantionTextButton {
    display: inline;
    font-weight: 600;
    text-transform: uppercase;
    background: #0a2a45;
    border-radius: 500px;
    padding: 4px 15px;
    color: #fff;
    /* margin-bottom: 38px; */
    position: relative;
    font-size: 10pt;
    cursor: pointer;
    font-family: "Gotham Condensed", sans-serif;
    font-size: 16pt;
}

.pageSocIn {
    width: 28px;
    height: 28px;
    background: url(../img/in.svg) no-repeat 50% 50%;
    background-size: 28px;
}
.pageSocFb {
    width: 28px;
    height: 28px;
    background: url(../img/fb.svg) no-repeat 50% 50%;
    background-size: 28px;
}
.pageSocInsta {
    width: 28px;
    height: 28px;
    background: url(../img/insta.svg) no-repeat 50% 50%;
    background-size: 28px;
}

.footerAddress {
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 12pt;
    line-height: 150%;
    margin-top: 70px;
}
.footerAddress p {
    padding: 10px 0px;
}

.contactForm {
    width: calc(100% - 290px); 
}

.policeMenu {
    margin-top: 30px;
}
.policeMenu a {
    padding-right: 40px;
    font-weight: bold;
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 13pt;
    line-height: 150%;
    margin-top: 20px;
    color: rgb(10, 42, 69);
}

.policyBack {
    padding-top: 80px;
}
.policyBrief {
    max-width: 1450px;
    background: #fff;
    padding: 80px;
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 12pt;
    line-height: 150%;
}
.policyBrief h1 {
    font-family: "Gotham Condensed", sans-serif;
    font-size: 22pt;
    text-transform: uppercase;
}
.policyBrief ol li {
    padding: 15px 0px;
    margin-left: 25px;
}
.policyBrief ol li::marker {
    font-weight: bold;
}
.policyBrief ul {
    margin: 10px 0px 10px 40px;
}
.policyBrief p {
    padding: 2px 0px;
}






  .checkbox-wrapper-3 input[type="checkbox"] {
    visibility: hidden;
    display: none;
  }

  .checkbox-wrapper-3 .toggle {
    position: relative;
    display: block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-3 .toggle:before {
    content: "";
    position: relative;
    top: 3px;
    left: 3px;
    width: 34px;
    height: 14px;
    display: block;
    background: #9A9999;
    border-radius: 8px;
    transition: background 0.2s ease;
  }
  .checkbox-wrapper-3 .toggle span {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: block;
    background: white;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
    transition: all 0.2s ease;
  }
  .checkbox-wrapper-3 .toggle span:before {
    content: "";
    position: absolute;
    display: block;
    margin: -18px;
    width: 56px;
    height: 56px;
    background: rgba(32, 72, 93, 0.5);
    border-radius: 50%;
    transform: scale(0);
    opacity: 1;
    pointer-events: none;
  }

  .checkbox-wrapper-3 #cookieCheckbox1:checked + .toggle:before {
    background: #6b808b;
  }
  .checkbox-wrapper-3 #cookieCheckbox1:checked + .toggle span {
    background: #20485D;
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
  }
  .checkbox-wrapper-3 #cookieCheckbox1:checked + .toggle span:before {
    transform: scale(1);
    opacity: 0;
    transition: all 0.4s ease;
  }
  .checkbox-wrapper-3 #cookieCheckbox2:checked + .toggle:before {
    background: #6b808b;
  }
  .checkbox-wrapper-3 #cookieCheckbox2:checked + .toggle span {
    background: #20485D;
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
  }
  .checkbox-wrapper-3 #cookieCheckbox2:checked + .toggle span:before {
    transform: scale(1);
    opacity: 0;
    transition: all 0.4s ease;
  }
  .checkbox-wrapper-3 #cookieCheckbox3:checked + .toggle:before {
    background: #6b808b;
  }
  .checkbox-wrapper-3 #cookieCheckbox3:checked + .toggle span {
    background: #20485D;
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
  }
  .checkbox-wrapper-3 #cookieCheckbox3:checked + .toggle span:before {
    transform: scale(1);
    opacity: 0;
    transition: all 0.4s ease;
  }

  
.cookieLayer {
    position: fixed;
    width: 350px;
    left: 20px;
    bottom: 20px;
    background: #fff;
    z-index: 99;
    padding: 20px 20px 60px 20px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25), 0 2px 6px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    
    
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    z-index: 100;
}
.cookieTitle {
    line-height: 100%;
    font-size: 12pt;
    font-weight: bold;
    font-family: "Georgia Pro", sans-serif;
    margin-bottom: 16px;
    
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
    display: block;
    font-family: "Gotham Condensed", sans-serif;  
      
    
}
.cookieBriefStart {
    line-height: 140%;
    font-size: 8pt;
    font-weight: normal;
    font-family: "Georgia Pro", sans-serif;
    margin-bottom: 16px;
    
    transition: opacity .3s ease;
    
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 120%;
    color: #20485D; 
    
}
.cookieBriefStart li {
    margin-left: 30px;
}
.cookieBrief {
    margin-bottom: 16px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 100%;
    padding: 20px 20px 60px 20px;
    background: #fff;
    transition: left .3s ease;
}
.cookieBriefText {
    font-size: 10pt;
    margin-bottom: 10px;
    
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 120%;
    color: #20485D; 
    

}
.cookieBriefStart b, .cookieBriefText b {
    font-weight: 300 !important;
}
.cookieBriefStart a {
    text-decoration: underline;
}
.cookieItem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; 
    flex-wrap: wrap;
    margin-bottom: 10px;
    
    
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 120%;
    color: #20485D; 
}
.cookieItem p {
    width: calc(100% - 60px);
}
.cookieButton {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: auto; 
    width: calc(100% + 0px); 
    
    
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch; 
    flex-wrap: wrap;  
}
.cookieButton>div {
    cursor: pointer;
    color: #fff; 
    text-align: center;
    width: calc(33% - 0px);
    padding: 10px 0px;
    font-size: 10px;
    background: #20485D;
    text-transform: uppercase;
    font-weight: bold;
    
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: wrap;  
    
    
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    line-height: normal !important;
    font-family: "Gotham Condensed", sans-serif;  
}

.contactField label {
    font-size: 14px;
    padding-left: 0px;
    font-family: "helvetica-lt-pro", sans-serif;
}

.cookieButton2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: auto; 
    width: calc(100% + 0px); 
    
    
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch; 
    flex-wrap: wrap;  

}
.cookieButton2>div {
    cursor: pointer;
    color: #fff; 
    text-align: center;
    width: calc(50% - 1px);
    height: 50px;
    padding: 10px 0px;
    font-size: 10px;
    background: #20485D;
    text-transform: uppercase;
    font-weight: bold;
    
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: wrap; 
    
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    line-height: normal;
    font-family: "Gotham Condensed", sans-serif;   
}
.relative {
    position: relative;
}
.cookieFinish {
    transition: top .3s ease;
    position: absolute;
    top: 110%;
    left: 0px;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: wrap; 
    background: #fff;
    height: 100%;
    width: 100%;
    font-size: 16px;
    
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
    font-family: "Gotham Condensed", sans-serif;  
    color: #20485D;
}
.cookieFinish:after {
    content: " ";
    background: url("../img/103286_accept_icon.svg") 50% 50% no-repeat;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    transform: translate(0px, -30px);
}
.cookieLayerHide {
    transform: translate(0px, 50px);  
    opacity: 0;
    visibility: hidden;  
}

.spinner {
   width: 24px;
   height: 24px;
   border-radius: 50%;
   border: 3.8px solid;
   border-color: #20485D;
   border-right-color: #ffffff;
   animation: spinner-d3wgkg 0.8s infinite linear;
   position: absolute;
   top: 0px;
   bottom: 0px;
   left: 0px;
   right: 0px;
   margin: auto;
   opacity: 0;
   visibility: hidden;
}

@keyframes spinner-d3wgkg {
   to {
      transform: rotate(1turn);
   }
}

.footerAddressMobile {
    display: none;
}
.footerAddressDesktop {
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 12pt;
    line-height: 150%;
    margin-top: 30px;
}

.formSubmitAttention {
    position: fixed;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 90%;
    width: 600px;
    height: 220px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25), 0 2px 6px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 20px;
    font-size: 12pt;
    line-height: 140%;
    font-family: "Georgia Pro", sans-serif;
    z-index: 9999;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease, transform .2s cubic-bezier(.24,.88,.71,1.39);
    transition-delay: 200ms;
    transform: translate(0px, 30px);
}
.formSubmitAttentionShow {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, -20px);    
}
.formSubmitAttention p {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    font-family: "Gotham Condensed", sans-serif;  
    
    
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.formSubmitAttention label {
    display: inline-block;
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 12pt;
    
    
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    color: #20485D;
}

.formSubmitButton {
    display: block;
    font-family: "Gotham Condensed", sans-serif;
    font-size: 25pt;
    line-height: 100%;
    font-weight: bold;
    text-transform: uppercase;
    background: #cbcbcb;
    width: 250px;
    border-radius: 500px;
    padding: 13px;
    color: #fff;
    /* margin-bottom: 38px; */
    text-align: center;
    position: relative;
    margin: auto;
    margin-top: 20px;
    transition: background .5s ease, visibility .5s ease;
}
.formSubmitButtonActive {
    background: #20485D;
    cursor: pointer;
}


.formSubmitAttentionClose {
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;     
    position: fixed;
    top: 5px;
    right: 5px;
    width: 27px;
    height: 27px;
    cursor: pointer; 
    z-index: 11;
}
.formSubmitAttentionClose:after {
    content: " ";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #0a2a45;
    transform: rotate(45deg);
}
.formSubmitAttentionClose:before {
    content: " ";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #0a2a45;
    transform: rotate(-45deg);
}
.logoMain {
    width: 125px;
    position: absolute;
    top: 17px;
    left: 0px;
    margin: auto;
    margin-top: -11px;
}
.logoMain img {
    max-width: 100%;
    max-height: 100%;
}
body {
    padding-top: 139px;
}
.headerBg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    height: 139px;
    z-index: 999;
    transition: box-shadow .3s ease;
    border-bottom: 1px solid #F2F0E4; 
}
.googleForm {
    height: 100% !important;
}
.headerBgShadow {
    box-shadow: rgba(0, 0, 0, 0.56) 0px 2px 16.8px 0px;
}
.bottomContactLink {
    color: #0a2a45;
    text-decoration: underline;
    position: relative;
    padding-left: 15px;
    background: url("../img/headAddress.svg") 0% 50% no-repeat;
    background-size: 12px;

}
.popupBannerBg {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    
    

    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity .5s ease, visibility .5s ease;
}
.popupBannerBg a {


}
.popupBannerBg img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 75%;
    max-height: 75%;
    cursor: pointer;
}


.pupopBannerClose {
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;     
    position: fixed;
    top: 10px;
    right: 10px;
    width: 27px;
    height: 27px;
    cursor: pointer; 
    z-index: 11;
}
.pupopBannerClose:after {
    content: " ";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    transform: rotate(45deg);
}
.pupopBannerClose:before {
    content: " ";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    transform: rotate(-45deg);
}
.pupopBannerLayer {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.popupBannerBgHide {
    opacity: 0;
    visibility: hidden;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  /*max-width: 100%;
  max-height: 100%;*/
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: gray;
  font-weight: bold;
  font-size: 40px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0,0,0,0.2);
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

divmobile {
    display: none;
    visibility:collapse;
  }
divonsite {
    display: block;
  }

@keyframes fade {
  from {opacity: .8}
  to {opacity: 1}
}

.registrationBack {
    background: #f2f0e4;
}
.registrationLayer {
    
}
.registrationTitle {
    text-align: center;
    line-height: 140%;
    font-size: 48pt;
    font-weight: bold;
    font-family: "Gotham Condensed", sans-serif;
    color: #20485d;
    text-transform: uppercase;
    padding: 23px 0px 42px;
}
.registrationList {
    max-width: 1528px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start; 
    flex-wrap: wrap;  
    gap: 89px;  
    padding-top: 0px;
    
}
.registrationItem {
    flex: 1;
    margin-bottom: 37px;
}
.registrationItemPhoto {
    display: block;
    margin-bottom: 26px;
    width: 100%;
    aspect-ratio: 1;
}
.registrationItemPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.registrationItemText {
    display: block;
    text-align: center;
    
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 120%;
    color: #20485D;
    text-transform: uppercase;
}
.registrationItemText div {
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 120%;
    color: #20485D;
    text-transform: uppercase;
    
}


.registrationButtonList {
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 32px;
    gap: 8px;
    
    
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 120%;
    color: #20485D;
    text-transform: uppercase;
}
.registrationButtonList a {
    color: #20485D;
    min-width: 176px;
    height: 51px;
    border: 4px solid #EABC92;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: wrap;
    border-radius: 500px;  
    padding: 0px 10px;
}

.menuRightPanel {
    width: 370px;
}
.langButtonLayer {
    border-radius: 50px;
    background: #f2f0e4 url(../img/abilg4.svg) 23px 50% no-repeat;
    background-size: 37px;
    height: 80px;
    line-height: 39px;
    width: 191px;
    padding: 0px 42px 0px 79px;
    
    text-transform: uppercase;
    
    font-family: 'Gotham Condensed';
    font-size: 16pt;
    
}

.langButtonLayer a {
    color: #20485D;
    font-size: 32px;
    line-height: 39px;
    font-weight: 800;
}
.langButtonLayer .langButtonActive {
    color: #77958B;
}
.nDesBack {
    background: #fff;
}
.nDesLayer {
    width: calc(100% - 110px);
    max-width: 1815px;
    margin: 0px auto;    
}
.nDesH1 {
    padding-top: 76px;
    font-family: "Gotham Condensed", sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: normal;
    text-align: center;
    color: #20485D;
    text-transform: uppercase;
    margin-bottom: 17px;
}
.nDesH1Brief {
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    margin-bottom: 22px;
}

.nDesH2 {
    padding-top: 52px;
    font-family: "Gotham Condensed", sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: normal;
    text-align: center;
    color: #20485D;
    text-transform: uppercase;
    margin-bottom: 17px;
}
.nDesH2Brief {
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    margin-bottom: 46px;
}

.nDesAfterBack {
    justify-content: space-between;
    align-items: stretch;
    gap: 0px;
}
.nDesAfterText {
    width: 942px;
    padding: 62px 0px 60px 55px;
    
    
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 120%;
    position: relative;
}
.nDesAfterTextBack {
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100% + 335px);
    height: 100%;
    z-index: 0;
    overflow: hidden;
}
.nDesAfterTextBack:after {
    content: " ";
    position: absolute;
    top: -2500px;
    left: -352px;
    background: #F2F0E4;
    width: 100%;
    height: 5000px;
    transform: rotate(-15.5deg);
}
.nDesAfterText p {
    padding: 21px 0px;
    position: relative;
    z-index: 1;
}
.nDesAfterText a {
    font-family: "Gotham Condensed", sans-serif;
    font-size: 64px;
    font-weight: 800;
    line-height: normal;
    color: #20485D;
    text-transform: uppercase;
    padding: 17px 88px;
    background: #EABC92;
    display: inline-block;
    border-radius: 40px;
    margin-top: 47px;
    position: relative;
    z-index: 1;
}


.nDesAfterImg {
    width: calc(100% - 942px);
}
.nDesAfterImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left 50%;
}
.nDesAfter2Back {
    background: #F2F0E4;
    padding: 55px 0px;
}
.nDesAfter2Img {
    cursor: pointer;
}
.nDesAfter2Img img {
    max-width: 100%;
}
.nDesH1One {
    padding: 77px 0px 77px;
    font-family: "Gotham Condensed", sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: normal;
    text-align: center;
    color: #20485D;
    text-transform: uppercase;
}
.nDesAfterTwoBack {
    
    justify-content: space-between;
    align-items: stretch;
    gap: 0px;
    
}

.nDesAfterTwoText {
    width: 990px;
    padding-left: 50px;
    background: #F2F0E4;
    padding-top: 79px;
    padding-bottom: 90px;
    
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 120%;
    position: relative;
}
.nDesAfterTwoText p {
    padding: 20px 0px;
    position: relative;
    z-index: 3;
    display: block;
    width: calc(100% + 50px);
}

.nDesAfterTwoTextBack {
    overflow: hidden;
    position: absolute;
    width: 270px;
    height: 100%;
    top: 0px;
    right: -269px;
    z-index: 2;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    background: #F2F0E4;
    
}


.nDesAfterTwoImg {
    width: calc(100% - 990px);
    
    position: relative;
    z-index: 1;
}
.nDesAfterTwoImg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: -30px 50%;
}

.nDesAfterTwoText a {
    font-family: "Gotham Condensed", sans-serif;
    font-size: 64px;
    font-weight: 800;
    line-height: normal;
    color: #20485D;
    text-transform: uppercase;
    padding: 17px 88px;
    background: #EABC92;
    display: inline-block;
    border-radius: 40px;
    margin-top: 47px;
    position: relative;
    z-index: 1;
}
.nFooterTop {
    background: #fff;
    padding-bottom: 33px;
}
.nFooterTitle {
    padding: 62px 0px 30px;
    font-family: "Gotham Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-size: 48px;
    line-height: normal;
    text-transform: uppercase;
    color: #20485D;
}
.nFooterCont {
    width: 660px;
    flex-direction: column;
    row-gap: 16px;
    justify-content: center;
    align-items: flex-start;
    
}
.nFooterList {
    align-items: flex-start; 
    gap: 20px;
    justify-content: flex-start;
}
.nFooterContTitle {
    width: 220px;
    font-family: "Gotham Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-size: 32px;
    line-height: 44px;
    line-height: 120%;
    text-transform: uppercase;
    color: #20485D;
    padding-left: 71px;
}
.nFooterCont > div {
    display: flex;
    flex-direction: row;
    gap: 39px;
    align-items: center; 
    flex-wrap: wrap;  
    min-height: 44px;
}

.nFooterMail {
    background: url("../img/nFooterMail.svg") 0px 50% no-repeat;
}
.nFooterAddress {
    background: url("../img/nFooterAddress.svg") 11px 50% no-repeat;
}
.nFooterPhone {
    background: url("../img/nFooterPhone.svg") 11px 50% no-repeat;
}
.nFooterContText {
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 120%;
    text-decoration: underline;
    color: #20485D;
    width: calc(100% - 220px - 39px);
}
.nFooterFollow {
    max-width: calc(100% - 1280px);
    width: 32%;
}
.nFooterFollowText {
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 44px;
    text-transform: uppercase;
    color: #20485D;
    text-align: center;
    max-width: 310px;
    margin-bottom: 36px;
}
.nFooterFollowList {
    max-width: 310px;
}
.nFooterFollowList a {
    display: block;
    width: 89px;
    height: 89px;
}
.nFooterFollowList a:nth-child(1) {
    background: url(../img/in.svg) no-repeat 50% 50%;
    background-size: 100%;
}
.nFooterFollowList a:nth-child(2) {
    background: url(../img/fb.svg) no-repeat 50% 50%;
    background-size: 100%;
}
.nFooterFollowList a:nth-child(3) {
    background: url(../img/insta.svg) no-repeat 50% 50%;
    background-size: 100%;
}
.nFooterMenu {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    gap: 10px;
    width: 33%;
    max-width: 580px;
}
.nFooterMenuA {
    display: block;
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 44px;
    text-transform: uppercase;
    color: #20485D;
    cursor: pointer;
    transition: color .2s ease;
    -webkit-tap-highlight-color: transparent;
}
.nFooterMenuA:hover {
    color: #77958B;
}
.nFooterMenuSub {
    position: relative;
    height: auto;
    transition: height .5s ease;
    overflow: hidden;
    width: 100%;
}
.nFooterMenuList {
    position: absolute;
    top: 43px;
    left: 0px;
    margin: auto;
    transition: opacity .6s ease .2s, visibility .6s ease .2s, transform .4s ease;
    transform: translateY(10px);
    
    opacity: 0;
    visibility: hidden;
    width: 150px;
    min-width: max-content;
}

.nFooterMenuSubActive .nFooterMenuList {
    transform: translateX(0px);
    
    opacity: 1;
    visibility: visible;
}
.nFooterMenuSub a {
    display: block;
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #20485D;
    padding: 6px 0px;
    min-width: max-content;

    transition: color .2s ease;
}
.nFooterMenuSub a:last-child {
    padding-bottom: 0px;
}
.nFooterMenuSub a:hover {
    color: #77958B;
}

.nFooterBottomBg {
    background: #F2F0E4;
    padding: 37px 0px 25px;
}
.nFooterBottomLayer {
    max-width: 1230px;
}
.nFooterText {
    width: 364px;
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    color: #20485D;
}
.nFooterPolicy {
    display: flex;
    gap: 49px;
}
.nFooterPolicy a {
    display: block;
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 120%;
    color: #20485D;
    padding: 18px 34px;
    border: 4px solid #EABC92;
    border-radius: 80px;
    text-transform: uppercase;
    text-align: center;
}
.nFooterCopy {
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    color: #20485D;
    margin-top: 38px;
    text-align: center;
}
.nMainTopLayer {
    width: 100%;
    align-items: stretch;
    height: stretch;
    min-height: fit-content;
    max-height: 746px;
    
}
.nMainTopLeft {
    width: 705px;
    padding-left: 95px;
    background: #F2F0E4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 3;
}
.nMainTopH1 {
    display: block;
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 76px;
    line-height: 135%;
    color: #20485D;
    text-transform: uppercase;
    width: 390px;   
    margin-top: 32px;
}
.nMainTopBrief {
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 120%;
    color: #20485D;
    margin-top: 15px;
}
.nMainTopBlock {
    background: #fff;
    width: calc(100% - 30px);
    padding: 0px 15px 0px 30px;
    border-radius: 100px;
    height: 76px;
    margin-top: 40px;
    margin-bottom: 52px;
}
.nMainTopBlockCalendar {
    background: url(../img/calendar.webp) no-repeat 50% 50%;
    width: 56px;
    height: 56px;
    background-size: 100%;
}
.nMainTopBlockText {
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 27px;
    line-height: 120%;
    color: #20485D;
    text-transform: uppercase;

}
.nMainTopBlockButton {
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
    text-transform: uppercase;
    background: #20485D;
    border-radius: 100px;
    height: 51px;
    width: 176px;
    
}
.nMainTopRight {
    width: calc(100% - 705px);
    position: relative;
    overflow: hidden;
    height: stretch;
}
.nMainTopRight img {
    object-fit: cover;
    object-position: center;
    width: 160%;
    height: 160%;
    
    transform: translateX(-15%);
}
.nMainTopRightTriangle {
    overflow: hidden;
    position: absolute;
    width: 508px;
    height: 100%;
    top: 0px;
    left: -2px;
    z-index: 2;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    background: #F2F0E4;
}

.nMainH2Layer {
    text-align: center;
}
.nMainH2 {
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 120%;
    color: #20485D;
    text-transform: uppercase;
    padding: 76px 0px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.nMainSecBg {
    background: #F2F0E4;
    padding: 96px 32px 115px 80px;
}
.nMainSecLayer {
    gap: 65px;
    align-items: stretch;
}
.nMainSecImg {
    width: calc(47% - 33px);
    height: 534px;
    
}
.nMainSecImg img {
    object-fit: cover;
    object-position: 100% 50%;
    width: 100%;
    height: 100%;
    
}
.nMainSecText {
    width: calc(53% - 33px);
    flex-direction: column;
}
.nMainSecText b, .nMainSecText strong {
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 120%;
    color: #20485D;
    text-transform: uppercase;
    margin-bottom: 32px;
    display: block;
}
.nMainSecText p {
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 120%;
    color: #20485D;
}
.nMainEdList {
    padding: 102px 0px 124px;
    background: #F2F0E4;
    display: flex;
    gap: 0px;
}
.nMainEdItem {
    flex: 1;
    width: 20%;
}
.nMainEdItemImg {
    width: 100%;
    /*height: 278px;*/
    aspect-ratio: 1.39;
}
.nMainEdItemImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 80% 50%;
    display: block;
}
.nMainEdItemTitle {
    padding: 41px 20px 30px;    
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 120%;
    color: #20485D;
    text-transform: uppercase;    
}
.nMainEdItemBrief {
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 120%;
    color: #20485D;
    padding: 0px 50px 0px 20px;  
}

.nMainSocLayer {
    background: #F2F0E4;
    padding: 67px 110px 62px;
    
    display: flex;
    flex-wrap: wrap;
    gap: 80px calc(100% - 906px);
    align-items: flex-end;
    align-items: center;
    justify-content: center;
    position: relative;
}
.nMainSocItem {
    width: 453px;
    padding: 40px 32px;
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 120%; 
    color: #20485D;
    border-radius: 14px;
    text-align: center;
    min-height: 166px;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap; 
}
.nMainSocItem1, .nMainSocItem3, .nMainSocItem5 {
    color: #20485D;
    background: #EABC92;
}
.nMainSocItem2, .nMainSocItem4 {
    color: #F2F0E4;
    background: #77958B;
}
.nMainSocItem1 {
    order: 1;
}
.nMainSocItem2 {
    order: 3;
}
.nMainSocItem3 {
    order: 2;
}
.nMainSocItem4 {
    order: 4;
}
.nMainSocItem5 {
    order: 5;
    transform: translateY(-160px);
}

.nMainSocCenter {
    width: 351px;
    height: 351px;
    border: 28px solid #EABC92;
    border-radius: 1000px;
    overflow: hidden;
    position: absolute;
    top: 80px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.nMainSocCenter img {
    width: 130%;
    height: 130%;
    object-fit: cover;
    object-position: -45px -40px;
}

.nMainSocArr {
  width: 100px;     /* длина стрелки */
  height: 6px;      /* толщина */
  background: #77958B;
  position: absolute;
}

.nMainSocArr::after {
    content: '';
    position: absolute;
    left: -10px;
    top: -11px;
    background: url("../img/nMainSocArr.svg");
    width: 25px;
    height: 29px;
}
.nMainSocArr1 {
    top: 22%;
    left: 32%;
    width: 7%;
    transform: rotate(8deg);
}
.nMainSocArr2 {
    top: 47%;
    left: 32%;
    width: 9%;
    transform: rotate(-31deg);
}
.nMainSocArr3 {
    top: 52%;
    left: calc(50% - 25px);
    width: 45px; 
    transform: rotate(-90deg);
}
.nMainSocArr4 {
    top: 22%;
    left: 61%;
    width: 7%;
    transform: rotate(172deg);
}
.nMainSocArr5 {
    top: 45%;
    left: 60%;
    width: 8%;
    transform: rotate(-150deg);
}
.nMainFamLayer {
    display: flex;
    align-items: stretch;
    
}
.nMainFamText {
    background: #F2F0E4;
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 120%;
    color: #20485D;
    gap: 40px;
    position: relative;
    z-index: 3;
    padding: 40px 0px 40px 55px;
}
.nMainFamText p:last-child {
    width: calc(100% + 100px);
}
.nMainFamImg {
    width: 52%;
    max-height: 740px;
    position: relative;
}

.nMainFamImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 50%;
}

.nMainFamTriangle {
    overflow: hidden;
    position: absolute;
    width: 230px;
    height: 100%;
    top: 0px;
    left: -2px;
    z-index: 2;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background: #F2F0E4;
}
.nSteamLayer {
    padding: 38px 0px 140px;
    background: #F2F0E4;
}
.nSteamLayer .layer {
    max-width: 1596px;
}
.nSteamTop {
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 120%;
    color: #20485D;
    text-align: center;
    margin-bottom: 40px;
}
.nSteamList {
    display: flex;
    gap: 30px;
}
.nSteamItem {
    flex: 1;
}

.nSteamImg {
    width: 100%;
    aspect-ratio: 1;
    margin-bottom: 38px;
}
.nSteamImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.nSteamTitle {
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 120%;
    color: #20485D;
    text-transform: uppercase; 
    margin-bottom: 23px;      
}
.nSteamBrief {
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    color: #20485D;   
}
.nMainH2LayerWithBrief .nMainH2 {
    padding-bottom: 16px;
    padding-top: 59px;
}
.nMainH2Brief {
    padding-bottom: 48px;
    
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 120%;
    color: #20485D;
}
.nTwoSteam {
    background: #F2F0E4;
    padding-top: 100px;
    padding-bottom: 65px;
}
.nTwoSteamList {
    display: flex;
    gap: 70px;
    justify-content: flex-start;
    align-items: stretch;
}
.nTwoSteamImg {
    flex: 1;
}
.nTwoSteamImg img {
    aspect-ratio: 1.47;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
}




.nTwoSteamText {
    flex: 1;
    
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 120%;
    color: #20485D;
    
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; 
    flex-wrap: nowrap;  
    padding: 30px 0px;
}
.nTwoSteamText p {
    padding: 10px 0px;
}
.nChar {
    width: 100%;
}
.nCharList {
    display: flex;
    gap: 0;
    align-items: stretch;
}
.nCharImg {
    border: 43px solid #f2f0e4;
    width: calc(100% - 652px);
    aspect-ratio: 1.22;
}
.nCharImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 50%;
}
.nCharRight {
    width: 652px;
    padding: 43px 40px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    min-height: 100%;
}
.nCharText {
    flex: 1;
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 120%;
    color: #20485D;
}
.nCharText p {
    padding-bottom: 43px;
    flex: 1;
}
.nCharRightBottom {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.nCharRightBottom a {
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 64px;
    line-height: 120%;
    color: #20485D;
    text-transform: uppercase;
    padding: 17px 87px;   
    background: #EABC92;
    border-radius: 40px; 
}

.nBill {
    background: #F2F0E4;
    
}
.nBillList {
    display: flex;
    gap: 0;
    align-items: stretch;
    
}
.nBillImg {
    width: 49%;
    aspect-ratio: 1.29;
    position: relative;
}
.nBillImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.nBillTriangle {
    overflow: hidden;
    position: absolute;
    width: 230px;
    height: calc(100% + 0.5px);
    top: 0px;
    right: -1px;
    z-index: 2;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: #F2F0E4;
}


.nBillText {
    width: 51%;
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 120%;
    color: #20485D; 
    
    padding: 46px 55px 46px 92px;
    
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.nBillText p {
    padding: 24px 0px;
}
.nOrg {
    background: #f2f0e4;
}
.nOrgTopTitle {
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 120%;
    color: #20485D;
    text-align: center;
    padding: 34px 0px 44px;
    max-width: 1620px;
    
    margin: auto;
}
.nOrgList {
    display: flex;
    gap: 155px;
    padding: 0px 125px 82px;
    
}
.nOrgItem {
    flex: 1;
}
.nOrgImg {
    width: 100%;
    aspect-ratio: 1.19;
}
.nOrgImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
}
.nOrgTitle {
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 120%;
    color: #20485D;
    text-transform: uppercase;   
    padding: 26px 0px 35px;  
}
.nOrgBrief {
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    color: #20485D;
    padding-right: 20px;    
}
.nOrgBrief ul {
    padding: 20px 0px;
}
.nOrgBrief li {
    margin-left: 30px;
}
.nApp {
    background: #F2F0E4;
}
.nApp .layer {
    padding: 0px 47px 152px;
}
.nAppTitle {
    padding: 79px 0px 89px;
    text-align: center;
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 32px; 
    font-weight: 300;
    line-height: 120%;
    color: #20485D;
}
.nAppList {
    display: flex;
    gap: 54px;
    width: 100%;
    counter-reset: item;
}
.nAppItem {
    flex: 1;
    counter-increment: item;
}


.nAppImg {
    width: 100%;
    aspect-ratio: 1.32;
    margin-bottom: 19px;
    position: relative;
}
.nAppImg:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: calc(100% - 3%);
    margin: auto;
    background: url(../img/nAppImgArr.svg) no-repeat 50% 50%;
    width: 78px;
    aspect-ratio: 1.15;
    background-size: contain;
    z-index: 2;
}
.nAppItem:last-child .nAppImg:after {
    display: none;
}
.nAppImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
}
.nAppItemTitle {
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 120%;
    color: #20485D;
    text-transform: uppercase; 
    padding-left: 42px; 
    position: relative;
    
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; 
    flex-wrap: nowrap; 
}
.nAppItemTitle::after {
  content: counter(item);
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  height: 50px;
  color: #77958B;
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 120%;
  
}
.nAppButton {
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 120%;
    color: #20485D;
    text-transform: uppercase; 
    padding: 9px 30px;
    border: 4px solid #77958B;
    border-radius: 100px;
    margin: 10px 0px 0px;
    display: inline-block;
}

.nTutTop {
    background: #F2F0E4;
    display: flex;
    gap: 0px;
    
}
.nTutTopRight {
    width: 42%;
    aspect-ratio: 1.64;
    position: relative;
}
.nTutTopRight img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.nTutTopRightTriange {
    position: absolute;
    width: 277px;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
    clip-path: polygon(0 0%, 0% 100%, 100% 100%);
    background: #F2F0E4;
}

.nTutTopLeft {
    width: 58%;
}
.nTutTopLeft {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap;
}
.nTutTopTitle h2 {
    padding: 0px 30px;
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 64px;
    line-height: 120%;
    color: #20485D;
    text-transform: uppercase;  
    text-align: center;
}
.nTutTopTitle span {
    padding: 0px 30px;
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 120%;
    color: #20485D; 
    text-align: center;
    padding-top: 48px;
    display: block;
}



.nTutTop2 .nTutTopRight {
    width: 44%;     
    aspect-ratio: 1.77;
}
.nTutTop2 .nTutTopLeft {
    width: 56%;     
}
.nTutTop2 {
    flex-direction: row-reverse;
}
.nTutTop2 .nTutTopRightTriange {
    width: 293px;
    left: unset;
    right: -1px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}


.nTutTop3 .nTutTopRight {
    width: 47%;     
    aspect-ratio: 1.77;
}
.nTutTop3 .nTutTopLeft {
    width: 53%;     
}

.nTutTop3 .nTutTopRightTriange {
    width: 258px;
}

.nTutTop3 .nTutTopTitle h2 {
    font-size: 96px;
}
.nTutLayer {
    padding: 0px 63px 70px;
}

.nTutTrial {
    padding: 46px 0px;
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 120%;
    color: #20485D;
    text-transform: uppercase; 
    text-align: center; 
}

.nTutName {
    background: #EABC92;
    border-radius: 8px;
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 120%;
    color: #20485D;
    text-transform: uppercase;  
    text-align: center;   
    padding: 22px 20px; 
    margin: 0px 0px 18px;
}
.nTutLine {
    display: flex;
    gap: 27px;
    margin: 0px 0px 18px;
}
.nTutLine div {
    background: #F2F0E4;
    border-radius: 8px;
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 120%;
    color: #20485D;
    text-transform: uppercase;  
    text-align: center;   
    padding: 43px 20px; 
    border: 4px solid #EABC92;
    width: calc(100% - 195px);
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap;
    
}
.nTutLine span {
    background: #77958B;
    border-radius: 8px;
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 120%;
    color: #F2F0E4;
    text-transform: uppercase;  
    text-align: center;   
    padding: 43px 20px; 
    width: 195px;
    
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap;  
    
}
.nTutDiscount {
    background: #77958B;
    border-radius: 8px;
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 120%;
    color: #F2F0E4;
    text-transform: uppercase;  
    text-align: center;   
    padding: 20px 20px; 
    width: 100%;
    margin: 0px 0px 18px;
}
.nTutDiscountBrief {
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 120%;
    color: #20485D;
    text-transform: uppercase;
    text-align: center;
    padding-top: 4px;
}
.nTutTop2, .nTutTop3 {
    margin-bottom: 112px;
}
.nTutLine2 span {
    background: #EABC92;
    color: #20485D;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap;   
}

.nTutLayer3 {
    padding-bottom: 0px !important;
}

.nTutDiscountText {
    background: #77958B;
    border-radius: 8px;
    color: #F2F0E4;
    
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;
    color: #20485D;
    padding: 30px 67px 30px;
    margin-bottom: 0px;
}
.nTutDiscountText * {
    color: #F2F0E4;
}
.nTutDiscountText b, .nTutDiscountText strong {
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase; 
    padding-bottom: 23px;
    display: inline-block;    
}
.nTutDiscountText li {
    margin-left: 20px;
}
.nTutDiscountText ul {
    margin: 5px 0px;
}
.nTutDiscountText i {
    font-size: 16px;
}
.nTutDiscountHr {
    width: 100%;
    height: 4px;
    background: #77958B;
    border-radius: 8px;
    margin: 20px 0px;
    
}
.nLunch {
    display: flex;
    gap: 33px;
    margin-bottom: 40px;
}
.nLunchText {
    width: 33%;
    padding-left: 43px;
    
    
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 140%;
    color: #20485D;
    
    
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap; 
}
.nLunchImg {
    width: 67%;
    aspect-ratio: 1.20;
    position: relative;
    border: 33px solid #F2F0E4;
}
.nLunchImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%;
    display: block;
}
.nContact {
    min-height: 916px;
    display: flex;
}
.nContactRight {
    width: 34%;
    padding-top: 457px;
    background: url(../img/nContactRight.webp) no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    position: relative;
}
.nContactRight:before {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 56%, rgba(153, 153, 153, 0) 100%);
}
.nContactRight>div {
    position: relative;
    z-index: 2;
    
}
.nContactRightTitle {
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase;
    padding: 0px 32px 30px;
    text-align: center; 
}
.nContactRightText {
    padding: 0px 32px 34px;
    
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;
    color: #000000;
}
.nContactRightButtonList {
    display: flex;
    gap: 80px;
    justify-content: center;
    padding-bottom: 130px;
}
.nContactRightVac {
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;  
    color: #20485D;   
    padding: 11px 30px;
    background: #F2F0E4;
    border-radius: 50px;
}

.nContactRightSend {
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase;  
    color: #fff;   
    padding: 9px 90px;
    background: #20485D;
    border-radius: 50px;
    position: relative;
}



.nContactLeft {
    width: 66%;
}

.nContactLeft {
    display: flex;
    background: #F2F0E4;
    gap: 0px;
}
.nContactInfo {
    width: 54%;
    padding: 53px 30px 110px 55px;
}
.nContactCont {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    justify-content: center;
    align-items: flex-start;
}
.nContactCont > div {
    display: flex;
    flex-direction: row;
    gap: 39px;
    align-items: center;
    flex-wrap: nowrap;
    height: 38px;
    background-size: auto 38px;
}
.nContactInfoTitle {
    width: 220px;
    font-family: "Gotham Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #20485D;
    padding-left: 71px;
}
.nContactInfoText {
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 120%;
    text-decoration: underline;
    color: #20485D;
    width: calc(100% - 220px - 39px);
}
.nContactMail {
    background: url("../img/nFooterMail.svg") 0px 50% no-repeat;
}
.nContactAddress {
    background: url("../img/nFooterAddress.svg") 11px 50% no-repeat;
}
.nContactPhone {
    background: url("../img/nFooterPhone.svg") 15px 50% no-repeat;
}
.nContactMap {
    margin-top: 85px;
    width: 100%;
    max-width: 479px;
    aspect-ratio: 1.50;
    border: 4px solid #EABC92;
    display: block;
}

.nContactMap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
}


.nContactFollow {
    margin-top: 46px;
    width: 310px;
}
.nContactFollowText {
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 44px;
    text-transform: uppercase;
    color: #20485D;
    text-align: left;
    max-width: 310px;
    margin-bottom: 36px;
}
.nContactFollowList {
    max-width: 300px;
}
.nContactFollowList a {
    display: block;
    width: 89px;
    height: 89px;
}
.nContactFollowList a:nth-child(1) {
    background: url(../img/in.svg) no-repeat 50% 50%;
    background-size: 100%;
}
.nContactFollowList a:nth-child(2) {
    background: url(../img/fb.svg) no-repeat 50% 50%;
    background-size: 100%;
}
.nContactFollowList a:nth-child(3) {
    background: url(../img/insta.svg) no-repeat 50% 50%;
    background-size: 100%;
}

.nContactForm {
    width: 46%;
    padding: 53px 29px 53px 0px;
    position: relative;
}
.nContactFormTitle {
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase; 
    color: #20485D;
    text-align: center;
    width: 100%;
    margin-bottom: 30px; 
}
.nContactFormInput {
    margin-bottom: 13px;
    width: 100%;
}
.nContactFormInput input {
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 24px; 
    font-weight: 300;
    line-height: 120%; 
    color: #20485D;
    padding: 12px 24px;
    width: 100%;
    background: #F2F0E4;
    border: 4px solid #EABC92;
    border-radius: 30px;
}
.nContactFormInput input::placeholder {
  color: #20485D;
}


.nContactFormTextarea textarea {
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 24px; 
    font-weight: 300;
    line-height: 120%; 
    color: #20485D;
    padding: 12px 24px;
    width: 100%;
    background: #F2F0E4;
    border: 4px solid #EABC92;
    border-radius: 40px;
    height: 158px;
}
.nContactFormTextarea textarea::placeholder {
  color: #20485D;
}




.flag-dropdown .iti-flag {
    border-radius: 3px;
    zoom: 1.2;
}
body .intl-tel-input .flag-dropdown .arrow {
    zoom: 1.2;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: -25px !important;
    width: 0px;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #20485D;
}
#newPhone {
    padding-left: 75px;
}

.nContactAccept {
    display: flex;
    gap: 25px;
    padding: 22px 24px 36px;
    
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 16px; 
    font-weight: 300;
    line-height: 120%; 
    color: #20485D;
}
.nContactSendButton {
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    padding: 9px 90px;
    background: #20485D;
    border-radius: 50px;
    display: inline-block;
    margin: auto;
    cursor: pointer;
    position: relative;
}

.subMenuList { 
    transition: opacity .5s ease, visibility .5s ease, transform .5s ease;
    opacity: 0;
    visibility: hidden;
    

    
}
.subMenu {
    transition: height .5s ease, margin-bottom .1s ease;
    height: auto;
}
.menuA, .subMenu { 
    position: relative;    
}

.subMenuList a {   
    display: block;
    font-family: "Gotham Condensed", sans-serif;
    font-weight: 800;
    font-size: 20px;   
    line-height: 120%;
    text-transform: uppercase;
    color: #20485D;
    transition: color .2s ease;
    width: 210%;
}

.menuHeaderLogin {
    display: none; 
    
    background: #fff;
    color: #20485D;
    border-radius: 50px;
    padding: 11px 0px;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 800;
    line-height: normal;
    display: block;
    font-family: "Gotham Condensed", sans-serif;    
    width: 191px;
    margin: auto;
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 0px;
    right: 0px;
    margin: auto;
    transform: translateX(0); 
    transition: opacity .5s ease, visibility .5s ease;
    opacity: 0;
    visibility: hidden;  
}
.menuLang {
    position: absolute; 
    top: 15px;
    left: 47px;
    margin: auto;
    z-index: 2;
    display: flex; 
    gap: 14px;  
    display: none;
} 
.menuLang a {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 800;
    line-height: normal;
    display: block;
    font-family: "Gotham Condensed", sans-serif;   
    color: #FFFFFF;
    
}
.menuLang .langButtonActive {
    color: #EABC92;
}


.nContactAccept a {
    text-decoration: underline;
}
.nPolicyLayer {
    background: #f2f0e4;
}
.nPolicyLayer .layer {
    max-width: 1200px;
    margin: auto;
    padding: 40px 0px;
    
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    color: #20485D;
}
.nPolicyLayer .layer p {
    padding: 10px 0px;
}
.nPolicyLayer .layer ul {
    padding: 10px 0px;
}
.nPolicyLayer .layer ul li {
    margin-left: 30px;
}

.nPolicyLayer .layer ol li {
    
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    font-family: "Gotham Condensed", sans-serif;
    margin-left: 20px;
    padding: 20px 0px;  
}

input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
.nContactFormFinish {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 800;
    line-height: normal;
    display: block;
    font-family: "Gotham Condensed", sans-serif;
    color: #20485D;    
}