.btn-white {
  background-color: #fff;
}
.btn-big {
  padding: 20px 35px;
}
.btn-medium {
  padding: 16px 30px;
}

.category-card {
  position: relative;
  border: 1px solid #41C1EE;
  padding: 30px 50px 40px;
}
.category-card__body {
  position: relative;
  z-index: 1;
}
.category-card__img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 58%;
  max-height: 100%;
}
.category-card__title {
  margin: 0 0 0.7em;
}
.category-card__title:last-child {
  margin-bottom: 0;
}
.category-card__list {
  list-style: none;
  padding: 0;
  line-height: 1.34;
  margin: 0 0 1.3em;
}
.category-card__list:last-child {
  margin-bottom: 0;
}
.category-card__list strong {
  font-weight: 600;
  font-family: Kanit, sans-serif;
}
.category-card__list a {
  display: block;
  width: fit-content;
  padding: 0.15em 0;
}

.infographics {
  padding: 40px 0;
}
.infographics__head {
  text-align: center;
  margin: 0 0 50px;
}
.infographics__head:last-child {
  margin-bottom: 0;
}
.infographics__head p:last-child, .infographics__head h1:last-child, .infographics__head h2:last-child, .infographics__head h3:last-child, .infographics__head h4:last-child, .infographics__head h5:last-child, .infographics__head ol:last-child, .infographics__head ul:last-child {
  margin-bottom: 0;
}
.infographics__body {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
  margin: 0 0 42px;
}
.infographics__body:last-child {
  margin-bottom: 0;
}
.infographics__link {
  font: 600 22px/normal Kanit, sans-serif;
}

