/*============================
=            grey            =
============================*/
/*=====  End of grey  ======*/
/*============================
=            blue            =
============================*/
/*=====  End of blue  ======*/
/*=============================
=            green            =
=============================*/
/*=====  End of green  ======*/
/*====================================
=            Banner small            =
====================================*/
.banner_small {
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-pack: end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.banner_small.blue_version .banner_small_text .bg {
  background-color: #1e273d;
}
body.yellow:not(.reader-mode) .banner_small {
  background-color: var(--black);
}

.banner_small_text {
  min-width: 575px;
  min-height: 140px;
  padding: 20px 100px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  transition: all 0.5s ease-in-out 0.3s;
  right: -25%;
  opacity: 0;
}
.banner_small_text::before {
  content: "";
  height: 100%;
  background-color: #fdf8e8;
  opacity: 0.6;
  position: absolute;
  right: 0;
  width: 375px;
  top: 50%;
  z-index: 1;
  transition: all 1.5s ease-in-out 0.5s;
  transform: translateX(100%);
}
body.yellow:not(.reader-mode) .banner_small_text::before {
  content: none;
}
.banner_small_text .bg {
  background-color: #8ECC09;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
body.yellow:not(.reader-mode) .banner_small_text .bg {
  background-color: var(--black);
}
.banner_small_text .map {
  width: 257px;
  opacity: 0.5;
  mix-blend-mode: soft-light;
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
}
body.yellow:not(.reader-mode) .banner_small_text .map {
  display: none;
}
.banner_small_text .title {
  font-weight: bold;
  font-size: 3.625rem;
  line-height: 0.8448275862;
  color: #fdf8e8;
  position: relative;
  z-index: 5;
  text-transform: lowercase;
  transition: all 0.4s ease-in-out 0.5s;
  transform: translateX(100%);
}
body.yellow:not(.reader-mode) .banner_small_text .title {
  color: var(--yellow);
}

.start_anim .banner_small_text {
  right: 0;
  opacity: 1;
}
.start_anim .banner_small_text::before, .start_anim .banner_small_text .title {
  transform: translateX(0%);
}

@media screen and (max-width: 1599px) {
  .banner_small_text {
    padding: 20px 50px;
  }
}
@media screen and (max-width: 1199px) {
  .banner_small_text {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .banner_small {
    height: 200px;
  }
  .banner_small_text {
    min-width: 270px;
    min-height: 67px;
    padding: 20px 50px;
  }
  .banner_small_text::before {
    width: 175px;
  }
  .banner_small_text .map {
    width: 157px;
    top: 57%;
    left: -37px;
  }
  .banner_small_text .title {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .banner_small {
    height: 160px;
  }
  .banner_small_text {
    min-width: 170px;
    min-height: 55px;
    padding: 10px 30px;
  }
  .banner_small_text::before {
    width: 95px;
  }
  .banner_small_text .map {
    width: 117px;
    left: -28px;
  }
  .banner_small_text .title {
    font-size: 1.5625rem;
  }
}
/*=====  End of Banner small  ======*/
/*================================
=            Bot part            =
================================*/
.karty_bot {
  position: relative;
  padding: 82px 0;
}
.karty_bot .bg_img {
  position: absolute;
  left: 0;
  top: -35px;
  opacity: 0.3;
  z-index: -1;
}
body.yellow:not(.reader-mode) .karty_bot .bg_img {
  display: none;
}

.karty_bot_heading {
  color: #fff;
  position: relative;
}
.karty_bot_heading::after {
  clear: both;
  content: "";
  display: table;
}
body.yellow:not(.reader-mode) .karty_bot_heading {
  color: var(--yellow);
}
.karty_bot_heading .title {
  font-size: 3rem;
  line-height: 1.0208333333;
  padding: 30px 40px 30px 100px;
  margin-left: -100px;
  position: relative;
  width: 740px;
  max-width: calc(100% + 100px);
}
.karty_bot_heading .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #1e273d;
  mix-blend-mode: multiply;
}
body.yellow:not(.reader-mode) .karty_bot_heading .bg {
  background-color: var(--black);
}
.karty_bot_heading .t2 {
  font-weight: 900;
}
.karty_bot_heading .desc {
  background-color: #8ECC09;
  width: calc(100% - 550px);
  float: right;
  font-size: 1.125rem;
  font-weight: 300;
  padding: 21px 33px;
  line-height: 25px;
  margin-top: -71px;
  color: #fff;
}
.karty_bot_heading .desc p {
  margin: 0;
}
body.yellow:not(.reader-mode) .karty_bot_heading .desc {
  background-color: var(--black);
  color: var(--yellow);
}

.karty_bot_cont {
  padding-top: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
}
.karty_bot_cont .single {
  border-right: 1px solid #000;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.0625rem;
  font-weight: 300;
  width: 50%;
  padding: 27px 2% 18px;
}
.karty_bot_cont .single:last-child {
  border-right: none;
}
.karty_bot_cont .single .phones {
  padding-top: 35px;
}
.karty_bot_cont .single .or {
  font-size: 0.8125rem;
  padding: 7px 0;
}
.karty_bot_cont .single a {
  color: #8ECC09;
  font-weight: 500;
  padding: 5px;
}
body.yellow:not(.reader-mode) .karty_bot_cont .single a {
  color: var(--yellow);
}
body.yellow:not(.reader-mode) .karty_bot_cont {
  background-color: var(--black) !important;
}

.karty_bot_desc {
  padding-top: 60px;
}

.karty_bot_next_row_scroll {
  color: #000;
  position: absolute;
  right: 0;
  bottom: 100%;
  cursor: pointer;
  padding-right: 25px;
  transform: translateY(100%);
}
.karty_bot_next_row_scroll .ts1 {
  font-size: 2.1875rem;
  font-weight: 700;
}
.karty_bot_next_row_scroll .ts2 {
  font-size: 1.125rem;
}
.karty_bot_next_row_scroll img {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 12px;
}

.karty_bot.v2 {
  padding-top: 0px;
}
@media screen and (max-width: 1420px) {
  .karty_bot_next_row_scroll {
    padding-right: 10px;
  }
  .karty_bot_next_row_scroll .ts1 {
    font-size: 1.75rem;
  }
  .karty_bot_next_row_scroll .ts2 {
    font-size: 0.875rem;
  }
  .karty_bot_next_row_scroll img {
    right: 0px;
  }
}
@media screen and (max-width: 1300px) {
  .karty_bot .bg_img {
    width: 340px;
  }
  .karty_bot_heading .title {
    width: 485px;
    max-width: calc(100% + 50px);
    margin-left: -50px;
    font-size: 2.25rem;
    padding-left: 50px;
  }
  .karty_bot_heading .desc {
    width: calc(100% - 370px);
    font-size: 1rem;
    padding: 21px 33px;
    margin-top: -44px;
    color: #fff;
  }
  .karty_bot_heading .desc br {
    display: none;
  }
  .karty_bot_cont {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    flex-wrap: wrap;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding-top: 35px;
  }
  .karty_bot_cont .single {
    width: 33.33%;
    margin: 15px 0;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 1024px) {
  .karty_bot {
    padding: 65px 0;
  }
  .karty_bot_heading .desc {
    width: calc(100% - 320px);
    margin-right: -50px;
    padding-right: 50px;
  }
  .karty_bot_cont {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    flex-wrap: wrap;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .karty_bot_cont .single {
    width: 33.33%;
    margin: 15px 0;
  }
  .karty_bot_desc {
    padding-top: 20px;
  }
  .oferta_dots_single .title_v2 {
    font-size: 1.3125rem;
  }
  .oferta_dots_single.karty {
    width: 260px;
    height: 150px;
  }
  .oferta_slider_single .title_block strong {
    font-size: 1.25rem;
  }
  .oferta_slider_single .title_block span {
    font-size: 1rem;
  }
  .karty_bot_next_row_scroll {
    bottom: 92%;
  }
  .karty_bot_next_row_scroll .ts1 {
    font-size: 1.5rem;
  }
  .karty_bot_next_row_scroll .ts2 {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .karty_bot .bg_img {
    width: 340px;
  }
  .karty_bot_heading .title {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    font-size: 1.625rem;
    padding: 35px 20px;
  }
  .karty_bot_heading .desc {
    width: 100%;
    font-size: 0.9375rem;
    line-height: 20px;
    padding: 21px 20px;
    margin-top: -11px;
    margin-right: -20px;
  }
  .karty_bot_cont {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    flex-wrap: wrap;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding-top: 35px;
  }
  .karty_bot_cont .single {
    width: 100%;
    margin: 0;
    font-size: 0.9375rem;
    padding: 23px 0;
    border-right: 0;
    border-bottom: 1px solid #000;
  }
  .karty_bot_cont .single:last-child {
    border-bottom: none;
  }
  .oferta_slider_single .title_block strong {
    font-size: 1.125rem;
  }
  .oferta_slider_single .title_block span {
    font-size: 0.875rem;
  }
  .oferta_dots_single .title_v2 {
    font-size: 1.125rem;
  }
  .oferta_dots_single.karty {
    width: 200px;
    height: 125px;
  }
}
/*=====  End of Bot part  ======*//*# sourceMappingURL=karty.css.map */