 .product-header-mobile {
     display: none;
 }

 #order_section_1 {
     order: 1;
 }

 .product-header-mobile {
     display: block !important;
 }

 .main-nav .header__nav__top__call-center {}

 @media(max-width: 768px) {
     .main-nav .header__nav__top__call-center a {
         color: #fff !important;
     }

     .main-nav .header__nav__top__call-center svg path {
         fill: #fff;
     }

     .main-nav.header__nav .burger.main-nav__burger svg path {
         fill: #fff !important;
     }

     .main-nav.header__nav__top .n-btn.n-btn-orange {
         border: 1px solid #fff !important;
         color: #fff !important;
     }

     .main-menu__item .main-menu__link {
         color: #fff !important;
     }

     @media (max-width: 768px) {
         .main-menu__item {
             padding-bottom: 12px !important;
         }

         #insuranceOptions,
         #buyOptions {
             margin-top: 0px !important
         }

         body .main-menu__item .footer__dropdown.footer-menu.footer-menu--active .footer-menu__item .footer-text-row.footer-text-row--link {
             padding: 12px 16px !important;
             font-size: 14px !important;
             border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;

             @media (max-width: 768px) {
                 padding: 15px 10px !important;
                 font-size: 12px !important;
             }
         }

         body .main-menu__link:hover {
             color: #fff !important;
         }
     }

     .main-menu__item {
         order: 1;
     }

     .top-links__item.top-links__item--parent {
         order: 0;
     }

     body .top-links__item.top-links__item--parent .n-btn-skyBlue-2 {
         padding: 14px 10px 14px !important;
         justify-content: space-between !important;
         text-transform: uppercase;
         background: #e5f8ff !important;
         color: #0b5c84 !important;
         font-size: 14px !important;
         font-weight: 500 !important;
         letter-spacing: 0 !important;
         margin-bottom: 10px;
     }

     @media (max-widthL 768px) {
         body .top-links__item.top-links__item--parent .n-btn-skyBlue-2 svg path {
             stroke: #fff !important;
         }
     }

     .myInsurance {
         color: #fff !important;
     }

     body section.section-contacts {
         background: transparent !important;
         margin: 0 !important;
         padding: 0 !important;
     }

     body .section-blog {
         padding: 32px 0px !important;
     }

     @media (min-width: 992px) {
         body section.section-contacts {
             background: transparent !important;
             margin: 0 !important;
             padding: 0 !important;
         }
     }

     .top-search__form-control .form-control__input {
         height: 52px !important;
         border-radius: 8px !important;
     }

     .main-menu__item .main-menu__link {
         text-transform: uppercase;
         font-weight: 500 !important;
         line-height: 1.7 !important;
     }
 }

 .top-links {
     text-wrap: nowrap;
 }

 .footer__license {
     text-align: right;

     @media(max-width: 768px) {
         text-align: left;
     }
 }

 .footer-socials {
     justify-content: right;
     margin: 0 !important;

     @media(max-width: 768px) {
         justify-content: left;
     }
 }

 .footer-text-row--link:hover {
     color: #fff !important;
 }

 .n-policy__item-footer a {
     font-size: 12px !important;
 }

 @media(max-width: 768px) {
     body .n-services__list {
         grid-template-columns: 1fr !important;
     }
 }

 .n-insruance__text--dark {
     font-size: 16px !important;
 }

 .ns-text ul li {
     font-size: 16px !important;
 }

 .top-links__link--child {
     justify-content: center !important;
 }

 @media(max-width: 768px) {
     .positionOrderMobile {
         order: 1;
     }
 }

 .header--fixed {
     z-index: 99999999 !important;
 }

 .blocks-wrpr .strong {
     font-size: 14px !important;
 }

 .details__body p {
     margin-bottom: 0px !important;
 }

 .change-lang {
     margin-bottom: 1rem;
 }

 .text-content p {
     margin: 0 0 0em !important;
 }

 .paragraph-wrapper-memo .one-parag p {
     color: #0b5c84 !important;
 }

 .paragraph-wrapper-memo .one-parag h3 {
     font-size: 16px !important;
     color: #697d95 !important;
 }

 body #buyOptions {
     width: 200px
 }

 body #insuranceOptions {
     width: 200px
 }

 #insuranceOptions,
 #buyOptions {
     display: flex;
     flex-direction: column;
     gap: 2px;
 }

 body .top-links__link--child {
     border-radius: none;
     background: #F4F9FA;
 }

 body .top-links__link:hover {
     background: #E5F8FF !important;
     color: #3E5269 !important;
 }

 .form__row {
     display: flex;
     gap: 20px;
     width: 100%;
 }

 .n-toggle__item .checkmark {
     position: absolute;
     top: 0;
     left: 0;
     height: 20px;
     width: 20px;
     background-color: #fff;
     border: 2px solid #bac7d5;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%
 }

 .n-toggle__item .checkmark::after {
     content: "";
     display: none;
     top: 9px;
     left: 9px;
     width: 8px;
     height: 8px;
     border-radius: 50%;
     background: #fff
 }

 .n-toggle__item input:checked~.checkmark::after {
     display: block
 }

 .n-toggle__item input:checked~.checkmark {
     background-color: #0a7ea6;
     border-color: #0a7ea6
 }

 .checkbox__real:checked+.checkbox__label::before {
     background-color: #0a7ea6;
     background-image: url(../img/checkbox-tick.svg);
     border: 0;
     background-size: 8px
 }

 @media (min-width: 992px) {
     .header__mob-bottom-row {
         display: none;
     }
 }

 @media screen and (max-width: 1210px) {
     .header__mob-bottom-row {
         margin-top: -2px;
         display: flex;
         justify-content: space-between;
         align-items: center;
         padding: 0 20px;
         gap: 10px;
     }
 }

 @media (min-width: 992px) {
     .header__mob-bottom-row {
         display: none;
     }
 }

 .heading--2,
 .heading--1 {
     font-size: 24px !important;
 }

 @media (max-width: 500px) {
     .page-buy {
         max-width: 100%;
     }

     .form__row {
         flex-direction: column;
         gap: 0;
         margin-bottom: 20px;
     }
 }

 body .n-btn {
     -webkit-appearance: none;
     border: 0;
     border-radius: 6px;
     -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     -ms-border-radius: 6px;
     -o-border-radius: 6px;
     color: #fff;
     font-size: 12px;
     display: flex !important;
     align-items: center;
     gap: 4px;
     padding: 0px 24px !important;
     height: 38px !important;
 }

 a.n-btn {
     text-decoration: none;
     padding: 8px 20px !important;
     display: flex;
     align-items: center;
     justify-content: center;
     line-height: 1;
 }

 .call_center_link {
     font-weight: 400;
     margin-top: -2px
 }

 .call_center_number {
     color: #d9664e;
     font-weight: 700
 }

 .top-contacts__link--short {
     color: #d9664e !important
 }

 @media (max-width:992px) {
     .homepage-promo__grid .n-btn-orange {
         margin: 50px auto 0
     }
 }

 body .n-input {
     background: #fff;
     border: 2px solid #D9E5F3 !important;
     border-radius: 6px;
     box-sizing: border-box;
     color: #697d95;
     font-size: 14px;
     height: 36px;
     min-width: 190px;
     outline: none;
     padding: 12px 20px;
 }

 body .n-input:focus {
     border: 2px solid #0A7EA6 !important;
 }

 .n-input::placeholder {
     color: #9BB6D6 !important;
 }

 .footer-text-row--title {
     font-weight: bold !important;
 }

 body .form-control {
     height: 100% !important;
     margin: 0 !important;
 }

 @media (min-width: 576px) {
     .form__col {
         margin-bottom: 0px !important;
     }

     .form__row {
         gap: 16px !important;
     }
 }

 .n-input__label {
     font-size: 14px;
     line-height: 20px;
     color: #083554;
     margin: 0;
     margin-bottom: 4px;
 }

 .n-input--blue {
     background-color: #fff !important;
     border: 0 !important;
     width: 100%
 }

 .n-modal-callback .form__col {
     width: 100%
 }

 .n-modal__dialog {
     max-width: 700px !important;
     width: 100%;
 }

 .n-modal__heading {
     color: #083554 !important;
     margin: 0;
 }

 .n-modal .modal__close {
     margin-left: 40px
 }

 .n-modal__header {
     align-items: center;
     display: flex;
     justify-content: space-between;
     width: 100%
 }

 .n-modal .modal__content {
     align-items: flex-start
 }

 .n-modal__description {
     color: #697d95;
     display: block;
     font-size: 16px;
     margin: 30px 0 0;
     padding-bottom: 20px;
     text-align: left
 }

 .n-modal__submit {
     align-self: flex-end
 }

 .n-btn-orange {
     border-radius: 8px !important;
     background: #0B5C84 !important;
 }

 body .n-btn-skyBlue-2 {
     background-color: #E5F8FF !important;
     color: #0080AC !important;
     padding: 8px 12px !important;
     height: auto !important;
     border-radius: 8px;
     text-transform: uppercase;

     @media(max-width: 768px) {
         width: 100% !important;
         justify-content: center;
         color: #fff !important;
         background-color: transparent !important;
         border-radius: 5px;
     }
 }

 @media (max-width:460px) {
     .bg-none {
         background: transparent !important;
         color: #fff !important
     }
 }

 .background-class {
     background: #fff !important
 }

 .modal__button {
     margin-top: 16px
 }

 .n-main-nav__wrapper {
     display: grid;
     gap: 8px;
     grid-template-columns: 1fr;
     grid-template-rows: 1fr 1fr
 }

 .n-main-nav__wrapper_item {
     align-items: center;
     display: flex;
     justify-content: flex-end
 }

 .n-main-nav__wrapper_item .main-nav__top-desktop-group {
     width: auto
 }

 .n-main-nav__wrapper_item .top-search__dropdown-trigger {
     align-items: center;
     display: flex
 }

 .n-main-nav__wrapper_item .top-search__dropdown-trigger span {
     color: #697d95
 }

 .n-main-nav__wrapper_item .main-nav__search {
     margin-right: 38px
 }

 .n-main-nav__wrapper_item .top-links .top-links__item--parent {
     align-items: center;
     display: flex
 }

 .n-main-nav__wrapper_item .top-links .top-links__link--button {
     align-items: center;
     display: flex;
     font-size: 12px;
     height: 31px;
     justify-content: center;
     padding: 10px 0 10px 12px;
     font-weight: 400;
     font-size: 12px;
     line-height: 16px;
 }

 .n-main-nav__wrapper .icon--phone-call {
     font-size: 20px;
     margin-left: 8px
 }

 .n-main-nav__wrapper .call_center_number {
     font-size: 24px
 }

 @media (max-width:500px) {
     .top-links__link--button {
         font-size: 16px !important
     }
 }

 .mobile-search_input {
     display: block !important
 }

 .homepage-promo__grid .n-btn-orange {
     display: block;
     margin-top: 50px;
     max-width: -webkit-fit-content;
     max-width: -moz-fit-content;
     max-width: fit-content
 }

 .n-policy__item {
     background-color: #fff;
     border-radius: 6px;
     padding: 30px 20px
 }

 .n-policy__item-head {
     display: grid;
     gap: 16px;
     grid-template-columns: auto 1fr
 }

 .n-policy__item-head p {
     color: #0b5c84 !important;
     font-weight: 400;
     font-size: 16px !important;
     margin: 8px 0 0
 }

 .product-header-mobile h1 {
     color: #0b5c84 !important;
 }

 .n-policy__item-head span {
     line-height: 1;
     color: #697d95;
     font-size: 14px;
     margin-top: 4px
 }

 .n-policy__item-body {
     margin-top: 24px;
     overflow: hidden
 }

 .n-policy__item-body ul {
     padding: 0 24px
 }

 .n-policy__item-body ul li {
     color: #697d95;
     font-size: 8px;
     margin: 8px 0;
     line-height: 1 !important;
 }

 .n-policy__item-high {
     display: grid;
     grid-template-rows: 70px 310px 1fr;
     min-height: 417px
 }

 @media screen and (max-width:991px) {
     .n-main-nav__wrapper_item {
         flex-direction: column;
         justify-content: flex-start
     }

     .n-main-nav__wrapper_item:nth-child(2) {
         grid-row: 1/2
     }

     .n-main-nav__wrapper {
         display: grid;
         gap: 0;
         grid-template-rows: auto 1fr;
         height: 100%;
         left: 0;
         margin-top: 10px;
         width: 100%
     }

     .n-main-nav__wrapper .top-links__link--button {
         margin: 0 auto
     }
 }

 @media (max-width:992px) {
     .n-main-nav__wrapper_item .top-links .top-links__item--parent {
         display: block
     }
 }

 .item_product-header {
     align-items: center;
     display: flex;
     flex-direction: column;
     justify-content: start !important;
     gap: 4px;
 }

 .product-header-mobile {
     display: none
 }

 .product-header-mobile h1 {
     color: #083554;
     font-size: 24px;
     font-weight: 600
 }

 .bg-product-header {
     border-radius: 16px !important;
     background: #FFF;
     box-shadow: 0px 3px 10px 0px rgba(4, 111, 148, 0.10);
     display: block;
     display: flex;
     flex: 0 0 45%;
     margin: 2%;
     max-height: 183px;
     padding: 12px !important;
     text-decoration: none
 }

 .bg-product-header--blue {
    background-color: #295B80 !important;
    color: #fff !important;
 }

 .item_product-header img {
     max-width: 50px
 }

 .content_product-header {
     text-align: center;
     display: flex;
     flex-direction: column;
 }
 /* @media (max-width: 768px){
  .content_product-header{
    height: 100%;
    justify-content: space-between;
  }
} */

 body .section-contacts__heading {
     color: #0b5c84 !important;
     margin: 24px auto !important;
     color: #0B5C84 !important;
     text-align: center !important;
     font-size: 48px !important;
     font-weight: 600;

     @media (max-width: 768px) {
         font-size: 32px !important;
     }
 }

 .page-info__heading {
     font-weight: 700 !important;
     font-size: 48px !important;
     color: #083554 !important;
     text-align: center !important;
 }

 .page-info {
     padding-top: 40px !important;
 }

 body .n-page__content .page-contacts__heading {
     font-size: 48px !important;
     color: #0B5C84 !important;
 }

 body .content_product-header h3 {
     color: #0B5C84 !important;
     text-align: center;
     font-size: 16px;
     font-weight: 700 !important;
     text-transform: uppercase;
     padding: 0;
     margin: 0;
     display: flex;
     flex-direction: column;
     gap: 4px;

     @media (max-width: 768px) {
         font-size: 14px !important;
     }
 }

  body .bg-product-header--blue .content_product-header h3 {
    color: #fff !important;
  }

 .content_product-header p {
     color: #697d95;
     font-size: 14px;
     font-weight: 400;
     line-height: 1;
     margin: 0 !important;
 }

 .wrapper-flex_items-product {
     display: grid !important;
     grid-template-columns: 1fr 1fr;
     gap: 12px;
     padding: 16px !important;
     border-radius: 16px !important;
 }

 body .wrapper-flex_items-product .bg-product-header {
     width: 100% !important;
     max-width: 100% !important;
 }

 .see-more_product,
 .see_more_dop {
    justify-content: space-between !important;
    align-items: flex-start !important;
 }

 .see_more_dop {
     align-items: center !important;
     display: flex;
     justify-content: space-between;
     flex-direction: row !important;
 }

  body .see_more_dop h3 {
    position: relative !important;
    width: 100% !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: start !important;
    text-transform: initial !important;
 }

 @media (max-width:500px) {
     body .homepage-promo__grid {
         display: block !important
     }

     body .homepage-promo .product-header-mobile {
         display: block !important;
     }
 }

 @media screen and (max-width:767px) {
     .newPolicy-online__box {
         grid-template-columns: 1fr !important
     }
 }

 body {
     font-family: "Onest", Arial, sans-serif;
     overflow: unset !important;
     touch-action: pan-y;
 }

 @font-face {
     font-display: block;
     font-family: Material Icons;
     font-style: normal;
     font-weight: 400;
     src: url(/fonts/vendor/material-icons/iconmaterial-icons.woff2?5cb45a0d0bfc20ef20244cd86de8c660) format("woff2"), url(/fonts/vendor/material-icons/iconmaterial-icons.woff?a7d6a198f811bf2aea7c69087828142a) format("woff")
 }

 .material-icons {
     font-feature-settings: "liga";
     font-family: Material Icons
 }

 .n-policy__item-footer a {
     text-align: center;
 }

 @font-face {
     font-display: block;
     font-family: Material Icons Outlined;
     font-style: normal;
     font-weight: 400;
     src: url(/fonts/vendor/material-icons/iconmaterial-icons-outlined.woff2?1c8bbab5f93802bf0f5d9698a23ee603) format("woff2"), url(/fonts/vendor/material-icons/iconmaterial-icons-outlined.woff?199f09c5d39a9ed2e8cfca404ea4104a) format("woff");
 }

 .material-icons,
 .material-icons-outlined {
     word-wrap: normal;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     text-rendering: optimizeLegibility;
     direction: ltr;
     display: inline-block;
     font-size: 24px;
     font-style: normal;
     font-weight: 400;
     letter-spacing: normal;
     line-height: 1;
     text-transform: none;
     white-space: nowrap
 }

 .material-icons-outlined {
     font-feature-settings: "liga";
     font-family: Material Icons Outlined
 }

 *,
 :after,
 :before {
     box-sizing: border-box
 }

 body,
 html {
     height: 100%
 }

 body {
     background: #eee;
     background-size: cover;
     font-family: Open Sans, sans-serif;
     font-size: 14px;
     line-height: 1.3;
     overflow: hidden
 }

 ul {
     margin: 0;
     padding: 0
 }

 input::-webkit-inner-spin-button,
 input::-webkit-outer-spin-button {
     -webkit-appearance: none;
     margin: 0
 }

 .form-control__input:after {
     content: "";
     position: absolute
 }

 .form-control__input {
     padding: 0 18px !important;
     height: 100%;
     height: 40px !important;
     border-radius: 8px !important;
     border: 1px solid #D9E5F3 !important;
 }

 .form-control__input::placeholder {
     font-size: 12px !important;
     color: #9BB6D6 !important;
 }

 .epictet-show {
     display: none
 }

 @media screen and (max-width:992px) {
     .epictet-remove {
         display: none !important
     }

     .epictet-show {
         display: block !important;
         text-align: center
     }
 }

 .homepage-promo__grid {
     align-items: flex-start !important;
     justify-content: space-between;
 }

 .modal {
     overflow: hidden;
     overflow-y: scroll
 }

 .modal::-webkit-scrollbar {
     width: 0
 }

 .modal--message {
     z-index: 999999 !important
 }

 @media screen and (max-width:1000px) {
     .heading.homepage-promo__heading {
         margin-top: 0 !important;
         font-size: 32px !important;
         text-align: left !important;
     }
 }

 a.n-btn {
     text-transform: uppercase;
     font-weight: 400;
 }

 body a.n-btn:hover {
     background: #0A7EA6 !important;
     color: #fff !important;
 }

 .homepage-promo__heading {
     font-size: 26px
 }

 .heading--2 {
     font-size: 24px !important;
     text-transform: uppercase
 }

 .col-xl-6 {
     max-width: 100% !important
 }

 .mob {
     display: none
 }

 @media screen and (max-width:992px) {
     .desc {
         display: none
     }

     .mob {
         display: block
     }
 }

 .paragraph {
     font-weight: 400 !important
 }

 .main-nav__top-desktop-group {
     width: 75%
 }

 @media screen and (max-width:994px) {
     .main-nav__top-desktop-group {
         width: 100% !important
     }
 }

 .page__body {
     overflow: unset !important
 }

 .modal__content {
     display: flex;
     word-break: break-word
 }

 @media screen and (max-width:991px) {
     .header__call-btn {
         display: none !important
     }

     .header-mob-tel {
         font-size: 36px
     }
 }

 .logo__lang {
     display: none
 }

 @media (max-width:991px) {
     .header {
         padding-top: 113px !important
     }

     .logo__container {
         align-items: center;
         display: flex
     }

     @media(max-width: 768px) {
         .logo__container {
             gap: 40px;
         }
     }

     .logo__container .logo__lang {
         display: block;
         padding-left: 40px
     }

     .logo__container .logo__lang .dropdown__trigger {
         color: #285678;
         font-size: 22px;
         font-weight: 400;
         text-transform: uppercase
     }

     .logo__container .logo__lang .dropdown__link {
         background-color: #0a7ea6;
         color: #093344;
         font-size: 17px;
         font-weight: 400;
         text-transform: uppercase
     }
 }

 .page-team__events {
     padding-top: 44px !important;
     padding-bottom: 44px !important;
 }

 .dropdown__link {
     background: none !important
 }

 .lang-list__item--active {
     color: #fff !important;
     text-decoration: underline
 }

 .premobile {
     display: none !important
 }

 @media screen and (max-width:1210px) {
     .premobile {
         display: block !important;
         font-size: 18px !important
     }

     .header__mob-bottom-row {
         align-items: center;
         display: flex;
         justify-content: space-between;
         margin-top: -10px
     }

     .header-mob-tel svg {
         margin-right: 2px !important;
         width: 25px !important
     }
 }

 .header-mob-tel {
     font-size: 26px !important;
     margin-left: auto
 }

 .header-mob-tel svg {
     margin-top: -5px !important
 }

 @media screen and (max-width:990px) {
     .header-mob-tel__icon {
         font-size: 26px !important;
         margin-top: -1px !important
     }

     .header-mob-tel {
         font-size: 26px !important;
         margin-top: 15px !important
     }
 }

 .newPolicy-online__box {
     display: grid;
     gap: 30px;
     grid-template-columns: 1fr 1fr 1fr 1fr
 }

 .newPolicy-online__box div:first-child {
     flex: 50%
 }

 .homepage-promo {
     padding: 0px 0 0px !important
 }

 @media screen and (max-width:1199px) {
     .newPolicy-online__box {
         grid-template-columns: 1fr 1fr
     }
 }

 @media screen and (max-width:767px) {
     .newPolicy-online__box {
         grid-template-columns: 1fr;
     }
 }

 @media (max-width:470px) {
     body .container {
         overflow: unset !important
     }
 }

 body {
     background-color: #fff
 }

 p {
     color: #3E5269;
     font-weight: 300
 }

 h2 {
     font-size: 20px
 }

 body .heading.page-blog__heading {
     text-align: center !important;
     margin-bottom: 44px !important;
     color: #0B5C84 !important;
     font-size: 48px !important;
     font-weight: 700 !important;
 }

 .n-page-blog__tabs {
     display: flex;
     justify-content: center;
     max-width: 50%;
     margin: 0 auto;

     @media (max-width: 768px) {
         max-width: 100%;
     }
 }

 body .tablist__item {
     margin-left: 0 !important;
 }

 .tablist__item {
     border-bottom: 2px solid #eee;
     border-radius: 0 !important
 }

 @font-face {
     font-family: icomoon;
     src: url(/fonts/icomoon.eot?8b8f9ff3c2746bcd479b8f617746c52a);
     src: url(/fonts/icomoon.eot?8b8f9ff3c2746bcd479b8f617746c52a) format("embedded-opentype"), url(/fonts/icomoon.ttf?46b5067758e501c1cc602f99ff91de72) format("truetype"), url(/fonts/icomoon.woff?ea68cea3e4f47f1e3338c1587d5e65a8) format("woff"), url(/fonts/icomoon.svg?9cc47145c3e61b03d8b8c9a2bbc8a941) format("svg");
     font-weight: 400;
     font-style: normal
 }

 @import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');

 [class*=" icon-"] {
     font-family: icomoon !important;
     speak: none;
     font-style: normal;
     font-weight: 400;
     font-variant: normal;
     text-transform: none;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale
 }

 .container {
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto
 }

 @media (min-width:576px) {
     .container {
         max-width: 540px
     }
 }

 @media (min-width:768px) {
     .container {
         max-width: 760px
     }
 }

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

 @media (min-width:1200px) {
     .container {
         max-width: 1140px
     }
 }

 .row {
     display: flex;
     flex-wrap: wrap;
     margin-right: -15px;
     margin-left: -15px
 }

 .col-lg-5,
 .col-lg-7,
 .col-xl-6 {
     position: relative;
     width: 100%;
     padding-right: 15px;
     padding-left: 15px
 }

 @media (min-width:992px) {
     .col-lg-5 {
         flex: 0 0 41.66667%;
         max-width: 41.66667%
     }

     .col-lg-7 {
         flex: 0 0 58.33333%;
         max-width: 58.33333%
     }
 }

 @media (min-width:1200px) {
     .col-xl-6 {
         flex: 0 0 50%;
         max-width: 50%
     }
 }

 .page {
     height: 100%
 }

 *,
 ::after,
 ::before {
     box-sizing: border-box
 }

 button,
 input {
     font: inherit;
     box-shadow: none
 }

 img,
 svg {
     max-width: 100%;
     height: auto
 }

 @media (prefers-reduced-motion:reduce) {

     *,
     ::after,
     ::before {
         -webkit-animation: none !important;
         animation: none !important
     }
 }

 .icon {
     display: inline-block;
     width: 1em;
     height: 1em;
     fill: currentColor
 }

 .heading {
     margin-top: 0;
     font-weight: 600;
     line-height: 1.2;
     color: #0b5c84 !important
 }

 .heading--2 {
     font-size: 24px
 }

 .heading--4 {
     font-size: 18px;
     letter-spacing: .3px
 }

 @media (min-width:992px) {
     .heading--2 {
         font-size: 30px;
         line-height: 1.1
     }
 }

 .subtitle {
     margin-top: 0;
     font-weight: 400;
     font-size: 18px;
     line-height: 1.3;
     color: #3E5269
 }

 @media (min-width:992px) {
     .subtitle {
         font-size: 20px
     }
 }

 .paragraph {
     font-size: 16px;
     line-height: 1.5;
     color: #3E5269
 }

 .dropdown__trigger {
     margin: 0;
     padding: 0;
     border: 0;
     font-weight: 700;
     letter-spacing: .5px;
     background: 0;
     color: #3E5269;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none
 }

 .dropdown__link {
     display: inline-block;
     text-decoration: none;
     background: #fff8f4;
     color: #0b5c84 !important;
     font-weight: 700;
     font-size: 14px
 }

 .logo {
     display: inline-block;
     width: 135px;
     line-height: 0;
     border-radius: 3px;
     outline: 0
 }

 .logo__path {
     stroke: none;
     fill: currentColor
 }

 .logo__path--primary {
     color: #0b5c84
 }

 .logo__path--secondary {
     color: #0a7ea6
 }

 .logo__path--has-stroke {
     stroke: currentColor
 }

 @media (min-width:992px) {
     .logo__picture {
         height: 34px
     }
 }

 .main-nav__wrapper {
     position: fixed;
     z-index: 1000;
     text-align: center;
     color: #fff;
     background: #0b5c84;
     visibility: hidden;
     transform: translateX(-100%)
 }

 .main-nav__wrapper>* {
     opacity: 0;
     transform: translateX(-100vw)
 }

 @media (min-width:992px) {
     .main-nav__wrapper {
         position: static;
         padding: 0;
         padding-left: 6px;
         visibility: visible;
         transform: none;
         background: inherit;
         color: inherit
     }

     .main-nav__wrapper>* {
         transform: none;
         opacity: 1
     }
 }

 @media (min-width:992px) {
     .main-nav__top-desktop-group {
         position: relative;
         display: flex;
         align-items: center;
         margin-top: 0
     }
 }

 .main-nav__men {
     margin-bottom: 0 !important;
 }

 @media (min-width:992px) {
     .main-nav__menu {
         display: flex
     }
 }

 .main-nav__lang-dropdown {
     display: none
 }

 @media(max-width: 768px) {
     .mobile-search_input {
         width: 100%;
     }
 }

 @media (min-width:992px) {
     .main-nav__lang-dropdown {
         display: block;
         margin-right: 24px
     }
 }

 @media (min-width:1200px) {
     .main-nav__lang-dropdown {
         margin-right: 38px
     }
 }

 .main-nav__lang-list {
     order: 5;
     margin-top: 12px
 }

 @media (min-width:992px) {
     .main-nav__lang-list {
         display: none
     }
 }

 @media (min-width:992px) {
     .main-nav__search {
         display: block
     }
 }

 .main-nav__links {
     order: 1;
     margin: 0 0 20px
 }

 @media (min-width:992px) {
     .main-nav__links {
         order: 0;
         margin-left: auto;
         margin-bottom: 0
     }
 }

 .main-nav__contacts {
     order: 4;
     margin: 0
 }

 @media (min-width:992px) {
     .main-nav__contacts {
         order: 0
     }
 }

 @media (min-width:992px) {
     .main-nav__burger {
         display: none
     }
 }

 .main-menu {
     padding-left: 0;
     list-style: none
 }

 .main-menu__item {
     line-height: 0;
 }

 @media (min-width:992px) {
     .main-menu__item {
         margin: 0;
     }
 }

 @media (min-width:1200px) {
     .main-menu__item {}
 }

 .top-links__item {
     @media(max-width: 768px) {
         width: 100% !important;
     }
 }

 .main-menu__link {
     font-size: 14px !important;
     line-height: 1.14286;
     color: inherit;
     outline: 0;
     text-decoration: none;
     color: #3E5269 !important;
 }

 body .main-menu__link:hover {
     text-decoration: underline !important;

     @media (max-width: 768px) {
         color: #fff !important;
     }
 }

 @media(max-width: 768px) {
     .main-menu__link:hover {
         color: #fff !important;
     }
 }

 @media (min-width:992px) {
     .main-menu__link {
         letter-spacing: .5px
     }
 }

 .burger {
     position: relative;
     width: 30px;
     height: 30px;
     margin: 0;
     padding: 0;
     border: 0;
     background: 0;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     border-radius: 2px;
     outline: 0;
 }

 .burger__icon {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden
 }

 .burger__icon--close {
     transform: rotateY(-180deg)
 }

 .top-links {
     font-size: 14px;
     line-height: 16px;
     padding-left: 0;
     list-style: none;
 }

 @media (min-width:992px) {
     .top-links {
         display: flex
     }
 }

 .top-links__item {
     position: relative;
     text-wrap: wrap;
 }

 @media (min-width:992px) {
     .top-links__item--parent {
         display: flex;
         margin-right: 0 !important;
     }

     .top-links__item--child {
         margin: 0
     }
 }

 @media (min-width:992px) {
     .top-links__link--child {
         padding: 0;
         padding-left: 10px;
         background: #fff8f4
     }
 }

 .top-links__link--child {
     background: rgba(255, 255, 255, .2);
     color: #285678 !important;
     text-align: left;
     justify-content: flex-start;
 }

 .top-links__dropdown {
     min-width: 100%;
     margin: 0;
     padding-left: 0;
     list-style: none;
     max-height: 0;
     overflow: hidden;
     visibility: hidden
 }

 @media (min-width:992px) {
     .top-links__dropdown {
         position: absolute;
         top: 100%;
         left: 50%;
         z-index: 100;
         opacity: 0;
         visibility: hidden;
         transform: translate(-50%, -5px)
     }
 }

 .top-contacts {
     padding-left: 0;
     list-style: none;
     font-size: 13px;
     font-weight: 700;
     line-height: 16px
 }

 @media (min-width:992px) {
     .top-contacts {
         display: flex
     }
 }

 .top-contacts__item {
     margin-bottom: 20px
 }

 @media (min-width:992px) {
     .top-contacts__item {
         margin-bottom: 0
     }
 }

 .top-contacts__link {
     display: inline-flex;
     align-items: center;
     color: inherit;
     text-decoration: none;
     letter-spacing: 1px
 }

 .top-contacts__link--short {
     font-size: 24px;
     letter-spacing: .5px
 }

 @media (min-width:992px) {
     .top-contacts__link--short {
         color: #ed4546
     }
 }

 .top-contacts__icon {
     font-size: 16px;
     margin-right: 8px
 }

 .lang-list {
     display: flex;
     justify-content: center;
     margin: 0;
     padding-left: 0;
     list-style: none
 }

 .lang-list__item {
     margin: 0 15px;
     font-size: 14px;
     line-height: 1.14286;
     letter-spacing: .5px
 }

 .lang-list__item--active {
     font-weight: 700;
     color: #e0999a
 }

 .lang-list__link {
     position: relative;
     text-decoration: none;
     color: inherit
 }

 .lang-list__link::after {
     position: absolute;
     top: 100%;
     left: 0;
     right: 0;
     height: 2px;
     background: currentColor;
     transform: scaleX(0);
     transform-origin: 100% 0;
     content: ""
 }

 .form-control {
     position: relative;
     width: 100%;
     border: none !important;
     background: transparent !important;
 }

 .form-control__input {
     width: 100%;
     padding: 12px 19px;
     border: 1px solid #dcdcdc;
     font-family: inherit;
     font-size: 16px;
     line-height: 1.25;
     border-radius: 4px;
     background: #fff;
     color: #093344;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     border-radius: 5px !important
 }

 .form-control__input::-moz-placeholder {
     color: #a7a7a7
 }

 .form-control__input:-ms-input-placeholder {
     color: #a7a7a7
 }

 .form-control__validation {
     display: none;
     margin-top: 4px;
     font-size: 12px;
     line-height: 2;
     text-align: right
 }

 .form-control__validation--invalid {
     color: #ed4546
 }

 .form__col {
     margin-bottom: 20px
 }

 @media (min-width:992px) {
     .form__col {
         margin-bottom: 25px
     }
 }

 .top-search__dropdown-trigger {
     padding: 0;
     border: 0;
     font-size: 24px;
     border-radius: 4px;
     background: 0;
     color: #ed4546;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     outline: 0
 }

 @media (min-width:992px) {
     .top-search__container {
         position: static;
         display: flex;
         justify-content: flex-end;
         width: 35%;
     }
 }

 .top-search__form {
     position: relative;
     width: 100%;
     margin: 0;
 }

 .top-search__form-control {
     width: 100%
 }

 body .top-search__form-control input {
     padding-left: 54px;
     height: 36px !important;

     @media(max-width: 768px) {
         height: 44px;
     }
 }

 @media (min-width:992px) {
     .top-search__form-control input {
         padding-left: 20px;
         padding-right: 60px
     }
 }

 .feedbackFormMobileAndDesk {
     padding-top: 0px;
     padding-bottom: 50px;
     display: flex;
     justify-content: flex-end;
 }

 .heading-black {
     font-weight: 600;
     font-size: 30px;
     line-height: 110%;
     margin-bottom: 10px;
     color: #0b5c84;
     text-align: left;
 }

 @media(max-width: 768px) {
     .heading-black {
         font-size: 24px;
     }
 }

 .heading {
     font-weight: 600;
     font-size: 30px;
     line-height: 110%;
     margin-bottom: 10px;
     color: #0b5c84;
     text-align: left;
 }

 .heading .section-feedback__heading .animate {
     line-height: 1 !important;
 }

 @media(max-width: 768px) {
     .heading {
         font-size: 24px;
     }
 }

 @media(max-width: 768px) {
     #feedbackerForm {
         max-width: 100%;
         width: 100%;
     }

     .feedbackFormMobileAndDesk {
         justify-content: center;
     }
 }

 .header {
     padding-top: 92px
 }

 .header__main {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     z-index: 1010;
     padding: 20px 0 !important;
     background: #fff
 }

 .header__container {
     display: flex;
     justify-content: space-between;
     align-items: center
 }

 @media (min-width:992px) {
     .header {
         padding-top: 0;
         z-index: 0
     }

     .header__main {
         position: relative
     }

     .header__logo {
         flex: 0 0 16.6667%;
         margin-top: 0px
     }

     .header__container {
         align-items: flex-start
     }

     .header__nav {
         flex-grow: 1;
         flex-basis: 100%
     }
 }

 .homepage-promo {
     text-align: center
 }

 @media (min-width:992px) {
     .homepage-promo {
         padding: 20px 0 90px;
         text-align: left
     }
 }

 .homepage-promo__heading {
     margin-bottom: 16px;
     color: #0b5c84
 }

 .homepage-promo__subtitle {
     margin-bottom: 30px;
     font-size: 18px;
     text-align: left;
 }

 @media (min-width:992px) {
     .homepage-promo__subtitle {
         margin-bottom: 0
     }
 }

 .homepage-promo__grid {
     align-items: center
 }

 .policy-online {
     padding: 50px 0;
     background: #fff8f4
 }

 .policy-online__heading {
     margin-bottom: 10px;
     font-size: 24px
 }

 .policy-online__subtitle {
     margin-bottom: 30px;
     color: #697d95;
     font-weight: 400
 }

 @media (min-width:992px) {
     .policy-online__subtitle {
         margin-bottom: 69px
     }
 }

 @media (min-width:992px) {
     .policy-online {
         padding-top: 45px;
         padding-bottom: 74px
     }
 }

 .modal {
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1000;
     display: none;
     background: #fff;
     outline: 0;
     overflow: auto
 }

 .modal:not(.modal--show) {
     opacity: 0
 }

 .modal__dialog {
     max-width: 456px;
     margin: 92px 15px 30px
 }

 .modal__logo {
     display: none
 }

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

 .modal__description {
     min-height: 29px;
     margin: 0 0 25px;
     text-align: center
 }

 .modal__button {
     min-width: 240px
 }

 .modal__form {
     display: flex;
     flex-direction: column;
     align-items: center
 }

 @media (max-width:575.98px) {
     .modal__button {
         width: 100%
     }
 }

 @media (min-width:486px) {
     .modal__dialog {
         margin-left: auto;
         margin-right: auto
     }
 }

 @media (min-width:992px) {
     .modal__logo {
         display: block;
         width: 368px;
         margin: 0 auto 92px
     }
 }

 @media (min-width:992px) and (min-height:806px) {
     .modal__dialog {
         margin-top: 132px
     }
 }

 .footer-text-row {
     position: relative;
     display: inline-block;
     width: 100%;
     padding: 12px 0;
     font-size: 14px;
     line-height: 1 !important;
     letter-spacing: 1px;
     padding: 12px 0 !important;
 }

 .footer-text-row--button {
     width: 100%;
     border: 0;
     background: 0;
     font-family: inherit;
     letter-spacing: 2px;
     text-transform: uppercase;
     text-align: left;
     color: inherit;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none
 }

 @media (min-width:768px) {
     .footer-text-row {
         width: auto
     }
 }

 .footer-text-row__icon {
     position: absolute;
     top: 11px;
     right: 15px;
     font-size: 16px
 }

 .footer-text-row__icon--minus {
     transform: rotate(-90deg)
 }

 body {
     padding: 0;
     margin: 0
 }

 .container {
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto
 }

 @media (min-width:576px) {
     .container {
         max-width: 540px
     }
 }

 @media (min-width:768px) {
     .container {
         max-width: 760px
     }
 }

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

 @media (min-width:1200px) {
     .container {
         max-width: 1140px
     }
 }

 .row {
     display: flex;
     flex-wrap: wrap;
     margin-right: -15px;
     margin-left: -15px
 }

 .col-lg-5,
 .col-lg-7,
 .col-xl-6 {
     position: relative;
     width: 100%;
     padding-right: 15px;
     padding-left: 15px
 }

 @media (min-width:992px) {
     .col-lg-5 {
         flex: 0 0 41.66667%;
         max-width: 41.66667%
     }

     .col-lg-7 {
         flex: 0 0 58.33333%;
         max-width: 58.33333%
     }
 }

 @media (min-width:1200px) {
     .col-xl-6 {
         flex: 0 0 50%;
         max-width: 50%
     }
 }

 .page {
     height: 100%
 }
 body .page__body {
     display: flex;
     flex-direction: column;
     min-height: 100%;
     margin: 0;
     font-family: "Onest", Arial, sans-serif;
     font-size: 16px;
     background: #fff;
     color: #3E5269
 }

 *,
 ::after,
 ::before {
     box-sizing: border-box
 }

 button,
 input {
     font: inherit;
     box-shadow: none
 }

 img,
 svg {
     max-width: 100%;
     height: auto
 }

 @media (prefers-reduced-motion:reduce) {

     *,
     ::after,
     ::before {
         animation: none !important
     }
 }

 .icon {
     display: inline-block;
     width: 1em;
     height: 1em;
     fill: currentColor
 }

 .heading {
     margin-top: 0;
     font-weight: 600;
     line-height: 1.2;
     color: #0b5c84 !important
 }

 .heading--2 {
     font-size: 24px
 }

 .heading--4 {
     font-size: 18px;
     letter-spacing: .3px
 }

 @media (min-width:992px) {
     .heading--2 {
         font-size: 30px;
         line-height: 1.1
     }
 }

 .paragraph {
     font-size: 16px;
     line-height: 1.5;
     color: #3E5269
 }

 .dropdown__trigger {
     margin: 0;
     padding: 0;
     border: 0;
     font-weight: 700;
     letter-spacing: .5px;
     background: 0;
     color: #3E5269;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none
 }

 .logo {
     display: inline-block;
     width: 135px;
     line-height: 0;
     border-radius: 3px;
     outline: 0
 }

 .logo__path {
     stroke: none;
     fill: currentColor
 }

 .logo__path--primary {
     color: #0b5c84
 }

 .logo__path--secondary {
     color: #0a7ea6
 }

 .logo__path--has-stroke {
     stroke: currentColor
 }

 @media (min-width:992px) {
     .logo__picture {
         height: 34px
     }
 }

 .main-nav__wrapper {
     position: fixed;
     z-index: 1000;
     padding-top: 25px;
     padding-bottom: 50px;
     text-align: center;
     color: #fff;
     background: #0b5c84;
     visibility: hidden;
     transform: translateX(-100%)
 }

 .main-nav__wrapper>* {
     opacity: 0;
     transform: translateX(-100vw)
 }

 @media (min-width:992px) {
     .main-nav__wrapper {
         position: static;
         padding: 0;
         padding-left: 6px;
         visibility: visible;
         transform: none;
         background: inherit;
         color: inherit
     }

     .main-nav__wrapper>* {
         transform: none;
         opacity: 1
     }
 }

 @media (min-width:992px) {
     .main-nav__top-desktop-group {
         position: relative;
         display: flex;
         align-items: center;
         margin-top: 0
     }
 }

 @media (min-width:992px) {
     .main-nav__menu {
         display: flex
     }
 }

 .main-nav__lang-dropdown {
     display: none
 }

 @media (min-width:992px) {
     .main-nav__lang-dropdown {
         display: block;
         margin-right: 24px
     }
 }

 @media (min-width:1200px) {
     .main-nav__lang-dropdown {
         margin-right: 38px
     }
 }

 .main-nav__lang-list {
     order: 5;
     margin-top: 12px
 }

 @media (min-width:992px) {
     .main-nav__lang-list {
         display: none
     }
 }

 @media (min-width:992px) {
     .main-nav__search {
         display: block
     }
 }

 .main-nav__links {
     order: 1;
     margin: 0 0 20px
 }

 @media (min-width:992px) {
     .main-nav__links {
         order: 0;
         margin-left: auto;
         margin-bottom: 0
     }
 }

 .main-nav__contacts {
     order: 4;
     margin: 0
 }

 @media (min-width:992px) {
     .main-nav__contacts {
         order: 0
     }
 }

 @media (min-width:992px) {
     .main-nav__burger {
         display: none
     }
 }

 .main-menu {
     padding-left: 0;
     list-style: none
 }

 .main-menu__item {
     line-height: 0;
 }

 @media (min-width:992px) {
     .main-menu__item {
         margin: 0;
     }
 }

 @media (min-width:1200px) {
     .main-menu__item {}
 }

 .main-menu__link {
     font-size: 14px;
     line-height: 1.14286;
     color: inherit;
     outline: 0;
     text-decoration: none;

     @media (max-width: 768px) {
         text-align: left;
         width: 100%;
         display: block;
     }
 }

 @media (min-width:992px) {
     .main-menu__link {
         letter-spacing: .5px
     }
 }

 .burger {
     position: relative;
     width: 30px;
     height: 30px;
     margin: 0;
     padding: 0;
     border: 0;
     background: 0;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     border-radius: 2px;
     outline: 0
 }

 .burger__icon {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden
 }

 .burger__icon--close {
     transform: rotateY(-180deg)
 }

 .top-links {
     font-size: 14px;
     line-height: 16px;
     padding-left: 0;
     list-style: none;

     @media(max-width: 768px) {
         flex-direction: column;
     }
 }

 @media (min-width:992px) {
     .top-links {
         display: flex
     }
 }

 .top-links__item {
     position: relative
 }

 .top-links__link {
     display: flex;
     align-items: center;
     width: 100%;
     min-height: 40px;
     padding: 0;
     border: 0;
     background: 0;
     color: inherit;
     text-decoration: none;
     text-align: center;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     letter-spacing: 1px;
     justify-content: center
 }

 @media (min-width:992px) {
     .top-links__link--child {
         background: #e9eef1
     }
 }

 .top-links__dropdown {
     min-width: 100%;
     margin: 0;
     padding-left: 0;
     list-style: none;
     max-height: 0;
     overflow: hidden;
     visibility: hidden;
     border-radius: 6px;
     background-color: #eff2f5
 }

 @media (min-width:992px) {
     .top-links__dropdown {
         position: absolute;
         top: 100%;
         left: 50%;
         z-index: 100;
         opacity: 0;
         visibility: hidden;
         transform: translate(-50%, -5px)
     }
 }

 .top-contacts {
     padding-left: 0;
     list-style: none;
     font-size: 13px;
     font-weight: 700;
     line-height: 16px
 }

 @media (min-width:992px) {
     .top-contacts {
         display: flex
     }
 }

 .top-contacts__item {
     margin-bottom: 20px
 }

 @media (min-width:992px) {
     .top-contacts__item {
         margin-bottom: 0
     }
 }

 .top-contacts__link {
     display: inline-flex;
     align-items: center;
     color: inherit;
     text-decoration: none;
     letter-spacing: 1px
 }

 .top-contacts__link--short {
     font-size: 24px;
     letter-spacing: .5px
 }

 @media (min-width:992px) {
     .top-contacts__link--short {
         color: #d9664e
     }
 }

 .top-contacts__icon {
     font-size: 16px;
     margin-right: 8px
 }

 .lang-list {
     display: flex;
     justify-content: center;
     margin: 0;
     padding-left: 0;
     list-style: none
 }

 .lang-list__item {
     margin: 0 15px;
     font-size: 14px;
     line-height: 1.14286;
     letter-spacing: .5px
 }

 .lang-list__item--active {
     font-weight: 700;
     color: #e0999a
 }

 .lang-list__link {
     position: relative;
     text-decoration: none;
     color: inherit
 }

 .lang-list__link::after {
     position: absolute;
     top: 100%;
     left: 0;
     right: 0;
     height: 2px;
     background: currentColor;
     transform: scaleX(0);
     transform-origin: 100% 0;
     content: ""
 }

 .form-control {
     position: relative;
     width: 100%;
     border: none !important;
 }

 .form-control__input {
     width: 100%;
     padding: 11px 18px;
     border: 1px solid #e9eef1;
     font-family: inherit;
     font-size: 16px;
     line-height: 1.25;
     border-radius: 30px;
     background: #fff;
     color: #3E5269;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none
 }

 .form-control__input:-ms-input-placeholder {
     color: #90a2ab
 }

 .form-control__validation {
     display: none;
     margin-top: 4px;
     font-size: 12px;
     line-height: 2;
     text-align: right
 }

 .form-control__validation--invalid {
     color: #d9664e
 }

 .form__col {
     margin-bottom: 20px
 }

 @media (min-width:992px) {
     .form__col {
         margin-bottom: 25px
     }
 }

 .top-search__dropdown-trigger {
     padding: 0;
     border: 0;
     font-size: 24px;
     border-radius: 4px;
     background: 0;
     color: #d9664e;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     outline: 0
 }

 @media (min-width:992px) {
     .top-search__container {
         position: static !important;
         display: flex;
         justify-content: flex-end;
         width: 35%;
     }
 }

 .top-search__form {
     position: relative;
     width: 100%
 }

 .top-search__form-control {
     width: 100%
 }
 body .main-nav.header__nav__top .main-nav__search .top-search__form-control input {
     padding-left: 54px;
     height: 38px !important;
     font-size: 14px;
 }

 body .main-nav.header__nav__top .main-nav__search .top-search__form-control input::placeholder {
     font-size: 14px;
 }

 @media (min-width:992px) {
     .top-search__form-control input {
         padding-left: 20px;
         padding-right: 60px
     }
 }

 .header {
     padding-top: 92px
 }

 .header__main {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     z-index: 98;
     padding: 30px 0;
     background: #fff
 }

 .header__container {
     display: flex;
     justify-content: space-between;
     align-items: center
 }

 @media (max-width:991.98px) {
     .top-links__link--child {
         font-size: 14px !important
     }
 }

 @media (min-width:992px) {
     .header {
         padding-top: 0;
         z-index: 0
     }

     .header__main {
         position: relative
     }

     .header__logo {
         flex: 0 0 16.6667%;
         margin-top: 0px
     }

     .header__container {
         align-items: flex-start
     }

     .header__nav {
         flex-grow: 1;
         flex-basis: 100%
     }
 }

 .homepage-promo {
     text-align: center;
 }

 @media (max-width:992px) {
     .homepage-promo {
         padding: 20px 0 90px;
         text-align: left;
         margin-top: 0
     }
 }

 .homepage-promo__heading {
     margin-bottom: 16px;
     color: #0b5c84
 }

 .homepage-promo__subtitle {
     margin-bottom: 30px
 }

 @media (min-width:992px) {
     .homepage-promo__subtitle {
         margin-bottom: 0
     }
 }

 .homepage-promo__grid {
     align-items: center
 }

 .policy-online {
     padding: 50px 0;
     background: #e9eef1
 }

 .policy-online__heading {
     margin-bottom: 10px
 }

 .policy-online__subtitle {
     margin-bottom: 30px
 }

 @media (min-width:992px) {
     .policy-online__subtitle {
         margin-bottom: 69px
     }
 }

 @media (min-width:992px) {
     .policy-online {
         padding-top: 45px;
         padding-bottom: 74px
     }
 }

 .modal {
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1000;
     display: none;
     padding-left: 15px;
     padding-right: 15px;
     background: #e9eef1;
     outline: 0;
     overflow: auto
 }

 .modal:not(.modal--show) {
     opacity: 0
 }

 .modal__dialog {
     max-width: 456px;
     margin: 60px auto 30px
 }

 .modal__logo {
     display: block;
     width: 151px;
     margin: 0 auto 60px
 }

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

 .modal__description {
     min-height: 29px;
     margin: 0 0 25px;
     font-weight: 400;
     text-align: center
 }

 .modal__button {
     min-width: 240px
 }

 .modal__form {
     display: flex;
     flex-direction: column;
     align-items: center
 }

 @media (max-width:575.98px) {
     .modal__button {
         width: 100%
     }
 }

 @media (min-width:576px) {
     .modal__content {
         padding-left: 50px;
         padding-right: 50px
     }
 }

 @media (min-width:992px) {
     .modal__logo {
         margin-bottom: 51px
     }
 }

 .footer-text-row {
     position: relative;
     display: inline-block;
     width: 100%;
     padding: 12px 0;
     font-size: 14px;
     line-height: 1 !important;
     letter-spacing: 1px;
     padding: 12px 0 !important;
 }

 .footer-text-row--button {
     width: 100%;
     border: 0;
     background: 0;
     font-family: inherit;
     letter-spacing: 2px;
     text-transform: uppercase;
     text-align: left;
     color: inherit;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none
 }

 @media (min-width:768px) {
     .footer-text-row {
         width: auto
     }
 }

 .footer-text-row__icon {
     position: absolute;
     top: 11px;
     right: 15px;
     font-size: 16px
 }

 .footer-text-row__icon--minus {
     transform: rotate(-90deg)
 }

 .container {
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto
 }

 @media (min-width:576px) {
     .container {
         max-width: 540px
     }
 }

 @media (min-width:768px) {
     .container {
         max-width: 760px
     }

     .call-center-order-mobile {
         order: -1;
     }
 }

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

 @media (min-width:1200px) {
     .container {
         max-width: 1140px
     }
 }

 .row {
     display: flex;
     flex-wrap: wrap;
     margin-right: -15px;
     margin-left: -15px
 }

 .col-lg-5,
 .col-lg-7,
 .col-xl-6 {
     position: relative;
     width: 100%;
     padding-right: 15px;
     padding-left: 15px
 }

 @media (min-width:992px) {
     .col-lg-5 {
         flex: 0 0 41.66667%;
         max-width: 41.66667%
     }

     .col-lg-7 {
         flex: 0 0 58.33333%;
         max-width: 58.33333%
     }
 }

 @media (min-width:1200px) {
     .col-xl-6 {
         flex: 0 0 50%;
         max-width: 50%
     }
 }

 .page {
     height: 100%
 }

 *,
 ::after,
 ::before {
     box-sizing: border-box
 }

 button,
 input {
     font: inherit;
     box-shadow: none
 }

 img,
 svg {
     max-width: 100%;
     height: auto
 }

 @media (prefers-reduced-motion:reduce) {

     *,
     ::after,
     ::before {
         animation: none !important
     }
 }

 .icon {
     display: inline-block;
     width: 1em;
     height: 1em;
     fill: currentColor
 }

 .n-five-reasons__item p {
     color: #0b5c84 !important;
 }

 .n-services__item-header_info p {
     color: #0b5c84 !important;
 }

 .n-services__item-header {
     height: 70px;
 }

 @media(max-width: 768px) {
     .n-services__item-header {
         height: 50px;
     }
 }

 .n-about__history_date--blue {
     border-color: #0B5C84 !important;
 }

 .n-services__title p {
     color: #0b5c84 !important;
 }

 .top-links__link--button {
     color: #0b5c84 !important;
 }

 .n-main-nav__wrapper_item .top-links .top-links__link--button {
     color: #0b5c84 !important;
 }

 .n-police-buy h2 {
     color: #0b5c84 !important;
 }

 .n-receiving-payments__section_title {
     color: #0b5c84 !important;
 }

 .n-five-reasons__title p {
     color: #0b5c84 !important;
 }

 .heading {
     margin-top: 0;
     font-weight: 600;
     line-height: 1.2;
     color: #0b5c84 !important;
 }

 .heading--2 {
     font-size: 22px
 }

 .heading--4 {
     font-size: 18px
 }

 .cc-text {
     color: #0b5c84 !important;
 }

 @media (min-width:992px) {
     .heading--2 {
         font-size: 30px;
         line-height: 1.1
     }
 }

 @media (max-width:992px) {
     .n-main-nav__wrapper_item .top-links .top-links__link--button {
         color: #fff !important;
     }

     .cc-text {
         color: #fff !important;
     }
 }

 .paragraph {
     font-size: 16px;
     line-height: 1.5
 }

 .dropdown__trigger {
     margin: 0;
     padding: 0;
     border: 0;
     font-weight: 700;
     background: 0;
     color: #90a2ab;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none
 }

 .logo {
     display: inline-block;
     width: 135px;
     line-height: 0;
     border-radius: 3px;
     outline: 0
 }

 .logo__path {
     stroke: none;
     fill: currentColor
 }

 .logo__path--primary {
     color: #0b5c84
 }

 .logo__path--secondary {
     color: #0a7ea6
 }

 .logo__path--has-stroke {
     stroke: currentColor
 }

 @media (min-width:992px) {
     .logo__picture {
         height: 34px
     }
 }

 .main-nav__wrapper {
     position: fixed;
     z-index: 1000;
     padding-top: 25px;
     padding-bottom: 50px;
     overflow: auto;
     text-align: center;
     color: #fff;
     background: #0b5c84;
     visibility: hidden;
     transform: translateX(-100%)
 }

 .main-nav__wrapper>* {
     opacity: 0;
     transform: translateX(-100vw)
 }

 @media (min-width:992px) {
     .main-nav__wrapper {
         position: static;
         padding: 0;
         padding-left: 6px;
         overflow: visible;
         visibility: visible;
         transform: none;
         background: inherit;
         color: inherit
     }

     .main-nav__wrapper>* {
         transform: none;
         opacity: 1
     }
 }

 @media (min-width:992px) {
     .main-nav__top-desktop-group {
         position: relative;
         display: flex;
         align-items: center;
         margin-top: 0
     }
 }

 @media (min-width:992px) {
     .main-nav__menu {
         display: flex
     }
 }

 .main-nav__lang-dropdown {
     display: none
 }

 @media (min-width:992px) {
     .main-nav__lang-dropdown {
         display: block;
         margin-right: 24px
     }
 }

 @media (min-width:1200px) {
     .main-nav__lang-dropdown {
         margin-right: 30px
     }
 }

 .footer__col.footer__col--phones {
     @media (max-width: 768px) {
         border-top: 1px solid rgba(255, 255, 255, 0.2);
         padding-top: 32px;
     }
 }

 .main-nav__lang-list {
     order: 5;
     margin-top: 12px
 }

 @media (min-width:992px) {
     .main-nav__lang-list {
         display: none
     }
 }

 .main-nav__search {
     display: block !important;
 }

 @media (min-width:992px) {
     .main-nav__search {
         display: block
     }
 }

 .main-nav__links {
     order: 1;
     margin: 0 0 20px
 }

 @media (min-width:992px) {
     .main-nav__links {
         order: 0;
         margin-left: auto;
         margin-bottom: 0
     }
 }

 .main-nav__contacts {
     order: 4;
     margin: 0
 }

 @media (min-width:992px) {
     .main-nav__contacts {
         order: 0
     }
 }

 @media (min-width:992px) {
     .main-nav__burger {
         display: none
     }
 }

 .main-menu {
     padding-left: 0;
     list-style: none
 }

 .main-menu__item {
     line-height: 0;

     @media (max-width: 768px) {
         width: 100%;
         text-align: left;
         border-bottom: 1px solid rgba(255, 255, 255, 0.25);
         padding-bottom: 8px;
     }
 }

 .main-menu__item {
     margin: 0 !important;
 }

 @media (min-width:992px) {
     .main-menu__item {
         margin: 0;
     }
 }

 .main-menu__link {
     font-size: 16px;
     line-height: 1.14286;
     color: inherit;
     outline: 0;
     text-decoration: none
 }

 @media (min-width:992px) {
     .main-menu__link {
         color: #90a2ab
     }
 }

 .burger {
     position: relative;
     width: 30px;
     height: 30px;
     margin: 0;
     padding: 0;
     border: 0;
     background: 0;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     border-radius: 2px;
     outline: 0
 }

 .burger__icon {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden
 }

 .burger__icon--close {
     transform: rotateY(-180deg)
 }

 .top-links {
     font-size: 14px;
     line-height: 16px;
     padding-left: 0;
     list-style: none;
     display: flex;
     align-items: center;
     gap: 24px;

     @media (max-width: 768px) {
         gap: 12px;
     }
 }

 @media (min-width:992px) {
     .top-links {
         display: flex
     }
 }

 .top-links__item {
     position: relative
 }

 @media (min-width:992px) {
     .top-links__link {
         color: #285678
     }

     .top-links__link--child {
         background: #e9eef1
     }
 }

 .top-links__link--child {
     font-size: 12px;
     font-weight: 300;
     padding-left: 10px
 }

 .top-links__dropdown {
     min-width: 100%;
     margin: 0;
     padding-left: 0;
     list-style: none;
     max-height: 0;
     overflow: hidden;
     visibility: hidden
 }

 @media (min-width:992px) {
     .top-links__dropdown {
         position: absolute;
         top: 100%;
         left: 50%;
         z-index: 100;
         opacity: 0;
         visibility: hidden;
         transform: translate(-50%, -5px)
     }
 }

 body .top-links__dropdown {
     transition: .35s all linear !important;
 }

 .top-contacts {
     padding-left: 0;
     list-style: none;
     font-size: 13px;
     font-weight: 700;
     line-height: 16px
 }

 @media (min-width:992px) {
     .top-contacts {
         display: flex
     }
 }

 .top-contacts__item {
     margin-bottom: 20px
 }

 @media (min-width:992px) {
     .top-contacts__item {
         margin-bottom: 0
     }
 }

 .top-contacts__link {
     display: inline-flex;
     align-items: center;
     color: inherit;
     text-decoration: none;
     letter-spacing: 1px
 }

 .top-contacts__link--short {
     font-size: 24px;
     letter-spacing: .5px
 }

 @media (min-width:992px) {
     .top-contacts__link--short {
         color: #d9664e
     }
 }

 .top-contacts__icon {
     font-size: 16px;
     margin-right: 8px
 }

 .lang-list {
     display: flex;
     justify-content: center;
     margin: 0;
     padding-left: 0;
     list-style: none
 }

 .lang-list__item {
     margin: 0 15px;
     font-size: 14px;
     line-height: 1.14286;
     letter-spacing: .5px
 }

 .lang-list__item--active {
     font-weight: 700;
     color: #e0999a
 }

 .lang-list__link {
     position: relative;
     text-decoration: none;
     color: inherit
 }

 .lang-list__link::after {
     position: absolute;
     top: 100%;
     left: 0;
     right: 0;
     height: 2px;
     background: currentColor;
     transform: scaleX(0);
     transform-origin: 100% 0;
     content: ""
 }

 .form-control {
     position: relative;
     width: 100%;
     border: none !important;
 }

 .form-control__input {
     width: 100%;
     padding: 11px 18px;
     border: 1px solid #e9eef1;
     font-family: inherit;
     font-size: 16px;
     line-height: 1.25;
     border-radius: 30px;
     background: #fff;
     color: #000 !important;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none
 }

 .form-control__input:-ms-input-placeholder {
     color: #90a2ab
 }

 .form-control__validation {
     display: none;
     margin-top: 4px;
     font-size: 12px;
     line-height: 2;
     text-align: right
 }

 .form-control__validation--invalid {
     color: #d9664e
 }

 .form__col {
     margin-bottom: 20px;
 }

 @media (min-width:576px) {
     .form__col {
         margin-bottom: 30px
     }
 }

 .top-search__dropdown-trigger {
     padding: 0;
     border: 0;
     font-size: 24px;
     border-radius: 4px;
     background: 0;
     color: #d9664e;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     outline: 0
 }

 body .top-search {
     position: relative;
     margin-top: 0 !important;
 }

 .top-search__dropdown-trigger {
     position: absolute;
     top: 50%;
     right: 16px;
     z-index: 99;
     transform: translateY(-50%)
 }

 .top-search__container {
     width: 100% !important;
     overflow: unset !important;
     opacity: 1 !important;
     visibility: visible !important;
     display: block !important;
     transform: unset !important;
 }

 @media (min-width:992px) {
     .top-search__container {
         position: static !important;
         display: flex;
         justify-content: flex-end;
         width: 35%;
     }
 }

 .top-search__form {
     position: relative;
     width: 100%
 }

 .top-search__form-control {
     width: 100%
 }

 @media (min-width:992px) {
     .top-search__form-control input {
         padding-left: 20px;
         padding-right: 60px
     }
 }

 .header {
     padding-top: 92px
 }

 body .header__main {
     top: 0;
     left: 0;
     z-index: 989999 !important;
     width: 100%;
     padding: 30px 0;
     background: #fff;
     padding: 16px 0px !important;
 }

 .header__container {
     display: flex;
     justify-content: space-between;
     align-items: center
 }

 .header__mob-personal-area {
     font-size: 30px;
     line-height: 0;
     color: #d9664e
 }

 .header__mob-personal-area svg {
     width: 44px;
 }

 .header__call-btn {
     min-height: 40px;
     padding: 12px 26px
 }

 @media (max-width:991.98px) {
     .header__nav {
         order: -1
     }
 }

 @media (min-width:992px) {
     .header {
         padding-top: 0;
         z-index: 98
     }

     .header__main {
         position: relative
     }

     .header__logo {
         flex: 0 0 16.6667%;
         margin-top: 0px
     }

     .header__container {
         align-items: flex-start
     }

     .header__nav {
         flex-grow: 1;
         flex-basis: 100%
     }

     .header__mob-personal-area {
         display: none
     }

     .header__mob-bottom-row {
         display: none
     }
 }

 .header-mob-tel {
     display: flex;
     font-size: 24px;
     font-weight: 700;
     line-height: 16px;
     text-decoration: none;
     color: #0b5c84
 }

 .header-mob-tel__icon {
     margin-right: 8px;
     font-size: 16px;
     color: #d9664e
 }

 body .homepage-promo {
     padding: 0px !important;
     text-align: center
 }

 @media (min-width:992px) {
     .homepage-promo {
         padding: 20px 0 13px;
         text-align: left
     }
 }

 .homepage-promo__heading {
     margin-bottom: 16px;
     font-size: 26px;
     line-height: 1.2;
     color: #285678
 }

 @media (min-width:992px) {
     .homepage-promo__heading {
         margin-top: 0;
         margin-bottom: 11px;
         font-size: 48px !important;
         line-height: 1.3
     }
 }

 .homepage-promo__subtitle {
     margin-bottom: 30px
 }

 @media (min-width:992px) {
     .homepage-promo__subtitle {
         margin-bottom: 0
     }
 }

 @media (min-width:1200px) {
     .homepage-promo__illustration {
         position: relative;
         top: 0 !important;
         left: 0px !important;
     }
 }

 .myInsurance {
     height: auto !important;
     margin-right: 0 !important;
     display: flex;
     align-items: center;
     font-size: 14px;
     color: #0B5C84;
     font-weight: 500;
 }

 .myInsurance:hover {
     text-decoration: underline !important;
 }

 @media(max-width: 768px) {
     .myInsurance {
         height: auto !important;
         padding: 0px 8px !important;
         margin-right: 0px !important;
     }
 }

 .policy-online {
     padding: 50px 0;
     background: #e9eef1
 }

 .policy-online__heading {
     margin-bottom: 12px
 }

 .policy-online__subtitle {
     margin-bottom: 30px
 }

 @media (min-width:992px) {
     .policy-online__subtitle {
         margin-bottom: 46px
     }
 }

 @media (min-width:992px) {
     .policy-online {
         padding-top: 45px;
         padding-bottom: 49px
     }
 }

 .modal {
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1000;
     display: none;
     padding-left: 15px;
     padding-right: 15px;
     background: #e9eef1;
     outline: 0;
     overflow: auto
 }

 .modal:not(.modal--show) {
     opacity: 0
 }

 .modal__dialog {
     max-width: 456px;
     margin: 60px auto 30px
 }

 .modal__dialog {
     position: fixed;
     top: 40%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 95%;
     max-width: 700px;
 }

 .form__row {
     gap: 12px;
 }

 .phone-form {
     border-radius: 24px;
     background: #F1F7F9;
     padding: 30px;
     display: flex;
     gap: 20px;
     width: 100%;
 }

 .section-contacts__picture img {
     margin-top: 0px !important;
 }

 .modal__form {
     gap: 30px;
 }

 .form-control {
     padding: 0px !important;
 }

 @media(max-width: 768px) {
     .n-modal__heading {
         font-size: 18px !important;
     }

     .modal__dialog {
         max-width: 100%;
     }
 }

 .modal__logo {
     display: block;
     width: 151px;
     margin: 0 auto 60px
 }

 .modal__content {
     display: flex;
     flex-direction: column;
     align-items: center;
     padding: 30px;
     background: #fff;
     border-radius: 4px;
     transform: translateY(-20px);
 }

 .modal__close {
     align-self: flex-end;
     padding: 0;
     border: 0;
     font-size: 16px;
     font-weight: 700;
     line-height: 1.25;
     text-decoration: none;
     background: 0;
     color: #08355485;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     outline: 0;
     box-shadow: none;
 }

 .modal__heading {
     margin-bottom: 30px;
     text-align: center;
 }

 .modal__description {
     margin: 0 0 30px;
     font-weight: 400;
     text-align: center;
 }

 .modal__button {
     display: block;
     min-width: 240px;
 }

 .modal__form {
     width: 100%;
 }

 @media (max-width:575.98px) {
     .modal__button {
         width: 100%;
     }
 }

 @media (min-width:576px) {
     .modal__content {
         padding: 30px 30px 50px;
     }
 }

 .posts-queue__col {
     margin-bottom: 0px !important;
 }

 @media (min-width:992px) {
     .modal__logo {
         margin-bottom: 51px;
     }
 }

 .footer-text-row {
     position: relative;
     display: inline-block;
     width: 100%;
     padding: 12px 0;
     font-size: 14px;
     line-height: 1 !important;
     letter-spacing: 1px;
     padding: 12px 0 !important;
 }

 .footer-text-row--button {
     width: 100%;
     border: 0;
     background: 0;
     font-family: inherit;
     text-transform: uppercase;
     text-align: left;
     color: inherit;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none
 }

 .liMyInsurance {
     @media (max-width: 768px) {
         justify-content: center;
         display: flex;
     }
 }

 @media (max-width:768px) {
     .flex-mobile-burger {
         display: flex;
         flex-direction: column;
     }
 }

 @media (min-width:768px) {
     .footer-text-row {
         width: auto
     }
 }

 .footer-text-row__icon {
     position: absolute;
     top: 11px;
     right: 15px;
     font-size: 16px
 }

 .footer-text-row__icon--minus {
     transform: rotate(-90deg)
 }

 .animate {
     opacity: 1 !important
 }

 .modal {
     z-index: -10000
 }

 #needLogin {
     z-index: 9999;
     background: 0 0
 }

 input:-webkit-autofill {
     -webkit-box-shadow: 0 0 0 30px #fff inset !important
 }

 .modal {
     background: #08355485 !important
 }

 .form-control__input {
     position: relative
 }

 .form-control__input {
     border: 1px solid #dcdcdc
 }

 .form-control__input {
     border: 1px solid #dcdcdc
 }

 .size-24 {
     font-size: 24px !important
 }

 @media (max-width:470px) {
     .container {
         overflow: hidden !important
     }
 }

 div.n-main-nav__wrapper_item:nth-child(2) {
     margin-top: 20px;
 }

 .n-breadcrumbs {
     margin-bottom: 10px;
 }

 .n-breadcrumbs__item {
     display: inline-block;
     vertical-align: middle;
 }

 .n-breadcrumbs__item--separator {
     font-size: 10px;
     line-height: 100%;
     margin: 0 3px;
 }

 .n-breadcrumbs__item--separator span {
     color: #90a2ab;
 }

 @media (min-width: 768px) {
     ul.main-menu.main-nav__menu {
         margin-bottom: 0px !important
     }
 }

 .language-select-mobile {
     position: relative;
     color: #0B5C84;
     display: none;
 }

 @media (max-width: 768px) {
     .language-select-mobile {
         display: block;
     }

     body .mobile__header__container {
         padding: 0px 15px !important;
         gap: 24px;
         margin-bottom: 20px;
     }
 }

 .main-nav.header__nav__top__call-center a {
     color: #0B5C84 !important;
     font-size: 24px !important;
     font-weight: 800 !important;
 }

 .language-select-mobile #select-mobile {
     display: flex;
     padding: 7px 12px;
     justify-content: center;
     align-items: center;
     gap: 10px;
     background: #EFF2F5;
     border-radius: 6px;
     font-size: 14px;
     color: #0B5C84;
     cursor: pointer;
 }

 .language-select-mobile .dropdown-language-mobile {
     position: absolute;
     margin-top: 5px;
     left: 50%;
     transform: translatex(-50%);
     display: none;
     flex-direction: column;
     width: 100%;
     background: #EFF2F5;
     z-index: 999999;
     border-radius: 6px;
 }

 .footer__copyright {
     @media (max-width: 768px) {
         border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
     }
 }

 .language-select-mobile .dropdown-language-mobile .dropdown-language__item {
     color: #0B5C84;
     padding: 5px 10px;
     text-align: center;
     border-radius: 6px;
     transition: all .25s easy;
 }

 .language-select-mobile .dropdown-language-mobile .dropdown-language__item:hover {
     opacity: 0.5;
 }

 .language-select-mobile .dropdown-language-mobile .dropdown-language__item a {
     color: #0B5C84;
     text-decoration: none;
     list-style: none;
     width: 100%;
     display: block;
     font-size: 14px;
 }

 @media (min-width: 768px) {
     ul.main-menu.main-nav__menu {
         margin-bottom: 0px !important
     }
 }

 .language-select {
     position: relative;
     color: #0B5C84;
 }

 body .language-select #select {
     display: flex;
     padding: 7px 12px;
     justify-content: center;
     align-items: center;
     border-radius: 8px;
     background: #E5F8FF;
     border-radius: 6px;
     font-size: 14px;
     color: #0B5C84;
     font-size: 11px;
     text-transform: uppercase;
     font-weight: 600;
     cursor: pointer;
     height: 38px !important;

     @media (max-width: 768px) {
         height: 44px !important;
         width: 55px !important;
     }
 }

 .main-nav .header__nav__bottom {
     display: flex !important;
     align-items: center;

     @media (max-width: 768px) {
         margin-top: 48px;
     }
 }

 .language-select .dropdown-language {
     position: absolute;
     margin-top: 5px;
     left: 50%;
     transform: translatex(-50%);
     display: none;
     flex-direction: column;
     width: 100%;
     z-index: 999999;
     border-radius: 8px;
     background: #E5F8FF;
     font-weight: 600;
 }

 .language-select .dropdown-language .dropdown-language__item {
     color: #0B5C84;
     padding: 5px 0px;
     font-size: 11px !important;
     border-radius: 6px;
     transition: all .25s easy;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .language-select .dropdown-language .dropdown-language__item:hover {
     opacity: 0.5;
 }

 .language-select .dropdown-language .dropdown-language__item a {
     color: #0B5C84;
     text-decoration: none;
     list-style: none;
     width: 100%;
     display: block;
     font-size: 11px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .burger__icon--close {
     display: none !important;
 }

 .burger--expanded .burger__icon--close {
     display: block !important;
 }

 .top-links__link--child {
     text-align: left !important;
 }

 .inform-text span {
     font-weight: bolder;
     font-size: 16px;
 }

 .n-services {
     min-height: auto !important;
 }

 .inform-text li {
     margin-bottom: 5px;
     color: #697D96 !important;
     font-weight: 300;
     font-size: 16px;
 }

 .n-insruance__instruction {
     line-height: 1 !important;
 }

 .paragraph-wrapper-memo {
     color: #697D96 !important;
     font-size: 16px !important;
 }

 .modal__dialog .modal__content {
     max-width: 100% !important;
 }

 body #insuranceOptions .top-links__link--child,
 #buyOptions .top-links__link--child {}

 body .top-links__link--child {
     display: block !important;
     text-align: left !important;
     text-transform: uppercase;
 }

 .section-header__heading {
     color: #0B5C84 !important;
     text-align: center !important;
     font-size: 48px !important;
     font-weight: 600;
 }

 .section-header {
     justify-content: center !important;
 }

 @media screen and (max-width: 1210px) {
     .premobile {
         font-size: 16px !important
     }

     .header-mob-tel {
         font-size: 26px !important
     }
 }

 .mobileVisibleOnly {
     display: none;
 }

 .checkPolicyRedirect {
     display: none;
     font-size: 16px;
     line-height: 1.14286;
     color: inherit;
     outline: 0;
     text-decoration: none;
     transition: opacity 0.35s;
     margin-top: 15px;
 }

 @media(max-width: 768px) {
     .mobileVisibleOnly {
         display: block;
     }

     .checkPolicyRedirect {
         display: block;
     }
 }

 .top-contacts__link {
     background: #F2F6FA;
     padding: 10px;
     gap: 10px;
     border-radius: 6px;
 }

 .top-contacts__link .call_center_number {
     color: #0A7EA6;
     font-size: 24px;
     font-weight: 600;
 }

 @media (max-width: 768px) {
     .top-search {
         margin-top: 0px !important;
     }

     .top-contacts__link {
         padding: 2px 10px !important;
     }

     .main-nav__contacts {
         display: none;
     }
 }

 .swiper-button-next {
     display: none !important;
 }

 @media (min-width: 768px) {
     body .team-memeber-slide {
         width: 230px !important;
     }

     .swiper-wrapper {
         justify-content: center;
     }
 }

 .main-nav .header__nav__top {
     display: flex;
     gap: 12px;
     justify-content: right;

     @media(max-width: 768px) {
         flex-direction: column;
     }
 }

 input.form-control__input::placeholder {
     font-size: 14px !important
 }

 .main-nav .header__nav__top__call-center {
     display: flex;
     align-items: center;
     gap: 8px;
 }

 .main-nav .header__nav__top__call-center a {
     color: #0B5C84;
     font-size: 20px;
     font-weight: 600;
 }

 .main-nav.header__nav__top__call-center {
     display: flex;
     align-content: center;
     gap: 12px;
 }

 .main-nav.header__nav {
     display: flex;
     flex-direction: column;
     gap: 24px;

     @media (max-width: 768px) {
         position: fixed;
         background: #fff;
         height: 100%;
         top: 0;
         padding: 20px;
         border-right: 1px solid #bbb;
         left: 0;
         transform: translate(-100%, 0);
         transition: .25s all linear;
         background: #0B5C84;
         max-width: 100%;
         width: 100%;
         overflow-y: scroll;
         z-index: 9999;
     }
 }

 .footer__license.mobile-header-info {
     max-width: 100% !important;
     padding: 0 !important;
     font-size: 12px !important;
 }

 @media(max-width: 768px) {
     .main-nav.header__nav__top {
         display: none !important;
     }
 }

 .desktop-search-call-center {
     @media (max-width: 768px) {
         display: none !important;
     }
 }

 .mobile-language {
     display: none;

     @media (max-width: 768px) {
         display: block;
     }
 }

 body .section-blog {
     background: transparent !important;
     padding-bottom: 24px !important;
     padding: 32px 0 !important;
 }

 .row {
     @media (min-width: 992px) {
         flex-wrap: nowrap !important;
     }
 }

 body .page__content {
     display: flex;
     flex-direction: column;
     gap: 64px;
     padding: 24px 0px 64px 0px;

     @media (max-width: 768px) {
         gap: 48px;
     }
 }

 img {
     position: relative;
 }

 .post-card__img {
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .post-card__img::after {
     content: url('images/logotype.svg') attr(alt);
     font-size: 14px;
     color: #697d95;
     position: absolute;
     left: 0;
     width: 100%;
     text-align: center;
     height: 100%;
     background: #e6eaec !important;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 body .pagination {
     margin-top: 24px !important;

     @media (max-width: 768px) {
         margin-top: 44px !important;
     }
 }

 .pagination__dots a {
     border: 1px solid #eee;
     border-radius: 6px;
     height: 24px;
     width: 24px;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 16px;
     color: #eee !important;
 }

 .link-paginate.active {
     border: 1px solid #0B5C84;
     border-radius: 6px;
     height: 24px;
     width: 24px;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 16px;
 }

 .link-paginate.active span {
     color: #0B5C84 !important;
 }

 #mobileNavWrapper #close {
     display: none;

     @media (max-width: 768px) {
         display: block;
     }
 }
