/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
@font-face {
  font-family: "Rubik";
  font-display: swap;
  src: url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  font-display: swap;
  src: url("../fonts/Rubik-Light.woff2") format("woff2"), url("../fonts/Rubik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  font-display: swap;
  src: url("../fonts/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  font-display: swap;
  src: url("../fonts/Rubik-Bold.woff2") format("woff2"), url("../fonts/Rubik-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@media (max-width: 81.25rem){
    :root {
      font-size: .875rem;
    }
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 16px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Rubik";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Rubik";
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  color: #263238;
  font-family: "Rubik";
}
body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper._loaded .preloader {
  opacity: 0;
  visibility: hidden;
}
.wrapper._loaded .preloader .preloader__item img {
  -webkit-animation-name: preloaderAnimate;
          animation-name: preloaderAnimate;
-webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
-webkit-transform: rotateX(80deg);
        transform: rotateX(80deg);
}
._container {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px;
}

.preloader {
  position: fixed;width: 100%;height: 100%;top: 0;left: 0;
  background-color: #fff;
  z-index: 200;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  visibility: visible;
}
.preloader .preloader__item img {
  -webkit-animation: 1s linear 1s infinite alternate preloaderAnimate;
          animation: 1s linear 1s infinite alternate preloaderAnimate;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.preloader .preloader__item {
  /* -webkit-perspective: 400px;
          perspective: 400px;
  -webkit-perspective-origin: center;
          perspective-origin: center; */
}
@-webkit-keyframes preloaderAnimate{
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  } 
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes preloaderAnimate{
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  } 
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@media (max-width: 1350px) {
  ._container {
    padding: 0 50px;
  }
}

@media (max-width: 1240px) {
  .exchange-block_page .goods-block__items {
    padding: 0;
  }
}
@media (max-width: 991.9808px) {
  ._container {
    padding: 0 40px;
  }
}
@media (min-width: 767.9808px) {

  .header__btn-phone {
    display: none;
  }
}
@media (max-width: 767.9808px) {
  ._container {
    padding: 0 20px;
  }
  .choose__items {
    margin-bottom: 0;
  }
  .header__btn-phone {
    display: block;
    width: 40px;
    height: 40px;
   
  }
  .menu__items li {
    border-bottom: none !important;
  }
  .header__numbers  a {
    display: none;
  }
}

.form__error {
  display: none;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px;
}
.button._fw {
  width: 100%;
}

.select {
  position: relative;
}
.select__item {
  position: relative;
}
.select__title {
  color: rgba(0, 0, 0, 0.63);
  font-weight: 300;
  border: 1px solid #004da0;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
  font-size: 18px;
}
@media (max-width: 991.9808px) {
  .select__title {
    font-size: 14px;
  }
}
@media (max-width: 479.9808px) {
  .select__title {
    font-size: 13px;
  }
  .preloader .preloader__item img {
    width: 250px;
  }

}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  height: 60px;
  padding: 20px 25px 20px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-radius: 5px;
}
@media (max-width: 991.9808px) {
  .select__value {
    font-size: 14px;
  }
}
@media (max-width: 767.9808px) {
  .select__value {
    height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 479.9808px) {
  .select__value {
    height: 45px;
    font-size: 13px;
    padding: 20px 16px 20px 16px;
  }
}
.select__value span {
  color: rgba(0, 0, 0, 0.63);
  font-weight: 300;
  height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.select__value:before {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 11px;
  height: 7px;
  background: url("../img/questions/arrow.png") center/100% no-repeat;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  color: #636D74;
  position: absolute;
  top: 60px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #004da0;
  border-top: 0;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 991.9808px) {
  .select__options {
    font-size: 14px;
  }
}
@media (max-width: 767.9808px) {
  .select__options {
    top: 50px;
  }
}
.select__option {
  cursor: pointer;
  padding: 10px 25px 10px 30px;
  margin: 0px 0px 5px 0px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  
}
@media (max-width: 767.9808px) {
  .select__option {
    padding: 5px 25px 5px 30px;
  }
}
@media (max-width: 479.9808px) {
  .select__options {
    font-size: 13px;
    top: 45px;
  }
  .select__option {
    padding: 5px 25px 5px 16px;
  }
}
@media (max-width: 479.9808px) {
  .select__options {
    font-size: 13px;
    top: 45px;
  }
}
@media (min-width: 992px) {
  .select__option:hover {
    background: #f2f8ff;
  }
}
.select._active {
  z-index: 5;
}
.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  width: 100%;
  display: block;
  padding: 0px 20px;
}
textarea.input {
  resize: none;
}

.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}
.checkbox__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.2992px;
  line-height: 1.25;
  cursor: pointer;
}
.checkbox__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.checkbox a {
  color: #636D74;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}
.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.options__item {
  position: relative;
  cursor: pointer;
}
.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.options__input:checked + .options__text:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.options__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.2992px;
  line-height: 1.25;
}
.options__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.options__text:after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "â˜…â˜…â˜…â˜…â˜…";
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "â˜…â˜…â˜…â˜…â˜…";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}
.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.quantity__button::before, .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5008px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}
@media (min-width: 991.9808px) {
  .quantity__button:hover::before, .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.quantity__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "â‚½";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}
ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}
ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}
.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}
._more-link span {
  font-style: normal;
}
._more-link span:first-child {
  display: block;
}
._more-link span:last-child {
  display: none;
}
._more-link._active span {
  font-style: normal;
}
._more-link._active span:first-child {
  display: none;
}
._more-link._active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}
._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
._swiper.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

._tabs-block {
  display: none;
}
._tabs-block._active {
  display: block;
}

.mirror {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}
._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.title {
  color: #004da0;
  text-transform: uppercase;
}
.title span {
  color: #e60f2a;
}

h1 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
}
@media (max-width: 1240px) {
  h1 {
    font-size: 42px;
    line-height: 51px;
  }
}
@media (max-width: 767.9808px) {
  h1 {
    font-size: 34px;
    line-height: 41px;
  }
}
@media (max-width: 479.9808px) {
  h1 {
    font-size: 26px;
    line-height: 31px;
  }
}

