@media only screen and (max-width: calc(500px)){

    body{
        overflow-x: hidden;
    }

    input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
	.services .row{
		justify-content: space-between;
	}

    .logo a img{
        width: 22.2222vw;
    }

    .header{
        padding: 2.7778vw 0;
    }

    header .header .social{
        display: none;
    }

    #toggle {
        width: 7.7778vw;
        height: 8.3333vw;
        margin: 2.7778vw auto;
        z-index: 12;
        position: relative;
    }

    #toggle div {
        width: 100%;
        height: 0.9722vw;
        background: #080D2B;
        margin: 1.25vw auto;
        transition: all 0.3s;
        backface-visibility: hidden;
    }
    #toggle.on div{
        background: #fff;
    }

    #toggle.on .one {
        transform: rotate(45deg) translate(5px, 1.3889vw);
    }

    #toggle.on .two {
        opacity: 0;
    }

    #toggle.on .three {
        transform: rotate(-45deg) translate(7px, -2.2222vw);
    }

    header .logo{
        margin: 2.7778vw 0;
    }

    header .menu{
        position: fixed;
        top: 2.7778vw;
        right: 5.5556vw;
    }
    header .menu ul{
        position: fixed;
        top: 0;
        right: 0;
        flex-direction: column;
        background: #fcdc52;
        width: 50vw;
        padding-top: 19.4444vw;
        height: 100vh;
        z-index: 10;
        right: -50vw;
        transition: 1s;
    }

    header .menu.active ul{
        transform: translateX(-50vw);
    }
    .header .menu ul li a{
        font-style: normal;
        font-weight: normal;
        font-size: 4.4444vw;
        line-height: 7.7778vw;
        color: #000;
        margin: 0 5.5556vw;
        position: relative;
    }

    header{
        z-index: 10;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        height: 18.0556vw;
    }

    .mainslider, .secondslider{
        position: relative;
        min-height: 55.5556vw;
        background-size: cover;
        background: url("../images/mobilebanner.png");
        background-size: 100% 100%;
    }

    .mainslider{
        min-height: 100vw;
    }

    .mainslider .textblock{
        max-width: 100%;
        padding: 8.3333vw 0;
    }
    .mainslider .textblock h1{
        font-size: 7.7778vw;
        line-height: 8.8889vw;
        text-transform: uppercase;
    }
    .mainslider .textblock p{
        font-size: 3.3333vw;
        line-height: 3.8889vw;
    }

    .btn-theme{
        background: #fcdc52;
        border-radius: 1.3889vw;
        padding: 2.7778vw 4.1667vw;
        width: fit-content;
        color: #000;
        font-style: normal;
        font-weight: 500;
        font-size: 3.8889vw;
        line-height: 5vw;
        text-align: center;
        transition: 1s;
    }

    .btn-theme:hover{
        box-shadow: inset 55.5556vw 0 0 0.0278vw #fccf1d;
    }

    .rightimage .textblock h2, .leftimage .textblock h2, h2{
        font-style: normal;
        font-weight: bold;
        font-size: 6.6667vw;
        line-height: 120.9%;
        color: #080D2B;
    }

    .rightimage .textblock, .leftimage .textblock, .rightimage .image, .leftimage .image{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .rightimage .textblock, .leftimage .textblock{
        padding: 0;
    }
    .rightimage .textblock p, .leftimage .textblock p{
        font-style: normal;
        font-weight: normal;
        font-size: 3.3333vw;
        line-height: 134.9%;
        color: #18191C;
        margin: 0 0 2.7778vw 0;
        flex-direction: column;
    }

    .services .item, .advs .item{
        flex: 0 0 48%;
        max-width: 48%;
    }

    .services .item .textblock{
        font-weight: bold;
        font-size: 3.3333vw;
        line-height: 120.9%;
    }
    .advs .item .icon img, .advs .item .icon::before{
        width: 11.1111vw;
    }

    .advs .item .icon::before{
        height: 11.1111vw;
        left: -5.5556vw;
        top: -1.3889vw;
    }

    .advs .item h3{
        font-size: 3.6111vw;
        line-height: 3.8889vw;
        text-align: left;
    }

    .advs .item{
        padding: 5.5556vw 1.3889vw;
    }

    .advs .item .textblock{
        padding: 0 2.2222vw;
    }

    .advs .item p{
        font-size: 2.7778vw;
        line-height: 3.8889vw;
        text-align: justify;
    }
    .leftimage .image{
        max-height: 55.5556vw;
        overflow: hidden;
    }

    img{
        max-height: 100%;
        object-fit: cover;
    }

    .contact-left{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-form{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contacts{
        flex-wrap: wrap;
    }

    .contact-form .form{
        padding: 0;
    }

    .contact-left a, .contact-left span{
        font-size: 3.3333vw;
        line-height: 3.8889vw;
    }

    .contact-left a img, .contact-left span img{
        height: 3.3333vw;
        width: 5.5556vw;
        object-fit: fill;
    }

    .contact-left .social-icons img{
        width: 5.5556vw;
        height: 5.5556vw;
        margin-right: 2.7778vw;
    }

    .contact-form input{
        padding: 1.3889vw 2.7778vw;
        font-size: 3.3333vw;
        line-height: 3.8889vw;
        margin-bottom: 4.1667vw;
    }

    .contact-form input::placeholder{
        font-size: 3.3333vw;
        line-height: 3.8889vw;
    }

    footer .menu{
        display: none;
    }

    .header .social a img{
        width: 5.5556vw;
        height: 5.5556vw;
        margin-left: 2.7778vw;
    }
    .services.servpage .item .textblock h3{
        font-size: 4.4444vw;
        line-height: 5vw;
    }
    .services.servpage .item .textblock p{
        font-size: 3.3333vw;
        line-height: 3.6111vw;
        margin: 2.7778vw 0;
    }

    .textblock .btn-theme{
        font-size: 3.3333vw;
        line-height: 3.3333vw;
    }
    .services .item{
        margin-bottom: 2.7778vw;
    }
    .services .item .productimg, .services .item .productimg img, .services .item .productimg::after{
        height: 27.7778vw;
    }
    .services.servpage .item .textblock{
        min-height: 22.2222vw;
        height: auto;
    }
    .services.servpage .item .textblock p{
        max-height: 17.5vw;
        margin: 0;
    }
    .leftimage ul li, .rightimage ul li{
        font-size: 3.8889vw;
        line-height: 4.4444vw;
    }
    .rightimage .textblock h2, .leftimage .textblock h2{
        margin: 2.7778vw 0 2.2222vw 0;
    }
    .contact-form input[type=submit].btn-theme{
        border-radius: 0;
        background: #fcdc52;
        color: #000;
    }
    .mainslider .textblock p{
        width: 100%;
    }
    .servicepagetextblock img{
        max-width: 100%;
        margin: 4.1667vw 0;
    }
    .row-rewerce{
        flex-direction: column;
        font-size: 3.3333vw;
        line-height: 134.9%;
        color: #18191C;
        margin: 0 0 2.7778vw 0;
        flex-direction: column;
    }
    .row-rewerce .alignleft{
        padding: 0;
    }
	
	.accordeon{
    width: 100%;
		margin-top: 5.5556vw;
}
.accordeon_header{
    background-color: #FCDC52;
}
.accordeon_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-weight: 600;
    font-size: 4.4444vw;
    line-height: 6.1111vw;
    padding: 2.7778vw 4.1667vw;
    color: #070F2B;
}
.accordeon_header span{
    font-weight: 400;
}
.accordeon_item{
    margin-bottom: 2.7778vw;
}
.accordeon_header_svg{
    background-color: #fff;
    border-radius: 50%;
    width: 7.2222vw ;
    height: 7.2222vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordeon_inner{
    display: none;
    flex-direction: column;

}
.acc_inner_item{
    display: flex;
    align-items: center;
    margin-top: 1.3889vw;
}
.acc_inner_item_text{
    width: 80%;
    padding: 4.1667vw 1.3889vw 4.1667vw 4.1667vw;
    background-color: #FFF9E0;
    margin-right: 1.1111vw;
    font-style: normal;
    font-weight: 600;
    font-size: 3.8889vw;
    line-height: 5.2778vw;
    color: #070F2B;

}
.acc_symbol{
    background-color: #F9F9F9;
    width: 19%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    height: auto;
}
.acc_symbol svg{
    width: 5.5556vw;
    height: 5.5556vw;
}



.accordeon_inner.active{
    display: flex;
}
.accordeon_header svg{
    transition: .3s;
	width: 3.3333vw;
	height: 3.3333vw;
}
.accordeon_header.active svg{
    transform: rotate(180deg);
	width: 3.3333vw;
	height: 3.3333vw;
}
}