﻿/****************Base*styles********************/
*{
	box-sizing: border-box;
}

html { overflow-y: scroll; }

html.fixed{
    overflow: hidden;
    width: 100%;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-ExtraLight.eot');
    src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'),
        url('Montserrat-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('Montserrat-ExtraLight.woff2') format('woff2'),
        url('Montserrat-ExtraLight.woff') format('woff'),
        url('Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Regular.eot');
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('Montserrat-Regular.woff2') format('woff2'),
        url('Montserrat-Regular.woff') format('woff'),
        url('Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('Montserrat-Bold.woff2') format('woff2'),
        url('Montserrat-Bold.woff') format('woff'),
        url('Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Light.eot');
    src: local('Montserrat Light'), local('Montserrat-Light'),
        url('Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('Montserrat-Light.woff2') format('woff2'),
        url('Montserrat-Light.woff') format('woff'),
        url('Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Medium.eot');
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
        url('Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('Montserrat-Medium.woff2') format('woff2'),
        url('Montserrat-Medium.woff') format('woff'),
        url('Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-ExtraBold.eot');
    src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
        url('Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('Montserrat-ExtraBold.woff2') format('woff2'),
        url('Montserrat-ExtraBold.woff') format('woff'),
        url('Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-SemiBold.eot');
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
        url('Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('Montserrat-SemiBold.woff2') format('woff2'),
        url('Montserrat-SemiBold.woff') format('woff'),
        url('Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Thin.eot');
    src: local('Montserrat Thin'), local('Montserrat-Thin'),
        url('Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
        url('Montserrat-Thin.woff2') format('woff2'),
        url('Montserrat-Thin.woff') format('woff'),
        url('Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

body.hidden{
    overflow: hidden;
}

body,html{
    font-size: 16px;
    line-height: 22px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
}

body{
	overflow-x: hidden;
}

a:hover{
	text-decoration: none !important;
}

ul{
	padding: 0;
	margin: 0;
}

body,html,div,section{
	padding: 0;
	margin: 0;
}

button,input{
    outline: none;
}

body, input, button, label{
	font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
}

section{
    position: relative;
}


a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p{
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 22px;
}

button{
	border:none;
}

.container{
	width: 1620px;
	margin: 0 auto;
}

.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.flex-wrap{
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.space-between{
	justify-content: space-between;
}

.section-title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 11px;
}

.burger-menu{
    display: none;
}

/***************header***************************************/

#header-menu{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
    width: 100%;
    background: #fff;
    z-index: 100;
    transition: 0.6s ease;
    left: 0;
    height: 80px;
}

@keyframes menumove{
   from {
    transform: translateY(-70px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }

}

#header-menu.fixed{
    position: fixed;
    animation-name: menumove;
    animation-duration: 0.6s;
    top: 0;
    top: -20px;
    margin-top: 20px;
}

.header-line{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
   height: 100%;
    background: #fff;
    z-index: 50;
}

.mobile-head-phone{
    display: none;
}
.nav {
	align-items: center;
	display: flex;
	margin-right: 31px;
}

.nav a{
   margin-right: 62px;
   color: #000;
   font-size:14px;
   line-height: 20px;
   display: inline-block;
}
.soc {
	display: inline-flex;
    align-items: center;
}
.soc a{
	margin-right: 42px;
}
a.min_tel {display: none;}
a.menu_line:after {
    background-color: #FE0000;;
    display: block;
    content: "";
    height: 3px;
    width: 0%;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
a.menu_line:hover:after, a.menu_line:focus:after {
    width: 100%;
}
.head-phone{
    color: #000;
    font-size: 14px;
    align-items: center;
    margin-right: 100px;
    font-weight: bold;
    line-height: 20px;
}

.head-phone img{
    margin-right: 10px;
}

.head-btn{
  color: #fff;
  padding: 14px 24px;
  border: 1px solid #FE0000;
  cursor: pointer;
  background-color: #FE0000;
  transition: 0.3s ease;
  font-size: 14px;
  font-weight: bold;
	width: max-content;
}

.head-btn:hover{
    background: #fff;
    color: #FE0000;
}

.menu{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.zaliv_fon {
  background: linear-gradient(to right, #EDEEF0 80%, #F5F5F5 20%);
}
.fon_slider {
  background-image: url(../images/slide-fon.jpg);
  background-size: cover;
	height: 1080px;
}
.fon_slider_blur {
	background-color: #000;
    position: absolute;
    height: 100%;
    z-index: 2;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;

}
#slider-home {margin-top: -80px;
    z-index: 80;}
.slide_opis {
	position: absolute;
	  z-index: 99;
    height: 100%;
    width: 100%;
    left: 0;
    top: -80px;
		padding-top:370px;
		padding-bottom: 66px;
}
.slide_zag {
	font-size: 32px;
	text-transform: uppercase;
	color:#fff;
	line-height: 44px;
	margin-bottom: 15px;
}
.slide_zag  span {
	font-weight: 900;
	font-size: 48px;
}
.bl_sl {
	display: flex;
    flex-wrap: wrap;
}
.slide_preim {
	font-size: 14px;
line-height: 17px;
font-weight: 600;
color:#fff;
position: relative;
    display: unset;
		left:3%;
		margin-bottom: 18px;
		width: 100%;
}
.slide_garant {
	font-size: 14px;
line-height: 17px;
font-weight: 600;
color:#fff;
position: relative;
    display: unset;
		left:3%;
		margin-bottom: 18px;
		width: 100%;
}
.slide_preim::before {
	content: " ";
    background-image: url(../images/slide-avto.png);
    background-size: contain;
    width: 27px;
    height: 27px;
		left: -45px;
    top: -20%;
    background-repeat: no-repeat;
    position: absolute;
}
.slide_garant::before {
	content: " ";
    background-image: url(../images/slide-garant.png);
    background-size: contain;
    width: 27px;
    height: 27px;
		left: -45px;
    top: -20%;
    background-repeat: no-repeat;
    position: absolute;
}
.slide_mosh {
	font-size: 14px;
line-height: 17px;
color: #FFFFFF;
margin-bottom: 43px;
}
.bgvideo {
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 200;
}
.name_site {
	font-weight: 900;
font-size: 32px;
line-height: 39px;
text-transform: uppercase;
color: #FFFFFF;
position: absolute;
    bottom: 65px;
}
#block_preim {
  padding-top:70px;
}
.opis {
  font-size: 14px;
line-height: 17px;
color: #000000;
width: 35%;
margin-bottom: 38px;
}
.spisok_preim {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	margin-top: 40px;
}
.preim {
  width: 24%;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
	background: #fff;
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 45px;
	padding-left: 21px;
}
.img_preim {
  width: max-content;
  background: #FE0000;
  border-radius: 20px;
  padding: 17px;
  margin-bottom: 33px;
}
.zag_preim {
  font-size: 22px;
line-height: 27px;
font-weight: bold;
margin-bottom: 21px;
}
.hb {
	height: 60px;
}
.us {
	margin-top:30px;
	margin-bottom: 40px;
}
.opis_preim {
  font-size: 14px;
line-height: 17px;
}
.block_cons {
	display: -webkit-inline-box;
	margin: 44px 0px;
}
.opis_cons {
	font-size: 14px;
    line-height: 17px;
    color: #000000;
    width: 38%;
    margin-left: 35px;
}
.block_form {
	background: #fff;
	padding: 66px 53px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
border-radius: 25px;
margin-bottom: 41px;
position: relative;
}
.form_opis {
	font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 35px;
}
.form_master {
	margin-bottom: 18px;
}
.confid {
	font-size: 12px;
    line-height: 14px;
    color: #202020;
}
.img_master {
	position: absolute;
	right: 9%;
  top: -12%;
}
input {
    width: 300px;
    padding: 10px 10px 18px 0;
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
    outline: none;
    color: #202020 !important;
    font-size: 14px;
    line-height: 17px;
    position: relative;
    z-index: 1;
}
input::placeholder {
	color: #202020 !important;
}
.form_master input {
    margin-right: 45px;
}
.btn {
	box-shadow: none;
	outline: none;
	border: none;
	cursor: pointer;
	background: transparent;
	position: relative;
	font-size: 14px;
	border-bottom: 1px solid #202020;;
	display: inline-block;
	padding: 10px 28px 18px 10px;
	width: 150px;
	color: #202020;
}
.btn:after {
	content: '';
	position: absolute;
	background: url(../images/black-arrow-btn.svg);
	background-repeat: no-repeat;
	width: 18px;
	height: 17px;
	right: 15px;
	top: 12px;
	transition: 0.3s ease;
}
.btn:hover:after {
    transform: scale(-1,1);
}
.sl {
	margin-bottom: 38px;
}
/***************Sliders***************************************/
.work-item{
    border-radius: 25px;
    background: #fff;
    width: 390px;
    height: 630px;
    position: relative;
    margin-bottom: 40px;
		padding: 29px 20px 50px 20px;
}
.reviews-item{
    border-radius: 15px;
    width: 505px;
    height: 275px;
    position: relative;
		margin-bottom: 40px;
}

.work-item img{
    margin-bottom: 20px;
		border-radius: 10px;
}

.rabota{
    font-weight: bold;
    margin-bottom: 15px;
		font-size: 22px;
		line-height: 27px;
}

.work-item p{
    font-size: 14px;
    line-height: 17px;
		color: #000000;
		margin-bottom: 8px;
}

.work-slider .carousel-cell{
    margin-right: 20px;
}
.reviews-slider .carousel-cell3{
    margin-right: 52px;
}
.uslugi-slider .carousel-cell2{
    margin-right: 20px;
}
.work-slider .flickity-page-dots .dot{
    background: #fe00005e;
}
.reviews-slider .flickity-page-dots .dot{
    background: #fe00005e;
}
.uslugi-slider .flickity-page-dots .dot{
    background: #fe00005e;
}
.flickity-page-dots .dot.is-selected{
    background: #FE0000;
}
.work-slider .flickity-button svg{
    display: none;
}
.reviews-slider .flickity-button svg{
    display: none;
}
.uslugi-slider .flickity-button svg{
    display: none;
}

.work-slider .flickity-button{
    background: transparent;
    background-image: url(../images/Arrow-slide.svg);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}
.uslugi-slider .flickity-button{
    background: transparent;
    background-image: url(../images/Arrow-slide.svg);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}
.reviews-slider .flickity-button{
    background: transparent;
    background-image: url(../images/Arrow-slide.svg);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.work-slider .flickity-prev-next-button.previous{
    left: 45%;
    transform: translateX(-50%);
}
.uslugi-slider .flickity-prev-next-button.previous{
    left: 45%;
    transform: translateX(-50%);
}
.reviews-slider .flickity-prev-next-button.previous{
    left: 45%;
    transform: translateX(-50%);
}

.work-slider .flickity-prev-next-button.next{
    right: 45%;
    transform: scale(-1,1) translateX(-50%);
}
.uslugi-slider .flickity-prev-next-button.next{
    right: 45%;
    transform: scale(-1,1) translateX(-50%);
}
.reviews-slider .flickity-prev-next-button.next{
    right: 45%;
    transform: scale(-1,1) translateX(-50%);
}

.work-slider .flickity-prev-next-button{
    top: auto;
    transform: none;
    bottom: -41px;
}
.uslugi-slider .flickity-prev-next-button{
    top: auto;
    transform: none;
    bottom: -47px;
}
.reviews-slider .flickity-prev-next-button{
    top: auto;
    transform: none;
    bottom: -41px;
}
.reviews-slider {
	margin-top: 40px;
}
.uslugi-slider .flickity-page-dots{
    bottom: -32px;
}
#our-uslugi {
	margin-top: 40px;
}
.mosh {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
line-height: 17px;
color: #000000;
}
#work1 .polos_m {
	height: 22px;
	background: linear-gradient(to right, #AAAAAA 83%, #FE0000 17%);
	margin: 6px 0;
}
#work2 .polos_m {
	height: 22px;
	background: linear-gradient(to right, #AAAAAA 94%, #FE0000 6%);
	margin: 6px 0;
}
#work3 .polos_m {
	height: 22px;
	background: linear-gradient(to right, #AAAAAA 75%, #FE0000 25%);
	margin: 6px 0;
}
#work4 .polos_m {
	height: 22px;
	background: linear-gradient(to right, #AAAAAA 70%, #FE0000 30%);
	margin: 6px 0;
}
#work5 .polos_m {
	height: 22px;
	background: linear-gradient(to right, #AAAAAA 90%, #FE0000 10%);
	margin: 6px 0;
}
#work6 .polos_m {
	height: 22px;
	background: linear-gradient(to right, #AAAAAA 94%, #FE0000 6%);
	margin: 6px 0;
}
#work7 .polos_m {
	height: 22px;
	background: linear-gradient(to right, #AAAAAA 74%, #FE0000 26%);
	margin: 6px 0;
}
#work8 .polos_m {
	height: 22px;
	background: linear-gradient(to right, #AAAAAA 80%, #FE0000 20%);
	margin: 6px 0;
}
#work9 .polos_m {
	height: 22px;
	background: linear-gradient(to right, #AAAAAA 91%, #FE0000 9%);
	margin: 6px 0;
}
#work10 .polos_m {
	height: 22px;
	background: linear-gradient(to right, #AAAAAA 96%, #FE0000 4%);
	margin: 6px 0;
}
#work11 .polos_m {
	height: 22px;
	background: linear-gradient(to right, #AAAAAA 91%, #FE0000 9%);
	margin: 6px 0;
}
#work12 .polos_m {
	height: 22px;
	background: linear-gradient(to right, #AAAAAA 92%, #FE0000 8%);
	margin: 6px 0;
}
#work13 .polos_m {
	height: 22px;
	background: linear-gradient(to right, #AAAAAA 61%, #FE0000 39%);
	margin: 6px 0;
}
#work14 .polos_m {
	height: 22px;
	background: linear-gradient(to right, #AAAAAA 61%, #FE0000 39%);
	margin: 6px 0;
}
#work15 .polos_m {
	height: 22px;
	background: linear-gradient(to right, #AAAAAA 72%, #FE0000 28%);
	margin: 6px 0;
}
#work16 .polos_m {
	height: 22px;
	background: linear-gradient(to right, #AAAAAA 87%, #FE0000 13%);
	margin: 6px 0;
}
.work_doposle {
	margin-bottom: 38px;
}
.price-item {
    border-radius: 10px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 390px;
    height: 510px;
    position: relative;
		margin-bottom: 50px;
}
.price-item img {
    margin-bottom: 23px;
}
.usluga {
	  font-size: 22px;
	  line-height: 27px;
    font-weight: bold;
    height: 90px;
    padding-left: 21px;
}
.price-item p {
    padding-left: 21px;
    font-size: 14px;
		line-height: 17px;
    padding-right: 25px;
}
.price-item .btn2 {
    font-size: 14px;
    position: absolute;
    left: 21px;
    bottom: 20px;
    line-height: 17px;
    padding-bottom: 5px;
    padding-right: 7px;
}
.btn2 {
	box-shadow: none;
	outline: none;
	border: none;
	cursor: pointer;
	background: transparent;
	position: relative;
	font-size: 14px;
	border-bottom: 1px solid #202020;;
	display: inline-block;
	color: #202020;
}
/***************Rezult Chip-tuning***************************************/
#rezult_chip {
	margin-top: 98px;
	padding-bottom: 74px;
}
    .tabs>input[type="radio"] {
      display: none;
    }
.tabs {
	margin-bottom: 13px;
}
    .tabs>input[type="radio"]:checked+label {
			border-bottom: 1px solid #202020;
      cursor: default;
    }

    .tabs>div {
      display: none;
      padding-top: 10px;
    }

    #tab-btn-1:checked~#content-1,
    #tab-btn-2:checked~#content-2,
    #tab-btn-3:checked~#content-3 {
      display: block;
    }

    .tabs>label {
      display: inline-block;
      vertical-align: middle;
      user-select: none;
      padding-bottom: 5px;;
      font-size: 14px;
      line-height: 17px;
      transition: color 0.15s ease-in-out;
      cursor: pointer;
			margin-right: 45px;
			color: #202020;
			margin-bottom: 38px;
    }
.chip-block {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
.min-block {
	width: 100px;
	height: 100px;
	background: #FFFFFF;
border-radius: 5px;
text-align: center;
margin-right: 15px;
margin-bottom: 22px;
}

.min-block p {
	font-size: 14px;
	color: #202020;
}
.h_chip {
	height: 65px;
	text-align: center;
	position: relative;
 }
 .h_chip img{
	 margin: auto;
	     top: 0;
	     right: 0;
	     bottom: 0;
	     left: 0;
	     position: absolute;
  }
.min-block:hover {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
border-radius: 10px;
}
.min-block + .min-block {
  margin-left: 17px;
}
.tb {
	color: #FE0000;
	border-bottom: 1px solid #FE0000;
}
/***************about**************************************/
#about {
	display: flex;
    align-items: center;

}
.about-img {
	width: 46%;
}
.as-viravnivanye {
    width: 42%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about {
	width: 683px;
}
.text-about {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
}
.text-about-zag {
	margin-top: 25px;
    font-weight: bold;
    font-size: 16px;
}
.form_consult {
	margin-top: 30px;
	    margin-bottom: 15px;
}
.form_consult input {
	width: 280px;
	margin-right: 45px;
	margin-bottom: 40px;
}
.form_consult .head-btn {
	padding: 25px 51px;
}
#video-otziv {
	margin-bottom: 60px;
}
/*************Answer and question********************************/
.spec-txt-dop {
	font-size: 14px;
line-height: 16px;
}
#answer-quest {
	padding-top: 43px;
	padding-bottom: 72px;
}
.ansque {margin-top: 30px;
	display: flex;
	    justify-content: space-between;
}
.block_answer {
	width: 45%;
}
.bloki_vopr_otv {
	margin-bottom: 22px;
	position: relative;
	padding: 0 0 0 55px;
}
/* скрываем чекбоксы и блоки с содержанием */
.hide,
.hide + label ~ div {
    display: none;
}
/* вид текста label */
.hide + label {
    margin: 0;
    padding: 0;
    cursor: pointer;
font-weight: 600;
font-size: 24px;
line-height: 29px;
color: #000000;
}
/* вид текста label при активном переключателе */
.hide:checked + label {
    border-bottom: 0;
}
/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label + div {
    display: block;

    padding-top: 22px;
		font-weight: normal;
font-size: 16px;
line-height: 20px;
color: #000000;
margin-bottom: 28px;
    /* чуточку анимации при появлении */
     -webkit-animation:fade ease-in 0.5s;
     -moz-animation:fade ease-in 0.5s;
     animation:fade ease-in 0.5s;
}
/* анимация при появлении скрытых блоков */
@-moz-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
.bloki_vopr_otv label {
	position: relative;
}
.hide + label:before {
	content: " ";
	background-image: url(../images/plus.svg);
	 background-size: contain;
	 width: 27px;
		 height: 27px;
		 left:-53px;
		 display: inline-block;
		 vertical-align: middle;
		 background-repeat: no-repeat;
		 background-position: center;
		 position: absolute;
}
.hide:checked + label:before {
	  content: " ";
    background-image: url(../images/minus.svg);
		background-size: contain;
 	 width: 27px;
 		 height: 27px;
 		 margin-right: 15px;
 		 display: inline-block;
 		 vertical-align: middle;
 		 background-repeat: no-repeat;
		 background-position: center;
		 position: absolute;
}
/* сontact */
#contact_block {
	background: #fff;
    display: flex;
}
.footer-info {
    width: 47%;
    padding-top: 50px;
    padding-bottom: 65px;
    padding-left: calc((100% - 1620px)/2);
    padding-right: 50px;
		font-size: 14px;
}
.footermap {
	width: 53%;
}
#footer-logo {
	width: 250px;
    margin-bottom: 35px;
}
.mb-3 {
    margin-bottom: 3rem;
}
.mb-4 {
    margin-bottom: 4rem;
}
.footer-info a {color:#000;}
.ft-icon {
    display: inline-block;
    margin-right: 10px;
		    vertical-align: middle;
}
.form_footer {
	margin-bottom: 75px;
}
.form_footer input {
    width: 280px;
    margin-right: 45px;
    margin-bottom: 40px;
}
.allreserved {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 13px;
}
.develop {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}
/********popup***********/
.popup-mask{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 500;
    left: -200vw;
    background: #a2a2a273;
}

.popup-mask.opn{
   left: 0;
   position: fixed;
}
.popup{
    position: absolute;
    left: 50%;
    top: 50%;
    background: #FFFFFF;
    border-radius: 25px;
    z-index: 550;
    text-align: center;
    padding: 70px 65px 58px 65px;
    width: 580px;
    transform: translateX(-50%) translateY(-30%);
    overflow: hidden;
    transition: 0.5s ease;
    opacity: 0;
    z-index: -2000;
}

.popup.opn{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2000;
}

.cont-for-blur{
    transition: 0.3s ease;
}

.cont-for-blur.active{
    filter: blur(10px);
}

.popup input{
    width: 300px;
    margin-bottom: 30px;
		text-align: center;
}


.close-popup{
    position: absolute;
    right: 0px;
    top: -37px;
    width: 44px;
    height: 120px;
    transform: rotate(-45deg);
    cursor: pointer;
}

.close-popup img{
    position: absolute;
    left: 5px;
    top: 45px;
    transform: rotate(45deg);
    transition: 0.3s ease;
}

.close-popup:hover img{
   transform: rotate(-135deg);
}
.success-popup img{
width: 65%;
}
.poput-title{
    color: #000;
    font-size: 24px;
    line-height: 29px;
    font-weight: 900;
    margin-bottom: 50px;
}
.poput-title span {
	color:#FE0000;
	text-decoration: underline;
}
.chip-mark-popup-open {
	cursor: pointer;
}
.popup-confident{
    color: #B0B0B0;
    font-size: 12px;
    line-height: 15px;
}

.red-btn{
    display: inline-block;
    color: #fff;
		margin-top: 0px;
    cursor: pointer;
    box-shadow: 0px 10px 20px rgba(254, 0, 0, 0.15);
    padding: 16px 24px;
    position: relative;
    background: #FE0000;
    font-size: 14px;
}

.popup-form{
    margin-bottom: 26px;
}

.sale-popup .popup-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}



.black-color{
    color: #4D4D4D;
}

.video-pop-cont{
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

.video-popup{
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
}

/***************Media****************/
@media (min-width: 1920px) {
.fon_slider {
    height: auto;
}
}
@media (max-width: 1680px) {
	.nav a {
		margin-right: 40px;
		font-size: 16px;
line-height: 18px;
	}
	.about-img {
    width: 48%;
}
	.name_site {
		bottom: 6%;
	}
.slide_opis {padding-top: 440px;}

.head-btn {
    color: #fff;
    padding: 22px 24px;
	}
	.as-viravnivanye {
    width: 50%;}
		.about {
    width: 800px;
}
	.text-about {
	    margin-bottom: 10px;
	    font-size: 14px;
	    line-height: 16px;
	}
	.form_consult {
    margin-top: 25px;
}
.form_consult input {
    margin-bottom: 30px;
}
}
@media (max-width: 1600px) {
	.container {
    width: 1400px;
	}
	.footer-info {
		padding-bottom: 20px;
	}
	.head-btn {
    padding: 14px 24px;
	}
	.nav a {
    margin-right: 32px;
	}
	.opis {
	width: 48%;
	}
	.opis_cons {
		width: 53%;
	}
	.block_form {
		padding: 50px 35px;
	}
	input {
    width: 250px;
	}
	.img_master {
		right: -1%;
	}
	.work-item img {
		width: 100%;
	}
	.work-item {
		width: 320px;
    height: 585px;
	}
	.work-slider .carousel-cell {
    margin-right: 40px;
  }
	.price-item img {
    width: 100%;
	}
	.price-item {
		width: 320px;
	}
	.uslugi-slider .carousel-cell2 {
    margin-right: 40px;
	}
	.rabota {
		height: 50px;
		font-size: 20px;
    line-height: 26px;
	}
	.usluga {
		font-size: 20px;
    line-height: 25px;
	}
	.text-about {
    font-size: 12px;
		line-height: 15px;
	}
	.form_consult input {
    width: 215px;
    margin-right: 32px;
    margin-bottom: 29px;
	}
	.form_consult .head-btn {
    padding: 19px 17px;
	}
	.about-img {
    width: 49%;
	}
	.as-viravnivanye {
    width: 47%;
	}
	.about {
    width: 680px;
	}
	.form_consult {
    margin-top: 38px;
	}
	.block_answer {
    width: 49%;
	}
	.footer-info {
		padding-left: calc((100% - 1400px)/2);
	}
	.form_footer input {
    width: 230px;
	}
	.reviews-item {
		width: 430px;
	    height: 230px;
	}

.fon_slider video {    width: 74%;}
.fon_slider {height: 890px;
    width: auto;
}
.slide_opis {padding-top: 350px;}
.name_site {
    bottom: 0%;
}
}
@media (max-width: 1440px) {
	.container {
    width: 1200px;
	}
	.nav a {
    margin-right: 18px;
		font-size: 14px;
    line-height: 16px;
}
.about-img {
    width: 43%;
}

.head-btn {
    padding: 12px 22px;
}
.fon_slider {
    height: 800px;
	}
.slide_zag {
    font-size: 30px;}
		.slide_zag span {
	    font-size: 42px;
	}
	.name_site {
		font-size: 26px;
		bottom: -3%;
	}
	.work-item {
    width: 270px;
    height: 540px;
}
.price-item {
    width: 270px;
}
.min-block {
    width: 80px;
    height: 80px;
	}
	.h_chip {
    height: 48px;
	}
	.h_chip img {
		width: 38%;
	}
	.min-block p {
    font-size: 12px;
		line-height: 20px;
	}
	.section-title {
		font-size: 28px;
    line-height: 31px;
	}
	.text-about {
    font-size: 10px;
    line-height: 12px;
}
.text-about-zag {
	margin-top: 10px;
	font-size: 13px;
	line-height: 15px;
}
.spec-txt-dop {
    font-size: 12px;
    line-height: 14px;
}
.confid {
    font-size: 10px;
    line-height: 12px;
	}
	.form_consult {
    margin-top: 15px;
}
.form_consult .head-btn {
    padding: 14px 17px;
}
.as-viravnivanye {
    width: 51%;
}
.reviews-item {
    width: 365px;
    height: 210px;
}
.hide + label {
	font-size: 20px;
}
.footer-info {
    padding-left: calc((100% - 1200px)/2);
		padding-bottom: 40px;
}
.about {
    width: 690px;
}

.form_footer input {
    width: 213px;
		margin-right: 25px;
}
.allreserved {
    font-size: 10px;
	}
	.develop {
    font-size: 10px;
	}
}
@media (max-width: 1366px) {
	.container {
    width: 1166px;
	}
	#header-menu {
		height: 55px;
	}
	.about-img {
	    width: 41%;
	}
	.as-viravnivanye {
    width: 50%;
}
.about {
    width: 650px;
}
.text-about-zag {
    margin-top: 8px;
    font-size: 12px;
    line-height: 14px;
}
.spec-txt-dop {
    font-size: 10px;
    line-height: 12px;
}
.form_consult input {
	margin-bottom: 15px;
}
	.logo-link img {width: 132px;}
	.nav a {
		font-size: 10px;
    margin-right: 40px;
}
.soc img {width: 15px;}
.head-btn {
    padding: 6px 17px;
		font-size: 10px;
}
.fon_slider {
    height: 760px;
	}
.slide_zag {
    font-size: 20px;
		line-height: 35px;
}
.slide_zag span {
    font-size: 30px;
}
.slide_preim {
    font-size: 10px;
	}
.slide_garant {
		 font-size: 10px;
	}
	.slide_mosh {
    font-size: 10px;
	}
	.name_site {
    font-size: 24px;
	}
	.slide_preim::before {
		width: 20px;
height: 20px;
left: -35px;
	}
	.slide_garant::before {
		width: 20px;
    height: 20px;
    left: -35px;
	}
	.section-title {
    font-size: 24px;
    line-height: 29px;
}
.opis {
    width: 40%;
		font-size: 12px;
    line-height: 15px;
}
.preim {
	padding-top: 14px;
	padding-right: 6px;
    padding-bottom: 35px;
    padding-left: 15px;
}
.zag_preim {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 9px;
}
.opis_preim {
    font-size: 12px;
    line-height: 15px;
	}
	.img_preim {
	margin-bottom: 13px;
	padding: 12px;
	}
	.img_preim img {
		width:46px;
	}
	.opis_cons {
    width: 39%;
		font-size: 12px;
    line-height: 16px;
}
.block_cons .head-btn {
	padding: 11px 17px;
    font-size: 12px;
    display: inline-table;
}
.form_opis {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 28px;
}
input {
    width: 213px;
		font-size: 12px;
    line-height: 15px;
		padding: 10px 10px 10px 0;
}
.form_master input {
    margin-right: 32px;
}
.btn {
	padding: 10px 28px 10px 0px;
  width: 125px;
	font-size: 12px;
}
.form_master {
    margin-bottom: 25px;
}
.block_form {
    padding: 38px;
		margin-bottom: 57px;
}
.img_master {
	right: -3%;
	top: -14%;
}
.img_master img {
	width: 81%;
}
.spisok_preim {
	margin-top: 30px;
}
.hb {
    height: 30px;
}
#block_client_vibor {
	margin-bottom: 56px;
}
.work-item {
    width: 276px;
    height: 470px;
		padding: 20px 14px 35px 14px;
    border-radius: 17px;
}
.rabota {
    height: 10px;
    font-size: 14px;
    line-height: 19px;
}
.work-item img {
    margin-bottom: 14px;
    border-radius: 7px;
}
.work-item p {
    font-size: 12px;
    line-height: 15px;
	}
.mosh  {
	font-size: 10px;
    line-height: 12px;
}
.polos_m {
    height: 16px;
	}
	.work_doposle {
		margin-bottom: 26px;
	}
	.work-slider .carousel-cell {
	    margin-right: 20px;
	}
	#our-uslugi {
    margin-top: 70px;
}
.usluga {
    font-size: 16px;
    line-height: 19px;
		height: 70px;
		padding-left: 14px;
}
.price-item p {
    padding-left: 14px;
    font-size: 12px;
    line-height: 15px;
    padding-right: 22px;
}
.price-item {
    width: 276px;
		height: 450px;
		margin-bottom: 27px;
}
.price-item .btn2 {
	font-size: 12px;
	left: 14px;
	line-height: 15px;
}
.uslugi-slider .carousel-cell2 {
    margin-right: 20px;
}
.uslugi-slider .flickity-prev-next-button {
    bottom: -41px;
}
.uslugi-slider .flickity-page-dots {
    bottom: -24px;
}
#rezult_chip {
    margin-top: 57px;
    padding-bottom: 39px;
}
.tabs>label {
	margin-bottom: 22px;
	font-size: 12px;
    line-height: 15px;
}
.min-block {
	margin-right: 12px;
    margin-bottom: 16px;
		width: 71px;
    height: 71px;
}
.min-block p {
    font-size: 10px;
    line-height: 12px;
}
.h_chip {
    height: 42px;
}
.h_chip img {
    width: 30%;
}
.chip-popup-open {
	display: none;
}
.reviews-item {
    width: 340px;
    height: 190px;
}
.reviews-slider .carousel-cell3 {
    margin-right: 71px;
}
.hide + label {
    font-size: 16px;
}
.hide:checked + label + div {
	    font-size: 12px;
			padding-top: 15px;
			margin-bottom: 18px;
}
.bloki_vopr_otv {
    margin-bottom: 16px;
		padding: 0 0 0 40px;
	}
	.hide + label:before {
		width: 20px;
height: 20px;
top: 1%;
left: -42px;
	}
	#footer-logo {
    width: 230px;
    margin-bottom: 20px;
}
.mb-3 {
    margin-bottom: 1rem;
		font-size: 12px;
    line-height: 15px;
}
.mb-4 {
    margin-bottom: 2.5rem;
}
.form_footer {
    margin-bottom: 100px;
}
.allreserved {
	  margin-bottom: 11px;
		line-height: 11px;
		font-size: 9px;
}
.develop {
    font-size: 9px;
		line-height: 11px;
}
.footer-info {
    padding-left: calc((100% - 1160px)/2);
    padding-bottom: 33px;
}
}
@media (max-width: 1280px) {
	.as-viravnivanye {
    width: 50%;
}
.about-img {
    width: 48%;
}
.as-viravnivanye {
    width: 49%;
}
.about {
    width: 500px;
}
.nav a {
    font-size: 12px;
	}
.fon_slider {
    height: auto;
	}
	.slide_opis {
    padding-top: 320px;
}
}

