body{
    margin: 0;
}
.main_container {

margin: auto;
/* max-width: 1920px; */
min-width: 1450px;

    
}
@media screen and (max-width: 1349px){
    .main_container {
        min-width: 0;
        
    }
}

@media screen and (max-width: 375px){
    .main_container {
        min-width: 374px;
    }
}


h3{
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.2px;

    color: #222222;

}



/* headerZone */

a{
    text-decoration: none;
    color:inherit;
}


.header {}
.header__body {
    
    top: 0;
    transition: 0.5s;


    position: fixed;
    width: 100%;
    z-index: 100;
    
    background: black;
    opacity: 0.8;
    

}
.header__row{
    max-width: 1700px;
    min-height: 100px;
    
    margin: auto; 
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 101;
    
}
.header__col{

    
}

#header__col_leng{
    flex-shrink: 1;
    order: 1;
}
#header__col_menu{
    flex-shrink: 1;
    width: 400px;
    /* margin-left: 30px; */
    order: 3;
    color: rgba(255, 255, 255, 0.7);
    
}
#header__col_phone{
    flex-shrink: 1;
    order: 4;
        display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}

#header__col_logo{
    flex-shrink: 1;
    /* order: 1; */
}

.header__logo img{
    padding-left: 15px;
}


.header__language {
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.1px;

    color: #FFFFFF;
    text-align: center;


    width: 77px;
    height: 28px;

    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.7);
    

}
.header__menu {
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.1px;

    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    /* padding-left: 50px;
    max-width: 500px; */
    position: relative;
    /* left: 40px; */
    
}
.header__menu_item{}













.header__workTime{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    opacity: 0.7;
}






#header__col_zsu {
    order: 2;
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.zsuLogo {
}
.zsuText {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.1px;
    color: #FFE530;
    opacity: 0.7;
}



.header__burger{
    display: none;
    /* position: absolute;
    top: -5px; */
    z-index: 300;
}


.header__burgerBody{
    height: 50px;
    width: 26px;
    margin-right: 30px;
}


.header__burgerBody > span,
.header__burgerBody > span::before,
.header__burgerBody > span::after {
    display: block;
    position: absolute;
    width: 26px;
    height: 4.33px;

    border-radius: 6px;
    background-color: #FFFFFF;
    top: 50%;
    
   
    }
.header__burgerBody > span::before {
content: '';
top: -8px;
}
.header__burgerBody > span::after {
content: '';
top: 8px;
}

.headerLink{
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    cursor: pointer;
}



.headerUp{
    top: -100%;
    transition: .5s;
}







.burgerBlock{
    background: #444560;
    /* opacity: 0.7; */
    position: fixed;
    top: -100%;
    transition: .5s;
    width: 100%;
    z-index: 999;
    
}
.burgerBlock__body {
    height: 470px;
    width: 375px;
    margin: 0 auto;
    
}
.burgerBlock__head {
    height: 90px;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.burgerBlock__logo {
    margin-left: 40px;
}

#logoImgB{
    width: 39px;
    height: 38px;
}

#logoTextB{
    width: 94px;
    height: 27px;
}

