@font-face {
  font-family: "NN";
  src:
    url("/intotem/fonts/novitonova-regular-webfont.woff2") format("woff2");
}

@font-face {
  font-family: "yk";
  src:
    url("/intotem/fonts/yanonekaffeesatz-regular-webfont-webfont.woff2") format("woff2");
}

@media (max-width: 768px) {
  .B_lastCrumb .B_currentCrumbP {
    text-transform: uppercase;
    padding-left: 20px;
    background: url(../img/ico-BreadcrumbsBack.png) no-repeat left center;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-width: 0;
}

html {
  font-family: Roboto, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
  color: inherit;
  font: inherit;
}

h1 {
  font-family: 'Alegreya Sans', Roboto, Helvetica;
  font-weight: 700;
  font-size: 42px;
  line-height: 42px;
  color: #222222;
  padding: 21px 0;
}

h2 {
  font-family: 'Alegreya Sans', Roboto, Helvetica;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  color: #222222;
  padding: 18px 0px;
}

h3 {
  font-family: 'Alegreya Sans', Roboto, Helvetica;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: #222222;
  padding: 15px 0;
}


h4 {
  font-family: 'Alegreya Sans', Roboto, Helvetica;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #222222;
  padding: 15px 0;
}

p {
  font-family: Roboto, Helvetica;
  font-size: 18px;
  line-height: 30px;
}

ul {
  margin-bottom: 33px;
}

li {
  font-size: 18px;
}


input:focus,
textarea {
  outline: none;
  border: 2px solid #61bdf0;
  background: #fff;
  font: 21px Roboto;
  color: #4c4c4c;
  padding: 10px;
}

input[type="submit"] {
  cursor: pointer;
  margin-inline: auto;
  display: block;
  border: none;
}

fieldset {
  border: none;
}

textarea {
  resize: none;
}

b,
span {
  font-size: inherit;
  font-family: inherit;
}


html {
  padding: 0;
  --color-btn--yellow: #FFB732;
  --color-btn-shadowyellow: #E89E17;
  --color-btn-lightyellow: #FFC862;
  --color-btn-darkyellow: #FFA500;

  --gradient-radial-start: #2252E1;
  --gradient-radial-end: #DF0D3C;
  --gradient-linear-start: #cd0024;
  --gradient-linear-end: #ff008e;
  --gradient-linear2-start: #FF001F;
  --gradient-linear2-end: #005EFF;
  --gradient-blue-start: #0C4CD2;
  --gradient-blue-end: #00073A;
}

body {
  background: #f5f5f5;
}

h2 .btn {
  margin: 15px;
}

.btn:hover {
  background: #0388cc;
}

.btn:active {
  background: #076798;
}

a.a1 {
  background-image: url(../img/ico-contacts/ico-a1.svg);
}

a.mts {
  background-image: url(../img/ico-contacts/ico-mts.svg);
}

a.tg {
  background-image: url(../img/ico-contacts/ico-tg.svg);
}

a.wa {
  background-image: url(../img/ico-contacts/ico-wa.svg);
}

a.vib {
  background-image: url(../img/ico-contacts/ico-vib.svg);
}

a.btk {
  background-image: url(../img/ico-contacts/ico-btk.svg);
}


.header-big {
  background-color: #000;
  display: none;
  position: static;
  z-index: 1;
}

.header-big.active {
  display: block;
}

.header-big-in {
  max-width: 1200px;
  margin-inline: auto;
  padding: 20px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.header-big-1 {
  color: #fff;
  font-size: 18px;
}

.cta {
  display: grid;
  gap: 10px;
}

.header-big-1 span {
  color: #fff;
}

.header-big-1 a {
  text-decoration: none;
  display: block;
  background-repeat: no-repeat;
  padding-left: 39px;
  line-height: 30px;
  background-position: 9px center;
  white-space: nowrap;
}

.header-big-2 {
  color: #333333;
  font: 18px/22px yk;
  float: left;
  margin: 28px 0 0 55px;
}

.header-big-2 span {
  color: #666666;
}

.header-big-logo {
  background: url(../img/logo-intotem.svg) no-repeat 0 0;
  background-size: contain;
  aspect-ratio: 120/51;
  flex: 0 1 240px;
}

.btn {
  vertical-align: middle;
  padding: 12px 1.5em 15px;
  background: linear-gradient(225deg, var(--gradient-linear-start) 0%, #ff008e 100%);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px -6px 0px #9A024D;
  filter: drop-shadow(0px 6px 6px rgba(76, 76, 76, 0.5));
  border-radius: 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: .3s;
  font-family: Roboto, "Roboto-Regular";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
  cursor: pointer;
  border: none;
  text-decoration: none;
  white-space: nowrap;
}

.btn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), linear-gradient(225deg, var(--gradient-linear-start) 0%, var(--gradient-linear-end) 100%);
}

.btn:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(225deg, var(--gradient-linear-start) 0%, var(--gradient-linear-end) 100%);
  padding-bottom: 9px;
}

.btn-choose {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.btn-choose a {
  text-decoration: none;
  color: #fff;
}

.btn-choose a:hover {
  text-decoration: none;
  color: #fff;
}

.btn-choose a:active {
  text-decoration: none;
  color: #fff;
}




.topmenu button {
  position: static;
}


.header-s {
  position: fixed;
  top: 0;
  min-width: 1000px;
  width: 100%;
  z-index: 9999;
  color: #fff;
}


.header-s-bg {
  min-width: 1000px;
  width: 100%;
  background-color: #000;
}

.header-s-shadow {
  width: 100%;
  position: absolute;
  top: 56px;
  height: 50px;
  overflow: hidden;
  display: none;
}

.header-s-shadow.active {
  display: block;
}

#mini-header {
  display: none;
}

#mini-header.active {
  display: block;
}

.header-s-shadow-in {
  box-shadow: 0 35px 16px rgba(0, 0, 0, 0.35) inset;
  height: 50px;
  margin: 0 0 0 -50px;
}


.header-s-in {
  width: 1007px;
  margin: 0 auto;
  height: 56px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}

.logo-s {
  display: block;
  width: 78px;
  height: 33px;
  background: url(../img/logo-s.png) no-repeat 0 0;
  background-size: cover;
  float: left;
  margin: 7px 0 0 40px;
}

.header-s-menu {
  width: 30px;
  height: 23px;
  background: url(../img/header-s-menu.png) no-repeat 0 0;
  float: Left;
  margin: 13px 0 0 32px;
  cursor: pointer;
}

.header-s-menu:hover {
  background: url(../img/header-s-menu.png) no-repeat 0 -23px;
}

.header-s-menu:active {
  background: url(../img/header-s-menu.png) no-repeat 0 -47px;
  margin: 14px 1px 0 31px;
}

#mini-header .header-s-1 {
  margin: 0;
  font-size: 18px;
}

.header-s-2 {
  margin: 13px 0 0 36px;
}

.header-s-1 span {
  margin: 0 25px 0 0;
}

.header-s-in .header-big-podbor button {
  position: static;
}



.header-s-in .header-big-call {
  margin: 7px 13px 0 0;
  display: none;
}

.phones {
  position: relative;
}

a.open_phones {
  font-family: 'Roboto', Arial, sans-serif;
  position: relative;
  display: block;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 15px;
}

.open_phones:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  border: 5px rgba(0, 0, 0, 0) solid;
  border-top: 5px #757575 solid;
}

.open>.open_phones:after {
  margin-top: -8px;
  border: 5px rgba(0, 0, 0, 0) solid;
  border-bottom: 5px #757575 solid;
}

.open_phones span {
  border-bottom: 1px #979797 dashed;
}

.list_phones {
  display: none;
  position: absolute;
  z-index: 1;
  right: -40px;
  top: 36px;
  background-color: #4a4a4a;
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.5);
  width: 246px;
  padding: 9px 0;
  border-radius: 15px;
}

.open>.list_phones {
  display: block;
}

.list_phones:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -8px;
  width: 0;
  height: 0;
  margin-left: -4px;
  border: 4px rgba(0, 0, 0, 0) solid;
  border-bottom: 4px #4a4a4a solid;
}

