:root {
  --blue: #0A365C;
  --yellow: #CADE00;
}

/* general */
.vnd section {
  margin-bottom: 85px;
}
.vnd .section-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  color: var(--blue);
}
.vnd .paragraph-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  color: black;
  margin-bottom: 15px;
}
.vnd .paragraph .text div, .vnd .paragraph .text p {
  margin-bottom: 15px;
}

.vnd .section-text {
  font-size: 20px;
  line-height: 22px;
}
.vnd .page-title {
  display: none;
}

@media (max-width: 1200px) {
  .vnd .section-title {
    font-size: 31px;
    line-height: 31px;
  }
}

@media (max-width: 800px) {
  .vnd .section-title {
    font-size: 24px;
    line-height: 24px;
  }
}

/* sliders */
.vnd .slick-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 60px;
  font-size: 0;
  border: 0;
  background-color: var(--yellow);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1;
}
.vnd .slick-prev {
  right: 100px;
  background-image: url("/local/images/vnd/icons/arrow-left.svg");
}
.vnd .slick-next {
  right: 50px;
  background-image: url("/local/images/vnd/icons/arrow-right.svg");
}
.vnd .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.vnd .slick-dots li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #F0F0F0;
  font-size: 0;
  margin-right: 10px;
}
.vnd .slick-dots li button {
  border: 0;
}
.vnd .slick-dots .slick-active {
  background-color: var(--yellow);
}

/* main-slider */
.main-slider .slider {
  margin-bottom: 20px;
}
.main-slider .slide {
  min-height: 400px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
}
.main-slider .slide-title {
  width: 50%;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 48px;
  line-height: 48px;
  color: var(--blue);
  margin-top: 100px;
  margin-bottom: 70px;
}
.main-slider .slide-link {
  display: block;
  width: 100%;
  min-height: 400px;
  text-decoration: none;
  padding: 45px;
}
.main-slider .slide-details {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: var(--blue);
  margin-top: auto;
  position: relative;
}
.main-slider .slide-details::before {
  content: "";
  width: 22px;
  height: 8px;
  background-image: url("/local/images/vnd/icons/arrow-right-blue.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: -50px;
  bottom: 4px;
}

/* departure-cost */
.departure-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.departure-cost > .left-side {
  width: 36.85%;
}
.departure-cost > .right-side {
  width: 63.15%;
}
.departure-cost > .bottom-side {
  padding-top: 20px;
  width: 100%;
}
.departure-cost > .right-side .section-title,
.departure-cost > .right-side .section-text {
  display: none;
}
.departure-cost > .left-side .section-title {
  margin-bottom: 14px;
}
.departure-cost > .left-side .section-text {
  margin-bottom: 1.75rem;
  padding-right: 0.55rem;
}
.departure-cost .zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  padding: 0.85rem 1rem 0.85rem 1.6rem;
  position: relative;
}
/*
.departure-cost .zone::before {
  content: "";
  width: 15px;
  height: 96px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
*/
.departure-cost .zone::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 15px;
}
.departure-cost .zone .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0.5rem;
}
.departure-cost .zone-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: var(--blue);
  text-transform:uppercase;
}
.departure-cost .zone-price {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: var(--blue);
  margin: auto;
  white-space: nowrap;
}