.v-slider-section{
  position: relative;
}
.v-slider {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 60px;
  /*min-height: 100vh;*/
  margin-top: -70px;
}
.v-slider__head {
  padding: 71px 0 12px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  text-align: center;
  margin: 0;
}
.v-slider__head h1, .v-slider__head .h1 {
  margin: 0 0 0.3em;
}
.v-slider__head p:last-child, .v-slider__head h1:last-child, .v-slider__head h2:last-child, .v-slider__head h3:last-child, .v-slider__head h4:last-child, .v-slider__head h5:last-child, .v-slider__head ol:last-child, .v-slider__head ul:last-child {
  margin-bottom: 0;
}
.v-slider__body {
  width: 100%;
  margin: 0;
  z-index: 99;
}
.v-slider__body:last-child {
  margin-bottom: auto;
}
.v-slider__slide {
  min-height: 523px;
  margin: 0 0 114px;
}
.v-slider__slide:last-child {
  margin-bottom: 55px;
}
.v-slider__slide.slick-slide {
  margin: 0;
}
.v-slider__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 90px;
  min-height: 500px;
  padding: 30px 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.v-slider__inner--even {
  flex-direction: row;
}
.v-slider__inner--green {
  align-items: flex-start;
  padding-top: 24px;
  background-image: url(../img/pages/0.svg);
  gap: 117px;
}
.v-slider__inner--grey {
  background-image: url(../img/pages/1.svg);
  background-position: 103% 50%;
  min-height: 506px;
}
.v-slider__inner--blue {
  background-image: url(../img/pages/2.svg);
  gap: 30px;
  padding-right: 15px;
  padding-bottom: 24px;
}
.v-slider__inner--orange {
  min-height: 523px;
  background-image: url(../img/pages/3.svg);
  background-position: right -39% top 50%;
  gap: 15px;
  align-items: flex-end;
  padding-bottom: 17px;
}
.v-slider__text {
  width: 460px;
  max-width: 100%;
  font-size: 23px;
  line-height: normal;
  margin: 0 0 0 auto;
}
.v-slider__text h1, .v-slider__text .h1 {
  color: #646464;
  margin-bottom: 0.6em;
}
.v-slider__text h1:last-child, .v-slider__text .h1:last-child {
  margin-bottom: 0;
}
.v-slider__text p:last-child {
  margin-bottom: 0;
}
.v-slider__inner--even .v-slider__text {
  margin: 0 auto 0 0;
}
.v-slider__inner--green .v-slider__text {
  padding-top: 36px;
}
.v-slider__inner--blue .v-slider__text {
  padding-top: 62px;
}
.v-slider__inner--orange .v-slider__text {
  width: 360px;
  padding-bottom: 80px;
}
.v-slider__img {
  max-height: 400px;
  max-width: 65%;
}
.v-slider__inner--green .v-slider__img {
  border: 1px solid #52F6CF;
  max-width: 38%;
}
.v-slider__inner--grey .v-slider__img {
  transform: translateY(12%);
}
.v-slider__inner--blue .v-slider__img {
  align-self: flex-end;
  max-width: 40%;
}
.v-slider__footer {
  display: block;
  /*padding: 90px 0 0;*/
  /*background: url(../img/pages/arrow.svg) no-repeat left 48.4% top 0/auto 83px;*/
}
.v-slider__message {
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(to top, #2097EE 45px, #2C77D2 45px);
  padding: 56px 75px 95px;
  font: 600 40px/1.275 Kanit, sans-serif;
  text-align: center;
  color: #29FFD9;
  clip-path: polygon(0 0, calc(100% - 30px) 25px, 100% calc(100% - 45px), calc(100% - 60px) calc(100% - 45px), calc(100% - 125px) 100%, calc(100% - 150px) calc(100% - 45px), 0 calc(100% - 45px));
  transform: translateX(-14px);
}
.v-slider__message strong {
  display: block;
  font-weight: inherit;
  line-height: 1;
  font-size: 1.45em;
}

.file-card {
  background-color: #fff;
  padding: 25px 20px;
  width: 210px;
  flex: 1 0 auto;
  border: 1px solid #2C77D2;
  position: relative;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
  font-size: 12px;
  line-height: 1.3;
}
.file-card:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #2C77D2;
}
.file-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 17px;
}
.file-card__head:last-child {
  margin-bottom: 0;
}
.file-card__img {
  width: 43px;
  flex: 0 0 auto;
}
.file-card__title {
  flex: 1 1 auto;
  font: 600 22px/1.1 Kanit, sans-serif;
}
.file-card__body p:last-child, .file-card__body h1:last-child, .file-card__body h2:last-child, .file-card__body h3:last-child, .file-card__body h4:last-child, .file-card__body h5:last-child, .file-card__body ol:last-child, .file-card__body ul:last-child {
  margin-bottom: 0;
}

.tax-block {
  padding: 40px 0;
}
.tax-block__head {
  margin: 0 0 20px;
}
.tax-block__head:last-child {
  margin-bottom: 0;
}
.tax-block__body {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.schema {
  padding: 40px 0;
}
.schema__body {
  width: fit-content;
  margin: 0 auto;
}
.schema__row {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 0 0 20px;
}
.schema__row:last-child {
  margin-bottom: 0;
}
.schema__row-head {
  width: 205px;
  flex: 0 0 auto;
  padding: 15px 37px 10px 24px;
  border: 3px solid #2C77D2;
  background-color: #fff;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%);
  font: 600 22px/1.1 Kanit, sans-serif;
  position: relative;
  min-height: 113px;
}
.schema__row-head:before {
  content: "";
  display: block;
  position: absolute;
  height: calc(100% + 6px);
  width: 33px;
  top: -3px;
  right: -3px;
  background-color: #2C77D2;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, calc(100% - 3px) 50%);
}
.schema__row-head strong {
  color: #2C77D2;
  font-weight: inherit;
}
.schema__list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 512px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 35px;
  align-items: center;
  font: 600 14px/1.1 Kanit, sans-serif;
}
.schema__box {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.schema__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #2C77D2;
  color: #fff;
  font: 600 14px/1.1 Kanit, sans-serif;
  width: 128px;
  padding: 14px 13px 9px;
  text-align: center;
}
.schema__item-img {
  display: block;
  width: 100%;
  height: 48px;
  object-fit: contain;
  object-position: center;
}
.schema__item-caption {
  margin: auto 0;
}