.list_phones a {
  font-family: 'Roboto', Arial, sans-serif;
  position: relative;
  display: block;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  padding: 0 12px 0 33px;
  height: 39px;
  line-height: 39px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.list_phones a>span {
  color: #f7f7f7;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  opacity: 0.78;
}


.list_phones a:hover {
  background-color: #313131;
}



.list_phones a.a1-cta {
  background-image: url(../img/ico-contacts/ico-a1.svg);
  padding-left: 39px;
}

.list_phones a.mts-cta {
  background-image: url(../img/ico-contacts/ico-mts.svg);
  padding-left: 39px;
}

.list_phones a.tg-cta {
  background-image: url(../img/ico-contacts/ico-tg.svg);
  padding-left: 39px;
}

.list_phones a.vib-cta {
  background-image: url(../img/ico-contacts/ico-vib.svg);
  padding-left: 39px;
}

.list_phones a.wa-cta {
  background-image: url(../img/ico-contacts/ico-wa.svg);
  padding-left: 39px;
}

.list_phones a.btk-cta {
  background-image: url(../img/ico-contacts/ico-btk.svg);
  padding-left: 39px;
}

.menu {
  background: #232323;
}

.menu-in {
  width: 1000px;
  margin: 0 auto;
  /* height: 43px; */
}

.menu-in>ul {
  margin: 0 0 0 29px;
}

.menu-in ul li {
  list-style: none;
  /* float: Left; */
  margin: 0 6px 0 0;
  display: inline-block;
}

.menu-in>ul>li.parents>a {
  background: url(../img/menu-arrow.png) no-repeat right 6px top 18px;
  padding: 9px 24px 12px 10px;
}

.menu-in ul {
  margin-bottom: 0px;
}

.menu-in ul li a {
  color: #fff;
  font-family: Roboto;
  font-weight: 500;
  font-size: 18px;
  display: block;
  padding: 9px 10px 7px;
  text-decoration: none;
}

.menu-in>ul>li>a:hover,
.menu-in>ul>li>a.current,
.menu-in>ul>li>a.active {
  background-color: #363636;
  padding-bottom: 12px;
}

.menu-in ul li.parents>a:hover {
  background: url(../img/menu-arrow.png) no-repeat right 6px top 18px #3a3a3a;
}

.menu-in>ul>li.active>a {
  background: #3a3a3a;
  padding-bottom: 13px;
}


.menu-in ul li.parents.active>a {
  background: url(../img/menu-arrow.png) no-repeat right 6px top 18px #3a3a3a;
  padding-bottom: 13px;
}

.menu-cont {
  float: right;
  width: 124px;
  height: 34px;
  color: #fff;
  font-family: Roboto;
  font-weight: 500;
  font-size: 18px;
  background: url(../img/menu-cont.png) no-repeat 0 0;
  text-align: right;
  padding: 0 8px 0 0;
  margin: 0 21px 0 0;
}

.menu-cont:hover {
  background: url(../img/menu-cont.png) no-repeat 0 -34px;
}

.menu-cont:active {
  background: url(../img/menu-cont.png) no-repeat 0 -68px;

  padding: 0 9px 0 0;

  color: #cacaca;
}

/*2 level*/

.ind-menu {
  background: url(../img/munu-blue-item.png) no-repeat 0 1px;
  padding: 3px 0px 7px 22px !important;
  color: #01acec !important;
}

.ind-menu:hover {
  color: #00baff !important;
}

.submenu {
  position: relative;
  width: 100%;
  background: #363636;
  overflow: hidden;
  /* min-width: 1007px; */
  clear: both;
}

.submenu ul li {
  list-style: none;
  margin: 0 6px 0 0;
  display: inline-block;
}

.submenu>ul>li.parents a {
  background: url(../img/menu-arrow.png) no-repeat right 10px top 12px;
  padding: 6px 20px 7px 10px;
}

.submenu a {
  font-family: Roboto;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 6px 10px 7px;
}


.menu-in>ul>li.active>div {
  display: block;
}

.submenu>ul {
  margin: 0 auto;
  width: 960px;
  position: relative;
  left: -9px;
  padding: 5px 0 0;
}

.submenu>ul>li>a {
  padding: 2px 16px 4px;
  background: none !important;
  border-radius: 7px;
  border: 1px dashed #3d3d3d;
}

.submenu>ul>li {
  margin: 0 0 7px 9px;
}

.submenu>ul>li>a:hover {
  color: #6ed2f7;
  border: 1px dashed #6ed2f7;
}

.submenu>ul>li.active>a {
  color: #2DBAFF;
  border: 1px dashed #2DBAFF;
}

.ind-menu {
  color: #4f4;
  float: right;
  display: block;
}

.submenu>ul>li>ul {
  display: none;
}

/* demo slider*/

.demo {
  background-color: #eee;
  position: relative;
  margin: 0 auto;
  aspect-ratio: 1665 / 555;
}

.loader {
  width: 45px;
  aspect-ratio: 1;
  --c: no-repeat linear-gradient(#2DBAFF 0 0);
  background:
    var(--c) 0% 50%,
    var(--c) 50% 50%,
    var(--c) 100% 50%;
  background-size: 20% 100%;
  animation: l1 1s infinite linear;
  position: absolute;
  inset: 50%;
}

@keyframes l1 {
  0% {
    background-size: 20% 100%, 20% 100%, 20% 100%
  }

  33% {
    background-size: 20% 10%, 20% 100%, 20% 100%
  }

  50% {
    background-size: 20% 100%, 20% 10%, 20% 100%
  }

  66% {
    background-size: 20% 100%, 20% 100%, 20% 10%
  }

  100% {
    background-size: 20% 100%, 20% 100%, 20% 100%
  }
}

.touchslider-viewport {
  position: relative;
  z-index: 70;
  width: 1920px;
  margin: 0 0 0 -960px;
  left: 50%;
}

.touchslider-demo .touchslider-item {
  height: 430px;
  overflow: hidden;
  width: 1920px;
  position: relative;
  background-size: cover !important;
}

.touchslider-demo .touchslider-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.touchslider-demo .touchslider-nav a {
  cursor: pointer;
}

.touchslider-demo .touchslider-prev {
  position: relative;
  margin-left: 33px;
  width: 47px;
  height: 92px;
  background: url(../img/slider-arrow.png) no-repeat 0 0;
  display: inline-block;
  z-index: 100;
}

.touchslider-demo .touchslider-prev:hover {
  background: url(../img/slider-arrow.png) no-repeat 0 100%;
}

.touchslider-demo .touchslider-prev:active {
  top: 1px;
  left: -1px;
}

.touchslider-demo .touchslider-next {
  position: relative;
  margin-right: 33px;
  width: 47px;
  height: 92px;
  background: url(../img/slider-arrow.png) no-repeat 100% 0;
  display: inline-block;
  float: right;
  z-index: 100;
}

.touchslider-demo .touchslider-next:hover {
  background: url(../img/slider-arrow.png) no-repeat 100% 100%;
}

.touchslider-demo .touchslider-next:active {
  top: 1px;
  left: 1px;
}

.touchslider-demo .touchslider-next-in {
  position: absolute;
  /* fix safari render font */
  right: 10px;
}

.touchslider-demo .touchslider-prev-in {
  position: absolute;
  left: 10px;
}

.touchslider-demo .touchslider-nav-item {
  width: 27px;
  height: 27px;
  display: inline-block;
  margin: 0 -1px 0 0;
  z-index: 998;
  position: relative;
  background: url(../img/slider-paginat.png) no-repeat 0 0;
  text-align: center;
  z-index: 100;
  text-indent: -10000px;
}

.touchslider-demo .touchslider-nav-item.touchslider-nav-item-current {
  background: url(../img/slider-paginat.png) no-repeat -61px 0;
}

.touchslider-demo .touchslider-nav-item:hover {
  background: url(../img/slider-paginat.png) no-repeat -61px 0;
}

.touchslider-demo .touchslider-nav-item:active {
  background: url(../img/slider-paginat.png) no-repeat -30px 0;
}

.touchslider-nav {
  margin: -263px auto 0;
  /*width: 985px; */
}

.touchslider-paginat {
  text-align: center;
  margin: 124px 0 0;
}

.slider-title {
  color: #3c3c3c;
  font: bold 150px/124px yk;
  margin: 56px 0 9px 111px;
  height: 120px;
  overflow: hidden;
}

.slider-text {
  color: #656565;
  font: 60px ykt;
  margin: -16px 0 0 121px;
}

.slider-price {
  color: #fefefe;
  font: 72px yk;
  text-shadow: 0 0 10px rgba(0, 0, 0, .5);
  margin: 32px 0 0 122px;
}

.slider-price-p1 {
  float: Left;
}

.slider-price>div {
  width: 45px;
  height: 66px;
  background: url(../img/slider-rubl.png) no-repeat 0 0;
  float: Left;
  margin: 9px 0 0 4px;
}

.slider-price-p2 {
  color: #fefefe;
  font: 24px/22px yk;
  clear: left;
}

.slider-info {
  width: 1000px;
  margin: 0 auto;
  /*
position:relative;*/
  z-index: 130;
}

.slider-more {
  height: 64px;
  width: 158px;
  display: block;
  margin: right;
  background: url(../img/slider-more.png) no-repeat 0 0;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -79px;
  top: 315px;
}

.slider-more:hover {
  background: url(../img/slider-more.png) no-repeat 0 -68px;
}

.slider-more:active {
  /*ÃƒÆ’Ã…â€™ÃƒÆ’Ã¢â‚¬Å¡ ÃƒÂ¯Ã‚Â£Ã‚Â¿ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã¢â‚¬Å“ÃƒÆ’Ã…Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡ÃƒÆ’Ã…Â¡*/
  background: url(../img/slider-more.png) no-repeat 0 100%;
}

.slider-shad {
  width: 100%;
  margin: 0 auto;
  min-width: 1007px;
  max-width: 1067px;
  background: url(../img/slider-bottom.png) no-repeat 50% 0;
  height: 75px;
}

.stars-wrapper {
	position: relative;
	z-index: 1;
	background: #EEEEEE;
    width: 237px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 6px 6px rgba(66, 66, 66, 0.392778));
}

.stars-wrapper .totalvotes {
	font-family: inherit;
	width: auto !important;
	white-space: nowrap;
}

.stars {
  white-space: nowrap;
}

.stars div a {
  background: url(../img/blue-stars.png) 100% 0 no-repeat;
  display: inline-block;
  height: 31px;
  width: 31px;
  text-indent: -999em;
  overflow: hidden;
  margin: 0 5px 0 0;
  cursor: pointer;
}

.stars a.rating-over {
  background-position: -2px 0;
}

.stars a.rating {
  background-position: -2px 0;
}

.i-hot {
  width: 1007px;
  margin: 66px auto 49px;
  overflow: hidden;
}

.tu-title .stars-wrapper {
	margin-bottom: 0;
}

.i-hot-title {
  display: inline-flex;
  color: #fff;
  font-family: 'Alegreya Sans', Roboto, Helvetica;
  font-size: 24px;
  line-height: 24px;
  background-color: #00a5dc;
  padding: 6px 15px;
  border-radius: 15px 15px 0 0;
}

.i-hot-3 {
  padding: 9px;
  width: auto;
  border-radius: 0 25px 25px 25px;
  background: linear-gradient(198deg, rgb(27 120 255) 0%, rgb(67 226 255) 50%, rgb(45 187 255) 100%);
}

.i-hot-title .i-hot-3 {
  border-top-left-radius: 0;
}


.i-hot-slider .other-hotels-card {
  padding: 0 0 12px 0;
  position: relative;
  border: 3px solid #fff;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0px 15px 15px hsl(194deg 7.14% 63.02% / 69%);
  min-width: 270px;
  height: auto;
  display: flex;
  flex-direction: column;
}

.i-hot-slider > .swiper {
	padding: 0 20px 20px 20px;
} 

.swiper img {
	max-width: 100%; 
	object-fit: cover;
	height: auto;}

.swiper.swiper-card-image {
	margin-top: auto;
	padding-bottom: 25px;
	width: 100%;
}

.hotels-card__wrap {
	display: flex;
    flex-direction: column;
	padding: 10px;
}

.i-hot-slider .other-hotels-card:hover {
  box-shadow: 0px 15px 15px hsl(194, 38%, 37%);
}

.i-hot-box {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 12px 0;
  margin: 12px;
  position: relative;
  border: 3px solid #fff;
  border-radius: 25px;
  background-color: #fff;
  background-image: linear-gradient(bottom, rgba(0, 3, 1, .1) 0%, rgba(255, 255, 255, .1) 100%);
  box-shadow: 0px 15px 15px hsl(194deg 7.14% 63.02% / 69%);
  min-width: 270px;
}

.i-hot-box:hover {
  box-shadow: 0px 15px 15px hsl(194, 38%, 37%);
}

.i-hot-box-title {
  text-align: center;
  /* width: 198px; */
  height: 46px;
  position: relative;
  border-radius: 25px 25px 0 0;
}

.i-hot-box-title-new {
  position: relative;
  z-index: 10;
  font: 21px / 42px Alegreya Sans;
  color: #000;
  text-decoration: none;
  text-align: center;
  /* width: 198px; */
  height: 46px;
}

.i-hot-box-title .i-hot-box-title-new:hover {
  text-shadow: 0px 0px 5px rgb(255, 255, 255);
}

.i-hot-box-title-shad {
  width: 100%;
  height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 5;
  border-radius: 25px 25px 0 0;
}

.i-hot-box .swiper-button-next,
.i-hot-box .swiper-button-prev,
.i-hot-box:not(:hover) .swiper-button-disabled {
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
  transform: translate(0, -12px);
}

.i-hot-box:hover .swiper-button-prev,
.i-hot-box:hover .swiper-button-next {
  opacity: 1;
}

.i-hot-box:hover .swiper-button-disabled {
  opacity: .5;
}

.i-hot-box:hover .i-hot-box-title-shad {
  /* display: none; */
}


.i-hot-acia {
  background: url(../img/flag-acii.png) no-repeat 0 0;
  width: 91px;
  height: 41px;
  float: right;
  position: absolute;
  right: -15px;
  top: 50px;
}

.i-hot-box-visa-title {
  color: #000;
  font-family: 'Alegreya Sans', Roboto, Helvetica;
  font-size: 24px;
  line-height: 21px;
  text-shadow: 0 2px 0 #fff;
  font-weight: 600;
  padding: 12px;
}

.card-title-hotel {
  line-height: 15px;
  text-decoration: none;
}

.i-hot-box-visa-price {
  color: #000;
  font: 36px/20px yk;
  padding: 16px 20px 19px;
  text-shadow: 0 2px 0 #fff;
}

.i-hot-box-visa-price span {
  font: bold 36px/20px yk;
}

.i-hot-box-more {
  width: 144px;
  height: 40px;
  display: block;
  background: url(../img/i-hot-box-more.png) no-repeat 0 0;
  margin: 0 auto;
}

.i-hot-box-more:hover {
  background: url(../img/i-hot-box-more.png) no-repeat 0 -40px;
}

.i-hot-box-more:active {
  background: url(../img/i-hot-box-more.png) no-repeat 0 -80px;
}

.i-hot-country {
  width: 270px;
  float: right;
  background: url(../img/i-flag-eu.jpg) no-repeat right 2px top 116px;
  margin: 25px 10px 0 0;
  min-height: 275px;
}

.i-hot-country-title {
  color: #404040;
  font: 30px/30px yk;
  padding: 0 0 37px 24px;
}

.i-hot-country-box {
  color: #006699;
  font: 24px/20px yk;
  padding: 0 0 10px 25px;
}

.i-hot-country-box a:hover {
  color: #009deb;
}

.i-search {
  background: url(../img/i-search.jpg) repeat 0 0;
  min-height: 343px;
  clear: both;
  min-width: 1007px;
}

.i-search>div {
  padding: 15px 0 0 0;
  width: 1007px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

.both-but {
  min-width: 1007px;
  width: 100%;
  min-height: 224px;
  position: relative;
  overflow: hidden;
  margin: -54px 0 0 0;
}

.both-but-coctail {
  background: url(../img/i-cocteil.png) no-repeat 50% 0;
  width: 124px;
  height: 224px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 390px;
  z-index: 1000;
}

.both-but-in {
  width: 1007px;
  margin: 0 auto;
  background: url(../img/both-but-in-bottom.png) repeat-x 0 100%;
  min-height: 264px;
}

.both-but-ind {
  width: 366px;
  height: 97px;
  background: url(../img/both-but-ind.jpg) no-repeat 0 0;
  display: block;
  margin: 89px 0 0 47px;
  float: left;
}

.both-but-ind:hover {
  background: url(../img/both-but-ind.jpg) no-repeat 0 -97px;
}

.both-but-ind:active {
  background: url(../img/both-but-ind.jpg) no-repeat 0 100%;
}

.both-but-ins {
  width: 366px;
  height: 97px;
  background: url(../img/both-but-ins.jpg) no-repeat 0 0;
  display: block;
  margin: 89px 0 0 11px;
  float: left;
}

.both-but-ins:hover {
  background: url(../img/both-but-ins.jpg) no-repeat 0 -97px;
}

.both-but-ins:active {
  background: url(../img/both-but-ins.jpg) no-repeat 0 100%;
}

.i-tur {
  margin: 0 auto;
  width: 1007px;
  overflow: hidden;
  padding: 40px 0 0 0;
}

.i-tur .i-hot-3 {
  background: url(../img/i-hot-vert-blue.png) repeat-y 0 0, url(../img/i-hot-vert-blue.png) repeat-y 100% 0, url(../img/i-hot-gor-blue.png) repeat-x 0 0, url(../img/i-hot-gor-blue.png) repeat-x 0 100% #f7feff;
  padding: 0 9px 9px 13px;
  width: 616px;
}

.i-tur .i-hot-title {
  background: url(../img/i-tour-title-bg.jpg) repeat 0 0;
  padding: 1px 42px 5px 16px;
}

.i-tur .i-hot-box {
  margin: 15px 10px 23px;
}

.i-tur .i-hot-country {
  margin: 11px 10px 0 0;
  background: none !important;
}

.i-banner {
  float: right;
  clear: right;
  margin: 14px 33px 0 0;
}

.callback-widget {
	position: fixed;
	bottom: 0;
	z-index:1000;
	cursor: pointer;
	@media (width < 560px) {
		width: 100%;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		background: linear-gradient(225deg, var(--gradient-linear-start) 0%, #ff008e 100%);
		padding: 10px;
		line-height: 1;
		&__txt {
			margin-bottom: .25em;
		}
	
	}
	svg {
		width: 1.5em;
		fill: #fff;
	}
	@media (width >= 560px) {
		right: 60px;
		bottom: 60px;
		.callback-widget__icon {
			width: 60px;
			height:60px;
			background: linear-gradient(225deg, var(--gradient-linear-start) 0%, #ff008e 100%);
			border-radius: 50%;
			font-size: 18px;
			box-shadow: 0 0 5px #000000cf;
			rotate: 132deg;
			&:before,
			&:after {
				position: absolute;
				content: "";
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				background: var(--gradient-linear-start);
				border-radius: 50%;
				z-index: -1;
			}
			&:before {
				animation: ripple 3s ease-out  infinite;
			}
			&:after {
				animation: ripple 3s 1.5s ease-out infinite;
			}
			svg {
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
			}
			
		}
	}
}

@media (width >= 560px) {
	.callback-widget__txt {
		color: #fff;
		position: absolute;
		padding: 10px;
		border-radius: 5px;
		background: linear-gradient(-225deg, var(--gradient-linear-start) 0%, #ff008e 100%);
		left: -100%;
		top: 50%;
		display: none;
		white-space: nowrap;
		transform: translate(-20%, -50%);
	}
	.callback-widget:hover {
		.callback-widget__txt {
			display: block;
			opacity: 0;
			animation: callanimate .3s ease-out;
			animation-fill-mode: forwards;
			box-shadow: 0 0 5px #999999cf;
		}
		.callback-widget__icon {
			rotate: 0deg;
			transition: all .3s ease-out;;
		}
	}
}

@keyframes ripple {
  50% {
		transform: scale(1);
		opacity: 0.7;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes callanimate {
	to {
		transform: translate(-60%, -50%);
		opacity: 1;
	}
}


.footer {
  clear: both;
  background: #04102f;
  width: 100%;
  margin: 0px 0 0 0;
  overflow: hidden;
}

.footer-in {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 24px 0;
}

.footer-logo {
  width: 136px;
  height: 57px;
  background: url(../img/footer-logo.png) no-repeat 0 0;
  display: block;
  margin: 41px 0 0 34px;
  float: Left;
}

.footer-left {
  width: 234px;
  float: left;
}

.footer-left-copy {
  font: 15px Roboto;
  color: #fff;
  float: left;
  margin: 12px 0 0 15px;
}

.footer-left-tur {
  font: 12px Roboto;
  color: #fff;
  float: left;
  margin: 15px 0 0 30px;
}

.footer-count {
  float: left;
  margin: 81px 0 0 27px;
  opacity: 0.3;
}

.footer-count:hover {
  opacity: 0.6;
}

.footer-cent {
  width: 480px;
  float: left;
  background: rgba(2, 2, 2, 2, 0.2);
}

.footer-cent .contacts {
  line-height: 0px;
}

.footer-cent-menu {
  margin: 33px 0 0 45px;
  float: left;
  width: 360px;
}

.footer-cent-menu li {
  list-style: none;
  float: Left;
  margin: 0 30px 0 0;
}

.footer-cent-menu li a {
  color: #2DBAFF;
  font-family: Roboto;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
}

.footer-cent-menu li a:hover {
  color: #a3e1ff;
}

.footer-cent-menu li a:active {
  color: #0E7CB2;
}

.totop {
  width: 47px;
  height: 47px;
  background: url(../img/totop.png) no-repeat 0 0;
  float: right;
  cursor: pointer;
  margin: 14px 26px 0 0;
}

.totop:hover {
  background: url(../img/totop.png) no-repeat 0 -47px;
}

.totop:active {
  background: url(../img/totop.png) no-repeat 0 -97px;
}

.footer .header-big-1 {
  margin: 33px 0 0 12px;
  color: #e5e5e5;
}

.footer .header-big-1 span {
  color: #fff;
}

.footer .header-big-2 {
  clear: left;
  margin: 11px 0 0 40px;
}

.footer-vk {
  float: right;
  width: 220px;
  height: 250px;
  background: #ddd;
  clear: right;
  margin: 17px 0 0 0;
}

.footer-right {
  width: 250px;
  float: right;
}


.footer-right-top {
  font: 13px Roboto;
  color: #fff;
  float: right;
  margin: 33px 9px 0 0;
}

.footer-right-top a:hover {
  color: #efefef;
}

.footer-right-image {
  font: 13px Roboto;
  color: #fff;
  float: right;
  margin: 3px 118px 0 0;
  opacity: 0.3;
}

.innova {
  background: url(../img/innova.png) no-repeat 0 0;
  width: 13px;
  height: 16px;
  float: left;
  position: relative;
  top: -1px;
  margin: 0 9px 0 0;
}


.footer-right .creator {
  flex: 1;
  opacity: 0.5;
}

.footer-right .creator:hover {
  opacity: 1;
}

.ico-innovation {
  background: url(../img/ico/ico-innovation.svg) 0 0 no-repeat;
  margin: 1px 0 0 -24px;
  position: absolute;
  height: 16px;
  width: 16px;
  display: inline-flex;
}

.footer-right .creator a {
  color: #fff;
  font-size: 15px;
}

.footer-cryst {
  width: 229px;
  height: 88px;
  background: url(../img/footer-cryst.png) no-repeat 0 0;
  float: right;
  margin: 82px -8px 0 0;
}

.footer-cryst:hover {
  background: url(../img/footer-cryst.png) no-repeat 0 100%;
}



.footersocial_subscribe a {
  margin: 6px;
  width: 42px;
  height: 42px;
  display: inline-block;
  opacity: 0.5;
  transition: 0.9s;
}


.footersocial_subscribe {
  margin-top: 177px;
  float: left;
  position: absolute;
  display: flex;
}


.footersocial_subscribe a:hover {
  opacity: 1;
}

body.show-modal {
	overflow: hidden;
}

.overlay {
  background: #00656adb;
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.overlay.active {
  display: block;
}

.podbob {
  width: 95%;
  max-width: 830px;
  position: absolute;
  top: 28px;
  z-index: 999999;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.podbob.active {
  display: block;
}

.podbob-top {
  background: url(../img/podbor-top.png) no-repeat 0 0;
  background-size: 100% 100%;
  position: relative;
  aspect-ratio: 829/101;
}

.podbob-top-title {
  color: #848484;
  font: 22px/1 Alegreya Sans;
  margin: 0 auto;
  width: 295px;
  text-align: center;
}

@media(width < 600px) {
  .podbob-top-title {
    padding-top: 1em;
  }
}

.winclose {
  background: url(../img/win-close.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  transform: translate(-30px, 40px);
}

@media (width < 600px) {
  .winclose {
    transform: translate(-15px, 30px);
  }
}

.winclose:hover {
  background: url(../img/win-close.png) no-repeat 0 -30px;
}

.winclose:active {
  background-position: 0 -60px;
}

.form-wrapper {
  font-size: 21px;
  background: url(../img/podbor-center.png) repeat-y 0 0;
  background-size: 100%;
  margin-top: -1px;
}

.podbob-center {
  padding: 30px;
  overflow: hidden;
  background-size: 100% auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.podbob-bot {
  background: url(../img/podbor-bottom.png) no-repeat 0 100%;
  background-size: 100% 100%;
  text-align: center;
  aspect-ratio: 1/0.15;
  position: absolute;
  bottom: 1px;
  width: 100%;
  transform: translateY(100%);
}

input[type="text"],
input[type="tel"],
.ui-selectmenu-button.ui-widget {
  font: 1em Roboto;
  color: #4c4c4c;
  background-color: #fff;
  height: 46px;
  border: 3px solid #00a5ff;
  padding: 0 13px;
  width: 100%;
}

@media(width > 600px) {

  .podbob input[name="name"],
  .podbob input[name="tel"],
  #podbob-select-button,
  .podbob-star,
  .podbob-date-col {
    flex: 0 0 calc(50% - 10px);
  }
}

input[type="text"]:focus,
input[type="tel"]:focus {
  border: 3px solid #12a6ff !important;
  color: #000 !important;
  box-shadow: 0px 6px 15px hsl(194deg 100% 75%);
}

form .ui-selectmenu-button span.ui-selectmenu-text {
  padding: 9px 0 0 0px;
}

.podbob-star {
  display: flex;
  align-items: center;
  gap: 0 1em;
  flex: 1;
  flex-wrap: wrap;
}

.form-inner-title {
  font: 1.2em/1 Alegreya Sans;
  color: #4c4c4c;
  flex-shrink: 0;
}

.podbob-star-star .rating {
  padding-right: 0;
}

.podbob-date-col {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}



.form-right-date {
  clear: both;
}

.podbob-date {
  margin: 20px 0;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

input.datepicker {
  background: url(../img/datapicker.png) no-repeat 11px 10px #fff;
  padding-left: 45px;
  width: max(200px, 100%);
}


#ui-datepicker-div .ui-state-default {
  font: 18px Arial !important;
  text-align: center;
}

#ui-datepicker-calendar span,
.ui-datepicker-month,
.ui-datepicker-year {
  font: 18px Arial !important;
  text-align: center;
}

.ui-widget-content {
  background: #fff !important;
}

.ui-icon-circle-triangle-e,
.ui-icon-circle-triangle-w {
  color: #fff;
  text-indent: 0 !important;
  cursor: pointer;
}

.ui-widget-header {
  background: #1c94c4 !important;
  border: 1px solid #1c94c4 !important;
}

input.podbob-day {
  width: 60px;
  text-align: center;
}

.podbob-date-text {
  white-space: nowrap;
  display: flex;
  gap: 10px;
  align-items: center;
  flex: 1 1 140px;
  /* flex-wrap: wrap; */
}

.clear {
  clear: both;
}

.podbob textarea {
  flex: 1;
}

.podbob textarea:focus {
  border: 2px solid #0076a0 !important;
  color: #000 !important;
}

#slider-range {
  width: calc(100% - 20px);
  height: 1px;
  background: #7c7c7c !important;
  border-radius: 12px;
  border: 3px solid #ababab;
  float: left;
  margin: 3px 0 0 7px;
}

.ui-slider-range {
  height: 1px;
  background: #61bdf0 !important;
  border-radius: 12px;
  border: 3px solid #8cd3ee !important;
  position: relative;
  top: -3px !important;
}

.ui-slider-handle {
  width: 34px;
  height: 34px;
  border-radius: 17px;
  background-color: #00abeb !important;
  border: none !important;
  top: -15px !important;
}

.podb-range-title {
  background: url(../img/podbor.jpg) no-repeat 100% 8px;
  padding: 9px 19px 21px 0px;
  display: inline-block;
}

#amount {
  background: none !important;
  border: none !important;
  color: #8b8989 !important;
  font: 27px Alegreya Sans !important;
  /* margin: 0 15px; */
}

.podbobForm input[type="submit"] {
  background: url(../img/podbor-submit.png) no-repeat 0 0;
  width: 322px;
  height: 56px;
  border: none !important;
  /* margin: -120px 0 0 0; */
}

.podbobForm input[type="submit"]:hover {
  background-position: 0 -56px;
}

.podbobForm input[type="submit"]:active {
  background-position: 0 100%;
  position: relative;
  top: -2px;
}

.thanks {
  background: url(../img/thanks.png) no-repeat 0 0;
  width: 123px;
  height: 155px;
  position: absolute;
  bottom: 151px;
  right: 145px;
  font: 24px/34px NN;
  color: #29800b;
  padding: 15px 0 0 10px;
  overflow: hidden;
}

.podbob-blind {
  width: 100%;
  height: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.call,
.narrow-tur {
  width: 95%;
  max-width: 595px;
  position: absolute;
  top: 40px;
  z-index: 999999;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
}

.call.active {
  display: block;
}

.call p {
  margin: 0 auto;
  font: 12px/10px yk;
  text-align: center;
  color: #848484;
  padding-top: 3px;
}

.call input[type="submit"] {
  background: url(../img/call-but.png) no-repeat 0 0;
  width: 322px;
  height: 56px;
  border: none;
}

.call input[type="submit"]:hover {
  background: url(../img/call-but.png) no-repeat 0 -57px;
}

.call input[type="submit"]:active {
  background: url(../img/call-but.png) no-repeat 0 100%;
}

#ins-window input[type="submit"] {
  background: url(../img/botton-order-ins.png) no-repeat 0 0;
  width: 348px;
  height: 56px;
  margin: 41px 0 0 122px;
}

#ins-window input[type="submit"]:hover {
  background: url(../img/botton-order-ins.png) no-repeat 0 -56px;
}

#ins-window input[type="submit"]:active {
  background: url(../img/botton-order-ins.png) no-repeat 0 100%;
}

.call .thanks {
  right: 30px;
  bottom: 133px;
}

#bot-submenu {
  display: none;
  position: fixed !important;
  top: 80px !important;
  z-index: 999999;
}

#bot-submenu.active {
  display: block;
}

#bot-menu {
  display: none;
  position: fixed !important;
  top: 46px !important;
}

#bot-menu.active {
  display: block;
}

.sss {
  width: 1000px;
  margin: 0 auto;
  clear: both;
}

.is-tur {
  margin-bottom: 30px;
  overflow: hidden;
}

.breadcrumbs {
  font-family: Roboto, Helvetica;
  font-size: 15px;
  color: #2E2E2E;
  letter-spacing: 0;
  padding: 30px 15px 0 21px;
}

.breadcrumbs .b-separater {
  background: url(../img/b-separat.png) no-repeat 0 0;
  width: 4px;
  height: 7px;
  display: inline-block;
  margin: 0px 9px;
  padding-top: 2px;
  position: relative;
}

.breadcrumbs span {
  color: #2E2E2E;
}

.breadcrumbs a {
  display: inline-block;
}

.breadcrumbs a:hover {
  color: #0178a4;
}

.is-tur-image {
  overflow: hidden;
  width: 980px;
  height: 210px;
  position: relative;
  margin: 21px 0 33px 0px;
  float: left;
}

.is-tur-image img {
  width: 100%;
  max-height: 210px;
}

.is-tur-image-top {
  background: url(../img/image-top-banner.png) no-repeat 0 0;
  width: 980px;
  height: 210px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
}

.is-tur-content {
  margin-top: 21px;
}

.is-tur-content-title {
  margin: 21px;
}

.hot-tour {
  margin: 21px;
}

.is-tur-content-text {
  color: #656565;
  margin: 21px;
  clear: both;
}

.is-ind-tur {
  margin: 0 auto;
  width: 980px;
  overflow: hidden;
  padding: 24px 0 66px;
}

.is-ind-tur .i-hot-3 {
  padding: 12px 9px 9px 12px;
}

.is-ind-tur .i-hot-title {
  background-color: #00a5dc;
  border-radius: 15px 15px 0 0;
}

.is-ind-tur .i-hot-box {
  margin: 15px 12px 24px;
  border-radius: 25px;
}

.is-ind-tur .i-hot-country {
  margin: 11px 10px 0 0;
  background: none !important;
}



.is-vis {
  padding: 35px 0 49px 0;
  overflow: hidden;
}

.is-vis .i-hot-box {
  margin: 15px 10px 23px;
}

.is-vis .i-hot-3 {
  padding: 0px 15px 0 16px;
}

.is-vis-title {
  color: #656565;
  padding: 0 0 0 51px;
  clear: both;
}

.is-vis-text {
  color: #656565;
  clear: both;
  padding: 0 0 41px 51px;
}

.isp-button {
  clear: both;
  background: url(../img/i-cocteil.png) no-repeat 400px 100%;
  min-height: 239px;
  padding: 34px 0 0 0;
  margin-bottom: -15px;
  overflow: hidden;
}

.isp-button-left {
  width: 366px;
  float: left;
  margin: 0 0 0 48px;
}

.isp-button-left .both-but-ins {
  margin: 0;
}

.isp-button-right {
  width: 366px;
  float: right;
  margin: 0 123px 0 0;
}

.isp-button-right .both-but-ins {
  margin: 0;
}

.isp-button-left .both-but-ind {
  margin: 0;
}

.isp-button-title {
  color: #656565;
  font: 30px yk;
  padding-bottom: 3px !important;
  padding: 0 0 0 10px;
}

.isp-button-text {
  color: #656565;
  font: 20px/27px yk;
  padding: 0 15px 7px 10px;
}

.tu-bigimage {
  position: relative;
}

.container {
  padding: 0 21px;
}


.tu-big-top {
  width: 980px;
  height: 193px;
  background: url(../img/tur-top.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.tu-bigimage-image {
  width: 980px;
  height: 193px;
  overflow: hidden;
}

.tu-bigimage-image img {
  width: 100%;
  max-width: 980px;
  max-height: 193px;
}

.tu-big-title {
  color: #92874c;
  font: bold 72px yk;
  width: 400px;
  position: absolute;
  top: 32px;
  left: 20px;
  overflow: hidden;
  height: 84px;
  text-align: center;
  z-index: 10;
}

.tu-big-text {
  color: #656565;
  font: 30px/29px ykt;
  text-transform: lowercase;
  width: 400px;
  position: absolute;
  top: 104px;
  left: 20px;
  overflow: hidden;
  height: 58px;
  text-align: center;
  z-index: 10;
}

.tur-big-more {
  height: 65px;
  width: 159px;
  background: url(../img/tur-more.png) no-repeat 0 0;
  display: block;
  position: absolute;
  top: 63px;
  right: 46px;
  z-index: 10;
}

.tur-big-more:hover {
  background-position: 0 -65px;
}

.tur-big-more:active {
  background-position: 0 -130px;
}

.tu-big-price {
  width: 276px;
  position: absolute;
  top: 48px;
  left: 554px;
  z-index: 10;
}

.tu-big-price p {
  color: #54524e;
  font: 30px/20px yk;
  float: left;
  clear: both;
  margin: -6px 0 0 0;
}

.tu-big-price div {
  background: url(../img/tur-big-B.png) no-repeat 100% 13px;
  color: #d4a734;
  font: 48px yk;
  padding: 0 23px 0 0;
  float: left;
  clear: both;
}

.tu-title {
  margin: 0 0 24px 0;
  padding: 48px 21px 0px;
}

.tu-text {
  font-family: Roboto, Helvetica;
  font-size: 18px;
  line-height: 30px;
  color: #4A4A4A;
  clear: both;
  padding: 0 21px;
}

.tu-title {
	h1 {padding-top: 0;}
	display: grid;
	align-items: start;
	gap: 10px;
	
	.tu-title__aside {
		display: flex;
		gap: 20px;
		flex-direction: column;
		align-items: flex-start;
	}
	@media(width > 500px) {
		.tu-title__aside {
			flex-direction: row;
			align-items: center;
		}
	}
	
	@media(width > 1024px){
		grid-template-columns: 1fr auto;
	}
	
}



.dopcontent {
  background-color: #f6eee4;
  padding: 30px;
  margin: 60px 0 0;
  border-radius: 60px 60px 0 0;
}



.tu-sort {
  float: left;
  margin: 33px 21px 15px 21px;
  clear: both;
}

.tu-sort p {
  font: bold 15px/20px Roboto;
  color: #000000;
  float: left;
}

.tu-sort div {
  float: left;
  margin: 0 0 0 10px;
}


.tu-bigimage .i-hot-title {
  background: url(../img/i-tour-title-bg.jpg) repeat 0 0;
  padding: 1px 42px 5px 16px;
}

.tu-bigimage .i-hot-box {
  margin: 15px 12px 3px !important;
}

.tu-bigimage .i-hot-country {
  margin: 15px 14px 23px;
  background: none !important;
}

.tu-bigimage {}


.tu-bigimage .i-hot-box-title {
  margin: 0 0 4px 0;
}


.tu-price {
  padding: 7px 0 8px;
  text-shadow: 2px -1px 0 #fff;

}

.tu-price div {
  color: #000;
  font: 36px yk;
  clear: both;
  text-align: center;
}

.tu-price div span {
  background: url(../img/tur-B.png) no-repeat 0 0;
  width: 14px;
  height: 27px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 0 0 6px;
}

.tu-price p,
.onvis-price p {
  color: #000;
  font: 24px yk;
  clear: both;
  text-align: center;
}

.onvis-price p {
  padding: 0 19px 0 0;
}

.i-hot-box-need-visa {
  width: 140px;
  height: 41px;
  background: url(../img/i-hot-box-need-visa.png) no-repeat 0 0;
  float: right;
  margin: 0px -15px -9px 0;
}

.tur-shengen {
  padding: 53px 0 49px;
  overflow: hidden;
  background: url(../img/both-but-in-bottom.png) repeat-x 0 100%;
}

.office {
  background: url(../img/office-bg.png) no-repeat 108px 27px;
  margin-top: 59px;
  overflow: hidden;
  min-height: 280px;
}

.office-line {
  width: 360px;
  height: 8px;
  background: url(../img/both-but-in-bottom.png) repeat-x 0 0;
  margin: 0 auto;
  position: relative;
  left: -26px;
}



.office-tel {
  width: 250px;
  height: 223px;
  background: url(../img/office-tel.jpg) no-repeat 0 0;
  overflow: hidden;
  float: left;
  margin: 24px 0 0 352px;
  clear: left;
  -moz-box-shadow: -8px 8px 0 #000;
  -webkit-box-shadow: -8px 8px 0 #000;
  box-shadow: -8px 8px 0 #000;
}

.office-title {
  font: 45px yk;
  color: #bf4013;
  text-align: center;
  padding: 24px 0 18px;
  text-shadow: 0 0 5px #fff;
  position: relative;
  margin: 0 0 23px 0;
}

.office-title div {
  position: absolute;
  bottom: 0;
  left: 96px;
  width: 60px;
  height: 8px;
  background: url(../img/both-but-in-bottom.png) repeat-x 0 0;
}


.office-tel-one {
  clear: both;
  float: Left;
  margin: 0 0 9px 33px;
}

.office-tel-one div {
  width: 16px;
  height: 16px;
  float: left;
}

.office-tel .gor {
  background: url(../img/tel-gor.png) no-repeat 0 0;
}

.office-tel .mts {
  background: url(../img/tel-mts.png) no-repeat 0 0;
}

.office-tel .vlk {
  background: url(../img/ico/ico-a1.svg) no-repeat 0 0;
}

.office-tel-one p {
  color: #585858;
  font: 20px/11px yk;
  float: left;
  padding: 0 0 0 6px;
}


.office-tel-one a {
  text-decoration: none;
  display: block;
  background-repeat: no-repeat;
  padding-left: 39px;
  background-position: 9px center;
}


.tel .tg {
  text-decoration: none;
  background-repeat: no-repeat;
  padding-left: 39px;
  background-position: 9px center;
}


.office-map {
  float: right;
  width: 263px;
  height: 263px;
  margin: 7px 34px 0 0;
  background: url(../img/office-map.png) no-repeat 0 0;
  position: relative;
}

.office-map-title {
  font: 36px yk;
  color: #c0334a;
  text-align: center;
  padding: 6px 0 0 0;
}

.office-map-addres {
  font: 24px yk;
  color: #4e9cd8;
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
  text-decoration: underline;
}

.ind-title {
  clear: both;
  padding: 21px;
}

.ind-image {
  width: 233px;
  height: 233px;
  border-radius: 233px;
  background-color: #000;
  box-shadow: inset 12px 15px 0 rgba(255, 255, 255, .15);
  overflow: hidden;
  border: 6px solid #00abeb;
  float: Left;
  margin-bottom: 30px;
}

.ind-text {
  color: #656565;
  float: left;
  font: 24px/30px Roboto;
  margin: 6px 0 33px 42px;
  width: 600px;
  border-radius: 25px;
  background: #e8e8e8;
  padding: 15px;
}

.ind-text p {
  padding: 0 0 32px 0;
}

.ind-text .vel {
  text-decoration: none;
}

.ind-what-right .vel {
  text-decoration: none;
}

.ind-marsh {
  width: 519px;
  height: 88px;
  float: Left;
  margin: -16px 0 45px 25px;
  background: url(../img/i-hot-vert-blue.png) repeat-y 0 0, url(../img/i-hot-vert-blue.png) repeat-y 100% 0, url(../img/i-hot-gor-blue.png) repeat-x 0 0, url(../img/i-hot-gor-blue.png) repeat-x 0 100% #d6f2fc;
}

.ind-marsh-title {
  font: 24px yk;
  color: #333;
  float: Left;
  clear: both;
  margin: 11px 0 7px 16px;
}

.ind-marsh ul {
  clear: both;
  float: left;
  padding: 0 0 0 14px;
}

.ind-marsh ul li {
  color: #00acec;
  font: 20px yk;
  background: url(../img/ind-marsh-arrow.png) no-repeat 0 50%;
  list-style: none;
  float: Left;
  padding: 0 2px 0 14px;
  text-decoration: underline;
}

.ind-marsh ul li:first-child {
  background: none;
  padding: 0 2px 0 0;
}

.ind-what-wrp {
  width: 100%;
  /*min-width: 1007px;*/
  clear: both;
  /*background:url(../img/ind-what-bg.jpg);*/
  background: #edfaff;
  overflow: hidden;
}

.ind-what-left {
  width: 486px;
  float: Left;
}

.ind-what-left-title {
  color: #1c1c1c;
  font: 18px 'Alegreya Sans', Roboto, Helvetica;
  padding: 18px 0 3px 129px;
  text-transform: uppercase;
}

.ind-what-right {
  width: 400px;
  float: Left;
  font: 24px Roboto;
  color: #5d5d5d;
  padding: 42px 0 0 0;
  min-height: 302px;
}

.ind-what-right p {
  border-left: 1px solid #656565;
  padding: 0 0 0 13px;
  margin-bottom: 28px;
}

.ind-what-right p:nth-child(2n+1) {
  margin-left: 15px;
}

.in-what-one {
  height: 54px;
  display: table;
  margin: 0 0 18px 61px;
}

.in-what-one div {
  height: 54px;
  display: table-cell;
  vertical-align: middle;
  color: #656565;
  font-family: 'Alegreya Sans', Roboto, Helvetica;
  font-size: 21px;
  line-height: 18px;
  padding: 0 0 0 67px;
}

.in-what-one div p {
  font: 18px Roboto;
}

.in-what-one a {
  text-decoration: none;
}

.in-what-one a:hover {
  color: #000;
}


.ind-truinf {
  padding: 0 0 36px 0;
  text-align: center;
}

.ind-truinf-text {
  padding: 33px 0 0 83px;
  color: #656565;
  font: 30px/29px yk;
}

.ind-blr {
  background: url(../img/ind-blr.png) no-repeat 0 0;
  width: 12px;
  height: 21px;
  display: inline-block;
}



.tour-call-agent {
  padding: px;
  padding-bottom: 66px;
  text-align: center;
  margin: 0 auto;
  float: left;
  width: 100%;
}

.tour-call-agent a {
  text-decoration: none;
}


.ind-order {
  display: inline-flex;
  text-align: center;
  margin: 9px 0 18px 0;
  padding: 15px 54px;
  border-radius: 124px;
  background: #D0021B;
  color: #FFFFFF;
  font-size: 15px;
  font-family: MuseoSansCyrl-500, Roboto;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.50);
  box-shadow: 0 3px 6px 0 rgba(142, 0, 0, 0.30);
}

.ind-order a {
  text-decoration: none;
  font-family: MuseoSansCyrl-500, Roboto;
}

.ind-order:hover {
  background: #A80418;
}

.ind-order:active {
  background: #EC0623;
}

.ind-order:visited {
  background: #E84458;
}

.in-car {
  padding: 30px 0 30px 0;
  overflow: hidden;
}


.i-hot-slider {
  background: url(../img/i-hot-vert.png) repeat-y 0 0, url(../img/i-hot-vert.png) repeat-y 100% 0, url(../img/i-hot-gor.png) repeat-x 0 0, url(../img/i-hot-gor.png) repeat-x 0 100% #ffefef;
}


.slider {
  overflow: hidden;
  position: relative;
  width: 830px;
  margin: 0 0 0 36px;
  height: 260px !important;
  z-index: 2
}

.slider ul {
  margin: 0;
  padding: 0;
  height: 190px;
}

.slider li {
  float: left;
  list-style: none;
  margin: 14px 22px 0;
  width: 116px;
}

.slider li a {
  text-decoration: none;
}

.slider li a:hover .carus-text {
  color: #a478fc;
}

.slider li a:hover .carus-img {
  color: #a478fc;
  border: 3px solid #dbc9fd;
  background-color: #fff;
  -moz-box-shadow: 1px 5px 5px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 1px 5px 5px rgba(0, 0, 0, .2);
  box-shadow: 1px 5px 5px rgba(0, 0, 0, .2);
  margin: 0;
}

.carus-img {
  width: 110px;
  height: 108px;
  overflow: hidden;
  margin: 3px 0 0 3px;
}

.carus-img img {
  width: 110px;
}

.controls {
  width: 884px;
  height: 75px;
  position: relative;
  margin: -182px 0 0 10px;
  position: relative;
  z-index: 1;
}

.prev-slide {
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 25px;
  height: 65px;
  cursor: pointer;
  background: url(../img/car-arrow.png) no-repeat 0 0;
  z-index: 201;
}

.prev-slide:hover {
  background: url(../img/car-arrow.png) no-repeat 0 -65px;
}

.prev-slide:active {
  background: url(../img/car-arrow.png) no-repeat 0 100%;
}

.next-slide {
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
  width: 25px;
  height: 65px;
  cursor: pointer;
  background: url(../img/car-arrow.png) no-repeat 100% 0;
  z-index: 201;
}

.next-slide:hover {
  background: url(../img/car-arrow.png) no-repeat 100% -65px;
}

.next-slide:active {
  background: url(../img/car-arrow.png) no-repeat 100% 100%;
}

.slider .tu-price {
  padding: 11px 0 19px;
}

.slider .i-hot-box {
  box-shadow: 0 5px 5px rgba(0, 0, 0, .75) !important;
}

.slider .i-hot-box {
  margin: 19px 14px 123px;
}

.slider .i-hot-box-more {
  margin: 3px auto 1px !important;
}

.visas-bigi .tu-big-title {
  width: 487px;
  top: 33px;
  color: #fff;
}

.visas-bigi {
  margin: 0 0 16px 0;
}

.visas-bigi .tu-big-text {
  width: 461px;
  color: #fff;
}

.visas-bigi .tu-big-price {
  left: 498px;
}

.visas-bigi .tu-big-price div {
  color: #1c1c1c;
  background: url(../img/visas-blr.png) no-repeat 100% 13px;

}

.visas-bigi .tu-big-price p {
  color: #383838;
}

.visas-bigi .tur-big-more {
  right: 86px;
}

.visas-bigi {
  margin-bottom: 16px;
}

.vi-content {
  padding: 0px 0 36px 25px;
  width: 982px;
}

.vi-content .vi-title {
  clear: both;
  color: #656565;
  font: 48px/38px yk;
  padding: 10px 0 20px 38px;
  width: 625px;
}

.vi-content .vi-text {
  color: #656565;
  font: 24px yk;
  clear: both;
  width: 614px;
  margin: -4px 0 0 38px;
}


.visas-visa .i-hot-box {
  max-width: 820px;
}

.i-hot-box-one-vis {
  font: 20px/21px yk;
  color: #000000;
  display: block;
  padding: 6px 19px 6px;
  text-shadow: 2px -1px 0 #fff;
  margin: 3px 0 0 0;
  text-decoration: none;
}

.i-hot-box-one-vis b {
  font: bold 24px/21px yk;
}

.i-hot-box-one-vis span {
  display: inline-block;
  background: url(../img/visas-blr-small.png) no-repeat 1px 1px;
  width: 11px;
  height: 19px;
  position: relative;
  top: 2px;
  margin: 0 0 0 0px;
  padding: 0 0 0 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.i-hot-box-one-vis:hover {
  background: #fffef2;
  text-decoration: underline;
}

.i-hot-box-one-vis:hover span {
  border-bottom: 1px solid #000;
}

.i-hot-box-one-vis:active {
  background: #fde0e0;
  text-decoration: underline;
}

.i-hot-box-one-vis:active span {
  border-bottom: 1px solid #000;
}

.i-hot-box .i-hot-box-more {
  margin: 13px auto 1px;
}

.visas-visa .i-hot-box-more {
  margin: 13px auto 6px;
}

.visas-visa .i-hot-box {
  margin: 15px 11px 23px;
}

.visas-visa .i-hot-box:nth-child(4n+1),
.onvis .i-hot-box:nth-child(4n+1) {
  box-shadow: -3px 4px 5px rgba(0, 0, 0, .75);
}

.visas-visa .i-hot-box:nth-child(4n+2),
.onvis .i-hot-box:nth-child(4n+2),
.visas-visa .i-hot-box:nth-child(4n+3),
.onvis .i-hot-box:nth-child(4n+3) {
  box-shadow: 0 5px 5px rgba(0, 0, 0, .75);
}

.visas-visa .i-hot-box:nth-child(4n+4),
.onvis .i-hot-box:nth-child(4n+4) {
  box-shadow: 3px 4px 5px rgba(0, 0, 0, .75);
}

.onvis {
  overflow: hidden;
  background: url(../img/both-but-in-bottom.png) repeat-x 0 100%;
  padding: 0 0 42px 25px;
  margin-bottom: 25px;
}

.onvis .ind-content {
  padding: 0 0 24px;
}

.visas-visa {
  overflow: hidden;
  padding: 0 0 74px;
  width: 1000px;
  background: url(../img/both-but-in-bottom.png) repeat-x 0 100%;
  margin-bottom: 27px;
}

.onvis .vi-title {
  width: 563px;
  clear: left;
  float: Left;
}

.onvis .vi-text {
  margin: 3px 0 0 38px;
  width: 563px;
  clear: left;
  float: Left;
}

.onvis-2but {
  width: 185px;
  float: rgiht;
  margin: 56px 140px 0 0;
  float: right;
}

.onvis-odn {
  width: 178px;
  height: 34px;
  background: url(../img/but-odnocrat.jpg) no-repeat 0 0;
  display: block;
  margin: 0 0 7px 0;
}

.onvis-mnog {
  width: 184px;
  height: 34px;
  background: url(../img/but_mnog.jpg) no-repeat 0 0;
  display: block;
}

.ind-content {
  overflow: hidden;
  padding: 21px;
}

.onvis .i-hot-3 {
  margin: 0 0 48px 41px;
  max-width: 828px;
  padding-right: 15px;
  width: auto;
}

.onvis .i-hot-box {
  padding: 5px 0 13px;
}

.onvis .i-hot-title {
  margin: 0 0 0 41px;
  clear: both;
}

.onvis-accia {
  font: 12px/13px yk;
  color: #666666;
  background: url(../img/flag-acii.png) no-repeat 100% 0;
  height: 41px;
  margin: 0 -15px -16px 0;
  padding: 5px 120px 0 8px;
  display: table;
  width: 92px;
}

.onvis-accia div {
  display: table-cell;
  vertical-align: middle;
  font: 12px/13px yk;
  color: #666666;
}

.onvis-title {
  font: 24px/21px yk;
  color: #000;
  padding: 3px 22px 0 18px;
  text-shadow: 2px -1px 0 #fff;
}

.onvis-price {
  color: #000;
  font: 34px/28px yk;
  padding: 4px 0 0 19px;
  text-shadow: 2px -1px 0 #fff;
}

.onvis-price span {
  background: url(../img/tur-B.png) no-repeat 0 0;
  width: 14px;
  height: 27px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 4px;
}


.onvis-life {
  color: #000;
  font: 16px yk;
  padding: 4px 10px 3px 18px;
}

.usl-bg {
  width: 100%;
  min-width: 1007px;
  clear: both;
  background: url(../img/usl-bg.jpg);
  overflow: hidden;
}

.usl {
  background: url(../img/usl-eye.png) no-repeat bottom 121px right 46px;
  min-height: 340px;
  overflow: hidden;
}

.usl-onvis {
  background: none;
  padding: 16px 0 0px 25px;
  margin-bottom: 14px;
}

.usl-left {
  width: 238px;
  float: Left;
  margin: 0 114px 0 52px;
}

.usl-right {
  width: 412px;
  float: Left;
}

.usl-title {
  color: #656565;
  font: 36px yk;
  padding: 16px 0 19px 64px;
}

.vcd-content .vi-text {
  margin: 1px 0 4px 38px;
}

.usl-one {
  height: 54x;
  display: table;
  margin: 0 0 20px 0;
}

.usl-one div {
  min-height: 54px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 65px;
  overflow: hidden;
}

.usl-one h3 {
  font-family: 'Alegreya Sans', Roboto, Helvetica;
  font-size: 21px;
  color: #656565;
  line-height: 18px;
}


.usl-one div p {
  font: 18px yk;
}

.vcd-price {
  overflow: hidden;
  padding: 0 0 75px 0;
  background: url(../img/both-but-in-bottom.png) repeat-x 0 100%;
}

.vcd-price-text {
  color: #656565;
  font: 30px yk;
  margin: 31px 0 0 80px;
}

.vcd-price-text span {
  width: 13px;
  height: 21px;
  background: url(../img/vcd-blr.png) no-repeat 0 0;
  display: inline-block;
  margin: 0 0 0 4px;
}

.vcd-but {
  width: 270px;
  height: 56px;
  background: url(../img/order-visa-button.png) no-repeat 0 0;
  margin: 48px auto 0 auto;
  cursor: pointer;
}

.vcd-but:hover {
  background: url(../img/order-visa-button.png) no-repeat 0 -56px;
}

.vcd-but:active {
  background: url(../img/order-visa-button.png) no-repeat 0 100%;
}


.vcd-car {
  padding: 48px 0 56px;
  overflow: hidden;
  background: url(../img/both-but-in-bottom.png) repeat-x 0 100%;
  margin-bottom: 25px;
}

.vcd-car .i-hot-title {
  background: url(../img/i-hot-title.jpg) repeat scroll 0 0;
}

.vcd-car .slider .i-hot-box {
  margin: 19px 14px 23px;
}

.vcd-car .i-hot-slider {
  width: 902px;
  height: 260px;
}

.avia-blue-top {
  background: url(../img/avia-blue-top.jpg) no-repeat 0 0;
  clear: both;
  color: #fff;
  font: 21px Alegreya Sans;
  letter-spacing: 1px;
  text-align: center;
  padding: 17px 0 0 0;
}

.avia-blue-center {
  background: url(../img/avia-blue-center.jpg) repeat-y 0 0;
}

.avia-blue {
  width: 980px;
  clear: both;
  float: left;
  margin: 27px 0 -37px 13px;
}

.avia-blue-bottom {
  background: url(../img/avia-blue-bottom.png) no-repeat 0 0;
  width: 980px;
  height: 37px;
  clear: both;
  float: left;
  position: relative;
  z-index: 400;
}

.avia-why {
  background: url(../img/avia-why-bg.jpg);
  width: 942px;
  clear: both;
  margin: 0 auto 0;
  padding: 0 0 49px 0;
  overflow: hidden;
  position: relative;
  z-index: 120;
}

.avia-why-title {
  color: #656565;
  font: 36px Alegreya Sans;
  text-align: center;
  padding: 59px 0 0 0;
}

.avia-why-left {
  width: 312px;
  float: left;
  margin: 31px 106px 0 91px;
}

.avia-why-right {
  width: 400px;
  float: left;
  margin: 31px 0 0 0;
}

.avia-why .usl-one div {
  padding: 0 0 0 9px;
  width: 249px;
}

.avia-card {
  width: 225px;
  height: 33px;
  clear: both;
  margin: 0 auto;
  background: url(../img/avia-card.jpg) no-repeat 0 100%;
  padding: 12px 0 0 0;
}

.avia-spec-bg {
  height: 360px;
  width: 100%;
  overflow: hidden;
  margin: -36px 0 0 0;
  position: relative;
}

.avia-spec {
  background: url(../img/avia-spec-img.png) no-repeat 29px 36px, url(../img/avia-spec-bg.jpg);
  height: 324px;
  width: 942px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

.avia-spec-left {
  height: 288px;
  background: #ffe074;
  width: 50%;
  position: absolute;
  bottom: 0;
  z-index: 10;
}

.avia-spec-right {
  height: 288px;
  background: #ffe074;
  width: 50%;
  left: 50%;
  position: absolute;
  top: 0;
  z-index: 10;
}

.avia-spec-right-sto {
  width: 40px;
  height: 324px;
  background: url(../img/avia-spec.jpg) no-repeat 0 0;
  position: absolute;
  left: 50%;
  z-index: 40;
  margin: 0 0 0 471px;
}

.avia-spec-left-sto {
  width: 40px;
  height: 324px;
  background: url(../img/avia-spec.jpg) no-repeat 0 0;
  position: absolute;
  right: 50%;
  z-index: 40;
  margin: 0 471px 0 0;
  bottom: 0;
}

.avia-spec-text {
  width: 350px;
  float: left;
  margin: 59px 0 0 351px;
}

.avia-spec-text-1 {
  color: #000000;
  float: left;
  font: 48px / 45px Alegreya Sans;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  clear: both;
}

.avia-spec-text-2 {
  color: #969595;
  font: 24px Helvetica;
  clear: both;
  padding: 3px 0 0 0;
}

.avia-spec-ofice {
  float: right;
  margin: 110px 26px 0 0;
  padding: 109px 0 0;
  width: 189px;
  background: url(../img/avia-map.png) no-repeat 50% 0;
  text-align: center;
}

.avia-spec-ofice a {
  color: #4e9cd8;
  font: 24px yk;
}

.avia-spec-ofice a:hover {
  color: #468dc3;
}

.avia-orang-bg {
  width: 100%;
  max-width: 1021px;
  clear: both;
  position: relative;
  z-index: 20;
  top: -36px;
  overflow: hidden;
  margin: 0 auto;
  background: rgba(22, 222, 2, 0.2);
  background: #fff9e3;
}

.avia-orang {
  padding: 54px 0 20px 63px;
  overflow: hidden;
}

.avia-orang-one {
  width: 277px;
  display: inline-block;
  margin: 0 30px 0 3px;
  vertical-align: top;
}

.avia-orang-one-img {
  width: 54px;
  height: 54px;
  float: left;
}

.avia-orang-one-title {
  color: #333333;
  float: left;
  font: 24px/23px Alegreya Sans;
  margin: 4px 0 0 8px;
  width: 213px;
}

.avia-orang-one-text {
  color: #333333;
  clear: both;
  padding: 12px 0 0;
}

.avia-orang-one-text p {
  padding: 0 0 15px 0;
}

.avia-orang-end {
  width: 277px;
  height: 198px;
  float: right;
  margin: 0 39px 0 0;
  background: url(../img/i-hot-vert-blue.png) repeat-y 0 0, url(../img/i-hot-vert-blue.png) repeat-y 100% 0, url(../img/i-hot-gor-blue.png) repeat-x 0 0, url(../img/i-hot-gor-blue.png) repeat-x 0 100% #f4fff5;
}

.avia-orang-end-title {
  color: #656565;
  font: 27px/21px Alegreya Sans;
  padding: 21px 39px 0;
}

.avia-orang-end-title span {
  background: url(../img/vcd-blr.png) no-repeat 0 0;
  display: inline-block;
  width: 13px;
  height: 21px;
}

.avia-orang-order {
  width: 210px;
  height: 56px;
  background: url(../img/avia-order-button.png) no-repeat 0 0;
  display: block;
  cursor: pointer;
  margin: 32px 0 0 38px;
}

.avia-orang-order:hover {
  background: url(../img/avia-order-button.png) no-repeat 0 -56px;
}

.avia-orang-order:active {
  background: url(../img/avia-order-button.png) no-repeat 0 100%;
}


.avia-orang-orn {
  width: 1000px;
  margin: -40px auto 27px;
  clear: both;
  background: url(../img/both-but-in-bottom.png) repeat-x 0 100%;
  height: 40px;
}

.i-hot-avia {
  margin: 76px 0 0 0;
}

.avia-isp-button {
  padding: 0;
  margin: -10px auto -15px;
  background: url(../img/i-cocteil.png) no-repeat 221px 100%;
}

.avia-isp-button .isp-button-right {
  margin: 0 0 0 341px;
  float: none !important;
}

.in-top {
  overflow: hidden;
  padding: 0 0 35px 0;
}

.in-top-block {
  overflow: hidden;
  clear: both;
  padding: 20px 0 0 48px;
  margin: 0 0 20px 0;
}

.in-top-title {
  color: #656565;
  font: 48px/35px yk;
  padding: 9px 0 42px 0;
  width: 476px;
  width: 667px;
}

.in-top-text {
  color: #656565;
  font: 18px/22px yk;
  width: 667px;
}

.in-top-text p {
  padding: 0 0 28px 0;
}

.in-top-image {
  width: 270px;
  float: right;
}

.in-top-image img {
  max-width: 270px;
}

.calc {
  width: 380px;
  height: 347px;
  background: rgba(22, 222, 2, 0.2);
  background: #d6d6d6;
  border: 10px solid #939393;
  margin: 0 0 0 44px;
  float: left;
}

.calc-title {
  color: #212121;
  font: 34px/24px yk;
  text-align: center;
  padding: 9px 0 11px 0;
}

.calc-box {
  clear: both;
  background: #ebebeb;
  height: 174px;
}

.calc-bot {
  color: #333333;
  font: 30px ykt;
  padding: 9px 0 0 0;
  text-align: center;
}

.calc-bot p {
  color: #333333;
  padding: 13px 0 0 0;
  font: 18px ykt;
  clear: both;
}

.calc-bot p a {
  color: #00acec;
}

.calc-bot p a:hover {
  color: #0299d1;
}


.calc-blr {
  display: inline-block;
  width: 13px;
  height: 21px;
  background: url(../img/calc-blr.png) no-repeat 0 0;
}

.calc-price {
  color: #333333;
  font: 30px yk;
}

.calc-box-input {
  float: left;
  padding: 14px 0 0 29px;
}

.calc-box-select {
  float: left;
  margin: 14px 0 0 30px;
}

.calc-box-input input[type="text"] {
  font: 36px yk;
  color: #4c4c4c;
  background: #fff;
  width: 83px;
  height: 42px;
  border: 2px solid #61bdf0;
  padding: 0 13px 4px;
}

.calc-box-input p {
  color: #4c4c4c;
  font: 18px yk;
  text-align: Center;
  clear: both;
  margin: 1px 0 0 0;
}

.calc-box-select p {
  color: #4c4c4c;
  font: 18px yk;
  text-align: Center;
  clear: both;
  margin: -3px 0 0 0;
}

.calc-box-select .ui-selectmenu-button {
  width: 177px !important;
}

.calc-left {
  width: 400px;
  float: left;
}

.calc-res {
  width: 262px;
  height: 54px;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  background: url(../img/calc-button.jpg) no-repeat 0 0;
  clear: both;
  position: relative;
  top: 18px;
}

.calc-left-but {
  width: 328px;
  height: 133px;
  background: url(../img/ins-big-but.jpg) no-repeat 0 0;
  margin: 6px 0 0 50px;
  cursor: pointer;
  display: block;
}

.calc-left-but:hover {
  background: url(../img/ins-big-but.jpg) no-repeat 0 -133px;
}

.calc-left-but:active {
  background: url(../img/ins-big-but.jpg) no-repeat 0 -266px;
}

.calc-left-order {
  width: 346px;
  height: 54px;
  background: rgba(22, 222, 2, 0.2);
  float: left;
  clear: left;
  margin: 34px 0 0 61px;
  display: block;
}

.ins-info-bg {
  background-color: #ECF9FD;
  padding: 0 0 102px 0;
  overflow: hidden;
}

.ins-info {}

.ins-info-title h2 {
  color: #333333;
  text-align: center;
  padding: 75px 0 32px;
}

.ins-info-in {
  width: 677px;
  margin: 0 auto;
}

.ins-info-in .usl-one {
  float: Left;
  width: 258px;
}

.usl-one p {
  display: table-cell;
  width: 54px !important;
}

.usl-one div p {
  width: 100% !important;
}

.usl .usl-one div {
  width: 170px;
  min-height: 54px;
  border: none
}

.usl-right .usl-one div {
  width: 275px !important;
  padding-bottom: 4px;
}

.usl-one div {
  padding: 0 0 0 12px;
  display: table-cell;
}


.ins-info-in .usl-one:nth-child(2n+1) {
  margin: 0 158px 20px 0;
}

.ins-info-in .usl-one:nth-child(2n+2) {
  float: rigth;
}

.ins-info-in .usl-one.usl-one-center {
  float: none !important;
  clear: both;
  margin: 0 auto;
  position: relative;
  top: 28px;
}

.line-str-line {
  width: 1000px;
  height: 8px;
  background: url(../img/both-but-in-bottom.png) repeat-x 0 100%;
  margin: 0 auto 25px;
  padding: 10px 0 30px;
}


.ins-button .both-but-ind {
  margin: 0;
}

.cont-top {
  padding: 27px 0 0 0;
  overflow: hidden;
  background: url(../img/cont-bg-2.jpg) no-repeat bottom 0 right 41px;
  margin-bottom: 53px;
}

.cont-top-one {
  padding: 0 61px 0 59px;
}

.cont-top-one-title {
  font: 30px / 24px Alegreya Sans;
  color: #363636;
  margin: 0 0 16px 0;
}

.cont-top-one-text {
  color: #656565;
}

.cont-top-one p {
  padding: 0 0 13px;
}

.cont-top-one1 {
  padding: 0 61px 0 59px;
  background: url(../img/cont-bg.jpg) repeat-y 100% 0;
  display: table-cell;
}

.cont-top-one2 {
  padding: 0 55px 0 41px;
  background: url(../img/cont-bg.jpg) repeat-y 100% 0;
  display: table-cell;
}

.cont-top-one3 {
  padding: 0 55px 0 43px;
  display: table-cell;
}

.cont-top-one3 .office-tel-one {
  margin: 0 0 14px -22px;
}

.cont-top-one3 .office-tel-one p {
  font: 24px/8px yk;
  padding: 0 0 0 6px;
}

.cont-top-one .gor {
  background: url(../img/tel-gor-gray.png) no-repeat 0 0;
}

.cont-top-one .mts {
  background: url(../img/tel-mts-gray.png) no-repeat 0 0;
}

.cont-top-one .vlk {
  background: url(../img/tel-velk-gray.png) no-repeat 0 0;
}

.cont-top-one4 {
  float: Left;
  margin: 39px 0 0 0;
}

.cont-top-one5 {
  float: left;
  margin: 39px 0 0 0;
  padding: 61px 0 0px 41px;
}

.cont-top-one5 .cont-top-one-text p {
  font: bold 24px/22px Alegreya Sans;
  color: #333333;
}

.cont-top-one5 .cont-top-one-text p a {
  color: #3491ff;
  font: normal 24px/22px Alegreya Sans;
}

.cont-map-title {
  color: #333333;
  font: 24px Alegreya Sans;
  border-left: 3px solid #888888;
  border-right: 3px solid #888888;
  border-top: 3px solid #888888;
  text-align: Center;
  width: 231px;
  margin: 0 auto;
  position: relative;
  z-index: 700;
  padding: 0 0 3px 0;
}

.cont-map-here {
  height: 400px;
  width: 100%;
  min-width: 1007px;
  overflow: hidden;
  position: relative;
  margin: -7px 0 0 0;
}

#map {
  margin: 0 auto;
}

.map-hidden-top {
  background: url(../img/map-hidden-top.png) repeat-x 0 0;
  height: 32px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 600;
}

.map-hidden-bottom {
  background: url(../img/map-hidden-bottom.png) repeat-x 0 0;
  height: 32px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 600;
}


.form-messages {
  display: none;
  margin-bottom: 1em;
  font-size: 21px;
  color: #000;
  font-weight: bold;
  text-align: center;
  justify-content: center;
}

.form-messages:not(:empty) {
  display: flex;
  gap: 1em;
}

.form-messages.help-block {
  color: #e20000;
}

.contact-form {
  background: rgba(22, 222, 2, 0.2);
  background: url(../img/cont-form.jpg) no-repeat 0 0;
  width: 785px;
  height: 583px;
  margin: 45px auto 45px !important;
  padding: 0 50px;
  position: relative;
  overflow: hidden;
}

.contact-form-title {
  color: #848484;
  font: 24px yk;
  text-align: center;
  padding: 46px 0 37px 0;
}

.cont-input-name {
  width: 194px !important;
  margin: 0 31px 36px 0 !important;
}

.cont-input-tel {
  width: 230px !important;
  margin: 0 33px 36px 0 !important;
}

.cont-input-mail {
  width: 203px !important;
  margin: 0 0 36px 0 !important;
}

.contact-mini-title {
  color: #333333;
  font: 36px yk;
  clear: both;
  padding: 16px 0 6px;
}

.contact-form textarea {
  width: 425px;
  height: 122px;
  border: 2px solid #61bdf0;
  background: #fff;
  font: 24px yk;
  color: #4c4c4c;
  margin: 7px 0px 0 0;
  padding: 10px;
  float: left;
}

.contact-form textarea:focus {
  border: 2px solid #0076a0 !important;
  color: #000 !important;
}


.mask {
  float: left;
  height: 60px;
  margin: 15px 37px 0 0;
}



.mask-wrapper {
  height: 24px;
  float: right;
}

.calc-file {
  font: 13px yanone_kaffeesatz;
  color: #666666;
  margin-left: 8px;
  border: none;
  text-transform: uppercase;
}

.mask-wrapper .fileInputText {
  position: relative !important;
  width: 261px !important;
  top: 9px !important;
  background: none !important;
  border: none !important;
  font: 18px yk !important;
  color: #4c4c4c !important;
  margin: 35px 0 0 0 !important;
  height: 25px !important;
  text-align: center;
  float: right !important;
  left: 33px;
}

.custom-file-input {
  opacity: 0;
  filter: alpha(opacity=0);
  clear: both;
  cursor: pointer;
  float: left;
  height: 37px;
  left: 34px;
  position: relative;
  top: -67px;
  width: 291px;
  height: 51px;
  z-index: 99999;
}

.send-file {
  background: url(../img/cont-add.jpg) no-repeat 0 0;
  width: 291px;
  height: 51px;
  clear: both;
  float: left;
  position: relative;
  top: -68px;
  border: none;
  left: 34px;
}

.send-file.hover {
  background: url(../img/cont-add.jpg) no-repeat 0 -51px;
}

.contact-form input[type="submit"] {
  cursor: pointer;
  margin: 54px 0 0 286px;
  width: 225px;
  height: 56px;
  background: url(../img/cont-submit.png) no-repeat 0 0;
  clear: both;
  border: none;
}

.contact-form input[type="submit"]:hover {
  background: url(../img/cont-submit.png) no-repeat 0 -57px;
}

.contact-form input[type="submit"]:active {
  background: url(../img/cont-submit.png) no-repeat 0 100%;
}


.contact-form .podbob-blind {
  z-index: 999999;
}

.contact-form .thanks {
  right: 288px;
  bottom: 117px;
}

#avia-window .podbob-top-title {
  padding: 32px 0 5px !important;
  margin-bottom: -5px;
}

.narrow-tur.active {
  display: block;
}

.narrow-tur textarea {
  width: 100%;
}

.narrow-tur input[type="submit"] {
  background: url(../img/call-but.png) no-repeat 0 0;
  width: 322px;
  height: 56px;
}

.narrow-tur input[type="submit"]:hover {
  background-position: 0 -57px;
}

.narrow-tur input[type="submit"]:active {
  background-position: 0 100%;
}

.narrow-tur .thanks {
  right: 30px;
  bottom: 124px;
}


.narrow-tur .podbob-date {
  margin: 2px 0 0 58px !important;
  padding: 0 !important;
}

.narrow-tur .datepicker {
  margin: 1px 18px 34px 0 !important;
}

.narrow-tur textarea:focus {
  border: 2px solid #0076a0 !important;
  color: #000 !important;
}

.narrow-submit {
  height: 56px;
  width: 322px;
  position: relative;
}


.narrow-check {
  clear: both;
  padding: 20px 0px 0 84px;
}

.narrow-check a {
  font: 18px/17px yk;
  color: #999;
  border-bottom: 1px dashed #999;
  text-decoration: none;
}

.narrow-check a:hover {
  color: #333;
}

.narrow-check .ui-button {
  background: url(../img/check.png) no-repeat 0 0 !important;
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  margin: 0 5px 0 0;
}

.narrow-check .ui-state-active {
  background: url(../img/check.png) no-repeat -18px 0 !important;
}

.order-visa-select {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.order-visa-select label {
  font-size: 14px;
  line-height: 1;
  padding-bottom: .25em;
  margin-bottom: auto;
  color: #848484;
  display: block;
}

.order-visa-select__item {
  flex: 1 1 auto;
}

.order-visa-select #order-visa-select-button {
  max-width: 285px;
  min-width: 250px;
}

.order-visa-select #order-visa-select-1-button {
  max-width: 160px;
  padding: 0 36px 0 12px;
  position: relative;
}

.errors {
  position: absolute;
  top: 58px;
  left: 84px;
  font: 17px yk;
  color: #e20000;
}

.narrow-tur .errors {
  margin: -19px 0 0 0 !important;
  padding: 0 0 14px 82px !important;
  position: static !important;
}

.errors strong {
  display: none;
}

.form-wrapper input.has-error {
  border: 2px solid #ee6c56;
}



.error-repeat {
  position: absolute;
  top: 158px;
  left: 84px;
  font: 29px yk;
  color: #e20000;
  text-align: center;
  width: 400px;
}

.podbob .errors {
  left: 45px;
  top: 94px;
}


#sort-select-button {
  width: 120px !important;
  font-size: 18px;
  height: 21px;
  border: 1px solid #929292;
}

#sort-select-button .ui-icon {
  background: url(../img/sort-select-arrow.jpg) no-repeat 0 0 !important;
  width: 9px !important;
  height: 7px !important;
  margin-top: -3px !important;
  right: 6px !important;
}

#sort-select-menu li.first-child {}


#sort-select-menu li {
  padding: 0px 5px 0px 13px !important;
  font: 24px yk !important;
}

