* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
a {
    text-decoration: none;
    outline: 0;
}
img {
    max-width: 100%;
}
input, textarea {
    outline: 0;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
svg {
    fill: none;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    position: relative;
}

body,html {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    min-height: 100vh;
}

.only-mob {
    display: none !important;
}
.mobile-only {
    display: none !important;
}
.no-select {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.container {
    width: 1227px;
    /*max-width: 100%;*/
    margin: 0 auto;
    padding: 0px 15px;
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.hidden {
    display: none;
}
.wrapper * {
    -webkit-appearance: none;
    font-family: 'Avenir Next Cyr', sans-serif;
}
.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    
}
.header {
    width: 100%;
    background-color: #f3f3f3;
}
.header-mob {
    display: none;
    background: #fff;
    height: 62px;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
}
.header-mob__item {
    display: flex;
    align-items: center;
}
.header-mob-tel {
    font-weight: 450;
    font-size: 16px;
    line-height: 120%;
    color: #231F20;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.header-mob-lk {
    display: block;
    width: 25px;
    height: 24px;
    background: url(../img/ico-arr-r.png) no-repeat 0 0;
    background-size: contain;
}
.content {
    width: 100%;
    flex-grow: 1;
}
.footer {
    width: 100%;
}
.header__inner {
    padding-top: 35px;
    padding-bottom: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.header__logo {
    margin-top: 6px;
    margin-right: 30px;
}
.header__logo img {
    display: block;
}

.header__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header__nav {
    margin-top: 20px;
}
.header__buttons-col {
    margin-right: 25px;
    /*margin-top: 21px;*/
}
.header__buttons-col:last-child {
    margin-right: 0;
}
.menu {
    display: flex;
    align-items: flex-start;
    list-style-type: none;
}
.menu__item {
    margin-right: 30px;
}
.menu__item:last-child {
    margin-right: 0;
}
.menu__link {
    color: #010718;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.54px;
    transition: all 0.25s;
}
.menu__link:hover {
    color: #ee3d8a;
}
.top-phone {
    display: inline-block;
    color: #231f20;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    transition: all 0.25s;
}
.top-phone:hover {
    color: #ee3d8a;
}
.lk-link {
    display: flex;;
    align-items: center;
    justify-content: center;
    width: 63px;
    height: 35px;
    line-height: 1;
    color: #ee3d8a;
    font-size: 16px;  
    border: 1px solid #ee3d8a;
    border-radius: 5px;
    transition: all 0.25s;
}
.lk-link:hover {
    color: #fff;
    background-color: #ee3d8a;
}
.top-banner {
    background-color: #f6f8f9;
    position: relative;
}
.top-banner__image {
    display: block;
    margin: auto;
    width: 100%;
    /*max-width: 1663px;*/
}
.top-banner__image--desk {
    display: none;
}
.top-banner__image--mob {
    display: none;
}
.top-banner__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top-banner__inner .container {
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 95px;
}

.top-banner__body {
    display: flex;
    justify-content: space-between;
}
.top-banner-sale{
    padding-top: 30px;
    padding-left: 10px;
    text-align: center;
}
.top-banner-sale__title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    border-radius: 5px;
    background-image: -moz-linear-gradient( -90deg, rgb(255,103,103) 0%, rgb(255,82,82) 1%, rgb(255,60,60) 14%, rgb(204,0,0) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,103,103) 0%, rgb(255,82,82) 1%, rgb(255,60,60) 14%, rgb(204,0,0) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,103,103) 0%, rgb(255,82,82) 1%, rgb(255,60,60) 14%, rgb(204,0,0) 100%);
    letter-spacing: 2.5px;
    padding: 7px 25px;    
    display: inline-block;
    margin-bottom: 10px;
    letter-spacing: 2.5px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
.top-banner-sale__category {
    font-size: 18px;
}
.top-banner-sale__price {
    color: #231f20;
    /*font-size: 50px;*/
    font-size: clamp(16px,3.577vw,44px) !important;
    font-weight: bold;    
    text-align: right;
    line-height: 1;
    white-space: nowrap;
    margin-right: -25px;
}
.top-banner-sale__price>.top-banner-sale__category{
    font-size: clamp(16px,2.602vw,32px) !important;
}
.top-banner-sale__old-price {
    color: #231f20;
    font-size: 23px;
    font-weight: bold;    
    text-align: right;
    line-height: 1;
    display: table;
    margin-left: auto;    
}
.striked {
    position: relative;
}
.striked:before {
    position: absolute;
    width: 100%;
    height: 50%;
    content: '';
    border-bottom: 2px solid #cc0000;
    pointer-events: none;
}
.striked::before {
    transform: rotate(-8deg);
}

.top-banner-info {
    background: url(../img/shadow-blue.png) no-repeat 0 0;
    background-size: 100% 100%;
    color: #fff;
    padding: 40px 50px; 
    font-size: 24px;
    margin-left: -20px;
}
.top-banner-info__title {
    font-size: 36px;
    font-weight: bold;    
    line-height: 1;
}
.top-banner-info__text {
    line-height: 1;
}
.top-banner-info__title__sub {
    margin-top: 5px;
    margin-bottom: 10px;
}
.top-banner-info__title__sub span {
   font-size: 70px;   
}

.top-banner__title {
    position: absolute;
    top: 33px;
    left: 11px;
    letter-spacing: 1px;
}
.top-banner__block-1 {
    position: absolute;
    left: 0px;
    bottom: 50px;
}
.main-title {
    color: #231f20;
    font-size: 42px;
    font-weight: bold;
}
.main-title span {
    color: #ee3d8a;        
}
.main-title-text {
    color: #ee3d8a;
    font-weight: bold;
    font-size: 36px;
    margin-top: -3px;
    letter-spacing: 0.85px;
}
.bottom-button {
    text-align: center;
    position: absolute;
    z-index: 1000;
    width: 100%;
    bottom: 0px;
    left: 0px;
    margin-bottom: -28px;
}
.bottom-button a {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    background-color: #ee3d8a;
    transition: all 0.25s;
    border: 2px solid #ee3d8a; 
    padding: 12.5px 50px;  
    letter-spacing: 4.2px;
}
.second-section {
    padding-top: 68px;
    background-image: url(../img/second-section-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.second-section__inner {
    position: relative;
}
.second-section__arrows {
    position: absolute;
    right: 15px;
    top: 359px;
}
.advantage {
    display: flex;
    justify-content: center;
}
.advantage__item {
    padding: 26px 29px;
    padding-bottom: 23px;
    margin-left: 21px;
    margin-right: 21px;
    /*background-color: #00ccff;*/
    background-color: #43a1d4;
    width: 369px;
    margin-top: 40px;
    border-radius: 14px;
}
/*.advantage__item_pink {*/
/*    background-color: #ee3d8a;*/
/*}*/
.advantage__item,
.advantage__item-icon {

}
.advantage__item-icon img {
    display: block;
    background-color: #ee3d8a;
    border-radius: 50%;
}
.advantage__item-text {
    color: #ffffff;   
    font-size: 22px;
    font-weight: 500;  
    margin-top: 31px; 
    letter-spacing: 0.6px;             
}
.principles {
    margin-top: 43px;
    padding-left: 108px;
    padding-right: 100px;
}
.principles__title {
    color: #ee3d8a;
    font-weight: bold;
    font-size: 30px;
}
.principles__content {
    margin-top: 24px;
    font-size: 20px;
    color: #010718;
}
.principles__content p {
    margin-top: 22px;
}
.principles__content b {
    font-weight: 500;
    font-size: 22px;
}
.hardware {
    padding-left: 209px;
    margin-top: 78px;
    display: flex;
    padding-bottom: 30px;
}
.hardware__item {
    width: 303px;
    height: 303px;
    border-radius: 100%;
    background-color: rgba(252,216,232,0.2);
    position: relative;
    margin-right: 174px;
}
.hardware__item:last-child {
    margin-right: 0;
}
.hardware__item:first-child:after {
    content: '';
    display: block;
    background-image: url(../img/hardware__item-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 81px;
    height: 81px;
    position: absolute;
    left: 100%;
    top: 112px;
    margin-left: 47px;
}
.hardware__item-image {
    position: absolute;
    left: -22px;
    top: -37px;
}
.hardware__item-image img {
    display: block;
    max-width: none;
}
.hardware__item-icon {
    margin-top: 54px;
}
.hardware__item-icon img {
    display: block;
    margin: auto;
}
.hardware__item-text {
    text-align: center;
    color: #231f20;
    font-size: 22px;
    margin-top: 21px;
    line-height: 22px;
    letter-spacing: 0.5px;
}
.hardware__item-text-2 {
    text-align: center;
    color: #231f20;
    font-size: 22px;
    margin-top: 2px;
    letter-spacing: 0.5px;
}
.hardware__item-text-2 b {

}
.hardware__item-text-2 span {
    font-size: 35px;
}
.third-section {
    margin-top: -195px;
    padding-top: 277px;
/*    background-image: url(../img/third-section.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;*/
    background: url(../img/where-whom-bg.png) no-repeat 0 100%;
    background-size: 100% 100%;
    position: relative;
    z-index: 100;
    padding-bottom: 40px;
    overflow: visible;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.future-clients {

}
.future-clients__title {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.8px;
}
.future-clients__content {
    color: #fff;
    margin-top: 27px;
    padding-left: 77px; 
}
.future-clients__content p {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;

}
.future-clients__content ul {
    list-style-type: none;
}
.future-clients__content li {
    color: #fff;
    font-size: 20px;
    padding-left: 37px;
    position: relative;
    margin-top: 16px;
}
.future-clients__content li:first-child {
    margin-top: 0;
}
.future-clients__content li:before {
    content: '';
    display: block;
    width: 18px;
    height: 13px;
    background-image: url(../img/li.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 1px;
    top: 6px;
}
.third-section .container {
    position: relative;
}
.third-section__dots {
    position: absolute;
    right: 21px;
    top: 52px;
}
.places-slider {
    margin-top: 79px;
    margin-bottom: 50px;
    position: relative;
}
.places-slider .swiper {
    overflow: visible;
}
.places-slider__item {
    transform: scale(1.20);
    position: relative;
}
.places-slider .swiper-slide {
    position: relative;
}
.places-slider .swiper-slide.swiper-slide-active {
    z-index: 100;
}
.places-slider .swiper-slide.swiper-slide-prev,
.places-slider .swiper-slide.swiper-slide-next {
    z-index: 50;
}
.places-slider .swiper-slide.swiper-slide-prev .places-slider__item:before,
.places-slider .swiper-slide.swiper-slide-next .places-slider__item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    /*background-color: rgba(0, 186, 244, 0.6);*/
    background-image: url(../img/third-section.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.places-slider .swiper-slide.swiper-slide-prev .places-slider__item {
    transform: scale(0.85) translateX(15%);
}
.places-slider .swiper-slide.swiper-slide-next .places-slider__item {
    transform: scale(0.85) translateX(-15%);
}
.places-slider__item img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 10;    
}
.places-slider__pagination {
    position: static;
    margin-top: 60px;
}
.places-slider__pagination .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #fff;
    width: 11px;
    height: 11px;
    margin: 0px 6px !important;
    opacity: 1;
}
.places-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}
.places-slider__arrow {
    width: 52px;
    height: 52px;
}
.places-slider__arrow:after {
    content: none;
}
.places-slider__arrow img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.places-slider__arrow_prev {

}
.places-slider__arrow_next {

}
.places-slider__arrow_next img {
    transform: rotate(180deg);
}
.fourth-section {
    position: relative;
    padding-top: 70px;
    padding-bottom: 79px;
}
.fourth-section .container {
    position: relative;
}
.kits {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 29px;
    overflow-x: hidden;
}
.kits__info {
    text-align: right;
    font-size: 12px;
    /*margin-top: 10px;*/
    color: #fff;
}
.kits__info a {
    color: #fff;
    text-decoration: none;
}
.rub {
    display: inline;
    font-family: Roboto, sans-serif !important;
    font-weight: 500;
}
.kits__item {
    margin-top: 30px;
    /*margin-left: 21px;*/
    margin-left: auto;
    /*margin-right: 21px;*/
    margin-right: auto;
    width: 369px;
}
.kits__item-top {
    border: 1px solid #3cd8ff;
    position: relative;
    border-radius: 15px;
    padding-top: 39px;
}
.kits__item-sale {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 21px;
    border-radius: 5px;
    background-image: -moz-linear-gradient( -90deg, rgb(255,103,103) 0%, rgb(255,82,82) 1%, rgb(255,60,60) 14%, rgb(204,0,0) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,103,103) 0%, rgb(255,82,82) 1%, rgb(255,60,60) 14%, rgb(204,0,0) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,103,103) 0%, rgb(255,82,82) 1%, rgb(255,60,60) 14%, rgb(204,0,0) 100%);
    letter-spacing: 2.5px;
    padding: 7px 25px;
}
.kits .swiper-button-next,
.kits .swiper-button-prev{
    color: #00aeef;
}

.kits__item-title {
    text-align: center;
    color: #00aeef;
    font-weight: bold;
    /*font-size: 36px;*/
    font-size: 27px;
    line-height: 1;
    padding: 0 0 10px;
}
.kits__item-description {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    color: #010718;
}
.kits__item-image {
    background-color: #fafafa;
    position: relative;
    border-radius: 15px;
    height: 266px;
    margin-top: 15px;

}
.kits__item-image img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 95%;
    max-height: 95%;
    object-fit: contain;
}
.kits__item-info {
    background-color: #fbf9f9;
    color: #010718;
    font-size: 18px;
    margin-top: -30px;
    padding: 30px;
    padding-top: 43px;
}
.kits__item-info ul {
    list-style-type: none;
}   
.kits__item-info li {
    padding-left: 25px;
    position: relative;
}
.kits__item-info li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 7px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #00c7f9;
}
.kits__item-pricing {
    border-radius: 15px;
    background-color: #00ccff;
    margin-top: -17px;
    color: #fff;
    padding: 7px 12px;
}
.kits__item-pricing-title {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.6px;
}
.kits__item-pricing-value {
    text-align: center;
    font-size: 44px;
    font-weight: bold;
    margin-top: -3px;
    line-height: 1;
}
.kits__item-pricing-value span {
    font-size: 22px;
    vertical-align: text-top;
    padding-top: 7px;
    display: inline-block;
}
.kits__item-pricing-discount {
    text-align: right;
    font-size: 20px;
    padding-right: 74px;
    margin-top: -7px;
    text-decoration: line-through;
}
.kits__item_pink .kits__item-top {
    border-color: #ee3d8a;
}
.kits__item_pink .kits__item-title {
    color: #ee3d8a;
}
.kits__item_pink .kits__item-info li:before,
.kits__item_pink .kits__item-pricing {
    background-color: #ee3d8a;
}
.fourth-section__dots {
    position: absolute;
    right: 92px;
    bottom: -5px;
}
.fifth-section {
    background-color: #f4f6f7;
    position: relative;
    padding-top: 70px;
    padding-bottom: 106px;
}
.fourth-section__circle {
    position: absolute;
    right: 17px;
    bottom: -410px;
    opacity: 0.3;
    z-index: 100;
}
.tariffs-title {
    color: #010718;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 1px;
}
.tariffs {
   
   
    
    position: relative;
    z-index: 200;
}
.tariffs__description {
    padding-top: 23px;
    width: 240px;
    min-width: 240px;
    position: absolute;
    transform: translateX(-110%);
    transition: all 0.25s;
    opacity: 0;
    background-color: #f4f6f7;
    z-index: 100;
    padding-right: 20px;
    height: 100%;
}
.tariffs__description.show {
    transform: translateX(0%);
    opacity: 1;
}
.tariffs__slider {
    transition: all 0.25s;
   
}
.tariffs__description.show + .tariffs__right .tariffs__slider {
    /*left: 240px;*/
    transform: translateX(240px);
}
.tariffs__label {
    text-align: right;
    color: #231f20;
    font-size: 14px;
    font-weight: bold;
    background-image: url(/local/templates/landing/css/../img/tariffs__label.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*min-height: 65px;*/
    height: 65px !important;
    padding-bottom: 5px;
}
.tariffs__label div {

}
.tariffs__label:first-child {
    margin-top: 0;
}
.tariffs__label span {
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    font-weight: normal;
    margin-top: 1px;

}
.tariffs__right {
    padding-left: 0px;
    margin-top: 21px;
}
.tariffs__slider {
   width: 100%;
}
.tariffs__slider .swiper-slide {
   
    
}
.tariffs__slider-item {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #ee3d8a;
    padding: 22px 23px;
    padding-bottom: 24px;
    color: #ee3d8a;   
    /*box-shadow: 5.829px 9.329px 7.68px 0.32px rgba(205, 205, 205, 0.65);*/
    
}


.tariffs__slider-item-title {
    font-size: 30px;
    line-height: 25px;
    font-weight: bold;
    height: 65px !important;
}
.tariffs__slider-item-row {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    height: 65px !important;
    padding-top: 10px;
    padding-bottom: 5px;
}

.tariffs__slider-item-row_1 {
    font-size: 24px;
}

.tariffs__slider-item-row_2 {
   font-size: 14px;   
}

.tariffs__label_2,
.tariffs__slider-item-row_2 {
    height: 100px !important;
}
.tariffs__label_8,
.tariffs__slider-item-row_8 {
    height: 85px !important;
}

.tariffs__slider-item-row span {
    font-size: 10px;
    font-weight: 600;
    display: inline-block;
    margin-top: -1px;
    line-height: 10px;
    color: #000;
}

.tariffs__slider-item-row__lable {
    display: block;
    font-size: 12px;
    color: #231f20;    
    margin-bottom: 5px;
}
.tariffs__slider-item-row__lable span {
    display: block;
    font-size: 10px;
    line-height: 10px;
    font-weight: normal;
    margin-top: 1px;    
}

.tariffs__slider-item-row_10 {
    font-size: 40px;
    
}
.tariffs__slider-item-row_11 {
   
}
.tariffs__slider-item-btn {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #ee3d8f;
    padding: 12px 30px;
    letter-spacing: 3.7px;
    border-radius: 6px;
}
.tariffs__slider-item_dark {
    border-color: #b268ac;
    color: #b268ac;
}
.tariffs__slider-item_dark .tariffs__slider-item-title {
    
}
.tariffs__slider-item_dark .tariffs__slider-item-row {
    
}
.tariffs__slider-item_dark .tariffs__slider-item-row_10 {
    color: #b268ac;
}
.tariffs__slider-item_dark .tariffs__slider-item-btn {
    background-color: #b268ac;
}


.tariffs__slider-item_blue {
    border-color: #00addc;
    color: #00addc;
}
.tariffs__slider-item_blue .tariffs__slider-item-row_10 {
    color: #00addc;
}
.tariffs__slider-item_blue .tariffs__slider-item-btn {
    background-color: #00addc;
}

.tariffs__slider__arrow {
    width: 52px;
    height: 52px;
}
.tariffs__slider__arrow img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
.tariffs__slider__arrow:after {
    content: none;
}
.tariffs__slider__arrow_next img {
    transform: rotate(180deg);
}

.tariffs__circle {
    position: absolute;
    bottom: 42px;
    left: 173px;
    opacity: 0.3;
    transform: translateY(100%);
}
.tariffs__arrows {
    position: absolute;
    bottom: -50px;
    left: 112px;
}
.tariffs-maps {
    display: flex;
    align-items: center;
    margin-top: 130px;
    padding-left: 86px;
    padding-right: 83px;
    position: relative;
    z-index: 1;
}

.tariffs-maps__btn a {
    display: inline-block;
    cursor: pointer;
    color: #ee3d8a;
    border: 1px solid #ee3d8a;
    border-radius: 9px;
    white-space: nowrap;
    padding: 12px 26px;
    font-weight: 500;
    font-size: 22px;
    width: 100%;
}
.tariffs-maps__btn__item {
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #ee3d8a;
    border-radius: 9px;
    padding: 12px 26px;
}
.tariffs-maps__btn__item__title {
    color: #ee3d8a;
    font-weight: 500;
    font-size: 22px;    
    display: block;
}
.tariffs-maps__btn__item a {
    display: block;
    margin-top: 5px;
    color: #000;
}
.tariffs-maps__block {
    flex-grow: 1;
    background-color: rgba(50,197,244,0.8);
    position: relative;
    height: 235px;
    border-radius: 14px;
    padding-left: 40px;
    padding-top: 88px;
    display: flex;
    margin-left: 40px;
}
.tariffs-maps__text {
    color: #ffffff;
    font-weight: 500;
    text-align: right;
    font-size: 22px;
    letter-spacing: 0.6px;
}
.tariffs-maps__image {
    position: absolute;
    right: -120px;
    bottom: 0px;
}
.tariffs-maps__image img {
    display: block;
}

.where-whom__slider {
    position: relative;
    height: 400px;
    margin: 150px 0 150px;
    display: flex;
    align-items: center;    
}

.where-whom__slider .swiper {
    width: 100%;
    height: 400px;
    overflow: visible;
    display: flex;
    align-items: center;
}

.where-whom__slider .swiper-wrapper {
    align-items: center;
}

.where-whom__slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    transition: all 1s ease;
    overflow: hidden;
    transform: none;
    opacity: 0;
}
.where-whom__slider .swiper-slide:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgb(255 255 255 / 50%);
}