.burgerBlock__close {
    margin-right: 10px;
    height: 60px;
    
}
.burgerBlock__menu {
    height: 280px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-top: 1px solid #FFFFFF;;
}
.burgerBlock__menuItem {
    width: 308px;
    height: 70px;
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 75px;

    letter-spacing: 0.1px;

    /* color: #FFFFFF; */
    border-bottom: 1px solid #FFFFFF;
}
.burgerBlock__footer {
    height: 100px;
    
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.burgerBlock__button {}

.button {
    
    width: 180px;
    height: 30px;
    padding-top: 10px;
    
    font-size: 14px;
    line-height: 20px;
       
    background: linear-gradient(270deg, #EF4358 0%, #FFBE9D 100%);
    border-radius: 35px;
    border: 0;
    
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    

    text-align: center;
    letter-spacing: 0.2px;

    color: #FFFFFF;
    cursor: pointer;
    
}
.burgerBlock__language {
    width: 77px;
    height: 28px;
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;

    letter-spacing: 0.1px;

    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    
}
.burgerBlock__languageItem{

}

.active_link{
    cursor:default;
    color: #FFFFFF;
}
.active_link a{
    pointer-events: none;
}


.passive_link{
    cursor: pointer;
    opacity: 0.7;
}


.burgerUp{
    top: 0;
    transition: .5s;
}














.header__phone {
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    text-align: right;
    letter-spacing: 0.1px;

    color: #FFFFFF;
    text-align: center;
}


.title{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 84px;
    letter-spacing: 0.2px;
    color: #444560;
    text-align: center;

}
.subtitle{
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 40px;

    letter-spacing: 0.2px;
    color: #222222;
    text-align: center;
    padding: 0 10px;
}

@media screen and (max-width: 1300px){

    .header__row{

        justify-content: space-between;
        padding: 0 20px;

    }
    #header__col_menu{

        margin-left: 0;
    }

    .header__menu {
        justify-content: space-around;
    }

    .header__menu_item{
        display: none;
    }

    #header__col_leng{
        display: none;
    }

    .header__burger{
        display: block;
    }

    /* #header__col_menu{
        display: none;
    }

    #header__col_phone{
    } */

    

#header__col_menu{
    width: auto;
    order: 3;
}
#header__col_phone{
    order: 2;
    margin-left: -20px;
}

#header__col_phone{

        display:block;

}

.zsuLogo{
display: none;
}

#header__col_zsu{
font-size: 12px;
line-height: 28px;
}

}




@media screen and (max-width: 950px){

    .title{
        font-size: 24px;
        line-height: 40px;
        

    }
    .subtitle{
        font-size: 16px;
        line-height: 22.4px;
    }


    
    .header__row{
        min-height: 50px;
        
        max-width: 700px;
    }




#logoImg{
    max-height: 22px;
}

#logoText{
    max-height: 15px;
}

.header__phone {
    font-size: 16px;
}

.header__logo img{
    padding-left: 5px;
}

.zsuText,
.header__workTime{
    font-size: 12px;
    line-height: 22.4px;
    text-align: center;

}

.zsuText{
    margin-left: -40px;
}

.header__burgerBody{
    margin-right: 0;
}


}








/* end of headerZone */





.index-screen1 {
    
}
.index-screen1__body {
    background-image: url(./img/index-s1-bg.png);
    background-repeat: no-repeat;
    background-position:center;
    background-position-y: top;
    background-size: cover;
    height: 846px;
    max-width: 1920px;
    margin: auto;
    
}
.index-screen1__logo {
    position:relative;
    text-align: center;
    padding-top: 110px;
    /* margin-top: 173px; */
    
}
.index-screen1__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 84px;
 
    text-align: center;
    letter-spacing: 0.2px;

    color: #FFFFFF;      

    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
}
.index-screen1__subtitle {
    margin-top: 25px;
    margin: 0 auto;
    max-width: 1084px;
    padding-left: 20px;
    padding-right: 20px;
}
.index-screen1__subtitle_color {
    color: #FFFFFF;
}

.index-screen1__title_color{
    color: #FFFFFF;
}
.index-screen1__button {
    margin-top: 43px;
    margin-left: auto;
    margin-right: auto;

}

