@media(max-width: 790px) {
    .title-contact h3{
        font-size: 100%;
    }
    .media-none{display:none;}
    .menu-item{
        width:100%;
    }
    .eview-content{width:100%;}
    .header-burger-btn {
        display: block;
        z-index: 3;
        right: 50px;
        top: 50px;
        position: absolute;
    }
    .first-child-item-menu>a{
        text-align: left!important;
    }
    ul#responcive-menu1 li{
        white-space:wrap; 
    }
    form input[type="submit"]{
        background: #9354b3;
        color:#fff;
        border-color:#9354b3;
        border-radius:10px;
        position: relative;
        top:9px;
        padding:10px;
    }
    form input{
        width:100%;
        margin:10px 0;
        height:50px;
        display: block;
    }
    .first-child-item-menu>a{
        text-align: left!important;
    }
.contact-information input,
.contact-information input {
    padding: 0px 10px;
    box-sizing: border-box;
    max-width: 358px;
    width:100%;
    height: 51px;
    background-color: #ffffff;
    border: 1px solid #7B4497;
    border-radius: 9px;
    color: #757575;
    font: 400 16px "Open Sans", sans-serif;
}

    .navbar {
        width: 100vw;
        height: 100vh;
        position: absolute;
        left: -100vw;
        top: 0;
        background-color: #9354b3;
        transition: transform .5s;
    }

    .menu-list {
        justify-content: flex-start;
        flex-direction: column;
        display: flex;
        padding: 19px 0px;
        width: 50%;
        /* height: 100vh; */
        margin: auto;
        text-align: center;
        overflow: auto;
    }

    .menu-list ul{
        flex-direction: column;
    }

    .menu-item {
        padding: 10px 0px 10px;
    }

    .header-button {
        border: none;
        margin-left: 0px;
    }

    .nav.open .navbar {
        transform: translateX(100%);
        z-index: 2;
    }

    /* //burger */

    .container {
        width: 90%;
    }
    .header-buttons {
        width: 70%;
        justify-content: end;
    }

    .header-navbar-number, .header-navbar-button{
        display: none;
    }

    .header-navbar-number-media,
    .header-navbar-button-media{
        display: block;
    }

    .header-padding {
       justify-content: center!important;
    }

    .bg-color-main-slider .container{
        width: 100%;
    }
    .bg-color-main-slider .bx-wrapper .bx-prev {
        top: 50%;
        left: 0;
    }
    .bg-color-main-slider .bx-wrapper .bx-next {
        top: 50%;
        right: 0;
    }
    .bg-color-main-slider .bx-controls-direction a{
        display: none;
    }
    .security-content {
        width: 100%;
        text-align: center;
    }
    .security-img {
        width: 100%;
    }
    .security-bloc {
        justify-content: center;
    }
    .eview-bloc {
        justify-content: center;
    }
    .security-bloc{
        flex-wrap: wrap;
    }
    .advantages-container{
        flex-wrap: wrap
    }
    .team-container{
        width: 230px;
         margin: auto;
    }
    .contact-information {
        width: auto;
        padding: 37px 0px;
    }
    .contact-information .phon, .contact-information .name {
        width: 280px;
    }
    .team-container .bx-wrapper .bx-prev{
        left: -40px;
    }
    .team-container .bx-wrapper .bx-next{
        right: -40px;
    }
    .prise-button {
        padding: 30px 10px;
    }
    .second-security-block>div:first-child{
        order:2;
    }
    .second-security-block>div:last-child{
        order:1;
    }
    .eview-img{
        width:100%;
    }

}

@media(min-width: 791px) and (max-width: 1200px) {
    .header-burger-btn {
        display: block;
        z-index: 3;
        right: 30px;
        top: 45px;
        position: absolute;
    }

    .navbar {
        width: 100vw;
        height: 100vh;
        position: absolute;
        left: -100vw;
        top: 0;
        background-color: #9354b3;
        transition: transform .5s;
    }

    .menu-list {
        justify-content: center;
        flex-direction: column;
        display: flex;
        padding: 19px 0px;
        width: 50%;
        height: 100vh;
        margin: auto;
        text-align: center;
    }

    .menu-list ul{
        flex-direction: column;
    }

    .menu-item {
        padding: 15px 0px 25px;
    }

    .header-button {
        border: none;
        margin-left: 0px;
    }

    .nav.open .navbar {
        transform: translateX(100%);
        z-index: 2;
    }

    /* //burger */

    .container {
        width: 90%;
    }
    .header-buttons {
        width: 70%;
    }
    .header-padding {
        padding: 35px 0px 0px;
    }
    .bg-color-main-slider .bx-controls-direction a{
        display: none;
    }
    .bg-color-main-slider .container{
        width: 100%;
    }
    .security-bloc {
        justify-content: center;
    }
    .eview-bloc {
        justify-content: center;
    }
    .team-container{
        width: 725px;
        margin: auto;
    }
}
@media(min-width: 1201px) and (max-width: 1715px) {
    .container {
        width: 85%;
    }
    .team-container{
        width: 960px;
        margin: auto;
    }
}
@media screen and (max-width: 768px) {
	ul#responcive-menu1 > li {
		position: initial;
	}
	ul#responcive-menu1 ul .sub-menu,ul#responcive-menu1 li > ul {
		left: 0; 
		right:auto; 
		top: 100%;
	}
	ul#responcive-menu1 .sub-menu,ul#responcive-menu1 ul,ul#responcive-menu1 .column {
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box; 
		box-sizing: border-box;
		padding-right: 0;
		width: 100% !important;
        /* overflow: scroll; */
	}
}

@media screen and (max-width: 768px) {
    ul#responcive-menu1 a{
        padding: 10px !important;
        transition: 2s;
    }
	.menu-header-menu-container{ 
		margin: 10px 0px;
	}
	body #header h1{
		position: relative;
	}
}
@media screen and (max-width: 480px) {
	ul#responcive-menu1 { 
		width: 100%;
	}
	ul#responcive-menu1 > li {
		/* display: none; */
		position: relative;
		width: 100% !important; 
	}
	body ul#responcive-menu1 > li.switch{
		background: none;
		color:#fff;
	}
	ul#responcive-menu1 > li.switch,
	.resp-menu-switch-input:checked + ul#responcive-menu1 > li + li {
		display: block; 
		background: white;
		color:#000;
        z-index: 9;
	}
	ul#responcive-menu1 > li.switch > label {		
		position: absolute;
		cursor: pointer;
		top: 0;
		left: 0;
		right: 0;bottom: 0;
	}
	
}

