html {
    scroll-behavior: smooth;
    color: #000;
}

body {
    font-family: 'Inter', sans-serif;
    background: #E3E5E6;
}

/* s */

video {
    width: 100%;
}

img {
    width: 100%;
}

.flex {
    display: flex;
    align-items: center;
}

.header {
    background: #fff;
    padding: 10px 0;
    transition: all 0.5s ease;
}

.header .active{
    display: none;
}

.menu__logo{
    width: 120px;
}

.header .menu {
    justify-content: space-between;
}

.menu-btn{
    display: none;
}

.header .menu ul li {
    padding: 0 12px;
}

.header .menu a {
    color: #000;
}

.header .menu .menu__buttons a {
    margin-left: 10px;
}


.wrapper {
    text-align: center;
    background: url("../img/backgroundMain.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    min-height: 80vh;
}

.wrapper__block {
    height: 80%;
    ;
}

.wrapper__block h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 70px;
    line-height: 90px;
    text-align: center;
    color: #fff;
}

.wrapper__block h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 61px;
    color: #fff;
}

.wrapper__block a {
    display: inline-block;
    margin-top: 35px;
}

.main-btn {
    background: #DD673E;
    padding: 12px 30px;
    font-weight: 800;
    font-size: 17px;
    line-height: 21px;
    color: #fff !important;
}

/* video */
.video {
    background: #E3E5E6;
    color: #000;
    padding: 40px 0;
}

.video__block {
    display: flex;
    justify-content: space-between;
}

.main__video {
    max-width: 800px;
}

.video .form-send {
    max-width: 380px;
    background: #dbdbdb73;
    text-align: center;
    padding: 40px;
}

.video .form-block {
    margin: 20px 0;
}

.form-block p {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    text-align: center;

    color: #000000;
}

.video .form-block input {
    padding: 10px 20px;
    border: none;
    outline: none;
    width: 100%;
    text-align: center;
}

.video .form-block .send-btn {
    background: #DD673E;
    color: #fff;
    border: none;
    padding: 12px 20px;
}

.about {
    padding: 40px 0;
    background: #E3E5E6;
    margin: 20px 0;
}

.about__block {
    justify-content: space-between;
}

.about .about__image {
    width: 47%;
}

.about .about__title {
    width: 47%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about .about__title h5 {
    font-style: normal;
    font-weight: 700;
    color: #000000;
    font-size: 22px;
}

.about .about__title span {
    font-style: normal;
    font-weight: 400;
    color: #828284;
}

.about .about__title p {
    font-weight: 500;
    color: #000000;
    font-size: 20px;
}

.about .about__items {
    justify-content: space-between;
    padding: 100px 0 20px;
}

.about .about__items .about-item {
    max-width: 300px;

}

.about .about__items .about-item h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 43px;
    line-height: 40px;
    color: #000000;
    padding-bottom: 30px;
    border-bottom: 2px solid #DD673E;
}

.about .about__items .about-item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 60px;
    color: rgba(0, 0, 0, 0.85);
}

/* advantages */

.advantages {
    background: #E3E5E6;
    padding: 30px 0;
}

.advantages__block {
    display: flex;
    gap: 30px;
}

.advantages-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 0;
}

.advantages-item img {
    width: 65px;
    height: 65px;
}

.advantages__white {
    padding: 30px;

    background: #fff;
}

.advantages__blue {
    padding: 30px;
    width: 100%;
    height: 100%;
    background: #202A58;
    color: #fff;
}

.advantages__white h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    color: #6F6F6F;
}

.advantages__blue h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    color: #fff;
}


/* slider */

.comment {
    text-align: center;
    padding: 50px 0;
}

.comment h2 {
    font-style: normal;
    font-weight: 600;
    padding-bottom: 20px;
    width: 300px;
    margin: 0 auto;
    font-size: 37px;
    line-height: 25px;
    color: #000000;
    border-bottom: 2px solid #DD673E;
}
 

/* numbers */

.numbers{
    padding: 30px 0;
}

.numbers__block h1{
    font-style: normal;
    font-weight: 800;
    font-size: 29px;
    line-height: 35px;
    text-align: center;
    color: #000000;
}

.numbers-items{
    justify-content: space-around;
    text-align: center;
    padding-top: 90px;
}

