@charset "UTF-8";
@font-face {
  font-family: Comfortaa;
  src: url(../fonts/Comfortaa.ttf);
}
body .os-order-header-title, .os-order-form-wrap *:after {
  color: #474F55 !important;
}

.os-order-form-wrap, .os-order-form-wrap * {
  font-family: Comfortaa, sans-serif !important;
}

.os-order-form-wrap .os-order-error {
  position: absolute;
}

.fancybox-wrap {
  width: 624px !important;
}
.fancybox-wrap .os-order-form-wrap {
  padding: 0;
  border: none;
}
.fancybox-wrap .os-order-header-title {
  margin-bottom: 24px;
  font-size: 24px !important;
  font-weight: bold;
  text-transform: capitalize;
}
.fancybox-wrap .fancybox-skin {
  border-radius: 20px;
  padding: 24px !important;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
}
.fancybox-wrap .os-order-select-wrapper {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
  background-color: #efefef;
  border: none;
}
.fancybox-wrap .os-order-form-wrap select {
  font-size: 14px;
  color: #474F55;
}
.fancybox-wrap .fancybox-inner,
.fancybox-wrap .fancybox-skin {
  background-color: #fff;
}
.fancybox-wrap .fancybox-inner,
.fancybox-wrap .os-order-form-wrap {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}
.fancybox-wrap .os-order-table {
  width: 100%;
}
.fancybox-wrap .os-order-left-col,
.fancybox-wrap .os-order-right-col {
  width: 50%;
}
.fancybox-wrap .os-order-form-wrap select,
.fancybox-wrap .os-order-datepicker {
  padding: 0 0 0 12px;
}
.fancybox-wrap .os-order-input-dates .os-order-input-wrapper {
  border: none;
  background-color: #efefef;
}
.fancybox-wrap .os-order-input-wrapper {
  width: 50%;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
  background-color: #efefef;
  margin: 0 0 24px 0;
}
.fancybox-wrap .os-order-input-dates {
  width: 100%;
  top: 0;
}
.fancybox-wrap .os-order-input-dates label {
  width: calc(50% - 40px);
  margin-left: 40px;
}
.fancybox-wrap .os-order-input-duration {
  width: 50%;
  margin-bottom: 24px;
}
.fancybox-wrap .os-order-input-phone {
  margin-left: 24px;
}
.fancybox-wrap .os-order-input-name,
.fancybox-wrap .os-order-input-phone {
  width: calc(50% - 12px);
  margin-bottom: 24px;
}
.fancybox-wrap .os-order-input-email {
  width: 100%;
}
.fancybox-wrap .os-order-input-name input,
.fancybox-wrap .os-order-input-phone input,
.fancybox-wrap .os-order-input-email input {
  width: 100%;
  border: none;
  height: 40px;
  border-radius: 5px;
  background-color: #efefef;
  padding: 0 12px;
  outline: 0 none;
}
.fancybox-wrap .os-order-input-comment textarea {
  width: 100%;
  border: none;
  min-height: 80px;
  border-radius: 5px;
  background-color: #efefef;
  padding: 12px;
  outline: 0 none;
}
.fancybox-wrap .os-order-input-comment,
.fancybox-wrap .os-order-input-office {
  margin: 24px 0;
}
.fancybox-wrap .os-order-input-office .os-order-select-wrapper select {
  text-transform: capitalize;
}
.fancybox-wrap .os-order-table {
  margin-bottom: 24px;
}
.fancybox-wrap .os-order-input-wrapper:after {
  content: "";
  display: inline-block;
  width: 16px !important;
  height: 16px;
  right: 12px;
  top: 50%;
  font-size: initial;
  line-height: initial;
  transform: translateY(-50%);
  mask: url(../img/calendar-icon-blue.svg) no-repeat center/contain;
  -webkit-mask: url(../img/calendar-icon-blue.svg) no-repeat center/contain;
}
.fancybox-wrap .fancybox-close {
  background: url(../img/close-icon.svg) no-repeat center/contain;
  width: 10px;
  height: 10px;
  top: 24px;
  right: 24px;
}
.fancybox-wrap .os-order-input-duration .os-order-select-wrapper {
  width: 100%;
  border: none;
}
.fancybox-wrap .os-order-input-office .os-order-select-wrapper {
  border-radius: 5px;
  border: none;
}
.fancybox-wrap .os-order-select-wrapper:after {
  content: "";
  display: inline-block;
  width: 10px !important;
  height: 6px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  mask: url(../img/arrow-select.svg) no-repeat center/contain;
  -webkit-mask: url(../img/arrow-select.svg) no-repeat center/contain;
}
.fancybox-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.fancybox-wrap .os-order-input-dates > * {
  display: flex;
}
.fancybox-wrap .os-order-input-dates label {
  padding-left: 25px;
  vertical-align: super;
}
.fancybox-wrap .os-order-input-dates label span {
  vertical-align: middle;
}
.fancybox-wrap .os-order-input-dates input + span:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  border: solid 2px #474f55;
  opacity: 0.4;
  margin-right: 12px;
  vertical-align: bottom;
}
.fancybox-wrap .os-order-input-dates input:checked + span:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.fancybox-wrap .os-order-input-dates label input {
  opacity: 0;
  visibility: hidden;
}
.fancybox-wrap .os-order-datepicker,
.fancybox-wrap .os-order-input-duration .os-order-select-wrapper select {
  width: 100%;
}
.fancybox-wrap .os-order-right-col .os-order-select-wrapper {
  width: 64px;
  margin-left: 12px;
}
.fancybox-wrap .os-order-first-title {
  vertical-align: super;
  right: 6px;
  max-width: 70px;
}
.fancybox-wrap .os-order-and-title {
  vertical-align: super;
  max-width: 31px;
}
.fancybox-wrap .os-order-form-submit_button {
  border: none;
  float: right;
  margin-bottom: 8px;
  width: 320px;
  max-width: 100%;
  height: 64px;
  line-height: 64px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  transition-duration: 0.3s;
  border-radius: 32px;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
}
.fancybox-wrap .os-order-form-submit_button:hover {
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.26);
}
.fancybox-wrap .os-order-form-submit_button.inactive {
  background: #fff;
  box-shadow: 0 9px 25px 0 rgba(0, 0, 0, 0.06);
  color: #1e241e33;
  pointer-events: none;
}
.fancybox-wrap .os-order-first-title,
.fancybox-wrap .os-order-and-title {
  width: auto;
}

