@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: 'IBM Plex Sans', sans-serif;
}
body{
    background: #d5d3d6;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
p{
    padding: 0;
    margin: 0;
}
li{
    list-style-type:none;
}
h2{
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    color: #000000;
}
p{
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    color: #000000;
}
.container{
    max-width: 1280px;
    width:100%;
    margin: 0 auto;
    padding:0;
}
.main{
    width: 100%;
    height: 100vh;
    background: url("../img/back.png");
    background-size: cover;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.menu{
    height: 90px;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu .links{
    display: flex;
    align-items: center;
}
.menu .links img{
    margin: 0 20px;
    cursor: pointer;
}
.menu .links a{
    margin-left: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
	
}
.menu .number a{
    margin-left: 0px;
    font-size: 20px;
    color: #3d5da8;
    font-weight: 600;
	
}
.menu .links a:hover{
    color: #3d5da8;
}
.menu>img{
    height: 90%;
}

.main .info{
    display: flex;
    justify-content: flex-start;
}
.main .infoText{
    padding: 0 10px;
    margin: 0px 0;
    width: 60%;
}
.main .infoText h2{
    margin-bottom: 17px;
	color: #000;
}
.main .infoText p{
    margin-bottom: 69px;
}
.main .info img{
}


.advs{
    background: url("../img/fon.png");
    background-size: cover;
    padding: 20px 0;
    margin-bottom: 15px;
}
.advs h2{
    font-size: 25px;
	text-align: center;
    color: #fff;
}
.advs .items{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-wrap:wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.advs .item{
    width: 30%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
}
.advs p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: 15px;
}


.warrantly{
    /*background: #403a42;*/
    background:url("../img/blockfon2.jpg");
    background-size: cover;
    padding: 30px 0;
    margin: 15px 0;
}
.warrantly .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.warrantly .text{
    display: flex;
    align-items: center;
    color: #fff;
}
.warrantly .tenText{
    font-size: 150px;
}
.warrantly .yearText{
    transform: rotate(-90deg);
    font-size: 60px;
    position: relative;
    right: 20px;
}
.warrantly .warrText{
    text-align: center;
}
.warrantly h2{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}
.warrantly h3{
    font-size: 30px;
    font-weight: 400;
}
.warrantly img{
    max-width: 90%;
    width: 800px;
    align-self: flex-end;
}
.warrantly button{
    position: absolute;
    bottom: 50px;
    left: 0;
    padding: 20px 40px;
    background: none;
    border: 1px solid #ac2b24;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.warrantly button:hover{
    background: #ac2b24;
}
.equipments{
    background: #d5d3d6;
}
.equipments .item{
    display: flex;
}
.equipments .item img{
    width: 50%;
}
.equipments .item .text{
    background: url("../img/blockfon2.jpg");
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:50%;
}
.equipments>.container>.item:nth-child(2n){
    flex-direction: row-reverse;
}
.equipments .text h2{
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
.equipments .text p{
    color: #fff;
    text-align: left;
    width: 80%;
    margin-top: 15px;
}
.equipments .text img{
    margin-top: 20px;
}
.equipments .text img{
    width: 150px;
}
.text button{
    padding: 20px 40px;
    background: #ac2b24;
    border: 1px solid #ac2b24;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
}
.text button:hover{
    background: none;
	border: 2px solid #FFFF00;
	font-size: 18px;
/*.equipments>.container>.item:nth-child(2n) .text img{
    transform: scale(-1,1);*/
}
.footer{
    background-size: cover;
    margin-top: 15px;
}
.footer .container{
	background:url("../img/fon2.png");
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 0;
	margin-top: 15px;
}
.footer h2{
	color: #FFFFFF;
    font-size: 24px;
}
.footer button{
    padding: 20px 40px;
    background: #ac2b24;
    border: 1px solid #ac2b24;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
}
.footer button:hover{
    background: none;
}

footer{
    background: #d5d3d6;
    width: 100%;
    padding: 10px 0;
}
footer .items{
    display: flex;
    justify-content: space-around;
}
footer .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
}
footer .item i{
    font-size: 25px;
    margin: 10px 0;
    align-self: center;
}
footer .item a{
    color: #000;
    text-align: center;
}
footer .item a:hover{
    color: rgba(0, 8, 17, 0.76);
}
footer .root{
    text-align: center;
}

@media all and (max-width: 1024px){
    .main{
        height: auto;
        background: #fff;
    }
    .menu{
        flex-direction: column;
        height: auto;
    }
    .menu>img{
        width: 50%;
    }
    .menu .links{
        margin: 20px 0;
    }
    .main .info{
        justify-content: center;
    }
    .main .infoText{
        width: 80%;
        text-align: center;
    }
    .warrantly {
        background: #403a42;
    }
    .warrantly button{
        left: auto;
    }
    .advs h2{
        text-align: center;
    }
    .advs .item{
        width: 43%;
    }
    .advs p {
        width: 80%;
    }
}

@media all and (max-width: 800px){
    .equipments .item{
        flex-direction: column;
        align-items: center;
    }
    .equipments>.container>.item:nth-child(2n){
        flex-direction: column;
        align-items: center;
    }
    .equipments .item img{
        width: 80%;
    }
    .equipments .item .text{
        width: 80%;
        padding: 20px 0;
    }
    .equipments .item .text img{
        width: 60px;
    }
    .footer h2{
        text-align: center;
    }
}
@media all  and (max-width: 600px){
    .menu>img {
        width: 90%;
    }
    .menu .links a{
        display: none;
    }
    .warrantly button{
        background:#ac2b24;
        position: inherit;
        left: 35%;
    }
    .warrantly .tenText {
        font-size: 70px;
    }
    .warrantly .yearText{
        font-size: 30px;
        right: 10px;
    }
    .warrantly h2{
        font-size: 20px;
        line-height: normal;
        margin: 0;
    }
    .warrantly h2 br{
        display: none;
    }
    .warrantly h3{
        font-size: 20px;
    }
    .warrantly img {
        width: 80%;
        max-width: inherit;
        align-self: center;
    }
    .advs .item{
        width: 80%;
    }
    .advs .items{
        align-items: center;
        justify-content: center;
    }
}

@media all and (max-width: 414px){
    .main .infoText{
        margin: 0;
        width: 96%;
    }
    .main .infoText h2{
        font-size: 16px;
        font-weight: 900;
    }
    .main .infoText p{
        font-size: 14px;
        margin-bottom: 20px;
        text-align: justify;
    }
    .warrantly .text{
        width: 96%;
        flex-direction: column;
        align-items: center;
    }
    .warrantly .yearText {
        transform: none;
        position: static;
        font-size: 40px;
    }
    .warrantly .tenText {
        font-size: 70px;
        line-height: 40px;
    }
    .equipments .item img {
        width: 100%;
    }
    .equipments .item .text {
        width: 100%;
    }
    .equipments .text h2{
        font-size: 20px;
    }
    .equipments .text p{
        width: 90%;
    }
    .footer h2{
        font-size: 20px;
    }
    footer .items{
        flex-direction: column;
        align-items: center;
    }
    footer .item{
        margin: 10px 0;
        width:90%;
    }
    .footer button {
        padding: 20px 35px;
    }
}


.item{
    box-shadow:
}