.number-item span{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #6CAC3C; 
}

.number-item h4{
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #686868;
    padding: 10px 0;
}

.number-item h6{
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}


/* info */


.info{
    padding: 40px 0;
}

.info h1{
    font-style: normal;
    font-weight: 600;
    font-size: 39px;
    line-height: 47px;
    text-align: center;
    color: #000000;
}

.info__block{
    display: block;
    padding: 40px 0 20px;
    margin: 50px 0;
    background: url("../img/blackBack.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.info__block .banner{
    height: 200px;
    background: rgba(254, 254, 254, 0.7);
    display: flex;
    justify-content: space-around;
}

.info__block .banner img{
    max-width: 250px;
}

.info__block p{
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    padding: 10px;
    line-height: 35px;
    color: #FFFFFF;
}

/* footer */

.footer{
    background: #08163E;
    color: #fff;
    padding: 20px 0;
}

.footer__block {
    display: flex;
    gap: 20px;
}

.footer__block img{
    width: 100px;
}


@media (max-width: 1024px) {
    .flex{
        display: block;
        text-align: center;
    }
    .header{
        position: absolute;
        top: 0;
        width: 100%;
        height: 50px;
        overflow: hidden;
    }
    .header .active{
        display: block;
    }
    .menu-btn{
        font-size: 24px;
        position: absolute;
        top: 15px;
        right: 30px;
    }
    .menu__logo{
        width: 100px;
    }
    .header .menu ul li{
        padding: 10px 12px;
    }
    .header .menu .menu__buttons p{
        padding: 20px;
    }
    .header .menu .menu__buttons a{
        margin-left: 0;
    }
    .video__block{
        display: block;
    }
    .form-send{
        margin: 20px auto;
    }
    .wrapper__block h1{
        font-size: 32px;
    }
    .wrapper__block h2{
        font-size: 26px;
    }
    .about .about__image{
        width: 100%;
    }
    .about .about__title{
        width: 100%;
    }
    .about .about__items .about-item{
        max-width: 400px;
        margin: 0 auto;
        padding: 20px 0;
    }
    .advantages-item{
        text-align: left;
    }
    .info__block .banner{
        display: block;
        height: 100%;
        text-align: center;
    }
    .info__block .banner img{
        width: 150px;
        display: block;
        margin: 10px auto;
    }
}

@media (max-width: 578px){
    .wrapper__block h1{
        font-size: 26px;
        line-height: 45px;
    }
    .wrapper__block h2{
        font-size: 24px;
        line-height: 20px;
    }
    .about .about__title p{
        font-size: 18px;
    }
    .about .about__items .about-item h4{
        font-size: 32px;
    }
    .advantages__white h4{
        font-size: 24px;
    }
    .numbers__block h1{
        font-size: 24px;
    }
    .numbers-items{
        padding-top: 30px;
    }
    .number-item{
        padding: 20px 0;
    }
    .number-item h4{
        font-size: 26px;
    }
    .info h1{
        font-size: 24px;
    }
    .info__block p{
        font-size: 18px;
        font-weight: 400;
    }
    .footer__block{
        display: block;
        text-align: center;
    }
    .info__block .banner img{
        width: 100px;
    }
}

 

.slides {
    padding: 0;
   width: 50%;
    height: 390px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    /*! width: 609px; */
    /*! height: 420px; */
    display: block;
    position: absolute;

    transform: scale(0);

    transition: all .7s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
}

.nav label {
    width: 60px;
    height: 100%;
    display: none;
    position: absolute;

	  opacity: 0;
    z-index: 9;
    cursor: pointer;

    transition: opacity .2s;

    color: #FFF;
    font-size: 60pt;
    text-align: center;
    line-height: 380px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, 0);
    text-shadow: 0px 0px 15px rgba(119, 119, 119, 0);
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: -46px; }
.nav .prev { left: -46px; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
	background: rgba(0, 0, 0, 0.8);
}

 .image-slide{
    width: 150px;
    margin: 20px auto;
}

 .slide-item p{
    font-style: normal;
    max-width: 650px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
}

.slide-item h4{
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    margin: 20px 0;
}

@media (max-width:1000px) {
    .slides {
        padding: 0;
        height: 500px;
        display: block;
        margin: 0 auto;
        position: relative;
        width: 100%;
    }
}