.complex-section {
  padding: 40px 0 0;
}

.pic-block {
  padding: 58px 0 35px;
}
.pic-block__head {
  text-align: center;
  margin: 0 0 40px;
}
.pic-block__head:last-child {
  margin-bottom: 0;
}
.pic-block__head h1:last-child, .pic-block__head .h1:last-child {
  margin-bottom: 0;
}
.pic-block__body {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.pic-block__text {
  width: 360px;
  max-width: 100%;
  flex: 1 0 auto;
  padding: 10px 0 0;
}
.pic-block__img {
  margin: 0 auto;
  max-width: calc(100% - 410px);
  order: 1;
}
.pic-block__img[data-fancybox] {
  cursor: pointer;
}

.feature-card {
  width: 256px;
  max-width: 100%;
  position: relative;
}
.feature-card--big {
  width: 358px;
}
.feature-card__pic {
  display: block;
  aspect-ratio: 358/234;
  position: relative;
  margin: 0 0 20px;
}
.feature-card__pic:last-child {
  margin-bottom: 0;
}
.feature-card__label {
  background-color: #BC6099;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 75px;
  max-width: 100%;
  font: bold 14px/normal "Open Sans", sans-serif;
  color: #fff;
  padding: 5px 20px 11px 10px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 16px) calc(100% - 7px), 0 100%);
}
.feature-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.feature-card__text {
  max-height: 125px;
  flex: 1 1 auto;
  overflow: hidden;
  --content-height: 1000px;
  padding-bottom: 25px;
  transition: all 0.3s ease;
}
.feature-card__text--overflowed {
  -webkit-mask: linear-gradient(to top, transparent 18px, black 50px);
}
.feature-card__text--open {
  -webkit-mask: none;
  max-height: var(--content-height, 1000px);
}
.feature-card__text p:last-child, .feature-card__text h1:last-child, .feature-card__text h2:last-child, .feature-card__text h3:last-child, .feature-card__text h4:last-child, .feature-card__text h5:last-child, .feature-card__text ol:last-child, .feature-card__text ul:last-child {
  margin-bottom: 0;
}
.feature-card__text h4 {
  font-size: 22px;
  line-height: 1.1;
}
.feature-card__text p {
  margin: 0 0 0.7em;
}
.feature-card__more-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
}
.feature-card__more-btn:before {
  content: "";
  display: block;
  width: 52px;
  margin: 0 auto;
  border-top: 18px solid #ccc;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  transition: inherit;
}
.feature-card__text--overflowed + .feature-card__more-btn {
  opacity: 1;
  pointer-events: auto;
}
.feature-card__text--open + .feature-card__more-btn {
  opacity: 1;
  pointer-events: auto;
  transform: scaleY(-1);
}

.features-block {
  padding: 40px 0 23px;
}
.features-block__head {
  max-width: 860px;
  margin: 0 0 42px;
}
.features-block__head:last-child {
  margin-bottom: 0;
}
.features-block__body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px 50px;
  margin: 0 0 26px;
}
.features-block__body:last-child {
  margin-bottom: 0;
}
.features-block__link {
  font: 600 22px/normal Kanit, sans-serif;
}

.transition-widget {
  display: flex;
  gap: 27px;
  align-items: center;
}
.transition-widget__item {
  text-align: center;
}
.transition-widget__item-caption {
  font-family: Kanit, sans-serif;
  font-weight: 600;
  margin: 0 0 0.3em;
}
.transition-widget__item-caption:last-child {
  margin-bottom: 0;
}
.transition-widget__item-price {
  font: 600 33px/1 Kanit, sans-serif;
  color: #fff;
}
.transition-widget__currency {
  color: #FFED8D;
  font-size: 18px;
  font-weight: 400;
}
.transition-widget__separator {
  width: 19px;
  flex: 0 0 auto;
}