@media (max-width: 1100px) {
	.container {
     width: 900px;
 }
 a.head-phone {display: none;}
 a.min_tel {display: block;}
 .nav a {
    font-size: 10px;
    margin-right: 26px;
}
.soc img {width: 11px;}
#header-menu {
    height: 40px;
}
.head-btn {
    padding: 2px 10px;
    font-size: 8px;
}
.logo-link img {
    width: 100px;
}
.slide_zag {
    font-size: 16px;
    line-height: 24px;
}
.slide_zag span {
    font-size: 22px;
}
.slide_preim {
	margin-bottom: 8px;
}
.slide_garant {
	margin-bottom: 8px;
}
.slide_preim::before {
    width: 18px;
    height: 18px;
    left: -28px;
		top: -9%;
}
.slide_garant::before {
    width: 18px;
    height: 18px;
    left: -28px;
		top: -9%;
}
.slide_mosh {
	margin-bottom: 15px;
}
.name_site {
    font-size: 16px;
		bottom: -8%;
}
.fon_slider {
    height: 570px;
	}
	.slide_opis {
    padding-top: 290px;
}
}
@media (max-width: 1024px) {
	.popup {
		padding: 30px 40px 40px 40px;
    width: 400px;
	}
	.spec-txt-dop {
    font-size: 10px;
    line-height: 12px;
}
.nav a {
    font-size: 12px;
	}
	#header-menu {
    height: 50px;
}
	.popup input {
    width: 200px;
    margin-bottom: 30px;
    text-align: center;
}
.poput-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
}
.red-btn {
	margin-top: 0px;
	padding: 12px 23px;
	font-size: 12px;
}
.popup-confident {
	font-size: 10px;
    line-height: 14px;
}
	.opis {
    width: 50%;
	}
	.opis_cons {
    width: 48%;
	}
	.section-title {
    font-size: 18px;
    line-height: 22px;
}
.img_preim img {
    width: 30px;
}
.img_preim {
    margin-bottom: 10px;
    padding: 10px;
		padding: 7px 12px;
	}
	.zag_preim {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 10px;
}
.opis_preim {
    font-size: 10px;
    line-height: 15px;
}
.preim {
	padding-bottom: 20px;
	width: 23%;
}
input {
    width: 119px;
	}
	.confid {
    font-size: 9px;
    line-height: 12px;
}
.block_form {
    padding: 22px;
    margin-bottom: 35px;
}
.img_master img {
    width: 60%;
}
.img_master {
    right: -10%;
    top: -10%;
}
.hb {
    height: 15px;
}
.work-item {
    width: 202px;
    height: 330px;
    padding: 10px 7px 20px 7px;
    border-radius: 10px;
		margin-bottom: 20px;
}
.rabota {
    height: 13px;
    font-size: 10px;
    line-height: 14px;
}
.work-item img {
    margin-bottom: 0px;
    border-radius: 4px;
}
.work-slider .carousel-cell {
    margin-right: 30px;
}
.mosh {
    font-size: 8px;
    line-height: 8px;
}
.polos_m {
    height: 9px !important;
}
.work_doposle {
    margin-bottom: 15px;
}
.work-item p {
    font-size: 10px;
    line-height: 12px;
}
#our-uslugi {
    margin-top: 60px;
}
.sl {
    margin-bottom: 15px;
}
.usluga {
    font-size: 10px;
    line-height: 12px;
    height: 30px;
    padding-left: 8px;
}
.price-item p {
    padding-left: 8px;
    font-size: 7px;
    line-height: 10px;
    padding-right: 5px;
}
.price-item img {
    margin-bottom: 5px;
}
.price-item .btn2 {
    font-size: 8px;
    left: 8px;
    line-height: 10px;
		padding-bottom: 3px;
    padding-right: 0px;
}
.price-item {
    width: 202px;
    height: 260px;
}
.uslugi-slider .carousel-cell2 {
    margin-right: 30px;
}
.min-block p {
    font-size: 6px;
    line-height: 7px !important;
}
.min-block {
    margin-right: 10px;
    margin-bottom: 15px;
    width: 53px;
    height: 53px;
		border-radius: 2px;
}
.h_chip {
    height: 34px;
}
.h_chip img {
    width: 38%;
}
.min-block:hover {
    border-radius: 5px;
}
.tabs>label {
    margin-bottom: 7px;
    font-size: 7px;
    line-height: 7px;
		margin-right: 15px;
		padding-bottom: 3px;
}
.text-about {
    font-size: 7px;
    line-height: 9px;
}
.about {
    width: 450px;
}
.as-viravnivanye {
    width: 49%;
}
.form_consult input {
    width: 120px;
    margin-right: 20px;
    margin-bottom: 13px;
font-size: 7px;
line-height: 9px;
padding: 8px 10px 8px 0;
}
.text-about-zag {
    margin-top: 15px;
    font-size: 11px;
}
.form_consult .head-btn {
    padding: 10px 8px;
}