#botton-order-ins {
  background: url(../img/botton-order-ins.png) no-repeat 0 0;
  width: 348px !important;
  height: 56px !important;
  margin: 34px 0 0 51px;
  cursor: pointer;
}


#botton-order-ins:hover {
  background: url(../img/botton-order-ins.png) no-repeat 0 -56px;
}

#botton-order-ins:active {
  background: url(../img/botton-order-ins.png) no-repeat 0 100%;
}

.is-vis .i-hot {
  margin: 0 auto !important;
}


.is-ind-tur .onvis-accia {
  font: 12px/13px yk;
  color: #666666;
  height: 31px;
  padding: 5px 120px 10px 8px;
  width: 91px;
}

.slider .onvis-accia {
  font: 12px/13px yk;
  color: #666666;
  height: 31px;
  padding: 5px 90px 10px 8px;
  width: 91px;
}

#slider1 .i-hot-box-visa-title {
  padding: 12px 20px 0;
}

.in-car .i-hot-slider {
  padding: 20px 30px 5px;
  border-radius: 0 25px 25px 25px;
  background: linear-gradient(198deg, rgb(133 250 154) 0%, rgb(231 137 39) 50%, rgb(237 229 83) 100%);
  position: relative;
}

.vcd-car .i-hot-slider {
  height: 260px !important;
}

