.promo {
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfeff), to(#e7f3fc));
  background: -webkit-linear-gradient(top, #fdfeff, #e7f3fc);
  background: -moz- oldlinear-gradient(top, #fdfeff, #e7f3fc);
  background: -o-linear-gradient(top, #fdfeff, #e7f3fc);
  background: linear-gradient(to bottom, #fdfeff, #e7f3fc);
  height: 722px;
  overflow: hidden;
}
@media only screen and (max-width: 1560px) {
  .promo {
    height: 600px;
  }
}
@media only screen and (max-width: 1280px) {
  .promo {
    height: 456px;
  }
}
@media only screen and (max-width: 992px) {
  .promo {
    height: auto;
  }
}
.promo h1 {
  font-size: inherit;
  font-family: "segoeui";
  text-transform: none;
  margin: 0;
}
.promo__name {
  display: block;
  color: #ff6022;
  font-family: "squares";
  font-weight: 700;
}
@media only screen and (max-width: 1280px) {
  .promo__name {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 992px) {
  .promo__name {
    font-size: 23px;
    line-height: 33px;
  }
}
.promo__name_size-b {
  font-size: 60px;
  line-height: 76px;
}
.promo__name_size-m {
  font-size: 50px;
  line-height: 1.26;
}
@media only screen and (max-width: 1560px) {
  .promo__name_size-m {
    font-size: 41px;
  }
}
@media only screen and (max-width: 1280px) {
  .promo__name_size-m {
    font-size: 31px;
  }
}
@media only screen and (max-width: 479px) {
  .promo__name_size-m {
    font-size: 26px;
  }
}
.promo__name_size-s {
  font-size: 32px;
  line-height: 1.563;
}
@media only screen and (max-width: 1560px) {
  .promo__name_size-s {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1280px) {
  .promo__name_size-s {
    font-size: 20px;
  }
}
.promo__text {
  display: block;
  color: #4d4d4d;
  font-family: "segoeui";
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 27px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1560px) {
  .promo__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .promo__text {
    margin-bottom: 20px;
    margin-top: 5px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 992px) {
  .promo__text {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 17px;
  }
}
.promo__text ul {
  padding-left: 10px;
}
@media only screen and (max-width: 1280px) {
  .promo__text ul {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 992px) {
  .promo__text ul {
    padding-left: 16px;
  }
}
@media only screen and (max-width: 1560px) {
  .promo__text ul li {
    margin: 0;
  }
}
.promo__image-mobile {
  display: none;
  margin-bottom: 2px;
}
@media only screen and (max-width: 992px) {
  .promo__image-mobile {
    display: block;
    height: 324px;
  }
}
@media only screen and (max-width: 992px) {
  .promo__image-mobile img {
    margin: 0;
    max-width: none;
    left: 50%;
    position: relative;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@media only screen and (max-width: 640px) {
  .promo__image-mobile {
    height: 274px;
  }
}
@media only screen and (max-width: 479px) {
  .promo__image-mobile {
    height: 200px;
  }
  .promo__image-mobile img {
    left: 23%;
  }
}
@media only screen and (max-width: 359px) {
  .promo__image-mobile {
    height: 150px;
  }
  .promo__image-mobile img {
    left: 33%;
  }
}
.promo__image-mobile img {
  margin: auto;
}
@media only screen and (max-width: 1760px) {
  .promo__slider {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1280px) {
  .promo__slider {
    padding-bottom: 30px;
  }
}
.promo__slide {
  height: 631px;
  height: 712px;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1760px) {
  .promo__slide {
    height: 580px;
    padding-bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 1560px) {
  .promo__slide {
    height: 510px;
  }
}
@media only screen and (max-width: 1280px) {
  .promo__slide {
    height: 416px;
  }
}

.promo__top-text {
  display: block;
  font-size: 28px;
  color: #4d4d4d;
  line-height: normal;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1280px) {
  .promo__top-text {
    font-size: 20px;
  }
}
.promo__image {
  position: absolute;
  top: 0;
  right: 0;
}
.promo__new {
  background-color: #f6aa0e;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 3px 9px;
  margin-bottom: 16px;
}
.promo__info {
  width: 644px;
}
@media only screen and (max-width: 1560px) {
  .promo__info {
    width: 514px;
  }
}
@media only screen and (max-width: 1280px) {
  .promo__info {
    width: 414px;
  }
}
@media only screen and (max-width: 992px) {
  .promo__info {
    width: 100%;
  }
}
.promo__links {
  margin-top: 40px;
}
@media only screen and (max-width: 1280px) {
  .promo__links {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .promo__links {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 992px) {
  .promo__links .btn {
    margin-bottom: 5px;
  }
}
.promo__links .btn:first-child {
  margin-right: 11px;
}
@media only screen and (max-width: 1625px) {
  .promo__arrows {
    display: none;
  }
}
@media only screen and (max-width: 1560px) {
  .promo__arrows {
    display: block;
  }
}
@media only screen and (max-width: 1020px) {
  .promo__arrows {
    display: none;
  }
}
.promo__arrows .arrows__arrow {
  top: 236px;
}
@media only screen and (max-width: 1560px) {
  .promo__arrows .arrows__arrow {
    top: 205px;
  }
}
@media only screen and (max-width: 1280px) {
  .promo__arrows .arrows__arrow {
    top: 175px;
  }
}
.promo__arrows .arrows__arrow svg use {
  fill: #ff6022;
}
@media only screen and (max-width: 1560px) {
  .promo__arrows .arrows__arrow svg {
    width: 20px;
    height: 45px;
  }
}
.promo__arrows .arrows__arrow:hover svg use {
  fill: #fc8356;
}
.promo__arrows .arrows__arrow:active svg use {
  fill: #ff6022;
}
.promo__arrows .arrows__arrow-prev {
  left: 39px;
}
@media only screen and (max-width: 1685px) {
  .promo__arrows .arrows__arrow-prev {
    left: 10px;
  }
}
.promo__arrows .arrows__arrow-next {
  right: 39px;
}
@media only screen and (max-width: 1685px) {
  .promo__arrows .arrows__arrow-next {
    right: 10px;
  }
}
.promo__dots {
  bottom: 124px;
}
@media only screen and (max-width: 1760px) {
  .promo__dots {
    bottom: 45px;
  }
}
@media only screen and (max-width: 1280px) {
  .promo__dots {
    bottom: 33px;
  }
}
@media only screen and (max-width: 992px) {
  .promo__dots {
    bottom: -11px;
  }
}
.promo__dots button {
  background-color: #46b8ea;
  border-color: #46b8ea;
}
.promo__dots li.slick-active {
  margin-top: -2px;
  margin-left: 0px;
  margin-right: 5px;
}
@media only screen and (max-width: 992px) {
  .promo__dots li.slick-active {
    margin: 0 3px 0 2px;
  }
}
.promo__dots li.slick-active button {
  width: 14px;
  height: 14px;
}
@media only screen and (max-width: 992px) {
  .promo__dots li.slick-active button {
    width: 10px;
    height: 10px;
  }
}

/*# sourceMappingURL=promo.css.map */