.orange-block {
  padding: 101px 0;
  position: relative;
}
.orange-block__container {
  position: relative;
}
.orange-block__container:after {
  content: "";
  display: block;
  width: 420px;
  aspect-ratio: 42/9;
  background-color: #FFDA89;
  clip-path: polygon(0 0, 100% 0, 85% 100%);
  position: absolute;
  top: calc(100% - 24px);
  right: 120px;
}
.orange-block__inner {
  padding: 75px 103px;
  background-color: #FFBE40;
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 calc(100% - 30px));
  position: relative;
  z-index: 1;
}
.orange-block__head {
  font-size: 18px;
  line-height: normal;
  text-align: center;
  margin: 0 0 38px;
}
.orange-block__head:last-child {
  margin-bottom: 0;
}
.orange-block__head h1, .orange-block__head .h1 {
  margin-bottom: 0.75em;
}
.orange-block__head h1:last-child, .orange-block__head .h1:last-child {
  margin-bottom: 0;
}
.orange-block__head p {
  margin-left: auto;
  margin-right: auto;
  max-width: 890px;
}
.orange-block__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 63px;
  counter-reset: orange;
  margin: 0 0 38px;
}
.orange-block__body:last-child {
  margin-bottom: 0;
}
.orange-block__item {
  position: relative;
  counter-increment: orange;
  padding: 0 0 0 51px;
  line-height: normal;
}
.orange-block__item:before {
  content: counter(orange);
  color: #fff;
  font: 600 58px/0.7 Kanit, sans-serif;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.orange-block__item-text {
  margin: 0 0 1em;
}
.orange-block__item-text:last-child {
  margin-bottom: 0;
}
.orange-block__item-text h4 {
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
  margin: 0 0 0.25em;
}
.orange-block__item-text h4:last-child {
  margin-bottom: 0;
}
.orange-block__item-text p {
  margin: 0 0 0.7em;
}
.orange-block__item-text p:last-child {
  margin-bottom: 0;
}
.orange-block__item-text a {
  font-weight: bold;
}
.orange-block__footer {
  text-align: center;
}

.contacts-block {
  padding: 110px 0;
}
.contacts-block__head {
  text-align: center;
  margin: 0 0 40px;
}
.contacts-block__head:last-child {
  margin-bottom: 0;
}
.contacts-block__head h2:last-child, .contacts-block__head h1:last-child {
  margin-bottom: 0;
}
.contacts-block__body {
  display: flex;
  flex-wrap: wrap;
}
.contacts-block__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  width: 50%;
  flex: 1 1 auto;
  padding: 32px;
  text-align: center;
  background: url(../img/pages/contacts-1.svg) no-repeat center/cover;
  color: #fff;
}
.contacts-block__item:nth-child(2n) {
  background-image: url(../img/pages/contacts-2.svg);
}
.contacts-block__item:nth-child(4n + 3) {
  background-image: url(../img/pages/contacts-2.svg);
}
.contacts-block__item:nth-child(4n + 4) {
  background-image: url(../img/pages/contacts-1.svg);
}
.contacts-block__text h4 {
  font-size: 22px;
  line-height: 1.1;
}
.contacts-block__text p:last-child, .contacts-block__text h1:last-child, .contacts-block__text h2:last-child, .contacts-block__text h3:last-child, .contacts-block__text h4:last-child, .contacts-block__text h5:last-child, .contacts-block__text ol:last-child, .contacts-block__text ul:last-child {
  margin-bottom: 0;
}
.contacts-block__btn {
  min-width: 243px;
  margin-top: auto;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.country-card {
  font-size: 14px;
  line-height: normal;
  animation: fadeIn 0.4s ease;
}
.country-card.fancybox-content {
  width: 290px;
  max-width: 100%;
  padding: 35px 30px 30px;
  animation: none;
}
.country-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 15px;
}
.country-card__head:last-child {
  margin-bottom: 0;
}
.country-card__flag {
  width: 22px;
  flex: 0 0 auto;
}
.country-card__title {
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
}
.country-card__body p {
  margin: 0 0 0.75em;
}
.country-card__body p:last-child {
  margin-bottom: 0;
}
.country-card__subtitle {
  font-size: inherit;
  line-height: normal;
  margin: 1.2em 0 0.5em;
}
.country-card__subtitle:first-child {
  margin-top: 0;
}
.country-card__subtitle:last-child {
  margin-bottom: 0;
}
.country-card__contact {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 0 0 0.75em;
}
.country-card__contact:last-child {
  margin-bottom: 0;
}
.country-card__contact-icon {
  width: 0.9em;
  flex: 0 0 auto;
}
.country-card__contact-text {
  flex: 1 1 auto;
}

