body{
    margin: 0;
    background-color: #FFFFFF;
}
.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: 400px;
    }
}


.c{
    border: 1px solid red;
}

a{
    text-decoration: none;
    color:inherit;
}

h1{
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    margin: 0;

}

h2{
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 0.2px;
    color: #444560;
    margin: 0;

}

h3{
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0.2px;
    color: #444560;
    margin: 0;

}

li, p{
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.2px;
    color: #222222;
}

.button {
    background: linear-gradient(270deg, #FC314A 0%, #FFB893 94.38%);
    border-radius: 35px;
    border: 0;
    height: 52px;
    width: 236px;
    padding: 16px 0px;
    font-family: 'Manrope';
    font-weight: 800;
    font-size: 18px;
    line-height: 10px;
    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;
}

.contact{
    transition: 0.5s;
}

.contact:hover{
    transition: 0.5s;
    color: #ffffff75;
}

@media screen and (max-width: 880px){
    h1{
        font-size: 56px;
        line-height: 65px;
    }

}
@media screen and (max-width: 800px){
    h1,
    h2{
        font-size: 30px;
        line-height: 40px;
    }

    h3{
        font-size: 25px;
        line-height: 22px;
    }

    li,p{
        font-size: 16px;
        line-height: 18px;
    }

    .button {
        width: 180px;
        height: 30px;
        padding-top: 10px;
    
        font-size: 14px;
        
        
    
    }
}




.block {

}


/* header */

    /* headerZone */



.header {
    background: #1B2235;
    width: 100%;
   
}
.header__body {
    
    top: 0;
    transition: 0.5s;


    position: fixed;
    width: 100%;
    max-width: 100%;
    z-index: 100;
    opacity: 90%;
    background: #1B2235;

}
.header__row{
    max-width: 1320px;
    min-height: 133px;
    width: 100%;
    
    margin: auto; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 101;
    
}
.header__col{
    
}

.burger__phone,
.header__col_phone{
    flex-shrink: 1;
    order: 3;
    padding-right: 20px;

    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    padding-right: 50px;

}
.header__col_menu{
    flex-shrink: 1;
    width: 400px;
    margin-left: 100px;
    order: 2;
    color: rgba(255, 255, 255, 0.7);
}

.header__col_logo{
    flex-shrink: 1;
    order: 1;
    margin-left: 95px;
}

.header__logo img{
    padding-left: 15px;
}


.header__menu {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.2px;

    color: #FFFFFF;
    display: flex;
    justify-content: center;
    column-gap: 40px;
}
.header__menu_item{}

.header__burger{
    display: none;
    position: absolute;
    top: 30px;
    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: #ffffff;
    text-decoration: none;
    cursor: pointer;
}



.headerUp{
    top: -100%;
    transition: .5s;
}







.burgerBlock{
    background: #1B2235;
    /* opacity: 0.7; */
    position: fixed;
    top: -100%;
    transition: 0.5s;
    width: 100%;
    z-index: 999;
    
}
.burgerBlock__body {
    height: 400px;
    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: 306px;
    height: 64px;
}



.burgerBlock__close {
    margin-right: 10px;
    height: 60px;
    
}
.burgerBlock__menu {
    height: 210px;
    
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    border-top: 1px solid #FFFFFF;;
}
.burgerBlock__menuItem {
    width: 308px;
    height: 70px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 70px;
    letter-spacing: 0.2px;

color: #FFFFFF;

    /* color: #FFFFFF; */
    border-bottom: 1px solid #FFFFFF;
}
.burgerBlock__footer {
    height: 100px;
    
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}








.active_link{
    cursor: pointer;
    color: #FFFFFF;
    opacity: 0.7;
    transition: 0.5s;
}
.active_link a{
    
}

.active_link:hover{
    transition: 0.5s;
    opacity: 1;
}

.passive_link{
    cursor:default;
    color: #FFFFFF;
    pointer-events: none;
    
}

.not_link{
    cursor:default;
    color: #FFFFFF;
}


.burgerUp{
    top: 0;
    transition: .5s;
}



.title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size: 52px;
    line-height: 61px;
    text-align: center;

    color: #1B2235;

}
.subtitle{
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 40px;

    letter-spacing: 0.2px;
    color: #222222;
}