.where-whom__slider .swiper-slide-active {
    color:#fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transform: scale(2.6);
    z-index: 2;
    opacity: 1;
}
.where-whom__slider .swiper-slide-active:before {
    display: none;
}

.where-whom__slider .swiper-slide img {
    width: auto;
    transition: all 0.8s ease;
    height: 280px; 
    max-width: inherit;
}
.where-whom__slider .swiper-slide-active img {
    /*width: auto;*/
    width: 100%;
    height: auto;
}

.where-whom__slider .swiper-slide.swiper-slide-next {
    right: -300px;
    z-index: 1;
    opacity: 1;
}
.where-whom__slider .swiper-slide.swiper-slide-prev {
    left: -300px;
    z-index: 1;
    opacity: 1;
}

.where-whom__slider .swiper-pagination {
    bottom: -30px;
}

.where-whom__slider .swiper-pagination-bullet {
    border: 1px solid #fff;
    background: transparent;
    opacity: 1;
}
.where-whom__slider .swiper-pagination-bullet-active {
    background: #fff;
}
.where-whom__slider .slide-inner {
    position: absolute;
    padding: 0 27px;
    width: 267px;
    height: 117px;
    bottom: -36px;
    left: -81px;
    font-size: 22px;
    color: #fff;
    background: rgb(26 76 91 / 80%);
    opacity: 0;
    display: flex;
    align-items: center;
}
.where-whom__slider .swiper-slide-active .slide-inner {
    transform: scale(0.4);
    opacity: 1;
}
.where-whom__slider .swiper-button-next:after, 
.where-whom__slider .swiper-button-prev:after {
    display: none;
}
.where-whom__slider .swiper-button-next, 
.where-whom__slider .swiper-button-prev {
    width: 52px;
    height: 52px;
    display: block;
    margin-top: -25px;
}
.where-whom__slider .swiper-button-next {
    background: url(../img/swiper-button-next.png) no-repeat 0 0;
    background-size: contain;
}
.where-whom__slider .swiper-button-prev {
    background: url(../img/swiper-button-prev.png) no-repeat 0 0;
    background-size: contain;
}