/* most-popular-order */
.most-popular-order .section-title {
  margin-bottom: 25px;
}
.most-popular-order .popular-order-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.most-popular-order .popular-order {
  width: 23.2%;
  max-width: 310px;
  min-width: 261px;
  min-height: 354px;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 25px 18px 60px 18px;
  background-color: #F3F3F3;
  color: var(--blue);
  position: relative;
}
.most-popular-order .popular-order:nth-child(4n) {
  margin-right: 0;
}
.popular-order .order-deadline {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 24px;
}
.popular-order .order-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.popular-order .order-title div {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  opacity: .4;
  margin-bottom: 5px;
}
.popular-order .order-price {
  position: relative;
}
.popular-order .sale-cost {
  font-weight: 700;
  font-size: 36px;
  line-height: 30px;
}
.popular-order .main-cost {
  font-weight: 700;
  font-size: 18px;
  line-height: 15px;
  opacity: .4;
  text-decoration: line-through;
  position: absolute;
  top: -10px;
  left: 115px;
}
.popular-order .biomaterial-cost {
  font-weight: 500;
  font-size: 12px;
}
.popular-order .order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45px;
  background-color: var(--yellow);
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--blue);
  text-decoration: none;
}
.popular-order .order span {
  margin: auto;
}
.popular-order .order-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9px;
  min-height:24px;
}
.popular-order .order-icons div {
  background-position: center center;
}
.popular-order .icon-car {
  width: 30px;
  height: 14px;
  background: url("/local/images/vnd/icons/icon-car.svg") no-repeat;
}
.popular-order .icon-sale {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: url("/local/images/vnd/icons/icon-sale.svg") no-repeat;
}
.popular-order .icon-hot {
  width: 19px;
  height: 24px;
  margin-left: 13px;
  background: url("/local/images/vnd/icons/icon-hot.svg") no-repeat;
}
.popular-order .icon-time {
  width: 22px;
  height: 23px;
  margin-left: 14px;
  background: url("/local/images/vnd/icons/icon-time.svg") no-repeat;
}
.popular-order .icon-selected {
  width: 26px;
  height: 22px;
  margin-left: auto;
  background: url("/local/images/vnd/icons/icon-heart.svg") no-repeat;
  cursor: pointer;
}
.popular-order .order-icons div:first-child {
	margin-left:0
}
.most-popular-order .catalog-link {
  width: 23.2%;
  max-width: 310px;
  min-width: 261px;
  height: 354px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.most-popular-order .catalog-link a {
  width: 80%;
  font-weight: 700;
  color: var(--blue);
  font-size: 36px;
  line-height: 41px;
  margin-top: auto;
  margin-left: auto;
  position: relative;
  text-decoration: none;
}
.most-popular-order .catalog-link a::before {
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: -60px;
  left: 0;
  background-image: url("/local/images/vnd/icons/arrow-purple.svg");
  background-repeat: no-repeat;
}

/* faq */
.faq .section-title {
  margin-bottom: 25px;
}
.faq_item {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 30px;
  padding-right: 50px;
  background: #f7f8fa;
  cursor: pointer;
}
.faq_item-open {
  background: #cade00;
}
.faq_item-toggle {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 10px;
  height: 10px;
}
.faq_item-toggle:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 4px;
  left: 0;
  background: #071c2c;
}
.faq_item-toggle:after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 10px;
  top: 0;
  left: 4px;
  background: #071c2c;
}
.faq_item-question {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #0a365c;
}
.faq_item-answer {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: #071c2c;
  opacity: 0.7;
  display: none;
}
.faq_item.faq_item-open .faq_item-question {
  margin-bottom: 10px;
}
.faq_item.faq_item-open .faq_item-answer {
  display: block;
}
.faq_item.faq_item-open .faq_item-toggle:after {
  content: none;
}

/* how-to */
.how-to .section-title {
  margin-bottom: 25px;
}
.how-to .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.how-to .paragraph--full {
  width: 100%;
  margin-bottom: 44px;
}
.how-to .paragraph--half {
  width: 47%;
  margin-bottom: 44px;
}

/* advantages */
.advantages .section-title {
  margin-bottom: 70px;
}
.advantages img {
  float: right;
  margin-left: 20px;
  margin-bottom: 40px;
}
.advantages .paragraph--half {
  display: inline-block;
  width: 46%;
  margin-right: 30px;
  margin-bottom: 80px;
}
.advantages .paragraph-title {
  width: 50%;
}

/* offers */
.offers .section-title {
  margin-bottom: 20px;
}
.offers .offers-slider {
  margin-bottom: 95px;
}
.offers .offer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 328px;
  height: 400px;
  padding: 25px 30px;
  background-color: #F7F8FA;
  background-repeat: no-repeat;
  background-position: 100% 75%;
  margin-right: 30px;
  position: relative;
}
.offers .offer-item-1 {
  background-image: url('/local/images/vnd/offer-1.png');
}
.offers .offer-item-2 {
  background-image: url('/local/images/vnd/offer-2.png');
}
.offers .offer-item-3 {
  background-image: url('/local/images/vnd/offer-3.png');
  background-position: 100% 87%;
}
.offers .offer-item-4 {
  background-image: url('/local/images/vnd/offer-4.png');
  background-position: 100% 80%;
}
.offers .offer-item > span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 55px;
  min-height: 36px;
  color: #071c2c;
  opacity: 0.4;
}
.offers .offer-item .item-title {
  width: 210px;
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  color: #0a365c;
  margin-bottom: 10px;
}
.offers .offer-item:nth-child(1) .item-title {
  width: 135px;
}
.offers .offer-item p {
  width: 130px;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
}
.offers .offer-item .details {
  margin-top: auto;
  width: 81px;
  height: 35px;
  position: relative;
}
.offers .offer-item .details:before {
  content: "";
  width: 16px;
  height: 14px;
  position: absolute;
  top: 10px;
  right: -40px;
  background-image: url("/local/images/covid19/vakcinaciya/arrow-right.svg");
  background-repeat: no-repeat;
}
.offers .offer-item .details a {
  display: block;
  font-weight: 500;
  width: 100%;
  height: 100%;
  background-color: #cade00;
  text-decoration: none;
  font-size: 16px;
  line-height: 21px;
  color: #0a365c;
  padding: 5px 0;
  padding-left: 15px;
}
.offers .offer-item .details a:hover {
  text-decoration: none;
  width: 134px;
  color: #0a365c;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.offers .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -35px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.offers .offers-text {
  font-size: 16px;
  line-height: 21px;
}
.offers .order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45px;
  background-color: var(--yellow);
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--blue);
  text-decoration: none;
}
.offers .order span {
  margin: auto;
}

