@charset "UTF-8";
/* Scss Document */
:root {
  --px: 20px;
  --font12: 12px;
  --font13: 13px;
  --font16: 16px;
  --font17: 17px;
  --font18: 18px;
  --font20: 20px;
  --font25: 25px;
  --font35: 35px;
  --font42: 42px;
  --font40: 40px;
  --font70: 70px;
  --font80: 80px;
  --font90: 90px;
}

.a {
  cursor: pointer;
}

.def {
  color: #6D7988;
}

.w-full {
  width: 100%;
}

.has_icon svg {
  display: block;
  margin-right: 10px;
}

.thumb img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ttu {
  text-transform: uppercase;
}

.geed_lighten {
  color: #B4EFD1;
}

.green {
  color: #3C9F69;
}

a.green {
  text-decoration: none;
}
a.green:hover {
  color: #E29C51;
}

.orang {
  color: #E29C51;
}

a.gray {
  color: #A6B9D2;
}
a.gray:hover {
  color: #E29C51;
}

.gray {
  color: #A6B9D2;
}

.gray-b {
  color: #B3BFCF;
}

.gray-5 {
  color: #506659;
}

.size-44 {
  height: 44px !important;
}

.size-50 {
  height: 50px !important;
}

.fz16 {
  font-size: var(--font16);
}

.fz17 {
  font-size: var(--font17);
}

.fz20 {
  font-size: var(--font20);
}

.fz13 {
  font-size: var(--font13);
}

.fz12 {
  font-size: var(--font12);
}

.fz25 {
  font-size: var(--font25);
}

.fz35 {
  font-size: var(--font35);
}

.fz42 {
  font-size: var(--font42);
}

.fz40 {
  font-size: var(--font40);
}

.fz44 {
  font-size: var(--font44);
}

.fz18 {
  font-size: var(--font18);
}

.fz70 {
  font-size: var(--font70);
}

.fz80 {
  font-size: var(--font80);
}

.fz90 {
  font-size: var(--font90);
}

.center {
  text-align: center;
}