@media screen and (max-width: 1300px){

    .header__row{

        justify-content: space-between;

    }
    .header__col_menu{

        margin-left: 0;
    }

    .header__menu {
        justify-content: flex-end;
    }

    .header__col_logo{
        margin-left: 0;
    }


}




@media screen and (max-width: 1050px){

    

   
    
    .header__row{
        min-height: 50px;
        max-width: 100%;
        width: 100%;
    }


    .header__menu_item{
        display: none;
    }

    .header__col_phone{
        display: none;
    }

    .header__burger{
        display: block;
    }



    

.header__col_menu{
    width: auto;
    order: 3;
}


#logoImg{
    max-width: 100px;
}

#logoImgB{
    width: 100px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    
}

.header__logo img{
    padding-left: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.header__logo {
    margin-left: 20px;
}


}

@media screen and (max-width: 800px){
    .header__row{
        padding: 0;
        margin: 0;
    }
}

/* end of headerZone */


/* block 1 */


.block1 {
    background-color: #CAE0DF;
    position: relative;
    /* height: 850px; */
        
}
.block1__body {

    
    max-width: 1320px;
    background-image: url(./img/olgaorel.png);
    background-repeat: no-repeat;
    background-position:left;
    background-position-y: bottom;
    background-size: contain;
    
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    
    
    
    
}

.block1__info{
    display: flex;
    flex-direction: column;
    justify-content:center;
    row-gap: 30px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 200px;
    max-width: 600px;
}
.block1__title {
    color: #4C5470;
    /* text-align: center; */
    /* padding-left: 20px; */
    padding-right: 20px;
}
.block1__text {
    color: #4C5470;
    font-weight: 600;
    font-family: 'Montserrat';
    /* text-align: center; */
    /* padding-left: 20px; */
    padding-right: 20px;
}
.block1__button {
    margin-bottom: 30px;
    
}


.index-screen1__body {

    
}

@media screen and (max-width: 1200px){
    .block1__body {
        height: 750px;
        background-position-x: -90px;
    }

    .block1__info{
        row-gap: 10px;
        padding-top: 150px;

    }

}

@media screen and (max-width: 1020px){
    .block1__body {
        background-image: none;
        justify-content: center;
        width: 95%;
        height: auto;
    }

    .block1__info{
        max-width: 700px;
        margin-left: 0;
        margin-right: 0;
        text-align: center;

    }

    .block1__button {
        margin: 0 auto;
        margin-bottom: 30px;
        
    }

}

@media screen and (max-width: 880px){
    .block1__body {
        row-gap: 15px;
    }

}

@media screen and (max-width: 700px){
    .block1{
        height: 450px;
        /* max-width: 98%; */
    }
}

@media screen and (max-width: 630px){
    .block1{
        height: 600px;
    }
}





/* block 2 */


.block2 {
    background-color: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 50px;
}
.block2__body {
    max-width: 1920px;
    margin: auto;
}
.block2__title {
    
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1044px;
    margin: 0 auto;
    color: #7B5F59;
}
.block2__subtitle {}
.block2__row {
    max-width: 1320px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px auto;
    margin-top: 50px;
    column-gap: 30px;
    
}
.block2__col {
    width: 350px;
    flex-shrink: 0;
    
}

.icon-title-text {

    
}
.icon-title-text__icon {
    margin: 0px auto;
    text-align: center;
    
}
.icon-title-text__icon img{
    
    height: 120px;
}
.icon-title-text__title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    

    text-align: center;
    letter-spacing: 0.1px;
    margin-top: 20px;
    margin-bottom: 20px;

    color: #7B5F59;
}
.icon-title-text__text {
    font-family: Manrope;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;

    text-align: center;
    letter-spacing: 0.2px;

    color: #222222;

}


