﻿@font-face {
  font-family: 'intro_regular';
  src: url('../fonts/8289-webfont-2.eot');
  src: url('../fonts/8289-webfont-3.eot') format('embedded-opentype'),
  url('../fonts/8289-webfont-1.woff2') format('woff2'),
  url('../fonts/8289-webfont-1.woff') format('woff'),
  url('../fonts/8289-webfont-1.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'century_gothic';
  src: url('../fonts/century_gothic-1.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'century_gothic_bold';
  src: url('../fonts/century_gothic_bold-1.ttf');
  font-weight: normal;
  font-style: normal;
}

/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  margin: 15px 0 15px 28px;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  background: #fff;
}

th, td {
  height: 40px;
  vertical-align: middle;
  border-right: 1px solid #dcdcdc;
  font-size: 14px;
  line-height: 1.625;
  position: relative; /*padding: 0 29px;*/
}

th:first-of-type, td:first-of-type {
  border-left: 1px solid #dcdcdc;
}

td {
  border-bottom: 1px solid #dcdcdc;
}

/*td:first-of-type:before{display: block;height: 100%;width: 29px;background: #fff;content: '';left: 0;top: 2px;position: absolute;}*/
/*td:last-of-type:before{display: block;height: 100%;width: 29px;background: #fff;content: '';right: 0;top: 2px;position: absolute;}*/
tr:last-of-type td:before {
  display: none;
}

th {
  background: #dcdcdc;
  font-size: 14px;
  color: rgb(242, 10, 65);
  font-weight: bold;
}

/* End of Eric Meyer's CSS Reset */
html {
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

h1 {
  font-family: "intro_regular";
  font-size: 30px;
}

h2 {
  font-family: "intro_regular";
  font-size: 30px;
}

h3 {
  font-family: "intro_regular";
  font-size: 26px;
}

h4 {
  font-family: "intro_regular";
  font-size: 22px;
}

h5 {
  font-family: "intro_regular";
  font-size: 18px;
}

strong{
	font-weight: bold;
	font-family: "intro_regular";
}

p {
  line-height: 1.733;
  margin-bottom: 15px;
}

a {
  color: #f20a41;
  text-decoration: none;
  -webkit-transition: border 0.3s, color 0.3s;
  -o-transition: border 0.3s, color 0.3s;
  transition: border 0.3s, color 0.3s;
  border-bottom: solid 1px transparent;
}

a:hover {
  border-bottom: solid 1px #f20a41;
}

a:visted {
  color: #828282;
}

ol {
  counter-reset: myCounter;
}

li {
  list-style: none;
}

ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter) '.';
  color: #f20a41;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 2px;
  font-size: 18px;
  font-weight: bold;
  font-family: 'intro_regular';
  top: -3px;
}

ol li, ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 7px;
  line-height: 1.444;
}

ul li:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fe4236;
  left: 2px;
  top: 9px;
}

body {
  font-family: "century_gothic", sans-serif;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper {
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.col_4 {
  width: 25%;
}

.row > div {
  display: inline-block; /* float: left; */
}

.row:after {
  display: block;
  content: '';
  clear: both;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.bg_first_page {
  background-image: url(../images/top_bg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-bottom: 60px;
  position: relative;
}

.bg_first_page .scroll {
  width: 60px;
  height: 60px;
  background-color: #fff;
  background-image: url(../images/scroll-1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
  background-position: center;
}

/* Header
-----------------------------------------------------------------------------*/
.wrap_top_header {
  background-image: url(../images/bg_top_header-1.png);
  background-size: cover;
  background-position: center;
}

.top_header {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.top_header p {
  margin-bottom: 0;
  color: #fff;
}

.top_header a {
  color: #fff;
}

.top_header a:hover {
  border-bottom: 1px solid #fff;
}

.top_header a:visited {
  color: #fff;
}

.bottom_header_wrap {
  background: #000;
  /*border-bottom: 3px solid #313131;*/
  -webkit-box-shadow: 0 3px 0 0 #313131;
          box-shadow: 0 3px 0 0 #313131;
  min-height: 80px; /*padding: 0 20px;*/
}

.header_wrap {
  max-width: 1200px;
  width: 100%;
}

.bottom_header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 0;
}

.bottom_header ul {
  margin: 0 0 0 0;
}

.wrap_logo {
  width: 39%;
  padding-top: 10px;
  padding-left: 20px;
}

.logo {
  display: inline-block;
  position: relative;
}

.logo a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 11;
  border: none;
}

.logo a:hover {
  border: none;
}

.wrap_top_address_block {
  width: 28.5%;
}

.wrap_top_tel_block {
  width: 16%;
}

.wrap_top_mail_block {
  width: 16.5%;
}

.top_header > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*.bottom_header .top-menu > li {*/
/*color: #fff;*/
/*font-family: "intro_regular";*/
/*}*/

/*.top-menu > li a {*/
/*border-bottom: 1px solid transparent;*/
/*color: #fff;*/
/*}*/

/*.bottom_header .top-menu > li a {*/
/*color: #fff;*/
/*border: none;*/
/*}*/

/*.bottom_header .top-menu > li a:hover {*/
/*border: none;*/
/*color: #fff;*/
/*}*/

/*.top-menu > li a:visited {*/
/*color: #fff;*/
/*}*/

/*.top-menu > li a:hover {*/
/*border-bottom: solid 1px #f20a41;*/
/*color: #f20a41;*/
/*}*/

/*.top-menu > li {*/
/*display: inline-block;*/
/*}*/

/*.top-menu {*/
/*margin: 0;*/
/*text-align: center;*/
/*}*/

/*.bottom_header .top-menu > li {*/
/*padding: 0 0 0 0;*/
/*display: table-cell;*/
/*vertical-align: top;*/
/*text-align: left;*/
/*margin-bottom: 0;*/
/*font-size: 16px;*/
/*padding-right: 10px;*/
/*float: none;*/
/*}*/

/*.top-menu > li:before {*/
/*display: none;*/
/*}*/

/*.top-menu {*/
/*!*display: table;*!*/
/*!*width: 100%;*!*/
/*display: flex;*/
/*background: silver;*/
/*}*/

/*.top-menu > li:last-of-type {*/
/*padding-right: 0;*/
/*}*/

.bottom_header {
  padding: 0;
}

.wrap_top_menu {
  position: relative;
}

/*@media only screen and (min-width: 992px) {*/

  .top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "intro_regular";
    color: #f3f6f6;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }

  .top-menu li {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .top-menu li::before {
    display: none;
  }

  .top-menu > li {
    position: relative;
    /*width: 100%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    /*background: silver;*/

    /*outline: 1px solid blue;*/
  }

  .top-menu a {
    padding: 24px 0;
  }

  .top-m__chil-drop {
    padding: 4px 10px;
    /*background: red;*/
    cursor: pointer;
    pointer-events: none;
  }

  .top-m__chil-drop svg {
    display: block;
    width: 11px;
    height: 6px;
    fill: #fff;
    -webkit-transition: fill .25s linear, -webkit-transform .25s linear;
    transition: fill .25s linear, -webkit-transform .25s linear;
    -o-transition: transform .25s linear, fill .25s linear;
    transition: transform .25s linear, fill .25s linear;
    transition: transform .25s linear, fill .25s linear, -webkit-transform .25s linear;
  }

  .top-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*width: 100%;*/
    /*background: #000;*/
    color: currentColor;
    font-size: inherit;
    text-decoration: none;
    border: none;
  }

  .top-menu > li > a:hover {
    border: none;
  }

  .top-menu .menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    width: 350px;
    /*padding-top: 15px;*/
    /*padding-bottom: 15px;*/

    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;

    border: 3px solid #f20a41;
    border-left: none;
    border-right: none;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 1, 0.1);
            box-shadow: 0 0 7px rgba(0, 0, 1, 0.1);
    background: #fff;
    display: none;
  }

  /*.top-menu > li:first-child .menu{*/
  /*display: block;*/
  /*}*/

  .menu, .menu li, .menu a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .menu li {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu a {
    display: block;
    width: 100%;
    padding: 0;
    /*padding: 15px 18px;*/
    padding-left: 18px;
    padding-right: 18px;
    /*background: green;*/
    border: 2px solid rgba(255, 255, 255, 0);
    /*border: 2px solid #f20a41;*/
    border-top: none;
    border-bottom: none;
    -webkit-transition: border .25s linear;
    -o-transition: border .25s linear;
    transition: border .25s linear;
  }



.menu::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 15px 12.5px;
  border-color: transparent transparent #f20a40 transparent;
}

.border_menu {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;

  height: 1px;
  margin: 4px 0 0 0;

  background: #313131;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  pointer-events: none;
}
@media only screen and (min-width: 992px) {

  .top-menu li:hover .menu {
    display: block;

  }

  .top-menu li:hover .top-m__chil-drop svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    fill: #f20a41;
  }



  .menu a:hover {
    border-color: #f20a41;
  }


}

/*.drop-open .menu {*/
  /*display: block;*/

/*}*/

.drop-open .top-m__chil-drop svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: #f20a41;
}
.drop-open{

}
.drop-open{

}
.drop-open{

}
.drop-open{

}















.text_show_block {
  padding: 0 7% 0 16%;
  position: relative;
  font-size: 14px;
}

.wrap_logo .text_show_block {
  padding: 0 0 0 0;
}

.top_mail_block .text_show_block {
  padding: 0 0 0 25%;
  overflow-wrap: break-word;
}

.top_address_block .text_show_block:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/svg/placeholder_red-1.svg);
  background-repeat: no-repeat;
  width: 23px;
  height: 30px;
  left: 4%;
  top: 6px;
}

.top_tel_block .text_show_block:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/svg/phone_red-1.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 30px;
  left: 0;
  top: 23px;
}

.top_mail_block .text_show_block:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/svg/mail_red-1.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 17px;
  left: 10%;
  top: 2px;
}

/* Footer
-----------------------------------------------------------------------------*/
.wrap_footer {
  background: #313131;
}

.footer {
  max-width: 1200px;
  margin: -192px auto 0;
  /*height: 192px;*/
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*padding: 33px 0 0 0;*/
  padding: 33px 0 33px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0px;
}

.footer p {
  color: #adadad;
  font-size: 14px;
}

.footer .wrap_top_menu {
  margin-bottom: 30px;
  display: none;
}

.footer .border_menu {
  display: none !important;
}

