@media (max-width: 527px) {
 .app .page-preview2__illustration { height:auto; } .app .page-preview__illustration { height:auto; } 
.partners_section {
    margin-bottom: 30px !important;
}
}
@media (max-width: 767px) {
.app .form__item {
    display: flex !important;
    flex-wrap: wrap;
}
.form_title {
	font-size: 4rem !important;
}
.form_subtitle {
	    font-size: 2.2rem !important;
    margin: 0 auto 3rem !important;
}
.social__item svg {
	width: 38px;
	height: 38px;
}

.social__item svg:hover {
	fill: #9bd237;
}
.app .form__label,
.app .form__input {
width: 100%;
    flex: 0 0 100%;
}
}
      .mySwiper.swiper {
        width: 100%;
        height: 100%;
       margin-bottom: 50px;
       overflow: hidden;
      }
      .mySwiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
      .mySwiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: containr;
      }
     .mySwiper .swiper-wrapper {
         align-items: center;
    }
   .partners_section {
		margin-bottom: 40px;
	}
	.form_title {
		    text-align: center;
    font-size: 5rem;
    font-weight: bold;
    margin-bottom: 24px;
    color: #9bd237;
	}
.partners_section ul {
	font-size: 1.8rem;
	padding-left: 3rem;
}
.form._success .form__item,
.form._success .form__hint,
.form._success .form__button {
	display: none;
}
.form_subtitle {
    text-align: center;
    font-size: 2rem;
    max-width: 84rem;
    margin: 0 auto 6rem;
    color: #013c28;
}
.form_subtitle b {
display: block;
}
.section_form_padd{
    padding-top: 0 !important;
}
.point-map .title-2-center {
	margin-top: 80px;
	text-align: center;
}
.btn-arrow {
	width: 40px;
    height: 40px;
    border-radius: 50%;
       border: 1px solid #9bd237;
    background-color: #9bd237;
}
.btn-arrow:after {
	color: #fff;
}

.page-preview2 {
	position: relative;
	padding-bottom: 60px;
}

.page-preview2 .btn-arrow {
	position: absolute;
	left: 0;
	bottom: 0;
}

.section_margin {
	margin-top: 80px;
}

.main-slider__description ul {
	margin: 10px 0 !important;
    padding-left: 16px;
}


.main-slider__description p {
    font-size: 16px;
}

.konteyners_section .text-block__illustration {
    margin: 0 !important;
    max-height: 512px;
    width: auto;
}

.banner_p {
    margin-top: 120px;
    margin-bottom: 80px;
    background: #fff;
}

.banner_p__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 32px;
    max-width: 1270px;
    background: #f2f3ef;
    padding: 80px 20px;
}

.banner_p__svg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}

.banner_p__title {
    font-weight: 700;
    font-size: 27px;
    text-align: center;
    color: #013c28;
    max-width: 650px;
    margin-bottom: 24px;
}

.banner_p__text a {
    font-weight: 700;
     text-decoration: underline;
}

.banner_p__text {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #013c28;
    max-width: 560px;
}

@media screen and (max-width: 700px), (max-width: 850px) and (max-height: 500px) {

    .banner_p__title {
        font-size: 24px;
    }
    .banner_p__text {
        font-size: 18px;
    }
}