.reviews-slider {
    margin-top: 20px;
}
.reviews-item {
    width: 260px;
    height: 142px;
		margin-bottom: 20px;
}
.reviews-slider .carousel-cell3 {
    margin-right: 60px;
}
.reviews-slider .flickity-button {
	background-size: contain !important;
}
.uslugi-slider .flickity-button {
	background-size: contain !important;
}
.work-slider .flickity-button {
	background-size: contain !important;
}
.flickity-prev-next-button {
    width: 30px;
    height: 30px;
	}
	.flickity-page-dots {
		bottom: -32px;
	}
	.uslugi-slider .flickity-prev-next-button {
    bottom: -33px;
}
.hide + label {
    font-size: 10px;
}
.hide:checked + label + div {
    font-size: 8px;
    padding-top: 0px;
    margin-bottom: 10px;
    line-height: 12px;
}
.hide + label:before {
    width: 14px;
    height: 14px;
		top: -5%;
left: -27px;
}
.hide:checked + label:before {
	width: 14px;
height: 14px;
}
.bloki_vopr_otv {
    margin-bottom: 10px;
    padding: 0 0 0 30px;
}
.footer-info {
    padding-left: calc((100% - 900px)/2);
    padding-bottom: 30px;
		padding-top: 30px;
}
#footer-logo {
    width: 150px;
    margin-bottom: 15px;
}
.mb-3 {
    margin-bottom: 2rem;
    font-size: 12px;
    line-height: 15px;
}
.ft-icon {
	vertical-align: middle;
}
.mb-4 {
	font-size: 13px;
    line-height: 15px;
}
.form_footer input {
    width: 150px;
    margin-right: 15px;
		padding: 10px 10px 5px 0;
		margin-bottom: 20px;
}
.form_footer .btn {
	padding: 10px 36px 10px 0px;
    width: 150px;
    font-size: 12px;
}
.form_footer {
    margin-bottom: 70px;
}
}
@media (max-width: 768px) {
	.container {
    width: 668px;
}
.spec-txt-dop {
    font-size: 7px;
    line-height: 9px;
}
#header-menu {
    height: 31px;
}
.logo-link img {
    width: 75px;
}
.nav a {
    font-size: 8px;
    margin-right: 20px;
}
.nav {
	margin-right: 10px;
}
.head-btn {
    padding: 0px 10px;
		font-size: 10px;
	}
	.fon_slider {
    height: 415px;
}
#block_preim {
    padding-top: 35px;
}
.slide_zag {
    font-size: 18px;
    line-height: 20px;
		margin-bottom:10px;
}
.slide_zag span {
    font-size: 20px;
}
.slide_opis {
    padding-top: 245px;
}
.slide_preim::before {
    width: 18px;
    height: 18px;
    left: -27px;
    top: 1%;
}
.slide_preim {
    font-size: 10px;
		left: 4%;
}
.slide_garant {
    font-size: 10px;
		left: 4%;
}
.slide_garant::before {
    width: 18px;
    height: 18px;
    left: -27px;
    top: 1%;
}
.slide_mosh {
    font-size: 10px;
}
.name_site {
    font-size: 13px;
    bottom: -16%;
}
.section-title {
    font-size: 16px;
    line-height: 18px;
		margin-bottom: 5px;
}

