@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Roboto:100,300,400,500,700,900&subset=cyrillic');
* {
  box-sizing: border-box;
}
*::after {
  box-sizing: border-box;
}
*::before {
  box-sizing: border-box;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-flex-wrap: wrap;
}
.flex-col {
  flex-direction: column;
}
.flex-st {
  justify-content: flex-start;
}
.ai-c {
  align-items: center;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}
h1 {
  font-weight: 800;
  font-size: 68px;
  line-height: 93px;
  margin: 0;
  letter-spacing: 0.03em;
}
@media (max-width: 1170px) {
  h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
}
@media (max-width: 1170px) {
  h2 {
    font-size: 18px;
    line-height: 25px;
  }
}
h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1170px) {
  h3 {
    font-weight: 600;
  }
}
h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}
@media (max-width: 1170px) {
  h4 {
    font-weight: bold;
  }
}
p {
  margin-top: 0;
}
a {
  color: inherit;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table td {
  padding: 5px;
  border: #ccc 1px solid;
}
video {
  max-width: 100%;
}
blockquote {
  margin: 20px 0;
  padding: 10px 10px 10px 20px;
  border-left: 5px solid #ccc;
  font-style: italic;
}
input,
textarea,
select,
option {
  font-family: inherit;
  font-size: inherit;
  background: #fff;
  height: 50px;
  padding: 0 40px 0 16px;
  border: none;
}
input[type=email],
textarea[type=email],
select[type=email],
option[type=email] {
  background: url("/usertpl/i/input-email.svg") no-repeat center right 16px #fff;
}
input[type=radio],
textarea[type=radio],
select[type=radio],
option[type=radio] {
  height: auto;
}
input::placeholder,
textarea::placeholder,
select::placeholder,
option::placeholder {
  color: #ccc;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/usertpl/i/select-arrow-down.svg) no-repeat center right 12px #fff;
  padding-right: 40px;
}
.custom-select {
  display: block;
  width: 344px;
  background: url(/usertpl/i/select-arrow-down.svg) no-repeat center right 18px #fff;
  font-size: 14px;
  color: #000;
  padding: 0 0 0 13px;
  height: 50px;
  cursor: pointer;
  position: relative;
}
.custom-select .label {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 12px;
  line-height: 15px;
  height: 15px;
  overflow: hidden;
  width: 100%;
  padding: 0 0 0 13px;
  color: #8b8a8a;
}
.custom-select .text {
  display: block;
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  position: absolute;
  top: 21px;
  left: 0;
  width: 100%;
  padding: 0 0 0 13px;
}
.custom-select .options {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  z-index: 6;
}
.custom-select .options .option {
  display: block;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.25px;
}
.custom-select .options .option:first-child {
  border-radius: 4px 4px 0 0;
}
.custom-select .options .option:last-child {
  border-radius: 0 0 4px 4px;
}
.custom-select .options .option.selected {
  color: #0057a5;
  background: #eaf8ff;
}
.custom-select .options .option:hover {
  color: #0057a5;
  background: #eaf8ff;
}
.custom-select.opened .options {
  display: block;
}
.btn {
  background: #ffc200;
  font-weight: bold;
  border-radius: 4px;
  border-bottom: 3px solid #d2a004;
  color: #0057a5;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: 0.1s;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.btn:hover {
  background-color: #f0b600;
}
.btn:active {
  border-bottom-width: 1px;
  top: 2px;
}
.btn.blue {
  background: #0057a5;
  color: #fff;
  border-bottom: 3px solid #003c72;
}
.btn2 {
  background: linear-gradient(0deg, #FF8700 0%, #FF9C1D 21.28%, #FFB038 49.5%, #FFBE4A 76.18%, #FFC351 100%);
  padding: 10px 8px;
  margin: 1px;
  color: #00206F;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
  transition: 0.2s;
}
.btn2:hover {
  box-shadow: 0px 4px 10px #BFBFBF;
  padding: 11px 9px;
  margin: 0;
  font-size: 15px;
}
.btn2:active {
  box-shadow: none;
  padding: 10px 8px;
  margin: 1px;
  font-size: 14px;
}
.btn2.secondary {
  border: 3px solid transparent;
  padding: 7px 7px;
  margin: 1px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(0deg, #FF8700 0%, #FF9C1D 21.28%, #FFB038 49.5%, #FFBE4A 76.18%, #FFC351 100%) border-box;
}
.btn2.secondary:hover {
  padding: 8px 8px;
  margin: 0;
}
.btn3 {
  padding: 14px 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  transition: 0.2s;
  border: 1px solid;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  display: block;
}
@media (max-width: 1170px) {
  .btn3 {
    padding: 10px 25px;
  }
}
.btn3.orange {
  color: #FF8A00;
  border-color: #FF8A00;
}
.btn3.orange:hover {
  background: #FF8A00;
  color: #fff;
}
.btn3.orange.fill {
  background: #FF8A00;
  color: #fff;
}
.btn3.orange.fill:hover {
  background: #F18300;
}
.btn3.white {
  color: #fff;
  border-color: #fff;
}
.btn3.white:hover {
  background: #FF8A00;
  color: #fff;
}
.btn3.blue {
  color: #1E4E9D;
  border-color: #1E4E9D;
}
.btn3.blue:hover {
  background: #1E4E9D;
  color: #fff;
}
.btn3.blue.fill {
  background: #1E4E9D;
  color: #fff;
}
.btn3.blue.fill:hover {
  background: #0F3B85;
}
.btn3.green {
  color: #1E4E9D;
  border-color: #53B65C;
}
.btn3.green.fill {
  background: #53B65C;
  color: #fff;
}
.btn3.green.fill:hover {
  background: #47a850;
}
.button {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.02em;
  background: #FFF;
  border: 1px solid #C0DDFF;
  color: #00206F;
  padding: 2px 10px;
  text-decoration: underline dashed;
  cursor: pointer;
  text-align: center;
}
.button:first-child {
  border-radius: 4px 0 0 4px;
}
.button:last-child {
  border-radius: 0 4px 4px 0;
}
.button.active {
  background: #C0DDFF;
  text-decoration: none;
}
.js-getform {
  cursor: pointer;
}
body {
  padding: 0;
  margin: 0;
  color: #373B3E;
  font-size: 14px;
  font-family: "Open Sans";
  position: relative;
  background: #fbfbfb;
  /*background: url("/usertpl/i/newyear-snow-bg.png") 0 0 #fff;
  top: 0 !important;
  transition: background-position 3s;
  &.newyear-animation-1 {
    background-position: 50px 100px;
    transition-timing-function: ease-in;
  }
  &.newyear-animation-2 {
    background-position: 0 200px;
    transition-timing-function: ease-out;
  }*/
}
/*.topline-newyear {
  background: url("/usertpl/i/topline-ny-l.png") no-repeat left top, url("/usertpl/i/topline-ny-c.png") no-repeat right 339px top, url("/usertpl/i/topline-ny-r.png") no-repeat right top;
  position: absolute;
  top:0;
  left:0;
  right: 0;
  height: 119px;
  z-index: 1;
  //display: none;
  @media (max-width: @max-width) {
    background: url("/usertpl/i/topline-ny-mobile.png") no-repeat left top;
  }
}*/
.invalid {
  border-color: red;
  box-shadow: 0 0 3px red;
}
.gwrap {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.mt-35p {
  margin-top: 35px;
}
.mb-10p {
  margin-bottom: 10px;
}
.gtitle {
  margin-bottom: 34px;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 1170px) {
  .gtitle {
    padding: 0 20px 40px;
  }
}
@media (max-width: 600px) {
  .gtitle {
    padding: 0 20px;
    border: none;
    text-align: center;
    margin-bottom: 20px;
  }
}
.gtitle .links {
  font-size: 16px;
}
@media (max-width: 800px) {
  .gtitle .links {
    width: 100%;
    margin: 10px 0 0;
  }
}
.gtitle .links .item {
  text-decoration: none;
  margin-left: 15px;
  padding: 6px 15px;
}
@media (max-width: 800px) {
  .gtitle .links .item {
    margin: 0 10px 10px 0;
  }
}
.gtitle.order {
  font-family: Roboto;
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 13px;
}
@media (max-width: 1170px) {
  .gtitle.order {
    font-size: 16px;
  }
}
.gtitle.order a {
  color: #777;
}
.gtitle .country {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: 32px;
  vertical-align: top;
}
.gtitle .img {
  display: inline-block;
  background-size: 50px;
  margin-right: 20px;
  width: 50px;
  height: 33px;
}
.gtitle h1,
.gtitle h2,
.gtitle h3 {
  margin: 0;
}
.gtitle.reviews {
  align-items: center;
}
.gtitle.reviews .r {
  align-items: center;
}
@media (max-width: 1170px) {
  .gtitle.reviews .r {
    width: 100%;
    text-align: center;
  }
}
.gtitle.reviews .r .count {
  font-size: 14px;
  line-height: 20px;
  margin: 0 37px 0 0;
}
@media (max-width: 1170px) {
  .gtitle.reviews .r .count {
    width: 100%;
    margin: 18px 0 22px;
  }
}
.gtitle.reviews .r .btn3 {
  width: 206px;
}
@media (max-width: 1170px) {
  .gtitle.reviews .r .btn3 {
    margin: 0 auto;
    padding: 10px 25px;
    width: 226px;
  }
}
.gimage {
  background: no-repeat center center / cover;
  color: #fff;
  font-family: Roboto;
}
.gimage .overlay {
  min-height: 547px;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px 0;
}
@media (max-width: 480px) {
  .gimage .overlay {
    min-height: 200px;
  }
}
.gimage .gwrap {
  margin: auto;
}
@media (max-width: 1170px) {
  .gimage .gwrap {
    padding: 20px;
  }
}
.gimage .title {
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .gimage .title {
    font-size: 29px;
  }
}
.gimage .anons {
  font-size: 32px;
}
@media (max-width: 480px) {
  .gimage .anons {
    font-size: 19px;
  }
}
.ginfoline {
  background: #EFEFEF;
  padding: 13px 0;
  color: #31353F;
}
@media (max-width: 1170px) {
  .ginfoline {
    padding: 13px 10px;
  }
}
.ginfoline .params {
  display: block;
}
@media (max-width: 1170px) {
  .ginfoline .params {
    text-align: center;
    width: 100%;
  }
}
.ginfoline .viewcount {
  background: url(/usertpl/i/ginfoline-view.svg) no-repeat left center;
  padding-left: 26px;
  display: inline-block;
}
.ginfoline .commentcount {
  background: url(/usertpl/i/ginfoline-comment.svg) no-repeat left center;
  padding-left: 22px;
  display: inline-block;
  margin-left: 15px;
}
.review {
  color: #676767;
  font: 14px "Open Sans";
  padding: 20px 0;
  border-bottom: 1px solid #eae9e9;
}
.review.hidden {
  display: none;
}
.review .name {
  font-weight: bold;
  margin-bottom: 15px;
}
.review .block {
  margin-bottom: 10px;
}
.review .text {
  line-height: 20px;
  max-height: 100px;
  overflow: hidden;
}
.review .show {
  color: #0057a5;
  display: inline-block;
  border-bottom: 1px dashed;
  cursor: pointer;
}
.review .t {
  font-weight: bold;
  padding-right: 20px;
  background: no-repeat right center;
  display: inline-block;
}
.review .positive .t {
  color: #7fab19;
  background-image: url(/usertpl/i/review-pos.png);
}
.review .negative .t {
  color: red;
  background-image: url(/usertpl/i/review-neg.png);
}
.review-filter .block .t {
  font-weight: 600;
  margin: 0 0 5px;
}
.review-filter .block .list {
  display: flex;
  gap: 20px;
}
.review-filter .block .list .item {
  padding: 5px 10px;
  border: 1px solid;
  cursor: pointer;
}
.review-filter .block .list .item.green {
  color: #53B65C;
}
.review-filter .block .list .item.green.active {
  background: #53B65C;
  color: #fff;
}
.review-filter .block .list .item.yel {
  color: #ffc200;
}
.review-filter .block .list .item.yel.active {
  background: #ffc200;
  color: #fff;
}
.review-filter .block .list .item.red {
  color: #ff0000;
}
.review-filter .block .list .item.red.active {
  background: #ff0000;
  color: #fff;
}
.head-top {
  background-color: #F4F7FB;
  color: #373B3E;
  font-size: 12px;
  line-height: 16px;
  padding: 14px 0 15px;
}
@media (max-width: 1170px) {
  .head-top {
    display: none;
  }
}
.head-top .l {
  position: relative;
  z-index: 2;
}
.head-top .l .cur {
  margin: 0 40px;
}
.head-top .r {
  min-width: 300px;
  position: relative;
  z-index: 2;
}
.head-top a {
  text-decoration: none;
}
.head-top a:hover {
  color: #1E4E9D;
}
.head-top .select {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
}
.head-top .select::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  min-width: 100px;
  height: 30px;
  top: 100%;
  left: 0;
}
.head-top .select .text {
  overflow: hidden;
  display: block;
  position: relative;
}
.head-top .select .options {
  position: absolute;
  top: 30px;
  left: 0;
  display: none;
  z-index: 6;
  background: #fff;
  padding: 13px 30px;
}
.head-top .select .options .option {
  padding: 5px 7px;
  font-size: 12px;
  line-height: 20px;
  border-bottom: 1px solid #E0EBFD;
}
.head-top .select .options .option.disable {
  display: none;
}
.head-top .select .options .option:hover {
  color: #1E4E9D;
}
.head-top .select .options .option:last-child {
  border: none;
}
.head-top .select:hover .options {
  display: block;
}
.head-top .maps {
  display: none;
}
.head-top .city-local {
  display: inline-block;
  vertical-align: inherit;
}
.head-top .currency {
  display: inline-block;
  vertical-align: inherit;
}
.head {
  padding: 20px 0 18px;
  position: relative;
  background: #fff;
}
@media (max-width: 1170px) {
  .head {
    display: none;
  }
}
.head .gwrap {
  align-items: center;
}
.head .logo {
  display: block;
  background: url(/usertpl/i/logo-pegas.svg?r=2024-05-06-1) no-repeat center center / contain;
  width: 150px;
  height: 50px;
  position: relative;
  /*&::after {
      content: '';
      display: block;
      background: url("/usertpl/i/newyear-santa.png") no-repeat center;
      width: 80px;
      height: 77px;
      position: absolute;
      top:-32px;
      left:-44px;
    }*/
}
.head .descr {
  color: #606060;
  font-size: 14px;
}
.head .phones .block {
  width: 400px;
  display: flex;
  align-items: center;
}
.head .phones .block .phone-wrap {
  display: flex;
  gap: 5px;
  align-items: center;
}
.head .phones .block .phone-wrap .icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
}
.head .phones .block .phone-wrap .icons .icon {
  width: 16px;
  height: 16px;
  background: no-repeat center / contain;
}
.head .phones .block .phone-wrap .icons .icon-wa {
  background-image: url(/usertpl/i/whatsapp-wa.svg);
}
.head .phones .block .phone-wrap .icons .icon-mobile {
  background-image: url(/usertpl/i/contacts-item-phone2-black.svg);
}
.head .phones .block .phone-wrap .icons .icon-phone {
  background-image: url(/usertpl/i/old-phone-orange.svg);
}
.head .phones .block .phone-wrap .phone {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.head .phones .block .phone-wrap .phone span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  text-decoration: underline;
}
.head-mobile {
  display: none;
  background: #F4F7FB;
}
@media (max-width: 1170px) {
  .head-mobile {
    display: flex;
  }
}
.head-mobile.opened .head-mobile-content {
  display: block;
}
.head-mobile.opened .icons .icon-menu {
  opacity: 0;
}
.head-mobile.opened .icons .icon-search {
  opacity: 0;
}
.head-mobile .icons {
  width: 100%;
  align-items: center;
  padding: 20px 20px 12px;
}
.head-mobile .icons .logo {
  background: url(/usertpl/i/logo-pegas.svg?r=2024-05-06-1) no-repeat center center / contain;
  width: 118px;
  height: 36px;
  position: relative;
  z-index: 2;
  /*&::after {
        content: '';
        display: block;
        background: url("/usertpl/i/newyear-santa.png") no-repeat center / contain;
        width: 42px;
        height: 38px;
        position: absolute;
        top:-14px;
        left:-20px;
      }*/
}
.head-mobile .icons .icon-menu {
  background: url(/usertpl/i/head-mob-menu.svg) no-repeat center / contain;
  width: 18px;
  height: 11px;
  cursor: pointer;
  z-index: 2;
  position: relative;
}
.head-mobile .icons .icon-search {
  background: url("/usertpl/i/lupa.svg") no-repeat center / contain;
  width: 14px;
  height: 14px;
  display: block;
  z-index: 2;
  position: relative;
}
.head-mobile .head-mobile-content {
  display: none;
  padding: 12px 24px;
}
.head-fix {
  box-shadow: 0 5px 12px #00000050;
  background-color: #fff;
  padding: 20px 18px;
  position: fixed;
  z-index: 10;
  left: 0;
  width: 100%;
  display: none;
}
.head-fix.vis {
  display: flex;
}
@media (max-width: 1171px) {
  .head-fix {
    display: none !important;
  }
}
.head-fix a {
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}
.head-fix .logo {
  display: block;
  background: url(/usertpl/i/logo-pegas.svg?r=2024-05-06-1) no-repeat center center / contain;
  width: 150px;
  height: 50px;
  position: relative;
  /*&::after {
      content: '';
      display: block;
      background: url("/usertpl/i/newyear-santa.png") no-repeat center;
      width: 80px;
      height: 77px;
      position: absolute;
      top:-32px;
      left:-44px;
    }*/
}
.head-fix .icon-menu {
  background: url(/usertpl/i/head-fix-menu-blue.svg) no-repeat center #fff;
  cursor: pointer;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.head-fix .phones .block {
  width: 400px;
  display: flex;
  align-items: center;
}
.head-fix .phones .block .phone-wrap {
  display: flex;
  gap: 5px;
  align-items: center;
}
.head-fix .phones .block .phone-wrap .icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
}
.head-fix .phones .block .phone-wrap .icons .icon {
  width: 16px;
  height: 16px;
  background: no-repeat center / contain;
}
.head-fix .phones .block .phone-wrap .icons .icon-wa {
  background-image: url(/usertpl/i/whatsapp-wa.svg);
}
.head-fix .phones .block .phone-wrap .icons .icon-mobile {
  background-image: url(/usertpl/i/contacts-item-phone2-black.svg);
}
.head-fix .phones .block .phone-wrap .icons .icon-phone {
  background-image: url(/usertpl/i/old-phone-orange.svg);
}
.head-fix .phones .block .phone-wrap .phone {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.head-fix .phones .block .phone-wrap .phone span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  text-decoration: underline;
}
.head-fix .phones .block .phone-wrap .icons .icon-wa {
  background-image: url(/usertpl/i/whatsapp-wa.svg);
}
.head-fix .phones .block .phone-wrap .icons .icon-mobile {
  background-image: url(/usertpl/i/contacts-item-phone2-black.svg);
}
.head-fix .phones .block .phone-wrap .icons .icon-phone {
  background-image: url(/usertpl/i/old-phone-orange.svg);
}
.head-fix .btn3.hottours {
  color: #fff;
  background: #FF8A00;
  border-color: #FF8A00;
}
.menu {
  width: 100%;
  background: #eaf8ff;
}
@media (max-width: 1170px) {
  .menu {
    display: none;
  }
}
.menu.section-1000 .item,
.menu.section-1061 .item {
  color: #fff;
}
.menu.section-1000 .item:hover,
.menu.section-1061 .item:hover {
  color: #fff;
}
.menu .gwrap {
  justify-content: center;
}
.menu .item {
  color: #373B3E;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 19px;
  padding: 20px 22px;
}
.menu .item .linkitem {
  display: block;
  text-decoration: none;
}
.menu .item:hover {
  color: #1E4E9D;
}
.menu .item:hover .sub {
  display: block;
}
.menu .item:hover .sub.tours {
  display: flex;
}
.menu .item:hover .sub.hottours {
  display: flex;
}
.menu .item:hover .sub.country {
  display: flex;
}
.menu .sub {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  display: none;
  padding: 20px 42px;
  min-width: 290px;
  z-index: 3;
  font-size: 12px;
  line-height: 20px;
  color: #373B3E;
}
.menu .sub .line {
  width: 100%;
  height: 1px;
  background: #8b8a8a;
  margin-bottom: 5px;
  opacity: 0.4;
}
.menu .sub .sitem {
  display: block;
  text-decoration: none;
  padding: 0 0 11px;
  border-bottom: 1px solid #E0EBFD;
  margin-bottom: 5px;
}
.menu .sub .sitem:hover {
  color: #1E4E9D;
  text-decoration: underline;
}
.menu .sub .sitem:last-child {
  border: none;
}
.menu .sub .sitem.icon {
  padding-left: 40px;
  background: no-repeat left 6px;
  background-size: 30px;
}
.menu .sub .sitem .visatext {
  font-size: 10px;
  line-height: 20px;
  color: #606060;
  margin: -4px 0 -10px;
}
.menu .sub.hottours {
  padding: 0;
  width: 518px;
}
.menu .sub.hottours .white {
  width: 293px;
  padding: 18px 42px;
}
.menu .sub.hottours .white .sitem {
  width: 209px;
  padding: 0 0 12px 20px;
  background-size: auto;
  background-position: left 3px;
}
.menu .sub.hottours .grey {
  width: 225px;
  background: #F4F7FB;
  padding: 18px 42px;
}
.menu .sub.hottours .grey .sitem {
  display: flex;
  line-height: 12px;
  padding: 0;
  margin: 0 0 5px;
}
.menu .sub.hottours .grey .sitem .flag {
  width: 30px;
  height: 20px;
  background-size: 30px;
  margin: 2px 0 0;
}
.menu .sub.hottours .grey .sitem .text {
  width: calc(100% - 30px - 10px);
}
.menu .sub.country {
  padding: 0;
  width: 851px;
  left: -150px;
}
.menu .sub.country .sitem {
  display: flex;
  line-height: 12px;
  padding: 0;
  margin: 0 0 5px;
}
.menu .sub.country .sitem .flag {
  width: 30px;
  height: 20px;
  background-size: 30px;
  margin: 2px 0 0;
}
.menu .sub.country .sitem .text {
  width: calc(100% - 30px - 10px);
}
.menu .sub.country .white {
  width: 351px;
  padding: 11px 9px 11px 42px;
}
.menu .sub.country .white .sitem {
  width: 145px;
}
.menu .sub.country .grey {
  width: 500px;
  height: 367px;
  flex-direction: column;
  background: #F4F7FB;
  padding: 11px 32px 11px 12px;
}
.menu .sub.country .grey .sitem {
  width: 145px;
  margin-right: 10px;
}
.menu .sub.country .grey .sitem:nth-child(9n) {
  border: none;
}
.menu .sub.tours {
  padding: 0;
  width: 632px;
  left: -40px;
}
.menu .sub.tours .white {
  width: 385px;
  padding: 18px 42px;
}
.menu .sub.tours .white .sitem {
  width: 135px;
}
.menu .sub.tours .white .sitem:nth-child(5) {
  border: none;
}
.menu .sub.tours .grey {
  width: 247px;
  background: #F4F7FB;
  padding: 18px 42px;
}
.menu .sub.tours .grey .sitem {
  width: 163px;
  padding-left: 30px;
  background-size: auto;
}
.menu .sub.tours .grey .sitem:nth-child(1) {
  background-position: left 3px;
}
.menu .sub.tours .grey .sitem:nth-child(2) {
  background-position: left 7px;
}
.menu .sub.tours .grey .sitem:nth-child(3) {
  background-position: left 1px;
}
.menu-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
}
.menu-mobile.opened {
  top: 0;
}
.menu-mobile.opened .controls {
  border-radius: 0;
}
@media (max-width: 1170px) {
  .menu-mobile {
    display: block;
  }
}
.menu-mobile .controls {
  padding: 14px 20px 12px;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #F4F7FB;
  border-radius: 12px 12px 0 0;
}
.menu-mobile .controls .item {
  display: block;
  text-decoration: none;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.02em;
}
.menu-mobile .controls .item .icon {
  background: no-repeat center / contain;
  height: 16px;
  margin: 0 0 5px;
}
.menu-mobile .controls .item.search .icon {
  background-image: url("/usertpl/i/menu-mobile-control-search.svg");
  background-size: 15px;
}
.menu-mobile .controls .item.country .icon {
  background-image: url("/usertpl/i/menu-mobile-control-country.svg");
  background-size: 16px;
}
.menu-mobile .controls .item.contacts .icon {
  background-image: url("/usertpl/i/menu-mobile-control-contacts.svg");
  background-size: 15px;
}
.menu-mobile .controls .item.cmenu .icon {
  background-image: url("/usertpl/i/menu-mobile-control-menu.svg");
  background-size: 17px;
}
.menu-mobile .controls .item.installment .icon {
  background-image: url("/usertpl/i/menu-mobile-control-installment.svg");
  background-size: 14px;
}
.menu-mobile .controls .item.wa .icon {
  background-image: url("/usertpl/i/menu-mobile-control-wa.svg");
  background-size: 16px;
}
.menu-mobile .controls .item.wa.active .icon {
  background-image: url("/usertpl/i/menu-mobile-control-wa.svg");
}
.menu-mobile .controls .item.active .icon {
  background-image: url("/usertpl/i/menu-mobile-control-close.svg");
}
.menu-mobile .views {
  position: absolute;
  bottom: 63px;
  background: #F4F7FB;
  width: 100%;
  border-radius: 12px 12px 0 0;
}
.menu-mobile .views .menu-view {
  padding: 30px 25px 10px;
  width: 100%;
  display: none;
}
.menu-mobile .views .menu-view .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 16px;
  color: #6A6E71;
  text-transform: uppercase;
  margin: 0 0 24px;
}
.menu-mobile .views .menu-view .descr {
  font-size: 14px;
  color: #6A6E71;
  margin: 0 0 24px;
}
.menu-mobile .views .menu-view.opened {
  display: block;
}
.menu-mobile .views .menu-view-country .item {
  height: 48px;
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
}
.menu-mobile .views .menu-view-country .item .img {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: no-repeat center / cover;
}
.menu-mobile .views .menu-view-country .item .name {
  padding: 16px 0;
  line-height: 16px;
  border-bottom: 1px solid #DADBDC;
  width: calc(100% - 30px - 20px);
  background: url("/usertpl/i/menu-mobile-view-country-arrow.svg") no-repeat center right;
}
.menu-mobile .views .menu-view-country .item .name.star {
  padding: 16px 0 16px 25px;
  background: url("/usertpl/i/menu-mobile-view-country-arrow.svg") no-repeat center right, url("/usertpl/i/star.png") no-repeat left center;
}
.menu-mobile .views .menu-view-cmenu .item {
  display: block;
  line-height: 16px;
  margin: 0 0 24px;
  text-decoration: none;
}
.menu-mobile .views .menu-view-cmenu .items1 {
  font-weight: bold;
  padding: 0 0 10px;
  font-size: 18px;
}
.menu-mobile .views .menu-view-cmenu .items2 {
  font-weight: 600;
  color: #6A6E71;
  font-size: 16px;
}
.menu-mobile .views .menu-view-cmenu .lang .lang-item {
  margin: 0 0 0 20px;
  cursor: pointer;
  border-bottom: 1px dashed;
}
.menu-mobile .views .menu-view-contacts .link-adr {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 16px;
  margin: 0 0 24px;
  text-transform: uppercase;
}
.menu-mobile .views .menu-view-contacts .phone {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  display: block;
  margin: 0 0 24px;
}
.menu-mobile .views .menu-view-contacts .whatsapp {
  background: #53B65C;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 15px;
  margin: 0 0 24px;
  display: block;
}
.menu-mobile .views .menu-view-contacts .or {
  align-items: center;
  margin: 0 0 24px;
}
.menu-mobile .views .menu-view-contacts .or .text {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin: 0 15px;
}
.menu-mobile .views .menu-view-contacts .or .line {
  background: #DADBDC;
  height: 1px;
  flex-grow: 1;
}
.menu-mobile .views .menu-view-contacts .recall-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #6A6E71;
  margin: 0 0 14px;
}
.menu-mobile .views .menu-view-contacts .recall input {
  width: 100%;
  display: block;
  margin: 0 0 14px;
  padding: 15px 20px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 4px;
  font-weight: normal;
}
.menu-mobile .views .menu-view-contacts .recall .btn3 {
  border-radius: 4px;
  padding: 14px;
}
.menu-mobile .views .menu-view-ourpodbor form input,
.menu-mobile .views .menu-view-ourpodbor form select {
  width: 100%;
  margin: 0 0 10px;
}
.menu-mobile .views .menu-view-ourpodbor form input.iin,
.menu-mobile .views .menu-view-ourpodbor form select.iin {
  display: none;
}
.menu-mobile .views .menu-view-ourpodbor form input[type="checkbox"],
.menu-mobile .views .menu-view-ourpodbor form select[type="checkbox"] {
  width: auto;
  margin: 0 5px 0 0;
  height: auto;
}
.menu-mobile .views .menu-view-ourpodbor form label {
  margin: 0 0 10px;
  display: block;
}
.menu-mobile .views .menu-view-ourpodbor form .btn3 {
  border-radius: 4px;
  padding: 14px;
}
.menu-mobile .views .menu-view-installment form input {
  width: 100%;
  margin: 0 0 10px;
}
.menu-mobile .views .menu-view-installment form input[type="checkbox"] {
  width: auto;
  margin: 0 5px 0 0;
  height: auto;
}
.menu-mobile .views .menu-view-installment form label {
  margin: 0 0 10px;
  display: block;
}
.menu-mobile .views .menu-view-installment form .btn3 {
  border-radius: 4px;
  padding: 14px;
}
.footer {
  background: #1E4E9D;
  padding: 17px 0;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 1170px) {
  .footer {
    padding: 25px 62px 14px;
    display: none;
  }
}
@media (max-width: 479px) {
  .footer {
    padding: 25px 62px 14px;
  }
}
.footer a {
  text-decoration: none;
}
.footer .gwrap {
  align-items: center;
}
.footer .block {
  width: 17%;
}
@media (max-width: 1170px) {
  .footer .block {
    margin-bottom: 12px;
    width: 100%;
  }
}
.footer .block.pay {
  line-height: 26px;
}
.footer .block.pay .visa {
  background: url("/usertpl/i/footer-pay-visa.png?r=2021-09-15-1") no-repeat center / contain;
  width: 35px;
}
.footer .block.pay .mc {
  background: url("/usertpl/i/footer-pay-mc.png?r=2021-09-15-1") no-repeat center bottom / contain;
  width: 26px;
}
.footer .block.pay .cash {
  background: url("/usertpl/i/footer-pay-cash.svg?r=2021-09-15-1") no-repeat center / contain;
  width: 22px;
}
.footer .block.curr .item {
  font-weight: 600;
}
@media (max-width: 1170px) {
  .footer .block.block-wa {
    display: none;
  }
}
.footer .block.block-wa .whatsapp {
  background: #53B65C;
  color: #fff;
  border: none;
  padding: 15px 23px;
}
.footer .sep {
  width: 1px;
  min-height: 1px;
}
@media (max-width: 1170px) {
  .footer .sep {
    display: none;
  }
}
.footer .oferta {
  background: url("/usertpl/i/stamp.svg") no-repeat left center;
  padding: 0 0 0 24px;
  line-height: 20px;
  display: block;
}
@media (max-width: 1170px) {
  .footer .oferta {
    background: none;
    padding: 0;
  }
}
.upfooter {
  padding: 80px 0 70px;
  background: #336CC6;
  color: #fff;
}
@media (max-width: 1170px) {
  .upfooter {
    padding: 30px 62px 30px;
    background: #1E4E9D;
  }
}
.upfooter a {
  text-decoration: none;
}
.upfooter .sep {
  background: #3D7BDD;
  width: 1px;
}
@media (max-width: 1170px) {
  .upfooter .sep {
    display: none;
  }
}
.upfooter .block {
  width: 17%;
}
@media (max-width: 1170px) {
  .upfooter .block {
    width: 100%;
  }
}
.upfooter .block .title {
  font-weight: bold;
  margin: 0 0 10px;
}
.upfooter .block .item {
  margin-bottom: 10px;
  display: block;
  line-height: 20px;
}
.upfooter .block .fly {
  background: url("/usertpl/i/upfooter-fly.svg") no-repeat left center;
  padding-left: 34px;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 1170px) {
  .upfooter .block .fly {
    background: none;
    padding: 0;
  }
}
.upfooter .block .adr {
  background: url("/usertpl/i/upfooter-geo.svg") no-repeat left 3px;
  padding-left: 29px;
  margin-bottom: 10px;
}
@media (max-width: 1170px) {
  .upfooter .block .adr {
    background: none;
    padding: 0;
  }
}
.upfooter .block .adr span {
  display: block;
}
.upfooter .block .adr a {
  text-decoration: underline;
}
.upfooter .block .phones {
  background: url("/usertpl/i/upfooter-phone.svg") no-repeat left 3px;
  padding-left: 29px;
  display: inline-block;
}
@media (max-width: 1170px) {
  .upfooter .block .phones {
    background: none;
    padding: 0;
    font-size: 14px;
  }
}
.upfooter .block .phones a {
  display: block;
  margin-bottom: 10px;
}
.upfooter .block .mail {
  background: url("/usertpl/i/upfooter-mail.png") no-repeat left 3px;
  padding-left: 29px;
  min-height: 14px;
  display: inline-block;
}
@media (max-width: 1170px) {
  .upfooter .block .mail {
    background: none;
    padding: 0;
    font-size: 14px;
  }
}
@media (max-width: 1170px) {
  .upfooter .block.block-soc {
    font-size: 14px;
  }
}
.upfooter .block.block-soc a {
  display: block;
  background: no-repeat left center;
  background-size: contain;
  padding: 0 0 0 25px;
}
@media (max-width: 1170px) {
  .upfooter .block.block-soc a {
    margin: 0 0 10px;
  }
}
.upfooter .block.block-soc .fb {
  background-image: url("/usertpl/i/footer-soc-fb.svg");
  background-position: 4px center;
}
.upfooter .block.block-soc .in {
  background-image: url("/usertpl/i/footer-soc-in.svg");
  background-position: 2px center;
  background-size: 16px;
}
.upfooter .block.block-soc .z {
  background-image: url("/usertpl/i/footer-soc-z.svg");
  background-position: 4px center;
  background-size: 12px;
}
.upfooter .block.block-soc .tg {
  background-image: url("/usertpl/i/footer-soc-tg.svg");
}
@media (max-width: 1170px) {
  .upfooter .block.block-menu {
    display: none;
  }
}
@media (max-width: 1170px) {
  .upfooter .block.block-contact {
    display: none;
  }
}
@media (max-width: 1170px) {
  .upfooter .block.block-adr {
    display: none;
  }
}
.upfooter-way {
  background: #F4F7FB;
  color: #373B3E;
  padding: 10px 20px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  display: none;
}
@media (max-width: 1170px) {
  .upfooter-way {
    display: block;
  }
}
.upfooter-way a {
  color: #DADBDC;
  text-decoration: none;
}
.upfooter-way .icon {
  display: inline-block;
  background: url(/usertpl/i/way-icon-upfooter.svg) no-repeat center center;
  width: 24px;
  height: 20px;
}
.certsfooter {
  justify-content: center;
  padding: 31px 0 28px;
}
@media (max-width: 1170px) {
  .certsfooter {
    padding: 20px 39px 22px;
    justify-content: space-between;
  }
}
.certsfooter .item {
  text-align: center;
  max-width: 320px;
  width: 100%;
  margin: 0 40px;
}
@media (max-width: 1170px) {
  .certsfooter .item {
    max-width: 110px;
    margin: 0;
  }
}
.certsfooter .item .img {
  background: no-repeat center top;
  height: 68px;
  margin-bottom: 12px;
}
@media (max-width: 1170px) {
  .certsfooter .item .img {
    height: 50px;
    margin-bottom: 6px;
    background-size: contain;
  }
}
.certsfooter .item .descr {
  line-height: 20px;
  font-size: 14px;
}
@media (max-width: 1170px) {
  .certsfooter .item .descr {
    font-size: 7px;
    line-height: 13px;
  }
}
.devfooter {
  padding: 20px 0;
  text-align: center;
  color: #999;
}
@media (max-width: 1170px) {
  .devfooter {
    padding: 20px 0 80px;
    font-size: 11px;
  }
}
.no-hottours {
  background: #f2f2f2;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.hottours-sections-block {
  background: #eaf8ff;
  padding: 120px 0 70px;
  margin-bottom: 120px;
}
@media (max-width: 1170px) {
  .hottours-sections-block {
    padding: 50px 20px 30px;
    margin-bottom: 70px;
  }
}
@media (max-width: 480px) {
  .hottours-sections-block .gwrap {
    justify-content: flex-start;
  }
}
@media (max-width: 420px) {
  .hottours-sections-block .gwrap {
    justify-content: space-between;
  }
}
.hottours-sections-block .item {
  width: 272px;
  text-decoration: none;
  margin-bottom: 50px;
}
@media (max-width: 1170px) {
  .hottours-sections-block .item {
    width: 130px;
    margin-bottom: 20px;
  }
}
.hottours-sections-block .item .img {
  width: 62px;
  height: 62px;
  border: 1px solid #0057a5;
  border-radius: 50%;
  padding: 5px;
}
@media (max-width: 1170px) {
  .hottours-sections-block .item .img {
    width: 40px;
    height: 40px;
    padding: 3px;
    margin-bottom: 10px;
  }
}
.hottours-sections-block .item .img .inner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: no-repeat center #E0EBFD;
}
@media (max-width: 1170px) {
  .hottours-sections-block .item .img .inner {
    width: 32px;
    height: 32px;
    background-size: 18px;
  }
}
.hottours-sections-block .item .content {
  width: 180px;
}
@media (max-width: 1170px) {
  .hottours-sections-block .item .content {
    width: 100%;
  }
}
.hottours-sections-block .item .content .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1170px) {
  .hottours-sections-block .item .content .title {
    font-size: 12px;
    margin: 0;
  }
}
.hottours-sections-block .item .content .descr {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1170px) {
  .hottours-sections-block .item .content .descr {
    font-size: 10px;
  }
}
.bestprice {
  padding: 90px 0;
}
@media (max-width: 1170px) {
  .bestprice {
    padding: 40px 20px;
  }
}
.bestprice .gtitle {
  margin: 0 0 20px;
}
@media (max-width: 600px) {
  .bestprice .gtitle h2 {
    text-align: center;
    width: 250px;
    margin: 0 auto 12px;
  }
}
@media (max-width: 1170px) {
  .bestprice .wrap {
    justify-content: space-around;
  }
}
.bestprice .townlist {
  margin-bottom: 21px;
  width: 262px;
}
@media (max-width: 600px) {
  .bestprice .townlist {
    width: 100%;
  }
}
.bestprice .townlist .town {
  width: 50%;
  padding: 15px 17px;
}
.bestprice .linktoall {
  display: none;
  background: url("/usertpl/i/select-arrow-down-white.svg") no-repeat center right 105px #FF8A00;
  color: #fff;
}
.bestprice .linktoall:hover {
  background: url("/usertpl/i/select-arrow-down-white.svg") no-repeat center right 105px #F18300;
}
@media (max-width: 560px) {
  .bestprice .linktoall {
    display: block;
  }
}
@media (max-width: 320px) {
  .bestprice .linktoall {
    background: url("/usertpl/i/select-arrow-down-white.svg") no-repeat center right 86px #FF8A00;
  }
  .bestprice .linktoall:hover {
    background: url("/usertpl/i/select-arrow-down-white.svg") no-repeat center right 86px #F18300;
  }
}
.bestprice-list {
  width: 270px;
  margin: 0 30px 30px 0;
  background: #fff;
}
@media (max-width: 560px) {
  .bestprice-list {
    width: 100%;
    display: none;
  }
}
.bestprice-list:nth-child(1) {
  display: block;
}
.bestprice-list:nth-child(2) {
  display: block;
}
.bestprice-list:nth-child(4n) {
  margin-right: 0;
}
.bestprice-list:hover .img {
  background-size: 130%;
}
@media (max-width: 1170px) {
  .bestprice-list {
    margin: 0 0 16px;
  }
}
.bestprice-list .img {
  display: block;
  background: no-repeat center center / 120%;
  height: 185px;
  transition: 0.2s;
  text-decoration: none;
  position: relative;
}
.bestprice-list .img .visatext {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #1E4E9D;
  padding: 6px 8px;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
}
.bestprice-list .wrap .l {
  padding: 25px 5px 24px 30px;
  width: 182px;
  border-right: 1px solid #C2D7E1;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  height: 100%;
}
.bestprice-list .wrap .l .title {
  margin-bottom: 8px;
  text-decoration: none;
  display: block;
}
.bestprice-list .wrap .l .price {
  margin-bottom: 10px;
}
.bestprice-list .wrap .l .podborbtn {
  display: none;
  padding: 5px 10px;
}
.bestprice-list .wrap .l .podborbtn.vis {
  display: inline-block;
}
.bestprice-list .wrap .r {
  width: 87px;
  height: 100%;
  min-height: 100px;
  display: flex;
}
.bestprice-list .wrap .r .flag {
  margin: auto;
  width: 50px;
  height: 33px;
  background-size: 50px;
}
.bestprice-list-resort {
  width: 270px;
  margin: 0 30px 30px 0;
  background: #fff;
}
@media (max-width: 560px) {
  .bestprice-list-resort {
    width: 100%;
    display: none;
  }
}
.bestprice-list-resort:nth-child(1) {
  display: block;
}
.bestprice-list-resort:nth-child(2) {
  display: block;
}
.bestprice-list-resort:nth-child(4n) {
  margin-right: 0;
}
.bestprice-list-resort:hover .img {
  background-size: 130%;
}
@media (max-width: 1170px) {
  .bestprice-list-resort {
    margin: 0 0 16px;
  }
}
.bestprice-list-resort .img {
  display: block;
  background: no-repeat center center / 120%;
  height: 185px;
  transition: 0.2s;
  text-decoration: none;
  position: relative;
}
.bestprice-list-resort .img .visatext {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #1E4E9D;
  padding: 6px 8px;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
}
.bestprice-list-resort .wrap .l {
  padding: 25px 5px 24px 30px;
  width: 182px;
  border-right: 1px solid #C2D7E1;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  height: 100%;
}
.bestprice-list-resort .wrap .l .title {
  margin-bottom: 8px;
  text-decoration: none;
  display: block;
}
.bestprice-list-resort .wrap .l .price {
  margin-bottom: 10px;
}
.bestprice-list-resort .wrap .l .podborbtn {
  display: none;
  padding: 5px 10px;
}
.bestprice-list-resort .wrap .l .podborbtn.vis {
  display: inline-block;
}
.bestprice-list-resort .wrap .r {
  width: 87px;
  height: 100%;
  min-height: 100px;
  display: flex;
}
.bestprice-list-resort .wrap .r .flag {
  margin: auto;
  width: 50px;
  height: 33px;
  background-size: 50px;
}
.bestprice-list-resort:nth-child(1) {
  display: contents;
}
.bestprice-list-resort:nth-child(2) {
  display: contents;
}
.bestprice-list-resort .noprice {
  font-size: 14px;
  font-weight: normal;
  width: auto;
}
.popcountryblock {
  padding: 0 0 90px;
}
@media (max-width: 1170px) {
  .popcountryblock {
    padding: 0 20px 70px;
  }
}
.popcountryblock .gtitle {
  margin: 0 0 50px;
}
@media (max-width: 600px) {
  .popcountryblock .gtitle {
    margin: 0 auto 20px;
    width: 240px;
  }
}
@media (max-width: 1170px) {
  .popcountryblock .wrap {
    justify-content: space-between;
  }
}
.popcountryblock .linktoall {
  display: none;
  background: url("/usertpl/i/select-arrow-down-white.svg") no-repeat center right 105px #FF8A00;
  color: #fff;
}
.popcountryblock .linktoall:hover {
  background: url("/usertpl/i/select-arrow-down-white.svg") no-repeat center right 105px #F18300;
}
@media (max-width: 560px) {
  .popcountryblock .linktoall {
    display: block;
  }
}
@media (max-width: 320px) {
  .popcountryblock .linktoall {
    background: url("/usertpl/i/select-arrow-down-white.svg") no-repeat center right 86px #FF8A00;
  }
  .popcountryblock .linktoall:hover {
    background: url("/usertpl/i/select-arrow-down-white.svg") no-repeat center right 86px #F18300;
  }
}
@media (max-width: 560px) {
  .popcountryblock .popcountry {
    display: none;
  }
  .popcountryblock .popcountry:nth-child(-n+6) {
    display: block;
  }
}
.popcountry {
  background: #fff;
  width: 270px;
  margin: 0 30px 30px 0;
}
@media (max-width: 1170px) {
  .popcountry {
    margin-right: 0;
  }
}
@media (max-width: 560px) {
  .popcountry {
    width: 48%;
    margin-bottom: 10px;
  }
}
.popcountry:nth-child(4n) {
  margin-right: 0;
}
.popcountry .flag {
  display: block;
  width: 59px;
  height: 40px;
  background: no-repeat center center / cover;
  margin-bottom: 13px;
}
.popcountry .title {
  text-decoration: none;
  display: flex;
  border-bottom: 1px solid #C2D7E1;
  font-weight: 600;
  padding: 27px 30px 17px 30px;
}
@media (max-width: 560px) {
  .popcountry .title {
    font-size: 12px;
    padding: 8px 0 12px 64px;
    background: no-repeat 11px center / 46px #eaf8ff;
    border: none;
  }
}
.popcountry .title .visatext {
  display: none;
  line-height: 10px;
  height: 10px;
  font-size: 10px;
  font-weight: normal;
}
@media (max-width: 560px) {
  .popcountry .title .visatext {
    display: block;
  }
}
.popcountry .title .flag_sprite {
  width: 50px;
  height: 33px;
  background-size: 50px;
}
.popcountry .descr {
  font-size: 12px;
  line-height: 16px;
  padding: 27px 30px;
  min-height: 150px;
}
@media (max-width: 560px) {
  .popcountry .descr {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 12px;
  }
}
.popcountry .links {
  padding: 11px 30px 26px;
}
@media (max-width: 560px) {
  .popcountry .links {
    display: none;
  }
}
.popcountry .links .link {
  margin: 0 26px 8px 0;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  color: #1E4E9D;
  transition: 0.2s;
}
.popcountry .links .link:hover {
  color: #0F3B85;
}
.whywe2 {
  background: url("/usertpl/i/whywe2-bg.svg") no-repeat 87px 55px #eaf8ff;
  padding: 120px 0 112px;
}
@media (max-width: 600px) {
  .whywe2 {
    padding: 80px 20px 72px;
  }
}
.whywe2 .gtitle {
  margin-bottom: 50px;
}
@media (max-width: 1170px) {
  .whywe2 .wrap {
    justify-content: space-around;
  }
}
.whywe2 .item {
  background: #fff;
  padding: 50px;
  width: 370px;
  margin-bottom: 50px;
  box-shadow: 0px 4px 40px rgba(0, 120, 181, 0.1);
}
@media (max-width: 600px) {
  .whywe2 .item {
    margin-bottom: 10px;
    padding: 30px;
  }
}
.whywe2 .item .img {
  width: 62px;
  height: 62px;
  border: 1px solid #0057a5;
  border-radius: 50%;
  padding: 5px;
  margin-bottom: 24px;
}
@media (max-width: 1170px) {
  .whywe2 .item .img {
    width: 40px;
    height: 40px;
    padding: 3px;
    margin-bottom: 10px;
  }
}
.whywe2 .item .img .inner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: no-repeat center #E0EBFD;
}
@media (max-width: 1170px) {
  .whywe2 .item .img .inner {
    width: 32px;
    height: 32px;
    background-size: 18px;
  }
}
.whywe2 .item .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px;
}
@media (max-width: 600px) {
  .whywe2 .item .title {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
.whywe2 .item .descr {
  font-size: 14px;
}
@media (max-width: 600px) {
  .whywe2 .item .descr {
    font-size: 10px;
    line-height: 18px;
  }
}
.whywe2 .btnwrap {
  justify-content: center;
}
@media (max-width: 600px) {
  .whywe2 .btnwrap {
    justify-content: space-between;
    margin-top: 12px;
  }
}
.whywe2 .btnwrap .btn3 {
  width: 206px;
  margin: 0 15px 8px;
}
@media (max-width: 600px) {
  .whywe2 .btnwrap .btn3 {
    width: 100%;
    margin: 0 0 8px;
  }
}
.subform {
  background: url(/usertpl/i/subform-passport.png) no-repeat left calc((100% - 200px)) center #eaf8ff;
  padding: 120px 0 110px;
}
@media (max-width: 1400px) {
  .subform {
    background-position: 1000px center;
  }
}
@media (max-width: 1170px) {
  .subform {
    background-size: 148px;
    background-position: right -68px center;
    padding: 60px 20px 70px;
  }
}
.subform .content {
  width: 100%;
  max-width: 858px;
}
@media (max-width: 600px) {
  .subform .content .gtitle {
    margin-bottom: 29px;
  }
}
.subform input,
.subform select {
  height: 50px;
  width: 266px;
  padding: 0 30px;
}
@media (max-width: 1170px) {
  .subform input,
  .subform select {
    width: 100%;
    margin-bottom: 5px;
  }
}
.subform input.invalid,
.subform select.invalid {
  border: 1px solid red;
}
.subform .btn3 {
  width: 266px;
}
@media (max-width: 1170px) {
  .subform .btn3 {
    width: 100%;
    margin-top: 15px;
    padding: 10px 30px;
    font-size: 12px;
  }
}
.slider-arrows {
  width: 90px;
  height: 38px;
}
.slider-arrows .arrow {
  cursor: pointer;
  width: 38px;
  height: 38px;
  background: no-repeat center center / contain;
}
.slider-arrows .arrow.l {
  background-image: url(/usertpl/i/slider-arrow-l.svg);
}
.slider-arrows .arrow.r {
  background-image: url(/usertpl/i/slider-arrow-r.svg);
}
.bg {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  height: 100%;
  width: 100%;
}
.pop {
  margin: auto;
  background: #EAF8FF;
  padding: 74px 115px;
  max-width: 600px;
  width: 100%;
  position: absolute;
  left: calc(50% - 300px);
  display: none;
  font-size: 14px;
}
@media (max-width: 600px) {
  .pop {
    left: 0;
    padding: 30px;
  }
}
.pop .title {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.03em;
  margin-bottom: 24px;
  text-align: center;
}
.pop .close {
  background: url("/usertpl/i/pop-close.svg") no-repeat center;
  width: 16px;
  height: 16px;
  cursor: pointer;
  top: -35px;
  right: -35px;
  position: absolute;
}
@media (max-width: 680px) {
  .pop .close {
    right: 10px;
  }
}
.pop select {
  display: block;
  width: 100%;
  padding: 15px 40px;
  margin-bottom: 20px;
}
.pop input {
  display: block;
  width: 100%;
  padding: 15px 40px;
  margin-bottom: 20px;
}
.pop textarea {
  display: block;
  width: 100%;
  padding: 8px 30px;
  margin-bottom: 20px;
}
.pop input[type="checkbox"] {
  display: inline-block;
}
.pop input[type="checkbox"] + span {
  padding-left: 40px;
  position: relative;
  display: inline-block;
}
.pop input[type="checkbox"] + span::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  border: 1px solid #373B3E;
}
.pop input[type="checkbox"]:checked + span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  background: url("/usertpl/i/checkbox.svg") no-repeat center;
  width: 16px;
  height: 16px;
}
.pop input[type="radio"] {
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.pop .param {
  margin-bottom: 20px;
  display: block;
  cursor: pointer;
}
.pop .btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}
.pop .btn3 {
  width: 100%;
  margin-bottom: 10px;
}
.pop .link {
  color: #00aaff;
  display: inline-block;
  border-bottom: 1px dashed;
  cursor: pointer;
  transition: 0.2s;
  margin-right: 10px;
}
.pop .link:hover {
  color: #0057a5;
}
.pop .mapwrap {
  height: 400px;
}
.pop .descr {
  margin: 0 0 10px;
}
.pop.msg {
  background: url("/usertpl/i/pop-msg-bg.svg") no-repeat left top #EAF8FF;
  max-width: 600px;
  min-height: 315px;
  left: calc(50% - 300px);
  padding: 55px 73px;
  text-align: center;
}
@media (max-width: 700px) {
  .pop.msg {
    left: 0;
    padding: 30px;
  }
}
.pop.msg .icon {
  margin: 0 auto 17px;
  background: url("/usertpl/i/pop-msg-icon.svg") no-repeat center;
  width: 64px;
  height: 64px;
}
.pop.msg .title {
  margin-bottom: 24px;
}
.pop.ourpodbor {
  padding: 74px 108px;
  background: url("/usertpl/i/pop-ourpodbor-bg.svg") no-repeat 0 67px #EAF8FF;
}
@media (max-width: 600px) {
  .pop.ourpodbor {
    left: 0;
    padding: 30px;
  }
}
.pop.ourpodbor .iin {
  display: none;
}
.pop.ourpodbor input[type="checkbox"] {
  display: none;
}
.pop.subscribe {
  background: url("/usertpl/i/pop-subscribe-bg.png") no-repeat bottom right #EAF8FF;
  padding: 90px 108px;
}
@media (max-width: 600px) {
  .pop.subscribe {
    left: 0;
    padding: 30px;
    background-size: contain;
  }
}
.pop.timeout {
  max-width: 700px;
  left: calc(50% - 350px);
}
.pop.timeout .girl {
  background: url(/usertpl/i/girl-timeout.png);
  width: 114px;
  height: 330px;
}
.pop.timeout .r {
  width: 320px;
}
.pop.timeout .form {
  padding: 20px 0 0;
}
.pop.timeout .form .btn3 {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.pop.refresh .girl {
  background: url(/usertpl/i/girl-refresh-pop.png);
  width: 219px;
  height: 231px;
}
.pop.refresh .r {
  width: 200px;
}
.pop.refresh .btn {
  font-size: 14px;
  font-weight: 600;
}
.pop.refresh .content {
  margin-bottom: 45px;
  line-height: 20px;
}
.pop.recall {
  max-width: 520px;
}
.pop.recall .girl {
  background: url("/usertpl/i/girl-pop-recall.png");
  width: 150px;
  height: 193px;
  margin: 3px 0 -30px;
}
.pop.recall .content {
  width: 267px;
}
.pop2 {
  margin: auto;
  background: #EAF8FF;
  max-width: 920px;
  width: 100%;
  position: absolute;
  left: calc(50% - 460px);
  display: none;
  font-size: 14px;
  line-height: 20px;
  z-index: 1;
}
@media (max-width: 1170px) {
  .pop2 {
    left: 20px;
    width: calc(100% - 40px);
    text-align: center;
  }
}
.pop2 .close {
  background: url("/usertpl/i/pop-close.svg") no-repeat center;
  width: 16px;
  height: 16px;
  cursor: pointer;
  top: -35px;
  right: -35px;
  position: absolute;
}
@media (max-width: 680px) {
  .pop2 .close {
    right: 10px;
  }
}
.pop2 input {
  display: block;
  width: 100%;
  padding: 15px 40px;
  text-align: center;
  line-height: 20px;
}
.pop2 .head {
  background: #C6D5EC;
  text-align: center;
  padding: 50px 60px;
  display: block;
}
@media (max-width: 1170px) {
  .pop2 .head {
    padding: 40px 20px;
  }
}
.pop2 .head .title {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
@media (max-width: 1170px) {
  .pop2 .head .title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
.pop2 .head .descr {
  width: 100%;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1170px) {
  .pop2 .head .descr {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 20px;
  }
}
.pop2 .body {
  background: #EAF8FF;
  padding: 34px 60px 64px;
}
.pop2.tourrecall input {
  width: 260px;
}
@media (max-width: 1170px) {
  .pop2.tourrecall input {
    margin-bottom: 5px;
    width: 100%;
    padding: 10px;
  }
}
.pop2.tourrecall .head .btn3 {
  width: 260px;
}
@media (max-width: 1170px) {
  .pop2.tourrecall .head .btn3 {
    padding: 10px;
    margin: 15px 0 0;
    width: 100%;
  }
}
.pop2.tourrecall .body {
  background: url("/usertpl/i/pop-recall-bg.svg") no-repeat 0 13px #EAF8FF;
}
@media (max-width: 1170px) {
  .pop2.tourrecall .body {
    padding: 30px 20px 15px;
  }
}
@media (max-width: 1170px) {
  .pop2.tourrecall .body .block {
    margin: 0 auto 20px;
    font-size: 10px;
    line-height: 16px;
    width: 100%;
  }
}
.pop2.tourrecall .body .block .icon {
  background: no-repeat center center;
  width: 62px;
  height: 62px;
  margin-bottom: 20px;
}
@media (max-width: 1170px) {
  .pop2.tourrecall .body .block .icon {
    margin: 0 auto 10px;
  }
}
.pop2.tourrecall .body .block:nth-child(1) .icon {
  background-image: url("/usertpl/i/pop-recall-icon-1.svg");
}
.pop2.tourrecall .body .block:nth-child(2) .icon {
  background-image: url("/usertpl/i/pop-recall-icon-2.svg");
}
.pop2.tourrecall .body .block:nth-child(3) .icon {
  background-image: url("/usertpl/i/pop-recall-icon-3.svg");
}
.pop2.tourcredit .l {
  width: 480px;
  padding: 97px 55px;
  background: #fff;
}
@media (max-width: 1170px) {
  .pop2.tourcredit .l {
    width: 100%;
    padding: 40px 20px 40px;
  }
}
.pop2.tourcredit .l .icon {
  background: url("/usertpl/i/pop-tourcredit-icon.svg");
  width: 62px;
  height: 62px;
  margin-bottom: 30px;
}
@media (max-width: 1170px) {
  .pop2.tourcredit .l .icon {
    margin: 0 auto 20px;
  }
}
.pop2.tourcredit .l .title {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
@media (max-width: 1170px) {
  .pop2.tourcredit .l .title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
  }
}
.pop2.tourcredit .l .descr {
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1170px) {
  .pop2.tourcredit .l .descr {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
  }
}
.pop2.tourcredit .l .list {
  color: #8C8C8C;
  margin-bottom: 30px;
}
@media (max-width: 1170px) {
  .pop2.tourcredit .l .list {
    margin-bottom: 15px;
  }
}
.pop2.tourcredit .l .list .item {
  padding-left: 19px;
  position: relative;
  text-align: left;
}
@media (max-width: 1170px) {
  .pop2.tourcredit .l .list .item {
    font-size: 10px;
    line-height: 16px;
  }
}
.pop2.tourcredit .l .list .item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background: #0057a5;
  border-radius: 50%;
}
.pop2.tourcredit .l .more {
  color: #0057a5;
  font-weight: 600;
  display: block;
}
@media (max-width: 1170px) {
  .pop2.tourcredit .l .more {
    font-size: 12px;
  }
}
.pop2.tourcredit .r {
  width: 440px;
  padding: 63px 70px 59px;
  background: url("/usertpl/i/pop-tourcredit-bg.svg") no-repeat top left;
}
@media (max-width: 1170px) {
  .pop2.tourcredit .r {
    width: 100%;
    padding: 40px 20px;
  }
}
.pop2.tourcredit .r input {
  margin-bottom: 10px;
}
@media (max-width: 1170px) {
  .pop2.tourcredit .r input {
    padding: 10px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1170px) {
  .pop2.tourcredit .r .btn3 {
    padding: 10px;
    margin: 25px 0 0;
  }
}
.pop2.bankpromo {
  background: url("/usertpl/i/promo/bankpromo-kaspi-pop.png") no-repeat bottom right #FAF9F7;
  padding: 42px 27px 38px;
  line-height: 20px;
  margin: auto;
}
.pop2.bankpromo .close {
  background: url("/usertpl/i/close2.svg") no-repeat center / contain;
  width: 12px;
  height: 12px;
  top: 18px;
  right: 17px;
}
.pop2.bankpromo .title {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 24px;
}
.pop2.bankpromo .descr {
  font-size: 14px;
  margin: 0 0 11px;
}
.pop2.bankpromo .duration {
  width: 95px;
  height: 41px;
  border-radius: 100px;
  padding: 2px 3px;
  margin: 0 auto 4px;
  border: 1px dashed #FF8A00;
}
.pop2.bankpromo .duration .inner {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  background: #fff;
  padding: 7px 20px 8px;
  border-radius: 100px;
  width: 87px;
  height: 35px;
}
.pop2.bankpromo .dates {
  text-align: center;
  margin: 0 0 22px;
}
.pop2.bankpromo .form input {
  margin: 5px 0;
  text-align: left;
}
.pop2.bankpromo .form .btn3 {
  margin: 5px 0 13px;
}
.pop2.bankpromo .form .accept {
  text-align: left;
  font-size: 12px;
  padding: 0 0 0 27px;
  position: relative;
  cursor: pointer;
}
.pop2.bankpromo .form .accept::before {
  position: absolute;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  left: 0;
  top: 2px;
  border: 1px solid #999;
}
.pop2.bankpromo .form .accept.checked::after {
  position: absolute;
  content: '';
  display: block;
  background: url("/usertpl/i/checkbox.svg") no-repeat center;
  width: 16px;
  height: 16px;
  left: 0px;
  top: 2px;
}
.pop2.bankpromo .form .conditions {
  font-size: 12px;
  cursor: pointer;
  text-align: left;
}
.pop2.bankpromo .form .conditions.opened .text {
  display: block;
}
.pop2.bankpromo .form .conditions .show {
  border-bottom: 1px dashed;
  display: inline-block;
}
.pop2.bankpromo .form .conditions .text {
  display: none;
  padding: 10px 0 0;
  font-size: 10px;
  line-height: normal;
}
.pop2.bankpromo .logo {
  background: no-repeat center #2F3834;
  width: 46px;
  height: 46px;
  margin: 0 auto 15px;
  border-radius: 50%;
}
.pop2.bankpromo.bankpromo-halyk .logo {
  background-image: url("/usertpl/i/promo/bankpromo-logo-halyk.png");
}
.pop2.bankpromo.bankpromo-kaspi .logo {
  background-image: url("/usertpl/i/promo/bankpromo-logo-kaspi.png");
}
.loader {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
}
.loader .wrap {
  margin: auto;
  max-width: 279px;
}
.loader .girl {
  background: url(/usertpl/i/loader-girl.png);
  width: 279px;
  height: 294px;
  margin-bottom: 15px;
}
.loader .load {
  background: url(/usertpl/i/loader-2.svg);
  height: 30px;
  width: 240px;
  margin: 0 auto 15px;
}
.loader .text {
  font-size: 28px;
  color: #fdc10f;
  text-align: center;
  line-height: 34px;
}
.profileform {
  width: 100%;
  max-width: 600px;
  font-size: 16px;
  margin-bottom: 40px;
}
.profileform input {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 0 15px;
}
.profileform .btn {
  padding: 0 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 0 10px 0;
}
.order-list .info {
  min-height: auto;
  padding: 0;
}
.order-list .p3 {
  width: 180px;
}
.order-list .p6 {
  width: 160px;
}
.order-list .status {
  width: 150px;
}
.order-list .agentinfo {
  width: 205px;
}
.order-list .invoice {
  cursor: pointer;
  margin-top: 5px;
}
.order-list .payonline {
  cursor: pointer;
  margin-top: 5px;
}
.orderpage {
  margin-bottom: 40px;
}
.orderpage .title {
  color: #0057a5;
  font-size: 20px;
  font-weight: 600;
}
.orderpage .block {
  margin-bottom: 30px;
}
.orderpage .btn {
  padding: 0 40px;
  height: 40px;
  line-height: 40px;
}
.orderpage .smalltitle {
  color: #0057a5;
  font-size: 20px;
  font-weight: 600;
  font-size: 16px;
}
.orderpage .peoples .people {
  margin-right: 20px;
}
.orderpage .param .val {
  color: #030f13;
  font-weight: 600;
}
.indexcontent {
  margin-bottom: 40px;
}
.indexcontent img {
  max-width: 100%;
  height: auto !important;
}
@media (max-width: 1170px) {
  .indexcontent {
    padding: 0 20px;
  }
}
.indexcontent a {
  color: #0057a5;
}
.content img {
  max-width: 100%;
  height: auto !important;
}
.content a {
  color: #0057a5;
}
.content a:hover {
  color: #FF8A00;
}
@media (max-width: 1170px) {
  .contentwrap {
    justify-content: space-around;
  }
}
.popblog {
  padding: 120px 0;
}
@media (max-width: 1170px) {
  .popblog {
    padding: 70px 20px;
  }
}
.popblog .gtitle {
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .popblog .gtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 600px) {
  .popblog .gtitle .more {
    display: none;
  }
}
@media (max-width: 600px) {
  .popblog .gtitle h2 {
    width: 100%;
  }
}
.popblog .more-mobile {
  display: none;
}
@media (max-width: 600px) {
  .popblog .more-mobile {
    display: block;
  }
}
.popblog .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 1400px) {
  .popblog .owl-nav {
    bottom: 0;
    top: auto;
    text-align: center;
    position: static;
    padding: 20px;
  }
}
.popblog .owl-nav .owl-next {
  position: absolute;
  top: 105px;
  right: -123px;
  background: url("/usertpl/i/slider-arrow-r.svg") no-repeat center #eaf8ff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.2s;
}
.popblog .owl-nav .owl-next:hover {
  background: url("/usertpl/i/slider-arrow-r-w.svg") no-repeat center #1E4E9D;
}
@media (max-width: 1400px) {
  .popblog .owl-nav .owl-next {
    position: static;
    display: inline-block;
    margin: 0 24px;
  }
}
.popblog .owl-nav .owl-prev {
  position: absolute;
  top: 105px;
  left: -123px;
  background: url("/usertpl/i/slider-arrow-l.svg") no-repeat center #eaf8ff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.2s;
}
.popblog .owl-nav .owl-prev:hover {
  background: url("/usertpl/i/slider-arrow-l-w.svg") no-repeat center #1E4E9D;
}
@media (max-width: 1400px) {
  .popblog .owl-nav .owl-prev {
    position: static;
    display: inline-block;
    margin: 0 24px;
  }
}
.popblog .owl-dots {
  width: 100%;
  text-align: center;
  height: 0;
  position: static;
  padding: 20px 0 30px;
}
.popblog .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1E4E9D;
  margin: 3px 2px;
  display: inline-block;
  top: -30px;
  position: static;
}
.popblog .owl-dots .owl-dot.active {
  border: 1px solid #1E4E9D;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: none;
  margin: 0 2px;
  position: relative;
  top: 0;
}
.popblog .owl-dots .owl-dot.active::after {
  content: '';
  display: block;
  background: #1E4E9D;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  position: absolute;
}
.way {
  color: #5b5c5d;
  margin: 15px 0;
}
@media (max-width: 1170px) {
  .way {
    padding: 0 20px;
    margin-top: 15px;
  }
}
.way a {
  font-size: 13px;
  vertical-align: top;
  color: #0057a5;
  transition: 0.2s;
}
.way a:hover {
  color: #004481;
}
.way b {
  vertical-align: top;
}
.way .icon {
  display: inline-block;
  background: url(/usertpl/i/way-icon.png) no-repeat center center;
  width: 24px;
  height: 17px;
}
.way span {
  vertical-align: top;
}
.way .position {
  display: none;
}
.sections {
  margin-bottom: 10px;
}
@media (max-width: 1170px) {
  .sections {
    padding: 0 20px;
  }
}
.sections .hidden {
  display: none;
}
.sections .showmore {
  cursor: pointer;
}
.sections .item {
  margin: 0 10px 10px 0;
}
.section-descr {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}
.section-descr img {
  max-width: 100%;
  height: auto !important;
}
@media (max-width: 1170px) {
  .section-descr {
    padding: 0 20px;
  }
}
.statistics {
  min-height: 172px;
}
@media (max-width: 1170px) {
  .statistics .wrap {
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
}
.statistics .item {
  font-size: 26px;
  color: #4f5050;
  text-align: center;
  margin-bottom: 40px;
  padding: 20px;
  background: #f6f6f6;
  max-width: 380px;
  width: 100%;
}
.statistics .item .value {
  font-size: 40px;
  color: #d2a004;
  font-weight: bold;
}
.otherresorts {
  padding: 20px 0;
}
.otherresorts .title {
  margin: 0;
  color: #0057a5;
}
.otherresorts table {
  width: 100%;
  text-align: left;
}
.otherresorts td,
.otherresorts th {
  padding: 2px 10px;
}
.otherresorts tr {
  background: #f5f5f5;
}
.otherresorts tr:nth-child(2n) {
  background: #f1f1f1;
}
.cols .col-l {
  width: calc(100% - 298px);
}
@media (max-width: 1170px) {
  .cols .col-l {
    padding: 0 10px;
  }
}
@media (max-width: 600px) {
  .cols .col-l {
    width: 100%;
  }
}
.cols .col-r {
  width: 282px;
}
@media (max-width: 1170px) {
  .cols .col-r {
    padding: 0 10px;
  }
}
@media (max-width: 600px) {
  .cols .col-r {
    width: 100%;
  }
}
.cols .col-r .gtitle {
  margin: 0 0 10px;
}
.hotelpage {
  color: #3f3e3e;
}
@media (max-width: 1170px) {
  .hotelpage {
    padding: 0 10px;
  }
}
.hotelpage .name {
  font-size: 40px;
  line-height: normal;
  max-width: 760px;
}
.hotelpage .top {
  font-size: 15px;
  margin: 0 0 10px;
}
.hotelpage .top.nowrap {
  flex-wrap: nowrap;
  align-items: center;
}
.hotelpage .top .block {
  margin-bottom: 20px;
}
.hotelpage .top .stars {
  margin: 0 0 0 10px;
  width: 105px;
}
.hotelpage .top .stars .star {
  background: url(/usertpl/i/star.png);
  width: 17px;
  height: 16px;
  display: inline-block;
}
.hotelpage .top .place {
  color: #3b3e40;
}
.hotelpage .top .ratewrap {
  color: #2a2929;
}
.hotelpage .top .ratewrap span {
  color: #0057a5;
  font-weight: 600;
}
.hotelpage .top .otzwrap {
  border-bottom: 1px dashed;
  margin: 0 20px 0 0;
}
.hotelpage .top .otzwrap span {
  color: #1E4E9D;
  font-weight: 600;
}
.hotelpage .top .otzwrap a {
  font-weight: normal;
  text-decoration: none;
  color: #1E4E9D;
}
.hotelpage .top .btn {
  background: url(/usertpl/i/lupa.png) no-repeat center right 12px #ffc200;
  height: 50px;
  line-height: 46px;
  padding: 0 40px 0 18px;
  font-size: 14px;
}
.hotelpage .top .views {
  background: url("/usertpl/i/ginfoline-view.svg") no-repeat left center;
  padding-left: 25px;
  margin: 0 20px 0 0;
}
.hotelpage .photo {
  padding: 0 0 17px;
  border-bottom: 1px solid #e5e4e4;
}
.hotelpage .photo .big {
  background: no-repeat center center / cover;
  height: 640px;
  margin-bottom: 9px;
  position: relative;
}
.hotelpage .photo .big .arrow {
  width: 40%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
}
.hotelpage .photo .big .arrow.l {
  background: url(/usertpl/i/hotelimg-arrow-l.png) no-repeat center left 15px;
  left: 0;
}
.hotelpage .photo .big .arrow.r {
  background: url(/usertpl/i/hotelimg-arrow-r.png) no-repeat center right 15px;
  right: 0;
}
.hotelpage .photo .small {
  background: no-repeat center center / cover;
  height: 88px;
  width: calc((100% - 56px) / 8);
  margin: 0 8px 9px 0;
  cursor: pointer;
}
.hotelpage .photo .small:nth-child(8n) {
  margin: 0 0 9px;
}
@media (max-width: 1170px) {
  .hotelpage .photo .small {
    margin: 0 3px 9px;
  }
}
@media (max-width: 500px) {
  .hotelpage .photo .small {
    width: calc((100% - 20px) / 3 );
    margin: 0 10px 10px 0;
  }
  .hotelpage .photo .small:nth-child(3n) {
    margin: 0 0 10px;
  }
  .hotelpage .photo .small:nth-child(8n) {
    margin: 0 10px 10px 0;
  }
}
.hotelpage .bigparams {
  padding: 30px 0 20px;
  font-size: 14px;
  border-bottom: 1px solid #e5e4e4;
}
.hotelpage .bigparams .item {
  margin-bottom: 10px;
  padding: 0 0 0 33px;
  background: no-repeat center left;
}
.hotelpage .bigparams .item.airport {
  background-image: url(/usertpl/i/hotelpage-airport.png);
}
.hotelpage .bigparams .item.sea {
  background-image: url(/usertpl/i/hotelpage-sea.png);
}
.hotelpage .bigparams .item.line {
  background-image: url(/usertpl/i/hotelpage-line.png);
}
.hotelpage .bigparams .item.wifi {
  background-image: url(/usertpl/i/hotelpage-wifi.png);
}
.hotelpage .bigparams .item span {
  font-size: 18px;
  font-weight: bold;
}
.hotelpage .description {
  padding: 25px 0 40px;
  border-bottom: 1px solid #e5e4e4;
}
.hotelpage .description .title {
  font-size: 22px;
  font-weight: normal;
}
.hotelpage .facilities {
  padding: 25px 0 40px;
  border-bottom: 1px solid #e5e4e4;
  display: none;
}
.hotelpage .facilities .title {
  font-size: 22px;
  font-weight: normal;
}
.hotelpage .facilities .wrap {
  column-count: 2;
}
@media (max-width: 480px) {
  .hotelpage .facilities {
    column-count: 1;
    column-width: auto;
  }
}
.hotelpage .facilities .group {
  break-inside: avoid-column;
}
.hotelpage .facilities .group .t {
  font-weight: bold;
}
.hotelpage .reviewblock {
  padding: 25px 0 40px;
  border-bottom: 1px solid #e5e4e4;
}
.hotelpage .reviewblock .title {
  font-size: 22px;
  font-weight: normal;
}
.hotelpage .reviewblock .review .name {
  font-size: 14px;
}
@media (max-width: 480px) {
  .hotelpage .reviewblock .review .name {
    font-size: 24px;
  }
}
.hotelpage .reviewblock .wrap {
  margin: 0 0 20px;
}
.hotelpage .reviewadd {
  padding: 25px 0 40px;
  border-bottom: 1px solid #e5e4e4;
  background: #f5f4f4;
  padding: 20px;
  display: none;
}
.hotelpage .reviewadd .title {
  font-size: 22px;
  font-weight: normal;
}
.hotelpage .reviewadd .title {
  margin-bottom: 10px;
}
.hotelpage .reviewadd .form label {
  display: block;
  margin-bottom: 20px;
}
.hotelpage .reviewadd .form input,
.hotelpage .reviewadd .form textarea {
  display: block;
  width: 100%;
  padding: 10px 20px;
}
.hotelpage .reviewadd .form select {
  padding: 10px 20px;
}
.hotelpage .mapblock {
  padding: 25px 0 40px;
  border-bottom: 1px solid #e5e4e4;
}
.hotelpage .mapblock .title {
  font-size: 22px;
  font-weight: normal;
}
.hotelpage .mapblock .hotelpagemap {
  height: 500px;
  display: none;
}
.hotelpage .contactblock {
  padding: 25px 0 40px;
  border-bottom: 1px solid #e5e4e4;
}
.hotelpage .contactblock .title {
  font-size: 22px;
  font-weight: normal;
}
.hotelpage .contactblock .params span {
  font-weight: bold;
}
.hotelpage .contactblock .btn {
  background: url(/usertpl/i/lupa.png) no-repeat center right 12px #ffc200;
  height: 50px;
  line-height: 46px;
  padding: 0 40px 0 18px;
  font-size: 14px;
}
.hotelpage .hotelbottomblock {
  background: #53B65C;
  padding: 30px 30px 5px;
  color: #fff;
  margin-bottom: 50px;
  padding: 30px;
}
.hotelpage .hotelbottomblock .content {
  width: calc(100% - 170px);
}
@media (max-width: 540px) {
  .hotelpage .hotelbottomblock .content {
    width: 100%;
  }
}
.hotelpage .hotelbottomblock .title {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 15px;
}
.hotelpage .hotelbottomblock .img {
  margin: 5px 0 20px;
  background: url(/usertpl/i/countrybottomblock.png) no-repeat bottom right #fff;
  width: 127px;
  height: 127px;
  border-radius: 50%;
  border: 5px solid #a3bda0;
}
@media (max-width: 540px) {
  .hotelpage .hotelbottomblock .img {
    display: none;
  }
}
.hotelpage .hotelbottomblock .block {
  margin: 0 40px 20px 0;
  display: inline-block;
  max-width: 305px;
  width: 100%;
  line-height: 15px;
}
@media (max-width: 540px) {
  .hotelpage .hotelbottomblock .block {
    max-width: none;
  }
}
.hotelpage .hotelbottomblock .block .descr {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}
.hotelpage .hotelbottomblock .block .btn {
  width: 100%;
  color: #3c3c3c;
  font-size: 17px;
  height: 51px;
  line-height: 48px;
}
.hotelpage .hotelbottomblock label {
  display: block;
  margin-bottom: 10px;
  width: 48%;
}
.hotelpage .hotelbottomblock input,
.hotelpage .hotelbottomblock select {
  padding: 10px 20px;
  display: block;
  width: 100%;
}
.hotelpage .hotelbottomblock .hotel {
  display: none;
}
.hotelpage .toursinhotel {
  padding: 25px 0 40px;
  border-bottom: 1px solid #e5e4e4;
  display: none;
}
.hotelpage .toursinhotel .title {
  font-size: 22px;
  font-weight: normal;
}
.hotelpage .toursinhotel .podborresult {
  padding: 0;
}
.hotelpage .toursinhotel .podborresult .tour-list .h {
  display: none;
}
.hotelpage .toursinhotel .podborresult .tour-list .m {
  padding: 15px 0;
}
.hotelpage .maybelikeblock {
  padding: 25px 0 40px;
  border-bottom: 1px solid #e5e4e4;
}
.hotelpage .maybelikeblock .title {
  font-size: 22px;
  font-weight: normal;
}
.hotelpage .maybelikeblock a {
  display: block;
}
.hotelpage .maybelikeblock .t {
  font-weight: 600;
  margin: 3px 0;
  font-size: 16px;
}
.hotelpage .maybelikeblock .stars {
  margin: 10px 0;
}
.hotelpage .maybelikeblock .similarblock {
  width: 50%;
}
@media (max-width: 1170px) {
  .hotelpage .maybelikeblock .similarblock {
    width: 100%;
  }
}
.hotelpage .maybelikeblock .nearblock {
  width: 50%;
}
@media (max-width: 1170px) {
  .hotelpage .maybelikeblock .nearblock {
    width: 100%;
  }
}
.hotelpage .helptext {
  padding: 40px 20px;
  border-bottom: 1px solid #e5e4e4;
  background: #f2f2f2;
}
.hotelpage .helptext span {
  display: inline-block;
  border-bottom: 1px dashed;
  color: #0057a5;
}
.hotelpage {
  color: #3f3e3e;
}
@media (max-width: 1170px) {
  .hotelpage {
    padding: 0 10px;
  }
}
.hotelpage .name {
  font-size: 40px;
  line-height: normal;
  max-width: 760px;
}
.hotelpage .top {
  font-size: 15px;
  margin: 0 0 10px;
}
.hotelpage .top.nowrap {
  flex-wrap: nowrap;
  align-items: center;
}
.hotelpage .top .block {
  margin-bottom: 20px;
}
.hotelpage .top .stars {
  margin: 0 0 0 10px;
  width: 105px;
}
.hotelpage .top .stars .star {
  background: url(/usertpl/i/star.png);
  width: 17px;
  height: 16px;
  display: inline-block;
}
.hotelpage .top .place {
  color: #3b3e40;
}
.hotelpage .top .ratewrap {
  color: #2a2929;
}
.hotelpage .top .ratewrap span {
  color: #0057a5;
  font-weight: 600;
}
.hotelpage .top .otzwrap {
  border-bottom: 1px dashed;
  margin: 0 20px 0 0;
}
.hotelpage .top .otzwrap span {
  color: #1E4E9D;
  font-weight: 600;
}
.hotelpage .top .otzwrap a {
  font-weight: normal;
  text-decoration: none;
  color: #1E4E9D;
}
.hotelpage .top .btn {
  background: url(/usertpl/i/lupa.png) no-repeat center right 12px #ffc200;
  height: 50px;
  line-height: 46px;
  padding: 0 40px 0 18px;
  font-size: 14px;
}
.hotelpage .top .views {
  background: url("/usertpl/i/ginfoline-view.svg") no-repeat left center;
  padding-left: 25px;
  margin: 0 20px 0 0;
}
.hotelpage .photo {
  padding: 0 0 17px;
  border-bottom: 1px solid #e5e4e4;
}
.hotelpage .photo .big {
  background: no-repeat center center / cover;
  height: 640px;
  margin-bottom: 9px;
  position: relative;
}
.hotelpage .photo .big .arrow {
  width: 40%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
}
.hotelpage .photo .big .arrow.l {
  background: url(/usertpl/i/hotelimg-arrow-l.png) no-repeat center left 15px;
  left: 0;
}
.hotelpage .photo .big .arrow.r {
  background: url(/usertpl/i/hotelimg-arrow-r.png) no-repeat center right 15px;
  right: 0;
}
.hotelpage .photo .small {
  background: no-repeat center center / cover;
  height: 88px;
  width: calc((100% - 56px) / 8);
  margin: 0 8px 9px 0;
  cursor: pointer;
}
.hotelpage .photo .small:nth-child(8n) {
  margin: 0 0 9px;
}
@media (max-width: 1170px) {
  .hotelpage .photo .small {
    margin: 0 3px 9px;
  }
}
@media (max-width: 500px) {
  .hotelpage .photo .small {
    width: calc((100% - 20px) / 3 );
    margin: 0 10px 10px 0;
  }
  .hotelpage .photo .small:nth-child(3n) {
    margin: 0 0 10px;
  }
  .hotelpage .photo .small:nth-child(8n) {
    margin: 0 10px 10px 0;
  }
}
.hotelpage .bigparams {
  padding: 30px 0 20px;
  font-size: 14px;
  border-bottom: 1px solid #e5e4e4;
}
.hotelpage .bigparams .item {
  margin-bottom: 10px;
  padding: 0 0 0 33px;
  background: no-repeat center left;
}
.hotelpage .bigparams .item.airport {
  background-image: url(/usertpl/i/hotelpage-airport.png);
}
.hotelpage .bigparams .item.sea {
  background-image: url(/usertpl/i/hotelpage-sea.png);
}
.hotelpage .bigparams .item.line {
  background-image: url(/usertpl/i/hotelpage-line.png);
}
.hotelpage .bigparams .item.wifi {
  background-image: url(/usertpl/i/hotelpage-wifi.png);
}
.hotelpage .bigparams .item span {
  font-size: 18px;
  font-weight: bold;
}
.hotelpage .description {
  padding: 25px 0 40px;
  border-bottom: 1px solid #e5e4e4;
}
.hotelpage .description .title {
  font-size: 22px;
  font-weight: normal;
}
.hotelpage .facilities {
  padding: 25px 0 40px;
  border-bottom: 1px solid #e5e4e4;
  display: none;
}
.hotelpage .facilities .title {
  font-size: 22px;
  font-weight: normal;
}
.hotelpage .facilities .wrap {
  column-count: 2;
}
@media (max-width: 480px) {
  .hotelpage .facilities {
    column-count: 1;
    column-width: auto;
  }
}
.hotelpage .facilities .group {
  break-inside: avoid-column;
}
.hotelpage .facilities .group .t {
  font-weight: bold;
}
.hotelpage .reviewblock {
  padding: 25px 0 40px;
  border-bottom: 1px solid #e5e4e4;
}
.hotelpage .reviewblock .title {
  font-size: 22px;
  font-weight: normal;
}
.hotelpage .reviewblock .review .name {
  font-size: 14px;
}
@media (max-width: 480px) {
  .hotelpage .reviewblock .review .name {
    font-size: 24px;
  }
}
.hotelpage .reviewblock .wrap {
  margin: 0 0 20px;
}
.hotelpage .reviewadd {
  padding: 25px 0 40px;
  border-bottom: 1px solid #e5e4e4;
  background: #f5f4f4;
  padding: 20px;
  display: none;
}
.hotelpage .reviewadd .title {
  font-size: 22px;
  font-weight: normal;
}
.hotelpage .reviewadd .title {
  margin-bottom: 10px;
}
.hotelpage .reviewadd .form label {
  display: block;
  margin-bottom: 20px;
}
.hotelpage .reviewadd .form input,
.hotelpage .reviewadd .form textarea {
  display: block;
  width: 100%;
  padding: 10px 20px;
}
.hotelpage .reviewadd .form select {
  padding: 10px 20px;
}
.hotelpage .mapblock {
  padding: 25px 0 40px;
  border-bottom: 1px solid #e5e4e4;
}
.hotelpage .mapblock .title {
  font-size: 22px;
  font-weight: normal;
}
.hotelpage .mapblock .hotelpagemap {
  height: 500px;
  display: none;
}
.hotelpage .contactblock {
  padding: 25px 0 40px;
  border-bottom: 1px solid #e5e4e4;
}
.hotelpage .contactblock .title {
  font-size: 22px;
  font-weight: normal;
}
.hotelpage .contactblock .params span {
  font-weight: bold;
}
.hotelpage .contactblock .btn {
  background: url(/usertpl/i/lupa.png) no-repeat center right 12px #ffc200;
  height: 50px;
  line-height: 46px;
  padding: 0 40px 0 18px;
  font-size: 14px;
}
.hotelpage .hotelbottomblock {
  background: #53B65C;
  padding: 30px 30px 5px;
  color: #fff;
  margin-bottom: 50px;
  padding: 30px;
}
.hotelpage .hotelbottomblock .content {
  width: calc(100% - 170px);
}
@media (max-width: 540px) {
  .hotelpage .hotelbottomblock .content {
    width: 100%;
  }
}
.hotelpage .hotelbottomblock .title {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 15px;
}
.hotelpage .hotelbottomblock .img {
  margin: 5px 0 20px;
  background: url(/usertpl/i/countrybottomblock.png) no-repeat bottom right #fff;
  width: 127px;
  height: 127px;
  border-radius: 50%;
  border: 5px solid #a3bda0;
}
@media (max-width: 540px) {
  .hotelpage .hotelbottomblock .img {
    display: none;
  }
}
.hotelpage .hotelbottomblock .block {
  margin: 0 40px 20px 0;
  display: inline-block;
  max-width: 305px;
  width: 100%;
  line-height: 15px;
}
@media (max-width: 540px) {
  .hotelpage .hotelbottomblock .block {
    max-width: none;
  }
}
.hotelpage .hotelbottomblock .block .descr {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}
.hotelpage .hotelbottomblock .block .btn {
  width: 100%;
  color: #3c3c3c;
  font-size: 17px;
  height: 51px;
  line-height: 48px;
}
.hotelpage .hotelbottomblock label {
  display: block;
  margin-bottom: 10px;
  width: 48%;
}
.hotelpage .hotelbottomblock input,
.hotelpage .hotelbottomblock select {
  padding: 10px 20px;
  display: block;
  width: 100%;
}
.hotelpage .hotelbottomblock .hotel {
  display: none;
}
.hotelpage .toursinhotel {
  padding: 25px 0 40px;
  border-bottom: 1px solid #e5e4e4;
  display: none;
}
.hotelpage .toursinhotel .title {
  font-size: 22px;
  font-weight: normal;
}
.hotelpage .toursinhotel .podborresult {
  padding: 0;
}
.hotelpage .toursinhotel .podborresult .tour-list .h {
  display: none;
}
.hotelpage .toursinhotel .podborresult .tour-list .m {
  padding: 15px 0;
}
.hotelpage .maybelikeblock {
  padding: 25px 0 40px;
  border-bottom: 1px solid #e5e4e4;
}
.hotelpage .maybelikeblock .title {
  font-size: 22px;
  font-weight: normal;
}
.hotelpage .maybelikeblock a {
  display: block;
}
.hotelpage .maybelikeblock .t {
  font-weight: 600;
  margin: 3px 0;
  font-size: 16px;
}
.hotelpage .maybelikeblock .stars {
  margin: 10px 0;
}
.hotelpage .maybelikeblock .similarblock {
  width: 50%;
}
@media (max-width: 1170px) {
  .hotelpage .maybelikeblock .similarblock {
    width: 100%;
  }
}
.hotelpage .maybelikeblock .nearblock {
  width: 50%;
}
@media (max-width: 1170px) {
  .hotelpage .maybelikeblock .nearblock {
    width: 100%;
  }
}
.hotelpage .helptext {
  padding: 40px 20px;
  border-bottom: 1px solid #e5e4e4;
  background: #f2f2f2;
}
.hotelpage .helptext span {
  display: inline-block;
  border-bottom: 1px dashed;
  color: #0057a5;
}
.besthotels {
  margin-bottom: 40px;
}
.besthotels table {
  width: 100%;
}
.besthotels table th {
  text-align: left;
  font-weight: normal;
}
.besthotels table td {
  font-size: 16px;
  padding: 2px 5px;
}
.besthotels table a {
  color: #0057a5;
  font-weight: 600;
  margin-right: 10px;
  display: inline-block;
}
.besthotels table .rate {
  color: #53B65C;
}
.besthotels table .stars {
  display: inline-block;
}
.besthotels table .stars .star {
  background: url(/usertpl/i/star.png);
  width: 17px;
  height: 16px;
  display: inline-block;
}
@media (max-width: 1170px) {
  .popresort {
    padding: 0 20px;
    justify-content: space-between;
  }
}
@media (max-width: 1170px) {
  .popresort .wrap {
    justify-content: space-between;
  }
}
.popresort .wrap .item {
  width: 175px;
  background: none;
  text-decoration: none;
  margin: 0 20px 10px 0;
  font-size: 12px;
  display: flex;
}
@media (max-width: 480px) {
  .popresort .wrap .item {
    width: 100%;
  }
}
.popresort .wrap .item .price {
  font-size: 10px;
}
.recommendedhotels {
  margin-bottom: 40px;
}
.recommendedhotels table {
  width: 100%;
}
.recommendedhotels table th {
  text-align: left;
  font-weight: normal;
}
.recommendedhotels table td {
  font-size: 16px;
  padding: 2px 5px;
}
.recommendedhotels table a {
  color: #0057a5;
  font-weight: 600;
  margin-right: 10px;
  display: inline-block;
}
.recommendedhotels table .rate {
  color: #53B65C;
}
.recommendedhotels table .stars {
  display: inline-block;
}
.recommendedhotels table .stars .star {
  background: url(/usertpl/i/star.png);
  width: 17px;
  height: 16px;
  display: inline-block;
}
@media (max-width: 600px) {
  .recommendedhotels table tr td:nth-child(2),
  .recommendedhotels table tr th:nth-child(2) {
    display: none;
  }
}
.countrybottomblock {
  background: #53B65C;
  padding: 30px 30px 5px;
  color: #fff;
  margin-bottom: 50px;
}
.countrybottomblock .content {
  width: calc(100% - 170px);
}
@media (max-width: 540px) {
  .countrybottomblock .content {
    width: 100%;
  }
}
.countrybottomblock .title {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 15px;
}
.countrybottomblock .img {
  margin: 5px 0 20px;
  background: url(/usertpl/i/countrybottomblock.png) no-repeat bottom right #fff;
  width: 127px;
  height: 127px;
  border-radius: 50%;
  border: 5px solid #a3bda0;
}
@media (max-width: 540px) {
  .countrybottomblock .img {
    display: none;
  }
}
.countrybottomblock .block {
  margin: 0 40px 20px 0;
  display: inline-block;
  max-width: 305px;
  width: 100%;
  line-height: 15px;
}
@media (max-width: 540px) {
  .countrybottomblock .block {
    max-width: none;
  }
}
.countrybottomblock .block .descr {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}
.countrybottomblock .block .btn {
  width: 100%;
  color: #3c3c3c;
  font-size: 17px;
  height: 51px;
  line-height: 48px;
}
.polarticle {
  background: #f6f6f6;
  padding: 25px 20px 15px;
  margin-bottom: 20px;
}
.polarticle .wrap {
  padding-bottom: 10px;
}
.polarticle .item {
  background: url(/usertpl/i/article.png) no-repeat left 4px;
  padding: 0 0 0 37px;
  color: #00aaff;
  font: 14px Arial;
  margin-bottom: 15px;
  display: block;
}
.polarticle .btn {
  height: 42px;
  line-height: 39px;
  display: block;
  font-weight: 600;
}
.bestpricerblock {
  padding: 24px;
  border-radius: 4px;
  border: 1px solid #e5e4e4;
  margin-bottom: 23px;
}
.bestpricerblock .item {
  width: 100%;
  padding: 7px 76px 7px 0;
  font-weight: bold;
  border-width: 0 0 1px 0;
  text-align: right;
  background: no-repeat right center / 60px;
  display: none;
  margin: 0;
}
.bestpricerblock .item.vis {
  display: block;
}
.bestpricerblock .item .title {
  display: block;
  color: #0057a5;
  font-size: 16px;
  margin: 0;
  width: auto;
  transition: 0.2s;
}
.bestpricerblock .item .title:hover {
  color: #00aaff;
}
.bestpricerblock .item .price {
  font-size: 15px;
}
.bestpricerblock .townlist {
  margin: 0 0 10px;
}
.bestpricerblock .town {
  width: 49%;
  text-align: center;
  background: #ffc200;
  padding: 5px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  margin-bottom: 5px;
  transition: 0.2s;
}
.bestpricerblock .town.active {
  background: #0057a5;
}
.bestpricerblock .wrap2 {
  display: none;
}
.bestpricerblock .gtitle {
  margin: 15px 0 0;
}
.hotelstable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.hotelstable td {
  vertical-align: top;
  padding: 14px 10px;
  border: none;
  border-bottom: 1px solid #eee;
}
.hotelstable td:first-child {
  padding-left: 0;
}
.hotelstable td:last-child {
  padding-right: 0;
}
.hotelstable .title {
  color: #0057a5;
  font-weight: 600;
  font-size: 15px;
}
.hotelstable .img {
  width: 98px;
  height: 73px;
  background: no-repeat center center / cover;
  display: block;
}
@media (max-width: 600px) {
  .hotelstable .img {
    display: none;
  }
}
.hotelstable .stars {
  width: 100px;
}
.hotelstable .stars .star {
  background: url(/usertpl/i/star.png);
  width: 17px;
  height: 16px;
  display: inline-block;
}
.hotelstable .btn {
  width: 163px;
  font-size: 12px;
  height: 36px;
  line-height: 33px;
  padding: 0 10px;
  float: right;
}
@media (max-width: 600px) {
  .hotelstable .btn {
    display: none;
  }
}
.hotelstable thead {
  background: #eee;
  text-align: left;
  color: #2e2e2e;
}
@media (max-width: 600px) {
  .hotelstable thead {
    display: none;
  }
}
.hotelstable th {
  padding: 18px 10px;
  font-weight: normal;
}
.hotelstable th:first-child {
  text-align: right;
  color: #717070;
  padding-left: 0;
}
.hotelstable .sort {
  display: inline-block;
  padding-right: 17px;
  background: no-repeat center right;
  text-decoration: none;
}
.hotelstable .sort.asc {
  background-image: url(/usertpl/i/sort-desc.png);
}
.hotelstable .sort.desc {
  background-image: url(/usertpl/i/sort-asc.png);
}
.hotelfilter-descr {
  margin-bottom: 20px;
}
.hotelcountryes {
  margin-bottom: 20px;
}
@media (max-width: 1170px) {
  .hotelcountryes {
    padding: 0 10px;
    justify-content: space-around;
  }
}
.hotelcountryes .hotelcountry {
  width: 283px;
  border: 1px solid #e5e4e4;
  margin-bottom: 15px;
  color: #00aaff;
  font-size: 15px;
}
.hotelcountryes .hotelcountry .img {
  height: 185px;
  background: no-repeat center center / cover;
  padding: 78px 0 0;
  display: block;
  text-decoration: none;
}
.hotelcountryes .hotelcountry .name {
  background: rgba(255, 255, 255, 0.79);
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  display: block;
  line-height: 27px;
  padding: 10px;
}
.hotelcountryes .hotelcountry .sub {
  padding: 15px 13px 10px;
}
.hotelcountryes .hotelcountry .sub .item {
  margin: 0 15px 7px 0;
  display: inline-block;
}
.hotelallcountry {
  color: #00aaff;
  margin-bottom: 30px;
}
@media (max-width: 1170px) {
  .hotelallcountry {
    padding: 10px;
  }
}
.hotelallcountry .item {
  display: inline-block;
  padding: 0 0 0 40px;
  background: no-repeat left center / contain;
  width: 171px;
  height: 20px;
  margin: 0 0 10px;
}
.hottourallcountry {
  color: #00aaff;
  margin-bottom: 30px;
  background: #f6f6f6;
  padding: 20px;
}
@media (max-width: 1170px) {
  .hottourallcountry {
    padding: 10px;
  }
}
.hottourallcountry .item {
  display: inline-block;
  padding: 0 0 0 40px;
  background: no-repeat left center / contain;
  width: 171px;
  height: 20px;
  margin: 0 0 10px;
}
.hotelsearch {
  padding: 0 0 25px;
}
@media (max-width: 1170px) {
  .hotelsearch {
    padding: 0 10px;
  }
}
.hotelsearch input {
  width: calc(100% - 172px);
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  padding: 12px 15px;
  height: 52px;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 20px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16) inset;
}
.hotelsearch input.invalid {
  border-color: red;
  box-shadow: 0 0 3px red;
}
.hotelsearch .btn3 {
  margin: 0 0 20px;
}
.hotelfilter .custom-select {
  margin: 0 0 20px;
  width: 24%;
  border: 1px solid #E2E4E9;
  box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1170px) {
  .hotelfilter .custom-select {
    width: 49%;
  }
}
.hotel-template-text {
  margin-bottom: 20px;
}
.paging {
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1170px) {
  .paging {
    justify-content: space-around;
  }
}
.paging .page {
  display: inline-block;
  margin: 0 5px 10px;
  border: 1px solid #8b8a8a;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  text-align: center;
}
.paging .arrow {
  padding: 0 20px;
}
@media (max-width: 1170px) {
  .paging .arrow {
    display: none;
  }
}
.paging a {
  text-decoration: none;
  color: #0057a5;
}
@media (max-width: 1170px) {
  .otherhottours {
    justify-content: space-around;
  }
}
.orderlist {
  margin-bottom: 20px;
}
.pushsubscribe {
  margin-bottom: 20px;
}
.share {
  padding: 24px 0 50px;
}
.share2 .text {
  margin: 0 10px 0 0;
}
.scrolltop {
  position: fixed;
  background: url(/usertpl/i/arrow-up-w.svg) no-repeat center #1E4E9D;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  bottom: 60px;
  left: 10px;
  cursor: pointer;
  opacity: 0;
  transition: 0.9s;
  z-index: 5;
}
.scrolltop.vis {
  opacity: 1;
}
.scrolltop:hover {
  background-color: #0F3B85;
}
.reviewsaggregate {
  background: #fff;
  border: 1px solid #e5e4e4;
  padding: 20px 20px;
  margin-bottom: 20px;
}
.reviewsaggregate .gtitle {
  color: #0057a5;
}
.reviewsaggregate .countries .country {
  color: #3b3e40;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e4e4;
  flex-grow: 1;
  text-align: center;
  background: #f6f6f6;
  transition: 0.2s;
  cursor: pointer;
  padding: 0 5px;
}
.reviewsaggregate .countries .country.active {
  background: #fff;
  border-bottom: 1px solid #fff;
}
.subform-col {
  padding: 24px;
  background: #f6f6f6;
  margin: 0 0 20px;
  border-radius: 4px;
}
.subform-col .btn3.hottours {
  background: url("/usertpl/i/subform-col-hot.svg") no-repeat 180px center #0057a5;
  text-align: left;
  display: block;
}
.subform-col .btn3.hottours:hover {
  background: url("/usertpl/i/subform-col-hot.svg") no-repeat 180px center #1E4E9D;
}
.subform-col .btn3.subscribe {
  background: url("/usertpl/i/subform-col-sub.svg") no-repeat 180px center #FF8A00;
  text-align: left;
  display: block;
}
.subform-col .btn3.subscribe:hover {
  background: url("/usertpl/i/subform-col-sub.svg") no-repeat 180px center #F18300;
}
.subform-col .advantages {
  padding: 32px 0 0;
  border-bottom: 1px solid #373B3E;
}
.subform-col .advantages .advantage {
  margin: 0 0 32px;
}
.subform-col .advantages .advantage:nth-child(1) .icon {
  background: url("/usertpl/i/subform-col-adv-1.svg");
  width: 56px;
  height: 56px;
}
.subform-col .advantages .advantage:nth-child(2) .icon {
  background: url("/usertpl/i/subform-col-adv-2.svg");
  width: 56px;
  height: 56px;
}
.subform-col .advantages .advantage:nth-child(3) .icon {
  background: url("/usertpl/i/subform-col-adv-3.svg");
  width: 56px;
  height: 56px;
}
.subform-col .advantages .advantage .t {
  width: calc(100% - 56px - 20px);
  padding: 3px 0 0;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.15px;
}
.subform-col .form {
  padding: 32px 0 0;
}
.subform-col .form input {
  margin: 0 0 16px;
  width: 100%;
}
.subform-col .form .custom-select {
  width: 100%;
  margin: 0 0 16px;
}
.entry-promo-bg {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20000;
  display: none;
  height: 100%;
  width: 100%;
}
.entry-promo {
  display: none;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 200px auto 0;
}
.entry-promo.vis {
  display: block;
}
.entry-promo .desk {
  display: block;
  background: no-repeat center center / contain;
  height: 400px;
}
@media (max-width: 800px) {
  .entry-promo .desk {
    display: none;
  }
}
.entry-promo .mob {
  display: none;
  background: no-repeat top center / contain;
  width: 100%;
  max-width: 543px;
  height: 794px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .entry-promo .mob {
    display: block;
  }
}
.entry-promo .close {
  background: url("/usertpl/i/temp/child-day-close.png") no-repeat center center #8b8a8a;
  position: absolute;
  top: 4px;
  right: 3px;
  cursor: pointer;
  width: 33px;
  height: 33px;
  border-radius: 4px;
}
.reviews_our_form {
  background: url("/usertpl/i/reviews-cloud.png") no-repeat -80px 190px, url("/usertpl/i/reviews-cloud.png") no-repeat right 300px top 91px #EAF8FF;
  padding: 100px 0;
}
@media (max-width: 1170px) {
  .reviews_our_form {
    padding: 50px 47px;
    background: url("/usertpl/i/reviews-cloud.png") no-repeat 47px 95px, url("/usertpl/i/reviews-cloud.png") no-repeat -200px 440px #EAF8FF;
  }
}
.reviews_our_form .title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 0.03em;
  margin: 0 0 30px;
}
@media (max-width: 1170px) {
  .reviews_our_form .title {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 20px;
  }
}
.reviews_our_form .descr {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin: 0 0 60px;
}
@media (max-width: 1170px) {
  .reviews_our_form .descr {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 30px;
  }
}
.reviews_our_form .form {
  max-width: 866px;
  width: 100%;
  margin: 0 auto;
}
.reviews_our_form .form .form-l {
  max-width: 336px;
  width: 100%;
}
@media (max-width: 1170px) {
  .reviews_our_form .form .form-l {
    max-width: none;
  }
}
.reviews_our_form .form .form-l input {
  display: block;
  width: 100%;
  margin: 0 0 14px;
  padding: 15px 30px;
}
@media (max-width: 1170px) {
  .reviews_our_form .form .form-l input {
    padding: 10px 25px;
    margin: 0 0 5px;
    height: 40px;
  }
}
.reviews_our_form .form .form-l input:last-child {
  margin: 0;
}
@media (max-width: 1170px) {
  .reviews_our_form .form .form-l input:last-child {
    margin: 0 0 5px;
  }
}
.reviews_our_form .form .form-r {
  max-width: 506px;
  width: 100%;
}
@media (max-width: 1170px) {
  .reviews_our_form .form .form-r {
    max-width: none;
  }
}
.reviews_our_form .form .form-r textarea {
  width: 100%;
  height: 242px;
  padding: 15px 30px;
  margin: 0 0 29px;
}
@media (max-width: 1170px) {
  .reviews_our_form .form .form-r textarea {
    height: 125px;
    margin: 0 0 12px;
  }
}
.reviews_our_form .form .form-r .rate {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 29px;
}
@media (max-width: 1170px) {
  .reviews_our_form .form .form-r .rate {
    font-size: 11px;
    font-weight: 600;
    margin: 0 0 26px;
  }
}
.reviews_our_form .form .form-r .rate .stars {
  margin: 0 0 0 12px;
}
@media (max-width: 1170px) {
  .reviews_our_form .form .form-r .rate .stars {
    width: 100%;
    margin: 16px 0 0;
  }
}
.reviews_our_form .form .form-r .rate .stars .star {
  background: url("/usertpl/i/star-review-our-empty.svg") no-repeat center / contain;
  width: 18px;
  height: 20px;
  margin: 0 1px 0 0;
  cursor: pointer;
}
.reviews_our_form .form .form-r .rate .stars .star.active {
  background-image: url("/usertpl/i/star-review-our-active.svg");
}
.review_our {
  margin: 0 0 21px;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  line-height: 20px;
}
@media (max-width: 1170px) {
  .review_our {
    margin: 0 20px 15px;
  }
}
.review_our .white {
  background: #fff;
  width: calc(100% - 283px);
  padding: 45px 60px 45px 70px;
}
@media (max-width: 1170px) {
  .review_our .white {
    padding: 25px 20px;
    width: 100%;
  }
}
.review_our .white .h {
  margin: 0 0 31px;
}
@media (max-width: 1170px) {
  .review_our .white .h {
    margin: 0 0 5px;
  }
}
.review_our .white .h .stars {
  padding: 3px 0 0;
}
@media (max-width: 1170px) {
  .review_our .white .h .stars {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
  }
}
.review_our .white .h .stars .star {
  background: url("/usertpl/i/star-review-our-empty.svg") no-repeat center / contain;
  width: 23px;
  height: 23px;
  margin: 0 2px 0 0;
}
.review_our .white .h .stars .star.active {
  background-image: url("/usertpl/i/star-review-our-active.svg");
}
@media (max-width: 1170px) {
  .review_our .white .h .param {
    width: 100%;
    margin: 0 0 8px;
    justify-content: flex-start;
    font-size: 12px;
  }
}
.review_our .white .h .param .key {
  font-weight: bold;
  margin: 0 0 8px;
  width: 100%;
}
@media (max-width: 1170px) {
  .review_our .white .h .param .key {
    width: 60px;
    margin: 0;
  }
}
.review_our .white .text {
  max-height: 120px;
  overflow: hidden;
  line-height: 20px;
  position: relative;
}
@media (max-width: 1170px) {
  .review_our .white .text {
    max-height: 90px;
    font-size: 12px;
    line-height: 18px;
  }
}
.review_our .white .text.open {
  max-height: none;
}
.review_our .white .text .more {
  font-size: 12px;
  line-height: 20px;
  color: #1E4E9D;
  cursor: pointer;
  text-decoration-line: underline;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding-left: 10px;
}
.review_our .white .text .more::before {
  position: absolute;
  left: -20px;
  top: 0;
  height: 20px;
  width: 20px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  content: '';
  display: block;
}
.review_our .white .text .more.transparent {
  opacity: 0;
  position: static;
}
.review_our .blue {
  background: #EAF8FF url("/usertpl/i/review-our-blue.png") no-repeat bottom left;
  width: 283px;
  padding: 46px 49px;
}
@media (max-width: 1170px) {
  .review_our .blue {
    padding: 20px;
    width: 100%;
    font-size: 12px;
  }
}
@media (max-width: 1170px) {
  .review_our .blue .h {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 12px;
  }
}
.review_our .blue .h.center {
  margin: auto;
}
.review_our .blue .h .name {
  text-align: center;
  font-weight: bold;
  margin: 8px;
}
@media (max-width: 1170px) {
  .review_our .blue .h .name {
    margin: 0 10px 0 0;
  }
}
.review_our .blue .h .date {
  text-align: center;
  margin: 0 0 8px;
}
@media (max-width: 1170px) {
  .review_our .blue .h .date {
    margin: 0;
  }
}
@media (max-width: 1170px) {
  .review_our .blue .h .date.k {
    display: none;
  }
}
.review_our .blue .source {
  min-height: 48px;
  background: no-repeat left top / 40px;
  padding: 0 0 0 63px;
  display: block;
}
@media (max-width: 1170px) {
  .review_our .blue .source {
    min-height: 40px;
    padding: 2px 0 2px 52px;
    line-height: 16px;
  }
}
.reviews_our_form_list_main {
  padding: 120px 0;
}
@media (max-width: 1170px) {
  .reviews_our_form_list_main {
    padding: 70px 0;
  }
}
.reviews_our_form_list_main .gtitle {
  margin: 0 0 50px;
}
@media (max-width: 600px) {
  .reviews_our_form_list_main .gtitle {
    margin: 0 20px;
    text-align: center;
  }
}
.reviews_our_form_list_main .gtitle .sendreview {
  margin: 0 auto;
  display: block;
  width: 181px;
}
@media (max-width: 600px) {
  .reviews_our_form_list_main .gtitle .sendreview {
    width: 280px;
    margin: 8px 0;
  }
}
.reviews_our_form_list_main .review_our {
  max-width: 370px;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  margin: 40px;
}
@media (max-width: 1170px) {
  .reviews_our_form_list_main .review_our {
    margin: 40px;
  }
}
.reviews_our_form_list_main .review_our .white {
  padding: 25px 20px;
  width: 100%;
}
.reviews_our_form_list_main .review_our .white .h {
  margin: 0 0 5px;
  min-height: 91px;
  display: block;
}
.reviews_our_form_list_main .review_our .white .h .stars {
  width: 100%;
  padding: 0;
  margin: 0 0 10px;
}
.reviews_our_form_list_main .review_our .white .h .stars .star {
  width: 17px;
  height: 17px;
}
.reviews_our_form_list_main .review_our .white .h .param {
  width: 100%;
  justify-content: flex-start;
  font-size: 12px;
  margin: 0 0 2px;
}
@media (max-width: 1170px) {
  .reviews_our_form_list_main .review_our .white .h .param {
    margin: 0 0 8px;
  }
}
.reviews_our_form_list_main .review_our .white .h .param .key {
  width: 52px;
  margin: 0;
}
.reviews_our_form_list_main .review_our .white .text {
  max-height: 60px;
  min-height: 60px;
  font-size: 12px;
  line-height: 20px;
}
.reviews_our_form_list_main .review_our .white .text.open {
  max-height: none;
}
.reviews_our_form_list_main .review_our .blue {
  padding: 20px;
  width: 100%;
  font-size: 12px;
}
.reviews_our_form_list_main .review_our .blue .h {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 12px;
}
.reviews_our_form_list_main .review_our .blue .h.center {
  margin: auto 0;
}
.reviews_our_form_list_main .review_our .blue .h .name {
  margin: 0 10px 0 0;
}
.reviews_our_form_list_main .review_our .blue .h .date {
  margin: 0;
}
.reviews_our_form_list_main .review_our .blue .h .date.k {
  display: none;
}
.reviews_our_form_list_main .review_our .blue .source {
  min-height: 40px;
  padding: 2px 0 2px 52px;
  line-height: 16px;
}
.reviews_our_form_list_main .linktoall {
  display: block;
  margin: 0 20px 0 0;
}
@media (max-width: 600px) {
  .reviews_our_form_list_main .linktoall {
    display: none;
  }
}
.reviews_our_form_list_main .linktoall-mobile {
  display: none;
  width: 280px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .reviews_our_form_list_main .linktoall-mobile {
    display: block;
  }
}
@media (max-width: 1170px) {
  .reviews_our_form_list_main .wrap {
    margin: 0 auto;
  }
}
.reviews_our_form_list_main .wrap .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 1400px) {
  .reviews_our_form_list_main .wrap .owl-nav {
    bottom: 0;
    top: auto;
    text-align: center;
    position: static;
    padding: 0 20px 20px;
  }
}
.reviews_our_form_list_main .wrap .owl-nav .owl-next {
  position: absolute;
  top: 135px;
  right: -123px;
  background: url("/usertpl/i/slider-arrow-r.svg") no-repeat center #eaf8ff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.2s;
}
.reviews_our_form_list_main .wrap .owl-nav .owl-next:hover {
  background: url("/usertpl/i/slider-arrow-r-w.svg") no-repeat center #1E4E9D;
}
@media (max-width: 1400px) {
  .reviews_our_form_list_main .wrap .owl-nav .owl-next {
    position: static;
    display: inline-block;
    margin: 0 24px;
  }
}
.reviews_our_form_list_main .wrap .owl-nav .owl-prev {
  position: absolute;
  top: 135px;
  left: -123px;
  background: url("/usertpl/i/slider-arrow-l.svg") no-repeat center #eaf8ff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.2s;
}
.reviews_our_form_list_main .wrap .owl-nav .owl-prev:hover {
  background: url("/usertpl/i/slider-arrow-l-w.svg") no-repeat center #1E4E9D;
}
@media (max-width: 1400px) {
  .reviews_our_form_list_main .wrap .owl-nav .owl-prev {
    position: static;
    display: inline-block;
    margin: 0 24px;
  }
}
.reviews_our_form_list_main .wrap .owl-dots {
  width: 100%;
  text-align: center;
  height: 0;
}
.reviews_our_form_list_main .wrap .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1E4E9D;
  margin: 3px 2px;
  display: inline-block;
  position: relative;
  top: -30px;
}
.reviews_our_form_list_main .wrap .owl-dots .owl-dot.active {
  border: 1px solid #1E4E9D;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: relative;
  background: none;
  margin: 0 2px;
}
.reviews_our_form_list_main .wrap .owl-dots .owl-dot.active::after {
  content: '';
  display: block;
  background: #1E4E9D;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  position: absolute;
}
.reviewspage .bestagent {
  align-items: center;
  margin: 0 0 36px;
  font-size: 15px;
  line-height: 20px;
}
@media (max-width: 1170px) {
  .reviewspage .bestagent {
    background: #EAF8FF;
    margin: 0 20px;
    padding: 21px 20px 9px;
    justify-content: center;
  }
}
.reviewspage .bestagent .icon {
  background: url("/usertpl/i/reviewspage-bestagent.png") no-repeat left center;
  width: 48px;
  height: 48px;
  margin: 0 12px 0 0;
}
@media (max-width: 1170px) {
  .reviewspage .bestagent .text {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    margin: 12px 0 0;
    text-align: center;
  }
}
.reviewspage .bestagent .stars {
  margin: 0 10px 0 0;
  display: flex;
  justify-content: flex-start;
}
.reviewspage .bestagent .stars .star {
  background: url("/usertpl/i/star-review-our-empty.svg") no-repeat center / contain;
  width: 10px;
  height: 10px;
  margin: 0 1px 0 0;
}
.reviewspage .bestagent .stars .star.active {
  background-image: url("/usertpl/i/star-review-our-active.svg");
}
.reviewspage .bestagent .rate {
  margin: 0 22px 0 0;
}
.reviewspage .infoline {
  background: #EAF8FF;
  padding: 34px 70px;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 50px;
  color: #000;
}
@media (max-width: 1170px) {
  .reviewspage .infoline {
    margin: 0 20px 30px;
    padding: 9px 24px 30px;
    font-size: 12px;
    line-height: 18px;
  }
}
.reviewspage .infoline .block {
  background: no-repeat left center;
  padding: 0 0 0 32px;
}
@media (max-width: 1170px) {
  .reviewspage .infoline .block {
    margin: 0 0 18px;
  }
}
.reviewspage .infoline .block:nth-child(1) {
  background-image: url("/usertpl/i/reviewspage-infoline-1.svg");
}
.reviewspage .infoline .block:nth-child(2) {
  background-image: url("/usertpl/i/reviewspage-infoline-2.svg");
  margin: 0;
}
.reviewspage .sort {
  margin: 0 0 50px;
}
@media (max-width: 1170px) {
  .reviewspage .sort {
    margin: 0 20px 30px;
  }
}
@media (max-width: 1170px) {
  .reviewspage .sort .empty {
    display: none;
  }
}
.reviewspage .sort .t {
  font-weight: bold;
}
@media (max-width: 1170px) {
  .reviewspage .sort .t {
    font-weight: 600;
    width: 100%;
  }
}
.reviewspage .sort .select {
  position: relative;
}
.reviewspage .sort .select:hover .list {
  display: block;
}
.reviewspage .sort .select .current {
  padding: 0 39px 0 18px;
  background: url("/usertpl/i/select-arrow-down.svg") no-repeat center right 5px;
  cursor: pointer;
}
@media (max-width: 1170px) {
  .reviewspage .sort .select .current {
    padding: 0 39px 0 0;
  }
}
.reviewspage .sort .select .list {
  background: #fff;
  padding: 25px 30px;
  position: absolute;
  right: 0;
  top: 36px;
  display: none;
}
.reviewspage .sort .select .list::before {
  content: '';
  display: block;
  height: 20px;
  width: 100%;
  left: 0;
  top: -20px;
  position: absolute;
}
.reviewspage .sort .select .list .item {
  display: block;
  border-bottom: 1px solid #E0EBFD;
  font-size: 12px;
  line-height: 20px;
  padding: 4px 0;
  white-space: nowrap;
  text-decoration: none;
}
.reviewspage .sort .select .list .item:last-child {
  border: none;
  padding: 4px 0 0;
}
.reviewspage .sort .select .list .item:hover {
  color: #1E4E9D;
}
.reviewspage .sort .select .list .item.active {
  color: #1E4E9D;
}
/*
.push-subscribe-pop {
  display: none;position: fixed;top:10px;left:~'calc((100% - 1170px) / 2)';background: url(/usertpl/i/push-subscribe-pop-2.png) no-repeat right -20px center #fff;width: 371px;z-index: 10;padding:24px 120px 28px 27px;
  @media (max-width: @max-width) {left:5px;}
  @media (max-width: 460px) {width: ~'calc(100% - 10px)';padding-right: 100px;}
  &::after {content: '';display: block;width: 0;height: 0;position: absolute;top:-16px;border: 8px solid;border-color: transparent transparent #fff;left:65px;}
  .title {font-weight: bold;font-size: 12px;line-height: 12px;margin-bottom: 20px;}
  .descr {font-size: 10px;line-height: 12px;margin-bottom: 20px;}
  .btns {
    width: 100%;
    .btn3 {font-size: 12px;padding: 8px 15px 12px;}
  }
}
*/
.sections-hottours {
  margin: 0 auto 20px;
}
@media (max-width: 1170px) {
  .sections-hottours {
    padding: 0 10px;
  }
}
.sections-hottours .custom-select {
  width: 33%;
  border: 1px solid #E2E4E9;
  box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.05);
}
@media (max-width: 600px) {
  .sections-hottours .custom-select {
    width: 100%;
    margin: 0 0 20px;
  }
}
.page404 {
  padding: 45px 0;
}
.page404 a {
  font-weight: bold;
  font-size: 18px;
  color: #0057a5;
  text-decoration: none;
}
@media (max-width: 800px) {
  .page404 img {
    display: none;
  }
}
.page404 .view {
  max-width: 800px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .page404 .l {
    width: 100%;
  }
}
.page404 .l .t {
  color: #7b7b7b;
  font-size: 80px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 25px;
}
.page404 .r {
  max-width: 577px;
  width: 100%;
}
@media (max-width: 800px) {
  .page404 .r {
    max-width: none;
  }
}
.page404 .sections {
  margin-bottom: 10px;
}
.nodecomment {
  margin: 47px 0 30px;
  font-family: Roboto;
}
.nodecomment .h {
  padding: 35px 0;
  margin-bottom: 15px;
  border: 1px solid #EBEBEB;
  border-width: 1px 0;
}
.nodecomment .h .t {
  font-size: 20px;
  font-weight: 500;
  color: #31353F;
}
.nodecomment .h a {
  display: inline-block;
  margin-left: 15px;
  height: 33px;
  line-height: 31px;
  border-radius: 3px;
  padding: 0 20px;
  border: 1px solid #8b8a8a;
  color: #8b8a8a;
  text-decoration: none;
}
.nodecomment .h a.active {
  background: #8b8a8a;
  color: #fff;
}
.nodecomment .list {
  margin-bottom: 20px;
}
.nodecomment .form .t {
  font-size: 20px;
  font-weight: 500;
  color: #31353F;
}
.nodecomment .form .textarea {
  display: block;
  margin: 10px 0;
  width: 100%;
  padding: 15px 20px;
}
.nodecomment .form .rate {
  margin-bottom: 10px;
}
.nodecomment .form .rate .stars {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.nodecomment .form .rate .stars .star {
  width: 16px;
  height: 16px;
  background: url(/usertpl/i/nodecomments-stars.png) no-repeat 0 -22px;
  display: inline-block;
}
.nodecomment .form .rate .stars .star.active {
  background-position: 0 -38px;
}
.nodecomment .authlink {
  display: inline-block;
  border-bottom: 1px dashed;
}
.comment .text {
  font-size: 14px;
  color: #31353F;
  margin-bottom: 15px;
}
.comment .text span {
  font-weight: 600;
}
.comment .stars .star {
  width: 16px;
  height: 16px;
  background: url(/usertpl/i/nodecomments-stars.png) no-repeat 0 -22px;
  display: inline-block;
}
.comment .stars .star.active {
  background-position: 0 -38px;
}
.comment .actions {
  color: #373B3E;
  font-size: 14px;
}
.comment .actions .link {
  display: block;
  cursor: pointer;
  margin: 0 0 5px;
}
.comment .actions .point {
  height: 0;
  width: 0;
  border: 1px solid #373B3E;
  border-radius: 50%;
  margin: 0 5px 5px;
}
.comment .answerform {
  display: none;
  margin-top: 9px;
}
.comment .answerform .answertextarea {
  margin: 0 0 5px 68px;
  position: relative;
  display: inline-block;
}
.comment .answerform .answertextarea textarea {
  width: 374px;
  width: 100%;
  height: 30px;
  border: 1px solid #B0B0B0;
  border-radius: 10px;
  padding: 5px 24px;
  display: block;
}
.comment .answerform .answertextarea::after {
  content: '';
  display: block;
  background: url(/usertpl/i/nodecomment-answer.png);
  width: 18px;
  height: 8px;
  position: absolute;
  left: 27px;
  top: -7px;
}
.comment .answerform .answertextarea .send {
  background: url(/usertpl/i/nodecomment-answer-btn.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  bottom: 4px;
  cursor: pointer;
}
.comment .answer {
  padding: 15px 0 0 60px;
  background: url(/usertpl/i/nodecomment-answer-arrow.png) no-repeat 40px 7px;
}
.comment .answer .r {
  border-width: 0 0 1px;
  padding: 0;
}
.comment .answer .name {
  font-weight: 600;
}
.comment .answer .parentname {
  color: #0057a5;
  margin-right: 5px;
}
.comment .l {
  padding: 15px 0 15px;
  width: 150px;
  color: #31353F;
}
.comment .r {
  padding: 15px 0 5px;
  max-width: 690px;
  width: 100%;
}
.comment .line {
  background: #EBEBEB;
  height: 1px;
  margin: 15px 0 0;
}
.hottourlinkblock {
  margin-bottom: 30px;
  background: #f6f6f6;
  padding: 20px;
}
.hottourlinkblock .block {
  margin-bottom: 20px;
}
.hottourlinkblock .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.hottourlinkblock .list {
  height: 100px;
  color: #00aaff;
  font-size: 13px;
}
.hottourlinkblock .list.list1 {
  height: 75px;
}
@media (max-width: 1170px) {
  .hottourlinkblock .list.list1 {
    height: auto;
  }
}
.hottourlinkblock .list.list2 {
  height: 50px;
}
@media (max-width: 1170px) {
  .hottourlinkblock .list.list2 {
    height: auto;
  }
}
.hottourlinkblock .list.list3 {
  height: 50px;
}
@media (max-width: 1170px) {
  .hottourlinkblock .list.list3 {
    height: auto;
  }
}
.hottourlinkblock a {
  display: inline-block;
  line-height: 20px;
  margin-bottom: 5px;
}
.paymentcustom {
  margin-bottom: 40px;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
  padding: 30px 20px;
  border-radius: 4px;
  width: 300px;
  color: #000;
  font-size: 15px;
}
@media (max-width: 1170px) {
  .paymentcustom {
    margin: 0 auto 40px;
  }
}
.paymentcustom .nights {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 10px;
}
.paymentcustom .nights .v {
  font-size: 42px;
  line-height: 36px;
  background: url(/usertpl/i/paymentcustom_night.png) no-repeat right center / contain;
}
.paymentcustom .dates {
  margin-bottom: 10px;
  font-size: 15px;
}
.paymentcustom .dates .in {
  background: url("/usertpl/i/paymentcustom_fly1.png") no-repeat left center / contain;
  padding-left: 25px;
  margin-bottom: 15px;
}
.paymentcustom .dates .out {
  background: url("/usertpl/i/paymentcustom_fly2.png") no-repeat left center / contain;
  padding-left: 25px;
}
.paymentcustom .hotel_name {
  color: #0057a5;
  font-size: 24px;
  font-weight: 600;
}
.paymentcustom .place {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}
.paymentcustom .meal {
  background: url("/usertpl/i/paymentcustom_meal.png") no-repeat left center / contain;
  padding-left: 30px;
  font-size: 15px;
  margin-bottom: 10px;
}
.paymentcustom .room {
  background: url("/usertpl/i/paymentcustom_room.png") no-repeat left center / contain;
  padding-left: 30px;
  font-size: 15px;
}
.paymentcustom .price {
  color: #0057a5;
  font-size: 42px;
  text-align: center;
  font-weight: 600;
  margin: 10px 0;
}
.paymentcustom .btn {
  display: block;
  margin: 0 auto;
}
.paymentcustom .alert {
  color: #ff0000;
  font-weight: bold;
  margin: 5px 0;
}
.paymentcustom .oferta-check {
  margin: 5px 0;
  transition: 0.2s;
}
.paymentcustom .oferta-check.invalid {
  color: #ff0000;
}
.tours-sold-block {
  background: url("/usertpl/i/tours-sold-bg.svg") no-repeat left top #eaf8ff;
  padding: 100px 0 120px;
  text-align: center;
}
@media (max-width: 1170px) {
  .tours-sold-block {
    padding: 70px 20px 72px;
  }
}
.tours-sold-block .title {
  font-weight: bold;
  font-size: 56px;
  line-height: 76px;
  letter-spacing: 0.03em;
  margin-bottom: 40px;
}
@media (max-width: 1170px) {
  .tours-sold-block .title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 30px;
  }
}
.tours-sold-block .descr {
  font-size: 20px;
  margin: 0 auto 15px;
  max-width: 700px;
}
@media (max-width: 1170px) {
  .tours-sold-block .descr {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 30px;
  }
}
.tours-sold-block .btns {
  max-width: 442px;
  width: 100%;
  margin: 0 auto;
}
.tours-sold-block .btns .btn3 {
  width: 206px;
}
@media (max-width: 1170px) {
  .tours-sold-block .btns .btn3 {
    width: 100%;
    margin-bottom: 8px;
    padding: 10px 30px;
    font-size: 12px;
  }
}
.latest-podbors-block {
  background: #eaf8ff url("/usertpl/i/tours-sold-bg.svg") no-repeat left top / cover;
  padding: 100px 0 120px;
  text-align: center;
}
@media (max-width: 1170px) {
  .latest-podbors-block {
    padding: 70px 20px 72px;
  }
}
.latest-podbors-block .descr {
  font-size: 20px;
  margin: 0 auto 20px;
  max-width: 700px;
}
@media (max-width: 1170px) {
  .latest-podbors-block .descr {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 30px;
  }
}
.latest-podbors-block .btns {
  max-width: 442px;
  width: 100%;
  margin: 0 auto;
}
.latest-podbors-block .btns .btn3 {
  width: 210px;
}
@media (max-width: 1170px) {
  .latest-podbors-block .btns .btn3 {
    width: 100%;
    margin-bottom: 8px;
    padding: 10px 30px;
    font-size: 12px;
  }
}
@media (max-width: 1170px) {
  .latest-podbors-block .list {
    justify-content: space-between;
  }
}
.latest-podbors-block .list .item {
  text-decoration: none;
  padding: 10px 20px;
  background: #fbfbfb;
  text-align: left;
  margin: 0 1% 20px 0;
  width: 24%;
}
.latest-podbors-block .list .item:nth-child(4n) {
  margin: 0 0 20px;
}
@media (max-width: 1170px) {
  .latest-podbors-block .list .item {
    width: 32%;
    margin: 0 0 20px;
  }
}
@media (max-width: 720px) {
  .latest-podbors-block .list .item {
    width: 48%;
  }
}
@media (max-width: 420px) {
  .latest-podbors-block .list .item {
    width: 100%;
  }
}
.latest-podbors-block .list .item .h {
  font-weight: 600;
}
.latest-podbors-block .list .item .dates {
  margin: 0 10px 0 0;
}
.latest-podbors-block .list .item .night {
  margin: 0 10px 0 0;
}
.latest-podbors-block .list .item .people {
  width: 100%;
}
.sitemap .sub {
  padding: 0 0 0 30px;
}
.main-seo-text {
  padding: 120px 0 90px;
}
@media (max-width: 600px) {
  .main-seo-text {
    padding: 70px 20px;
  }
}
.main-seo-text .gtitle {
  margin-bottom: 50px;
}
.main-seo-text .gtitle h1 {
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
}
@media (max-width: 600px) {
  .main-seo-text .gtitle {
    margin-bottom: 29px;
  }
}
.main-seo-text .block {
  background: no-repeat 70px 64px #fff;
  padding: 56px 169px 62px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .main-seo-text .block {
    padding: 29px 0 0;
    background-position: 30px 29px;
  }
}
.main-seo-text .block:first-child .content {
  display: block;
}
.main-seo-text .block .title {
  margin: 0 0 37px;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.03em;
}
@media (max-width: 600px) {
  .main-seo-text .block .title {
    font-size: 12px;
    line-height: 16px;
    padding: 13px 30px 0 100px;
    margin-bottom: 27px;
    background-size: 50px;
    min-height: 42px;
  }
}
@media (max-width: 400px) {
  .main-seo-text .block .title {
    padding: 12px 30px 0 100px;
  }
}
@media (max-width: 320px) {
  .main-seo-text .block:nth-child(3) .title {
    padding-top: 5px;
  }
}
@media (max-width: 400px) {
  .main-seo-text .block:nth-child(4) .title {
    padding-top: 5px;
  }
}
@media (max-width: 320px) {
  .main-seo-text .block:nth-child(4) .title {
    padding-top: 0;
  }
}
@media (max-width: 320px) {
  .main-seo-text .block:nth-child(5) .title {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  .main-seo-text .block .content {
    font-size: 10px;
    line-height: 18px;
    padding: 0 30px;
    display: none;
  }
}
.main-seo-text .block .content .list {
  background: #FCFDFE;
  padding: 48px 44px 51px 71px;
  margin: 27px 0 40px;
}
@media (max-width: 600px) {
  .main-seo-text .block .content .list {
    padding: 20px 20px;
    margin: 20px 0;
  }
}
.main-seo-text .block .content .list .items .item {
  width: 169px;
  margin-right: 18px;
}
.main-seo-text .block .content .list .items .item:last-child {
  margin: 0;
  width: 146px;
}
@media (max-width: 600px) {
  .main-seo-text .block .content .list .items .item:last-child {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .main-seo-text .block .content .list .items .item {
    margin: 0 0 10px;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    line-height: 14px;
  }
}
.main-seo-text .block .content .list .items .item .h {
  margin-bottom: 20px;
  align-items: center;
}
@media (max-width: 600px) {
  .main-seo-text .block .content .list .items .item .h {
    margin: 0 10px 0 0;
  }
}
.main-seo-text .block .content .list .items .item .h .number {
  background: #E0EBFD;
  color: #1E4E9D;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  margin-right: 18px;
  font-weight: bold;
}
.main-seo-text .block .content .list .items .item .h .line {
  width: 116px;
  height: 1px;
  background: #1E4E9D;
}
@media (max-width: 600px) {
  .main-seo-text .block .content .list .items .item .h .line {
    display: none;
  }
}
.main-seo-text .block .more {
  border-top: 1px solid #C2D7E1;
  padding: 8px 8px 11px;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  margin-top: 29px;
  cursor: pointer;
  display: none;
}
@media (max-width: 600px) {
  .main-seo-text .block .more {
    display: block;
  }
}
.main-seo-text .block .more span {
  display: inline-block;
  background: url("/usertpl/i/select-arrow-down.svg") no-repeat right center;
  padding-right: 17px;
}
.main-seo-text .block .more.open span {
  background-image: url("/usertpl/i/select-arrow-up.svg");
}
.bankpromo {
  display: none;
  text-align: center;
  margin: 20px;
  line-height: 20px;
  background: linear-gradient(0deg, rgba(253, 244, 232, 0.81), rgba(253, 244, 232, 0.81)), url(/usertpl/i/promo/bankpromo-kaspi.jpg) no-repeat center / cover;
  padding: 20px 30px;
}
@media (max-width: 1170px) {
  .bankpromo {
    display: block;
  }
}
.bankpromo .title {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 10px;
}
.bankpromo .descr {
  font-size: 14px;
  margin: 0 0 15px;
}
.bankpromo .btn3 {
  margin: 0 0 10px;
}
.bankpromo .dates {
  font-weight: 600;
  font-size: 14px;
}
@keyframes snow {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 480px 480px;
  }
}
.keyframe-snow {
  background-image: url('/usertpl/i/snowflake1.png'), url('/usertpl/i/snowflake3.png'), url('/usertpl/i/snowflake2.png');
  animation: snow 20s linear infinite;
}
.keyframe-snow2023 {
  animation: snow 10s linear infinite;
}
/*
.hotnews {
  padding: 20px 11px 16px;background:@cl-blue-light;font-size: 10px;line-height: 12px;
  .gwrap {
    background:url("/usertpl/i/hotnews-bg.svg") no-repeat left top;padding-left: 82px;min-height: 50px;
    @media (max-width: 600px) {background-size: 40px;padding-left: 59px;}
  }
  .title {font-weight: bold;font-size: 12px;margin-bottom: 14px;}
  .more {
    color:@cl-blue;border-bottom: 1px solid;cursor: pointer;display: inline-block;
    @media (max-width: 600px) {display: block;border: none;text-decoration: underline;margin-top: 10px;}
  }
  .less {color:@cl-blue;border-bottom: 1px solid;cursor: pointer;display: none;}
  .hidden {display: none;}
  &.opened {
    .more {display: none;}
    .less {display: inline-block;}
    .hidden {display: block;}
  }
}
*/
.ourpodbor-btn-mobile.btn3 {
  margin: 15px auto;
  width: calc(100% - 40px);
  display: none;
  padding: 9px 20px;
}
@media (max-width: 600px) {
  .ourpodbor-btn-mobile.btn3 {
    display: block;
  }
}
.contacts .section-descr {
  margin: 0 0 50px;
}
.contacts .block {
  width: 100%;
  max-width: 570px;
  padding: 70px 20px 70px 60px;
  background-color: #EAF8FF;
  margin: 0 0 80px;
}
@media (max-width: 1170px) {
  .contacts .block {
    margin: 0 20px 20px;
    padding: 32px 27px 30px;
  }
}
.contacts .block.cloud1 {
  background: url("/usertpl/i/contacts-cloud1.png") no-repeat right 0 top 15px #EAF8FF;
}
.contacts .block.cloud2 {
  background: url("/usertpl/i/contacts-cloud2.png") no-repeat left 0 bottom 53px #EAF8FF;
}
.contacts .block.block2 {
  padding-bottom: 20px;
}
@media (max-width: 1170px) {
  .contacts .block.block2 {
    padding: 30px 20px 15px;
    margin: 0 0 48px;
  }
}
@media (max-width: 1170px) {
  .contacts .block.block2 .item .img {
    display: none;
  }
}
@media (max-width: 1170px) {
  .contacts .block.block2 .item .content {
    text-align: center;
    width: 100%;
    line-height: 20px;
  }
}
@media (max-width: 1170px) {
  .contacts .block.block2 .item .content .t {
    margin: 0;
    line-height: 30px;
  }
}
@media (max-width: 1170px) {
  .contacts .block.block2 .item .content .dash {
    display: inline-block;
  }
}
.contacts .block a {
  color: inherit;
  text-decoration: none;
}
.contacts .block .title {
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  margin: 0 0 20px;
}
@media (max-width: 1170px) {
  .contacts .block .title {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 18px;
  }
}
.contacts .block .btn3.wa {
  display: inline-block;
}
@media (max-width: 1170px) {
  .contacts .block .btn3.wa {
    padding: 9px;
    display: block;
  }
}
.contacts .block .item {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 30px;
}
@media (max-width: 1170px) {
  .contacts .block .item {
    margin: 0 0 15px;
  }
}
.contacts .block .item .img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid #1E4E9D;
  padding: 5px;
  margin: 0 15px 0 0;
}
@media (max-width: 1170px) {
  .contacts .block .item .img {
    width: 40px;
    height: 40px;
    padding: 3px;
    margin: 0 12px 0 0;
  }
}
.contacts .block .item .img .inner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: no-repeat center #E0EBFD;
}
@media (max-width: 1170px) {
  .contacts .block .item .img .inner {
    width: 32px;
    height: 32px;
    background-size: 16px;
  }
}
.contacts .block .item .img .inner.phone1 {
  background-image: url("/usertpl/i/contacts-item-phone1.svg");
}
.contacts .block .item .img .inner.phone2 {
  background-image: url("/usertpl/i/contacts-item-phone2.svg");
}
@media (max-width: 1170px) {
  .contacts .block .item .img .inner.phone2 {
    background-size: 11px;
  }
}
.contacts .block .item .img .inner.geo {
  background-image: url("/usertpl/i/contacts-item-geo.svg");
}
.contacts .block .item .img .inner.time {
  background-image: url("/usertpl/i/contacts-item-time.svg");
}
.contacts .block .item .img .inner.email {
  background-image: url("/usertpl/i/contacts-item-email.png");
}
.contacts .block .item .img .inner.soc-in {
  background-image: url("/usertpl/i/contacts-item-soc-in.svg");
}
.contacts .block .item .img .inner.soc-fb {
  background-image: url("/usertpl/i/contacts-item-soc-fb.svg");
}
@media (max-width: 1170px) {
  .contacts .block .item .img .inner.soc-fb {
    background-size: 9px;
  }
}
.contacts .block .item .img .inner.soc-zen {
  background-image: url("/usertpl/i/contacts-item-soc-zen.svg");
}
.contacts .block .item .img .inner.soc-tg {
  background-image: url("/usertpl/i/contacts-item-soc-tg.svg");
}
.contacts .block .item .img .inner.requisites {
  background-image: url("/usertpl/i/contacts-item-requisites.svg");
}
.contacts .block .item .img .inner.link-gis {
  background-image: url("/usertpl/i/contacts-item-link-gis.png");
}
@media (max-width: 1170px) {
  .contacts .block .item .img .inner.link-gis {
    background-size: 19px;
  }
}
.contacts .block .item .img .inner.link-yandex {
  background-image: url("/usertpl/i/contacts-item-link-yandex.svg");
}
@media (max-width: 1170px) {
  .contacts .block .item .img .inner.link-yandex {
    background-size: 13px;
  }
}
.contacts .block .item .img .inner.link-google {
  background-image: url("/usertpl/i/contacts-item-link-google.png");
}
@media (max-width: 1170px) {
  .contacts .block .item .img .inner.link-google {
    background-size: 16px;
  }
}
.contacts .block .item .content {
  align-self: center;
  font-size: 14px;
  line-height: 30px;
}
@media (max-width: 1170px) {
  .contacts .block .item .content {
    font-size: 12px;
  }
}
.contacts .block .item .content .m {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 1px;
  display: block;
}
@media (max-width: 1170px) {
  .contacts .block .item .content .m {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
  }
}
.contacts .block .item .content .d {
  color: #606060;
}
@media (max-width: 1170px) {
  .contacts .block .item .content .d {
    font-size: 12px;
    line-height: 18px;
  }
}
.contacts .block .item .content .t {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 6px;
}
@media (max-width: 1170px) {
  .contacts .block .item .content .t {
    font-size: 12px;
  }
}
.contacts .block .item .content .c {
  font-size: 20px;
}
@media (max-width: 1170px) {
  .contacts .block .item .content .c {
    font-size: 12px;
    line-height: 20px;
  }
}
.contacts .block .item .content .dash {
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px dashed;
  cursor: pointer;
}
@media (max-width: 1170px) {
  .contacts .block .item .content .dash {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 1170px) {
  .contacts .requisites {
    padding: 30px 20px;
  }
}
.contacts .requisites .item {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 30px;
}
@media (max-width: 1170px) {
  .contacts .requisites .item {
    margin: 0 0 15px;
  }
}
.contacts .requisites .item .img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid #1E4E9D;
  padding: 5px;
  margin: 0 15px 0 0;
}
@media (max-width: 1170px) {
  .contacts .requisites .item .img {
    width: 40px;
    height: 40px;
    padding: 3px;
    margin: 0 12px 0 0;
  }
}
.contacts .requisites .item .img .inner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: no-repeat center #E0EBFD;
}
@media (max-width: 1170px) {
  .contacts .requisites .item .img .inner {
    width: 32px;
    height: 32px;
    background-size: 16px;
  }
}
.contacts .requisites .item .img .inner.phone1 {
  background-image: url("/usertpl/i/contacts-item-phone1.svg");
}
.contacts .requisites .item .img .inner.phone2 {
  background-image: url("/usertpl/i/contacts-item-phone2.svg");
}
@media (max-width: 1170px) {
  .contacts .requisites .item .img .inner.phone2 {
    background-size: 11px;
  }
}
.contacts .requisites .item .img .inner.geo {
  background-image: url("/usertpl/i/contacts-item-geo.svg");
}
.contacts .requisites .item .img .inner.time {
  background-image: url("/usertpl/i/contacts-item-time.svg");
}
.contacts .requisites .item .img .inner.email {
  background-image: url("/usertpl/i/contacts-item-email.png");
}
.contacts .requisites .item .img .inner.soc-in {
  background-image: url("/usertpl/i/contacts-item-soc-in.svg");
}
.contacts .requisites .item .img .inner.soc-fb {
  background-image: url("/usertpl/i/contacts-item-soc-fb.svg");
}
@media (max-width: 1170px) {
  .contacts .requisites .item .img .inner.soc-fb {
    background-size: 9px;
  }
}
.contacts .requisites .item .img .inner.soc-zen {
  background-image: url("/usertpl/i/contacts-item-soc-zen.svg");
}
.contacts .requisites .item .img .inner.soc-tg {
  background-image: url("/usertpl/i/contacts-item-soc-tg.svg");
}
.contacts .requisites .item .img .inner.requisites {
  background-image: url("/usertpl/i/contacts-item-requisites.svg");
}
.contacts .requisites .item .img .inner.link-gis {
  background-image: url("/usertpl/i/contacts-item-link-gis.png");
}
@media (max-width: 1170px) {
  .contacts .requisites .item .img .inner.link-gis {
    background-size: 19px;
  }
}
.contacts .requisites .item .img .inner.link-yandex {
  background-image: url("/usertpl/i/contacts-item-link-yandex.svg");
}
@media (max-width: 1170px) {
  .contacts .requisites .item .img .inner.link-yandex {
    background-size: 13px;
  }
}
.contacts .requisites .item .img .inner.link-google {
  background-image: url("/usertpl/i/contacts-item-link-google.png");
}
@media (max-width: 1170px) {
  .contacts .requisites .item .img .inner.link-google {
    background-size: 16px;
  }
}
.contacts .requisites .item .content {
  align-self: center;
  font-size: 14px;
  line-height: 30px;
}
@media (max-width: 1170px) {
  .contacts .requisites .item .content {
    font-size: 12px;
  }
}
.contacts .requisites .item .content .m {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 1px;
  display: block;
}
@media (max-width: 1170px) {
  .contacts .requisites .item .content .m {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
  }
}
.contacts .requisites .item .content .d {
  color: #606060;
}
@media (max-width: 1170px) {
  .contacts .requisites .item .content .d {
    font-size: 12px;
    line-height: 18px;
  }
}
.contacts .requisites .item .content .t {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 6px;
}
@media (max-width: 1170px) {
  .contacts .requisites .item .content .t {
    font-size: 12px;
  }
}
.contacts .requisites .item .content .c {
  font-size: 20px;
}
@media (max-width: 1170px) {
  .contacts .requisites .item .content .c {
    font-size: 12px;
    line-height: 20px;
  }
}
.contacts .requisites .item .content .dash {
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px dashed;
  cursor: pointer;
}
@media (max-width: 1170px) {
  .contacts .requisites .item .content .dash {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 1170px) {
  .contacts .requisites .item .img {
    display: none;
  }
}
.contacts .subform {
  max-width: 367px;
  width: 100%;
  background: none;
  padding: 0;
}
.contacts .subform .t {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  margin: 0 0 20px;
}
@media (max-width: 1170px) {
  .contacts .subform .t {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }
}
.contacts .subform input,
.contacts .subform select {
  margin: 0 0 10px;
  width: 100%;
}
@media (max-width: 1170px) {
  .contacts .subform input,
  .contacts .subform select {
    height: 40px;
    margin: 0 0 5px;
  }
}
.contacts .subform .btn3 {
  width: 100%;
  display: block;
}
@media (max-width: 1170px) {
  .contacts .subform .btn3 {
    font-size: 14px;
    padding: 9px;
    margin: 0;
  }
}
.contacts .maptoggle {
  margin: 0 0 40px;
  justify-content: center;
}
@media (max-width: 1170px) {
  .contacts .maptoggle {
    margin: 0 0 20px;
  }
}
.contacts .maptoggle .btn3 {
  margin: 0 0 0 -1px;
}
@media (max-width: 1170px) {
  .contacts .maptoggle .btn3 {
    padding: 14px 10px;
    font-size: 12px;
  }
}
.contacts .mapblock {
  height: 540px;
  position: relative;
  margin: 0 0 80px;
}
@media (max-width: 1170px) {
  .contacts .mapblock {
    height: auto;
    margin: 0 0 50px;
  }
}
.contacts .mapblock .map {
  background: #EAF8FF;
  height: 100%;
}
@media (max-width: 1170px) {
  .contacts .mapblock .map {
    height: 240px;
  }
}
.contacts .mapblock .mapinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1170px) {
  .contacts .mapblock .mapinner {
    position: relative;
    margin: -240px 0 0;
    padding: 240px 0 0;
  }
}
.contacts .mapblock .mapinner .gwrap {
  height: 100%;
  align-items: center;
}
.contacts .mapblock .mapinner .gwrap .mapcontent {
  background: #fff;
  padding: 50px 54px;
  display: none;
}
@media (max-width: 1170px) {
  .contacts .mapblock .mapinner .gwrap .mapcontent {
    background: #EAF8FF;
    padding: 30px 58px;
    width: 100%;
  }
}
.contacts .mapblock .mapinner .gwrap .mapcontent.office1 {
  display: block;
}
.contacts .mapblock .mapinner .gwrap .mapcontent .item {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 30px;
  margin: 0;
}
@media (max-width: 1170px) {
  .contacts .mapblock .mapinner .gwrap .mapcontent .item {
    margin: 0 0 15px;
  }
}
.contacts .mapblock .mapinner .gwrap .mapcontent .item .img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid #1E4E9D;
  padding: 5px;
  margin: 0 15px 0 0;
}
@media (max-width: 1170px) {
  .contacts .mapblock .mapinner .gwrap .mapcontent .item .img {
    width: 40px;
    height: 40px;
    padding: 3px;
    margin: 0 12px 0 0;
  }
}
.contacts .mapblock .mapinner .gwrap .mapcontent .item .img .inner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: no-repeat center #E0EBFD;
}
@media (max-width: 1170px) {
  .contacts .mapblock .mapinner .gwrap .mapcontent .item .img .inner {
    width: 32px;
    height: 32px;
    background-size: 16px;
  }
}
.contacts .mapblock .mapinner .gwrap .mapcontent .item .img .inner.phone1 {
  background-image: url("/usertpl/i/contacts-item-phone1.svg");
}
.contacts .mapblock .mapinner .gwrap .mapcontent .item .img .inner.phone2 {
  background-image: url("/usertpl/i/contacts-item-phone2.svg");
}
@media (max-width: 1170px) {
  .contacts .mapblock .mapinner .gwrap .mapcontent .item .img .inner.phone2 {
    background-size: 11px;
  }
}
.contacts .mapblock .mapinner .gwrap .mapcontent .item .img .inner.geo {
  background-image: url("/usertpl/i/contacts-item-geo.svg");
}
.contacts .mapblock .mapinner .gwrap .mapcontent .item .img .inner.time {
  background-image: url("/usertpl/i/contacts-item-time.svg");
}
.contacts .mapblock .mapinner .gwrap .mapcontent .item .img .inner.email {
  background-image: url("/usertpl/i/contacts-item-email.png");
}
.contacts .mapblock .mapinner .gwrap .mapcontent .item .img .inner.soc-in {
  background-image: url("/usertpl/i/contacts-item-soc-in.svg");
}
.contacts .mapblock .mapinner .gwrap .mapcontent .item .img .inner.soc-fb {
  background-image: url("/usertpl/i/contacts-item-soc-fb.svg");
}
@media (max-width: 1170px) {
  .contacts .mapblock .mapinner .gwrap .mapcontent .item .img .inner.soc-fb {
    background-size: 9px;
  }
}
.contacts .mapblock .mapinner .gwrap .mapcontent .item .img .inner.soc-zen {
  background-image: url("/usertpl/i/contacts-item-soc-zen.svg");
}
.contacts .mapblock .mapinner .gwrap .mapcontent .item .img .inner.soc-tg {
  background-image: url("/usertpl/i/contacts-item-soc-tg.svg");
}
.contacts .mapblock .mapinner .gwrap .mapcontent .item .img .inner.requisites {
  background-image: url("/usertpl/i/contacts-item-requisites.svg");
}
.contacts .mapblock .mapinner .gwrap .mapcontent .item .img .inner.link-gis {
  background-image: url("/usertpl/i/contacts-item-link-gis.png");
}
@media (max-width: 1170px) {
  .contacts .mapblock .mapinner .gwrap .mapcontent .item .img .inner.link-gis {
    background-size: 19px;
  }
}
.contacts .mapblock .mapinner .gwrap .mapcontent .item .img .inner.link-yandex {
  background-image: url("/usertpl/i/contacts-item-link-yandex.svg");
}
@media (max-width: 1170px) {
  .contacts .mapblock .mapinner .gwrap .mapcontent .item .img .inner.link-yandex {
    background-size: 13px;
  }
}
.contacts .mapblock .mapinner .gwrap .mapcontent .item .img .inner.link-google {
  background-image: url("/usertpl/i/contacts-item-link-google.png");
}
@media (max-width: 1170px) {
  .contacts .mapblock .mapinner .gwrap .mapcontent .item .img .inner.link-google {
    background-size: 16px;
  }
}
.contacts .mapblock .mapinner .gwrap .mapcontent .item .content {
  align-self: center;
  font-size: 14px;
  line-height: 30px;
}
@media (max-width: 1170px) {
  .contacts .mapblock .mapinner .gwrap .mapcontent .item .content {
    font-size: 12px;
  }
}
.contacts .mapblock .mapinner .gwrap .mapcontent .item .content .m {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 1px;
  display: block;
}
@media (max-width: 1170px) {
  .contacts .mapblock .mapinner .gwrap .mapcontent .item .content .m {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
  }
}
.contacts .mapblock .mapinner .gwrap .mapcontent .item .content .d {
  color: #606060;
}
@media (max-width: 1170px) {
  .contacts .mapblock .mapinner .gwrap .mapcontent .item .content .d {
    font-size: 12px;
    line-height: 18px;
  }
}
.contacts .mapblock .mapinner .gwrap .mapcontent .item .content .t {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 6px;
}
@media (max-width: 1170px) {
  .contacts .mapblock .mapinner .gwrap .mapcontent .item .content .t {
    font-size: 12px;
  }
}
.contacts .mapblock .mapinner .gwrap .mapcontent .item .content .c {
  font-size: 20px;
}
@media (max-width: 1170px) {
  .contacts .mapblock .mapinner .gwrap .mapcontent .item .content .c {
    font-size: 12px;
    line-height: 20px;
  }
}
.contacts .mapblock .mapinner .gwrap .mapcontent .item .content .dash {
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px dashed;
  cursor: pointer;
}
@media (max-width: 1170px) {
  .contacts .mapblock .mapinner .gwrap .mapcontent .item .content .dash {
    font-size: 12px;
    line-height: 18px;
  }
}
.contacts .mapblock .mapinner .gwrap .mapcontent .t {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 22px;
}
@media (max-width: 1170px) {
  .contacts .mapblock .mapinner .gwrap .mapcontent .t {
    font-size: 12px;
    margin: 0 0 10px;
  }
}
.contacts .mapblock .mapinner .gwrap .mapcontent .soc {
  justify-content: flex-start;
  border-bottom: 1px solid #C2D7E1;
  margin: 0 0 28px;
}
@media (max-width: 1170px) {
  .contacts .mapblock .mapinner .gwrap .mapcontent .soc {
    justify-content: space-around;
    margin: 0 0 10px;
    border: none;
  }
}
.contacts .mapblock .mapinner .gwrap .mapcontent .soc .item {
  margin: 0 25px 30px 0;
}
@media (max-width: 1170px) {
  .contacts .mapblock .mapinner .gwrap .mapcontent .soc .item {
    margin: 0;
  }
}
.contacts .mapblock .mapinner .gwrap .mapcontent .soc .item .img {
  display: block;
}
@media (max-width: 1170px) {
  .contacts .mapblock .mapinner .gwrap .mapcontent .item {
    margin: 0;
  }
}
@media (max-width: 1170px) {
  .contacts .mapblock .mapinner .gwrap .mapcontent .item .t {
    margin: 0;
  }
}
@media (max-width: 1170px) {
  .contacts .mapblock .mapinner .gwrap .mapcontent .item .c {
    line-height: 20px;
    font-size: 12px;
  }
}
@media (max-width: 1170px) {
  .contacts .mapblock .mapinner .gwrap .mapcontent .item .img {
    display: none;
  }
}
.wa-fixed {
  position: fixed;
  bottom: 0;
  right: 40px;
  background: url("/usertpl/i/whatsapp2.svg") no-repeat 15px center #53B65C;
  background-size: 36px;
  color: #fff;
  padding: 15px 15px 15px 60px;
  text-decoration: none;
  border-radius: 5px 5px 0 0;
  z-index: 1;
}
@media (max-width: 1170px) {
  .wa-fixed {
    display: none;
  }
}
.mainbanner-slider {
  margin: -19px 0 40px;
}
@media (max-width: 1170px) {
  .mainbanner-slider {
    margin: -25px 0 10px;
  }
}
.mainbanner-slider .item {
  display: block;
}
.mainbanner-slider .item img {
  max-width: 100%;
  margin: 0 auto;
}
.mainbanner-slider .owl-nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(50% - 25px);
}
.mainbanner-slider .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 5px;
  background: url("/usertpl/i/slider-arrow-r.svg") no-repeat center #eaf8ff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.2s;
  opacity: 0.5;
}
.mainbanner-slider .owl-nav .owl-next:hover {
  opacity: 1;
  background: url("/usertpl/i/slider-arrow-r-w.svg") no-repeat center #1E4E9D;
}
.mainbanner-slider .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: 5px;
  background: url("/usertpl/i/slider-arrow-l.svg") no-repeat center #eaf8ff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.2s;
  opacity: 0.5;
}
.mainbanner-slider .owl-nav .owl-prev:hover {
  opacity: 1;
  background: url("/usertpl/i/slider-arrow-l-w.svg") no-repeat center #1E4E9D;
}
.goog-te-banner-frame {
  display: none !important;
}
.goog-tooltip {
  display: none !important;
}
.skiptranslate {
  display: none !important;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  display: none;
}