.os-order-form-submit {
  height: 64px;
}

.new_t-order-form-open .os-order-form-submit .os-order-form-submit_button {
  border: none;
  float: right;
  width: 320px;
  max-width: 100%;
  height: 64px;
  line-height: 64px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  transition-duration: 0.3s;
  border-radius: 32px;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
}
.new_t-order-form-open .os-order-form-submit .os-order-form-submit_button:hover {
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.26);
}
.new_t-order-form-open .os-order-form-submit .os-order-form-submit_button.inactive {
  background: #fff;
  box-shadow: 0 9px 25px 0 rgba(0, 0, 0, 0.06);
  color: #1e241e33;
  pointer-events: none;
}

.os-order-info {
  color: #474F55;
  text-align: center;
  position: relative;
}

.os-order-h2 {
  position: relative;
  margin: 128px 0 16px;
  width: 100%;
  text-align: center;
  font-size: 24px !important;
  font-weight: bold !important;
  line-height: 1.33;
  color: #474F55;
}
.os-order-h2:before {
  content: url(../img/success-icon.svg);
  display: block;
  position: absolute;
  top: -120px;
  right: 50%;
  transform: translateX(50%);
  width: 96px;
  height: 96px;
  border-radius: 50%;
}

.os-order-info > div {
  font-size: 18px;
  margin-bottom: 8px;
}

.new_t-order-form-open .os-order-select-wrapper {
  border: none;
}

.os-order-user-contacts {
  margin-top: 5px !important;
}

@media all and (max-width: 768px) {
  .fancybox-wrap {
    max-width: 90%;
    width: 90% !important;
  }
  .fancybox-wrap .os-order-input-dates label {
    width: calc(50% - 20px);
    margin-left: 20px;
    vertical-align: baseline;
  }
  .fancybox-wrap .fancybox-skin {
    padding: 15px !important;
  }
  .fancybox-wrap .os-order-left-col, .fancybox-wrap .os-order-right-col,
.fancybox-wrap .os-order-input-duration {
    width: 100%;
    margin-bottom: 6px;
  }
  .fancybox-wrap .os-order-table, .fancybox-wrap .os-order-input-wrapper,
.fancybox-wrap .os-order-input-comment, .fancybox-wrap .os-order-input-office {
    margin-bottom: 6px;
    margin-top: 6px !important;
  }
  .fancybox-wrap .os-order-first-title {
    right: 0;
    margin-right: 12px;
  }
  .fancybox-wrap .os-order-input-name, .fancybox-wrap .os-order-input-phone {
    width: 100%;
    margin-left: 0;
    margin-bottom: 6px;
  }
  .fancybox-wrap .os-order-input-people {
    margin-top: 6px !important;
  }
  .fancybox-wrap .os-order-form-submit {
    margin: 15px auto;
  }
}
header {
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
}

