*{
  box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    position: relative;
}
.container{
    width: 1170px;
    margin: 0 auto;
    position: relative;
}
header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
	background: #fff;
}
button, input[type="submit"]{
    cursor: pointer;
}
input, button{
    font-weight: 300;
}
.last-form input .call-me{
    background-image: none;
    padding: 0;
}
.title-section{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
	margin-bottom: -35px;
}

.title-section-subtitle {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: -15px;
}


.title-section4{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
	margin-bottom: 20px;
    margin-top: 50px;
}
.title-section5{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 60px;
}
.title-section6{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
	margin-bottom: 20px;
    margin-top: 0px;
}
.title-section7{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 50px;
}
.title-section8{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
	    margin-top: 25px;
}
.title-section2{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 5px;
}
.title-section3{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: -27px;
}
.header-container{
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	background: #fff;
}
.logo{
    display: flex;
    justify-content: flex-start;
}
.logo img{
    margin-right: 50px;
    width: 350px;
}
.logo span{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
	position: relative;
    top: 10px;
	color: #4c648c;
	text-align: center;
}
.feedback{
    display: flex;
    justify-content: flex-start;
}
.feedback-tel{
    margin-right: 35px;
    display: flex;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.feedback-tel a{
    font-size: 24px;
    color: black;
    text-decoration: none;
}
.feedback-tel span{
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 13px;
}
.feedback-button_form button{
    width: 200px;
    height: 50px;
    border: none;
    text-transform: uppercase;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    /*border-radius: 100px;*/
    font-size: 16px;
    background-color: #FE060B;
}

.feedback-button_form button:hover{
    width: 200px;
    height: 50px;
    border: none;
    text-transform: uppercase;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    /*border-radius: 100px;*/
    font-size: 16px;
    background-color: #df1115;

}

.first-section{
    background-image: url(../img/bg-first.png);
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 180px;
}
.first-title{
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
	width:780px;
    margin: 0;
    text-transform: uppercase;
}
.first-title span{
    color: #FE060B;
}
.first-pretitle{
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: -10px;
    width: 730px;
    line-height: 30px;
    /*text-align: center;*/
}
.first-pretitle span{
    font-weight: 500;
}
.first-list{
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
    width: 725px;
	margin-top: 35px;
}
.first-list li{
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 45px;
    font-family: 'Roboto', sans-serif;
    position: relative;
}
.first-list li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background-image: url(../img/first-ok.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.first-list li span{
    font-weight: 900;
}
.form-block{
    width: 730px;
    height: 110px;
    padding: 30px 20px 25px;
    margin-top: 25px;
    background: #4c648c;
}
.form-block form{
    display: flex;
    justify-content: space-between;
}
.form-block form input{
    width: 210px;
    /*border-radius: 100px;*/
    padding: 15px 20px;
    height: 50px;
    border: 2px solid #E2E2E2;
    text-transform: uppercase;
}
.form-block form input[type='submit']{
    background-color: #FE060B;
    width: 230px;
    border: none;
    color: white;
	padding: 13px 20px 15px;
}

.form-block form .but{
    width: 247px;
    /*border-radius: 20px;*/
    padding: 13px 20px;
    height: 45px;
    border: 2px solid #E2E2E2;
    text-transform: uppercase;
	cursor:pointer;
}
.form-block .but{
    background-color: #FE060B;
    border: none;
    color: white;
	padding: 13px 20px 15px;
    font: 700 16px Arial;
    text-align: center;
}
.form-block .but:hover{
    background-color: #df1115;
}

.modal-window .but2, .modal-window .but4, .modal-window .but5 {
    width: 315px;
    /*border-radius: 20px;*/
    padding: 13px 20px;
    height: 45px;
    border: 2px solid #E2E2E2;
    text-transform: uppercase;
	cursor:pointer;
}
.modal-window .but2, .modal-window .but4, .modal-window .but5 {
    background-color: #FE060B;
    border: none;
    color: white;
    padding: 15px 20px 15px;
    font: 700 16px Arial;
    text-align: center;
    margin: 14px 0px 0px 0px;
}
.modal-window.but2:hover, .modal-window .but4:hover, .modal-window .but5:hover {
    background-color: #df1115;
}

form .but3 {
    background-color: #FE060B;
    box-shadow: none;
    padding: 10px 0px 10px 68px;
    width: 300px;
    font-weight: 300;
    height: 50px;
    margin-top: 30px;
    font: 700 24px Arial;
    color: white;
    /*border-radius: 20px;*/
    border: none;
    background-image: url(../img/calc.png);
    background-repeat: no-repeat;
    background-position: center left 24px;
    cursor: pointer;
}
form .but3:hover {
    background-color: #df1115;
}

form .but6 {
    background-color: #FE060B;
    box-shadow: none;
    padding: 10px 0px 10px 68px;
    width: 300px;
    font-weight: 300;
    height: 50px;
    margin-top: 30px;
    font: 700 24px Arial;
    color: white;
    /*border-radius: 20px;*/
    border: none;
    background-image: url(../img/phone.png);
    background-repeat: no-repeat;
    background-position: center left 24px;
    cursor: pointer;
}
form .but6:hover{
    background-color: #df1115;
}


.form-block span{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: black;
    text-transform: uppercase;
    margin: 25px 30px 0;
    display: inline-block;
}
.main-first{
    position: absolute;
    bottom: -23px;
    right: -40px;
}
.second-item{
    display: flex;
    width: 25%;
    align-items: center;
}
.second-item img{
    margin-right: 15px;
}
.second-item p{
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
}
.second-item p span{
    font-size: 17px;
    font-weight: 900;
}
.second-item p span b{
    font-size: 24px;
	color: #5c7fab;
}
.second-container{
    display: flex;
    align-items: center;
    height: 140px;
}
.adaptiv-display{
    display: none;
}
.three-section{
    background-image: url(../img/bg-three2.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
	margin-bottom: 50px;
}
.three-content{
    margin-left: 500px;
    padding-top: 90px;
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
}
.three-content p{
    margin-top: 0;
    margin-bottom: 30px;
}
.three-content ul{
    margin-top: 50px;
    padding: 0;
    list-style: none;
}
.three-content li{
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
.three-content li span{
    margin-left: 18px;
}
.three-content li .li-picture{
    width: 80px;
    text-align: center;
}
.three-title-second{
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    margin-top: 100px;
    text-transform: uppercase;
	line-height: 40px;
}
.tovar-list{
    margin-top: 110px;
    margin-bottom: 85px;
    display: grid;
    grid-template-columns: 275px 275px 275px 275px;
    grid-column-gap: 15px;
    justify-content: space-evenly;
    grid-row-gap: 30px;
}
.tovar-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 20px 30px;
    width: 280px;
    box-shadow: -11.082px 14.184px 38px 0px #c6d1e4;
}
.tovar-item img{
    max-width: 100%;
    width: auto;
    height: 235px;
	cursor:pointer;
}
.tovar-item h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: black;
    text-align: center;
    margin: 25px 0;
}
.tovar-item h3 span{
    display: block;
    font-weight: 500;
    font-size: 14px;
}
.tovar-item button:hover{
    color: #fff;
    transition: 0.5s all ease;
    background-color: #2c3b4e;
}
.tovar-item button{
    width: 100%;
    transition: 0.5s all ease;
    /*border-radius: 100px;*/
    border: 1px solid #4c648c;
    height: 50px;
    background-color: #4c648c;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
	border: none;
    /*padding-left: 50px;*/
    /*background-image: url(../img/tovar-button.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center left 24px;*/
}
.buttom-price{
    width: 550px;
	font-size: 16px;
    background-color: #FE060B;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding-left: 60px;
    background-image: url(../img/tovar-bottom-button.png);
    background-repeat: no-repeat;
    background-position: center left 55px;
    text-transform: uppercase;
    height: 50px;
    display: block;
    margin: 0 auto;
    border: none;
    /*border-radius: 100px;*/
}
.four-form{
    width: 1170px;
    margin: 0 auto;
    margin-top: 75px;
    background-image: linear-gradient(to right, #4d658c, #4285f499);
    padding: 54px 83px 65px;
	color: #fff;
}
.four-form h3{
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 400;
    margin-top: 0;
    text-align: center;
    margin-bottom: 50px;
}
.four-form form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
form .form-main{
    width: 300px;
    height: 50px;
    border: none;
    margin-top: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding-left: 20px;
    /*border-radius: 100px;*/
    box-shadow: inset 0px 5px 5.16px 0.84px rgba(235, 235, 235, 1);
}
.four-form form input:nth-of-type(1),
.four-form form input:nth-of-type(2),
.four-form form input:nth-of-type(3){
    margin-top: 0;
}
form .form-main-submit{
    background-color: #FE060B;
    box-shadow: none;
    padding-left: 70px;
    width: 300px;
    font-weight: 300;
    height: 50px;
    margin-top: 30px;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    color: white;
    border-radius: 20px;
    border: none;
    background-image: url(../img/calc.png);
    background-repeat: no-repeat;
    background-position: center left 40px;
}
.band-block{
    padding: 30px 40px 20px;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(7, 155px);
    justify-content: space-between;
    text-align: center;
    margin-bottom: 100px;
    box-shadow: 0px 5px 30px 0px #c6d1e4;
}
.band-block img{
    width: auto;
    max-width: 75%;
    margin: 5px auto;
}
.servisec-list{
    display: flex;
    margin-top: 0px;
    padding-bottom: 0px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.services-item{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /*align-items: center;*/
    width: 50%;
    margin-bottom: 70px;
}
.services-picture{
    height: 0px;
    text-align: center;
    margin-bottom: 10px;
}
.services-picture img{
    width: auto;
    max-height: 100%;
}
.services-item{
    /*text-align: center;*/
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
}
.bg-services{
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1010px;
}
.slider-block{
    width: 1005px;
    margin: 66px auto 0;
}
#slider-block {
margin-bottom:30px;
height:500px;
}
#slider-block2 {
margin-bottom:30px;
height:720px;
}
.slider-content{
    margin: 0 22px;
    width: 460px!important;
}
.slider-content:last-of-type{
    margin-right: 0;
}
.slider-content img{
    width: 100%;
    max-height: 445px;
}
.slider-content p{
    padding: 25px 20px;
    background-color: #F3F3F3;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 300;
}
.slick-prev, .slick-next{
    width: 40px;
    height: 40px;
    background-color: #002A59;
}
.slick-next {
    right: -55px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-prev {
    left: -55px;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus{
    background-color: #002A59;
}
.slick-prev::before, .slick-next::before{
    display: none;
}
.form-two{
    padding-top: 40px;
    background: #4d658c;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 450px;
    margin-top: 0;
    background-repeat: no-repeat;
}
.form-two h2{
    color: white;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 36px;
	line-height: 50px;
}
.form-two h2 span{
    font-weight: 800;
    text-decoration: underline;
}
.form-block-two{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.form-block-two form{
    width: 970px;
    margin-bottom: 75px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form-two-span{
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    display: block;
    margin: 0 auto;
    color: white;
    text-align: center;
    text-transform: uppercase;
}
.form-two-span a{
    color: white;
    text-decoration: none;
}
.sertificat-block{
    padding-bottom: 200px;
    padding-top: 60px;
}
.sertivikat{
    height: 500px;
    display: flex;
    width: 950px;
    margin: 0 auto 100px;
    justify-content: flex-start;
}
.rows{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 355px;
    margin-right: 25px;
}
.rows img{
    margin: 5px 0;
}
.coll{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.coll img{
    margin: 5px 10px;
    width: 170px;
    height: 239px;
}
.section-plus{
    padding: 40px 0 50px;
    background-color: #f3f3f3;
	margin-top: 0px;
}
.section-plus h2 {
margin-bottom: 45px;
}
.plus-list{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.plus-item{
    margin: 0 20px;
    max-width: 230px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.plus-item h3{
    margin: 25px 0;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}
.plus-item p{
    text-align: center;
    font-family: "Roboto", sans-serif;
    margin: 0;
}
.last-form{
    height: 460px;
    background-image: url(../img/bg-last-form.png);
    -webkit-background-size: 1920px 610px;
    background-size: 1920px 610px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 0;
}
.last-form h2{
    font-family: "Roboto", sans-serif;
    font-size: 60px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
    color: white;
    text-align: center;
    font-weight: 300;
}
.last-form h3{
    margin-top: 0;
    font-weight: 500;
    color: white;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    text-align: center;
}
.last-form form{
    width: 950px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 43px;

}
.contact-section .container{
    height: 580px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact{
    width: 950px;
    display: flex;
    margin-top: 45px;
    justify-content: center;
}
.map{
    width: 450px;
    height: 355px;
}
.logo-bottom{
    width: 170px;
    margin-bottom: 45px;
}
.grey-text{
    font-family: "Roboto", sans-serif;
    color: #808080;
    font-size: 14px;
}
.tel a{
    font-weight: 500;
    font-size: 20px;
    color: black;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}
.black-text{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}
.adress a{
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: black;
    line-height: 26px;
}
.contact-info button{
    background-color: #FE060B;
    box-shadow: none;
    width: 330px;
    height: 50px;
    margin-top: 20px;
    font: 500 16px 'Roboto', sans-serif;
    color: white;
    /*border-radius: 100px;*/
    border: none;
}

.contact-info button:hover{
    background-color: #df1115;
    box-shadow: none;
    width: 330px;
    font-weight: 500;
    height: 50px;
    margin-top: 20px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: white;
    /*border-radius: 100px;*/
    border: none;
}

.contact-info{
    width: 100%;
    max-width: 450px;
    padding-left: 70px;
}
.br-adaptiv{
    display: none;
}
footer{
    color: white;
    font-family: 'Roboto', sans-serif;
    height: 65px;
    display: flex;
    align-items: center;
    background-color: #E0E0E0;
	text-align:center;
}
.modal-window{
    width: 420px;
    position: relative;
    padding: 45px 15px 25px;
    /*border-radius: 20px;*/
    background-color: white;
}
.modal-window h3{
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin: 0 0 20px;
}
.modal-window h4{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin: 0 0 15px;
}
.modal-window form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.modal-window input{
    width: 310px;
    height: 50px;
    margin-top: 10px;
    background-color: #F2F2F2;
}
.modal-window input[type="submit"]{
    background-color: #FE060B;
    background-image: none;
    padding: 0;
}
.modal-window input[type="submit"]:hover{
    background-color: #c3161a;
}
.modal-window p{
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.modal-window a{
    text-decoration: none;
    font-size: 18px;
    color: black;
    font-family: 'Roboto', sans-serif;
}
.modal-window .close{
    font-family: 'Roboto', sans-serif;
    color: #b0b0b0;
    font-size: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 9999;
}
.modal-section{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.5);
}
.modal-price .modal-window{
    padding-bottom: 50px;
}
.modal-window .input-checkbox{
    font-size: 14px;
    font-weight: 300;
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
}
.modal-window .input-checkbox input{
    width: 16px;
    margin: 0 5px 0;
    height: 16px;
}


@media (min-width: 320px) and (max-width: 767px) {
    .container{
    width: 100%;
    padding: 50px 15px;
    }
    .logo{
    display: inline-block;
    align-items: flex-start;
    margin: 0 auto;
    }
    .logo img{
    width: 300px;
    margin: 0 auto;
    }
    .logo span{
    display: none;
    }
    
    .btnUp {
    display: none;
    }
    
    .feedback{
    display: none;

    }
    .feedback-tel a{
    font-size: 19px;
    }
    .feedback-tel span{
    margin-top: 2px;
    font-size: 11px;
    }
    .feedback-button_form button{
    display: none;
    width: 232px;
    height: 53px;
    margin-top: 6px;
    font-size: 16px;
    }
    .feedback-tel{
    margin-right: 0;
    }
    .first-title{
    font-size: 17px;
    text-align: center;
    line-height: 27px;
    width: 100%;
    margin-top: -10px;
    }
    
    .map {
    display: none;
    }

    .section-plus {
        margin-top: 180px;
    }
    .container {
        width: 100%;
        padding: 70px 15px 5px;
    }
    
    .contact-info button {
    width: 100%;
    text-align: center;
    }
    
    .contact-info {
    padding-left: 20px;
    }
    
    .main-first {
        position: relative;
        right: 0;
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 15px auto 0;
    }
    .first-pretitle{
    text-align: center;
    font-size: 16px;
    margin-bottom: -15px;
    line-height: 27px;
	width:100%;
	    margin-top: 20px;
    }
    .first-list{
		display:none;
        margin-top: 0;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .first-list li{
        margin: 10px 0;
    }
    .form-block{
        width: 100%;
        height: auto;
		padding: 10px 20px 9px;
    }
    .form-block form{
        align-items: center;
        flex-direction: column;
    }
    .four-form form{
        justify-content: center;
        align-items: center;
    }
    .form-block span{
        text-align: center;
    }
    .form-block form input, .form-block form input[type="submit"]{
        width: 100%;
        margin: 10px 0;
        max-width: 320px;
    }
    .form-block-two form{
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .first-section{
        padding-bottom: 50px;
    }
	#slider-block {
    height: 360px;
	}	
	#slider-block2 {
    height: 475px;
	}
    .second-container{
        height: auto;
        padding: 70px 0 10px;
        flex-direction: column;
    }
    .second-item{
        margin-bottom: 20px;
        width: 100%;
        max-width: 300px;
        flex-direction: column;
    }
    .second-item p{
        text-align: center;
		    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    }
    .second-item img{
        margin-right: 0;
    }
    .three-content{
        margin-left: 0;
        padding-top: 65px;
        font-size: 16px;
    }
    .three-content p br{
        display: none;
    }
    .three-content ul{
        margin-top: 25px;
    }
    .adaptiv-display{
        justify-content: center;
        display: flex;
        margin: 40px auto 0;
    }
    form .form-main-submit{
        background-image: none;
        padding: 0;
    font-size: 20px;		
    }
    .br-adaptiv{
        display: block;
    }
    .three-section{
        background-image: url(../img/adaptiv-bg.jpg);
        height: auto;
        padding-bottom: 50px;
    }
    .three-title-second{
    margin-top: 40px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    }
    .title-section{
    font-size: 22px;
    margin: 40px auto -30px;
    width: 90%;
    line-height: 30px;
    font-weight: 400;
    }    
	.title-section2 {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 28px;
    margin-top: 20px;
    }
    .title-section3 {
    font-weight: 400;
    font-size: 28px;
    margin: 40px auto 40px;
    }
	.title-section4{
    font-size: 22px;
    margin: 0px auto 0px;
    width: 90%;
    line-height: 35px;
	font-weight: 400;
    }	
	.title-section5{
    font-size: 18px;
    margin: -20px auto -5px;
    width: 90%;
    line-height: 30px;
    font-weight: 400;
    }	
	.title-section6{
    font-size: 22px;
    margin: 45px auto 45px;
    width: 90%;
    line-height: 25px;
    font-weight: 400;
    }
	.title-section7{
    font-size: 24px;
    margin: 45px auto 45px;
    width: 90%;
    line-height: 25px;
	font-weight: 400;
    }  
	.title-section8{
    font-size: 18px;
    margin: 0px auto;
    width: 90%;
    line-height: 30px;
    font-weight: 400;
    } 
    .tovar-list{
        margin-top: 60px;
    }
    .tovar-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .buttom-price{
        max-width: 410px;
        width: 100%;
        padding-right: 20px;
		font-size: 15px;
    }	
	
    .four-form{
        width: 100%;
        padding: 20px 15px;
    }
    .sertificat-block{
        padding-bottom: 0px;
		padding-top: 25px;
    }
    .four-form h3{
        font-size: 24px;
        margin-bottom: 0px;
		    font-weight: 400;
    }
    .four-form form input, .four-form form input:nth-of-type(1), .four-form form input:nth-of-type(2), .four-form form input:nth-of-type(3){
        margin-top: 20px;
    }
    .five-section{
        margin-top: 70px;
    }
    .band-block{
        display: flex;
        padding: 20px;
        flex-direction: column;
    }
    .band-block img{
        margin: 10px auto;
    }
    .bg-services{
        display: none;
    }
    .servisec-list{
        padding-bottom: 0px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .services-item{
        width: 100%;
        max-width: 100%;
        margin: 0px;
    }   
    .services-item br{
        display: none;
    }
    .slider-block{
        width: 280px;
		margin: -15px auto 0;
    }
    .slider-content{
        margin: 0;
        width: 280px!important;
    }
    .slick-prev, .slick-next{
        z-index: 999;
        top: 250px
    }
    .slick-prev {
        left: -14px;
    }
    .slick-next {
        right: -14px;
        top: 231px;
    }
    .form-two {
        height: auto;
        padding-bottom: 60px;
        margin-top: 0px;
        background-image: url(../img/adaptiv-bg-two.jpg);
    }
    .form-two h2{
    font-size: 22px;
    margin-top: -50px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: -5px;
    }
    .sertivikat{
        width: 100%;
        flex-wrap: wrap;
        height: auto;
        justify-content: center;
    }
    .rows{
        width: 100%;
        margin-right: 0;
        max-width: 355px;
    }
    .rows img{
        margin-bottom: 15px;
    }
    .coll{
        justify-content: center;
    }
    .plus-list{
        align-items: center;
        flex-direction: column;
    }
    .plus-item{
        margin-bottom: 20px;
    }
    .last-form h2{
        font-size: 28px;
		font-weight: 400;
    }
    .last-form h3{
    margin-bottom: -10px;
    font-size: 24px;
    font-weight: 300;
    }
    .last-form form{
        width: 100%;
        align-items: center;
        flex-direction: column;
    }
    form .form-main, form .form-main-submit{
        max-width: 300px;
        width: 100%;
    }
    .last-form{
        padding: 40px 0;
        background-image: url(../img/adaptiv-bg-two.jpg);
        -webkit-background-size: cover;
        background-size: cover;
        height: auto;
		    margin-top: -70px;
    }
	.coll img {
		margin: 0 10px 15px;
	}
    .contact{
        width: 100%;
        flex-direction: column;
		margin-top: -12px;
    }
    .map{
        width: 100%;
    }
    .contact-section .container{
        height: auto;
    }
    .contact-info{
        padding-left: 0;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
.three-content p .red{
    font-weight: 800;
    color: #FE060B;
}

.form-block form .but{
    width: 247px;
    /*border-radius: 20px;*/
    padding: 13px 20px;
    height: 45px;
    border: 2px solid #E2E2E2;
    text-transform: uppercase;
	cursor:pointer;
}
.form-block .but{
    background-color: #FE060B;
    border: none;
    color: white;
	padding: 13px 20px 15px;
    font: 700 16px Arial;
    text-align: center;
}
.form-block .but:hover{
    background-color: #df1115;
}

.modal-window .but2, .modal-window .but4, .modal-window .but5 {
    width: 315px;
    /*border-radius: 20px;*/
    padding: 13px 20px;
    height: 45px;
    border: 2px solid #E2E2E2;
    text-transform: uppercase;
	cursor:pointer;
}
.modal-window .but2, .modal-window .but4, .modal-window .but5 {
    background-color: #FE060B;
    border: none;
    color: white;
    padding: 15px 20px 15px;
    font: 700 16px Arial;
    text-align: center;
    margin: 14px 0px 0px 0px;
}
.modal-window.but2:hover, .modal-window .but4:hover, .modal-window .but5:hover {
    background-color: #df1115;
}

form .but3 {
    background-color: #FE060B;
    box-shadow: none;
    padding: 14px 0px 10px 68px;
    width: 300px;
    font-weight: 300;
    height: 50px;
    margin-top: 30px;
    font: 700 20px Arial;
    color: white;
    /*border-radius: 20px;*/
    border: none;
    background-image: url(../img/calc.png);
    background-repeat: no-repeat;
    background-position: center left 24px;
    cursor: pointer;
}
form .but3:hover {
    background-color: #df1115;
}

form .but6 {
    background-color: #FE060B;
    box-shadow: none;
    padding: 10px 0px 10px 68px;
    width: 300px;
    font-weight: 300;
    height: 50px;
    margin-top: 30px;
    font: 700 24px Arial;
    color: white;
    /*border-radius: 20px;*/
    border: none;
    background-image: url(../img/phone.png);
    background-repeat: no-repeat;
    background-position: center left 24px;
    cursor: pointer;
}
form .but6:hover{
    background-color: #df1115;
}

@media (min-width: 768px) and (max-width: 1280px) {
    .container{
        width: 740px;
    }
    .logo span{
        display: none;
    }
    
    .logo img{
        margin-right: 20px;
        width: 260px;
    }
    
    .btnUp {
    display: none;
    }
    
    .title-section {
        font-size: 30px;
    }    
    .main-first{
        display: none;
    }
    .second-container{
        flex-wrap: wrap;
        height: auto;
    }
    .second-item{
        width: 50%;
    }

    .title-section4{
        font-size: 30px;
    }
    .title-section5 {
        font-size: 30px;
    }
    .title-section6 {
        font-size: 30px;
    }
    .title-section8 {
        font-size: 30px;
    } 
    .three-section {
        height: auto;
        padding-bottom: 60px;
        background-image: url(../img/adaptiv-bg.jpg);
    }
    .three-content{
        margin-left: 0;
    }
    .three-content p br{
        display: none;
    }
    .three-title-second{
        margin-top: 100px;
    }
    .three-title-second br{
        display: none;
    }
    .tovar-list{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .four-form{
        width: 100%;
    }

    .four-form h3 {
        font-size: 30px;
    }    
    .four-form h3 br{
        display: none;
    }
    .four-form form{
        justify-content: center;
    }
    .four-form form input:nth-of-type(1), .four-form form input:nth-of-type(2), .four-form form input:nth-of-type(3){
        margin-top: 30px;
    }
    .band-block{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .band-block img{
        margin: 10px;
    }
    .services-item br{
        display: none;
    }
    .slider-block{
        width: 460px;
    }
    .last-form h3 {
        font-size: 30px;
    }    
    .last-form form{
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .slider-content{
        margin: 0 !important;
    }
    .services-item{
        width: 50%;
    }
    
    .form-block {
        width: 740px;
    }
    .form-two h2 br{
        display: none;
    }
    .form-block-two form{
        justify-content: space-around;
    }
    .form-two{
        height: auto;
        padding-bottom: 40px;
    }
    .contact{
        width: 100%;
    }
    
    .contact-info {
    padding-left: 20px;
    }
    .sertivikat{
        width: 100%;
        height: auto;
    }
    .rows{
        margin-right: 0;
    }
    .coll img:last-of-type{
        display: none;
    }
    
    .feedback-tel {
    margin-right: 30px;
    }
}
.modal-tover, .modal-price, .modal-call{
    display: none;
}
footer{
    color: #989898;
    font-weight: 300;
}
footer a{
    display: inline-block;
    margin-left: 50px;
    text-decoration: none;
    color: #989898;
}
.section-servise{
    background-image: url(../img/bg-bottom.png);
    background-position: bottom center;
    -webkit-background-size: 1920px 1150px;
    background-size:  1920px 1150px;
    background-repeat: no-repeat;
}

.form-block form .but{
    width: 247px;
    /*border-radius: 100px;*/
    padding: 13px 20px;
    height: 50px;
    border: 2px solid #fe060b;
    text-transform: uppercase;
	cursor:pointer;
}
.form-block .but{
    background-color: #fe060b;
    border: none;
    color: white;
	padding: 13px 20px 15px;
    font: 500 16px 'Roboto', sans-serif;
    text-align: center;
}
.form-block .but:hover{
    background-color: #df1115;
}

.modal-window .but2, .modal-window .but4, .modal-window .but5 {
    width: 315px;
    /*border-radius: 20px;*/
    padding: 13px 20px;
    height: 45px;
    border: 2px solid #E2E2E2;
    text-transform: uppercase;
	cursor:pointer;
}
.modal-window .but2, .modal-window .but4, .modal-window .but5 {
    background-color: #FE060B;
    border: none;
    color: white;
    padding: 15px 20px 15px;
    font: 700 16px Arial;
    text-align: center;
    margin: 14px 0px 0px 0px;
}
.modal-window.but2:hover, .modal-window .but4:hover, .modal-window .but5:hover {
    background-color: #df1115;
}

form .but3 {
    background-color: #FE060B;
    box-shadow: none;
    padding: 10px 0px 10px 50px;
    width: 300px;
    font-weight: 300;
    height: 50px;
    margin-top: 30px;
    font: 500 16px 'Roboto', sans-serif;
    color: white;
    /*border-radius: 100px;*/
    border: none;
    background-image: url(../img/calc.png);
    background-repeat: no-repeat;
    background-position: center left 60px;
    cursor: pointer;
}
form .but3:hover {
    background-color: #df1115;
}

form .but6 {
    background-color: #FE060B;
    box-shadow: none;
    padding: 10px 0px 10px 40px;
    width: 300px;
    font-weight: 300;
    height: 50px;
    margin-top: 30px;
    font: 500 16px 'Roboto', sans-serif;
    color: white;
    /*border-radius: 100px;*/
    border: none;
    background-image: url(../img/phone.png);
    background-repeat: no-repeat;
    background-position: center left 55px;
    cursor: pointer;
}
form .but6:hover{
    background-color: #df1115;
}input.error {
    background: rgb(255, 126, 126)!important;
    border-color: #f05252!important;
}

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 50%;
  }
  #button {
    margin: 30px;
  }

.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}
.btnUp{
  position: fixed;
  right: 10px;
  bottom: 60px;
  width: auto;
  height: auto;
  /*background: #d8d8db;*/
  color: white;
  font-weight: bold;
  padding: 5px;
  cursor: painter;
  display: none;
}