.in-car #slider1 {
  height: 290px !important;
}

.in-car .controls {
  margin: -182px 0 0 10px;
}

#ind-order {
  cursor: pointer;
}

.i-hot-3-margin50 {
  margin: 6px 0 12px;
}

.tv-calendar {
  margin-top: 24px;
}

#order-visa-window input[type="submit"] {
  background: url(../img/order-visa-button.png) no-repeat 0 0;
  width: 270px;
  height: 56px;
}

#order-visa-window input[type="submit"]:hover {
  background: url(../img/order-visa-button.png) no-repeat 0 -56px;
}

#order-visa-window input[type="submit"]:active {
  background: url(../img/order-visa-button.png) no-repeat 0 100%;
}



#bron-window input[type="submit"] {
  background: url(../img/tur-order.png) no-repeat 0 0;
  width: 322px;
  height: 56px;
}

#bron-window input[type="submit"]:hover {
  background: url(../img/tur-order.png) no-repeat 0 -56px;
}

#bron-window input[type="submit"]:active {
  background: url(../img/tur-order.png) no-repeat 0 100%;
}

.aviasales_inlineable {
  margin: 0 0 0 21px;
  float: Left;
}

.travelpayouts_container-form--type-avia {
  border: none !important;
}

.i-tur .onvis-accia {
  width: 92px;
}