.sixth-section {
    padding-top: 250px;
    position: relative;
    margin-top: -203px;
    padding-bottom: 77px;
}
.sixth-section__bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/sixth-section__bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 80px;
}
.sixth-section__inner {
    position: relative;
    z-index: 500;
    padding-left: 108px;
}
.sixth-section__title {
    color: #fff;
    font-size: 150px;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
}
.sixth-section__title span:last-child {
    font-size: 30px;
    position: relative;
    top: -34px;
    left: 5px;
    line-height: 30px;
    letter-spacing: 0.8px;
}
.steps {
    margin-left: 103px;
    margin-top: 36px;
    background-image: url(../img/steps.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.steps__item {
    display: flex;
    height: 164px;
    align-items: center;
    margin-top: 20px;
}
.steps__item_1 {
    margin-top: 0;
}
.steps__item_2 {
    margin-left: 115px;
}
.steps__item_3 {
    margin-left: 231px;
}
.steps__counter {
    display: flex;
    align-items: center;
    padding-left: 26px;
    margin-right: 94px;
}
.steps__counter-icon {
    margin-right: 19px;
}
.steps__counter-icon img {
    display: block;
}
.steps__counter-text {
    font-size: 54.83px;
    font-weight: bold;
    color: #99ed7a;
}
.steps__text {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    position: relative;
}
.steps__text-info {
    font-size: 10px;
    line-height: 1.2;
    position: absolute;
    top: 100%;
    left: 0;
    white-space: nowrap;
}
.steps__item_2 .steps__counter-text {
    color: #ff66cc;
}
.steps__item_3 .steps__counter-text {
    color: #ffda71;
}
.docs-button {
    position: absolute;
    left: 86px;
    bottom: 0px;
    z-index: 100;
}
.docs-button a {
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 18px 16px;
    padding-right: 21px;
}
.docs-button a img {
    display: inline-block;
    vertical-align: middle;  
    margin-right: 15px;  
}
.docs-button a span {
    display: inline-block;
    vertical-align: middle;    
}

.docs-button-group {
    position: absolute;
    left: 86px;
    bottom: 0px;
    z-index: 100;
    display: flex;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 18px 16px;
    padding-right: 21px;
    align-items: center;
}
.docs-button-group img {
    margin-right: 21px;
}
.docs-button-group a {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    display: block;
    margin-top: 5px;
}
.docs-button-group a:first-child {
    margin-top: 0;
}

.sixth-section__arrows {
    position: absolute;
    left: 112px;
    bottom: 173px;
    z-index: 100;
}
.sixth-section__icon-1 {
    position: absolute;
    left: 0px;
    bottom: -131px;
    z-index: 50;
}
.sixth-section__icon-2 {
    position: absolute;
    right: -87px;
    bottom: -12px;
}
.sixth-section__image {
    position: absolute;
    right: -2px;
    top: -6px;
}
.sixth-section__dots {
    position: absolute;
    right: 44px;
    top: -65px;
    z-index: 10;
}

.form-section {
    background-image: url(../img/form-section.png);
    background-repeat: repeat;
    position: relative;
    /*padding-top: 45px;*/
    padding-top: 85px;
}
.form-section__inner {
    position: relative;
    padding-bottom: 40px;
}
.form-section__inner .docs-button {
    left: auto;
    bottom: auto;
    right: 290px;
    top: 15px;
}
.form-section__inner .docs-button a {
    font-size: 16px;
    line-height: 1.2;
    padding: 8px 10px;
}
.form-section__inner .docs-button a img {
    width: 20px;
    margin-right: 10px;
}
.form-section__title {
    color: #fff;
    font-weight: bold;
    font-size: 42px;
    line-height: 40px;
    letter-spacing: 1px;
}
.form {
   
    margin-top: 42px;
}
.form__row  {
    display: flex;
    align-items: flex-end;
    margin-top: 20px;
}
.form__field {

}
.form__field-label {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
}
.form__field-input {
    display: flex;
    width: 311px;
    max-width: 100%;
    margin-right: 24px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
}
.form__field-input-box {
    color: #6d7073;
    font-size: 20px;
    
    background-color: #f2f3f7;
    line-height: 53px;
    width: 60px;
    min-width: 60px;
    padding-left: 20px;
}
.form__field-input input {
    display: block;
    flex-grow: 1;
    border: none;
    color: #231f20;
    font-size: 20px;
    padding-left: 20px;
    letter-spacing: 0.6px;
}
.form__field-input input::-webkit-input-placeholder {color:#8b8c8c;}
.form__field-input input::-moz-placeholder          {color:#8b8c8c;}/* Firefox 19+ */
.form__field-input input:-moz-placeholder           {color:#8b8c8c;}/* Firefox 18- */
.form__field-input input:-ms-input-placeholder      {color:#8b8c8c;}
.form__submit {

}
.form__submit input {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    width: 310px;
    text-align: center;
    line-height: 53px;
    background-color: #ee3d8a;
    border: none;
    border-radius: 10px;
}
.form-section__image {
    position: absolute;
    right: 83px;
    bottom: 0px;
}
.form-section__image img {
    display: block;
}
.form-section__icon {
    position: absolute;
    right: 0px;
    top: -149px;
}
.footer {
    padding-top: 46px;
    padding-bottom: 35px;
}
.footer__title {
    color: #00b9f2;
    font-weight: bold;
    font-size: 40px;
    line-height: 41px;
    letter-spacing: 1.2px;
}
.contacts {
    margin-top: 45px;
}
.contacts__title {
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 4px;
}
.contacts__list {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-top: 1px solid #DDDCDC;
}
.contacts__item {
    margin-top: 45px;
    /*margin-right: 78px;*/
}
.contacts__item:last-child {
    margin-right: 0;
}
.contacts__item a {
   color: #ee3d8a; 
   font-weight: 600;
   font-size: 22px;
   letter-spacing: 0.5px;
}
.contacts__item span {
    color: #837a7a;
    font-size: 14px;    
    display: block;
    margin-bottom: 5px;
}
.footer .container {
    position: relative;
}
.footer-arrows {
    position: absolute;
    top: 60px;
    right: 300px;
}
.seventh-section {
    padding-top: 67px;
    padding-bottom: 76px;   
    position: relative;
    z-index: 100;
}
.seventh-section__title {
    color: #010718;
    font-weight: bold;
    font-size: 42px;
}
.seventh-section__inner {
    display: flex;
    align-items: flex-end;
    margin-top: 41px;
}
.seventh-section__left {

}
.seventh-section__right {
    margin-left: auto;
    padding-left: 20px;
    padding-bottom: 38px;
}

.table-type-1 {    
    font-size: 14px;
    line-height: 1.1;
}
.table-type-1 th,
.table-type-1 td {
    text-align: center;
}
.table-type-1 th:last-child,
.table-type-1 td:last-child {
    /*padding-right: 0px;*/
}
.table-type-1 th:first-child,
.table-type-1 td:first-child {
    padding-right: 10px;
    font-size: 15px;
}
.table-type-1 td:first-child {
    text-align: right;
    font-size: 14px;
}
.table-type-1__title {
    text-align: right !important;   
}
.table-type-1__title__item {
    border-radius: 5px;
    background: #ee3d8a;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 43px; 
    font-weight: 600;
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
}

.table-type-1__item {
    font-weight: 600;
    padding: 8px 20px;
    text-align: center;
}
.table-type-1__item--bg {
    background: #f4f6f7;
    border-radius: 5px;
}

.advantages-table {
    margin-left: -7px;
    margin-right: -7px;
}

.advantages-table .plus,
.advantages-table .minus {
    border-radius: 100%;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-weight: 600;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
}
.advantages-table .plus{
    border: 2px solid #ee3d8f;
    color: #ee3d8f;
}
.advantages-table .minus {
    border: 2px solid #00a0d0;
    color: #00a0d0;
}

.scroll-block {
    scrollbar-width: none;
    white-space: nowrap;
    overflow-x: scroll;
    overflow: -moz-scrollbars-none;
    overflow-y: hidden;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}
.scroll-block::-webkit-scrollbar { 
    display: none;
}

.advantages-table__info {
    color: #000000;
    font-size: 12px;
    margin-top: 8px;
    text-align: right;
}
.advantages-table img {
    display: block;
    width: 100%;
}
.advantages-info {
    border: 1px solid #ee3d8a;
    border-radius: 26px;
    padding: 15px 31px;
    padding-bottom: 25px;
    padding-right: 10px;
    width: 352px;
    min-width: 352px;
}
.advantages-info__title {
    color: #ee3d8a;
    font-size: 30px;
    font-weight: bold;
}
.advantages-info__text {
    margin-top: 12px;
    color: #000000;
    font-size: 22px;
    font-weight: bold;

}
.advantages-info__list {
    margin-top: 24px;
    list-style-type: none;
}
.advantages-info__list li {
    margin-top: 27px;
    display: flex;
    align-items: flex-start;
}
.advantages-info__list li:first-child {
    margin-top: 0;
}
.advantages-info__list img {
    display: block;
    width: 49px;
    min-width: 49px;
    margin-right: 25px;
}
.advantages-info__list span {
    color: #000000;
    font-size: 18px;
    line-height: 20px;
}
.feedbacks-section {
    position: relative;
    padding-top: 69px;
    padding-bottom: 51px;
    background-color: #f4f6f7;
}
.feedbacks-section .container {
    position: relative;
}
.feedbacks-section__title {
    color: #010718;
    font-weight: bold;
    font-size: 42px;
}
.feedbacks-section__slider {
    margin: auto;
    margin-top: 28px;
    padding-left: 7px;
}
.feedbacks-section__slider__arrow {
    width: 52px;
    height: 52px;
}
.feedbacks-section__slider__arrow img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
.feedbacks-section__slider__arrow:after {
    content: none;
}
.feedbacks-section__slider__arrow_next img {
    transform: rotate(180deg);
}
.feedbacks-section__slider-item-text {
    background-color: #fff;
    position: relative;
    padding: 25px 25px;
    padding-bottom: 33px;
}
.feedbacks-section__slider-item-text-inner {
    background-color: #fff;
    position: relative;
    z-index: 500;
    color: #636363;
    font-size: 14px;
}
.feedbacks-section__slider-item-person {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.feedbacks-section__slider-item-person-image {
    width: 57px;
    min-width: 57px;
    margin-right: 17px;
}
.feedbacks-section__slider-item-person-image img {
    display: block;
    width: 100%;
    border-radius: 100%;
}
.feedbacks-section__slider-item-person-content {

}
.feedbacks-section__slider-item-person-name {
    text-transform: uppercase;
    color: #00b9f2;
    font-weight: 600;
    font-size: 12px;
}
.feedbacks-section__slider-item-person-role {
    color: #282828;
    font-weight: 600;
    font-size: 12px;
}
.feedbacks-section__dots {
    position: absolute;
    right: 59px;
    top: -102px;
}
.modal {
    background-color: #fff;
    position: relative;
    border-radius: 20px;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 370px;
    max-width: 95%;
}
.modal * {
    -webkit-appearance: none;
    font-family: 'Avenir Next Cyr', sans-serif;
}
.form.modal {
    display: block;
}
.modal__title {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}
.form.modal .form__field-input-text {
    line-height: 53px;
    padding-left: 20px;
    border: 2px solid #f2f3f7;
    border-radius: 10px;
}
.form.modal .form__field-label {
    color: #000;
}
.form.modal .form__field {
    margin-bottom: 20px;
}
.form.modal .form__field-input {
    max-width: 100%;
    margin-right: 0;
}
.form.modal .form__submit {
    text-align: center;
}
.form.modal .form__submit input {
    width: 100%;
    text-align: center;
}
.form.modal .form__field-input-box + .form_feedback_phone {
    border: 2px solid #f2f3f7;
    
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.rotating-slider-container {    
    width: 100%;
    height: 500px;
    margin: 20px 0;
    overflow: hidden;
}
.rotating-slider{
    margin: 40px auto 0 auto;
    position: relative;
}
.rotating-slider ul.direction-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -90px;
    display: flex;
    width: 100%;
    justify-content: center;
}
.rotating-slider ul.direction-controls li button{
    background: rgba(238, 61, 138, 1);
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    font-size: 40px;
    font-weight: bold;
    height: 60px;
    width: 60px;
    padding-bottom: 6px;
    text-align: center;
    transition: background 0.35s;
}
.rotating-slider ul.direction-controls li button:hover{
     background: rgba(238, 61, 138, 0.8);
}
.rotating-slider ul.direction-controls li.left-arrow button{
    border-radius: 100% 0 0 100%;
}
.rotating-slider ul.direction-controls li.right-arrow button{
    border-radius: 0 100% 100% 0;
}
.rotating-slider ul.slides {
    border-radius: 50%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(0);
    transform-origin: center center;
    width: 100%;
    text-shadow: 0 0 12px rgba(0,0,0,0.5), 0 2px 6px rgba(0,0,0,0.7);  
    color: #FFF;
    font-family: Verdana, sans-serif;  
    font-weight: bold;    
}
.rotating-slider ul.slides .slide-inner {
    position: absolute;
    bottom: 80px;
    right: auto;
    left: 0;
    width: 100%;
    font-size: 36px;
    line-height: 1;
}

.rotating-slider ul.slides li{
    background-color: #ecf0f1;
    background-position: center;
    background-size: cover;
    display: block;
    list-style: none;
    position: absolute;
    top: 0;
    left: 50%;
    text-align: center;
    transform-origin: bottom center;
    width: 100%;
    box-sizing: content-box;    
}

.swiper-wrapper {
    height: auto;
}

.request-call {
    position: fixed;
    right: 20px;
    height: 60px;
    bottom: 208px;
    z-index: 1000;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; 
    top: 50%;
    margin-top: -30px;
    bottom: 208px;
}
.request-call__btn {
    background: #ee3d8a url(../img/ico-phone-wh.png) no-repeat 50% 50%;
    -webkit-background-size: 21px 21px;
    background-size: 21px 21px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 0;
    outline: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer; 
}
.request-call__btn:hover {
    background-color: #eb0a6c; 
}