.subscribe_end:after {
  position: fixed;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}

.subscribe_end:before {
  position: fixed;
  content: "Подписка закончилась";
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  font-size: 72px;
  z-index: 99999;
  text-align: center;
  font-family: Comfortaa, sans-serif;
}

.header-container {
  width: 100%;
  max-width: 2065px;
  height: 104px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  align-items: center;
  font-family: Comfortaa, sans-serif;
  position: relative;
}
.header-container .send-order-btn {
  padding: 0 15px;
  white-space: nowrap;
  border: none;
  font-family: Comfortaa, sans-serif;
  width: 232px;
  max-width: 100%;
  height: 64px;
  line-height: 64px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  transition-duration: 0.3s;
  border-radius: 32px;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
}
.header-container .send-order-btn:hover {
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.26);
}
.header-container .send-order-btn.inactive {
  background: #fff;
  box-shadow: 0 9px 25px 0 rgba(0, 0, 0, 0.06);
  color: #1e241e33;
  pointer-events: none;
}
.header-container .nav-mob {
  display: flex;
  align-items: center;
}

header .logo {
  display: inline-block;
  width: 183px;
  max-width: 15%;
  height: 85%;
  flex-shrink: 0;
}
header .logo > img {
  height: 100%;
}

header .logo-mob {
  display: none;
  width: 183px;
  height: 40px;
  position: absolute;
  left: 20px;
  top: 28px;
}
header .logo-mob > img {
  height: 100%;
}

.header__lg-mob {
  display: none;
}

.header__lg {
  display: flex;
  font-size: 14px;
  font-weight: bold;
  color: #999;
}
.header__lg > li:first-child:after {
  content: "/";
  margin: 0 3px;
}
.header__lg li {
  list-style: none;
  display: inline-block;
}
.header__lg a {
  font-size: 14px;
  font-weight: bold;
  color: #999;
}

.wrapper-lg-phones {
  display: flex;
  align-items: center;
  margin: 0 0 0 30px;
}
.wrapper-lg-phones .header__lg {
  margin-right: 30px;
}

.header__phones {
  display: flex;
  position: relative;
  cursor: pointer;
  padding-bottom: 20px;
  margin-bottom: -20px;
  min-width: 230px;
}
.header__phones .header__phone {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-right: 15px;
}
.header__phones .header__phone:before {
  content: "";
  position: absolute;
  bottom: -8px;
  width: calc(100% + 30px);
  height: 2px;
  left: -30px;
  -webkit-mask: url(../img/border-dashed.svg) no-repeat center/contain;
  mask: url(../img/border-dashed.svg) no-repeat center/contain;
}
.header__phones .header__phone:after {
  content: "";
  width: 10px;
  height: 100%;
  -webkit-mask: url(../img/arrow-select.svg) no-repeat center/contain;
  mask: url(../img/arrow-select.svg) no-repeat center/contain;
  margin-left: 10px;
  position: absolute;
}
.header__phones .header__phone[data-length="1"] {
  padding-right: 0;
}
.header__phones .header__phone[data-length="1"]:after {
  display: none;
}
.header__phones .header__phone[data-length="1"] + .modal-phones {
  display: none !important;
}
.header__phones .header__phone-img {
  width: 22px;
  height: 22px;
  display: inline-block;
  -webkit-mask: url(../img/phone-icon.svg) no-repeat center/contain;
  mask: url(../img/phone-icon.svg) no-repeat center/contain;
  vertical-align: sub;
  margin-right: 10px;
}

.modal-phones {
  border-radius: 10px;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  padding: 14px 14px 0 14px;
  width: calc(100% - 20px);
}
.modal-phones > div.modal-phones-item:not(:last-child) {
  border-bottom: 2px solid #efefef;
}