.opis {
    width: 56%;
		font-size: 10px;
    line-height: 12px;
		margin-bottom: 24px;
}
#slider-home {
	    margin-top: 0px;
}
.opis_preim {
    font-size: 10px;
    line-height: 12px;
}
.img_preim {
	border-radius: 8px;
	padding: 7px 7px;
}
.img_preim img {
    width: 26px;
		vertical-align: middle;
}
.zag_preim {
	margin-bottom: 0px;
    height: 35px;
		font-size: 11px;
    line-height: 13px;
}
.preim {
	border-radius: 10px;
	padding-bottom: 13px;
	padding-right: 4px;
	padding-left: 9px;
}
.block_cons {
	margin: 25px 0px;
}
.opis_cons {
	font-size: 10px;
    line-height: 12px;
		width: 52%;
}
.block_cons .head-btn {
    padding: 5px 11px;
    font-size: 10px;
}
.block_form {
    padding: 21px;
    margin-bottom: 34px;
    border-radius: 10px;
}
.form_opis {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 5px;
}
input {
	padding: 5px 0px 7px 0;
}
form.form_master input {
		width: 119px;
    margin-right: 17px;
    font-size: 9px;
		padding: 5px 20px 6px 0;
}
.form_master .btn {
	width: 80px;
font-size: 9px;
padding: 10px 28px 9px 0px;
}
.confid {
    font-size: 7px;
    line-height: 9px;
}
.img_master img {
    width: 43%;
}
.work-item p {
    font-size: 10px;
    line-height: 12px;
}
.mosh {
    font-size: 9px;
    line-height: 11px;
}