.tu-bigimage-in {
  width: 1007px;
  margin: 0 auto;
}

.ind-and {
  padding: 0 0 24px 0 !important;
}

.ind-and-vis {
  padding-top: 0 !important;
}

.tur-dop-content {
  color: #656565;
  font: 24px/30px Roboto;
  padding: 21px 0 0 0;
  width: 840px;
}

.tur-dop-content p {
  padding: 0 0 12px;
}

.tur-dop-content h2 {
  padding: 33px 0;
}

.vi-text p,
.tu-text p,
.is-tur-content-text p {
  padding: 0 0 10px 0;
}

.vi-text a:hover,
.tu-text a:hover,
.is-tur-content-text a:hover,
.in-top-text a:hover {
  color: #45a6ff;
}

.tel a {
  text-decoration: none;
}

.thank-true {
  width: 350px;
  margin: -114px 0 0 -165px;
  top: 50%;
  position: absolute;
  left: 50%;
  color: #29800b;
  font: 39px Alegreya Sans;
  position: static;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

.thank-true-nucked {
  padding: 42px 0 !important;
}

.text-text {
  width: 800px;
}




.text-text a {
  color: #185c7e;
}

.text-text a:hover {
  color: #45a6ff;
  border-color: #96cdff;
}

.text-text a:focus {
  outline: none;
}


p a {
  color: #185c7e;
}

p a:hover {
  color: #45a6ff;
  border-color: #96cdff;
}

p a:focus {
  outline: none;
}


.i-search {
  position: relative;
  padding: 0 0 20px 0;
}

.i-search-title {
  float: left;
  color: #fff;
  font: 24px yk;
  padding: 1px 33px 5px 16px;
  border: 3px solid #858585;
  margin: 0 0 0 52px;
  background: url(../img/podbor-bg-an.jpg);
  margin-bottom: -3px !important;
  clear: both;
  overflow: hidden;
}

.i-search-script {
  clear: both;
  overflow: hidden;
  width: 817px;
  position: relative;
  left: 52px;
  padding: 18px;
  background: #fffef2;
  background: url(../img/tur-left.jpg) repeat-y scroll 0 0px, url(../img/tur-left.jpg) repeat-y scroll 100% 0px, url(../img/tur-top.jpg) repeat-x scroll 0 0px, url(../img/tur-top.jpg) repeat-x scroll 0 100% #fffef2 !important;


}

.is-vis-text p {
  padding: 0 0 10px 0;
}

.ins-space {
  clear: both;
  height: 50px;

}


.onvis-price p {
  text-align: left;
  font-size: 18px;
  line-height: 17px;
}

.ind-truinf-text p {
  display: inline;
}

#call-photo {
  position: absolute;
  width: 302px;
  height: 105px;
  background: url(../img/tizer-foto-na-dokumenty.jpg) no-repeat 0 0;
  float: right;
  margin: 70px 0 0 650px;
}