.modal-phones-item {
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.modal-phones-item:last-child {
  margin-bottom: 0;
}
.modal-phones-item .flx {
  align-items: center;
}

.operator-schedule > img {
  vertical-align: middle;
}

.phone-number {
  font-size: 18px;
  font-weight: bold;
  color: #474f55;
}

.phone-operator {
  margin: 8px 0;
}

[alt=moldcell] {
  height: 14px;
}

[alt=moldtelecom] {
  height: 20px;
}

[alt=orange] {
  height: 30px;
}

.operator-schedule {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  margin: 8px 0;
  display: flex;
  justify-content: space-between;
}
.operator-schedule .clock-container {
  min-width: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  -webkit-mask: url(../img/clock.svg) no-repeat center/contain;
  mask: url(../img/clock.svg) no-repeat center/contain;
  vertical-align: middle;
}
.operator-schedule .clock-container ~ span:not(:empty) {
  margin-left: 4px;
}

.operator-address {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.62;
  color: #474f55;
  margin: 0;
}
.operator-address:empty {
  display: none;
}

.flx.empty {
  display: none;
}

.header__nav .nav__icon {
  display: none;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.header__nav .nav__icon > .bar {
  padding: 0;
  width: 20px;
  height: 2px;
  background-color: #1f2123;
  border-radius: 1px;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header__nav .nav__icon .bar1 {
  top: 0;
}
.header__nav .nav__icon .bar2, .header__nav .nav__icon .bar3 {
  top: 9px;
}
.header__nav .nav__icon .bar4 {
  bottom: 0;
}
.header__nav .nav__icon.open .bar1 {
  top: 10px;
  width: 0%;
  left: 50%;
}
.header__nav .nav__icon.open .bar2 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__nav .nav__icon.open .bar3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__nav .nav__icon.open .bar4 {
  top: 10px;
  width: 0%;
  left: 50%;
}
.header__nav ul {
  display: flex;
  padding-left: 0;
}
.header__nav li {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  margin-right: 45px;
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .header__nav li {
    margin-right: 33px;
  }
}
.header__nav li a {
  padding-bottom: 20px;
  color: #474F55;
  transition-duration: 0.2s;
}
.header__nav li ul a {
  padding: 16px;
  display: block;
}
.header__nav li.menu-item-has-children {
  margin-right: 57px;
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .header__nav li.menu-item-has-children {
    margin-right: 45px;
  }
}
.header__nav li.menu-item-has-children:after {
  content: "";
  width: 10px;
  height: 6px;
  mask: url(../img/arrow-select-grey.svg) no-repeat center/contain !important;
  -webkit-mask: url(../img/arrow-select-grey.svg) no-repeat center/contain !important;
  background: #474F55;
  display: inline;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  transition-duration: 0.2s;
}

header .menu-item-has-children .sub-menu {
  display: none;
  min-width: 100%;
  min-width: 185px;
  position: absolute;
  z-index: 100;
  top: calc(100% + 12px);
  right: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
}
header .menu-item-has-children .sub-menu li {
  display: block;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  color: #474f55;
}
header .menu-item-has-children .sub-menu li:not(:last-child) {
  border-bottom: 2px solid #efefef;
}
header .menu-item-has-children .sub-menu li a {
  color: #000;
}

@media all and (max-width: 1439px) {
  .header__nav li {
    margin-right: 25px;
  }
  .header__nav li.menu-item-has-children {
    margin-right: 37px;
  }
  .header__nav li a {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .header__phones .header__phone {
    font-size: 16px;
  }

  .header__phones {
    min-width: 210px;
  }

  .wrapper-lg-phones {
    margin: 0 0 0 1em;
  }
  .wrapper-lg-phones .header__lg {
    margin-right: 1em;
  }

  .header-container .send-order-btn {
    white-space: normal;
    width: initial;
    line-height: 1;
    display: flex;
    align-items: center;
  }
}
@media all and (max-width: 1200px) {
  header .logo {
    width: 120px;
    height: 60%;
  }

  .header-container {
    max-width: 1024px;
  }

  .header-container .send-order-btn {
    width: initial;
    height: 50px;
    line-height: 50px;
    min-width: initial;
    white-space: nowrap;
    padding: 0 14px;
    font-size: 13px;
  }

  .header__nav li.menu-item-has-children {
    margin-right: 32px;
  }

  .header__phones .header__phone, .phone-number {
    font-size: 16px;
  }

  .header__phones {
    min-width: 195px;
    position: relative;
  }
  .header__phones::before {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 150px;
    top: -2px;
    z-index: 1;
  }

  .header__nav li a {
    font-size: 13px;
  }

  .header__lg {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .new_layer-open .header-container {
    z-index: 30;
  }

  header .logo {
    display: none;
  }

  header {
    height: 64px;
  }

  header .logo-mob {
    display: block;
  }

  header {
    box-shadow: none;
  }

  .header-container {
    position: fixed;
    top: -1px;
    height: 64px;
    z-index: 200;
    background: #fff;
    box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
  }

  .header__nav ul {
    flex-wrap: wrap;
  }
  .header__nav .header__nav-list > .menu-item:first-child {
    display: inline-block;
  }
  .header__nav .nav-mob {
    display: none;
  }
  .header__nav .nav-mob .menu-item {
    width: 90%;
    color: #000;
    margin-bottom: 24px;
    margin-right: 0;
  }
  .header__nav .nav-mob .menu-item > a {
    font-size: 16px;
  }
  .header__nav .nav-mob .menu-item.menu-item-has-children .sub-menu {
    position: static;
    background: transparent;
    box-shadow: initial;
  }
  .header__nav .nav-mob .menu-item.menu-item-has-children .sub-menu li {
    border: none;
    padding: 0 0 0 8px;
    margin: 16px 0 0 0;
    font-weight: 300;
  }
  .header__nav .nav-mob .menu-item.menu-item-has-children .sub-menu li a {
    font-size: 13px;
  }
  .header__nav .nav-mob .menu-item.menu-item-has-children:after {
    top: 6px;
  }
  .header__nav .nav__icon {
    display: block;
    position: absolute;
    left: 24px;
    top: 24px;
  }
  .header__nav .nav__icon:after {
    content: "";
    display: block;
    width: 2px;
    height: 64px;
    position: absolute;
    right: -24px;
    top: -24px;
    opacity: 0.4;
    background-color: #d8d8d8;
  }

  .nav__icon.open ~ .nav-mob {
    display: block;
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 100;
    max-width: 309px;
    border-bottom-right-radius: 12px;
    box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    padding: 24px;
    margin: 0;
  }

  .wrapper-lg-phones {
    margin-left: 0;
    position: absolute;
    left: 90px;
  }

  .header__phones {
    margin-right: 20px;
    position: static;
  }

  .header__lg-mob {
    margin-top: 20px;
  }

  .header__lg-mob {
    position: relative;
    display: inline-block;
  }
  .header__lg-mob:after {
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    z-index: -1;
    width: 64px;
    height: 16px;
    border-radius: 24px;
    background-color: #efefef;
  }
  .header__lg-mob .current-lang:after {
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    z-index: 10;
    width: 32px;
    height: 16px;
    border-radius: 24px;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.11);
  }
  .header__lg-mob li:not(:last-child) {
    margin-right: 12px;
  }
  .header__lg-mob li:last-child {
    margin-right: 0;
  }
  .header__lg-mob li a {
    font-size: 14px;
    font-weight: bold;
    text-transform: lowercase;
    color: #000 !important;
    padding-top: 20px;
  }
  .header__lg-mob > li:not(.current-lang) {
    opacity: 0.4;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .header-container {
    justify-content: space-between;
  }

  .wrapper-lg-phones {
    position: absolute;
    left: 20px;
    top: 65px;
    margin: 0;
  }

  header .logo {
    top: -20px;
    position: relative;
  }
}
.new_t-order-btn {
  transition: all 0.3s;
}

.new_t-order-btn:hover {
  filter: brightness(94%);
}

body [class*=new_f-] input[type=checkbox] + .resorts::before,
body [class*=new_f-] input[type=checkbox] + .resorts::after {
  border-radius: 10px;
  top: 3px !important;
}

@media (max-width: 768px) {
  .popular-countries-container .popular-countries-slider {
    margin-left: -20px;
  }

  .articles-container .articles__list {
    margin: 32px -20px;
  }

  .hot-tours-page .hot-tours-container .hot-otp-content {
    margin-left: 0;
  }
}
li.current-lang {
  cursor: default;
}
li.current-lang a {
  pointer-events: none;
}

footer {
  margin-top: 120px;
  background-color: #efefef;
  color: #474f55;
}

.footer__logo {
  max-width: 125px;
  margin-right: 70px;
  position: relative;
}
.footer__logo > img {
  max-width: 100%;
  max-height: 100%;
}

.footer__nav-container {
  margin-bottom: 45px;
  padding-top: 50px;
}
.footer__nav-container .footer__btn {
  width: 200px;
  max-width: 100%;
  height: 64px;
  line-height: 64px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  transition-duration: 0.3s;
  border-radius: 32px;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: Comfortaa, sans-serif;
}
.footer__nav-container .footer__btn:hover {
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.26);
}
.footer__nav-container .footer__btn.inactive {
  background: #fff;
  box-shadow: 0 9px 25px 0 rgba(0, 0, 0, 0.06);
  color: #1e241e33;
  pointer-events: none;
}
.footer__nav-container .footer__btn:hover {
  background-color: transparent;
}

.footer__nav .menu {
  display: flex;
  list-style-type: none;
}
.footer__nav .menu > li {
  display: inline-block;
  margin-right: 55px;
}
.footer__nav .menu .sub-menu {
  margin-top: 15px;
  opacity: 0.8;
}
.footer__nav .menu .sub-menu li {
  margin-bottom: 5px;
}
.footer__nav .menu .sub-menu li a {
  font-size: 12px;
}
.footer__nav a {
  color: #474f55;
  font-size: 14px;
}

.odev-logo p {
  opacity: 0.4;
  font-size: 13px;
  font-weight: 300;
  color: #474f55;
  margin: 0 0 8px 0;
}
.odev-logo img {
  width: 100%;
}

.footer__contacts {
  padding: 40px 0;
  align-items: flex-start;
}

.footer__phones {
  display: flex;
  flex-wrap: wrap;
}
.footer__phones a {
  margin-right: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #474f55;
  display: inline-block;
  padding-top: 2px;
}
.footer__phones span {
  display: inline-block;
  margin-left: 40px;
  font-size: 14px;
  line-height: 1.5;
}

.social-icons > a {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.social-icons > a:not(:last-child) {
  margin-right: 32px;
}
.social-icons > a img {
  width: 100%;
}

.line {
  width: 100%;
  height: 2px;
  opacity: 0.2;
  background-color: #d8d8d8;
}

.footer__bottom {
  margin: 0 auto;
  padding: 40px 0 64px;
  font-size: 13px;
  line-height: 1.54;
  color: #474f55;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__bottom p {
  margin: 0;
}

.footer__bottom-menu-n-copy a {
  margin-right: 96px;
  color: inherit;
}

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

.footer__pay-logos {
  width: 100px;
  margin-top: 34px;
}
.footer__pay-logos img {
  width: 100%;
}

@media all and (max-width: 1200px) {
  .footer__nav .menu > li:not(:last-child),
.footer__logo {
    margin-right: 35px;
  }
}
@media all and (max-width: 768px) {
  .social-icons {
    display: flex !important;
    width: 100%;
    justify-content: space-around;
    margin-bottom: 40px;
  }
  .social-icons:empty {
    display: none;
  }
  .social-icons a:not(:last-child) {
    margin-right: 0;
  }

  .footer__adress {
    text-align: center;
    width: 100%;
  }

  .footer__pay-logos {
    margin-top: 24px;
  }

  footer {
    padding-top: 40px;
    margin-top: 40px;
  }
  footer .footer__top {
    display: flex;
  }
  footer .footer__top .footer__logo {
    display: none;
  }
  footer .footer__logo {
    margin-right: 0;
  }
  footer .footer__logo > img {
    width: auto;
  }
  footer .footer__nav {
    display: none;
  }
  footer .footer__nav-container {
    margin-bottom: 34px;
    padding-top: 0;
    width: 100%;
  }
  footer .footer__nav-container .footer__btn {
    height: 56px;
    line-height: 56px;
    width: 100%;
  }
  footer .footer__nav-container .footer__pay-container {
    width: 100%;
  }
  footer .footer__phones {
    margin: 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
  footer .footer__phones > a {
    display: block;
    margin: 0;
  }
  footer .footer__phones > span {
    margin-left: 0;
  }
  footer .footer__adress {
    margin-top: 40px;
  }
  footer .footer__adress:empty {
    display: none;
  }
  footer .footer__contacts {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-bottom: 16px;
  }
  .footer__bottom .footer__logo {
    position: absolute;
    right: 0;
    top: 40px;
    display: block !important;
  }

  .footer__bottom-menu-n-copy {
    text-align: center;
    width: 100%;
    margin-top: 24px;
  }
  .footer__bottom-menu-n-copy a {
    margin: 24px;
    display: block;
  }
}
@media all and (min-width: 769px) and (max-width: 1200px) {
  .footer__nav-container.flx {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer__nav,
.footer__nav .menu {
    width: 100%;
    justify-content: space-between;
  }

  .footer__nav .menu > li:not(:last-child), .footer__logo {
    margin-right: 0;
  }

  footer {
    margin-top: 40px;
  }

  .footer__bottom {
    padding: 10px 0 30px;
  }
}
#langs-dropdown[data-role=container] {
  position: relative;
  max-width: 300px;
  z-index: 1;
}

#langs-dropdown[data-role=container]:hover [data-role=body] {
  display: block;
}

#langs-dropdown [data-role=body] {
  display: none;
  position: absolute;
  bottom: 100%;
  padding: 5px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #999;
}

#langs-dropdown [data-role=body] {
  left: 0;
  min-width: 100%;
}

#langs-dropdown [data-role=button] {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px;
}

#langs-dropdown [data-role=button]::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/lang.svg) no-repeat center/cover;
}

[data-role=button].active::after {
  border-width: 0 5px 6px;
  border-color: transparent transparent #000;
}

#langs-dropdown [data-role=close] {
  position: absolute;
  top: -8px;
  right: -5px;
  cursor: pointer;
}

