html {
    width: 100%;
    scroll-behavior: smooth;
}
body {

    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}

.container {

    max-width: 1150px;
    margin: 0 auto;

    /* background-color: rgb(83, 219, 9); */
}

.header {

    padding-top: 50.64px;
    height: max-content;


}

.header .logo {

    width: 276px;
    height: 61.33px;

}

.header .logo .img_logo {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header .e__mail {
    width: 246px;
    height: 31px;
    font-family: 'Geologica-regular';
   
    line-height: 30px;
    font-size: 26px;
    color: #C62928;

    /* background-color: gray; */
}

.section__2 .container {

    padding-top: 20.42px;

    padding-bottom: 120px;


}

.section__2 {

    height: max-content;
}

.section__2 .left__block .wrapper__title {

    width: 564.67px;
    height: 264.16px;

    display: flex;
    flex-direction: column;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 56.64px;

}

.section__2 .left__block {

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    height: 519px;
}

.section__2 .left__block .title {

   
    font-family: 'Geologica-regular';
   
    font-size: 35px;
    color: #C62928;

    text-transform: uppercase;

}

.section__2 .left__block .btn {

    width: 278px;
    height: 71px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 15.49px;

    background-color: #C62928;

    font-family: 'Geologica-regular';
    
    font-size: 32px;
    border-radius: 56.83px;
}

.section__2 .left__block .btn .link__contacts {

    color: #FFFFFF;
}


.section__2 .right__block{

    width: 480px;
    height: 519px;
    height: auto;

    border-radius: 56.83px;

    overflow: hidden;

   
}

.section__2 .right__block .item {

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.section__3 {

    display: flex;
    align-items: center;
    justify-content: center;

    /* background-color: aqua; */

}

.section__3 .container {

    padding-bottom: 60px;
}

.slider .wrapper {

    /* padding-bottom: 20px; */

    background-color: #F6F4F4;

    height: 494px;
    width: 100%;

    display: flex;

    justify-content: center;
    align-items: center;

    border-radius: 56.86px;

}

/* .slider .wrapper .item__slide {

    background-color: #fff;

    display: grid;
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(3, 280px);

    justify-content: center;
    align-items: center;

    gap: 30px 80px;
    border-radius: 40px;

    box-shadow: 5px 5px 10px #aaa9a9;

} */

.slider .wrapper .title__slide {

    font-family: 'Geologica-medium';
    text-align: center;
    color: #C62928;
    font-size: 32px;

    text-transform: uppercase;

    transition: all .4s ease-in-out;

}

/* .slider .wrapper .title__slide:hover {

    opacity: 0;
    cursor: pointer;

    transition: all .4s ease-in-out;
} */

/* .slider .wrapper .title__slide:hover.slider .wrapper .item__slide{

    border: 1px solid #ccc;

    box-shadow: 0 0 4px #333;
} */

.section__4 {

    display: flex;
    align-items: center;
    justify-content: center;
}

.section__4 .container {

    padding-top: 60px;
}

.section__4 .title {
    
    width: 868px;
    font-size: 32px;
    text-align: center;
    color: #1F0101;

    text-transform: uppercase;
    margin:0 auto 60px;
}


.section__4 .title .medium, .section__4 .description .medium {

    font-family: 'Geologica-medium';

}

.section__4 .title .regular, .section__4 .description .regular {

    font-family: 'Geologica-regular';

}

.section__4 .arrow__down {

    text-align: center;

    margin-bottom: 60px;
}

.section__4 .arrow__down .mobile__arrow__down {

    display: none;
}

.section__4 .description {

    width: 811px;
    color: #1F0101;
    font-size: 25px;
    text-align: center;

    text-transform: uppercase;

    margin: 0 auto;

    margin-bottom: 0px;
}

.section__5 {
    padding-top: 60px;
    padding-bottom: 20px;
}


.section__5 .wrapper .item, .section__5 .wrap .item {

    width: 358px;
    height: 63px;
    padding: 16px 0px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: 'Geologica-light';
    font-size: 25px;
    

    background-color: #F6F4F4;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 71.96px;

    margin-bottom: 18px;



}

.section__5 .wrap .item {

    width: 445px;
    height: 63px;

    margin-bottom: 0px;
}

.section__5 .wrapper .item.disable {

    display: none;


}

.section__6  {
    height: max-content;
    padding-top: 100px;
    padding-bottom: 120px;
}

.section__6 .left__item {

    width: 480px;
    height: 472px;

}

.section__6 .left__item img {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section__6 .right__item {

    width: 550px;
    height: 472px;
    padding: 55.5px 35.5px;

    background-color: #F6F4F4;

    border-radius: 57px;
}

.section__6 .right__item .item__desc {

    font-family: 'Geologica-medium';
    font-size: 64px;

    color: #C62928;

    text-transform: uppercase;

    margin-bottom: 26.16px;
}

.section__6 .right__item .icon {

    width: 64px;
    height: 64px;
    margin-bottom: 31.69px;

}

.section__6  .modile__svg {

    display: none;
}

.section__6 .bottom__desc {

    width: 100%;
    font-family: 'Geologica-light';
    font-size: 25px;

    color: #1F0101;
} 

.section__6 .bottom__desc .medium{

    font-family: 'Geologica-medium';

}

.section__7 {

    position: relative;
    width: 100%;
    height: 355px;
}

.section__7 .wrapper .item {

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 56.92px;

    padding: 17px;

    width: 364px;
    height: 96px;

    background-color: #F6F4F4;

    font-family: 'Geologica-light';
    font-size: 25px;

    text-align: center;
}

.section__7 .wrapper .bottom__item {

    padding: 32.5px 30px;
}

.section__7 .central__item {

    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

}

.section__7 .central__item .krug {

    width: 96px;
    height: 96px;

    border-radius: 50%;
    border: 2px solid #C62928;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: 'Geologica-medium';
    font-size: 32px;

    text-transform: uppercase;
    color: #C62928;
}


.section__7 .central__item .down__arrow {

    position: absolute;
    height: 67px;
    bottom: -115px;

}

.section__7 .central__item .mobile__arrow__down{

    display: none;

    position: absolute;
    bottom: -86px;
}
.section__7 .central__item .left__arrow {

    position: absolute;

    width: 67px;
    left: -115px;
    top: 50%;

    transform-origin: center right;
    transform: translateY(-50%);


}
.section__7 .central__item .right__arrow {

    position: absolute;
    width: 67px;

    right: -115px;
    transform: translateY(-50%);
    top: 50%;
}

.section__7 .bottom__item-text {

    position: absolute;

    bottom: 0;
    left: 50%;

    transform: translateX(-50%);

}

.section__8 {

    padding: 120px 0;
}

.section__8 .wrapper {

    width: 100%;
    height: 413px;

    padding: 53px 31px 53px 41px;

    background-color: #F6F4F4;

    border-radius: 56.86px;
}

/* .section__8 .wrapper .block {

    flex: 1;
} */


.section__8 .wrapper .left__block p {

    width: 503.57px;
    height: 114.23px;
    font-family: 'Geologica-light';
    font-size: 29px;

}
.section__8 .wrapper .left__block img {

    width: 107px;
    height: auto;
}



.section__8 .wrapper .right__block {

    display: flex;
    flex-direction: column;
    justify-content: end;

}

.section__8 .wrapper .right__block .medium {

    font-family: 'Geologica-medium';
    font-size: 29px;
    margin-bottom: 16px;
    margin-left: -10px;

}

.section__8 .wrapper .right__block .light {

    font-family: 'Geologica-light';
    font-size: 29px;
    width: 100%;
    margin-left: -10px;


}


.section__9 .icon {

    width: 100px;
    height: 100px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 60px;
}

.section__9 .icon .desctop__v {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section__9 .icon .mobile__v {

    display: none;

}

.section__9 .description, .section__9 .mobile__description {

    width: 876.62px;
    font-family: 'Geologica-light';
    font-size: 32px;
    text-align: center;
    margin-bottom: 60px;
}

.section__9 .mobile__description {

    display: none;
}

.section__9 .mobile__arrow__down {

    display: none;
}
.section__9 .icon__arrow__down {
    margin-bottom: 60px;
}

.section__9 .description_2 {

    width: 818.62px;   
    font-size: 25px;
    color: #1F0101;

    text-align: center;
    text-transform: uppercase;

    margin-bottom: 60px;
}

.section__9 .description_2 .medium {

    font-family: 'Geologica-medium';

}

.section__9 .description_2 .regular br {

    display: none;
}

.section__9 .description_2 .regular {

    font-family: 'Geologica-regular';
    
}

.section__9 .wrapper {

    width: 100%;
    margin-bottom: 120px;

}

.section__9 .wrapper .item {

    width: 363px;
    height: 127px;

    padding: 32.5px 28.93px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    background-color: #F6F4F4;
    border-radius: 56.89px;

    font-family: 'Geologica-light';

    font-size: 25px;
}

.wrap__card {

    width: 100%;
    margin-bottom: 120px;
}

.left__item__card {

    width: 480px;
    height: 562px;
 
    border-radius: 56.86px;
}

.left__item__card img {

    width: 100%;
    height: 100%;

    object-fit: cover;
}


.wrap__card .right__item__card {

    width: 550px;
    height: 562px;
    background-color: #F6F4F4;

    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;

    padding-left: 31.63px;
    border-radius: 57px;

 
}

.wrap__card .right__item__card p {

    margin-bottom: 32px;

    font-family: 'Geologica-medium';
    font-size: 64px;

    line-height: 46px;

    color:#C62928;

}

.section__9 .right__item__card .wrapper__logo {

    width: 100%;
    height: max-content;

    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.section__9 .right__item__card .logo {

    width: 64px;
    height: 64px;
    margin-bottom: 32px;

}

.section__9 .right__item__card .list li {
    position: relative;
    font-family: 'Geologica-light';
    font-size: 25px;
    padding-left: 15px;
    margin-left: 20px;

}

.section__9 .right__item__card .list li .dot {
    position: absolute;

    top: 12px;
    left: -8px;
    width: 8px;
    height: 8px;

    background-color: #1F0101;

    border-radius: 50%;
}

.section__9 .right__item__card .div__arrow__right {

    position: absolute;
    top: 3px;
    left: -3px;

    display: none;
    /* width: 61.68px; */
}


.section__contacts .text {

    width: 770px;
    font-family: 'Geologica-light';
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 120px;
}

.section__contacts .contacts {

    
    font-family: 'Geologica-medium';
    font-size: 46px;

    color: #C62928;

    text-transform: uppercase;

    margin-bottom: 39.3px;
}

.section__contacts .phone, .section__contacts .email {

    font-family: 'Geologica-regular';
    font-size: 32px;

    color: #1F0101;
    line-height: 30px;

}

.section__contacts .email {

    margin-top: 20px;
    margin-bottom: 70.21px;
}   

.section__contacts .footer__description {

    width: 1150px;
    margin: 0 auto;
    font-family: 'Geologica-light';
    font-size: 22px;
    line-height: 30.8px;
    text-align: center;
    text-transform: uppercase;

    margin-bottom: 73.11px;

    /* background-color: #C62928; */
}

.section__contacts .footer__description br {

    display: none;
}