.address-map {
  background: #e6f1f8;
  padding-top: 36px;
}

.address-map h2 {
  text-align: center;
}

.about h2 {
  margin: 30px 0 0;
}

.addressmap-contener {
  padding-top: 3px;
  padding-bottom: 6px;
}

.address-map .adress-navi {
  display: flex;
}

.address-map .adress-navi p {
  width: 60%;
}

.contacts {
  float: left;
  width: 50%;
  text-align: left;
}

.contacts img {
  float: left;
  padding-right: 15px;
}

.contacts .contacts-card {
  padding: 33px;
}

.addressmap-contener .contacts p {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  color: #555;
  padding-top: 9px;
  text-align: left;
  padding-left: 90px;
}

.about {
  color: #444;
  font-size: 20px;
  padding: 0px 0;
}

.contaner {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}

.bg-header {
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}


.video {
  padding-top: 15px;
  padding-bottom: 66px;
  position: relative;
  z-index: 12;
  background: #F6F6F6;
}

.video .about h2 {
  color: #332222;
  width: 60%;
  margin-left: 60px;
}

.photogallery {
  padding-top: 15px;
  padding-bottom: 66px;
  /*margin-top: 42px;*/
  position: relative;
  z-index: 12;
  background-color: #fff2e0;
}

.photogallery .about h2 {
  color: #55432a;
  width: 60%;
  margin-left: 60px;
}