#langs-dropdown [data-role=item] {
  padding: 5px;
  cursor: pointer;
}

#langs-dropdown [data-role=item]:hover {
  background: #f5f5f5;
}

#langs-dropdown [data-role=item].selected {
  display: none;
}

#langs-dropdown .current-lang {
  display: none;
}

#langs-dropdown ul {
  list-style-type: none;
  margin: 0;
}

#langs-dropdown a {
  white-space: nowrap;
  color: inherit;
  line-height: 2;
}

#new_os-from .new_f-dropdown-body {
  min-height: 65px;
}

@media (max-width: 768px) {
  #langs-dropdown {
    margin: 30px auto -25px;
  }

  #footer .footer__bottom .footer__logo {
    height: 60px !important;
    width: auto !important;
  }
}
.overflow-hidden {
  overflow: hidden;
}

body {
  margin: 0;
}

.content-area {
  max-width: 1200px;
  margin: 0 auto;
}

.overlay {
  opacity: 0.6;
  background-color: #1f2123;
  overflow: hidden;
  position: fixed;
  top: 65px;
  bottom: 0;
  left: 0;
  right: 0;
}

.wrapper, .wrapper *, .wrapper *::before, .wrapper *::after, body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Comfortaa, sans-serif;
}

.wrapper {
  max-width: 1175px;
  margin: 0 auto;
  position: relative;
}
@media all and (min-width: 1201px) {
  .wrapper {
    width: 1175px;
  }
}