.button {
    width: 236px;
    height: 52px;

   
       
    background: linear-gradient(270deg, #EF4358 0%, #FFBE9D 100%);
    border-radius: 35px;
    border: 0;
    
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 40px;

    text-align: center;
    letter-spacing: 0.2px;

    color: #FFFFFF;
    cursor: pointer;
    
    transition:  0.3s;
    
}

.button:hover{
    
    filter: brightness(85%);
    -webkit-filter: brightness(85%);
   
    transition: 0.3s;
}




@media screen and (max-width: 950px){
    .index-screen1__title {
        font-size: 24px;
        line-height: 40px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .title{
        font-size: 24px;
        line-height: 40px;
        

    }
    .subtitle{
        font-size: 16px;
        line-height: 22.4px;
        max-width: 650px;
    }

    .index-screen1__body {
        height: 500px;
        max-width: 950px;

    }

    .index-screen1__logo img{
        width: 180px;
        
    }

    .index-screen1__logo {
        padding-top: 60px;
        
    }

   

    .button {
        width: 180px;
        height: 30px;
        padding-top: 10px;
    
        font-size: 14px;
        line-height: 20px;
        
    
    }
}

@media screen and (max-width: 600px){
    .index-screen1__logo img{
        width: 60px;
        
    }

    .index-screen1__logo {
        padding-top: 60px;
        
    }

    .index-screen1__body {
        height: 400px;
        max-width: 600px;

    }

    .index-screen1__subtitle {
        margin-top: 5px;
        line-height: 22.4px;
        max-width: 375px;
        /* padding-top: 20px;
        padding-bottom: 20px; */
    }
    .index-screen1__button {
        margin-top: 20px;
    }
    
    .index-screen1__title {
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 30px;
    }
}





.zsuBlock {
    margin-top: 65px;
    margin-bottom: 65px;
}
.zsuBlock__body {
    max-width: 1410px;
    margin: 0 auto;
    display: flex;
    column-gap: 49px;
    align-items: stretch;
}
.zsuBlock__image {
    width: 344px;
    height: 342px;
}

.zsuBlock__image img {
    width: 344px;
    height: 342px;
}

.zsuBlock__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.zsuBlock__title {
    text-align: left;
    line-height: 40px;
}
.zsuBlock__txt1 {
    text-align: left;
}
.zsuBlock__txt2 {
    text-align: left;
}
.zsuBlock__txt3 {
    text-align: left;
}




@media screen and (max-width: 1410px){

    .zsuBlock__body {
        max-width: 1410px;
        flex-direction: column-reverse;
        align-items: center;
        row-gap: 20px;
    }

    .zsuBlock__info {
        align-items: center;
        max-width: 900px;
    }

    .zsuBlock__title,
    .zsuBlock__txt1,
    .zsuBlock__txt2,
    .zsuBlock__txt3{
        text-align: center;
        padding-bottom: 15px;
  
    }

    .zsuBlock {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}


.index-screen2 {}
.index-screen2__body {
    max-width: 1920px;
    margin: 0px auto;}

.index-screen2__header {
    margin-bottom: 40px;
}

.index-screen2__title {
    margin-top: 40px;
    margin-bottom: 20px;
}
.index-screen2__subtitle {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
}

.index-screen2__slider {
    max-width: 1376px;
    margin: 0px auto;
}
.slider1 {
    margin: 0px auto;
    
}
.slider1__body {
    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    z-index: 1;
    
}
.slider1__item img{
    max-width: 100%;
    z-index: 1;
    
    
   
}
.slider1__control {
    max-width: 1030px;
    min-height: 150px;
    margin: 0px auto;
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
}
.slider1__control1 {
    width: 515px;
    display: flex;
    justify-content: space-around;
    align-self: center;

}
.slider1__control2 {
    width: 515px;
    display: flex;
    justify-content: space-around;
    align-content: center;
}
.slider1__button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 67px;
}

.icon-text {}
.icon-text__body {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: flex-start;
    min-height: 150px;
    min-width: 125px;
    cursor: pointer;
      
}
.icon-text__icon {
    margin: auto;
    text-align: center;
    filter: brightness(10%);
    -webkit-filter: brightness(10%);
    transition: 1s;
    min-height: 50px;
    
    
}

.icon-text__icon img{
    
    max-width: 100px;
    min-width: 74px;
    min-height: 50px;
    max-height: 100px;
    margin: 0 auto;
    
}
.icon-text__text {
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    filter: brightness(10%);
    -webkit-filter: brightness(10%);
    transition: 1s;
    color: #EF4358;

}


.indexSlider1 {}
.indexSlider1__slideSide {
    position: relative;
    margin: 0 auto;
    
    max-width: 1370px;
    z-index: 1;
    
}
.indexSlider1__slideSideItem img{
    width: 100%;
}
.indexSlider1__navSide {
    
    max-width: 1030px;
    min-height: 150px;
    margin: 0px auto;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
}


.indexSlider1__slideSideItem{
    max-width: 100%;
}

/* Основные стили */

/* Слайдер */
 .slick-slider{
	min-width: 0;
}
/* Ограничивающая оболочка */
 .slick-list {
	overflow: hidden;
    
}
/* Лента слайдов */
 .slick-track{
	display: flex;
	/* align-items: flex-start; */
    position: relative;
    justify-content: center;
}



.indexSlider1__slideSide .slick-arrow{
	position: absolute;
	top: 160px;
	margin: -15px 0px 0px 0px;
	z-index: 10;
	font-size: 0;
	width: 31px;
	height: 31px;
    border: 0;
}
.indexSlider1__slideSide .slick-arrow.slick-prev{
	left: 20px;
	background: url('./img/keisy/Icon_left.svg') 0 0 / 100% no-repeat;
}
.indexSlider1__slideSide .slick-arrow.slick-next{
	right: 20px;
	background: url('./img/keisy/Icon_right.svg') 0 0 / 100% no-repeat;
}




/* Точки */
.indexSlider1__navSide .slick-dots{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.indexSlider1__navSide .slick-dots li{
    list-style: none;
}
.indexSlider1__navSide .slick-dots button{}


.indexSlider1__active{
    color: #EF4358;
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    transition: 1s;
}



@media screen and (max-width: 950px){
    .index-screen2__subtitle {
        max-width: 700px;
    }
}







.index-screen3 {
    background-color: #F9F9F9;
    padding-top: 65px;
    padding-bottom: 50px;
}
.index-screen3__body {
    max-width: 1920px;
    margin: auto;
}
.index-screen3__header {}
.index-screen3__title {
    margin-bottom: 30px;
}
.index-screen3__subtitle {}
.index-screen3__row {
    max-width: 1377px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0px auto;
    margin-top: 10px;
    
}
.index-screen3__col {
    width: 230px;
    flex-shrink: 0;
    
}

.icon-title-text {

    
}
.icon-title-text__icon {
    margin: 0px auto;
    text-align: center;
    
}
.icon-title-text__icon img{
    
    height: 111px;
}
.icon-title-text__title {
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    

    text-align: center;
    letter-spacing: 0.1px;
    margin-top: 6px;
    margin-bottom: 15px;

    color: #444560;
}
.icon-title-text__text {
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;

    text-align: center;
    letter-spacing: 0.2px;

    color: #222222;

}


@media screen and (max-width: 1220px){
    .index-screen3__row {
        max-width: 910px;
        padding: 28px 0;

    }

    .index-screen3__col {
        margin-top: 32px;
    }
}

@media screen and (max-width: 950px){
    .index-screen3__subtitle {
        font-size: 16px;
        line-height: 22.4px;

    }
    .icon-title-text__title {
        font-size: 16px;
        line-height: 22.4px;

    }

    .icon-title-text__text {
        font-size: 14px;
        line-height: 19.6px;

    }





    
    
    
}









.index-screen4 {}
.index-screen4__body {
    max-width: 1920px;
    margin: 60px auto;
    
    
}
.index-screen4__header {}
.index-screen4__title {}
.index-screen4__subtitle {
    max-width: 983px;
    margin: 17px auto;
    margin-bottom: 50px;

}
.index-screen4__table { }

.planTable {
    max-width: 1015px;
    margin: 0 auto;
    position: relative;
}
.planTable__line{
    border-left: 2px dotted black;
    width: 2px;
    height: 550px;
    
    position: absolute;
    right: 200px;
    top: 45px;

}



.planTable__title { 
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.1px;

    color: #444560;
}
.planTable__body {
    display: grid;
    grid-template-columns: 250px 310px 310px;
    justify-content: space-between;
    grid-auto-rows: minmax(90px, auto);
    grid-template-areas:    '.     col01 col02'
                            'col11 col12 col13'
                            'col21 col22 col23'
                            'col31 col32 col33'
                            'col41 . .'
                            'col51 col52 col53';
    
    
}





.col01{
    grid-area: col01;
}
.col02{
    grid-area: col02;
}


.col11{
    grid-area: col11;
}
.col12{
    grid-area: col12;
}
.col13{
    grid-area: col13;
}

.col21{
    grid-area: col21;
}
.col22{
    grid-area: col22;
}
.col23{
    grid-area: col23;
}

.col31{
    grid-area: col31;
}
.col32{
    grid-area: col32;
}
.col33{
    grid-area: col33;
}

.col41{
    grid-area: col41;
}
/* .col42{
    grid-area: col42;
}
.col43{
    grid-area: col43;
} */

.col51{
    grid-area: col51;
}
.col52{
    grid-area: col52;
}
.col53{
    grid-area: col53;
}


.planTable__col1 {
    display: flex;
    align-items: center;
    
}
.planTable__number {
    text-align: center;
    line-height:90px;
    background-color: #EF4358;
    border-radius: 100%;
    border: 10px solid white;
    min-width: 90px;
    height: 90px;

    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    letter-spacing: 0.2px;

    color: #FFFFFF;
    position: relative;
    z-index: 5;
}
.planTable__numberText {
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1px;

    color: #444560;

    margin-left: 38px;
    position: relative;
}
.planTable__col2 {
}
.planTable__basicTitle {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 25px;
    line-height: 55px;

    letter-spacing: 0.2px;
    
    color: #C4C4C4;

}
.planTable__bigNumber {
    font-size: 40px;
    margin: 0 10px;
}
.planTable__basicText,
.planTable__kitPrintText {
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;

    letter-spacing: 0.2px;

    color: #222222;
}
.planTable__col3 {
}
.planTable__kitPrintTitle {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 25px;
    line-height: 55px;

    letter-spacing: 0.2px;
    
    color: #FF9000;;
}

@media screen and (max-width: 930px){
    .planTable__body {
        
        grid-template-columns: 260px 185px;
        justify-content: center;
        column-gap: 26px;
        row-gap: 20px;
        grid-auto-rows: minmax(30px, auto);
        grid-template-areas:
                            'col01 col02'
                            'col11 col11'
                            'col12 col13'
                            'col21 col21'
                            'col22 col23'
                            'col31 col31'
                            'col32 col33'
                            'col41 col41'
                            'col51 col51'
                            'col52 col53';

        
        
    }

    .planTable__line{
        height: 1100px;
        right: 245px;

    }

    .planTable__col2 {
        padding-left: 100px;
    }

    .planTable__title{
        font-size: 18px;
        line-height: 25px;
    }
    .planTable__numberText{
        font-size: 16px;
        line-height: 28px;
    }
    .planTable__basicText,
    .planTable__kitPrintText{
    font-size: 14px;
    line-height: 19.6px;
}



}

@media screen and (max-width: 480px){
    .planTable__body {
        
        /* grid-template-columns: 190px 160px; */
        grid-template-columns: 1fr 1fr;
        justify-content: start;
        column-gap: 15px;
    }

    .planTable__col2 {
        padding-left: 30px;
    }

    .planTable__line{
        height: 1010px;
        right: 247px;
        top: 40px;

    }

    .planTable__number {
        
        
        line-height:45px;
        border-radius: 1px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border: 0;
        min-width: 0;
        width: 63px;
        height: 47px;
   
    }

    .planTable__basicTitle,
    .planTable__kitPrintTitle {
        font-size: 20px;
    }

    .planTable__title { 
        font-size: 18px;
    }

    .col51{
        position: relative;
    }
    .planTable__whiteBlock{
        background-color: #fff;
        width: 20px;
        height: 225px;
        
        position: absolute;
        top:47px
    }
}














.index-screen5 {
    background-color: #F9F9F9;
    
}
.index-screen5__body {
    max-width: 1330px;
    margin: 0px auto;
    padding-top: 50px;
    padding-bottom: 50px;

    
    
}
.index-screen5__header {
    
}
.index-screen5__title{
    margin: 0 3%;
    text-align: center;
}
.index-screen5__subtitle{
    max-width: 713px;
    text-align: center;
    margin: auto;
    padding: 0 3%;
}
.index-screen5__slider {

}



.sliderBlock__body {
    margin-top: 65px;

   
    
}
.slider2Block{
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 312px;
    max-width: 1330px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    min-width: 0;
}
.sliderBlock__slider {
    
    
    min-width: 0;
    position: relative;
    
    max-width: 100%;
    z-index: 1;
    
    
}




.slider2__item {
    
    position: relative;
    width: 1330px;
   

}

.slider2__itemBody{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    row-gap: 20px;
    column-gap: 20px;
    min-width: 0;
    
    max-width: 1370px;
    
    
}
.slider2__imageside {
    
    
    order: 1;
    width: 688px;
    height: 410px;
    position: relative;
    
 
}
.slider2__imageside img{
    width: 100%;
    height: 100%;
    
}
.slider2__textside {
    
    max-width: 517px;
    order: 2;
    min-height: 312px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    
    
}
.slider2__title {
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.1px;

    color: #222222;
}
.slider2__subtitle {
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.1px;

    color: #222222;
}
.slider2__text {
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.2px;
    margin-top: 15px;
    color: #222222;

}




@media screen and (max-width: 1350px){
    .slider2Block{
        flex-direction: column-reverse;
        
    }
}

@media screen and (max-width: 950px){
    .slider2__title{
        font-size: 16px;
        line-height: 28px;
        
    }

.slider2__subtitle{
    font-size: 14px;
    line-height: 19.6px;

}
.slider2__text{
    font-size: 14px;
    line-height: 19.6px;
}

.slider2__textside{
    margin-top: 0;
    min-height: 0;
}

.slider2__itemBody{
    row-gap: 0;
}

.reviewsBlock__title{
    margin-top: -20px;
}
}













/* Основные стили */

/* Слайдер */
 .slick-slider{
	min-width: 0;
}
/* Ограничивающая оболочка */
 .slick-list {
	overflow: hidden;
    
}
/* Лента слайдов */
 .slick-track{
	display: flex;
	/* align-items: flex-start; */
    position: relative;
    justify-content: center;
    min-width: 0;
}




.sliderBlock__slider .slick-arrow{
	position: absolute;
	top: 215px;
	margin: -15px 0px 0px 0px;
	z-index: 10;
	font-size: 0;
	width: 31px;
	height: 31px;
    border: 0;
}
.sliderBlock__slider .slick-arrow.slick-prev{
	left: 0;
	background: url('./img/clients/Icon_left.svg') 0 0 / 100% no-repeat;
}
.sliderBlock__slider .slick-arrow.slick-next{
	right: 0;
	background: url('./img/clients/Icon_right.svg') 0 0 / 100% no-repeat;
}





@media screen and (max-width: 1349px){

    .sliderBlock__slider .slick-arrow.slick-prev{
        left: 10%;
       
    }
    .sliderBlock__slider .slick-arrow.slick-next{
        right: 10%;
        
    }
}

@media screen and (max-width: 950px){
    .sliderBlock__slider .slick-arrow.slick-prev{
        left: 5%;
        
    }
    .sliderBlock__slider .slick-arrow.slick-next{
        right: 5%;
       
    }
}

@media screen and (max-width: 680px){
    .sliderBlock__slider .slick-arrow{
        top: 30vw;
    }
}

/* .slider2__nav {
    max-width: 686px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 56px;
    margin-bottom: 80px;
    
    
 
    
    
}

.slider2__nav_img{
    
    
    max-height: 62px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100);
    
}

.slider2__nav_img img{
    
    max-width: 150px;
    max-height: 62px;
    transition: 1s;
    
}


.sl2Active{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    transition: 1s;
} */

















.index-screen5__row {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    
}
.index-screen5__col {
   
    
}
.index-screen5__button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  
}


.card-feedback {
    max-width: 440px;
    
   
}
.card-feedback__body {
    padding: 0px 34px;
    margin: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.14);
    min-height: 670px;
    padding-bottom: 30px;
    
}
.card-feedback__foto {
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
    
}
.card-feedback__name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;

    color: #EF4358;
}
.card-feedback__position {
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 21,86px;

    color: #C4C4C4;
}
.card-feedback__text {
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    /* or 156% */


    color: #222222;
    padding-top: 40px;
}