@media screen and (max-width: 1220px){


    .block2__col {
        margin-top: 32px;
    }
}


@media screen and (max-width: 700px){
    .block2__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;
        max-width: 400px;

    }

    .icon-title-text__icon img{
    
        height: 90px;
    }

    .block2__row {
        margin-top: 20px;
    }
}



/* block 3 */

.block3 {
    background: #CAE0DF;
}
.block3__body {
    display: flex;
    max-width: 1320px;
    margin: auto;
   
    
}
.block3__info {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-top: 110px;
    margin-bottom: 80px; */
    padding-left: 20px;
    padding-right: 20px;
    

}
.block3__title {
    max-width: 948px;
    margin: 0 auto;
    text-align: center;

    font-weight: 600;
    

    color: #444560;
    
}
.block3__text {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 56px;
    margin-top: 20px;
}
.block3__video {
    max-width: 829px;
    max-height: 690px;
    overflow: hidden;
}

.block3__video img{
    max-height: 100%;
}


@media screen and (max-width: 1050px){
    .block3__body {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .block3__info {
        width: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    
    }
    .block3__video {
        width: auto;
        max-width: 480px;
        margin: 0 auto;
    }

    
    .block3__video img{
        max-height: auto;
        max-width: 100%;
    }

    .block3__text {
        margin-bottom: 20px;
    }


}



/* block 4 */



.block4 {}
.block4__body {
    max-width: 1920px;
    margin: 60px auto;

    
    
}
.block4__header {}
.block4__title {
    text-align: center;
    max-width: 983px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    color: #7B5F59;
}
.block4__subtitle {
    text-align: center;
    max-width: 983px;
    margin: 17px auto;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;

}
.block4__table { }

.planTable {
    max-width: 680px;
    margin: 0 auto;
    position: relative;
}




.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: 275px 340px ;
    justify-content: space-between;
    grid-auto-rows: minmax(90px, auto);
    row-gap: 50px;
    grid-template-areas:    'col11 col12 '
                            'col21 col22 '
                            'col31 col32 '
                            'col41 col42 '
                            'col51 col52 ';
    
    
}







.col11{
    grid-area: col11;
}
.col12{
    grid-area: col12;
}

.col21{
    grid-area: col21;
}
.col22{
    grid-area: col22;
}

.col31{
    grid-area: col31;
}
.col32{
    grid-area: col32;
}

.col41{
    grid-area: col41;
}
 .col42{
    grid-area: col42;
}


.col51{
    grid-area: col51;
}
.col52{
    grid-area: col52;
}



.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: #7B5F59;
    min-width: 420px;

}
.planTable__bigNumber {
    font-size: 40px;
    margin-right: 10px;
}
.planTable__basicText {
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;

    letter-spacing: 0.2px;

    color: #222222;
    min-width: 380px;
    
}
.planTable__col3 {
}

@media screen and (max-width:850px){
    .planTable__basicTitle {

        max-width: 250px;
        min-width: auto;
        line-height: 40px;
    
    }
    .planTable__basicText {

        max-width: 250px;
        min-width: auto;
        
    }
}

@media screen and (max-width: 650px){
    .planTable__body {
        
        grid-template-columns: 160px 160px;
        justify-content: center;
        column-gap: 26px;
        row-gap: 1px;
        grid-auto-rows: minmax(30px, auto);
        grid-template-areas:
                            'col11 col11'
                            'col12 col12'
                            'col21 col21'
                            'col22 col22'
                            'col31 col31'
                            'col32 col32'
                            'col41 col41'
                            'col42 col42'
                            'col51 col51'
                            'col52 col52';

        
        
    }


    .planTable__col2 {
        padding-left: 145px;
    }

    .planTable__title{
        font-size: 18px;
        line-height: 25px;
    }
    .planTable__numberText{
        font-size: 16px;
        line-height: 28px;
    }
    .planTable__basicText{
    font-size: 14px;
    line-height: 19.6px;
    min-width: 250px;
}



}