.flx {
  display: flex;
  justify-content: space-between;
}

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

h1 {
  font-size: 56px;
  color: #474F55;
  margin-bottom: 32px;
}

h1.main-title {
  margin-top: 56px;
  margin-bottom: 40px;
  font-size: 32px;
  color: #474F55;
}

h2 {
  font-size: 32px;
  color: #474F55;
  margin: 25px 0;
}

h3 {
  font-size: 24px;
  margin: 0 0 32px 0;
  text-align: center;
  color: #474F55;
}

ul {
  padding-left: 0;
}

nav li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

label {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #474F55;
  opacity: 0.4;
  font-size: 14px;
  font-family: Comfortaa, sans-serif;
}

::-moz-placeholder {
  color: #474F55;
  opacity: 0.4;
  font-size: 14px;
  font-family: Comfortaa, sans-serif;
}

:-ms-input-placeholder {
  color: #474F55;
  opacity: 0.4;
  font-size: 14px;
  font-family: Comfortaa, sans-serif;
}

:-moz-placeholder {
  color: #474F55;
  opacity: 0.4;
  font-size: 14px;
  font-family: Comfortaa, sans-serif;
}

.show-more-btn {
  display: block;
  margin: 32px auto;
  width: 320px;
  max-width: 100%;
  height: 64px;
  line-height: 64px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  transition-duration: 0.3s;
  border-radius: 32px;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
}
.show-more-btn:hover {
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.26);
}
.show-more-btn.inactive {
  background: #fff;
  box-shadow: 0 9px 25px 0 rgba(0, 0, 0, 0.06);
  color: #1e241e33;
  pointer-events: none;
}