h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 53px;
}
@media (max-width: 1240px) {
  h2 {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (max-width: 991.9808px) {
  h2 {
    font-size: 34px;
    line-height: 47px;
  }
}
@media (max-width: 767.9808px) {
  h2 {
    font-size: 24px;
    line-height: 33px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 479.9808px) {
  h3 {
    font-size: 16px;
  }
}

.adtitle {
  font-size: 25px;
  font-weight: 300;
}

.text {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}
@media (max-width: 767.9808px) {
  .text {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 479.9808px) {
  .text {
    font-size: 14px;
    line-height: 19px;
  }
}

.helptext {
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 479.9808px) {
  .helptext {
    font-size: 14px;
  }
}

.adtext {
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 479.9808px) {
  .adtext {
    font-size: 12px;
  }
}

.link {
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  color: #1b2040;
}
.link.link-active {
  pointer-events: none;
  color: #004da0;
}
.footer__item.link-active {
  pointer-events: none;
}
.link:hover {
  color: #004da0;
  text-decoration: underline;
}
.link:active {
  color: #1b2040;
  text-decoration: underline;
}

.link-bg {
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 144%;
}
.link-bg span, .link-bg a {
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 144%;
}
.link-bg:hover {
  color: #00adee;
}
.link-bg:hover span, .link-bg:hover a {
  color: #00adee;
}
.link-bg:active {
  color: #80d9ff;
}
.link-bg:active span, .link-bg:active a {
  color: #80d9ff;
}

.button-call {
  height: 43px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 105.47%;
  cursor: pointer;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #004da0;
}
.button-call:hover {
  background-color: #00adee;
}
.button-call:focus {
  background-color: #1b2040;
}

.button-more {
  height: 43px;
  border-radius: 5px;
  color: #004da0;
  border: 1px solid #004da0;
  font-size: 14px;
  line-height: 105.47%;
  cursor: pointer;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  text-transform: uppercase;
}
.button-more:hover {
  color: #fff;
  background-color: #004da0;
}
.button-more:active {
  border: 1px solid #00adee;
  background-color: #00adee;
  color: #fff;
}

.button-order {
  height: 61px;
  border-radius: 5px;
  color: #004da0;
  font-size: 16px;
  font-weight: 500;
  line-height: 105.47%;
  cursor: pointer;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e60f2a;
  text-transform: uppercase;
  color: #fff;
}
.button-order:hover {
  background-color: #ff0020;
}
.button-order:active {
  background-color: #c60019;
}

.button-order._fw {
  width: 100%;
  max-width: 100%;
}

.button-bg {
  height: 56px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #004da0;
  text-transform: uppercase;
  border: 1px solid #fff;
}
.button-bg:hover {
  background-color: #00adee;
  border: 1px solid transparent;
}
.button-bg:active {
  background-color: #1b2040;
  border: 1px solid transparent;
}

.input._error {
  color: #e60f2a;
}

.input {
  background-color: #fff;
  border: 1px solid #004da0;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 300;
  padding: 0 30px;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  color: rgba(0, 0, 0, 0.63);
}
@media (max-width: 767.9808px) {
  .input {
    font-size: 15px;
    padding: 0 20px;
  }
}
@media (max-width: 479.9808px) {
  .input {
    text-align: start;
    font-size: 14px;
    padding: 0 16px;
  }
}
.input:hover {
  background-color: #f2f8ff;
}

.icon-bg {
  position: relative;
  width: 26px;
  height: 26px;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  cursor: pointer;
}
.icon-bg::before {
  position: relative;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  display: block;
  background-size: contain;
}

.telegram:hover::before {
  background: url("../img/icons/telegram-blue.svg") 0 0 no-repeat;
}
.telegram:active::before {
  background: url("../img/icons/telegram-dark.svg") 0 0 no-repeat;
}
.telegram::before {
  background: url("../img/icons/telegram.svg") 0 0 no-repeat;
}

.viber:hover::before {
  background: url("../img/icons/viber-blue.svg") 0 0 no-repeat;
}
.viber:active::before {
  background: url("../img/icons/viber-dark.svg") 0 0 no-repeat;
}
.viber::before {
  background: url("../img/icons/viber.svg") 0 0 no-repeat;
}

.whatsapp {
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
.whatsapp:hover::before {
  background: url("../img/icons/whatsapp-blue.svg") 0 0 no-repeat;
}
.whatsapp:active::before {
  background: url("../img/icons/whatsapp-dark.svg") 0 0 no-repeat;
}
.whatsapp::before {
  background: url("../img/icons/whatsapp-green.svg") 0 0 no-repeat;
}

.icon {
  position: relative;
  width: 44px;
  height: 44px;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  cursor: pointer;
}
.icon::before {
  position: relative;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  display: block;
  background-size: contain;
}

.arrow-next {
  position: relative;
  width: 48px;
  height: 48px;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  cursor: pointer;
}
.arrow-next:hover::before {
  background: url("../img/common/lightblue/next.png") 0 0 no-repeat;
}
@media (any-hover: hover){
  .arrow-next:hover::before {
    background: url("../img/common/lightblue/next.png") 0 0 no-repeat;
  }
  .arrow-next:active::before {
    background: url("../img/common/darkblue/next.png") 0 0 no-repeat;
  }
}

.arrow-next::before {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../img/common/blue/next.png") 0 0 no-repeat;
  content: "";
  top: 0;
  left: 0;
  display: block;
}

.close {
  position: relative;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  cursor: pointer;
}
.close:hover::before {
  background: url("../img/common/lightblue/close.png") 0 0 no-repeat;
}
.close:active::before {
  background: url("../img/common/darkblue/close.png") 0 0 no-repeat;
}
.close::before {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../img/common/blue/close.png") 0 0 no-repeat;
  content: "";
  top: 0;
  left: 0;
  display: block;
}

.arrow {
  position: relative;
  width: 18px;
  height: 30px;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  cursor: pointer;
}
.arrow:hover::before {
  background: url("../img/common/blue/arrow-2.png") 0 0 no-repeat;
}
.arrow:active::before {
  background: url("../img/common/darkblue/arrow.png") 0 0 no-repeat;
}
.arrow::before {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../img/common/blue/arrow-1.png") 0 0 no-repeat;
  content: "";
  top: 0;
  left: 0;
  display: block;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}
.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active::before {
  opacity: 1;
}
.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}
.popup__body {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
  border-radius: 5px;
}
.popup__close {
  position: absolute;
  cursor: pointer;
  z-index: 30;
  width: 25px;
  height: 25px;
  top: 30px;
  right: 30px;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  background: url("../img/common/blue/close.png") 0 0 no-repeat;
}
.popup__close:hover {
  background: url("../img/common/lightblue/close.png") 0 0 no-repeat;
}
.popup__close:active {
  background: url("../img/common/darkblue/close.png") 0 0 no-repeat;
}
@media (max-width: 767.9808px) {
  .popup__close {
    top: 16px;
    right: 16px;
    background: url("../img/icons/close-2.svg") 0 0 no-repeat;
    width: 19px;
    height: 19px;
    background-size: contain;
  }
  .popup__close:hover {
    background: url("../img/icons/close-2.svg") 0 0 no-repeat;
  }
  .popup__close:active {
    background: url("../img/icons/close-2-active.svg") 0 0 no-repeat;
  }
}
@media (max-width: 479.9808px) {
  .popup__close {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 991.9808px) {
  .popup__close {
    top: 24px;
    right: 24px;
  }
  .button-order._fw {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 767.9808px) {
  .resirvers-popup {
    padding: 0;
  }
}

.resirvers-popup__body {
  max-width: 895px;
  border-radius: 5px;
  padding: 54px 75px 54px 67px;
}
@media (max-width: 767.9808px) {
  .resirvers-popup__body {
    padding: 32px 37px 57px 13px;
  }
}
.resirvers-popup__title {
  margin: 0 0 30px 0;
  font-size: 25px;
  text-transform: uppercase;
  color: #004da0;
  font-weight: 500;
  line-height: 35px;
}
@media (max-width: 991.9808px) {
  .resirvers-popup__title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767.9808px) {
  .resirvers-popup__title {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 20px 0;
    max-width: 380px;
  }
}
@media (max-width: 479.9808px) {
  .resirvers-popup__title {
    margin: 0 0 25px 0;
  }
}
.resirvers-popup__row {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 767.9808px) {
  .resirvers-popup__row {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 479.9808px) {
  .resirvers-popup__row {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.resirvers-popup__item {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  margin: 0 0 20px 0;
}
@media (max-width: 767.9808px) {
  .resirvers-popup__item {
    margin: 0 0 12px 0;
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 767.9808px) {
  .cities-popup {
    padding: 0;
  }
}
@media (max-width: 767.9808px) {
  .cities-popup__content {
    display: block;
  }
}
.cities-popup__body {
  max-width: 1070px;
  padding: 62px 87px 67px 62px;
}
@media (max-width: 767.9808px) {
  .cities-popup__body {
    padding: 67px 36px 40px 42px;
    border-radius: 0;
  }
}
@media (max-width: 479.9808px) {
  .cities-popup__body {
    padding: 47px 26px 30px 32px;
  }
}
.cities-popup__title {
  color: #004da0;
  font-size: 25px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 50px 0;
}
@media (max-width: 1240px) {
  .cities-popup__title {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 991.9808px) {
  .cities-popup__title {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 767.9808px) {
  .cities-popup__title {
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 22px;
    max-width: 330px;
  }
}
@media (max-width: 479.9808px) {
  .cities-popup__title {
    margin: 0 0 20px 0;
    font-size: 15px;
    line-height: 21px;
  }
}
.cities-popup__block {
  margin: 0 0 25px 0;
}
@media (max-width: 479.9808px) {
  .cities-popup__block {
    margin: 0 0 15px 0;
  }
}
.cities-popup__block:last-child {
  margin: 0;
}
.cities-popup__caption {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 26px;
  color: #004da0;
  margin: 0 0 30px 0;
}
@media (max-width: 767.9808px) {
  .cities-popup__caption {
    margin: 0 0 20px 0;
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 479.9808px) {
  .cities-popup__caption {
    font-size: 14px;
    line-height: 20px;
  }
}
.cities-popup__items_1 {
  max-width: 800px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991.9808px) {
  .cities-popup__items_1 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.9808px) {
  .cities-popup__items_1 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.cities-popup__items_2 {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  row-gap: 5px;
}
@media (max-width: 1023.9808px) {
  .cities-popup__items_2 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991.9808px) {
  .cities-popup__items_2 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.9808px) {
  .cities-popup__items_2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.cities-popup__item {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  margin: 0 0 15px 0;
}
@media (max-width: 767.9808px) {
  .cities-popup__item {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 479.9808px) {
  .cities-popup__item {
    font-size: 13px;
    line-height: 18px;
  }
}

.description-popup__body {
  width: 100%;
  height: 100%;
  border-radius: 0;
  padding: 35px 20px 30px 20px;
}
.description-popup__close {
  top: 20px;
  right: 20px;
}
.description-popup__title {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 19px;
  color: #004da0;
  text-transform: uppercase;
  padding-right: 20px;
}
@media (max-width: 479.9808px) {
  .description-popup__title {
    font-size: 15px;
    line-height: 18px;
  }
}
/* @media (max-width: 767.9808px) {
  .apply-popup {
    padding: 0;
  }
} */
.apply-popup__body {
  max-width: 500px;
  padding: 60px 85px 50px 85px;
}
.popup_apply-card .apply-popup__body {
  padding: 60px 65px 50px 65px;
}
@media (max-width: 479.9808px) {
  .apply-popup__body {
    padding: 60px 70px 50px 70px;
  }
  .popup_apply-card .apply-popup__body {
    padding: 60px 50px 50px 50px;
  }
}
@media (max-width: 479.9808px) {
  .apply-popup__body {
    padding: 40px 20px 25px 20px;
  }
  .popup_apply-card .apply-popup__body {
    padding: 60px 15px 50px 15px;
  }
}
.apply-popup__block {
  width: 100%;
}
.apply-popup__title {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 15px 0;
  text-align: center;
}
@media (max-width: 767.9808px) {
  .apply-popup__title {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 479.9808px) {
  .apply-popup__title {
    font-size: 15px;
    line-height: 21px;
  }
}
.apply-popup__text {
  line-height: 25px;
  margin: 0 0 44px 0;
  text-align: center;
}
@media (max-width: 767.9808px) {
  .apply-popup__text {
    margin: 0 0 25px 0;
  }
}
.apply-popup__form {
  width: 100%;
}
.apply-popup__input {
  width: 100%;
  text-align: center;
  padding: 0 15px;
  height: 60px;
  margin: 0 0 20px 0;
}
.apply-popup__form .apply-popup__input:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767.9808px) {
  .apply-popup__input {
    margin: 0 0 10px 0;
  }
}
.apply-popup__button {
  width: 100%;
  height: 58px;
  margin: 50px 0 10px 0;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 767.9808px) {
  .apply-popup__button {
    font-size: 14px;
    margin: 35px 0 10px 0;
    height: 50px;
  }
}
@media (max-width: 479.9808px) {
  .apply-popup__button {
    margin: 25px 0 10px 0;
    height: 45px;
  }
}
.apply-popup__checkbox {
  width: 100%;
}
.apply-popup__checkbox div {
  padding-left: 35px;
  max-width: 400px;
  text-align: start;
  position: relative;
}
.apply-popup__field {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.apply-popup__contnt {
  cursor: pointer;
  color: #636D74;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 767.9808px) {
  .apply-popup__contnt {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 479.9808px) {
  .apply-popup__contnt {
    font-size: 10px;
    line-height: 12px;
  }
}
.apply-popup__contnt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #004da0;
  width: 23px;
  height: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  border-radius: 3px;
}
.apply-popup__contnt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../img/common/check.svg");
  background-position: center;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.apply-popup__form .apply-popup__contnt a {
  color: #636D74;
  text-decoration: underline;
  border-bottom: none;
}

.apply-popup__field:checked + .apply-popup__contnt::after {
  opacity: 1;
}

.apply-popup__field:disabled + .apply-popup__contnt {
  opacity: 0.4;
  pointer-events: none;
}

.success-popup {
  padding: 0 20px;
}
.success-popup__body {
  max-width: 500px;
  padding: 60px 70px 60px 70px;
}
@media (max-width: 767.9808px) {
  .success-popup__body {
    padding: 40px 50px 45px 50px;
  }
}
@media (max-width: 479.9808px) {
  .success-popup__body {
    padding: 40px 20px 35px 20px;
  }
}
.success-popup__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.success-popup__title {
  margin: 0 0 30px 0;
  font-size: 20px;
  color: #004da0;
  text-transform: uppercase;
}
@media (max-width: 767.9808px) {
  .success-popup__title {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 479.9808px) {
  .success-popup__title {
    margin: 0 0 20px 0;
    font-size: 15px;
    line-height: 21px;
  }
}
.success-popup__text {
  margin: 0 0 15px 0;
}
@media (max-width: 767.9808px) {
  .success-popup__text {
    margin: 0 0 12px 0;
  }
}

@media (max-width: 479.9808px) {
  .question-contact-popup {
    padding: 0;
    border-radius: 0;
  }
}
.question-contact-popup__body {
  max-width: 688px;
  padding: 65px 42px 60px 42px;
}
.question-contact-popup__body .form .form__line {
  width: 100%;
}
@media (max-width: 479.9808px) {
  .question-contact-popup__body {
    border-radius: 0;
    padding: 55px 25px 25px 25px;
  }
}
@media (max-width: 479.9808px) {
  .question-contact-popup__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.question-contact-popup__title {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 28px;
  margin: 0 0 40px 0;
  color: #004da0;
  max-width: 500px;
}
@media (max-width: 767.9808px) {
  .question-contact-popup__title {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 479.9808px) {
  .question-contact-popup__title {
    text-align: center;
    font-size: 15px;
    line-height: 21px;
  }
}
.question-contact-popup__form {
  max-width: 404px;
}
@media (max-width: 479.9808px) {
  .question-contact-popup__form {
    max-width: 315px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.question-contact-popup__select {
  width: 100%;
  height: 60px;
}
.question-contact-popup__input {
  width: 100%;
  height: 60px;
  margin: 0 0 25px 0;
}
@media (max-width: 767.9808px) {
  .question-contact-popup__input {
    margin: 0 0 10px 0;
  }
}
.question-contact-popup__input:first-child {
  margin: 0 0 15px 0;
}
.question-contact-popup__item {
  width: 100%;
  margin: 0 0 25px 0;
}
@media (max-width: 767.9808px) {
  .question-contact-popup__item {
    margin: 0 0 15px 0;
  }
}
.question-contact-popup__lbc {
  margin-bottom: 25px;
}
@media (max-width: 767.9808px) {
  .question-contact-popup__lbc {
    margin-bottom: 20px;
  }
}
.question-contact-popup__link {
  color: #004da0;
  text-decoration: underline;
  font-weight: 300;
}
.question-contact-popup__form .question-contact-popup__textarea {
  width: 100%;
  height: 170px;
  margin: 0 0 13px 0;
  padding: 26px 31px;
}
@media (max-width: 767.9808px) {
  .question-contact-popup__textarea {
    padding: 15px 25px;
  }
}
@media (max-width: 479.9808px) {
  .question-contact-popup__form .question-contact-popup__textarea {
    height: 110px;
    padding: 15px 20px;
  }
}
.question-contact-popup__checkbox {
  max-width: 404px;
  padding-bottom: 44px;
}
@media (max-width: 479.9808px) {
  .question-contact-popup__checkbox {
    max-width: 315px;
    padding-bottom: 30px;
  }
}
.question-contact-popup__button {
  width: 196px;
  height: 60px;
  font-size: 16px;
}
@media (max-width: 767.9808px) {
  .question-contact-popup__button {
    width: 100%;
    height: 50px;
    font-size: 14px;
    max-width: 315px;
  }
}
@media (max-width: 479.9808px) {
  .question-contact-popup__button {
    width: 100%;
    height: 45px;
    font-size: 13px;
    max-width: 315px;
  }
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1240px) {
  .header {
    display: block;
  }
}
@media (max-width: 1023.9808px) {
  .header {
    height: 107px;
  }
}
@media (max-width: 767.9808px) {
  .header {
    height: 77px;
  }
}
@media (max-width: 479.9808px) {
  .header {
    height: 65px;
  }
}
.header._scroll {
  position: fixed;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__content {
  width: 100%;
}
@media (max-width: 1240px) {
  .header {
    margin: 0;
  }
}
.header a:hover {
  text-decoration: none;
}
.header__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 15px;
  max-width: 1270px;
}
@media (max-width: 1240px) {
  .header__body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
    height: 107px;
    padding: 25px 50px;
  }
}
@media (max-width: 991.9808px) {
  .header__body {
    padding: 25px 40px 25px 28px;
  }
}
@media (max-width: 767.9808px) {
  .header__body {
    padding: 15px 20px 15px 16px;
    height: 77px;
    position: relative;
    z-index: 70;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03);
  }
}
@media (max-width: 479.9808px) {
  .header__body {
    height: 65px;
  }
}
.header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1240px) {
  .header__block {
    padding-right: 77px;
  }
}
@media (max-width: 991.9808px) {
  .header__block {
    padding-right: 85px;
  }
}
@media (max-width: 767.9808px) {
  .header__block {
    padding-right: 60px;
  }
}
@media (max-width: 479.9808px) {
  .header__block {
    padding-right: 53px;
  }
}
.header__logo {
  margin: 0 46px 0 0;
  position: relative;
}
@media (max-width: 1240px) {
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767.9808px) {
  .header__logo {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 1240px) {
  .header__logo img {
    margin: 0 20px 0 0;
    width: 176px;
    height: 63px;
  }
}
@media (max-width: 767.9808px) {
  .header__logo img {
    width: 107px;
    height: 39px;
  }
}
.header__logo span {
  position: absolute;
  bottom: 0;
  right: -20px;
  color: #677074;
  font-size: 9px;
  text-align: center;
  width: 134px;
}
@media (max-width: 479.9808px) {
  .header__logo span {
    display: none;
  }
}
@media (max-width: 1240px) {
  .header__logo span {
    position: relative;
    top: 0;
    left: 0;
    text-align: start;
    width: auto;
    font-size: 14px;
    max-width: 220px;
  }
}
@media (max-width: 767.9808px) {
  .header__logo span {
    font-size: 9px;
    max-width: 130px;
  }
}
.header__menu {
  margin-right: 24px;
}
@media (max-width: 1240px) {
  .header__menu {
    display: none;
  }
}
.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menu ul li {
  position: relative;
  margin-right: 30px;
}
.header__menu ul li.menu__item-sublist:hover .header__item_lock::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__menu ul li.menu__item-sublist:hover .header__sublist {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  pointer-events: auto;
}
.header__menu ul li.menu__item-sublist:hover .header__sublist li {
  -webkit-box-shadow: 0px 5px 80px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 80px 5px rgba(0, 0, 0, 0.1);
}
.header__menu ul li a {
  font-weight: 400;
  
  white-space: nowrap;

}
.header__item._active::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__item {
  position: relative;
}
.header__item_lock {
  margin-right: 15px;
  cursor: pointer;
}
.header__item_lock::before {
  position: absolute;
  content: "";
  display: block;
  top: 5px;
  right: -20px;
  width: 12px;
  height: 7px;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  background: url("../img/icons/header-arrow-main.svg") 0 0 no-repeat;
  background-size: contain;
}
.header__sublist._open {
  display: block;
}
.header__sublist {
  opacity: 0;
  position: absolute;
  top: -15px;
  padding-top: 50px;
  left: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 206px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  pointer-events: none;
}
.header__sublist li {
  border-bottom: 1px solid #004da0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  margin: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.header__sublist li:hover {
  background-color: #004DA0;
}
.header__sublist li:hover a {
  color: #fff;
}
.header__sublist li:active {
  background-color: #009FE3;
}
.header__sublist li:active a {
  color: #fff;
}
.header__sublist li:last-child {
  border: none;
}
.header__sublist li a {
  padding: 20px 0;
}
.header__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__number {
  margin: 0 0 5px 0;
  font-size: 16px;
  white-space: nowrap;
}
.header__number:last-child {
  margin: 0;
}
@media (max-width: 767.9808px) {
  .header__number {
    font-size: 12px;
  }
}
@media (max-width: 479.9808px) {
  .header__number {
    font-size: 12px;
  }
}
.header__button {
  width: 155px;
  margin: 0 0 0 41px;
}
@media (max-width: 1240px) {
  .header__button {
    margin: 0 0 0 31px;
  }
}
@media (max-width: 991.9808px) {
  .header__button {
    display: none;
  }
}
.header__burger._active::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}
.header__burger._active::before {
  bottom: 10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__burger._active span {
  display: none;
}
.header__burger {
  display: none;
  position: relative;
  width: 40px;
  height: 22px;
  z-index: 62;
  cursor: pointer;
  margin: 0 0 0 40px;
}
@media (max-width: 767.9808px) {
  .header__burger {
    margin: 0 0 0 30px;
    width: 30px;
  }
}
@media (max-width: 479.9808px) {
  .header__burger {
    width: 25px;
  }
}
@media (max-width: 1240px) {
  .header__burger {
    display: block;
  }
}
.header__burger::after, .header__burger::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #004da0;
  width: 100%;
  height: 2px;
  left: 0;
  -webkit-transition: 0.2s all 0s linear;
  -o-transition: 0.2s all 0s linear;
  transition: 0.2s all 0s linear;
}
.header__burger::after {
  top: 0;
}
.header__burger::before {
  bottom: 0;
}
.header__burger span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  top: 11px;
  background-color: #004da0;
}
.header__burger_active::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__burger_active::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__burger_active span {
  display: none;
}

.menu {
  position: fixed;
  z-index: 60;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.15);
  padding: 27px 0;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.menu._active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 767.9808px) {
  .menu {
    width: 390px;
  }
}
@media (max-width: 767.9808px) {
  .menu {
    padding-top: 107px;
    width: 100%;
    padding-bottom: 32px;
  }
}
@media (max-width: 479.9808px) {
  .menu {
    width: 100%;
    padding-top: 90px;
  }
}
.menu__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 20px 0;
  padding-left: 23px;
}
@media (max-width: 767.9808px) {
  .menu__numbers {
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 50px;
    margin-right: 50px;
  }
}
@media (max-width: 479.9808px) {
  .menu__numbers {
    height: 38px;
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.menu__number {
  margin: 0 0 7px 0;
}
@media (max-width: 767.9808px) {
  .menu__number {
    margin: 0;
  }
}
@media (max-width: 479.9808px) {
  .menu__number {
    font-size: 12px;
  }
  .menu__number:last-child {
    margin: 0;
  }
}
@media (max-width: 767.9808px) {
  .menu__block-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
  }
}
@media (max-width: 479.9808px) {
  .menu__block-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 25px 0;
  }
}
.menu__button {
  width: 190px;
  height: 45px;
  margin: 0 0 31px 23px;
}
@media (max-width: 767.9808px) {
  .menu__button {
    margin: 0;
  }
}
@media (max-width: 479.9808px) {
  .menu__button {
    width: 141px;
    height: 38px;
    font-size: 12px;
    margin: 0 20px 0 0;
  }
}
.menu__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.9808px) {
  .menu__contact {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.menu__row {
  margin: 0 0 31px 0;
  padding-left: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.9808px) {
  .menu__row {
    margin-bottom: 35px;
    margin-right: 30px;
  }
}
@media (max-width: 479.9808px) {
  .menu__row {
    margin: 0 0 23px 0;
  }
}
.menu__row a {
  margin: 0 25px 0 0;
  width: 35px;
  height: 35px;
}
.menu__row a:last-child {
  margin: 0;
}
.menu__row a::before {
  background-size: contain;
}
@media (max-width: 767.9808px) {
  .menu__row a {
    margin-right: 40px;
  }
}
@media (max-width: 479.9808px) {
  .menu__row a {
    margin: 0 30px 0 0;
    width: 25px;
    height: 25px;
  }
  .menu__row a::before {
    background-size: contain;
  }
}
.menu__row img {
  width: 35px;
  margin: 0 25px 0 0;
}
@media (max-width: 479.9808px) {
  .menu__row img {
    width: 25px;
    margin: 0 15px 0 0;
  }
  .menu__row img:last-child {
    margin-right: 0;
  }
}
.menu__online {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  padding-right: 21px;
  margin: 10px 0 0 0;
}
@media (max-width: 767.9808px) {
  .menu__online {
    margin-left: 66px;
  }
}
@media (max-width: 479.9808px) {
  .menu__online {
    font-size: 12px;
    margin-top: 5px;
  }
}
.menu__online::before {
  position: absolute;
  content: "";
  display: block;
  top: 6px;
  left: -65px;
  width: 52px;
  height: 1px;
  background-color: #004da0;
}
@media (max-width: 479.9808px) {
  .menu__online::before {
    width: 43px;
    left: -51px;
  }
}
.menu__items {
  margin: 0 0 40px 0;
  width: 100%;
}
@media (max-width: 767.9808px) {
  .menu__items {
    margin-bottom: 24px;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 479.9808px) {
  .menu__items {
    margin: 0 0 23px 0;
  }
}
.menu__items li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 77, 160, 0.47);
  background-color: #F2F8FF;
}
@media (max-width: 767.9808px) {
  .menu__items li {
    /* border-bottom: none; */
    position: relative;
    overflow: hidden;
  }
  .menu__items li::before {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    background-color: rgba(0, 77, 160, 0.47);
    bottom: 0;
    z-index: 2;
    left: 20px;
  }
  .menu__items li:last-child::before {
    display: none;
  }
}
@media (max-width: 479.9808px) {
  .menu__items li {
    /* border-bottom: none; */
  }
  /* .menu__items li::before {
    display: none;
  } */
  .menu__item-link_sub_sublink > a._active::after {
    content: "";
    -webkit-transform: rotate(0deg) translateX(0px);
        -ms-transform: rotate(0deg) translateX(0px);
            transform: rotate(0deg) translateX(0px);
}
}
.menu__items li:last-child {
  /* border-bottom: none; */
}
.menu__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 105.47%;
  /* identical to box height, or 17px */
  padding: 25px;
  display: block;
  width: 100%;
  color: #000000;
}
@media (max-width: 767.9808px) {
  .menu__item {
    padding: 25px 20px;
  }
}
@media (max-width: 479.9808px) {
  .menu__item {
    font-size: 14px;
    line-height: 14px;
    padding:  20px;
  }
}
.menu__item_end {
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 479.9808px) {
  .menu__item_end {
    padding: 15px 20px 22px 20px;
  }
}
.menu__item_lock {
  position: relative;
}
@media (max-width: 479.9808px) {
  .menu__item_lock {
    padding: 27px 20px 15px 20px;
  }
}
.menu__item_lock._active {
  /* border-bottom: 1px solid rgba(0, 77, 160, 0.47); */
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
@media (max-width: 767.9808px) {
  .menu__item_lock._active {
    /* border-bottom: none; */
    position: relative;
    overflow: hidden;
  }
  /* .menu__item_lock._active::after {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    background-color: rgba(0, 77, 160, 0.47);
    bottom: 0;
    left: 20px;
  } */
}
.menu__item_lock._active span {
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  position: relative;
  left: 30px;
}
@media (max-width: 479.9808px) {
  .menu__item_lock._active {
    /* border-bottom: none; */
  }
  .menu__item_lock._active::after {
    display: none;
  }
}
.menu__item_lock._active::before {
  left: 20px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.menu__item_lock::before {
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  position: absolute;
  bottom: 27px;
  right: 20px;
  display: block;
  content: "";
  z-index: 3;
  width: 8px;
  height: 13px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("../img/icons/header-arrow.svg") 0 0 no-repeat;
  background-size: contain;
}
@media (max-width: 479.9808px) {
  .menu__item_lock::before {
    bottom: 15px;
  }
}
.menu__sublist {
  display: none;
}
.menu__sublist li:last-child {
  position: relative;
}
@media (max-width: 479.9808px) {
  .menu__sublist li:last-child::before {
    display: none;
  }
}
.menu__sublist li:last-child::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #F2F8FF;
  z-index: 2;
}
.menu__others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 23px;
}
@media (max-width: 479.9808px) {
  .menu__others {
    padding-left: 20px;
  }
}
.menu__otheritem {
  margin: 0 0 40px 0;
}
@media (max-width: 991.9808px) {
  .menu__otheritem {
    font-weight: 300;
  }
}
@media (max-width: 767.9808px) {
  .menu__otheritem:last-child {
    margin: 0;
  }
}
@media (max-width: 479.9808px) {
  .menu__otheritem {
    font-size: 14px;
    margin: 0 0 30px 0;
  }
}

.icon-menu {
  display: none;
}
@media (max-width: 1240px) {
  .icon-menu {
    display: block;
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 22px;
    cursor: pointer;
    z-index: 60;
  }
}
@media (max-width: 1240px) and (max-width: 991.9808px) {
  .icon-menu {
    right: 40px;
  }
}
@media (max-width: 1240px) and (max-width: 767.9808px) {
  .icon-menu {
    right: 20px;
    width: 30px;
    height: 18px;
    z-index: 71;
  }
}
@media (max-width: 1240px) and (max-width: 479.9808px) {
  .icon-menu {
    z-index: 70;
    width: 25px;
  }
}
@media (max-width: 1240px) {
  .icon-menu:hover span {
    -webkit-transition: 0.3s all ease 0s;
    -o-transition: 0.3s all ease 0s;
    transition: 0.3s all ease 0s;
    background-color: #004da0;
  }
}
@media (max-width: 1240px) {
  .icon-menu:active span {
    -webkit-transition: 0.3s all ease 0s;
    -o-transition: 0.3s all ease 0s;
    transition: 0.3s all ease 0s;
    background-color: #1b2040;
  }
}
@media (max-width: 1240px) {
  .icon-menu span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #004da0;
  }
}
@media (max-width: 1240px) and (max-width: 767.9808px) {
  .icon-menu span {
    border-radius: 2px;
  }
}
@media (max-width: 1240px) {
  .icon-menu span:first-child {
    top: 0px;
  }
}
@media (max-width: 1240px) {
  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }
}
@media (max-width: 1240px) {
  .icon-menu._active {
    right: 10px;
    width: 25px;
    height: 18px;
  }
}
@media (max-width: 1240px) and (max-width: 767.9808px) {
  .icon-menu._active {
    right: 20px;
  }
}
@media (max-width: 1240px) {
  .icon-menu._active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    background-color: #004DA0;
  }
  .icon-menu._active span:first-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .icon-menu._active span:last-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}
@media (max-width: 1240px) and (max-width: 767.9808px) {
  .icon-menu._active span {
    height: 1px;
  }
  .icon-menu._active span:first-child {
    top: 50%;
  }
  .icon-menu._active span:last-child {
    bottom: calc(50% - 1px);
  }
}

.menu__item-link_sublink {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu__item-link_sublink ul {
  width: 100%;
}

.menu__item-link._disabled {
  display: none;
}

.menu__item-link_sublink .menu__sublist._active {
  display: block;
}

.footer {
  width: 100%;
  background-color: #004da0;
}
.footer__body {
  color: #fff;
}
.footer__main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 38px 0 37px 0;
}
@media (max-width: 1240px) {
  .footer__main {
    padding: 39px 0 22px 0;
  }
}
@media (max-width: 991.9808px) {
  .footer__main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 45px 0 22px 0;
  }
}
@media (max-width: 767.9808px) {
  .footer__main {
    padding: 30px 0 23px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 479.9808px) {
  .footer__main {
    padding: 30px 0 18px 0;
  }
}
@media (max-width: 991.9808px) {
  .footer__block {
    margin-right: 194px;
    margin-bottom: 23px;
  }
}
@media (max-width: 767.9808px) {
  .footer__block {
    margin: 0 0 20px 0;
  }
}
.footer__items {
  margin: 0 0 35px 0;
}
@media (max-width: 767.9808px) {
  .footer__items {
    margin: 0 0 30px 0;
  }
}
.footer__items ul li {
  margin: 0 0 15px 0;
}
@media (max-width: 767.9808px) {
  .footer__items ul li {
    margin: 0 0 20px 0;
  }
 
}
.footer__item {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767.9808px) {
  .footer__item {
    font-size: 12px;
  }
}
@media (max-width: 479.9808px) {
  .footer__item {
    font-size: 10px;
  }
}
.footer__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767.9808px) {
  .footer__number {
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 479.9808px) {
  .footer__number {
    line-height: 14px;
    margin: 0 0 9px 0;
    font-size: 10px;
  }
}
.footer__contacts {
  max-width: 200px;
  margin: 0 30px 0 0;
}
@media (max-width: 767.9808px) {
  .footer__contacts {
    margin: 0 0 23px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 20px;
  }
}
@media (max-width: 479.9808px) {
  .footer__contacts {
    margin: 0 0 23px 0;
    padding-bottom: 15px;
  }
}
.footer__caption {
  margin: 0 0 18px 0;
}
@media (max-width: 1240px) {
  .footer__caption {
    display: none;
  }
}
@media (max-width: 767.9808px) {
  .footer__caption {
    font-size: 12px;
    margin: 0 0 15px 0;
    text-align: end;
  }
}
@media (max-width: 479.9808px) {
  .footer__caption {
    margin: 0 0 10px 0;
    font-size: 10px;
    line-height: 11px;
    text-align: start;
  }
}
.footer__caption_hide {
  display: none;
}
@media (max-width: 1240px) {
  .footer__caption_hide {
    display: block;
  }
}
.footer__button {
  width: 100%;
  margin: 0 0 39px 0;
  width: 185px;
  height: 45px;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #80A6CF;
}
@media (max-width: 1240px) {
  .footer__button {
    display: none;
  }
}
.footer__button_hide {
  display: none;
}
@media (max-width: 1240px) {
  .footer__button_hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767.9808px) {
  .footer__button {
    width: 168px;
    height: 41px;
    margin: 0 0 64px 0;
    font-weight: 300;
  }
}
@media (max-width: 479.9808px) {
  .footer__button {
    width: 141px;
    height: 35px;
    font-size: 10px;
    margin: 0 0 68px 0;
  }
}
.footer__email {
  margin: 0 0 41px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 767.9808px) {
  .footer__email {
    margin: 0 0 32px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer__email a {
    font-size: 12px;
  }
  .footer__email span {
    font-size: 12px;
  }
}
@media (max-width: 479.9808px) {
  .footer__email {
    font-size: 10px;
    display: block;
    padding-bottom: 6px;
  }
  .footer__email a {
    font-size: 10px;
  }
  .footer__email span {
    font-size: 10px;
  }
}
.footer__email span {
  margin: 0 13px 0 0;
  font-weight: 400;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.9808px) {
  .footer__row {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (max-width: 479.9808px) {
  .footer__row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__contact {
  margin: 0 25px 0 0;
}
@media (max-width: 767.9808px) {
  .footer__contact {
    width: 20px;
    height: 20px;
  }
}
.footer__contact:last-child {
  margin: 0;
}
.footer__contact:first-child:hover::before {
  background: url("../img/common/lightblue/whatsapp.png") 0 0 no-repeat;
  background-size: contain;
}
.footer__contact:first-child:focus::before {
  background: url("../img/common/lightblue/whatsapp-2.png") 0 0 no-repeat;
  background-size: contain;
}
.footer__contact:first-child::before {
  background: url("../img/common/white/whatsapp.png") 0 0 no-repeat;
  background-size: contain;
}
.footer__contact:nth-child(2):hover::before {
  background: url("../img/common/lightblue/viber.png") 0 0 no-repeat;
  background-size: contain;
}
.footer__contact:nth-child(2):focus::before {
  background: url("../img/common/lightblue/viber-1.png") 0 0 no-repeat;
  background-size: contain;
}
.footer__contact:nth-child(2)::before {
  background: url("../img/common/white/viber.png") 0 0 no-repeat;
  background-size: contain;
}
.footer__contact:nth-child(3):hover::before {
  background: url("../img/common/lightblue/telegram.png") 0 0 no-repeat;
  background-size: contain;
}
.footer__contact:nth-child(3):focus::before {
  background: url("../img/common/lightblue/telegram-1.png") 0 0 no-repeat;
  background-size: contain;
}
.footer__contact:nth-child(3)::before {
  background: url("../img/common/white/telegram.png") 0 0 no-repeat;
  background-size: contain;
}
.footer__texts {
  max-width: 600px;
}
@media (max-width: 1240px) {
  .footer__texts {
    max-width: 427px;
  }
}
@media (max-width: 991.9808px) {
  .footer__texts {
    max-width: 100%;
  }
}
@media (max-width: 767.9808px) {
  .footer__texts {
    max-width: 100%;
  }
}
.footer__text {
  color: #C7D8EA;
  margin: 0 0 15px 0;
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 1240px) {
  .footer__text {
    margin: 0 0 12px 0;
  }
}
@media (max-width: 991.9808px) {
  .footer__text {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 767.9808px) {
  .footer__text {
    font-size: 10px;
    line-height: 12px;
  }
}
.footer__text:last-child {
  margin: 0;
}
.footer__bottom {
  width: 100%;
  color: #C7D8EA;
  border-top: 1px solid rgba(255, 255, 255, 0.19);
  padding: 15px 0 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1240px) {
  .footer__bottom {
    padding: 16px 0 20px 0;
  }
}
@media (max-width: 767.9808px) {
  .footer__bottom {
    padding: 16px 0 19px 0;
  }
}
@media (max-width: 479.9808px) {
  .footer__bottom {
    display: block;
    padding: 12px 0 16px 0;
  }
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.9808px) {
  .footer__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 479.9808px) {
  .footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5px;
  }
}
.footer__year {
  margin: 0 23px 0 0;
  font-size: 12px;
  font-weight: 300;
}
@media (max-width: 767.9808px) {
  .footer__year {
    font-size: 10px;
    margin: 0 0 9px 0;
  }
}
@media (max-width: 479.9808px) {
  .footer__year {
    margin: 0;
    color: #739DCB;
  }
}
.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.9808px) {
  .footer__copyright {
    margin: 0 30px 0 0;
  }
}
@media (max-width: 479.9808px) {
  .footer__copyright {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #739DCB;
  }
}
.footer__copyright div {
  margin: 0 8px 0 0;
  position: relative;
  width: 17px;
  height: 17px;
}
@media (max-width: 767.9808px) {
  .footer__copyright div {
    width: 15px;
    height: 15px;
  }
}
.footer__copyright div::before {
  background: url("../img/icons/copyright-1.svg") 0 0 no-repeat;
  background-size: contain;
}
@media (max-width: 479.9808px) {
  .footer__copyright div::before {
    background: url("../img/icons/copyright-2.svg") 0 0 no-repeat;
  }
}
.footer__copyright span {
  font-size: 12px;
  font-weight: 300;
}
.footer__copyright span:last-child {
  display: none;
}
@media (max-width: 1240px) {
  .footer__copyright span:last-child {
    display: block;
  }
}
@media (max-width: 767.9808px) {
  .footer__copyright span {
    font-size: 10px;
  }
}
@media (max-width: 1240px) {
  .footer__copyrigtitem {
    display: none;
  }
}
@media (max-width: 479.9808px) {
  .footer__right {
    width: 100%;
    max-width: 100%;
  }
}
.footer__right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.9808px) {
  .footer__right ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 479.9808px) {
  .footer__right ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__right ul li {
  margin: 0 0 0 37px;
}
@media (max-width: 1240px) {
  .footer__right ul li {
    display: none;
  }
  .footer__right ul li:nth-child(6), .footer__right ul li:nth-child(7) {
    display: block;
  }
}
@media (max-width: 767.9808px) {
  .footer__right ul li:nth-child(7) {
    margin-bottom: 9px;
  }
}
@media (max-width: 479.9808px) {
  .footer__right ul li {
    height: auto;
    margin: 0;
  }
  .footer__right ul li:nth-child(7) {
    margin: 0;
  }
}
.footer__link {
  font-size: 12px;
  border-bottom: 1px solid #C7D8EA;
  color: #C7D8EA;
  display: inline-block;
  line-height: 12px;
}
@media (max-width: 767.9808px) {
  .footer__link {
    font-size: 10px;
    line-height: 10px;
  }
}
@media (max-width: 479.9808px) {
  .footer__link {
    color: #739DCB;
    border-bottom: 1px solid #739DCB;
  }
}
.footer__link:hover {
  border-bottom: 1px solid #00adee;
}
.footer__link:active {
  border-bottom: 1px solid #80d9ff;
}

.footer-services {
  display: none;
}
@media (max-width: 1240px) {
  .footer-services {
    display: block;
  }
}
.footer-services__arrow {
  width: 15px;
  height: 11px;
  position: relative;
  margin: 0 0 0 10px;
}
@media (max-width: 991.9808px) {
  .footer-services__arrow {
    width: 13px;
    height: 10px;
  }
}
@media (max-width: 767.9808px) {
  .footer-services__arrow {
    width: 12px;
    height: 9px;
  }
}
@media (max-width: 479.9808px) {
  .footer-services__arrow {
    width: 10px;
    height: 8px;
  }
}
.footer-services__arrow::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: url("../img/icons/arrow-white.svg") 0 0 no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
.footer-services__ul {
  margin-top: 15px;
}
@media (max-width: 767.9808px) {
  .footer-services__ul {
    margin-top: 20px;
  }
}
.footer-services__top._active .footer-services__arrow::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.footer-services__top {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-services__top:hover .footer-services__arrow::before {
  background: url("../img/icons/arrow-hover.svg") 0 0 no-repeat;
  background-size: contain;
}
.footer-services__top:active .footer-services__arrow::before {
  background: url("../img/icons/arrow-active.svg") 0 0 no-repeat;
  background-size: contain;
}

.contacts-first {
  padding: 0;
  margin-top: 73px;
}

.contacts-bg {
  background-color: rgba(242, 248, 255, 0.4);
}

.contacts {
  width: 100%;
  padding: 70px 0 120px 0;
}
@media (max-width: 1240px) {
  .contacts {
    padding: 70px 0 90px 0;
  }
}
@media (max-width: 991.9808px) {
  .contacts {
    padding: 70px 0 75px 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.9808px) {
  .contacts {
    padding: 37px 0 40px 0;
  }
}
@media (max-width: 479.9808px) {
  .contacts {
    padding: 30px 0 70px 0;
  }
}
.contacts__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 991.9808px) {
  .contacts__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
}
.contacts__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991.9808px) {
  .contacts__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 479.9808px) {
  .contacts__content {
    position: relative;
    top: -1px;
  }
}
.contacts__main {
  margin: 0 30px 40px 0;
}
@media (max-width: 1240px) {
  .contacts__main {
    margin: 0 30px 35px 0;
  }
}
@media (max-width: 991.9808px) {
  .contacts__main {
    margin: 0 0px 46px 0;
  }
}
@media (max-width: 767.9808px) {
  .contacts__main {
    margin: 0 0px 21px 0;
  }
}
@media (max-width: 479.9808px) {
  .contacts__main {
    margin-bottom: 26px;
  }
}
.contacts__title_big {
  margin-bottom: 60px;
}
@media (max-width: 1240px) {
  .contacts__title_big {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.9808px) {
  .contacts__title_big {
    margin-bottom: 30px;
  }
}
.contacts__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px 0;
}
@media (max-width: 1240px) {
  .contacts__item {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 767.9808px) {
  .contacts__item {
    margin: 0 0 25px 0;
  }
}
.contacts__item:last-child {
  margin: 0;
}
.contacts__item:last-child .contacts__caption {
  margin-right: 20px;
}
.contacts__caption {
  font-size: 20px;
  color: #004da0;
  text-transform: uppercase;
  margin: 0 23px 0 0;
  line-height: 28px;
}
@media (max-width: 767.9808px) {
  .contacts__caption {
    font-size: 16px;
    line-height: 22px;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 479.9808px) {
  .contacts__caption {
    font-size: 15px;
    margin: 0 20px 0 0;
    line-height: 140%;
  }
}
.contacts__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts__cont {
  margin: 0 0 9px 0;
}
.contacts__cont span {
  font-weight: 400;
  margin: 0 9px 0 0;
}
.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 479.9808px) {
  .contacts__row {
    position: relative;
    top: -4px;
  }
}
.contacts__messanger {
  width: 29px;
  height: 29px;
  margin: 0 18px 0 0;
}
.contacts__messanger::before {
  background-size: auto;
}
@media (max-width: 767.9808px) {
  .contacts__messanger {
    width: 25px;
    height: 25px;
    margin: 0 20px 0 0;
  }
  .contacts__messanger::before {
    background-size: contain;
  }
  .contacts__messanger:hover::before {
    background-size: contain;
  }
  .contacts__messanger:active::before {
    background-size: contain;
  }
}
.contacts__question a {
  display: inline;
  border-bottom: 1px solid #004da0;
}
@media (max-width: 991.9808px) {
  .contacts__question {
    margin: 0 0 80px 0;
  }
}
.contacts__question div::before {
  background: url("../img/common/blue/question.png") 0 0 no-repeat;
}
@media (max-width: 767.9808px) {
  .contacts__qst1 {
    display: none;
  }
}
.contacts__qst2 {
  display: none;
}
@media (max-width: 767.9808px) {
  .contacts__qst2 {
    display: block;
  }
}
.contacts__question2 {
  width: 100%;
}
.contacts__question2 a {
  display: inline;
  border-bottom: 1px solid #004da0;
}
@media (max-width: 767.9808px) {
  .contacts__question2 a {
    line-height: 13px;
  }
}
@media (max-width: 767.9808px) {
  .contacts__question2 a {
    line-height: 12px;
  }
}
.contacts__question2 div::before {
  background: url("../img/common/blue/question.png") 0 0 no-repeat;
}
.contacts__map {
  width: 100%;
  position: relative;
  padding: 0;
  background-image: url('../img/common/map.png');
  background-position: center center;
}
.contacts__map img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 1240px) {
  .contacts__map img {
    /* width: 495px; */
    height: 100%;
  }
}
@media (max-width: 991.9808px) {
  .contacts__map {
    max-width: 100%;
    width: 100%;
    /* height: 320px; */
  }
  .contacts__map img {
    /* max-height: 320px; */
    width: 100%;
  }
}
@media (max-width: 767.9808px) {
  .contacts__map {
    /* height: auto; */
    margin-bottom: 20px;
  }
  .contacts__map img {
    border-radius: 5px;
    /* max-height: 174px; */
  }
}
@media (max-width: 479.9808px) {
  .contacts__map {
    margin-bottom: 15px;
    /* max-height: 156px; */
  }
  .contacts__map img {
    /* max-height: 156px; */
  }
}
.contacts__logo {
  position: absolute;
  top: 36px;
  left: 0;
  width: 176px;
  height: 63px;
  background-color: #fff;
  z-index: 3;
  border-radius: 5px;
}
.contacts__logo img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767.9808px) {
  .contacts__logo {
    width: 85px;
    height: 30px;
    border-radius: 0;
    top: 20px;
  }
}

.certificates {
  width: 100%;
}
@media (max-width: 479.9808px) {
  .certificates__container {
    padding: 0;
    padding-left: 20px;
  }
}
.certificates__body {
  width: 100%;
  height: 100%;
}
.certificates__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 479.9808px) {
  .certificates__row {
    overflow-x: auto;
    padding-right: 20px;
  }
  .certificates__row::-webkit-scrollbar {
    width: 0;
  }
}
.certificates__image {
  width: 33.333%;
  max-width: 290px;
  height: 340px;
  margin: 0 22px 0 0;
}
.certificates__image:last-child {
  margin: 0;
}
@media (max-width: 1240px) {
  .certificates__image {
    max-width: 280px;
    width: 280px;
    margin: 0 27px 0 0;
    height: 350px;
  }
}
@media (max-width: 991.9808px) {
  .certificates__image {
    max-width: 30%;
    min-width: 135px;
    height: 300px;
    margin: 0 21px 0 0;
  }
}
@media (max-width: 767.9808px) {
  .certificates__image {
    max-width: 33.333%;
    min-height: 181px;
    height: auto;
    border-radius: 3px;
  }
}
@media (max-width: 479.9808px) {
  .certificates__image {
    margin: 0 10px 0 0;
    height: 181px;
  }
}

.reviews {
  width: 100%;
}
.reviews__body {
  width: 100%;
}
.reviews__slider {
  width: 100%;
}
.reviews__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews__center {
  display: none;
}
@media (max-width: 767.9808px) {
  .reviews__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.reviews__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews__arrownext {
  margin-left: 17px;
}

.reviews-slider {
  max-width: 960px;
  padding: 25px 0;
}
@media (max-width: 1240px) {
  .reviews-slider {
    max-width: 100%;
  }
}
@media (min-width: 767.9808px) {
  .reviews-slider__slide {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .reviews-slider__slide.swiper-slide-active {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.reviews-slider__slide img {
  width: 100%;
}
@media (max-width: 479.9808px) {
  .reviews-slider__slide img {
    width: auto;
  }
}
.reviews-slider__prev::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1240px) {
  .reviews-slider__prev {
    display: none;
  }
}
@media (max-width: 1240px) {
  .reviews-slider__next {
    display: none;
  }
}

.first-screen {
  width: 100%;
  margin-top: 40px;
  padding-top: 60px;
}
@media (max-width: 1240px) {
  .first-screen {
    margin-top: 32px;
    padding-top: 55px;
  }
}
@media (max-width: 991.9808px) {
  .first-screen {
    padding-top: 40px;
    margin-top: 32px;
  }
}
@media (max-width: 767.9808px) {
  .first-screen {
    padding-top: 35px;
    margin-top: 0px;
  }
}
@media (max-width: 479.9808px) {
  .first-screen {
    padding-top: 35px;
    margin-top: 0px;
  }
}
.first-screen__body {
  width: 100%;
}
.first-screen__slider {
  width: 100%;
  height: 100%;
}
.first-screen__center {
  width: 100%;
  display: none;
}
@media (max-width: 991.9808px) {
  .first-screen__center {
    display: block;
  }
}
@media (max-width: 479.9808px) {
  .first-screen__center {
    padding: 0 20px;
  }
}
.first-screen__block {
  display: none;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767.9808px) {
  .first-screen__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 0 0;
  }
  
}
@media (max-width: 479.9808px) {
  .first-screen__block {
    padding: 0 20px;
  }
}
.first-screen__background img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -50;
  width: 100%;
  height: 100%;
  max-width: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.9808px) {
  .first-screen__background img {
    bottom: -65px;
    right: 80px;
  }
}
@media (max-width: 479.9808px) {
  .first-screen__background img {
    max-width: 290px;
    bottom: 0;
    right: 60px;
    bottom: -30px;
  }
}
.first-screen__illustration {
  height: 100%;
  max-height: 522px;
  max-width: 80px;
  margin-right: 38px;
}
@media (max-width: 479.9808px) {
  .first-screen__illustration {
    display: none;
  }
}
.first-screen__row {
  padding-left: 167px;
  position: relative;
  top: -25px;
}
@media (max-width: 1240px) {
  .first-screen__row {
    padding-left: 80px;
    margin-top: 0;
    position: relative;
    top: -20px;
  }
}
@media (max-width: 991.9808px) {
  .first-screen__row {
    padding-left: 70px;
    margin-bottom: 30px;
    top: 0;
  }
}
@media (max-width: 767.9808px) {
  .first-screen__row {
    display: none;
  }
}

.first-screen-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.9808px) {
  .first-screen-bullets {
    display: none;
  }
}

.first-screen-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #004da0;
  border-radius: 5px;
}

.first-screen-bullets .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  background-color: transparent;
  border-radius: 5px;
  font-size: 0;
  display: block;
  border: 1px solid #004da0;
  margin: 0 21px 0 0;
  cursor: pointer;
}

@media (max-width: 767.9808px) {
  .first-screen-slider {
    display: none;
  }
}
.first-screen-slider__slide {
  width: 100%;
  height: 100%;
}
@media (max-width: 1240px) {
  .first-screen-slider__slide {
    height: auto;
  }
}
.first-screen-slider__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1240px) {
  .first-screen-slider__container {
    padding: 0;
    padding-right: 50px;
  }
}
@media (max-width: 991.9808px) {
  .first-screen-slider__container {
    padding-right: 15px;
  }
}
.first-screen-slider__left {
  position: relative;
  max-width: 550px;
  max-height: 706px;
  margin: 0 80px 0 0;
  padding-bottom: 30px;
}
@media (max-width: 1240px) {
  .first-screen-slider__left {
    max-width: 100%;
    margin: 0 20px 0 0;
    max-height: 670px;
  }
}
@media (max-width: 991.9808px) {
  .first-screen-slider__left {
    min-width: 320px;
    max-height: 100%;
    height: 645px;
    margin-right: 15px;
    padding-bottom: 15px;
  }
}
.first-screen-slider__background {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 520px;
}
@media (max-width: 1025px) {
  .first-screen-slider__background {
    max-width: 330px;
  }
}
@media (max-width: 991.9808px) {
  .first-screen-slider__background {
    max-width: 300px;
  }
}
.first-screen-slider__plate {
  position: absolute;
  bottom: 0;
  left: 3%;
  max-width: 540px;
  width: auto;
}
.first-screen-slider__plate_mob {
  display: none;
}
@media (max-width: 1240px) {
  .first-screen-slider__plate {
    max-width: 336px;
    bottom: 10px;
    display: none;
    left: 0;
    margin-left: 13px;
  }
  .first-screen-slider__plate_mob {
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 991.9808px) {
  .first-screen-slider__plate {
    max-width: 318px;
    min-width: 0;
    margin-left: 4px;
    display: block;
  }
  .first-screen-slider__plate_mob {
    display: none;
  }
}
.first-screen-slider__content {
  max-width: 600px;
}
@media (max-width: 991.9808px) {
  .first-screen-slider__content {
    width: auto;
  }
}
@media (max-width: 767.9808px) {
  .first-screen-slider__content {
    max-width: 360px;
  }
}
.first-screen-slider__title {
  margin: 0 0 40px 0;
  line-height: 58px;
}
@media (max-width: 1240px) {
  .first-screen-slider__title {
    margin-left: 35px;
  }
}
@media (max-width: 991.9808px) {
  .first-screen-slider__title {
    margin: 0px 0 35px 0;
    margin-left: 0;
  }
}
@media (max-width: 767.9808px) {
  .first-screen-slider__title {
    font-size: 34px;
    line-height: 41px;
    margin: 0px 0 30px 0;
  }
}
@media (max-width: 479.9808px) {
  .first-screen-slider__title {
    font-size: 26px;
    line-height: 31px;
    margin: 0 0 30px 0;
  }
}
.first-screen-slider__caption {
  margin: 0 0 20px 0;
  font-size: 20px;
  line-height: 28px;
  max-width: 450px;
  font-weight: 400;
}
.first-screen-slider__caption span {
  font-weight: 500;
}
@media (max-width: 1240px) {
  .first-screen-slider__caption {
    margin-left: 35px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991.9808px) {
  .first-screen-slider__caption {
    margin-left: 0;
    margin-bottom: 25px;
    max-width: 370px;
  }
}
@media (max-width: 767.9808px) {
  .first-screen-slider__caption {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 17px 0;
  }
}
@media (max-width: 479.9808px) {
  .first-screen-slider__caption {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 20px 0;
  }
}
.first-screen-slider__ul {
  margin: 0 0 40px 0;
}
@media (max-width: 1240px) {
  .first-screen-slider__ul {
    margin: 0 0 30px 40px;
  }
}
@media (max-width: 991.9808px) {
  .first-screen-slider__ul {
    margin: 0 0 41px 0;
  }
}
.first-screen-slider__ul > div {
  margin: 0 0 10px 0;
}
@media (max-width: 991.9808px) {
  .first-screen-slider__ul > div:nth-child(2) {
    max-width: 275px;
  }
}
@media (max-width: 767.9808px) {
  .first-screen-slider__ul > div {
    margin: 0 0 8px 0;
  }
}
@media (max-width: 479.9808px) {
  .first-screen-slider__ul > div {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.9808px) {
  .first-screen-slider__ul {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 479.9808px) {
  .first-screen-slider__ul {
    margin: 0 0 25px 0;
  }
}
.first-screen-slider__button {
  width: 220px;
  height: 60px;
  margin: 0 0 70px 0;
  font-size: 18px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1240px) {
  .first-screen-slider__button {
    margin: 0 0 44px 35px;
  }
}
@media (max-width: 991.9808px) {
  .first-screen-slider__button {
    margin: 0;
  }
}
@media (max-width: 767.9808px) {
  .first-screen-slider__button {
    width: 287px;
    height: 50px;
    font-size: 15px;
  }
}
@media (max-width: 479.9808px) {
  .first-screen-slider__button {
    width: 100%;
    height: 45px;
    font-size: 13px;
    border-radius: 3px;
  }
}
.first-screen-slider__description {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 991.9808px) {
  .first-screen-slider__description {
    display: none;
  }
}

.first-screen-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 605px;
}
@media (max-width: 991.9808px) {
  .first-screen-description {
    max-width: 100%;
  }
}
@media (max-width: 767.9808px) {
  .first-screen-description {
    margin: 40px 0 0 0;
  }
}
@media (max-width: 479.9808px) {
  .first-screen-description {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.first-screen-description__item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  width: 33.333%;
  margin: 0 24px 0 0;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 16px 21px 16px;
  min-width: 185px;
}
@media (max-width: 1240px) {
  .first-screen-description__item {
    padding: 25px 8px 27px 8px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
    height: 142px;
  }
}
@media (max-width: 991.9808px) {
  .first-screen-description__item {
    width: 33.333%;
    max-width: 100%;
    margin: 0 20px 0 0;
    height: 155px;
    min-width: 0;
    padding: 30px 23px 28px 23px;
  }
}
@media (max-width: 767.9808px) {
  .first-screen-description__item {
    height: 118px;
    margin-right: 21px;
    padding: 17px 19px 25px 19px;
  }
  .first-screen-description__item:last-child {
    padding: 17px 4px 25px 4px;
  }
}
@media (max-width: 479.9808px) {
  .first-screen-description__item {
    height: 105px;
    max-width: 100%;
    width: calc(50% - 9px);
    margin: 0 0 18px 0;
    padding: 17px 17px 13px 17px;
  }
  .first-screen-description__item:first-child {
    margin: 0 18px 18px 0;
  }
  .first-screen-description__item:last-child {
    width: 100%;
    margin: 0 5px 0 5px;
    height: 87px;
  }
}
.first-screen-description__item:last-child {
  margin: 0;
}
.first-screen-description__image {
  width: 33px;
  height: 33px;
  margin: 0 0 17px 0;
}
@media (max-width: 767.9808px) {
  .first-screen-description__image {
    margin-bottom: 11px;
    height: 30px;
  }
}
.first-screen-description__text {
  text-align: center;
  line-height: 21px;
}
@media (max-width: 991.9808px) {
  .first-screen-description__text {
    max-width: 170px;
  }
}
@media (max-width: 767.9808px) {
  .first-screen-description__text {
    font-size: 14px;
    line-height: 16px;
    max-width: 100px;
  }
}
@media (max-width: 479.9808px) {
  .first-screen-description__text {
    max-width: 100%;
  }
}

.official-first-screen {
  display: none;
}
@media (max-width: 1240px) {
  .official-first-screen {
    display: block;
  }
}

.official {
  width: 100%;
}
@media (max-width: 767.9808px) {
  .official__container {
    padding: 0;
  }
}
.official__body {
  width: 100%;
}
.official__title {
  max-width: 980px;
}
@media (max-width: 767.9808px) {
  .official__title {
    font-size: 24px;
    margin: 0 0 20px 0;
    margin-left: 20px;
    max-width: 440px;
    line-height: 33px;
  }
  .official__title span {
    display: none;
  }
}
.official__content {
  width: 100%;
}
.official__block {
  width: 100%;
  margin: 0 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1240px) {
  .official__block {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 991.9808px) {
  .official__block {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 767.9808px) {
  .official__block {
    margin: 0;
    display: block;
  }
}
.official__item {
  max-width: 605px;
  width: 50%;
}
.official__item:first-child {
  margin: 0 28px 0 0;
}
@media (max-width: 767.9808px) {
  .official__item:first-child {
    margin: 0;
  }
}
@media (max-width: 767.9808px) {
  .official__item {
    max-width: 100%;
    width: 100%;
  }
}
.official__center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.official__button {
  width: 195px;
  height: 60px;
  position: relative;
}
@media (max-width: 767.9808px) {
  .official__button {
    font-size: 13px;
    font-weight: 500;
    width: 270px;
    height: 50px;
    margin: 0 15px;
  }
}
@media (max-width: 479.9808px) {
  .official__button {
    width: 100%;
  }
}
.official__button::after {
  position: absolute;
  top: -100px;
  left: -180px;
  content: "";
  display: block;
  z-index: 20;
  width: 108px;
  height: 136px;
  background: url("../img/official/arrow-line.png") 0 0 no-repeat;
  background-size: contain;
}
@media (max-width: 1240px) {
  .official__button::after {
    top: -60px;
    left: -150px;
    height: 100px;
    width: 120px;
    background: url("../img/official/arrow-line-2.png") 0 0 no-repeat;
  }
}
@media (max-width: 991.9808px) {
  .official__button::after {
    top: -60px;
    width: 105px;
    height: 90px;
    background-size: contain;
  }
}
@media (max-width: 767.9808px) {
  .official__button::after {
    display: none;
  }
}

.official-item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 80px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 80px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  min-height: 550px;
  padding-bottom: 55px;
}
@media (max-width: 991.9808px) {
  .official-item {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.9808px) {
  .official-item {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    padding-bottom: 0;
    min-height: 0;
    border-radius: 0;
    margin: 0 0 30px 0;
    overflow: hidden;
  }
  .official-item:last-child {
    margin: 0;
  }
}
.official-item__line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 57px 0 50px 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1240px) {
  .official-item__line {
    margin: 57px 0 40px 0;
  }
}
@media (max-width: 991.9808px) {
  .official-item__line {
    margin: 35px 0 25px 0;
  }
}
@media (max-width: 767.9808px) {
  .official-item__line {
    display: block;
    margin: 0 0 5px 0;
  }
}
.official-item__line::after, .official-item__line::before {
  position: absolute;
  top: 13px;
  content: "";
  display: block;
  background-color: #004da0;
  height: 1px;
  width: 100vw;
}
@media (max-width: 767.9808px) {
  .official-item__line::after, .official-item__line::before {
    display: none;
  }
}
.official-item__line::after {
  left: 0;
}
.official-item__line::before {
  right: 0;
}
.official-item__title {
  color: #004da0;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
  background-color: #fff;
  padding: 0 10px;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
@media (max-width: 991.9808px) {
  .official-item__title {
    max-width: 255px;
    padding: 0;
  }
}
@media (max-width: 767.9808px) {
  .official-item__title {
    text-align: start;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 15px 20px;
  }
}
@media (max-width: 479.9808px) {
  .official-item__title {
    line-height: 21px;
    font-size: 15px;
    margin: 0 0 5px 20px;
  }
}
.official-item__items {
  padding: 0 50px;
}
@media (max-width: 1240px) {
  .official-item__items {
    padding: 0 22px;
  }
}
@media (max-width: 991.9808px) {
  .official-item__items {
    padding: 0 17px;
  }
}
@media (max-width: 767.9808px) {
  .official-item__items {
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: auto;
    margin: 0 0 20px 0;
    padding: 10px 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  .official-item__items::-webkit-scrollbar {
    width: 0;
  }
  .official-item__items_last {
    margin-bottom: 27px;
  }
}
@media (max-width: 767.9808px) and (max-width: 479.9808px) {
  .official-item__items {
    margin-bottom: 25px;
  }
  .official-item__items_last {
    margin-bottom: 20px;
  }
}
.official-item .official-item__item._normal .official-item__arrow {
  display: none;
}
.official-item .official-item__item._normal._active {
  height: 105px;
}
.official-item .official-item__item._active {
  overflow: hidden;
  height: auto;
}
.official-item .official-item__item._active .official-item__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.official-item .official-item__item._active .official-item__text {
  -webkit-transition: 0.3s all ease 1s;
  -o-transition: 0.3s all ease 1s;
  transition: 0.3s all ease 1s;
  display: block;
  -webkit-line-clamp: 100%;
  -webkit-box-orient: vertical;
  overflow: auto;
}
.official-item__item {
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1240px) {
  .official-item__item {
    margin-bottom: 25px;
  }
}
@media (max-width: 991.9808px) {
  .official-item__item {
    margin-bottom: 20px;
  }
}
.official-item__item:last-child {
  margin: 0;
}
@media (max-width: 767.9808px) {
  .official-item__item {
    margin: 0 22px 0 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    display: block;
    padding: 11px 0px 13px 17px;
    min-width: 243px;
    height: 105px;
    -webkit-transition: 0.3s all ease 0s;
    -o-transition: 0.3s all ease 0s;
    transition: 0.3s all ease 0s;
  }
  .official-item__item:first-child {
    margin: 0 22px 0 20px;
  }
  .official-item__item:last-child {
    margin: 0 20px 0 0;
  }
  .official-item__item:hover {
    -webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
  }
  .official-item__item > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.official-item__arrow {
  width: 12px;
  height: 8px;
  margin: 0 0 10px 10px;
  display: none;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
@media (max-width: 767.9808px) {
  .official-item__arrow {
    display: block;
  }
}
.official-item__arrow:active {
  background: url("../img/common/arrow/arrow-down-active.png") 0 0 no-repeat;
}
.official-item__arrow::before {
  background: url("../img/common/arrow/arrow-down.png") 0 0 no-repeat;
}
.official-item__image {
  width: 31px;
  height: 31px;
  margin: 0 21px 0 0;
}
@media (max-width: 767.9808px) {
  .official-item__image {
    width: 23px;
    height: 23px;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 767.9808px) {
  .official-item__text {
    max-width: 191px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 479.9808px) {
  .official-item__text {
    font-size: 14px;
    max-width: 180px;
  }
}


@media (max-width: 1240px) {
 
  .exchange-page .goods-block__items {
    padding: 0 0px;
    margin-bottom: 40px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .exchange-page .goods-block__items .good-block-item:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .exchange-page .goods-block {
    /* margin: 0 0 0 -30px; */
  }
  /* .exchange-page .goods-block__items .good-block-item {
    flex: 0 1 calc((100% - 96px) / 2); 
    margin: 0 15px 45px 15px;
  } */
  /* .exchange-page .goods-block__items._no-center {
    justify-content: inherit;
    width: 100vw;
  } */
}

@media (max-width: 650px) {
  .exchange-page .goods-block__items .good-block-item {
    min-width: 100%;
    
    margin: 0 0 0px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc((100% - 64px) / 2);
            flex: 1 1 calc((100% - 64px) / 2);
  }
  
}

.arrow.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 991.9808px) {
  .exchange-page .goods-block__items {
    padding: 0;
  }
}


@media (max-width: 479.9808px) {
  .sales-hits-bullets {
    position: relative;
  }
}

.sales-hits {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 1240px) {
  .sales-hits {
    margin-bottom: 80px;
  }
}
@media (max-width: 991.9808px) {
  .sales-hits {
    margin-bottom: 80px;
  }
}
@media (max-width: 767.9808px) {
  .sales-hits {
    margin-bottom: 60px;
  }
}
@media (max-width: 479.9808px) {
  .sales-hits {
    margin-bottom: 70px;
  }
}
.sales-hits__bulls {
  display: none;
}
@media (max-width: 479.9808px) {
  .sales-hits__bulls {
    display: block;
  }
}
.sales-hits__container {
  max-width: 1280px;
}
@media (max-width: 1240px) {
  .sales-hits__container {
    padding: 0 90px;
  }
}
@media (max-width: 991.9808px) {
  .sales-hits__container {
    padding: 0 20px;
  }
}
@media (max-width: 767.9808px) {
  .sales-hits__container {
    padding: 0;
  }
}
@media (max-width: 479.9808px) {
  .sales-hits__container {
    padding: 0;
  }
}
.sales-hits__body {
  width: 100%;
}
.sales-hits__slide {
  height: auto;
  min-height: 556px;
}
@media (max-width: 991.9808px) {
  .sales-hits__slide {
    min-height: 575px;
  }
}
@media (max-width: 767.9808px) {
  .sales-hits__slide {
    /* min-width: 309px; */
    /* max-width: 400px; */
    margin-right: 20px;
    min-height: 0;
  }
}
@media (max-width: 500px) {
  .sales-hits__slide {
    min-height: 538px;
    min-width: 0;
    max-width: 100%;
    margin: auto;
  }
}
@media (max-width: 479.9808px) {
  .sales-hits__slide {
    min-height: 538px;
  }
}
.sales-hits__title {
  padding-left: 20px;
}
@media (max-width: 1240px) {
  .sales-hits__title {
    position: relative;
    left: -50px;
    padding-left: 0;
  }
}
@media (max-width: 1023.9808px) {
  .sales-hits__title {
    display: none;
  }
}
.sales-hits__title2 {
  display: none;
  padding-left: 20px;
}
@media (max-width: 1023.9808px) {
  .sales-hits__title2 {
    display: block;
    font-size: 36px;
    line-height: 37px;
    font-weight: 700;
    margin-left: -70px;
  }
  .exchange-options-main .exchange-options__title {
    margin-left: -50px;
  }
}
@media (max-width: 991.9808px) {
  .sales-hits__title2 {
    font-size: 34px;
    line-height: 35px;
    margin-left: 0px;
  }
  .exchange-options-main .exchange-options__title {
    margin-left: 0px;
  }
}
@media (max-width: 767.9808px) {
  .sales-hits__title2 {
    font-size: 24px;
    line-height: 29px;
    padding-left: 20px;
  }
}
@media (max-width: 479.9808px) {
  .sales-hits__title2 {
    max-width: 255px;
    padding-left: 20px;
  }
}
.sales-hits__prev, .sales-hits__next {
  position: absolute;
  z-index: 10;
}
@media (max-width: 1350px) {
  .sales-hits__prev, .sales-hits__next {
    display: none;
  }
}
@media (max-width: 1240px) {
  .sales-hits__prev, .sales-hits__next {
    display: block;
  }
}
@media (max-width: 991.9808px) {
  .sales-hits__prev, .sales-hits__next {
    display: none;
  }
}
@media (max-width: 500px) {
  .sales-hits__prev, .sales-hits__next {
    display: block;
  }
}
@media (max-width: 479.9808px) {
  .sales-hits__prev, .sales-hits__next {
    display: none;
  }
}
.sales-hits__prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -25px;
}
@media (max-width: 1240px) {
  .sales-hits__prev {
    left: -44px;
  }
}
@media (max-width: 767.9808px) {
  .sales-hits__prev {
    left: 20px;
    z-index: 20;
  }
}
.sales-hits__next {
  position: absolute;
  right: -25px;
}
@media (max-width: 1240px) {
  .sales-hits__next {
    right: -44px;
  }
}
@media (max-width: 767.9808px) {
  .sales-hits__next {
    position: absolute;
    right: 20px;
    z-index: 20;
  }
}
.sales-hits__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 479.9808px) {
  .sales-hits__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sales-hits__arrows {
  display: none;
}
@media (max-width: 1350px) {
  .sales-hits__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1240px) {
  .sales-hits__arrows {
    display: none;
  }
}
@media (max-width: 991.9808px) {
  .sales-hits__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 40px;
    margin-top: 6px;
  }
}
@media (max-width: 767.9808px) {
  .sales-hits__arrows {
    display: none;
  }
}
.sales-hits__nav {
  margin-bottom: 15px;
  margin-left: 20px;
}
@media (max-width: 1240px) {
  .sales-hits__nav {
    position: relative;
    left: -50px;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.9808px) {
  .sales-hits__nav {
    left: 0;
    margin-left: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.9808px) {
  .sales-hits__nav {
    padding-right: 20px;
  }
}
@media (max-width: 479.9808px) {
  .sales-hits__nav {
    margin-left: 20px;
    top: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 1350px) {
  .sales-hits-next {
    margin-left: 17px;
  }
}
@media (max-width: 1240px) {
  .sales-hits-next {
    margin: 0;
  }
}
@media (max-width: 991.9808px) {
  .sales-hits-next {
    margin-left: 17px;
  }
}

@media (max-width: 1350px) {
  .exchange-options-slider__next {
    margin-left: 17px;
  }
}
@media (max-width: 1240px) {
  .exchange-options-slider__next {
    margin: 0;
  }
}

.good-items-row {
  display: none;
}
@media (max-width: 767.9808px) {
  .good-items-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 20px;
    overflow: auto;
  }
  .good-items-row::-webkit-scrollbar {
    width: 0;
  }
}
@media (max-width: 500px) {
  .good-items-row {
    display: none;
  }
}
@media (max-width: 767.9808px) {
  .good-items-row__item {
    min-width: 309px;
    max-width: 400px;
    margin-right: 20px;
  }
  .good-items-row__item:last-child {
    margin: 0;
  }
}

.exchange-options {
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 1240px) {
  .exchange-options {
    margin-bottom: 100px;
  }
}
@media (max-width: 991.9808px) {
  .exchange-options {
    margin-bottom: 80px;
  }
}
@media (max-width: 767.9808px) {
  .exchange-options {
    margin-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .exchange-options {
    margin-bottom: 60px;
  }
}
@media (max-width: 479.9808px) {
  .exchange-options {
    margin-bottom: 70px;
  }
}
.exchange-options__bulls {
  display: none;
}
@media (max-width: 479.9808px) {
  .exchange-options__bulls {
    display: block;
  }
}
.exchange-options__center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media (max-width: 1240px) {
  .exchange-options__center {
    margin-top: 20px;
  }
}
@media (max-width: 767.9808px) {
  .exchange-options__center {
    display: none;
  }
}
@media (max-width: 479.9808px) {
  .exchange-options__center {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.exchange-options__slider {
  width: 100%;
  padding: 20px 15px 20px 15px;
}
@media (max-width: 1240px) {
  .exchange-options__slider {
    padding: 20px 14px 20px 14px;
  }
}
@media (max-width: 991.9808px) {
  .exchange-options__slider {
    padding: 20px 15px;
  }
}
@media (max-width: 767.9808px) {
  .exchange-options__slider {
    /* display: flex; */
    /* align-items: stretch; */
    /* width: auto; */
    padding: 20px;
    /* overflow: auto; */
  }
  .exchange-options__slider::-webkit-scrollbar {
    width: 0;
  }
}

@media (max-width: 500px) {
  .exchange-options__slider {
    display: block;
    padding: 20px 85px;
    overflow: hidden;
  }
}
@media (max-width: 479.9808px) {
  .exchange-options__slider {
    padding: 20px;
  }
}
.exchange-options__slide {
  height: auto;
  min-height: 555px;
}
@media (max-width: 1240px) {
  .exchange-options__slide {
    min-height: 563px;
  }
}
@media (max-width: 767.9808px) {
  .exchange-options__slide {
    /* min-width: 309px; */
    /* max-width: 400px; */
    min-height: 0;
    margin-right: 20px;
  }
}
@media (max-width: 500px) {
  .exchange-options__slide {
    min-height: 510px;
    min-width: 0;
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 479.9808px) {
  .exchange-options__slide {
    min-height: 502px;
  }
}
.exchange-options__container {
  max-width: 1280px;
}
@media (max-width: 1240px) {
  .exchange-options__container {
    padding: 0 90px;
  }
  .exchange-options-main .exchange-options__title {
    padding-left: 10px;
  }

}
@media (max-width: 991.9808px) {
  .exchange-options__container {
    padding: 0 20px;
  }

}
@media (max-width: 767.9808px) {
  .exchange-options__container {
    padding: 0;
  }
  .exchange-options-main .exchange-options__title {
    padding-left: 20px;
  }
}
@media (max-width: 479.9808px) {
  .exchange-options__container {
    padding: 0;
  }
}
.exchange-options__body {
  width: 100%;
  position: relative;
}
.exchange-options__title {
  margin-bottom: 40px;
  padding-left: 20px;
}
@media (max-width: 1240px) {
  .exchange-options__title {
    position: relative;
    left: -50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1240px) {
  .exchange-options__title {
    left: 0;
    padding-left: 40px;
  }
}
@media (max-width: 767.9808px) {
  .exchange-options__title {
    padding-left: 20px;
  }
}
@media (max-width: 479.9808px) {
  .exchange-options__title {
    padding-left: 20px;
    margin-bottom: 10px;
  }
}
.exchange-options__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 1350px) {
  .exchange-options__prev, .exchange-options__next {
    display: none;
  }
}
@media (max-width: 1240px) {
  .exchange-options__prev, .exchange-options__next {
    display: block;
  }
}
.exchange-options__next {
  position: absolute;
  right: -25px;
  z-index: 20;
}
@media (max-width: 1240px) {
  .exchange-options__next {
    right: -44px;
  }
}
@media (max-width: 991.9808px) {
  .exchange-options__next {
    display: none;
  }
}
@media (max-width: 767.9808px) {
  .exchange-options__next {
    display: none;
  }
}
@media (max-width: 500px) {
  .exchange-options__next {
    display: block;
    right: 20px;
    z-index: 20;
  }
}
@media (max-width: 479.9808px) {
  .exchange-options__next {
    display: none;
  }
}
.exchange-options__prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  left: -25px;
  z-index: 20;
}
@media (max-width: 1240px) {
  .exchange-options__prev {
    left: -44px;
  }
}
@media (max-width: 991.9808px) {
  .exchange-options__prev {
    display: none;
  }
}
@media (max-width: 767.9808px) {
  .exchange-options__prev {
    display: none;
  }
}
@media (max-width: 500px) {
  .exchange-options__prev {
    display: block;
    left: 20px;
    z-index: 20;
  }
}
@media (max-width: 479.9808px) {
  .exchange-options__prev {
    display: none;
  }
}
.exchange-options__button {
  width: 195px;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767.9808px) {
  .exchange-options__button {
    display: none;
  }
}
.exchange-options__end {
  display: none;
}
@media (max-width: 1350px) {
  .exchange-options__end {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 1240px) {
  .exchange-options__end {
    display: none;
  }
}

.works {
  background-color: rgba(242, 248, 255, 0.4);
  width: 100%;
  padding: 70px 0 30px 0;
}
@media (max-width: 1240px) {
  .works {
    padding: 70px 0 68px 0;
  }
}
@media (max-width: 991.9808px) {
  .works {
    padding: 70px 0 12px 0;
  }
}
@media (max-width: 767.9808px) {
  .works {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 479.9808px) {
  .works {
    padding: 28px 0 30px 0;
  }
}
.works__body {
  width: 100%;
}
.works__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 1240px) {
  .works__top {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.9808px) {
  .works__top {
    margin-bottom: 30px;
  }
}
.works__title {
  margin: 0;
}
.works__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.works__arrows_top {
  display: none;
}
@media (max-width: 1240px) {
  .works__arrows_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991.9808px) {
  .works__arrows_top {
    display: none;
  }
}
.works__arrows_bottom {
  position: relative;
  z-index: 10;
  top: 0;
}
@media (max-width: 1100px) {
  .works__arrows_bottom {
    top: -30px;
  }
}
@media (max-width: 1240px) {
  .works__arrows_bottom {
    display: none;
  }
}
@media (max-width: 991.9808px) {
  .works__arrows_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0px;
  }
}
@media (max-width: 850px) {
  .works__arrows_bottom {
    top: -30px;
  }
}
@media (max-width: 767.9808px) {
  .works__arrows_bottom {
    top: -45px;
  }
}
@media (max-width: 479.9808px) {
  .works__arrows_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0px;
  }
}
.works__arrow_next {
  margin: 0 0 0 20px;
}
.works__bottom {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  top: -50px;
}
@media (max-width: 991.9808px) {
  .works__bottom {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    top: 0;
    margin-top: 16px;
  }
}
@media (max-width: 785px) {
  .works__bottom {
    top: -50px;
    margin-top: 0;
  }
}
@media (max-width: 767.9808px) {
  .works__bottom {
    top: 0;
  }
}
@media (max-width: 660px) {
  .works__bottom {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 479.9808px) {
  .works__bottom {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 16px;
  }
}
.works__slider {
  width: 100%;
}
.works__slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
}
@media (max-width: 660px) {
  .works__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.works__image {
  margin: 0 80px 0 0;
}
@media (max-width: 1240px) {
  .works__image {
    margin: 0 54px 0 0;
  }
}
@media (max-width: 991.9808px) {
  .works__image {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 767.9808px) {
  .works__image {
    height: 190px;
  }
}
@media (max-width: 479.9808px) {
  .works__image {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.works__image img {
  width: 420px;
}
@media (max-width: 991.9808px) {
  .works__image img {
    max-width: 333px;
    height: 360px;
  }
}
@media (max-width: 767.9808px) {
  .works__image img {
    border-radius: 5px;
    height: 100%;
  }
}
@media (max-width: 600px) {
  .works__image img {
    max-width: 300px;
  }
  .exchange-page .goods-block__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
    }
}
@media (max-width: 479.9808px) {
  .works__image img {
    max-width: 100%;
    margin: 0 0 16px 0;
    width: 100%;
  }
}
@media (max-width: 767.9808px) {
  .works__content {
    margin-bottom: 25px;
  }
}
@media (max-width: 479.9808px) {
  .works__content {
    margin-bottom: 5px;
  }
}
.works__item {
  margin: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.9808px) {
  .works__item {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 991.9808px) {
  .works__item {
    display: block;
  }
}
.works__caption {
  font-size: 20px;
  color: #004da0;
  text-transform: uppercase;
  min-width: 116px;
  margin: 0 16px 0 0;
  line-height: 28px;
}
@media (max-width: 991.9808px) {
  .works__caption {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 767.9808px) {
  .works__caption {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 479.9808px) {
  .works__caption {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 767.9808px) {
  .works__text {
    max-width: 370px;
  }
}

.exchange-block-top {
  margin-top: 59px;
}

.subcategory-title {
  margin-top: 63px;
  margin-bottom: 60px;
}
@media (max-width: 1240px) {
  .subcategory-title {
    margin-bottom: 40px;
    margin-top: 0;
  }
}
@media (max-width: 479.9808px) {
  .subcategory-title {
    margin-bottom: 30px;
  }
}

.notavailable {
  width: 100%;
}
.notavailable__body {
  width: 100%;
}
.notavailable__title {
  margin: 0 0 50px 0;
}
.notavailable__content {
  width: 100%;
}

.choose-packet-3 {
  margin-bottom: 120px;
}

.choose-packet-2 {
  margin-bottom: 120px;
}
@media (max-width: 1240px) {
  .choose-packet-2 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991.9808px) {
  .choose-packet-2 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767.9808px) {
  .choose-packet-2 {
    margin-bottom: 60px;
  }
}
@media (max-width: 479.9808px) {
  .choose-packet-2 {
    margin-bottom: 35px;
  }
}

.choose-packet {
  width: 100%;
  padding: 45px 0 65px 0;
  background-color: rgba(242, 248, 255, 0.4);
}
@media (max-width: 1240px) {
  .choose-packet {
    padding: 45px 0 55px 0;
  }
}
@media (max-width: 767.9808px) {
  .choose-packet {
    padding: 25px 0 53px 0;
  }
}
@media (max-width: 479.9808px) {
  .choose-packet {
    padding: 40px 0 17px 0;
  }
}
.choose-packet__body {
  width: 100%;
}
.choose-packet__title {
  font-size: 25px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 40px 0;
  color: #004da0;
}
@media (max-width: 991.9808px) {
  .choose-packet__title {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 767.9808px) {
  .choose-packet__title {
    font-size: 17px;
    line-height: 23px;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 767.9808px) {
  .choose-packet__title {
    font-size: 16px;
    line-height: 22px;
  }
}
.choose-packet__content {
  width: 100%;
}
.choose-packet__packets {
  width: 100%;
}
.choose-packet__packets:first-child {
  margin: 0 0 45px 0;
}
@media (max-width: 767.9808px) {
  .choose-packet__packets:first-child {
    margin: 0 0 35px 0;
  }
}
.choose-packet__caption {
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
@media (max-width: 767.9808px) {
  .choose-packet__caption {
    margin: 0 0 20px 0;
  }
}
.choose-packet__packet {
  width: 100%;
  margin: 0 0 25px 0;
}
.choose-packet__packet:last-child {
  margin: 0;
}

.choose-packet-packet-mob._active .choose-packet-packet-mob__first {
  display: none;
}
.choose-packet-packet-mob._active .choose-packet-packet-mob__check {
  display: block;
  width: 22px;
  height: 18px;
}
.choose-packet-packet-mob._active .choose-packet-packet-mob__button {
  display: none;
}
.choose-packet-packet-mob._active .choose-packet-packet-mob__button_delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e60f2a;
  background-color: transparent;
  color: #e60f2a;
}
.choose-packet-packet-mob._active .choose-packet-packet-mob__button_delete:hover {
  background-color: #e60f2a;
  border: 1px solid transparent;
  color: #fff;
}

.choose-packet-packet-mob {
  display: none;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  margin: 0 0 15px 0;
}
@media (max-width: 767.9808px) {
  .choose-packet-packet-mob {
    display: block;
  }
}
@media (max-width: 479.9808px) {
  .choose-packet-packet-mob {
    display: none;
  }
}
.choose-packet-packet-mob__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 17px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.04);
  margin: 0 0 15px 0;
}
.choose-packet-packet-mob__item {
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.choose-packet-packet-mob__item:nth-child(2) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.choose-packet-packet-mob__item:last-child {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.choose-packet-packet-mob__name {
  max-width: 140px;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #004da0;
}
.choose-packet-packet-mob__first {
  font-size: 14px;
  line-height: 19px;
}
.choose-packet-packet-mob__check {
  display: none;
}
.choose-packet-packet-mob__text {
  font-size: 14px;
  line-height: 19px;
  max-width: 126px;
}
.choose-packet-packet-mob__line {
  width: 100%;
  padding: 0 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 25px 0;
}
.choose-packet-packet-mob__bottom {
  width: 100%;
  padding: 0 18px 19px 18px;
}
.choose-packet-packet-mob__button {
  width: 250px;
  height: 45px;
  font-size: 13px;
  font-weight: 400;
}
.choose-packet-packet-mob__button_delete {
  display: none;
}

.choose-packet-packet-mobile-mini._active .choose-packet-packet-mobile-mini__first {
  display: none;
}
.choose-packet-packet-mobile-mini._active .choose-packet-packet-mobile-mini__check {
  display: block;
  width: 22px;
  height: 18px;
}
.choose-packet-packet-mobile-mini._active .choose-packet-packet-mobile-mini__button {
  display: none;
}
.choose-packet-packet-mobile-mini._active .choose-packet-packet-mobile-mini__button_delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e60f2a;
  background-color: transparent;
  color: #e60f2a;
}
.choose-packet-packet-mobile-mini._active .choose-packet-packet-mobile-mini__button_delete:hover {
  background-color: #e60f2a;
  border: 1px solid transparent;
  color: #fff;
}

.choose-packet-packet-mobile-mini {
  display: none;
  margin: 0 0 20px 0;
  overflow: hidden;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  width: 100%;
  padding-bottom: 20px;
  margin: 0 0 20px 0;
}
@media (max-width: 479.9808px) {
  .choose-packet-packet-mobile-mini {
    display: block;
  }
}
.choose-packet-packet-mobile-mini__top {
  width: 100%;
  margin-bottom: 25px;
}
.choose-packet-packet-mobile-mini__line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
.choose-packet-packet-mobile-mini__line_main {
  height: auto;
  padding: 18px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.04);
  margin-bottom: 22px;
}
.choose-packet-packet-mobile-mini__line:nth-child(2) {
  width: auto;
  padding: 0;
  padding-bottom: 17px;
  margin: 0 20px;
  border-bottom: 1px solid #C4C4C4;
}
.choose-packet-packet-mobile-mini__item {
  width: 50%;
}
.choose-packet-packet-mobile-mini__item:nth-child(2), .choose-packet-packet-mobile-mini__item:nth-child(4), .choose-packet-packet-mobile-mini__item:nth-child(6) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.choose-packet-packet-mobile-mini__bottom {
  width: 100%;
}
.choose-packet-packet-mobile-mini__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #004da0;
}
.choose-packet-packet-mobile-mini__pricemain {
  font-weight: 500;
  margin: 0 6px 0 0;
}
.choose-packet-packet-mobile-mini__priceitem {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}
.choose-packet-packet-mobile-mini__priceitem:first-child {
  border-bottom: 1px solid #004da0;
}
.choose-packet-packet-mobile-mini__button {
  width: 100%;
  height: 40px;
  margin: 30px 0 0 0;
  font-weight: 400;
}
@media (max-width: 479.9808px) {
  .choose-packet-packet-mobile-mini__button {
    font-size: 12px;
    width: auto;
    margin: 30px 20px 0 20px;
  }
}
.choose-packet-packet-mobile-mini__button_delete {
  display: none;
}

.choose-packet-packet-mobile._active .choose-packet-packet-mobile__text_first {
  display: none;
}
.choose-packet-packet-mobile._active .choose-packet-packet-mobile__check {
  display: block;
  width: 27px;
  height: 23px;
}
.choose-packet-packet-mobile._active .choose-packet-packet-mobile__button {
  display: none;
}
.choose-packet-packet-mobile._active .choose-packet-packet-mobile__button_delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e60f2a;
  background-color: transparent;
  color: #e60f2a;
}
.choose-packet-packet-mobile._active .choose-packet-packet-mobile__button_delete:hover {
  background-color: #e60f2a;
  border: 1px solid transparent;
  color: #fff;
}

.choose-packet-packet-mobile {
  display: none;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  margin: 0 0 25px 0;
  min-height: 148px;
  padding-bottom: 22px;
}
@media (max-width: 991.9808px) {
  .choose-packet-packet-mobile {
    display: block;
  }
}
@media (max-width: 767.9808px) {
  .choose-packet-packet-mobile {
    display: none;
  }
}
.choose-packet-packet-mobile__line {
  width: 100%;
  height: 50%;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
}
.choose-packet-packet-mobile__line:first-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  padding: 18px 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.04);
  margin-bottom: 22px;
}
.choose-packet-packet-mobile__item {
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.choose-packet-packet-mobile__item:nth-child(2), .choose-packet-packet-mobile__item:nth-child(5) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.choose-packet-packet-mobile__item:nth-child(3), .choose-packet-packet-mobile__item:nth-child(6) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 479.9808px) {
  .choose-packet-packet-mobile__item {
    width: 50%;
  }
  .choose-packet-packet-mobile__item:nth-child(2), .choose-packet-packet-mobile__item:nth-child(4), .choose-packet-packet-mobile__item:nth-child(6) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.choose-packet-packet-mobile__name {
  font-size: 20px;
  line-height: 28px;
  color: #004da0;
  text-transform: uppercase;
  max-width: 140px;
}
@media (max-width: 479.9808px) {
  .choose-packet-packet-mobile__name {
    font-size: 14px;
    line-height: 19px;
  }
}
.choose-packet-packet-mobile__check {
  display: none;
}
.choose-packet-packet-mobile__button {
  width: 143px;
  height: 43px;
  font-size: 14px;
}
.choose-packet-packet-mobile__button_delete {
  display: none;
  height: 43px;
}
.choose-packet-packet-mobile__price {
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  color: #004da0;
}

.choose-packet-data._active .choose-packet-packet__text_first, .choose-packet-data._active .choose-packet-packet-mob__first, .choose-packet-data._active .choose-packet-packet-mobile__text_first, .choose-packet-data._active .choose-packet-packet-mobile-mini__first {
  display: none;
}
.choose-packet-data._active .choose-packet-packet__check, .choose-packet-data._active .choose-packet-packet-mobile__check {
  display: block;
}
.choose-packet-data._active .button-order {
  display: none;
}
.choose-packet-data._active .button-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e60f2a;
  background-color: transparent;
  color: #e60f2a;
}
.choose-packet-data._active .choose-packet-packet__button_delete:hover {
  background-color: #e60f2a;
  border: 1px solid transparent;
  color: #fff;
}

.choose-packet-packet {
  width: 100%;
  height: 133px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
}
@media (max-width: 991.9808px) {
  .choose-packet-packet {
    display: none;
  }
}
.choose-packet-packet__name {
  min-width: 272px;
  height: 100%;
  background-color: #004da0;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (max-width: 991.9808px) {
  .choose-packet-packet__name {
    min-width: 0;
  }
}
@media (max-width: 767.9808px) {
  .choose-packet-packet__name {
    text-align: start;
  }
}
.choose-packet-packet__body {
  background-color: #fff;
  height: 100%;
  width: 100%;
}
.choose-packet-packet__line {
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.choose-packet-packet__line:first-child {
  border-bottom: 1px solid #C4C4C4;
  border-top-right-radius: 5px;
}
@media (max-width: 991.9808px) {
  .choose-packet-packet__line:first-child {
    border-radius: 0;
  }
}
.choose-packet-packet__line:last-child {
  border-bottom-right-radius: 5px;
}
@media (max-width: 991.9808px) {
  .choose-packet-packet__line:last-child {
    border-radius: 0;
  }
}
.choose-packet-packet__item {
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (min-width: 1240px) {
  .choose-packet-packet__item:last-child {
    padding: 0 15px;
  }
}
.choose-packet-packet__text {
  text-align: center;
}
.choose-packet-packet__check {
  display: none;
}
.choose-packet-packet__button {
  width: 143px;
  height: 45px;
  font-size: 14px;
}
@media (max-width: 767.9808px) {
  .choose-packet-packet__button {
    font-size: 13px;
  }
}
@media (max-width: 479.9808px) {
  .choose-packet-packet__button {
    font-size: 12px;
    height: 40px;
  }
}
.choose-packet-packet__button_delete {
  display: none;
}
.choose-packet-packet__price {
  font-size: 25px;
  font-weight: 500;
  color: #004da0;
  line-height: 35px;
}

.choosed-packets {
  width: 100%;
}
.choosed-packets__body {
  padding: 60px 60px 40px 60px;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
}
@media (max-width: 991.9808px) {
  .choosed-packets__body {
    padding: 60px 50px 25px 50px;
  }
}
@media (max-width: 767.9808px) {
  .choosed-packets__body {
    padding: 30px 22px;
  }
}
@media (max-width: 479.9808px) {
  .choosed-packets__body {
    padding: 27px 22px 17px 18px;
  }
}
.choosed-packets__title {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  color: #004da0;
  font-weight: 400;
}
@media (max-width: 767.9808px) {
  .choosed-packets__title {
    display: none;
  }
}
.choosed-packets__title span {
  margin: 0 0 0 16px;
  font-weight: 500;
}
.choosed-packets__titlemobile {
  display: none;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 22px;
  color: #004da0;
}
@media (max-width: 767.9808px) {
  .choosed-packets__titlemobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 27px 0;
  }
}
@media (max-width: 479.9808px) {
  .choosed-packets__titlemobile {
    font-size: 15px;
    line-height: 21px;
    display: block;
    margin-bottom: 20px;
  }
}
.choosed-packets__titlemobile div {
  font-weight: 400;
}
@media (max-width: 479.9808px) {
  .choosed-packets__titlemobile div {
    margin: 0 0 6px 0;
  }
}
.choosed-packets__titlemobile div span {
  font-weight: 500;
  margin: 0 0 0 20px;
}
@media (max-width: 767.9808px) {
  .choosed-packets__titlemobile div span {
    margin: 0px 0px 0px 13px;
  }
}
@media (max-width: 479.9808px) {
  .choosed-packets__titlemobile div span {
    margin: 0 0 0 19px;
  }
}
.choosed-packets__titlemobile div:last-child {
  margin: 0;
}
@media (max-width: 479.9808px) {
  .choosed-packets__titlemobile div:last-child span {
    margin-left: 15px;
  }
}
.choosed-packets__form {
  margin: 0 0 30px 0;
}
@media (max-width: 991.9808px) {
  .choosed-packets__form {
    margin: 0 0 26px 0;
  }
}
@media (max-width: 767.9808px) {
  .choosed-packets__form {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 479.9808px) {
  .choosed-packets__form {
    margin: 0 0 20px 0;
  }
}
.choosed-packets__button {
  width: 255px;
  margin: 0 0 14px 0;
  height: 60px;
  font-size: 16px;
}
@media (max-width: 991.9808px) {
  .choosed-packets__button {
    margin-bottom: 19px;
  }
}
@media (max-width: 767.9808px) {
  .choosed-packets__button {
    height: 50px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (max-width: 479.9808px) {
  .choosed-packets__button {
    width: 100%;
    height: 45px;
    font-size: 13px;
  }
}
.choosed-packets__question {
  display: none;
}
@media (max-width: 767.9808px) {
  .choosed-packets__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 26px 0;
  }
}
@media (max-width: 479.9808px) {
  .choosed-packets__question {
    margin-bottom: 21px;
  }
}
.choosed-packets__question a {
  font-weight: 300;
  font-size: 16px;
  color: #004da0;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
.choosed-packets__question a span {
  display: inline;
  text-decoration: underline;
}
@media (max-width: 767.9808px) {
  .choosed-packets__question a {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 479.9808px) {
  .choosed-packets__question a {
    font-size: 12px;
    line-height: 17px;
    max-width: 126px;
  }
}
.choosed-packets__question div {
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  margin: 0 16px 0 0;
}
.choosed-packets__question div::before {
  background: url("../img/common/blue/question.png") 0 0 no-repeat;
}
.choosed-packets__texts {
  margin: 0 0 26px 0;
}
@media (max-width: 991.9808px) {
  .choosed-packets__texts {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767.9808px) {
  .choosed-packets__texts {
    display: none;
  }
}
.choosed-packets__caption {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 19px;
}
.choosed-packets__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
}
.choosed-packets__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.choosed-packets__image {
  margin: 0 3px 0 0;
}
@media (max-width: 767.9808px) {
  .choosed-packets__image {
    max-width: 68px;
  }
}
@media (max-width: 479.9808px) {
  .choosed-packets__image {
    width: 25%;
  }
}
.choosed-packets__checkbox {
  position: relative;
}
.choosed-packets__checkbox div {
  padding-left: 35px;
  max-width: 470px;
}
.choosed-packets__field {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.choosed-packets__content {
  cursor: pointer;
  color: #636D74;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 767.9808px) {
  .choosed-packets__content {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 479.9808px) {
  .choosed-packets__content {
    font-size: 10px;
    line-height: 12px;
  }
  .choosed-packets__content::before, .choosed-packets__content::after {
    width: 18px;
    height: 18px;
  }
}
.choosed-packets__content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #004da0;
  width: 23px;
  height: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  border-radius: 3px;
}
@media (max-width: 767.9808px) {
  .choosed-packets__content::before {
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 479.9808px) {
  .choosed-packets__content::before {
    width: 18px;
    height: 18px;
  }
}
.choosed-packets__content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../img/common/check.svg");
  background-position: center;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 767.9808px) {
  .choosed-packets__content::after {
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 479.9808px) {
  .choosed-packets__content::after {
    width: 18px;
    height: 18px;
  }
}
.choosed-packets__content a {
  color: #636D74;
  display: inline;
  border-bottom: 1px solid #636D74;
}

.choosed-packets__field:checked + .choosed-packets__content::after {
  opacity: 1;
}

.choosed-packets__field:disabled + .choosed-packets__content {
  opacity: 0.4;
  pointer-events: none;
}

.renewing {
  width: 100%;
  margin-top: 68px;
}
@media (max-width: 1240px) {
  .renewing {
    margin-top: 56px;
  }
}
@media (max-width: 767.9808px) {
  .renewing {
    margin-top: 30px;
  }
}
@media (max-width: 479.9808px) {
  .renewing {
    margin-top: 26px;
  }
}
.renewing__body {
  width: 100%;
}
.renewing__title {
  max-width: 650px;
  margin-bottom: 60px;
}
@media (max-width: 1240px) {
  .renewing__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.9808px) {
  .renewing__title {
    margin-bottom: 30px;
  }
}
.renewing__content {
  width: 100%;
}
.renewing-form._sending .renewing-form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.renewing-form__lb {
  margin: 0 0 35px 0;
}
@media (max-width: 991.9808px) {
  .renewing-form__lb {
    margin-bottom: 43px;
  }
}
@media (max-width: 767.9808px) {
  .renewing-form__lb {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 479.9808px) {
  .renewing-form__lb {
    max-width: 280px;
    margin: 0 0 20px 0;
  }
}
.renewing-form__label {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #004da0;
}
@media (max-width: 767.9808px) {
  .renewing-form__label {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 479.9808px) {
  .renewing-form__label {
    font-size: 15px;
    line-height: 21px;
  }
}
.renewing-form__line {
  margin: 0 0 20px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1240px) {
  .renewing-form__line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 991.9808px) {
  .renewing-form__line {
    margin-bottom: 17px;
  }
}
@media (max-width: 767.9808px) {
  .renewing-form__line {
    display: block;
  }
}
.renewing-form__input {
  max-width: 535px;
  height: 65px;
  margin: 0 40px 0 0;
}
@media (max-width: 1240px) {
  .renewing-form__input {
    margin: 0 40px 0 0;
  }
}
@media (max-width: 991.9808px) {
  .renewing-form__input {
    max-width: 430px;
    margin-right: 37px;
  }
}
@media (max-width: 770px) {
  .renewing-form__input {
    margin: 0 37px 0 0;
  }
}
@media (max-width: 767.9808px) {
  .renewing-form__input {
    width: 100%;
    max-width: 310px;
    height: 50px;
    margin: 0 0 14px 0;
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 479.9808px) {
  .renewing-form__input {
    height: 45px;
    max-width: 100%;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
  }
}
.renewing-form__check {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1240px) {
  .renewing-form__check {
    margin-top: 20px;
  }
}
.renewing-form__check img {
  margin: 0 20px 0 0;
  width: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  animation: 2s linear 0s normal none infinite running rot;
  -webkit-animation: 2s linear 0s normal none infinite running rot;
}
@media (max-width: 767.9808px) {
  .renewing-form__check img {
    width: 35px;
  }
}
@media (max-width: 479.9808px) {
  .renewing-form__check img {
    width: 30px;
  }
}
@keyframes rot {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.renewing-form__checktext {
  max-width: 260px;
  text-transform: uppercase;
  color: #004da0;
  font-weight: 400;
}
@media (max-width: 767.9808px) {
  .renewing-form__checktext {
    font-weight: 300;
  }
}
.renewing-form__link {
  color: #004da0;
  /* text-decoration: underline; */
  border-bottom: 1px solid #004da0;
}
@media (max-width: 767.9808px) {
  .renewing-form__link {
    display: none;
  }
}
.renewing-form__link_hide {
  display: none;
}
@media (max-width: 767.9808px) {
  .renewing-form__link_hide {
    display: block;
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
  }
}
@media (max-width: 479.9808px) {
  .renewing-form__link_hide {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}
.renewing-form__button {
  width: 220px;
  height: 65px;
  margin: 0 60px 0 0;
  text-transform: uppercase;
  font-size: 18px;
}
@media (max-width: 991.9808px) {
  .renewing-form__button {
    margin: 0;
  }
}
@media (max-width: 767.9808px) {
  .renewing-form__button {
    font-size: 14px;
    width: 310px;
    height: 50px;
  }
}
@media (max-width: 479.9808px) {
  .renewing-form__button {
    font-size: 13px;
    height: 45px;
    width: 100%;
  }
}

.requisites {
  width: 100%;
}
.requisites__body {
  width: 100%;
}
.benifits-mob {
  display: none;
}
@media (max-width: 1240px) {
  .benifits-mob {
    display: block;
  }
}

.benifits {
  background-color: rgba(242, 248, 255, 0.4);
  width: 100%;
  padding: 90px 0 100px 0;
}
@media (max-width: 1240px) {
  .benifits {
    padding: 90px 0;
  }
}
@media (max-width: 991.9808px) {
  .benifits {
    padding: 65px 0 60px;
  }
}
@media (max-width: 767.9808px) {
  .benifits {
    padding: 36px 0 37px 0;
  }
}
@media (max-width: 479.9808px) {
  .benifits {
    padding: 38px 0 35px 0;
  }
}
.benifits__body {
  width: 100%;
}
.benifits__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 1023.9808px) {
  .benifits__top {
    margin-bottom: 40px;
  }
  
}
@media (max-width: 479.9808px) {
  .benifits__top {
    margin-bottom: 30px;
  }
}
.benifits__title {
  font-size: 38px;
  font-weight: 700;
  line-height: 53px;
  margin: 0;
}
@media (max-width: 1240px) {
  .benifits__title {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (max-width: 991.9808px) {
  .benifits__title {
    font-size: 34px;
    line-height: 47px;
  }
}
@media (max-width: 767.9808px) {
  .benifits__title {
    font-size: 24px;
    line-height: 33px;
  }
}
.benifits__arrows {
  margin: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1240px) {
  .benifits__arrows {
    display: none;
  }
}
@media (max-width: 479.9808px) {
  .benifits__arrows {
    margin: 0 0 25px 0;
  }
}
.benifits__arrows_hide {
  display: none;
}
@media (max-width: 1240px) {
  .benifits__arrows_hide {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.benifits__arrow:first-child {
  margin: 0 20px 0 0;
}
.benifits__slider {
  width: 100%;
  margin: 0 0 50px 0;
}
@media (max-width: 1240px) {
  .benifits__slider {
    margin: 0 0 45px 0;
  }
}
@media (max-width: 991.9808px) {
  .benifits__slider {
    margin-bottom: 35px;
  }
}
@media (max-width: 767.9808px) {
  .benifits__slider {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 479.9808px) {
  .benifits__slider {
    margin-bottom: 50px;
  }
}
.benifits__center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023.9808px) {
  .benifits__center {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.benifits__button {
  width: 195px;
  height: 60px;
  text-transform: uppercase;
}
@media (max-width: 767.9808px) {
  .benifits__button {
    display: none;
  }
}
.benifits__blc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.benifint-slider__slide {
  height: auto;
}
.benifint-slider__image {
  max-width: 80px;
  height: 53px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 0 34px 0;
}
@media (max-width: 991.9808px) {
  .benifint-slider__image {
    margin-bottom: 44px;
  }
}
@media (max-width: 767.9808px) {
  .benifint-slider__image {
    margin: 0 0 20px 0;
    max-width: 50px;
    height: 34px;
  }
}
@media (max-width: 767.9808px) {
  .benifint-slider__image_hide {
    display: none;
  }
}
.benifint-slider__image_show {
  display: none;
}
@media (max-width: 767.9808px) {
  .benifint-slider__image_show {
    display: block;
  }
}
.benifint-slider__title {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  max-width: 234px;
}
@media (max-width: 1240px) {
  .benifint-slider__title {
    margin: 0 0 28px 0;
  }
}
@media (max-width: 767.9808px) {
  .benifint-slider__title {
    max-width: 400px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 479.9808px) {
  .benifint-slider__title {
    font-size: 15px;
    max-width: 200px;
  }
}
.benifint-slider__text {
  max-width: 320px;
}
@media (max-width: 1240px) {
  .benifint-slider__text {
    max-width: 315px;
  }
}
@media (max-width: 767.9808px) {
  .benifint-slider__text {
    max-width: 400px;
  }
}

.exchange-block {
  width: 100%;
}
.exchange-block__body {
  width: 100%;
}
.exchange-block__title {
  max-width: 980px;
  margin-bottom: 60px;
}
@media (max-width: 1240px) {
  .exchange-block__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 479.9808px) {
  .exchange-block__title {
    margin-bottom: 30px;
  }
}
.exchange-block__content {
  width: 100%;
}

.exchange {
  width: 100%;
  background-color: #004da0;
  padding: 54px 0 63px 0;
}
@media (max-width: 1240px) {
  .exchange {
    padding: 45px 0 50px 0;
  }
}
@media (max-width: 767.9808px) {
  .exchange {
    padding: 50px 0 35px 0;
  }
}
@media (max-width: 479.9808px) {
  .exchange {
    padding: 40px 0;
  }
}
.exchange__body {
  width: 100%;
}
@media (max-width: 767.9808px) {
  .exchange__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 479.9808px) {
  .exchange__body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.exchange__title {
  color: #fff;
  text-transform: uppercase;
}
.exchange__title span {
  color: #fff;
}
@media (max-width: 991.9808px) {
  .exchange__title span {
    display: none;
  }
}
@media (max-width: 767.9808px) {
  .exchange__title {
    text-align: center;
  }
}
@media (max-width: 767.9808px) and (max-width: 479.9808px) {
  .exchange__title {
    text-align: start;
  }
}
.exchange__title2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}
@media (max-width: 1240px) {
  .exchange__title2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.9808px) {
  .exchange__title2 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767.9808px) {
  .exchange__title2 {
    text-align: center;
  }
}
@media (max-width: 767.9808px) and (max-width: 479.9808px) {
  .exchange__title2 {
    text-align: start;
  }
}
.exchange__subtitle {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  line-height: 35px;
  margin: 0 0 40px 0;
}
@media (max-width: 1240px) {
  .exchange__subtitle {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 991.9808px) {
  .exchange__subtitle {
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 767.9808px) {
  .exchange__subtitle {
    line-height: 22px;
    font-size: 16px;
    margin: 0 0 25px 0;
    text-align: center;
    font-weight: 400;
  }
}
@media (max-width: 479.9808px) {
  .exchange__subtitle {
    text-align: start;
    max-width: 270px;
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 20px 0;
  }
}
.exchange__form {
  width: 100%;
}

@media (max-width: 767.9808px) {
  .exchange-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 30px;
  }
}
@media (max-width: 479.9808px) {
  .exchange-form {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
  }
}
.exchange-form__label {
  font-size: 20px;
  color: #fff;
  line-height: 23px;
  text-transform: uppercase;
  background-color: transparent;
  font-weight: 400;
}
@media (max-width: 767.9808px) {
  .exchange-form__label {
    display: none;
  }
}
.exchange-form__label:hover {
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}
.exchange-form__lb {
  margin: 0 0 30px 0;
}
@media (max-width: 767.9808px) {
  .exchange-form__lb {
    display: none;
  }
}
.exchange-form__input {
  width: 400px;
  margin: 0 30px 0 0;
  height: 65px;
  border-radius: 5px;
  padding: 20px 30px;
}
@media (max-width: 1240px) {
  .exchange-form__input {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .exchange-form__input_last {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 767.9808px) {
  .exchange-form__input {
    height: 50px;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .exchange-form__input_last {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 479.9808px) {
  .exchange-form__input {
    height: 45px;
    text-align: start;
    margin: 0 0 15px 0;
  }
  .exchange-form__input_last {
    margin: 0 0 20px 0;
  }
}
.exchange-form__button {
  width: 195px;
  height: 65px;
  font-size: 16px;
}
@media (max-width: 1240px) {
  .exchange-form__button {
    width: 100%;
  }
}
@media (max-width: 767.9808px) {
  .exchange-form__button {
    height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 479.9808px) {
  .exchange-form__button {
    height: 45px;
    font-size: 13px;
  }
}
.exchange-form__checkboxsmall {
  position: relative;
}
.exchange-form__checkboxsmall div {
  padding-left: 35px;
  max-width: 400px;
}
@media (max-width: 1240px) {
  .exchange-form__checkboxsmall div {
    max-width: 100%;
    padding: 0;
    padding-left: 35px;
  }
}
.exchange-form__checkbox {
  position: relative;
}
.exchange-form__checkbox div {
  padding-left: 35px;
  max-width: 400px;
  margin: 0 30px 0 0;
}
@media (max-width: 1240px) {
  .exchange-form__checkbox div {
    max-width: 100%;
    margin: 0 0 0 0;
    padding: 0;
    padding-left: 35px;
  }
}
@media (max-width: 991.9808px) {
  .exchange-form__checkbox div {
    margin: 0 0 23px 0;
  }
}
@media (max-width: 479.9808px) {
  .exchange-form__checkbox div {
    margin: 0 0 30px 0;
  }
}
.exchange-form__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.exchange-form__row_top {
  margin: 0 0 20px 0;
}
@media (max-width: 1240px) {
  .exchange-form__row_top {
    margin: 0 0 11px 0;
  }
}
@media (max-width: 1240px) {
  .exchange-form__row {
    display: block;
    max-width: 400px;
  }
}
@media (max-width: 767.9808px) {
  .exchange-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
  }
  .exchange-form__row:last-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.exchange-form__field {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.exchange-form__content {
  cursor: pointer;
  color: #DBDBDB;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 767.9808px) {
  .exchange-form__content {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 479.9808px) {
  .exchange-form__content {
    font-size: 10px;
    line-height: 11px;
  }
}
.exchange-form__content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 23px;
  height: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 3px;
  display: block;
}
.exchange-form__content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 23px;
  height: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../img/common/check.svg");
  background-position: center;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.exchange-form__content a {
  color: #DBDBDB;
}
.exchange-form__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1240px) {
  .exchange-form__question {
    position: absolute;
    top: -75px;
    left: 450px;
    width: 100%;
  }
}
@media (max-width: 991.9808px) {
  .exchange-form__question {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767.9808px) {
  .exchange-form__question {
    width: 100%;
  }
}
.exchange-form__question a {
  display: inline;
  color: #fff;
}
.exchange-form__question a:hover span {
  border-bottom: 1px solid #00adee;
}
.exchange-form__question a:active span {
  border-bottom: 1px solid #80d9ff;
}
.exchange-form__question a span {
  display: inline;
  border-bottom: 1px solid #fff;
}

.exchange-form__field:checked + .exchange-form__content::after {
  opacity: 1;
}

.exchange-form__field:disabled + .exchange-form__content {
  opacity: 0.4;
  pointer-events: none;
}

.goods-slider {
  width: 100%;
  padding: 20px 20px 34px 20px;
}
@media (max-width: 991.9808px) {
  .goods-slider {
    padding: 10px 10px 20px 10px;
  }
}
.goods-slider__prev, .goods-slider__next {
  display: none;
}
@media (max-width: 767.9808px) {
  .goods-slider__prev, .goods-slider__next {
    display: block;
  }
}
@media (max-width: 479.9808px) {
  .goods-slider__prev, .goods-slider__next {
    display: none;
  }
}
.goods-slider__prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.goods-slider__item {
  width: 100%;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
}
.goods-slider__item img {
  width: 335px;
}
@media (max-width: 1240px) {
  .goods-slider__item img {
    width: 290px;
  }
}
@media (max-width: 991.9808px) {
  .goods-slider__item {
    height: 300px;
  }
  .goods-slider__item img {
    width: 180px;
  }
}
@media (max-width: 767.9808px) {
  .goods-slider__item {
    height: auto;
    padding: 40px 0;
  }
  .goods-slider__item img {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 479.9808px) {
  .goods-slider__item {
    height: auto;
    padding: 40px;
    height: 250px;
    width: auto;
  }
  .goods-slider__item img {
    height: 100%;
    width: auto;
  }
}
.goods-slider-mini {
  padding: 0 20px 20px 20px;
}
@media (max-width: 991.9808px) {
  .goods-slider-mini {
    display: none;
  }
}
.goods-slider-mini__slide {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 135px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
}
@media (max-width: 1023.9808px) {
  .goods-slider-mini__slide {
    max-width: 100%;
  }
}
.goods-slider-mini__slide img {
  width: 87px;
  height: 84px;
}

.goods {
  width: 100%;
  margin-top: 73px;
}
.goods__bullets {
  display: none;
}
@media (max-width: 479.9808px) {
  .goods__bullets {
    display: block;
  }
}
.goods__body {
  width: 100%;
}
.goods__title {
  max-width: 700px;
  margin-bottom: 60px;
}
@media (max-width: 1240px) {
  .goods__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 479.9808px) {
  .goods__title {
    margin-bottom: 30px;
  }
}
.goods__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 479.9808px) {
  .goods__arrows {
    display: none;
  }
}
.goods__content {
  width: 100%;
}
.goods__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023.9808px) {
  .goods__top {
    display: block;
  }
}
@media (max-width: 1023.9808px) {
  .goods__tp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
  }
}
@media (max-width: 670px) {
  .goods__tp {
    margin-bottom: 20px;
  }
}
.goods__gallery {
  width: 575px;
  margin-right: 70px;
}
@media (max-width: 1240px) {
  .goods__gallery {
    margin-right: 30px;
    width: 450px;
  }
}
@media (max-width: 991.9808px) {
  .goods__gallery {
    margin-right: 15px;
    width: 50%;
  }
}
@media (max-width: 670px) {
  .goods__gallery {
    width: 100%;
  }
}
.goods__cntr {
  width: 100%;
  display: none;
}
@media (max-width: 991.9808px) {
  .goods__cntr {
    display: block;
  }
}
@media (max-width: 670px) {
  .goods__cntr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 479.9808px) {
  .goods__cntr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.goods__gallerytop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.goods__main {
  max-width: 572px;
}
.goods__item {
  margin: 0 0 35px 0;
}
@media (max-width: 767.9808px) {
  .goods__item {
    margin: 0 0 20px 0;
  }
}
.goods__item_hidden {
  display: none;
}
@media (max-width: 1023.9808px) {
  .goods__item_hidden {
    display: block;
    margin-top: 20px;
    min-width: 305px;
  }
}
@media (max-width: 670px) {
  .goods__item_hidden {
    display: none;
  }
}
@media (max-width: 1023.9808px) {
  .goods__item_visible {
    display: none;
  }
}
@media (max-width: 670px) {
  .goods__item_visible {
    display: block;
  }
}
.goods__item_last {
  margin: 0;
}
.goods__caption {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0 0 27px 0;
  color: #004da0;
}
@media (max-width: 991.9808px) {
  .goods__caption {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767.9808px) {
  .goods__caption {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 479.9808px) {
  .goods__caption {
    font-size: 15px;
    line-height: 21px;
  }
}
.goods__price {
  margin: 0 0 50px 0;
}
@media (max-width: 767.9808px) {
  .goods__price {
    margin: 0 0 20px 0;
  }
}
.goods__text {
  margin: 0 0 10px 0;
  max-width: 530px;
}
@media (max-width: 767.9808px) {
  .goods__complect {
    padding-right: 20px;
  }
}
.goods__arrowprev {
  margin-right: 17px;
}
.goods__nav {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 1240px) {
  .goods__nav {
    margin-bottom: 45px;
  }
}
@media (max-width: 991.9808px) {
  .goods__nav {
    margin-bottom: 35px;
  }
}
@media (max-width: 479.9808px) {
  .goods__nav {
    margin-bottom: 25px;
  }
}

.goods-price {
  max-width: 424px;
}
.goods-price input {
  /* margin: 0 12px 0 0; */
  cursor: pointer;
}
@media (max-width: 479.9808px) {
  .goods-price input {
    /* margin: 0 6px 0 0; */
  }
}
.goods-price__radio {
  margin: 0 37px 0 0;
}
.goods-price__radio input {
  display: none;
}
.goods-price__radio label {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 340px) {
  .goods-price__radio label {
    padding-left: 19px;
  }
}
.goods-price__radio label::before {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  left: 0;
  background-color: transparent;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid #004da0;
}
@media (max-width: 1023.9808px) {
  .goods-price__radio label::before {
    top: 2px;
  }
}
@media (max-width: 991.9808px) {
  .goods-price__radio label::before {
    top: 0;
  }
}
.goods-price__radio label::after {
  content: "";
  position: absolute;
  display: block;
  top: 8px;
  left: 3px;
  background-color: #004da0;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  opacity: 0;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
@media (max-width: 1023.9808px) {
  .goods-price__radio label::after {
    top: 5px;
  }
}
@media (max-width: 991.9808px) {
  .goods-price__radio label::after {
    top: 3px;
  }
}
@media (max-width: 1023.9808px) {
  .goods-price__radio {
    margin-right: 15px;
  }
}
@media (max-width: 991.9808px) {
  .goods-price__radio {
    margin-right: 10px;
  }
}
@media (max-width: 479.9808px) {
  .goods-price__radio {
    margin: 0 8px 0 0;
  }
}
.goods-price .goods-price__radio input[type=radio]:checked + label:after {
  opacity: 1;
}
.goods-price__line {
  margin: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.9808px) {
  .goods-price__line {
    margin: 0 0 5px 0;
  }
}
@media (max-width: 479.9808px) {
  .goods-price__line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.goods-price__line_last {
  margin: 0 0 33px 0;
}
@media (max-width: 767.9808px) {
  .goods-price__line_last {
    margin: 0 0 15px 0;
  }
}
.goods-price__label {
  cursor: pointer;
  font-weight: 400;
}
@media (max-width: 1023.9808px) {
  .goods-price__label {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 991.9808px) {
  .goods-price__label {
    font-size: 13px;
    line-height: 16px;
  }
}
.goods-price__old {
  color: #ABABAB;
  margin: 0 28px 0 0;
  text-decoration: line-through;
  font-weight: 400;
}
@media (max-width: 1023.9808px) {
  .goods-price__old {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 340px) {
  .goods-price__old {
    margin: 0 5px 0 0;
  }
}
.goods-price__now {
  font-weight: 500;
  color: #004da0;
  font-size: 25px;
  line-height: 35px;
}
@media (max-width: 1023.9808px) {
  .goods-price__now {
    font-size: 20px;
    line-height: 28px;
  }
  .choose-tags.block {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.9808px) {
  .goods-price__now {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 479.9808px) {
  .goods-price__now {
    font-size: 19px;
    line-height: 23px;
  }
}
.goods-price__button {
  width: 220px;
  height: 60px;
  font-weight: 500;
}
@media (max-width: 767.9808px) {
  .goods-price__button {
    font-size: 14px;
    height: 50px;
  }
}
@media (max-width: 479.9808px) {
  .goods-price__button {
    width: 100%;
    height: 45px;
    font-size: 13px;
  }
}

.new-resirver {
  width: 100%;
}
.new-resirver__body {
  max-width: 700px;
  background-color: rgba(242, 248, 255, 0.4);
  padding: 33px 77px 28px 50px;
}
@media (max-width: 767.9808px) {
  .new-resirver__body {
    padding: 33px 40px 33px 40px;
  }
}
@media (max-width: 479.9808px) {
  .new-resirver__body {
    padding: 23px 20px;
  }
}
.new-resirver__text {
  margin: 0 0 10px 0;
}

.abonents {
  width: 100%;
  margin: 0 0 40px 0;
}
@media (max-width: 479.9808px) {
  .abonents {
    margin: 0 0 30px 0;
  }
}
.abonents__body {
  width: auto;
  max-width: 790px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #e60f2a;
  padding: 15px 15px 15px 22px;
}
.abonents__text {
  color: #004da0;
}

.choose {
  width: 100%;
}
.choose__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: -40px;
}
.choose__items {
  width: 100%;
  margin: 0 -20px 0px -20px;
}

@media (max-width: 767.9808px) {
  .choose__items {
    margin: 0;
  }
 
}
.choose__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.choose__row._removeOne  .choose__col:nth-child(4){
  display: block;
}
.goods-block__item.hidden {
  display: none;
}

@media (min-width:1023.9808px){
  .choose__row._swiper .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
  }  
  .choose__col.hidden {
    display: none;
  }
  .choose__arrows {
    display: none;
  }
}
@media (max-width:1023.9808px){
  .choose__more {
    display: none;
  }
  .choose__body {
    margin-left: -15px;
  }
  .choose__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .choose__arrows .choose-slider-prev {
    margin-right: 20px;
  }
  .choose__row .choose__col {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width:479.9808px){
 
  .choose__row .choose__col .choose__item {
    width: 200px;
  }
}
.choose__row {
  /* overflow: auto; */
}
/* .choose__row::-webkit-scrollbar {
  height: 7px;
}
.choose__row::-webkit-scrollbar-track {
  background-color: #004da013;
  border-radius: 5px;
}
.choose__row::-webkit-scrollbar-thumb {
  background-color: #004da0;
  border-radius: 5px;
} */
@media (max-width: 991.9808px) {
  .choose__row::-webkit-scrollbar {
    height: 0;
  }
}
@media (max-width: 479.9808px) {
  .choose__row {
    overflow: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.choose__col {
  /* margin: 0px 20px 20px 20px;
  flex: 0 1 25%; */
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 72px) / 4);
          flex: 0 0 calc((100% - 72px) / 4);
  max-width: ((100% - 72px) / 4);
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  margin-bottom: 20px;
}
@media(min-width: 1270px) {
 
  .choose__col:last-of-type {
    display: none;
  }
}
@media(max-width: 1270px) {
  .choose__row._swiper .swiper-wrapper {
    width: 100%;
  }
  .choose__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 0px) / 3);
            flex: 0 0 calc((100% - 0px) / 3);
    max-width: ((100% - 0px) / 3);
  }
  .choose__col:nth-child(4) {
    display: none;
  }
  .choose__col .choose__item {
    width: 100%;
  }
}
.choose__item {
  width: 270px;
  height: 65px;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
 
}
@media (max-width: 1240px) {
  .choose__item {
    /* width: 32%; */
  }
  /* .choose__item:last-child {
    display: none;
  } */
}
@media (max-width: 991.9808px) {
  .choose__item {
    font-size: 18px;
  }
}
@media (max-width: 767.9808px) {
  .choose__item {
    height: 50px;
    font-size: 14px;
    margin: 0 0 20px 0;
    width: 190px;
  }
  .choose__item:last-child {
    margin: 0;
  }
  .choose__body {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .choose__item {
    min-width: 180px;
    margin: 0 10px 0 0;
  }
}
@media (max-width: 479.9808px) {
  .choose__item {
    height: 45px;
    min-width: 0;
    font-size: 13px;
    margin: 0 0 15px 0;
    width: 100%;
  }
}
.choose__more {
  color: #004da0;
  text-decoration: underline;
}

.issue {
  width: 100%;
}
.issue__body {
  width: 100%;
}
.issue__title {
  margin: 0 0 25px 0;
}
@media (max-width: 479.9808px) {
  .issue__title {
    max-width: 300px;
  }
}
.issue__text {
  color: #636d74;
  margin: 0 0 43px 0;
  max-width: 774px;
}
@media (max-width: 767.9808px) {
  .issue__text {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 479.9808px) {
  .issue__text {
    margin: 0 0 20px 0;
  }
}
.issue__item {
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  padding-left: 20px;
  position: relative;
  max-width: 270px;
}
@media (max-width: 767.9808px) {
  .issue__item {
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 479.9808px) {
  .issue__item {
    font-size: 13px;
    line-height: 18px;
  }
}
.issue__item:last-child {
  margin: 0;
}
.issue__item::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #004da0;
  border-radius: 50%;
}

.support {
  width: 100%;
  margin-bottom: 70px;
  margin-top: 43px;
}
@media (max-width: 991.9808px) {
  .support {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.9808px) {
  .support {
    margin-bottom: 35px;
  }
}
@media (max-width: 479.9808px) {
  .support {
    margin-bottom: 30px;
  }
}
.support__body {
  width: 100%;
}
.support__title {
  max-width: 774px;
  margin-bottom: 60px;
}
@media (max-width: 1240px) {
  .support__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 479.9808px) {
  .support__title {
    margin-bottom: 30px;
  }
}
.support__text {
  max-width: 774px;
  color: #636d74;
}

.equipment-registration {
  width: 100%;
  margin-top: 59px;
}
.equipment-registration__body {
  width: 100%;
}
.equipment-registration__title {
  max-width: 900px;
  margin-bottom: 60px;
}
@media (max-width: 1240px) {
  .equipment-registration__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 479.9808px) {
  .equipment-registration__title {
    margin-bottom: 30px;
    max-width: 300px;
  }
}
.equipment-registration__text {
  color: #636D74;
  margin: 0 0 40px 0;
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
}
@media (max-width: 1240px) {
  .equipment-registration__text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767.9808px) {
  .equipment-registration__text {
    margin: 0 0 30px 0;
    font-size: 15px;
    line-height: 25px;
  }
}
@media (max-width: 479.9808px) {
  .equipment-registration__text {
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 25px 0;
  }
}

.equipment-registration-form {
  width: 100%;
}
.equipment-registration-form__block {
  margin: 0 0 52px 0;
  max-width: 600px;
}
.equipment-registration-form__block_last {
  margin: 0;
}
@media (max-width: 991.9808px) {
  .equipment-registration-form__block {
    max-width: 400px;
  }
}
@media (max-width: 767.9808px) {
  .equipment-registration-form__block {
    width: auto;
    margin: 0 0 9px 0;
  }
}
.equipment-registration-form__caption {
  color: #004da0;
  text-transform: uppercase;
}
.equipment-registration-form__caption:last-of-type {
  margin-bottom: 10px;
}
.equipment-registration-form__line._error .equipment-registration-form__label {
  color: #e60f2a;
}
.equipment-registration-form__line {
  width: 100%;
  margin: 0 0 26px 0;
}
@media (max-width: 767.9808px) {
  .equipment-registration-form__line {
    margin: 0 0 15px 0;
  }
}
.equipment-registration-form__line_last {
  margin-bottom: 15px;
}
.equipment-registration-form__label {
  display: inline-block;
  margin-bottom: 7px;
  color: #636D74;
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
}
@media (max-width: 1240px) {
  .equipment-registration-form__label {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767.9808px) {
  .equipment-registration-form__label {
    font-size: 15px;
    line-height: 25px;
  }
}
@media (max-width: 479.9808px) {
  .equipment-registration-form__label {
    font-size: 14px;
    line-height: 23px;
  }
}
.equipment-registration-form__input {
  width: 100%;
  height: 60px;
}
@media (max-width: 991.9808px) {
  .equipment-registration-form__input {
    font-size: 16px;
  }
}
@media (max-width: 767.9808px) {
  .equipment-registration-form__input {
    font-size: 14px;
    line-height: 18px;
    height: 50px;
  }
}
@media (max-width: 479.9808px) {
  .equipment-registration-form__input {
    font-size: 12px;
    line-height: 16px;
    height: 45px;
  }
}
.equipment-registration-form__desctiption {
  color: #636D74;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin: 13px 0 0 0;
}
@media (max-width: 767.9808px) {
  .equipment-registration-form__desctiption {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 479.9808px) {
  .equipment-registration-form__desctiption {
    font-size: 13px;
    line-height: 18px;
  }
}
.equipment-registration-form__desctiption div span {
  margin: 0 5px 0 0;
}
.equipment-registration-form__textarea {
  width: 100%;
  height: 226px;
  padding: 13px 24px;
}
@media (max-width: 767.9808px) {
  .equipment-registration-form__textarea {
    height: 170px;
  }
}
@media (max-width: 479.9808px) {
  .equipment-registration-form__textarea {
    height: 110px;
    padding: 16px;
  }
}
.equipment-registration-form__checkbox._error div, .equipment-registration-form__checkbox._error a {
  color: #e60f2a;
}
.equipment-registration-form__checkbox {
  position: relative;
}
.equipment-registration-form__checkbox div {
  padding-left: 35px;
  padding-bottom: 36px;
  max-width: 470px;
}
@media (max-width: 991.9808px) {
  .equipment-registration-form__checkbox div {
    max-width: 400px;
  }
}
@media (max-width: 767.9808px) {
  .equipment-registration-form__checkbox div {
    padding-bottom: 25px;
    max-width: 470px;
  }
}
@media (max-width: 479.9808px) {
  .equipment-registration-form__checkbox div {
    padding-bottom: 20px;
  }
}
.equipment-registration-form__field {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.equipment-registration-form__content {
  cursor: pointer;
  color: #636D74;
  line-height: 17px;
  font-size: 14px;
}
@media (max-width: 767.9808px) {
  .equipment-registration-form__content {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 479.9808px) {
  .equipment-registration-form__content {
    font-size: 10px;
    line-height: 13px;
  }
}
.equipment-registration-form__content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #004da0;
  width: 23px;
  height: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  border-radius: 3px;
}
.equipment-registration-form__content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../img/common/check.svg");
  background-position: center;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.equipment-registration-form__content a {
  color: #636D74;
  border-bottom: 1px solid #636D74;
}
.equipment-registration-form__button {
  width: 195px;
  height: 60px;
  font-weight: 500;
}
@media (max-width: 767.9808px) {
  .equipment-registration-form__button {
    font-size: 14px;
    height: 50px;
    width: 270px;
  }
}
@media (max-width: 479.9808px) {
  .equipment-registration-form__button {
    width: 100%;
    height: 45px;
    font-size: 13px;
  }
}
@media (max-width: 767.9808px) {
  .equipment-registration-form__center {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.equipment-registration-form__field:checked + .equipment-registration-form__content::after {
  opacity: 1;
}

.equipment-registration-form__field:disabled + .equipment-registration-form__content {
  opacity: 0.4;
  pointer-events: none;
}

.question-contact {
  width: 100%;
}
.question-contact__body {
  width: 100%;
}
.question-contact__title {
  color: #004da0;
  line-height: 35px;
  font-size: 25px;
  max-width: 700px;
  margin: 0 0 50px 0;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767.9808px) {
  .question-contact__title {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 40px 0;
    max-width: 400px;
  }
}
@media (max-width: 767.9808px) {
  .question-contact__title {
    margin: 0 0 35px 0;
  }
}
.question-contact__form {
  width: 100%;
}

.question-contact-form {
  width: 100%;
}
.question-contact-form__main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 9px 0;
}
@media (max-width: 1023.9808px) {
  .question-contact-form__main {
    display: block;
  }
}
@media (max-width: 991.9808px) {
  .question-contact-form__main {
    max-width: 500px;
  }
}
@media (max-width: 767.9808px) {
  .question-contact-form__main {
    max-width: 100%;
  }
}
.question-contact-form__left {
  width: 530px;
}
@media (max-width: 1240px) {
  .question-contact-form__left {
    margin-right: 50px;
  }
}
@media (max-width: 1023.9808px) {
  .question-contact-form__left {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 767.9808px) {
  .question-contact-form__left {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 479.9808px) {
  .question-contact-form__left {
    margin: 0 0 20px 0;
  }
}
.question-contact-form__left-block {
  margin-bottom: 25px;
}
.question-contact-form__left-block:nth-child(2) {
  margin-bottom: 14px;
}
.question-contact-form__left-block:last-child {
  margin-bottom: 9px;
}
@media (max-width: 991.9808px) {
  .question-contact-form__left-block {
    margin-bottom: 15px;
  }
}
.question-contact-form__lbc {
  margin-bottom: 25px;
}
@media (max-width: 767.9808px) {
  .question-contact-form__lbc {
    margin-bottom: 15px;
  }
}
@media (max-width: 1023.9808px) {
  .question-contact-form__lbc {
    margin-bottom: 10px;
  }
}
.question-contact-form__select {
  width: 100%;
  height: 60px;
}
.question-contact-form__input {
  width: 100%;
  height: 60px;
  margin: 0 0 25px 0;
}
@media (max-width: 991.9808px) {
  .question-contact-form__input {
    font-size: 14px;
  }
}
@media (max-width: 767.9808px) {
  .question-contact-form__input {
    height: 50px;
  }
}
@media (max-width: 479.9808px) {
  .question-contact-form__input {
    font-size: 13px;
    height: 45px;
  }
}
.question-contact-form__input:last-child {
  margin: 0;
}
.question-contact-form__link {
  color: #004da0;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
@media (max-width: 767.9808px) {
  .question-contact-form__link {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 479.9808px) {
  .question-contact-form__link {
    font-size: 13px;
    line-height: 18px;
  }
}
.question-contact-form__textarea {
  resize: none;
  width: 630px;
  height: 352px;
  padding: 20px 25px;
}
@media (max-width: 1023.9808px) {
  .question-contact-form__textarea {
    width: 100%;
    height: 250px;
  }
}
@media (max-width: 991.9808px) {
  .question-contact-form__textarea {
    height: 200px;
    font-size: 14px;
  }
}
@media (max-width: 767.9808px) {
  .question-contact-form__textarea {
    height: 170px;
  }
}
@media (max-width: 479.9808px) {
  .question-contact-form__textarea {
    height: 110px;
    padding: 16px;
  }
}
.question-contact-form .question-contact-form__checkbox._error div, .question-contact-form .question-contact-form__checkbox._error a {
  color: #e60f2a;
}
.question-contact-form__checkbox {
  position: relative;
  max-width: 300px;
}
.question-contact-form__checkbox div {
  padding-left: 35px;
  padding-bottom: 36px;
  max-width: 470px;
}
@media (max-width: 1240px) {
  .question-contact-form__checkbox div {
    max-width: 395px;
  }
}
@media (max-width: 479.9808px) {
  .question-contact-form__checkbox div {
    padding-bottom: 25px;
  }
}
.question-contact-form__field {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.question-contact-form__content {
  cursor: pointer;
  color: #636D74;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 767.9808px) {
  .question-contact-form__content {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 479.9808px) {
  .question-contact-form__content {
    font-size: 10px;
    line-height: 13px;
  }
}
.question-contact-form__content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #004da0;
  width: 23px;
  height: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  border-radius: 3px;
}
.question-contact-form__content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../img/common/check.svg");
  background-position: center;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.question-contact-form__content a {
  color: #636D74;
  border-bottom: 1px solid #636D74;
}
.question-contact-form__button {
  width: 195px;
  height: 60px;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 767.9808px) {
  .question-contact-form__button {
    font-size: 14px;
    height: 50px;
    width: 270px;
    position: relative;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 479.9808px) {
  .question-contact-form__button {
    width: 100%;
    height: 45px;
    font-size: 13px;
    margin-left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.question-contact-form__field:checked + .question-contact-form__content::after {
  opacity: 1;
}

.question-contact-form__field:disabled + .question-contact-form__content {
  opacity: 0.4;
  pointer-events: none;
}

.chanels {
  width: 100%;
  margin-top: 59px;
}
.chanels__body {
  width: 100%;
}
.chanels__title {
  max-width: 700px;
  margin-bottom: 60px;
}
@media (max-width: 1240px) {
  .chanels__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 479.9808px) {
  .chanels__title {
    margin-bottom: 30px;
  }
}
.chanels__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
@media (max-width: 479.9808px) {
  .chanels__block {
    margin-top: 10px;
  }
}
.chanels__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chanels__pack {
  width: 100%;
  margin: 0 0 84px 0;
}
@media (max-width: 479.9808px) {
  .chanels__pack {
    margin: 0 0 44px 0;
  }
}
.chanels__pack:last-child {
  margin: 0;
}
.chanels__packet {
  color: #004da0;
  text-transform: uppercase;
}
.chanels__item {
  width: 100%;
  margin: 0 0 34px 0;
}
@media (max-width: 767.9808px) {
  .chanels__item {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 479.9808px) {
  .chanels__item {
    margin: 0 0 10px 0;
  }
}
.chanels__item_big {
  margin: 0 0 43px 0;
}
@media (max-width: 767.9808px) {
  .chanels__item_big {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 479.9808px) {
  .chanels__item_big {
    margin: 0 0 20px 0;
  }
}
.chanels__item_top {
  padding-top: 31px;
}
@media (max-width: 991.9808px) {
  .chanels__item_top {
    padding-top: 15px;
  }
}
@media (max-width: 767.9808px) {
  .chanels__item_top {
    padding-top: 5px;
  }
}
.chanels__top._active .chanels__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.chanels__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.9808px) {
  .chanels__top {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.chanels__caption {
  color: #004da0;
  font-size: 28px;
  font-weight: 500;
  line-height: 39px;
  margin: 0 40px 0px 0;
  text-transform: uppercase;
  cursor: pointer;
  min-width: 280px;
}
@media (max-width: 767.9808px) {
  .chanels__caption {
    font-size: 24px;
    line-height: 27px;
    min-width: 0;
  }
}
@media (max-width: 479.9808px) {
  .chanels__caption {
    font-size: 22px;
    line-height: 24px;
  }
}
.chanels__caption_big {
  font-size: 38px;
  line-height: 53px;
  font-weight: 500;
  margin: 0 20px 0px 0;
  min-width: 0;
}
@media (max-width: 1023.9808px) {
  .chanels__caption_big {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (max-width: 767.9808px) {
  .chanels__caption_big {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width: 479.9808px) {
  .chanels__caption_big {
    font-size: 26px;
    line-height: 31px;
  }
}
.chanels__arrow {
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  width: 20px;
  height: 10px;
  cursor: pointer;
}
.chanels__arrow_big {
  width: 24px;
  height: 14px;
}
@media (max-width: 767.9808px) {
  .chanels__arrow {
    width: 15px;
    height: 8px;
  }
  .chanels__arrow_big {
    width: 16px;
    height: 10px;
  }
}
.chanels__text {
  color: #636D74;
  padding-bottom: 12px;
  max-width: 810px;
}
.chanels__text:first-child {
  margin-top: 9px;
}
@media (max-width: 479.9808px) {
  .chanels__text {
    padding-bottom: 10px;
  }
}
.chanels__text span {
  color: #e60f2a;
}
.chanels__chanel {
  margin: 0 68px 15px 0;
  color: #636D74;
}
@media (max-width: 767.9808px) {
  .chanels__chanel {
    margin: 0 28px 10px 0;
  }
}
@media (max-width: 479.9808px) {
  .chanels__chanel {
    margin: 0 18px 10px 0;
  }
}

.whyregistration-support {
  background-color: #fff;
  padding: 0;
  margin-bottom: 60px;
}
@media (max-width: 1023.9808px) {
  .whyregistration-support {
    margin-bottom: 40px;
  }
}
@media (max-width: 479.9808px) {
  .whyregistration-support {
    margin-bottom: 30px;
  }
}

.whyregistration {
  width: 100%;
  background-color: rgba(242, 248, 255, 0.3);
  padding: 60px 0 120px 0;
}
@media (max-width: 1240px) {
  .whyregistration {
    padding: 60px 0 100px 0;
  }
}
@media (max-width: 991.9808px) {
  .whyregistration {
    padding: 60px 0 50px 0;
  }
}
@media (max-width: 767.9808px) {
  .whyregistration {
    padding: 40px 0 50px 0;
  }
}
@media (max-width: 479.9808px) {
  .whyregistration {
    padding: 35px 0;
  }
}
.whyregistration__body {
  width: 100%;
}
@media (max-width: 991.9808px) {
  .whyregistration__title {
    max-width: 700px;
  }
}
@media (max-width: 479.9808px) {
  .whyregistration__title {
    /* max-width: 300px; */
  }
}
.whyregistration__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.9808px) {
  .whyregistration__content {
    display: block;
  }
}
.whyregistration__item:first-child {
  margin: 0 120px 0 0;
  
}
@media (max-width: 1240px) {
  .whyregistration__item:first-child {
    margin: 0 30px 0 0;
  }
}
@media (min-width: 991.9808px) {
  .whyregistration__item:first-child {
max-width: 50%;
  }
}
@media (max-width: 991.9808px) {
  .whyregistration__item:first-child {
    margin: 0 0 30px 0;
  }
}
.whyregistration__caption {
  color: #004da0;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 20px 0;
}
@media (max-width: 767.9808px) {
  .whyregistration__caption {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 479.9808px) {
  .whyregistration__caption {
    font-size: 15px;
    line-height: 18px;
  }
}
.whyregistration__text {
  margin: 0 0 10px 0;
}
.whyregistration__text:last-child {
  margin: 0;
}
.whyregistration__characteristics li {
  margin: 0 0 15px 0;
  max-width: 540px;
  padding-left: 25px;
  position: relative;
}
@media (max-width: 991.9808px) {
  .whyregistration__characteristics li {
    max-width: 100%;
  }
}
.whyregistration__characteristics li:last-child {
  margin: 0;
}
.whyregistration__characteristics li::before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #004da0;
}
@media (max-width: 767.9808px) {
  .whyregistration__characteristics li::before {
    width: 5px;
    height: 5px;
  }
}

.pluses {
  width: 100%;
  padding: 75px 0 70px 0;
  background-color: rgba(242, 248, 255, 0.4);
}
@media (max-width: 1240px) {
  .pluses {
    padding: 60px 0 65px;
  }
}
@media (max-width: 991.9808px) {
  .pluses {
    padding: 60px 0 6px;
  }
}
@media (max-width: 767.9808px) {
  .pluses {
    padding: 34px 0 45px 0;
  }
}
@media (max-width: 479.9808px) {
  .pluses {
    padding: 38px 0 45px 0;
  }
}
.pluses__caption {
  line-height: 23px;
  font-size: 20px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  max-width: 500px;
}
@media (max-width: 1240px) {
  .pluses__caption {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 767.9808px) {
  .pluses__caption {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 479.9808px) {
  .pluses__caption {
    font-size: 15px;
    line-height: 17px;
  }
}
.pluses__body {
  width: 100%;
}
.pluses__title span {
  color: #e60f2a;
}
.pluses__content {
  width: 100%;
}
.pluses__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.9808px) {
  .pluses__row {
    display: block;
  }
}
.pluses__item {
  width: 57%;
  margin: 0 0px 50px 0px;
}
.pluses__item:nth-child(1), .pluses__item:nth-child(3) {
  margin-right: 131px;
}
@media (max-width: 1240px) {
  .pluses__item:nth-child(1), .pluses__item:nth-child(3) {
    margin-right: 20px;
  }
}
@media (max-width: 767.9808px) {
  .pluses__item:nth-child(1), .pluses__item:nth-child(3) {
    margin-right: 0;
  }
}
@media (max-width: 1240px) {
  .pluses__item {
    margin: 0 0px 35px 0px;
  }
}
@media (max-width: 991.9808px) {
  .pluses__item {
    margin: 0 0px 40px 0px;
  }
}
@media (max-width: 767.9808px) {
  .pluses__item {
    margin: 0 0 35px 0;
    width: 100%;
  }
}
@media (max-width: 479.9808px) {
  .pluses__item {
    margin: 0 0 25px 0;
  }
}
.pluses__image {
  width: 55px;
  height: 55px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 35px 0;
}
@media (max-width: 1023.9808px) {
  .pluses__image {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 767.9808px) {
  .pluses__image {
    margin: 0 0 20px 0;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
  }
  .pluses__image img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 479.9808px) {
  .pluses__image {
    margin: 0 0 26px 0;
    width: 40px;
    height: 40px;
  }
  .pluses__image img {
    width: 18px;
    height: 21px;
  }
}
.pluses__text {
  max-width: 500px;
}
@media (max-width: 1240px) {
  .pluses__text {
    max-width: 430px;
  }
}

.complects {
  width: 100%;
  height: 100%;
  padding: 85px 0;
  background-color: rgba(242, 248, 255, 0.4);
}
@media (max-width: 1240px) {
  .complects {
    padding: 85px 0 73px 0;
  }
}
@media (max-width: 991.9808px) {
  .complects {
    padding: 66px 0 62px 0;
  }
}
@media (max-width: 767.9808px) {
  .complects {
    padding: 38px 0 43px 0;
  }
}
@media (max-width: 479.9808px) {
  .complects {
    padding: 30px 0 45px 0;
  }
}
.complects__body {
  width: 100%;
}
@media (max-width: 1240px) {
  .complects__title {
    max-width: 920px;
  }
}
.complects__title span {
  color: #e60f2a;
}
.complects__caption {
  color: #004da0;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 767.9808px) {
  .complects__caption {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 479.9808px) {
  .complects__caption {
    font-size: 15px;
    line-height: 21px;
  }
}
.complects__content {
  width: 100%;
  margin: 0 0 50px 0;
  padding: 0 48px 0 40px;
}
@media (max-width: 1240px) {
  .complects__content {
    padding: 0 44px 0 40px;
  }
}
@media (max-width: 991.9808px) {
  .complects__content {
    padding: 0 33px 0 26px;
  }
}
@media (max-width: 767.9808px) {
  .complects__content {
    margin-bottom: 30px;
    padding: 0;
  }
}
.complects__head {
  width: 100%;
  height: 85px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 80px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 80px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin: 0 0 30px 0;
  padding: 29px 48px 29px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 1240px) {
  .complects__head {
    padding: 29px 44px 29px 40px;
  }
}
@media (max-width: 991.9808px) {
  .complects__head {
    margin-bottom: 20px;
    padding: 29px 33px 29px 26px;
  }
}
@media (max-width: 767.9808px) {
  .complects__head {
    margin: 0 0 25px 0;
    padding: 17px 0px 17px 0px;
    height: 55px;
    border-radius: 0;
  }
  .complects__head::before, .complects__head::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    height: 100%;
    width: 100vw;
    background-color: #fff;
  }
  .complects__head::before {
    left: -100vw;
  }
  .complects__head::after {
    right: -100vw;
  }
}
@media (max-width: 479.9808px) {
  .complects__head {
    margin: 0 0 20px 0;
  }
}
.complects__row {
  width: 100%;
  padding-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #004da0;
  margin: 0 0 31px 0;
}
.complects__row.hidden {
  display: none;
}
.complects__row:last-child {
  margin: 0;
}
@media (max-width: 991.9808px) {
  .complects__row {
    padding-bottom: 25px;
  }
}
@media (max-width: 767.9808px) {
  .complects__row {
    padding-bottom: 25px;
    margin: 0 0 25px 0;
  }
  .complects__row:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (max-width: 479.9808px) {
  .complects__row {
    margin: 0 0 15px 0;
    padding-bottom: 15px;
  }
}
@media (max-width: 991.9808px) {
  .complects__text {
    max-width: 541px;
  }
}
@media (max-width: 767.9808px) {
  .complects__text {
    max-width: 290px;
  }
}
@media (max-width: 479.9808px) {
  .complects__text {
    max-width: 180px;
  }
}
.complects__price {
  line-height: 28px;
  font-size: 20px;
  margin: 0 0 0 20px;
}
@media (max-width: 1240px) {
  .complects__price {
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 11px;
  }
}
@media (max-width: 767.9808px) {
  .complects__price {
    font-size: 16px;
    line-height: 22px;
    width: 70px;
  }
}
@media (max-width: 479.9808px) {
  .complects__price {
    font-size: 15px;
    line-height: 21px;
  }
}
.complects__link {
  text-decoration: underline;
  color: #263238;
  margin: 0 0 0 20px;
  line-height: 28px;
  font-size: 20px;
}
@media (max-width: 1240px) {
  .complects__link {
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 11px;
  }
}
@media (max-width: 767.9808px) {
  .complects__link {
    font-size: 16px;
    line-height: 22px;
    width: 70px;
  }
}
@media (max-width: 479.9808px) {
  .complects__link {
    font-size: 15px;
    line-height: 21px;
  }
}
.complects__center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.complects__button {
  width: 195px;
  height: 60px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 767.9808px) {
  .complects__button {
    width: 270px;
    height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 479.9808px) {
  .complects__button {
    width: 100%;
    height: 45px;
    font-size: 13px;
  }
}

.questions-bg {
  background-color: rgba(242, 248, 255, 0.4);
  padding: 70px 0 60px 0;
}
@media (max-width: 767.9808px) {
  .questions-bg {
    padding: 45px 0 80px 0;
  }
}
@media (max-width: 479.9808px) {
  .questions-bg {
    padding: 30px 0 60px 0;
  }
}

.questions {
  width: 100%;
}
.questions__body {
  width: 100%;
}
.questions__title {
  margin: 0 0 40px 0;
}
@media (max-width: 768px) {
  .questions__title {
    margin: 0 0 20px 0;
  }
  
}
.questions__content {
  width: 100%;
  margin: 0 0 50px 0;
}
@media (max-width: 1240px) {
  .questions__content {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 767.9808px) {
  .questions__content {
    margin: 0 0 30px 0;
  }
}
.questions__item {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 80px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 80px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin: 0 0 20px 0;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
.questions__item.hidden {
  display: none;
}
@media (max-width: 767.9808px) {
  .questions__item {
    margin: 0 0 15px 0;
  }
}
.questions__item:hover {
  background-color: #f2f8ff;
}
.questions__item:active {
  background-color: #e3f0ff;
}
@media (max-width: 767.9808px) {
  .questions__item:nth-child(3) {
    display: none;
  }
}
.questions__header._active .questions__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 991.9808px) {
  .questions__header._active {
    padding-bottom: 20px;
  }
}
@media (max-width: 767.9808px) {
  .questions__header._active {
    padding-bottom: 15px;
  }
}
@media (max-width: 479.9808px) {
  .questions__header._active {
    padding-bottom: 10px;
  }
}
.questions__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 30px 30px 30px 50px;
}
@media (max-width: 1240px) {
  .questions__header {
    padding: 30px 30px 30px 33px;
  }
}
@media (max-width: 767.9808px) {
  .questions__header {
    padding: 20px 30px 20px 20px;
  }
}
@media (max-width: 479.9808px) {
  .questions__header {
    padding: 15px;
  }
}
.questions__arrow {
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  margin: 0 0 0 20px;
  width: 24px;
  height: 14px;
}
.questions__arrow::before {
  background-size: contain;
}
@media (max-width: 991.9808px) {
  .questions__arrow {
    width: 22px;
    height: 12px;
  }
}
@media (max-width: 767.9808px) {
  .questions__arrow {
    width: 14px;
    height: 8px;
    margin-top: 2px;
  }
}
.questions__name {
  color: #004da0;
  font-size: 20px;
  text-transform: uppercase;
  max-width: 990px;
  line-height: 28px;
}
@media (max-width: 767.9808px) {
  .questions__name {
    max-width: 370px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 479.9808px) {
  .questions__name {
    font-size: 15px;
    line-height: 21px;
    max-width: 220px;
  }
}
.questions__text {
  padding: 0px 30px 40px 50px;
  line-height: 25px;
}
@media (max-width: 1240px) {
  .questions__text {
    padding: 0px 30px 20px 33px;
    max-width: 840px;
  }
}
@media (max-width: 991.9808px) {
  .questions__text {
    padding-bottom: 29px;
  }
}
@media (max-width: 767.9808px) {
  .questions__text {
    padding: 0px 25px 25px 20px;
    line-height: 21px;
  }
}
@media (max-width: 479.9808px) {
  .questions__text {
    padding: 0px 20px 15px 15px;
    font-size: 14px;
  }
}
.questions__center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.questions__button {
  text-align: center;
  width: 195px;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767.9808px) {
  .questions__button {
    width: 270px;
    height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 479.9808px) {
  .questions__button {
    width: 100%;
    height: 45px;
    font-size: 13px;
  }
}

.support-gallery {
  width: 100%;
}
.support-gallery__imagefull, .support-gallery__imagehalf {
  border-radius: 5px;
}
.support-gallery__imagefull {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 767.9808px) {
  .support-gallery__imagefull {
    height: 70vh;
  }
}
@media (max-width: 1270px) {
  .support-gallery__imagefull {
    margin-bottom: calc(15px + 15 * ((100vw - 320px) / 950));
  }
}
.support-gallery__imagehalf {
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.block {
  margin-bottom: 120px;
}
@media (max-width: 1240px) {
  .block {
    margin-bottom: 100px;
  }
}
@media (max-width: 991.9808px) {
  .block {
    margin-bottom: 80px;
  }
}
@media (max-width: 479.9808px) {
  .block {
    margin-bottom: 70px;
  }
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  padding-top: 75px;
}

@media (max-width: 1240px) {
  .top-block {
    margin-top: 50px;
  }
}
@media (max-width: 991.9808px) {
  .top-block {
    margin-top: 40px;
  }
}
@media (max-width: 767.9808px) {
  .top-block {
    margin-top: 30px;
  }
}
@media (max-width: 479.9808px) {
  .top-block {
    margin-top: 25px;
  }
}

h2 {
  margin-bottom: 60px;
}
@media (max-width: 1240px) {
  h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.9808px) {
  h2 {
    margin-bottom: 30px;
  }
}

.bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #004da0;
}

.bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-radius: 50%;
  font-size: 0;
  display: block;
  border: 1px solid #004da0;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.bullets .swiper-pagination-bullet:last-child {
  margin: 0;
}

.checkbox-item {
  font-weight: 300;
}
.checkbox-item a {
  display: inline;
  border-bottom: 1px solid #DBDBDB;
}
@media (max-width: 767.9808px) {
  .checkbox-item::before, .checkbox-item::after {
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 479.9808px) {
  .checkbox-item::before, .checkbox-item::after {
    width: 18px;
    height: 18px;
  }
}

.renewing-line {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 103px;
  z-index: 1002;
}
@media (max-width: 991.9808px) {
  .renewing-line {
    height: 95px;
  }
}
@media (max-width: 767.9808px) {
  .renewing-line {
    height: auto;
  }
}
.renewing-line__container {
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.04);
}
@media (max-width: 991.9808px) {
  .renewing-line__container {
    padding: 0;
  }
}
.renewing-line__body {
  width: 100%;
  height: 100%;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 25px;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 767.9808px) {
  .renewing-line__body {
    /* display: block; */
    padding: 20px 20px 30px 20px;
    flex-wrap: wrap;
  }

  .renewing-line__titlemobile {
    flex: 100%;
  }
  
}
@media (max-width: 479.9808px) {
  .renewing-line__body {
    padding: 20px 20px 15px 20px;
  }
}
.renewing-line__title {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  flex: 1;
}
@media (max-width: 767.9808px) {
  .renewing-line__title {
    display: none;
  }
}
.renewing-line__title span {
  margin: 0 10px;
  color: #004da0;
}
.renewing-line__titlemobile {
  display: none;
}
@media (max-width: 767.9808px) {
  .renewing-line__titlemobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 21px;
    text-transform: uppercase;
    /* margin-bottom: 20px; */
    display: flex;
    justify-content: space-between;
  }
  .renewing-line__titlemobile > div:first-child {
    margin-right: 70px;
  }
  .renewing-line__titlemobile span {
    margin-left: 20px;
    color: #004da0;
  }

  .renewing-line__input.renewing-email-value {
    flex: 1;
  }
}
@media (max-width: 479.9808px) {
  .renewing-line__titlemobile {
    display: block;
    /* margin-bottom: 13px; */
  }
  .renewing-line__titlemobile > div:first-child {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.renewing-line__button {
  width: 176px;
  height: 55px;
  font-size: 16px;
  align-content: flex-end;
}
@media (max-width: 767.9808px) {
  .renewing-line__button {
    /* width: 280px; */
    height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 479.9808px) {
  .renewing-line__button {
    width: 100%;
    height: 45px;
    font-size: 13px;
  }
}

.top-title {
  padding-top: 56px;
}
@media (max-width: 767.9808px) {
  .top-title {
    padding-top: 40px;
  }
}
.contacts-side {
  position: fixed;
  right: 0;
  top: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 18px 25px 18px;
  border: 1px solid #004da0;
  border-right: none;
  border-radius: 5px;
  background-color: #fff;
  z-index: 49;
}
@media (max-width: 1439px) {
  .contacts-side {
    display: none;
  }
}
.contacts-side__item {
  width: 29px;
  height: 29px;
  margin: 0 0 48px 0;
}
.contacts-side__item::before {
  background-size: auto;
}
.contacts-side__item:last-child {
  margin: 0;
}

.slider-arrow {
  width: 50px;
  height: 50px;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  position: relative;
}
@media (any-hover: hover){
  .slider-arrow:hover::before {
    background: url("../img/icons/slider-next-lightblue.svg") 0 0 no-repeat;
    background-size: cover;
  }
}
.slider-arrow.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 991.9808px) {
  .slider-arrow {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 479.9808px) {
  .slider-arrow {
    width: 40px;
    height: 40px;
  }
}

.slider-arrow:active::before {
  background: url("../img/icons/slider-next-dark.svg") 0 0 no-repeat;
  background-size: cover;
}
.slider-arrow::before {
  background: url("../img/icons/slider-next-blue.svg") 0 0 no-repeat;
  background-size: cover;
}

.slider-arrow-next::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bread-crumbs {
  width: 100%;
  min-height: 40px;
  border-bottom: 1px solid #e8e8e8;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (max-width: 991.9808px) {
  .bread-crumbs {
    min-height: 35px;
    margin-top: 45px;
  }
}
@media (max-width: 767.9808px) {
  .bread-crumbs {
    margin-top: 20px;
  }
}
@media (max-width: 479.9808px) {
  .bread-crumbs {
    margin-top: 5px;
    min-height: 30px;
    height: auto;
  }
}
.bread-crumbs__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 479.9808px) {
  .bread-crumbs__body_last {
    padding-bottom: 5px;
  }
}
.bread-crumbs__item {
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 300;
  margin: 0 20px 0 0;
  text-align: center;
  line-height: 22px;
}
@media (max-width: 479.9808px) {
  .bread-crumbs__item_last {
    width: 100%;
    padding: 3px 0;
    text-align: start;
  }
}
.bread-crumbs__item:last-child {
  margin: 0;
  color: #004da0;
}
@media (max-width: 767.9808px) {
  .bread-crumbs__item {
    margin: 0 7px 0 0;
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 479.9808px) {
  .bread-crumbs__item {
    font-size: 12px;
    line-height: 16px;
    margin: 0 14px 0 0;
  }
}
.bread-crumbs__arrow {
  margin: 0 14px 0 0;
  width: 7px;
  height: 12px;
}
@media (max-width: 767.9808px) {
  .bread-crumbs__arrow {
    margin: 1px 7px 0 0;
    width: 5px;
    height: 7px;
  }
}
@media (max-width: 479.9808px) {
  .bread-crumbs__arrow {
    width: 5px;
    height: 7px;
    margin: 3px 12px 2px 0;
  }
}

.question-blue {
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
.question-blue div {
  background: url("../img/common/white/question.png") 0 0 no-repeat;
}
.question-blue:hover div {
  background: url("../img/common/lightblue/question.png") 0 0 no-repeat;
}
.question-blue:hover a{
  color: #00adee;
}
.question-blue:hover a span{
  border-bottom: 1px solid #00adee;
}

.question-blue:active div {
  background: url("../img/common/lightblue/question-1.png") 0 0 no-repeat;
}
.question-blue:active a {
  color: #80d9ff;
}

.question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.question__img {
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  margin: 0 16px 0 0;
}
.question__link {
  font-weight: 300;
  font-size: 16px;
  color: #004da0;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
@media (max-width: 767.9808px) {
  .question__link {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 479.9808px) {
  .question__link {
    font-size: 12px;
    line-height: 17px;
  }
}

.good-block-item-items {
  width: auto;
}

.goods-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.goods-block__items {
  width: 100%;
  margin-bottom: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media (max-width: 1240px) {
  .goods-block__items {
    padding: 0 55px;
    margin-bottom: 40px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991.9808px) {
  .goods-block__items {
    gap: 20px;
    padding: 0;
  }
}
@media (max-width: 767.9808px) {
  .goods-block__items {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .goods-block__items {
    padding: 0 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
@media (max-width: 500px) {
  .goods-block__items {
    padding: 0;
  }
}
.goods-block__item:last-child {
  margin: 0;
}
.goods-block__button {
  width: 195px;
  height: 60px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767.9808px) {
  .goods-block__button {
    font-size: 14px;
    height: 50px;
    width: 270px;
  }
}
@media (max-width: 479.9808px) {
  .goods-block__button {
    font-size: 13px;
    height: 45px;
    width: 100%;
    border-radius: 3px;
  }
}

.good-block-item-blc {
  width: 100%;
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 20;
}
@media (max-width: 767.9808px) {
  .good-block-item-blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 20px;
  }
}
.good-block-item-blc__item {
  height: 25px;
  margin: 0 0 7px 0;
  padding: 0 9px;
  color: #fff;
  font-size: 14px;
  width: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
}
@media (max-width: 767.9808px) {
  .good-block-item-blc__item {
    font-size: 13px;
    width: 108px;
    height: 23px;
  }
}
.good-block-item-blc__item_red {
  background-color: #e60f2a;
}
@media (max-width: 767.9808px) {
  .good-block-item-blc__item_red {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
  }
}
.good-block-item-blc__item_blue {
  background-color: #004da0;
}
.good-block-item-blc__item_lblue {
  background-color: #00adee;
}
.good-block-item-blc__item img {
  width: 16px;
  height: 16px;
}

.tabs-block__nav {
  position: relative;
  width: 787px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.9808px) {
  .tabs-block__nav {
    overflow: auto;
    width: auto;
  }
  .tabs-block__nav::-webkit-scrollbar {
    height: 0;
  }
}
@media (max-width: 767.9808px) {
  .tabs-block__nav {
    height: 20px;
  }
}
.tabs-block__item._active {
  color: #004da0;
}
.tabs-block__item._active::after {
  display: block;
}
.tabs-block__item::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 1px;
  left: 20px;
  width: calc(100% - 40px);
  height: 2px;
  background-color: #004da0;
}
.tabs-block__item {
  position: relative;
  text-transform: uppercase;
  padding: 0 20px 16px 20px;
  cursor: pointer;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991.9808px) {
  .tabs-block__item {
    font-size: 16px;
    line-height: 17px;
    text-transform: none;
    padding-bottom: 19px;
  }
}
@media (max-width: 767.9808px) {
  .tabs-block__item {
    padding: 0 15px;
  }
  .tabs-block__item:first-child {
    padding-left: 0;
  }
  .tabs-block__item:last-child {
    padding-right: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 479.9808px) {
  .tabs-block__item {
    padding: 0 12px 19px 12px;
  }
}
.tabs-block__item:first-child::before {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
@media (max-width: 767.9808px) {
  .tabs-block__item:first-child::after {
    width: calc(100% - 15px);
    left: 0;
  }
}
@media (max-width: 479.9808px) {
  .tabs-block__item:first-child::after {
    width: calc(100% - 12px);
    left: 0;
  }
}
.tabs-block__item:last-child::before {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
@media (max-width: 767.9808px) {
  .tabs-block__item:last-child::after {
    width: calc(100% - 15px);
    right: 0;
  }
}
@media (max-width: 479.9808px) {
  .tabs-block__item:last-child::after {
    width: calc(100% - 12px);
    right: 0;
  }
}
.tabs-block__item::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #004da0;
}
@media (max-width: 767.9808px) {
  .tabs-block__item::after {
    height: 1px;
    width: calc(100% - 30px);
    left: 15px;
  }
}
@media (max-width: 479.9808px) {
  .tabs-block__item::after {
    width: calc(100% - 24px);
    left: 12px;
  }
}
.tabs-block__item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #c4c4c4;
}
@media (max-width: 767.9808px) {
  .tabs-block__item::before {
    height: 1px;
  }
}
@media (max-width: 767.9808px) {
  .tabs-block__item {
    font-size: 14px;
    line-height: 14px;
  }
}
.tabs-block__item_long {
  min-width: 200px;
}
@media (max-width: 767.9808px) {
  .tabs-block__item_long {
    min-width: 164px;
  }
}
@media (max-width: 479.9808px) {
  .tabs-block__item_long {
    min-width: 159px;
  }
}
.tabs-block__item_long2 {
  min-width: 134px;
}
@media (max-width: 479.9808px) {
  .tabs-block__item_long2 {
    min-width: 131px;
  }
  
}
.tabs-block__item_long3 {
  min-width: 110px;
}
@media (max-width: 479.9808px) {
  .tabs-block__item_long3 {
    min-width: 110px;
  }
}
.good-block-item-price._active {
  padding: 30px 40px 40px 40px;
}
.good-block-item-price._active .good-block-item-price__block {
  /* transform: rotateY(180deg); */
  /* transition: all 0.3s ease 0s; */
}
.good-block-item-price._active .good-block-item-price__block .good-block-item-price__active {
  /* transform: rotateY(180deg); */
  /* transition: all 0.3s ease 0s; */
  display: block;
}
.good-block-item-price._active .good-block-item-blc {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
.good-block-item-price._active .good-block-item-price__prc {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1240px) {
  .good-block-item-price._active {
    padding-bottom: 48px;
    padding-top: 50px;
  }
}
@media (max-width: 991.9808px) {
  .good-block-item-price._active {
    padding: 55px 20px 38px 20px;
  }
  .good-block-item-price._active .good-block-item-price__item {
    margin-bottom: 25px;
  }
  .good-block-item-price._active .good-block-item-price__item_1 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767.9808px) {
  .good-block-item-price._active {
    padding: 30px 24px 27px 24px;
  }
  .good-block-item-price._active .good-block-item-price__item {
    margin-bottom: 35px;
  }
  .good-block-item-price._active .good-block-item-price__item_1 {
    margin-bottom: 17px;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item-price._active {
    padding: 30px 25px 25px 25px;
  }
  .good-block-item-price._active .good-block-item-price__item {
    margin-bottom: 30px;
  }
  .good-block-item-price._active .good-block-item-price__item_1 {
    margin-bottom: 7px;
  }
}
.good-block-item-price._active .good-block-item-price__normal {
  display: none;
}
.good-block-item-price._active .good-block-item-price__active {
  display: block;
}

/* ÐŸÑ€Ð°Ð²ÐºÐ¸ */
.good-block-item-price {
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  padding: 60px 40px 40px 40px;
  /* -webkit-perspective: 600px;
          perspective: 600px; */
}
.good-block-item-price._active {
  padding: 30px 40px 40px 40px;
}
.good-block-item-price._active .good-block-item-blc {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
.good-block-item-price._active .good-block-item-price__prc {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.good-block-item-price._active {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.good-block-item-price._active .good-block-item-price__active {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1240px) {
  .good-block-item-price._active {
    padding-bottom: 48px;
    padding-top: 50px;
  }
}
@media (max-width: 991.9808px) {
  .good-block-item-price._active {
    padding: 55px 20px 38px 20px;
  }
  .good-block-item-price._active .good-block-item-price__item {
    margin-bottom: 25px;
  }
  .good-block-item-price._active .good-block-item-price__item_1 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767.9808px) {
  .good-block-item-price._active {
    padding: 30px 24px 27px 24px;
  }
  .good-block-item-price._active .good-block-item-price__item {
    margin-bottom: 35px;
  }
  .good-block-item-price._active .good-block-item-price__item_1 {
    margin-bottom: 17px;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item-price._active {
    padding: 30px 25px 25px 25px;
  }
  .good-block-item-price._active .good-block-item-price__item {
    margin-bottom: 30px;
  }
  .good-block-item-price._active .good-block-item-price__item_1 {
    margin-bottom: 7px;
  }
}
.good-block-item-price._active .good-block-item-price__normal {
  display: none;
}
.good-block-item-price._active .good-block-item-price__active {
  opacity: 1;
  visibility: visible;
  display: block;
}
.good-block-item-price__block {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1240px) {
  .good-block-item-price {
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
    padding-bottom: 48px;
  }
}
@media (max-width: 991.9808px) {
  .good-block-item-price {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.03);
    padding: 60px 20px 40px 20px;
  }
}
@media (max-width: 767.9808px) {
  .good-block-item-price {
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
    padding: 80px 24px 24px 24px;
    width: 100%;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item-price {
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
    padding: 80px 24px 24px 24px;
  }
}
.good-block-item-price::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.good-block-item-price__active {
  display: none;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.good-block-item-price__prc {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 30;
  position: absolute;
  top: 31px;
  left: 0;
}
.good-block-item-price__prc div {
  width: 117px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (max-width: 767.9808px) {
  .good-block-item-price__prc div {
    width: 82px;
    height: 29px;
    border-radius: 2px 0px 0px 2px;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item-price__prc div {
    width: 80px;
    height: 25px;
  }
}
.good-block-item-price__prc div:first-child {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #e60f2a;
}
@media (max-width: 767.9808px) {
  .good-block-item-price__prc div:first-child {
    font-size: 16px;
  }
}
@media (max-width: 767.9808px) {
  .good-block-item-price__prc div:first-child {
    font-size: 15px;
  }
}
.good-block-item-price__prc div:last-child {
  color: #636d74;
  text-decoration: line-through;
  font-size: 16px;
}
@media (max-width: 767.9808px) {
  .good-block-item-price__prc div:last-child {
    font-size: 13px;
  }
}
.good-block-item-price__caption {
  font-size: 20px;
  color: #004da0;
  margin: 0 0 20px 0;
  line-height: 28px;
  text-transform: uppercase;
  max-width: 180px;
}
@media (max-width: 991.9808px) {
  .good-block-item-price__caption {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767.9808px) {
  .good-block-item-price__caption {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 47px 0;
    min-height: 44px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item-price__caption {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 28px 0;
    max-width: 160px;
  }
}
.good-block-item-price__item {
  margin: 0 0 35px 0;
}
@media (max-width: 767.9808px) {
  .good-block-item-price__item {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item-price__item {
    margin: 0 0 30px 0;
  }
}
.good-block-item-price__item_1 {
  margin: 0 0 20px 0;
}
@media (max-width: 767.9808px) {
  .good-block-item-price__item_1 {
    margin: 0 0 17px 0;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item-price__item_1 {
    margin: 0 0 7px 0;
  }
}
.good-block-item-price__cap {
  margin: 0 0 11px 0;
  color: #515b60;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
@media (max-width: 767.9808px) {
  .good-block-item-price__cap {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 15px;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item-price__cap {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 22px;
  }
}
.good-block-item-price__ul li {
  font-weight: 300;
  position: relative;
  padding-left: 20px;
  line-height: 22px;
  margin: 0 0 10px 0;
}
.good-block-item-price__ul li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  display: block;
  background-color: #004da0;
}
@media (max-width: 767.9808px) {
  .good-block-item-price__ul li {
    margin-bottom: 9px;
  }
  .good-block-item-price__ul li:nth-child(5), .good-block-item-price__ul li:nth-child(4) {
    display: none;
  }
}
.good-block-item-price__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  max-width: 300px;
}
@media (max-width: 767.9808px) {
  .good-block-item-price__text {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item-price__text {
    font-size: 16px;
    line-height: 22px;
  }
}
.good-block-item-price__center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.good-block-item-price__center_sp {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.9808px) {
  .good-block-item-price__center_sp {
    display: block;
  }
}
.good-block-item-price__button {
  width: 145px;
  height: 45px;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1240px) {
  .good-block-item-price__button {
    width: 48%;
  }
}
/* @media (max-width: 1050px) {
  .good-block-item-price__button {
    width: 145px;
  }
} */
@media (max-width: 991.9808px) {
  .good-block-item-price__button {
    height: 43px;
    width: 46%;
  }
}
@media (max-width: 800px) {
  .good-block-item-price__button {
    width: 143px;
  }
}
@media (max-width: 767.9808px) {
  .good-block-item-price__button {
    width: 100%;
    font-size: 13px;
  }
  .good-block-item-price__button:first-child {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item-price__button {
    height: 40px;
    font-size: 12px;
  }
  .good-block-item-price__button:first-child {
    margin: 0 0 12px 0;
  }
}
.good-block-item-price__buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.9808px) {
  .good-block-item-price__buttons {
    display: block;
  }
}
.good-block-item-price__normal {
  width: 100%;
}
.good-block-item-price__image {
  width: 222px;
  height: 215px;
  margin: 0 0 50px 0;
}
@media (max-width: 767.9808px) {
  .good-block-item-price__image {
    width: 190px;
    max-height: 188px;
    height: auto;
    margin: 0 0 25px 0;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item-price__image {
    margin: 0 0 35px 0;
  }
}
.good-block-item-price__title {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0 0 23px 0;
  min-height: 54px;
}
@media (max-width: 1240px) {
  .good-block-item-price__title {
    margin-bottom: 33px;
  }
}
@media (max-width: 767.9808px) {
  .good-block-item-price__title {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item-price__title {
    font-size: 15px;
    line-height: 21px;
  }
}
.good-block-item-price__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 38px 0;
}
@media (max-width: 1240px) {
  .good-block-item-price__row {
    margin-bottom: 47px;
  }
}
@media (max-width: 767.9808px) {
  .good-block-item-price__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 0 23px 0;
  }
}
@media (max-width: 500px) {
  .good-block-item-price__row {
    margin-bottom: 32px;
  }
}
.good-block-item-price__priceold {
  color: #888d8f;
  margin: 0 40px 0 0;
  font-size: 20px;
  text-decoration: line-through;
  line-height: 25px;
}
@media (max-width: 767.9808px) {
  .good-block-item-price__priceold {
    font-size: 14px;
    margin: 0;
    line-height: 17px;
  }
}
.good-block-item-price__price {
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  color: #004da0;
}
@media (max-width: 767.9808px) {
  .good-block-item-price__price {
    font-size: 18px;
    line-height: 21px;
    margin: 0 15px 0 0;
  }
}
.good-block-item-price__close {
  display: none;
  position: absolute;
  cursor: pointer;
  z-index: 30;
  width: 20px;
  height: 20px;
  top: 22px;
  right: 22px;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  background: url("../img/common/blue/close.png") 0 0 no-repeat;
}
.good-block-item-price__close:hover {
  background: url("../img/common/lightblue/close.png") 0 0 no-repeat;
}
.good-block-item-price__close:active {
  background: url("../img/common/darkblue/close.png") 0 0 no-repeat;
}
@media (max-width: 767.9808px) {
  .good-block-item-price__close {
    background: url("../img/icons/close-2.svg") 0 0 no-repeat;
  }
  .good-block-item-price__close:hover {
    background: url("../img/icons/close-2.svg") 0 0 no-repeat;
  }
  .good-block-item-price__close:active {
    background: url("../img/icons/close-2-active.svg") 0 0 no-repeat;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item-price__close {
    top: 15px;
    right: 15px;
  }
}

.good-block-item._active {
  padding: 55px 45px 40px 45px;
}
@media (max-width: 1240px) {
  .good-block-item._active {
    padding-bottom: 48px;
  }
}
@media (max-width: 991.9808px) {
  .good-block-item._active {
    padding: 55px 20px 48px 20px;
  }
}
@media (max-width: 767.9808px) {
  .good-block-item._active {
    padding: 29px 24px 27px 24px;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item._active {
    padding: 23px 25px 25px 25px;
  }
}
.good-block-item__normal {
  width: 100%;
}
.good-block-item._active .good-block-item__normal {
  display: none;
}
.good-block-item._active .good-block-item__active {
  display: block;
}
.good-block-item._active .good-block-item__close {
  display: block;
}
@media (max-width: 767.9808px) {
  .good-block-item._active .good-block-item__close {
    top: 15px;
    right: 15px;
  }
}
.description-popup {
  z-index: 2000 !important;
}
.good-block-item {
  position: relative;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
  /* ÐŸÐ ÐÐ’ÐšÐ˜ */
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  padding: 40px;
  /* -webkit-perspective: 600px;
          perspective: 600px; */
}
.good-block-item._active {
  padding: 55px 45px 40px 45px;
}
@media (max-width: 1240px) {
  .good-block-item._active {
    padding-bottom: 48px;
  }
}
@media (max-width: 991.9808px) {
  .good-block-item._active {
    padding: 55px 20px 48px 20px;
  }
}
@media (max-width: 767.9808px) {
  .good-block-item._active {
    padding: 29px 24px 27px 24px;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item._active {
    padding: 23px 25px 25px 25px;
  }
}
.good-block-item._active .good-block-item__normal {
  /* display: none; */
}
.good-block-item._active .good-block-item__active {
  /* display: block; */
}
.good-block-item._active .good-block-item__close {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  left: 22px;
}
@media (max-width: 767.9808px) {
  .good-block-item._active .good-block-item__close {
    top: 15px;
    left: 15px;
  }
}
.good-block-item._active {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.good-block-item._active .good-block-item__active {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
/* .good-block-item._active .good-block-item__block {
  transform: rotateY(180deg);
} */
.good-block-item._active .good-block-item__block .good-block-item__active {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.good-block-item__block {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1240px) {
  .good-block-item {
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
    padding-bottom: 48px;
  }
}
@media (max-width: 991.9808px) {
  .good-block-item {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.03);
    padding: 40px 20px 48px 20px;
  }
}
@media (max-width: 767.9808px) {
  .good-block-item {
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
    padding: 40px 24px 27px 24px;
    width: 100%;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item {
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
    padding: 30px 24px 24px 24px;
  }
}
.good-block-item::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.good-block-item__active {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.good-block-item__prc {
  position: absolute;
  top: 31px;
  right: 0;
  z-index: 10;
}
.good-block-item__prc_mob {
  display: none;
}
@media (max-width: 767.9808px) {
  .good-block-item__prc_mob {
    display: block;
    position: absolute;
    top: 57px;
    right: -24px;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item__prc_mob {
    right: -24px;
    top: 1px;
  }
}
.good-block-item__prc div {
  width: 117px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (max-width: 767.9808px) {
  .good-block-item__prc div {
    width: 82px;
    height: 29px;
    border-radius: 2px 0px 0px 2px;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item__prc div {
    width: 80px;
    height: 25px;
  }
}
@media (min-width: 767.9808px) {
  .choosed-packets__question.question {
    display: none;
   
  }

}

.good-block-item__prc div:first-child {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #e60f2a;
}
@media (max-width: 767.9808px) {
  .good-block-item__prc div:first-child {
    font-size: 16px;
  }
  .choosed-packets__question a{
    text-decoration: underline;
   
  }
}
@media (max-width: 767.9808px) {
  .good-block-item__prc div:first-child {
    font-size: 15px;
  }
}
.good-block-item__prc div:last-child {
  color: #636d74;
  text-decoration: line-through;
  font-size: 16px;
}
@media (max-width: 767.9808px) {
  .good-block-item__prc div:last-child {
    font-size: 13px;
  }
}
.good-block-item__caption {
  font-size: 20px;
  color: #004da0;
  margin: 0 0 20px 0;
  line-height: 28px;
  text-transform: uppercase;
  max-width: 300px;
}
@media (max-width: 991.9808px) {
  .good-block-item__caption {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767.9808px) {
  .good-block-item__caption {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 47px 0;
    max-width: 230px;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item__caption {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 28px 0;
    max-width: 176px;
  }
}
.good-block-item__item {
  margin: 0 0 35px 0;
}
@media (max-width: 767.9808px) {
  .good-block-item__item {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item__item {
    margin: 0 0 30px 0;
  }
}
.good-block-item__item_1 {
  margin: 0 0 20px 0;
}
@media (max-width: 767.9808px) {
  .good-block-item__item_1 {
    margin: 0 0 17px 0;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item__item_1 {
    margin: 0 0 7px 0;
  }
}
.good-block-item__cap {
  margin: 0 0 11px 0;
  color: #515b60;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
@media (max-width: 767.9808px) {
  .good-block-item__cap {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 15px;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item__cap {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 22px;
  }
}
.good-block-item__ul li {
  font-weight: 300;
  position: relative;
  padding-left: 20px;
  line-height: 22px;
  margin: 0 0 10px 0;
}
.good-block-item__ul li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  display: block;
  background-color: #004da0;
}
@media (max-width: 767.9808px) {
  .good-block-item__ul li {
    margin-bottom: 9px;
  }
  .good-block-item__ul li:nth-child(2) {
    max-width: 120px;
  }
  .good-block-item__ul li:nth-child(5), .good-block-item__ul li:nth-child(4) {
    display: none;
  }
}
.good-block-item__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  max-width: 300px;
}
@media (max-width: 767.9808px) {
  .good-block-item__text {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item__text {
    font-size: 16px;
    line-height: 22px;
  }
}
.good-block-item__center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.good-block-item__center_sp {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.9808px) {
  .good-block-item__center_sp {
    display: block;
  }
}
.good-block-item__button {
  width: 145px;
  height: 45px;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1240px) {
  .good-block-item__button {
    width: 48%;
  }
}
/* @media (max-width: 1050px) {
  .good-block-item__button {
    width: 145px;
  }
} */
@media (max-width: 991.9808px) {
  .good-block-item__button {
    height: 43px;
    /* width: 143px; */
  }
}
@media (max-width: 767.9808px) {
  .good-block-item__button {
    width: 100%;
    font-size: 13px;
  }
  .good-block-item__button:first-child {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item__button {
    height: 40px;
    font-size: 12px;
  }
  .good-block-item__button:first-child {
    margin: 0 0 12px 0;
  }
}
.good-block-item__buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.9808px) {
  .good-block-item__buttons {
    display: block;
  }
}
.good-block-item__image {
  width: 222px;
  height: 215px;
  margin: 0 0 50px 0;
}
@media (max-width: 767.9808px) {
  .good-block-item__image {
    width: 190px;
    max-height: 188px;
    height: auto;
    margin: 0 0 25px 0;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item__image {
    margin: 0 0 35px 0;
  }
}
.good-block-item__title {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0 0 33px 0;
  min-height: 54px;
}
@media (max-width: 767.9808px) {
  .good-block-item__title {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item__title {
    font-size: 15px;
    line-height: 21px;
  }
}
.good-block-item__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 47px 0;
}
@media (max-width: 767.9808px) {
  .good-block-item__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 0 32px 0;
  }
}
.good-block-item__priceold {
  color: #888d8f;
  margin: 0 40px 0 0;
  font-size: 20px;
  text-decoration: line-through;
  line-height: 25px;
}
@media (max-width: 767.9808px) {
  .good-block-item__priceold {
    font-size: 14px;
    margin: 0;
    line-height: 17px;
  }
}
.good-block-item__price {
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  color: #004da0;
}
@media (max-width: 767.9808px) {
  .good-block-item__price {
    font-size: 18px;
    line-height: 21px;
    margin: 0 15px 0 0;
  }
}
.good-block-item__close {
  display: none;
  -webkit-transition: 0.3s all ease 0.3s;
  -o-transition: 0.3s all ease 0.3s;
  transition: 0.3s all ease 0.3s;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  cursor: pointer;
  z-index: 30;
  width: 20px;
  height: 20px;
  top: 22px;
  right: 22px;
  background: url("../img/common/blue/close.png") 0 0 no-repeat;
}
.good-block-item__close:hover {
  background: url("../img/common/lightblue/close.png") 0 0 no-repeat;
}
.good-block-item__close:active {
  background: url("../img/common/darkblue/close.png") 0 0 no-repeat;
}
@media (max-width: 767.9808px) {
  .good-block-item__close {
    background: url("../img/icons/close-2.svg") 0 0 no-repeat;
  }
  .good-block-item__close:hover {
    background: url("../img/icons/close-2.svg") 0 0 no-repeat;
  }
  .good-block-item__close:active {
    background: url("../img/icons/close-2-active.svg") 0 0 no-repeat;
  }
}
@media (max-width: 479.9808px) {
  .good-block-item__close {
    top: 15px;
    right: 15px;
  }
}

.items-ul__item {
  max-width: 540px;
  padding-left: 30px;
  position: relative;
  margin: 0 0 15px 0;
}
.items-ul__item:last-child {
  margin: 0;
}
.items-ul__item::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #004da0;
  border-radius: 50%;
}
.renewing-wrapper {
  padding-bottom: 105px;
}
@media (max-width: 767.9808px) {
  .items-ul__item::before {
    width: 5px;
    height: 5px;
  }
  .renewing-wrapper {
    padding-bottom: 141px;
  }
}
@media (max-width: 479.9808px) {
  .items-ul__item {
    padding-left: 21px;
    line-height: 18px;
  }
}

.contacts-main {
  margin-bottom: 0;
}
@media (max-width: 479.9808px) {
  .contacts-main {
    padding: 30px 0 40px 0;
}
}
.exchange-installation {
  margin-bottom: 0;
}

.back-top {
  display: inline-block;
  background-color: #c4c4c4;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: background-color .3s, 
    opacity .5s, visibility .5s;
  -o-transition: background-color .3s, 
    opacity .5s, visibility .5s;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.back-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
.back-top:hover {
  cursor: pointer;
  background-color: #bdbaba;
}
.back-top:active {
  background-color: #a0a0a0;
}
.back-top.show {
  opacity: 1;
  visibility: visible;
}

.choose-packet-data:not(:last-child) {
  margin-bottom: 20px;
}

.choosed-packets__question.question {
  margin-bottom: 10px;
}

#antiSpam {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.renewing-line__input.renewing-email-value {
  border: #C4C4C4 1px solid;
  padding: 15px 20px;
  justify-self: flex-end;
  align-content: flex-end;
}

.choosed-packets__email.renewing-email-value {
    border: #C4C4C4 1px solid;
    padding: 15px 20px;
    justify-self: flex-end;
    align-content: flex-end;
    margin-bottom: 20px;
    max-width: 255px;
    width: 100%;
}

.contacts__container iframe {
  min-height: 400px;
}

.button-order--disabled {
  cursor: not-allowed;
  filter: grayscale(1)
}