@media screen and (max-width: 430px){
    .planTable__body {
        
        /* grid-template-columns: 190px 160px; */
        grid-template-columns: 1fr 1fr;
        justify-content: start;
        column-gap: 15px;
    }

    .planTable__col2 {
        padding-left: 100px;
    }



    .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{
        font-size: 20px;
    }

    .planTable__title { 
        font-size: 18px;
    }

    .col51{
        position: relative;
    }

    .planTable__basicText{
        margin-bottom: 30px;
    }
    
}




/* block 5 */
.block5{
    background: #CAE0DF;
}
.block5__body{
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 1320px;
    margin: auto;
    
}
.block5__title {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.block5__text {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.block5__row {
    display: flex;
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap;
    
}
.block5__col {
}
/* .block5__button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
} */


.card-feedback {
    max-width: 385px;
}
.card-feedback__body {
    padding: 0px 20px;
    margin: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.14);
    min-height: 595px;
    
    
}
.card-feedback__foto {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    max-width: 320px;
    height: 218px;
    margin: 0 auto;
    
}
.card-feedback__name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;

    color: #7B5F59;
}
.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{
    
    position: relative;
    text-align: center;
    z-index: 1;
    max-width: 100%;
    
}

/* block 6 */

.block6 { 
}
.block6__body {
    display: flex;
    height: 750px;
    justify-content: space-between;
    max-width: 1320px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 40px;
    
}
.block6__info {
    width: 850px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-left: 20px;
    /* margin-top: 160px; */
    
    

    
}
.block6__title {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    max-width: 510px;
    color: #7B5F59;
    margin-bottom: 10px;
    
}
.block6__text {
    
    /* text-align: center; */
    max-width: 830px;
    margin-top: 0;
    margin-bottom: 0;
}

.block6__ul{
    padding-left: 30px;
    padding-bottom: 10px;
}

/* .block6__ul li{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.2px;
    
    color: #222222;
    
} */



.block6__button {

}

.block6__review {
    /* width: 863px; */
    display: flex;
    
    flex-wrap: wrap;
    
    row-gap: 20px;
    justify-content: flex-end;

    column-gap: 20px;
    
    padding-top: 120px;
    
}


.reviewSmallText{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #000000; 
}


.review2,
.review1 {
    width: 380px;
    height: 550px;
    background: #4C5470;
    position: relative;
}


.reviewIcon {
    position: absolute;
    width: 86px;
    height: 65px;
    background-image: url(./img/rewIcon.png);
    background-repeat: no-repeat;
    left: 16px;
    top: 19px;
    background-size: cover; 
    z-index: 2;

}
.reviewText {
    position: absolute;
    z-index: 3;
    left: 70px;
    top: 30px;
    width: 290px;
    

    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}




@media screen and (max-width: 1350px){
    .block6__body {
        flex-direction: column;
        height: auto;
        align-items: center;
        

    }

    .block6__info {
        width: 780px;
        padding-left: 0;
    }

    .block6__review {
        width: 780px;
        margin-top: 24px;
        margin-bottom: 0;
        /* column-gap: 67px; */
        
        /* height: 570px; */
        padding-top: 0;
        justify-content: center;
    }

    .block6__title {
        max-width: 100%;
    
    }

    .block6__text {
    
        /* text-align: center; */
        max-width: 590px;

    }
}

@media screen and (max-width: 900px){
    .block6__review {
        height: auto;
        align-items: center;
        row-gap: 20px;

        margin-top: 40px;
        margin-right: 0;
    }

    .block6__review {

    width: 400px;
    }

    .reviewSmallText{
        max-width: 380px;
    }
    .block6__info {
        width: 420px;
        padding-left: 0;
    }
}