.show-more-mob {
  display: none;
}

.modal-popup {
  width: 100%;
  min-width: 185px;
  position: absolute;
  z-index: 100;
  top: 100%;
  right: 0;
  display: none;
}
.modal-popup li {
  list-style-type: none;
}

.dropdown.modal-popup {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
}
.dropdown.modal-popup li {
  font-size: 14px;
  font-weight: bold;
  color: #474F55;
  padding: 16px;
}
.dropdown.modal-popup li:not(:last-child) {
  border-bottom: 2px solid #efefef;
}

.back {
  display: block;
}
.back img {
  margin-right: 15px;
}
.back span {
  font-size: 14px;
  font-weight: bold;
}

figure {
  margin: 24px 0;
}
figure figcaption {
  font-size: 13px;
  color: #474F55;
  opacity: 0.4;
  margin-top: 8px;
}

.content ul,
.content ol {
  padding-left: 15px;
}

.content ul li {
  font-size: 10px;
}

.content ol li {
  font-size: 14px;
  line-height: 1.71;
  color: #1e241e;
}

.content li {
  margin-bottom: 14px;
  font-weight: bold;
}
.content li > span {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  color: #1e241e;
}

.content p {
  font-size: 14px;
  line-height: 1.57;
  color: #474F55;
}

.content p > a {
  text-decoration: underline;
}