.fw300 {
  font-weight: 300;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

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

.dif {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.tar {
  text-align: right;
}

.fxs {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fxg {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fxww {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ais {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aie {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jcfs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.jcfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lh1 {
  line-height: 1;
}

.lh110 {
  line-height: 110%;
}

.lh120 {
  line-height: 120%;
}

.lh130 {
  line-height: 130%;
}

.lh140 {
  line-height: 140%;
}

.lh150 {
  line-height: 150%;
}

.lh160 {
  line-height: 160%;
}

.lh170 {
  line-height: 170%;
}

.lh180 {
  line-height: 180%;
}

.p60 {
  padding: 60px 0;
}

.p50 {
  padding: 50px 0;
}

.p40 {
  padding: 40px 0;
}

.p30 {
  padding: 30px;
}

.p20 {
  padding: 20px;
}

.pt32 {
  padding-top: 32px;
}

.pt60 {
  padding-top: 60px;
}

.pb32 {
  padding-bottom: 32px;
}

.posr {
  position: relative;
}

.grid2 {
  margin-right: calc(var(--px) * -1);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid2 .col {
  width: calc(50% - var(--px));
  margin-right: var(--px);
  margin-bottom: var(--px);
}

.grid3 {
  margin-right: calc(var(--px) * -1);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid3 .col {
  width: calc(33.3333333333% - var(--px));
  margin-right: var(--px);
  margin-bottom: var(--px);
}

.grid4 {
  margin-right: calc(var(--px) * -1);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid4 .col {
  width: calc(25% - var(--px));
  margin-right: var(--px);
  margin-bottom: var(--px);
}

.grid5 {
  margin-right: calc(var(--px) * -1);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid5 .col {
  width: calc(20% - var(--px));
  margin-right: var(--px);
  margin-bottom: var(--px);
}

.b0 {
  margin-bottom: 0px;
}

.b2 {
  margin-bottom: 2px;
}

.b3 {
  margin-bottom: 3px;
}

.b4 {
  margin-bottom: 4px;
}

.b5 {
  margin-bottom: 5px;
}

.b6 {
  margin-bottom: 6px;
}

.b7 {
  margin-bottom: 7px;
}

.b8 {
  margin-bottom: 8px;
}

.b9 {
  margin-bottom: 9px;
}

.b10 {
  margin-bottom: 10px;
}

.b11 {
  margin-bottom: 11px;
}

.b12 {
  margin-bottom: 12px;
}

.b13 {
  margin-bottom: 13px;
}

.b14 {
  margin-bottom: 14px;
}

.b15 {
  margin-bottom: 15px;
}

.b20 {
  margin-bottom: 20px;
}

.b25 {
  margin-bottom: 25px;
}

.b30 {
  margin-bottom: 30px;
}

.b35 {
  margin-bottom: 35px;
}

.b40 {
  margin-bottom: 40px;
}

.b45 {
  margin-bottom: 45px;
}

.b50 {
  margin-bottom: 50px;
}

.b55 {
  margin-bottom: 55px;
}

.b60 {
  margin-bottom: 60px;
}

.b65 {
  margin-bottom: 65px;
}

.b70 {
  margin-bottom: 70px;
}

.b75 {
  margin-bottom: 75px;
}

.b80 {
  margin-bottom: 80px;
}

.b85 {
  margin-bottom: 85px;
}

.b90 {
  margin-bottom: 90px;
}

.b95 {
  margin-bottom: 95px;
}

.b100 {
  margin-bottom: 100px;
}

.b120 {
  margin-bottom: 120px;
}

.b140 {
  margin-bottom: 140px;
}

.t0 {
  margin-top: 0px;
}

.t5 {
  margin-top: 5px;
}

.t6 {
  margin-top: 6px;
}

.t7 {
  margin-top: 7px;
}

.t8 {
  margin-top: 8px;
}

.t9 {
  margin-top: 9px;
}

.t10 {
  margin-top: 10px;
}

.t15 {
  margin-top: 15px;
}

.t20 {
  margin-top: 20px;
}

.t25 {
  margin-top: 25px;
}

.t30 {
  margin-top: 30px;
}

.t35 {
  margin-top: 35px;
}

.t40 {
  margin-top: 40px;
}

.t45 {
  margin-top: 45px;
}

.t50 {
  margin-top: 50px;
}

.t60 {
  margin-top: 60px;
}

.t65 {
  margin-top: 65px;
}

.t70 {
  margin-top: 70px;
}

.t75 {
  margin-top: 75px;
}

.t80 {
  margin-top: 80px;
}

.t85 {
  margin-top: 85px;
}

.t90 {
  margin-top: 90px;
}

.t95 {
  margin-top: 95px;
}

.t100 {
  margin-top: 100px;
}

.l0 {
  margin-left: 0px;
}

.l5 {
  margin-left: 5px;
}

.l6 {
  margin-left: 6px;
}

.l7 {
  margin-left: 7px;
}

.l8 {
  margin-left: 8px;
}

.l9 {
  margin-left: 9px;
}

.l10 {
  margin-left: 10px;
}

.l15 {
  margin-left: 15px;
}

.l20 {
  margin-left: 20px;
}

.l25 {
  margin-left: 25px;
}

.l30 {
  margin-left: 30px;
}

.l35 {
  margin-left: 35px;
}

.l40 {
  margin-left: 40px;
}

.l45 {
  margin-left: 45px;
}

.l50 {
  margin-left: 50px;
}

.l60 {
  margin-left: 60px;
}

.l65 {
  margin-left: 65px;
}

.l70 {
  margin-left: 70px;
}

.l75 {
  margin-left: 75px;
}

.l80 {
  margin-left: 80px;
}

.l85 {
  margin-left: 85px;
}

.l90 {
  margin-left: 90px;
}

.l95 {
  margin-left: 95px;
}

.l100 {
  margin-left: 100px;
}

.r0 {
  margin-right: 0px;
}

.r5 {
  margin-right: 5px;
}

.r6 {
  margin-right: 6px;
}

.r7 {
  margin-right: 7px;
}

.r8 {
  margin-right: 8px;
}

.r9 {
  margin-right: 9px;
}

.r10 {
  margin-right: 10px;
}

.r15 {
  margin-right: 15px;
}

.r20 {
  margin-right: 20px;
}

.r25 {
  margin-right: 25px;
}

.r30 {
  margin-right: 30px;
}

.r35 {
  margin-right: 35px;
}

.r40 {
  margin-right: 40px;
}

.r45 {
  margin-right: 45px;
}

.r50 {
  margin-right: 50px;
}

.r60 {
  margin-right: 60px;
}

.r65 {
  margin-right: 65px;
}

.r70 {
  margin-right: 70px;
}

.r75 {
  margin-right: 75px;
}

.r80 {
  margin-right: 80px;
}

.r85 {
  margin-right: 85px;
}

.r90 {
  margin-right: 90px;
}

.r95 {
  margin-right: 95px;
}

.r100 {
  margin-right: 100px;
}

/* Scss Document */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

#page {
  position: relative;
}

a, img {
  outline: none;
}

* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Scss Document */
img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

a {
  text-decoration: underline;
  color: #3C9F69;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 15px;
}

h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.clr:before,
.clr:after {
  content: " ";
  display: table;
  clear: both;
}

input::-webkit-input-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input::-moz-placeholder {
  text-indent: 0px;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:-moz-placeholder {
  text-indent: 0px;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:-ms-input-placeholder {
  text-indent: 0px;
  -ms-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:focus::-moz-placeholder {
  text-indent: -500px;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:focus:-moz-placeholder {
  text-indent: -500px;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:focus:-ms-input-placeholder {
  text-indent: -500px;
  -ms-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input[placeholder] {
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

input[type=submit],
input[type=button],
button {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Scss Document */
.text img {
  max-width: 100% !important;
  height: auto !important;
}
.text.doc_text ul,
.text.doc_text ol {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.text ul {
  margin-bottom: 20px;
  display: block;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.text ul:last-child {
  margin-bottom: 0;
}
.text ul li {
  display: block;
  background-image: url(../images/arrow_data2.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 35px;
  min-height: 25px;
  margin-bottom: 20px;
}
.text ul li:last-child {
  margin-bottom: 0;
}
.text ul.dot_2 {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.text ul.dot_2 li {
  margin-bottom: 0;
}
.text ul.dot_2 li:nth-child(2n+1) {
  width: 210px;
}
.text p a,
.text li a {
  text-decoration: none;
}
.text p a:hover,
.text li a:hover {
  color: #E29C51;
}
.text ul ul {
  margin-top: 20px;
  margin-left: 15px;
}
.text ol {
  margin-bottom: 20px;
  margin-left: 0px;
  display: block;
  counter-reset: num;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.text ol:last-child {
  margin-bottom: 0;
}
.text ol li {
  display: block;
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
}
.text ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(num);
  counter-increment: num;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  color: #fff;
  background-color: #B3BFCF;
  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;
  line-height: 1;
}
.text ul ul li {
  background-image: none;
  padding-left: 0px;
  list-style-type: square;
}
.text p {
  margin-bottom: 20px;
}
.text p:last-child {
  margin-bottom: 0;
}
.text table {
  margin-bottom: 20px;
  background-color: #fff;
  border-collapse: collapse;
  width: 100%;
}
.text table thead td {
  padding-bottom: 33px;
  text-align: center;
}
.text table tbody th {
  color: #B3BFCF;
  padding: 20px 5px;
  text-align: center;
  border: 1px solid #DFE5EE;
}
.text table tbody td {
  color: #B3BFCF;
  padding: 20px 5px;
  text-align: center;
  border: 1px solid #DFE5EE;
}
.text table tbody td:hover {
  background-color: #3C9F69;
  color: #fff;
}
.text blockquote {
  margin-bottom: 20px;
  padding: 24px 24px 24px 34px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 20px rgba(109, 121, 136, 0.15);
          box-shadow: 0px 15px 20px rgba(109, 121, 136, 0.15);
  border-radius: 6px;
  border-left: 4px solid #E29C51;
}
.text blockquote:last-child {
  margin-bottom: 0;
}
.text blockquote p {
  margin-bottom: 0px;
}

body {
  color: #6D7988;
  font-family: "Open Sans";
  font-size: 16px;
  background-color: #fff;
}

.hide {
  display: none;
}

.btn {
  font-family: "Open Sans";
  font-size: 16px;
  border-radius: 6px;
  height: 42px;
  text-decoration: none;
  border-width: 0;
  cursor: pointer;
  font-weight: bold;
  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;
  padding: 0 20px;
}
.btn svg {
  display: block;
}
.btn.fw800 {
  font-weight: 800;
}

.bdrs0 {
  border-radius: 0 !important;
}

.btn_fire {
  background: -webkit-gradient(linear, left top, left bottom, from(#FDC745), to(#FDA04A));
  background: linear-gradient(180deg, #FDC745 0%, #FDA04A 100%);
  -webkit-box-shadow: 0px 0px 25px rgba(226, 156, 81, 0.69);
          box-shadow: 0px 0px 25px rgba(226, 156, 81, 0.69);
  border-radius: 5px;
  color: #fff;
}
.btn_fire:hover {
  background-color: #e29c51;
  background: -webkit-gradient(linear, left top, left bottom, from(#e29c51), to(#e29c51));
  background: linear-gradient(180deg, #e29c51 0%, #e29c51 100%);
}

.btn_orang {
  background-color: #E29C51;
  color: #fff;
}
.btn_orang:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#FDC745), to(#FDA04A));
  background: linear-gradient(180deg, #FDC745 0%, #FDA04A 100%);
  -webkit-box-shadow: 0px 0px 25px rgba(226, 156, 81, 0.69);
          box-shadow: 0px 0px 25px rgba(226, 156, 81, 0.69);
  border-radius: 5px;
}

.btn_orang2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FDC745), to(#FDA04A));
  background: linear-gradient(180deg, #FDC745 0%, #FDA04A 100%);
  -webkit-box-shadow: 0px 0px 25px rgba(226, 156, 81, 0.69);
          box-shadow: 0px 0px 25px rgba(226, 156, 81, 0.69);
  border-radius: 5px;
  color: #fff;
}
.btn_orang2:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#FDC745), to(#FDA04A));
  background: linear-gradient(180deg, #FDC745 0%, #FDA04A 100%);
  -webkit-box-shadow: 0px 0px 25px rgba(226, 156, 81, 0.69);
          box-shadow: 0px 0px 25px rgba(226, 156, 81, 0.69);
  border-radius: 5px;
}

.btn_gray {
  background-color: #B3BFCF;
  color: #fff;
}
.btn_gray:hover {
  background-color: #E29C51;
  border-radius: 5px;
}

.btn_green_black {
  background-color: #2A7750;
  color: #fff;
}
.btn_green_black:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#FDC745), to(#FDA04A));
  background: linear-gradient(180deg, #FDC745 0%, #FDA04A 100%);
  -webkit-box-shadow: 0px 0px 25px rgba(226, 156, 81, 0.69);
          box-shadow: 0px 0px 25px rgba(226, 156, 81, 0.69);
  border-radius: 5px;
}

.btn_icon {
  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;
}
.btn_icon svg {
  display: block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

#page {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  min-height: 100vh;
}

.page_inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.wrap {
  max-width: 1295px;
  min-width: 300px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.head {
  height: 120px;
}

.icon img,
.icon svg {
  display: block;
}

.logo a {
  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;
  text-decoration: none;
  font-weight: 800;
  font-size: 26px;
  text-transform: uppercase;
}
.logo svg,
.logo img {
  display: block;
  width: auto;
  height: 50px;
  margin-right: 10px;
}
.logo i {
  font-style: normal;
}
a[href^="tel:"] {
  text-decoration: none;
}

.h60 {
  height: 60px;
}

.fon {
  background-color: #E9F4FF;
}

.fon-f {
  background-color: #F3FAFF;
}

.fon-ec {
  background-color: #F3FAFF;
}

.fon_gradient {
  position: relative;
}
.fon_gradient:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 590px;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#E5EDF5), to(#FFFFFF));
  background: linear-gradient(180deg, #E5EDF5 0%, #FFFFFF 100%);
}
.fon_gradient:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 590px;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(#E5EDF5), to(#FFFFFF));
  background: linear-gradient(360deg, #E5EDF5 0%, #FFFFFF 100%);
}
.fon_gradient .wrap {
  z-index: 2;
}

.fon_gradient_top {
  background: -webkit-gradient(linear, left top, left bottom, from(#E5EDF5), to(#FFFFFF));
  background: linear-gradient(180deg, #E5EDF5 0%, #FFFFFF 100%);
}

.menu_open {
  height: 60px;
  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;
}
.menu_open svg {
  display: block;
}

.main_menu {
  background-color: #fff;
  -webkit-box-shadow: inset 0px 10px 60px rgba(195, 222, 255, 0.22);
          box-shadow: inset 0px 10px 60px rgba(195, 222, 255, 0.22);
}
.main_menu ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.main_menu li {
  display: block;
  position: relative;
}
.main_menu li:first-child {
  margin-left: 20px;
}
.main_menu li.current-menu-item a,
.main_menu li.current-post-parent a {
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#28C683), to(#5A9C77));
  background: linear-gradient(to top, #28C683, #5A9C77);
}
.main_menu .menu-item-has-children > a {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.main_menu .menu-item-has-children > a:after {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../images/drop_menu.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.main_menu li:hover > ul {
  display: block;
}
.main_menu li ul {
  position: absolute;
  z-index: 100;
  top: 60px;
  left: -24px;
  background: #fff;
  padding: 24px;
  border-radius: 0px;
  display: none;
  text-align: left;
  width: 270px;
  background-image: -ms-linear-gradient(90deg, rgb(40, 198, 131) 0%, rgb(90, 156, 119) 100%);
  -webkit-box-shadow: 0px 12px 9.28px 6.72px rgba(0, 39, 22, 0.02), inset 0px 10px 62px 0px rgba(195, 222, 255, 0.22);
          box-shadow: 0px 12px 9.28px 6.72px rgba(0, 39, 22, 0.02), inset 0px 10px 62px 0px rgba(195, 222, 255, 0.22);
}
.main_menu li li {
  margin-bottom: 14px;
}
.main_menu li li:first-child {
  margin-left: 0;
}
.main_menu li li:last-child {
  margin-bottom: 0;
}
.main_menu li li a {
  height: auto;
  font-size: 15px !important;
  text-align: left !important;
  font-weight: 800;
  display: block !important;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #A8B7CA !important;
  background: none !important;
}
.main_menu li li a:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(transparent));
  background: linear-gradient(to top, transparent, transparent);
  color: #3C9F69 !important;
}
.main_menu li li.current-menu-item a,
.main_menu li li.current-post-parent a {
  color: #3C9F69 !important;
}
.main_menu .drop > a {
  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;
}
.main_menu .drop > a:hover {
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#28C683), to(#5A9C77));
  background: linear-gradient(to top, #28C683, #5A9C77);
}
.main_menu .drop > a:hover:after {
  content: "";
  background-image: url(../images/drop_menu.png);
}
.main_menu .drop > a:after {
  content: "";
  background-image: url(../images/drop_menu2.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  margin-left: 11px;
  width: 15px;
  height: 10px;
}
.main_menu a {
  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;
  height: 60px;
  line-height: 1;
  font-weight: bold;
  color: #A8B7CA;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 20px;
}
.main_menu a:hover {
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#28C683), to(#5A9C77));
  background: linear-gradient(to top, #28C683, #5A9C77);
}

.promo_top {
  padding: 66px 0 83px 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#F6FAFF), to(#E9F4FF));
  background-image: linear-gradient(to top, #F6FAFF, #E9F4FF);
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
}
.promo_top:before {
  content: "";
  background-image: url(../images/city.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 1920px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}
.promo_top .wrap {
  position: relative;
  z-index: 2;
}

.reviews .ava {
  margin-right: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reviews .ava100 img {
  width: 100px;
}
.reviews img {
  display: block;
  border-radius: 100%;
  width: 60px;
  height: auto;
}
.reviews .info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.reviews .name {
  margin-right: 15px;
}
.reviews .rating {
  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;
}
.reviews .rating svg {
  display: block;
  margin-right: 5px;
}
.reviews .rating svg:last-child {
  margin-right: 0;
}

.faq_item.active {
  border-color: #6D7988;
}
.faq_item.active .faq_title {
  color: #6D7988;
  font-weight: 800;
  border-left-color: #6D7988;
}
.faq_item.active .faq_text {
  border-left-color: #6D7988;
}
.faq_item.active .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq_item .faq_title {
  color: #B3BFCF;
  height: 82px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 30px;
  cursor: pointer;
  border-left: 7px solid #3C9F69;
  background-color: #ECF5FC;
}
.faq_item .arrow {
  margin-left: 20px;
  width: 82px;
  height: 100%;
  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;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.faq_item .faq_text {
  padding: 0 30px 30px 30px;
  margin-top: -20px;
  display: none;
  border-left: 7px solid #3C9F69;
  background-color: #ECF5FC;
}

.faq_list_vid2 .faq_title {
  background-color: #fff;
}
.faq_list_vid2 .faq_text {
  background-color: #fff;
}

.call_me_promo {
  background-color: #3C9F69;
  background: -webkit-gradient(linear, left top, left bottom, from(#3c9f69), to(#3cb175));
  background: linear-gradient(top, #3c9f69, #3cb175);
  border-radius: 6px;
  height: 120px;
  color: #fff;
  padding-right: 57px;
}
.call_me_promo.ha {
  height: auto;
}
.call_me_promo .pic {
  padding: 0 60px 0 37px;
  display: block;
  position: relative;
  top: -10px;
  z-index: 2;
}
.call_me_promo .pic2 {
  padding: 0 60px 0 37px;
  display: block;
  position: relative;
  top: -10px;
  z-index: 2;
}
.call_me_promo .mid {
  position: relative;
  z-index: 2;
}
.call_me_promo img {
  display: block;
}
.call_me_promo a[href^="tel:"] {
  color: #fff;
}
.call_me_promo a[href^="tel:"]:hover {
  text-decoration: underline;
}
.call_me_promo .txt {
  color: #B4EFD1;
}

.call_me_promo2 {
  background: #3C9F69;
  border-radius: 6px;
  position: relative;
  padding: 32px 30px 32px 318px;
  color: #fff;
}
.call_me_promo2 .pic {
  position: absolute;
  top: -30px;
  left: -8px;
}
.call_me_promo2 .form_feed_row {
  gap: 10px;
}
.call_me_promo2 div.wpcf7-response-output {
  font-size: 14px;
}

.subscriber_from {
  background: #3C9F69;
  border-radius: 6px;
  position: relative;
  padding: 32px 30px 32px 356px;
  color: #fff;
}
.subscriber_from .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 356px;
  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;
  height: 100%;
}

.call_me_promo__row .col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.call_me_promo__row .col:nth-child(1n+2) {
  margin-left: 10px;
}
.call_me_promo__row .btn_submit {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

footer {
  background-color: #ECF5FC;
  padding: 40px 0;
  color: #B3BFCF;
}

.foot_right {
  width: 340px;
}

.socail a {
  display: block;
  margin-right: 10px;
}
.socail a:last-child {
  margin-right: 0;
}
.footer_menu .menu_open {
  height: auto;
}
.footer_menu ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.footer_menu li {
  display: block;
}
.footer_menu li:first-child {
  margin-left: 20px;
}
.footer_menu li ul {
  display: none;
}
.footer_menu a {
  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;
  line-height: 1;
  font-weight: bold;
  color: #A8B7CA;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 8px;
}
.footer_menu a:hover {
  color: #3C9F69;
}

.row_thoo ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 220px;
}
.row_thoo li {
  display: block;
  width: 110px;
}
.row_thoo li:nth-child(2n+1) {
  width: 80px;
}

.footer_widget {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer_widget:nth-child(1n+2) {
  margin-left: 70px;
}
.footer_widget li {
  display: block;
  margin-bottom: 5px;
}
.footer_widget a {
  color: #B3BFCF;
  text-decoration: none;
}
.footer_widget a:hover {
  color: #E29C51;
}

.foot_mid {
  margin: 0 100px;
}

.copy {
  border-top: 1px solid #D8E5F8;
  padding-top: 20px;
  margin-top: 20px;
}

.foot_bottom {
  margin-top: 25px;
}

.feed_back {
  padding: 52px 37px 52px 450px;
  background-color: #3C9F69;
  border-radius: 6px;
  color: #fff;
  position: relative;
}
.feed_back .col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 10px;
}
.feed_back .col:last-child {
  margin-right: 0;
}
.feed_back .txt {
  color: #B4EFD1;
}
.feed_back .txt p {
  margin-bottom: 5px;
}
.feed_back .txt p:last-child {
  margin-bottom: 0;
}
.feed_back a[href^="tel:"] {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.man {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 11px;
  position: absolute;
  bottom: 0;
  left: 37px;
}
.man img {
  display: block;
}

.box .input {
  border: 1px solid #E0E9F4;
}

.nowrap {
  white-space: nowrap;
}

.input {
  width: 100%;
  height: 42px;
  border-width: 0;
  outline: none;
  border-radius: 4px;
  background-color: #fff;
  padding: 0 15px;
  font-family: "Open Sans";
  font-size: 16px;
}

.check {
  color: #B4EFD1;
}
.check input {
  display: none;
}
.check input:checked + label:before {
  content: "";
  background-color: transparent;
}
.check label {
  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;
  cursor: pointer;
}
.check label:before {
  content: "";
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 3px;
  margin-right: 10px;
  background-color: #B4EFD1;
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.check_green {
  color: #3C9F69;
  font-weight: bold;
}
.check_green.gray-b {
  color: #B3BFCF;
  font-weight: normal;
}
.check_green input {
  display: none;
}
.check_green input:checked + label:before {
  background-color: transparent;
  background-position: center center;
}
.check_green label {
  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;
  cursor: pointer;
  position: relative;
}
.check_green label:before {
  content: "";
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 3px;
  margin-right: 10px;
  background-color: #3C9F69;
  background-image: url(../images/check_green.svg);
  background-repeat: no-repeat;
  background-position: -100px center;
}

.check_green_cf7 {
  color: #3C9F69;
  font-weight: bold;
}
.check_green_cf7.gray-b {
  color: #B3BFCF;
  font-weight: normal;
}
.check_green_cf7 input {
  display: none;
}
.check_green_cf7 input:checked + .wpcf7-list-item-label:before {
  background-color: transparent;
  background-position: center center;
}
.check_green_cf7 .wpcf7-list-item {
  margin-left: 0;
}
.check_green_cf7 .wpcf7-list-item-label {
  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;
  cursor: pointer;
  position: relative;
}
.check_green_cf7 .wpcf7-list-item-label:before {
  content: "";
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 3px;
  margin-right: 10px;
  background-color: #3C9F69;
  background-image: url(../images/check_green.svg);
  background-repeat: no-repeat;
  background-position: -100px center;
}

.call_me_promo2 .check_green_cf7 input,
.feed_back .check_green_cf7 input {
  display: none;
}
.call_me_promo2 .check_green_cf7 input:checked + .wpcf7-list-item-label:before,
.feed_back .check_green_cf7 input:checked + .wpcf7-list-item-label:before {
  background-position: center center;
}
.call_me_promo2 .check_green_cf7 .wpcf7-list-item-label,
.feed_back .check_green_cf7 .wpcf7-list-item-label {
  color: #B4EFD1;
}
.call_me_promo2 .check_green_cf7 .wpcf7-list-item-label:before,
.feed_back .check_green_cf7 .wpcf7-list-item-label:before {
  background-image: url(../images/check.svg);
  background-position: -100px center;
  background-color: #B4EFD1;
}

.form-message.success {
  color: #3C9F69;
}
.form-message.error {
  color: red;
}

.check2 {
  color: #B3BFCF;
  font-weight: bold;
}
.check2 input {
  display: none;
}
.check2 input:checked + label {
  color: #3C9F69;
  background-color: transparent;
}
.check2 input:checked + label:before {
  content: "";
  background-color: transparent;
  background-position: center center;
}
.check2 label {
  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;
  cursor: pointer;
}
.check2 label.hide {
  display: none;
}
.check2 label:before {
  content: "";
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 3px;
  margin-right: 10px;
  background-color: #3C9F69;
  background-image: url(../images/check_green.svg);
  background-repeat: no-repeat;
  background-position: -100px center;
}
.check2 label:hover {
  color: #3C9F69;
}
.check2 img {
  display: none;
}

.calc_step_1 {
  max-width: 700px;
  position: relative;
}
.calc_step_1 .num {
  position: absolute;
  top: 0;
  left: 0;
}

#calc1_sum {
  display: inline-block;
  width: 104px;
}

.calc_step_2 {
  width: 310px;
  position: relative;
  margin-top: -60px;
}
.calc_step_2 .num {
  position: absolute;
  top: 52px;
  right: calc(100% + 51px);
}
.calc_step_2 .num .lab {
  position: absolute;
  top: -35px;
  right: 83px;
  left: auto;
  white-space: nowrap;
}
.calc_step_2 .num .lab:before {
  content: "";
  background-image: url(../images/num_2.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 41px;
  height: 20px;
  display: block;
  position: absolute;
  top: 9px;
  left: calc(100% + 7px);
}

.calc_step_3 {
  max-width: 700px;
  position: relative;
}
.calc_step_3 .num {
  position: absolute;
  top: 27px;
  left: calc(100% + 23px);
}

.calc_step_sep {
  width: 100%;
}

.calc_step_3 {
  width: 700px;
  margin-top: -226px;
}

.calc_raion__box:nth-child(1n+2) {
  display: none;
}

.num {
  color: #B3C9E7;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.num span {
  display: block;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  padding-bottom: 2px;
  background-color: #E3EFFE;
  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;
  line-height: 1;
  color: #B3C9E7;
}
.num .lab {
  position: absolute;
  top: -30px;
  left: 83px;
  white-space: nowrap;
}
.num .lab:before {
  content: "";
  background-image: url(../images/num_1.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 41px;
  height: 20px;
  display: block;
  position: absolute;
  top: 8px;
  right: calc(100% + 7px);
}

.size_list {
  margin-right: -20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 107px;
  padding-top: 30px;
}
.size_list li {
  width: calc(33.3333333333% - 20px);
  margin-right: 20px;
}
.size_list li:nth-child(1n+4) {
  margin-top: 20px;
}
.size_list li {
  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;
}

.size_checkbox {
  position: relative;
}
.size_checkbox input {
  display: none;
}
.size_checkbox input:checked + label + .def {
  display: none;
}
.size_checkbox input:checked + label + .def + .hide {
  display: block;
}
.size_checkbox input:checked + label:before {
  content: "";
  opacity: 1;
}
.size_checkbox label {
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #DAFFF1;
  line-height: 1;
  cursor: pointer;
}
.size_checkbox label:before {
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/check_gray_2.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 2;
  opacity: 0;
}
.size_checkbox svg {
  display: block;
}
.size_checkbox img {
  display: block;
}

.calc_raion__nav ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calc_raion__nav li {
  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;
  cursor: pointer;
  color: #B7CCE9;
  font-weight: bold;
}
.calc_raion__nav li:nth-child(1n+2) {
  margin-left: 20px;
}
.calc_raion__nav li:before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../images/arrow_calc_raion__nav.svg);
  background-repeat: no-repeat;
  background-position: -100px 0;
  width: 20px;
  height: 20px;
  background-color: #B7CCE9;
  border-radius: 2px;
  margin-right: 10px;
}
.calc_raion__nav .active {
  color: #3C9F69;
  background-color: transparent;
}
.calc_raion__nav .active:before {
  content: "";
  background-position: 0 0;
  background-color: transparent;
}

.box {
  background: #FFFFFF;
  border: 1px solid #E0E9F4;
  border-radius: 4px;
  padding: 30px;
}

.icon_list .col {
  margin-bottom: 0;
}
.icon_list .col:nth-child(1n+4) {
  margin-top: 20px;
}

.raion_list {
  height: 398px;
  overflow-y: auto;
  scrollbar-color: #3C9F69 #EDF4FA;
  scrollbar-width: thin !important;
}
.raion_list::-webkit-scrollbar {
  width: 4px;
}
.raion_list::-webkit-scrollbar-track {
  background: #EDF4FA;
}
.raion_list::-webkit-scrollbar-thumb {
  background-color: #3C9F69;
  border-radius: 4px;
}
.raion_list li {
  display: block;
}
.raion_list li:nth-child(1n+2) {
  margin-top: 5px;
}

.moskva .raion_list {
  height: 460px;
}

.calc_warning {
  width: 400px;
  height: 60px;
  padding-left: 30px;
  position: relative;
  line-height: 20px;
  margin-top: -100px;
}
.calc_warning:before {
  content: "!";
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #3C9F69;
  font-size: 67px;
  line-height: 1;
}

.tab_table_nav li {
  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;
}
.tab_table_nav li:nth-child(1n+2) {
  margin-top: 15px;
}
.tab_table_nav svg {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}

.place {
  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;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 14px;
}
.place svg {
  display: block;
  margin-right: 10px;
}

.tab_table_box table {
  width: 100%;
  border-collapse: collapse;
}
.tab_table_box thead td {
  padding-bottom: 33px;
  text-align: center;
}
.tab_table_box tbody tr:hover td:first-child .place {
  border-color: #E29C51;
  color: #E29C51;
  padding: 14px;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tab_table_box tbody tr:hover td:first-child .place path {
  fill: #E29C51;
}
.tab_table_box tbody td {
  color: #B3BFCF;
  padding: 20px 5px;
  text-align: center;
  border: 1px solid #DFE5EE;
}
.tab_table_box tbody td:first-child {
  text-align: left;
  border-width: 0;
  color: #3C9F69;
  padding: 0;
}
.tab_table_box tbody td:first-child:hover {
  background-color: transparent;
  color: #3C9F69;
}
.tab_table_box tbody td:last-child {
  border-right-width: 0;
}
.tab_table_box tbody td:nth-child(2) {
  border-left-width: 0;
}
.tab_table_box tbody td:hover {
  background-color: #3C9F69;
  color: #fff;
}

.td_icon {
  display: inline-block;
  position: relative;
}
.td_icon img {
  display: block;
  width: auto !important;
  height: 34px !important;
}
.td_icon span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  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;
  line-height: 1;
  font-weight: 800;
  color: #DAFFF1;
}

.type_item .name span {
  text-transform: none;
}
.type_item .pic {
  height: 78px;
}
.type_item .pic img {
  display: block;
  width: 196px;
  height: auto;
  max-height: 78px;
}

@media (max-width: 992px) {
  .type_item .pic {
    height: 65px;
  }
  .type_item .pic img {
    max-height: 65px;
  }
}
.data {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
}
.data p {
  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;
}
.data p:nth-child(1n+2) {
  margin-top: 5px;
}

.data_vid_2 {
  margin-left: auto;
  margin-right: auto;
}
.data_vid_2 p {
  background-image: url(../images/arrow_data2.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 35px;
  min-height: 25px;
}
.data_vid_2 p:nth-child(1n+2) {
  margin-top: 10px;
}

.col_count_3 {
  margin-right: -100px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col_count_3 p {
  width: calc(33.3333333333% - 100px);
  margin-right: 100px;
}
.col_count_3 p:nth-child(1n+2) {
  margin-top: 0;
}
.col_count_3 p:nth-child(1n+4) {
  margin-top: 20px;
}

.list_avto_category {
  margin-right: -20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_avto_category .col {
  width: calc(33.3333333333% - 20px);
  margin-right: 20px;
}
.list_avto_category .col:nth-child(1n+5) {
  margin-top: 30px;
}

.news_row {
  margin-right: -20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news_row .col {
  width: calc(33.3333333333% - 20px);
  margin-right: 20px;
}
.news_row .col:nth-child(1n+4) {
  margin-top: 30px;
}
.news_row .news_item {
  height: 100%;
}

.news_row__incategory .col {
  width: calc(33.3333333333% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.news_row__incategory .col:nth-child(1), .news_row__incategory .col:nth-child(2) {
  width: calc(50% - 20px);
}
.news_row__incategory .col:nth-child(1n+4) {
  margin-top: 0;
}
.news_row__incategory .subscriber_from {
  width: calc(100% - 20px);
}

.service_list {
  margin-right: -40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service_list .col {
  width: calc(25% - 40px);
  margin-right: 40px;
}
.service_list .col:nth-child(1n+5) {
  margin-top: 40px;
}

.about_icon {
  margin-right: -20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about_icon .col {
  display: block;
  width: calc(50% - 20px);
  margin-right: 20px;
}
.about_icon .col:nth-child(1n+3) {
  margin-top: 20px;
}

.avtopark_list {
  margin-right: -20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.avtopark_list .col {
  width: calc(33.3333333333% - 20px);
  margin-right: 20px;
}
.avtopark_list .col:nth-child(1n+4) {
  margin-top: 20px;
}

.video_row_3 {
  margin-right: -20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.video_row_3 .col {
  width: calc(33.3333333333% - 20px);
  margin-right: 20px;
}
.video_row_3 .col:nth-child(1n+4) {
  margin-top: 20px;
}

.service_item:hover .defolt {
  opacity: 0;
}
.service_item:hover .hover_img {
  opacity: 1;
}
.service_item:hover .title {
  color: #3C9F69;
}
.service_item:hover .title a {
  color: #3C9F69;
}
.service_item .pic {
  position: relative;
}
.service_item .hover_img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
  opacity: 0;
}
.service_item .middle {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 14px 20px rgba(109, 121, 136, 0.15);
          box-shadow: 0px 14px 20px rgba(109, 121, 136, 0.15);
  border-radius: 6px;
  padding: 14px 20px;
}
.service_item .btn_order {
  margin-left: 10px;
}
.service_item .title {
  color: #6D7988;
  text-decoration: none;
}
.service_item .title:hover {
  color: #3C9F69;
}

.btn_order {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 56px;
  height: 50px;
  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;
  background-color: #B3BFCF;
  cursor: pointer;
}
.btn_order svg {
  display: block;
}
.btn_order:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#5A9C77), to(#28C683));
  background: linear-gradient(180deg, #5A9C77 0%, #28C683 100%);
}

.avto_item .thumb {
  background-color: #fff;
}
.avto_item .txt {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.avto_item .name a {
  color: #6D7988;
  text-decoration: none;
}
.avto_item .name a:hover {
  color: #3C9F69;
}

#page {
  overflow: hidden;
}

.about_shema .schema:before {
  display: none;
}
.about_shema .schema:after {
  display: none;
}

.fon_schema {
  position: relative;
}
.fon_schema:before {
  content: "";
  background-image: url(../images/avto_left.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 203px;
  height: 247px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
}
.fon_schema:after {
  content: "";
  background-image: url(../images/avto_right.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 185px;
  height: 247px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
}

@media (max-width: 1600px) {
  .fon_schema:before {
    display: none;
  }
  .fon_schema:after {
    display: none;
  }
}
.schema {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.schema.row_2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.schema.row_2 li {
  width: 50%;
}
.schema li {
  width: 25%;
  display: block;
}
.schema .namb {
  margin-left: 120px;
}

.about_shema .right {
  width: 544px;
  margin-left: 30px;
}

.round_green {
  background: -webkit-gradient(linear, left top, left bottom, from(#5A9C77), to(#28C683));
  background: linear-gradient(180deg, #5A9C77 0%, #28C683 100%);
  border-radius: 1000px;
  width: 100px;
  height: 100px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.round_green svg {
  display: block;
}
.round_green img {
  display: block;
}

.video_item {
  position: relative;
  display: block;
}
.video_item img {
  display: block;
  width: 100%;
  height: auto;
}
.video_item .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.video_item svg {
  display: block;
}

.about_group .text b {
  color: #E29C51;
}

.about_row .ll {
  max-width: 840px;
}
.about_row .rr {
  width: 302px;
}

.tab_doc__nav li {
  cursor: pointer;
}
.tab_doc__nav li a {
  color: #B3BFCF;
  text-decoration: none;
}
.tab_doc__nav li a:hover {
  color: #e29c51;
}
.tab_doc__nav li a:hover path {
  fill: #e29c51;
}

.tab_doc__box img {
  display: block;
  width: 100%;
  height: auto;
}
.tab_doc__box:nth-child(1n+2) {
  display: none;
}

.asd {
  position: relative;
}

.brand_list_nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
}
.brand_list_nav svg {
  display: block;
}
.brand_list_nav:hover path {
  fill: #3C9F69;
}

.brand_list_prev {
  left: 0;
}

.brand_list_next {
  right: 0;
}

.brand_list {
  margin: 0 80px;
}
.brand_list .det {
  height: 60px;
  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;
}
.brand_list .slick-track {
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.brand_list .slide {
  float: none;
  height: auto;
}
.brand_list .slide > * {
  height: 100%;
}
.brand_list img {
  width: auto;
  max-height: 60px;
  display: block;
}

.foot_right2 {
  position: relative;
}
.foot_right2 a[href^="tel:"] {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 0;
}

.bc .wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bc a {
  text-decoration: none;
}
.bc a:hover {
  color: #E29C51;
}
.bc svg {
  display: block;
  margin: 0 10px;
}

.avto_item_in_category {
  border: 1px solid #E0E9F4;
  -webkit-box-shadow: 0px 15px 20px rgba(109, 121, 136, 0.15);
          box-shadow: 0px 15px 20px rgba(109, 121, 136, 0.15);
  border-radius: 6px;
  padding: 20px;
}
.avto_item_in_category .price {
  background: -webkit-gradient(linear, left top, left bottom, from(#5A9C77), to(#28C683));
  background: linear-gradient(180deg, #5A9C77 0%, #28C683 100%);
  font-weight: 800;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  color: #fff;
  line-height: 1;
  padding: 10px 15px;
}
.avto_item_in_category .data_vid_2 {
  max-width: 290px;
}
.avto_item_in_category .title a {
  color: #6D7988;
  text-decoration: none;
}
.avto_item_in_category .title a:hover {
  color: #E29C51;
}

.btn_submit {
  position: relative;
}
.btn_submit:before {
  content: "";
  background-image: url(../images/icon_heand.svg);
  background-repeat: no-repeat;
  background-position: 0px 0;
  width: 13px;
  height: 16px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
}
.btn_submit .btn {
  padding-left: 43px;
}

.avto_post {
  background-image: url(../images/bg_avto_post.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
}
.avto_post .left {
  max-width: 490px;
}
.avto_post .box {
  max-width: 360px;
}

.avto_post_2 {
  position: relative;
  min-height: 401px;
}
.avto_post_2 .left {
  max-width: 730px;
}
.avto_post_2 .right {
  position: absolute;
  bottom: 0;
  left: calc(50% + 21px);
}
.avto_post_2 .box {
  max-width: 360px;
}

.quote {
  padding: 24px 24px 24px 34px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 20px rgba(109, 121, 136, 0.15);
          box-shadow: 0px 15px 20px rgba(109, 121, 136, 0.15);
  border-radius: 6px;
  border-left: 4px solid #E29C51;
}

.input {
  width: 100%;
  height: 42px;
  border-width: 0;
  outline: none;
  border-radius: 4px;
  background-color: #fff;
  padding: 0 15px;
}

.input {
  font-family: "Open Sans";
  width: 100%;
  height: 42px;
  border-width: 0;
  outline: none;
  border-radius: 4px;
  background-color: #fff;
  padding: 0 15px;
}
.input::-webkit-input-placeholder {
  color: #B3BFCF;
}
.input::-moz-placeholder {
  color: #B3BFCF;
}
.input:-moz-placeholder {
  color: #B3BFCF;
}
.input:-ms-input-placeholder {
  color: #B3BFCF;
}

textarea.input {
  font-family: "Open Sans";
  width: 100%;
  height: 195px;
  border-width: 0;
  outline: none;
  border-radius: 4px;
  background-color: #fff;
  padding: 15px 15px;
}
textarea.input::-webkit-input-placeholder {
  color: #B3BFCF;
}
textarea.input::-moz-placeholder {
  color: #B3BFCF;
}
textarea.input:-moz-placeholder {
  color: #B3BFCF;
}
textarea.input:-ms-input-placeholder {
  color: #B3BFCF;
}

.input2 {
  font-family: "Open Sans";
  width: 100%;
  height: 42px;
  border-width: 0;
  outline: none;
  border-radius: 4px;
  background-color: rgba(180, 239, 209, 0.42);
  padding: 0 15px;
}
.input2::-webkit-input-placeholder {
  color: black;
}
.input2::-moz-placeholder {
  color: black;
}
.input2:-moz-placeholder {
  color: black;
}
.input2:-ms-input-placeholder {
  color: black;
}

.contact_page .col:nth-child(1n+3) {
  border-top: 1px solid #DFE5EE;
  padding-top: 20px;
}
.contact_page dt {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contact_page a img {
  width: auto;
  height: 22px;
  display: block;
}
.contact_page a[href^="tel:"] {
  color: #6D7988;
  text-decoration: none;
}
.contact_page a[href^="mailto:"] {
  color: #3C9F69;
  text-decoration: none;
}
.contact_page .email_row span {
  display: block;
  width: 220px;
}

.rekvizit_box {
  padding-bottom: 0;
}

.rekvizit {
  width: 100%;
  border-collapse: collapse;
}
.rekvizit tr:first-child td {
  border-top-width: 0;
}
.rekvizit tr:last-child td {
  border-bottom-width: 0;
}
.rekvizit td {
  border: 1px solid #E0E9F4;
  padding: 20px 0;
  width: 50%;
}
.rekvizit td:first-child {
  border-left-width: 0;
}
.rekvizit td:last-child {
  border-right-width: 0;
  padding: 20px;
}

.map {
  height: 568px;
}

.news_item {
  background-color: #fff;
  border: 1px solid #E0E9F4;
  border-radius: 6px;
}
.news_item img {
  border-radius: 6px 6px 0 0;
}
.news_item .title {
  line-height: 130%;
  text-decoration: none;
  text-transform: uppercase;
}
.news_item .title a {
  color: #6D7988;
  text-decoration: none;
}
.news_item .title a:hover {
  color: #E29C51;
}

.post_full .right {
  width: 420px;
}

.last_news {
  padding: 20px 30px;
}
.last_news li {
  display: block;
}
.last_news li:last-child {
  margin-bottom: 0;
}
.last_news a {
  color: #6D7988;
  text-decoration: none;
}
.last_news a:hover {
  color: #E29C51;
}

.comment_list li {
  display: block;
  margin-bottom: 30px;
}
.comment_list li:nth-child(1n+2) {
  margin-top: 30px;
}

.fat .left {
  width: calc(43% - 50px);
  margin-right: 50px;
}
.fat .right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

a.border-bottom {
  text-decoration: none;
  border-bottom: 2px solid #E29C51;
  line-height: 1;
}

.step_1 dd {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.step_1 .check_box_2 {
  position: relative;
  cursor: pointer;
}
.step_1 .pic {
  height: 84px;
  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;
  margin-bottom: 10px;
}
.step_1 input {
  display: none;
}
.step_1 input:checked + label {
  color: #3C9F69;
}
.step_1 input:checked + label:before {
  content: "";
  background-position: 0 0;
}
.step_1 label {
  position: relative;
  z-index: 2;
  display: block;
  cursor: pointer;
  color: #6D7988;
  text-align: center;
}
.step_1 label:before {
  content: "";
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images/check_green.svg);
  background-repeat: no-repeat;
  background-position: -100px 0;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #B7CCE9;
  top: 5px;
  right: 0;
  z-index: 3;
  opacity: 1;
}

.cal_2_row_2 {
  width: 100%;
}
.cal_2_row_2 li {
  display: block;
}

.check_place {
  font-weight: bold;
  text-transform: uppercase;
}
.check_place input {
  display: none;
}
.check_place input:checked + label {
  color: #E29C51;
  border-color: #E29C51;
}
.check_place input:checked + label path {
  fill: #E29C51;
}
.check_place label {
  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;
  padding: 14px;
  border-radius: 6px;
  border: 1px solid transparent;
  cursor: pointer;
}
.check_place svg {
  display: block;
  margin-right: 10px;
}

.calc_form {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 14px 20px rgba(109, 121, 136, 0.15);
          box-shadow: 0px 14px 20px rgba(109, 121, 136, 0.15);
  border-radius: 6px;
  padding: 35px 22px;
}

.field {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 14px 20px rgba(109, 121, 136, 0.15);
          box-shadow: 0px 14px 20px rgba(109, 121, 136, 0.15);
  border-radius: 6px;
  padding: 14px 20px;
  width: 334px;
  height: 50px;
}

@media (max-width: 992px) {
  .field {
    width: 100%;
  }
}
.total {
  background: -webkit-gradient(linear, left top, left bottom, from(#5A9C77), to(#28C683));
  background: linear-gradient(180deg, #5A9C77 0%, #28C683 100%);
  -webkit-box-shadow: 0px 14px 20px rgba(109, 121, 136, 0.15);
          box-shadow: 0px 14px 20px rgba(109, 121, 136, 0.15);
  border-radius: 6px;
  color: #fff;
  padding: 14px 20px;
}

.calculator_2 .call_me_promo2 {
  padding: 50px 37px;
}

.js_open_popup {
  text-decoration: none;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  background-color: rgba(0, 0, 0, 0.9);
  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;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup_wrap {
  width: 340px;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 15px 20px rgba(109, 121, 136, 0.15);
          box-shadow: 0px 15px 20px rgba(109, 121, 136, 0.15);
  border-radius: 6px;
  position: relative;
}
.popup_wrap .input {
  border: 1px solid #B3BFCF;
  font-size: 16px;
}

.popup_close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 4;
  cursor: pointer;
}
.popup_close:hover path {
  fill: #3C9F69;
}
.popup_close svg {
  display: block;
  width: 30px;
  height: 30px;
}

.shkala {
  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: 10px;
}
.shkala li {
  display: block;
  position: relative;
}
.shkala li:before {
  content: "м3";
  position: absolute;
  left: calc(100% + 4px);
  bottom: 0;
  color: #6D7988;
}
.shkala li:nth-child(1n+2) {
  position: relative;
  left: 0px;
}
.shkala li:first-child {
  left: -5px;
}
.shkala li:last-child {
  left: -15px;
}

.current_page_item a {
  color: #3C9F69;
}

.wpcf7-response-output {
  margin: 20px 0 0 0 !important;
  padding: 20px !important;
  font-weight: 600;
}

.box .wpcf7-response-output {
  margin: 20px 0 0 0 !important;
  padding: 20px !important;
  font-weight: 600;
  border: 1px solid #B3BFCF !important;
  background-color: #B3BFCF !important;
  color: #fff !important;
}

.popup_wrap .wpcf7-response-output {
  margin: 10px 0 20px 0 !important;
  padding: 10px !important;
  font-weight: 600;
  border: 1px solid #E29C51 !important;
  background-color: #E29C51 !important;
  color: #fff !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
}
.popup_wrap .check_gray label {
  font-size: 14px;
}
#order .b20.flx {
  width: 100%;
  display: block;
}
#order .btn {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subscriber_from form.mailpoet_form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.subscriber_from form.mailpoet_form .mailpoet_validate_success {
  font-weight: 600;
}
.subscriber_from form.mailpoet_form .parsley-required,
.subscriber_from form.mailpoet_form .parsley-custom-error-message {
  color: #fff;
  background-color: red;
  padding: 20px;
  border-radius: 6px;
  font-weight: 600;
}
.subscriber_from form.mailpoet_form .mailpoet_message {
  margin: 0 !important;
  padding: 0 !important;
}
.subscriber_from form.mailpoet_form .mailpoet_validate_success {
  padding: 20px !important;
  margin: 0;
  background-color: #fff;
  border-radius: 6px;
  color: #333;
  left: 0%;
  position: relative;
  text-align: center;
  top: 0%;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
.subscriber_from form.mailpoet_form .mailpoet_validate_error {
  padding: 20px !important;
  margin: 0;
  background-color: red;
  border-radius: 6px;
  color: #fff;
}
.subscriber_from form.mailpoet_form .mailpoet_message {
  position: relative;
  left: 0;
  width: 100%;
}
.subscriber_from form.mailpoet_form .sub_input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 10px;
  visibility: visible !important;
  margin-bottom: 0 !important;
}
.subscriber_from form.mailpoet_form .sub_input .mailpoet_text {
  background-color: #fff;
  border-width: 0;
  font-family: "Open Sans" !important;
  font-size: 16px !important;
  line-height: 1;
  height: 42px;
  padding: 0 15px !important;
  outline: none;
  color: #B3BFCF;
  border-radius: 6px;
  width: 100%;
}
.subscriber_from form.mailpoet_form .sub_btn {
  visibility: visible !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0 !important;
}
.subscriber_from form.mailpoet_form .sub_btn .mailpoet_submit {
  border-radius: 6px;
  background-color: #E29C51;
  border-width: 0;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  height: 42px;
  padding: 0 20px !important;
  color: #fff;
  outline: none;
}

.wp-pagenavi {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -4px;
  padding-top: 25px;
}
.wp-pagenavi > * {
  margin: 4px;
}
.wp-pagenavi .previouspostslink {
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #DFE3E8;
  border-radius: 4px;
  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;
  line-height: 1;
  font-weight: bold;
  color: #B3BFCF;
  text-decoration: none;
}
.wp-pagenavi .previouspostslink:hover {
  background-color: #DFE3E8;
  color: #fff;
}
.wp-pagenavi .nextpostslink {
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #DFE3E8;
  border-radius: 4px;
  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;
  line-height: 1;
  font-weight: bold;
  color: #B3BFCF;
  text-decoration: none;
}
.wp-pagenavi .nextpostslink:hover {
  background-color: #DFE3E8;
  color: #fff;
}
.wp-pagenavi .page {
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #DFE3E8;
  border-radius: 4px;
  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;
  line-height: 1;
  font-weight: bold;
  color: #B3BFCF;
  text-decoration: none;
}
.wp-pagenavi .page:hover {
  background-color: #DFE3E8;
  color: #fff;
}
.wp-pagenavi .current {
  width: 32px;
  height: 32px;
  background: #3C9F69;
  border: 1px solid #3C9F69;
  border-radius: 4px;
  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;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.wp-pagenavi .extend {
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #DFE3E8;
  border-radius: 4px;
  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;
  line-height: 1;
  font-weight: bold;
  color: #B3BFCF;
  text-decoration: none;
}

.comment_list #respond {
  background-color: #ECF5FC;
  padding: 20px;
  margin-left: 80px;
}
.comment_list #respond h3 {
  margin-bottom: 10px;
  text-transform: none;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
}
.comment_list #respond h3 a {
  margin-left: 5px;
  font-weight: 600;
}

ul.children {
  margin-top: 10px;
  padding-left: 80px;
}
ul.children li {
  display: block;
  background: #ECF5FC;
  border-radius: 5px;
  padding: 20px;
}
ul.children li .ava {
  display: none;
}

.comment-respond h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}
.comment-respond #email-notes {
  display: none;
}

.reple_box a {
  display: inline-block;
  margin-top: 10px;
}

.comment-awaiting-moderation {
  background-color: #e29c51;
  color: #fff;
  border-radius: 3px;
  padding: 10px 20px;
  font-weight: bold;
  display: block;
  width: 100%;
  margin-top: 10px;
}

.comment-form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
}
.comment-form p.form-submit {
  margin-bottom: 0;
}
.comment-form .comment-form-cookies-consent {
  display: none;
}
.comment-form .comment-form-author {
  width: calc(50% - 20px);
}
.comment-form .comment-form-email {
  width: calc(50% - 20px);
}
.comment-form .row_form {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.comment-form .submit {
  font-family: "Open Sans";
  font-size: 16px;
  border-radius: 6px;
  height: 42px;
  text-decoration: none;
  border-width: 0;
  cursor: pointer;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  background-color: #E29C51 !important;
  color: #fff !important;
}
.comment-form .submit:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#FDC745), to(#FDA04A));
  background: linear-gradient(180deg, #FDC745 0%, #FDA04A 100%);
  -webkit-box-shadow: 0px 0px 25px rgba(226, 156, 81, 0.69);
          box-shadow: 0px 0px 25px rgba(226, 156, 81, 0.69);
  border-radius: 5px;
}
.comment-form p {
  width: calc(100% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}

.reviews_page #respond h3 {
  font-size: 0 !important;
}
.reviews_page #respond h3:before {
  content: "Оставить отзыв";
  font-size: 20px;
}
.reviews_page li.comment .ava img {
  border-radius: 100%;
}
.reviews_page li.comment .top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews_page li.comment .top .gray-b {
  font-size: 0;
  background-image: url(../images/star-rev.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 105px;
  height: 16px;
}
.reviews_page .fon-ec {
  background-color: transparent;
  padding: 0;
}
.reviews_page .fon-ec .wrap {
  margin: 0;
  min-width: 0;
}
.reviews_page .fon-ec .fz20.fw800 {
  display: none;
}
.reviews_page .fon-ec .reple_box {
  display: none;
}
.reviews_page .fon_gradient_top {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background: linear-gradient(180deg, transparent 0%, transparent 100%);
}

.logged-in .reviews_page .fon-ec .reple_box {
  display: block;
}

li.comment .ava img {
  display: block;
  border-radius: 100%;
}

.form_feed_back .wpcf7-response-output {
  margin-bottom: 20px !important;
}

.form_faq .wpcf7-response-output {
  margin-top: -30px !important;
  margin-bottom: 50px !important;
}

.map__contour {
  opacity: 0.2;
}

.map-region {
  cursor: pointer;
}

.map-region .map-region__hover {
  fill: transparent;
  -webkit-transition: fill 0.2s ease-in-out 0s;
  transition: fill 0.2s ease-in-out 0s;
}

.map-region .map-region__text {
  fill: #000;
  -webkit-transition: fill 0.2s ease-in-out 0s;
  transition: fill 0.2s ease-in-out 0s;
}

.map-region:hover .map-region__hover {
  fill: #f84f22;
}

.map-region:hover .map-region__text {
  fill: #fff;
}

.map-region.map-region_active .map-region__hover {
  fill: #df3c17;
}

.map-region.map-region_active .map-region__text {
  fill: #fff;
}

.calc__region {
  display: none !important;
}

.calc__map-svg {
  width: 90%;
  margin-left: 5%;
  margin-top: 28px;
  display: block;
}

.last_reviews .draggable {
  margin: 0 -15px;
}
.last_reviews .col {
  padding: 0 15px;
}
.last_reviews .slick-dots {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0px;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.oh {
  overflow: hidden;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 4;
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: #1abcda;
}
.slick-prev i,
.slick-next i {
  font-size: 30px;
}
.slick-prev:hover,
.slick-next:hover {
  color: #000;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: -5px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slick-dots li button {
  display: block;
  border: 0;
  background: #dcdcdc;
  border-radius: 10px;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slick-dots li.slick-active button {
  background-color: #b99e7c;
}
.slick-dots li:hover button {
  background-color: #b99e7c;
}

.gallery {
  clear: both;
  margin-bottom: 20px;
  margin-right: -20px;
  gap: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery-columns-1 dl {
  width: 100% !important;
}

.gallery-columns-2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gallery-columns-2 dl {
  width: calc(50% - 20px);
  padding: 5px;
}

.gallery-columns-3 dl {
  width: calc(33.3333333333% - 20px);
  padding: 5px;
}

.gallery-columns-4 dl {
  width: calc(25% - 20px);
  padding: 5px;
}

.gallery-columns-5 dl {
  width: calc(20% - 20px);
  padding: 5px;
}

.gallery dl {
  text-align: center;
  position: relative;
}

.gallery dt img {
  height: auto !important;
  width: 100% !important;
  display: block;
  -webkit-box-shadow: 0 0 0 #969696;
          box-shadow: 0 0 0 #969696;
  border: 1px solid #ddd;
  padding: 2px;
}

.gallery dd {
  margin: 0px;
  padding: 10px 5px;
}

.gallery dt {
  position: relative;
}

.gallery dl:hover dt a:before {
  opacity: 1;
}

@media (max-width: 992px) {
  .gallery {
    margin-right: 10px;
  }
  .gallery-columns-2 dl {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
  .gallery-columns-3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-3 dl {
    width: calc(33.3333333333% - 10px);
    margin-right: 10px;
  }
  .gallery-columns-4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-4 dl {
    width: calc(33.3333333333% - 10px);
    margin-right: 10px;
  }
  .gallery-columns-5 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-5 dl {
    width: calc(33.3333333333% - 10px);
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .gallery {
    margin-right: 10px;
  }
  .gallery-columns-2 dl {
    width: calc(50% - 10px);
  }
  .gallery-columns-3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-3 dl {
    width: calc(50% - 10px);
  }
  .gallery-columns-4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-4 dl {
    width: calc(50% - 10px);
  }
  .gallery-columns-5 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-5 dl {
    width: calc(50% - 10px);
  }
}
@media (max-width: 550px) {
  .gallery {
    margin-right: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gallery-columns-2 dl {
    width: calc(50% - 0px);
    margin-right: 0px;
  }
  .gallery-columns-3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-3 dl {
    width: calc(50% - 0px);
    margin-right: 0px;
  }
  .gallery-columns-4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-4 dl {
    width: calc(50% - 0px);
    margin-right: 0px;
  }
  .gallery-columns-5 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-5 dl {
    width: calc(50% - 0px);
    margin-right: 0px;
  }
}
.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 30px;
}

.aligncenter {
  display: block !important;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

img.alignleft {
  margin-top: 5px;
}

img.alignright {
  margin-top: 5px;
}

img.aligncenter {
  margin-top: 5px;
}

.wp-caption {
  margin-bottom: 25px;
  position: relative;
}
.wp-caption a {
  display: block;
}
.wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  margin: 0 !important;
}
.wp-caption p.wp-caption-text {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  margin-left: 0;
  border-radius: 0 0 5px 5px;
}

/* Обратная связь */
form.wpcf7-form {
  position: static;
}
form.wpcf7-form .flx.jcc {
  position: relative;
}
form.wpcf7-form .ajax-loader {
  position: absolute;
  bottom: 0;
  right: 0;
}

.invalid {
  padding-bottom: 0px;
}

.sent {
  padding-bottom: 0px;
}
.sent div.wpcf7-response-output {
  background-color: #4caf50;
  color: #fff;
}

.rev {
  position: relative;
}

div.wpcf7 {
  margin: 0px;
  padding: 0px;
}
div.wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}

div.wpcf7-response-output {
  font-weight: bold;
  position: relative !important;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px !important;
  margin: 0 !important;
  color: #fff;
  background-color: indianred;
  margin: 0;
  margin-top: 10px !important;
  border-radius: 0px;
  text-align: center;
  width: 100% !important;
  position: relative;
  z-index: 3;
  border-radius: 5px;
  border-width: 0 !important;
  font-size: 14px;
}

div.wpcf7-response-output:before,
div.wpcf7-response-output:after {
  content: " ";
  display: table;
  clear: both;
}

div.wpcf7-mail-sent-ok {
  border: 0px solid #398f14;
  background-color: green;
}

div.wpcf7-mail-sent-ng {
  border: 0px solid #ff0000;
}

div.wpcf7-spam-blocked {
  border: 0px solid #ffa500;
}

div.wpcf7-validation-errors {
  border: 0px solid #f7e700;
  background-color: red;
}

span.wpcf7-form-control-wrap {
  position: relative;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 3%;
  z-index: 100;
  background: #fff;
  border: 1px solid #ff0000;
  font-size: 10pt;
  width: 280px;
  padding: 2px;
  display: none !important;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
}

span.wpcf7-not-valid-tip-no-ajax {
  color: #F46F43;
  font-size: 10pt;
  display: block;
}

span.wpcf7-list-item {
  margin-left: 0.5em;
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888;
}

img.ajax-loader {
  display: none;
}

@media (max-width: 550px) {
  div.wpcf7-response-output {
    padding: 10px !important;
    border-radius: 5px !important;
  }
  textarea.input {
    height: 80px;
  }
}
/* Scss Document */
@media (max-width: 1336px) {
  #page {
    overflow: hidden;
  }
  .wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
  .calc_step_3 .lab {
    width: 100px;
    white-space: normal;
  }
}
@media (max-width: 1260px) {
  .check_place label {
    padding: 14px 5px;
  }
  .num {
    font-size: 15px;
  }
  .main_menu a {
    font-size: 14px;
    padding: 0 10px;
  }
  .foot_right2 {
    margin-top: 25px;
  }
  .foot_right2 a[href^="tel:"] {
    position: relative;
    bottom: 0;
  }
  .foot_right2 .flx {
    margin-top: 20px;
  }
  .foot_bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_menu a {
    font-size: 14px;
  }
  .size_list li {
    width: calc(50% - 20px);
  }
  .calc_step_1,
  .calc_step_3 {
    max-width: 500px;
  }
  .calc_step_2 {
    margin-top: -20px;
  }
  .calc_step_3 {
    margin-top: -170px;
  }
  .calc_step_3 .num {
    left: calc(100% - 10px);
    top: 45px;
  }
  .promo_top {
    padding: 40px 0;
  }
  .type_list .pic img {
    width: 180px;
  }
  .service_list .col {
    width: calc(33.33333% - 40px);
  }
  .service_list .col:nth-child(1n+4) {
    margin-top: 40px;
  }
  .schema {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .schema li {
    width: 48%;
  }
  .call_me_promo {
    height: auto;
    padding-right: 25px;
  }
  .call_me_promo .fz18 {
    font-size: 16px;
  }
  .call_me_promo .pic {
    padding-right: 25px;
    padding-left: 25px;
  }
  .call_me_promo .btn {
    white-space: nowrap;
  }
  .footer_widget:nth-child(1n+2) {
    margin-left: 30px;
  }
  .foot .foot_mid {
    margin: 0 30px;
  }
  .avto_post_2 .left {
    max-width: 60%;
  }
  .calculator_2 .step_1 {
    margin-right: 30px;
  }
  .post_full .right {
    width: 300px;
  }
  .last_news li:nth-child(1n+10) {
    display: none;
  }
}
@media (max-width: 992px) {
  :root {
    --px: 20px;
    --font12: 12px;
    --font13: 13px;
    --font16: 16px;
    --font17: 17px;
    --font18: 18px;
    --font20: 20px;
    --font25: 25px;
    --font35: 35px;
    --font42: 35px;
    --font40: 40px;
    --font70: 70px;
    --font80: 80px;
    --font90: 90px;
  }
  .subscriber_from {
    display: block;
    padding: 20px;
    text-align: center;
  }
  .subscriber_from .pic {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .subscriber_from .pic img {
    width: auto;
    height: 100px;
  }
  .news_row__incategory .subscriber_from {
    display: none !important;
  }
  .news_row__incategory .col {
    width: calc(50% - 20px);
  }
  .foot {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .foot .foot_mid {
    margin: 20px 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
  }
  .post_full .inner {
    padding: 0;
    margin-top: 20px;
  }
  .post_full .left {
    margin-right: 0;
  }
  .post_full .right {
    display: none;
  }
  .list_avto_category {
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
    z-index: 3;
  }
  .list_avto_category .col {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: auto;
    margin-right: 20px;
  }
  .list_avto_category .col:nth-child(1n+2) {
    margin-top: 0;
  }
  .list_avto_category .avto_item_in_category {
    width: 300px;
  }
  .list_avto_category .data_vid_2 {
    font-size: 15px;
  }
  .bc + .fon {
    padding: 20px 0;
  }
  .bc + .fon h1 {
    text-align: center;
  }
  .calc_form {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .cal_2_row_3 {
    display: block;
  }
  .check_place label {
    padding: 5px 10px;
  }
  .cal_2_row_2 ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .cal_2_row_2 li {
    margin-right: 10px;
  }
  .cal_2_row_1 {
    display: block;
  }
  .cal_2_row_1 .step_1 {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .foot_right2 {
    margin-top: 0;
  }
  .foot_bottom {
    margin-top: 0;
  }
  .footer_menu {
    display: none;
  }
  .feed_back {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    text-align: center;
  }
  .feed_back .man {
    position: relative;
    left: 0;
    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;
    margin-top: -50px;
    margin-right: 0;
    width: 100%;
  }
  .feed_back .man img {
    display: block;
    width: auto;
    height: 230px;
  }
  .feed_back .info {
    margin-top: 10px;
    position: relative;
    z-index: 2;
  }
  .about_shema {
    display: block;
  }
  .about_shema .right {
    display: none;
  }
  .fat_box {
    padding-top: 0 !important;
  }
  .fat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fat .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .img_mobile {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .img_mobile img {
    display: block;
  }
  .img_mobile_fon {
    background-image: url(../images/img_mobile.svg);
    background-repeat: no-repeat;
    background-position: calc(50% + 0px) 0;
    width: 100%;
    height: 204px;
  }
  .img_mobile_fon img {
    display: block;
    width: auto;
    height: 195px;
  }
  .avto_post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background-image: none;
    padding: 0 !important;
  }
  .avto_post h1 {
    text-align: center;
  }
  .avto_post .left {
    max-width: 100%;
  }
  .avto_post .btn_group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .avto_post .box {
    margin-left: auto;
    margin-right: auto;
  }
  .avto_post_2 h1 {
    text-align: center;
  }
  .avto_post_2 .left {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .avto_post_2 .img_mobile {
    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;
    margin-bottom: 20px;
  }
  .col_count_3 {
    margin-right: -40px;
  }
  .col_count_3 p {
    width: calc(50% - 40px);
    margin-right: 40px;
  }
  .col_count_3 p:nth-child(1n+3) {
    margin-top: 20px;
  }
  .text blockquote {
    margin-left: 0;
    margin-right: 0;
  }
  .text ul,
  .text ol {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .calculator_2 .call_me_promo2 {
    padding: 20px;
  }
  .call_me_promo2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .call_me_promo2 .pic {
    position: relative;
    top: 0;
    left: 0;
    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;
    margin-bottom: 5px;
  }
  .call_me_promo2 .pic img {
    height: 110px;
  }
  .bc {
    display: none;
  }
  .b10 + .b50 {
    margin-bottom: 20px;
  }
  .b50 + .icon_list {
    padding: 0;
  }
  .b50 + .icon_list .col:nth-child(1n+2) {
    margin-top: 30px;
  }
  .b50 + .icon_list .item_icon {
    -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;
    text-align: center;
  }
  .b50 + .icon_list .item_icon .icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .b55 {
    margin-bottom: 40px;
  }
  .calc_step_2_row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .calc_warning {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  table .place {
    margin-right: 10px;
  }
  .moskva {
    height: 360px;
  }
  .moskva .raion_list li:nth-child(1n+2) {
    margin-top: 0;
  }
  .raion_list {
    height: 298px;
  }
  .moskva .raion_list {
    height: auto;
  }
  .calc_raion__nav {
    margin-bottom: 20px;
  }
  .calc_raion__nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
  }
  .calc_step_2 {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .calc_step_3 {
    margin-top: 30px;
  }
  .size_list {
    margin-left: 0;
    padding-top: 20px;
  }
  .size_list li {
    width: calc(33.3333% - 20px);
  }
  .calc .num {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    text-align: center;
    font-size: 17px;
  }
  .calc .num .fz35 {
    display: none;
  }
  .calc .num .lab {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }
  .calc .num .lab:before {
    content: "";
    display: none;
  }
  .calc_step_1,
  .calc_step_2,
  .calc_step_3 {
    max-width: 100%;
  }
  .promo_top .fz42 {
    text-align: center;
  }
  .main_menu {
    display: none;
  }
  .js_menu_open svg {
    display: block;
    width: 24px;
    height: 24px;
  }
  .head_mid {
    display: none;
  }
  .icon_list .col {
    width: calc(100% - var(--px));
  }
  .icon_list .col:nth-child(1n+2) {
    margin-top: 25px;
  }
  .item_icon {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .call_me_promo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 20px;
  }
  .call_me_promo .pic {
    top: 0;
  }
  .call_me_promo .pic img {
    width: auto;
    height: 100px;
  }
  .call_me_promo .mid {
    margin: 20px 0;
  }
  .type_list {
    overflow-x: scroll;
  }
  .type_list .col {
    margin-right: 10px;
  }
  .type_list .pic img {
    width: auto;
    height: 65px;
  }
  .type_list .fz25 {
    font-size: 16px;
  }
  .tab_table_box thead td {
    padding-bottom: 20px;
  }
  .service_list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
  .service_list .col {
    width: 260px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .service_list .col:nth-child(1n+4) {
    margin-top: 0;
  }
  .service_list .col:last-child {
    margin-right: 20px !important;
  }
  .reviews {
    -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;
  }
  .reviews .ava {
    margin-right: 0;
    margin-bottom: 18px;
  }
  .reviews .top {
    -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;
  }
  .reviews .name {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .about_row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about_row .ll {
    display: none;
  }
  .sub_name {
    margin-bottom: 20px !important;
  }
  .sub_name + .b35 {
    margin-bottom: 20px;
  }
  .sub_name.b5 {
    margin-bottom: 5px !important;
  }
  .sub_name.b10 {
    margin-bottom: 10px !important;
  }
  .brand_list {
    margin: 0 50px;
  }
  .p60,
  .p50 {
    padding: 40px 0;
  }
  .pt60 {
    padding-top: 36px;
  }
  .b75,
  .b60,
  .b120 {
    margin-bottom: 36px;
  }
  .h60 {
    height: 36px;
  }
  .b140 {
    margin-bottom: 16px;
  }
  .b50,
  .b45 {
    margin-bottom: 36px;
  }
  .b90 {
    margin-bottom: 66px;
  }
  .size_checkbox label:before {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    bottom: 2px;
  }
  .head {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0 16px 0;
  }
  .head .logo {
    width: 100%;
  }
  .head_right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  header {
    background: -webkit-gradient(linear, left bottom, left top, from(#fafdff), to(#f6faff));
    background: linear-gradient(bottom, #fafdff, #f6faff);
  }
  header .logo {
    margin-bottom: 10px;
  }
  header .logo a {
    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;
    width: 100%;
  }
  header .phone {
    font-size: 16px;
  }
  .head_soc img {
    width: auto;
    height: 25px;
  }
  .icon_list .icon {
    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;
    width: 118px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .quote .icon {
    display: none;
  }
  .fat_post {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fat_post .r30 {
    margin-right: 20px;
  }
  .fat_post .b10 {
    margin-bottom: 0;
  }
  .show_992 {
    display: block;
  }
  .hide_992 {
    display: none;
  }
}
@media (max-width: 767px) {
  :root {
    --px: 20px;
    --font12: 12px;
    --font13: 13px;
    --font16: 16px;
    --font17: 17px;
    --font18: 18px;
    --font20: 20px;
    --font25: 22px;
    --font35: 35px;
    --font42: 20px;
    --font40: 40px;
    --font70: 70px;
    --font80: 80px;
    --font90: 90px;
  }
  .news_row__incategory .subscriber_from {
    display: none !important;
  }
  .news_row__incategory .col {
    width: calc(50% - 20px);
  }
  .news_row__incategory .news_item .info {
    padding: 20px;
  }
  .grid2 .col {
    width: calc(100% - var(--px));
  }
  .fon.b60 {
    margin-bottom: 15px;
  }
  .col_count_3 {
    margin-right: 0;
  }
  .col_count_3 p {
    width: calc(100% - 0px);
    margin-right: 0;
  }
  .col_count_3 p:nth-child(1n+2) {
    margin-top: 20px;
  }
  .avto_post .box {
    padding: 10px;
  }
  #slider {
    margin-top: 15px;
  }
  .calculator_2 {
    margin-top: -20px;
  }
  .step_1 .check_box_2 {
    margin-right: 0;
  }
  .cal_2_row_1 dl {
    display: block;
    text-align: center;
  }
  .cal_2_row_1 dt {
    margin-right: 0;
  }
  .cal_2_row_1 dt br {
    display: none;
  }
  .cal_2_row_1 dd {
    -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;
  }
  .check_place label {
    font-weight: normal;
    text-transform: none;
  }
  .cal_2_row_2 {
    display: block;
  }
  .cal_2_row_2 .fw800 {
    text-align: center;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .cal_2_row_2 ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cal_2_row_2 ul li {
    width: 48%;
    margin-right: 0;
  }
  .cal_2_row_2 br {
    display: none;
  }
  .cal_2_row_2 dt {
    margin-right: 0;
  }
  .cal_2_row_2 dd {
    -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;
  }
  .calc_form {
    padding: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#E5EDF5), to(#FFFFFF));
    background: linear-gradient(180deg, #E5EDF5 0%, #FFFFFF 100%);
    border: 1px solid #E0E9F4;
    border-radius: 6px;
    text-align: center;
  }
  .head_price {
    padding: 30px 0 !important;
  }
  .head_price .sub_name {
    margin-bottom: 10px !important;
  }
  .cal_2_row_2 {
    margin-bottom: 11px;
  }
  .total {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .field {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .avto_post,
  .avto_post_2 {
    padding: 0 !important;
  }
  .avto_post .left,
  .avto_post_2 .left {
    margin-bottom: 0;
  }
  .form_feed_row {
    display: block;
  }
  .form_feed_row .col {
    margin-bottom: 10px;
  }
  .form_feed_row .btn_submit {
    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;
  }
  .form_feed_row .btn_submit:before {
    left: 50%;
    -webkit-transform: translate(-85px, -50%);
            transform: translate(-85px, -50%);
  }
  .schema.row_2 li {
    width: 100%;
  }
  .schema.row_2 li:nth-child(1n+2) {
    margin-top: 20px;
  }
  .schema.row_2 li:last-child {
    margin-bottom: 0;
  }
  .fat_post .gray-b {
    display: none;
  }
  .call_me_promo__row {
    display: block;
  }
  .call_me_promo__row .col {
    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;
    margin-bottom: 10px;
  }
  .call_me_promo__row .col:nth-child(1n+2) {
    margin-left: 0;
  }
  .call_me_promo__row .btn_submit:before {
    left: 50%;
    -webkit-transform: translate(-85px, -50%);
            transform: translate(-85px, -50%);
  }
  .form_feed_back .check label {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .call_me_promo2 {
    padding: 20px;
  }
  .call_me_promo2 .check label {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .avto_post .btn {
    padding: 0 5px;
    text-align: center;
  }
  .avto_post .price {
    margin-right: 10px;
  }
  .wrap {
    margin-left: 10px;
    margin-right: 10px;
  }
  .fon_mobile {
    background-color: #E5EDF5;
    margin-left: -18px;
    margin-right: -18px;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .p60,
  .p50 {
    padding: 36px 0;
  }
  .fon_gradient:before {
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#E5EDF5), to(#E5EDF5));
    background: linear-gradient(180deg, #E5EDF5 0%, #E5EDF5 100%);
    display: none;
  }
  .fon_gradient:after {
    display: none;
  }
  .video_row_3 {
    display: none;
  }
  .video_row_3 + .h60 {
    display: none;
  }
  .schema .namb {
    display: none;
  }
  .schema li {
    width: 100%;
  }
  .schema li:nth-child(1n+2) {
    margin-top: 20px;
  }
  .table_block {
    overflow-x: auto;
  }
  .tab_table_box tbody td {
    white-space: nowrap;
  }
  .tab_table_box tbody td:nth-child(1n+2) {
    padding: 20px;
  }
  .icon_list {
    padding: 36px 0;
  }
  .size_checkbox img {
    display: block;
    width: auto;
    height: 50px;
  }
  .calc_step_2_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .calc_step_2_row .col {
    margin-right: 12px;
  }
  .calc_step_2_row .r35 {
    margin-right: 0;
  }
  .calc_step_2_row .btn_box {
    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;
    width: 100%;
    margin-top: 12px;
  }
  .promo_top {
    padding: 20px 0;
  }
  .promo_top .fz42 {
    margin-bottom: 22px;
  }
  .place {
    padding: 5px 10px !important;
  }
  .brand_box {
    display: none;
  }
  .faq_list .col {
    width: calc(100% - var(--px));
    margin-bottom: 10px;
  }
  .faq_list .col:last-child {
    margin-bottom: 0;
  }
  .foot {
    -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;
    text-align: center;
  }
  .foot .socail {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .foot .foot_left {
    margin-bottom: 20px;
  }
  .foot_mid {
    display: none;
  }
  .footer_menu {
    display: none;
  }
  .foot_right2 {
    margin-top: 0;
  }
  .foot_bottom {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
  }
  .foot_bottom .foot_right {
    text-align: center;
  }
  .foot_right2 .flx {
    margin-top: 15px;
  }
  .calc_warning {
    height: auto;
    font-size: 15px;
  }
  .calc_warning br {
    display: none;
  }
  .call_me_promo .pic img {
    height: 75px;
  }
  .service_list .col {
    margin-right: 20px;
  }
  .avtopark_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .avtopark_list .col {
    width: 100%;
  }
  .avtopark_list .col:nth-child(1n+2) {
    margin-top: 20px;
  }
  .tab_doc__box a img {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .foot_bottom .flx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .foot_bottom .flx .r30 {
    margin-right: 0;
    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;
    margin-bottom: 20px;
  }
  .add_qw {
    margin-bottom: 0;
  }
  .add_qw .row_form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .add_qw .row_form .col {
    width: 100%;
    margin-bottom: 10px;
  }
  .add_qw .btn_submit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .add_qw .btn_submit:before {
    left: 50%;
    -webkit-transform: translate(-85px, -50%);
            transform: translate(-85px, -50%);
  }
  .add_qw .b20 {
    margin-bottom: 10px;
  }
  .form_feed_back .call_me_promo__row .btn_submit:before {
    -webkit-transform: translate(-52px, -50%);
            transform: translate(-52px, -50%);
  }
  .wp-pagenavi {
    padding-top: 5px;
  }
  .show_767 {
    display: block;
  }
  .hide_767 {
    display: none;
  }
}
@media (max-width: 550px) {
  .head .logo {
    width: auto;
    margin-bottom: 0;
  }
  .head .logo img {
    width: auto;
    height: 40px;
  }
  .head .has_mobile_menu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .head .has_mobile_menu svg {
    width: auto;
    height: 25px;
  }
  .rekvizit td:first-child {
    padding-right: 5px;
  }
  .rekvizit_box {
    padding: 20px;
    font-size: 15px;
  }
  .contact_page dd .email_row {
    display: block;
  }
  .contact_page dd .email_row span {
    width: auto;
    margin-top: 5px;
  }
  #comments .box {
    padding: 20px;
  }
  .comment-form p {
    margin-bottom: 10px;
  }
  .comment-form .comment-form-author {
    width: calc(100% - 20px);
  }
  .comment-form .comment-form-email {
    width: calc(100% - 20px);
  }
  .comment_list .comment-body {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
  }
  .comment_list li {
    margin-bottom: 20px;
  }
  .comment_list .ava {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .comment_list .top {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  .comment_list .top .r15 {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .subscriber_from form.mailpoet_form .mailpoet_message {
    position: relative;
    top: 0;
    left: 0;
  }
  .mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  #mailpoet_form_1 .mailpoet_message {
    padding: 0 !important;
    font-weight: 600;
    font-size: 13px !important;
    margin-top: 15px !important;
    text-align: center !important;
  }
  .subscriber_from form.mailpoet_form {
    display: block;
  }
  .subscriber_from form.mailpoet_form .sub_input {
    margin-right: 0;
    margin-bottom: 10px !important;
  }
  .news_row__incategory .subscriber_from {
    display: none !important;
  }
  .news_row__incategory .col {
    width: calc(100% - 20px) !important;
  }
  .news_row__incategory .news_item .info {
    padding: 20px;
  }
  footer {
    padding: 20px 0;
    margin-top: 18px !important;
  }
  .size_checkbox label:before {
    left: -10px;
    bottom: 0px;
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
  .calc_step_2,
  .calc_step_3 {
    margin-top: 20px;
  }
  .calc_raion__nav ul {
    margin-top: 10px;
  }
  .size_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .size_list li {
    width: calc(30% - 20px);
  }
  .size_list li:nth-child(1n+4) {
    margin-top: 10px;
  }
  .size_checkbox label {
    font-size: 16px;
  }
  .size_checkbox img {
    height: 34px;
  }
  .show_550 {
    display: block;
  }
  .hide_550 {
    display: none;
  }
}