.img_master {
    right: -30%;
    top: -10%;
}
.btn:after {
	width: 12px;
    height: 10px;
		right: 4px;
    top: 9px;
		background-size: contain;
}
.spisok_preim {
    margin-top: 23px;
}
input {
	padding: 5px 0px 7px 0;
}
.us {
    margin-top: 20px;
    margin-bottom: 34px;
}
#block_client_vibor {
    margin-bottom: 0px;
}
#our_work .section-title {
	margin-bottom: 14px;
}
.work-item {
    width: 152px;
    height: 310px;
		padding: 7px 7px 20px 7px;
		margin-bottom: 0px;
}
.usluga {
    font-size: 11px;
	}

.rabota {
    height: 15px;
	}
	.work-slider .carousel-cell {
	    margin-right: 20px;
	}
	.flickity-prev-next-button {
    width: 25px;
    height: 25px;
}
.work-slider .flickity-prev-next-button.next {
    right: 44%;
}
.work-slider .flickity-prev-next-button.previous {
    left: 44%;
	}
	.flickity-page-dots {
    bottom: -34px;
}
#our-uslugi .section-title {
	margin-bottom: 14px;
}
.price-item {
    width: 152px;
    height: 320px;
		margin-bottom: 15px;
		border-radius: 4px;
		box-shadow: 0px 3.99361px 7.98723px rgba(0, 0, 0, 0.1);
}
.tabs>label {
	font-size: 10px;
}
.tabs {
    margin-top: 15px;
}
.uslugi-slider .carousel-cell2 {
		margin-right: 20px;
}
.usluga {
	height: 40px;
}
.price-item p {
	line-height: 12px;
	font-size: 10px;
}
.price-item .btn2 {
    font-size: 10px;
    left: 8px;
		bottom: 11px;
	}
