.site-types {
  position: relative;
}
@media (min-width: 992px) {
  .site-types + .advantages-large {
    padding-top: 70px;
    padding-bottom: 170px;
  }
}
.site-types__note {
  margin-top: 30px;
  line-height: 25px;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .site-types__note {
    margin-top: 40px;
  }
}
.site-types__inner {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  clip-path: polygon(0 30px, 100% 0, 100% 100%, 0 calc(100% - 30px));
  background: radial-gradient(64.16% 80.32% at 45.3% 79.41%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #C0EDEB;
  z-index: 200;
}
@media (min-width: 1200px) {
  .site-types__inner {
    padding-top: 100px;
    padding-bottom: 100px;
    clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 calc(100% - 60px));
  }
}
@media (min-width: 1500px) {
  .site-types__inner {
    padding-top: 200px;
    padding-bottom: 190px;
    position: relative;
    clip-path: polygon(0 115px, 100% 0, 100% 100%, 0 calc(100% - 70px));
  }
}
.site-types__screen {
  width: 320px;
  height: 277px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 14px 94px 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.site-types__screen > div {
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: hidden;
}
.site-types__screen > div:not(.swiper-initialized) .swiper-slide:not(:first-child) {
  display: none !important;
}
.site-types__screen:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("img/screen.png") no-repeat left top;
  background-size: contain;
  z-index: 200;
  pointer-events: none;
}
.site-types__screen img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
@media (min-width: 576px) {
  .site-types__screen {
    width: 510px;
    height: 441px;
    padding: 19px 23px 149px 19px;
  }
}
@media (min-width: 992px) {
  .site-types__screen {
    width: 600px;
    height: 519px;
    margin: 0 0 0 15px;
    padding: 23px 27px 176px 22px;
  }
}
@media (min-width: 1200px) {
  .site-types__screen {
    width: 510px;
    height: 441px;
    margin: 0;
    padding: 19px 23px 149px 19px;
  }
}
@media (min-width: 1500px) {
  .site-types__screen {
    width: 710px;
    height: 614px;
    padding: 27px 32px 208px 27px;
  }
}
.site-types__texts {
  margin-top: 40px;
  display: flex;
  color: #212529;
  overflow: hidden;
}
.site-types__texts > div {
  width: 100%;
}
.site-types__texts > div:not(.swiper-initialized) .swiper-slide:not(:first-child) {
  display: none !important;
}
.site-types__texts .swiper-slide {
  display: flex;
  align-items: center;
}
.site-types__texts-head {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 300;
}
.site-types__texts-body {
  margin-top: 20px;
  font-size: 16px;
}
@media (min-width: 576px) {
  .site-types__texts-head {
    font-size: 42px;
  }
  .site-types__texts-body {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .site-types__texts {
    height: 360px;
    margin-top: 0;
  }
  .site-types__texts-head {
    font-size: 32px;
  }
}
@media (min-width: 1500px) {
  .site-types__texts {
    height: 435px;
  }
  .site-types__texts-body {
    margin-top: 30px;
  }
}
.site-types__slider {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .site-types__slider {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .site-types__slider {
    margin-top: 70px;
  }
}
.site-types__slider-bullets {
  display: flex !important;
}
@media (min-width: 768px) {
  .site-types__slider-bullets {
    margin-top: 30px !important;
  }
}
@media (min-width: 992px) {
  .site-types__slider-bullets {
    margin-top: 0;
    display: block !important;
  }
}
.site-types__slider-position {
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .site-types__slider {
    display: flex;
    flex-wrap: wrap;
  }
  .site-types__slider-position_navi {
    width: 150px;
    order: 1;
  }
  .site-types__slider-position_screen {
    order: 2;
  }
  .site-types__slider-position_text {
    width: 100%;
    order: 3;
  }
}
@media (min-width: 1200px) {
  .site-types__slider-position_screen {
    width: 510px;
  }
  .site-types__slider-position_text {
    width: 400px;
    margin-left: auto;
  }
}
@media (min-width: 1500px) {
  .site-types__slider-position_screen {
    width: 710px;
  }
  .site-types__slider-position_text {
    width: calc(100% - 950px);
    margin-left: auto;
  }
}
