.catalog_td_item a {
    color: #fff;
    background: linear-gradient(190deg, #add8e6, #21a3fb);
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 3px;
	font-weight: 500;
}
body{
  background: #f7fcff;
  padding: 0;
  margin: 0;
  outline: none;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  /* overflow-x: hidden; */
  font-family: 'Montserrat', sans-serif;
}
*{
  outline: none;
}
ul,
p,
li,
i,
span{
  padding: 0;
  margin: 0;
}
th{
  font-weight: 400;
}
h1{
  padding: 0;
  margin: 0;
    font-size: 50px;
    line-height: 1.2;
}
h1{
  padding: 0;
  margin: 0;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 500;
  font-family: 'Gilroy', sans-serif;
  font-weight: 300;
}
h2{
  padding: 0;
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  font-family: 'Gilroy', sans-serif;
  font-weight: 300;
  position: relative;
  z-index: 12;
}
h3{
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  font-family: 'Gilroy', sans-serif;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
#image-blocks img {
    width: 33%;
	vertical-align: middle;
}
#image-blocks {
margin:70px 0;
}
.advantages_item_title {
    margin-bottom: 20px;
	color:#00aeef;
}
.container{
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.logoblk{
  display: inline-block;
  background: url('../img/logodanlen.png');
  background-size: 100%;
  background-repeat: no-repeat;
  max-width: 100px;
  width: 100%;
  height: 67px;
  vertical-align: top;
  /* visibility: hidden; */
}
span#timer-number-8acb347ba8d6f82875847989b18c31e9-minutes,
span#timer-separator-8acb347ba8d6f82875847989b18c31e9-minutes,
span#timer-number-8acb347ba8d6f82875847989b18c31e9-hours,
span#timer-separator-8acb347ba8d6f82875847989b18c31e9-hours,
span#timer-number-value-8acb347ba8d6f82875847989b18c31e9-days,
span#timer-separator-8acb347ba8d6f82875847989b18c31e9-secundes,
span#timer-number-value-8acb347ba8d6f82875847989b18c31e9-secundes,
span#timer-text-8acb347ba8d6f82875847989b18c31e9-days,
span#timer-text-8acb347ba8d6f82875847989b18c31e9-hours,
span#timer-text-8acb347ba8d6f82875847989b18c31e9-minutes,
span#timer-text-8acb347ba8d6f82875847989b18c31e9-secundes {
    /* font-family: 'Gilroy', sans-serif !important; */
    font-weight: 300 !important;
    font-family: 'Montserrat', sans-serif !important;
}
.work-images {
    padding: 30px 0;
    background:rgba(0, 151, 255, 0.05);
}
.varianty {
    padding-top: 50px;
    padding-bottom: 50px;
}
.imgop {
    display: inline-block;
    width: 33%;
}
.imgop img {
    max-width: 100%;
		border-radius: 10px;
}
.var {
    background: #fff;
    padding: 10px;
	box-shadow: 0 19px 38px #aaa0, 0 15px 12px #d0d0d07a;
	margin-top: 30px;
}