.social-icons {
  display: inline-block;
  vertical-align: middle;
}

.stars-container {
  width: 110px;
  height: 16px;
  background: url(../img/stars.svg) no-repeat;
  background-size: 110px;
  margin: 7px 0;
}

.stars-1 {
  background-position-y: 0;
}

.stars-2 {
  background-position-y: -15px;
}

.stars-3 {
  background-position-y: -31px;
}

.stars-4 {
  background-position-y: -46px;
}

.stars-5 {
  background-position-y: -61px;
}

@media all and (max-width: 1200px) {
  main, header, footer, body, html, .wrapper {
    max-width: 100%;
  }

  .wrapper {
    padding: 0 20px;
  }
}
@media all and (max-width: 768px) {
  .header-container, main,
header, footer, body, html, .wrapper {
    width: 100%;
  }

  h3 {
    display: inline-block;
    text-align: left;
    margin-bottom: 16px;
    font-size: 18px;
  }

  .show-more-btn {
    font-size: 14px;
    font-weight: bold;
    background: none;
  }

  .show-more-mob {
    display: inline-block;
    float: right;
  }
  .show-more-mob > svg {
    vertical-align: baseline;
    margin-left: 6px;
  }

  h1.main-title {
    font-size: 18px;
    margin: 32px 0 16px 0;
  }

  .modal-popup {
    top: calc(100% + 5px);
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
.odev-catalog main {
  padding: 20px 20px 0;
}

body .hot-otp-form-wrap.hot-tour-while-loading {
  padding: 20px;
}

body .hot-otp-form-wrap.hot-tour-while-loading .hot-otp-img {
  background-color: transparent;
  box-shadow: none;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}

.hot-otp-form-wrap.hot-tour-while-loading .hot-otp-description {
  padding: 0 20px;
}

@media (min-width: 769px) and (max-width: 960px) {
  body.new_m-mobile-form:not(.new_mobile-form) .new_f-form-submit,
body.new_m-mobile-form:not(.new_mobile-form) .new_f-form-field {
    width: auto !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }

  body.new_m-mobile-form:not(.new_mobile-form) .new_f-form-field {
    border: none;
  }

  body.new_m-mobile-form:not(.new_mobile-form) .new_f-search-dates-popup,
body.new_m-mobile-form:not(.new_mobile-form) .new_f-form-field::before {
    display: block !important;
  }

  body.new_m-mobile-form:not(.new_mobile-form) .new_f-form-field:first-child::before {
    display: none !important;
  }

  body.new_m-mobile-form:not(.new_mobile-form) .new_f-form-field:first-child {
    border-top-left-radius: 17px !important;
  }

  body.new_m-mobile-form:not(.new_mobile-form) .new_f-form-submit {
    border-top-right-radius: 17px !important;
    padding: 0 5px;
  }

  body.new_m-mobile-form .new_f-dropdown-container.from .new_f-dropdown-btn-text {
    max-width: 50px;
  }

  body .search-container .new_f-search-dates-wrap,
body .search-container .new_f-dropdown-btn {
    padding: 0 8px;
  }

  body .search-container .new_f-form-field.to {
    padding-left: 15px;
  }

  body.new_m-mobile-form:not(.new_mobile-form) .new_f-form {
    padding: 0;
  }
}
[data-type=dashtours-container][data-view-type=tiles-next] .dashtours__default-hidden.dashtours__eurotiles-link {
  color: #000 !important;
}

/*# sourceMappingURL=common-styles.css.map */