.small-banner {
  background: url(../img/pages/banner-bg.svg) no-repeat center/cover;
  padding: 25px 50px 21px;
  display: flex;
  gap: 60px;
  align-items: center;
  color: #fff;
}
.small-banner__text {
  flex: 1 1 auto;
}
.small-banner__text p:last-child, .small-banner__text h1:last-child, .small-banner__text h2:last-child, .small-banner__text h3:last-child, .small-banner__text h4:last-child, .small-banner__text h5:last-child, .small-banner__text ol:last-child, .small-banner__text ul:last-child {
  margin-bottom: 0;
}
.small-banner__text h2, .small-banner__text .h2 {
  color: inherit;
  margin-bottom: 11px;
}
.small-banner__btn {
  flex: 0 0 auto;
}

.map-block {
  /*padding: 40px 0 32px;*/
}
.map-block__head {
  text-align: center;
  margin: 0 0 30px;
}
.map-block__head:last-child {
  margin-bottom: 0;
}
.map-block__head h1, .map-block__head .h1 {
  margin-bottom: 0.3em;
}
.map-block__head h1:last-child, .map-block__head .h1:last-child {
  margin-bottom: 0;
}
.map-block__body {
  /*padding: 20px 0 0 45px;*/
  position: relative;
  /*margin: 0 0 35px;*/
}
.map-block__body:last-child {
  margin-bottom: 0;
}
.map-block__map-wrapper {
  position: relative;
  width: 921px;
  max-width: 100%;
}
.map-block__svg-map {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
}
.map-block__magnify {
  position: absolute;
  width: calc(145 / 921 * 100%);
  aspect-ratio: 1;
  top: calc(87 / 466 * 100%);
  left: calc(380 / 921 * 100%);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
  overflow: hidden;
}
.map-block__magnify:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 2px solid #2C77D2;
  pointer-events: none;
  z-index: 1;
  transition: all 0.1s linear;
}
.map-block__magnify svg{
  display: none;
}
.map-block__magnify:hover:before {
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-width: 6px;
}
.map-block__magnify--active {
  background-color: #fff;
  cursor: default;
  transform: scale(2.28);
}
.map-block__magnify--active:hover:before {
  border-width: 2px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-block__magnify.map-block__magnify--active svg{
  display: block;
}
.map-block__svg-zoom-map {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  border-radius: inherit;
  transition: all 0.2s ease;
}
.map-block__magnify--active .map-block__svg-zoom-map {
  opacity: 1;
  pointer-events: auto;
}
.map-block__output {
  position: absolute;
  top: 0;
  right: 85px;
  width: 254px;
  min-height: 290px;
  border: 1px solid #2C77D2;
  background-color: #fff;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
  padding: 27px 20px;
  opacity: 0.5;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-block__output-empty{
  font-size: 14px;
  color: #878787;
  text-align: center;
  opacity: 1;
}
.map-block__output:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #2C77D2;
  opacity: 0;
  z-index: 1;
  transition: inherit;
}
.map-block__output:after {
  content: "";
  display: block;
  position: absolute;
  border-top: inherit;
  left: calc(100% - 30px);
  top: -1px;
  width: 43px;
  transform-origin: left top;
  transform: rotate(45deg);
}

.map-block__output--active {
  display: block;
  opacity: 1;
}
.map-block__output--active:before {
  opacity: 1;
}
.map-block__data {
  display: none;
}

/*АДАПТИВ */
@media(min-width: 1000px) {
  .feature-card__more-btn:hover:before {
    border-top-color: #2C77D2;
  }
}
@media(max-width: 1299px) {

  .category-card {
    padding: 25px;
  }
  .schema__row {
    gap: 20px;
  }
  .schema__row-head {
    width: 180px;
    font-size: 18px;
    padding: 14px 35px 14px 18px;
    min-height: 0;
  }
  .schema__box {
    gap: 15px;
  }

  .feature-card {
    width: 300px;
  }

  .features-block__body {
    gap: 30px;
  }

  .complex-section {
    padding: 0;
  }

  .tax-block__head {
    text-align: center;
  }
  .tax-block__body {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .orange-block__inner {
    padding: 75px 50px;
  }
  .orange-block__body {
    gap: 25px 50px;
  }

  .map-block__body {
    padding-left: 0;
  }
  .map-block__output {
    width: 230px;
    right: 0;
  }

  .infographics__body {
    gap: 30px;
  }

  .v-slider {
    gap: 30px;
  }
  .v-slider__slide {
    min-height: 420px;
  }
  .v-slider__inner {
    min-height: 420px;
    gap: 50px;
    background-position: center;
  }
  .v-slider__inner--grey {
    background-position: 103% 50%;
  }
  .v-slider__text {
    font-size: 18px;
    width: 420px;
  }
  .v-slider__inner--grey .v-slider__text {
    width: 380px;
  }
  .v-slider__img {
    max-width: 50%;
  }

  .v-slider__message {
    transform: none;
  }
}
@media(max-width: 999px) {


  /*.new-section h1, .new-section .h1 {*/
  /*  font-size: 30px;*/
  /*}*/
  /*.new-section h2, .new-section .h2 {*/
  /*  font-size: 22px;*/
  /*}*/
  /*.new-section h3, .new-section .h3 {*/
  /*  font-size: 18px;*/
  /*}*/

  .schema__row {
    display: block;
    margin: 0 0 50px;
  }
  .schema__row-head {
    background: none;
    border: none;
    clip-path: none;
    width: auto;
    text-align: center;
    padding: 0;
    margin: 0 0 20px;
  }
  .schema__row-head:last-child {
    margin-bottom: 0;
  }
  .schema__row-head:before {
    display: none;
  }
  .schema__box {
    justify-content: center;
  }
  .schema__list {
    max-width: none;
    justify-content: center;
  }

  .feature-card {
    width: 262px;
  }

  .features-block__body {
    gap: 30px 15px;
    justify-content: center;
  }
  .features-block__footer {
    text-align: center;
  }

  .tax-block__body {
    gap: 15px;
  }

  .orange-block {
    padding: 50px 0 80px;
  }
  .orange-block__body {
    display: block;
  }
  .orange-block__item {
    margin: 0 0 30px;
  }
  .orange-block__item:last-child {
    margin-bottom: 0;
  }

  .contacts-block {
    padding: 40px 0;
  }
  .contacts-block__body {
    margin: 0 -15px;
  }

  .small-banner {
    gap: 30px;
    padding: 20px;
  }

  .map-block__body {
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
    -webkit-mask: linear-gradient(to right, transparent 0, black 15px, black calc(100% - 15px), transparent 100%);
  }
  .map-block__map-wrapper {
    max-width: none;
  }
  .map-block__output {
    display: none;
  }



  .infographics__body {
    gap: 15px;
    margin-bottom: 30px;
  }

  .v-slider {
    padding: 50px 0;
    display: block;
    min-height: 0;
  }
  .v-slider__head {
    margin: 0 0 30px;
  }
  .v-slider__head:last-child {
    margin-bottom: 0;
  }
  .v-slider__body {
    margin: 0 0 30px;
  }
  .v-slider__body:last-child {
    margin-bottom: 0;
  }
  .v-slider__slide {
    min-height: 0;
  }
  .v-slider__inner {
    padding: 0;
    background-size: 0;
    min-height: 0;
    gap: 30px;
    align-items: center;
  }
  .v-slider__text {
    width: calc(50% - 15px);
    margin: 0;
    padding: 0;
  }
  .v-slider__inner--even .v-slider__text {
    margin: 0;
  }
  .v-slider__inner .v-slider__text {
    width: calc(50% - 30px);
    padding: 0;
  }
  .v-slider__img {
    max-width: calc(50% - 15px);
    margin: 0 auto;
  }
  .v-slider__inner .v-slider__img {
    border: none;
    max-width: calc(50% - 15px);
    align-self: auto;
  }
  .v-slider__footer {
    display: block;
    padding: 50px 0 0;
    background-size: auto 40px;
    background-position: 50% 0;
  }
  .v-slider__message {
    font-size: 30px;
    padding: 40px 50px 90px 30px;
  }
}
@media(max-width: 767px) {
  .pic-block {
    padding: 30px 0;
  }
  .pic-block__body {
    display: block;
  }
  .pic-block__img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto 25px;
  }
  .pic-block__img:last-child {
    margin-bottom: 0;
  }
  .pic-block__text {
    width: auto;
  }

  .features-block {
    padding: 30px 0;
  }

  .orange-block {
    padding: 40px 0;
  }
  .orange-block__container:after {
    width: 240px;
    right: 40px;
    top: calc(100% - 15px);
  }
  .orange-block__inner {
    clip-path: polygon(0 15px, 100% 0, 100% 100%, 0 calc(100% - 15px));
    padding: 50px 30px;
  }

  .contacts-block__body {
    display: block;
  }
  .contacts-block__item {
    width: auto;
  }
  .contacts-block__item:nth-child(2n) {
    background-image: url(../img/pages/contacts-1.svg);
  }
  .contacts-block__item:nth-child(2n + 1) {
    background-image: url(../img/pages/contacts-2.svg);
  }

  .small-banner {
    display: block;
    text-align: center;
    padding: 30px 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .small-banner__text {
    text-align: left;
    margin: 0 0 25px;
  }
  .small-banner__text:last-child {
    margin-bottom: 0;
  }

  .infographics__body {
    display: flex;
    flex-direction: column;
  }
  .infographics__footer {
    text-align: center;
  }

  .v-slider__head {
    margin-bottom: 40px;
  }
  .v-slider__text {
    font-size: 16px;
  }
}
@media(max-width: 479px) {
  .orange-block__inner {
    padding: 40px 15px;
    margin: 0 -15px;
  }
  .orange-block__item {
    padding: 0;
  }
  .orange-block__item:before {
    position: static;
    display: block;
    line-height: 1;
    margin: 0 0 0.15em;
  }

  .contacts-block__item {
    padding: 30px 15px;
  }

  .v-slider__slide {
    margin: 0;
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
  }
  .v-slider__slide:last-child {
    border-bottom: none;
  }
  .v-slider__slide.slick-slide {
    border: none;
  }
  .v-slider__inner {
    display: block;
  }
  .v-slider__img {
    display: block;
    max-width: 100%;
    max-height: 240px;
    margin: 0 auto 20px;
  }
  .v-slider__img:last-child {
    margin-bottom: 0;
  }
  .v-slider__text {
    width: auto;
  }
  .v-slider__inner .v-slider__img {
    max-width: 100%;
  }
  .v-slider__inner .v-slider__text {
    width: auto;
  }
  .v-slider__message {
    font-size: 25px;
  }
}