.uslugi-slider {
	margin-bottom: 20px;
}
.uslugi-slider .flickity-prev-next-button.next {
    right: 42%;
}
.uslugi-slider .flickity-prev-next-button.previous {
    left: 42%;
	}
	.uslugi-slider .flickity-prev-next-button {
    bottom: -45px;
}
.uslugi-slider .flickity-page-dots {
    bottom: -38px;
}
.min-block {
    margin-right: 6px;
    margin-bottom: 9px;
    width: 41px;
    height: 41px;
    border-radius: 2px;
}
.h_chip {
    height: 26px;
}
.min-block p {
    font-size: 6px;
    line-height: 7px !important;
}
.tabs>div {
	padding-top: 0px;
}
#rezult_chip {
    margin-top: 34px;
    padding-bottom: 1px;
}
.text-about {
	    margin-bottom: 3px;
			font-size: 6px;
    line-height: 8px;
}
.text-about-zag {
    margin-top: 5px;
    font-size: 8px;
		line-height: 10px;
}
.form_consult {
    margin-top: 5px;
		margin-bottom: 5px;
}
.form_consult .head-btn {
    padding: 8px 8px;
    font-size: 7px;
}
.as-viravnivanye {
    width: 50%;
}
.about {
    width: 350px;
}
.reviews-item {
    width: 202px;
    height: 105px;
    margin-bottom: 20px;
}
.reviews-slider .carousel-cell3 {
    margin-right: 30px;
}
#answer-quest {
    padding-top: 15px;
    padding-bottom: 15px;
}
.bloki_vopr_otv {
    font-size: 8px;
    line-height: 11px;
		margin-bottom: 13px;
}
.block_answer {
    width: 50%;
}
.hide:checked + label + div {
	font-size: 10px;
	line-height: 12px;
	padding-top: 5px;
}
.hide + label {
    font-size: 12px;
    line-height: 14px;
}
.footer-info {
    padding-left: calc((100% - 668px)/2);
    padding-bottom: 15px;
    padding-top: 15px;
}
#footer-logo {
    width: 90px;
	}
.mb-3 {
	font-size: 12px;
	margin-bottom: 1.5rem;
}
.mb-4 {
    font-size: 12px;
    margin-bottom: 2rem;
}
.form_footer input {
	width: 190px;
    margin-bottom: 15px;
		font-size: 10px;
    line-height: 12px;
}
.form_footer .btn {
    padding: 10px 38px 10px 0px;
    width: 100px;
    font-size: 10px;
}
.form_footer {
    margin-bottom: 50px;
}
}
@media (max-width: 750px) {
	.img_master {display: none;}
	.confid {
    font-size: 8px;
    line-height: 10px;
}
#header-menu {
    height: 40px;
}
.nav a {
    font-size: 10px;
    margin-right: 12px;
}
}
@media (max-width: 670px) {
	.fon_slider {
    height: 377px;
}
.slide_opis {
    padding-top: 180px;
}
#about {
	flex-wrap: wrap;
	margin-bottom: 0px;
}
.about-img {
    width: 100%;
}
.as-viravnivanye {
    width: 100%;
    margin-top: 37px;
    margin-bottom: 36px;
}
.about {
    width: 90%;
}
.text-about {
    font-size: 9px;
    line-height: 11px;
}
.text-about-zag {
    margin-top: 15px;
		font-size: 10px;
    line-height: 12px;
	}
	.confid {
    font-size: 9px;
    line-height: 11px;
}
.form_consult input {
	font-size: 9px;
    line-height: 10px;
}
.form_consult .head-btn {
	font-size: 8px;
}
}
@media (max-width: 640px) {
	.container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
#header-menu {
    height: 37px;
}
.form_consult input {
    font-size: 12px;
    line-height: 14px;
		width: 190px;
}
.form_consult .head-btn {
    font-size: 10px;
		padding: 10px 30px;
}
.form_consult {
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-about {
    font-size: 12px;
    line-height: 14px;
		margin-bottom: 10px;
}
.text-about-zag {
    margin-top: 15px;
    font-size: 14px;
    line-height: 16px;
		    margin-bottom: 5px;
}
.spec-txt-dop {
    font-size: 12px;
    line-height: 14px;
}
.confid {
    font-size: 10px;
    line-height: 12px;
}
#slider-home {
    margin-top: 0px;
	}
.burger-menu {
	display: block;
	position: relative;
	width: 20px;
	height: 14px;
}
.burger-menu:before {
    content: '';
    width: 100%;
    border-radius: 2px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FE0000;
    transition: 0.3s ease;
}
.burger-menu span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #FE0000;
}
.burger-menu:after {
    content: '';
    width: 100%;
    border-radius: 2px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #FE0000;
    transition: 0.3s ease;
}
.burger-menu.opn:before {
    transform: translate(-50%,-50%) rotate(45deg);
    left: 50%;
    top: 50%;
}
.burger-menu.opn:after {
    transform: translate(-50%,-50%) rotate(-45deg);
    left: 50%;
    top: 50%;
}
.burger-menu.opn span {
    display: none;
}
.menu {
    position: absolute;
    left: -200vw;
    top: 37px;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 600;
    text-align: center;
    display: block;
    transition: 0.5s cubic-bezier(0, 0, 1, 1);
    padding-top: 47px;
}
.menu.opn {
    left: 0;
}
.nav {
    width: 100%;
		flex-wrap: wrap;
justify-content: center;
text-align: center;
display: flex;
	}
	.mobile-head-phone {
    display: block;
    line-height: 1px;
}
.menu a {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
    font-size: 12px;
    line-height: 16px;
}
.head-btn {
    display: inline-block;
    padding: 2px 12px;
}
a.head-phone {display: none;}
.soc {display: none;}
.fon_slider {height: 360px;}
.slide_opis {
    padding-top: 170px;
}
.slide_zag {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 6px;
}
.slide_zag span {
    font-size: 22px;
}
.slide_preim {
    font-size: 9px;
    left: 4%;
		margin-bottom: 8px;
}
.slide_garant {
    font-size: 9px;
    left: 4%;
		margin-bottom: 8px;
}
.slide_preim::before {
    width: 16px;
    height: 16px;
    left: -25px;
	}
	.slide_garant::before {
    width: 16px;
    height: 16px;
    left: -25px;
	}
.slide_mosh {
    font-size: 9px;
}
.name_site {
    font-size: 10px;
		bottom: -20%;
}
.img_master {
    right: -37%;
    top: -8%;
}
.img_master img {
  display:none;
}
.section-title {
    font-size: 18px;
    line-height: 19px;
	}
	.opis {
		font-size: 9px;
line-height: 11px;
	}
