[data-simplebar] {
   position: relative;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -ms-flex-line-pack: start;
   align-content: flex-start;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
}
.simplebar-wrapper {
   overflow: hidden;
   width: inherit;
   height: inherit;
   max-width: inherit;
   max-height: inherit;
}
.simplebar-mask {
   direction: inherit;
   position: absolute;
   overflow: hidden;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   bottom: 0;
   right: 0;
   width: auto !important;
   height: auto !important;
   z-index: 0;
}
.simplebar-offset {
   direction: inherit !important;
   -webkit-box-sizing: inherit !important;
   box-sizing: inherit !important;
   resize: none !important;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   padding: 0;
   margin: 0;
   -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
   direction: inherit;
   -webkit-box-sizing: border-box !important;
   box-sizing: border-box !important;
   position: relative;
   display: block;
   height: 100%;
   width: auto;
   max-width: 100%;
   max-height: 100%;
   scrollbar-width: none;
   -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
   width: 0;
   height: 0;
}
.simplebar-content:before,
.simplebar-content:after {
   content: " ";
   display: table;
}
.simplebar-placeholder {
   max-height: 100%;
   max-width: 100%;
   width: 100%;
   pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
   -webkit-box-sizing: inherit !important;
   box-sizing: inherit !important;
   height: 100%;
   width: 100%;
   max-width: 1px;
   position: relative;
   float: left;
   max-height: 1px;
   overflow: hidden;
   z-index: -1;
   padding: 0;
   margin: 0;
   pointer-events: none;
   -webkit-box-flex: inherit;
   -ms-flex-positive: inherit;
   flex-grow: inherit;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   -ms-flex-preferred-size: 0;
   flex-basis: 0;
}
.simplebar-height-auto-observer {
   -webkit-box-sizing: inherit;
   box-sizing: inherit;
   display: block;
   opacity: 0;
   position: absolute;
   top: 0;
   left: 0;
   height: 1000%;
   width: 1000%;
   min-height: 1px;
   min-width: 1px;
   overflow: hidden;
   pointer-events: none;
   z-index: -1;
}
.simplebar-track {
   z-index: 1;
   position: absolute;
   right: 0;
   bottom: 0;
   pointer-events: none;
   overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
   pointer-events: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
   pointer-events: all;
}
.simplebar-scrollbar {
   position: absolute;
   left: 0;
   right: 0;
   min-height: 10px;
}
.simplebar-scrollbar:before {
   position: absolute;
   content: "";
   background: #000;
   border-radius: 7px;
   left: 2px;
   right: 2px;
   opacity: 0;
   -webkit-transition: opacity 0.2s linear;
   -o-transition: opacity 0.2s linear;
   transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
   opacity: 0.5;
   -webkit-transition: opacity 0 linear;
   -o-transition: opacity 0 linear;
   transition: opacity 0 linear;
}
.simplebar-track.simplebar-vertical {
   top: 0;
   width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
   top: 2px;
   bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
   left: 0;
   height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
   height: 100%;
   left: 2px;
   right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
   right: auto;
   left: 0;
   top: 2px;
   height: 7px;
   min-height: 0;
   min-width: 10px;
   width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
   right: auto;
   left: 0;
}
.hs-dummy-scrollbar-size {
   direction: rtl;
   position: fixed;
   opacity: 0;
   visibility: hidden;
   height: 500px;
   width: 500px;
   overflow-y: hidden;
   overflow-x: scroll;
}
.simplebar-hide-scrollbar {
   position: fixed;
   left: 0;
   visibility: hidden;
   overflow-y: scroll;
   scrollbar-width: none;
   -ms-overflow-style: none;
}
.daterangepicker {
   position: absolute;
   color: inherit;
   background-color: #fff;
   border-radius: 4px;
   border: 1px solid #ddd;
   width: 278px;
   max-width: none;
   padding: 0;
   margin-top: 7px;
   top: 100px;
   left: 20px;
   z-index: 3001;
   display: none;
   font-family: arial;
   font-size: 15px;
   line-height: 1em;
}
.daterangepicker:before,
.daterangepicker:after {
   position: absolute;
   display: inline-block;
   border-bottom-color: rgba(0, 0, 0, 0.2);
   content: "";
}
.daterangepicker:before {
   top: -7px;
   border-right: 7px solid transparent;
   border-left: 7px solid transparent;
   border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
   top: -6px;
   border-right: 6px solid transparent;
   border-bottom: 6px solid #fff;
   border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
   right: 9px;
}
.daterangepicker.opensleft:after {
   right: 10px;
}
.daterangepicker.openscenter:before {
   left: 0;
   right: 0;
   width: 0;
   margin-left: auto;
   margin-right: auto;
}
.daterangepicker.openscenter:after {
   left: 0;
   right: 0;
   width: 0;
   margin-left: auto;
   margin-right: auto;
}
.daterangepicker.opensright:before {
   left: 9px;
}
.daterangepicker.opensright:after {
   left: 10px;
}
.daterangepicker.drop-up {
   margin-top: -7px;
}
.daterangepicker.drop-up:before {
   top: initial;
   bottom: -7px;
   border-bottom: initial;
   border-top: 7px solid #ccc;
}
.daterangepicker.drop-up:after {
   top: initial;
   bottom: -6px;
   border-bottom: initial;
   border-top: 6px solid #fff;
}
.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
   float: none;
}
.daterangepicker.single .drp-selected {
   display: none;
}
.daterangepicker.show-calendar .drp-calendar {
   display: block;
}
.daterangepicker.show-calendar .drp-buttons {
   display: block;
}
.daterangepicker.auto-apply .drp-buttons {
   display: none;
}
.daterangepicker .drp-calendar {
   display: none;
   max-width: 270px;
}
.daterangepicker .drp-calendar.left {
   padding: 8px 0 8px 8px;
}
.daterangepicker .drp-calendar.right {
   padding: 8px;
}
.daterangepicker .drp-calendar.single .calendar-table {
   border: none;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
   color: #fff;
   border: solid #000;
   border-width: 0 2px 2px 0;
   border-radius: 0;
   display: inline-block;
   padding: 3px;
}
.daterangepicker .calendar-table .next span {
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
   -webkit-transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
   -ms-transform: rotate(135deg);
   transform: rotate(135deg);
   -webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
   white-space: nowrap;
   text-align: center;
   vertical-align: middle;
   min-width: 32px;
   width: 32px;
   height: 24px;
   line-height: 24px;
   font-size: 12px;
   border-radius: 4px;
   border: 1px solid transparent;
   white-space: nowrap;
   cursor: pointer;
}
.daterangepicker .calendar-table {
   border: 1px solid #fff;
   border-radius: 4px;
   background-color: #fff;
}
.daterangepicker .calendar-table table {
   width: 100%;
   margin: 0;
   border-spacing: 0;
   border-collapse: collapse;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
   background-color: #eee;
   border-color: transparent;
   color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
   font-size: 80%;
   color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
   background-color: #fff;
   border-color: transparent;
   color: #999;
}
.daterangepicker td.in-range {
   background-color: #ebf4f8;
   border-color: transparent;
   color: #000;
   border-radius: 0;
}
.daterangepicker td.start-date {
   border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
   border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
   border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
   background-color: #357ebd;
   border-color: transparent;
   color: #fff;
}
.daterangepicker th.month {
   width: auto;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
   color: #999;
   cursor: not-allowed;
   text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
   font-size: 12px;
   padding: 1px;
   height: auto;
   margin: 0;
   cursor: default;
}
.daterangepicker select.monthselect {
   margin-right: 2%;
   width: 56%;
}
.daterangepicker select.yearselect {
   width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
   width: 50px;
   margin: 0 auto;
   background: #eee;
   border: 1px solid #eee;
   padding: 2px;
   outline: 0;
   font-size: 12px;
}
.daterangepicker .calendar-time {
   text-align: center;
   margin: 4px auto 0;
   line-height: 30px;
   position: relative;
}
.daterangepicker .calendar-time select.disabled {
   color: #ccc;
   cursor: not-allowed;
}
.daterangepicker .drp-buttons {
   clear: both;
   text-align: right;
   padding: 8px;
   border-top: 1px solid #ddd;
   display: none;
   line-height: 12px;
   vertical-align: middle;
}
.daterangepicker .drp-selected {
   display: inline-block;
   font-size: 12px;
   padding-right: 8px;
}
.daterangepicker .drp-buttons .btn {
   margin-left: 8px;
   font-size: 12px;
   font-weight: 700;
   padding: 4px 8px;
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
   border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
   border-left: 1px solid #ddd;
}
.daterangepicker.show-ranges.rtl .drp-calendar.right {
   border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
   border-left: 1px solid #ddd;
}
.daterangepicker .ranges {
   float: none;
   text-align: left;
   margin: 0;
}
.daterangepicker.show-calendar .ranges {
   margin-top: 8px;
}
.daterangepicker .ranges ul {
   list-style: none;
   margin: 0 auto;
   padding: 0;
   width: 100%;
}
.daterangepicker .ranges li {
   font-size: 12px;
   padding: 8px 12px;
   cursor: pointer;
}
.daterangepicker .ranges li:hover {
   background-color: #eee;
}
.daterangepicker .ranges li.active {
   background-color: #08c;
   color: #fff;
}
@media (min-width: 564px) {
   .daterangepicker {
      width: auto;
   }
   .daterangepicker .ranges ul {
      width: 140px;
   }
   .daterangepicker.single .ranges ul {
      width: 100%;
   }
   .daterangepicker.single .drp-calendar.left {
      clear: none;
   }
   .daterangepicker.single .ranges,
   .daterangepicker.single .drp-calendar {
      float: left;
   }
   .daterangepicker {
      direction: ltr;
      text-align: left;
   }
   .daterangepicker .drp-calendar.left {
      clear: left;
      margin-right: 0;
   }
   .daterangepicker .drp-calendar.left .calendar-table {
      border-right: none;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
   }
   .daterangepicker .drp-calendar.right {
      margin-left: 0;
   }
   .daterangepicker .drp-calendar.right .calendar-table {
      border-left: none;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
   }
   .daterangepicker .drp-calendar.left .calendar-table {
      padding-right: 8px;
   }
   .daterangepicker .ranges,
   .daterangepicker .drp-calendar {
      float: left;
   }
}
@media (min-width: 730px) {
   .daterangepicker .ranges {
      width: auto;
      float: left;
   }
   .daterangepicker.rtl .ranges {
      float: right;
   }
   .daterangepicker .drp-calendar.left {
      clear: none !important;
   }
}
html {
   box-sizing: border-box;
}
*,
::after,
::before {
   box-sizing: inherit;
}
ul,
ol {
   padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
   margin: 0;
}
ul[class] {
   list-style: none;
}
img {
   max-width: 100%;
   display: block;
}
input,
button,
textarea,
select {
   font: inherit;
   outline: none;
}
a {
   display: block;
   text-decoration: none;
   color: inherit;
}
a :focus {
   outline: none;
   text-decoration: none;
   color: inherit;
}
button,
input {
   border: unset;
}
@font-face {
   font-family: "Open Sans";
   src: url(../fonts/OpenSans-Regular.woff2) format("woff2"), url(../fonts/OpenSans-Regular.woff) format("woff");
   font-weight: 400;
   font-style: normal;
   font-display: swap;
}
@font-face {
   font-family: "Open Sans";
   src: url(../fonts/OpenSans-Bold.woff2) format("woff2"), url(../fonts/OpenSans-Bold.woff) format("woff");
   font-weight: 700;
   font-style: normal;
   font-display: swap;
}
@font-face {
   font-family: "Open Sans";
   src: url(../fonts/OpenSans-SemiBold.woff2) format("woff2"), url(../fonts/OpenSans-SemiBold.woff) format("woff");
   font-weight: 600;
   font-style: normal;
   font-display: swap;
}
@font-face {
   font-family: "icon";
   src: url(../fonts/icon/fonts/icon.ttf?gikixj) format("truetype"),
      url(../fonts/icon/fonts/icon.woff?gikixj) format("woff"),
      url(../fonts/icon/fonts/icon.svg?gikixj#icon) format("svg");
   font-weight: 400;
   font-style: normal;
   font-display: block;
}
.icon {
   font-family: "icon" !important;
   speak: never;
   font-style: normal;
   font-weight: 400;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.icon-check:before {
   content: "\e900";
}
.icon-close:before {
   content: "\e901";
}
.icon-search:before {
   content: "\e902";
}
.icon-telegram:before {
   content: "\e903";
}
.icon-triangle-left:before {
   content: "\e904";
}
.icon-triangle-right:before {
   content: "\e905";
}
.icon-viber:before {
   content: "\e906";
}
.logo img,
.banner__mark img,
.banner__img img,
.at-home__link img,
.at-home__phone img,
.at-home__qr-code img,
.at-home__play-market img,
.at-home__app-store img,
.at-home__play-market-mobile img,
.at-home__app-store-mobile img,
.buy-a-policy__bg img,
.policy-price__img img,
.popup-country__flag img {
   width: 100%;
   height: 100%;
   object-fit: contain;
}
.form-policy-radio .radio-style,
.short-info__img,
.info-travel__img-mobile,
.popup-country__item-img {
   display: flex;
   justify-content: center;
   align-items: center;
}
.h1 {
   font-size: 32px;
}
@media (max-width: 1470px) {
   .h1 {
      font-size: calc(17px + (32 - 17) * ((100vw - 375px) / (1470 - 375)));
   }
}
.h2 {
   font-size: 22px;
}
.h3 {
   font-size: 20px;
}
.h4 {
   font-size: 16px;
}
html,
body {
   cursor: default;
   height: 100%;
   font-family: "Open Sans";
   font-weight: 600;
   font-style: normal;
   font-size: 18px;
   color: #000;
   overflow-x: hidden;
}
textarea {
   resize: none;
}
.wrapper {
   display: flex;
   flex-direction: column;
   min-height: 100%;
}
.main {
   flex: 1 0 auto;
   position: relative;
}
.footer {
   flex: 0 0 auto;
}
.container {
   max-width: 1330px;
   margin: 0 auto;
   padding: 0 15px;
   height: 100%;
}
input,
textarea {
   appearance: none;
   outline: none;
}
.d-flex {
   display: flex !important;
}
.off {
   display: none !important;
}
.checkbox {
   position: relative;
}
.checkbox-none,
.radio-none {
   position: absolute;
   width: 1px;
   height: 1px;
   overflow: hidden;
   clip: rect(0 0 0 0);
}
.checkbox-style {
   display: block;
   cursor: pointer;
   width: 22px;
   height: 21.82px;
   border: 1.5px solid #fff;
   border-radius: 2px;
}
.checkbox-none:checked + .checkbox-style {
   background: url(../images/SVG/check.svg) 2px 4px no-repeat;
   color: #000;
}
.radio-style {
   position: relative;
   display: block;
   cursor: pointer;
}
.radio-none:checked + .radio-style::before {
   content: " ";
}
.form-policy-radio .radio-none:checked + .radio-style {
   background: #fff;
   color: #019eed;
}
.form-policy-radio {
   display: flex;
}
.form-policy-radio:not(:last-child) {
   margin-right: 24px;
}
.form-policy-radio .radio-style {
   min-width: 200px;
   padding: 10px 20px 11px;
   font-size: 22px;
   line-height: 143.18%;
   border: 2px solid #fff;
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.popup {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 99999;
   width: 100vw;
   height: 100%;
   min-height: 100%;
   overflow-y: auto;
}
.popup__body {
   background: rgba(11, 11, 11, 0.4);
   width: 100%;
   min-height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
}
.popup__content {
   margin: 20px 50px;
   max-width: 1090px;
   width: 100%;
   background: #fff;
   padding: 80px 26px 95px 80px;
   position: relative;
}
.popup .popup-close {
   position: absolute;
   top: 0;
   left: calc(100% + 22px);
   cursor: pointer;
}
.input {
   width: 100%;
   line-height: 143.18%;
   display: block;
   padding: 10.5px 16px;
   border-bottom: 2px solid #fff;
   font-weight: 400;
   box-sizing: border-box;
}
.input::placeholder {
   font-weight: 400;
   color: #fff;
}
.header__content {
   padding-top: 70px;
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.header__contact-us {
   display: flex;
}
.header__link {
   display: flex;
   align-items: center;
   font-weight: 400;
}
.header__link:not(:last-child) {
   margin-right: 45px;
}
.header__link .icon {
   margin-right: 6px;
   font-size: 17px;
}
.header__link .icon-telegram {
   color: #019eed;
}
.header__link .icon-viber {
   color: #8e24aa;
}
.header__toggle {
   display: flex;
   align-items: center;
   background: #f5f5f5;
   border: 1px solid #dfdfdf;
   border-radius: 13px;
   padding: 2px;
}
.header__toggle-item {
   font-size: 14px;
   padding: 8px 17px;
}
.header__toggle-item:not(:last-child) {
   margin-right: 2px;
}
.header__toggle-item.active {
   padding: 8px 25px;
   border-radius: 12px;
}
.header__toggle-item.active.active-yellow {
   background: #ffea21;
}
.header__toggle-item.active.active-blue {
   background: #019eed;
   color: #fff;
}
.logo {
   transform: translateY(-13px);
   width: 270px;
   height: 40px;
}
.lang {
   position: relative;
}
.lang.open .lang__body {
   height: 300%;
}
.lang.open .icon-triangle-right {
   transform: rotate(270deg);
}
.lang__head {
   display: flex;
   cursor: pointer;
   align-items: center;
   position: relative;
}
.lang__head .icon-triangle-right {
   font-size: 10px;
   margin-left: 4px;
   transform: rotate(90deg);
   transition: ease 0.3s;
}
.lang__head .lang__item::before {
   background: #019eed;
}
.lang__body {
   position: absolute;
   top: 100%;
   left: 0;
   transition: ease-in-out 0.3s;
   height: 0;
   overflow: hidden;
   z-index: 10;
}
.lang__item {
   cursor: pointer;
   position: relative;
   text-transform: uppercase;
   font-size: 14px;
   font-weight: 600;
   padding-left: 14px;
   padding-bottom: 10px;
   padding-top: 10px;
}
.lang__item::before {
   transition: ease 0.2s;
   content: "";
   position: absolute;
   transform: translateY(-50%);
   top: 50%;
   left: 0;
   width: 10px;
   height: 10px;
   background: #d1d1d1;
   border-radius: 50%;
}
.lang__item:hover::before {
   background: #019eed;
}
.footer__top {
   background: #1c1b1b;
}
.footer__top .container {
   padding: 45px 15px;
}
.footer__content {
   position: relative;
   display: flex;
   justify-content: space-between;
}
.footer__block {
   display: flex;
   margin-bottom: 50px;
   flex-wrap: wrap;
   width: 450px;
   /* margin-right: 40px; */
}
.footer__link {
   font-weight: 400;
   color: #fff;
   transition: ease 0.3s;
}
.footer__link:not(:last-child) {
   margin-bottom: 20px;
   margin-right: 40px;
}
.footer__link:hover {
   text-decoration-line: underline;
}
.footer__block-center {
   margin: 0 auto;
}
.footer__bottom-line {
   background: #000;
}
.footer__rights {
   font-weight: 400;
   cursor: default;
   padding: 23px 0;
   color: #fff;
   text-align: center;
}
.footer .logo {
   transform: translateY(-10px);
}
.footer__payment {
   display: flex;
   justify-content: center;
}
.footer__payment-item {
   width: 39px;
   height: 26px;
}
.footer__payment-item:not(:last-child) {
   margin-right: 8px;
}
.simplebar-track.simplebar-vertical {
   background: #e2e2e2;
   border-radius: 54px;
   width: 5px;
}
.simplebar-scrollbar:before {
   position: absolute;
   content: "";
   background: #ffea21;
   border-radius: 54px;
   left: 0;
   right: 0;
   width: 5px;
}
.btn {
   padding: 10px 16px 12px;
   min-width: 177px;
   cursor: pointer;
   text-align: center;
   font-weight: 600;
   display: block;
   transition: ease 0.3s;
   border: 0.5px solid #000;
   font-size: 16px;
   line-height: 170.68%;
}
.btn-contour:hover {
   border-color: #019eed;
   background: #019eed;
   color: #fff;
}
.btn-blue {
   border-color: #019eed;
   background: #019eed;
   color: #fff;
}
.btn-blue:hover {
   background: transparent;
   border-color: #000;
   color: #000;
}
.btn-yellow {
   border-color: #ffea21;
   background: #ffea21;
}
.btn-yellow:hover {
   background: transparent;
   border-color: #000;
}
.btn-white {
   border-color: #fff;
   background: #fff;
   color: #019eed;
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.btn-white:hover {
   background: #ffea21;
   border-color: #ffea21;
}
.popup-details .btn {
   display: inline-block;
}
input,
textarea {
   border: unset;
   background: transparent;
}
button {
   border: unset;
   padding: unset;
   cursor: pointer;
   background: transparent;
}
.banner__content {
   padding-top: 155px;
   padding-top: 155px;
   padding-bottom: 200px;
   padding-bottom: 200px;
   position: relative;
}
@media (max-width: 1470px) {
   .banner__content {
      padding-top: calc(20px + (155 - 20) * ((100vw - 375px) / (1470 - 375)));
   }
}
@media (max-width: 1470px) {
   .banner__content {
      padding-bottom: calc(80px + (200 - 80) * ((100vw - 375px) / (1470 - 375)));
   }
}
.banner__title {
   cursor: default;
   font-size: 36px;
   max-width: 610px;
   margin-bottom: 43px;
}
.banner__list {
   position: relative;
   padding: 25px 43px;
   background: #ffea21;
   max-width: 505px;
   max-width: 505px;
   border-radius: 10px;
}
@media (max-width: 1470px) {
   .banner__list {
      max-width: calc(226px + (505 - 226) * ((100vw - 375px) / (1470 - 375)));
   }
}
.banner__mark {
   position: absolute;
   top: -16px;
   right: -24px;
   width: 49px;
   height: 49px;
}
.banner__list-item {
   cursor: default;
   padding-left: 16.5px;
   position: relative;
}
.banner__list-item:not(:last-child) {
   margin-bottom: 10px;
}
.banner__list-item::before {
   content: "";
   position: absolute;
   transform: translateY(-40%);
   top: 13px;
   left: 0;
   border: 7.5px solid #019eed;
   border-top: 4.5px solid transparent;
   border-right: 7.5px solid transparent;
   border-bottom: 4.5px solid transparent;
}
.banner__img {
   position: absolute;
   bottom: 164px;
   right: 50px;
   z-index: -1;
   width: 780px;
}
@media (max-width: 1470px) {
   .banner__img {
      bottom: calc(5px + (164 - 5) * ((100vw - 375px) / (1470 - 375)));
   }
   .leave-ukraine .banner__img {
      width: calc(451px + (780 - 451) * ((100vw - 375px) / (1470 - 375)));
   }
}
@media (max-width: 1470px) {
   .banner__img {
      right: calc(-73px + (50 - -73) * ((100vw - 375px) / (1470 - 375)));
   }
}
@media (max-width: 1470px) {
   .banner__img {
      width: calc(405px + (780 - 405) * ((100vw - 375px) / (1470 - 375)));
   }
}
.head {
   cursor: default;
   text-align: center;
   background: #ffea21;
   padding: 22px;
   border-radius: 35px 35px 0 0;
   box-sizing: border-box;
}
.rules-of-entrance {
   margin-bottom: 200px;
   margin-bottom: 200px;
}
@media (max-width: 1470px) {
   .rules-of-entrance {
      margin-bottom: calc(80px + (200 - 80) * ((100vw - 375px) / (1470 - 375)));
   }
}
.rules-of-entrance__body {
   background: #f7f7f7;
   padding: 50px 100px;
}
@media (max-width: 1470px) {
   .rules-of-entrance__body {
      padding-top: calc(20px + (50 - 20) * ((100vw - 375px) / (1470 - 375)));
   }
}
@media (max-width: 1470px) {
   .rules-of-entrance__body {
      padding-bottom: calc(20px + (50 - 20) * ((100vw - 375px) / (1470 - 375)));
   }
}
@media (max-width: 1470px) {
   .rules-of-entrance__body {
      padding-left: calc(15px + (100 - 15) * ((100vw - 375px) / (1470 - 375)));
   }
}
@media (max-width: 1470px) {
   .rules-of-entrance__body {
      padding-right: calc(15px + (100 - 15) * ((100vw - 375px) / (1470 - 375)));
   }
}
.rules-of-entrance__text-block {
   line-height: 170.68%;
   font-weight: 400;
   margin-bottom: 50px;
}
.rules-of-entrance__p:not(:last-child),
.rules-of-entrance__list:not(:last-child),
.rules-of-entrance__list-item:not(:last-child),
.rules-of-entrance__title:not(:last-child) {
   margin-bottom: 30px;
}
.rules-of-entrance__title {
   text-align: center;
   font-weight: 600;
}
.rules-of-entrance__list-item {
   font-weight: 600;
}
.rules-of-entrance__list-item-regular {
   font-weight: 400;
}
.rules-of-entrance__p-semi-bold {
   font-weight: 600;
}
.rules-of-entrance__p-yellow {
   background: #ffea21;
}
.rules-of-entrance__p-center {
   text-align: center;
}
.rules-of-entrance__info {
   text-align: center;
   font-weight: 400;
   margin-bottom: 30px;
}
.rules-of-entrance__btns-block {
   margin: 0 auto;
   width: max-content;
   display: flex;
}
.rules-of-entrance__btn-policy {
   margin-right: 15px;
}
.choose-the-country {
   position: relative;
}
.choose-the-country__content {
   max-height: 910px;
   width: 100%;
}
.choose-the-country__bg {
   position: absolute;
   left: 0;
   right: 0;
   top: 30px;
   z-index: -1;
}
@media (max-width: 1470px) {
   .choose-the-country__bg {
      left: calc(-15px + (0 - -15) * ((100vw - 375px) / (1470 - 375)));
   }
}
@media (max-width: 1470px) {
   .choose-the-country__bg {
      right: calc(-150px + (0 - -150) * ((100vw - 375px) / (1470 - 375)));
   }
}
@media (max-width: 1470px) {
   .choose-the-country__bg {
      top: calc(114px + (30 - 114) * ((100vw - 375px) / (1470 - 375)));
   }
}
.choose-the-country__bg img {
   width: 100%;
}
.search {
   padding: 57px 0;
   display: flex;
   flex-direction: column;
   align-items: center;
}
.search__input-box {
   position: relative;
   max-width: 727px;
   width: 100%;
   margin-bottom: 57px;
}
.search__input-box .icon {
   position: absolute;
   transform: translateY(-50%);
   top: 50%;
   right: 24px;
   color: #7e7e7e;
   font-size: 18px;
}
.search__input {
   padding: 22px 50px 21px 25px;
   width: 100%;
   background: #fff;
   border: 1px solid #dfdfdf;
   box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
   border-radius: 11px;
   font-size: 14px;
}
.search__input:focus {
   box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.search__input::placeholder {
   color: #7e7e7e;
}
.search__results {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   margin: -15px -10px;
   width: 100%;
   margin-bottom: 55px;
}
.search__results__results.show-all .search__item {
   display: block;
}
.search__item {
   cursor: pointer;
   margin: 15px 10px;
   min-width: 110px;
   background: #cde7f4;
   border-radius: 27px;
   padding: 6px 10px 7px;
   text-align: center;
   display: none;
   transition: ease 0.3s;
}
.search__item:hover {
   background: #bed6e2;
}
.search__item.show {
   display: block;
}
.search__btn {
   margin: 0 auto;
}
.popup-search .popup-details__head {
   width: 100%;
   margin-bottom: unset;
}
.popup-search .search__results {
   margin-bottom: unset;
}
.questions {
   margin-bottom: 200px;
   padding-top: 145px;
}
@media (max-width: 1470px) {
   .questions {
      margin-bottom: calc(80px + (200 - 80) * ((100vw - 375px) / (1470 - 375)));
   }
}
.questions__content {
   position: relative;
   background: #019eed;
   border-radius: 16px;
   padding: 60px 60px 90px;
}
.questions__title {
   font-size: 45px;
   color: #fff;
   margin-bottom: 20px;
   position: relative;
   z-index: 5;
   font-weight: 700;
}
.questions__btn {
   z-index: 5;
   position: relative;
}
.questions__img {
   position: absolute;
   bottom: 0;
   right: 45px;
}
@media (max-width: 1470px) and (min-width: 992px) {
   .questions__img {
      right: calc(-50px + (45 - -50) * ((100vw - 992px) / (1470 - 992)));
   }
}
@media (max-width: 992px) {
   .questions__img {
      right: -50px;
   }
}
.questions__img-mobile {
   position: absolute;
   display: none;
   right: -1px;
   top: -33px;
}
.video {
   margin-bottom: 200px;
}
@media (max-width: 1470px) {
   .video {
      margin-bottom: calc(80px + (200 - 80) * ((100vw - 375px) / (1470 - 375)));
   }
}
.video__content {
   padding: 0 10px;
}
.video__content img {
   width: 100%;
}
.at-home {
   margin-bottom: 200px;
}
@media (max-width: 1470px) {
   .at-home {
      margin-bottom: calc(80px + (200 - 80) * ((100vw - 375px) / (1470 - 375)));
   }
}
.at-home__content {
   display: flex;
   justify-content: space-between;
   padding: 0 70px;
   background: linear-gradient(89.87deg, #f6f6f6 0.11%, #e5f2ee 116.17%);
}
.at-home__leftside {
   padding-bottom: 45px;
   max-width: 495px;
}
.at-home__link {
   margin-left: -25px;
   margin-top: -55px;
   margin-bottom: 60px;
   width: 254px;
   height: 152px;
}
.at-home__title {
   font-size: 45px;
   margin-bottom: 30px;
}
.at-home__descr {
   margin-bottom: 40px;
   line-height: 143%;
}
.at-home__rightside {
   display: flex;
}
.at-home__phone {
   margin-bottom: -75px;
   margin-right: 63px;
   margin-top: -55px;
   width: 325px;
   height: 605px;
}
@media (max-width: 1199px) and (min-width: 375px) {
   .at-home__phone {
      margin-right: calc(-68px + (63 - -68) * ((100vw - 375px) / (1199 - 375)));
   }
}
@media (max-width: 375px) {
   .at-home__phone {
      margin-right: -68px;
   }
}
@media (max-width: 991px) and (min-width: 375px) {
   .at-home__phone {
      margin-top: calc(25px + (-55 - 25) * ((100vw - 375px) / (991 - 375)));
   }
}
@media (max-width: 375px) {
   .at-home__phone {
      margin-top: 25px;
   }
}
@media (max-width: 991px) and (min-width: 375px) {
   .at-home__phone {
      width: calc(233px + (325 - 233) * ((100vw - 375px) / (991 - 375)));
   }
}
@media (max-width: 375px) {
   .at-home__phone {
      width: 233px;
   }
}
@media (max-width: 991px) and (min-width: 375px) {
   .at-home__phone {
      height: calc(433px + (605 - 433) * ((100vw - 375px) / (991 - 375)));
   }
}
@media (max-width: 375px) {
   .at-home__phone {
      height: 433px;
   }
}
.at-home__find {
   padding: 45px 0;
   display: flex;
   flex-direction: column;
   align-items: center;
}
.at-home__text {
   max-width: 165px;
   text-align: center;
   margin-bottom: 16px;
}
.at-home__qr-code {
   width: 176px;
   height: 182px;
   margin-bottom: 33px;
}
.at-home__play-market {
   width: 135px;
   height: 40px;
   margin-bottom: 20px;
}
.at-home__app-store {
   width: 135px;
   height: 45px;
}
.at-home__play-market-mobile {
   display: none;
   width: 105px;
   height: 31px;
   margin-bottom: 16px;
}
.at-home__app-store-mobile {
   display: none;
   width: 105px;
   height: 35px;
   margin-bottom: 25px;
}
.city-rules {
   margin-bottom: 200px;
}
@media (max-width: 1470px) {
   .city-rules {
      margin-bottom: calc(30px + (200 - 30) * ((100vw - 375px) / (1470 - 375)));
   }
}
.city-rules__head {
   max-width: 940px;
   margin: 0 auto;
}
.city-rules__body {
   padding-top: 70px;
   display: flex;
   justify-content: space-around;
}
.short-info {
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
   width: 251px;
   margin: 0 10px;
}
.short-info__img {
   overflow: hidden;
   width: 160px;
   height: 160px;
   border-radius: 50%;
   border: 1px dashed #019eed;
   margin-bottom: 30px;
   background: #fff;
}
.short-info__img img {
   width: 85px;
   height: 86px;
   object-fit: contain;
}
.polisy-banner {
   margin-bottom: 200px;
}
@media (max-width: 1470px) {
   .polisy-banner {
      margin-bottom: calc(80px + (200 - 80) * ((100vw - 375px) / (1470 - 375)));
   }
}
.polisy-banner__content {
   position: relative;
   background: #019eed;
   padding: 60px 95px 60px 60px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   border-radius: 16px;
}
.polisy-banner__text-block {
   position: relative;
   z-index: 5;
   color: #fff;
   margin-right: 40px;
}
.polisy-banner__title {
   max-width: 850px;
   font-size: 30px;
   margin-bottom: 9px;
}
.polisy-banner__descr {
   font-weight: 700;
   margin-bottom: 9px;
}
.polisy-banner__btn {
   position: relative;
   z-index: 5;
   flex: 0 0 auto;
}
.polisy-banner__bg {
   pointer-events: none;
   position: absolute;
   top: 27px;
   left: 14px;
}
.hotels-rules {
   position: relative;
   margin-bottom: 200px;
   overflow: hidden;
   background: #f3f3f3;
}
@media (max-width: 1470px) {
   .hotels-rules {
      margin-bottom: calc(80px + (200 - 80) * ((100vw - 375px) / (1470 - 375)));
   }
}
.hotels-rules__bg {
   position: absolute;
   z-index: 5;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: linear-gradient(126.6deg, rgba(255, 255, 255, 0.6) 28.69%, rgba(255, 255, 255, 0.6) 100%);
   backdrop-filter: blur(30px);
   border-radius: 4px;
}
.hotels-rules__bg-img {
   position: absolute;
   z-index: 1;
   right: 128px;
   bottom: 0;
}
@media (max-width: 1920px) and (min-width: 1470px) {
   .hotels-rules__bg-img {
      right: calc(-95px + (128 - -95) * ((100vw - 1470px) / (1920 - 1470)));
   }
}
@media (max-width: 1470px) {
   .hotels-rules__bg-img {
      right: -95px;
   }
}
.hotels-rules__content {
   padding: 70px 0;
   position: relative;
   z-index: 10;
   display: flex;
   justify-content: space-between;
}
.hotels-rules__main-container {
   max-width: 690px;
   flex: 0 1 48%;
   width: 48%;
   margin-right: 2%;
}
.hotels-rules__text-block {
   padding-top: 50px;
}
.hotels-rules__descr {
   width: 100%;
   margin-bottom: 37px;
   cursor: default;
}
.hotels-rules__btn-mobile {
   display: none;
}
.hotels-rules__rightside {
   flex: 0 1 50%;
   width: 50%;
}
.hotels-rules__items {
   display: flex;
   justify-content: space-between;
}
.hotels-rules .short-info {
   cursor: default;
   width: 207px;
   margin: 0;
}
.hotels-rules .short-info:not(:last-child) {
   margin-right: 10px;
}
.hotels-rules .short-info__img img {
   width: 80px;
   height: 80px;
}
.hotels-rules .short-info__text {
   line-height: 135.68%;
}
.public-rules {
   margin-bottom: 200px;
}
@media (max-width: 1470px) {
   .public-rules {
      margin-bottom: calc(80px + (200 - 80) * ((100vw - 375px) / (1470 - 375)));
   }
}
.public-rules__head {
   max-width: 690px;
   margin-bottom: 24px;
}
.public-rules__body {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
}
.public-rules__text-block {
   flex: 0 1 870px;
   margin-right: 30px;
   max-width: 870px;
   padding: 45px 70px;
   background: #e8f3f0;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
}
.public-rules__subtitle {
   background: #f04b4a;
   border-radius: 8px;
   padding: 12px 38px 11px;
   margin-bottom: 30px;
   color: #fff;
}
.public-rules__descr {
   padding-left: 29px;
   max-width: 605px;
   font-weight: 400;
   margin-bottom: 30px;
   position: relative;
}
.public-rules__descr span {
   font-weight: 600;
}
.public-rules__descr::before {
   content: "";
   position: absolute;
   left: 0;
   top: 6px;
   width: 14px;
   height: 14px;
   border-radius: 50%;
   background: #f04b4a;
}
.public-rules__items {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   max-width: 450px;
   margin-top: -84px;
}
.public-rules .short-info {
   width: 186px;
}
.public-rules .short-info:first-child {
   margin-bottom: 20px;
}
.public-rules .short-info__img {
   margin-bottom: 20px;
}
.info-travel {
   position: relative;
   margin-bottom: 150px;
   overflow: hidden;
   background: #f3f3f3;
}
@media (max-width: 1470px) {
   .info-travel {
      margin-bottom: calc(80px + (150 - 80) * ((100vw - 375px) / (1470 - 375)));
   }
}
.info-travel__bg {
   position: absolute;
   z-index: 5;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: linear-gradient(126.6deg, rgba(255, 255, 255, 0.6) 28.69%, rgba(255, 255, 255, 0.6) 100%);
   backdrop-filter: blur(20px);
   border-radius: 4px;
}
.info-travel__bg-img {
   position: absolute;
   z-index: 1;
   top: -34px;
   right: 109px;
}
@media (max-width: 1920px) and (min-width: 1470px) {
   .info-travel__bg-img {
      right: calc(-129px + (109 - -129) * ((100vw - 1470px) / (1920 - 1470)));
   }
}
@media (max-width: 1470px) {
   .info-travel__bg-img {
      right: -129px;
   }
}
.info-travel__img-mobile {
   display: none;
   margin: -30px -75px -8px -46px;
}
.info-travel__content {
   position: relative;
   z-index: 10;
   padding: 74px 0 94px;
}
.info-travel__head {
   margin-bottom: 44px;
   max-width: 870px;
   font-size: 29px;
   font-size: 29px;
}
@media (max-width: 1470px) {
   .info-travel__head {
      font-size: calc(17px + (29 - 17) * ((100vw - 375px) / (1470 - 375)));
   }
}
.info-travel__descr {
   margin-bottom: 40px;
   max-width: 510px;
}
.archon {
   opacity: 0;
   pointer-events: none;
   /* margin-top: -40vh; */
   position: absolute;
   top: -35vh;
}
.block-forms {
   margin-bottom: 150px;
   position: relative;
}
@media (max-width: 1470px) {
   .block-forms {
      margin-bottom: calc(60px + (150 - 60) * ((100vw - 375px) / (1470 - 375)));
   }
}
.block-forms__content {
   display: flex;
   flex-direction: column;
}
.block-forms__buttons {
   align-self: center;
   display: flex;
   justify-content: center;
   align-items: center;
}
.block-forms__buttons .btn {
   font-size: 19.04px;
   line-height: 170.68%;
   padding: 13px 24px 16px;
}
.block-forms__btn-policy {
   display: flex;
   align-items: center;
   transition: ease 0.3s;
}
.block-forms__btn-policy .icon-triangle-right {
   margin-left: 12px;
   transition: ease 0.3s;
   font-size: 12px;
   transform: translateY(25%) rotate(90deg);
}
.block-forms__btn-policy.active .icon-triangle-right {
   transform: translateY(25%) rotate(270deg);
}
.block-forms__btn-order-test {
   min-width: 224px;
}
.block-company {
   margin-bottom: 200px;
}
@media (max-width: 1470px) {
   .block-company {
      margin-bottom: calc(0px + (200 - 0) * ((100vw - 375px) / (1470 - 375)));
   }
}
.block-company__content {
   display: flex;
   justify-content: space-around;
}
.block-company__item {
   margin: 0 10px;
   max-width: 181px;
   text-align: center;
   display: flex;
   flex-direction: column;
   align-items: center;
}
.block-company__item.mfa .block-company__item-img img {
   transform: translateX(-7%);
}
.block-company__item-img {
   height: 112px;
   width: 157px;
   display: flex;
   align-items: flex-end;
   justify-content: center;
   margin-bottom: 15px;
}
.block-company__item-text {
   line-height: 135.68%;
}
.certificate {
   margin-bottom: 66px;
}
@media (max-width: 1470px) {
   .certificate {
      margin-bottom: calc(50px + (66 - 50) * ((100vw - 375px) / (1470 - 375)));
   }
}
.certificate__content {
   overflow: hidden;
   background: #ffea21;
   border-radius: 10px;
   padding: 75px 60px;
   position: relative;
}
.certificate__head {
   background: #fff;
   max-width: 690px;
   position: relative;
   z-index: 20;
}
.certificate__text-block {
   position: relative;
   z-index: 20;
   padding-top: 40px;
}
.certificate__descr {
   max-width: 400px;
   margin-bottom: 51px;
}
.certificate__img {
   position: absolute;
   bottom: 0;
   right: 51px;
   right: 51px;
}
@media (max-width: 1470px) and (min-width: 992px) {
   .certificate__img {
      right: calc(-100px + (51 - -100) * ((100vw - 992px) / (1470 - 992)));
   }
}
@media (max-width: 992px) {
   .certificate__img {
      right: -100px;
   }
}
.buy-a-policy {
   margin-bottom: 200px;
}
@media (max-width: 1470px) {
   .buy-a-policy {
      margin-bottom: calc(80px + (200 - 80) * ((100vw - 375px) / (1470 - 375)));
   }
}
.buy-a-policy__content {
   position: relative;
   padding: 60px 30px 40px 50px;
   background: #019eed;
   border-radius: 16px;
   display: flex;
}
.buy-a-policy__text-block {
   position: relative;
   z-index: 10;
   max-width: 580px;
   margin-right: 30px;
}
.buy-a-policy__title {
   font-weight: 700;
   font-size: 30px;
   line-height: 135.68%;
   color: #fff;
   margin-bottom: 25px;
}
.buy-a-policy__btn {
   display: inline;
}
.buy-a-policy__rightside {
   position: relative;
   z-index: 10;
}
.buy-a-policy__items {
   margin-top: -20px;
   display: flex;
}
.buy-a-policy__btn-mobile {
   display: none;
}
.buy-a-policy__bg {
   position: absolute;
   top: 13px;
   left: 7px;
   width: 138px;
   height: 138px;
}
.short-info-secondary {
   width: 210px;
   margin: 0 5px;
}
.short-info-secondary .short-info__img {
   width: 135px;
   height: 135px;
   margin-bottom: 17px;
}
.short-info-secondary .short-info__text {
   padding: 6px 13px 8px;
   background: #ecf9ff;
   border: 2px solid #cde7f4;
   border-radius: 300px;
   font-weight: 400;
   line-height: 135.68%;
}
.policy-price {
   margin-bottom: 200px;
}
@media (max-width: 1470px) {
   .policy-price {
      margin-bottom: calc(80px + (200 - 80) * ((100vw - 375px) / (1470 - 375)));
   }
}
.policy-price__head {
   background: #ffea21;
   display: flex;
   align-items: center;
   padding: 9px 30px;
}
.policy-price__title {
   font-size: 29px;
   margin-right: 140px;
   line-height: 135.68%;
}
.policy-price__title span {
   color: #dc0000;
}
.policy-price__price {
   display: flex;
   align-items: center;
   line-height: 135.68%;
}
.policy-price__price-num {
   font-size: 26.5px;
   margin-right: 10px;
}
.policy-price__body {
   background: #f2f5f4;
   display: flex;
   padding-bottom: 50px;
}
.policy-price__body .price-list {
   width: 56%;
   margin-top: 52px;
}
.policy-price__image-block {
   width: 44%;
   display: flex;
   flex-direction: column;
   align-items: center;
}
.policy-price__img {
   height: 250px;
   margin-bottom: 10px;
}
.price-list {
   max-width: 690px;
   width: 100%;
}
.price-list__item {
   display: flex;
   align-items: center;
   justify-content: space-between;
   background: #fff;
   height: 71px;
}
.price-list__item.active {
   background: #ffea21;
   margin: 0 -17px;
   padding: 0 17px;
   height: 76px;
}
.price-list__item.active .price-list__price-num {
   font-size: 26.5px;
}
.price-list__price {
   display: flex;
   align-items: center;
   padding-left: 28px;
}
.price-list__price-num {
   margin-right: 10px;
   min-width: 53px;
}
.price-list__price-text {
   font-weight: 400;
}
.price-list__tariff {
   min-width: 260px;
   font-size: 26.5px;
   margin-right: 28px;
}
.popup-details__content {
   width: 100%;
   max-height: 745px;
}
.popup-details__wrapper {
   width: 100%;
   display: flex;
   flex-direction: column;
   padding-right: 65px;
}
.popup-details__head {
   align-self: flex-start;
   padding: 13px 25px;
   border-radius: 30px 30px 0 0;
   margin-bottom: 50px;
   min-width: 590px;
}
.popup-details__body {
   font-weight: 400;
}
.popup-details__p {
   line-height: 170.68%;
}
.popup-details__p:not(:last-child) {
   margin-bottom: 30px;
}
.popup-details__p-semibold {
   font-weight: 600;
}
.popup-details__p-center {
   text-align: center;
}
.popup-details__mark {
   background: #ffea21;
}
.popup-details__btn {
   margin-bottom: 30px;
}
.popup-country .popup__content {
   padding: 70px 80px;
}
.popup-country__content {
   width: 100%;
   max-height: 745px;
}
.popup-country__wrapper {
   width: 100%;
   line-height: 135.68%;
   margin-right: -20px;
   padding-right: 20px;
}
.popup-country__head {
   display: flex;
   align-items: center;
   margin-bottom: 78px;
}
.popup-country__flag {
   width: 79px;
   height: 60px;
   margin-right: 30px;
}
.popup-country__name {
   padding: 14px;
   background: #ffea21;
}
.popup-country__body {
   display: flex;
   flex-wrap: wrap;
}
.popup-country__item {
   display: flex;
   width: 48%;
   margin-bottom: 30px;
}
.popup-country__item:nth-child(odd) {
   margin-right: 4%;
}
.popup-country__item-img {
   border: 1.01863px dashed #019eed;
   width: 82px;
   flex: 0 0 auto;
   height: 82px;
   border-radius: 50%;
   margin-right: 30px;
}
.popup-country__item-img img {
   width: 44px;
   height: 44px;
   object-fit: contain;
}
.popup-country__item-text {
   margin-top: 6px;
}
.popup-country__item-title {
   font-weight: 700;
   margin-bottom: 12px;
}
.popup-country__item-descr {
   font-weight: 400;
   line-height: 143.18%;
}
.form-policy {
   margin-top: 50px;
   background: #019eed;
   position: relative;
   padding: 60px 50px 133px;
   display: none;
}
.form-policy.open {
   display: flex;
}
.form-policy__content {
   flex: 0 1 1071px;
   max-width: 1071px;
   margin: 0 auto;
   color: #fff;
}
.form-policy__step-two {
   display: none;
}
.form-policy__step-three {
   display: none;
}
.form-policy__step {
   position: absolute;
   top: 40px;
   left: 40px;
}
.form-policy__tariffs {
   width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
}
.form-policy__tariffs-title {
   text-align: center;
   font-size: 28px;
   line-height: 143.18%;
   margin-bottom: 25px;
}
.form-policy__tariffs-radio {
   display: flex;
   margin-bottom: 50px;
}
.form-policy__descr {
   line-height: 143.18%;
   margin-bottom: 22px;
}
.form-policy__container {
   display: flex;
   justify-content: center;
}
.form-policy__leftside {
   width: 42%;
   margin-right: 16%;
}
.form-policy__input {
   color: #fff;
}
.form-policy__input:not(:last-child) {
   margin-bottom: 23px;
}
.form-policy__input-promo::placeholder {
   color: rgba(255, 255, 255, 0.5);
}
.form-policy__check-block {
   margin-top: 60px;
   margin-bottom: 60px;
}
.form-policy__check-row {
   display: flex;
   align-items: center;
}
.form-policy__check-row:not(:last-child) {
   margin-bottom: 15px;
}
.form-policy__check-text {
   line-height: 143.18%;
   margin-left: 17px;
   font-weight: 400;
}
.form-policy__buttons {
   display: flex;
}
.form-policy__next {
   margin-right: 34px;
   min-width: 200px;
}
.form-policy__add {
   min-width: 200px;
   color: #fff;
}
.form-policy__rightside {
   width: 42%;
}
.form-policy__select {
   font-weight: 400;
   position: relative;
   cursor: pointer;
   display: block;
}
.form-policy__select:not(:last-child) {
   margin-bottom: 23px;
}
.form-policy__select.open .form-policy__select-body {
   opacity: 1;
   pointer-events: auto;
   max-height: 286px;
   transition: max-height ease 0.3s;
}
.form-policy__select.open .icon-triangle-right {
   transform: rotate(270deg);
}
.form-policy__select-head {
   display: flex;
   align-items: center;
   justify-content: space-between;
   line-height: 143.18%;
   padding: 10.5px 16px;
   border-bottom: 2px solid #fff;
}
.form-policy__select-head .icon-triangle-right {
   margin: -5px 0;
   font-size: 18px;
   transition: ease 0.3s;
   transform: rotate(90deg);
}
.form-policy__select-body {
   padding: 5px 0;
   opacity: 0;
   pointer-events: none;
   max-height: 0;
   transition: max-height ease 0.3s;
   overflow: auto;
   position: absolute;
   z-index: 20;
   top: 100%;
   left: 0;
   width: 100%;
   background: #fff;
   color: #000;
   line-height: 143.18%;
}
.form-policy__select-body-calendar {
   position: relative;
   margin-left: -16px;
}
.form-policy__select-item {
   padding: 5px 14.5px;
}
.form-policy__select-item:hover,
.form-policy__select-item:active {
   background: #ffea21;
}
.form-policy__search {
   padding-top: 10px;
   border-top: 1px solid #ededed;
}
.form-policy__search-input-box {
   display: block;
   position: relative;
   margin: 0 15px;
   width: calc(100% - 30px);
   margin-bottom: 10px;
}
.form-policy__search-input-box .icon {
   position: absolute;
   transform: translateY(-50%);
   top: 50%;
   right: 10px;
   font-size: 18px;
   color: #a7a7a7;
}
.form-policy__search-input {
   width: 100%;
   border: 1px solid #a7a7a7;
   border-radius: 5px;
   font-size: 16px;
   line-height: 143.18%;
   padding: 6px 30px 7px 10px;
}
.form-policy__search-input::placeholder {
   color: #a7a7a7;
}
.form-policy__search-input:focus {
   box-shadow: 0 0 3px #a7a7a7;
}
.form-policy__search-result {
   overflow-y: auto;
   max-height: 120px;
}
.form-policy__search-item {
   display: none;
}
.form-policy__search-item.show {
   display: block;
}
.form-policy__sum {
   margin-top: 95px;
}
.form-policy__sum-title {
   line-height: 143.18%;
   margin-bottom: 5px;
}
.form-policy__sum-price {
   font-weight: 600;
   font-size: 45px;
   margin-bottom: 5px;
}
.form-policy__sum-price span {
   font-size: 20px;
}
.form-policy__sum-days {
   font-weight: 400;
   font-size: 18px;
}
.form-policy__sum-days span {
   font-size: 24px;
   font-weight: 600;
}
.form-policy__participants {
   display: none;
}
.form-policy__participants-title {
   font-weight: 600;
   text-align: center;
   margin: 50px 0 25px;
}
.form-policy__tourist:not(:last-child) {
   margin-bottom: 25px;
}
.form-policy__tourist {
   position: relative;
}
.form-policy__tourist.to-clone {
   display: none;
}
.form-policy__close {
   color: #fff;
   font-size: 14px;
   position: absolute;
   z-index: 100;
   right: 0;
   top: 0;
}
.form-policy__subtitle {
   margin-bottom: 4px;
   font-weight: 600;
   color: #000;
}
.form-policy__info-title {
   font-size: 28px;
   text-align: center;
   margin-bottom: 20px;
}
.form-policy__result-item {
   display: flex;
   justify-content: space-between;
   font-weight: 400;
   padding: 10.5px 0;
   border-bottom: 2px solid #fff;
}
.form-policy__result-item:not(:last-child) {
   margin-bottom: 23px;
}
.form-policy__result-item-title {
   font-weight: 700;
}
.form-policy__title {
   font-size: 24px;
   line-height: 143.18%;
   text-align: center;
   margin: 40px 0 20px;
}
.form-policy__step-two-buttons {
   display: flex;
   margin-top: 60px;
}
.form-policy__step-two-buttons .btn {
   min-width: 200px;
}
.form-policy__back {
   background: #b8b8b8;
   border-color: #b8b8b8;
   margin-right: 20px;
   color: #fff;
}
.daterangepicker.show-calendar .drp-calendar.right {
   display: none;
}
.daterangepicker.openscenter:after {
   display: none;
}
.daterangepicker.openscenter:before {
   display: none;
}
.available.off {
   display: table-cell !important;
}
.daterangepicker .drp-calendar {
   width: 290px;
   max-width: 290px;
}
.daterangepicker .drp-calendar.left th.month {
   font-size: 16px;
   font-family: "Open Sans";
   font-weight: 400;
   color: #000;
}
.daterangepicker .calendar-table td {
   font-size: 14px;
   line-height: 18px;
   font-weight: 400;
   letter-spacing: 0.04em;
   font-family: "Open Sans";
   color: #5a5a5a;
   width: unset;
   height: unset;
}
.daterangepicker .calendar-table td .lastWord {
   color: #019eed;
}
.daterangepicker .drp-calendar.left {
   padding: 20px 82px;
   padding: 0;
}
@media (min-width: 564px) {
   .daterangepicker .drp-calendar.left .calendar-table {
      padding-right: unset;
   }
   .daterangepicker {
      width: 100%;
   }
}
.daterangepicker {
   width: 100%;
   position: absolute;
   color: inherit;
   background-color: #fff;
   margin-top: 11px;
   margin-left: -9px;
   border-radius: 0;
}
.daterangepicker .drp-calendar.left .calendar-table {
   font-family: "Open Sans";
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   padding-top: 25px;
   padding-bottom: 10px;
}
.daterangepicker td.start-date.end-date {
   background: #ffea21;
   border-radius: 3px;
   border: none;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
   color: #000;
   background: #ffea21;
}
.daterangepicker td.weekend.available {
   color: #ff6700;
}
.daterangepicker td.in-range {
   background: #f1f1f1;
}
.daterangepicker td.in-range.active {
   background: #ffea21;
   color: #000;
}
.daterangepicker td.ends {
   color: #e2e2e2;
}
.daterangepicker td.ends.weekend {
   color: #ffc39a;
}
.table-condensed thead tr:first-child {
   position: relative;
}
.daterangepicker .calendar-table .next,
.daterangepicker .calendar-table .prev {
   position: absolute;
   z-index: 30004;
   transform: translateY(-50%);
   top: 50%;
}
.daterangepicker .calendar-table .next {
   right: 35px;
}
.daterangepicker .calendar-table .prev {
   left: 35px;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
   border-color: #019eed;
}
.daterangepicker .calendar-table table {
   width: 250px;
   border-collapse: separate;
   border-spacing: 0 3px;
   height: 150px;
}
.off {
   display: table-cell !important;
}
input {
   box-sizing: border-box;
}
.daterangepicker.show-calendar .drp-calendar {
   display: flex;
   justify-content: center;
   width: 100%;
   max-width: unset;
}
.daterangepicker .calendar-table th {
   color: #000;
}
.daterange-input {
   color: #fff;
   width: 100%;
}
.daterange-input::placeholder {
   color: #fff;
}
.daterange-input:focus .icon-triangle-right {
   transform: rotate(270deg);
}
@media (max-width: 575.98px) {
   .h2 {
      font-size: 14px;
   }
   .h3 {
      font-size: 14px;
   }
   .h4 {
      font-size: 14px;
   }
   html,
   body {
      font-size: 14px;
   }
}
@media (max-width: 1399.98px) {
   .buy-a-policy__text-block {
      margin-right: unset;
   }
}
@media (max-width: 1199.98px) {
   .footer__block {
      width: 300px;
   }
   .footer__block-right {
      justify-content: flex-end;
   }
}
@media (max-width: 1199.98px) {
   .popup .popup-close {
      left: calc(100% + 10px);
   }
   .policy-price__title {
      margin-right: 50px;
   }
   .buy-a-policy__content {
      flex-direction: column;
      padding-bottom: 15px;
      padding-right: 50px;
   }
   .buy-a-policy__text-block {
      margin-bottom: 30px;
   }
   .buy-a-policy__items {
      margin-top: unset;
      justify-content: space-evenly;
      flex-wrap: wrap;
   }
   .buy-a-policy .short-info-secondary {
      margin-bottom: 25px;
   }
   .block-company__content {
      flex-wrap: wrap;
   }
   .block-company__item {
      margin: 0 27px;
   }
   .public-rules__body {
      flex-direction: column;
   }
   .public-rules__text-block {
      flex: none;
      margin-bottom: 50px;
   }
   .public-rules__items {
      max-width: unset;
      margin-top: unset;
      width: 100%;
      justify-content: space-around;
   }
   .hotels-rules__content {
      flex-direction: column;
   }
   .hotels-rules__main-container {
      width: unset;
      margin-right: unset;
      margin-bottom: 20px;
      max-width: unset;
   }
   .hotels-rules__rightside {
      width: unset;
   }
   .hotels-rules__items {
      justify-content: space-around;
      margin-bottom: 70px;
   }
   .hotels-rules__btn {
      display: none;
   }
   .hotels-rules__btn-mobile {
      display: block;
      margin: 0 auto;
   }
   .polisy-banner__content {
      padding-right: 60px;
   }
   .at-home__content {
      padding: 0 30px;
   }
}
@media (max-width: 1099.98px) {
   .city-rules__body {
      flex-wrap: wrap;
      justify-content: space-evenly;
   }
   .city-rules .short-info {
      margin-bottom: 25px;
   }
}
@media (max-width: 991.98px) {
   .form-policy__leftside {
      width: 48%;
      margin-right: 4%;
   }
   .form-policy__rightside {
      width: 48%;
   }
   .form-policy__tariffs-radio {
      flex-direction: column;
   }
   .form-policy-radio:not(:last-child) {
      margin-right: unset;
      margin-bottom: 20px;
   }
   .popup-country__body {
      flex-direction: column;
      flex-wrap: nowrap;
   }
   .popup-country__item {
      width: 100%;
   }
   .popup-country__item:nth-child(odd) {
      margin-right: unset;
   }
   .popup-details__content {
      max-height: 545px;
   }
   .popup-details__wrapper {
      padding-right: 35px;
   }
   .popup__content {
      padding: 40px 26px 40px 40px;
   }
   .policy-price__title {
      margin-right: unset;
   }
   .policy-price__price {
      display: none;
   }
   .policy-price__body {
      flex-direction: column;
      align-items: center;
      padding: 30px 0 35px;
   }
   .policy-price__image-block {
      order: 2;
      width: 100%;
   }
   .policy-price__img {
      margin-bottom: 15px;
   }
   .policy-price .price-list {
      order: 1;
      width: 100%;
      padding: 0 30px;
      margin-top: unset;
      max-width: unset;
      margin-bottom: 25px;
   }
   .certificate__content {
      padding-bottom: 0;
      display: flex;
      flex-direction: column;
   }
   .certificate__img {
      align-self: center;
      position: static;
   }
   .certificate__text-block {
      margin-bottom: 35px;
   }
   .head {
      width: 100%;
      max-width: unset;
   }
   .info-travel__bg-img {
      display: none;
   }
   .info-travel__img-mobile {
      display: flex;
   }
   .info-travel__descr {
      margin-bottom: unset;
   }
   .info-travel__btn {
      margin: 0 auto;
   }
   .public-rules__items {
      justify-content: flex-start;
      flex-direction: column;
      text-align: left;
      align-items: flex-start;
      order: 1;
      margin-bottom: 30px;
   }
   .public-rules__text-block {
      margin-bottom: unset;
      order: 2;
      padding: 25px 17px;
   }
   .public-rules .short-info {
      width: unset;
      text-align: left;
      padding-left: 20px;
      margin-bottom: unset;
      position: relative;
   }
   .public-rules .short-info:not(:last-child) {
      margin-bottom: 20px;
   }
   .public-rules .short-info::before {
      content: "";
      position: absolute;
      left: 0;
      top: 8px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #019eed;
   }
   .public-rules .short-info__img {
      display: none;
   }
   .polisy-banner__content {
      flex-direction: column;
      align-items: flex-start;
   }
   .polisy-banner__text-block {
      margin-bottom: 40px;
      margin-right: unset;
   }
   .polisy-banner__bg {
      right: 20px;
      top: 30px;
      left: unset;
   }
   .polisy-banner .short-info {
      width: 226px;
   }
   .at-home__content {
      padding-right: unset;
   }
   .at-home__find {
      display: none;
   }
   .at-home__play-market-mobile,
   .at-home__app-store-mobile {
      display: block;
   }
   .at-home__link {
      width: 132px;
      height: 79px;
      margin-bottom: 10px;
      margin-left: -12px;
      margin-top: -29px;
   }
   .questions {
      padding-top: 80px;
   }
   .questions__img {
      display: none;
   }
   .questions__img-mobile {
      display: block;
   }
   .questions__content {
      padding: 40px;
   }
   .banner__list {
      padding: 17px;
   }
   .footer__block {
      width: 70%;
   }
   .footer__block-center {
      left: unset;
      right: 0;
      transform: none;
   }
   .header__content {
      flex-wrap: wrap;
   }
   .header__contact-us {
      order: 4;
      width: 100%;
      margin-top: 15px;
   }
   .footer__block-right {
      flex-direction: column;
      align-items: flex-end;
   }
   .footer__block-right .footer__link:not(:last-child) {
      margin-right: unset;
   }
}
@media (max-width: 767.98px) {
   .form-policy {
      padding: 60px 50px;
   }
   .form-policy__container {
      flex-direction: column;
   }
   .form-policy__leftside {
      width: 100%;
      margin-right: unset;
   }
   .form-policy__rightside {
      width: 100%;
   }
   .form-policy__container-main .form-policy__rightside {
      margin-bottom: 23px;
      order: 1;
   }
   .form-policy__container-main .form-policy__leftside {
      order: 2;
      margin-bottom: 23px;
   }
   .form-policy__tourist .form-policy__leftside {
      margin-bottom: 23px;
   }
   .form-policy__bottom-block .form-policy__container .form-policy__leftside {
      order: 2;
   }
   .form-policy__bottom-block .form-policy__container .form-policy__rightside {
      order: 1;
   }
   .form-policy__sum {
      margin-top: 30px;
   }
   .form-policy__check-block {
      margin: 30px 0;
   }
   .form-policy .popup-country .popup__content {
      margin: 40px 20px;
      padding: 40px;
   }
   .popup__content {
      margin: 40px 20px;
   }
   .popup .popup-close {
      /* display: none; */
      left: unset;
      right: 5px;
      top: 5px;
   }
   .popup-details__head {
      min-width: unset;
   }
   .policy-price__title {
      font-size: 18px;
   }
   .policy-price .price-list {
      margin: 0 -5px;
      width: calc(100% + 10px);
   }
   .price-list__price {
      padding-left: 14px;
   }
   .price-list__price-num {
      font-size: 22px;
      min-width: 43px;
   }
   .price-list__price-text {
      font-size: 12px;
   }
   .price-list__tariff {
      font-size: 18px;
      min-width: 175px;
      text-align: center;
      margin-right: 16px;
   }
   .price-list__item {
      height: 53px;
   }
   .price-list__item.active {
      margin: unset;
      padding: unset;
      height: 53px;
   }
   .block-forms__buttons {
      flex-direction: column;
   }
   .block-forms__btn-order-test {
      width: 100%;
   }
   .info-travel__content {
      padding: 35px 0;
   }
   .hotels-rules__items {
      flex-wrap: wrap;
   }
   .hotels-rules__bg-img {
      top: 30px;
      bottom: unset;
      right: -130px;
      right: 0;
   }
   .hotels-rules .short-info:not(:last-child) {
      margin-bottom: 35px;
      margin-right: unset;
   }
   .polisy-banner__content {
      padding: 40px;
   }
   .city-rules__body {
      padding-top: 25px;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
   }
   .city-rules .short-info {
      width: unset;
      text-align: left;
      padding-left: 20px;
      margin-bottom: unset;
      position: relative;
   }
   .city-rules .short-info:not(:last-child) {
      margin-bottom: 20px;
   }
   .city-rules .short-info::before {
      content: "";
      position: absolute;
      left: 0;
      top: 8px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #019eed;
   }
   .city-rules .short-info__img {
      display: none;
   }
   .at-home__content {
      margin-right: -15px;
   }
   .banner__mark {
      width: 44px;
      height: 44px;
   }
   .lang__head .icon-triangle-right {
      font-size: 9px;
   }
   .lang__item {
      font-size: 12px;
      padding-left: 12px;
   }
   .lang__item::before {
      width: 8px;
      height: 8px;
   }
   .header__content {
      flex-wrap: nowrap;
      padding-top: 15px;
   }
   .header__contact-us {
      width: unset;
      order: unset;
      margin-top: unset;
   }
   .header__link:not(:last-child) {
      margin-right: 15px;
   }
   .header__toggle {
      padding: 1px;
      border-radius: 8.112px;
   }
   .header__toggle-item {
      padding: 4px 6px;
      font-size: 10px;
      font-weight: 600;
   }
   .header__toggle-item.active {
      padding: 4px 12px;
      border-radius: 7.488px;
   }
   .header__link {
      font-size: 13px;
   }
   .header__link .icon {
      font-size: 14px;
   }
   .logo {
      transform: translateY(-3px);
      width: 107px;
      height: 16px;
   }
   .footer .logo {
      width: 124px;
      height: 20px;
      transform: unset;
      margin-bottom: 20px;
   }
   .footer__content {
      flex-direction: column;
      align-items: center;
   }
   .footer__block-left {
      flex-direction: column;
      width: unset;
      order: 2;
      align-items: center;
      margin-bottom: 15px;
   }
   .footer__block-center {
      order: 1;
   }
   .footer__block-right {
      flex-direction: row !important;
      order: 3;
      width: unset;
      margin-bottom: 30px !important;
   }
   .footer__block-left .footer__link,
   .footer__block-left .footer__link:not(:last-child) {
      margin-bottom: 15px;
      margin-right: unset;
   }
   .footer__block-right .footer__link {
      margin-bottom: unset !important;
   }
   .footer__block-right .footer__link:not(:last-child) {
      margin-bottom: unset !important;
      margin-right: 30px;
   }
}
@media (max-width: 767.98px) and (max-width: 768px) and (min-width: 375px) {
   .hotels-rules__bg-img {
      right: calc(-130px + (0 - -130) * ((100vw - 375px) / (768 - 375)));
   }
}
@media (max-width: 767.98px) and (max-width: 375px) {
   .hotels-rules__bg-img {
      right: -130px;
   }
}
@media (max-width: 575.98px) {
   .daterangepicker {
      margin-top: 7px;
   }
   .daterangepicker .drp-calendar.left .calendar-table {
      padding-top: 5px;
   }
   .daterangepicker .drp-calendar.left .calendar-table table {
      width: 225px;
   }
   .daterangepicker .drp-calendar.left th.month,
   .daterangepicker .calendar-table td {
      font-size: 12px;
      line-height: 15px;
      min-width: unset;
   }
   .form-policy__input:not(:last-child) {
      margin-bottom: 18px;
   }
   .daterangepicker .calendar-table .prev {
      left: 50px;
   }
   .daterangepicker .calendar-table .next {
      right: 50px;
   }
   .form-policy {
      padding: 30px 20px 35px;
   }
   .form-policy__container-main .form-policy__rightside {
      margin-bottom: 18px;
   }
   .form-policy__select:not(:last-child),
   .form-policy__result-item:not(:last-child) {
      margin-bottom: 18px;
   }
   .form-policy__tourist .form-policy__leftside {
      margin-bottom: 18px;
   }
   .form-policy__step-two .form-policy__leftside {
      margin-bottom: 18px;
   }
   .form-policy__step {
      position: static;
      text-align: center;
      font-size: 18px;
      margin-bottom: 30px;
   }
   .form-policy__tariffs-title {
      font-size: 22px;
      margin-bottom: 20px;
   }
   .form-policy__tariffs-radio {
      margin-bottom: 30px;
   }
   .form-policy__descr {
      padding: 0 15px;
   }
   .form-policy__select-head .icon-triangle-right {
      font-size: 13px;
   }
   .form-policy__container-main .form-policy__leftside {
      order: 2;
   }
   .form-policy__container-main .form-policy__rightside {
      order: 1;
   }
   .form-policy__participants-title {
      font-size: 16px;
      margin: 30px 0 20px;
   }
   .form-policy__subtitle {
      margin-bottom: 3px;
   }
   .form-policy__tourist:not(:last-child) {
      margin-bottom: 20px;
   }
   .form-policy__sum-title {
      font-size: 17px;
      margin-bottom: unset;
   }
   .form-policy__sum-price {
      font-size: 37px;
   }
   .form-policy__sum-price span {
      font-size: 16px;
   }
   .form-policy__sum-days {
      font-size: 14px;
   }
   .form-policy__sum-days span {
      font-size: 18px;
   }
   .form-policy__check-text {
      margin-left: 11px;
      font-size: 12px;
   }
   .form-policy__buttons {
      flex-direction: column;
      align-items: center;
   }
   .form-policy__next {
      min-width: 200px;
      margin-right: unset;
      margin-bottom: 15px;
   }
   .form-policy__add {
      font-size: 16px;
   }
   .form-policy__info-title {
      font-size: 22px;
   }
   .form-policy__step-two-buttons {
      flex-direction: column-reverse;
      align-items: center;
   }
   .form-policy__back {
      margin-right: unset;
      margin-top: 15px;
   }
   .checkbox-style {
      width: 14.75px;
      height: 14.63px;
   }
   .checkbox-none:checked + .checkbox-style {
      background: url(../images/SVG/check.svg) 1px 2px/10px 7.5px no-repeat;
   }
   .input,
   .form-policy__select-head,
   .form-policy__result-item {
      padding: 7px 0;
      font-size: 14px;
   }
   .popup-country .popup__content {
      padding: 25px 10px;
   }
   .popup-country__head {
      margin-bottom: 40px;
   }
   .popup-country__item-img {
      width: 60px;
      height: 60px;
      margin-right: 15px;
   }
   .popup-country__item-img img {
      width: 35px;
      height: 35px;
   }
   .popup-country__item-title {
      margin-bottom: 5px;
   }
   .popup-country__item-descr {
      font-size: 12px;
   }
   .popup-details__content {
      max-height: 500px;
   }
   .popup-details__wrapper {
      padding-right: 15px;
   }
   .popup-details__head.head {
      margin-bottom: 30px;
      font-size: 18px;
      padding: 10px 15px;
   }
   .popup__content {
      padding: 25px 10px 25px 15px;
   }
   .policy-price__content {
      margin: 0 -15px;
   }
   .policy-price__head {
      padding: 10px 15px;
   }
   .policy-price__body {
      padding-left: 15px;
      padding-right: 15px;
   }
   .policy-price__btn {
      min-width: 260px;
   }
   .policy-price .price-list {
      padding: 0;
   }
   .buy-a-policy__content {
      padding: 35px 22px;
   }
   .buy-a-policy__title {
      font-size: 18px;
      margin-bottom: unset;
   }
   .buy-a-policy__bg {
      display: none;
   }
   .buy-a-policy__btn {
      display: none;
   }
   .buy-a-policy .short-info-secondary .short-info__img {
      width: 105px;
      height: 105px;
      margin-bottom: 13px;
   }
   .buy-a-policy .short-info-secondary .short-info__img img {
      width: 63px;
      height: 63px;
   }
   .buy-a-policy .short-info-secondary .short-info__text {
      padding: 5px 10px 6px;
   }
   .buy-a-policy__items {
      margin-bottom: 15px;
      flex-direction: column;
      align-items: center;
   }
   .buy-a-policy__rightside {
      display: flex;
      flex-direction: column;
      align-items: stretch;
   }
   .buy-a-policy__btn-mobile {
      align-self: center;
      display: block;
      min-width: 260px;
   }
   .certificate {
      background: #ffea21;
   }
   .certificate__content {
      padding: 35px 0 0;
   }
   .certificate__img {
      padding: 0 20px;
   }
   .certificate__text-block {
      padding-top: 18px;
   }
   .certificate__descr {
      max-width: 300px;
      margin-bottom: 30px;
   }
   .certificate__btn {
      min-width: 260px;
      margin: 0 auto;
   }
   .block-company__content {
      max-width: 450px;
      margin: 0 auto;
   }
   .block-company__item {
      margin: unset;
      margin-bottom: 40px;
   }
   .block-company__item.mfa .block-company__item-img img {
      transform: none;
   }
   .block-company__item-img {
      margin-bottom: unset;
      justify-content: center;
   }
   .block-company__item-text {
      display: none;
   }
   .info-travel__btn {
      min-width: 260px;
   }
   .public-rules__subtitle {
      padding: 4px 8px;
      margin-bottom: 24px;
   }
   .public-rules__descr {
      font-weight: 600;
      margin-bottom: 25px;
   }
   .public-rules__btn {
      align-self: center;
      min-width: 260px;
   }
   .short-info__img img {
      width: 53px;
      height: 53px;
   }
   .hotels-rules__content {
      padding: 35px 0;
   }
   .hotels-rules__text-block {
      padding-top: 15px;
   }
   .hotels-rules__descr {
      margin-bottom: unset;
   }
   .hotels-rules__main-container {
      margin-bottom: 30px;
   }
   .hotels-rules .short-info__img {
      margin-bottom: 15px;
   }
   .hotels-rules__items {
      margin-bottom: 40px;
   }
   .hotels-rules__btn-mobile {
      min-width: 260px;
   }
   .polisy-banner__content {
      padding: 35px 26px;
   }
   .polisy-banner__title {
      font-weight: 700;
      font-size: 18px;
      line-height: 170.68%;
      margin-bottom: 5px;
   }
   .polisy-banner__descr {
      font-weight: 600;
      margin-bottom: 5px;
   }
   .polisy-banner__notice {
      font-size: 12px;
   }
   .polisy-banner__btn {
      margin: 0 auto;
      max-width: 257px;
      width: 100%;
      padding-top: 11px;
      padding-bottom: 13px;
   }
   .short-info::before {
      top: 5px;
   }
   .head {
      border-radius: 10px 10px 0 0;
   }
   .at-home__content {
      padding-left: 15px;
   }
   .at-home__title {
      font-size: 25px;
      margin-bottom: 10px;
      line-height: 170.68%;
   }
   .at-home__descr {
      margin-bottom: 35px;
   }
   .at-home__btn {
      padding: 7px 21px 9px;
      font-size: 14px;
      min-width: unset;
   }
   .video__content {
      padding: 0;
   }
   .questions {
      padding-top: 0;
   }
   .questions__content {
      padding-left: 15px;
      padding-right: 65px;
      border-radius: 10px;
   }
   .questions__title {
      font-size: 30px;
      margin-bottom: 30px;
   }
   .search {
      padding: 20px 0 80px;
   }
   .search__input {
      font-size: 10px;
      padding: 10px 30px 11px 10px;
      border: 0.4663px solid #dfdfdf;
      box-shadow: 0 0 1.8652px rgba(0, 0, 0, 0.25);
      border-radius: 5.1293px;
   }
   .search__input:hover {
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
   }
   .search__input-box {
      margin-bottom: 30px;
   }
   .search__input-box .icon {
      right: 14px;
   }
   .search__results {
      margin: -15px -10px;
      margin-bottom: 20px;
   }
   .search__item {
      padding: 4px 10px 3px;
      min-width: 91px;
      margin: 15px 10px;
   }
   .search__btn {
      min-width: 250px;
   }
   .head {
      padding: 18px;
   }
   .rules-of-entrance__text-block {
      margin-bottom: 30px;
   }
   .rules-of-entrance__info {
      margin-bottom: 20px;
   }
   .rules-of-entrance__btns-block {
      flex-direction: column-reverse;
      align-items: center;
   }
   .rules-of-entrance__btn-policy {
      margin-right: unset;
      margin-top: 15px;
   }
   .rules-of-entrance__btn-details {
      min-width: 190px;
   }
   .banner__title {
      font-size: 17px;
      margin-bottom: 35px;
      max-width: 283px;
   }
   .banner__list-item::before {
      top: 10px;
   }
   .footer__top .container {
      padding: 40px 15px 20px;
   }
   .footer__block {
      flex-direction: column;
      align-items: center;
      width: unset;
      margin-bottom: unset;
   }
   .footer__link:not(:last-child) {
      margin-right: unset;
      margin-bottom: 30px;
   }
   .footer__link {
      margin-bottom: 30px;
      font-size: 12px;
      display: flex;
      align-items: center;
   }
   .footer__link .icon {
      margin-right: 6px;
      font-size: 17px;
   }
   .footer__block-center {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: static;
   }
   .footer__logo {
   }
   .footer__rights {
      font-size: 12px;
      padding: 13px;
   }
   .header__content {
      flex-wrap: wrap;
   }
   .header__contact-us {
      order: 4;
      width: 100%;
      margin-top: 15px;
   }
   .lang__item {
      padding-top: 5px;
      padding-bottom: 5px;
   }
}
@media (max-width: 374.98px) {
   .block-company__item-img {
      width: 145px;
   }
   .header__contact-us {
      width: unset;
   }
   .lang {
      margin-top: 16px;
      order: 5;
   }
}