.card-feedback__image{
    border-radius: 50%;
    position: relative;
    text-align: center;
    
}


@media screen and (max-width: 1350px){
    .slider2__nav {
        order: 1;
        flex-shrink: 1;
        max-width: 688px;
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .slider2__nav_img{
        margin: 0 10px;
        
       
    }

    .slider2__nav_img img{
        max-width: 100%;
    }


    .slider2__imageside {
        max-width: 688px;
        height: 100%;
        order: 2;
        
    }

    .slider2__imageside img {
        width: 100%;
        height: 100%;
        display: block;
        margin: 0 auto;
    }

    .slider2__textside {
        max-width: 688px;
        height: 100%;
        margin-top: 25px;
        padding-left: 3%;
        padding-right: 3%;
        order: 3;
    }

    


}













.index-screen6 {
    
}
.index-screen6__body {
    max-width: 1454px;
    min-height: 850px;
    margin: 0px auto;
    padding-left: 84px;
}
.test_ex {}
.text_ex__body {
    position: relative;
}

.text_ex__title {
    text-align: left;
    padding-top: 211px;
}


.text_ex__textBlock {
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
    letter-spacing: 0.2px;

    color: #222222;
}

.text_ex__messenger {
    padding-right: 40px;
    padding-top: 30px;
    margin-bottom: 30px;
    
    
}
.telegram_icon {
    margin-right: 20px;
    border-radius: 50%;
}
.viber_icon {
    border-radius: 50%;
}


.text_ex__text1{
    max-width: 437px;
    padding-top: 13px;
    padding-left: 10px;
    padding-right: 10px;
}
.text_ex__text2{
    max-width: 437px;
    padding-top: 13px;
    padding-left: 10px;
    padding-right: 10px;
}
.text_ex__text3{
    max-width: 532px;
    padding-top: 20px;
    position: relative;
    z-index: 2;
    padding-left: 10px;
    padding-right: 10px;
}
.text_ex__text4{
    max-width: 532px;
    padding-top: 20px;
    position: relative;
    z-index: 2;
    padding-left: 10px;
    padding-right: 10px;
}











.blocknote {
    width: 945px;
    height: 660px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    left: 28%;
    top: 65px;
    background: url(./img/fon_notepad.png) no-repeat bottom right;
    background-size: 925px;
}

.text16{
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.2px;

    color: #222222;
}

.textTitle{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 0.2px;

    color: #444560;
}

.textPosition{
    text-align: left;
}

.textBlockPos{
    
}

.textFat{
    font-weight: 800;
}

.blocknote__body{
    position: relative;
    max-width: 395px;
    left: 342px;
    top: 32px;
}


.blocknote__red_hat{
    
    
    margin: 0px auto;
    position: relative;
    z-index: 3;
    
    
}
.blocknote__red_hat img{
    max-width: 240px;

    display: block;
    margin: 0px auto;
    margin-bottom: -25px;
    

}

.blocknote__box {
    margin: 0px auto;
    border-radius: 10px;
    max-width: 330px;
    height: 530px;
    border: 20px solid #3E89CC;
    position: relative;
    z-index: 2;
    
}
.blocknote__info {
    
    background-color: #fff;
    border: 13px solid #C3ECFE;
    padding: 27px;
    

}
.blocknote__title {
    width: 233px;
    margin-bottom: 14px;
    margin-top: 7px;
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    /* or 122% */


    color: #444560;
}
.blocknote__subtitle {
    width: 242px;
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
    /* or 156% */

    letter-spacing: 0.2px;

    color: #222222;
}
.blocknote__list {}
.blocknote__ul {
    list-style: none;
    padding: 0px;
    width: 252px;
}
.blocknote__li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    background: url(./img/note_ok_icon.svg) no-repeat left top;
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    /* or 156% */

    letter-spacing: 0.2px;

color: #222222;
}
.blocknote__text_b {
    font-weight: 800;

}
.blocknote__footer_img {
    max-width: 395px;
    margin: 0 auto;
    margin-top: -10px;
    z-index: 0;
}