.opis {
    display: inline-block;
    width: 64%;
    margin-left: 2%;
    vertical-align: top;
}
.opis p {
    margin-top: 30px;
}
.topline_menu_item {
    list-style: none;
    padding: 0 15px;
    /* width: 12.9%; */
    display: inline-block;
}
.topline_menu_btn_item {
    list-style: none;
    padding: 0 20px;
    padding-right: 0;
    /* width: 12.9%; */
    display: inline-block;
}
.mobiletopline_menu_btn_item {
    list-style: none;
    padding: 0 30px;
    /* padding-right: 0; */
    margin-right: 20px;
    /* width: 12.9%; */
    display: inline-block;
    vertical-align: middle;
}
.topline_menu_link{
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
}
.mobiletopline_menu_link{
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
}
.logodesc{
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
  margin-left: 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.logodesc_item_delivery{
  margin-top: 8px;
  margin-left: 1px;
  display: inline-block;
  vertical-align: top;
}
.topline {
    height: 60px;
    margin-bottom: 35px;
    /* border-bottom: 1px solid #dce4f0; */
    background: -webkit-linear-gradient(195deg, #f7fcff, #ddf2fe);
    background: -o-linear-gradient(195deg, #f7fcff, #ddf2fe);
    background: linear-gradient(195deg, #f7fcff, #ddf2fe);
    -webkit-transition: all 400ms ease-in-out, -webkit-transform 150ms ease-in-out;
    transition: all 400ms ease-in-out, -webkit-transform 150ms ease-in-out;
    -o-transition: all 400ms ease-in-out, transform 150ms ease-in-out;
    transition: all 400ms ease-in-out, transform 150ms ease-in-out;
    transition: all 400ms ease-in-out, transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
    z-index: 10;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
.topline_menu {
    padding: 20px 0;
    display: inline-block;
    float: left;
}
.topline_menu_btn{
  display: inline-block;
  padding: 20px 0;
  float: right;
}
.mobiletopline_menu_btn{
  display: inline-block;
  padding: 20px 0;
  vertical-align: middle;
}
.topline_menu .topline_menu_item:first-child{
  padding-left: 0;
}
.topline_menu .topline_menu_item:last-child{
  padding-right: 0;
}
.headblock_head_contacts {
    display: inline-block;
    float: right;
    width: 500px;
    text-align: right;
    text-transform: uppercase;
    position: relative;
    bottom: 10px;
}
.geoicon{
  display: inline-block;
  vertical-align: top;
  width: 22px;
  margin-top: 2px;
  margin-left: -3px;
  height: 24px;
  background: url('../img/geoicon.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.header-socials__item-icon_viber{
  display: inline-block;
  width: 21px;
  margin-left: -3px;
  height: 24px;
  background: url('../img/viber.png');
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.header-socials__item-icon_telegram{
  display: inline-block;
  width: 21px;
  margin-left: -3px;
  height: 24px;
  background: url('../img/telegram.png');
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.coalblock {
    display: inline-block;
    width: 600px;
}
.headblock_head_contacts_phone {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    display: block;
}
.footerblock_footer_contacts_phone {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    display: block;
}
.headblock_head_contacts_item_viber {
    padding: 8px 12px;
    border: 1px solid #a853d4;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    z-index: 101;
}
.headblock_middle_desc_advantages_li {
    /* list-style: none; */
    /* margin-top: 10px; */
    /* padding: 6px 0; */
    margin-left: 10px;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}
.quizblock .headblock_middle_desc_advantages_li {
    /* list-style: none; */
    /* margin-top: 10px; */
    /* padding: 6px 0; */
    /* margin-left: 0; */
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}
.headblock_head_contacts_item_telegram {
    padding: 8px 12px;
    border: 1px solid #00c0f1;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    z-index: 101;
}
.contactbtns {
    display: inline-block;
    margin-bottom: 15px;
    /* display: none; */
}
.for_desc{
  display: block;
  font-style: italic;
  font-size: 17px;
}
.headblock_middle {
  display: inline-block;
  width: 60%;
  margin-top: 75px;
  vertical-align: top;
}
.headblock_middle_media{
  width: 450px;
  height: 100%;
  margin-top: 110px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
h1.headblock_middle_desc {
    margin-bottom: 40px;
}
.preview-block-circle{
  /* width: 367px; */
  /* height: 367px; */
  /* padding-bottom: 75%; */
  border-radius: 50%;
  position: absolute;
  right: 0;
  /* left: 59%; */
  /* top: 41%; */
  /* -webkit-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
  /* background-image: linear-gradient(-45deg, #CDF7F6, #8EE3F5); */
}
.preview-block__img {
    max-width: 400px;
    margin-top: -35px;
    position: relative;
    float: right;
    margin-left: 112px;
}
.headerbutton_item {
  cursor: pointer;
  border-style: none;
  font-size: 20px;
  padding: 15px 70px 15px 70px;
  background: -webkit-linear-gradient(45deg, #add8e6, #21a3fb);
  background: -o-linear-gradient(45deg, #add8e6, #21a3fb);
  background: linear-gradient(45deg, #add8e6, #21a3fb);
  -webkit-transition: all 400ms ease-in-out, -webkit-transform 150ms ease-in-out;
  transition: all 400ms ease-in-out, -webkit-transform 150ms ease-in-out;
  -o-transition: all 400ms ease-in-out, transform 150ms ease-in-out;
  transition: all 400ms ease-in-out, transform 150ms ease-in-out;
  transition: all 400ms ease-in-out, transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  width: 400px;
  z-index: 10;
  color: #fff;
  position: absolute;
  border-radius: 5px;
  /* font-family: 'Gilroy', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.5px;
  font-weight: 300;
  text-align: center;
}
.formbutton_item {
  cursor: pointer;
  border-style: none;
  font-size: 20px;
  padding: 15px 50px 15px 50px;
  background: -webkit-linear-gradient(45deg, #add8e6, #21a3fb);
  background: -o-linear-gradient(45deg, #add8e6, #21a3fb);
  background: linear-gradient(45deg, #add8e6, #21a3fb);
  -webkit-transition: all 400ms ease-in-out, -webkit-transform 150ms ease-in-out;
  transition: all 400ms ease-in-out, -webkit-transform 150ms ease-in-out;
  -o-transition: all 400ms ease-in-out, transform 150ms ease-in-out;
  transition: all 400ms ease-in-out, transform 150ms ease-in-out;
  transition: all 400ms ease-in-out, transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  width: 100%;
  z-index: 10;
  color: #fff;
  position: absolute;
  border-radius: 5px;
  /* font-family: 'Gilroy', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.5px;
  font-weight: 300;
  text-align: center;
}
.popupformbutton_item {
  cursor: pointer;
  border-style: none;
  font-size: 20px;
  padding: 15px 50px 15px 50px;
  background: -webkit-linear-gradient(45deg, #add8e6, #21a3fb);
  background: -o-linear-gradient(45deg, #add8e6, #21a3fb);
  background: linear-gradient(45deg, #add8e6, #21a3fb);
  -webkit-transition: all 400ms ease-in-out, -webkit-transform 150ms ease-in-out;
  transition: all 400ms ease-in-out, -webkit-transform 150ms ease-in-out;
  -o-transition: all 400ms ease-in-out, transform 150ms ease-in-out;
  transition: all 400ms ease-in-out, transform 150ms ease-in-out;
  transition: all 400ms ease-in-out, transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  width: 100%;
  z-index: 10;
  color: #fff;
  position: absolute;
  border-radius: 5px;
  /* font-family: 'Gilroy', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.5px;
  font-weight: 300;
  text-align: center;
}
.pregeocity{
  display: none;
}
.displayinline{
  display: inline;
}
.pregeocity.displayinline{
  display: inline;  
}
.displayinline.pregeocity{
  display: inline;  
}
.reviewbutton_item {
  cursor: pointer;
  border-style: none;
  font-size: 20px;
  padding: 15px 40px 15px 40px;
  background: -webkit-linear-gradient(45deg, #add8e6, #21a3fb);
  background: -o-linear-gradient(45deg, #add8e6, #21a3fb);
  background: linear-gradient(45deg, #add8e6, #21a3fb);
  -webkit-transition: all 400ms ease-in-out, -webkit-transform 150ms ease-in-out;
  transition: all 400ms ease-in-out, -webkit-transform 150ms ease-in-out;
  -o-transition: all 400ms ease-in-out, transform 150ms ease-in-out;
  transition: all 400ms ease-in-out, transform 150ms ease-in-out;
  transition: all 400ms ease-in-out, transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  width: 450px;
  z-index: 10;
  color: #fff;
  position: absolute;
  border-radius: 5px;
  /* font-family: 'Gilroy', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.5px;
  font-weight: 300;
  text-align: center;
}
.catalogbutton_item {
  cursor: pointer;
  border-style: none;
  font-size: 20px;
  padding: 15px 30px 15px 30px;
  background: -webkit-linear-gradient(45deg, #add8e6, #21a3fb);
  background: -o-linear-gradient(45deg, #add8e6, #21a3fb);
  background: linear-gradient(45deg, #add8e6, #21a3fb);
  -webkit-transition: all 400ms ease-in-out, -webkit-transform 150ms ease-in-out;
  transition: all 400ms ease-in-out, -webkit-transform 150ms ease-in-out;
  -o-transition: all 400ms ease-in-out, transform 150ms ease-in-out;
  transition: all 400ms ease-in-out, transform 150ms ease-in-out;
  transition: all 400ms ease-in-out, transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  width: 230px;
  z-index: 10;
  color: #fff;
  position: absolute;
  border-radius: 5px;
  /* font-family: 'Gilroy', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.5px;
  font-weight: 300;
  text-align: center;
}
.quizbutton_item {
  cursor: pointer;
  border-style: none;
  font-size: 20px;
  padding: 15px 30px 15px 30px;
  background: -webkit-linear-gradient(45deg, #add8e6, #21a3fb);
  background: -o-linear-gradient(45deg, #add8e6, #21a3fb);
  background: linear-gradient(45deg, #add8e6, #21a3fb);
  -webkit-transition: all 400ms ease-in-out, -webkit-transform 150ms ease-in-out;
  transition: all 400ms ease-in-out, -webkit-transform 150ms ease-in-out;
  -o-transition: all 400ms ease-in-out, transform 150ms ease-in-out;
  transition: all 400ms ease-in-out, transform 150ms ease-in-out;
  transition: all 400ms ease-in-out, transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  width: 340px;
  z-index: 10;
  color: #fff;
  position: absolute;
  border-radius: 5px;
  /* font-family: 'Gilroy', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.5px;
  font-weight: 300;
  text-align: center;
}
.itemconstructionbutton_item {
  cursor: pointer;
  border-style: none;
  font-size: 19px;
  padding: 15px 20px 15px 90px;
  background: #29a5fa;
  -webkit-transition: all 400ms ease-in-out, -webkit-transform 150ms ease-in-out;
  transition: all 400ms ease-in-out, -webkit-transform 150ms ease-in-out;
  -o-transition: all 400ms ease-in-out, transform 150ms ease-in-out;
  transition: all 400ms ease-in-out, transform 150ms ease-in-out;
  transition: all 400ms ease-in-out, transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  width: 370px;
  z-index: 10;
  color: #fff;
  position: absolute;
  border-radius: 5px;
  /* font-family: 'Gilroy', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.5px;
  font-weight: 300;
  text-align: left;
}

.headerbutton_item:active {
  /* transform: translate(2px, 2px); */
}
.catalogbutton_item:active {
}
.formbutton_item:active {
}
.popupformbutton_item:active {
}
.quizbutton_item:active {
}
.reviewbutton_item:active {
}
.itemconstructionbutton_item:active {
}

.headerbutton_item:before {
  content: 'Перейти в каталог';
  position: fixed;
  background: -webkit-linear-gradient(260deg, #add8e6, #21a3fb);
  background: -o-linear-gradient(260deg, #add8e6, #21a3fb);
  background: linear-gradient(190deg, #add8e6, #21a3fb);
  font-size: inherit;
  padding: inherit;
  width: 260px;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  z-index: 10;
  position: absolute;
  border-radius: 5px;
}
.formbutton_item:before {
  content: 'Отправить заявку';
  position: fixed;
  background: -webkit-linear-gradient(260deg, #add8e6, #21a3fb);
  background: -o-linear-gradient(260deg, #add8e6, #21a3fb);
  background: linear-gradient(190deg, #add8e6, #21a3fb);
  font-size: inherit;
  padding: inherit;
  width: 235px;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  z-index: 10;
  position: absolute;
  border-radius: 5px;
}
.popupformbutton_item:before {
  content: 'Жду звонка';
  position: fixed;
  background: -webkit-linear-gradient(260deg, #add8e6, #21a3fb);
  background: -o-linear-gradient(260deg, #add8e6, #21a3fb);
  background: linear-gradient(190deg, #add8e6, #21a3fb);
  font-size: inherit;
  padding: inherit;
  width: 235px;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  z-index: 10;
  position: absolute;
  border-radius: 5px;
}
.reviewbutton_item:before {
  content: 'Прочесть эти и другие отзывы на независимом ресурсе prom.ua';
  position: fixed;
  background: -webkit-linear-gradient(260deg, #add8e6, #21a3fb);
  background: -o-linear-gradient(260deg, #add8e6, #21a3fb);
  background: linear-gradient(190deg, #add8e6, #21a3fb);
  font-size: inherit;
  padding: inherit;
  width: 370px;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  z-index: 10;
  position: absolute;
  border-radius: 5px;
}
.catalogbutton_item:before {
  content: 'Узнать цену';
  position: fixed;
  background: -webkit-linear-gradient(260deg, #add8e6, #21a3fb);
  background: -o-linear-gradient(260deg, #add8e6, #21a3fb);
  background: linear-gradient(190deg, #add8e6, #21a3fb);
  font-size: inherit;
  padding: inherit;
  width: 170px;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  z-index: 10;
  position: absolute;
  border-radius: 5px;
}
.quizbutton_item:before {
  content: 'Пройти короткий тест';
  position: fixed;
  background: -webkit-linear-gradient(260deg, #add8e6, #21a3fb);
  background: -o-linear-gradient(260deg, #add8e6, #21a3fb);
  background: linear-gradient(190deg, #add8e6, #21a3fb);
  font-size: inherit;
  padding: inherit;
  width: 280px;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  z-index: 10;
  position: absolute;
  border-radius: 5px;
}


.quizbutton_item:after {
  content: '';
  display: inline;
  width: 65px;
  height: 65px;
  /* background: url('../img/flask.png'); */
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -7px;
  right: -3px;
  z-index: 99999;
}

.formbutton_item:after {
  content: '';
  display: inline;
  width: 65px;
  height: 65px;
  /* background: url('../img/flask.png'); */
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -7px;
  right: -3px;
  z-index: 99999;
}


.itemconstructionbutton_item:before {
  content: '';
  display: inline;
  width: 50px;
  height: 50px;
  background: url('../img/play-rounded-button.png');
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 11px;
  left: 20px;
  z-index: 99999;
  -webkit-animation-name: scale;
          animation-name: scale;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.headerbutton_item:hover:before {
  opacity: 1;
}
.formbutton_item:hover:before {
  opacity: 1;
}
.popupformbutton_item:hover:before {
  opacity: 1;
}
.reviewbutton_item:hover:before {
  opacity: 1;
}
.catalogbutton_item:hover:before {
  opacity: 1;
}
.quizbutton_item:hover:before {
  opacity: 1;
}
.fancybox-iframe,
.fancybox-slide--iframe .fancybox-content{
  border-radius: 7px !important;
}
#headerbutton_effect{
  font-size: 30px;
  padding: 15px 70px 15px 70px;
  background: -webkit-linear-gradient(45deg, #add8e6, #21a3fb);
  background: -o-linear-gradient(45deg, #add8e6, #21a3fb);
  background: linear-gradient(45deg, #add8e6, #21a3fb);
  -webkit-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  width: 260px;
  height: 40px;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  outline: none;
  z-index: 10;
  position: absolute;
  color: #fff;
}
#formbutton_effect{
  font-size: 30px;
  padding: 15px 50px 15px 50px;
  background: -webkit-linear-gradient(45deg, #add8e6, #21a3fb);
  background: -o-linear-gradient(45deg, #add8e6, #21a3fb);
  background: linear-gradient(45deg, #add8e6, #21a3fb);
  -webkit-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  width: 235px;
  height: 40px;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  outline: none;
  z-index: 10;
  position: absolute;
  color: #fff;
}
#popupformbutton_effect{
  font-size: 30px;
  padding: 15px 50px 15px 50px;
  background: -webkit-linear-gradient(45deg, #add8e6, #21a3fb);
  background: -o-linear-gradient(45deg, #add8e6, #21a3fb);
  background: linear-gradient(45deg, #add8e6, #21a3fb);
  -webkit-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  width: 235px;
  height: 40px;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  outline: none;
  z-index: 10;
  position: absolute;
  color: #fff;
}
#reviewbutton_effect{
  font-size: 30px;
  padding: 15px 70px 15px 70px;
  background: -webkit-linear-gradient(45deg, #add8e6, #21a3fb);
  background: -o-linear-gradient(45deg, #add8e6, #21a3fb);
  background: linear-gradient(45deg, #add8e6, #21a3fb);
  -webkit-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  width: 310px;
  height: 40px;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  outline: none;
  z-index: 10;
  position: absolute;
  color: #fff;
}
#catalogbutton_effect{
  font-size: 30px;
  padding: 15px 30px 15px 30px;
  background: -webkit-linear-gradient(45deg, #add8e6, #21a3fb);
  background: -o-linear-gradient(45deg, #add8e6, #21a3fb);
  background: linear-gradient(45deg, #add8e6, #21a3fb);
  -webkit-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  width: 170px;
  height: 40px;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  outline: none;
  z-index: 10;
  position: absolute;
  color: #fff;
}
#quizbutton_effect{
  font-size: 30px;
  padding: 15px 30px 15px 30px;
  background: -webkit-linear-gradient(45deg, #add8e6, #21a3fb);
  background: -o-linear-gradient(45deg, #add8e6, #21a3fb);
  background: linear-gradient(45deg, #add8e6, #21a3fb);
  -webkit-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  width: 280px;
  height: 40px;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  outline: none;
  z-index: 10;
  position: absolute;
  color: #fff;
}
#itemconstructionbutton_effect{
  font-size: 30px;
  padding: 15px 30px 15px 30px;
  background: -webkit-linear-gradient(45deg, #29a5fa, #21a3fb);
  background: -o-linear-gradient(45deg, #29a5fa, #21a3fb);
  background: linear-gradient(45deg, #29a5fa, #21a3fb);
  -webkit-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  width: 270px;
  height: 58px;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  outline: none;
  z-index: 10;
  position: absolute;
  color: #fff;
}
#topline_effect{
  font-size: 30px;
  padding: 15px 0px 15px 0px;
  background: -webkit-linear-gradient(255deg, #f7fcff, #ddf2fe);
  background: -o-linear-gradient(255deg, #f7fcff, #ddf2fe);
  background: linear-gradient(195deg, #f7fcff, #ddf2fe);
  -webkit-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  width: 100%;
  height: 60px;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  outline: none;
  z-index: 10;
  position: absolute;
  color: #fff;
  z-index: 1000;
  top: 0;
  left: -15px;
}

.topline_menu_btn_item a{
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  position: relative;
  z-index: 15;
  display: block;
}
.mobiletopline_menu_btn_item a{
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
}
.icon-tick:before {
    content: "\e909";
}
.setli {
    margin-top: 10px;
    margin-bottom: 10px;
    /* padding: 6px 0; */
}
#headerbutton{
  /* width: 400px; */
  /* height: 60px; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* position: fixed; */
  color: #fff;
  z-index: 15;
}
#formbutton{
  /* width: 400px; */
  /* height: 60px; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* position: fixed; */
  color: #fff;
  height: auto;
  position: relative;
  display: block;
  height: 110px;
}
#popupformbutton{
  /* width: 400px; */
  /* height: 60px; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* position: fixed; */
  color: #fff;
  height: auto;
  position: relative;
  display: block;
  height: 110px;
}
#catalogbutton{
  /* width: 400px; */
  /* height: 60px; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* position: fixed; */
  color: #fff;
  width: 230px;
  display: inline-block;
  vertical-align: top;
  vertical-align: top;
}
#quizbutton{
  /* width: 400px; */
  /* height: 60px; */
  /* top: 50%; */
  /* left: 50%; */
  z-index: 15;
  /* transform: translate(-50%, -50%); */
  /* position: fixed; */
  color: #fff;
  width: 340px;
  position: relative;
  height: 80px;
  /* margin-left: 5px; */
  /* z-index: 15; */
}
#reviewbutton{
  /* width: 400px; */
  /* height: 60px; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* position: fixed; */
  color: #fff;
  width: 450px;
  position: relative;
  height: 80px;
  /* margin-left: 5px; */
  margin: 35px auto 0 auto;
  z-index: 15;
}
#itemconstructionbutton{
  /* width: 400px; */
  /* height: 60px; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* position: fixed; */
  color: #fff;
  width: 330px;
  position: relative;
  height: 80px;
  /* margin-left: 5px; */
}
#headerbutton:hover #headerbutton_effect:before{
  opacity: 1;
    background: -webkit-linear-gradient(260deg, #add8e6, #21a3fb);
    background: -o-linear-gradient(260deg, #add8e6, #21a3fb);
    background: linear-gradient(190deg, #add8e6, #21a3fb);
}
#formbutton:hover #formbutton_effect:before{
  opacity: 1;
    background: -webkit-linear-gradient(260deg, #add8e6, #21a3fb);
    background: -o-linear-gradient(260deg, #add8e6, #21a3fb);
    background: linear-gradient(190deg, #add8e6, #21a3fb);
}
#popupformbutton:hover #popupformbutton_effect:before{
  opacity: 1;
    background: -webkit-linear-gradient(260deg, #add8e6, #21a3fb);
    background: -o-linear-gradient(260deg, #add8e6, #21a3fb);
    background: linear-gradient(190deg, #add8e6, #21a3fb);
}
#reviewbutton:hover #reviewbutton_effect:before{
  opacity: 1;
    background: -webkit-linear-gradient(260deg, #add8e6, #21a3fb);
    background: -o-linear-gradient(260deg, #add8e6, #21a3fb);
    background: linear-gradient(190deg, #add8e6, #21a3fb);
}
#catalogbutton:hover #catalogbutton_effect:before{
  opacity: 1;
    background: -webkit-linear-gradient(260deg, #add8e6, #21a3fb);
    background: -o-linear-gradient(260deg, #add8e6, #21a3fb);
    background: linear-gradient(190deg, #add8e6, #21a3fb);
}
#quizbutton:hover #quizbutton_effect:before{
  opacity: 1;
    background: -webkit-linear-gradient(260deg, #add8e6, #21a3fb);
    background: -o-linear-gradient(260deg, #add8e6, #21a3fb);
    background: linear-gradient(190deg, #add8e6, #21a3fb);
}
#itemconstructionbutton:hover #itemconstructionbutton_effect:before{
  opacity: 1;
    background: -webkit-linear-gradient(260deg, #add8e6, #21a3fb);
    background: -o-linear-gradient(260deg, #add8e6, #21a3fb);
    background: linear-gradient(190deg, #add8e6, #21a3fb);
}
.headblock_middle_desc_advantages {
    margin-bottom: 35px;
    margin-left: 5px;
}
.headblock {
    padding-top: 120px;
    z-index: 100;
    background: #f7fcff;
    position: relative;
    padding-bottom: 100px;
}
.headblock_head_contacts_email {
    font-size: 13px;
}
.footerblock_footer_contacts_email {
    font-size: 13.3px;
    text-transform: uppercase;
}
.advantages {
    /* height: 600px; */
    background: -webkit-gradient(linear, left top, left bottom, from(#f7fcff), to(#ffffff));
    background: -webkit-linear-gradient(top, #f7fcff, #ffffff);
    background: -o-linear-gradient(top, #f7fcff, #ffffff);
    background: linear-gradient(180deg, #f7fcff, #ffffff);
    padding-top: 100px;
    padding-bottom: 100px;
}

.advantages_item{
  background: -webkit-gradient(linear, left bottom, left top, from(#f7fcff), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #f7fcff, #ffffff);
  background: -o-linear-gradient(bottom, #f7fcff, #ffffff);
  background: linear-gradient(360deg, #f7fcff, #ffffff);
  width: calc(100%/3 - 20px);
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: 0 10px 49px 0 rgba(0,0,0,.07);
  box-shadow: 0 10px 49px 0 rgba(0,0,0,.07);
  margin: 20px 7px 0 7px;
  padding: 30px 30px;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 7px;
  position: relative;
  border-radius: 7px;
  /* height: 250px; */
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
}
.promo-product__video {
    /* position: absolute; */
    /* bottom: 160px; */
    /* right: 135px; */
    z-index: 3;
}
.promo-product__video-play {
    width: 80px;
    height: 80px;
    cursor: pointer;
    padding: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}


.our_work_video {
    /* position: absolute; */
    /* bottom: 160px; */
    /* right: 135px; */
    z-index: 3;
}
.review_video {
    /* position: absolute; */
    /* bottom: 160px; */
    /* right: 135px; */
    z-index: 3;
    position: relative;
    color: #fff;
}
.our_work_video-play {
    width: 80px;
    height: 80px;
    cursor: pointer;
    padding: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}
.review_video-play {
    width: 80px;
    height: 80px;
    cursor: pointer;
    padding: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    color: #fff;
}

@-webkit-keyframes roundpulse {
    0% {
        -webkit-transform: scale(1); transform: scale(1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}
@keyframes roundpulse {
    0% {
        -webkit-transform: scale(1); transform: scale(1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}
.promo-product__video-play-title {
    margin-top: 15px;
    color: #000;
    text-decoration: underline;
    text-align: center;
    position: relative;
    line-height: 1.4;
    z-index: 1;
}
.promo-product__video-play:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid #2aa5fa;
    border-radius: 50%;
    -webkit-animation-name: roundpulse;
    animation-name: roundpulse;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.promo-product__video-play-round {
    background-color: #2aa5fa;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.footerlogoblock {
    width: calc(50% - 3px);
    /* float: left; */
    padding-top: 50px;
    display: inline-block;
    vertical-align: bottom;
}

.promo-product__video-play-round:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(../img/icon-play.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



.our_work_video-play-title {
    margin-top: 15px;
    color: #000;
    text-decoration: underline;
    text-align: center;
    position: relative;
    line-height: 1.4;
    z-index: 1;
}
.review_video-play-title {
    margin-top: 15px;
    color: #000;
    text-decoration: underline;
    text-align: center;
    position: relative;
    line-height: 1.4;
    z-index: 1;
}
.our_work_video-play:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid #ffffff;
    border-radius: 50%;
    -webkit-animation-name: roundpulse;
    animation-name: roundpulse;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.review_video-play:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid #ffffff;
    border-radius: 50%;
    -webkit-animation-name: roundpulse;
    animation-name: roundpulse;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.our_work_video-play-round {
    background-color: #ffffff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.review_video-play-round {
    background-color: #ffffff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.our_work_video-play-round:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(../img/icon-play2.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.review_video-play-round:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(../img/icon-play2.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.headblock_middle_media{
  position: relative;
}
.advantages_title,
.catalog_title {
    margin-bottom: 10px;
}
.advantages_item_group {
    /* margin-top: 50px; */
}
.advantages_item_group .advantages_item:nth-child(1){
  margin-left: 0;
}
.advantages_item_group .advantages_item:nth-child(3){
  margin-right: 0;
}
.advantages_item_group .advantages_item:nth-child(2) {
    /* margin-top: 30px; */
}
.blurbox {
    position: absolute;
    bottom: 160px;
    right: 135px;
}
.timevideo {
    margin-top: 5px;
    position: relative;
    z-index: 3;
    color: #000;
    font-style: italic;
    text-align: center;
}
.catalog_item {
    position: relative;
    z-index: 20;
    margin-bottom: 60px;
    margin-top: 10px;
}
.footer_item {
    position: relative;
    z-index: 20;
    margin-bottom: 60px;
    /* margin-top: 10px; */
    width: 455px;
    margin-left: auto;
    margin-right: auto;
    /* display: inline-block; */
    /* margin-right: 100px; */
}
.catalog_item:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    padding: 100px 0;
    width: 98%;
    left: 1%;
    z-index: 10;
    bottom: -11px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 15px 35px -5px rgba(7, 80, 165, 0.1);
    box-shadow: 0px 15px 35px -5px rgba(7, 80, 165, 0.1);
}
.footer_item:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    padding: 100px 0;
    width: 98%;
    left: 1%;
    /* background: #dee3e7; */
    z-index: 10;
    bottom: -11px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 15px 35px -5px rgba(7, 80, 165, 0.1);
    box-shadow: 0px 15px 35px -5px rgba(7, 80, 165, 0.1);
}
.catalog_item_shadow_blue {
    -webkit-box-shadow: 0px 15px 35px -5px rgba(7, 80, 165, 0.1);
    box-shadow: 0px 15px 35px -5px rgba(7, 80, 165, 0.1);
}
.footer_item_shadow_blue {
    -webkit-box-shadow: 0px 15px 35px -5px rgba(7, 80, 165, 0.1);
    box-shadow: 0px 15px 35px -5px rgba(7, 80, 165, 0.1);
}
.catalog_item > div{
  border-radius: 10px;
  padding: 35px 15px 50px 15px;
  position: relative;
  z-index: 20;
  background: #fff;
  min-height: 475px;
  overflow: hidden;
}
.footer_item > div{
  border-radius: 10px;
  padding: 45px 45px 20px 45px;
  position: relative;
  z-index: 20;
  background: #fff;
  /* min-height: 475px; */
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(#f7fcff), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #f7fcff, #ffffff);
  background: -o-linear-gradient(bottom, #f7fcff, #ffffff);
  background: linear-gradient(360deg, #f7fcff, #ffffff);
}
.catalog_item_gallery{
  width: 35%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-height: 100px;
  text-align: center;
}
.catalog_item_description {
    width: 60%;
    padding: 0 20px;
    padding-right: 0;
    display: inline-block;
    vertical-align: top

    /* float: right; */
}
.catalog_item_description_title{
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
}
.catalog_item_description_text{
  margin-bottom: 25px;
  font-size: 14px;
}
.bluritem {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #f7fcff;
    /* height: 100px; */
}
.toplinestatic {
    z-index: 2001;
    position: fixed;
    width: 100%;
}
.catalog {
    min-height: 1600px;
    background: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}
.catalog_item_description_text tr:nth-child(odd){
  background: #f6f8fa;
}
.catalog_item_description_text tr:nth-child(even){
  background: #fff
}
.prod .aitem1{
  min-height: 240px;
}
.prod .aitem2{
  min-height: 240px;
}
.prod .aitem3{
  min-height: 240px;
}
.prod .aitem4{
  min-height: 200px;
}
.prod .aitem5{
  min-height: 200px;  
}
.prod .aitem6{
  min-height: 200px;  
}
.catalog_td_item{
  padding: 8px 10px;
    width: 50%;
}
.catalog_item_description_text_bottom {
    /* margin-top: 10px; */
    padding: 8px 10px;
}
img.catalog_item_gallery_item {
    max-width: 90%;
    border-radius: 7px;
}
.catalog_item_gallery_blur_top {
    width: 100%;
    height: 60px;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    outline: none;
    z-index: 10;
    position: absolute;
    color: #fff;
    z-index: 1000;
    top: -30px;
    background: #fff;
}
.catalog_item_gallery_blur_right {
    width: 60px;
    height: 100%;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    outline: none;
    z-index: 10;
    position: absolute;
    color: #fff;
    z-index: 1000;
    right: -15px;
    top: 0;
    background: #fff;
}
.catalog_item_gallery_blur_bottom {
    width: 100%;
    height: 60px;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    outline: none;
    z-index: 10;
    position: absolute;
    color: #fff;
    z-index: 1000;
    bottom: -30px;
    background: #fff;
}
.catalog_item_gallery_blur_left {
    width: 60px;
    height: 100%;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    outline: none;
    z-index: 10;
    position: absolute;
    color: #fff;
    left: -15px;
    top: 0;
    background: #fff;
}
@-webkit-keyframes slideleft {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(7px, 0);
            transform: translate(7px, 0);
  }
}
@keyframes slideleft {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(7px, 0);
            transform: translate(7px, 0);
  }
}
@-webkit-keyframes slideright {
  0%,
  100% {
    -webkit-transform: translate(7px, 0);
            transform: translate(7px, 0);
  }

  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes slideright {
  0%,
  100% {
    -webkit-transform: translate(7px, 0);
            transform: translate(7px, 0);
  }

  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.catalog_item_gallery_arrow_left{
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  /* padding: 20px; */
  z-index: 12;
  /* top: calc(50% - 30px); */
  /* animation: slideleft 1.5s ease-in-out infinite; */
  background: url('../img/left-arrow.png');
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  left: 33px;
}
.catalog_item_gallery_arrow_right{
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  /* padding: 20px; */
  z-index: 12;
  /* top: calc(50% - 30px); */
  right: 33px;
  background: url('../img/right-arrow.png');
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
.morebuttons_mobile{
  display: none;
  width: 40px;
  height: 30px;
  float: right;
  padding: 15px 0;
  cursor: pointer;
}
.morebuttons_mobile_decorate_line{
  width: 100%;
  height: 5px;
  background: #000;
  border-radius: 5px;
  margin: 5px 0;
  display: block;
}
.catalog_item_gallery_arrow_left_contain {
  /*animation: slideright 1.5s ease-in-out infinite;*/
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 20px;
    z-index: 12;
    top: calc(50% - 30px);
    left: -30px;
    cursor: pointer;
}
.catalog_item_gallery_arrow_right_contain {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 20px;
    z-index: 12;
    top: calc(50% - 30px);
    right: -30px;
    cursor: pointer;
}
.arrow_blur_item_left {
  /* animation: slideleft 2s ease-in-out infinite; */
  width: 75px;
  border-radius: 50%;
  height: calc(80px - 5px);
  display: block;
  background: #fff;
  /* filter: blur(12px); */
  position: absolute;
  top: 1px;
  left: 10px;
  /* -webkit-box-shadow: -15px -2px 35px -5px rgb(255, 255, 255); */
  -moz-box-shadow: -15px -2px 35px -5px rgb(255, 255, 255);
  /* box-shadow: 15px -2px 35px -5px rgb(255, 255, 255); */
}
.arrow_blur_item_right {
  /* animation: slideright 2s ease-in-out infinite; */
  width: 75px;
  border-radius: 50%;
  height: calc(80px - 5px);
  display: block;
  background: #fff;
  /* filter: blur(12px); */
  position: absolute;
  top: 1px;
  right: 10px;
  /* -webkit-box-shadow: -15px -2px 35px -5px rgb(255, 255, 255); */
  -moz-box-shadow: -15px -2px 35px -5px rgb(255, 255, 255);
  /* box-shadow: -15px -2px 35px -5px rgb(255, 255, 255); */
}
.catalog_item_gallery_dotted_contain {
    display: block;
    position: absolute;
    width: 150px;
    height: 19px;
    padding: 5px;
    z-index: 12;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    bottom: -30px;
    left: calc(50% - 85px);
    /* cursor: pointer; */
    background: white;
}
.catalog_item_gallery_dotted_item{
  width: 8px;
  height: 8px;
  background: #d2e1eb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  margin: 0 3px;
}
.garanticon {
    background: url('../img/garantiya.png');
    width: 36px;
    height: 36px;
    display: inline-block;
    background-size: 100%;
    vertical-align: bottom;
    background-repeat: no-repeat;
}
.deliveryicon {
    background: url('../img/delivery.png');
    width: 36px;
    height: 36px;
    display: inline-block;
    background-size: 100%;
    vertical-align: bottom;
    background-repeat: no-repeat;
}
.catalog_item_gallery_dotted_item.active_dotted_item{background: #2aa5fa;}

.catalog_button{
  display: inline-block;
}
.form_button{
  display: inline-block;
}
.popupform_button{
  display: inline-block;
}
.quiz_button{
  display: inline-block;
}
.itemconstruction_button{
  display: inline-block;
}

.catalog_item_garantiya{
  display: inline-block;
  margin-left: 40px;
  vertical-align: top;
  margin-top: 8px;
  font-size: 15px;
}
.catalog_item_delivery{
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  margin-top: 8px;
  font-size: 15px;
  float: right;
  text-align: right;
}
.catalog_item_delivery_mobile{
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  margin-top: 8px;
  font-size: 15px;
  float: right;
  text-align: right;
}
.garanticontext{
  display: inline-block;
  vertical-align: bottom;
  margin-left: 5px;
}
.deliveryicontext{
  display: inline-block;
  vertical-align: bottom;
  margin-left: 5px;
}
.deliveryicontext_mobile{
  display: inline-block;
  vertical-align: bottom;
  /* margin-left: 5px; */
}
.popup .footer_item > div{
  padding: 45px 45px 5px 45px;
}
.catalog .catalog_item:last-child{
  margin-bottom: 0;
}
.quizblock{
  /* padding-top: 200px; */
  /* padding-bottom: 100px; */
  background: url('../img/danlenbg1.jpg');
  position: relative;
  /* background: rgba(255, 255, 255, 0.8); */
  /* z-index: 999999; */
  background-repeat: no-repeat;
  background-position: center 10%;
  background-size: cover;
  /* background-size: 100%; */
}
.quiz_title{
  margin-bottom: 15px;
}
.quizicon{
  width: 5px;
  height: 5px;
  /* background: url('../img/question.png'); */
  background: #000;
  background-size: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  /* display: none; */
}
.quizblock .setli {
    margin-top: 15px;
    margin-bottom: 15px;
    /* padding: 6px 0; */
    font-size: 19px;
}
.quiz_effect{
    padding: 15px 0px 15px 0px;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
    background: -webkit-linear-gradient(bottom, #ffffff, #ffffff);
    background: -o-linear-gradient(bottom, #ffffff, #ffffff);
    background: linear-gradient(360deg, #ffffff, #ffffff);
    -webkit-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    width: 100%;
    height: 100px;
    -webkit-filter: blur(15px);
            filter: blur(15px);
    position: absolute;
    top: -52px;
    outline: none;
    z-index: 10;
}
.quiz_effect_bottom{
    padding: 15px 0px 15px 0px;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
    background: -webkit-linear-gradient(bottom, #ffffff, #ffffff);
    background: -o-linear-gradient(bottom, #ffffff, #ffffff);
    background: linear-gradient(360deg, #ffffff, #ffffff);
    -webkit-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    width: 100%;
    height: 100px;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    position: absolute;
    bottom: -30px;
    outline: none;
    z-index: 10;
}
.itemconstruction_effect_top{
    width: 100%;
    padding: 15px 0px 15px 0px;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
    background: -webkit-linear-gradient(bottom, #ffffff, #ffffff);
    background: -o-linear-gradient(bottom, #ffffff, #ffffff);
    background: linear-gradient(360deg, #ffffff, #ffffff);
    -webkit-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    width: 100%;
    height: 100px;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    position: absolute;
    bottom: -100px;
    outline: none;
    z-index: 10;
    height: 90px;
    position: absolute;
    top: -30px;
    outline: none;
    z-index: 10;
    /* background: url('../img/after-decor.png'); */
    background-repeat: no-repeat;
}
.quizblockbg {
    padding-top: 200px;
    padding-bottom: 100px;
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    height: 100%;
    background-size: cover;
    background: rgba(255, 255, 255, 0.9);
}
.quizblock .container{
  padding-bottom: 100px;
}
.quizblock .headblock_middle_desc_advantages{
  margin-left: 3px;
}
.trablsdecision {
    min-height: 500px;
    background: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}
.textbg {
    padding: 0 10px;
    background: #29a5fa;
    color: #fff;
    display: inline-block;
}
.overlay2 {
    background: url('../img/overlay2.png');
}
.itemconstruction {
    /* min-height: 975px; */
    position: relative;
    /* background: #dff2fe; */
    background: url(../img/danlenbg4.jpg);
    background-repeat: no-repeat;
    background-position: center 10%;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
.trablsdecision tr:nth-child(odd) {
    background: #f6f8fa;
}
.trablsdecision tr:nth-child(even) {
    background: #fff;
}
.dnlnth{
  color: #fff;
  background: #2aa5fa;
}
.trablsdecision .catalog_td_item{
  padding: 15px 20px;
  width: 50%;
}
.trablsdecision .catalog_td_item:nth-child(even){
  border-left: 3px solid #29a5fa;
  border-right: 3px solid #29a5fa;
}
.trablsdecision tr:last-child .catalog_td_item:last-child{
  border-bottom: 3px solid #29a5fa;
}
.trablsdecision_title {
    margin-bottom: 30px;
}
.itemconstructionbg {
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
}
.itemconstruction_title {
    /* margin-top: 200px; */
    display: block;
    position: relative;
    z-index: 12;
}
.itemconstruction_subtitle {
    margin-bottom: 50px;
    display: block;
    position: relative;
    z-index: 12;
}
.itemconstruction_desc_group {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}
.itemconstruction_image_group{
    width: 33%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    /* margin-top: 30px; */
    position: relative;
}
th.catalog_td_item h3 {
    font-size: 16px;
}
.itemconstruction_desc_item1_content {
    position: relative;
    padding-left: 45px;
}
.itemconstruction_desc_item1_number {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 2;
    background: #29a5fa;
    color: #fff;
    text-align: center;
    /* padding: 9px; */
    font-size: 17px;
    position: absolute;
    top: 0px;
    left: 0;
}

.itemconstruction_desc_item1_notif {
    font-style: italic;
    margin-bottom: 10px;
}
.itemconstruction_desc_item1 {
    margin-bottom: 50px;
    z-index: 10;
}
.itemconstruction_image_item {
    max-width: 340px;
    /* margin-top: -100px; */
    position: relative;
    z-index: 5;
    margin-left: -30px;
}
.itemconstruction_desc_group2 {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    float: right;
}
.itemconstruction_desc_group .itemconstruction_desc_item1_content {
    padding-right: 10px;
}
.itemconstruction_desc_group2 .itemconstruction_desc_item1_content {
    margin-left: 10px;
}


.pulse-bg-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: pulseeffect infinite ease-in-out 2s;
    animation: pulseeffect infinite ease-in-out 2s;
}

.pulse-bg {
    width: 100%;
    padding-bottom: 100%;
    left: 50%;
    top: 50%;
    z-index: 0;
}
.pulse-bg {
    position: absolute;
    left: 47.5%;
    top: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 375px;
    height: 375px;
    padding-bottom: 0;
    border-radius: 50%;
}
.pulse-bg-circle {
    border: 1.5px solid #29a5fa;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pulse-bg-circle3 {
    width: 85%;
    height: 85%;
}
.pulse-bg-circle2 {
    width: 105%;
    height: 105%;
}
@-webkit-keyframes pulseeffect { 0% { -webkit-transform: scale(0.8); transform: scale(0.8);
    opacity: 0; }
  50% { opacity: 1; }
  to { -webkit-transform: scale(1); transform: scale(1);
    opacity: 0; } }

@keyframes pulseeffect { 0% { -webkit-transform: scale(0.8); transform: scale(0.8);
    opacity: 0; }
  50% { opacity: 1; }
  to { -webkit-transform: scale(1); transform: scale(1);
    opacity: 0; } }

.itemconstruction_desc_group2 .itemconstruction_desc_item1_title{
  margin-bottom: 10px;
}
.workscheme {
    /* min-height: 975px; */
    position: relative;
    background: #fff;
    padding-bottom: 100px;
    padding-top: 100px;
}

.itemconstruction_effect_bottom {
    padding: 15px 0px 15px 0px;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
    background: -webkit-linear-gradient(bottom, #ffffff, #ffffff);
    background: -o-linear-gradient(bottom, #ffffff, #ffffff);
    background: linear-gradient(360deg, #ffffff, #ffffff);
    -webkit-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    width: 100%;
    height: 100px;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    position: absolute;
    bottom: -100px;
    outline: none;
    z-index: 10;
}
.workscheme_effect_bottom {
    padding: 15px 0px 15px 0px;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#fff));
    background: -webkit-linear-gradient(bottom, #ffffff, #fff);
    background: -o-linear-gradient(bottom, #ffffff, #fff);
    background: linear-gradient(360deg, #ffffff, #fff);
    -webkit-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    width: 100%;
    height: 100px;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    position: absolute;
    bottom: -100px;
    outline: none;
    z-index: 10;
}
.reviews_effect_bottom {
    padding: 15px 0px 15px 0px;
    background: -webkit-gradient(linear, left bottom, left top, from(#f7fcff), to(#ffffff));
    background: -webkit-linear-gradient(bottom, #f7fcff, #ffffff);
    background: -o-linear-gradient(bottom, #f7fcff, #ffffff);
    background: linear-gradient(360deg, #f7fcff, #ffffff);
    -webkit-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    width: 100%;
    height: 80px;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    position: absolute;
    top: -60px;
    outline: none;
    z-index: 10;
}
#itemconstructionbutton {
    /* margin-top: 30px; */
    margin: 0 auto;
    /* width: 340px; */
    display: block;
    z-index: 15;
}
.workscheme_title {
    /* padding-top: 150px; */
    margin-bottom: 30px;
    padding-left: 15px;
    z-index: 12;
    position: relative;
}
.workscheme_item {
    width: 16.4%;
    display: inline-block;
    height: 365px;
    vertical-align: top;
    position: relative;
    /* margin-bottom: 10px; */
    background: #f7fcff;
    background: -webkit-gradient(linear, left bottom, left top, from(#f7fcff), to(#ffffff));
    background: -webkit-linear-gradient(bottom, #f7fcff, #ffffff);
    background: -o-linear-gradient(bottom, #f7fcff, #ffffff);
    background: linear-gradient(360deg, #f7fcff, #ffffff);
    width: calc(100%/3 - 20px);
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: 0 10px 49px 0 rgba(0,0,0,.07);
    box-shadow: 0 10px 49px 0 rgba(0,0,0,.07);
    margin: 18px 7px 0 7px;
    text-align: left;
}
.workscheme_item:nth-child(2),
.workscheme_item:nth-child(5){
  /* margin: 0 10px; */
}
.workscheme_items_middlegroup {
    margin-bottom: 14px;
}
span.workscheme_item_number {
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    font-size: 50px;
    /* padding: 20px 0 30px  0; */
    /* position: absolute; */
    line-height: 0.9;
    /* bottom: 0; */
    display: inline-block;
    vertical-align: bottom;
    /* width: 50px; */
    padding-right: 20px;
    color: #2aa5fa;
}
@-webkit-keyframes scale{
  from{
    -webkit-transform: scale(1);
            transform: scale(1)
  }
  12.5%{
    -webkit-transform: scale(1.2);
            transform: scale(1.2)
  }
  25%{
    -webkit-transform: scale(1);
            transform: scale(1)
  }
  37.5%{
  -webkit-transform: scale(1.2);
          transform: scale(1.2)
  }
  50%{
    -webkit-transform: scale(1);
            transform: scale(1)
  }
  100%{
    -webkit-transform: scale(1);
            transform: scale(1)
  }
}
@keyframes scale{
  from{
    -webkit-transform: scale(1);
            transform: scale(1)
  }
  12.5%{
    -webkit-transform: scale(1.2);
            transform: scale(1.2)
  }
  25%{
    -webkit-transform: scale(1);
            transform: scale(1)
  }
  37.5%{
  -webkit-transform: scale(1.2);
          transform: scale(1.2)
  }
  50%{
    -webkit-transform: scale(1);
            transform: scale(1)
  }
  100%{
    -webkit-transform: scale(1);
            transform: scale(1)
  }
}

.orderbtnbold{
  animation: ball 800ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite alternate;
  animation-delay: 60000ms;
  text-align: center;
}
@keyframes ball {
  0%{transform: translateY(5px);}
  100% {transform: translateY(-5px);}
}
h3.workscheme_item_title {
    padding: 30px;
    font-size: 21px;
    padding-right: 120px;
    /* font-weight: 400; */
    height: 75px;
}



.popup-policy__text b{
  font-size: 15px;
  font-weight: 500;
}
.dbaarrow {
    display: inline-block;
    /* float: left; */
    width: 50px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    margin: 24px 0;
    right: 35px;
    top: 20px;
}
.dbaarrow svg {
    position: absolute;
    top: -10px;
    right: -7px;
    max-height: 30px;
    fill: #e8f8f2;
}
.dbaarrowlast {
    display: block;
    float: left;
    width: 35px;
    height: 1px;
    background-color: #000000;
    position: relative;
    margin: 24px 0;
    position: absolute;
    right: 30px;
    top: 20px;
}
.dbaarrowlast1 {
    display: block;
    float: right;
    width: 1px;
    height: 15px;
    background-color: #000000;
    position: relative;
    /* margin: 24px 0; */
}
.dbaarrowlast11 {
    /* display: block; */
    /* float: right; */
    /* width: 1px; */
    /* height: 15px; */
    /* background-color: #000000; */
    /* position: relative; */
    /* margin: 24px 0; */
    display: inline-block;
    /* float: left; */
    width: 30px;
    height: 30px;
    position: absolute;
    margin: 24px 0;
    right: 35px;
    top: 10px;
}
.dbaarrowlast svg {
    position: absolute;
    top: 5px;
    right: -7px;
    max-height: 30px;
    fill: #e8f8f2;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.workscheme_item_text_icon {
    max-width: 70px;
    margin: 0 auto;
    display: block;
}
@-webkit-keyframes slide1 {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
}
@keyframes slide1 {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
}
@-webkit-keyframes slidebottom {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
}
@keyframes slidebottom {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
}
@-webkit-keyframes slide2 {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
}
@keyframes slide2 {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
}
.dbaarrow {
    -webkit-animation: slide1 1s ease-in-out infinite;
            animation: slide1 1s ease-in-out infinite;
}
.dbaarrowlast,
.dbaarrowlast11 {
    -webkit-animation: slide2 1s ease-in-out infinite;
            animation: slide2 1s ease-in-out infinite;
}
a.order_text_button {
    color: #000;
    font-weight: 500;
}
.workscheme_items_group .workscheme_items_middlegroup:nth-child(1) .workscheme_item:nth-child(1) .workscheme_item_text_icon{
  max-width: 65px;
}
.workscheme_items_group .workscheme_items_middlegroup:nth-child(1) .workscheme_item:nth-child(3) .workscheme_item_text_icon{
  max-width: 65px;
}
.dbaarrowlast11:before {
    content: "\e909";
}
.workscheme_item_text {
    /* padding: 0px 50px 0 90px; */
    display: inline-block;
    vertical-align: bottom;
    width: 230px;
}
.order_text_bottom {
    letter-spacing: 2.1px;
    position: relative;
    /* top: 3px; */
    font-weight: 500;
}
.review_video_item{
  border-radius: 7px;
}
.workscheme_item_btm {
    padding: 40px 30px 30px 30px;
}
.review_video_item {
    margin: 5px;
    -webkit-box-shadow: 0px 22px 43px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 22px 43px 0px rgba(0, 0, 0, 0.2);
    /* margin: 0 auto; */
    display: inline-block;
    vertical-align: top;
    width: 395px;
    position: relative;
    margin-top: 10px;
    background-size: 100%;
    background-size: cover;
    position: relative;
    /* height: 155px; */
    display: block;
    -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 22px 43px 0px;
            box-shadow: rgba(0, 0, 0, 0.09) 0px 22px 43px 0px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    border-radius: 5px;
    padding: 50px 30px;
    height: 167px;
    display: inline-block;
    vertical-align: top;
}
.worctitl:after{
  content: '';
  display: block;
  width: 100px;
  height: 5px;
  background: #2aa5fa;
  position: absolute;
  top: 0;
}
.reviews {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 500px;
    background: #ffffff;
    position: relative;
}
.review_title {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    /* margin-left: -130px; */
    display: block;
    text-align: center;
}
.footer_mobile_whitespace_block{
  display: none;
}
.ourworks_title {
    margin-top: 10px;
    text-align: center;
    /* margin-left: -130px; */
    display: block;
    text-align: center;
    font-size: 22px;
    color: #fff;
    position: relative;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
}
.reviews_middle_title2 {
    text-align: center;
}
.reviews_middle_title {
    margin-top: 20px;
    /* margin-bottom: 10px; */
    text-align: center;
    /* margin-left: -130px; */
    display: block;
    text-align: center;
    font-size: 22px;
    color: #fff;
    position: relative;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
}
.review_text_item{
  background: #fff;
  display: inline-block;
  vertical-align: top;
  width: 348px;
  /* min-height: 333px; */
  padding: 10px;
  border-radius: 7px;
  margin: 0px 0px 13px 0px;
  -webkit-box-shadow: 0px 22px 43px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 22px 43px 0px rgba(0, 0, 0, 0.09);
  margin: 5px;
}
.text_reviews{
  margin-top: 70px;
}
.popup .footer_item:after{
  background: #e6ebec;
}
.review_text_item{
  width: 435px;
}
.review_text_item_img{
  width: 100%;
}

.ourworks {
    background: #f7fcff;
    padding-top: 100px;
    padding-bottom: 100px;
    /* min-height: 500px; */
    position: relative;
}

.slider__arrow {
  /* background-image: url(../img/icon-arrow.svg); */
  /* background-position: center center; */
  /* background-repeat: no-repeat; */
  /* background-size: 9px; */
  /* background-position-x: 50%; */
  background: #fff url(../img/right-arrow.png);
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: center;
  width: 57px;
  height: 57px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
  border-width: 1px;
  border-color: #2aa5fa;
  border-style: solid;
  border-radius: 50%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.slider__arrow-prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.slider__arrow-prev:hover {
  -webkit-transform: translateY(-50%) translateX(-3px) rotate(-180deg);
  -ms-transform: translateY(-50%) translateX(-3px) rotate(-180deg);
  transform: translateY(-50%) translateX(-3px) rotate(-180deg);
}

.slider__arrow-next {
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider__arrow-next:hover {
  -webkit-transform: translateY(-50%) translateX(3px);
  -ms-transform: translateY(-50%) translateX(3px);
  transform: translateY(-50%) translateX(3px);
}
.leaders-slider {
  padding: 0 70px;
  margin-top: 80px
}

.leaders-slider__slide {
  padding: 65px 30px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.leaders {
  padding: 80px 0
}

.leaders__title {
  text-align: center
}

.leaders-slider {
  padding: 0 70px;
  margin-top: 0px;
}

.leaders-slider__slide {
  padding: 15px 30px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.leaders-item {
  /* background-color: #fff; */
  /* -webkit-box-shadow: 0 10px 49px 0 rgba(0, 0, 0, .07); */
  /* box-shadow: 0 10px 49px 0 rgba(0, 0, 0, .07); */
  /* -webkit-border-radius: 7px; */
  /* border-radius: 7px; */
  /* padding: 40px */
  text-align: center;
  cursor: -webkit-grab;
  cursor: grab;
}

.leaders-item__picture {
  display: block;
  max-width: 100%;
  margin: 0 auto
}

.leaders-item__picture-container {
  margin-top: -100px;
  height: 330px
}

.leaders-item__name {
  text-align: center;
  margin-top: 10px
}

.leaders-item__post {
  text-align: center;
  color: #4b4b4b;
  margin-top: 15px
}


.catalog_item_gallery
.leaders-item__line {
  margin: 20px auto 0;
  background-color: #fc5547;
  width: 75px;
  height: 2px
}
div#timer8acb347ba8d6f82875847989b18c31e9 {
    /* text-align: left !important; */
    width: 100%;
    display: block;
}
.leaders-item__desc {
  text-align: center;
  color: #4b4b4b;
  margin-top: 15px;
  font-size: 17px;
  line-height: 23px
}
#mainscreen{
  position: relative;
  bottom: 100px;
  display: block;
  visibility: hidden;
}
#whywe{
  position: relative;
  bottom: 100px;
  display: block;
  visibility: hidden;
}
#catalogue{
  position: relative;
  bottom: 100px;
  display: block;
  visibility: hidden;
}
#scheme{
  position: relative;
  bottom: 100px;
  display: block;
  visibility: hidden;
}
#ourworks{
  position: relative;
  bottom: 100px;
  display: block;
  visibility: hidden;
}
#reviews{
  position: relative;
  bottom: 100px;
  display: block;
  visibility: hidden;
}
.rev1{
  height: 245px;
}
.rev2{
  height: 245px;
}
.rev3{
  height: 245px;
}
.rev4{
  height: 245px;
}
.review_text_slider{
  margin-top: 50px;
}
.ourworks_video_item {
    width: 30%;
    position: relative;
    margin-top: 5px;
    background-size: 100%;
    background-size: cover;
    position: relative;
    height: 100px;
    display: block;
    -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 22px 43px 0px;
            box-shadow: rgba(0, 0, 0, 0.09) 0px 22px 43px 0px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    border-radius: 5px;
    padding: 70px 1%;
    display: inline-block;
    vertical-align: top;
}
.reviewss_video_item {
    width: 500px;
    position: relative;
    margin-top: 10px;
    background-size: 100%;
    background-size: cover;
    position: relative;
    height: 155px;
    display: block;
    -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 22px 43px 0px;
            box-shadow: rgba(0, 0, 0, 0.09) 0px 22px 43px 0px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    border-radius: 5px;
    padding: 70px 30px;
    display: inline-block;
    vertical-align: top;
}
.ourworks_video_item1{
    background-image: url(/img/video/1.jpg); 
    background-size: cover;
    background-repeat: no-repeat;
}
.ourworks_video_item2{
    background-image: url(/img/video/12.jpg);  
    background-size: cover;
    background-repeat: no-repeat;    
}
.ourworks_video_item3{
    background-image: url(/img/video/13.jpg);  
    background-size: cover;
    background-repeat: no-repeat;    
}
.ourworks_video_item4{
    background-image: url(/img/video/11.jpg);  
    background-size: cover;
    background-repeat: no-repeat;    
}
.ourworks_video_item5{
    background-image: url(/img/video/15.jpg);  
    background-size: cover;
    background-repeat: no-repeat;    
}
.ourworks_video_item6{
    background-image: url(/img/video/16.jpg);  
    background-size: cover;
    background-repeat: no-repeat;    
}
.ourworks_video_item7{
    background-image: url(/img/video/17.jpg);  
    background-size: cover;
    background-repeat: no-repeat;    
}
.ourworks_video_item8{
    background-image: url(/img/video/11.jpg);  
    background-size: cover;
    background-repeat: no-repeat;    
}
.ourworks_video_item9{
    background-image: url(/img/video/20.jpg);  
    background-size: cover;
    background-repeat: no-repeat;    
}

.review_video_item1{
    background-image: url(../img/revprev1.png);  
    background-size: cover;
    background-repeat: no-repeat;    
}
.review_video_item2{
    background-image: url(../img/revprev2.png);
    background-size: cover;
    background-repeat: no-repeat;      
}
.review_video_item3{
    background-image: url(../img/revprev3.png);
    background-size: cover;
    background-repeat: no-repeat;      
}
.review_video_item4{
    background-image: url(../img/revprev4.png);
    background-size: cover;
    background-repeat: no-repeat;      
}
.review_video_item5{
    background-image: url(../img/revprev5.png);
    background-size: cover;
    background-repeat: no-repeat;      
}
.review_video_item6{
    background-image: url(../img/revprev6.png);
    background-size: cover;
    background-repeat: no-repeat;      
}
.review_video_item7{
    background-image: url(../img/revprev7.png);
    background-size: cover;
    background-repeat: no-repeat;      
}
.review_video_item8{
    background-image: url(../img/revprev8.png);
    background-size: cover;
    background-repeat: no-repeat;      
}
.catalog_item_delivery_mobile{
  display: none;
}
.ourworks_img_after {
    max-width: 350px;
    position: absolute;
    left: 0px;
    top: 199px;
}
.ourworksbg {
    padding-top: 200px;
    padding-bottom: 100px;
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    height: 100%;
    /* background-size: cover; */
    background: rgba(255, 255, 255, 0.9);
}

.ourworks .timevideo {
  color: #fff;
}
h2.reviews_title {
    text-align: center;
}
.darkbg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background:rgba(0, 151, 255, 0.57);
}
.ourworks_titles {
    margin-bottom: 20px;
    text-align: left;
}
.ourworks_video_item2{
  /* float: right; */
}
.reviews .timevideo{
  color: #fff;
}
.order_bottom_block {
    padding-top: 100px;
    padding-bottom: 300px;
    /* background: url(../img/06_leaves-min.png); */
    background-repeat: no-repeat;
    position: relative;
    overflow: visible;
}
.order_bottom_block_subtitle {
    font-size: 19px;
    margin-top: 5px;
    margin-bottom: 50px;
    text-align: center;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
}
.order_bottom_block_order_form_item {
    max-width: 335px;
    margin: 0 auto;
}
.order_bottom_block_order_label_item {
    display: block;
    margin-bottom: 5px;
}
.order_bottom_block_order_input_item{
    display: block;
    padding: 16px 20px;
    border-radius: 7px;
    border: 1px solid #000;
    border: 1px solid #dfdfdf;
}
.order_bottom_block_order_formfield_item {
    margin-bottom: 15px;
    width: 100%;
}
.order_bottom_block_order_button_item{
  border-radius: 7px;
  width: 100%;
  /* box-sizing: border-box; */
}
.order_bottom_block_order_input_item{
  border-radius: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.order_bottom_block_order_button_item {
    background: #fff;
    border: 0px solid #000;
    padding: 18px 20px;
}
.workscheme_items_group {
    text-align: center;
}
.headblock_middle_media_mobile{
  display: none;
}
.footerblock{position: relative;z-index: 15;}
#footerblock_effect{
    padding: 15px 0px 15px 0px;
    background: -webkit-linear-gradient(255deg, #f7fcff, #ddf2fe);
    background: -o-linear-gradient(255deg, #f7fcff, #ddf2fe);
    background: linear-gradient(195deg, #f7fcff, #ddf2fe);
    -webkit-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    width: 100%;
    height: 45px;
    -webkit-filter: blur(15px);
            filter: blur(15px);
    outline: none;
    z-index: 10;
    position: absolute;
    color: #fff;
    z-index: 10;
    top: -30px;
    left: -15px;
}
.review_text_item_img_mobile{
  display: none !important;
}
h3.policy_title {
    text-align: left;
    display: block;
    margin-top: 25px;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 24px;
    font-family: 'Gilroy', sans-serif;
}
.footerblockinner{
    height: 200px;
    background: -webkit-linear-gradient(255deg, #f7fcff, #ddf2fe);
    background: -o-linear-gradient(255deg, #f7fcff, #ddf2fe);
    background: linear-gradient(195deg, #f7fcff, #ddf2fe);
    -webkit-transition: all 400ms ease-in-out, -webkit-transform 150ms ease-in-out;
    transition: all 400ms ease-in-out, -webkit-transform 150ms ease-in-out;
    -o-transition: all 400ms ease-in-out, transform 150ms ease-in-out;
    transition: all 400ms ease-in-out, transform 150ms ease-in-out;
    transition: all 400ms ease-in-out, transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
    z-index: 10;
    width: 100%;
}
.mobiletopline{
    display: none;
}
form .order_bottom_block_order_formfield_item:nth-child(2){
  margin-bottom: 20px;
}
.topline_menu_item_mobile_order{
  display: none;
}
.order_bottom_block_title {
    text-align: center;
    margin-bottom: 15px;
}
.footer_item2 {
    display: inline-block;
    vertical-align: bottom;
    max-width: 450px;
    float: right;
}
.footer_img_item{
    max-width: 400px;
}
.order_bottom_block_order_form {
    margin-top: 35px;
}
.tl1{
  font-size: 26px;
  display: block;
}
.footer_item_shadow_blue:after {
    content: '';
    display: block;
    width: 100px;
    height: 5px;
    background: #2aa5fa;
    position: absolute;
    top: 0;
}
.parallax {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    overflow: hidden;
}
.layer1 {
  background-image: url(../img/pr1.png);
}

.layer2 {
  background-image: url(../img/pr2.png);
}

.layer3 {
  background-image: url(../img/pr3.png);
}
.layer4 {
  background-image: url(../img/pr4.png);
}
.par {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    /* background-position: top center; */
    overflow: visible;
    background-position: top center;
}

.popup,
.popup__content {
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.popup {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  max-width: 1080px;
  display: none;
  position: relative;
  z-index: 1;
  padding: 0;
  overflow: initial
}

.popup__content {
  /* background-color: #fff; */
  -webkit-box-shadow: 0 29px 38px 0 rgba(26, 71, 118, .09);
  box-shadow: 0 29px 38px 0 rgba(26, 71, 118, .09);
  /* padding: 45px; */
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(#f7fcff), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #f7fcff, #ffffff);
  background: -o-linear-gradient(bottom, #f7fcff, #ffffff);
  background: linear-gradient(360deg, #f7fcff, #ffffff);
  padding: 55px 55px 20px 55px;
}

.popup__title {
  font-size: 32px;
  line-height: 38px;
  text-align: center
}

.popup-policy__content {
  padding: 45px
}

.popup-policy__text {
  margin-top: 15px;
  overflow: hidden;
  font-size: 14px;
}

.popup-policy__text p {
  margin-top: 15px
}
.popup-policy .footer_item{
  width: auto;
}
.popup-policy .tl1{
  margin-bottom: 10px;
}
.popup-call {
  max-width: 540px;
  width: auto;
  background: none;
}
.popup-policy__text p{
  margin-top: 0;
}
.popup-policy {
  max-width: 840px;
  width: auto;
  background: none;
}
.popup.popup-policy .footer_item > div{
  padding: 45px 45px 45px 45px;
}
.cost-form {
  max-width: 100%;
  width: 350px;
  margin: 35px auto 0
}

.popup #formbutton{
  height: 95px;
}
.footer_logo {
    width: 100px;
    display: inline-block;
    vertical-align: bottom;
}
.footer_contacts {
    display: inline-block;
    /* float: right; */
    vertical-align: top;
    width: 310px;
    text-align: right;
    margin-top: 5px;
}
.footer_developer_block{
    /* float: right; */
    width: calc(50% - 3px);
    text-align: right;
    /* padding-top: 115px; */
    vertical-align: bottom;
    display: inline-block;
}
.headblock_head_contacts a{
  text-decoration: none;
  color: #000;
}
.order_text_bottom a{
  text-decoration: none;
  color: #000;  
}
.footer_contacts a{
  text-decoration: none;
  color: #000;  
}
.catalog_item_gallery .slider__arrow{
  background-position: 45% center;
}
.morebuttons_mobile_phones a{
  text-decoration: none;
  color: #000;    
}
.mobiletopline_right_items_set{
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.developer_logo_item {
    max-width: 165px;
}
.developer_logo,
.developer_logo_text{
  text-decoration: none;
  color: #000;  
}
.developer_logo_text {
    display: block;
    font-size: 12px;
}
.footer_logo .logoblk{
  max-width: 100px;
  height: 65px;
}
.footer_set1 {
    margin-bottom: 10px;
    display: block;
}
.footer_polit {
    width: 300px;
    display: inline-block;
}
.footer_set2 {
    width: 410px;
}
.footer_copyright {
    text-align: right;
    width: 100px;
    display: inline-block;
    vertical-align: bottom;
    float: right;
}
.footer_polit {
    /* width: 300px; */
    display: inline-block;
    float: left;
    vertical-align: bottom;
    cursor: pointer;
    text-decoration: underline;
}
.topline .container:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}



.catalog_item_gallery .leaders-slider{
  padding: 0;
}
.catalog_item_gallery img.catalog_item_gallery_item{
  margin: 0 auto;
}
.catalog_item_gallery .leaders-slider__slide{
  padding: 0 0px 30px 0px;
}
.catalog_item_gallery .slider__arrow{
  border: none;
  width: 70px;
  height: 70px;
}
.catalog_item_gallery .slider__arrow-next{
  right: -5%;
}
.catalog_item_gallery .slider__arrow-prev{
  left: -5%;  
}



.morebuttons_mobile_phones{
    float: left;
  }
  .mobiletopline_right_items_set{
    float: right;
  }
.advantages_title{
  text-align: left;
  padding-left: 10px;
}
.aitem1{
  height: 255px;
}
.aitem2{
  height: 255px;
}
.aitem3{
  height: 255px;
}
.aitem4{
  height: 215px;
}
.aitem5{
  height: 215px;
}
.aitem6{
  height: 215px;
}
.ourworks .container{
  text-align: center;
}
.review_text_slider_mobile{
  display: none;
}
.review_video_slider_mobile{
  display: none;
}
.morebuttons_mobile_phones{
  display: none;
  vertical-align: middle;
}
@media (max-width: 1220px){
  .headblock_middle{
    width: 640px;
    float: left;
  }
  .headblock_middle_media{
    margin-top: 75px;
    width: 410px;
    float: right;
  }
  .catalog_item_garantiya{
    display: none;
  }
  .advantages .container{
    text-align: center;
  }
  .headblock .container:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
  .advantages_title{
    text-align: left;
    padding-left: 15px;
  }
  .review_video_item{
    width: 40%;
  }
  .review_text_item{
    width: 45%;
  }
  .ourworks_video_item{
    width: 40%;
  }
  .ourworks_titles{
    text-align: center;
  }
  .coalblock{
    float: left;
  }
  .headblock_head:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
  h1.headblock_middle_desc{
    font-size: 45px;
  }
  .headblock_middle_desc_advantages{
    position: relative;
  }
  ul.headblock_middle_desc_advantages i.icon-tick {
    position: absolute;
    left: 0;
    top: 2px;
  }
  .headblock_middle_desc_advantages_li{
    margin-left: 20px;
  }
  .headblock_middle_desc_advantages .setli{
    position: relative;
  }
  .headblock_head_contacts{
    width: 250px;
  }

  .workscheme_item_text{
    display: block;
    margin-top: 5px;
    width: 100%;
  }
  .workscheme_item{
    height: 400px;
  }
  .workscheme_item4 {
    height: 390px;
  }
  .workscheme_item5 {
    height: 390px;
  }
  .workscheme_item6 {
    height: 390px;
  } 
  .workscheme_items_group {
    text-align: center;
  }
  h3.workscheme_item_title{
    text-align: left;
  }
  .workscheme_item_btm {
    text-align: left;
  }
  .advantages_item_group.prod{
    text-align: center;
  }
  .advantages_item.aitem1 {
    text-align: left !important;
    height: 265px;
  }
  .advantages_item.aitem2 {
    text-align: left !important;
    height: 265px;    
  }
  .advantages_item.aitem3 {
    text-align: left !important;
    height: 265px;    
  }  
  .advantages_item.aitem4 {
    text-align: left !important;
    height: 235px;    
  }    
  .advantages_item.aitem5 {
    text-align: left !important;
    height: 235px;    
  }    
  .advantages_item.aitem6 {
    text-align: left !important;
    height: 235px;
  }    
}
@media (max-width: 1150px){
  .headblock_middle{
    width: 580px;
  }
  .headblock_middle_media{
    width: 400px;
  }
  .catalog_item_garantiya{
    margin-left: 0;
  }
  #itemconstructionbutton{
    z-index: 15;
  }
  .garanticontext{
    font-size: 14px;
  }
  .deliveryicontext{
    font-size: 14px;
  }
  .catalog_item_delivery{
    margin-top: 11px;
  }
  .review_text_slider_desctop{
    display: none;
  }
  .review_text_slider_mobile{
    display: block;
  }
  .review_video_slider_desctop{
    display: none;
  }
  .review_video_slider_mobile{
    display: block;
    width: 725px;
    margin: 0 auto;
  }
  h3.workscheme_item_title{
    font-size: 17px;
  }
  .dbaarrow{
    top: 17px;
  }
  .review_text_slider_mobile{
    display: block;
    width: 725px;
    margin: 50px auto 0 auto;    
  }
  .review_video_slider_mobile .review_video_item{
    width: 445px;
    height: 180px;
  }
  .review_text_slider_mobile .review_text_item {
    width: 490px;
    height: auto;
  }
  h2.reviews_title{
    margin-bottom: 20px;
  }
  .itemconstruction_desc_item1_content {
      font-size: 14px;
      z-index: 20;
  }
}
@media (max-width: 1080px){
  .catalog_item_gallery{
    /* min-width: 350px; */
  }
  .catalog_item_garantiya{
    display: none;
  }
  .ourworks_video_item{
    height: 125px;
  }
  .headblock_middle_media{
    width: 350px;
  }
  .advantages_item_text {
    font-size: 15px;
  }
  .blurbox{
    width: 100%;
    right: 110px;
  }
  .headblock_middle {
    width: 480px;
  }
  .headblock_middle_desc {
    font-size: 37px;
  }
  .topline_menu_item{
    padding: 0 10px;
  }
  .topline_menu_link{
    font-size: 12px;
  }
  h2{
    font-size: 30px;
  }
  .catalog_item_description_title{
    font-size: 20px;
  }
  .for_desc{
    font-size: 16px;
  }
  .trablsdecision .catalog_td_item{
    font-size: 14px;
  }
  .trablsdecision{
    padding-bottom: 40px;
  }
  .catalog_td_item{
    width: auto;
  }
  .catalog_item_description_text .catalog_td_item:nth-child(2){
    padding: 8px 40px;
  }
  .imgop {
    display:block;
    width: 100%;
}
.opis {
    display:block;
    width: 100%;
}
.workscheme {
	display:none;
}
@media (max-width: 980px){
  .preview-block__img{
    max-width: 350px;
    margin-top: 5px;
  }
  h1.headblock_middle_desc{
    font-size: 35px;
  }
  .headblock_middle{
    width: 440px;
  }
  .blurbox{
    bottom: 120px;
  }
  .workscheme_item_btm{
    font-size: 15px;
  }
  .blurbox{
    right: 50px;
  }
  .itemconstruction_image_group{
    margin-top: 120px;
  }
  .itemconstruction_image_item{
    max-width: 250px;
  }
  .pulse-bg{
    width: 275px;
    height: 275px;
    left: 45.5%;
  }
  .itemconstruction{
    padding-bottom: 50px;
  }
}
@media (max-width: 960px){
  .catalog_item_gallery{
    width: 45%;
  }
  .catalog_item_description{
    width: 50%;
  }
  .catalog_item_delivery{
    display: none;
    float: none;
    margin-top: 50px;
    text-align: left;
    margin-left: 0;
  }
  .catalog_item_delivery_mobile{
    display: block;
    position: absolute;
    text-align: left;
    bottom: -80px;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .deliveryicontext{
    margin-left: 0;
  }
  .deliveryicontext br{
    display: none;
  }
  .catalog_item > div{
    padding: 35px 15px 60px 15px;
  }
  #catalogbutton{
    display: block;
    float: none;
    height: 40px;
  }
  .workscheme_item{
    width: calc(100%/2 - 20px);
  }
  .advantages_item{
    width: calc(100%/2 - 20px);    
  }
  .advantages_item.aitem1{
    height: 205px;
  }
  .advantages_item.aitem2{
    height: 205px;    
  }
  .advantages_item.aitem3{
    height: 205px;    
  }
  .advantages_item.aitem4{
    height: 205px;    
  }
  .advantages_item.aitem5{
    height: 205px;    
  }
  .advantages_item.aitem6{
    height: 205px;    
  }      
  .workscheme_item1{
    height: 400px;
  }
  .workscheme_item2{
    height: 400px;
  }
  .workscheme_item3{
    height: 400px;
  }
  .workscheme_item4{
    height: 400px;
  }
  .workscheme_item5{
    height: 400px;
  }
  .workscheme_item6{
    height: 400px;
  }
  .ourworks_video_item{
    padding: 40px 30px 70px 30px;
  }
  .logodesc{
    font-size: 11px;
  }    
  .coalblock{
    width: 550px;
  }
  .ourworks{
    min-height: auto;
  }  
  .order_bottom_block{
    padding-top: 100px;
  }
}
@media (max-width: 925px){
  #image-blocks img {
    width: 48%;
  }
  .mobiletopline{
    display: block;
  }
  .morebuttons_mobile{
    display: inline-block;
    vertical-align: middle;
  }
  .handleactive{
    position: absolute;
    right: 0;
    top: 0;
    width: 260px;
    padding: 50px 20px 20px 20px;
    box-sizing: border-box;
    background: -webkit-linear-gradient(45deg, #f7fcff, #ddf2fe);
    background: -o-linear-gradient(45deg, #f7fcff, #ddf2fe);
    background: linear-gradient(45deg, #f7fcff, #ddf2fe);
    z-index: 1;
    -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 22px 43px 0px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 22px 43px 0px;
  }
  .handleactive .topline_menu_item{
   display: block;
    padding: 10px 20px !important;
  }
  .morebuttons_mobile{
    position: relative;
    z-index: 2;
  }
  .morebuttons_mobile_phones{
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0;
    float: left;
  }
  .topline_menu{
      display: none;
  }
  .topline_menu_btn{
    display: none;
  }
  .mobiletopline:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
  .morebuttons_mobile_phones .headblock_head_contacts_phone{
    font-size: 16px;
  }
  .topline{
    height: 70px;
  }
  .headblock_head_contacts .headblock_head_contacts_phone{
    display: none;
  }
  .headblock_head_contacts{
    top: 20px;
    float: right;
    vertical-align: middle;
  }
  .coalblock{
    float: left;
    vertical-align: middle;
  }
  .headblock_head:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
  .catalog_item_description_text .catalog_td_item:nth-child(2) {
    padding: 8px 20px;
  }
  .footerlogoblock{
    width: 60%;
    display: inline-block;
    vertical-align: bottom;    
  }
  .footer_mobile_whitespace_block{
    width: 5%;
    display: inline-block;
    vertical-align: bottom;
  }
  .footer_developer_block{
    width: 33%;
    display: inline-block;
    vertical-align: bottom; 
    text-align: right;   
  }
  .quizicon{
    position: absolute;
    left: 0;
    top: 10px;
  }
}
@media (max-width: 900px){
  .blurbox {
    right: 40px;
    bottom: 195px;
    font-size: 14px;
  }
  .headblock_middle_media{
    display: none;
  }
  .headblock_middle_media.headblock_middle_media_mobile{
    display: block;
    /* float: left; */
    height: 500px;
    /* margin: 0 auto; */
    display: inline-block;
    vertical-align: top;
  }
  .headblock_middle{
    width: 100%;
  }
  .headblock_middle_desc_advantages {
    /* float: right; */
    width: 400px;
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
  }
  .catalog_item_delivery{
    display: none;
  }
  .headblock_middle_media{
    margin-top: 0;
  }
  .preview-block__img{
    max-width: 300px;
  }
  .headblock_middle_media{
    width: 300px;
  }
  .logodesc {
    max-width: 260px;
    margin-top: 7px;
  }
  .coalblock {
    width: 400px;
  }
  .headblock{
    padding-bottom: 50px;
  }
  .advantages{
    padding-top: 50px;
  }
  .quizblock .headblock_middle_desc_advantages{
    width: auto;
    display: block;
    margin-top: 0;
  }
  .quizblock .headblock_middle_desc_advantages_li{
    font-size: 17px;
  }
}
@media (max-width: 860px){
  h1.headblock_middle_desc {
    font-size: 31px;
  }
  h2 {
    font-size: 26px;
  }
  .headblock_middle_desc_advantages{
    width: 320px;
  }
  .headerbutton_item{
    padding: 15px 20px 15px 20px;
    width: 300px;
  }
  #headerbutton_effect{
    padding: 15px 20px 15px 20px;
  }
  #headerbutton{
    margin-left: 20px;
  }
  .headblock_middle{
    margin-top: 35px;
  }
  .advantages_item.aitem1{
    height: 235px;
  }
  .advantages_item.aitem2{
    height: 235px;    
  }
  .advantages_item.aitem3{
    height: 235px;    
  }
  .advantages_item.aitem4{
    height: 235px;    
  }
  .advantages_item.aitem5{
    height: 235px;    
  }
  .advantages_item.aitem6{
    height: 235px;    
  }    
  .catalog_item_description_text_bottom{
    font-size: 13px;
  }
  .catalog_td_item{
    font-size: 13px;
    padding: 5px 10px;
  }
  .catalog_item_description_text .catalog_td_item:nth-child(2){
    padding: 5px 20px;
  }
  .catalogbutton_item{
    font-size: 18px;
  }
  .ourworks_video_item{
    display: block;
    margin: 0 auto 20px auto;
    width: 445px;
    height: 180px;
    padding: 70px 30px 30px 30px;
  }
  .itemconstruction{
    padding-bottom: 100px;
  }
  .itemcontr_container{
    margin-top: 0;
  }
}
@media (max-width: 800px){
  .trablsdecision .catalog_td_item{
    padding: 10px 15px;
  }
  .itemconstruction_desc_group{
    display: block;
    width: 100%;
  }
  .itemconstruction_desc_group2{
    display: block;
    width: 100%;
    float: none;
  }
  .itemconstruction_image_group{
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .itemconstruction_image_group{
    width: 100%;
    max-width: 325px;
    display: block;
    margin: 10px auto 30px auto;
  }
  .catalog_item_gallery{
    width: 50%;
  }
  .catalog_item_description{
    width: 45%;
    padding: 0 10px;
  }
  .pulse-bg {
    width: 375px;
    height: 375px;
    left: 47.5%;
  }
  .itemconstruction_image_item{
    max-width: 350px;
    width: 100%;
  }
}
@media (max-width: 780px){
  .review_video_slider_mobile{
    width: auto;
  }
  .review_video_slider_mobile .review_video_item{
    width: 100%;
    max-width: 80%;
  }
  .catalog_item_description_title{
    text-align: center;
  }
  h1.headblock_middle_desc{
    margin-bottom: 10px;
  }
  .review_text_slider_mobile{
    width: auto;
  }
  .review_text_slider_mobile .review_text_item{
    width: 100%;
    max-width: 90%;
  }
  .catalog_item_gallery{
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  .deliveryicontext_mobile{
    display: none;
  }
  .headblock_middle_media.headblock_middle_media_mobile{
    /* float: none; */
    /* margin: 0 auto; */
    /* display: block; */
  }
  .catalog_item_description{
    width: 100%;
    display: block;
    margin-left: 0;
    margin-top: 40px;
    padding-left: 0;
  }
  #catalogbutton{
    margin: 0 auto;
  }
  .deliveryicontext br{
    display: block;
  }
  .catalog_item{
    max-width: 450px;
    margin: 10px auto 60px auto;
  }
  .catalog_item > div{
    padding: 35px 30px 35px 30px;
  }
  .leaders-slider__slide{
    padding: 15px 0 50px 0;
  }
  .review_video_item{
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .review_text_item{
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.09);
  }
  .footerlogoblock{
    width: 100%;
    max-width: 430px;
    display: block;
    float: none;
    margin: 0 auto;
  }
  .catalog_item_delivery{
    display: block;
    text-align: center;
  }
  .footer_mobile_whitespace_block{
    display: none;
  }
  .catalog_title{
    text-align: center;
    position: relative;
    right: 170px;
  }
  .footer_developer_block{
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    display: block;
    float: none;
    text-align: center;
    padding-top: 25px;
  }
  .footer_polit{
    float: none;
  }
  .footerlogoblock:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
  .footerblockinner{
    height: auto;
    padding-bottom: 30px;
  }
}
@media (max-width: 735px){
  .headblock_middle_desc_advantages{
    width: 280px;
    font-size: 15px;
  }
  #headerbutton_effect{
    width: 220px;
  }
  .headblock_head_contacts_item_viber{
    display: block;
    text-align: center;
    padding: 8px 12px 6px 12px;
  }
  .headblock_head_contacts {
    width: 140px;
    vertical-align: top;
    bottom: 7px;
    top: auto;
  }
  .coalblock{
    vertical-align: top;
  }
  .headblock_head_contacts_item_telegram{
    display: block;
    text-align: center;
    margin-top: 5px;
    padding: 8px 12px 6px 12px;
  }
  .header-socials__item-icon_viber{
    width: 18px;
    height: 19.5px;    
  }
  .header-socials__item-icon_telegram{
    width: 18px;
    height: 19.5px;
  }
  .headerbutton_item{
    width: 260px;
  }
  .headerbutton_item:before{
    width: 220px;
  }
  .headerbutton_item{
    font-size: 18px;
  }
  .headblock_middle_desc_advantages{
    margin-top: 70px;
  }
  .headblock_middle_desc_advantages{
    margin-bottom: 15px;
  }
}
@media (max-width: 700px){
  .workscheme_item{
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px auto;
  }
  .workscheme_title{
    text-align: center;
    padding-left: 0;
  }
  .advantages_item{
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    margin: 20px auto 0 auto;
  }
  h3.workscheme_item_title{
    padding-right: 60px;
  }
  .blurbox{
    right: 0;
    bottom: 220px;
  }
  .headblock_middle_media.headblock_middle_media_mobile{
    margin-top: 20px;
  }
  .preview-block__img{
    max-width: 270px;
    margin-left: 0;
  }
  .advantages_item.aitem1{
    height: auto;
  }
  .advantages_item.aitem2{
    height: auto;
  }
  .workscheme_item1{
    height: auto;
  }
  .workscheme_item2{
    height: auto;
  }
  .advantages_item.aitem3{
    height: auto;
  }
  .advantages_item.aitem4{
    height: auto;
  }
  .advantages_item.aitem5{
    height: auto;
  }
  .advantages_item.aitem6{
    height: auto;
  }
  .advantages_title{
    text-align: center;
    padding: 0;
  }
  .workscheme_item3{
    height: auto;
  }
  .workscheme_item4{
    height: auto;
  }
  .workscheme_item5{
    height: auto;
  }
  .workscheme_item6{
    height: auto;
  }
  .review_video_slider_mobile .review_video_item{
    height: 150px;
    font-size: 14px;
  }
  .leaders-slider__slide{
    padding: 15px 0 35px 0;
  }
  .ourworks_video_item{
    width: 70%;
    max-width: 400px;
    height: 160px;
    padding: 40px 30px 40px 30px;
  }
  .slider__arrow{
    width: 40px;
    height: 40px;
  }
  .leaders-slider{
    padding: 0 45px;
  }
  .dbaarrow{
    width: 1px;
    height: 50px;
    -webkit-animation: slidebottom 1s ease-in-out infinite;
            animation: slidebottom 1s ease-in-out infinite;
  }
  .dbaarrow svg{
    bottom: -9px;
    left: -6.1px;
    top: initial;
    top: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
  }
}
@media (max-width: 670px){
  .headblock_middle_media.headblock_middle_media_mobile{
    display: block;
    float: none;
    margin: 0 auto;
  }
  h2.reviews_title{
    margin-bottom: 0;
  }
  h1.headblock_middle_desc{
    text-align: center;
    margin-bottom: 20px;
  }
  .blurbox {
    right: 20px;
    bottom: 115px;
  }
  .preview-block__img{
    max-width: 300px;
  }
  .headblock_middle_media.headblock_middle_media_mobile{
    height: 420px;
  }
  .headblock_middle_desc_advantages{
    width: 100%;
    max-width: 450px;
    margin: 15px auto 30px auto;
    display: block;
  }
  #headerbutton {
    display: block;
    width: 260px;
    margin: 0 auto;
    height: 55px;
  }
}
@media (max-width: 630px){
  .headblock_head_contacts{
    float: none;
    display: block;
  }
  .headblock_head_contacts{
    width: 250px;
    text-align: center;
    margin: 0 auto;
  }
  .contactbtns{
    margin-bottom: 0;
  }
  .coalblock{
    width: 100%;
    margin-bottom: 10px;
  }
  .logodesc{
    max-width: 100%;
    margin-top: 0;
    vertical-align: middle;
  }
  .headblock_head_contacts_item_telegram{
    margin-top: 0;
  }
  .headblock_head_contacts_item_viber{
    display: inline-block;
    vertical-align: top;
  }
  .headblock_head_contacts_item_telegram{
    display: inline-block;
    vertical-align: top;
  }
  .logoblk{
    vertical-align: middle;
  }
  .itemconstruction_image_item {
    max-width: 250px;
    width: 100%;
  }
  .pulse-bg {
    width: 290px;
    height: 290px;
    left: 47%;
  }
}
@media (max-width: 580px){
  .ourworks_video_item{
    height: 140px;
  }
  .reviews_middle_title{
    font-size: 19px;
    margin-top: 15px;
  }
  .headblock_head_contacts{
    /* padding-left: 70px; */
  }
  .advantages{
    padding-top: 100px;
  }
  .logodesc{
    max-width: 265px;
    text-align: left;
  }
  .coalblock{
    text-align: center;
    margin-bottom: 15px;
  }
  .trablsdecision .catalog_td_item:nth-child(1){
    width: 45%;
  }
  .trablsdecision .catalog_td_item:nth-child(2){
    width: 55%;
  }
  .review_video_item{
    padding: 35px 30px; 
  }
  .reviewbutton_item{
    font-size: 16px;
  }
  .quizblock .headblock_middle_desc_advantages_li{
    font-size: 16px;
  }
  .quizblock .headblock_middle_desc_advantages_li{
    margin-left: 10px;
  }
  #reviewbutton{
    width: 350px;
  }
  .reviewbutton_item{
    width: 350px;
  }
  #reviewbutton_effect{
    width: 210px;
  }
  .reviewbutton_item:before{
    width: 270px;
  }
  .itemconstruction_image_group{
    max-width: 255px;
  }
  .pulse-bg{
    width: 275px;
    height: 275px;
    left: 45.5%;
  }
  .footer_item{
    width: 100%;
    max-width: 455px;
  }
  .order_bottom_block_order_form_item{
    width: 100%;
    max-width: 335px;
  }
  .trablsdecision .catalog_td_item{
    font-size: 13px;
  }
  th.catalog_td_item h3{
    font-size: 15px;
  }
  .ourworks_title{
    font-size: 20px;
    margin-bottom: 0;
  }
  .our_work_video-play{
    width: 65px;
    height: 65px;
  }
  .our_work_video-play-round:before{
    width: 35px;
    height: 35px;
  }
  .itemconstruction_subtitle{
    font-size: 14px;
  }
  .quizblock .setli{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footerlogoblock{
    font-size: 14px;
  }
  .footerblock_footer_contacts_phone{
    font-size: 16px;
  }
  .footerblock_footer_contacts_email{
    font-size: 11.5px;
  }
  .review_video-play{
    width: 65px;
    height: 65px;
  }
  .review_video-play-round:before{
    width: 35px;
    height: 35px;
  }
  h1.headblock_middle_desc{
    font-size: 28px;
  }
}
@media (max-width: 520px){
  .morebuttons_mobile_phones .headblock_head_contacts_phone{
    font-size: 16px;
  }
  .mobiletopline_menu_btn{
    display: none;
  }
  .topline_menu_item_mobile_order{
    display: block;
  }
  .topline_menu_item_mobile_order a{
    border-bottom: 1px solid #000;
    padding-bottom: 1px;    
  }
}
@media (max-width: 500px){
  .review_video_item{
    padding: 25px 30px 35px 30px;
    height: auto !important;
  }
  .ourworks_video_item{
    padding: 25px 30px 30px 30px;
  }
  .footer_contacts{
    width: 210px;
    float: right;
  }
  .catalog_item_gallery .slider__arrow{
    top: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  .catalog_item_gallery .slider__arrow-prev{
    left: -7%;
  }
  .catalog_item_gallery .slider__arrow-next{
    margin-left: 0;
    margin-right: 0;
    right: -7%;
  }
  h3.policy_title{
    font-size: 20px;
  }
  .footerlogoblock{
    max-width: 330px;
  }
  div#timer8acb347ba8d6f82875847989b18c31e9{
    min-width: 100px !important;
  }
  span#timer-separator-8acb347ba8d6f82875847989b18c31e9-hours,
  span#timer-separator-8acb347ba8d6f82875847989b18c31e9-minutes,
  span#timer-separator-8acb347ba8d6f82875847989b18c31e9-secundes{
    padding: 0 10px !important;
  }
  .ourworks_title{
    font-size: 17px;
  }
  .timevideo{
    margin-top: 0;
    font-size: 15px;
  }
  .footer_set2{
    width: 100%;
  }
  .footer_polit{
    width: auto;
  }
  .footer_copyright{
    width: auto;
  }
  .footer_developer_block{
    max-width: 330px;
  }
  .itemconstructionbutton_item{
    font-size: 16px;
  }
  .itemconstructionbutton_item:before{
    width: 40px;
    height: 40px;
    top: 13px;
  }
  #itemconstructionbutton{
    width: 275px;
  }
  #itemconstructionbutton_effect{
    width: 215px;
  }
  .itemconstructionbutton_item{
    width: 275px;
  }
  .itemconstructionbutton_item{
    padding: 15px 20px 15px 75px;
  }
  .quizbutton_item{
    font-size: 17px;
  }
  #quizbutton{
    width: 270px;
  }
  #quizbutton_effect{
    width: 210px;
  }
  .quizbutton_item{
    width: 270px;
  }
  .quizbutton_item:before{
    width: 210px;
  }
  .quizblock .headblock_middle_desc_advantages_li{
    margin-left: 15px;
  }
  .leaders-slider{
    padding: 0;
  }
  .slider__arrow{
    top: 100%;
    z-index: 20;
  }
  .slider__arrow{
    margin-left: 10px;
  }
  .slider__arrow-next{
    margin-right: 10px;
    margin-left: 0;
  }
  #reviewbutton{
    margin: 65px auto 0 auto;
  }
  .slider .slick-dots{
    bottom: -4px;
  }
  h1.headblock_middle_desc{
    font-size: 25px;
    text-align: left;
  }
  h2{
    font-size: 23px;
  }
  .tl1{
    font-size: 23px;
  }
  h3{
    font-size: 18px;
  }
  .catalog_item_description_title{
    font-size: 18px;
  }
  .quizblock .headblock_middle_desc_advantages_li{
    font-size: 15px;
  }
  .trablsdecision .catalog_td_item{
    padding: 10px;
  }
  #reviewbutton{
    width: 260px;
  }
  #reviewbutton_effect{
    width: 220px;
    padding: 15px 20px 15px 20px;
    height: 60px;
  }
  .reviewbutton_item{
    width: 260px;
    padding: 15px 20px 15px 20px;
  }
  .reviewbutton_item:before{
    width: 220px;
  }
  .formbutton_item{
    font-size: 18px;
  }
  .popupformbutton_item{
    font-size: 18px;
  }
  #formbutton_effect{
    width: 100%;
    height: 65px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #popupformbutton_effect{
    width: 100%;
    height: 65px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .formbutton_item:before{
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .popupformbutton_item:before{
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ourworks_video_item{
    height: auto;
  }
  .catalog_title{
    text-align: center;
    margin-bottom: 15px;
    right: auto;
  }
  .order_bottom_block {
    padding-top: 50px;
  }
}
@media (max-width: 460px){
  .review_text_item_img_mobile{
    display: block !important;
    max-width: 280px;
    margin: 0 auto;
  }
  .review_text_item_img_tablet{
    display: none !important;
  }
  .itemconstruction_image_group{
    max-width: 205px;
  }
  .pulse-bg {
    width: 235px;
    height: 235px;
    left: 44%;
  }
  .popup.popup-policy .footer_item > div{
    padding: 35px 35px 35px 35px;
  }
  span#timer-number-8acb347ba8d6f82875847989b18c31e9-days,
  span#timer-separator-8acb347ba8d6f82875847989b18c31e9-hours,
  span#timer-number-value-8acb347ba8d6f82875847989b18c31e9-hours,
  span#timer-separator-8acb347ba8d6f82875847989b18c31e9-minutes,
  span#timer-number-8acb347ba8d6f82875847989b18c31e9-minutes,
  span#timer-separator-8acb347ba8d6f82875847989b18c31e9-secundes,
  span#timer-number-8acb347ba8d6f82875847989b18c31e9-secundes
  {
    font-size: 30px !important;
    line-height: 1.3 !important;
  }
  span#timer-text-8acb347ba8d6f82875847989b18c31e9-secundes,
  span#timer-text-8acb347ba8d6f82875847989b18c31e9-minutes,
  span#timer-text-8acb347ba8d6f82875847989b18c31e9-hours,
  span#timer-text-8acb347ba8d6f82875847989b18c31e9-days{
    font-size: 13px !important;
  }
  .logoblk{
    display: block;
    margin: 0 auto 15px auto;
  }
  .logodesc{
    /* margin-left: 0; */
    display: block;
    margin: 0 auto;
  }
  .coalblock{
    margin-bottom: 25px;
  }
  .headblock{
    padding-top: 110px;
  }
  .headblock_middle{
    margin-top: 30px;
  }
  .trablsdecision{
    padding-top: 50px;
  }
  .catalog_item_gallery{
    width: 90%;
  }
  .quizblock .setli {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .catalog_item_description_text .catalog_td_item:nth-child(2) {
    padding: 5px 10px;
  }
  .formbutton_item{
    padding: 15px 25px 15px 25px;
  }
  .popupformbutton_item{
    padding: 15px 25px 15px 25px;
  }
}
@media (max-width: 420px){
  .ourworks_video_item{
    width: 80%;
  }
  .preview-block__img {
    max-width: 280px;
  }
  .fancybox-slide>*{
    margin: 20px 20px;
  }
  .fancybox-slide.fancybox-slide--iframe>*{
    margin: 0 0;
    border-radius: 0 !important;
  }
  .promo-product__video-play{
    width: 70px;
    height: 70px;
  }
  .promo-product__video-play-round:before{
    width: 40px;
    height: 40px;
  }
  .fancybox-content{width: 100% !important;border-radius: 0 !important;}
  span#timer-separator-8acb347ba8d6f82875847989b18c31e9-hours,
  span#timer-separator-8acb347ba8d6f82875847989b18c31e9-minutes,
  span#timer-separator-8acb347ba8d6f82875847989b18c31e9-secundes {
    padding: 0 7px !important;
}
  .blurbox{
    bottom: 135px;
  }
  .catalog_td_item{
    font-size: 12px;
  }
  .catalog_item > div {
    padding: 35px 20px 35px 20px;
  }
}
@media (max-width: 390px){
  .catalog_item_gallery .slider__arrow-prev{
    left: -14%;
  }
  .catalog_item_gallery .slider__arrow-next{
    right: -14%;
  }
  .catalog_td_item{
    padding: 5px;
  }
  .catalog_item_description_text .catalog_td_item:nth-child(2){
    padding: 5px;
  }
  .catalog_item_description_text_bottom {
    padding: 8px 0px;
  }
  .catalog_item_gallery_arrow_left_contain{
    left: -50px;
  }
  .popup .footer_item > div {
    padding: 35px 35px 5px 35px;
  }
  .catalog_item_gallery_arrow_right_contain{
    right: -50px;
  }
  img.catalog_item_gallery_item{
    max-width: 100%;
  }
  .footer_logo{
    display: block;
    margin: 0 auto;
  }
  span#timer-text-8acb347ba8d6f82875847989b18c31e9-secundes,
  span#timer-text-8acb347ba8d6f82875847989b18c31e9-minutes,
  span#timer-text-8acb347ba8d6f82875847989b18c31e9-hours,
  span#timer-text-8acb347ba8d6f82875847989b18c31e9-days {
    font-size: 11px !important;
}
  .review_video_item{
    margin: 0;
  }
  .footer_contacts{
    float: none;
    width: 100%;
    text-align: center;
  }
  .footer_geo {
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
  }
  .footer_set2{
    text-align: center;
    margin-top: 10px;
  }
  .footer_copyright {
    float: none;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 5px;
  }
}
@media (max-width: 365px){
  #catalogbutton{
    width: 200px;
  }
  .formbutton_item{
    font-size: 16px;
  }
  .catalog_item_gallery .slider__arrow{
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 35% center;
  }
  .popupformbutton_item{
    font-size: 16px;
  }
  .reviews_middle_title{
    margin-top: 10px;
  }
  .ourworks_title{
    margin-top: 10px;
  }
  .preview-block__img {
    max-width: 250px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: block;
    position: relative;
    left: 15px;
  }
  .catalog_td_item {
    font-size: 10px;
  }
  .headblock_middle_media.headblock_middle_media_mobile{
    height: 380px;
    width: 100%;
  }
  .ourworks_video_item {
    padding: 25px 30px 25px 30px;
  }
  .review_video_item{
    padding: 25px 30px 25px 30px;
  }
  #catalogbutton_effect{
    width: 160px;
    padding: 15px 20px 15px 20px;
  }
  .ourworks_title{
    font-size: 16px;
  }
  .catalogbutton_item{
    width: 200px;
    padding: 15px 20px 15px 20px;
  }
  .catalogbutton_item:before{
    width: 160px;
  }
  .order_bottom_block_order_input_item{
    font-size: 14px;
    padding: 14px 16px;
  }
  .quizbutton_item{
    font-size: 16px;
  }
  #quizbutton{
    width: 250px;
  }
  #quizbutton_effect{
    width: 190px;
  }
  .quizbutton_item{
    width: 250px;
  }
  .quizbutton_item:before{
    width: 190px;
  }
  .footer_item > div{
    padding: 45px 40px 5px 40px;
  }
  .blurbox {
    bottom: 125px;
  }
  .promo-product__video-play-title{
    margin-top: 10px;
  }
  .catalog_item_gallery {
    width: 100%;
  }

  .itemconstructionbutton_item{
    font-size: 15px;
  }
  .itemconstructionbutton_item:before{
    width: 35px;
    height: 35px;
    top: 14px;
  }
  #itemconstructionbutton{
    width: 250px;
  }
  #itemconstructionbutton_effect{
    width: 190px;
  }
  .itemconstructionbutton_item{
    width: 250px;
  }
  .itemconstructionbutton_item{
    padding: 15px 20px 15px 65px;
  }
  .review_video_slider_mobile .review_video_item{
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .review_text_slider_mobile .review_text_item{
    max-width: 94%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;  
  }
  .review_text_item {
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.09);
  }
}
@media (max-width: 350px){
  .morebuttons_mobile_phones .headblock_head_contacts_phone {
    font-size: 15px;
  }
  .timevideo{
    font-size: 14px;
  }
  .footer_item > div {
    padding: 45px 30px 5px 30px;
  }
  .formbutton_item {
    font-size: 15px;
  }
  .tl1 {
    font-size: 19px;
  }
  h3.policy_title{
    font-size: 17px;
  }
  .popup-policy__text{
    font-size: 13px;
  }
  .popupformbutton_item {
    font-size: 15px;
  }
  .headblock_middle_desc_advantages{
    margin: 5px auto 30px auto;
  }
  .blurbox {
    right: 10px;
  }
  .preview-block__img{
    left: 5px;
  }
  h2 {
    font-size: 22px;
  }
  .deliveryicontext {
    font-size: 13px;
  }
  #formbutton{
    height: 100px;
  }
  .reviews_middle_title {
    font-size: 17px;
  }
  .review_video_item {
    padding: 25px 20px 25px 20px;
  }
  .ourworks_video_item {
    padding: 25px 20px 25px 20px;
  }
  span#timer-number-8acb347ba8d6f82875847989b18c31e9-days,
  span#timer-separator-8acb347ba8d6f82875847989b18c31e9-hours,
  span#timer-number-value-8acb347ba8d6f82875847989b18c31e9-hours,
  span#timer-separator-8acb347ba8d6f82875847989b18c31e9-minutes,
  span#timer-number-8acb347ba8d6f82875847989b18c31e9-minutes,
  span#timer-separator-8acb347ba8d6f82875847989b18c31e9-secundes,
  span#timer-number-8acb347ba8d6f82875847989b18c31e9-secundes {
    font-size: 28px !important;
    line-height: 1.45 !important;
  }
  span#timer-text-8acb347ba8d6f82875847989b18c31e9-secundes,
  span#timer-text-8acb347ba8d6f82875847989b18c31e9-minutes,
  span#timer-text-8acb347ba8d6f82875847989b18c31e9-hours,
  span#timer-text-8acb347ba8d6f82875847989b18c31e9-days {
    font-size: 10px !important;
  }
}