*, *::after, *::before{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Rubik', sans-serif;
}
a{
    text-decoration: none;
}
.container{
    max-width: 1200px;
    padding: 0 20px;
    margin: auto;
}
body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .navbar .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar{
    padding-top: 13.7px;
    padding-bottom: 7px;
  }
  .navbar__items{
    list-style: none;
    display: flex;
    align-items: center;
  }
  .navbar__item{
    margin-right: 34px;
    font-size: 13px;
    font-weight: 500;
  }
  .navbar__item a{
    color: #1C6980;
  }
  .navbar__item.navbar__item--registration a{
    color: #000000;
    background: #F7B133;
    padding: 11px 27px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.389px;
    line-height: 19px;
  }
  .main_poster{
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
  }
  .main_poster{
    min-height: 538px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    margin-bottom: 70px;
  }
  .main_poster__title{
    color: white;
    font-size: 70px;
    text-align: center;
  }
  h1,h2,h3,h4,h5,h6{
    font-weight: 400;
  }
  .page_content container *{
    width: 100%;
    color: #0A5F73;
  }
  section{
    margin-bottom: 70px;
  }
  .page_content p{
    font-size: 18px;
    line-height: 24px;
    color: #0A5F73;
    max-width: 762px;
    margin: auto;
    margin-bottom: 10px;
  }
  .page_content p strong{
    font-weight: 500;
  }
  .page_content h1, .page_content h2, .page_content h3, .page_content h4, .page_content h5, .page_content h6{
    color: #0A5F73;
    font-weight: 500;
    text-align: center;
    font-size: 30px;
    max-width: 762px;
    margin: auto;
    margin-bottom: 30px;
  }
  .cards{
    background: #E2EEEE;
    padding-top: 77px;
    padding-bottom: 77px;
  }
  .cards .container{
    max-width: 1200px;
    padding: 0 20px;
  }
  .cards__title{
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 34px;
    line-height: 36px;
    color: #0A5F73;
  }
  .cards__small_text{
    text-align: center;
    color: #3A7E99;
    font-size: 14px;
  }
  .cards__items{
    display: flex;
    column-gap: 25px;
    margin-bottom: 27px;
  }
  .cards__item{
    background: #F7B133;
    padding: 55px;
    padding-top: 71px;
    padding-bottom: 45px;
    text-align: center;
    flex: 1;
  }
  .cards__item *{
    font-size: 18px;
    line-height: 24px;
    color: #0A5F73 !important;
  }
  .cards__item a{
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    text-decoration: underline;
  }
  .cta .container{
    position: relative;
    max-width: 1160px;
    padding: 0 55px;
    background: #F5F5F5;
    padding-top: 58px;
    padding-bottom: 69px;
    display: flex;
    column-gap: 60px;
  }
  .cta_texts{
    color: #0A5F73;
    max-width: 63%;
  }
  .cta__img{
    position: absolute;
    right: 96px;
  }
  .cta_texts__title{
    font-size: 30px;
    line-height: 24px;
    letter-spacing: 0.389px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .cta_texts__paragraph{
    font-size: 18px;
    line-height: 24px;
  }
  footer .container, nav .container{
    padding-left: 110px;
  }
  .footer__bottom .container{
    display: flex;
    padding-top: 17px;
    padding-bottom: 17px;
    justify-content: space-between;
    color: white;
  }
  .footer__bottom a{
    color: white;
  }
  .footer__bottom-left p{
    font-size: 12px;
    font-weight: 400;
    color: white;
  }
  .footer__bottom-left p a{
    color: white;
  }
  .footer__bottom{
    background: #0A5F73;
  }
  .footer__bottom-right p{
    font-size: 12px;
    font-weight: 400;
    color: white;
  }
  .footer__top{
    background: #E2EEEE;
    padding-top: 31px;
    padding-bottom: 23px;
  }
  .footer__top .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer__top-left{
    display: flex;
    align-items: center;
  }
  .footer__top-logo{
    margin-right: 40px;
  }
  .footer__top-text{
    font-size: 18px;
    line-height: 22px;
    color: #0A5F73;
  }
  .footer__top-links{
    color: #0A5F73 !important;
  }
  .footer__top-left .footer__top-text{
    max-width: 320px;
  }
  .footer__top-text.footer__top-text--right{
    margin-bottom: 6px;
  }
  .footer__top-links a{
    font-weight: 500;
    color: #0A5F73 !important;
  }
  .page_content .container{
    max-width: 1000px;
  }
  .page_content .container img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .additional{
    margin-bottom: 100px;
    margin-top: 20px;
  }
  .additional__items{
    display: flex;
    column-gap: 40px;
  }
  .additional__item, .additional__item-title-wrapp{
    flex: 1;
  }
  .additional__item-title{
    font-weight: 500;
  }
  .additional__item-title-wrapp{
    display: flex;
    align-items: center;
    padding: 66px 79px;
    margin-bottom: 50px;
  }
  .additional__item-title-wrapp{
    font-size: 60px;
    line-height: 71px;
    color: white;
    background: #0A5F73;
    letter-spacing: 0.14px;
  }
  .additional__item-content{
    font-size: 18px;;
    line-height: 24px;
    letter-spacing: 0.07px;
  }
  .additional__item-content p{
    margin-bottom: 20px;
    color: #2A738C;
  }
  .additional__item-content > a{
    color: #2A738C;
    text-decoration: underline;
    display: block;
  }
  .contact_form{
    background: #F2F5F7;
    padding-top: 110px;
    padding-bottom: 100px;
  }
  .contact_form .container{
    max-width: 1000px;
  }
  .contact_form__wrapp{
    display: flex;
    column-gap: 120px;
  }
  .contact_form__right{
    min-width: 460px;
  }
  .input__group{
    display: flex;
    flex-direction: column;
    margin-bottom: 29px;
  }
  .contact_form .input__group label{
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.04px;
    color: #0A5F73;
    margin-bottom: 18px;
  }
  .input__group input{
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 3px solid #F7B133;
    padding-bottom: 9.5px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05px;
    font-family: 'Rubik', sans-serif;
    color: #0A5F73;
  }
  .input__group input::placeholder{
    color: #B2B2B2;
    opacity: 1;
  }
  .contact_form-left-text{
    font-size: 18px;
    line-height: 24px;
    color: #3A7E99;
  }
  .contact_form__right__submit{
    background: #F7B133;
    border: none;
    outline: none;
    height: 60px;
    width: 155px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Rubik', sans-serif;
    margin-top: 25px;
  }
  .accept__additional_info{
    margin-top: 20px;
    font-size: 14px;
    margin-left: 70px;
    line-height: #0A5F73;
  }
  .accept__additional_info li{
    color: #0A5F73;
  }
  .accept_wrapp{
    height: 27px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .accept_wrapp label{
    font-size: 14px;
    color: #0A5F73;
    line-height: 17px;
    padding-left: 30px;
  }
  .accept_wrapp label::before{
    content: '';
    height: 27px;
    width: 27px;
    position: absolute;
    background: white;
    border: 1px solid #F7B133;
    left: 0;
    top: 50%;
    transform: translateY(-55%);
    pointer-events: none;
    z-index: 1;
    transition: all 0.2s ease;
  }
  .accept_wrapp input:checked ~ label::before{
    background: #F7B133
  }
  .information__title-wrapp{
    max-width: 710px;
    margin: auto;
    text-align: center;
  }
  .information__title-wrapp span, .main_poster__top_border, .main_poster__bottom_border{
    width: 100%;
    height: 85px;
    display: block;
  }
  .information__title-wrapp span{
    border: 4px solid #F7B133;
  }
  .main_poster__top_border{
    background-repeat: no-repeat;
background-image: linear-gradient(to right, #f7b133 100%, #f7b133 100%), linear-gradient(to bottom, #f7b133 100%, #f7b133 100%), linear-gradient(to right, #f7b133 100%, #f7b133 100%), linear-gradient(to bottom, #f7b133 100%, #f7b133 100%);
background-size: 0;
background-position: 0 0, 100% 0, 100% 100%, 0 100%;
animation: bgLeftTopRight 1s linear;
  animation-delay: 0s;
  animation-fill-mode: none;
animation-delay: 0.5s;
animation-fill-mode: forwards;
  }
  .main_poster__bottom_border{
    background-repeat: no-repeat;
background-image: linear-gradient(to right, #f7b133 100%, #f7b133 100%), linear-gradient(to bottom, #f7b133 100%, #f7b133 100%), linear-gradient(to right, #f7b133 100%, #f7b133 100%), linear-gradient(to bottom, #f7b133 100%, #f7b133 100%);
background-size: 0;
background-position: 0 0, 100% 0, 100% 100%, 0 100%;
animation: bgRightBottomLeft 1s linear;
  animation-delay: 0s;
  animation-fill-mode: none;
animation-delay: 1.5s;
animation-fill-mode: forwards;
  }
  .information__title{
    font-size: 64px;
    font-weight: 400;
    color: #2A738C;
    line-height: 76px;
  }
  .information__title-wrapp span.information__title-wrapp-bottom-border,.main_poster__bottom_border{
    border-top: 0;
  }
  .information__title-wrapp span.information__title-wrapp-top-border, .main_poster__top_border{
    border-bottom: 0;
  }
  .information__title-wrapp{
    margin-bottom: 82px;
  }
  .information__wrapp{
    position: relative;
    padding: 100px;
    background: #F5F5F5;
    display: flex;
    column-gap: 62.5px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .information__wrapp__left, .information__wrapp__right{
    flex: 1;
    position: relative;
  }
  .information__wrapp__left{
    padding-top: 98px;
    padding-bottom: 394px;
  }
  .information__wrapp__left > div:first-child{
    margin-bottom: 258px;
  }
  .information__wrapp__right{
    padding-top: 349px;
    padding-bottom: 116px;
  }
  .information__wrapp__right > div:first-child{
    margin-bottom: 209px;
  }
  .information__wrapp__left-item{
    padding-left: 14px;
    border-left: 2px solid #F7B133;
  }
  .information__wrapp__left-item h1, .information__wrapp__left-item h2, .information__wrapp__left-item h3, .information__wrapp__left-item h4, .information__wrapp__left-item h5, .information__wrapp__left-item h6{
    font-size: 30px;
    color: #0A5F73;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .information__wrapp__left-item p, .information__wrapp__left-item a{
    font-size: 18px;
    color: #0A5F73;
    margin-bottom: 20px;
  }
  .information__wrapp__left-item a{
    text-decoration: underline;
  }
  .information__wrapp__left-item p:last-child{
    margin-bottom: 0;
  }
  .information__wrapp_img_right{
    position: absolute;
    top: 0;
    transform: translateY(-20px);
    width: 100%;
    height: auto;
  }
  .information__wrapp__left{
    position: unset;
  }
  .information__wrapp_img_left{
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(56px);
    max-width: 50%;
  }
  .information{
    margin-bottom: 112px;
  }
  .information__wrapp__left-item p{
    line-height: 22px;
  }
  .page_content__btns{
    display: flex;
    justify-content: center;
    column-gap: 40px;
    margin-top: 40px;
  }
  .page_content__btn{
    width: 260px;
    background: #F7B133;
    text-align: center;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    border-radius: 8px;
    font-size: 18px;
    line-height: 22px;
  }
  .main_poster .container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main_poster .container span{
    width: 65%
  }
  .navbar__item:last-child{
    margin-right: 0;
  }
  @media(max-width: 1200px){
    .footer .container, nav .container{
      padding-left: 20px;
    }
  }
  .navbar__whitespace{
    height: 85px;
  }
  .navbar{
    position: fixed;
    width: 100%;
    background: white;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    z-index: 100000;
  }
  .navbar__menu-item--burger{
      display: none;
  }
@media(max-width: 820px){
.navbar__menu-item--burger {
        display: block;
        height: 22px;
        width: 42px;
        position: relative;
        cursor: pointer;
        z-index: 10001;
    }
    .navbar__logo_wrapp{
      position: relative;
      z-index: 10001;
    }
.burger-line1,
    .burger-line2,
    .burger-line3 {
        position: absolute;
        background: #f7b133;
        height: 2px;
        width: 100%;
        display: block !important;
        opacity: 1;
        transform: rotate(0);
        transition: all 0.4s ease;
    }

    .navbar__active .burger-line1 {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }

    .navbar__active .burger-line2 {
        bottom: 50%;
        transform: translateY(50%) rotate(-45deg);
    }

    .navbar__active .burger-line3 {
        opacity: 0;
    }

    .burger-line1 {
        top: 0;
        left: 0;
    }

    .burger-line2 {
        bottom: 0;
        left: 0;
    }

    .burger-line3 {
        bottom: 50%;
        left: 0;
        transform: translateY(50%);
    }
  .navbar__items{
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: white;
    z-index: 1000;
    left: 0;
    top: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 1s ease;
    transform: translateX(-100%);
    background-size: cover;
    background-position: center;
  }
  .navbar__item a{
      color: white;
  }
  .navbar__active .navbar__items{
    transform: translateX(0%);
  }
  .navbar__items li{
    margin: 0;
    margin-bottom: 20px;
  }
  .navbar__items a{
    display: block;
  }
  .navbar__logo{
    height: 45px;
  }
  .navbar__whitespace{
    height: 69.7px;
  }
}
@media(max-width: 850px){
    .contact_form__wrapp{
      column-gap: 40px;
    }
  }
  @media(max-width: 767px){
    .contact_form__wrapp{
      flex-direction: column;
      row-gap: 40px;
    }
    .contact_form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
    .contact_form__right{
      min-width: unset;
    }
    .contact_form--contact-page .contact_form__right{
      min-width: unset;
    }
  }
  @media(max-width: 767px){
    .main_poster__title {
    font-size: 35px;
  }
    .main_poster .container span {
    width: 95%;
  }
    .main_poster{
      padding: 0;
    }
  }
  @media(max-width: 980px){
    .cards__item{
      padding: 30px;
    }
  }
  @media(max-width: 767px){
    .cards__items{
      flex-direction: column;
      row-gap: 20px;
    }
  }
  @media(max-width: 980px){
    .cta_texts{
      max-width: 50%;
    }
  }
  @media(max-width: 767px){
    .cta__img{
      top: unset;
      right: unset;
      position: unset;
    }
    .cta .container{
      padding-left: 20px;
      padding-right: 20px;
      flex-direction: column-reverse
    }
    .cta__img{
      max-width: 300px;
      margin: auto;
      margin-bottom: 40px;
    }
    .cta_texts{
      max-width: unset;
      text-align: center;
    }
  }
  @media(max-width: 767px){
    .footer__top{
      display: none;
    }
    .footer__bottom .container{
      flex-direction: column;
      align-items: center;
      row-gap: 15px;
    }
  }
  @media(max-width: 1000px){
    .additional__item-title-wrapp {
    font-size: 40px;
    line-height: 48px;
      padding: 40px 49px;
      margin-bottom: 30px;
  }
  }
  .additional__item-title-wrapp--on-mobile{
    display: none;
  }
  @media(max-width: 767px){
    .additional__item-title-wrapp--on-mobile{
    display: block;
      text-align: center;
  }
    .footer__bottom-left p{
      text-align: center;
    }
    .additional__items--titles{
      display: none;
    }
    .additional__items{
      flex-direction: column; 
    }
    .additional__item:first-child{
      margin-bottom: 40px;
    }
    .additional__item-title-wrapp {
    font-size: 30px;
    line-height: 38px;
    padding: 40px 20px;
    margin-bottom: 30px;
  }
  }
  @media(max-width: 450px){
    .additional__item-title-wrapp {
    font-size: 25px;
    line-height: 38px;
  }
  }
  @media(max-width: 950px){
    .information__title {
    font-size: 44px;
    line-height: 56px;
  }
    .information__title-wrapp span{
      height: 55px;
    }
    .information__wrapp{
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  @media(max-width: 630px){
    .information__wrapp{
      flex-direction: column;
    }
    .information__wrapp__left{
      padding-bottom: 0px; 
      padding-top: 220px;
    }
    .information__wrapp__left > div:first-child {
    margin-bottom: 40px;
  }
    .information__wrapp__right > div:first-child {
    margin-bottom: 40px;
  }
    .information__wrapp__right{
      padding-top: 40px;
      padding-bottom: 160px;
      position: unset;
    }
    .information__wrapp_img_right {
    position: absolute;
    top: 0;
      left: 50%;
    transform: translateY(-20px) translateX(-50%);
    width: 300px;
      max-width: 90%;
    height: auto;
  }
    .information__wrapp_img_left {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateY(56px) translateX(-50%);
    width: 300px;
      max-width: 90%;
    }
  }



  @keyframes bgLeftTopRight {
    0% {
      background-size:    0 2px,
      2px 0,
      0 2px,
      2px 0;
    }
    25% {
      background-size:    0 2px,
      2px 0,
      0 2px,
      2px 100%;
    }
    50% {
      background-size:    100% 2px,
      2px 0,
      0 2px,
      2px 100%;
    }
    75% {
      background-size:    100% 2px,
      2px 100%,
      0 2px,
      2px 100%;
    }
    100% {
      background-size: 100% 2px,
      2px 100%,
      0 2px,
      2px 100%;
    }
  }
  
  @keyframes bgRightBottomLeft {
    0% {
      background-size:    0 2px,
      2px 0,
      0 2px,
      2px 0;
    }
    25% {
      background-size:    0 2px,
      2px 100%,
      0 2px,
      2px 0;
    }
    50% {
      background-size:    0 2px,
      2px 100%,
      100% 2px,
      2px 0;
    }
    75% {
      background-size:    0 2px,
      2px 100%,
      100% 2px,
      2px 100%;
    }
    100% {
      background-size:    0 2px,
      2px 100%,
      100% 2px,
      2px 100%;
    }
  }
  .contact_form--contact-page .contact_form__right{
    min-width: unset;
    flex: 1;
  }
  .contact_form--contact-page{
    margin-top: -70px;
    margin-bottom: 0;
  }
  .contact_form--contact-page .contact_form__wrapp{
    column-gap: 0;
  }
  .contact_form--contact-page .contact_form__left{
    margin-right: 80px;
    width: 260px;
  }
  .contact_form--contact-page .registr_form__inputs{
    display: flex;
    flex-wrap: wrap;
    column-gap: 49px;
    row-gap:  50px;
    margin-bottom: 50px;
  }
  .contact_form--contact-page .input__group{
    margin-bottom: 0;
    flex: 1;
    min-width: 40%;
  }
  .contact_form--contact-page.contact_form .input__group label{
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 17px;
  }
  .contact_form--contact-page .input__group input{
    padding-bottom: 2px;
    letter-spacing: 0.05px;
    font-size: 14px;
  }
  @media(max-width: 890px){
    .contact_form--contact-page .registr_form__inputs{
    column-gap: 20px;
    row-gap:  40px;
  }
    .contact_form--contact-page .contact_form__left{
    margin-right: 40px;
    width: 200px;
  }
  }
  @media(max-width: 767px){
     .contact_form--contact-page .contact_form__left{
    margin-right: 00px;
    width: 100%;
       text-align: center;
  }
  }
  @media(max-width: 450px){
    .contact_form--contact-page .registr_form__inputs{
    flex-direction: column;
    column-gap: 49px;
    row-gap:  30px;
    margin-bottom: 50px;
  }
  }
  .information--about-us{
    margin-top: 21px;
    margin-bottom: 204px;
  }
  .information--about-us .information__wrapp_img_right {
    position: absolute;
    top: unset;
    bottom: 0;
    right: 280px;
    transform: translateY(40px);
    width: 275px;
    height: auto;
  }
  .information--about-us .information__wrapp_img_left {
    position: absolute;
    left: unset;
    right: 120px;
    bottom: unset;
    top: 0;
    transform: translateY(-100px);
    max-width: 50%;
  }
  .information--about-us .information__wrapp__left{
    padding-bottom: 116px;
  }
  .information__wrapp__left > div:first-child{
    margin-bottom: 317px;
  }
  .information__small-title{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 58px;
    padding-left: 60px;
    color: #0A5F73;
    font-weight: 500;
  }
  .information--about-us .information__wrapp.information__wrapp{
    padding-left: 60px;
    padding-right: 60px;
  }

  .contact_form .container .frm-show-form input[type="text"]{
    background: transparent;
      border: none;
      outline: none;
      border-bottom: 3px solid #F7B133;
    padding: 0;
      padding-bottom: 7.5px;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 0.05px;
      font-family: 'Rubik', sans-serif;
      color: #0A5F73;
    border-radius: 0;
    box-shadow: none;
    height: unset;
    width: 100%;
    max-width: unset;
  }
  .contact_form .container .frm-show-form input[type="text"]::placeholder{
      color: #B2B2B2;
      opacity: 1;
    }
  .contact_form .container .frm-show-form .contact_form__label label{
    font-size: 18px;
      line-height: 22px;
      letter-spacing: 0.04px;
      color: #0A5F73;
      margin-bottom: 18px;
    padding: 0;
    font-family: 'Rubik', sans-serif;
  }
  .contact_form .container .frm-show-form .contact_form__label{
    display: flex;
      flex-direction: column;
      margin-bottom: 29px;
  }
  .contact_form .container .frm_style_formidable-style.with_frm_style .frm_submit button{
    background: #F7B133;
      border: none;
      outline: none;
      height: 60px;
      width: 155px;
      border-radius: 8px;
      font-size: 18px;
      line-height: 22px;
      font-family: 'Rubik', sans-serif;
      margin-top: 30px;
      color: black;
  }
  .contact_form .container .frm_required{
    display: none;
  }
  .frm_style_formidable-style.with_frm_style .form-field{
  margin-bottom: 0;
}
.contact_form .container .frm_checkbox label{
  font-size: 14px;
    color: #0A5F73;
    line-height: 17px;
    padding-left: 30px;
    position: relative;
}
.contact_form .container .with_frm_style .frm_checkbox input[type="checkbox"]::before{
    content: '';
    height: 27px;
    width: 27px;
    position: absolute;
    background: white;
    border: 1px solid #F7B133;
    left: 0;
    top: 50%;
    transform: translateY(-55%);
    pointer-events: none;
    z-index: 1;
    transition: all 0.2s ease;
  clip-path: none;
  box-shadow: none;
  }
.contact_form .container .with_frm_style .frm_checkbox input[type="checkbox"]:checked::before{
    background: #F7B133
  }
  .additional__item-content a{
    color: #2A738C;
    margin-bottom: 10px;
  }
  .page-template-registration-page .contact_form .container .frm-show-form input[type="text"]{
    padding-bottom: 0px;
}
.page-template-registration-page .contact_form .container .frm-show-form label{
  font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.04px;
    color: #0A5F73;
    margin-bottom: 12px;
  font-family: 'Rubik', sans-serif;
}
.page-template-registration-page .contact_form .container .frm-show-form .frm_form_field.form-field{
display: flex;
flex-direction: column;
margin-bottom: 29px;
}
.frm_form_field.form-field.frm_top_container.frm12.frm_first.vertical_radio{
margin-bottom: 0;
}
.frm_form_field.frm_html_container.form-field{
margin-bottom: 0 !important;
}
.frm_fields_container{
  max-width: 100%;
}
input:focus{
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 3px solid #F7B133 !important;
  background: transparent !important;
  color: #0A5F73 !important;
}
.navbar__items_links{
  list-style: none;
display: flex;
align-items: center;
}
.navbar__items_links li{
    margin-right: 34px;
    font-size: 13px;
    font-weight: 500;
  }
  .navbar__items_links li a{
    color: #1C6980;
  }
@media(max-width: 820px){
  .navbar__items_links{
    flex-direction: column;
  }
  .navbar__items_links li{
    margin-right: 0;
    font-size: 16px;
  }
  .navbar__items_links li a{
    color: white;
  }
}
@media(max-width: 820px){
  body.scroll-lock{
    overflow: hidden;
  }
}
.block_with_video{
  margin-top: 30px;
}
form *{
  font-family: 'Rubik', sans-serif;
}
.accept__additional_info li{
  font-family: 'Rubik', sans-serif;
}
@media(max-width: 630px){
  .information__wrapp__left > div:first-child {
  margin-bottom: 40px;
}
}
@media(max-width: 1000px){
  .information--about-us .information__wrapp_img_right {
  position: absolute;
  top: unset;
  bottom: 0;
  right: 10%;
  transform: translateY(40px);
  width: 255px;
  height: auto;
}
  .information--about-us .information__wrapp_img_left {
  position: absolute;
  left: unset;
  right: 10%;
  bottom: unset;
  top: 0;
    width: 250px;
  transform: translateY(-100px);
  max-width: 50%;
}
}
@media (max-width: 950px){
  .information--about-us .information__wrapp.information__wrapp {
    padding-left: 20px;
    padding-right: 20px;
  }
    .information__small-title{
  padding-left: 20px;
    padding-right: 20px;
    }
    .information--about-us{
  margin-top: 0;
    }
  }
  @media(max-width: 630px){
    .information--about-us .information__wrapp__left{
      padding-bottom: 0;
    }
    .information--about-us .information__wrapp_img_left {
    position: absolute;
    left: unset;
    right: 50%;
    bottom: unset;
    top: 0;
    transform: translateY(-50px) translateX(50%);
    max-width: 200px;
  }
    .information--about-us .information__wrapp_img_right {
    position: absolute;
    left: unset;
    right: 50%;
    bottom: unset;
    bottom: 0;
    transform: translateY(50px) translateX(50%);
    max-width: 250px;
  }
  }
#playvideo{
  display: block;
  position: absolute;
  z-index: 2;
  height: 74px;
  width: 74px;
  left: 50%;
  top: 50%;
  background: transparent;
  transform: translate(-50%, -50%);
}
.embed-container{
  position: relative;
}
.embed-container::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: black;
  opacity: 25%;
}
.embed-container.playing::before{
  background: transparent
}
.embed-container.playing #playvideo{
  height: 100%;
	width: 100%;
}
.embed-container.playing #playvideo img{
	display: none;
}
.additional__item-content a{
  text-decoration: underline;
}
.default-page-content{
  margin-top: 50px;
  margin-bottom: 70px;
  color: #0A5F73
}
.contact_form.contact_form--contact-page .container .contact_form__wrapp input[type="password"],.contact_form.contact_form--contact-page .container .contact_form__wrapp input[type="tel"], .contact_form.contact_form--contact-page .container .contact_form__wrapp input[type="email"]{
  background: transparent;
border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
outline: none;
border-bottom: 3px solid #F7B133;
padding: 0;
  padding-bottom: 0px;
padding-bottom: 0px;
font-size: 14px;
line-height: 17px;
letter-spacing: 0.05px;
font-family: 'Rubik', sans-serif;
color: #0A5F73;
border-radius: 0;
box-shadow: none;
height: unset;
width: 100%;
max-width: unset;
}
.contact_form.contact_form--contact-page .container .contact_form__wrapp input[type="email"]{
  pointer-events: none;
}
.pass_hidden_letters{
  grid-column: span 6 / span 6 !important; 
}
.pass_hidden_letters{
  position: relative;
}
#frm_desc_field_conf_password{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
line-height: 17px;
letter-spacing: 0.04px;
color: #0A5F73;
margin-bottom: 12px;
font-family: 'Rubik', sans-serif;
}
.contact_form .container .contact_form__wrapp input[type="email"]{
  background: transparent;
border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
outline: none;
border-bottom: 3px solid #F7B133;
padding: 0;
  padding-bottom: 0px;
padding-bottom: 7.5px;
font-size: 14px;
line-height: 17px;
letter-spacing: 0.05px;
font-family: 'Rubik', sans-serif;
color: #0A5F73;
border-radius: 0;
box-shadow: none;
height: unset;
width: 100%;
max-width: unset;
}
.page-template-default-page p{
  margin-bottom: 20px;
}
.page-template-default-page h1,.page-template-default-page h2,.page-template-default-page h3,.page-template-default-page h4,.page-template-default-page h5,.page-template-default-page h6{
  margin-bottom: 20px;
  font-weight: 600;
}
.page-template-default-page strong{
  font-weight: 500 !important;
}
footer{
  margin-top: auto;
}
.scheme_not_found_wrapp{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scheme_not_found{
  font-size: 44px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  color: #1C6980;
}
.scheme_not_found_paragraph{
  text-align: center;
  text-transform: uppercase;
  font-size: 54px;
  color: #1C6980;
}
.ui-datepicker .ui-widget-header, .ui-datepicker .ui-datepicker-header{
  background: #F7B133 !important;
}
.ui-datepicker td.ui-datepicker-current-day, .ui-datepicker td .ui-state-hover, .ui-datepicker thead{
  background: #3A7E99 !important;
}
.ui-datepicker .ui-datepicker-title{
  display: flex;
  gap: 10px;
}
.ui-datepicker .ui-datepicker-title select{
  border: 1px solid transparent;
  flex: 1;
  background: white;
  font-family: 'Rubik', sans-serif !important;
  font-size: 13px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #0A5F73;
  width: unset !important;
  text-align: center;
  font-weight: 400;
}
.ui-datepicker-title{
  flex: 1;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev.ui-corner-all{
  transform: rotate(180deg);
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next.ui-corner-all{
  transform: rotate(0deg);
  order: 4;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev, #ui-datepicker-div.ui-datepicker .ui-datepicker-next{
  background-position: center !important;
  background-size: contain !important;
  height: 14px !important;
  width: 34px;
  background-repeat: no-repeat !important;
  transition: opacity 0.1s ease;
}
.ui-datepicker-prev.ui-corner-all::before{
  display: none !important;;
}
.ui-datepicker-next.ui-corner-all::before{
  display: none !important;
  opacity: 1 !important;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all{
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-helper-clearfix::after{
  content: none !important;
}
.ui-datepicker-next.ui-corner-all:hover, .ui-datepicker-prev.ui-corner-all:hover{
  opacity: 0.7 !important;
}
.contact_form .with_frm_style .frm_checkbox input[type="checkbox"]{
  margin-right: 10px;
}
.accept__additional_info-info::marker{
  color: transparent;
}
.accept__additional_info-info{
  position: relative;
}
.accept__additional_info-info::before{
  content: '';
  position: absolute;
  left: -25px;
  top: 6.5px;
  height: 3px;
  width: 3px;
  background: #0A5F73;
  border-radius: 50%;
}
.frm_error{
  margin-top: 6px;
}
.vertical_radio .frm_error{
  margin-top: 10px;
  margin-left: 1px;
}
.main_poster.main_poster--what_next h1{
  color: #0a5f75;
}
.main_poster.main_poster--what_next span{
  min-width: 600px;
}
@media(max-width: 620px){
  .main_poster.main_poster--what_next span{
  min-width: unset;
    width: 120%;
}
}
.what_next{
  text-align: center;
}
.main_poster.main_poster--what_next{
  min-height: 300px;
  padding-top: 70px;
}
.what_next p{
  color: #0a5f75;
  font-size: 18px;
  line-height: 1.4;
}
.what_next_link{
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 8px;
background-color: #f7b133;
border: 2px solid #f7b133;
color: #fff;
text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  font-size: 18px;
line-height: 18px;
letter-spacing: .1px;
text-align: center;
padding: 18px 10px;
  transition: all 0.3s ease;
}
.what_next .container{
  display: flex;
  flex-direction: column;
  max-width: 760px;
}
.what_next_link:hover{
  background: transparent;
  color: #f7b133;
}
.frm-password-strength span{
  font-size: 12px;
  line-height: 16px;
  display: block;
  margin-top: 15px;
  color: #1C6980 !important;
  padding-left: 20px;
  position: relative;
}
.frm-password-strength{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-wrap: wrap;
  column-gap: 20px;
}
.frm-password-strength span::before{
  content: '\e608';
  font-family: 's11-fp' !important;
text-align: center;
  position: absolute;
  left: 0;
  top: 1.45px;
}
.frm-pass-verified::before{
  content: '\e606' !important;
}

.two-buttons {
	display:grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
	
	@media(max-width: 620px){
		grid-template-columns: 1fr;
	}
	
}
@media(max-width: 620px){
	.two-buttons .what_next_link.secondary {
		margin-top: 0;
	}		
}

.calendar_popup .inner {
	position: relative;
}

.calendar_popup .inner .close {
	position: absolute;
    top: 27px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    background: rgb(225 177 92);
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
    border: 2px solid rgba(255,255,255,0.5);
    box-shadow: 0 0 8px rgba(0,0,0,.3);
	z-index:1000;
	transition: all 0.5s;
}

.calendar_popup .inner .close:hover {
	background:#fff;
	border-color:rgb(225 177 92);
	color: rgb(225 177 92);
}

.calendar_popup {
	position: absolute;
	top: 0;
	left:0;
	min-height: 100vh;
	right:0;
	background:rgba(0,0,0,.3);
	z-index:100001
}

.what_next_link.secondary {
	background: #0c5f75;
    border-color: #0c5f75;
}
.what_next_link.secondary:hover {
	background: #FFF;
    color: #0c5f75;
}

    