.blocknote__footer_img img{
    width: 100%;
    z-index: inherit;
}



@media screen and (max-width: 1450px){
    .blocknote{
        position:static;
        
    }
    .text_ex__title {
        text-align: center;
        padding-top: 30px;
        /* font-size: 30px;
        line-height: 40px; */
    }

    .textPosition{
        text-align: center;
    }

    .textBlockPos{
        margin: 0px auto;
    }

    .index-screen6__body {
        padding: 0;
        margin: 0 auto;
        
    }

    .text_ex__row{
        background-image: none;
    }

    .text_ex__col{
        max-width: 1370px;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        
        

    }
}

@media screen and (max-width: 1000px){
    .blocknote {
        background-image: none;
        padding: 0;
        display: flex;
        justify-content: center;
        width: max-content;
    }

    .blocknote__body{
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        margin: 0, auto;
        max-width: 350px;
        
    }
}














.footer {
    background-color: #444560;
    min-height: 180px;
}
.footer__body {
    max-width: 1370px;
    margin: 0 auto;
}
.footer__row {
    display: flex;
    justify-content: flex-start;
    margin-left: 20px;
    
    
    
}
.footer__col {
    flex: 1 1 50%;
}
.footer__logo {
    padding-top: 31px;
    margin-bottom: 10px;
}
.footer__license {
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.1px;

    color: #FFFFFF;
}
.footer__name {
    padding-top: 40px;
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;

    letter-spacing: 0.2px;

    color: #FFFFFF;
}
.footer__mail {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;

    letter-spacing: 0.1px;

    color: #FFFFFF;
}
.footer__phone {
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;


    letter-spacing: 0.1px;

    color: #FFFFFF;

}