.footermap {display: none;}
.footer-info {
    padding-left: 15px;
		width: 100%;
}
.mb-3 {
    margin-bottom: 3rem;
}
.mb-4 {
    margin-bottom: 4rem;
}
.footer-form {
    margin-bottom: 30px;
}
.footer-form {
    margin-bottom: 30px;
}
.footer-form {
    margin-bottom: 30px;
}
.zaliv_fon {
    background: linear-gradient(to right, #EDEEF0 100%, #F5F5F5 20%);
}
.opis {
    width: 73%;
	}
	.opis_cons {
		width: 60%;
		font-size: 9px;
		line-height: 10px;
	}
	.block_cons .head-btn {
    font-size: 9px;
}
.form_opis {
    font-size: 9px;
    line-height: 10px;
	}
	.form.form_master input {
		font-size: 9px;
	}
	.form_master .btn {
    width: 75px;
    font-size: 9px;
	}
	.work-item p {
    font-size: 9px;
    line-height: 11px;
}
.mosh {
    font-size: 8px;
	}
	.price-item p {
		line-height: 10px;
		font-size: 8px;
	}
	.preim {
		padding-right: 6px;
		width: 24%;
	}
	.opis_preim {
    font-size: 9px;
    line-height: 11px;
}
	.popup {
    padding: 30px 30px 30px 30px;
    width: 300px;
}
	.close-popup img {width: 25px;}
	.poput-title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 30px;
}
.popup input {
    width: 170px;
	}
	.red-btn {
    margin-top: 0px;
    padding: 10px 13px;
    font-size: 11px;
}
.popup-confident {
    font-size: 8px;
    line-height: 12px;
}
.work-item {
    width: 180px;
		height: 320px;
	}
	.work-slider .carousel-cell {
    margin-right: 30px;
}
.price-item {
    width: 180px;
    height: 280px;
}
.uslugi-slider .carousel-cell2 {
    margin-right: 30px;
}
.usluga {
    height: 40px;
}
.uslugi-slider {
    margin-bottom: 10px;
}
.uslugi-slider .flickity-page-dots {
    bottom: -33px;
}
.uslugi-slider .flickity-prev-next-button {
    bottom: -40px;
}
.tabs>label {
	font-size: 8px;
}


.min-block {
	width: 44px;
    height: 44px;
}
.h_chip img {
    width: 38%;
}
.h_chip {
    height: 29px;
}



.ansque {
    margin-top: 20px;
	}
	.hide + label {
    font-size: 12px;
    line-height: 14px;
}
.hide:checked + label + div {
    font-size: 10px;
    line-height: 12px;
	}