.hottours {
  padding-top: 60px;
  text-align: center;
  position: relative;
  z-index: 12;
}

.hottours .about {
  padding: 0 !important;
}

.hottours .about h2 {
  color: #565656;
  padding-bottom: 21px;
  text-transform: uppercase;
}

.map {
  padding-top: 15px;
  position: relative;
  z-index: 12;
  background: #f1f1f1;
}

.map .about {
  padding: 0 !important;
}

.map .about h2 {
  color: #332222;
  width: 60%;
  margin-left: 60px;
}



.reviews {
  background-image: url(../img/BG-review.jpg);
  background-position: top center;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 66px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.reviews h2 {
  color: #006090;
}

.reviews-items {
  margin: 21px auto;

}

.reviews-item {
  text-align: left;
}

.reviews-item.hidden {
  display: none;
}

.reviews-item .reviews-contaner {
  position: relative;
  width: 219px;
}

.reviews-item .txt {
  font-family: roboto;
  position: absolute;
  width: 199px;
  height: auto;
  left: 0px;
  top: 141px;
  padding-left: 10px;
  padding-right: 10px;
}


.reviews-item .name {
  font-size: 19px;
  color: #444444;
  font-weight: normal;
  margin: 15px 0;
}

.reviews-item p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #666;
}

.reviews .left {
  float: left;
  width: 360px;
  height: 531px;
  position: absolute;
  margin-left: 0px;
  margin-top: 30px;
}