/* doctor-q */
/*
.doctor-q .doctor-q-title {
  max-width: 850px;
  padding-left: 150px;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: black;
  position: relative;
  margin-bottom: 15px;
}
.doctor-q .doctor-q-title::before {
  content: "";
  width: 124px;
  height: 111px;
  position: absolute;
  left: 0;
  top: -20px;
  background-image: url("/local/images/vnd/icons/icon-doctor-q.svg");
  background-repeat: no-repeat;
}
.doctorq_vnd_callme {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.doctor-q .left-side {
  width: 67.5%;
}
.doctor-q .right-side {
  width: 32.5%;
  padding-left: 40px;
}
.doctor-q .bottom-side {
  width: 100%;
  margin-top: -10px;
}
.doctor-q .left-side > span {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 25px;
}
.doctor-q .input-text {
  position: relative;
  margin-bottom: 15px;
}
.doctor-q .input-text:nth-of-type(3) {
  margin-bottom: 0;
}
.doctor-q .input-text::before {
  content: "";
  width: 2px;
  height: 24px;
  background-color: #C4C4C4;
  position: absolute;
  left: 175px;
  top: 15px;
}
.doctor-q .input-text input,
.doctor-q .input-text--select select {
  width: 100%;
  height: 54px;
  padding-left: 185px;
  background-color: #F7F8FA;
  border: 0;
}
.doctor-q .input-text label {
  position: absolute;
  top: 13px;
  left: 15px;
}
.doctor-q .input-text label.error {
	top: 32px;
}

.doctor-q .advantage {
  margin-bottom: 27px;
  padding-left: 65px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}
.doctor-q .advantage::before {
  width: 46px;
  height: 103px;
  position: absolute;
  top: -25px;
  left: 0;
  font-weight: 900;
  font-size: 82px;
  line-height: 103px;
  color: var(--yellow);
}
.doctor-q .advantage:nth-child(1)::before {
  content: "1";
}
.doctor-q .advantage:nth-child(2)::before {
  content: "2";
}
.doctor-q .advantage:nth-child(3)::before {
  content: "3";
}
.doctor-q .input-checkbox,
.doctor-q .required-fields {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin-right: 15px;
  position: relative;
}
.doctor-q .input-checkbox {
  margin-bottom: 10px;
  margin-top:10px;
}
.doctor-q .input-checkbox label.error {
  top: 100%;
  left: 0;
  transform: translateY(-20%);
}
.doctor-q .required-fields span {
  color: var(--yellow);
}
.doctor-q input[type="submit"] {
  display: block;
  width: 270px;
  height: 50px;
  background-color: var(--yellow);
  border: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin-top: 35px;
}
*/
@media (max-width: 1279px) {
  .most-popular-order .popular-order:nth-child(3n) {
    margin-right: 0;
  }
  .most-popular-order .popular-order:nth-child(4n) {
    margin-right: 30px;
  }
}

@media (max-width: 1200px) {
  .main-slider .slide-title {
    font-size: 36px;
    line-height: 36px;
  }
  .departure-cost .bottom-side .section-text {
    display: none;
  }
  .advantages .paragraph-title {
    width: 100%;
  }
  .departure-cost .zone .right-side {
    padding-right: 0;
    padding-left: 60px;
  }
  /* .offers .slick-list { */
    /* padding: 0 20% 0 0; */
  /* } */
  /*
  .doctor-q .left-side {
    width: 65%;
  }
  .doctor-q .right-side {
    width: 35%;
  }
  .doctor-q .doctor-q-title {
    font-size: 31px;
    line-height: 31px;
  }
  .doctor-q .left-side > span {
    padding-left: 150px;
  }
  .doctor-q .left-side {
    display: flex;
    flex-direction: column;
  }
  .doctor-q .input-checkbox {
    order: 5;
    margin-bottom: 0;
  }
  .doctor-q .required-fields {
    margin: 15px 0;
  }
  */
}