.reviews-item {
    width: 180px;
    height: 95px;
	}
	#footer-logo {
    width: 125px;
}
.mb-3 {
    margin-bottom: 2rem;
}
.mb-4 {
    margin-bottom: 2rem;
}

}
@media (max-width: 569px) {
	.fon_slider {
    height: 322px;
}
.slide_opis {
    padding-top: 150px;
}
.work-item {
    width: 250px;
    height: 380px;
}
.price-item {
    width: 250px;
    height: 300px;
}
.uslugi-slider .carousel-cell2 {
    margin-right: 10px;
}
.work-slider .carousel-cell {
    margin-right: 10px;
}
.uslugi-slider .flickity-prev-next-button.previous {
    left: 38%;
}
.reviews-item {
    width: 250px;
    height: 160px;
}
.reviews-slider .carousel-cell3 {
    margin-right: 10px;
}
.reviews-slider .flickity-prev-next-button.previous {
    left: 38%;
	}
	.reviews-slider .flickity-prev-next-button.next {
    right: 38%;
	}
.uslugi-slider .flickity-prev-next-button.next {
    right: 38%;
}
.work-slider .flickity-prev-next-button.previous {
    left: 38%;
}
.work-slider .flickity-prev-next-button.next {
    right: 38%;
}
.work-item p {
    font-size: 10px;
    line-height: 12px;
}
.price-item p {
    line-height: 12px;
    font-size: 10px;
}
.hide + label {
    font-size: 10px;
    line-height: 12px;
}
.hide:checked + label + div {
    font-size: 9px;
    line-height: 11px;
}
}
@media (max-width: 480px) {
	.slide_preim {
    left: 6%;
		font-size: 8px;
		    margin-bottom: 4px;
	}
	.spec-txt-dop {
    font-size: 10px;
    line-height: 12px;
}
	.slide_garant {
    left: 6%;
		font-size: 8px;
		    margin-bottom: 4px;
	}
	.slide_mosh {
    font-size: 8px;
}
.name_site {
    font-size: 9px;
    bottom: -29%;
}
form.form_master input {
	font-size: 9px;
}
	#block_preim {
    padding-top: 20px;
}
.fon_slider {
    height: 270px;
}
.slide_zag {
    font-size: 16px;
    line-height: 20px;
	}
	.slide_zag span {
    font-size: 20px;
}


	.preim {
		margin-bottom: 13px;
		padding-right: 14px;
		width: 47%;
	}
	.img_master {
		display: none;
	}
	.block_form {
		border-radius: 0px;
		padding: 18px 30px 20px 30px;
		box-shadow: none;
		margin-bottom: 20px;
	}
	#block_cont_form  {
		background: #fff;
	}
	.work-item {
    width: 205px;
    height: 350px;
	}
	.work-slider .flickity-prev-next-button.next {

right: 35%;
	}
	.work-slider .flickity-prev-next-button.previous {

left: 35%;
	}

	#our-uslugi .head-btn {
		display: none;
	}
	.price-item {
    width: 205px;
		    height: 290px;
	}
	.price-item p {
    line-height: 11px;
    font-size: 9px;
}
.tabs {
	margin-top: 15px;
}
	.uslugi-slider .flickity-prev-next-button.next {
right: 34%;
	}
	.uslugi-slider .flickity-prev-next-button.previous {
left: 34%;

	}
	.uslugi-slider .flickity-page-dots {

}
.uslugi-slider .flickity-prev-next-button {
    bottom: -25px;
}
.uslugi-slider .flickity-page-dots {
    bottom: -18px;
}
.min-block {
	width: 49px;
	height: 49px;
	margin-right: 6px;
    margin-bottom: 6px;
}
.hide + label {
    font-size: 10px;
    line-height: 12px;
}
.hide:checked + label + div {
    font-size: 9px;
    line-height: 11px;
}
.text-about {
    font-size: 10px;
    line-height: 13px;
}
.opis {
    width: 83%;
		font-size: 10px;
    line-height: 12px;
}
.opis_cons {
	width: 60%;
	margin-left: 25px;
}
.tabs>label {
	margin-right: 50px;
}
.reviews-item {
    width: 440px;
    height: 248px;
		margin-bottom: 0px;
}
.reviews-slider .flickity-prev-next-button.previous {
    left: 34%;
	}
	.reviews-slider .flickity-prev-next-button.next {
    right: 34%;
	}
	.ansque {flex-wrap: wrap;}
	.block_answer {
    width: 100%;
}
.footer-info {
    padding-left: 30px;
		    padding-bottom: 20px;
	}
	.btn:after {
		right: 2px;
    top: 9px;
	}
	.form_footer .btn {
    width: 90px;
    font-size: 10px;
    padding: 10px 28px 9px 0px;
}
.form_footer .btn:after {
	right: 4px;
    top: 11px;
}
.form_footer {
    margin-bottom: 30px;
}
}
@media (max-width: 414px) {
	.slide_zag {
    font-size:12px;
    line-height: 16px;
	}
	.slide_zag span {
    font-size: 16px;
}
.spec-txt-dop {
    font-size: 12px;
    line-height: 14px;
}
.opis {
    width: 100%;
    font-size: 12px;
    line-height: 14px;
}
.section-title {
	margin-bottom: 8px;
}

.slide_preim {
    left: 7%;
		font-size: 9px;
}
.slide_garant {
    left: 7%;
		font-size: 9px;
}
.slide_mosh {
    font-size: 9px;
		margin-bottom: 30px;
}
.slide_opis {
    padding-top: 120px;
}
.zag_preim {
    font-size: 14px;
		height: 25px;
	}
	.form_opis {
    font-size: 12px;
    line-height: 14px;
}
.form_master {
    margin-bottom: 20px;
    margin-top: 20px;
}
.opis_preim {
    font-size: 12px;
    line-height: 14px;
}
.fon_slider {
    height: 235px;
}
.name_site {display: none;}
.opis_cons {
    width: 100%;
		margin-left: 0px;
		margin-top: 20px;
		font-size: 12px;
line-height: 14px;
}
.block_cons {
    margin: 16px 0px;
		display: block;
}
.block_form {
	padding: 18px 10px 20px 10px;
}
form.form_master input {
    width: 140px;
		margin-bottom: 15px;
		font-size: 12px;
	}
	.block_cons .head-btn {
    padding: 5px 10px;
		font-size: 10px;
	}
	.form_master .btn {
    font-size: 12px;
		width: 100px;
	}
	.preim {
		width: 100%;
	}
	.head-btn {
		padding: 5px 10px;
		font-size: 10px;
	}
	.work-item p {
    font-size: 10px;
    line-height: 12px;
}
	.work-item {
    width: 180px;
    height: 330px;
}
.price-item p {
    line-height: 14px;
    font-size: 12px;
}
.work-slider .carousel-cell {
    margin-right: 10px;
}
.price-item .btn2 {
    font-size: 12px;
	}
.mosh {
    font-size: 10px;
}
.work_doposle {
    margin-bottom: 20px;
}
.work-slider .flickity-prev-next-button.previous {
    left: 25%;
}
.work-slider .flickity-prev-next-button.next {
    right: 25%;
}
.uslugi-slider .carousel-cell2 {
    margin-right: 10px;
}
.price-item {
    width: 360px;
		    height: 400px;
}
.usluga {
	font-size: 14px;
	line-height: 16px;
	height: 40px;
}
.uslugi-slider .flickity-prev-next-button.previous {
    left: 20%;
}
.uslugi-slider .flickity-prev-next-button.next {
    right: 20%;
}
.tabs>label {
    margin-right: 50px;
		font-size: 12px;
		line-height: 14px;
}
.min-block p {
	font-size: 10px;
	line-height: 12px !important;
}
.min-block {
	margin-right: 6px;
	width: 68px;
	height: 68px;
	}
	.h_chip img {
    width: 40%;
}
.h_chip {
    height: 43px;
}
.text-about {
	margin-bottom: 10px;
	font-size: 12px;
    line-height: 14px;
}
.text-about-zag {
	font-size: 14px;
    line-height: 16px;
}
.confid {
    font-size: 10px;
    line-height: 12px;
}
.form_consult input {
    font-size: 12px;
		width: 160px;
	}
	.form_consult .head-btn {
		    font-size: 10px;
				padding: 10px 15px;
	}
	.hide + label {
    font-size: 14px;
    line-height: 16px;
}
.hide + label:before {
	top: 6%;
}
.hide:checked + label + div {
    font-size: 12px;
    line-height: 14px;
}
.bloki_vopr_otv {
	    margin-bottom: 20px;
}
.mb-3 {
	font-size: 14px;
	line-height: 16px;
	}
	.mb-4 {
    font-size: 14px;
	}
#rezult_chip {
    margin-top: 45px;
	}
	.reviews-item {
    width: 374px;
	}
	.form_footer input {
    width: 100%;
		font-size: 14px;
		line-height: 16px;
		padding: 10px 10px 10px 0;
	}
	.form_footer .btn {
    width: 110px;
    font-size: 14px;
}
}
@media (max-width: 380px) {
	.opis_cons {
    width: 100%;
    margin-left: 0px;
}
.zag_preim {
	width: 80%;
}
.price-item {
    width: 340px;
		    height: 400px;
}
.fon_slider {
    height: 215px;
}
.slide_mosh {
	    margin-bottom: 20px;
}
.head-btn {
    padding: 2px 10px;
    font-size: 8px;
}
.slide_opis {
    padding-top: 120px;
}

.work-item {
    width: 160px;
    height: 320px;
		border-radius: 8px;
}
.work-slider .carousel-cell {
    margin-right: 10px;
}

.uslugi-slider .carousel-cell2 {
    margin-right: 10px;
}
.usluga {
    height: 45px;
    padding-right: 15px;
}
.tabs>label {
    margin-right: 30px;
}
.min-block p {
    font-size: 9px;
    line-height: 11px !important;
}
.min-block {
	width: 62px;
    height: 62px;
		margin-right: 5px;
}

.text-about-zag {
    font-size: 12px;
		margin-bottom: 7px;
		line-height: 14px;
	}
	.hide + label {
    font-size: 14px;
    line-height: 16px;
}
.hide:checked + label + div {
    font-size: 12px;
    line-height: 14px;
}
.mb-3 {
    font-size: 14px;
		line-height: 16px;
}
.mb-4 {
    font-size: 14px;
		line-height: 16px;
}
.h_chip img {
    width: 38%;
}
.h_chip {
    height: 38px;
}
.as-viravnivanye {
    margin-top: 18px;
    margin-bottom: 18px;
}
.form_consult .head-btn {
    padding: 8px 23px;
	}
	.reviews-item {
    width: 350px;
}
.reviews-slider .carousel-cell3 {
    margin-right: 20px;
}
.form_consult input {
    width: 140px;
	}
	.form_footer input {
    width: 115px;
    margin-right: 20px;
	}
	.allreserved {
		line-height: 11px;
    font-size: 9px;
		margin-bottom: 6px;
	}
	.develop {
		line-height: 11px;
    font-size: 9px;
	}
}
@media (max-width: 375px) {
	.fon_slider {
    height: 210px;
}
}
@media (max-width: 360px) {
	.work-item {
    width: 150px;
	}
	.tabs>label {
    margin-right: 30px;
}
.fon_slider {
    height: 202px;
}
form.form_master input {
    width: 100%;
	}
	.price-item {
	    width: 320px;
	    height: 400px;
	}
	.min-block {
		width: 58px;
    height: 58px;
		margin-right: 5px;
	}
	.h_chip {
    height: 35px;
}
.min-block p {
    font-size: 10px;
    line-height: 11px !important;
}
.form_consult input {
    width: 130px;
		margin-right: 20px;
}
.form_consult .head-btn {
    padding: 8px 19px;
}
.reviews-item {
    width: 300px;
		height: 165px;
}
}
@media (max-width: 320px) {
	.slide_zag {
	    font-size: 12px;
	    line-height: 16px;
	}
	.slide_zag span {
    font-size: 14px;
}
.slide_preim {
    left: 10%;
}
.fon_slider {
    height: 180px;
}
.slide_opis {
    padding-top: 100px;
}
.slide_garant {
    left: 10%;
}
.head-btn {
	padding: 0px 12px;
}
.opis {
    width: 95%;
}
.preim {
	border-radius: 8px;
    padding-bottom: 15px;
		box-shadow: 0px 3.41347px 6.82694px rgba(0, 0, 0, 0.1);
}

.zag_preim {
    height: 30px;
		line-height: 12px;
}
.img_preim img {
    width: 20px;
	}

form.form_master input {
    width: 100%;
	}
	.confid {
    font-size: 8px;
    line-height: 10px;
}
.form_opis {
	margin-bottom: 25px;
}

.section-title {
    font-size: 16px;
    line-height: 18px;
}
.us {
    margin-top: 10px;
    margin-bottom: 18px;
}
.head-btn {
	    font-size: 10px;
}
.work-item {
    width: 130px;
		height: 300px;
}


	.tabs>label {
    margin-right: 20px;
}
.min-block {
    width: 60px;
    height: 60px;
		margin-right: 10px;
}
.min-block p {
    font-size: 10px;
		line-height: 11px !important;
	}
	.price-item {
	    width: 270px;
	    height: 370px;
	}
	.h_chip img {
    width: 40%;
}
.h_chip {
    height: 31px;
}
.form_consult input {
    width: 120px;
    margin-right: 15px;
}
.form_consult .head-btn {
    padding: 8px 14px;
}

#video-otziv .section-title br {
	display: none;
}
.reviews-slider {
    margin-top: 8px;
}
.reviews-item {
    width: 280px;
    height: 157px;
}
.reviews-slider .flickity-prev-next-button.previous {
    left: 28%;
}
.reviews-slider .flickity-prev-next-button.next {
    right: 28%;
}
.ansque {
    margin-top: 15px;
	}
	.mb-3 {
    margin-bottom: 1rem;
}
.mb-4 {
    margin-bottom: 1.5rem;
}
.footer-info {
    padding-left: 20px;
		padding-right: 20px;
	}
	.form_footer input {
		font-size: 10px;
    line-height: 12px;
	}
	.form_footer .btn:after {
		width: 10px;
    height: 10px;
}
.form_footer .btn {
    width: 85px;
    font-size: 10px;
    padding: 10px 28px 5px 0px;
}
.popup {
    padding: 25px 25px 25px 25px;
    width: 280px;
		border-radius: 15px;
}
.close-popup img {
    width: 20px;
		left: 20px;
    top: 50px;
}
.poput-title {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
}
form.popup-form input{
	font-size: 10px;
    line-height: 12px;
		width: 175px;
}
.red-btn {
    margin-top: 0px;
    padding: 12px 30px;
    font-size: 9px;
}
.popup-confident {
    font-size: 7px;
    line-height: 10px;
}
}

#video-otziv {
	display: none;
}