.reviews .right {
  float: right;
  width: 198px;
  height: 368px;
  margin-top: -21px;
  right: 0px;
  position: absolute;
}


.show-all a {
  color: #000;
  background: #fff;
  text-decoration: none;
  padding: 12px 36px;
  border-radius: 0px;
}

.show-all a:hover {
  color: #000;
  background: #f1f1f1;
}

.show-all a:active {
  color: #000;
  background: #e5e5e5;
}



.other-article {
  padding-top: 30px;
  position: relative;
  z-index: 12;
  background: #f1f1f1;
}

.other-article .about {
  padding: 0 !important;
}

.other-article .about h2 {
  color: #565656;
  padding: 21px;
}


element.style {}

.map_section a {
  color: var(--color-contact);
  text-decoration: none;
}


.btn_yandex {
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--color-btn--yellow);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px -6px 0px var(--color-btn-shadowyellow);
  height: 45px;
  font-weight: 900;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1.25px;
  border-radius: 29.5px;
  font-family: 'Roboto';
  font-weight: 900;
  text-transform: uppercase;
  border: none;
  filter: drop-shadow(0px 6px 6px rgba(76, 76, 76, 0.5));
  color: #272727 !important;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.5);
  padding: 0 13px;
  transition: background-image 0.5s ease-out 0s;
}

.btn_yandex:hover {
  background: linear-gradient(0deg, var(--color-btn-lightyellow), var(--color-btn-lightyellow), var(--color-btn--yellow));
  color: #272727 !important;
}

.btn_yandex:active {
  background: linear-gradient(0deg, var(--color-btn-darkyellow), var(--color-btn-darkyellow)), linear-gradient(0deg, var(--color-btn-lightyellow), var(--color-btn-lightyellow)), var(--color-btn--yellow);
  color: #272727 !important;
  padding-top: 2px;
  padding-bottom: 0;
}

.ya-taxi-widget__info-icon {
  display: none;
}

.btn_yandex::before {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  background: url('../images/ico/ico-ya-navi.svg') no-repeat left top;
  margin-right: 10px;
  flex-shrink: 0;
}

.ya-taxi-widget__info-icon {
  display: none;
}

.ya-taxi-widget__info-icon {
  display: none;
}

.btn_yandex::before {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  background: url('../images/ico/ico-ya-navi.svg') no-repeat left top;
  margin-right: 10px;
  flex-shrink: 0;
}

.ya-taxi-widget__info-icon {
  display: none;
}