@media (max-width: 1000px) {
  .departure-cost {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .departure-cost > .right-side {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
  .departure-cost > .left-side {
    width: 100%;
  }
  .departure-cost > .right-side .section-title,
  .departure-cost > .right-side .section-text {
    display: block;
    margin-bottom: 15px;
  }
  .departure-cost > .left-side .section-title,
  .departure-cost > .left-side .section-text {
    display: none;
  }
  .departure-cost .zone,
  .departure-cost .zone .right-side {
    padding-right: 0;
  }
  .advantages .section-title {
    margin-bottom: 25px;
  }
  .advantages .paragraph--half {
    margin-bottom: 45px;
  }
  .advantages img {
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .advantages .content-row {
    display: block;
  }
  .advantages .paragraph--half {
    width: 100%;
  }
}

@media (max-width: 900px) {
	.most-popular-order .popular-order:nth-child(3n) {
		margin-right: 30px;
	}
}

@media (max-width: 872px) {
  .most-popular-order .popular-order:nth-child(3n) {
    margin-right: 30px;
  }
}

@media (max-width: 800px) {
  .main-slider .slide {
    padding: 25px;
    background-position: 79% 100%;
    min-height: 290px;
  }
  .main-slider .slide-title {
    font-size: 24px;
    line-height: 24px;
    margin-top: 0;
  }
  .how-to .section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .how-to .paragraph--full,
  .how-to .paragraph--half {
    width: 100%;
  }
  .offers .offers-text {
    display: none;
  }
  /*
  .doctor-q .doctor-q-title {
    padding-left: 0;
    padding-top: 130px;
  }
  .doctor-q .doctor-q-title::before {
    top: 0;
  }
  .doctor-q .left-side .input-checkbox {
    margin-bottom: 20px;
  }
  .doctor-q .input-text label,
  .doctor-q .advantage {
    font-size: 14px;
    line-height: 16px;
  }
  
	.doctor-q .input-text label.error {font-size:12px;}
  
  .doctor-q .advantage {
    min-height: 57px;
  }
  .doctorq_vnd_callme {
    flex-direction: column;
  }
  .doctor-q .left-side,
  .doctor-q .right-side {
    width: 100%;
    padding-left: 0;
  }
  .doctor-q input[type="submit"] {
    margin: 0 auto;
  }
  .doctor-q .input-text input,
	.doctor-q .input-text--select select  {
    padding-left: 140px;
  }
  .doctor-q .input-text::before {
    left: 135px;
  }
  .doctor-q .input-text label {
    top: 18px;
  }
  */
}

.map iframe { width:100%; min-height:600px; }

.ui-datepicker{
  z-index: 601 !important;
}

.vnd-manage__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.vnd-manage__label {
  border: 1px solid #b2b2b2;
  height: 54px;
  margin: 0 0 11px;
  display: flex;
  align-items: center;
  position: relative;
}

.vnd-manage__submit {
  margin-bottom: 0;
  font: normal 16px / 22px DINPro;
  border: 1px solid #9da4aa;
  padding: 14px 76px 16px;
  cursor: pointer;
  color: #0a365c;
  background: 0 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #fff;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

..vnd-manage__submit:hover {
  background-color: #fff;
  color: #0a365c;
}

.vnd-manage__label span {
  min-width: 150px;
  display: inline-block;
  color: #212121;
  width: 147px;
  border-right: 1px solid #b2b2b2;
  margin: 0 15px 0 0;
  padding: 0 10px;
  vertical-align: middle;
  font: normal 14px / 18px DINPro;
}

.vnd-manage__label input {
  height: 100%;
  padding: 16px;
  border: none;
  flex-grow: 1;
  font: normal 16px / 22px DINPro;
}

.vnd-manage__tel {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  font-weight: 500;
  color: #1E293B;
  transition: all .3s;
}

.vnd-manage__tel:hover,
.vnd-manage__tel:focus {
  color: #1E293B;
}

.vnd-manage__tel::before {
  content: "";
  background-image: url(/img/phone-01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 3px;
}

@media screen and (max-width: 767px) {
  .vnd-manage__inner {
    display: block;
  }

  .vnd-manage__inner > *:not(:last-child) {
    margin-bottom: 30px;
  }

  .vnd-manage__submit {
    width: 100%;
  }

  .vnd-manage__label span {
    margin: 0;
  }
}

@media screen and (max-width: 410px) {
  .vnd-manage__label {
    margin-bottom: 20px;
    height: auto;
    flex-direction: column;
    align-items: stretch;
    border: none;
  }

  .vnd-manage__label span {
    border: none;
    margin-bottom: 10px;
  }

  .vnd-manage__label input {
    border: 1px solid #b2b2b2;
  }
}

@media (max-width: 640px) {
  .advantages .utp_block__item {
      height: auto !important;
  }
}