@media screen and (max-width: 700px){


    .block6__info {
        max-width: 400px;
    
        
    }
}



/* block 7 */



.block7 {
    background: rgba(202, 224, 223, 0.5);
    padding-bottom: 70px;
    padding-top: 55px;
}
.block7__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 30px;
    margin: 0 auto;
    max-width: 1320px;
    margin: auto;
}
.block7__item {
    max-width: 350px;

}
.block7__title {
    text-align: center;
    color: #E2465B;
    max-width: 340px;
}
.block7__text {
    text-align: center;
    margin: 0 auto;
    padding-top: 40px;
    max-width: 340px;
}

@media screen and (max-width: 700px){
    .block7__text {
        max-width: 370px;
        padding-top: 20px;
    }
}


/* block 8 */
.block8 {
}
.block8__body {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 1320px;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 50px;
   
    

}
.block8__img {
    
    height: 405px;
    width: 455px;
    
}
.block8__img img{
    max-height: 100%;
}
.block8__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 80px;
    margin-left: 15px;
    margin-right: 15px;
}
.block8__text {
    /* font-family: 'Montserrat';
    font-weight: 800;
    font-size: 36px;
    line-height: 55px;
    letter-spacing: 0.2px;
    color: #444560; */
    max-width: 728px;
    text-align: center;
    color: #7B5F59;
}
.block8__messenger {
    display: flex;
    column-gap: 20px;
}

.block8__messenger img{
    transition: 0.3s;
    cursor: pointer;
    border-radius: 50%;
}

.block8__messenger img:hover{
    
    filter: brightness(85%);
    -webkit-filter: brightness(85%);
    transition: 0.3s;
}

@media screen and (max-width: 1320px){
    .block8__body {
        justify-content: center;
        column-gap: 10px;
        
    
    }

    .block8__img {
        /* height: 257px; */
       
        text-align: center;
    }

    .block8__messenger {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 800px){



    .block8__body {
        padding-bottom: 20px;
        padding-top: 20px;
        flex-wrap: wrap;
        row-gap: 20px;
        
    
    }
    .block8__info {
        row-gap: 30px;
    }

    .block8__img img{
        width: 380px;

    }

    
}


/* footer */
footer{
    background: #444560;

}
.footer__body {
    padding-top: 45px;
    
    max-width: 1320px;
    margin: auto;
    padding-bottom: 30px;
    
}
.footer__flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 88px;

}

.footer__social{
    display: flex;
    column-gap: 20px;


}

.footer__social img{
    width: 24px;
    height: 24px;
}
.footer__icon {
    margin-left: 95px;
    
}
.footer__info{
display: flex;
flex-direction: column;
justify-content: space-between;
align-items:  flex-start;
row-gap: 30px;
max-width: 300px;
}
.footer__icon img{
    width: 135px;
}
.footer__policy {
}
.footer__contact {
    margin-right: 181px;
}
.footer__email {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.2px;

    color: #FFFFFF;
}
.footer__phone {
}
.footerText {


}

.footer__right{
    text-align: center;
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    
}

.footer__social img{
    transition: 0.3s;
    cursor: pointer;
    
}

.footer__social img:hover{
    
    filter: brightness(85%);
    -webkit-filter: brightness(85%);
    transition: 0.3s;
}


@media screen and (max-width: 1300px){

   
    .footer__icon {
        max-width: 500px;
        margin-left: 88px;
    }

    
    .footer__icon img{
        width: 100%;
        height: 100%;
    }

    .footer__contact {
        margin-right: 0;
    }


}

@media screen and (max-width: 1100px){
    .footer__flex{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-right: 0;
    
    }

    .footer__social{
        justify-content: center;
        width: 100%;
        margin-bottom: 20px;

    }

    .footer__icon {
        margin-left: 0;
        margin-bottom: 10px;
    }



}

#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;
    }