@media screen and (max-width: 700px){
    .footer__name {
        display: none;
    }

    .footer__row {
        flex-direction: column;
        justify-content: center;
        
        align-content: center;
        margin: 0 auto;
        
        
        
    }

    .footer {
        background-color: #444560;
        min-height: 303px;
    }

    .footer__logo img{
        width: 95px;
    }

    .footer__logo{
        text-align: center;
    }

    .footer__license {
        font-size: 14px;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer__phone,
    .footer__mail {
       padding-left: 13px;
    }
    
}

.hideElement{
    display: none;
}

.messMenu{
    position:fixed;
    bottom:50px; 
    right:10px;
    z-index: 999;
    border-radius: 50%;
    opacity: 30%;

}

.messMenu__item{
    display: block;
    margin-bottom: 15px;
    border-radius: 50%;
}


#toTop {
    width:50px;
    
    
    text-align:center;
    padding:5px;
    position:fixed;
    bottom:10px; 
    right:19px;
    cursor:pointer;
    display:none;
    color:#333;
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size:30px;
    z-index: 999;
    }




    .testHeader{
        background-color: grey;
    }

    .header2__body{
        max-width: 1700px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        column-gap: 20px;
        
        min-height: 100px;
        padding-left: 10px;
        padding-right: 10px;
    }