.soc_menu {
  margin: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.soc_menu li:before {
  display: none;
}

.footer .top-menu li {
  font-size: 16px;
  margin: 0;
  padding: 0 13px;
}

.soc_menu li {
  padding: 0 10px;
  margin: 0;
  display: inherit;
}

.soc_menu a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: none !important;
  font-size: 0;
  border-radius: 50%;
  color: transparent;
  background-position: center;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.soc_menu a:hover {
  opacity: 0.6;
}

.soc_menu .vk {
  background-image: url(../images/svg/vk-1.svg);
  background-repeat: no-repeat;
  background-color: #3498b9;
}

.soc_menu .fb {
  background-image: url(../images/svg/fb-1.svg);
  background-repeat: no-repeat;
  background-color: #3162a2;
}

.soc_menu .tw {
  background-image: url(../images/svg/tw-1.svg);
  background-repeat: no-repeat;
  background-color: #2eb1eb;
}

.soc_menu .db {
  background-image: url(../images/svg/db-1.svg);
  background-repeat: no-repeat;
  background-color: #f552b6;
  background-size: 20px;
}

.soc_menu .gl {
  background-image: url(../images/svg/gl-1.svg);
  background-repeat: no-repeat;
  background-color: #f25c58;
}

.soc_menu .youtube {
  background-image: url(../images/youtube-1.png);
  background-repeat: no-repeat;
}

.wrap_soc_menu {
  margin-bottom: 26px;
}

/* Middle
-----------------------------------------------------------------------------*/
.content { padding: 0 0 192px;
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap_curtain_slider {
  max-width: 1200px;
  margin: 0 auto;
  padding: 7px 0 0 0; /*min-height: 689px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.curtain_slider {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
}

.curtain_slider_text {
  font-size: 36px;
  font-family: "intro_regular";
  color: rgb(243, 246, 246);
  text-align: center;
  margin-bottom: 17px;
}

.curtain_slider_text p {
  margin-bottom: 20px;
  
}

.twentytwenty-horizontal {
  padding: 10px 0;
  overflow: hidden;
  margin-bottom: 19px;
  margin-top: auto;
}

#fancy_manager {
  display: none;
  height: 100%;
}

.wrap_fancy_tel {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}


.fancy_feedback_button_tel {
  display: inline-block;
}

.fancy_feedback_button_tel > * {
  height: 57px;
  line-height: 57px;
  display: inline-block;
  float: left;
  position: relative;
  border-bottom: none;
}

.fancy_button_tel {
  background-color: #ff4a02;
  border-right: 8px solid #000;
  margin-right: 10px;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
      transform: skewX(-45deg);
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.fancy_button_tel:hover {
  background: #000;
}

.fancy_button_tel:hover:before {
  border-left-color: #000;
}

.fancy_feedback_button_tel > *:hover {
  border-bottom: none;
}

.fancy_button_tel .text {
  font-size: 24px;
  font-family: "intro_regular";
  color: rgb(255, 255, 255);
  padding: 0 30px 0 0px;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
      transform: skewX(45deg);
  display: block;
}

.fancy_tel_text {
  background-color: #000;
  color: #fff;
  font-size: 24px;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
      transform: skewX(-45deg);
  border-left: 8px solid #ff4a02;
  padding: 0 10px 0 52px;
  position: relative;
}

.fancy_tel_text span.color {
  color: #ff4a02;
}

.fancy_tel_text .text {
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
      transform: skewX(45deg);
}

.fancy_button_tel:before {
  display: block;
  content: '';
  position: absolute;
  border-left: 58px solid #ff4a02;
  border-bottom: 57px solid transparent;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
      transform: skewX(45deg);
  left: -28px;
  -webkit-transition: border-left-color 0.3s;
  -o-transition: border-left-color 0.3s;
  transition: border-left-color 0.3s;
}

.fancy_tel_text:before {
  position: absolute;
  content: '';
  display: block;
  border-right: 57px solid black;
  border-top: 57px solid transparent;
  right: -28px;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
      transform: skewX(45deg);
}

.block_header {
  text-align: center;
}

.block_clauses, .shop_block {
  margin: 0 auto;
  max-width: 1200px;
  padding: 68px 0 0 0;
}

.text_header_clauses {
  text-align: center;
  font-size: 16px;
  margin-bottom: 48px;
}

h2.block_header {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 18px;
}

h2.block_header:after, h2.block_header:before {
  position: absolute;
  content: '';
  display: block;
  width: 76px;
  height: 1px;
  background-color: #f20a41;
  left: 47%;
  right: auto;
  margin: 0 auto;
}

h2.block_header:after {
  bottom: 4px;
  left: 46%;
}

h2.block_header:before {
  bottom: 0;
}

.clauses_box {
  text-align: left;
}

.clauses_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.clauses-row {
  width: 31.667%;
  position: relative;
  display: inline-block;
  margin: 0 2.4995% 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clauses-row:nth-of-type(3n) {
  margin: 0 0 30px 0;
}

.wrap_animate_box {
  height: 366px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width:500px){
.wrap_animate_box {
  height: 90vw;
  max-height: 366px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}}
.animate_box {
  width: 100%;
  height: 100%;
  /*-webkit-transition: 0.6s;*/
  /*transition: 0.6s;*/
  /*-webkit-transform-style: preserve-3d;*/
  /*transform-style: preserve-3d;*/
  /*position: relative;*/
}

.wrap_animate_box:hover {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.wrap_animate_box:hover .animate_box {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.front-row, .back-row {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #f3f6f6;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(62, 62, 62, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(62, 62, 62, 0.2);
  border-bottom: 5px solid #ff4a02;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.front-row {
  z-index: 20;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.back-row {
  z-index: 30;
  /*-webkit-transform: rotateY(180deg);*/
  /*transform: rotateY(180deg);*/
}


.back-row .clauses_img img {
  display: inline-block;
  max-width: 115%;
  max-height: 115%;
  -o-object-fit:cover;
     object-fit:cover;
}

.front-row .clauses_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  height: 118px;
  margin-bottom: 7px;
}

.front-row .clauses_img img {
  display: inline-block;
  max-width: 115px;
  max-height: 115px;
}

.clauses_name {
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.333;
  text-align: center;
  height: 67px;
  overflow: hidden;
  position: relative;
  margin-bottom: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 18px;
}

.clauses_name a {
  color: #000;
}

.clauses_name:before, .clauses_name:after {
  display: block;
  content: '';
  width: 73%;
  height: 1px;
  background: #ff4a02;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 4px;
}

.clauses_name:before {
  bottom: 0;
  width: 38%;
}

.clauses_name .hidden {
  display: block;
  height: 50px;
  overflow: hidden;
}

.clauses-row .anons {
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 1.333;
  text-align: center;
}

.back-row .clauses_name {
  position: absolute;
  bottom: -4px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.333;
  text-align: center;
  background: #ff4a02;
  width: 100%;
  left: 0;
  right: 0;
  margin-bottom: 0;
  padding: 0 0 0 0;
  /*-webkit-transform: rotateY(180deg);*/
  /*transform: rotateY(180deg);*/
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

.back-row .clauses_name a {
  color: #fff;
}

.clauses_name img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  margin-right: 10px;
}

.wrap_clauses, .wrap_shop_block {
  background: #fff;
  padding: 0 0 45px;
}

/*o nas*/
.block_o_nas {
  max-width: 1030px;
  margin: 0 auto 106px auto;
  min-height: 359px;
  position: relative;
  padding: 50px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap_block_o_nas {
  background-image: url(../images/bg_company-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 62px 0 97px 0;
}

.square_block {
  height: 100%;
  border: 3px solid #f20a41;
  border-top: none;
  /*width: 55%;*/
  width: 100%;
  left: 0;
  right: 0;
  z-index: 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: none;
  top: 0;
  position: absolute;
}

.square_block .block_header {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "intro_regular";
  padding: 0;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -15px;
}

.bottom_square_text {
  text-align: center;
  position: absolute;
  bottom: -39px;
  left: 0;
  right: 0;
  color: #fff;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
  font-style: italic;
}

.bottom_square_text .color {
  font-size: 16px;
  color: rgb(242, 10, 65);
  font-weight: bold;
  font-style: normal;
}

.bottom_square_text p {
  margin-bottom: 0;
  line-height: 1.5;
}

.bottom_square_text:after, .bottom_square_text:before {
  display: block;
  content: '';
  position: absolute;
  height: 3px;
  background: #ff4a02;
  width: 25%;
  left: 0;
  top: 18px;
}

.square_block:after, .square_block:before {
  display: block;
  content: '';
  position: absolute;
  width: 25%;
  height: 3px;
  background: #ff4a02;
  top: 0;
  left: 0;
}

.square_block:after {
  left: auto;
  right: 0;
}

.bottom_square_text:after {
  right: 0;
  left: auto;
}

.block_o_nas h2 {
  padding-left: 20px;
  color: #ff4a02;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.text_o_nas {
/*
  -webkit-columns: 2;
  columns: 2;
*/
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 1.571;
  -webkit-column-gap: 115px;
  -moz-column-gap: 115px;
       column-gap: 115px;
  position: relative;
  z-index: 1;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
  padding: 0 20px 30px 20px;
}

.price_text {
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
}

/*o nas end*/
.zayavka_block {
  max-width: 1200px;
  margin: 0 auto;
}

.zayavka_block ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin: 0 0px 0 0px;
}

.zayavka_block ol li {
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 1.383;
  padding: 22px 20px 0 104px;
  width: 25%;
  margin: 0 0px 0 0;
}

.zayavka_block ol li strong {
  font-size: 21px;
  font-family: 'intro_regular';
  display: block;
  margin-bottom: 6px;
  position: relative;
  padding-right: 40px;
}

.zayavka_block ol li:before {
  border-radius: 50%;
  background: #f20a41;
  width: 80px;
  height: 80px;
  color: #fff;
  line-height: 80px;
  content: counter(myCounter);
  font-size: 42px;
}

.zayavka_block ol li strong:before {
  display: block;
  content: '';
  width: 44px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  
}

.zayavka_block ol li:last-of-type strong:before {
  display: none;
}

.hover_top_menu {
  position: absolute;
  height: 3px;
  background: #ff4a02;
  width: 0;
  bottom: 100%;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.photo_wrap_block {
	display:none !important;
  background-color: #000;
  padding: 36px 0 0 0;
}

.photo_wrap_block h2 {
  color: #fff;
  max-width: 1200px;
  margin: 0 auto 16px auto;
}

.header_photo_block_menu .top-menu > li {
  font-size: 14px;
}

.slider_photo {
  padding-bottom: 7px;
}

.header_photo_block_menu .wrap_top_menu {
  max-width: 1200px;
  margin: 0 auto;
}

.header_photo_block_menu {
  padding-bottom: 25px;
  max-width: none;
  background: #000;
  border-bottom: 3px solid #f20a41;
  padding: 10px 20px 25px;
}

.wrap-photo-item {
  width: 20%;
}

.swiper-container-horizontal > .swiper-scrollbar {
  background: #f20a41;
  height: 7px;
  bottom: 0;
  width: 100%;
  left: 0;
  border-radius: 0;
}

.swiper-scrollbar-drag {
  background: #fff;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}

.swiper-button-prev, .swiper-button-next, .reviews-button-next, .reviews-button-prev, .fancybox-nav span {
  width: 31px;
  height: 31px; /*background-color: #dcdcdc;*/
  margin-top: -15px;
  right: auto;
  left: 50px;
  background-image: url(../images/svg/arrow_left_slider_white-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 12px;
  border: 1px solid #bbbbbb;
}

.swiper-button-next, .reviews-button-next, .fancybox-next span {
  right: 50px;
  left: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7px 12px;
  background-image: url(../images/svg/arrow_right_slider_white-1.svg);
}

.photo-item-cat {
  height: 250px;
  overflow: hidden;
  width: 20%;
  position: relative;
}

.photo_first_page .photo_hide_gallery, .photo_hide_gallery_block {
  display: none;
}

.wrap-photo-item .photo-item {
  width: 100%;
}

.bg_img_slider {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.shop-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 30px;
  min-height: 120px;
}

.shop-item .shop_img_wrap {
  width: calc(22.75% - 23px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; /* height: 150px; */
  margin-right: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
}

.shop_img {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(62, 62, 62, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(62, 62, 62, 0.2);
  width: 100%;
  height: 100%;
  margin-bottom: auto; /*-webkit-transition: 0.3s;transition: 0.3s;*/
}

.shop-item .shop_img .bg_img {
  border: none;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg_img_slider_no_photo {
  background: url(../images/nophoto-1.png) no-repeat center;
  background-size: contain;
}

.shop-item .no_photo .bg_img {
  background-size: contain;
}

.shop-item .shop_img a:hover {
  border: none;
}

.shop-item .shop_img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.shop-item .shop_text_wrap {
  width: 77.25%;
  margin: 0;
  padding: 15px 22.754% 15px 20px;
  background: #f3f6f6;
  height: auto;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; /*-webkit-transition: height 0.3s;transition: height 0.3s;*/
}

.shop_name {
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.333;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 7px;
}

.shop_block {
  padding: 47px 0 0 0;
}

.shop_block h2 {
  margin-bottom: 25px;
}

.shop-item > div {
  border-radius: 3px;
  overflow: hidden;
}

.shop_name a {
  color: #000;
}

.shop_name:after, .shop_name:before {
  display: block;
  content: '';
  position: absolute;
  background: #dcdcdc;
  bottom: 0;
  height: 1px;
  width: 22%;
}

.shop_name:after {
  bottom: 3px;
  width: 40%;
}

.shop_anons {
  font-size: 14px;
  color: rgb(0, 0, 0);
  line-height: 1.143;
}

.shop_anons p {
  line-height: 1.143;
}

.wrap_dynamic_advantages {
  margin-top: auto;
}

.shop_param {
  font-size: 12px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 16px;
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin: 0 30px 10px 0;
}

.shop_param:before {
  width: 16px;
  height: 16px;
  position: absolute;
  display: block;
  content: '';
  background: url(../images/icon_param-1.png) no-repeat center;
  border-radius: 50%;
  overflow: hidden;
  left: 0;
  top: 0;
}

.wrap_price_block_file {
  background-color: #f20a41;
  position: absolute;
  height: 100%;
  width: 26.754%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  right: 0;
  padding: 10px 5px; /*-webkit-transition: height 0.3s;transition: height 0.3s;*/
}

.price {
  font-size: 36px;
  font-family: "intro_regular";
  color: rgb(255, 255, 255);
}

.currency {
  font-size: 26px;
}

.to-cart {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.price_block_file {
  width: 100%;
  height: 100%;
  text-align: center;
  border-left: 1px solid #dcdcdc;
  padding: 9px 0px 13px 4px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price_block_file:before {
  background: #dcdcdc;
  width: 1px;
  height: 50%;
  position: absolute;
  left: 3px;
  content: '';
  display: block;
  bottom: 0;
}

.price_download {
  font-size: 14px;
  color: rgb(255, 255, 255);
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.302);
  display: inline-block;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  position: relative;
  padding: 0 0px 0 42px;
  width: 164px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: none !important;
}

.download_button_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: auto;
  -ms-flex-direction: column;
  flex-direction: column;
}

.price_download svg {
  position: absolute;
  fill: #fff;
  left: 9px;
  top: 7px;
}

.price_block_file .shop_form {
  margin-bottom: 9px;
}

.reviews_block_wrap {
  background: url(../images/fon_reviews-1.jpg);
  background-size: cover;
  background-position: center;
  padding: 46px 0 50px 0;
}

.reviews_block {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.reviews_block_wrap .reviews_header {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 50px;
}

.reviews-button-prev {
  left: 0;
}

.reviews-button-next {
  right: 0;
}

.reviews-button-prev.swiper-button-disabled, .reviews-button-next.swiper-button-disabled {
  opacity: 0.5;
}

.reviews_param_value_text {
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 1.875;
  text-align: left;
  display: block;
}
.reviews_block_swiper .reviews-block-row.active .reviews_param_value_text {
	max-height: 360px;
	overflow-y: auto;
}
.reviews-block-row {
  position: relative;
  padding: 66px 0 0 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.reviews-block-row.active {
  background-color: rgb(243, 246, 246);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(62, 62, 62, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(62, 62, 62, 0.2);
  position: absolute;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 14px;
  height: auto;
  width: 100%;
}
.reviews_block_swiper .reviews-block-row.active {
	background-color: transparent;
	height: 100%;
	position: relative;
}
.kavichki {
  position: absolute;
  top: 0;
  left: 0;
  fill: #f20a41;
}

.wrap_reviews_info_block {
  min-height: 130px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 0 150px;
  margin-top: auto;
}

.wrap_avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: rgba(242, 10, 65, 0.2);
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.avatar_block {
  border-radius: 50%;
  border: 4px solid #f20a41;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 114px;
  height: 114px;
}

.reviews_param {
  margin-bottom: 30px;
}

.reviews_param_toggle {
  max-height: 210px;
  overflow: hidden;
}

.wrap_reviews_info_block.no-avatar {
  padding: 0 0 0 0;
}

.reviews_block_swiper {
  position: relative;
  max-width: 1362px;
  margin: 0 auto;
}

.reviews_name {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}

.reviews_mark {
  font-size: 13px;
  text-transform: uppercase;
}

.wrap_main_bottom_block {
  background: #fff;
  position: relative;
}

.main_bottom_block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 172px 0 0 15%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 463px;
}

.main_bottom_block .block_header {
  font-size: 30px;
  color: rgb(32, 32, 32);
  line-height: 1.2;
  font-family: 'intro_regular';
  text-align: left;
  margin-bottom: 42px;
  margin-left: 200px;
}

.btn {
  color: #fff;
  text-transform: uppercase;
  font-family: 'intro_regular';
  display: inline-block;
  background-color: #f20a41;
  min-width: 170px;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: none;
  text-align: center;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.btn:hover {
  background-color: #000;
  border: none;
}

.btn.middle {
  height: 60px;
  line-height: 60px;
  font-size: 26px;
  min-width: 250px;
  width: auto;
}

.wrap_block_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-evenly;
}

.wrap_block_tel .btn:before {
  display: none;
}

.wrap_block_tel .btn {
  border-radius: 0;
  -webkit-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
      transform: skewX(0deg);
}

.block_tel p {
  margin-bottom: 0;
  line-height: 1;
  font-size: 30px;
}

.block_tel, .tel-color {
  font-size: 30px;
  font-family: "intro_regular";
  color: rgb(0, 0, 0);
  line-height: 1.133;
}

.tel-color {
  margin: 0 28px 0 37px;
}

.block_tel {
  position: relative;
  padding-left: 30px;
}

.block_tel:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/svg/phone_red-1.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 30px;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.main_bottom_block:before {
  width: 40%;
  position: absolute;
  height: 276px;
  content: '';
  display: block;
  left: 0;
bottom: 100px;
  background: url(../images/mc1-1.png) no-repeat center bottom;
}

#map {
  height: 400px;
}

.center_content {
  max-width: 1200px;
  margin: 0 auto 60px;
}

h1 {
  text-align: center;
  max-width: 1200px;
  padding-bottom: 20px;
  position: relative;
  margin: 46px auto 17px auto;
}

h1:before, h1:after {
  position: absolute;
  content: '';
  display: block;
  width: 76px;
  height: 1px;
  background-color: #f20a41;
  left: 47%;
  right: auto;
  margin: 0 auto;
}

h1:before {
  bottom: 0;
}

h1:after {
  bottom: 4px;
  left: 46%;
}

.reviews_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -14px;
}

.reviews_list .reviews-list-row {
  width: 33.333%;
  padding: 0 14px 0 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
  position: relative;
}

.reviews_list .reviews-block-row .kavichki {
  left: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.reviews_list .reviews_param_value_text {
  color: #000;
}

.breadcrumb {
  text-align: center;
  padding-bottom: 47px;
  border-bottom: 1px solid #f20a41;
  margin-bottom: 26px;
}

.breadcrumb > span {
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 1.125;
  padding: 0 0 0 10px;
  margin: 0 0 0 5px;
  display: inline-block;
  position: relative;
}

.breadcrumb > span:first-of-type {
  padding: 0;
  margin: 0;
}

.breadcrumb > span:before {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f20a41;
  content: '';
  left: 0;
  top: 6px;
}

.breadcrumb > span:first-of-type:before {
  display: none;
}

.breadcrumb a {
  color: #000;
}

.reviews_button > span {
  font-size: 12px;
  cursor: pointer;
  color: rgb(242, 10, 65);
  border-bottom: 1px dotted;
}

.reviews_button {
  position: absolute;
  top: 12px;
  right: 25px;
}

.reviews_button {
  display: block;
}

.reviews_list .reviews_button {
  display: block;
}

.reviews_button_show, .reviews_button_hide {
  display: none;
}

.reviews_button_show.active, .reviews_button_hide.active {
  display: block;
}

.reviews_list .reviews-block-row.active .kavichki {
  left: 20px;
  top: 20px;
}

.reviews-block-row.active .reviews_param_toggle {
  max-height: none;
}

.reviews-block-row.active .block-text {
  padding: 0 20px 20px 20px;
}

.reviews-block-row.active .reviews_button {
  top: 28px;
}

.reviews_block_swiper .swiper-slide {
  height: auto;
}

.reviews_block_swiper .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.reviews-block-row .block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.reviews_list .reviews-list-row {
  min-height: 437px;
}

.paginator > * {
  position: relative;
  height: 25px;
  font-size: 12px;
  color: rgb(113, 113, 113);
  text-align: center;
  font-weight: bold;
  line-height: 25px;
  width: 25px;
  display: inline-block;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  margin-right: 5px;
  background: -o-linear-gradient(top, #f9f9f9, #eaeaea);
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
  background: linear-gradient(to bottom, #f9f9f9, #eaeaea);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12), inset 0px 1px 0px 1px rgba(255, 255, 255, 0.004);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12), inset 0px 1px 0px 1px rgba(255, 255, 255, 0.004);
}

.paginator .start:before {
  background-image: url(../images/arrow_start-1.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 6px;
  height: 9px;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.paginator .end:before {
  background-image: url(../images/arrow_end-1.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 6px;
  height: 9px;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.paginator .end, .paginator .start {
  color: transparent;
}

.paginator a:hover {
  border-bottom: 1px solid #c5c5c5;
}

.paginator {
  margin-bottom: 50px;
  text-align: center;
}

.paginator .active {
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.004), inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.004), inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  background: #f30b47;
  border: none;
}

.feedback_form {
  max-width: 660px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 40px;
  position: relative;
  height: 100%;
}

h2.block_header_feedback {
  font-size: 22px;
  padding-bottom: 22px;
  margin-bottom: 25px;
}

#consult h2.block_header_feedback {
  font-size: 18px;
  padding-bottom: 22px;
  margin-bottom: 25px;
  font-weight: bold;
  font-family: "century_gothic", sans-serif;
}

.feedback_form input, .feedback_form textarea {
  border-radius: 3px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.feedback_form textarea {
  resize: none;
  border: 1px solid rgb(243, 246, 246);
  background-color: rgb(243, 246, 246);
  outline: none;
}

input[type="text"], input[type="email"], input[type="tel"] {
  height: 50px;
  background-color: rgb(243, 246, 246);
  outline: none;
  border: 1px solid rgb(243, 246, 246);
  padding: 0 19px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input.error_input, textarea.error_input {
  border: 1px solid #f20a41;
}

.wrap_input_feedback {
  width: 50%;
  padding: 0 10px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.feedback_form form {
  margin: 0 -10px;
}

.wrap_input_button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}

.wrap_textarea_feedback {
  width: 100%;
}

textarea, input {
  font-family: "century_gothic", sans-serif;
}

textarea {
  padding: 16px 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 150px;
  outline: none;
  resize: none;
  border: none;
  background: #f3f6f6;
}

.block_tel .text_show_block {
  padding: 0 0 0 0;
}

.text_show_block p {
  margin-bottom: 0;
}

.top_block_page_feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f20a41;
  padding-bottom: 25px;
  margin-bottom: 47px;
}

.top_block_page_feedback > div {
  width: 66.666%;
  font-size: 22px;
}

.top_block_page_feedback .text_show_block {
  font-size: 22px;
}

.top_block_page_feedback .text_show_block a {
  color: #000;
}

.top_block_page_feedback p {
  line-height: 1.364;
}

.top_block_page_feedback .top_address_block .text_show_block:before {
  width: 30px;
  height: 40px;
  background-size: contain;
}

.top_block_page_feedback .top_tel_block .text_show_block:before {
  width: 24px;
  height: 40px;
  background-size: contain;
}

.top_block_page_feedback .top_mail_block .text_show_block:before {
  width: 35px;
  height: 25px;
  background-size: contain;
}

.photo_wrap_page .breadcrumb {
  margin-bottom: 0;
  border: none;
}

.photo_item {
  width: 20%;
}

.photo_first_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 80px;
  border-top: 4px solid #ff4a02;
}

.photo_hide_block {
  position: absolute;
  z-index: 111;
  height: 100%;
  width: 100%;
  bottom: -100%;
  top: auto;
  left: 0;
  background-image: url(../images/fon_tov-1.png);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-bottom: none !important;
}

.photo_name {
  font-size: 24px;
  font-family: "intro_regular";
  color: rgb(255, 255, 255);
  line-height: 1;
  display: inline-block;
  position: relative;
}

.line_photo {
  width: 60px;
  height: 2px;
  background: #f20a41;
  display: inline-block;
  margin: 14px 0 8px 0;
}

.photo_anons {
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-style: italic;
  line-height: 1.25;
}

.photo_anons p {
  margin-bottom: 0;
}

.photo-item-cat:hover .photo_hide_block {
  bottom: 0;
}

.photo_hide_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}

.loader_photo {
  display: none;
  text-align: center;
  margin-bottom: 40px;
}

.clauses_list .front-row {
  position: relative;
  cursor: default;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.clauses_list .front-row a {
  border-bottom: none;
}

.clauses_line {
  background: #f20a41;
  display: block;
  height: 2px;
  margin: 20px -20px;
}

.clauses-row .btn {
  width: 100%;
  height: 55px;
  padding: 0;
  line-height: 55px;
  margin-top: auto;
}

.list_clauses_text ul {
  margin: 0 0 0px 0;
}

.list_clauses_text {
  margin-bottom: 20px;
  max-height: 550px;
}

.list_clauses_text li {
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 1.5;
}

a.fancybox-nav, a.fancybox-nav:hover {
  border-bottom: none;
}

.fancybox-prev span {
  left: 10px;
  right: auto;
}

.fancybox-next span {
  right: 10px;
  left: auto;
}

.fancybox-image {
  border: 4px solid #f20a41;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clauses_id img { /*float: left;*/
}

.clauses_id img { /*float: left;*/
  /*margin: 0 10px 10px 0;*/
}

/*new format of page claus*/
.clauses_id img {
  float: left;
  /*margin: 0 4% 10px 0;*/
  width: 46%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(62, 62, 62, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(62, 62, 62, 0.2);
}

.clauses_id .site_dynamic.media_block img {
  width: 100%;
}

.find_price { /*float: right; width: 46%;*/
  margin: 0 0 10px 4%;
  border-radius: 3px;
  background-color: rgb(243, 246, 246);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(62, 62, 62, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(62, 62, 62, 0.2);
  padding: 55px 35px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*.pic_and_price {*/
  /*display: block;*/
  /*position: relative;*/
  /*text-align: center;*/
  /*display: flex;*/
/*}*/

/*.pic_and_price .site_dynamic {*/
  /*width: 50%;*/
/*}*/

/*.wrapper.clauuses .pic_and_price {*/
  /*max-width: 1200px;*/
  /*margin: 10px auto 50px;*/
/*}*/

.wrapper.clauuses .center_content {
  max-width: 100%;
  margin-bottom: 0;
}

.wrapper.clauuses .wrap_text_clauses {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 0 0;
  font-size: 16px;
}

.pic_and_price:after {
  display: block;
  content: '';
  clear: both;
}

.find_price_button {
  background-color: rgb(242, 10, 65);
  width: 240px;
  height: 59px;
  line-height: 57px;
  color: #fff;
  font-size: 28px;
  font-family: "intro_regular";
  display: block;
  text-align: center;
  cursor: pointer;
  margin: 10px auto 0;
  text-decoration: none;
}

.find_price_button a {
  color: #fff;
  display: block;
  width: 240px;
  height: 59px;
  text-decoration: none;
  line-height: 57px;
  border-bottom: none;
}

.find_price_button:hover {
  background-color: #000;
}

.find_price_text:first-child {
  margin-bottom: 77px;
  position: relative;
}

.find_price .find_price_text:first-child:before, .find_price .find_price_text:first-child:after {
  position: absolute;
  content: '';
  display: block;
  width: 76px;
  height: 1px;
  background-color: #f20a41;
  left: 42%;
  right: auto;
  margin: 0 auto;
  bottom: -28px;
}

.find_price .find_price_text:first-child:after {
  bottom: -24px;
  left: 40%;
}

.clauses_text {
  width: 100%;
}

.what_film .film_titel {
  font-size: 30px;
  color: #313131;
  font-family: "intro_regular";
  text-align: center;
  margin-bottom: 45px;
}

.what_film {
  padding: 70px 0 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.what_film .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.consult_button {
  text-align: center;
  background-color: rgb(242, 10, 65);
  width: 255px;
  height: 59px;
  line-height: 57px;
  color: #fff;
  font-family: "intro_regular";
  font-size: 26px;
  margin: 0 auto;
  cursor: pointer;
}

.consult_button a {
  color: #fff;
  width: 255px;
  height: 59px;
  border-bottom: none;
  text-decoration: none;
  display: block;
}

.consult_button:hover {
  background-color: #000;
}

.from_consult .wrap_input_feedback {
  width: 100%;
}

.from_consult .btn.middle {
  width: 100%;
}

.consult_form_wrap h3.form_phone {
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
}

.block_header.block_header_feedback span {
  font-size: 18px;
}

.consult_form_wrap div.form_phone {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

/* hide block of our services*/

.shop-item .shop_text_wrap {
  cursor: pointer;
}

.mCSB_container .useradmin_contener {
  display: none;
}

.mCSB_container .photo_wrap_block {
  display: none;
}

.mCSB_container .why_seal_wrap {
  display: none;
}

.mCSB_container .what_film {
  display: none;
}

.mCSB_container .photo_wrap_block {
  display: none;
}

/*-----------------*/
#consult h2.block_header:after, #consult h2.block_header:before {
  position: absolute;
  content: '';
  display: block;
  width: 76px;
  height: 1px;
  background-color: #f20a41;
  left: 38%;
  right: auto;
  margin: 0 auto;
}

#consult h2.block_header:before {
  bottom: 0;
}

#consult h2.block_header:after {
  bottom: 4px;
  left: 35%;
}

.films {

}

.what_film .films ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.films ul li {
  color: #313131;
  font-size: 18px;
  font-family: "century_gothic", sans-serif;
  font-weight: bold;
  width: 18%;
  margin-bottom: 45px;
  position: relative;
  padding-left: 2%;
}

.films ul li:last-child {
  width: 36%;
  margin: 0 0 40px 0;
}

.films ul li:before {
  position: absolute;
  content: '';
  background-image: url(../images/check-1.png);
  width: 30px;
  height: 30px;
  background-color: transparent;
  left: -12px;
  top: -3px;
}

.find_price_text {
  font-size: 28px;
  font-family: "intro_regular";
  color: #000;
  line-height: 39px;
  margin-bottom: 50px;
}

.find_price_text span {
  color: #f20a41;
}

/**/

.why_seal_wrap {
  background-image: url(../images/Why_seal-1.jpg);
  background-repeat: no-repeat;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: contain;
  position: relative;
}

.clauses_id .why_seal_wrap > img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0;
}

.block_name_t {
  position: relative;
  padding-bottom: 20px;
  text-align: center;
  font-family: "intro_regular";
  font-size: 30px;
  color: #fff;
}

.why_seal_wrap:after {
  display: block;
  content: '';
  clear: both;
}

.block_name_t:before {
  bottom: 0;
}

.block_name_t:after, .block_name_t:before {
  position: absolute;
  content: '';
  display: block;
  width: 76px;
  height: 1px;
  background-color: #f20a41;
  left: 48%;
  right: auto;
  margin: 0 auto;

}

.left_side_seal {
  width: 50%;
  float: left;
}

.right_side_seal {
  width: 50%;
  float: right;
}

.block_name_t:after {
  bottom: 4px;
  left: 47%;
}

.why {
  color: #fefefe;
  font-size: 24px;
  font-weight: bold;
  font-family: "century_gothic", sans-serif;
  text-align: center;
  margin: 25px 0 22px 0;
}

.why_a {
  color: #fefefe;
  font-size: 15px;
  font-weight: normal;
  font-family: "century_gothic", sans-serif;
  text-align: center;
  margin: 10px 0 22px 0;
}

.why_button {
  text-align: center;
  background-color: rgb(242, 10, 65);
  width: 411px;
  height: 59px;
  line-height: 57px;
  color: #fff;
  font-family: "intro_regular";
  font-size: 26px;
  margin: 0 auto;
  cursor: pointer;
}

.why_button:hover {
  background-color: #fff;
  color: #000;
}

.why_button:hover a {
  color: #000;
  text-decoration: none;
  border-bottom: none;
}

.why_button a {
  background-color: transparent;
  color: #fff;
  width: 411px;
  height: 59px;
  border-bottom: none;
  display: block;
}

/**/
#consult {
  display: none;
}

/**/
.clauses_id:after {
  display: block;
  content: '';
  clear: both;
}

.clauses_text ul {
  display: inline-block;
}

.fancy_hide {
  display: none;
  height: 100%;
}

.fancy_hide .feedback_form {
  width: 100%;
  max-width: none;
}

.fancy_hide .feedback_form form {
  margin: 0;
}

.fancybox-skin {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancy_name {
  font-size: 24px;
  color: rgb(0, 0, 0);
  line-height: 1.083;
  text-align: center;
  font-family: "century_gothic", sans-serif;
}

h2.fancy_name:before {
  left: 40%;
}

h2.fancy_name:after {
  left: 35%;
}

.fancy_feedback form {
  margin: 0;
  padding-top: 10px;
}

.fancy_feedback input {
  border-radius: 3px;
  margin-bottom: 20px;
}

.fancy_feedback input[type="submit"] {
  border-radius: 3px;
  margin-bottom: 0px;
  margin-top: 10px;
}

.btn.small {
  width: 170px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}

.fancy_feedback .btn {
  margin: 0 auto;
  display: block;
}

.reviews_form {
  max-width: 600px;
}

.reviews_form input, .reviews_form textarea {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
}

.reviews_form textarea {
  height: 150px;
}

.hide_price {
  display: none;
  padding-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.toggle_price {
  font-size: 28px;
  color: rgb(255, 255, 255);
  line-height: 1.143;
  text-align: center;
  cursor: pointer;
}

.toggle_price .ili {
  display: block;
  font-size: 12px;
  text-align: center;
}

.toggle_price i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  background-color: #a9072d;
  position: relative;
  top: 4px;
  background-image: url(../images/svg/arrow_price-1.svg);
  background-repeat: no-repeat;
  background-position: 49.7%;
}

.shop-item.active .toggle_price i {
  background-image: url(../images/svg/arrow_price_active-1.svg);
}

.shop-item.active .shop_img {
  height: 150px;
}

.shop-item.active .hide_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -38%;
}

.shop-item.active .wrap_price_block_file {
  height: 150px;
}

.toggle_price {
  display: none;
}

.shop_list .text-price .toggle_price {
  display: block;
}

.shop_list .text-price .shop_form {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/*404*/

.fzf-wrapper {
  margin: 250px auto 250px;
  max-width: 1200px;
}

.fzf-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.fzf-pic {
  width: 48%;
  float: right;
  text-align: left;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fzf-pic img {
  height: auto;
  width: 100%;
}

.fzf-text {
  width: 48%;
  float: left;
  margin-right: 4%;
  border-right: 1px solid red;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}

.fzf-text span {
  text-align: center;
  font-family: "century_gothic", sans-serif;
  font-size: 48px;
}

.fzf-text p {
  font-family: "century_gothic", sans-serif;
  font-size: 20px;
  margin: 20px 0;
}

.fzf-text a {
  font-family: 'intro_regular';
  font-size: 24px;
  display: block;
  width: 362px;
  height: 58px;
  text-align: center;
  line-height: 58px;
  background-color: #f20a41;
  color: #fff;
  border-radius: 4px;
}

/*feedback*/

.inpimages {
  visibility: hidden;
}

label.uploadbutton {
  /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05); */
  border-radius: 2px;
  height: 30px;
  display: inline-block;
  /*overflow: hidden;*/
  cursor: pointer;
}

label.uploadbutton input {
  opacity: 0
}

label.uploadbutton .button {
  width: 100px;
  line-height: 30px;
  text-align: center;
  background: #f20a41;
  font-family: 'intro_regular';
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  text-transform: uppercase;
  font-family: 'intro_regular';
  color: #fff;
  display: inline-block;
  border-radius: 3px;
}

label.uploadbutton:hover .button {
  /*background: green;*/
  background-color: #000;
  border: none;
}

label.uploadbutton .input {
  width: 300px;
  display: inline-block;
}

.infofield {
  margin-bottom: 10px;
}

.input {
  padding-left: 15px;
}

/*feedback form*/

.feedback_form input[type="text"], .feedback_form input[type="email"], .feedback_form input[type="tel"], .feedback_form textarea {
  font-style: italic;
}

.text_show_block p {
  margin-bottom: 5px;
}

.call_to_manager div {
  width: 100%;
  height: 60px;
}

.call_to_manager {
  display: none;
  background-color: #f20a41;
  font-family: 'intro_regular';
  text-transform: uppercase;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px 0 0 0;
}

.see {
  margin: 30px 0 0 0;
  display: block;
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hide_price table {
  max-width: 100% !important;
  width: auto !important;
}

.top_block_page_feedback .top_mail_block {
  margin: 0px 0 0 10px;
}

.top_block_page_feedback .top_tel_block {
  padding-left: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top_block_page_feedback .top_mail_block .text_show_block:before {
  left: 48px;
}



.hide_price strong {
  font-weight: bold;
}

.reviews-button-next:hover {
  background-color: #f20a41;
  background-image: url(../images/svg/arrow_right_slider_white-1.svg);
  border: 1px solid #f20a41;
}

.reviews-button-prev:hover {
  background-color: #f20a41;
  background-image: url(../images/svg/arrow_left_slider_white-1.svg);
  border: 1px solid #f20a41;
}

.labels {
  color: #000;
}

.reviews-list-row {
  background-image: url(../images/kavichki-1.png);
  background-repeat: no-repeat;
  background-position: 15px 15px;
}

/*------------------------------------*/

/* Icon 1 */

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #f20a41;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
}

#nav-icon1 span:nth-child(3) {
  top: 20px;
}

#nav-icon1.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}

#nav-icon1 {
  display: none;
}

.company-page:after {
  display: block;
  content: '';
  clear: both;
}

.center_content > img {
  /*float: left;*/
  margin: 0 20px 10px 0;
}

.company-page img {
  float: left;
  margin: 0 20px 10px 0;
}

.main_bottom_block .wrap_block_tel .text_show_block p.wav {
  font-size: 16px;
}

.reviews_block_swiper .swiper-slide {
  background-image: url(../images/kavichki-1.png);
  background-repeat: no-repeat;
  background-position: 65px 15px;
}

/*.reviews_block_swiper .swiper-slide:nth-child(2n-1){
	background-image: url(../images/kavichki-1.png);
    background-repeat: no-repeat;
    background-position: 65px 15px;
}*/

.feedback_form .error_message {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 20px;
}

/*second slider (our works)*/

.slider_photo {

}

.slider_photo .swiper-button-prev, .slider_photo .swiper-button-next {
  background-color: #dcdcdc;
}

.slider_photo .swiper-button-prev {
  background-image: url(../images/svg/arrow_left_slider-1.svg) !important;
}

.slider_photo .swiper-button-next {
  background-image: url(../images/svg/arrow_right_slider-1.svg) !important;
}

.slider_photo .swiper-button-prev:hover {
  background-image: url(../images/svg/arrow_left_slider_white-1.svg) !important;
  background-color: #f20a41;
  border: #f20a41;
}

.slider_photo .swiper-button-next:hover {
  background-image: url(../images/svg/arrow_right_slider_white-1.svg) !important;
  background-color: #f20a41;
  border: #f20a41;
}

.content.photo_wrap_page {
  padding: 0;
}

/*clauses*/

.clauses_box .clauses-row:last-child {
  /*margin: 0;*/
}

/*30 seconds - popup*/
#inv {
  display: none;
  padding: 20px;
}

.titel_inv {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 15px auto;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.phone_inv {
  font-size: 18px;
  font-weight: bold;
  text-align: center;

}

.phone_inv div {
  margin-bottom: 10px;
}

.invis .form_phone {
  text-align: center;
  margin-bottom: 10px;
}

.invis h2.block_header:after, .invis h2.block_header:before {
  left: 44%;
}

.invis h2.block_header:after {
  left: 42%;
}

/*hidden table*/

.show_table {
  font-size: 16px;
  color: rgb(242, 10, 65);
  font-weight: bold;
  text-align: center;
  margin: 10px auto 20px;
  border-bottom: 2px dotted;
}

.show_table + table {
  /*display: block;*/
}

/* new in header*/

.top_worktime_block p {
  font-size: 11px;
}

.experience {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  color: #f20941;
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
  font-size: 32px;
  border-bottom: 1px solid;
}

.experience .text_show_block {
  padding: 0;
  font-size: 32px;
}

/**/

.serv_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.serv_menu li {
  width: 46%;
  margin-bottom: 15px;
}

.serv_menu li a {
  padding: 5px 10px;
  color: #fff;
  background-color: #f20a41;
  font-weight: bold;
  text-transform: uppercase;
}

.serv_menu li:before {
  display: none;
}

.find_price_text:first-child {
  margin-bottom: 35px;
  position: relative;
  min-height: 78px;
}

.find_price_text {
  font-size: 28px;
  font-family: "intro_regular";
  color: #000;
  line-height: 39px;
  margin-bottom: 6px;
}

.megatimer {
  margin: 24px 0;
}



.video__item {
  position: relative;
  max-width: 560px;
  width: 100%;
  background: #000;
}

.video__item img, .video__item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__item-height {
  padding-top: 56.2%;
}

.video__item-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}
.video__item-mask::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.3);

}

.video__item-mask:hover .svg__youtube-fill {
  fill: #f00;
  fill-opacity: 1;
}

.svg__youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 48px;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}

.svg__youtube-fill {
  fill: #212121;
  fill-opacity: .8;
  -webkit-transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
}


.clauses_id .pic_and_price {
  float: left;
  max-width: 560px;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 40px;
}

.custom_wrap{
  max-width: 1230px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /*padding-left: 15px;*/
  /*padding-right: 15px;*/
}


.photo_wrap_block{
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: calc(-50vw - 9px);
  margin-right: -50vw;
}

.wrapper.clauuses .wrap_text_clauses {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.clauses_id .clauses_text ul{
  margin-left: 0;
}






.tbwrap{
  max-width: 800px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-family: "century_gothic", sans-serif;
}

.tbwrap table{
  width: 100%;

}


.tbwrap table tr:first-child{
  font-weight: bold;
  background: #ff0000;
  color:#fff;
}



.tbwrap th{
  color: currentColor;
}


.tbcust{
  text-align: left;
}
.tbcust td, .tbcust th{
  padding: 10px 20px;
  font-size: 16px;
}
.tbwrapflt {
  max-width: 900px;
}
.tbwrapflt .tbflt{
  table-layout: fixed;
}

.tbwrapflt .tbflt tr td:first-child{
  width: 40%;
}
.tbwrap table strong{
  font-weight: bold;
}


.clauses-id{
  padding-left: 15px;
  padding-right: 15px;
}
.clauses-id:before,
.clauses-id:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.clauses-id:after {
  clear: both;
}

.clauses-id img{
  max-width: 100%;
  height: auto;
}
.clauses-id iframe,.clauses-id video{
  max-width: 100%;
}

.clauses-id__container{
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}


.clauses__content{
  position: relative;
  z-index: 2;
  max-width: 640px;
  width: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
}

.clauses__content::before{
  content: '';
  display: block;
  padding-top: 56.25%;
}

.clauses__content img,
.clauses__content iframe,
.clauses__content video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.clauses__content img{
  -o-object-fit: cover;
     object-fit: cover;
}





.captcha{
  margin: 10px 0 30px;
}


.def-cl-img{
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.feedback_form .captcha{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.fancy_feedback .captcha{
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}


.gallery-wrap{
  margin-top: 50px;
}

.gallery__box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
}
.gallery__item{
  position: relative;
/*  display: none;*/
  display: block;
  width: 25%;
  cursor: pointer;
  border-bottom: none;
}
/*
.gallery__item:nth-child(-n+12) {
  display: block;
}
*/
.gallery__item:hover {
  border-bottom: none;
}
.gallery__item::before{
  content: '';
  display: block;
  padding-top: 65%;
}
.gallery__item::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../images/svg/eye-1.svg);
  background-repeat: no-repeat;
  background-position:  center 150%;
  opacity: 0;
  -webkit-transition: opacity .25s linear, background .25s linear;
  -o-transition: opacity .25s linear, background .25s linear;
  transition: opacity .25s linear, background .25s linear;
}
.gallery__item:hover::after{
  opacity: 1;
  background-position:  center;
  background-color: rgba(0, 0, 0, 0.7);
}
.gallery__item img{
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
	height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper.clauuses .center_content{
  padding-left: 0;
  padding-right: 0;
}

.service-prices-wrap {
	background: #fff;
    padding: 0 0 5px;
}
.service-prices-block {
	margin: 0 auto;
    max-width: 1200px;
    padding: 68px 0 0 0;
}
.service-prices-tabs {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 45px;
}
.service-prices-tab {
	max-width: 280px;
	height: 50px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	background-color: #f20a41;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 25%;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.1s ease-in-out;
  	-o-transition: all 0.1s ease-in-out;
  	transition: all 0.1s ease-in-out;
}
.service-prices-tab.tab-active {
	background-color: #f3f6f6;
	color: #000000;
}
.service-prices-tab.tab-active:after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 50%;
	width: 0;
	height: 0;
	border: 14px solid transparent;
	border-top-color: #f3f6f6;
	border-bottom: 0;
	margin-left: -10px;
	margin-bottom: -10px;
	visibility: visible;
}
.service-prices-content-tab {
	margin-top: 50px;
}
.service-prices-content-tab.tab-hide {
	display: none;
}
.service-prices-element {
	height: 40px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 15px;
	border-radius: 3px;
}
.serive-element-link {
	max-width: 140px;
	width: 100%;
	background-color: #000000;
	color: #ffffff;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 18px;
}
.service-element-desc {
	max-width: 200px;
	width: 100%;
	color: #ffffff;
	line-height: 40px;
	font-size: 18px;
	background-color: #f20a41;
	font-family: "intro_regular";
	padding-left: 22px;
}
.service-element-desc span {
	font-size: 26px;
	padding-left: 13px;
	padding-right: 10px;
}
.service-element-name {
	width: 100%;
	line-height: 40px;
	font-size: 20px;
	font-weight: 700;
	background-color: #f3f6f6;
	padding-left: 20px;
}

.price-calc-wrap {
  background: #fff;
  padding: 0 0 5px;
  overflow: hidden;
}

.clauses-id__container .price-calc-wrap {
  width: 100%;
}

.clauses-id__container .price-calc-images {
  left: 710px;
}

.price-calc-block {
  margin: 0 auto;
  max-width: 1490px;
  padding: 68px 15px 15px 15px;
}

.clauses-id__container .price-calc-wrap .price-calc-block {
  padding: 20px 0 35px;
}

.price-calc-section-title {
  font-size: 22px;
  line-height: 1.2;
  padding: 10px 50px;
  min-height: 30px;
  background: -o-linear-gradient(left, rgba(243,246,246,1) 0%, rgba(243,246,246,1) 50%, rgba(243,246,246,0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(243,246,246,1)), color-stop(50%, rgba(243,246,246,1)), to(rgba(243,246,246,0)));
  background: linear-gradient(to right, rgba(243,246,246,1) 0%, rgba(243,246,246,1) 50%, rgba(243,246,246,0) 100%);
  font-weight: bold;
  font-family: 'century_gothic_bold';
  color: #f20a41;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
/*  margin-bottom: 25px;*/
}

.price-calc-group.car-type-group {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 50px;
}

.price-calc-group.car-type-group .radio-input {
  margin-right: 78px;
  padding-left: 45px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price-calc-group .radio-input:last-child {
  margin-right: 0;
}

.price-calc-group .radio-input input {
  display: none;
}

.price-calc-group.car-type-group .radio-input label:before {
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  border: 2px solid #7c7c7c;
  border-radius: 50%;
  left: -45px;
  top: 38px;
}

.price-calc-group.car-type-group .radio-input label {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.price-calc-group.car-type-group .radio-input input:checked + label:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background-color: #f20a41;
  width: 15px;
  height: 15px;
  top: 42px;
  left: -41px;
}

.price-calc-group.car-type-group .radio-input label svg {
  display: block;
}

.price-calc-group.car-type-group .radio-input label .img-wrap {
  display: block;
  margin-bottom: 10px;
  min-height: 59px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.price-calc-group.car-type-group .radio-input label .radio-label-text {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  min-height: 38px;
}

.price-calc-group {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 50px;
}

.price-calc-group.cover-type-group .radio-input {
  margin-right: 40px;
  padding-left: 37px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price-calc-group.cover-type-group .radio-input label:before {
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  border: 2px solid #7c7c7c;
  border-radius: 50%;
  left: -37px;
  top: 19px;
}

.price-calc-group.cover-type-group .radio-input label {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.price-calc-group.cover-type-group .radio-input input:checked + label:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background-color: #f20a41;
  width: 15px;
  height: 15px;
  top: 23px;
  left: -33px;
}

.radio-input label .radio-label-title {
  font-size: 18px;
  font-family: "century_gothic_bold";
  margin-bottom: 10px;
  display: block;
}

.radio-input label .radio-label-pretitle {
  font-size: 15px;
  margin-bottom: 7px;
  display: block;
  text-align: center;
}

.radio-input label .radio-label-text {
  font-size: 16px;
  line-height: 1.2;
  display: block;
}

.price-calc-group.area-type-group {
  display: none;
  padding: 35px 50px 20px;
}

.price-calc-group.area-type-group.active {
  display: block;
}

.price-calc-group.area-type-group .calc-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.price-calc-group.area-type-group .radio-input {
  margin-right: 35px;
  padding-left: 37px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  min-width: 130px;
}

.price-calc-group.area-type-group .radio-input label:before {
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  border: 2px solid #7c7c7c;
  border-radius: 50%;
  left: -37px;
  top: 1px;
}

.price-calc-group.area-type-group .radio-input label {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.price-calc-group.area-type-group .radio-input input:checked + label:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background-color: #f20a41;
  width: 15px;
  height: 15px;
  top: 5px;
  left: -33px;
}

.radio-input .radio-label-price {
  font-size: 18px;
  line-height: 1.2;
  display: block;
}

.radio-input .radio-label-price strong {
  font-family: "century_gothic_bold";
}

.price-calc-group.area-type-group .radio-input .radio-label-text {
  margin-bottom: 8px;
}

ul.work-areas-list {
  margin: 0;
}

ul.work-areas-list li {
  display: inline-block;
  margin-right: 25px;
  padding-left: 0;
  font-size: 16px;
}

ul.work-areas-list li:last-child {
  margin-right: 0;
}

ul.work-areas-list li:before {
  content: none;
}

.work-areas-title {
  margin-bottom: 20px;
  font-size: 16px;
  color: #f20a41;
	margin-right: 20px;
	flex-shrink: 0;
}
ul.work-areas-list li.gift-list-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin-top: 6px;
  margin-bottom: 0;
}

ul.work-areas-list li.gift-list-item svg {
  margin-right: 10px;
}

ul.work-areas-list li.gift-list-item .red-highlight {
  font-family: "century_gothic_bold";
  color: #f20a41;
}

.price-calc-group .checkbox-input input {
  display: none;
}

.price-calc-group .checkbox-input {
  min-width: 210px;
  margin-right: 35px;
  margin-bottom: 35px;
  display: none;
}

.price-calc-group .checkbox-input.active {
  display: block;
}

.price-calc-group .checkbox-input:last-child {
  margin-right: 0;
}

.price-calc-group.parts-group {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 50px 0px;
}

.price-calc-group .checkbox-input label {
  padding-left: 62px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.price-calc-group .checkbox-input label .checkbox-label-text {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}

.price-calc-group .checkbox-input label .checkbox-label-price {
  display: block;
  font-size: 16px;
  font-family: "century_gothic_bold";
}

.price-calc-group .checkbox-input label .fake-checkbox {
  display: block;
  position: absolute;
  left: 0;
  top: -5px;
  width: 45px;
  height: 23px;
  border: 1px solid #7c7c7c;
  border-radius: 12px;
  z-index: 1;
}

.price-calc-group .checkbox-input label .fake-checkbox:before {
  content: '';
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 37px;
  height: 15px;
  background-color: #e6e6e6;
  border-radius: 8px;
  z-index: 2;
}

.price-calc-group .checkbox-input label .fake-checkbox:after {
  content: '';
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  border: 1px solid #7c7c7c;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 3;
  -webkit-transition: left 0.4s, background-color 0.4s, border 0.4s;
  -o-transition: left 0.4s, background-color 0.4s, border 0.4s;
  transition: left 0.4s, background-color 0.4s, border 0.4s;
}

.price-calc-group .checkbox-input input:checked + label .fake-checkbox:after {
  left: 26px;
  border: 1px solid #f20a41;
  background-color: #f20a41;
  z-index: 3;
}

.price-calc-bottom .price-calc-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}

.price-calc-bottom .price-calc-row .price-calc-row-left {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 315px;
  background-color: #f3f6f6;
  padding: 15px 50px 12px;
  position: relative;
  margin-right: 30px;
}

.price-calc-bottom .price-calc-row .price-calc-row-left:after {
  position: absolute;
  right: -10px;
  top: 0;
  content: '';
  height: 60px;
  width: 20px;
  background-color: #f3f6f6;
  -webkit-transform: skewX(-19deg);
      -ms-transform: skewX(-19deg);
          transform: skewX(-19deg);
}

.price-calc-row-left .price-calc-row-left-text {
  font-size: 24px;
  margin-right: 30px;
}

.price-calc-row-left .price-calc-row-left-value {
  font-size: 32px;
  font-family: "century_gothic_bold";
}

.price-calc-bottom .price-calc-row .price-calc-submit {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-family: "intro_regular";
  font-size: 20px;
  text-transform: uppercase;
  background-color: #f20a41;
  padding: 20px;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.price-calc-bottom .price-calc-row .price-calc-submit:hover {
  border-bottom: none;
}

.price-calc-bottom .price-calc-row .price-calc-submit:before {
  position: absolute;
  left: -10px;
  top: 0;
  content: '';
  height: 60px;
  width: 20px;
  background-color: #f20a41;
  -webkit-transform: skewX(-19deg);
      -ms-transform: skewX(-19deg);
          transform: skewX(-19deg);
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.price-calc-bottom .price-calc-row .price-calc-submit:hover,
.price-calc-bottom .price-calc-row .price-calc-submit:hover:before {
  background-color: #000000;
}

.price-calc {
  position: relative;
}

.price-calc-images {
  position: absolute;
  left: 790px;
  top: 6px;
  z-index: 4;
}

.price-calc-images-b {
  display: none;
}

.price-calc-images-b.active {
  display: block;
  position: relative;
}

.price-calc-images-b.active .cover-image {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.price-calc-images-b.active .cover-image.active {
  opacity: 1;
}

.work-areas-b .work-area-item {
  display: none;
}

.work-areas-b .work-area-item.active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.radio-hidden-price,
.checkbox-hidden-price {
  display: none;
}

.parts-group-section {
  display: none;
}

.parts-group-section.active {
  display: block;
}

#fancy_calc {
  display: none;
  height: 100%;
}

.price-calc-title {
	font-size: 24px;
	margin-bottom: 38px;
}

.plenka-landing .price-calc-wrap {
	margin-top: -74px;
}

.plenka-landing .new-calc-styles .price-calc-block {
	padding: 0 15px 55px 15px;
}

.new-calc-styles .price-calc-block {
	max-width: 1200px;
	padding: 68px 15px 55px 15px;
}

.new-calc-styles .price-calc-section {
	max-width: 1030px;
}

.new-calc-styles .price-calc-section-title {
	background: transparent;
	color: #252525; 
	font-family: "intro_regular";
	font-size: 16px;
	padding: 10px 20px 10px 40px;
	position: relative;
	min-height: unset;
	line-height: 1.3;
	flex-shrink: 0;
}

.new-calc-styles .price-calc-section-title:before {
	position: absolute;
	content: '';
	width: 24px;
	height: 40px;
	-webkit-transform: skewX(-8deg);
	-ms-transform: skewX(-8deg);
	transform: skewX(-8deg);
	background-color: #ff4a02;
	top: calc(50% - 20px);
	left: 0;
}

.new-calc-styles .price-calc-section-title-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.price-calc-section-title-number {
	font-size: 72px;
	line-height: 1;
	font-family: "intro_regular";
	color: #F3F5F5;
	position: relative;
	bottom: -10px;
	margin-right: 20px;
}

.price-calc-section-title-line {
	width: 100%;
	margin: 20px 0;
	height: 1px;
	background-color: #ff4a02;
}

.new-calc-styles .price-calc-images {
	left: 580px;
	top: 107px;
}

.new-calc-styles .price-calc-group.car-type-group {
	padding: 20px 10px;
}

.new-calc-styles .price-calc-group.car-type-group .radio-input label {
	-ms-align-items: center;
	align-items: center;
}

.new-calc-styles .price-calc-group.car-type-group .radio-input label .radio-label-text {
	text-align: center;
}

.new-calc-styles .price-calc-group.car-type-group .radio-input {
	padding-bottom: 40px;
	padding-left: 0;
}

.new-calc-styles .price-calc-group.car-type-group .radio-input label:before {
	left: calc(50% - 15px);
	bottom: -40px;
	top: unset;
	width: 14px;
	height: 14px;
	border: 8px solid #F2F2F2;
}

.new-calc-styles .price-calc-group.car-type-group .radio-input input:checked + label:after {
	width: 14px;
	height: 14px;
	top: unset;
	left: calc(50% - 7px);
	bottom: -32px;
}

.new-calc-styles .price-calc-group {
	padding: 20px 10px;
}

.new-calc-styles .price-calc-group.cover-type-group {
	padding: 50px 10px 30px;
}

.new-calc-styles .price-calc-group.cover-type-group .radio-input label {
	text-align: center;
}

.new-calc-styles .price-calc-group.cover-type-group .radio-input {
	padding-bottom: 40px;
	padding-left: 0;
}

.new-calc-styles .price-calc-group.cover-type-group .radio-input label:before {
	left: calc(50% - 15px);
	bottom: -40px;
	top: unset;
	width: 14px;
	height: 14px;
	border: 8px solid #F2F2F2;
}

.new-calc-styles .price-calc-group.cover-type-group .radio-input input:checked + label:after {
	width: 14px;
	height: 14px;
	top: unset;
	left: calc(50% - 7px);
	bottom: -32px;
}

.new-calc-styles .radio-input label .radio-label-pretitle,
.new-calc-styles .radio-input label .radio-label-text {
	font-size: 11px;
}

.new-calc-styles .radio-input label .radio-label-title {
	font-size: 16px;
	font-family: "century_gothic";
}

.new-calc-styles .price-calc-section:nth-child(2) .price-calc-section-title-wrap {
	max-width: 540px;
}

.new-calc-styles .price-calc-group.area-type-group .radio-input .radio-label-text {
	font-size: 16px;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-align-items: center;
	align-items: center;
	margin-top: auto;
}

.new-calc-styles .price-calc-group.area-type-group .radio-input {
	padding-left: 0;
	padding-bottom: 40px;
}

.new-calc-styles .price-calc-group.area-type-group .radio-input label:before {
	left: calc(50% - 15px);
	bottom: -40px;
	top: unset;
	width: 14px;
	height: 14px;
	border: 8px solid #F2F2F2;
}

.new-calc-styles .price-calc-group.area-type-group .radio-input input:checked + label:after {
	width: 14px;
	height: 14px;
	top: unset;
	left: calc(50% - 7px);
	bottom: -32px;
}

.new-calc-styles .price-calc-group .checkbox-input label {
	padding-left: 0;
	padding-bottom: 65px;
	width: 100%;
	text-align: center;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.new-calc-styles .price-calc-group .checkbox-input label .fake-checkbox {
	border: none;
	width: 65px;
	height: 30px;
	background: #F2F2F2;
	border-radius: 73px;
	bottom: 0;
	top: unset;
	left: calc(50% - 32px);
}

.new-calc-styles .price-calc-group .checkbox-input label .fake-checkbox:before {
	left: 15px;
	top: 8px;
	width: 35px;
	height: 14px;
	background-color: #fff;
	border-radius: 73px;
}

.new-calc-styles .price-calc-group .checkbox-input label .fake-checkbox:after {
	border: none;
	width: 14px;
	height: 14px;
	background-color: #252525;
	top: 8px;
	left: 15px;
}

.new-calc-styles .price-calc-group .checkbox-input input:checked + label .fake-checkbox:after {
	left: 35px;
	border: none;
}

.new-calc-styles  .price-calc-group .checkbox-input {
	min-width: 96px;
	margin-right: 67px;
}

.new-calc-styles .price-calc-group .checkbox-input.active {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.new-calc-styles .price-calc-group .checkbox-input label .checkbox-label-text {
	margin-top: auto;
}

ul.work-areas-list li {
	line-height: 1.3;
}

ul.work-areas-list li svg {
	margin-right: 5px;
}

/*
.our-works-page {
	background-color: #252525;
	color: #fff;
}

.our-works-page .breadcrumb {
	border-bottom: none;
}

.our-works-page .breadcrumb a {
	color: #fff;
}
*/

.photo_first_page.photo_first_page_new {
  background: #fff;
  padding: 0 0 45px;
  border-top: none;
  display: block;
}

.photos-block {
  margin: 0 auto;
  max-width: 1200px;
  padding: 18px 0 0 0;
}

.photos-box {
  text-align: left;
}

.gallery-text-b {
  max-width: 1230px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clauses_text {
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

.text-show-more {
  cursor: pointer;
  color: rgb(242, 10, 65);
  text-decoration: underline;
}

.text-show-more:hover {
  text-decoration: none;
}

.social-links-block {
	min-height: 700px;
	background-color: #ffffff;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
}

.social-links-container {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 20px;
}

.social-links-header {
	position: relative;
	padding-bottom: 20px;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 72px;
}

.social-links-header:after, .social-links-header:before {
	position: absolute;
	content: '';
	display: block;
	width: 76px;
	height: 1px;
	background-color: #f20a41;
	left: 12px;
	bottom: 0;
	right: auto;
	margin: 0 auto;
}

.social-links-header:before {
	left: 0;
	bottom: 4px;
}

.social-links-left {
	max-width: 560px;
}

.social-links-left .social-links {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.social-link-btn {
	color: #ffffff;
	background-color: #ea1255;
	width: 100%;
	max-width: 180px;
	height: 60px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 20px;
	text-transform: uppercase;
	font-family: "intro_regular";
}

.social-link-btn:first-child {
	margin-right: 20px;
}

.social-link-btn.insta-btn {
	background-image: url("../images/insta-bg-1.jpg");
}

.social-link-btn.youtube-btn {
	background-image: url("../images/youtube-bg-1.jpg");
}

.social-links-image {
	position: absolute;
	left: 598px;
	top: -110px;
	max-width: unset;
	max-height: unset;
}

.content-wrap {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1230px;
}

.plenka-landing .main-block {
	background: url('../images/plenka_landing/plenka_landing_main_bg-1.png') no-repeat top 0px left 0px;
	position: relative;
	margin-top: 3px;
	overflow: hidden;
}

.plenka-landing .main-block .main-block__right {
	max-width: 880px;
	width: 100%;
	position: absolute;
	z-index: 1;
	height: 100%;
	top: 0;
	right: 0;
/*
	background-color: #F3F5F5;
	clip-path: polygon(150px 0%, 100% 0%, 100% 100%, 0% 100%);
*/
}

.plenka-landing .main-block__right .background-img {
	position: absolute;
	top: 0;
	left: -333px;
}

.plenka-landing .main-block__right .inner-wrap-gray {
	background-color: #F3F5F5;
	-webkit-clip-path: polygon(150px 0%, 100% 0%, 100% 100%, 0% 100%);
	        clip-path: polygon(150px 0%, 100% 0%, 100% 100%, 0% 100%);
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
	height: 100%;
}

.plenka-landing .main-block__right .inner-wrap-red {
	background-color: #ff4a02;
	-webkit-clip-path: polygon(150px 0%, 100% 0%, 100% 100%, 0% 100%);
	        clip-path: polygon(150px 0%, 100% 0%, 100% 100%, 0% 100%);
	position: absolute;
	width: 100%;
	max-width: 782px;
	top: 0;
	right: 0;
	height: 100%;
}

.plenka-landing .main-block__right .inner-wrap-bg {
	background-position: top right;
	background-repeat: no-repeat;
	-webkit-clip-path: polygon(150px 0%, 100% 0%, 100% 100%, 0% 100%);
	        clip-path: polygon(150px 0%, 100% 0%, 100% 100%, 0% 100%);
	position: absolute;
	width: 100%;
	max-width: 772px;
	top: 0;
	right: 0;
	height: 100%;
}

.plenka-landing .main-block h1 {
	text-align: left;
	padding-bottom: 0;
	margin: 0 0 48px;
	line-height: 1.15;
}

.plenka-landing .main-block__description {
	padding-left: 49px;
	position: relative;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 35px;
}

.plenka-landing .main-block__description:before {
	position: absolute;
	content: '';
	width: 24px;
	height: 40px;
	-webkit-transform: skewX(-8deg);
	    -ms-transform: skewX(-8deg);
	        transform: skewX(-8deg);
	background-color: #ff4a02;
	top: 0;
	left: 0;
}

.plenka-landing .main-block h1 span {
	color: #ff4a02;
}

.plenka-landing .main-block h1:before,
.plenka-landing .main-block h1:after {
	content: none;
}

.plenka-landing .main-block * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.plenka-landing .main-block__content {
	padding-top: 70px;
	position: relative;
	z-index: 2;
	padding-bottom: 140px;
	max-width: 700px;
}

.plenka-landing .services-block {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 50px;
}

.services-block .services-block__item {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-right: 15px;
}

.services-block .services-block__item:last-child {
	margin-right: 0;
}

.services-block__item__checkmark {
	margin-right: 18px;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 1px solid #ff4a02;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.services-block__item__text {
	font-size: 11px;
	line-height: 1.15;
}

.main-block__content .form-text {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.main-block__content .feedback_form {
	display: block;
	max-width: 680px;
	margin: 0;
}

.main-block__content .feedback_form form {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 20px;
	-webkit-box-shadow: -3px 13px 98px -40px rgba(0, 0, 0, 0.21);
	        box-shadow: -3px 13px 98px -40px rgba(0, 0, 0, 0.21);
	background: #FBFBFB;
	border: 1px solid rgba(241, 10, 65, 0.1);
	margin: 0;
}

.main-block__content .feedback_form .wrap_input_feedback {
	margin-bottom: 0;
	padding: 0;
	width: 100%;
	max-width: 200px;
	margin-right: 20px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-block__content .feedback_form .wrap_input_feedback .icon-wrap {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 64px;
	width: 64px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	border-right: 1px solid #F3F3F3;
	background-color: #fff;
}

.main-block__content .feedback_form .btn.middle {
	height: 64px;
	min-width: unset;
	max-width: 200px;
	width: 100%;
	font-size: 12px;
	font-family: "century_gothic", sans-serif;
	font-weight: bold;
	text-transform: none;
}

.main-block__content .feedback_form .wrap_input_feedback.wrap_input_button {
	margin-right: 0;
}

.main-block__content .feedback_form input[type="text"] {
	height: 64px;
	font-style: normal;
	background-color: #fff;
	font-size: 12px;
}

.main-car-wrap {
	position: absolute;
	z-index: 3;
	left: 28px;
	top: 167px;
	width: 698px;
}

.main-car-wrap__point {
	position: absolute;
	z-index: 2;
}

.main-car-wrap__point-wrap {
	z-index: 1;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #fff;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.main-car-wrap__point:before, .main-car-wrap__point:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	bottom: 0;
	right: 0;
	background-color: #ff4a02;
	opacity: .65;
	-webkit-animation: pulsar2 1s linear infinite;
	animation: pulsar2 1s linear infinite;
	z-index: -1;
}

.main-car-wrap__point:after {
	-webkit-animation-delay: 0.5s;
	        animation-delay: 0.5s;
}

@-webkit-keyframes pulsar2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.65
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: .20
    }
}

@keyframes pulsar2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.65
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: .20
    }
}

.main-car-wrap__point1 {
	left: 122px;
	top: 136px;
}

.main-car-wrap__point2 {
	left: 377px;
	top: 41px;
}

.main-car-wrap__point3 {
	left: 307px;
	top: 228px;
}

.main-car-wrap__point-text {
	position: absolute;
	padding: 8px 28px;
	background-color: #fff;
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.15;
	left: 57px;
	top: calc(50% - 14px);
	white-space: nowrap;
}

.main-car-wrap__point:hover .main-car-wrap__point-text {
	opacity: 1;
	z-index: 1;
}

.main-car-wrap__hover-img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	-webkit-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.main-car-wrap__hover-img.shown {
	opacity: 1;
}

.team-block {
	padding: 90px 0 50px;
	background-color: #252525;
	color: #fff;
	position: relative;
}

.team-block__smoke {
	position: absolute;
	left: 0;
	bottom: -190px;
}

.team-block .block_header {
	margin-bottom: 28px;
}

.team-block__slider {
	overflow: hidden;
	position: relative;
}

.team-block__slider .block-row  {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	padding: 140px 250px 50px 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.team-block__slider .block-text {
	margin-right: 20px;
}

.team-block__slider .block-text h4 {
	position: relative;
	padding-left: 45px;
	line-height: 1;
	font-size: 30px;
	margin-bottom: 17px;
}

.team-block__slider .block-text h4:before {
	position: absolute;
	content: '';
	width: 24px;
	height: 40px;
	-webkit-transform: skewX(-8deg);
	    -ms-transform: skewX(-8deg);
	        transform: skewX(-8deg);
	background-color: #ff4a02;
	top: -17px;
	left: 5px;
}

.team-block__slider .block-text .anons p {
	font-size: 18px;
	line-height: 1.2;
}

.team-block__slider .clauses_img {
	position: relative;
}

.team-block__slider .clauses_img:before {
	content: '';
	position: absolute;
	left: -20px;
	top: -20px;
	width: 296px;
	height: 184px;
	background-color: #fff;
	z-index: -1;
}

.team-block__slider .clauses_img .bg-image {
	-webkit-box-shadow: 0px 7px 46px rgba(0, 0, 0, 0.37);
	        box-shadow: 0px 7px 46px rgba(0, 0, 0, 0.37);
}

.team-block__slider .clauses_img .person-image {
	position: absolute;
	bottom: 0;
	left: 156px;
	max-width: unset;
	max-height: unset;
}

.team-block__slider .clauses_img .smoke-img {
	position: absolute;
	top: -125px;
	right: -175px;
	z-index: -1;
}

.team-button-prev, .team-button-next {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 45px;
	height: 45px;
	background-color: #fff;
	cursor: pointer;
	-webkit-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	transition: background-color 0.4s;
	z-index: 4;
}

.team-block__slider .swiper-pagination {
	width: unset;
	bottom: 144px;
}

.team-block__slider .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}

.team-block__slider .swiper-pagination-bullet-active {
	background: #ff4a02;
}

.team-button-prev:hover, .team-button-next:hover {
	background-color: #ff4a02;
}

.team-button-prev:hover svg path, .team-button-next:hover svg path {
	fill: #fff;
}

.team-arrows-wrap {
	position: absolute;
	bottom: 204px;
	left: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.team-block__slider .experience-text {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 225px;
	background-color: #ff4a02;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-weight: bold;
	font-size: 14px;
}

.certificates-block {
	padding: 85px 0 50px;
}

.certificates-block .block_header {
	margin-bottom: 60px;
}

.certificates__list {
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.certificates__item {
	width: calc(25% - 90px / 4);
	position: relative;
}

.certificates__item:last-child {
	margin-right: 0;
}

.certificates__item img {
	width: 100%;
	max-height: 350px;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.certificates__item a {
	display: block;
}

.certificates__item a:hover {
	border-bottom: none;
}

.certificates__item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.72);
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.certificates__item a:hover .certificates__item-overlay {
	opacity: 1;
}

.certificates__item-circle {
	width: 0px;
	height: 0px;
	background-color: #ffffff;
	border-radius: 50%;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	overflow: hidden;
	position: relative;
}

.certificates__item-circle:before,
.certificates__item-circle:after {
	content: '';
	position: absolute;
	background-color: #ff4a02;
	-webkit-transform: rotateZ(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotateZ(180deg);
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.certificates__item-circle:before {
	
	height: 24px;
	width: 1px;
	top: calc(50% - 12px);
	left: calc(50% - 1px / 2);
	
}

.certificates__item-circle:after {
	width: 24px;
	height: 1px;
	left: calc(50% - 12px);
	top: calc(50% - 1px / 2);
}

.certificates__item a:hover .certificates__item-circle {
	width: 64px;
	height: 64px;
}

.certificates__item a:hover .certificates__item-circle:before,
.certificates__item a:hover .certificates__item-circle:after {
	-webkit-transform: rotateZ(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotateZ(0deg);
}

.plenka-landing .clauses_text {
	margin: 80px auto 160px;
}

.cons-block {
	padding: 50px 0;
	overflow: hidden;
}

.cons-block .block_header {
	margin-bottom: 60px;
}

.cons-wrap {
	position: relative;
}

.cons-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: 250px;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.cons-list__item {
	position: relative;
	background-color: #F3F5F5;
	padding: 35px 30px;
	overflow: hidden;
}

.cons-list__item:after {
	content: '';
	position: absolute;
	background-color: #ff4a02;
	width: 270px;
	height: 270px;
	bottom: -135px;
	right: -135px;
	border-radius: 50%;
	z-index: 0;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.cons-list__item-img {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.cons-list__item:nth-child(1) .cons-list__item-img {
	right: -45px;
	bottom: -36px;
}

.cons-list__item:nth-child(2) .cons-list__item-img {
	right: 14px;
	bottom: -32px;
}

.cons-list__item:nth-child(3) .cons-list__item-img {
	right: 1px;
	bottom: -32px;
}

.cons-list__item:nth-child(4) .cons-list__item-img {
	right: -21px;
	bottom: -24px;
}

.cons-list__item:nth-child(5) .cons-list__item-img {
	right: 4px;
	bottom: -8px;
}

.cons-list__item:nth-child(6) .cons-list__item-img {
	right: 8px;
	bottom: 11px;
}

.cons-list__item:hover:after {
	width: 800px;
	height: 800px;
}

.cons-list__checkmark {
	position: absolute;
	left: 30px;
	bottom: 39px;
	z-index: 1;
}

.cons-list__item-title {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.3;
	max-width: 274px;
	font-family: "intro_regular";
	position: relative;
	z-index: 2;
	-webkit-transition: color 0.6s;
	-o-transition: color 0.6s;
	transition: color 0.6s;
}

.cons-list__item:hover .cons-list__item-title {
	color: #fff;
}

.cons-block__smoke--left, 
.cons-block__smoke--right {
	position: absolute;
	z-index: -1;
}

.cons-block__smoke--left {
	left: -158px;
	top: 135px;
}

.cons-block__smoke--right {
	right: -199px;
	top: 135px;
}

.cases-block {
	padding: 50px 0 0;
}

.cases-block .block_header {
	margin-bottom: 80px;
}

.cases-block h2.block_header:after {
	left: calc(50% - 44px);
} 

.cases-block h2.block_header:before {
	left: calc(50% - 32px);
}

.cases-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.cases-list * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.cases-list__item {
	width: 50%;
	height: 420px;
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: flex-end;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	border-bottom: none;
	overflow: hidden;
}

.cases-list__item:hover {
	border-bottom: none;
}

.cases-list__item-content {
	width: 100%;
	height: 260px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	position: relative;
	z-index: 1;
	padding: 30px 50px 60px 115px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.cases-list__item-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: -webkit-transform 0.6s ease;
	transition: -webkit-transform 0.6s ease;
	-o-transition: transform 0.6s ease;
	transition: transform 0.6s ease;
	transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.cases-list__item:hover .cases-list__item-img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

.cases-list__item-name {
	max-width: 350px;
	font-family: "intro_regular";
	font-size: 30px;
	line-height: 1.3;
	color: #fff;
	margin-bottom: 22px;
	margin-top: auto;
}

.cases-list__item-link {
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	border-bottom: 1px solid #f20a41;
	-webkit-transition: border-bottom 0.4s;
	-o-transition: border-bottom 0.4s;
	transition: border-bottom 0.4s;
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 8px;
}

.cases-list__item-link:hover {
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.cases-list__item-link svg {
	margin-left: 10px;
}

.materials-block {
	padding: 100px 0 100px;
	background-color: #F3F5F5;
	overflow: hidden;
}

.materials-block .block_header {
	margin-bottom: 60px;
}

.materials__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: 288px;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	position: relative;
}

.materials-block__smoke--left {
	position: absolute;
	left: -150px;
	top: 110px;
}

.materials-block__smoke--right {
	position: absolute;
	right: -150px;
	bottom: 50px;
}

.materials__item {
	background-color: #fff;
/*	padding: 65px 30px 30px;*/
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.materials__item-img-wrap {
	background-color: #EFEFEC;
	width: 230px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-clip-path: polygon(0 0, 100% 0%, 190px 100%, 0% 100%);
	        clip-path: polygon(0 0, 100% 0%, 190px 100%, 0% 100%);
	position: relative;
}

.materials__item-img-wrap img {
	left: 22px;
	position: absolute;
	top: 68px;
}

.materials__item-text {
	padding: 65px 50px 30px;
}

.materials__item-text h4 {
	font-family: "intro_regular";
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 14px;
}

.materials__item-text .anons p {
	font-size: 14px;
	line-height: 1.25;
}

.faq {
	padding: 100px 0 50px;
}

.faq * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.faq .block_header {
	margin-bottom: 70px;
}

.faq__item {
	background: #FFFFFF;
	-webkit-box-shadow: -2px 30px 63px -31px rgba(0, 0, 0, 0.15);
	        box-shadow: -2px 30px 63px -31px rgba(0, 0, 0, 0.15);
	margin-bottom: 5px;
}

.faq__item.active {
	position: relative;
}

.faq__answer {
	overflow: hidden;
	max-height: 0;
	padding: 0 30px 0 60px;
	background-color: #FBFBFB;
	-webkit-transition: max-height 0.3s ease-out;
	-o-transition: max-height 0.3s ease-out;
	transition: max-height 0.3s ease-out;
}

.faq__answer p {
	margin: 20px 0 25px;
	font-size: 14px;
	line-height: 1.5;
}

.faq__question {
	min-height: 80px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 14px 40px 14px 60px;
	cursor: pointer;
	font-family: "intro_regular";
	font-size: 16px;
	line-height: 1.3;
	position: relative;
}

.faq__question:before {
	margin-right: 40px;
	content: '';
	width: 24px;
	height: 40px;
	-webkit-transform: skewX(-8deg);
	    -ms-transform: skewX(-8deg);
	        transform: skewX(-8deg);
	background-color: #ff4a02;
	top: 0;
	left: 0;
}

.faq__question-icon {
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #252525;
	margin-left: auto;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	-o-transition: transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}

.faq__question.active .faq__question-icon {
	-webkit-transform: rotateZ(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotateZ(90deg);
}

.faq__question-text {
	display: inline-block;
	margin-right: 20px;
}

.useful {
	padding: 40px 0 0;
}

.useful * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.useful .block_header {
	margin-bottom: 60px;
}

.useful__list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.useful__item {
	width: 25%;
	position: relative;
	height: 480px;
	color: #fff;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: flex-end;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	padding: 50px;
	overflow: hidden;
	border-bottom: none;
}

.useful__item:hover {
	border-bottom: none;
}

.useful__item:hover .useful__item-img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.useful__item-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center;
	background-size: cover;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.useful__item-img:after {
	content: '';
	width: 100%;
	height: 355px;
	bottom: 0;
	left: 0;
	position: absolute;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(85.42%, #000000));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 85.42%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 85.42%);
}

.useful__item-content {
	position: relative;
	z-index: 2;
	height: 160px;
}

.useful__item-date {
	position: absolute;
	z-index: 1;
	-webkit-writing-mode: tb-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: tb-rl;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	top: 50px;
	left: 50px;
	font-size: 18px;
}

.useful__item-date:before {
	content: '';
	background: #ff4a02;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	position: absolute;
	left: 4px;
	top: -19px;
}

.useful__item-content h4 {
	font-size: 18px;
	line-height: 1;
	max-width: 335px;
	margin-bottom: 16px;
}

.useful__item-content .anons p {
	font-size: 14px;
	line-height: 1.25;
}

.useful__item-more {
	position: absolute;
	bottom: 50px;
	left: 50px;
	color: #ff4a02;
	font-family: "intro_regular";
	font-size: 14px;
	line-height: 1;
}

.useful__item-icon {
	position: absolute;
	bottom: 50px;
	right: 50px;
	width: 50px;
	height: 50px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
}

.useful__bottom {
	padding: 30px 15px;
	background-color: #000;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.useful__link {
	font-family: "intro_regular";
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	padding-bottom: 12px;
	border-bottom: solid 1px #f20a41;
}

.useful__link svg {
	margin-left: 10px;
}

.reviews__block {
	background-color: #252525;
	padding: 100px 0 110px;
	position: relative;
	overflow: hidden;
}

.reviews__block * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.reviews__smoke.lazy {
	top: 0;
}

.reviews__smoke {
	position: absolute;
	top: -55px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	z-index: 0;
}

.reviews__smoke.loaded {
	top: -55px;
}

.reviews__smoke--left {
	left: 0;
}

.reviews__smoke--right {
	right: 0;
}

.reviews__block .block_header {
	color: #fff;
	margin-bottom: 70px;
}

.reviews__slider {
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
}

.reviews__block .content-wrap--rel {
	position: relative;
}

.reviews__block .swiper-pagination {
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.reviews__block .swiper-pagination-bullet {
	margin-right: 5px;
	opacity: 1;
	background: #fff;
}

.reviews__block .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.reviews__block .swiper-pagination-bullet-active {
	background: #ff4a02;
}

.reviews__block .swiper-slide {
	height: auto;
}

.reviews__item {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	color: #fff;
}

.reviews__item-top {
	border-bottom: 1px solid #272727;
	padding: 30px 50px;
}

.reviews__item-reviewer {
	font-size: 18px;
	position: relative;
	padding-left: 50px;
	font-family: "intro_regular";
	line-height: 1;
}

.reviews__item-reviewer:before {
	content: '';
	width: 24px;
	height: 40px;
	-webkit-transform: skewX(-8deg);
	    -ms-transform: skewX(-8deg);
	        transform: skewX(-8deg);
	background-color: #ff4a02;
	top: -14px;
	left: 0;
	position: absolute;
}

.reviews__item-flag {
	position: absolute;
	top: 0;
	right: 50px;
}

.reviews__item-text {
	max-width: 510px;
	padding: 50px 50px 20px;
	font-size: 14px;
	line-height: 1.25;
}

.reviews__item-bottom {
	margin-top: auto;
	padding: 30px 50px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.reviews__item-source,
.reviews__item-date {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.reviews__item-source svg,
.reviews__item-date svg {
	margin-right: 7px;
}

.okleika {
	padding: 50px 0;
}

.okleika * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.okleika .block_header {
	margin-bottom: 60px;
}

.okleika__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: 430px;
	overflow: hidden;
}

.okleika__item {
	position: relative;
	color: #fff;
	padding: 150px 60px 40px;
}

.okleika__item h4 {
	font-size: 18px;
	font-family: 'intro_regular';
	line-height: 1.3;
	margin-bottom: 19px;
}

.okleika__item .anons p {
	font-size: 18px;
	line-height: 1.25;
	max-width: 400px;
}

.okleika__item-video-wrap {
	background-size: cover;
	background-position: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
}

.okleika__item-video-wrap video {
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
}

.okleika__item-video-wrap.hovered:after {
	content: '';
	background: #000;
	opacity: .75;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
}

.okleika__item-content {
	position: relative;
	z-index: 1;
}

.okleika__item-number {
	position: absolute;
	z-index: 1;
	bottom: 30px;
	right: 60px;
	font-family: 'intro_regular';
	font-size: 72px;
	line-height: 1;
}

.okleika__item-icon {
	position: absolute;
	width: 34px;
	height: 34px;
	right: -17px;
	top: calc(50% - 17px);
	z-index: 1;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 50%;
	background-color: #ff4a02;
}

.okleika__item-icon:before, .okleika__item-icon:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	bottom: 0;
	right: 0;
	background-color: #ff4a02;
	opacity: .65;
	-webkit-animation: pulsar 1.2s linear infinite;
	animation: pulsar 1.2s linear infinite;
	z-index: -1;
}

.okleika__item-icon:after {
	-webkit-animation-delay: 0.6s;
	        animation-delay: 0.6s;
}

.okleika__bottom {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding-top: 40px;
}

.okleika__bottom svg {
	margin-right: 10px;
}

.okleika__bottom-text {
	font-style: italic;
	font-size: 12px;
	max-width: 375px;
	line-height: 1.25;
}

@-webkit-keyframes pulsar {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.65
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .20
    }
}

@keyframes pulsar {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.65
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .20
    }
}

.okleika__item:nth-child(3n) .okleika__item-icon {
	display: none;
}

.our-works-page {
	background: #252525;
}

.our-works-page h1 {
	color: #fff;
}

.our-works-page .breadcrumb {
	border-bottom: none;
}

.our-works-page .breadcrumb a {
	color: #fff;
}

.our-works-page .gallery-text-b {
	color: #fff;
}

.clauses-list .breadcrumb {
  border-bottom: none;
}

.clauses-list .paginator {
  margin-top: 60px;
}

.clauses-list .paginator > * {
  color: #252525;
  background: transparent;
  font-size: 18px;
  font-family: "intro_regular";
  border: none;
  box-shadow: none;
}

.clauses-list .paginator a:hover {
  border-bottom: none;
}

.clauses-list .paginator .active {
  border-bottom: 1px solid #ff4a02;
  color: #ff4a02;
}

@media only screen and (max-width: 1840px) {
	.plenka-landing .main-block__right {
		right: unset;
/*		left: 962px;*/
		left: calc(680px + ((100% - 1230px) / 2));
	}
}

@media only screen and (max-width: 1400px) {
  .price-calc-group.car-type-group {
    max-width: 55%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .price-calc-group.car-type-group .radio-input {
    margin-right: 0;
  }
  
  .price-calc-images {
    left: 50%;
  }
  
  .clauses-id__container .price-calc-images {
    left: 55%;
  }
	
	.useful__item {
		width: calc(100% / 3);
	}
	
	.useful__list .useful__item:last-child {
		display: none;
	}
}

@media only screen and (max-width: 1200px) {
  .price-calc-group.car-type-group .radio-input label .radio-label-text {
    display: none;
  }
  
  .okleika__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  
  .okleika__item:nth-child(3n) .okleika__item-icon {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .okleika__item:nth-child(2n) .okleika__item-icon {
    display: none;
  }
	
	.team-block__slider .clauses_img .smoke-img {
		display: none;
	}
	
	.team-block__slider .block-row {
		padding: 140px 150px 50px 0;
	}
}

@media only screen and (max-width: 1120px) {
	.plenka-landing .main-block__content {
		max-width: 420px;
    padding-top: 40px;
    padding-bottom: 60px;
	}
	
	.plenka-landing .main-block h1 {
		font-size: 24px;
		margin: 0 0 25px;
	}
	
  .plenka-landing .main-block__description {
    font-size: 15px;
    margin-bottom: 25px;
  }
  
  .plenka-landing .main-block__description br {
    display: none;
  }
  
  .plenka-landing .services-block {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 25px;
  }
  
  .services-block .services-block__item {
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  .services-block__item__checkmark {
    width: 44px;
    height: 44px;
  }
  
  .services-block .services-block__item:last-child {
    margin-bottom: 0;
  }
  
  .main-block__content .feedback_form form {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  
  .main-block__content .feedback_form .wrap_input_feedback {
    max-width: unset;
    margin-bottom: 5px;
  }
  .main-block__content .feedback_form .btn.middle {
    max-width: unset;
    height: 44px;
    line-height: 44px;
  }
  
  .main-block__content .feedback_form input[type="text"] {
    height: 44px;
  }
  
  .main-block__content .feedback_form .wrap_input_feedback .icon-wrap {
    height: 44px;
    width: 44px;
  }
  
  .main-car-wrap {
    width: 480px;
  }
  
  .main-car-wrap__point1 {
    left: 75px;
    top: 112px;
  }
  
  .main-car-wrap__point2 {
    left: 170px;
    top: 20px;
  }
  
  .main-car-wrap__point3 {
    left: 230px;
    top: 166px;
  }
  
  .plenka-landing .main-block__right {
    left: 440px;
  }
  
  .team-block__smoke {
    display: none;
  }
  
  .team-block {
    padding: 80px 0 40px;
  }
  
  .certificates-block {
    padding: 70px 0 40px;
  }
  
  .certificates-block .block_header,
  .okleika .block_header,
	.cons-block .block_header,
	.cases-block .block_header,
	.materials-block .block_header,
	.faq .block_header,
	.reviews__block .block_header {
    margin-bottom: 45px;
    font-size: 24px;
  }
  
  .okleika, .cons-block,
	.cases-block {
    padding: 40px 0;
  }
	
	.cons-block__smoke--left,
	.cons-block__smoke--right,
	.materials-block__smoke--right,
	.materials-block__smoke--left {
		display: none;
	}
	
	.cases-list__item {
		height: 360px;
	}
	
	.cases-list__item-content {
		padding: 30px 30px 50px 30px;
	}
	
	.materials-block {
		padding: 80px 0 80px;
	}
	
	.materials__item-img-wrap {
		width: 200px;
		-webkit-clip-path: polygon(0 0, 100% 0%, 160px 100%, 0% 100%);
		        clip-path: polygon(0 0, 100% 0%, 160px 100%, 0% 100%);
	}
	
	.materials__item-img-wrap img {
		left: 12px;
	}
	
	.materials__item-text {
		padding: 45px 30px 25px
	}
	
	.faq {
		padding: 80px 0 40px;
	}
	
	.useful__list {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	
	.useful__item {
		width: 100%;
	}
	
	.useful__list .useful__item:last-child {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.team-block__slider .block-row {
		padding: 140px 50px 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	}
	
	.team-block__slider .clauses_img {
		margin-bottom: 25px;
	}
	
	.team-arrows-wrap {
		display: block;
		position: static;
		bottom: unset;
		left: unset;
	}
	
	.team-button-prev, .team-button-next {
		position: absolute;
		top: calc(50% - 22px);
	}
	
	.team-button-prev {
		left: 0;
	}
	
	.team-button-next {
		right: 0;
	}
	
	.team-block__slider .swiper-pagination {
		width: 100%;
		bottom: 10px;
	}
	
	.team-block__slider {
		padding-bottom: 30px;
	}
	
	.team-block {
		padding: 70px 0 20px;
	}
	
	.plenka-landing .price-calc-wrap {
		margin-top: 0;
	} 
	
	.plenka-landing .new-calc-styles .price-calc-block {
		padding: 68px 15px 55px 15px;
	}
}

@media only screen and (max-width: 991px) {
  .price-calc-images {
    left: unset;
    position: relative;
    margin-top: 30px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
	
	.new-calc-styles .price-calc-images {
		top: 0;
		left: unset;
    position: relative;
    margin-top: 30px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	}
  
  .clauses-id__container .price-calc-images {
    left: unset;
  }
  
  .price-calc-group.car-type-group {
    max-width: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .price-calc-group.car-type-group .radio-input label .radio-label-text {
    display: block;
  }
  
  .price-calc-group.car-type-group .radio-input {
    margin-right: 15px;
  }
  
  .price-calc-group.area-type-group .calc-row {
    max-width: 100%;
  }
  
  .price-calc-group.area-type-group .radio-input:nth-child(2n) {
    margin-right: 30px;
  }
	
	.social-links-block {
		min-height: 500px;
	}
	
	.social-links-image {
		left: 440px;
    top: -25px;
	}
	
	.cons-list {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	
	.materials__list {
		grid-column-gap: 20px;
    grid-row-gap: 20px;
		grid-auto-rows: auto;
	}
	
	.materials__item-img-wrap {
		width: 130px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100px 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100px 100%, 0% 100%);
	}
	
	.materials__item-img-wrap img {
		width: 76px;
    height: 76px;
		top: calc(50% - 38px);
	}
	
	.materials__item-text {
		padding: 45px 30px 25px 15px;
	}
	
	.useful__item-date {
		top: 30px;
    left: 30px;
    font-size: 16px;
	}
	
	.useful__item {
		padding: 30px;
	}
	
	.useful__item-content {
		height: 210px;
    padding-bottom: 50px;
	}
	
	.useful__item-more {
		bottom: 30px;
    left: 30px;
	}
	
	.useful__item-icon {
		bottom: 30px;
    right: 30px;
	}
	
	.reviews__item-text {
		max-width: 100%;
	}
	
	.reviews__block {
		padding: 80px 0 85px;
	}
}

@media only screen and (max-width: 767px) {
  .price-calc-group.car-type-group {
    padding: 10px 15px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  
  .price-calc-group.car-type-group .radio-input {
    padding-left: 38px;
  }
  
  .price-calc-group.car-type-group .radio-input label:before {
    left: -38px;
    top: 32px;
  }
  
  .price-calc-group.car-type-group .radio-input input:checked + label:after {
    left: -34px;
    top: 36px;
  }
  
  .price-calc-group.car-type-group .radio-input label svg {
    width: 76px;
    max-height: 60px;
  }
  
  .price-calc-group.car-type-group .radio-input label .img-wrap {
    min-height: 60px;
    margin-bottom: 12px;
  }
  
  .price-calc-group.car-type-group .radio-input label .radio-label-text {
    font-size: 14px;
    min-height: 34px;
  }
  
  .price-calc-section-title {
    padding: 10px 40px;
    min-height: 40px;
  }
  
  .price-calc-group.area-type-group, .price-calc-group.cover-type-group {
    padding: 20px 40px;
  }
  
  .radio-input label .radio-label-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .radio-input label .radio-label-text {
    font-size: 14px;
  }
  
  .price-calc-group.cover-type-group .radio-input:last-child {
    margin-right: 0;
  }
  
  .radio-input .radio-label-price {
    font-size: 16px;
  }
  
  .price-calc-group.area-type-group .radio-input {
    min-width: 145px;
    margin-bottom: 20px;
    margin-right: 35px;
  }
	
	.new-calc-styles .price-calc-group.area-type-group .radio-input {
		min-width: 100px;
	}
  
  .price-calc-group.parts-group {
    padding: 30px 40px 0px;
  }
  
  .price-calc-group .checkbox-input label .checkbox-label-text {
    font-size: 15px;
    margin-bottom: 12px;
  }
  
  .price-calc-group .checkbox-input label .checkbox-label-price {
    font-size: 15px;
  }
  
  .price-calc-group .checkbox-input {
    margin-right: 25px;
    margin-bottom: 40px;
    min-width: 200px;
  }
  
  .price-calc-group .checkbox-input:nth-child(2n) {
    margin-right: 0;
  }
  
  .price-calc-group .checkbox-input label {
    padding-left: 58px;
  }
  
  .price-calc-bottom .price-calc-row,
  .price-calc-bottom .price-calc-row .price-calc-submit:before, 
  .price-calc-bottom .price-calc-row .price-calc-row-left:after {
    height: 50px;
  }
  
  .price-calc-bottom .price-calc-row .price-calc-row-left {
    padding: 12px 10px 10px 40px;
  }
  
  .price-calc-row-left .price-calc-row-left-text {
    font-size: 22px;
    margin-right: 20px;
  }
  
  .price-calc-row-left .price-calc-row-left-value {
    font-size: 30px;
  }
  
  .price-calc-bottom .price-calc-row .price-calc-submit {
    padding: 12px 22px;
    font-size: 18px;
  }
	
	.social-links-block {
		min-height: 480px;
		-ms-align-items: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		margin-top: 20px;
	}
	
	.social-links-header {
		font-size: 18px;
		padding-bottom: 16px;
		margin-bottom: 42px;
	}
	
	.social-link-btn {
		font-size: 18px;
		height: 50px;
	}
	
	.social-links-image {
		width: 362px;
		top: 210px;
		left: 25px;
	}
  
  .plenka-landing .main-block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  
  .plenka-landing .main-block .content-wrap {
    width: 100%;
  }
  
  .plenka-landing .main-block .main-block__right {
    position: relative;
    top: 0;
    left: 0;
    height: 400px;
  }
  
  .plenka-landing .main-block__right .background-img {
    display: none;
  }
  
  .main-car-wrap {
    max-width: 100%;
    top: 16%;
    left: 0;
  }
  
  .main-car-wrap__point1 {
    left: 15.6%;
    top: 42.4%;
  }
  
  .main-car-wrap__point2 {
    left: 35.4%;
    top: 7.5%;
  }
  
  .main-car-wrap__point3 {
    left: 47.9%;
    top: 62.8%;
  }
  
  .main-car-wrap__point-text {
    left: -12px;
    top: -42px;
  }
  
  .plenka-landing .main-block__right .inner-wrap-gray,
  .plenka-landing .main-block__right .inner-wrap-red,
  .plenka-landing .main-block__right .inner-wrap-bg {
    -webkit-clip-path: none;
            clip-path: none;
  }
  
  .certificates__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-auto-rows: 320px;
  }
  
  .certificates__item {
    width: 100%;
  }
  
  .certificates__item img {
    max-height: 320px;
  }
  
  .okleika__list {
    grid-auto-rows: 320px;
  }
  
  .okleika__item {
    padding: 50px 30px 35px;
  }
  
  .okleika__item h4,
  .okleika__item .anons p {
    font-size: 16px;
  }
  
  .okleika__item-number {
    bottom: 20px;
    right: 30px;
    font-size: 58px;
  }
	
	.cons-list {
		grid-column-gap: 20px;
    grid-row-gap: 20px;
	}
	
	.cons-list__item {
		padding: 25px 20px;
	}
	
	.cons-list__item-title {
		font-size: 14px;
	}
	
	.cons-list__item-img {
		width: 110px;
	}
	
	.cons-list__item:after {
		width: 210px;
    height: 210px;
    bottom: -115px;
    right: -115px;
	}
	
	.cons-list__item:nth-child(1) .cons-list__item-img {
		right: -10px;
    bottom: -5px;
	}
	
	.cons-list__item:nth-child(2) .cons-list__item-img,
	.cons-list__item:nth-child(3) .cons-list__item-img,
	.cons-list__item:nth-child(4) .cons-list__item-img,
	.cons-list__item:nth-child(5) .cons-list__item-img {
		right: 5px;
    bottom: 3px;
	}
	
	.cons-list__item:nth-child(6) .cons-list__item-img {
		right: 10px;
    bottom: 10px;
	}

	.cons-list__checkmark {
		left: 20px;
    bottom: 25px;
	}
	
	.cases-list__item {
		width: 100%;
		height: 280px;
	}
	
	.cases-list__item-name {
		font-size: 24px;
	}
	
	.cases-list__item-link {
		font-size: 16px;
	}
	
	.materials__list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	
	.materials__item-img-wrap img {
		left: 6px;
	}
	
	.materials__item-img-wrap {
		width: 100px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 75px 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 75px 100%, 0% 100%);
	}
	
	.materials__item-text {
		padding: 30px 20px 20px 10px;
	}
	
	.materials__item-text .anons p {
		font-size: 11px;
		margin-bottom: 0;
	}
	
	.faq__question {
		font-size: 14px;
		padding: 14px 18px 14px 30px;
	}
	
	.faq__answer {
		padding: 0 20px 0 15px;
	}
	
	.faq__answer p {
		margin: 12px 0 16px;
	}
	
	.faq__question:before {
		-ms-flex-negative: 0;
		    flex-shrink: 0;
	}
	
	.team-button-prev, .team-button-next {
		display: none;
	}
	
	.team-block__slider .clauses_img .person-image {
		max-width: 100%;
    left: 28%;
    height: auto;
	}
	
	.team-block__slider .clauses_img .bg-image {
		height: auto;
	}
	
	.team-block__slider .block-row {
		padding: 22% 50px 30px 20px;
	}
	
	.team-block__slider .clauses_img:before {
		width: 50%;
    height: 50%;
	}
	
	.team-block__slider .block-text {
		margin-right: 0;
	}
	
	.team-block__slider .block-text h4 {
		font-size: 24px;
	}
	
	.team-block__slider .block-text .anons p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 540px) {
  .price-calc-group.car-type-group .radio-input label .radio-label-text {
    display: none;
  }
  
  .price-calc-group.car-type-group .radio-input {
    max-width: 30%;
    margin-right: 25px;
  }
  
  .price-calc-group.car-type-group .radio-input:last-child {
    margin-right: 0;
  }
  
  .price-calc-group.car-type-group .radio-input label {
    -webkit-transition: fill 0.4s;
    -o-transition: fill 0.4s;
    transition: fill 0.4s;
  }
  
  .price-calc-group.car-type-group .radio-input label .img-wrap {
    margin-bottom: 0;
  }
  
  .price-calc-group.car-type-group .radio-input label svg {
    width: 100%;
  }
  
  .price-calc-group.car-type-group {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .price-calc-group.car-type-group .radio-input label:before {
    content: none;
  }
  
  .price-calc-group.car-type-group .radio-input input:checked + label:after {
    content: none;
  }
  
  .price-calc-group.car-type-group .radio-input {
    padding-left: 0;
  }
  
  .price-calc-group.car-type-group .radio-input input:checked + label svg {
    fill: #f20a41;
  }
	
	.new-calc-styles .price-calc-group.car-type-group .radio-input input:checked + label svg path {
		fill: #f20a41;
	}
	
	.price-calc-title {
		font-size: 18px;
	}
	
	.price-calc-section-title-number {
		display: none;
	}
  
  .price-calc-section-title {
    padding: 10px 15px;
    font-size: 21px;
    min-height: 30px;
  }
  
  .price-calc-group.area-type-group, .price-calc-group.cover-type-group {
    padding: 15px 10px;
  }
  
  .radio-input label .radio-label-title {
    font-size: 15px;
  }
  
  .price-calc-group.cover-type-group .radio-input {
    margin-right: 24px;
    padding-left: 28px;
  }
  
  .price-calc-group.cover-type-group .radio-input label:before {
    left: -28px;
    width: 15px;
    height: 15px;
  }
  
  .price-calc-group.cover-type-group .radio-input input:checked + label:after {
    left: -24px;
    width: 11px;
    height: 11px;
  }
  
  .price-calc-group.area-type-group .radio-input {
    padding-left: 28px;
  }
  
  .price-calc-group.area-type-group .radio-input label:before {
    left: -28px;
    width: 15px;
    height: 15px;
  }
  
  .price-calc-group.area-type-group .radio-input input:checked + label:after {
    left: -24px;
    width: 11px;
    height: 11px;
  }
  
  .work-areas-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  ul.work-areas-list li {
    font-size: 15px;
    margin-right: 20px;
  }
  
  ul.work-areas-list li.gift-list-item {
    font-size: 17px;
    margin-top: 16px;
  }
  
  ul.work-areas-list li.gift-list-item svg {
    width: 36px;
    height: 38px;
  }
  
  .price-calc-group.parts-group {
    padding: 30px 10px 0px;
  }
  
  .price-calc-group .checkbox-input {
    width: 100%;
    margin-right: 0;
  }
	
	.new-calc-styles .price-calc-group .checkbox-input {
		width: 50%;
		margin-right: 0;
	}
  
  .price-calc-bottom .price-calc-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: unset;
  }
  
  .price-calc-bottom .price-calc-row .price-calc-row-left {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 50px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
    padding: 12px 10px 10px 15px;
  }
  
  .price-calc-bottom .price-calc-row .price-calc-row-left:after {
    content: none;
  }
  
  .price-calc-bottom .price-calc-row .price-calc-submit:before {
    content: none;
  }
  
  .price-calc-bottom .price-calc-row .price-calc-submit {
    width: 100%;
    max-width: 240px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 50px;
  }
  
  .plenka-landing .main-block h1 {
    font-size: 16px;
  }
  
  .plenka-landing .main-block__description {
    font-size: 11px;
  }
	
	.okleika__list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-auto-rows: 280px;
	}
	
	.okleika__item-icon {
		top: unset;
    bottom: -17px;
    right: calc(50% - 17px);
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
	}
	
	.okleika__item:nth-child(2n) .okleika__item-icon {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.okleika__item:last-child .okleika__item-icon {
		display: none;
	}
	
	.useful__list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	
	.useful__item {
		height: 380px;
	}
	
	.useful__item-date {
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		-webkit-writing-mode: unset;
		    -ms-writing-mode: unset;
		        writing-mode: unset;
	}
	
	.useful__item-date:before {
		left: -19px;
    top: 4px;
	}
	
	.reviews__item-flag {
		right: 20px;
	}
	
	.reviews__item-top {
		padding: 20px 20px;
	}
	
	.reviews__item-reviewer {
		padding-left: 40px;
		font-size: 14px;
	}
	
	.reviews__item-text {
		font-size: 12px;
		padding: 20px 20px 20px;
	}
	
	.reviews__item-source, .reviews__item-date {
		font-size: 12px;
	}
	
	.reviews__item-bottom {
		padding: 20px;
	}
}

@media only screen and (max-width: 440px) {
  .plenka-landing .main-block .main-block__right {
    height: 280px;
  }
  
  .certificates__list {
    grid-auto-rows: 240px;
  }
  
  .certificates__item img {
    max-height: 240px;
  }
	
	.cons-list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-auto-rows: 200px;
	}
	
	.faq__question {
		min-height: 70px;
		padding: 12px 15px 12px 15px;
		font-size: 12px;
	}
	
	.faq__question:before {
		margin-right: 20px;
	}
	
	.faq__question-icon {
		width: 38px;
    height: 38px;
	}
}
/*------------------------------------------------
*
*	 --------------   ADAPTIVE    ---------------
*
*------------------------------------------------*/

/* ------------ 1750px ------------- */

@media only screen and (max-width: 1750px) {

  .why {
    margin: 15px 0 42px 0;
  }

}

/* ------------ 1550px ------------- */

@media only screen and (max-width: 1550px) {

  .why {
    margin: 15px 0 15px 0;
  }

}

/* ------------ 1400px ------------- */

@media only screen and (max-width: 1400px) {

  .why {
    margin: 15px 0 15px 0;
  }

  .why_seal_wrap {
    background-size: cover;
    background-position: center center;
  }

}

/* ------------ 1300px ------------- */

@media only screen and (max-width: 1300px) {

  .swiper-slide .reviews-block-row {
    padding: 66px 50px 0 50px;
  }

  .main_bottom_block .block_header {
    padding-left: 100px;
  }

  .center_content {
    padding: 0 20px 0px;
  }

  .block_clauses, .photo_first_page.photo_first_page_new {
    padding: 50px 20px 0px;
  }
	.service-prices-block {
		padding: 50px 20px 0px;
	}
}

/* ------------ 1240px ------------- */
@media only screen and (max-width: 1240px) {

  .bottom_header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 20px 20px 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .find_price {
    margin: 0 0 0% 4%;
    padding: 4.5% 2.5% 3.7%;
  }

  .find_price_text:first-child {
    margin-bottom: 16%;
    font-size: 2.25vw;
  }

  .find_price_text {
    margin-bottom: 10%;
    font-size: 2.25vw;
  }

  .find_price_button {
    margin: 2% auto;
  }

}

/* ------------ 1200px ------------- */

@media only screen and (max-width: 1200px) {

  .films ul li {
    width: 28%;
  }

  .bottom_header .top-menu {
    /*padding-left: 15px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .find_price_text:first-child {
    margin-bottom: 14%;
  }

  .wrapper.clauuses .pic_and_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

  }

  .pic_and_price .site_dynamic {
    width: 100%;
    /*margin: 10px auto;*/
    text-align: center;
  }

  .pic_and_price .site_dynamic:nth-child(2) {
    width: 70%;
  }
	.service-prices-tabs {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.service-prices-tab {
		max-width: 50%;
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
}

/* ------------ 1100px ------------- */

@media only screen and (max-width: 1100px) {

  /*new blocks in header*/
  .top_worktime_block .text_show_block {
    padding: 0 0 0 10%;
  }

  /**/
  .clauses_box, .photos-box {
    text-align: center;
  }
  
  .photos-block .clauses-row {
    width: 35%;
    margin: 10px 30px 20px 30px;
  }
  
  .photos-block .clauses-row:nth-of-type(2n),
  .photos-block .clauses-row:nth-of-type(3n) {
    margin: 10px 30px 20px 30px;
  }

  .find_price_text {
    margin-bottom: 8%;
  }

  .find_price_text:first-child {
    margin-bottom: 12%;
  }

  /*header*/
  .top_mail_block .text_show_block {
    padding: 0 0 0 20%;
  }

  .top_mail_block .text_show_block:before {
    left: 0;
  }

  .top_tel_block .text_show_block {
    padding: 0 8% 0 10%;
  }

  .top_tel_block .text_show_block:before {
    left: -15px;
  }

  .clauses-row {
    min-width: 300px;
  }

    
  /*.clauses_box {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}*/
  .clauses-row:nth-of-type(3n) {
    margin: 10px 30px 20px 70px;
  }

  .clauses-row:nth-of-type(6n) {
    margin: 10px 70px 20px 30px;
  }

  .clauses-row {
    margin: 10px 30px 20px 70px;
  }

  .clauses-row:nth-of-type(2n) {
    margin: 10px 70px 20px 30px;
  }

  .clauses-row:last-child {
    margin: 10px 70px 20px 70px;
  }

  .clauses_list.clauses_box .clauses-row:last-child {
    margin: 10px 0px 0px 0px;
  }

  .row:after {
    display: none;
  }

  .fancy_button_tel .text {
    font-size: 20px;
  }

  .fancy_tel_text {
    font-size: 20px;
  }

  .zayavka_block ol li {
    font-size: 12px;

  }

  .zayavka_block ol li strong {
    font-size: 16px;
  }

  .zayavka_block ol li strong:before {
    width: 27px;
    background-position-x: 100%;
  }

  .header_photo_block_menu .top-menu > li {
    font-size: 14px;
  }

  .top_block_page_feedback .top_mail_block .text_show_block:before {
    left: 3%;
  }

  .top_block_page_feedback .top_tel_block .text_show_block:before {
    left: -15px;
    top: 6px;
  }

  .photo_first_page .photo-item {
    width: 25%;
    height: 180px;
  }

  .bottom_header .top-menu > li {
    /*display: inline-block;*/
  }

  .bottom_header .top-menu {
    /*padding-left: 10px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }

  .header_photo_block_menu .top-menu a {
    line-height: 2;
  }

}

/* ------------ 1024px ------------- */

@media only screen and (max-width: 1024px) {

  .find_price {
    margin: 0 0 0% 4%;
    padding: 4% 2.5% 3.7%;
  }

  .films ul li {
    width: 29%;
  }

  .films ul li:before {
    left: -18px;
  }

}

/* ------------ 1000px ------------- */

@media only screen and (max-width: 1000px) {

  .films ul li {
    width: 31%;
  }

  .films ul li:last-child {
    width: 31%;
    margin: 0 0 40px 0;
  }

  /**/
  .block_name_t {
    font-size: 26px;
  }

  .why {
    font-size: 20px;
  }

  .why_button {
    width: 350px;
    height: 49px;
    line-height: 47px;
    font-size: 22px;
  }

  .why_button a {
    width: 350px;
    height: 49px;
    font-size: 22px;
  }

  /**/
  .find_price {
    width: 100%;
    margin: 0;
  }

  .find_price_text:first-child {
    font-size: 28px;
  }

  .find_price_text {
    font-size: 28px;
  }

  /**/
  .btn.middle {
    font-size: 22px;
  }

  .tel-color {
    font-size: 22px;
  }

  .block_tel p {
    font-size: 21px;
  }

  .main_bottom_block .block_header {
    font-size: 24px;
    padding-left: 140px;
  }

  .wrap_logo {
    width: 36%;
  }

  .wrap_top_mail_block {
    width: 17.5%;
  }

  /*.wrap_top_menu .top-menu li.active {*/
  /*border-bottom: 3px solid #f20a41;*/
  /*}*/
  /*.wrap_top_menu .top-menu li {*/
  /*padding: 0;*/
  /*margin-right: 15px;*/
  /*}*/
  .clauses_id img {
    width: 100%;
    height: auto;
  }

  /*.bottom_header .top-menu > li {*/
  /*display: inline-block;*/
  /*}*/

}

/* ------------ 964px ------------- */

@media only screen and (max-width: 964px) {

  /*header*/
  .top_tel_block .text_show_block {
    padding: 0 6% 0 8%;
  }

  .top_tel_block .text_show_block:before {
    left: -20px;
  }

  .zayavka_block ol li:before {
    border-radius: 50%;
    background: #f20a41;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    content: counter(myCounter);
    font-size: 32px;
  }

  .zayavka_block ol li {
    padding: 17px 20px 0 70px;
  }

  .reviews-button-prev {
    left: 20px;
  }

  .reviews-button-next {
    right: 20px;
  }

}

/* ------------ 940px ------------- */

@media only screen and (max-width: 940px) {
  /*header*/
  .top_tel_block .text_show_block {
    padding: 0 6% 0 8%;
  }

  .top_tel_block .text_show_block:before {
    left: -16px;
  }

  .swiper-slide .reviews-block-row {
    padding: 66px 10px 0 60px;
  }

  .swiper-slide:nth-child(2n) .reviews-block-row {
    padding: 66px 60px 0 10px;
  }

  .wrap-photo-item {
    width: 33.33%;
  }

  .photo-item {
    /*width: 25%;*/
  }

  .reviews_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 95%;
    margin: auto;
  }

  .top_block_page_feedback .text_show_block {
    font-size: 18px;
  }

  .reviews_list .reviews-list-row {
    width: 50%;
  }

  .call_to_manager {
    font-size: 15px;
  }

  .bottom_header .top-menu {
    /*padding-left: 10px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }

  .bottom_header .top-menu > li {
    display: inline-block;
  }

  .block_o_nas h2 {
    font-size: 16px;
  }

  .wrap_block_o_nas {
    padding: 62px 20px 97px 20px;
  }

  .top_header {
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrap_top_header .wrap_top_mail_block {
    width: 26.5%;
    position: absolute;
    top: 90px;
    left: 42.4%;
  }

  .wrap_top_address_block {
    width: 35%;
    margin-top: 20px;
  }

  .wrap_top_tel_block {
    width: 24%;
    margin-top: 20px;
  }

  .wrap_logo {
    width: 39%;
    padding-top: 10px;
    margin-right: 20px;
  }

  .fancy_tel_text {
    font-size: 14px;
    padding: 0 0px 0 25px;
  }

  .photo_first_page .photo-item {
    width: 25%;
    height: 150px;
  }

  .top_block_page_feedback .wrap_top_mail_block {
    margin-top: 20px;
  }

  /*404*/
  .fzf-wrapper {
    margin: 180px auto 250px;
    max-width: 1200px;
  }

  .fzf-text span {
    font-size: 34px;
  }

  .fzf-text p {
    font-size: 16px;
  }

  .fzf-text {
    padding-top: 60px;
    height: 300px;
  }

  .fzf-pic {
    padding-top: 40px;
  }

  /*main_page*/
  .bottom_header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 20px;
  }

  .curtain_slider_text {
    font-size: 34px;
    padding: 0 20px;
  }

  .fancy_tel_text {
    font-size: 20px;
    padding: 0 0px 0 25px;
  }

  .fancy_button_tel .text {
    font-size: 22px;
  }
  
  .photos-block .clauses-row:nth-of-type(n) {
    margin: 0 10px 20px 10px;
  }

  .clauses-row:nth-of-type(n) {
    margin: 0 10px 30px 10px;
  }

  .clauses-row:last-child {
    margin: 0 10px 30px 10px;
  }

  .clauses-row {
    min-width: 350px;
  }

  .square_block:after, .square_block:before {
    width: 22%;
  }

  .bottom_square_text:after, .bottom_square_text:before {
    width: 21%;
  }

  .zayavka_block ol li strong {
    font-size: 15px;
  }

  .main_bottom_block .block_header {

  }

  .main_bottom_block .wrap_block_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 140px;
  }

  .main_bottom_block .wrap_block_tel .tel-color {
    margin: 0 15px 0 5px;
  }

  /*slider*/
  .reviews_block_swiper .swiper-slide {
    background-image: url(../images/kavichki-1.png);
    background-repeat: no-repeat;
    background-position: 15px 15px;
  }

  .reviews_block_swiper .swiper-slide:nth-child(2n-1) {
    background-image: url(../images/kavichki-1.png);
    background-repeat: no-repeat;
    background-position: 65px 15px;
  }

}

/* ------------ 930px ------------- */

@media only screen and (max-width: 930px) {

  .fancy_tel_text {
    font-size: 18px;
    padding: 0 0px 0 25px;
  }

  .fancy_button_tel .text {
    font-size: 20px;
  }

  .main_bottom_block .wrap_block_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 100px;
  }

  .wrap_main_bottom_block .main_bottom_block {
    padding-top: 40px;
  }

  .main_bottom_block .wrap_block_tel .tel-color {
    margin: 20px 15px 20px 5px;
  }

  .main_bottom_block .wrap_block_tel .block_tel:before {
    top: 34%;
  }

}

/* ------------ 900px ------------- */

@media only screen and (max-width: 992px) {
  .wrap_top_menu {
    padding: 10px 0;
  }

  #nav-icon1 {
    display: block;
    margin: 0;
  }

  .top-menu {
    display: none;
  }

  .top-menu > li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }

  .top-menu a {
    padding: 12px 0;
  }

  .top-menu .menu {
    width: 100%;
  }

  .top-m__chil-drop {
    padding: 10px;
    /*background: #fff;*/
    pointer-events: auto;
  }

  .border_menu {
    display: none !important;
  }

  .top-menu .menu{
    position: static;
    position: relative;
  }



  .top-menu > li a,  .top-menu > li span{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top-menu > li{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-menu > li .menu{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }

  .menu a{
    padding-left: 15px;
    padding-right: 15px;
  }


  .menu li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .menu a {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .clauses_id .pic_and_price{
    float: none;
    max-width: 100%;
    width: 100%;
  }
  .photo_wrap_block {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
  }




  .gallery__item{
    width: 33.33%;
  }
  .gallery__item::after{
    background-size: 70px;
  }


  .bottom_header_wrap{
    min-height: inherit;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
  }

  .experience{
    display: none;
  }

  .bottom_header{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }



}

@media only screen and (max-width: 900px) {

  .price_download {
    height: 45px;
    width: 90%;
    line-height: 1.3;
  }

}

/* ------------ 880px ------------- */

@media only screen and (max-width: 880px) {
  .fancy_button_tel {
    font-size: 20px;
  }

}

/* ------------ 860px ------------- */

@media only screen and (max-width: 860px) {

  .fancy_tel_text {
    font-size: 15px;
    padding: 0 0px 0 25px;
  }

  /*.clauses-row {
		margin: 10px 0 20px 10px;
	}

	.clauses-row:nth-of-type(2n) {
		margin: 10px 10px 20px 0px;
	}

	.clauses-row:nth-of-type(3n){
		margin: 10px 0 20px 10px;
	}

	.clauses-row:last-child {
		margin: 10px 10px 20px 0px;
	}*/
  .zayavka_block ol li {
    padding: 17px 10px 0 59px;
  }

  .zayavka_block ol li:before {
    border-radius: 50%;
    background: #f20a41;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    content: counter(myCounter);
    font-size: 28px;
  }

  .bottom_square_text {
    font-size: 18px;
    bottom: -30px;
  }

  .square_block .block_header {
    font-size: 20px;
    top: -10px;
  }

  .bottom_header .wrap_top_menu {
    position: relative;
  }

  /*.wrap_header .bottom_header #nav-icon1 {*/
    /*display: block;*/
    /*margin: auto;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
  /*}*/

  /*.wrap_header .bottom_header #nav-icon1.open {*/
    /*display: block;*/
    /*margin: auto;*/
    /*position: absolute;*/
    /*top: -25px;*/
    /*bottom: 0;*/
  /*}*/

  /*.wrap_header .bottom_header ul.top-menu {*/
    /*display: none;*/
    /*padding-left: 40px;*/
  /*}*/

  .wrap_header .bottom_header .border_menu {
    /*display: none;*/
  }

  .wrap_header .bottom_header_wrap {
    min-height: 48px;
  }

  .bottom_header .top-menu > li {
    display: inline-block;
    /*float: left;
		padding-right: 15px;*/
  }

  .top-menu:after {
    display: block;
    content: '';
    clear: both;
  }

  .photo_first_page .photo-item {
    width: 25%;
    height: 130px;
  }

  .bottom_header_wrap .wrap_top_menu .top-menu li {
    margin: 0 !important;
  }

  .border_menu {
    display: none;
  }

  .hide_price {
    overflow: scroll;
  }

  .shop-item.active .hide_price {
    overflow: scroll;
  }

  .hide_price table {
    overflow: auto;
    width: 600px !important;
  }

  .toggle_price {
    font-size: 24px;
  }

}

/* ------------ 850px ------------- */

@media only screen and (max-width: 850px) {

  .serv_menu li {
    width: 100%;
    margin-bottom: 15px;
  }

}

/* ------------ 820px ------------- */

@media only screen and (max-width: 820px) {

  .fancy_tel_text {
    font-size: 14px;
    padding: 0 0px 0 25px;
  }

  .tel-color {
    margin: 0 20px 0 20px;
  }

  .btn.middle {
    font-size: 20px;
    margin-right: 0;
  }

  .block_tel p {
    font-size: 19px;
  }

  .main_bottom_block:before {
    width: 45%;
  }

  .top_block_page_feedback .top_tel_block {
    padding-left: 50px;
  }

}

/* ------------ 800px ------------- */

@media only screen and (max-width: 800px) {

  .why_button {
    width: 300px;
    height: 49px;
    line-height: 47px;
    font-size: 22px;
  }

  .why_button a {
    width: 300px;
    height: 49px;
    font-size: 22px;
  }

}

/* ------------ 790px ------------- */

@media only screen and (max-width: 790px) {

  .logo .text_show_block img {
    display: inline-block;
    width: 90%;
    height: 90%;
  }

  .wrap_top_header .wrap_top_mail_block {
    width: 26.5%;
    position: absolute;
    /*top: 75px;*/
    top: 95px;
    left: 39.5%;
  }

  .wrap_logo {
    margin-right: 0;
  }

  .wrap_top_address_block {
    width: 40%;
  }

  .wrap_top_mail_block {
    left: 39.4%;
  }

  .clauses-row {
    max-width: 300px;
  }

  .fzf-wrapper .fzf-pic {
    width: 100%;
    text-align: center;
    float: none;
  }

  .fzf-wrapper .fzf-pic img {
    width: initial;
  }

  .fzf-text {
    width: 90%;
    display: block;
    border-right: none;
    margin: 30px auto 0;
    float: none;
    padding: 20px 0 0 0;
    text-align: center;
    border-top: 1px solid #f20a41;
  }

  .fzf-text a {
    margin: 0 auto;
  }

}

/* ------------ 760px ------------- */

@media only screen and (max-width: 760px) {

  .fancy_button_tel .text {
    font-size: 17px;
  }

  .zayavka_block ol li {
    padding: 17px 10px 0 57px;
  }

  .photo_first_page .photo-item {
    width: 33.33%;
    height: 160px;
  }

  .top_block_page_feedback .top_tel_block {
    padding-left: 30px;
  }

  .top_block_page_feedback .top_mail_block .text_show_block:before {
    left: 0%;
  }
	.service-prices-tab.tab-active:after {
		border: none;
		margin-left: 0;
    	margin-bottom: 0;
	}
	.service-prices-element {
		height: 60px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.service-element-name {
		line-height: 30px;
		text-align: center;
		padding-left: 0;
		font-size: 12px;
	}
	.service-element-desc {
		line-height: 30px;
		font-size: 14px;
		max-width: calc(100% - 132px);
	}
	.service-element-desc span {
		font-size: 18px;
	}
	.serive-element-link {
		font-size: 14px;
		max-width: 110px;
	}
	.service-prices-tab {
		font-size: 13px;
		height: 35px;
		width: calc(50% - 5px);
		margin-bottom: 10px;
		text-align: center;
	}
	.service-prices-content-tab {
		margin-top: 20px;
	}
}

/* ------------ 720px ------------- */

@media only screen and (max-width: 720px) {
	.clauses-row {min-width:90vw !important;}
  
  .photos-block .clauses-row {min-width:350px !important;}

  .films ul li {
    width: 47%;
    padding-left: 3%;
  }

  .films ul li:last-child {
    width: 90%;
    margin: 0 0 40px 0;
  }

  /**/
  .block_name_t:after, .block_name_t:before {
    left: 45%;
  }

  .block_name_t:after {
    left: 44%;
  }

  .block_name_t {
    margin-bottom: 30px;
  }

  .left_side_seal {
    width: 100%;
    float: none;
    margin-bottom: 35px;
  }

  .right_side_seal {
    width: 100%;
    float: none;
  }

  /**/
  .shop-item .shop_img_wrap {
    display: none;
  }

  .shop-item .shop_text_wrap {
    width: 100%;
  }

  .shop_anons p {
    padding-right: 35px;
  }

  .shop-item.active .hide_price {
    margin-right: -25%;
  }

  .text_o_nas p {
    line-height: 1.433;
  }

  .zayavka_block ol li:before {
    border-radius: 50%;
    background: #f20a41;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    content: counter(myCounter);
    font-size: 20px;
  }

  .zayavka_block ol li {
    padding: 7px 10px 0 47px;
  }

  .fancy_tel_text {
    line-height: 20px;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .text span.color {
    display: block;
  }

  .fancy_tel_text:before {
    top: 0;
  }

  .wrap-photo-item {
    width: 33.333%;
  }

  .shop_block {
    padding: 47px 20px 0 20px;
  }

  .main_bottom_block {
    padding: 30px 0 0 30%;
  }

  .wrap_block_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main_bottom_block .block_header {
    padding-left: 0px;
    text-align: center;
  }

  .tel-color {
    margin: 20px;
  }

  .wrap_block_o_nas {
    padding: 62px 20px 40px 20px;
  }

  .block_o_nas {
    margin: 0 auto 60px auto;
  }

  h1:after {
    left: 43%;
  }

  h1:before {
    left: 44%;
  }

  .fzf-wrapper .fzf-pic {
    width: 100%;
    text-align: center;
    float: none;
  }

  .fzf-wrapper .fzf-pic img {
    width: initial;
    width: 80%;
    height: auto;
  }

  .fzf-text {
    width: 90%;
    display: block;
    border-right: none;
    margin: 30px auto 0;
    float: none;
    padding: 20px 0 0 0;
    text-align: center;
    border-top: 1px solid #f20a41;
  }

  .fzf-text a {
    margin: 0 auto;
  }

  .fzf-wrapper {
    margin: 120px auto 120px;
    max-width: 1200px;
  }

  .top_block_page_feedback .top_address_block .text_show_block:before {
    left: 0;
  }

  .bottom_header_wrap .wrap_top_menu .top-menu li {
    margin: 10px 29px 5px 0;
  }

  .bottom_header .top-menu > li {
    display: inline-block;
    margin-right: 20px;
  }

}

/* ------------ 700px ------------- */

@media only screen and (max-width: 700px) {

  /*.clauses-row {
		margin: 10px 0 20px 0;
	}

	.clauses-row:nth-of-type(2n) {
		margin: 10px 0 20px 0px;
	}

	.clauses-row:nth-of-type(3n){
		margin: 10px 0 20px 0;
	}

	.clauses-row:last-child {
		margin: 10px 0 20px 0px;
	}*/
  .zayavka_block ol {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top_block_page_feedback .top_tel_block {
    padding-left: 10px;
  }

  .top_block_page_feedback .top_mail_block {
    margin: 0;
  }

  .top_block_page_feedback .top_mail_block .text_show_block {
    padding: 0 0 0 10%;
  }

  .top_block_page_feedback .top_mail_block .text_show_block:before {
    left: -9%;
  }

  .top_block_page_feedback .text_show_block {
    font-size: 16px;
  }

}

/* ------------ 670px ------------- */

@media only screen and (max-width: 670px) {
  .bottom_header .top-menu > li {
    display: inline-block;
    margin-right: 30px;
  }

}

/* ------------ 660px ------------- */

@media only screen and (max-width: 660px) {

  .logo .text_show_block img {
    display: inline-block;
    margin: 15px auto 20px;
    width: 100%;
  }

  .wrap_top_mail_block {
    position: relative;
  }

  .wrap_logo {
    width: 48%;
    display: block;
    float: left;
    margin-top: 20px;
  }

  .wrap_top_address_block {
    width: 48%;
    display: block;
    float: right;
  }

  .wrap_top_tel_block {
    margin-top: 10px;
    width: 42.7%;
    display: block;
    float: right;
  }

  .wrap_top_mail_block {
    width: 100%;
    display: block;
    float: right;
    position: initial;
  }

  .top_header {
    display: block;
  }

  .top_header:after {
    display: block;
    content: '';
    clear: both;
  }

  .top_mail_block .text_show_block:before {
    left: 54%;
  }

  .top_mail_block .text_show_block {
    padding: 0 0 0 61%;
  }

  .reviews_name {
    font-size: 14px;
  }

  .main_bottom_block:before {
    display: none;
  }

  .main_bottom_block {
    padding: 5% 0 0 0%;
	      min-height: 403px;
  }

  .photo_first_page .photo-item {
    width: 33.33%;
    height: 140px;
  }

  .toggle_price {
    font-size: 22px;
  }

  .wrap_top_header .wrap_top_mail_block {
    width: 100%;
    position: initial;
  }

  .top_block_page_feedback .wrap_top_mail_block .text_show_block {
    padding: 0px 0 0 20%;
  }

  .top_block_page_feedback .wrap_top_mail_block .top_mail_block {
    margin: 0 0 0 10px;
  }

  .top_block_page_feedback .wrap_top_address_block {
    margin: 0;
  }

  .top_block_page_feedback .wrap_top_tel_block {
    margin: 0;
  }

  .top_block_page_feedback .wrap_top_mail_block {
    margin: 0;
  }

  .top_block_page_feedback .wrap_top_address_block .text_show_block {
    padding: 0 0% 0 18%;
  }

  .top_block_page_feedback .wrap_top_address_block .text_show_block:before {
    left: 0;
  }

  .main_bottom_block .wrap_block_tel {
    padding-left: 0;
  }

  .top_block_page_feedback .text_show_block {
    font-size: 14px;
  }

}

/* ------------ 630px ------------- */

@media only screen and (max-width: 630px) {

  .fancy_button_tel {
    display: block;
    -webkit-transform: skewX(0);
    -ms-transform: skewX(0);
        transform: skewX(0);
    border: none;
    margin: 0 0 20px 0;
    width: 100%;
    border-radius: 5px;
  }

  .fancy_button_tel .text {
    -webkit-transform: skewX(0);
    -ms-transform: skewX(0);
        transform: skewX(0);
    text-align: center;
    padding: 0 10px;
    font-size: 20px;
  }

  .fancy_button_tel:before {
    display: none;
  }

  .fancy_tel_text {
    display: block;
    -webkit-transform: skewX(0);
    -ms-transform: skewX(0);
        transform: skewX(0);
    border: none;
    margin: 0;
    width: 100%;
    border-radius: 5px;
  }

  .fancy_tel_text .text {
    -webkit-transform: skewX(0);
    -ms-transform: skewX(0);
        transform: skewX(0);
    text-align: center;
  }

  .fancy_tel_text:before {
    display: none;
  }

  .block_o_nas h2 {
    text-align: center;
  }

  .text_o_nas {
    -webkit-columns: 1;
    -moz-columns: 1;
         columns: 1;
    padding: 0 10% 9%;
    text-align: center;
  }

  .square_block {
    width: 96%;
  }

  .zayavka_block ol li {
    width: 35%;
  }

  .wrap-photo-item {
    width: 50%;
  }

  .reviews-button-next {
    top: 95%;
    right: 40%;
  }

  .reviews-button-prev {
    top: 95%;
    left: 40%;
  }

  .swiper-slide .reviews-block-row {
    padding: 50px 30px 60px 50px;
  }

  .swiper-slide:nth-child(2n) .reviews-block-row {
    padding: 10px 30px 60px 50px;
  }

  .reviews_block_swiper .swiper-slide:nth-child(n) {
    background-image: url(../images/kavichki-1.png);
    background-repeat: no-repeat;
    background-position: 65px 15px;

  }

  .reviews_block_swiper .swiper-slide:nth-child(2n) {
    background-image: url(../images/kavichki-1.png);
    background-repeat: no-repeat;
    background-position: 65px 15px;

  }

  .reviews_block_swiper .swiper-slide .reviews-block-row {
    padding: 50px 30px 60px 50px;
  }

  .reviews_block_swiper .swiper-slide:nth-child(2n) .reviews-block-row {
    padding: 50px 30px 60px 50px;
  }

  .bottom_header .top-menu > li {
    display: inline-block;
    margin-right: 10px;
  }


  .def-cl-img{
    float: none;
    margin-right: 0;
  }

}

/* ------------ 620px ------------- */

@media only screen and (max-width: 620px) {

  .top_block_page_feedback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top_block_page_feedback .wrap_top_address_block {
    width: 50%;
  }

  .top_block_page_feedback .wrap_top_tel_block {
    width: 35%;
  }

  .top_block_page_feedback .wrap_top_mail_block {
    width: 35%;
  }

  .center_content .top_block_page_feedback .text_show_block {
    margin: 0 0 10px 0;
    padding: 0;
  }

  .top_block_page_feedback .wrap_top_address_block .text_show_block:before {
    left: -40px;
  }

  .top_block_page_feedback .wrap_top_tel_block .text_show_block:before {
    left: -35px;
  }

  .top_block_page_feedback .wrap_top_mail_block .text_show_block:before {
    left: -50px;
  }

  .top_block_page_feedback .text_show_block {
    font-size: 18px;
  }

  .slider_photo .swiper-button-prev {
    left: 20px;
  }

  .slider_photo .swiper-button-next {
    right: 20px;
  }

}

/* ------------ 600px ------------- */

@media only screen and (max-width: 600px) {

  .experience {
    padding: 12px 0;
  }

  .experience .text_show_block {
    padding: 0;
    font-size: 24px;
  }

  .films ul li {
    width: 45%;
    padding-left: 5%;
  }

  div.show_table + table {
    display: none;
  }

}

/* ------------ 580px ------------- */

@media only screen and (max-width: 580px) {

  .top_tel_block .text_show_block:before {
    left: -16px;
  }

  .bottom_square_text:after, .bottom_square_text:before {
    width: 10%;
  }

  .square_block:after, .square_block:before {
    width: 16%;
  }

  .photo-item {
    height: 200px;
  }

  .photo_first_page .photo-item {
    width: 50%;
    height: 180px;
  }
}

/* ------------ 560px ------------- */

@media only screen and (max-width: 560px) {

  .shop-item .shop_text_wrap {
    padding: 0;

  }

  .wrap_dynamic_advantages {
    padding: 0 10px;
    margin: 0 0 20px 0;
  }

  .wrap_price_block_file {
    position: relative;
    width: 100%;
  }

  .price_download {
    height: 45px;
    width: 40%;
    line-height: 45px;
    margin: auto;
    padding: 0 0 0 10%;
  }

  .price_download svg {
    position: absolute;
    fill: #fff;
    left: 10px;
    top: 14px;
  }

  .shop_name {
    padding: 10px;
  }

  .shop_anons {
    padding: 0 10px;
  }

  .toggle_price {
    font-size: 26px;
  }

  .shop-item .shop_text_wrap .hide_price {
    margin-right: 0%;
    padding: 10px;
  }

  .reviews_list .reviews-list-row {
    width: 100%;
    min-height: 340px;
  }

  h2.block_header:after {
    left: 41%;
  }

  h2.block_header:before {
    left: 43%;
  }

  .reviews-block-row.active {
    right: 0;
    margin: auto;
  }

  .wrap_top_address_block .top_address_block .text_show_block {
    padding: 0 20% 0 26%;
  }

  .top_block_page_feedback .wrap_top_address_block {
    width: 100%;
  }

  .top_block_page_feedback .wrap_top_address_block .text_show_block:before {
    left: 15%;
  }

  .top_block_page_feedback .wrap_top_mail_block .text_show_block {
    padding: 0 20% 0 26%;
  }

  .top_block_page_feedback .wrap_top_mail_block {
    width: 100%;
  }

  .top_block_page_feedback .wrap_top_mail_block .text_show_block:before {
    left: 15%;
  }

  .top_block_page_feedback .wrap_top_tel_block .text_show_block {
    padding: 0 20% 0 26%;
  }

  .top_block_page_feedback .wrap_top_tel_block {
    width: 100%;
  }

  .top_block_page_feedback .wrap_top_tel_block .text_show_block:before {
    left: 15%;
  }

  .pic_and_price .site_dynamic:nth-child(1) iframe {
    width: 100%;
  }

  .pic_and_price .site_dynamic:nth-child(2) {
    width: 100%;
  }

}

/* ------------ 530px ------------- */

@media only screen and (max-width: 530px) {



  .top_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .wrap_logo {
    margin: 0;
    padding: 0;
    width: 50%;
    /*background: red;*/
  }

  .top_location_block {
    padding-left: 10px;
    text-align: center;
  }
  .top_location_block p{
    line-height: 1.1;
  }
  .wrap_top_address_block {
    margin: 0 ;
    padding: 0;
    width: 50%;
    /*background: green;*/
  }

  .wrap_top_address_block .top_address_block .text_show_block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .top_address_block .text_show_block:before{
    position: static;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /*width: 30px;*/
    /*height: 30px;*/
    margin-right: 5px;
  }
  .top_address_block .text_show_block p{
    line-height: 1.2;
  }



  .wrap_top_tel_block {
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .top_tel_block .text_show_block:before {
    left: 26%;
  }

  .wrap_top_mail_block {
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .top_mail_block .text_show_block {
    padding: 0 0 0 0;
  }

  .top_mail_block .text_show_block:before {
    left: 25.2%;
  }

  .logo .text_show_block img {
    display: block;
    margin: 15px auto 20px;
    width: 80%;
  }

  .logo {
    display: block;
  }

  .wrap_top_header .text_show_block {
    /*padding: 0 20% 0 26%;*/
  }

  .top_address_block .text_show_block:before {
    left: 17%;
  }

  .photo-item {
    height: 170px;
  }

  /*
	.top_block_page_feedback .wrap_top_tel_block{
		width: 172px;
	}
	.top_block_page_feedback .wrap_top_mail_block{
		width: 155px;
	}*/
  .top_worktime_block .text_show_block {
    padding: 0 0 0 5%;
  }

  .wav{
    display: none;
  }

  .top_worktime_block{
    display: none;
  }

  .wrap_top_mail_block{
    display: none;
  }


  .top_tel_block .text_show_block::before{
    top: 13px;
  }

  .wrap_top_tel_block{
    margin-top: 15px;
  }














}

/* ------------ 500px ------------- */
@media only screen and (max-width: 500px) {

  .films ul li {
    width: 95%;
    padding-left: 5%;
  }

  /**/
  .photo-item {
    height: 155px;
  }

  .photo_first_page .photo-item {
    width: 50%;
    height: 150px;
  }

  label.uploadbutton .input {
    width: 150px;
    display: inline-block;
  }

}

/* ------------ 480px ------------- */
@media only screen and (max-width: 480px) {

  .reviews-button-prev {
    left: 35%;
  }

  .reviews-button-next {
    right: 35%;
  }
  .gallery__item{
    width: 50%;
  }


  .tbcust td, .tbcust th{
    padding: 10px 10px;
    font-size: 11px;
	width:90vw !important;
  }


}
.tbcust th{background:#ff0000 !important;}
/* ------------ 460px ------------- */
@media only screen and (max-width: 460px) {

  .price_download {
    width: 50%;
  }

  .photo-item {
    height: 140px;
  }

  h2.block_header:after {
    left: 39%;
  }

  h2.block_header:before {
    left: 41%;
  }

  .block_clauses {
    padding: 50px 10px 0px;
  }
  
  .photo_first_page.photo_first_page_new {
    padding: 30px 10px 0;
  }
	.service-prices-block {
		padding: 50px 10px 0px;
	}
	
  .footer .top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer .top-menu li {
    margin: 10px 0;
  }

  .footer {
    height: auto;
  }

  .curtain_slider_text p {
    font-size: 20px;
    padding: 0 0px;
  }

  .curtain_slider_text p:last-child {
    font-size: 18px !important;
    padding: 0 0px;
  }

  .wrap_curtain_slider {
    padding: 20px 0 0 0;
  }

  /*.bottom_header_wrap .wrap_top_menu .top-menu li {*/
    /*margin: 10px 0px 5px 0;*/
    /*width: 50%;*/
  /*}*/

  /*.bottom_header .top-menu > li {*/
    /*margin: 10px 0px 5px 0;*/
    /*width: 50%;*/
  /*}*/

  .wrap_top_menu .top-menu li.active {
    border-bottom: none;
  }

  /*.bottom_header .top-menu > li a.active {*/
    /*border-bottom: 3px solid #f20a41;*/
  /*}*/

}

/* ------------ 450px ------------- */

@media only screen and (max-width: 450px) {

  .serv_menu li {
    font-size: 13px;
  }

}

/* ------------ 420px ------------- */

@media only screen and (max-width: 420px) {

  .find_price_text:first-child {
    font-size: 22px;
  }

  .find_price_text {
    font-size: 22px;
  }

  .what_film .films ul {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
  }

  .films ul li {
    width: 92%;
    padding-left: 8%;
    font-size: 16px;
    margin-bottom: 30px;
  }

  /**/
  .fancy_feedback_button_tel {
    display: block;
    width: 90%;
    margin: auto;
  }

  .fancy_feedback_button_tel:after {
    display: block;
    content: '';
    clear: both;
  }

  .price_download {
    width: 60%;
    padding: 0 0 0 15%;
  }

  .photo-item {
    height: 130px;
  }

  h1:after {
    left: 38%;
  }

  h1:before {
    left: 40%;
  }

  .top_block_page_feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /*padding-left: 45px;*/
  }

  /*.top_block_page_feedback .top_tel_block{
		padding-left: 0;
	}*/
  .wrap_input_feedback {
    width: 100%;
  }

  .center_content {
    padding: 0 10px 0px;
  }

  .clauses-row:nth-of-type(n) {
    margin: 0 0px 30px 0px;
  }

  .clauses-row:last-child {
    margin: 0 0px 30px 0px;
  }

  .clauses-row {
    min-width: 300px;
  }

  .wrap_main_bottom_block .main_bottom_block .block_header {
    font-size: 20px;
  }

  .zayavka_block ol li strong:before { /* Для Firefox */ /* Для IE */
    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */ /* Для Opera */
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    top: 100px;
    right: 70%;
  }

  .zayavka_block ol li {
    margin-bottom: 100px;
  }

  .zayavka_block ol li {
    width: 50%;
  }

  /*table*/
  .shop_text th, .shop_text td {
    padding: 0 0px;
  }

  .shop_text table {
    /*margin-left: -10px !important;*/
  }

  .hide_price table {
    /*margin-left: -10px !important;*/
    display: block;
  }

}

/* ------------ 400px ------------- */

@media only screen and (max-width: 400px) {

  .experience .text_show_block {
    padding: 0;
    font-size: 18px;
  }

  .photo_first_page .photo-item {
    width: 100%;
    height: 250px;
  }

  .reviews_param_value_text {
    font-size: 14px;
  }

  .fzf-wrapper {
    margin: 80px auto 80px;
  }

  .fzf-text a {
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
  }

  .fzf-text span {
    font-size: 24px;
    font-style: italic;
  }

  .bottom_header_wrap .wrap_top_menu .top-menu li {
    font-size: 14px;
  }

  /* hiden table style*/
  th {
    font-size: 14px;
    line-height: 1;
  }


  .captcha{
    -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
            transform: scale(.8);
  }
  
  .photos-block .clauses-row {min-width:90vw !important;}


}

/* ------------ 385px ------------- */

@media only screen and (max-width: 385px) {

  .serv_menu li {
    font-size: 12px;
    padding-left: 0;
  }

  .serv_menu {
    margin-left: 5px;
  }

}

/* ------------ 370px ------------- */

@media only screen and (max-width: 370px) {

  /*.wrap_top_address_block .top_address_block .text_show_block{
		padding: 0 14% 0 24.5%;
	}
	*/

}

/* ------------ 360px ------------- */

@media only screen and (max-width: 360px) {

  .why_button a {
    width: 260px;
    height: 44px;
    font-size: 20px;
  }

  .why_button {
    width: 260px;
    height: 45px;
    line-height: 42px;
    font-size: 20px;
  }

  /**/
  .photo-item {
    height: 120px;
  }

  .photo_first_page .photo-item {
    width: 100%;
    height: 220px;
  }

  h2.block_header:after {
    left: 37%;
  }

  h2.block_header:before {
    left: 39%;
  }

  .fzf-text a {
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
  }

  .top_address_block .text_show_block:before {
    left: 15%;
  }

  .top_tel_block .text_show_block:before {
    left: 20%;
  }

  .top_mail_block .text_show_block:before {
    left: 18.4%;
  }

  .bottom_header_wrap .wrap_top_menu .top-menu li {
    font-size: 13px;
  }

  .header_photo_block_menu .wrap_top_menu .top-menu li {
    font-size: 13px;
  }

  .top_block_page_feedback .wrap_top_address_block .text_show_block {
    padding: 0 10% 0 20%;
    font-size: 16px;
  }

  .top_block_page_feedback .wrap_top_tel_block .text_show_block {
    padding: 0 10% 0 20%;
    font-size: 16px;
  }

  .top_block_page_feedback .wrap_top_mail_block .text_show_block {
    padding: 0 10% 0 20%;
    font-size: 16px;
  }

  .top_block_page_feedback .wrap_top_tel_block {
    text-align: left;
  }

  .top_block_page_feedback .wrap_top_mail_block {
    text-align: left;
  }

  .top_block_page_feedback .wrap_top_tel_block .text_show_block:before {
    left: 0%;
  }

  .top_block_page_feedback .wrap_top_mail_block .text_show_block:before {
    left: 0%;
  }

  .top_block_page_feedback .wrap_top_address_block .text_show_block:before {
    left: 2%;
  }

}

/* ------------ 350px ------------- */

@media only screen and (max-width: 350px) {

  .top_location_block .text_show_block p {
    font-size: 11px;
  }

}

/* ------------ 340px ------------- */

@media only screen and (max-width: 340px) {

  .photo_first_page .photo-item {
    width: 100%;
    height: 200px;
  }



  .wrap_main_bottom_block .main_bottom_block .block_header {
    font-size: 18px;
  }

  .fzf-text a {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
  }

}

/* ------------ 335px ------------- */

@media only screen and (max-width: 335px) {
  .bottom_header_wrap .wrap_top_menu .top-menu li {
    font-size: 12px;
  }

  .header_photo_block_menu .wrap_top_menu .top-menu li {
    font-size: 12px;
  }

}

/* drs style */

    /* Скрыть h1 на главной, оставить только для screen reader */
.sr-only {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0,0,0,0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

/* стили для картинок */

.photo_id {
  text-align: center;
}

.photo_img {
  margin-bottom: 10px;
}
/* кнопка слайдера */
.photo_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-grid-column-align: center;
      justify-self: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  /* border: 2px solid #f20a41; */
}

.js_photo_link_ajax {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  border: 2px solid #f20a41;
  margin-bottom: 10px;
}

.wrap_logo {
	padding-top: 24px;
	padding-left: 0;
	padding-bottom: 23px;
	width: unset;
	margin-right: auto;
}

.wrap_logo p {
	margin-bottom: 0;
}

.top_header .logo {
	margin-bottom: 5px;
}

.top_header .logo img {
	max-width: 176px;
	height: auto;
}

.top_location_block .text_show_block {
	font-size: 12px;
	line-height: 1.2;
}

.wrap_top_address_block {
	width: unset;
	margin-right: 40px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.wrap_top_address_block .text_show_block {
	padding: 0 0 0 34px;
}

.wrap_top_address_block .text_show_block p,
.wrap_top_tel_block .text_show_block p {
	line-height: 1.2;
	margin-bottom: 0;
}

.top_address_block .text_show_block:before {
	width: 14px;
	height: 18px;
	background-size: cover;
	top: 13px;
	left: 0;
}

.top_mail_block .text_show_block:before {
	content: none;
}

.top_tel_block .text_show_block:before {
	background-image: url("../images/svg/phone_red_new-1.svg");
	height: 18px;
	top: 13px;
}

.wrap_top_tel_block .top_tel_block {
	margin-bottom: 5px;
}

.wrap_top_tel_block .top_tel_block .text_show_block,
.wrap_top_tel_block .top_worktime_block .text_show_block {
	padding: 0 0 0 38px;
}

.wrap_top_tel_block .top_worktime_block p {
	font-size: 10px;
}

.wrap_top_tel_block {
	width: unset;
	margin-right: 40px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.wrap_top_mail_block {
	width: unset;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.top_mail_block .text_show_block {
	padding: 0;
}

.wrap_top_mail_block .btns-soc {
	text-align: left;
}

.wrap_top_mail_block .btns-soc a {
	display: inline-block;
	margin-right: 8px;
}

.wrap_top_mail_block .btns-soc a:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 1240px) {
	.top_header {
		margin: 0 20px;
	}
}

@media only screen and (max-width: 660px) {
	.top_header {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 10px 1fr;
		grid-template-columns: 1fr 1fr;
		grid-auto-columns: auto;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.wrap_logo {
		margin-top: 0;
		float: none;
		padding-bottom: 0;
		-ms-grid-row-span: 2;
		grid-row: span 2;
	}

	.wrap_top_address_block,
	.wrap_top_tel_block {
		float: none;
		margin-right: 0;
	}

	.wrap_top_header .wrap_top_mail_block {
		-ms-grid-column-span: 2;
		grid-column: span 2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}

	.top_tel_block .text_show_block:before {
		left: 0;
		top: 8px;
	}

	.wrap_top_tel_block {
		float: none;
		margin-top: 0;
	}
}

@media only screen and (max-width: 560px) {
	.wrap_top_address_block .top_address_block .text_show_block,
	.wrap_top_tel_block .top_tel_block .text_show_block,
	.wrap_top_tel_block .top_worktime_block .text_show_block {
		padding: 0 23px 0 0;
		text-align: right;
	}

	.wrap_top_address_block {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}

	.top_address_block .text_show_block:before,
	.top_tel_block .text_show_block:before {
		left: unset;
		right: 0;
	}
}

@media only screen and (max-width: 530px) {
	.top_address_block .text_show_block:before {
		position: absolute;
	}

	.wrap_top_tel_block {
		text-align: left;
	}
}

@media only screen and (max-width: 340px) {
	.wrap_top_tel_block .top_tel_block .text_show_block, .wrap_top_address_block .top_address_block .text_show_block {
		font-size: 13px;
	}
}


.good_list{ width: 100%;}
.good_id{ margin: 0 0 40px; display: flex; justify-content: space-between; align-items: stretch;}
.good_id_img{ box-shadow: 0px 0px 10px 0px rgba(62, 62, 62, 0.2); width: 250px; display: flex; align-items: center; justify-content: center; }
.good_id_img a{ display: none; width: 250px; height: 150px;}
.good_id_img a:first-child{ display: block;}
.good_id_img_block{ height: 150px;  width: 250px;}
.good_id_param{ background: #f3f6f6; flex: 1; margin: 0 20px 0; padding: 20px;; }
.good_id_buy{ width: 250px;  background-color: #f20a41; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100px;}

.good_price{ font-size: 20px; font-weight: 700; color: #fff; text-align: center; margin: 0 0 40px;}

.order_now{ text-align: center; display: block;}
.order_now span{ color:#fff; font-size: 16px; font-weight: 700; border: 2px solid #fff; padding: 10px 20px; text-transform: uppercase;}

.param_wrap{ margin: 0 0 7px; font-size: 15px;}
.param_name{ font-weight: 600;}
.param_value{}

.good_id_name{ font-size: 20px;  color: rgb(0, 0, 0);  font-weight: bold;  position: relative;  padding-bottom: 9px;  margin-bottom: 15px;}
.good_id_name:after, .good_id_name:before {  display: block;  content: '';  position: absolute;  background: #dcdcdc;  bottom: 0;  height: 1px;  width: 22%;}
.good_id_name:after {  bottom: 3px;  width: 40%;}



.category_list{ width: 100%; display: flex; justify-content: center; margin: 0 0 50px; flex-wrap: wrap; gap: 20px;}
.category_id{ display: block; width: 220px; height: 200px;  box-shadow: 0px 0px 10px 0px rgba(62, 62, 62, 0.2);}
.category_id_name{ background-color: #f20a41; width: 100%; color: #fff;; height: 50px; display: flex; justify-content: center; align-items: center; font-size: 22px; font-weight: 700;; }
.category_id_img{ display: flex; width: 100%; justify-content: center;}
.category_id_img div{ display: block; width: 250px; height: 150px; background-position: center center; background-repeat: no-repeat; background-size: cover;}

.cart_one_click_form textarea, .cart_one_click_form  input{ width: 100%;}
/* @media only screen and (max-width: 1200px) {
  .category_id{ width: 340px;}
}
@media only screen and (max-width: 1100px) {
  .category_id{ width: 310px;}
}
@media only screen and (max-width: 1000px) {
  .category_id{ width: 280px;}
} */

.category_head{ margin: 0 0 50px; line-height: 1.6;}
.category_head img{ float: left; margin: 0 40px 10px 0;}

@media only screen and (max-width: 900px) {
  .good_id{ flex-direction: column; box-shadow: 0px 0px 10px 0px rgba(62, 62, 62, 0.2); }
  .good_id_img{ width: 100%; box-shadow: none;}
  .good_id_param{  margin: 0; }
  .good_id_buy{ width: 100%;  flex-direction: row;  justify-content: baseline;}
  .good_price{ margin: 0 20px 0 0;}

  .category_list{ flex-direction: column; align-items: center; }
  .category_id{ margin: 0 0 20px; width: 100%;}

  .category_head img{ float: none; margin: 0 0 20px;}
}

.clear{ clear: both; float: none; display: block;}

