@charset "UTF-8";
/*
tinc project builder
styleFile create on 20.07.2018 13:27:50 ---
*/
.container {
  width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

table {
  border-collapse: collapse;
}

body {
  font-family: "SF Pro Display";
  margin: 0;
  padding: 0;
  max-width: 1920px;
  font-size: 16px;
  line-height: 23px;
  color: #484848;
  font-weight: normal;
  letter-spacing: 0;
  overflow-x: hidden;
  position: relative;
  overflow-y: scroll;
}
body.footerActive {
  overflow: hidden;
}

html,
*,
*:before,
*:after {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

iframe {
  display: block;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}

*,
a {
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
}
*:focus, *:active, *:hover, *:link,
a:focus,
a:active,
a:hover,
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0) !important;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
}

a {
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.6;
}

input,
button,
textarea {
  border: none;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  display: block;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input,
textarea {
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
input:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 7px 0 rgba(9, 86, 155, 0.35);
  -moz-box-shadow: 0 0 7px 0 rgba(9, 86, 155, 0.35);
  box-shadow: 0 0 7px 0 rgba(9, 86, 155, 0.35);
}

button {
  cursor: pointer;
  font-family: "SF Pro Display";
}

.invisLink {
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.invisLink > a,
.invisLink .linkInvise {
  display: block;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
  overflow: hidden;
  text-indent: 1920px !important;
  white-space: nowrap;
  padding-left: 100% !important;
}
.invisLink.picBack:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  z-index: 1;
}
.invisLink:not(.logo):hover:before, .invisLink.picBack:hover:before {
  background-color: rgba(9, 86, 155, 0.35);
}
.invisLink.logo:hover {
  opacity: 0.7;
}

.secondFont {
  font-family: "SF Pro Text";
}

.blockTit {
  display: block;
  text-align: center;
  font-size: 43px;
  line-height: 43px;
  color: #09548f;
  font-weight: 900;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #09548f, #1175c6);
  -webkit-background-clip: text;
  color: transparent;
}
.blockTit + .content {
  margin-top: 45px;
}

.blockTitNormal {
  display: block;
  text-align: center;
  font-size: 43px;
  line-height: 43px;
  color: #09548f;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.lilBlockTit {
  display: block;
  text-align: center;
  font-size: 27px;
  line-height: 27px;
  color: #09548f;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #09548f, #1175c6);
  -webkit-background-clip: text;
  color: transparent;
}
.lilBlockTit + .content {
  margin-top: 62px;
}

.titForm {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  color: #09548f;
  font-weight: normal;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}

.whiteTxt {
  color: #fff;
}

.basicInput input,
.basicInput textarea {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #09548f;
  font-family: "SF Pro Display";
  font-size: 18px;
  line-height: 21px;
  color: #797979;
  font-weight: normal;
  padding: 11px 20px;
  width: 100%;
  resize: none;
}
.basicInput textarea {
  height: 150px;
}
.basicInput + .basicInput {
  margin-top: 25px;
}
.basicInput.big input {
  font-size: 27px;
  line-height: 27px;
  color: #797979;
  font-weight: normal;
  padding: 10px 20px;
}

.more {
  display: table;
  margin: 35px auto 0;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  color: #074475;
  font-weight: normal;
}

.tabSlider .owl-nav button {
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
}
.tabSlider .owl-nav button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -11.5px;
  width: 14px;
  height: 23px;
  background-image: url(../img/nav-slider.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tabSlider .owl-nav button:hover:before {
  opacity: 0.7;
}
.tabSlider .owl-nav .owl-prev {
  left: 0;
}
.tabSlider .owl-nav .owl-prev:before {
  left: 0;
}
.tabSlider .owl-nav .owl-next {
  right: 0;
}
.tabSlider .owl-nav .owl-next:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0;
}
.tabSlider.cape .owl-nav, .tabSlider.mat .owl-nav {
  display: none;
}

.contentWrap {
  position: relative;
  z-index: 1;
}

.pageWrap {
  overflow: hidden;
}

.owl-carousel .owl-item img {
  width: auto;
}

.check input {
  display: none;
}
.check input + label {
  font-size: 18px;
  line-height: 22px;
  color: #074475;
  font-weight: normal;
  display: table;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.check input + label:before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #bbbbbb;
}
.check input + label:after {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  background-image: url(../img/check.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.check input + label:hover {
  opacity: 0.6;
}
.check input:checked + label:after {
  opacity: 1;
}

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.stepArrows .arrTo {
  opacity: 0;
}
.stepArrows .arrTo:first-child {
  -webkit-transition: opacity 0.3s ease-out 0.6s;
  -moz-transition: opacity 0.3s ease-out 0.6s;
  -o-transition: opacity 0.3s ease-out 0.6s;
  transition: opacity 0.3s ease-out 0.6s;
}
.stepArrows .arrTo:nth-child(2) {
  -webkit-transition: opacity 0.3s ease-out 1.2s;
  -moz-transition: opacity 0.3s ease-out 1.2s;
  -o-transition: opacity 0.3s ease-out 1.2s;
  transition: opacity 0.3s ease-out 1.2s;
}
.stepArrows .arrTo:nth-child(3) {
  -webkit-transition: opacity 0.3s ease-out 1.8s;
  -moz-transition: opacity 0.3s ease-out 1.8s;
  -o-transition: opacity 0.3s ease-out 1.8s;
  transition: opacity 0.3s ease-out 1.8s;
}
.stepArrows .arrTo:nth-child(4) {
  -webkit-transition: opacity 0.3s ease-out 2.4s;
  -moz-transition: opacity 0.3s ease-out 2.4s;
  -o-transition: opacity 0.3s ease-out 2.4s;
  transition: opacity 0.3s ease-out 2.4s;
}
.stepArrows .arrTo:nth-child(5) {
  -webkit-transition: opacity 0.3s ease-out 3s;
  -moz-transition: opacity 0.3s ease-out 3s;
  -o-transition: opacity 0.3s ease-out 3s;
  transition: opacity 0.3s ease-out 3s;
}
.stepArrows + .steps .step .image {
  opacity: 0;
}
.stepArrows + .steps .step:first-child .image {
  -webkit-transition: opacity 0.3s ease-out 0.3s;
  -moz-transition: opacity 0.3s ease-out 0.3s;
  -o-transition: opacity 0.3s ease-out 0.3s;
  transition: opacity 0.3s ease-out 0.3s;
}
.stepArrows + .steps .step:nth-child(2) .image {
  -webkit-transition: opacity 0.3s ease-out 0.9s;
  -moz-transition: opacity 0.3s ease-out 0.9s;
  -o-transition: opacity 0.3s ease-out 0.9s;
  transition: opacity 0.3s ease-out 0.9s;
}
.stepArrows + .steps .step:nth-child(3) .image {
  -webkit-transition: opacity 0.3s ease-out 1.5s;
  -moz-transition: opacity 0.3s ease-out 1.5s;
  -o-transition: opacity 0.3s ease-out 1.5s;
  transition: opacity 0.3s ease-out 1.5s;
}
.stepArrows + .steps .step:nth-child(4) .image {
  -webkit-transition: opacity 0.3s ease-out 2.1s;
  -moz-transition: opacity 0.3s ease-out 2.1s;
  -o-transition: opacity 0.3s ease-out 2.1s;
  transition: opacity 0.3s ease-out 2.1s;
}
.stepArrows + .steps .step:nth-child(5) .image {
  -webkit-transition: opacity 0.3s ease-out 2.7s;
  -moz-transition: opacity 0.3s ease-out 2.7s;
  -o-transition: opacity 0.3s ease-out 2.7s;
  transition: opacity 0.3s ease-out 2.7s;
}
.stepArrows.active .arrTo {
  opacity: 1;
}
.stepArrows.active + .steps .step .image {
  opacity: 1;
}

.close {
  display: block;
  position: absolute;
  z-index: 1;
  padding: 20px;
  right: 0;
  top: 0;
  height: 52px;
  width: 52px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.close span {
  display: block;
  position: absolute;
  width: 44px;
  height: 2px;
  background-color: #09548f;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -1px;
}
.close span:first-child {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close span:last-child {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close:hover {
  opacity: 0.6;
}

input[hidden] {
  display: none;
}

.table {
  display: table;
}
.table.full {
  width: 100%;
}
.table .tBody {
  display: table-row-group;
}
.table .tRow {
  display: table-row;
}
.table .tHead {
  display: table-row;
}
.table .tCell {
  display: table-cell !important;
}
.table .tCell.middle {
  vertical-align: middle;
}
.table .tCell.top {
  vertical-align: top;
}
.table .tCell.bottom {
  vertical-align: bottom;
}
.table .tCell.right {
  text-align: right;
}
.table .tCell.left {
  text-align: left;
}
.table .tCell.center {
  text-align: center;
}

.cfix:after,
.row:after,
.grid:after {
  content: " ";
  display: block;
  clear: both;
}
.cfix > .left, .cfix > .item,
.row > .left,
.row > .item,
.grid > .left,
.grid > .item {
  float: left;
}
.cfix > .right, .cfix > .item.right,
.row > .right,
.row > .item.right,
.grid > .right,
.grid > .item.right {
  float: right;
}
.cfix.noPadd,
.row.noPadd,
.grid.noPadd {
  margin: 0;
}
.cfix.noPadd > .item,
.row.noPadd > .item,
.grid.noPadd > .item {
  padding: 0;
}

.textCenter {
  text-align: center !important;
}

.textLeft {
  text-align: left !important;
}

.textRight {
  text-align: right !important;
}

.grid {
  margin: -30px -15px 0px;
}
.grid > .item {
  padding: 30px 15px 0px;
}
.grid.bigPadd {
  margin: -40px -20px 0px;
}
.grid.bigPadd > .item {
  padding: 40px 20px 0px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row > .item {
  padding-left: 15px;
  padding-right: 15px;
}
.row > .right, .row > .left {
  padding-left: 15px;
  padding-right: 15px;
}
.row.bigPadd {
  margin-left: -20px;
  margin-right: -20px;
}
.row.bigPadd > .item {
  padding-left: 20px;
  padding-right: 20px;
}
.row.bigPadd > .right, .row.bigPadd > .left {
  padding-left: 20px;
  padding-right: 20px;
}

.col0 {
  width: 0px;
}

.col1 {
  width: 8.3333333333%;
}

.col2 {
  width: 16.6666666667%;
}

.col2_4 {
  width: 20%;
}

.col3 {
  width: 25%;
}

.col4 {
  width: 33.3333333333%;
}

.col5 {
  width: 41.6666666667%;
}

.col6 {
  width: 50%;
}

.col7 {
  width: 58.3333333333%;
}

.col8 {
  width: 66.6666666667%;
}

.col9 {
  width: 75%;
}

.col10 {
  width: 83.3333333333%;
}

.col11 {
  width: 91.6666666667%;
}

.col12 {
  width: 100%;
}

@media (max-width: 1439px) {
  .col0-md {
    width: 0px;
  }

  .col1-md {
    width: 8.3333333333% !important;
  }

  .col2-md {
    width: 16.6666666667% !important;
  }

  .col2_4-md {
    width: 20% !important;
  }

  .col3-md {
    width: 25% !important;
  }

  .col4-md {
    width: 33.3333333333% !important;
  }

  .col5-md {
    width: 41.6666666667% !important;
  }

  .col6-md {
    width: 50% !important;
  }

  .col7-md {
    width: 58.3333333333% !important;
  }

  .col8-md {
    width: 66.6666666667% !important;
  }

  .col9-md {
    width: 75% !important;
  }

  .col10-md {
    width: 83.3333333333% !important;
  }

  .col11-md {
    width: 91.6666666667% !important;
  }

  .col12-md {
    width: 100% !important;
  }
}
@media (max-width: 1199px) {
  .col0-sm {
    width: 0px;
  }

  .col1-sm {
    width: 8.3333333333% !important;
  }

  .col2-sm {
    width: 16.6666666667% !important;
  }

  .col2_4-sm {
    width: 20% !important;
  }

  .col3-sm {
    width: 25% !important;
  }

  .col4-sm {
    width: 33.3333333333% !important;
  }

  .col5-sm {
    width: 41.6666666667% !important;
  }

  .col6-sm {
    width: 50% !important;
  }

  .col7-sm {
    width: 58.3333333333% !important;
  }

  .col8-sm {
    width: 66.6666666667% !important;
  }

  .col9-sm {
    width: 75% !important;
  }

  .col10-sm {
    width: 83.3333333333% !important;
  }

  .col11-sm {
    width: 91.6666666667% !important;
  }

  .col12-sm {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .grid {
    margin: -20px -10px 0px;
  }
  .grid > .item {
    padding: 20px 10px 0px;
  }
  .grid.bigPadd {
    margin: -30px -15px 0px;
  }
  .grid.bigPadd > .item {
    padding: 30px 15px 0px;
  }

  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row > .item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row > .right, .row > .left {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.bigPadd {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.bigPadd > .item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.bigPadd > .right, .row.bigPadd > .left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col0-xs {
    width: 0px;
  }

  .col1-xs {
    width: 8.3333333333% !important;
  }

  .col2-xs {
    width: 16.6666666667% !important;
  }

  .col2_4-xs {
    width: 20% !important;
  }

  .col3-xs {
    width: 25% !important;
  }

  .col4-xs {
    width: 33.3333333333% !important;
  }

  .col5-xs {
    width: 41.6666666667% !important;
  }

  .col6-xs {
    width: 50% !important;
  }

  .col7-xs {
    width: 58.3333333333% !important;
  }

  .col8-xs {
    width: 66.6666666667% !important;
  }

  .col9-xs {
    width: 75% !important;
  }

  .col10-xs {
    width: 83.3333333333% !important;
  }

  .col11-xs {
    width: 91.6666666667% !important;
  }

  .col12-xs {
    width: 100% !important;
  }
}
@media (max-width: 479px) {
  .col12-xss {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  [class*=show][class*=wLG] {
    display: none !important;
  }
}
@media (min-width: 992px) {
  [class*=show][class*=wMD] {
    display: none !important;
  }
}
@media (min-width: 768px) {
  [class*=show][class*=wSM] {
    display: none !important;
  }
}

.hide {
  display: none !important;
}

@media (max-width: 1439px) {
  [class*=hide][class*=eMD] {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  [class*=hide][class*=eSM] {
    display: none !important;
  }
}
@media (max-width: 767px) {
  [class*=hide][class*=eXS] {
    display: none !important;
  }
}

.btnMain {
  display: table;
  cursor: pointer;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  font-weight: normal;
  font-family: "SF Pro Display";
  background-color: #074475;
  padding: 12px 62px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btnMain.red {
  background-color: #ff0000;
  text-transform: uppercase;
}
.btnMain.big {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: normal;
  padding: 16px 62px;
}
.btnMain:hover {
  opacity: 0.6;
}

.mainMenuBl {
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 8;
  left: 0;
}
.mainMenuBl .empty {
  height: 25px;
}
.mainMenuBl .callMenu {
  height: 100%;
  padding: 20px 5px;
  width: 69px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mainMenuBl .callMenu:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #16629f;
  border-right: 1px solid;
}
.mainMenuBl .callMenu .shortMenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 60px;
}
.mainMenuBl .callMenu .shortMenu li {
  width: 100%;
}
.mainMenuBl .callMenu .shortMenu li.akcii [class*=icon] {
  font-size: 20px;
  color: #f55b5b;
}
.mainMenuBl .callMenu .shortMenu a {
  display: block;
}
.mainMenuBl .callMenu .shortMenu [class*=icon] {
  display: block;
  width: 69px;
  text-align: center;
  font-size: 24px;
  line-height: 38px;
  color: #fff;
}
.mainMenuBl .callMenu .shortMenu [class=icon-vacancy] {
  font-size: 20px;
}
.mainMenuBl .callMenu .shortMenu [class=icon-sumka] {
  font-size: 20px;
}
.mainMenuBl .callMenu .shortMenu [class=icon-ton] {
  font-size: 11px;
}
.mainMenuBl .callMenu .shortMenu [class=icon-vors-kovrik] {
  font-size: 20px;
}
.mainMenuBl .callMenu .shortMenu [class=icon-eco-kovrik] {
  font-size: 20px;
}
.mainMenuBl .callMenu .shortMenu [class=icon-materials] {
  font-size: 20px;
}
.mainMenuBl .burger {
  width: 25px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.mainMenuBl .burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: width 0.3s, transform 0.3s, margin 0.3s, color 0.5s;
  -moz-transition: width 0.3s, transform 0.3s, margin 0.3s, color 0.5s;
  -o-transition: width 0.3s, transform 0.3s, margin 0.3s, color 0.5s;
  transition: width 0.3s, transform 0.3s, margin 0.3s, color 0.5s;
}
.mainMenuBl .burger span + span {
  margin-top: 6px;
}
.mainMenuBl .menu {
  position: fixed;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  top: 0;
  width: 210px;
  background-color: #fff;
  padding: 60px 15px 15px;
  height: 100vh;
  left: -300px;
  -webkit-box-shadow: 0 0 7px 0 rgba(9, 86, 155, 0.35);
  -moz-box-shadow: 0 0 7px 0 rgba(9, 86, 155, 0.35);
  box-shadow: 0 0 7px 0 rgba(9, 86, 155, 0.35);
}
.mainMenuBl .menu .logo {
  display: none;
  position: absolute;
  top: 15px;
  width: 66px;
  left: 50%;
  margin-left: -33px;
  z-index: 2;
}
.mainMenuBl .menu .logo > a {
  padding: 0 !important;
}
.mainMenuBl .menu .logo img {
  width: 100%;
  height: auto;
}
.mainMenuBl .menu li {
  padding: 5px 0;
  width: 100%;
}
.mainMenuBl .menu li.akcii a {
  color: #f55b5b;
}
.mainMenuBl .menu li.akcii [class*=icon] {
  font-size: 20px;
  color: #f55b5b;
}
.mainMenuBl .menu a {
  font-size: 18px;
  line-height: 22px;
  color: #09548f;
  font-weight: normal;
  letter-spacing: 0.01em;
  display: block;
  padding: 3px 0 3px 0;
  position: relative;
  z-index: 1;
}
.mainMenuBl .menu [class*=icon] {
  display: none;
  width: 50px;
  text-align: center;
  font-size: 24px;
  line-height: 22px;
}
.mainMenuBl.active .menu {
  left: 69px;
  -webkit-transition: left 0.4s;
  -moz-transition: left 0.4s;
  -o-transition: left 0.4s;
  transition: left 0.4s;
}
.mainMenuBl.active .burger span:first-child {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 40%;
}
.mainMenuBl.active .burger span:last-child {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 40%;
}
.mainMenuBl.active .burger span + span {
  margin-top: 2px;
}

header {
  background-color: #0a5b9b;
  z-index: 1;
  padding: 43px 0;
  min-height: 693px;
  height: 693px;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
}
header .content {
  position: relative;
  z-index: 1;
}
header .pageTitMain {
  text-align: center;
  margin-top: 25px;
}
header .pageTitMain .titHeader {
  display: block;
  font-size: 115px;
  line-height: 115px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
}
header .pageTitMain .subTit {
  display: block;
  font-size: 66px;
  line-height: 84px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}
header .popularItemsMenu {
  margin-top: 21px;
  text-align: center;
}
header .popularItemsMenu .listMenu {
  display: inline-block;
}
header .popularItemsMenu li {
  float: left;
}
header .popularItemsMenu li + li {
  margin-left: 66px;
  position: relative;
}
header .popularItemsMenu li + li:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  left: -39px;
  top: 50%;
  margin-top: -4.5px;
}
header .popularItemsMenu a {
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.03em;
  text-transform: lowercase;
  display: inline-block;
  border-bottom: 1px solid #fff;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
header .popularItemsMenu a:hover {
  border-color: transparent;
  opacity: 1;
}
header .pageTitServ {
  text-align: center;
  margin-top: 74px;
}
header .pageTitServ .titHeader {
  display: block;
  font-size: 115px;
  line-height: 115px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
header .pageTitServ .nameService {
  display: block;
  font-size: 35px;
  line-height: 35px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-transform: lowercase;
  margin-top: 23px;
}
header .pageTit {
  margin-top: 52px;
  text-align: center;
}
header .pageTit .titHeader {
  display: block;
  font-size: 45px;
  line-height: 45px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
header .contentHeader {
  position: relative;
  margin-top: 38px;
}
header .contentHeader .prePageText {
  width: 50%;
  padding-left: 73px;
}
header .contentHeader .prePageText .preTitle {
  font-size: 27px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
header .contentHeader .prePageText .txt {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.018em;
  margin-top: 17px;
}
header .contentHeader .prePageText .txt p + p {
  margin-top: 20px;
}
header .contentHeader .prePageText .imageHeader {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: 40px;
  top: 0;
  margin-top: 25px;
}
header .contentHeader .image {
  position: absolute;
  height: 199px;
  right: 66px;
  top: 23px;
}
header .contentHeader .image > img {
  width: auto;
  height: 100%;
  display: inline-block;
}
header .logo {
  width: 118px;
  margin: 0 auto;
}
header .logo img {
  width: 100%;
  height: auto;
  display: table;
}
header .logo img.lay1 {
  position: absolute;
  left: 0;
  top: 0;
}
header .logo img.lay2 {
  position: relative;
  opacity: 0.72;
}
header > .table {
  height: 100%;
  z-index: 1;
}
header .brandLabel {
  position: absolute;
  display: table;
  top: 65px;
  left: 66px;
}
header .triangles.aboutTr .triangle:first-child {
  width: 153px;
  height: 159px;
  opacity: 0.56;
  margin-left: -6px;
  margin-top: 33px;
}
header .triangles.aboutTr .triangle:nth-child(2) {
  width: 316px;
  height: 277px;
  opacity: 0.22;
  margin-left: 310px;
  margin-top: -74px;
  z-index: -5;
}
header .triangles.aboutTr .triangle:nth-child(3) {
  width: 205px;
  height: 191px;
  opacity: 0.71;
  margin-left: 389px;
  margin-top: 138px;
  z-index: 2;
}
header.mainPageScreen .triangles .triangle:first-child {
  width: 467px;
  height: 410px;
  opacity: 0.22;
  margin-left: 51px;
  margin-top: -354px;
}
header.mainPageScreen .triangles .triangle:nth-child(2) {
  width: 273px;
  height: 286px;
  opacity: 0.19;
  margin-left: -543px;
  margin-top: -28px;
  z-index: -5;
}
header.mainPageScreen .triangles .triangle:nth-child(3) {
  width: 205px;
  height: 191px;
  opacity: 0.71;
  margin-left: 299px;
  margin-top: 60px;
  z-index: 2;
}
header .nextScreen {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 11px 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header .nextScreen .bttnNextScreen {
  display: block;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0;
}
header .nextScreen:hover {
  opacity: 0.6;
}
header .bigLogo {
  position: absolute;
  top: 50%;
  margin-top: -433.5px;
  left: 50%;
  margin-left: -456.5px;
  width: 913px;
  height: 867px;
  background-size: 100%;
  z-index: -2;
  background-repeat: no-repeat;
}
header:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../img/back-light-header.png);
}
header.servScreen .servImage {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right top;
}
header.servScreen .servImage.cape {
  background-position: right center;
  background-size: auto 100%;
  width: 921px;
  height: 100%;
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-left: 0;
  left: auto;
  right: 0;
  z-index: 1;
}
header.servScreen .servImage.mat {
  height: 100%;
  top: 0;
  background-size: 1255px 875px;
  background-position: calc(50% + 595px) calc(50% + 132px);
}
header.servScreen .servImage.access {
  background-size: auto 500px;
  background-position: calc(50% + 595px) calc(100% + 20px);
}
header.servScreen .servImage.darkwindow {
  background-position: right bottom;
}
header.servScreen .triangles .triangle:first-child {
  width: 220px;
  height: 247px;
  opacity: 0.61;
  margin-top: -307px;
  margin-left: -19px;
}
header.servScreen .triangles .triangle:nth-child(2) {
  width: 359px;
  height: 350px;
  opacity: 0.62;
  margin-left: -439px;
  margin-top: 115px;
}
header.servScreen .triangles .triangle:nth-child(3) {
  width: 147px;
  height: 157px;
  opacity: 0.41;
  margin-left: -470px;
  margin-top: -415px;
}
header.servScreen .triangles .triangle:nth-child(4) {
  width: 277px;
  height: 288px;
  opacity: 0.32;
  margin-left: 267px;
  margin-top: 212px;
  z-index: 2;
}
header.servScreen + .contentWrap {
  z-index: 1;
}
header.firstScreen {
  height: 100vh;
  padding: 77px 0;
}
header.firstScreen .bigLogo {
  margin-top: -764.5px;
  margin-left: -805.5px;
  width: 1611px;
  height: 1529px;
}
header.firstDownLine {
  height: calc(100vh - 321px);
  min-height: 446px;
  padding: 62px 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  header.firstDownLine .pageTitServ {
    margin-top: 42px;
  }
  header.firstDownLine .pageTitServ .titHeader {
    font-size: 80px;
    line-height: 84px;
  }
}

.parallaxLogo {
  position: relative;
}

.backLogoBack {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.backLogoBack:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/back-logo-blocks.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: left center;
  background-size: auto 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.aditionslText {
  color: #074475;
  margin: 50px auto 0px;
  max-width: 650px;
  text-align: center;
}

.workGallery .backLogoBack:before {
  background-size: cover;
  background-position: left top;
  background-attachment: fixed;
}

.triangles {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.triangles .triangle {
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
}

.advantages {
  padding: 55px 0 45px;
}
.advantages .interiorScheme {
  padding: 124px 0 145px;
  position: relative;
}
.advantages .interiorScheme .scheme {
  display: table;
  margin: 0 auto;
  padding-left: 41px;
}
.advantages .interiorScheme .interiorDetailed {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.advantages .interiorScheme .interiorDetailed .knobBlock {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.advantages .interiorScheme .interiorDetailed .knobBlock > div {
  display: block !important;
}
.advantages .interiorScheme .interiorDetailed .adv {
  position: absolute;
  display: table;
}
.advantages .interiorScheme .interiorDetailed .adv .in .tit {
  font-size: 22px;
  line-height: 22px;
  color: #0a5b9b;
  font-weight: normal;
  text-transform: uppercase;
}
.advantages .interiorScheme .interiorDetailed .adv .in .txt {
  font-size: 22px;
  line-height: 28px;
  color: #797979;
  font-weight: normal;
  margin-top: 4px;
}
.advantages .interiorScheme .interiorDetailed .adv:first-child {
  top: 26px;
  left: 43px;
}
.advantages .interiorScheme .interiorDetailed .adv:first-child:before {
  background-image: url(../img/adv-line1.png);
  width: 166px;
  height: 141px;
  top: 100%;
  margin-top: -8px;
  left: 145px;
  z-index: -1;
}
.advantages .interiorScheme .interiorDetailed .adv:nth-child(2) {
  top: -6px;
  right: 11px;
}
.advantages .interiorScheme .interiorDetailed .adv:nth-child(2):before {
  background-image: url(../img/adv-line2.png);
  width: 302px;
  height: 101px;
  top: 100%;
  margin-top: -67px;
  right: 259px;
  z-index: -1;
}
.advantages .interiorScheme .interiorDetailed .adv:nth-child(3) {
  bottom: 76px;
  left: 65px;
}
.advantages .interiorScheme .interiorDetailed .adv:nth-child(3):before {
  background-image: url(../img/adv-line3.png);
  width: 539px;
  height: 326px;
  bottom: 100%;
  left: 94px;
  margin-bottom: 30px;
}
.advantages .interiorScheme .interiorDetailed .adv:last-child {
  bottom: 270px;
  right: 25px;
}
.advantages .interiorScheme .interiorDetailed .adv:last-child:before {
  background-image: url(../img/adv-line4.png);
  width: 321px;
  height: 89px;
  top: 100%;
  right: 58px;
  margin-top: 7px;
}
.advantages .adv.circle {
  position: relative;
  z-index: 1;
}
.advantages .adv.circle:after {
  content: "";
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  background-color: #fff;
  width: calc(100% - 20px);
  left: 11px;
  height: calc(100% - 20px);
  top: 10px;
  z-index: -1;
}
.advantages .adv.circle .in {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: table-cell;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
}
.advantages .adv.circle .in .txt {
  text-align: center;
}
.advantages .adv.circle.little {
  width: 178px;
  height: 178px;
}
.advantages .adv.circle.little .in .txt {
  font-size: 12px;
  line-height: 12px;
  color: #343434;
  font-weight: normal;
}
.advantages .adv.circle.little .in .txt .num {
  font-size: 44px;
  line-height: 56px;
  font-weight: 900;
}
.advantages .adv.circle.big {
  width: 240px;
  height: 240px;
}
.advantages .adv.circle.big .in .txt {
  font-size: 16px;
  line-height: 16px;
  color: #343434;
  font-weight: normal;
}
.advantages .adv.circle.big .in .txt .num {
  font-size: 68px;
  line-height: 76px;
  font-weight: 900;
}
.advantages .adv.withImage img {
  position: absolute;
  left: 0;
  height: 155px;
  width: 86px;
  top: 50%;
  margin-top: -77.7px;
}
.advantages .adv.withImage .in {
  padding-left: 101px;
}
.advantages .adv.withIcon {
  display: inline-block;
  vertical-align: middle;
  padding-left: 105px;
  position: relative;
  text-align: left;
  margin-left: 60px;
}
.advantages .adv.withIcon .tit {
  font-size: 19px;
  line-height: 19px;
  color: #0a5b9b;
  font-weight: normal;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.advantages .adv.withIcon .icon {
  display: block;
  position: absolute;
  left: 0;
  width: 105px;
  top: 50%;
  height: 57px;
  margin-top: -28.5px;
  background-repeat: no-repeat;
  background-position: center;
}
.advantages .adv.withIcon .icon img {
  display: table;
  margin: 0 auto;
}
.advantages .adv:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}
.advantages .underScheme {
  text-align: center;
  margin-top: 21px;
}

.products {
  padding: 55px 0 45px;
}
.products .content {
  margin-top: 45px;
}
.products .typeProd {
  margin-top: -40px;
}
.products .typeProd > .item {
  padding: 40px 20px 0px;
}
.products .typeProd .in {
  text-align: center;
}
.products .typeProd .in:hover {
  background-color: transparent;
  opacity: 0.7;
}
.products .typeProd .icon {
  height: 120px;
}
.products .typeProd .icon img {
  max-height: 120px;
}
.products .typeProd .tit {
  display: block;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 28px;
  color: #16629f;
  font-weight: normal;
  margin-top: 5px;
  height: 56px;
}
.products .galleryProd {
  margin-top: 55px;
}
.products .galleryProd .gallery {
  padding: 55px 65px;
}
.products .galleryProd .row {
  margin: 0 -35px;
}
.products .galleryProd .row > .item {
  padding: 0 35px 0;
}
.products .galleryProd .row > .item:first-child {
  margin-top: 117px;
}
.products .galleryProd .row > .item:last-child {
  margin-top: 55px;
}
.products .galleryProd .brick + .brick {
  margin-top: 55px;
}
.products .galleryProd .brick img {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.askUs {
  padding: 25px 0 85px;
}
.askUs .content {
  position: relative;
  margin-top: 45px;
}
.askUs .askForm {
  width: 570px;
}
.askUs .blockImage {
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: 39px;
  z-index: -1;
}
.askUs .btnBlock {
  margin-top: 20px;
}
.askUs .btnMain {
  float: right;
}

.contacts {
  padding: 0 0 20px;
  position: relative;
}
.contacts .blockTit {
  text-align: left;
}
.contacts .blockTit + .content {
  margin-top: 45px;
}
.contacts .item {
  padding: 10px 10px 0 43px;
}
.contacts .addr {
  font-size: 22px;
  line-height: 28px;
  color: #074475;
  font-weight: normal;
  display: table;
}
.contacts .phone {
  font-size: 43px;
  line-height: 43px;
  color: #074475;
  font-weight: normal;
  display: table;
  margin-top: 16px;
}
.contacts .copyright {
  font-size: 16px;
  line-height: 16px;
  color: #074475;
  font-weight: normal;
  letter-spacing: 0.035em;
}
.contacts .logo {
  width: 114px;
  margin-top: 45px;
  margin-left: 7px;
}
.contacts .logo img {
  width: 100%;
}
.contacts .social {
  padding-left: 7px;
  margin-top: 33px;
}
.contacts .social li {
  display: inline-block;
  vertical-align: middle;
}
.contacts .social li + li {
  margin-left: 9px;
}
.contacts .social li a {
  display: block;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 22px;
  line-height: 40px;
  color: #fff;
  font-weight: normal;
  background-color: #0a5b9b;
}
.contacts .map {
  width: calc(50vw + 10px - 69px);
  position: absolute;
  left: 69px;
  top: 50%;
  height: 620px;
  margin-top: -310px;
}
.contacts.footer {
  padding: 20px 0px 30px;
}

#mainMapPage {
  width: 100%;
  height: 607px;
}

.advantagesCompany {
  padding: 55px 0 0;
}
.advantagesCompany .in {
  text-align: center;
}
.advantagesCompany .titBl {
  display: block;
  margin-top: 8px;
}
.advantagesCompany .titBl .tit {
  font-size: 20px;
  line-height: 24px;
  color: #074475;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.advantagesCompany .content {
  margin-top: 45px;
}
.advantagesCompany .content .grid {
  margin: -20px -15px 0;
}
.advantagesCompany .content .grid > .item {
  padding: 20px 15px 0px;
}
.advantagesCompany .txt {
  font-size: 16px;
  line-height: 19px;
  color: #484848;
  font-weight: normal;
  letter-spacing: 0.02em;
  display: block;
  margin-top: 15px;
  padding: 0 55px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.advantagesCompany .icon {
  display: block;
  margin: 0 auto;
  width: 133px;
}
.advantagesCompany .icon > img {
  width: 100%;
}

.whoWe {
  padding: 55px 0 45px;
}
.whoWe .table .tCell:last-child {
  padding-left: 40px;
}
.whoWe .weAre {
  font-size: 28px;
  line-height: 28px;
  color: #0a5b9b;
  font-weight: normal;
  text-transform: uppercase;
}
.whoWe .weAre .name {
  font-size: 43px;
  line-height: 43px;
  color: #0a5b9b;
  font-weight: 900;
}
.whoWe .typeProd .in {
  text-align: center;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.whoWe .typeProd .in.invisLink:hover {
  opacity: 0.7;
}
.whoWe .typeProd .tit {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  color: #16629f;
  font-weight: normal;
}
@media (min-width: 1200px) {
  .whoWe.nakidki {
    padding: 40px 0 35px;
  }
}
.whoWe.nakidki .table .tCell:last-child {
  padding-left: 0;
}
.whoWe.nakidki .typeProd .in img {
  height: 220px;
}

.workGallery {
  padding: 55px 0 45px;
  position: relative;
}
.workGallery .content {
  position: static;
  margin-top: 45px;
  padding-bottom: 45px;
}
.workGallery .singleWork + .singleWork {
  margin-top: 50px;
}
.workGallery .singleWork .chapter {
  display: table;
  background: #114671;
  background: -moz-linear-gradient(left, #114671 0%, #3e7daf 100%);
  background: -webkit-linear-gradient(left, #114671 0%, #3e7daf 100%);
  background: linear-gradient(to right, #114671 0%, #3e7daf 100%);
  padding: 20px 57px 29px 120px;
  position: relative;
}
.workGallery .singleWork .chapter .name {
  display: block;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  font-weight: 200;
  letter-spacing: 0.02em;
}
.workGallery .singleWork .chapter .icon {
  display: block;
  position: absolute;
  width: 120px;
  height: 100%;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  font-size: 65px;
  line-height: 65px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0;
}
.workGallery .singleWork .chapter [class*=icon-sumka] {
  font-size: 45px;
}
.workGallery .singleWork .image {
  height: 185px;
  background-position: center;
  background-size: cover;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.workGallery .singleWork .row {
  position: relative;
  z-index: 1;
  padding: 0 75px;
  margin: -62px -26px 0;
}
.workGallery .singleWork .row > .item {
  padding: 52px 26px 0;
}
.workGallery .singleWork .itemCard {
  background-color: white;
  padding: 30px 15px 20px;
  -webkit-box-shadow: 4px 4px 10px -5px #000;
  -moz-box-shadow: 4px 4px 10px -5px #000;
  box-shadow: 4px 4px 10px -5px #000;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.workGallery .singleWork .itemCard .title {
  display: block;
  font-size: 42px;
  line-height: 42px;
  color: #070707;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.workGallery .singleWork .itemCard .title > * {
  display: block;
  text-align: center;
}
.workGallery .singleWork .itemCard .title .model {
  display: block;
  font-size: 25px;
  line-height: 25px;
  margin-top: 5px;
}
.workGallery .singleWork .itemCard .title .year {
  display: block;
  font-size: 15px;
  line-height: 20px;
  margin-top: 5px;
}
.workGallery .singleWork .itemCard .nameItem {
  display: block;
  font-size: 19px;
  line-height: 20px;
  color: #0a5b9b;
  letter-spacing: 0.02em;
  height: 44px;
  padding: 0 15px;
}
.workGallery .singleWork .itemCard .cost {
  display: block;
  font-size: 38px;
  line-height: 38px;
  color: #070707;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-top: 20px;
}
.workGallery .singleWork .itemCard .cost .oldCost {
  text-decoration: line-through;
  opacity: 0.5;
  font-size: 22px;
}
.workGallery .singleWork .itemCard .detailed {
  height: 92px;
  opacity: 0.6;
}
.workGallery .singleWork .itemCard:hover {
  opacity: 0.6;
}
.workGallery .in .icon {
  display: none;
}

.fastOrder {
  padding: 30px 0;
}
.fastOrder .message {
  font-size: 17px;
  line-height: 17px;
  color: #0a5b9b;
  font-weight: normal;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.fastOrder form {
  width: 300px;
  margin: 25px auto 0;
}
.fastOrder form .btnBlock {
  margin-top: 15px;
}
.fastOrder form .btnMain {
  width: 100%;
}

.whatIs {
  padding: 55px 0 45px;
}
.whatIs .content {
  margin-top: 45px;
  padding: 0 40px;
}
.whatIs .content > .cfix {
  margin: 0 -14px;
}
.whatIs .content > .cfix.darkwindow {
  display: flex;
  align-items: center;
}
.whatIs .content > .cfix > .item {
  padding: 0 14px;
}
.whatIs .darkwindow .imageGood {
  background-size: contain;
}
.whatIs .imageGood {
  height: 400px;
  background-position: center;
  background-size: cover;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  margin-top: 11px;
}
.whatIs .cost {
  font-size: 25px;
  line-height: 25px;
  color: #070707;
  font-weight: normal;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-top: 12px;
}
.whatIs .cost br {
  display: none;
}
.whatIs .cost .num {
  font-size: 48px;
  line-height: 48px;
  color: #070707;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.whatIs .presentGood {
  font-size: 21px;
  line-height: 25px;
  color: #343434;
  font-weight: normal;
  letter-spacing: 0.01em;
}
.whatIs .aboutGoodCard {
  font-size: 19px;
  line-height: 25px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.01em;
  background-color: rgba(255, 0, 0, 0.41);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  margin-top: 7px;
  padding: 15px 25px 23px;
}
.whatIs .aboutGoodCard li {
  padding-left: 22px;
  position: relative;
  text-transform: lowercase;
}
.whatIs .aboutGoodCard li:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  left: 0;
  top: 0;
  margin: 8px 0;
}

@media (max-width: 1920px) and (min-width: 768px) {
  .howMuchBlock .premium .tabButtons.cape .item:last-child {
    top: 133px;
    right: 0;
    left: auto;
  }

  .howMuchBlock .alkantara .tabButtons.cape .item:first-child {
    top: 133px;
  }

  .howMuchBlock .alkantara .tabButtons.cape .item:last-child {
    top: 133px;
    right: 0;
    left: auto;
  }
}
@media (max-width: 768px) {
  .howMuchBlock #capeCar3 .capeCar {
    background-position: 8px 42px !important;
  }

  .howMuchBlock.howMuchCape .howMuchTabs.premium {
    padding-bottom: 115px;
  }

  .howMuchBlock .premium .tabButtons.cape .item:last-child {
    top: auto;
    left: auto;
    bottom: 30px;
  }

  .howMuchBlock .premium .tabButtons.cape .item:nth-child(2) {
    bottom: 30px;
  }

  .howMuchBlock .alkantara .tabButtons.cape .item:first-child {
    top: 0;
    bottom: auto;
    margin-left: -170px;
  }

  .howMuchBlock .alkantara .tabButtons.cape .item:last-child {
    top: 0;
    right: 0;
    left: 50%;
    bottom: auto;
    margin-left: 0px;
  }

  .howMuchBlock.howMuchCape .howMuchTabs.alkantara {
    padding-bottom: 50px;
  }
}
.howMuchBlock {
  padding: 25px 0 70px;
}
.howMuchBlock.howMuchCasing {
  padding-bottom: 0;
  padding-top: 55px;
}
.howMuchBlock.howMuchCape .howMuchTabs {
  position: relative;
  padding-left: 112px;
  padding-top: 15px;
}
.howMuchBlock.howMuchMat {
  padding-bottom: 45px;
}
.howMuchBlock.howMuchMat .howMuchTabs {
  position: relative;
  padding-left: 112px;
  padding-top: 23px;
}
.howMuchBlock.accessoriesCost {
  padding-bottom: 45px;
  padding-top: 50px;
}
.howMuchBlock.accessoriesCost .howMuchContent {
  padding-top: 15px;
  padding-left: 112px;
  padding-right: 112px;
  width: 820px;
  margin: 0 auto;
  position: relative;
}
.howMuchBlock.accessoriesCost .costItem {
  position: absolute;
  z-index: 1;
  display: table;
}
.howMuchBlock.accessoriesCost .costItem:first-child {
  top: 30px;
  left: 0;
}
.howMuchBlock.accessoriesCost .costPanelItem {
  display: table-cell;
  vertical-align: middle;
  background-color: #f0f5f9;
  width: 250px;
  height: 108px;
  z-index: 5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  padding: 5px 10px;
}
.howMuchBlock.accessoriesCost .costPanelItem .cost {
  font-size: 28px;
  line-height: 36px;
  color: #070707;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.howMuchBlock.accessoriesCost .costPanelItem .cost .num {
  font-size: 36px;
}
.howMuchBlock.accessoriesCost .costPanelItem .cost .from {
  font-size: 28px;
}
.howMuchBlock.accessoriesCost .costPanelItem .detail {
  display: block;
  font-size: 15px;
  line-height: 16px;
  color: #0a5b9b;
  font-weight: normal;
  letter-spacing: 0.03em;
  margin-top: 10px;
}
.howMuchBlock.accessoriesCost .imageWrapper {
  height: 360px;
}
.howMuchBlock.accessoriesCost .imageWrapper img {
  display: block;
  max-height: 360px;
  max-width: 100%;
  margin: 0 auto;
}
.howMuchBlock.darkwindow .typeCar .detailBlock.comboCard {
  width: 387px;
  padding: 10px 10px;
  top: 0;
  left: auto;
  right: 0;
  background-color: rgba(255, 0, 0, 0.1);
}
.howMuchBlock.darkwindow .typeCar .detailBlock.comboCard:before {
  right: auto;
  left: 25px;
  border: 20px solid transparent;
  border-top: 5px solid rgba(255, 0, 0, 0.1);
  border-left: 49px solid rgba(255, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .howMuchBlock.darkwindow .typeCar .detailBlock.comboCard {
    display: block;
    width: 100%;
    height: auto !important;
    padding: 0;
    background-color: transparent;
    margin-bottom: 8px;
  }
  .howMuchBlock.darkwindow .typeCar .detailBlock.comboCard .in {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .howMuchBlock.darkwindow .typeCar .detailBlock.comboCard .cost {
    font-size: 15px;
    line-height: 20px;
  }
  .howMuchBlock.darkwindow .typeCar .detailBlock.comboCard .cost .num {
    font-size: 23px;
  }
  .howMuchBlock.darkwindow .typeCar .detailBlock.comboCard .detail {
    font-size: 15px;
  }
}
.howMuchBlock.darkwindow #typeCar1 .detailBlock.comboCard,
.howMuchBlock.darkwindow #typeCar2 .detailBlock.comboCard,
.howMuchBlock.darkwindow #typeCar3 .detailBlock.comboCard,
.howMuchBlock.darkwindow #typeCar4 .detailBlock.comboCard,
.howMuchBlock.darkwindow #typeCar5 .detailBlock.comboCard {
  height: auto;
}
.howMuchBlock.darkwindow #typeCar1 .typeCar .image:before {
  background-image: url(../img/arrows1_ton.png);
}
.howMuchBlock.darkwindow #typeCar2 .typeCar .image:before {
  background-image: url(../img/arrows2_ton.png);
}
.howMuchBlock.darkwindow #typeCar3 .typeCar .image:before {
  background-image: url(../img/arrows3_ton.png);
}
.howMuchBlock.darkwindow #typeCar4 .typeCar .image:before {
  background-image: url(../img/arrows4_ton.png);
}
@media (min-width: 992px) {
  .howMuchBlock.darkwindow #typeCar5 .typeCar {
    padding-top: 96px;
    padding-bottom: 94px;
    padding-right: 78px;
  }
}
.howMuchBlock.darkwindow #typeCar5 .typeCar .image:before {
  background-image: url(../img/arrows5_ton.png);
}
.howMuchBlock .aboutCost {
  font-size: 29px;
  line-height: 44px;
  color: #070707;
  font-weight: normal;
  letter-spacing: 0.025em;
  text-align: center;
  margin-top: 50px;
}
.howMuchBlock .aboutCost .cost {
  font-size: 40px;
  line-height: 44px;
}
.howMuchBlock .aboutCost .cost .num {
  font-weight: bold;
}
.howMuchBlock .content {
  margin-top: 45px;
}
.howMuchBlock .tabButtons:not(.cape):not(.mat) .cfix {
  margin: -22px -15px 0;
}
.howMuchBlock .tabButtons:not(.cape):not(.mat) li {
  padding: 22px 15px 0;
}
.howMuchBlock .tabButtons:not(.cape):not(.mat) li .tabButton {
  display: block;
  width: 194px;
  z-index: 5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid rgba(9, 86, 155, 0.35);
  font-size: 18px;
  line-height: 46px;
  color: #0a5b9b;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}
.howMuchBlock .tabButtons:not(.cape):not(.mat) li .tabButton.active {
  background-color: rgba(9, 86, 155, 0.35);
  border: 2px solid transparent;
}
.howMuchBlock .tabButtons:not(.cape):not(.mat) li .tabButton.active:hover {
  opacity: 1;
  cursor: default;
}
.howMuchBlock .tabButtons:not(.cape):not(.mat) li:last-child .tabButton {
  width: 273px;
}
.howMuchBlock .tabButtons:not(.cape):not(.mat).casing {
  padding: 0 46px;
}
.howMuchBlock .tabButtons:not(.cape):not(.mat).casing .cfix {
  margin: -22px -25px 0;
}
.howMuchBlock .tabButtons:not(.cape):not(.mat).casing li {
  padding: 22px 25px 0;
}
.howMuchBlock .tabButtons:not(.cape):not(.mat).casing li:nth-child(2) .tabButton, .howMuchBlock .tabButtons:not(.cape):not(.mat).casing li:nth-child(3) .tabButton {
  width: 229px;
}
.howMuchBlock .tabButtons:not(.cape):not(.mat).casing li :last-child .tabButton {
  width: 213px;
}
.howMuchBlock .tabButtons.cape .item, .howMuchBlock .tabButtons.mat .item {
  float: none;
  position: absolute;
  z-index: 1;
  display: table;
}
.howMuchBlock .tabButtons.cape .tabButton, .howMuchBlock .tabButtons.mat .tabButton {
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(10, 91, 155, 0.06);
  width: 250px;
  height: 108px;
  z-index: 5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  padding: 5px 10px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.howMuchBlock .tabButtons.cape .tabButton .cost, .howMuchBlock .tabButtons.mat .tabButton .cost {
  font-size: 28px;
  line-height: 36px;
  color: #070707;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.howMuchBlock .tabButtons.cape .tabButton .cost .num, .howMuchBlock .tabButtons.mat .tabButton .cost .num {
  font-size: 36px;
}
.howMuchBlock .tabButtons.cape .tabButton .cost .from, .howMuchBlock .tabButtons.mat .tabButton .cost .from {
  font-size: 28px;
}
.howMuchBlock .tabButtons.cape .tabButton .detail, .howMuchBlock .tabButtons.mat .tabButton .detail {
  display: block;
  font-size: 15px;
  line-height: 16px;
  color: #0a5b9b;
  font-weight: normal;
  letter-spacing: 0.03em;
  margin-top: 10px;
}
.howMuchBlock .tabButtons.cape .tabButton:hover, .howMuchBlock .tabButtons.cape .tabButton.active, .howMuchBlock .tabButtons.mat .tabButton:hover, .howMuchBlock .tabButtons.mat .tabButton.active {
  opacity: 1;
  background-color: rgba(10, 91, 155, 0.12);
}
.howMuchBlock .tabButtons.cape .tabButton.combo, .howMuchBlock .tabButtons.mat .tabButton.combo {
  position: relative;
  width: 387px;
  height: 124px;
  padding: 10px 10px;
  background-color: rgba(255, 0, 0, 0.1);
}
.howMuchBlock .tabButtons.cape .tabButton.combo .cost, .howMuchBlock .tabButtons.mat .tabButton.combo .cost {
  font-size: 35px;
  line-height: 58px;
  color: #070707;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.howMuchBlock .tabButtons.cape .tabButton.combo .cost .num, .howMuchBlock .tabButtons.mat .tabButton.combo .cost .num {
  font-size: 52px;
}
.howMuchBlock .tabButtons.cape .tabButton.combo .cost .from, .howMuchBlock .tabButtons.mat .tabButton.combo .cost .from {
  font-size: 35px;
}
.howMuchBlock .tabButtons.cape .tabButton.combo .detail, .howMuchBlock .tabButtons.mat .tabButton.combo .detail {
  font-size: 21px;
  line-height: 22px;
  color: #0a5b9b;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-top: 3px;
}
.howMuchBlock .tabButtons.cape .tabButton.combo:before, .howMuchBlock .tabButtons.mat .tabButton.combo:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 25px;
  border: 26px solid transparent;
  border-top: 17px solid rgba(255, 0, 0, 0.1);
  border-right: 45px solid rgba(255, 0, 0, 0.1);
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.howMuchBlock .tabButtons.cape .tabButton.combo:hover, .howMuchBlock .tabButtons.cape .tabButton.combo.active, .howMuchBlock .tabButtons.mat .tabButton.combo:hover, .howMuchBlock .tabButtons.mat .tabButton.combo.active {
  background-color: rgba(255, 0, 0, 0.2);
}
.howMuchBlock .tabButtons.cape .tabButton.combo:hover:before, .howMuchBlock .tabButtons.cape .tabButton.combo.active:before, .howMuchBlock .tabButtons.mat .tabButton.combo:hover:before, .howMuchBlock .tabButtons.mat .tabButton.combo.active:before {
  border-top-color: rgba(255, 0, 0, 0.2);
  border-right-color: rgba(255, 0, 0, 0.2);
}
.howMuchBlock .tabButtons.cape .item:first-child {
  top: -22px;
  left: 63px;
}
.howMuchBlock .tabButtons.cape .item:nth-child(2) {
  top: 133px;
  left: 102px;
}
.howMuchBlock .tabButtons.cape .item:nth-child(3) {
  top: 269px;
  left: 102px;
}
.howMuchBlock .tabButtons.cape .item:nth-child(4) {
  top: -11px;
  right: 42px;
}
.howMuchBlock .tabButtons.cape .item:nth-child(5) {
  top: 124px;
  right: 42px;
}
.howMuchBlock .tabButtons.cape .item:last-child {
  top: 261px;
  right: 42px;
}
.howMuchBlock .tabButtons.mat .item:first-child {
  top: -22px;
  left: 63px;
}
.howMuchBlock .tabButtons.mat .item:nth-child(2) {
  top: 240px;
  left: 110px;
}
.howMuchBlock .tabButtons.mat .item:nth-child(3) {
  top: -11px;
  right: 42px;
}
.howMuchBlock .tabButtons.mat .item:nth-child(4) {
  top: 123px;
  right: 42px;
}
.howMuchBlock .tabButtons.mat .item:nth-child(5) {
  top: 120px;
  left: 110px;
}
.howMuchBlock .tabButtons.accessories .item:first-child {
  top: 35px;
  left: 150px;
}
.howMuchBlock .tabButtons.accessories .item:first-child .tabButton {
  width: 220px;
  height: 100px;
}
.howMuchBlock .tabButtons.accessories .item:nth-child(2) {
  top: -30px;
  right: 42px;
  left: auto;
}
.howMuchBlock .tabButtons.accessories .item:nth-child(2) .tabButton {
  width: 220px;
  height: 100px;
}
.howMuchBlock .tabButtons.accessories .item:nth-child(3) {
  top: 100px;
  right: 42px;
  left: auto;
}
.howMuchBlock .tabButtons.accessories .item:nth-child(3) .tabButton {
  width: 220px;
  height: 100px;
}
.howMuchBlock .tabContent {
  position: relative;
}
.howMuchBlock .tabContent.accessories {
  width: 100%;
  height: 204px;
  display: block;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.howMuchBlock .tabContent:not(.cape):not(.mat) {
  padding: 30px 94px 0 47px;
}
.howMuchBlock .tabContent.casing {
  padding: 0 83px 0 65px;
}
.howMuchBlock .tabContent.cape {
  width: 497px;
  height: 327px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.howMuchBlock .tabContent.cape .capeCar {
  width: 100%;
  height: 327px;
  background-repeat: no-repeat;
}
.howMuchBlock .tabContent.mat {
  width: 493px;
  height: 294px;
  margin: 0 auto;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.howMuchBlock .tabContent.mat .matCar {
  width: 473px;
  height: 264px;
  background-repeat: no-repeat;
  background-size: auto 244px;
  background-position: 2px 22px;
}
.howMuchBlock .typeCar,
.howMuchBlock .casingCar {
  position: relative;
}
.howMuchBlock .typeCar .image,
.howMuchBlock .casingCar .image {
  display: table;
  position: relative;
}
.howMuchBlock .typeCar .image:before,
.howMuchBlock .casingCar .image:before {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}
.howMuchBlock .typeCar .detailBlock,
.howMuchBlock .casingCar .detailBlock {
  position: absolute;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  width: 216px;
  padding: 5px 10px;
  display: table;
  background-color: rgba(10, 91, 155, 0.06);
}
.howMuchBlock .typeCar .detailBlock .in,
.howMuchBlock .casingCar .detailBlock .in {
  display: table-cell;
  vertical-align: middle;
}
.howMuchBlock .typeCar .detailBlock .cost,
.howMuchBlock .casingCar .detailBlock .cost {
  font-size: 28px;
  line-height: 36px;
  color: #070707;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.howMuchBlock .typeCar .detailBlock .cost .num,
.howMuchBlock .casingCar .detailBlock .cost .num {
  font-size: 36px;
}
.howMuchBlock .typeCar .detailBlock .cost .from,
.howMuchBlock .casingCar .detailBlock .cost .from {
  font-size: 28px;
}
.howMuchBlock .typeCar .detailBlock .detail,
.howMuchBlock .casingCar .detailBlock .detail {
  display: block;
  font-size: 15px;
  line-height: 16px;
  color: #0a5b9b;
  font-weight: normal;
  letter-spacing: 0.02em;
  margin-top: 10px;
}
.howMuchBlock .typeCar .detailBlock.comboCard,
.howMuchBlock .casingCar .detailBlock.comboCard {
  width: 387px;
  padding: 10px 10px;
  top: 0;
  left: 0;
  background-color: rgba(255, 0, 0, 0.1);
}
.howMuchBlock .typeCar .detailBlock.comboCard .cost,
.howMuchBlock .casingCar .detailBlock.comboCard .cost {
  font-size: 35px;
  line-height: 58px;
  color: #070707;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.howMuchBlock .typeCar .detailBlock.comboCard .cost .num,
.howMuchBlock .casingCar .detailBlock.comboCard .cost .num {
  font-size: 52px;
}
.howMuchBlock .typeCar .detailBlock.comboCard .cost .from,
.howMuchBlock .casingCar .detailBlock.comboCard .cost .from {
  font-size: 35px;
}
.howMuchBlock .typeCar .detailBlock.comboCard .detail,
.howMuchBlock .casingCar .detailBlock.comboCard .detail {
  font-size: 21px;
  line-height: 22px;
  color: #0a5b9b;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-top: 3px;
}
.howMuchBlock .typeCar .detailBlock.comboCard:before,
.howMuchBlock .casingCar .detailBlock.comboCard:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 25px;
  border: 26px solid transparent;
  border-top: 17px solid rgba(255, 0, 0, 0.1);
  border-right: 45px solid rgba(255, 0, 0, 0.1);
}
.howMuchBlock .typeCar .detailBlock {
  height: 95px;
}
.howMuchBlock .typeCar .detailBlock.comboCard {
  height: 123px;
}
.howMuchBlock .casingCar .detailBlock {
  height: 107px;
  width: 250px;
}
.howMuchBlock .casingCar .detailBlock.comboCard {
  height: 121px;
}
.howMuchBlock .casingCar .detailBlock.createCarpet {
  bottom: 25px;
  right: 0px;
}
@media (max-width: 1199px) {
  .howMuchBlock .casingCar .detailBlock.createCarpet {
    bottom: 5px;
    left: 0px;
  }
}
@media (max-width: 767px) {
  .howMuchBlock .casingCar .detailBlock.createCarpet {
    bottom: 29px;
    left: 165px;
  }
}
@media (max-width: 479px) {
  .howMuchBlock .casingCar .detailBlock.createCarpet {
    bottom: 178px;
    left: 0;
  }
}
.howMuchBlock #typeCar1 .typeCar {
  padding-top: 109px;
  padding-bottom: 42px;
}
.howMuchBlock #typeCar1 .typeCar .image {
  margin: 0 auto;
  padding-right: 50px;
}
.howMuchBlock #typeCar1 .typeCar .image:before {
  background-image: url(../img/arrows1.png);
  width: 342px;
  height: 108px;
  top: 11px;
  left: 235px;
}
.howMuchBlock #typeCar1 .typeCar .detailBlock.frontDoor {
  bottom: 0;
  left: 318px;
}
.howMuchBlock #typeCar1 .typeCar .detailBlock.backDoor {
  bottom: 0;
  left: 627px;
}
.howMuchBlock #typeCar1 .typeCar .detailBlock.backWindow {
  top: 82px;
  right: 23px;
}
.howMuchBlock #typeCar2 .typeCar {
  padding-top: 109px;
  padding-bottom: 53px;
}
.howMuchBlock #typeCar2 .typeCar .image {
  margin: 0 auto;
  padding-left: 24px;
}
.howMuchBlock #typeCar2 .typeCar .image:before {
  background-image: url(../img/arrows2.png);
  width: 390px;
  height: 121px;
  top: 17px;
  left: 176px;
}
.howMuchBlock #typeCar2 .typeCar .detailBlock.frontDoor {
  bottom: 0;
  left: 290px;
}
.howMuchBlock #typeCar2 .typeCar .detailBlock.backDoor {
  bottom: 0;
  left: 661px;
}
.howMuchBlock #typeCar2 .typeCar .detailBlock.backWindow {
  top: 82px;
  right: 23px;
}
.howMuchBlock #typeCar3 .typeCar {
  padding-top: 109px;
  padding-bottom: 64px;
}
.howMuchBlock #typeCar3 .typeCar .image {
  margin: 0 auto;
  padding-left: 66px;
}
.howMuchBlock #typeCar3 .typeCar .image:before {
  background-image: url(../img/arrows3.png);
  width: 398px;
  height: 141px;
  top: 14px;
  left: 148px;
}
.howMuchBlock #typeCar3 .typeCar .detailBlock.frontDoor {
  bottom: 0;
  left: 205px;
}
.howMuchBlock #typeCar3 .typeCar .detailBlock.backDoor {
  bottom: 0;
  left: 470px;
}
.howMuchBlock #typeCar3 .typeCar .detailBlock.backWindow {
  top: 82px;
  right: 2px;
}
.howMuchBlock #typeCar3 .typeCar .detailBlock.triangleBackDoor {
  bottom: 0;
  right: 0;
}
.howMuchBlock #typeCar4 .detailBlock.comboCard {
  height: 145px;
}
.howMuchBlock #typeCar4 .typeCar {
  padding-top: 109px;
  padding-bottom: 69px;
}
.howMuchBlock #typeCar4 .typeCar .image {
  margin: 0 auto;
  padding-left: 66px;
}
.howMuchBlock #typeCar4 .typeCar .image:before {
  background-image: url(../img/arrows4.png);
  width: 401px;
  height: 124px;
  top: 14px;
  left: 169px;
}
.howMuchBlock #typeCar4 .typeCar .detailBlock.frontDoor {
  bottom: 0;
  left: 219px;
}
.howMuchBlock #typeCar4 .typeCar .detailBlock.backDoor {
  bottom: 0;
  left: 514px;
}
.howMuchBlock #typeCar4 .typeCar .detailBlock.backWindow {
  top: 82px;
  right: 23px;
}
.howMuchBlock #typeCar4 .typeCar .detailBlock.triangleBackDoor {
  bottom: 0;
  right: 21px;
}
.howMuchBlock #typeCar5 .detailBlock.comboCard {
  height: 145px;
}
.howMuchBlock #typeCar5 .typeCar {
  padding-top: 80px;
  padding-bottom: 92px;
}
.howMuchBlock #typeCar5 .typeCar .image {
  margin: 0 auto;
  padding-left: 62px;
}
.howMuchBlock #typeCar5 .typeCar .image:before {
  background-image: url(../img/arrows5.png);
  width: 449px;
  height: 153px;
  top: 26px;
  left: 117px;
}
.howMuchBlock #typeCar5 .typeCar .detailBlock.frontDoor {
  bottom: 0;
  left: 186px;
}
.howMuchBlock #typeCar5 .typeCar .detailBlock.backDoor {
  bottom: 0;
  left: 530px;
}
.howMuchBlock #typeCar5 .typeCar .detailBlock.backWindow {
  top: 66px;
  right: 0;
}
.howMuchBlock #typeCar5 .typeCar .detailBlock.triangleBackDoor {
  bottom: 0;
  right: 0;
}
.howMuchBlock .casingCar .image:before {
  display: none;
}
.howMuchBlock #casingCar1 .casingCar {
  padding-bottom: 74px;
  padding-top: 36px;
}
.howMuchBlock #casingCar1 .casingCar .image {
  margin: 0 auto;
  padding-left: 113px;
}
.howMuchBlock #casingCar1 .casingCar .detailBlock.leatherette {
  top: 54px;
  right: 0;
}
.howMuchBlock #casingCar1 .casingCar .detailBlock.brandMaterial {
  bottom: 133px;
  right: 0;
}
.howMuchBlock #casingCar2 .casingCar {
  padding-top: 24px;
  padding-bottom: 43px;
}
.howMuchBlock #casingCar2 .casingCar .image {
  margin: 0 auto;
  padding-left: 150px;
}
.howMuchBlock #casingCar2 .casingCar .detailBlock.comboCard {
  top: 22px;
}
.howMuchBlock #casingCar2 .casingCar .detailBlock.leather {
  top: 173px;
  left: 41px;
}
.howMuchBlock #casingCar2 .casingCar .detailBlock.leatherette {
  bottom: 40px;
  left: 41px;
}
.howMuchBlock #casingCar2 .casingCar .detailBlock.seat {
  top: 81px;
  right: 0px;
}
.howMuchBlock #casingCar2 .casingCar .detailBlock.doorCart {
  bottom: 146px;
  right: 0px;
}
.howMuchBlock #casingCar3 .casingCar {
  padding-top: 121px;
  padding-bottom: 121px;
}
.howMuchBlock #casingCar3 .casingCar .image {
  margin: 0 auto;
  padding-left: 30px;
}
.howMuchBlock #casingCar3 .casingCar .detailBlock.sedan {
  top: 82px;
  left: 39px;
}
.howMuchBlock #casingCar3 .casingCar .detailBlock.universal {
  bottom: 134px;
  left: 39px;
}
.howMuchBlock #casingCar3 .casingCar .detailBlock.microauto {
  top: 82px;
  right: 0px;
}
.howMuchBlock #casingCar3 .casingCar .detailBlock.installation {
  bottom: 153px;
  right: 0px;
}
.howMuchBlock #casingCar4 {
  padding-bottom: 30px;
}
.howMuchBlock #casingCar4 .casingCar {
  padding-top: 62px;
  padding-bottom: 121px;
}
.howMuchBlock #casingCar4 .casingCar .image {
  margin: 0 auto;
  padding-left: 48px;
}
.howMuchBlock #casingCar4 .casingCar .detailBlock.armrest {
  top: 82px;
  left: 39px;
}
.howMuchBlock #casingCar4 .casingCar .detailBlock.gearbox {
  bottom: 134px;
  left: 39px;
}
.howMuchBlock #casingCar4 .casingCar .detailBlock.armGearbox {
  top: 82px;
  right: 0px;
}
.howMuchBlock #casingCar4 .casingCar .detailBlock.pillow {
  bottom: 153px;
  right: 0px;
}
.howMuchBlock #casingCar4 .casingCar .detailBlock.rack {
  bottom: 15px;
  left: 50%;
  margin-left: -125px;
}
.howMuchBlock #capeCar1 .capeCar {
  background-size: 475px 251px;
  background-position: 15px 70px;
}
.howMuchBlock #capeCar2 .capeCar {
  background-size: 436px 248px;
  background-position: 54px 70px;
}
.howMuchBlock #capeCar3 .capeCar {
  background-size: 392px 238px;
  background-position: 18px 69px;
}
.howMuchBlock #capeCar4 .capeCar {
  background-size: 171px 163px;
  background-position: 319px 143px;
}
.howMuchBlock #capeCar5 .capeCar {
  background-size: 399px 233px;
  background-position: 15px 70px;
}
.howMuchBlock #capeCar6 .capeCar {
  background-size: 198px 203px;
  background-position: 121px 118px;
}

.event {
  background-color: #fe8d8d;
  padding: 37px 0 5px;
}
.event .content {
  position: relative;
}
.event .logo,
.event .carLogo {
  display: block;
  position: absolute;
  top: 7px;
}
.event .logo {
  left: 44px;
}
.event .carLogo {
  right: 55px;
}
.event .discountBlock {
  display: table;
  margin: 0 auto;
  text-align: center;
  font-size: 23px;
  line-height: 28px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.03em;
}
.event .discountBlock .numsDiscount > * {
  display: block;
}
.event .discountBlock > * {
  display: block;
}
.event .discountBlock .attention {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  text-transform: uppercase;
}
.event .discountBlock .discount {
  font-size: 68px;
  line-height: 60px;
  font-weight: 900;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.event .discountBlock .discount .star {
  display: inline-block;
  vertical-align: top;
  margin-left: -12px;
  font-size: 48px;
  line-height: 48px;
}
.event .note {
  display: block;
  text-align: right;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.03em;
  margin-top: 14px;
  padding-right: 7px;
}

.advantagesItem {
  padding: 55px 0 141px;
  background-color: #f5f5f5;
}
.advantagesItem .advBlock {
  position: relative;
  z-index: 1;
}
.advantagesItem .content {
  margin-top: 45px;
  position: relative;
}
.advantagesItem .image {
  display: block;
  position: absolute;
  width: 574px;
  height: 498px;
  left: 50%;
  margin-left: -287px;
  top: 0;
}
.advantagesItem .tit {
  font-size: 18px;
  line-height: 21px;
  color: #0a5b9b;
  font-weight: normal;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  display: block;
  margin-top: 4px;
}
.advantagesItem .icon {
  display: inline-block;
  height: 75px;
  width: 110px;
  background-position: center;
  background-repeat: no-repeat;
}
.advantagesItem .adv {
  text-align: center;
}
.advantagesItem .adv + .adv {
  margin-top: 54px;
}
.advantagesItem.casingAdv {
  padding: 55px 0 45px;
}
.advantagesItem.casingAdv .advBlock {
  position: static;
  float: left;
  width: 370px;
  padding-top: 66px;
  margin-left: 79px;
}
.advantagesItem.casingAdv .image {
  display: block;
  position: static;
  float: right;
  width: 574px;
  height: auto;
  margin-left: 0;
  margin-right: 55px;
}
.advantagesItem.casingAdv .tit {
  font-size: 22px;
  line-height: 27px;
  color: #0a5b9b;
  font-weight: normal;
  letter-spacing: 0.01em;
  position: relative;
  padding-left: 50px;
}
.advantagesItem.casingAdv .tit:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 27px;
  background-image: url(../img/tick-adv.png);
  background-position: center;
  background-repeat: no-repeat;
}
.advantagesItem.casingAdv .adv {
  text-align: left;
}
.advantagesItem.casingAdv .adv + .adv {
  margin-top: 50px;
}
.advantagesItem.capeAdv {
  padding: 55px 0 45px;
}
.advantagesItem.capeAdv.servNewPic {
  padding-bottom: 95px;
}
.advantagesItem.capeAdv.servNewPic .image {
  width: 600px;
  position: absolute;
  top: -177px;
  margin-left: 100px;
}
.advantagesItem.capeAdv .content {
  margin-top: 45px;
}
.advantagesItem.capeAdv .advBlock {
  position: static;
  float: left;
  width: 570px;
  padding-top: 7px;
  margin-left: 79px;
}
.advantagesItem.capeAdv .image {
  display: block;
  position: static;
  float: right;
  width: 368px;
  height: auto;
  margin-left: 0;
  margin-right: 37px;
}
.advantagesItem.capeAdv .tit {
  font-size: 18px;
  line-height: 24px;
  color: #0a5b9b;
  font-weight: normal;
  letter-spacing: 0.01em;
  position: relative;
  padding-left: 50px;
}
.advantagesItem.capeAdv .tit:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 27px;
  background-image: url(../img/tick-adv.png);
  background-position: center;
  background-repeat: no-repeat;
}
.advantagesItem.capeAdv .adv {
  text-align: left;
}
.advantagesItem.capeAdv .adv + .adv {
  margin-top: 30px;
}
.advantagesItem.matAdv {
  padding: 55px 0 55px;
}
.advantagesItem.matAdv .content {
  margin-top: 45px;
}
.advantagesItem.matAdv .advBlock {
  position: static;
  width: 570px;
  float: left;
  padding-top: 7px;
  margin-left: 79px;
}
.advantagesItem.matAdv .image {
  display: block;
  position: absolute;
  width: 493px;
  height: 289px;
  top: 50%;
  margin-top: -108.5px;
  right: 0;
  left: auto;
}
.advantagesItem.matAdv .tit {
  font-size: 18px;
  line-height: 24px;
  color: #0a5b9b;
  font-weight: normal;
  letter-spacing: 0.01em;
  position: relative;
  padding-left: 50px;
}
.advantagesItem.matAdv .tit:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 27px;
  background-image: url(../img/tick-adv.png);
  background-position: center;
  background-repeat: no-repeat;
}
.advantagesItem.matAdv .adv {
  text-align: left;
}
.advantagesItem.matAdv .adv + .adv {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .advantagesItem.darkwindow .image {
    display: none !important;
  }
}
.advantagesItem.ekocarpet .image {
  display: block;
  position: absolute;
  width: 400px;
  height: 472px;
  top: 50%;
  margin-top: -230.5px;
  right: 0;
  transform: rotate(277deg);
  left: auto;
}

.stepsOrder {
  padding: 55px 0 45px;
}
.stepsOrder .content {
  text-align: center;
  position: relative;
}
.stepsOrder .arrows {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.stepsOrder .arrows .arrTo {
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}
.stepsOrder .arrows .arrTo:first-child {
  height: 130px;
  top: 65px;
  width: 33%;
  left: 16.5%;
  margin-left: 20px;
}
.stepsOrder .arrows .arrTo:nth-child(2) {
  height: 130px;
  top: 65px;
  width: 33%;
  left: 49.5%;
  margin-left: 20px;
}
.stepsOrder .arrows .arrTo:nth-child(3) {
  height: 152px;
  width: 100%;
  right: 177px;
  top: 50%;
  margin-top: -37px;
  background-position: right center;
}
.stepsOrder .arrows .arrTo:last-child {
  height: 130px;
  width: 33%;
  bottom: 40px;
  left: 50%;
  margin-left: -156px;
}
.stepsOrder.darkwindow .arrows .arrTo:nth-child(2) {
  height: 130px;
  top: 65px;
  width: 33%;
  left: 49.5%;
  margin-left: 20px;
}
.stepsOrder .step {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  padding: 60px 0 92px;
}
.stepsOrder .step .image {
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
}
.stepsOrder .step .txt {
  font-size: 17px;
  line-height: 20px;
  color: #0a5b9b;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.stepsOrder .step .txt > * {
  display: block;
}
.stepsOrder .step .txt .tit {
  text-transform: uppercase;
}
.stepsOrder .step:nth-child(4), .stepsOrder .step:nth-child(5) {
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 0;
}

.examplesItem {
  padding-bottom: 45px;
  padding-top: 55px;
  position: relative;
}
.examplesItem .content {
  padding: 0 88px;
  margin-top: 45px;
}
.examplesItem .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 178px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.examplesItem .cfix > .item {
  padding: 30px 13px 0;
}
.examplesItem .picBack:before {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.examplesItem .triangles .triangle {
  opacity: 0.27;
}
.examplesItem .triangles .triangle:first-child {
  width: 149px;
  height: 158px;
  margin-left: -585px;
  margin-top: -92px;
}
.examplesItem .triangles .triangle:nth-child(2) {
  width: 409px;
  height: 445px;
  margin-left: -304px;
  margin-top: -92px;
}
.examplesItem .triangles .triangle:nth-child(3) {
  width: 359px;
  height: 350px;
  margin-left: 16px;
  margin-top: -293px;
}
.examplesItem .triangles .triangle:nth-child(4) {
  width: 242px;
  height: 237px;
  margin-left: 351px;
  margin-top: -205px;
}

.howToOrder {
  padding-bottom: 45px;
  padding-top: 55px;
}
.howToOrder .basicInput + .basicInput {
  margin-top: 20px;
}
.howToOrder .content {
  margin-top: 45px;
}
.howToOrder .content > .cfix {
  margin: -20px -12px 0;
}
.howToOrder .content > .cfix > .item {
  padding: 20px 12px 0;
}
.howToOrder .content > .cfix > .item .in > .cfix {
  margin: -20px -12px 0;
}
.howToOrder .content > .cfix > .item .in > .cfix > .item {
  padding: 20px 12px 0;
}
.howToOrder .content .txt {
  height: 45px;
  font-size: 16px;
  line-height: 21px;
  color: #074475;
  font-weight: normal;
  letter-spacing: 0.02em;
}
.howToOrder .content .btnBlock {
  margin-top: 24px;
  float: right;
  width: 50%;
}
.howToOrder .content .btnBlock.success {
  height: 45px;
  display: table;
}
.howToOrder .content .btnBlock.success > p {
  display: table-cell;
  vertical-align: middle;
}
.howToOrder .content .btnMain {
  float: right;
}
.howToOrder .content .discountCost {
  display: none;
  float: left;
}
.howToOrder .content .discountCost.active {
  display: block;
}
.howToOrder .content textarea {
  height: 175px;
}
.howToOrder .content .discountCostInput {
  border: none;
  box-shadow: none;
  color: #0a5b9b;
  float: left;
  font-weight: bold;
  padding: 12px 0;
}
.howToOrder .checks .check {
  float: left;
}
.howToOrder .checks .check + .check {
  margin-left: 20px;
}

.dayTopic {
  display: table;
  position: fixed;
  background-color: #fe8d8d;
  width: 240px;
  right: -100vw;
  padding: 40px 15px 15px;
  z-index: 7;
  bottom: 15px;
  -webkit-transition: opacity 0.9s, right 0.6s;
  -moz-transition: opacity 0.9s, right 0.6s;
  -o-transition: opacity 0.9s, right 0.6s;
  transition: opacity 0.9s, right 0.6s;
}
.dayTopic > * {
  display: block;
  text-align: center;
}
.dayTopic .procBlock {
  margin-top: 35px;
}
.dayTopic .procBlock .discount {
  display: block;
  font-size: 48px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.dayTopic .topicBlock {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-weight: bold;
}
.dayTopic .imageBlock {
  margin-top: 40px;
}
.dayTopic .imageBlock img {
  width: 150px;
  height: auto;
}
.dayTopic.active {
  right: 15px;
  -webkit-transition: opacity 0s, right 0.6s;
  -moz-transition: opacity 0s, right 0.6s;
  -o-transition: opacity 0s, right 0.6s;
  transition: opacity 0s, right 0.6s;
}
.dayTopic .close {
  width: 28px;
  height: 28px;
  display: block;
  padding: 0;
  right: 0;
  z-index: 1;
}
.dayTopic .close span {
  width: 100%;
  top: 50%;
  background-color: #fff;
  margin-left: -14px;
  margin-top: -0.5px;
}

.form .btnBlock > .txt {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.form .btnBlock.success > .txt {
  opacity: 1;
  font-size: 18px;
  line-height: 21px;
  color: green;
  font-weight: normal;
}
.form .btnBlock.error > .txt {
  opacity: 1;
  font-size: 18px;
  line-height: 21px;
  color: #ff0000;
  font-weight: normal;
}
.form .btnBlock.error > .txt a {
  text-decoration: underline;
}

.buyingMaterials {
  padding: 55px 0 45px;
  text-align: center;
  position: relative;
  background-image: url(../img/back-logo.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: calc(50% - 200px) top;
  overflow: hidden;
  z-index: 1;
}
.buyingMaterials:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0a5b9b;
  z-index: -1;
  left: 0;
  top: 0;
}
.buyingMaterials .materials {
  margin-top: 23px;
}
.buyingMaterials .card {
  display: inline-block;
  vertical-align: top;
  padding: 22px 10px 0;
}
.buyingMaterials .card .in {
  padding: 26px 24px;
  background-color: #fff;
  width: 552px;
  height: 236px;
  text-align: right;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-repeat: no-repeat;
}
.buyingMaterials .card .titCard {
  display: block;
  font-size: 43px;
  line-height: 43px;
  color: #363636;
  font-weight: bold;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.buyingMaterials .card .costMaterial {
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: #0a5b9b;
  font-weight: bold;
  letter-spacing: 0em;
  margin-top: 9px;
}
.buyingMaterials .card .sizeMaterial {
  display: block;
  position: absolute;
  bottom: 13px;
  right: 24px;
  font-size: 17px;
  line-height: 21px;
  color: #363636;
  font-weight: normal;
  letter-spacing: 0em;
}
.buyingMaterials .card .sizeMaterial > * {
  display: block;
}
.buyingMaterials .card .image {
  display: block;
  position: absolute;
  z-index: -1;
}
.buyingMaterials .card:nth-child(1) .in {
  background-position: left top;
}
.buyingMaterials .card:nth-child(2) .in {
  background-position: 8px top;
}
.buyingMaterials .card:nth-child(3) .in {
  background-position: -79px top;
}
.buyingMaterials .card:nth-child(4) .in {
  background-position: -106px -20px;
}
.buyingMaterials .card:nth-child(5) .in {
  background-position: -241px bottom;
}
.buyingMaterials .triangles {
  z-index: -1;
}
.buyingMaterials .triangles .triangle:first-child {
  width: 220px;
  height: 247px;
  opacity: 0.61;
  margin-top: -307px;
  margin-left: 414px;
}
.buyingMaterials .triangles .triangle:nth-child(2) {
  width: 359px;
  height: 350px;
  opacity: 0.62;
  margin-left: -686px;
  margin-top: 32px;
}
.buyingMaterials .triangles .triangle:nth-child(3) {
  width: 147px;
  height: 157px;
  opacity: 0.41;
  margin-left: -184px;
  margin-top: -466px;
}
.buyingMaterials .triangles .triangle:nth-child(4) {
  width: 277px;
  height: 288px;
  opacity: 0.32;
  margin-left: 149px;
  margin-top: 87px;
  z-index: 2;
}

.aboutServ {
  padding: 55px 0 30px;
}
.aboutServ .txt {
  font-size: 16px;
  line-height: 24px;
  color: #363636;
  font-weight: normal;
  letter-spacing: 0.02em;
}
.aboutServ .txt.highlighted {
  color: #0a5b9b;
  font-weight: 500;
}
.aboutServ .txt + .txt {
  margin-top: 8px;
}
.aboutServ .content {
  margin-top: 45px;
  padding: 0 50px;
}
.aboutServ img {
  margin: 0 15px 5px 0;
}

.simpleList li {
  font-size: 18px;
  line-height: 22px;
  color: #0a5b9b;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.simpleList li:before {
  content: "-";
  display: inline-block;
  line-height: 22px;
}
.simpleList + .txt {
  margin-top: 8px;
}

.aboutGood {
  padding: 55px 0;
  position: relative;
  z-index: 2;
}
.aboutGood:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0a5b9b;
  z-index: -1;
  left: 0;
  top: 0;
}
.aboutGood .cfix {
  margin: -60px 0 0;
}
.aboutGood .cfix > .item {
  padding: 60px 0 0;
}
.aboutGood .cfix {
  margin: -47px 0 0;
}
.aboutGood .cfix > .table > .tCell {
  padding: 47px 0 0;
}
.aboutGood .in > * {
  display: block;
  text-align: center;
}
.aboutGood .tit {
  font-size: 43px;
  line-height: 43px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.aboutGood .lilTxt {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}
.aboutGood .triangles {
  z-index: -1;
}
.aboutGood .triangles .triangle:first-child {
  width: 220px;
  height: 247px;
  opacity: 0.61;
  top: -45px;
  margin-left: 414px;
}
.aboutGood .triangles .triangle:nth-child(2) {
  width: 359px;
  height: 350px;
  opacity: 0.62;
  margin-left: -606px;
  top: auto;
  bottom: -65px;
}
.aboutGood .triangles .triangle:nth-child(3) {
  width: 147px;
  height: 157px;
  opacity: 0.41;
  margin-left: -184px;
  top: -15px;
}
.aboutGood .triangles .triangle:nth-child(4) {
  width: 277px;
  height: 288px;
  opacity: 0.32;
  margin-left: 329px;
  margin-top: 87px;
  top: auto;
  bottom: -110px;
  z-index: 2;
}
.aboutGood.aboutMat {
  padding: 55px 0;
}

.event .carLogo {
  height: 120px;
  width: 200px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: -5px;
}

.dayTopic .imageBlock .carLogo {
  height: 120px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.howMuchBlock .casingCar .braiding {
  top: 173px;
  left: 41px;
}
.howMuchBlock .casingCar .braiding + .braiding {
  bottom: 40px;
  left: 41px;
  top: auto;
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav button {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.owl-carousel .owl-nav button:hover {
  opacity: 0.7;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -60px;
}
.owl-carousel .owl-nav button.owl-next {
  right: -60px;
}
.owl-carousel .owl-nav span {
  font-size: 45px;
  display: block;
}
.owl-carousel .owl-nav span.prevCar {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.owl-carousel .owl-nav span.nextCar {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.contacts:not(footer) {
  padding: 120px 0;
  position: relative;
  z-index: 2;
}
.contacts:not(footer) .textBlock ul {
  padding: 0;
}
.contacts:not(footer) .textBlock ul li:before {
  display: none;
}
.contacts:not(footer) .textBlock ul li + li {
  margin-top: 20px;
}
.contacts:not(footer) .textBlock [class*=Cap] {
  text-transform: none;
  font-weight: 600;
  color: #09548f;
  font-size: 18px;
}
.contacts:not(footer) .textBlock [class*=Cap] span {
  font-weight: 400;
}
.contacts:not(footer) .textBlock a {
  color: #09548f;
  text-decoration: none;
}
.contacts:not(footer) .textBlock a:hover {
  text-decoration: none;
}
.contacts:not(footer) .textBlock p {
  margin: 0;
}

.mainGoodsList {
  padding-bottom: 35px;
}
.mainGoodsList .mainGoodsItem {
  text-align: center;
  padding: 55px 0;
  border-bottom: 2px solid #f9f9f9;
  max-width: 620px;
  margin: 0 auto;
}
.mainGoodsList .mainGoodsItem .imageWrapper {
  max-width: 500px;
  overflow: hidden;
  margin: 22px auto 0;
}
.mainGoodsList .mainGoodsItem .imageWrapper img {
  max-width: 100%;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  transition: transform 0.4s;
}
.mainGoodsList .mainGoodsItem .mainGoodsItemContent {
  position: relative;
  z-index: 1;
}
.mainGoodsList .mainGoodsItem .mainGoodsItemContent > a,
.mainGoodsList .mainGoodsItem .mainGoodsItemContent .invisBtn {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  cursor: pointer;
}
.mainGoodsList .mainGoodsItem .mainGoodsItemContent:hover .imageWrapper img {
  transform: scale(1.05);
}
.mainGoodsList .mainGoodsItem .goodTitle {
  display: block;
  font-size: 30px;
  line-height: 36px;
  color: #0a5b9b;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.mainGoodsList .mainGoodsItem .txt {
  font-size: 16px;
  line-height: 20px;
  color: #363636;
  letter-spacing: 0.01em;
  margin: 22px auto 0;
}
.mainGoodsList .mainGoodsItem .linkDetailed {
  margin-left: auto;
  margin-top: 22px;
}

.linkDetailed {
  display: table;
  font-size: 16px;
  line-height: 22px;
  color: #0a5b9b;
  letter-spacing: 0.01em;
  text-decoration: underline;
  position: relative;
  padding-right: 24px;
}
.linkDetailed:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "icomoon";
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 16px;
  line-height: 20px;
  color: #0a5b9b;
  letter-spacing: 0.01em;
  width: 24px;
  text-align: center;
}

.pageTextDetailed {
  margin: 35px 0 25px;
}
.pageTextDetailed .container {
  max-width: 940px;
}
.pageTextDetailed p,
.pageTextDetailed li {
  font-size: 16px;
  line-height: 24px;
  color: #363636;
  letter-spacing: 0.02em;
}
.pageTextDetailed p a,
.pageTextDetailed li a {
  font-size: inherit;
  line-height: inherit;
  color: #0a5b9b;
  letter-spacing: 0.02em;
  text-decoration: underline;
}
.pageTextDetailed p,
.pageTextDetailed ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
.pageTextDetailed li {
  position: relative;
  margin-top: 11px;
  margin-bottom: 11px;
}
.pageTextDetailed li:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #0a5b9b;
  left: -16px;
  top: 0;
  margin: 9px 0;
}
.pageTextDetailed li b {
  color: #0a5b9b;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px;
}
.pageTextDetailed .blockTitNormal {
  margin-top: 45px;
  margin-bottom: 45px;
}
.pageTextDetailed .lilBlockTit {
  margin-top: 36px;
  margin-bottom: 36px;
}

.markiavto {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.markiavto .avtolog {
  width: 94px;
  height: 82px;
  padding: 12px 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.markiavto .avtolog img {
  display: block;
  max-width: 100%;
}

.markiAvtoWrapper {
  padding: 35px 0 25px;
}
.markiAvtoWrapper .blockTitNormal {
  padding-bottom: 33px;
}

.vacancyBlock {
  padding: 100px 0 150px 0;
}
.vacancyBlock .container {
  width: 800px;
}
.vacancyBlock .vacancyItem + .vacancyItem {
  padding: 90px 0 0 0;
}
.vacancyBlock .vacancyName {
  display: block;
  font-size: 35px;
  line-height: 43px;
  color: #363636;
  font-weight: bold;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
.vacancyBlock .vacancyText .shortInfo {
  position: relative;
}
.vacancyBlock .vacancyText .payCost {
  position: absolute;
  right: 0%;
  top: 25px;
  text-align: center;
  padding: 0px 20px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.vacancyBlock .vacancyText .payCost:not(.active) {
  background-color: #f0f4f8;
}
.vacancyBlock .vacancyText .payCost .imagepay {
  text-align: center;
  margin-bottom: 10px;
  margin-top: -29px;
}
.vacancyBlock .vacancyText .payCost .imagepay [class*=icon] {
  font-size: 80px;
}
.vacancyBlock .vacancyText .payCost .captionText {
  padding-bottom: 0px;
  padding-top: 0px;
}
.vacancyBlock .vacancyText .payCost .text {
  text-align: center;
  justify-content: center;
  margin: 0;
}
.vacancyBlock .vacancyText .moreInfo {
  display: none;
  position: relative;
}
.vacancyBlock .vacancyText .moreInfo .simpleList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.vacancyBlock .vacancyText .moreInfo .simpleList.text li {
  text-align: center;
  background-color: #f0f4f8;
  margin: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 30px;
}
.vacancyBlock .vacancyText .moreInfo .simpleList.text li:before {
  display: none;
}
.vacancyBlock .vacancyText .button {
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.01em;
  position: relative;
  padding-right: 20px;
  margin-top: 0px;
  font-family: "SF Pro Display" !important;
  text-decoration: underline;
}
.vacancyBlock .vacancyText .button:hover::before, .vacancyBlock .vacancyText .button.active::before {
  transform: rotate(180deg);
}
.vacancyBlock .vacancyText .button[class*=icon] {
  color: #797979;
}
.vacancyBlock .vacancyText .button[class*=icon]:before {
  font-family: "icomoon" !important;
  transition: all 0.5s;
  right: 0;
  top: 0px;
  position: absolute;
}
.vacancyBlock .vacancyText .captionText {
  font-size: 20px;
  line-height: 24px;
  color: #074475;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px;
  padding-top: 15px;
}
.vacancyBlock .vacancyText .simpleList {
  font-size: 18px;
  line-height: 22px;
  color: #484848;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-left: 10px;
}
.vacancyBlock .vacancyText .simpleList.text {
  padding-bottom: 25px;
}
.vacancyBlock .vacancyText .simpleList.text li {
  padding-left: 10px;
  position: relative;
  color: #484848;
}
.vacancyBlock .vacancyText .simpleList.text li:before {
  left: 0;
  position: absolute;
}

footer {
  background-color: #16629f;
  padding: 80px 0 52px;
  width: 100%;
  position: relative;
  z-index: 0;
  -webkit-transition: margin-top 0.4s;
  -moz-transition: margin-top 0.4s;
  -o-transition: margin-top 0.4s;
  transition: margin-top 0.4s;
}
footer.contacts {
  background-color: #fff;
}
footer.contacts .devBy span {
  color: #0a5b9b;
}
footer.contacts .devBy a {
  color: #0a5b9b;
}
footer.contacts .devBy a::first-letter {
  color: #0a5b9b;
}
footer.contacts .logo {
  margin-top: 0px;
  width: 80px;
}
footer.contacts .social {
  padding-left: 0px;
  margin-top: 20px;
}
footer.contacts .social li + li {
  margin-left: 3px;
}
footer.contacts .social li a {
  font-size: 18px;
  width: 35px;
  line-height: 35px;
}
footer .phone {
  font-size: 43px;
  line-height: 43px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.01em;
  display: table;
}
footer .copyright {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 200;
  letter-spacing: 0.01em;
  float: left;
}
footer .social {
  padding-left: 7px;
  margin-top: 25px;
}
footer .social li {
  display: inline-block;
  vertical-align: middle;
}
footer .social li + li {
  margin-left: 9px;
}
footer .social li a {
  display: block;
  text-align: center;
  width: 40px;
  font-size: 23px;
  line-height: 40px;
  color: #16629f;
  font-weight: normal;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
footer .topFooter {
  position: relative;
}
footer .logo {
  width: 118px;
  float: left;
}
footer .logo img {
  width: 100%;
  display: table;
}
footer .contactsFooter {
  padding-left: 20px;
  float: left;
  display: block;
}
footer .bottomFooter {
  margin-top: 20px;
}
footer .devBy {
  float: right;
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.01em;
  margin-top: -6px;
}
footer .devBy > * {
  display: inline-block;
  vertical-align: text-top;
  line-height: 16px;
}
footer .devBy .logoDev {
  width: 26px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
footer .devBy a {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.5px;
  vertical-align: bottom;
  text-transform: lowercase;
}
footer .devBy a::first-letter {
  font-size: 26px;
  color: #f6ff43;
}
footer .triangles .triangle:first-child {
  opacity: 0.72;
  width: 277px;
  height: 280px;
  top: 30px;
}
footer .triangles .triangle:nth-child(2) {
  opacity: 0.51;
  width: 166px;
  height: 239px;
  margin-left: 288px;
  top: 22px;
}
footer .triangles .triangle:nth-child(3) {
  opacity: 0.33;
  width: 137px;
  height: 226px;
  top: -56px;
  margin-left: 205px;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .container {
    width: 960px;
    padding: 0 20px;
  }

  header {
    min-height: 500px;
    height: 500px;
  }
  header .logo {
    width: 94px;
  }
  header .pageTitMain .titHeader {
    font-size: 92px;
    line-height: 92px;
  }
  header .pageTitMain .subTit {
    font-size: 52px;
    line-height: 66px;
  }
  header .popularItemsMenu a {
    font-size: 17px;
    line-height: 17px;
  }
  header .popularItemsMenu li + li {
    margin-left: 53px;
  }
  header .popularItemsMenu li + li:before {
    left: -31px;
  }
  header .pageTitServ .titHeader {
    font-size: 92px;
    line-height: 92px;
  }
  header .pageTitServ .nameService {
    font-size: 28px;
    line-height: 28px;
    margin-top: 18px;
  }
  header .contentHeader .image {
    height: 159px;
    right: 52px;
    top: 67px;
  }
  header .contentHeader .prePageText .preTitle {
    font-size: 21px;
    line-height: 24px;
  }
  header .contentHeader .prePageText .txt {
    font-size: 14px;
    line-height: 17px;
    margin-top: 13px;
  }
  header.servScreen .servImage.access {
    background-size: auto 360px;
    background-position: calc(50% + 505px) calc(100% + 20px);
  }

  .blockTit {
    font-size: 34px;
    line-height: 34px;
  }

  .advantages {
    padding: 44px 0 36px;
  }
  .advantages .interiorScheme {
    padding: 124px 0 116px;
  }
  .advantages .interiorScheme .scheme {
    width: 560px;
    height: auto;
    padding-left: 41px;
  }
  .advantages .interiorScheme .interiorDetailed .adv .in .tit {
    font-size: 17px;
    line-height: 17px;
  }
  .advantages .interiorScheme .interiorDetailed .adv .in .txt {
    font-size: 17px;
    line-height: 22px;
  }
  .advantages .interiorScheme .interiorDetailed .adv:first-child {
    left: 0;
  }
  .advantages .interiorScheme .interiorDetailed .adv:first-child:before {
    left: 124px;
  }
  .advantages .interiorScheme .interiorDetailed .adv:nth-child(2) {
    right: 0;
  }
  .advantages .interiorScheme .interiorDetailed .adv:nth-child(2):before {
    width: 264px;
    margin-top: -45px;
    right: 191px;
    background-size: contain;
  }
  .advantages .interiorScheme .interiorDetailed .adv:nth-child(3) {
    bottom: 54px;
    left: 68px;
  }
  .advantages .interiorScheme .interiorDetailed .adv:nth-child(3):before {
    width: 415px;
    left: 78px;
    margin-bottom: -3px;
    background-size: contain;
  }
  .advantages .interiorScheme .interiorDetailed .adv:last-child {
    bottom: 233px;
  }
  .advantages .interiorScheme .interiorDetailed .adv:last-child:before {
    width: 243px;
    right: 58px;
    margin-top: 7px;
    background-size: contain;
  }
  .advantages .advantages .underScheme {
    margin-top: 0;
  }
  .advantages .adv .in .txt {
    font-size: 17px;
    line-height: 22px;
  }
  .advantages .adv.circle.little {
    width: 148px;
    height: 148px;
  }
  .advantages .adv.circle.little .in .txt {
    font-size: 10px;
    line-height: 16px;
  }
  .advantages .adv.circle.little .in .txt .num {
    font-size: 35px;
    line-height: 16px;
  }
  .advantages .adv.circle.little .knobBlock > div {
    width: 148px !important;
    height: 148px !important;
  }
  .advantages .adv.circle.little .knobBlock > div canvas {
    width: 148px !important;
    height: 148px !important;
  }
  .advantages .adv.circle.big {
    width: 192px;
    height: 192px;
  }
  .advantages .adv.circle.big .in .txt {
    font-size: 12px;
    line-height: 12px;
  }
  .advantages .adv.circle.big .knobBlock > div {
    width: 192px !important;
    height: 192px !important;
  }
  .advantages .adv.circle.big .knobBlock > div canvas {
    width: 192px !important;
    height: 192px !important;
  }
  .advantages .adv.withImage img {
    height: 124px;
    width: 79px;
    margin-top: -62px;
  }
  .advantages .adv.withImage .in {
    padding-left: 90px;
  }
  .advantages .adv.withIcon {
    padding-left: 84px;
  }
  .advantages .adv.withIcon .tit {
    font-size: 15px;
    line-height: 15px;
  }
  .advantages .adv.withIcon .icon {
    width: 84px;
    height: 41px;
    margin-top: -20.5px;
  }
  .advantages .adv.withIcon .icon img {
    height: 41px;
  }

  .products {
    padding: 44px 0 36px;
  }
  .products .typeProd .tit {
    font-size: 17px;
    line-height: 22px;
    height: 44px;
  }
  .products .typeProd .icon {
    height: 100px;
  }
  .products .typeProd .icon img {
    max-height: 100px;
  }
  .products .galleryProd {
    margin-top: 110px;
  }
  .products .galleryProd .row {
    margin: 0 -20px;
  }
  .products .galleryProd .row > .item {
    padding: 0 20px 0;
  }
  .products .galleryProd .gallery {
    padding: 55px 40px;
  }
  .products .galleryProd .brick + .brick {
    margin-top: 40px;
  }

  .advantagesCompany .content {
    padding: 0 50px;
  }
  .advantagesCompany .txt {
    padding: 0 20px;
  }

  .titForm {
    font-size: 24px;
    line-height: 40px;
  }

  .askUs {
    padding: 20px 0 68px;
  }
  .askUs .askForm {
    width: 456px;
  }
  .askUs .blockImage {
    width: 488px;
    top: -15px;
    left: 50%;
    margin-left: 39px;
  }

  .contacts .blockTit + .content {
    margin-top: 36px;
  }
  .contacts .addr {
    font-size: 17px;
    line-height: 22px;
  }
  .contacts .phone {
    font-size: 35px;
    line-height: 35px;
    margin-top: 13px;
  }
  .contacts .social {
    margin-top: 26px;
  }
  .contacts .social li a {
    width: 32px;
    font-size: 17px;
    line-height: 32px;
  }
  .contacts .logo {
    width: 92px;
    margin-top: 36px;
  }
  .contacts .copyright {
    font-size: 12px;
    line-height: 12px;
  }
  .contacts .map {
    height: 486px;
    margin-top: -243px;
  }
  .contacts:not(footer) {
    padding: 80px 0px;
  }

  .blockTitNormal {
    font-size: 34px;
    line-height: 34px;
  }

  .whatIs {
    padding: 44px 0 36px;
  }
  .whatIs .presentGood {
    font-size: 17px;
    line-height: 20px;
  }
  .whatIs .content {
    margin-top: 36px;
    padding: 0 32px;
  }
  .whatIs .cost {
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
  }
  .whatIs .cost .num {
    font-size: 38px;
    line-height: 38px;
  }
  .whatIs .aboutGoodCard {
    font-size: 15px;
    line-height: 20px;
    padding: 12px 20px 18px;
  }
  .whatIs .aboutGoodCard li {
    padding-left: 18px;
  }
  .whatIs .aboutGoodCard li:before {
    content: "";
    width: 8px;
    height: 8px;
    margin: 7px 0;
  }
  .whatIs .imageGood {
    height: 320px;
    margin-top: 8px;
  }

  .howMuchBlock {
    padding: 25px 0 30px;
  }
  .howMuchBlock .content {
    margin-top: 36px;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat) .cfix {
    margin: -17px -12px 0;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat) li {
    padding: 17px 12px 0;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat) li .tabButton {
    width: 150px;
    font-size: 14px;
    line-height: 36px;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat) li:last-child .tabButton {
    width: 218px;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat).casing .cfix {
    margin: -17px -12px 0;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat).casing li {
    padding: 17px 12px 0;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat).casing li:nth-child(2) .tabButton, .howMuchBlock .tabButtons:not(.cape):not(.mat).casing li:nth-child(3) .tabButton {
    width: 228px;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat).casing li:last-child .tabButton {
    width: 150px;
  }
  .howMuchBlock .tabContent:not(.cape):not(.mat) {
    width: 1170px;
    -moz-transform: scale(calc(920 / 1170)) translate(-159px, 0px);
    -ms-transform: scale(calc(920 / 1170)) translate(-159px, 0px);
    -webkit-transform: scale(calc(920 / 1170)) translate(-159px, 0px);
    -o-transform: scale(calc(920 / 1170)) translate(-159px, 0px);
    transform: scale(calc(920 / 1170)) translate(-159px, 0px);
    padding: 0 94px 0 47px;
  }
  .howMuchBlock .tabContent:not(.cape):not(.mat).accessories {
    width: auto;
    transform: none;
  }
  .howMuchBlock.howMuchCasing .howMuchTabs {
    height: 470px;
  }
  .howMuchBlock.howMuchCape .howMuchTabs, .howMuchBlock.howMuchMat .howMuchTabs {
    width: 1170px;
    -moz-transform: scale(calc(920 / 1170)) translate(-159px, -30px);
    -ms-transform: scale(calc(920 / 1170)) translate(-159px, -30px);
    -webkit-transform: scale(calc(920 / 1170)) translate(-159px, -30px);
    -o-transform: scale(calc(920 / 1170)) translate(-159px, -30px);
    transform: scale(calc(920 / 1170)) translate(-159px, -30px);
  }
  .howMuchBlock.accessoriesCost .howMuchContent {
    width: 700px;
    padding-left: 98px;
    padding-right: 98px;
  }
  .howMuchBlock.accessoriesCost .imageWrapper {
    height: 300px;
  }
  .howMuchBlock.accessoriesCost .imageWrapper img {
    max-height: 300px;
  }
  .howMuchBlock.accessoriesCost .costPanelItem {
    width: 190px;
    height: 75px;
  }
  .howMuchBlock.accessoriesCost .costPanelItem .cost {
    font-size: 22px;
    line-height: 24px;
  }
  .howMuchBlock.accessoriesCost .costPanelItem .cost .num {
    font-size: 24px;
  }
  .howMuchBlock.accessoriesCost .costPanelItem .detail {
    font-size: 12px;
    line-height: 12px;
    margin-top: 6px;
  }
  .howMuchBlock #casingCar4 {
    margin-top: -60px;
  }
  .howMuchBlock .aboutCost {
    font-size: 23px;
    line-height: 35px;
    margin-top: 30px;
  }

  .event {
    padding: 30px 0 5px;
  }
  .event .logo {
    width: 94px;
  }
  .event .carLogo {
    width: 145px;
  }
  .event .discountBlock {
    font-size: 18px;
    line-height: 22px;
  }
  .event .discountBlock .attention {
    font-size: 38px;
    line-height: 38px;
  }
  .event .discountBlock .discount {
    font-size: 54px;
    line-height: 48px;
  }
  .event .note {
    font-size: 12px;
    line-height: 14px;
    margin-top: 11px;
  }

  .advantagesItem {
    padding: 44px 0 100px;
  }
  .advantagesItem .image {
    width: 460px;
    height: auto;
    margin-left: -230px;
  }
  .advantagesItem .icon {
    height: 60px;
    width: 88px;
    background-size: auto 50px;
  }
  .advantagesItem .tit {
    font-size: 14px;
    line-height: 17px;
  }
  .advantagesItem.casingAdv {
    padding: 44px 0 36px;
  }
  .advantagesItem.casingAdv .image {
    width: 459px;
    margin-right: 44px;
  }
  .advantagesItem.casingAdv .tit {
    font-size: 17px;
    line-height: 22px;
    padding-left: 40px;
  }
  .advantagesItem.casingAdv .tit:before {
    width: 40px;
    height: 22px;
    background-size: auto 17px;
  }
  .advantagesItem.casingAdv .advBlock {
    width: 296px;
    padding-top: 52px;
    margin-left: 63px;
  }
  .advantagesItem.capeAdv {
    padding: 44px 0 36px;
  }
  .advantagesItem.capeAdv .content {
    margin-top: 36px;
  }
  .advantagesItem.capeAdv .image {
    width: 312px;
    margin-right: 29px;
  }
  .advantagesItem.capeAdv .advBlock {
    width: 456px;
    padding-top: 5px;
    margin-left: 63px;
  }
  .advantagesItem.capeAdv .tit {
    font-size: 15px;
    line-height: 19px;
    padding-left: 40px;
  }
  .advantagesItem.capeAdv .tit:before {
    width: 40px;
    height: 19px;
    background-size: auto 17px;
  }
  .advantagesItem.matAdv {
    padding: 44px 0;
  }
  .advantagesItem.matAdv .content {
    margin-top: 36px;
  }
  .advantagesItem.matAdv .tit {
    font-size: 15px;
    line-height: 19px;
    padding-left: 40px;
  }
  .advantagesItem.matAdv .tit:before {
    content: "";
    width: 40px;
    height: 19px;
    background-size: auto 17px;
  }
  .advantagesItem.matAdv .advBlock {
    width: 456px;
    padding-top: 5px;
    margin-left: 63px;
  }
  .advantagesItem.matAdv .image {
    display: block;
    position: absolute;
    width: 394px;
    height: auto;
    top: 50%;
    margin-top: -108.5px;
  }
  .advantagesItem.ekocarpet .image {
    margin-top: -190.5px;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) and (max-width: 1199px) {
  .advantagesItem.ekocarpet .image {
    width: 322px;
    height: 256px;
    margin-top: -129.5px;
    margin-left: 0;
    left: auto;
    right: -112px;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .stepsOrder {
    padding: 44px 0 36px;
    height: 600px;
  }
  .stepsOrder.darkwindow {
    height: 300px;
  }
  .stepsOrder .content {
    width: 1170px;
    -moz-transform: scale(calc(920 / 1170)) translate(-159px, -75px);
    -ms-transform: scale(calc(920 / 1170)) translate(-159px, -75px);
    -webkit-transform: scale(calc(920 / 1170)) translate(-159px, -75px);
    -o-transform: scale(calc(920 / 1170)) translate(-159px, -75px);
    transform: scale(calc(920 / 1170)) translate(-159px, -75px);
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .examplesItem {
    padding-bottom: 36px;
    padding-top: 44px;
  }
  .examplesItem .content {
    padding: 0 70px;
    margin-top: 36px;
  }
  .examplesItem .image {
    height: 150px;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .howToOrder {
    position: relative;
    z-index: 1;
    padding-bottom: 36px;
    padding-top: 44px;
  }
  .howToOrder .content .txt {
    font-size: 12px;
    line-height: 16px;
  }
  .howToOrder .content .discountCostInput {
    float: none;
    padding: 12px 0;
    text-align: right;
  }
  .howToOrder .content .btnBlock {
    margin-top: 19px;
    width: 100%;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .check input + label {
    font-size: 17px;
    line-height: 20px;
    padding-left: 28px;
  }
  .check input + label:before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  footer {
    padding: 60px 0 35px;
  }
  footer .phone {
    font-size: 35px;
    line-height: 35px;
  }
  footer .social li a {
    width: 32px;
    font-size: 18px;
    line-height: 32px;
  }
  footer .logo {
    width: 94px;
  }
  footer .copyright {
    font-size: 13px;
    line-height: 24px;
  }
  footer .devBy {
    font-size: 11px;
    line-height: 14px;
    margin-top: -9px;
  }
  footer .devBy .logoDev {
    width: 40px;
    height: 20px;
  }
  footer .bottomFooter {
    margin-top: 32px;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .buyingMaterials {
    padding: 44px 0 36px;
    background-position: calc(50% - 200px) top;
  }
  .buyingMaterials .materials {
    margin-top: 18px;
  }
  .buyingMaterials .card .in {
    padding: 20px 19px;
    width: 438px;
    height: 188px;
  }
  .buyingMaterials .card .titCard {
    font-size: 34px;
    line-height: 34px;
  }
  .buyingMaterials .card .costMaterial {
    font-size: 24px;
    line-height: 24px;
    margin-top: 7px;
  }
  .buyingMaterials .card .sizeMaterial {
    bottom: 10px;
    right: 19px;
    font-size: 13px;
    line-height: 16px;
  }
  .buyingMaterials .card:nth-child(1) .in {
    background-size: 247px auto;
  }
  .buyingMaterials .card:nth-child(2) .in {
    background-size: auto 100%;
  }
  .buyingMaterials .card:nth-child(3) .in {
    background-position: -63px top;
    background-size: auto 100%;
  }
  .buyingMaterials .card:nth-child(4) .in {
    background-position: -89px -16px;
    background-size: 301px auto;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .aboutServ {
    padding: 44px 0 24px;
  }
  .aboutServ .content {
    margin-top: 36px;
    padding: 0 40px;
  }
  .aboutServ .txt {
    font-size: 13px;
    line-height: 19px;
  }
  .aboutServ .txt + .txt {
    margin-top: 6px;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .simpleList li {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .aboutGood {
    padding: 44px 0;
  }
  .aboutGood .tit {
    font-size: 34px;
    line-height: 34px;
  }
  .aboutGood .lilTxt {
    font-size: 12px;
    line-height: 19px;
  }
  .aboutGood .cfix {
    margin: -37px 0 0;
  }
  .aboutGood .cfix > .item {
    padding: 48px 0 0;
  }
  .aboutGood.aboutMat {
    padding: 44px 0;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .advantagesCompany {
    padding: 44px 0 0;
  }
  .advantagesCompany .content {
    margin-top: 36px;
  }
  .advantagesCompany .content .grid {
    margin: -15px -10px 0;
  }
  .advantagesCompany .content .grid > .item {
    padding: 15px 10px 0px;
  }
  .advantagesCompany .icon {
    width: 106px;
  }
  .advantagesCompany .titBl {
    margin-top: 6px;
  }
  .advantagesCompany .titBl .tit {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
  }
  .advantagesCompany .txt {
    font-size: 13px;
    line-height: 17px;
    margin-top: 12px;
    padding: 0 20px;
    max-width: 290px;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .whoWe {
    padding: 44px 0 36px;
  }
  .whoWe .weAre {
    font-size: 22px;
    line-height: 22px;
  }
  .whoWe .weAre .name {
    font-size: 34px;
    line-height: 34px;
  }
  .whoWe img {
    height: 96px;
    width: auto;
  }
  .whoWe .typeProd .tit {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .workGallery {
    padding: 44px 0 36px;
  }
  .workGallery .content {
    padding-bottom: 36px;
  }
  .workGallery .singleWork .row {
    margin: -50px -20px 0;
  }
  .workGallery .singleWork .row > .item {
    padding: 40px 20px 0;
  }
  .workGallery .singleWork .image {
    height: 148px;
  }
  .workGallery .singleWork .chapter {
    padding: 20px 57px 29px 90px;
  }
  .workGallery .singleWork .chapter .name {
    font-size: 20px;
    line-height: 20px;
  }
  .workGallery .singleWork .chapter .icon {
    width: 90px;
    font-size: 60px;
    line-height: 65px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0;
  }
  .workGallery .singleWork + .singleWork {
    margin-top: 40px;
  }
  .workGallery .singleWork .itemCard {
    padding: 30px 15px 20px;
  }
  .workGallery .singleWork .itemCard .title {
    font-size: 34px;
    line-height: 34px;
  }
  .workGallery .singleWork .itemCard .title .model {
    font-size: 20px;
    line-height: 20px;
    margin-top: 5px;
  }
  .workGallery .singleWork .itemCard .title .year {
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
  }
  .workGallery .singleWork .itemCard .nameItem {
    font-size: 15px;
    line-height: 16px;
    height: 32px;
    padding: 0 8px;
  }
  .workGallery .singleWork .itemCard .cost {
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
  }
  .workGallery .singleWork .itemCard .cost .oldCost {
    font-size: 17px;
  }
  .workGallery .singleWork .itemCard .detailed {
    height: 70px;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .more {
    margin: 28px auto 0;
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .lilBlockTit {
    font-size: 22px;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .fastOrder .message {
    font-size: 13px;
    line-height: 13px;
    margin-top: 7px;
  }
  .fastOrder form {
    width: 240px;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .basicInput.big input {
    font-size: 22px;
    line-height: 22px;
    padding: 7px 15px;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .btnMain.big {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 50px;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .basicInput + .basicInput {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 768px;
    padding: 0 20px;
  }

  header {
    min-height: 500px;
    height: 500px;
    padding: 0;
  }
  header .pageTitMain {
    margin-top: 20px;
  }
  header .pageTitMain .subTit {
    font-size: 70px;
    line-height: 70px;
  }
  header .pageTitMain .titHeader {
    font-size: 70px;
    line-height: 70px;
  }
  header .pageTitMain .subTit {
    margin-top: 0;
  }
  header .popularItemsMenu {
    margin-top: 15px;
  }
  header .popularItemsMenu a {
    font-size: 16px;
    line-height: 21px;
  }
  header .popularItemsMenu li + li {
    margin-left: 30px;
  }
  header .popularItemsMenu li + li:before {
    width: 7px;
    height: 7px;
    left: -19px;
    margin-top: -1.5px;
  }
  header .pageTitServ {
    margin-top: 20px;
  }
  header .pageTitServ .titHeader {
    font-size: 62px;
    line-height: 62px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.01em;
  }
  header .pageTitServ .nameService {
    margin-top: 5px;
  }
  header .pageTit {
    margin-top: 44px;
  }
  header .pageTit .titHeader {
    font-size: 95px;
    line-height: 95px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.01em;
  }
  header .contentHeader {
    margin-top: 12px;
  }
  header .contentHeader .subTit {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.015em;
  }
  header .contentHeader .image {
    position: relative;
    height: 129px;
    right: auto;
    top: auto;
    margin-top: 48px;
    text-align: center;
  }
  header.mainPageScreen .triangles .triangle:first-child {
    margin-left: 39px;
    margin-top: -278px;
  }
  header.mainPageScreen .triangles .triangle:nth-child(2) {
    margin-left: -496px;
    margin-top: 9px;
  }
  header.mainPageScreen .triangles .triangle:nth-child(3) {
    margin-left: 301px;
    margin-top: 115px;
  }
  header .bigLogo {
    margin-top: -422px;
    margin-left: -445px;
    width: 890px;
    height: 844px;
  }
  header.firstScreen {
    padding: 0;
    min-height: auto;
    height: auto;
    overflow: hidden;
  }
  header.firstScreen .bigLogo {
    margin-top: -482px;
    margin-left: -507.5px;
    width: 1015px;
    height: 964px;
  }
  header > .table {
    padding: 77px 0;
  }
  header.safariOpen > .table {
    height: calc(100vh - 145px);
  }
  header .triangles.aboutTr .triangle:first-child {
    width: 106px;
    height: 109px;
    margin-left: -209px;
    margin-top: 193px;
  }
  header .triangles.aboutTr .triangle:nth-child(2) {
    width: 209px;
    height: 184px;
    margin-left: -102px;
    margin-top: 126px;
  }
  header .triangles.aboutTr .triangle:nth-child(3) {
    width: 133px;
    height: 124px;
    margin-left: 66px;
    margin-top: 0;
    top: auto;
    bottom: -70px;
  }
  header.servScreen .servImage {
    margin-left: -600px;
    width: 1200px;
    background-size: auto 100%;
    background-position: 307px top;
  }
  header.servScreen .servImage.access {
    background-size: contain;
    background-position: center;
    height: 300px;
    width: 290px;
    left: 100%;
    margin-left: -220px;
    top: 50%;
    margin-top: -150px;
  }
  header.servScreen .servImage.mat {
    background-position: calc(50% + 326px) calc(50% + 101px);
  }
  header.servScreen + .contentWrap {
    z-index: 1;
  }

  footer {
    padding: 17px 0 21px;
    z-index: 6;
  }
  footer .phone {
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.01em;
  }
  footer .social {
    padding-left: 0;
    margin-top: 15px;
  }
  footer .social li a {
    width: 32px;
    line-height: 32px;
    font-size: 20px;
  }
  footer .logo {
    width: 80px;
  }
  footer .contactsFooter {
    padding-left: 20px;
    float: left;
  }
  footer.contacts .social li + li {
    margin-left: 0px;
    margin-right: 5px;
  }
  footer .bottomFooter {
    margin-top: -24px;
  }
  footer .triangles .triangle:first-child {
    width: 111px;
    height: 110px;
    top: 45px;
    margin-left: 203px;
  }
  footer .triangles .triangle:nth-child(2) {
    width: 66px;
    height: 95px;
    margin-left: 327px;
    top: 40px;
  }
  footer .triangles .triangle:nth-child(3) {
    width: 55px;
    height: 90px;
    top: -9px;
    margin-left: 290px;
  }

  .blockTit {
    font-size: 30px;
    line-height: 30px;
    color: #09548f;
    font-weight: bold;
    letter-spacing: 0.015em;
  }

  .titForm {
    font-size: 30px;
    line-height: 30px;
    color: #09548f;
    font-weight: bold;
    letter-spacing: 0.01em;
  }

  .lilBlockTit {
    font-size: 25px;
    line-height: 25px;
    color: #074475;
    font-weight: bold;
    background: linear-gradient(90deg, #09548f, #1175c6);
    background-clip: border-box;
    -webkit-background-clip: text;
    color: transparent;
  }

  .advantages {
    padding: 40px 0 25px;
  }
  .advantages .interiorScheme {
    padding: 90px 0 150px;
  }
  .advantages .interiorScheme .scheme {
    width: 504px;
    height: auto;
    padding-left: 0;
  }
  .advantages .interiorScheme .interiorDetailed {
    margin-top: 45px;
  }
  .advantages .interiorScheme .interiorDetailed .adv:first-child {
    top: -27px;
    left: 0;
  }
  .advantages .interiorScheme .interiorDetailed .adv:first-child:before {
    background-image: url(../img/adv-line1-2.png);
    width: 23px;
    height: 212px;
    margin-top: -141px;
    left: 137px;
  }
  .advantages .interiorScheme .interiorDetailed .adv:nth-child(2) {
    top: -41px;
    right: 0;
  }
  .advantages .interiorScheme .interiorDetailed .adv:nth-child(2):before {
    background-image: url(../img/adv-line2-2.png);
    width: 161px;
    height: 114px;
    margin-top: -95px;
    right: 189px;
  }
  .advantages .interiorScheme .interiorDetailed .adv:nth-child(3) {
    bottom: 63px;
    left: 44px;
  }
  .advantages .interiorScheme .interiorDetailed .adv:nth-child(3):before {
    background-image: url(../img/adv-line3-2.png);
    width: 305px;
    height: 323px;
  }
  .advantages .interiorScheme .interiorDetailed .adv:last-child {
    bottom: 85px;
    right: 43px;
  }
  .advantages .interiorScheme .interiorDetailed .adv:last-child:before {
    background-image: url(../img/adv-line4-2.png);
    width: 158px;
    height: 130px;
    top: auto;
    bottom: 100%;
    right: 77px;
    margin-top: 0;
    margin-bottom: -17px;
  }
  .advantages .interiorScheme .interiorDetailed .adv .in .tit {
    font-size: 16px;
    line-height: 16px;
  }
  .advantages .interiorScheme .interiorDetailed .adv .in .txt {
    font-size: 16px;
    line-height: 20px;
  }
  .advantages .interiorScheme .interiorDetailed .adv.withImage .in {
    padding-left: 80px;
  }
  .advantages .interiorScheme .interiorDetailed .adv.withImage img {
    height: 108px;
    width: auto;
    margin-top: -54px;
  }
  .advantages .adv.circle.big {
    width: 195px;
    height: 195px;
  }
  .advantages .adv.circle.big .knobBlock > div {
    width: 195px !important;
    height: 195px !important;
  }
  .advantages .adv.circle.big .knobBlock > div canvas {
    width: 195px !important;
    height: 195px !important;
  }
  .advantages .adv.circle.big .in .txt {
    font-size: 14px;
    line-height: 14px;
    color: #343434;
    font-weight: normal;
  }
  .advantages .adv.circle.big .in .txt .num {
    font-size: 56px;
    line-height: 56px;
    font-weight: bold;
  }
  .advantages .adv.withIcon {
    display: block;
    margin-left: 0px;
    padding-left: 80px;
  }
  .advantages .adv.withIcon .tit {
    font-size: 14px;
    line-height: 14px;
  }
  .advantages .adv.withIcon .icon {
    width: 80px;
    top: 50%;
    height: 44px;
    margin-top: -22px;
  }
  .advantages .adv.withIcon .icon img {
    height: 44px;
    width: auto;
  }
  .advantages .underScheme {
    margin-top: 30px;
  }
  .advantages .underScheme .adv:first-child {
    float: left;
  }
  .advantages .underScheme .adv:last-child {
    float: right;
  }

  .products {
    padding: 30px 0 0;
  }
  .products .content {
    margin-top: 30px;
  }
  .products .galleryProd {
    margin-top: 60px;
  }
  .products .galleryProd .gallery {
    padding: 45px 6px 65px;
  }
  .products .galleryProd .row {
    margin: 0 -24px;
  }
  .products .galleryProd .row > .item {
    padding: 0 24px 0;
  }
  .products .galleryProd .row > .item:first-child {
    margin-top: 85px;
  }
  .products .galleryProd .row > .item:last-child {
    margin-top: 40px;
  }
  .products .galleryProd .brick + .brick {
    margin-top: 45px;
  }
  .products .typeProd .tit {
    font-size: 17px;
    line-height: 22px;
    height: 44px;
  }
  .products .typeProd .icon {
    height: 84px;
  }
  .products .typeProd .icon img {
    max-height: 84px;
  }

  .askUs {
    padding: 40px 0 30px;
  }
  .askUs .content {
    margin-top: 35px;
  }
  .askUs .blockImage {
    top: 40px;
    margin-left: 236px;
    height: auto;
    width: 476px;
  }

  .contacts {
    padding: 30px 0 30px;
  }
  .contacts .blockTit {
    text-align: center;
  }
  .contacts .item {
    padding: 0;
    width: 100%;
  }
  .contacts .addrBlock {
    float: left;
  }
  .contacts .addrBlock .addr {
    font-size: 16px;
    line-height: 20px;
  }
  .contacts .telBlock {
    float: right;
  }
  .contacts .content {
    padding-bottom: 20px;
  }
  .contacts .phone {
    margin-top: 0;
    font-size: 32px;
    line-height: 32px;
  }
  .contacts .social li {
    margin-right: 9px;
    margin-bottom: 9px;
  }
  .contacts .social li + li {
    margin-left: 0;
  }
  .contacts .copyright {
    display: none;
  }
  .contacts .logoSoc {
    width: calc(50% - 224px);
    padding-right: 15px;
    display: none;
  }
  .contacts .logo {
    width: 87px;
  }
  .contacts .map {
    width: 100%;
    left: 0;
    margin-left: 0;
    position: relative;
    top: 0;
    margin-top: 40px;
    height: 350px;
  }
  .contacts:not(footer) {
    padding: 50px 0px;
  }

  .preHistory {
    padding: 30px 0 15px;
  }
  .preHistory .tit {
    display: block;
    font-size: 27px;
    line-height: 27px;
    color: #0b518a;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
  }
  .preHistory .txt {
    font-size: 16px;
    line-height: 24px;
    color: #0a5b9b;
    display: block;
    margin-top: 15px;
  }
  .preHistory .content {
    position: relative;
    padding-left: 25%;
    margin-top: 20px;
  }
  .preHistory .ourYears {
    position: absolute;
    width: 25%;
    text-align: center;
    left: 0;
    top: 50%;
    margin-top: -24px;
  }
  .preHistory .ourYears .year {
    font-size: 22px;
    line-height: 24px;
    color: #0a5b9b;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
  }
  .preHistory .ourYears *:not([class=year]) {
    display: block;
    font-size: 18px;
    line-height: 21px;
    color: #0a5b9b;
    margin-top: 3px;
  }

  .advantagesCompany {
    padding: 30px 0;
  }
  .advantagesCompany .lilBlockTit {
    text-align: center;
  }
  .advantagesCompany .content {
    margin-top: 40px;
  }
  .advantagesCompany .content > .grid {
    margin: -40px -20px 0;
  }
  .advantagesCompany .content > .grid > .item {
    padding: 40px 20px 0;
  }
  .advantagesCompany .icon {
    width: 106px;
  }
  .advantagesCompany .in {
    padding: 0 20px;
  }
  .advantagesCompany .titBl {
    margin-top: 13px;
    height: 44px;
  }
  .advantagesCompany .titBl .tit {
    font-size: 15px;
    line-height: 18px;
    color: #074475;
    font-weight: bold;
  }
  .advantagesCompany .txt {
    display: none;
  }

  .whoWe {
    padding: 30px 0;
    margin-top: 0;
  }
  .whoWe .table {
    display: block !important;
  }
  .whoWe .table .tCell {
    display: block !important;
    width: 100%;
  }
  .whoWe .table .tCell:last-child {
    padding-left: 0;
  }
  .whoWe .weAre {
    font-size: 19px;
    line-height: 19px;
    color: #0a5b9b;
    font-weight: normal;
    text-transform: uppercase;
  }
  .whoWe .weAre .name {
    font-size: 30px;
    line-height: 30px;
    color: #0a5b9b;
    font-weight: 900;
  }
  .whoWe .typeProd {
    margin-top: 36px;
  }
  .whoWe .typeProd .in {
    text-align: center;
  }
  .whoWe .typeProd .in img {
    height: 84px;
  }
  .whoWe .typeProd .tit {
    display: block;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 22px;
    color: #16629f;
    font-weight: normal;
    margin-top: 0;
    height: 44px;
  }
  .whoWe.nakidki .typeProd {
    margin-top: 0;
  }
  .whoWe.nakidki .typeProd .tit {
    height: auto;
  }
  .whoWe.nakidki .typeProd .in img {
    height: 180px;
  }

  .workGallery {
    padding: 30px 0;
  }
  .workGallery .content {
    position: relative;
    margin-top: 30px;
    padding: 33px 0 60px;
  }
  .workGallery .singleWork + .singleWork {
    margin-top: 41px;
  }
  .workGallery .singleWork .chapter {
    padding: 20px 60px 30px 90px;
  }
  .workGallery .singleWork .chapter .icon {
    width: 90px;
    font-size: 42px;
    line-height: 58px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0;
  }
  .workGallery .singleWork .chapter [class*=icon-sumka] {
    font-size: 30px;
  }
  .workGallery .singleWork .chapter .name {
    font-size: 18px;
    line-height: 18px;
  }
  .workGallery .singleWork .image {
    height: 138px;
  }
  .workGallery .singleWork .row {
    padding: 0 0;
    margin: -40px -15px 0;
  }
  .workGallery .singleWork .row > .item {
    padding: 30px 15px 0;
  }
  .workGallery .singleWork .itemCard {
    padding: 30px 10px 20px;
  }
  .workGallery .singleWork .itemCard .title {
    font-size: 34px;
    line-height: 34px;
  }
  .workGallery .singleWork .itemCard .title .model {
    font-size: 20px;
    line-height: 20px;
    margin-top: 5px;
  }
  .workGallery .singleWork .itemCard .title .year {
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
  }
  .workGallery .singleWork .itemCard .nameItem {
    font-size: 15px;
    line-height: 16px;
    height: 44px;
    padding: 0 8px;
  }
  .workGallery .singleWork .itemCard .cost {
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
  }
  .workGallery .singleWork .itemCard .cost .oldCost {
    font-size: 17px;
  }
  .workGallery .singleWork .itemCard .detailed {
    height: 70px;
  }
  .workGallery.actualDiscount .singleWork .chapter {
    margin-left: -20px;
  }

  .more {
    margin: 24px auto 0;
  }

  .fastOrder {
    padding: 62px 0 63px;
  }

  .blockTitNormal {
    font-size: 25px;
    line-height: 27px;
    font-weight: bold;
    letter-spacing: 0.01em;
  }

  .ui-tabs .ui-tabs-nav {
    text-align: center;
    margin: 0;
  }
  .ui-tabs .ui-tabs-nav li {
    display: inline-block;
    float: none;
    padding: 10px 15px;
  }
  .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    display: inline-block;
    float: none;
    padding: 10px 15px;
  }

  .whatIs {
    padding: 30px 0 30px;
  }
  .whatIs .content {
    margin-top: 39px;
    padding: 0;
  }
  .whatIs .content > .cfix {
    margin: 0 -10px;
  }
  .whatIs .content > .cfix > .item {
    padding: 0 10px;
  }
  .whatIs .imageGood {
    height: 250px;
    margin-top: 0;
  }
  .whatIs .cost {
    font-size: 25px;
    line-height: 30px;
    color: #070707;
    font-weight: normal;
    letter-spacing: 0.01em;
    margin-top: 113px;
    width: 258px;
    padding: 0 20px;
  }
  .whatIs .cost br {
    display: block;
  }
  .whatIs .cost .num {
    font-size: 48px;
    line-height: 48px;
    color: #070707;
    font-weight: bold;
    letter-spacing: 0.01em;
  }
  .whatIs .presentGood {
    font-size: 16px;
    line-height: 24px;
    color: #343434;
    font-weight: normal;
    letter-spacing: 0.01em;
    min-height: 250px;
  }
  .whatIs .darkwindow .aboutGoodCard {
    width: auto;
  }
  .whatIs .aboutGoodCard {
    font-size: 16px;
    line-height: 20px;
    color: #f55b5b;
    font-weight: bold;
    letter-spacing: 0.01em;
    background-color: transparent;
    margin-top: 25px;
    padding: 0;
    width: 470px;
    float: right;
  }
  .whatIs .aboutGoodCard li {
    text-transform: none;
  }
  .whatIs .aboutGoodCard li:before {
    width: 19px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    background-image: url(../img/list-style.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 3px 0;
  }
  .whatIs .aboutGoodCard li + li {
    margin-top: 10px;
  }

  .howMuchBlock {
    padding: 30px 0 30px;
  }
  .howMuchBlock.howMuchCape .howMuchTabs {
    padding-left: 34px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .howMuchBlock.howMuchMat {
    padding-bottom: 30px;
  }
  .howMuchBlock.howMuchMat .howMuchTabs {
    padding-left: 34px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .howMuchBlock.howMuchCasing {
    padding-top: 30px;
  }
  .howMuchBlock .aboutCost {
    font-size: 19px;
    line-height: 30px;
    color: #070707;
    font-weight: normal;
    letter-spacing: 0.025em;
    margin-top: 33px;
  }
  .howMuchBlock .aboutCost .cost {
    font-size: 26px;
    line-height: 30px;
  }
  .howMuchBlock .content {
    margin-top: 25px;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat) .cfix {
    text-align: center;
    margin: -15px -8px 0;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat) li {
    display: inline-block;
    float: none;
    padding: 15px 6px 0;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat) li .tabButton {
    font-size: 14px;
    line-height: 35px;
    color: #0a5b9b;
    font-weight: normal;
    letter-spacing: 0.02em;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat).casing {
    padding: 0;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat).casing .cfix {
    margin: -32px -6px 0;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat).casing li {
    padding: 22px 6px 0;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat).casing li .tabButton {
    width: 152px;
    font-size: 14px;
    line-height: 35px;
    color: #0a5b9b;
    font-weight: normal;
    letter-spacing: 0.02em;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat).casing li:nth-child(2) .tabButton, .howMuchBlock .tabButtons:not(.cape):not(.mat).casing li:nth-child(3) .tabButton {
    width: 180px;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat).casing li:last-child .tabButton {
    width: 167px;
  }
  .howMuchBlock .tabButtons.cape .tabButton,
.howMuchBlock .tabButtons.mat .tabButton {
    width: 174px;
    padding: 5px;
    height: 75px;
  }
  .howMuchBlock .tabButtons.cape .tabButton .cost,
.howMuchBlock .tabButtons.mat .tabButton .cost {
    font-size: 24px;
    line-height: 29px;
    color: #070707;
    font-weight: bold;
    letter-spacing: 0.01em;
  }
  .howMuchBlock .tabButtons.cape .tabButton .cost .num,
.howMuchBlock .tabButtons.mat .tabButton .cost .num {
    font-size: 29px;
  }
  .howMuchBlock .tabButtons.cape .tabButton .cost .from,
.howMuchBlock .tabButtons.mat .tabButton .cost .from {
    font-size: 24px;
  }
  .howMuchBlock .tabButtons.cape .tabButton .detail,
.howMuchBlock .tabButtons.mat .tabButton .detail {
    font-size: 12px;
    line-height: 15px;
    color: #0a5b9b;
    font-weight: normal;
    letter-spacing: 0.03em;
    margin-top: 2px;
  }
  .howMuchBlock .tabButtons.cape .tabButton.combo,
.howMuchBlock .tabButtons.mat .tabButton.combo {
    width: 268px;
    height: 86px;
  }
  .howMuchBlock .tabButtons.cape .tabButton.combo .cost,
.howMuchBlock .tabButtons.mat .tabButton.combo .cost {
    font-size: 29px;
    line-height: 29px;
    color: #070707;
    font-weight: bold;
    letter-spacing: 0.01em;
  }
  .howMuchBlock .tabButtons.cape .tabButton.combo .cost .num,
.howMuchBlock .tabButtons.mat .tabButton.combo .cost .num {
    font-size: 29px;
  }
  .howMuchBlock .tabButtons.cape .tabButton.combo .detail,
.howMuchBlock .tabButtons.mat .tabButton.combo .detail {
    font-size: 14px;
    line-height: 17px;
    color: #0a5b9b;
    font-weight: bold;
    letter-spacing: 0.02em;
  }
  .howMuchBlock .tabButtons.cape .tabButton.combo:before,
.howMuchBlock .tabButtons.mat .tabButton.combo:before {
    right: 17px;
    border: 15px solid transparent;
    border-top: 8px solid rgba(255, 0, 0, 0.1);
    border-right: 30px solid rgba(255, 0, 0, 0.1);
  }
  .howMuchBlock .tabButtons.cape .item:first-child {
    top: 1px;
    left: 0;
  }
  .howMuchBlock .tabButtons.cape .item:nth-child(2) {
    top: 108px;
    left: 27px;
  }
  .howMuchBlock .tabButtons.cape .item:nth-child(3) {
    top: 201px;
    left: 27px;
  }
  .howMuchBlock .tabButtons.cape .item:nth-child(4) {
    top: 7px;
    right: 0;
  }
  .howMuchBlock .tabButtons.cape .item:nth-child(5) {
    top: 100px;
    right: 0;
  }
  .howMuchBlock .tabButtons.cape .item:last-child {
    top: 196px;
    right: 0;
  }
  .howMuchBlock .tabButtons.mat .item:first-child {
    top: 1px;
    left: 0;
  }
  .howMuchBlock .tabButtons.mat .item:nth-child(2) {
    top: 95px;
    left: 27px;
  }
  .howMuchBlock .tabButtons.mat .item:nth-child(3) {
    top: 99px;
    right: 6px;
  }
  .howMuchBlock .tabButtons.mat .item:nth-child(4) {
    top: 7px;
    right: 6px;
  }
  .howMuchBlock .tabButtons.mat .item:nth-child(5) {
    top: 180px;
    left: 27px;
  }
  .howMuchBlock .tabButtons.accessories .item:first-child {
    top: -30px;
    left: 0px;
  }
  .howMuchBlock .tabButtons.accessories .item:first-child .tabButton {
    width: 220px;
    height: 100px;
  }
  .howMuchBlock .tabButtons.accessories .item:nth-child(2) {
    top: -30px;
    right: 0px;
    left: auto;
  }
  .howMuchBlock .tabButtons.accessories .item:nth-child(2) .tabButton {
    width: 220px;
    height: 100px;
  }
  .howMuchBlock .tabButtons.accessories .item:nth-child(3) {
    top: 100px;
    right: 0px;
    left: auto;
  }
  .howMuchBlock .tabButtons.accessories .item:nth-child(3) .tabButton {
    width: 220px;
    height: 100px;
  }
  .howMuchBlock .tabContent:not(.cape):not(.mat) {
    padding: 25px 0 0;
  }
  .howMuchBlock .tabContent:not(.cape):not(.mat).accessories {
    background-size: 60%;
    background-position: 100px;
  }
  .howMuchBlock .tabContent.casing {
    padding: 0 4px 0 1px;
  }
  .howMuchBlock .tabContent.cape {
    width: 362px;
    height: 239px;
    margin: 0 auto;
  }
  .howMuchBlock .tabContent.cape .capeCar {
    height: 239px;
  }
  .howMuchBlock .tabContent.mat {
    width: 326px;
    height: 197px;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .howMuchBlock .tabContent.mat .matCar {
    width: 100%;
    height: 177px;
    background-repeat: no-repeat;
    background-size: auto 157px;
    background-position: 9px 17px;
  }
  .howMuchBlock .typeCar .detailBlock .cost,
.howMuchBlock .casingCar .detailBlock .cost {
    font-size: 24px;
    line-height: 29px;
    color: #070707;
    font-weight: bold;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }
  .howMuchBlock .typeCar .detailBlock .cost .num,
.howMuchBlock .casingCar .detailBlock .cost .num {
    font-size: 29px;
  }
  .howMuchBlock .typeCar .detailBlock .cost .from,
.howMuchBlock .casingCar .detailBlock .cost .from {
    font-size: 24px;
  }
  .howMuchBlock .typeCar .detailBlock .detail,
.howMuchBlock .casingCar .detailBlock .detail {
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #0a5b9b;
    font-weight: normal;
    letter-spacing: 0.02em;
    margin-top: 2px;
  }
  .howMuchBlock .typeCar .detailBlock.comboCard,
.howMuchBlock .casingCar .detailBlock.comboCard {
    width: 234px;
    padding: 6px 10px;
    top: 0;
    left: 21px;
  }
  .howMuchBlock .typeCar .detailBlock.comboCard .cost,
.howMuchBlock .casingCar .detailBlock.comboCard .cost {
    font-size: 26px;
    line-height: 42px;
    color: #070707;
    font-weight: bold;
    letter-spacing: 0.01em;
  }
  .howMuchBlock .typeCar .detailBlock.comboCard .cost .num,
.howMuchBlock .casingCar .detailBlock.comboCard .cost .num {
    font-size: 35px;
  }
  .howMuchBlock .typeCar .detailBlock.comboCard .cost .from,
.howMuchBlock .casingCar .detailBlock.comboCard .cost .from {
    font-size: 26px;
  }
  .howMuchBlock .typeCar .detailBlock.comboCard .detail,
.howMuchBlock .casingCar .detailBlock.comboCard .detail {
    font-size: 16px;
    line-height: 16px;
    color: #0a5b9b;
    font-weight: bold;
    letter-spacing: 0.02em;
    margin-top: 0;
  }
  .howMuchBlock .typeCar .detailBlock.comboCard:before,
.howMuchBlock .casingCar .detailBlock.comboCard:before {
    right: 17px;
    border: 15px solid transparent;
    border-top: 8px solid rgba(255, 0, 0, 0.1);
    border-right: 30px solid rgba(255, 0, 0, 0.1);
  }
  .howMuchBlock .typeCar .detailBlock.comboCard {
    height: 91px;
  }
  .howMuchBlock .casingCar .detailBlock {
    height: 78px;
    width: 180px;
  }
  .howMuchBlock .casingCar .detailBlock.comboCard {
    height: 95px;
    width: 300px;
  }
  .howMuchBlock #typeCar1 .typeCar {
    padding-top: 108px;
    padding-bottom: 63px;
  }
  .howMuchBlock #typeCar1 .typeCar .image {
    padding-right: 55px;
  }
  .howMuchBlock #typeCar1 .typeCar .image:before {
    background-image: url(../img/arrows1-tablet.png);
    width: 362px;
    height: 147px;
    top: -13px;
    left: 161px;
  }
  .howMuchBlock #typeCar1 .typeCar .detailBlock.frontDoor {
    left: 119px;
  }
  .howMuchBlock #typeCar1 .typeCar .detailBlock.backDoor {
    left: auto;
    right: 24px;
  }
  .howMuchBlock #typeCar1 .typeCar .detailBlock.backWindow {
    top: 0;
    right: 33px;
  }
  .howMuchBlock #typeCar2 .typeCar {
    padding-top: 105px;
    padding-bottom: 53px;
  }
  .howMuchBlock #typeCar2 .typeCar .detailBlock.comboCard {
    height: 78px;
  }
  .howMuchBlock #typeCar2 .typeCar .image {
    padding-left: 0;
    padding-right: 42px;
  }
  .howMuchBlock #typeCar2 .typeCar .image:before {
    background-image: url(../img/arrows2-tablet.png);
    width: 362px;
    height: 147px;
    top: -9px;
    left: 153px;
  }
  .howMuchBlock #typeCar2 .typeCar .detailBlock.frontDoor {
    bottom: 0;
    left: 119px;
  }
  .howMuchBlock #typeCar2 .typeCar .detailBlock.backDoor {
    bottom: 0;
    left: auto;
    right: 24px;
  }
  .howMuchBlock #typeCar2 .typeCar .detailBlock.backWindow {
    top: 0;
    right: 32px;
  }
  .howMuchBlock #typeCar3 .typeCar {
    padding-top: 107px;
    padding-bottom: 58px;
  }
  .howMuchBlock #typeCar3 .typeCar .detailBlock.comboCard {
    height: 78px;
  }
  .howMuchBlock #typeCar3 .typeCar .image {
    padding-left: 0;
    padding-right: 118px;
  }
  .howMuchBlock #typeCar3 .typeCar .image:before {
    background-image: url(../img/arrows3-tablet.png);
    width: 445px;
    height: 145px;
    top: -12px;
    left: 96px;
  }
  .howMuchBlock #typeCar3 .typeCar .detailBlock.frontDoor {
    bottom: 0;
    left: 5px;
  }
  .howMuchBlock #typeCar3 .typeCar .detailBlock.backDoor {
    bottom: 0;
    left: 255px;
  }
  .howMuchBlock #typeCar3 .typeCar .detailBlock.backWindow {
    top: 0;
    bottom: auto;
    right: 32px;
  }
  .howMuchBlock #typeCar3 .typeCar .detailBlock.triangleBackDoor {
    bottom: 0;
    right: 0;
  }
  .howMuchBlock #typeCar4 .typeCar {
    padding-top: 102px;
    padding-bottom: 81px;
  }
  .howMuchBlock #typeCar4 .typeCar .detailBlock.comboCard {
    height: 91px;
  }
  .howMuchBlock #typeCar4 .typeCar .image {
    padding-right: 22px;
    padding-left: 0;
  }
  .howMuchBlock #typeCar4 .typeCar .image:before {
    background-image: url(../img/arrows4-tablet.png);
    width: 445px;
    height: 145px;
    top: -6px;
    left: 67px;
  }
  .howMuchBlock #typeCar4 .typeCar .detailBlock.frontDoor {
    bottom: 0;
    left: 6px;
  }
  .howMuchBlock #typeCar4 .typeCar .detailBlock.backDoor {
    bottom: 0;
    left: 256px;
  }
  .howMuchBlock #typeCar4 .typeCar .detailBlock.backWindow {
    top: 0;
    bottom: auto;
    right: 33px;
  }
  .howMuchBlock #typeCar4 .typeCar .detailBlock.triangleBackDoor {
    bottom: 0;
    right: 3px;
  }
  .howMuchBlock #typeCar5 .typeCar {
    padding-top: 107px;
    padding-bottom: 85px;
  }
  .howMuchBlock #typeCar5 .typeCar .detailBlock.comboCard {
    height: 91px;
  }
  .howMuchBlock #typeCar5 .typeCar .image {
    padding-left: 0;
    padding-right: 108px;
  }
  .howMuchBlock #typeCar5 .typeCar .image:before {
    background-image: url(../img/arrows5-tablet.png);
    width: 445px;
    height: 145px;
    top: -11px;
    margin-top: 0;
    left: 86px;
    margin-left: 0;
  }
  .howMuchBlock #typeCar5 .typeCar .detailBlock.frontDoor {
    bottom: 0;
    left: 5px;
  }
  .howMuchBlock #typeCar5 .typeCar .detailBlock.backDoor {
    bottom: 0;
    left: 256px;
  }
  .howMuchBlock #typeCar5 .typeCar .detailBlock.backWindow {
    bottom: auto;
    top: 0;
    right: 32px;
  }
  .howMuchBlock #typeCar5 .typeCar .detailBlock.triangleBackDoor {
    bottom: 0;
    right: 0;
  }
  .howMuchBlock .casingCar .detailBlock.comboCard {
    top: 7px;
    left: 0;
  }
  .howMuchBlock #casingCar1 .casingCar {
    padding-bottom: 35px;
    padding-top: 62px;
  }
  .howMuchBlock #casingCar1 .casingCar .image {
    padding-left: 57px;
  }
  .howMuchBlock #casingCar1 .casingCar .image img {
    width: 262px;
  }
  .howMuchBlock #casingCar1 .casingCar .detailBlock.leatherette {
    top: 0;
    right: 0;
  }
  .howMuchBlock #casingCar1 .casingCar .detailBlock.brandMaterial {
    bottom: 163px;
    right: 0;
  }
  .howMuchBlock #casingCar2 .casingCar {
    padding-top: 15px;
    padding-bottom: 35px;
  }
  .howMuchBlock #casingCar2 .casingCar .image {
    padding-left: 24px;
  }
  .howMuchBlock #casingCar2 .casingCar .image img {
    width: 304px;
  }
  .howMuchBlock #casingCar2 .casingCar .detailBlock.comboCard {
    top: 16px;
  }
  .howMuchBlock #casingCar2 .casingCar .detailBlock.leather {
    top: 140px;
    left: 0;
  }
  .howMuchBlock #casingCar2 .casingCar .detailBlock.leatherette {
    bottom: auto;
    top: 12px;
    left: auto;
    right: 0;
  }
  .howMuchBlock #casingCar2 .casingCar .detailBlock.seat {
    top: 108px;
    right: 0;
  }
  .howMuchBlock #casingCar2 .casingCar .detailBlock.doorCart {
    bottom: 25px;
    right: 0;
  }
  .howMuchBlock #casingCar3 .casingCar {
    padding-top: 15px;
    padding-bottom: 35px;
  }
  .howMuchBlock #casingCar3 .casingCar .image {
    padding-left: 8px;
  }
  .howMuchBlock #casingCar3 .casingCar .image img {
    width: 386px;
  }
  .howMuchBlock #casingCar3 .casingCar .detailBlock.sedan {
    top: 20px;
    left: 0;
  }
  .howMuchBlock #casingCar3 .casingCar .detailBlock.universal {
    bottom: 20px;
    left: 0;
  }
  .howMuchBlock #casingCar3 .casingCar .detailBlock.microauto {
    top: 20px;
    right: 0;
  }
  .howMuchBlock #casingCar3 .casingCar .detailBlock.installation {
    bottom: 20px;
    right: 0;
  }
  .howMuchBlock #casingCar4 .casingCar {
    padding-top: 20px;
    padding-bottom: 35px;
  }
  .howMuchBlock #casingCar4 .casingCar .image {
    padding-left: 0;
    padding-right: 6px;
  }
  .howMuchBlock #casingCar4 .casingCar .image img {
    width: 379px;
  }
  .howMuchBlock #casingCar4 .casingCar .detailBlock.armrest {
    top: 29px;
    left: 0;
  }
  .howMuchBlock #casingCar4 .casingCar .detailBlock.gearbox {
    bottom: 74px;
    left: 0;
  }
  .howMuchBlock #casingCar4 .casingCar .detailBlock.armGearbox {
    top: 29px;
    right: 0;
  }
  .howMuchBlock #casingCar4 .casingCar .detailBlock.pillow {
    bottom: 74px;
    right: 0;
  }
  .howMuchBlock #casingCar4 .casingCar .detailBlock.rack {
    bottom: -5px;
    margin-left: -90px;
  }
  .howMuchBlock #capeCar1 .capeCar {
    background-size: 346px 183px;
    background-position: 10px 51px;
  }
  .howMuchBlock #capeCar2 .capeCar {
    background-size: 317px 170px;
    background-position: 38px 55px;
  }
  .howMuchBlock #capeCar3 .capeCar {
    background-size: 280px 165px;
    background-position: 42px 53px;
  }
  .howMuchBlock #capeCar4 .capeCar {
    background-size: 136px 132px;
    background-position: 226px 94px;
  }
  .howMuchBlock #capeCar5 .capeCar {
    background-size: 264px 172px;
    background-position: 14px 50px;
  }
  .howMuchBlock #capeCar6 .capeCar {
    background-size: 141px 150px;
    background-position: 87px 84px;
  }
  .howMuchBlock #matCar2 .matCar {
    background-size: 303px 153px;
  }
  .howMuchBlock.accessoriesCost .howMuchContent {
    width: 680px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .howMuchBlock.accessoriesCost .imageWrapper {
    height: 280px;
  }
  .howMuchBlock.accessoriesCost .imageWrapper img {
    max-height: 280px;
  }
  .howMuchBlock.accessoriesCost .costPanelItem {
    width: 190px;
    height: 75px;
  }
  .howMuchBlock.accessoriesCost .costPanelItem .cost {
    font-size: 22px;
    line-height: 24px;
  }
  .howMuchBlock.accessoriesCost .costPanelItem .cost .num {
    font-size: 24px;
  }
  .howMuchBlock.accessoriesCost .costPanelItem .detail {
    font-size: 12px;
    line-height: 12px;
    margin-top: 6px;
  }

  .stepsOrder {
    padding: 30px 0;
  }
  .stepsOrder .arrows {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .stepsOrder .arrows .arrTo {
    background-size: 100% auto;
  }
  .stepsOrder .arrows .arrTo:first-child {
    height: 95px;
    width: 104px;
    left: 33%;
    margin-left: -35px;
    top: 6px;
  }
  .stepsOrder .arrows .arrTo:nth-child(2) {
    height: 95px;
    width: 107px;
    left: 66%;
    margin-left: -42px;
    top: 6px;
  }
  .stepsOrder .arrows .arrTo:nth-child(3) {
    height: 118px;
    width: 432px;
    right: 105px;
    margin-top: -57px;
    background-position: center;
  }
  .stepsOrder .arrows .arrTo:last-child {
    height: 95px;
    width: 115px;
    bottom: 25px;
    margin-left: -52px;
  }
  .stepsOrder.darkwindow .arrows .arrTo:nth-child(2) {
    height: 95px;
    width: 107px;
    left: 66%;
    margin-left: -42px;
    top: 6px;
  }
  .stepsOrder .steps {
    margin-top: 22px;
  }
  .stepsOrder .step {
    padding: 60px 20px 40px;
  }
  .stepsOrder .step .image {
    height: 95px;
    background-size: 100% auto;
    margin: 0 auto;
  }
  .stepsOrder .step:first-child {
    padding-top: 0;
  }
  .stepsOrder .step:first-child .image {
    width: 160px;
  }
  .stepsOrder .step:nth-child(2) {
    padding-top: 0;
  }
  .stepsOrder .step:nth-child(2) .image {
    width: 105px;
  }
  .stepsOrder .step:nth-child(3) {
    padding-top: 0;
  }
  .stepsOrder .step:nth-child(3) .image {
    width: 118px;
  }
  .stepsOrder .step:nth-child(4) .image {
    width: 175px;
  }
  .stepsOrder .step:last-child .image {
    width: 100px;
  }

  .event {
    padding: 30px 0 5px;
  }
  .event .container {
    width: 100%;
  }
  .event .logo,
.event .carLogo {
    top: -6px;
  }
  .event .logo {
    left: 0;
    width: 71px;
    height: auto;
  }
  .event .carLogo {
    right: 0;
    width: 110px;
    height: auto;
  }
  .event .discountBlock {
    font-size: 14px;
    line-height: 17px;
  }
  .event .discountBlock .attention {
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
  }
  .event .discountBlock .discount {
    font-size: 32px;
    line-height: 32px;
    font-weight: 900;
    letter-spacing: 0em;
    padding-bottom: 14px;
  }
  .event .discountBlock .discount .star {
    font-size: 28px;
    line-height: 20px;
    margin-left: -7px;
  }
  .event .note {
    margin-top: 8px;
    padding-right: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .advantagesItem {
    padding: 30px 0 30px;
    background-color: #f5f5f5;
  }
  .advantagesItem .content {
    margin-top: 24px;
  }
  .advantagesItem .advBlock > .cfix > .item {
    float: none;
  }
  .advantagesItem .advBlock > .cfix > .item:last-child {
    margin-top: 266px;
  }
  .advantagesItem .tit {
    font-size: 15px;
    line-height: 18px;
  }
  .advantagesItem .tit br {
    display: none;
  }
  .advantagesItem .image {
    width: 340px;
    height: auto;
    margin-left: -170px;
    top: 120px;
  }
  .advantagesItem .adv {
    float: left;
    width: 33.3333%;
    padding: 0 15px;
  }
  .advantagesItem .adv + .adv {
    margin-top: 0;
  }
  .advantagesItem.casingAdv {
    padding: 30px 0 30px;
  }
  .advantagesItem.casingAdv .advBlock {
    width: 335px;
    padding-top: 13px;
    margin-left: 0;
  }
  .advantagesItem.casingAdv .advBlock > .cfix .item:last-child {
    margin-top: 0;
  }
  .advantagesItem.casingAdv .image {
    width: 386px;
    height: auto;
    margin-right: 0;
  }
  .advantagesItem.casingAdv .tit {
    font-size: 18px;
    line-height: 22px;
    color: #0a5b9b;
    font-weight: normal;
    letter-spacing: 0.01em;
    position: relative;
    padding-left: 50px;
  }
  .advantagesItem.casingAdv .tit:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 27px;
    background-image: url(../img/tick-adv.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  .advantagesItem.casingAdv .tit br {
    display: block;
  }
  .advantagesItem.casingAdv .adv {
    width: 100%;
    text-align: left;
  }
  .advantagesItem.casingAdv .adv + .adv {
    margin-top: 45px;
  }
  .advantagesItem.capeAdv {
    padding: 30px 0 107px;
  }
  .advantagesItem.capeAdv.servNewPic {
    padding-bottom: 95px;
  }
  .advantagesItem.capeAdv.servNewPic .image {
    width: 600px;
    top: -130px;
    right: auto;
    margin-left: 415px;
  }
  .advantagesItem.capeAdv .content {
    margin-top: 28px;
  }
  .advantagesItem.capeAdv .advBlock {
    padding-top: 0;
    margin-left: 0;
    width: 100%;
  }
  .advantagesItem.capeAdv .advBlock > .cfix .item:last-child {
    margin-top: 0;
  }
  .advantagesItem.capeAdv .image {
    position: absolute;
    float: none;
    margin-right: 0;
    top: 0;
    left: auto;
    right: -201px;
  }
  .advantagesItem.capeAdv .tit br {
    display: block;
  }
  .advantagesItem.capeAdv .adv {
    width: 100%;
    padding: 0;
  }
  .advantagesItem.capeAdv .adv + .adv {
    margin-top: 35px;
  }
  .advantagesItem.matAdv {
    padding: 30px 0 50px;
  }
  .advantagesItem.matAdv .content {
    margin-top: 28px;
  }
  .advantagesItem.matAdv .advBlock {
    padding-top: 0;
    margin-left: 0;
    width: 100%;
  }
  .advantagesItem.matAdv .advBlock > .cfix .item:last-child {
    margin-top: 0;
  }
  .advantagesItem.matAdv .image {
    width: 356px;
    height: 209px;
    margin-top: -97.5px;
    margin-left: 0;
    left: auto;
    right: -141px;
  }
  .advantagesItem.matAdv .tit br {
    display: block;
  }
  .advantagesItem.matAdv .adv {
    width: 100%;
    padding: 0;
  }
  .advantagesItem.matAdv .adv + .adv {
    margin-top: 15px;
  }
  .advantagesItem.ekocarpet .image {
    width: 322px;
    height: 256px;
    margin-top: -129.5px;
    margin-left: 0;
    left: auto;
    right: -112px;
  }

  .examplesItem {
    padding-bottom: 30px;
    padding-top: 30px;
    z-index: 2;
  }
  .examplesItem .content {
    padding: 0;
    margin-top: 22px;
  }
  .examplesItem .image {
    height: 132px;
  }
  .examplesItem .cfix > .item {
    padding: 20px 10px 0;
  }
  .examplesItem .triangles .triangle:first-child {
    width: 108px;
    height: 115px;
    margin-left: -425px;
  }
  .examplesItem .triangles .triangle:nth-child(2) {
    width: 298px;
    height: 324px;
    margin-left: -234px;
  }
  .examplesItem .triangles .triangle:nth-child(3) {
    width: 262px;
    height: 256px;
    margin-left: 16px;
    margin-top: -240px;
  }
  .examplesItem .triangles .triangle:nth-child(4) {
    width: 177px;
    height: 173px;
    margin-left: 253px;
    margin-top: -173px;
  }

  .howToOrder {
    padding-bottom: 33px;
    padding-top: 34px;
  }
  .howToOrder .basicInput + .basicInput {
    margin-top: 15px;
  }
  .howToOrder .content {
    margin-top: 25px;
  }
  .howToOrder .content > .cfix {
    margin: -15px -10px 0;
  }
  .howToOrder .content > .cfix > .item {
    padding: 15px 10px 0;
  }
  .howToOrder .content > .cfix > .item:nth-child(2), .howToOrder .content > .cfix > .item:last-child {
    float: left;
  }
  .howToOrder .content > .cfix > .item:first-child {
    width: 298px;
  }
  .howToOrder .content > .cfix > .item:last-child {
    float: left;
    padding: 15px 10px 0;
  }
  .howToOrder .content > .cfix > .item .in > .cfix {
    margin: -15px -10px 0;
  }
  .howToOrder .content > .cfix > .item .in > .cfix > .item {
    padding: 15px 10px 0;
  }
  .howToOrder .content .txt {
    height: 43px;
    font-size: 12px;
    line-height: 16px;
  }
  .howToOrder .content .txt br {
    display: none;
  }
  .howToOrder .content .discountCostInput {
    float: none;
    padding: 11px 0;
  }
  .howToOrder .content .btnBlock {
    margin-top: 12px;
  }
  .howToOrder .content .btnBlock.success {
    text-align: right;
  }
  .howToOrder .content textarea {
    height: 159px;
  }
  .howToOrder .checks .check {
    width: 100%;
  }
  .howToOrder .checks .check + .check {
    margin-left: 0;
    margin-top: 10px;
  }

  .stepArrows .arrTo {
    opacity: 1;
  }
  .stepArrows + .steps .step .image {
    opacity: 1;
  }

  .close {
    height: auto;
    width: auto;
    top: 5px;
  }
  .close span {
    width: 25px;
    margin-left: -12.5px;
  }

  .buyingMaterials {
    padding: 30px 0 30px;
    background-color: #0a5b9b;
    text-align: center;
    background-image: none;
  }
  .buyingMaterials .materials {
    margin: 5px -4px 0;
  }
  .buyingMaterials .card {
    padding: 17px 4px 0;
  }
  .buyingMaterials .card .in {
    padding: 14px 13px;
    width: 358px;
    height: 155px;
  }
  .buyingMaterials .card .titCard {
    font-size: 25px;
    line-height: 25px;
    color: #363636;
    font-weight: bold;
    letter-spacing: 0em;
  }
  .buyingMaterials .card .costMaterial {
    font-size: 18px;
    line-height: 18px;
    color: #0a5b9b;
    font-weight: bold;
    letter-spacing: 0em;
    margin-top: 12px;
  }
  .buyingMaterials .card .sizeMaterial {
    width: 180px;
    bottom: 13px;
    right: 13px;
    font-size: 12px;
    line-height: 15px;
    color: #363636;
    font-weight: normal;
    letter-spacing: 0em;
  }
  .buyingMaterials .card:nth-child(1) .in {
    background-size: 202px 123px;
    background-position: left top;
  }
  .buyingMaterials .card:nth-child(2) .in {
    background-size: auto 100%;
    background-position: 8px top;
  }
  .buyingMaterials .card:nth-child(3) .in {
    background-size: auto 100%;
    background-position: -52px top;
  }
  .buyingMaterials .card:nth-child(4) .in {
    background-size: 248px 185px;
    background-position: -68px -15px;
  }
  .buyingMaterials .card:nth-child(5) .in {
    background-size: 355px 235px;
    background-position: -159px bottom;
  }

  .basicInput input,
.basicInput textarea {
    line-height: 19px;
    font-size: 16px;
    padding: 11px 20px;
  }

  .check input + label {
    font-size: 16px;
    line-height: 19px;
  }

  .basicInput + .basicInput {
    margin-top: 15px;
  }

  .aboutServ {
    padding: 30px 0 30px;
  }
  .aboutServ img {
    width: 50%;
  }
  .aboutServ .content {
    margin-top: 26px;
    padding: 0;
  }
  .aboutServ .content > .row {
    margin: 0 -10px;
  }
  .aboutServ .content > .row > .item {
    padding: 0 10px;
  }

  .simpleList li {
    font-size: 18px;
    line-height: 22px;
    color: #0a5b9b;
    font-weight: 500;
    letter-spacing: 0.01em;
  }

  .aboutGood {
    padding: 35px 0 35px;
    z-index: 2;
  }
  .aboutGood .cfix {
    margin: -41px 0 0;
  }
  .aboutGood .cfix > .item {
    padding: 41px 5px 0;
  }
  .aboutGood .tit {
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
  }
  .aboutGood .lilTxt {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.015em;
    margin-top: 12px;
  }

  .dayTopic {
    width: 192px;
    padding: 35px 10px 20px;
    bottom: 0;
  }
  .dayTopic .procBlock {
    margin-top: 15px;
  }
  .dayTopic .procBlock .discount {
    display: block;
    font-size: 36px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0em;
  }
  .dayTopic .topicBlock {
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    font-weight: bold;
  }
  .dayTopic .imageBlock {
    margin-top: 18px;
  }
  .dayTopic .imageBlock img {
    width: 120px;
  }
  .dayTopic.active {
    right: 0;
  }

  .mainMenuBl {
    height: auto;
    -webkit-transition: width 0.6s, background-color 0.6s;
    -moz-transition: width 0.6s, background-color 0.6s;
    -o-transition: width 0.6s, background-color 0.6s;
    transition: width 0.6s, background-color 0.6s;
    width: 52px;
  }
  .mainMenuBl .callMenu {
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
    width: 52px;
    padding: 12px 5px;
    float: right;
  }
  .mainMenuBl .callMenu:before {
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .mainMenuBl .callMenu .shortMenu {
    display: none;
  }
  .mainMenuBl .menu {
    z-index: -2;
    padding: 60px 0 15px;
    width: 270px;
    opacity: 0;
    -webkit-transition: left 0.3s, opacity 0.3s;
    -moz-transition: left 0.3s, opacity 0.3s;
    -o-transition: left 0.3s, opacity 0.3s;
    transition: left 0.3s, opacity 0.3s;
  }
  .mainMenuBl .menu li {
    width: 100%;
    padding: 0;
  }
  .mainMenuBl .menu a {
    padding: 8px 45px 8px 5px;
  }
  .mainMenuBl .menu .listMenu {
    padding-bottom: 30px;
  }
  .mainMenuBl .menu .listMenu a {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .mainMenuBl .menu .listMenu a:hover {
    background-color: #f5f5f5;
    opacity: 1;
  }
  .mainMenuBl .menu [class*=icon] {
    display: inline-block;
    vertical-align: middle;
  }
  .mainMenuBl .menu [class*=icon-sumka] {
    font-size: 20px;
  }
  .mainMenuBl .menu [class=icon-ton] {
    font-size: 11px;
  }
  .mainMenuBl .menu [class=icon-vors-kovrik] {
    font-size: 20px;
  }
  .mainMenuBl .menu [class=icon-eco-kovrik] {
    font-size: 20px;
  }
  .mainMenuBl .menu [class=icon-materials] {
    font-size: 20px;
  }
  .mainMenuBl.active {
    width: 270px;
    height: 42px;
    background-color: #fff;
  }
  .mainMenuBl.active .callMenu {
    padding: 16px 5px;
    float: right;
  }
  .mainMenuBl.active .callMenu:before {
    background-color: transparent;
    border-color: transparent;
  }
  .mainMenuBl.active .burger span {
    background-color: #09548f;
  }
  .mainMenuBl.active .menu {
    left: 0;
    overflow-y: scroll;
    padding: 60px 0 15px;
    opacity: 1;
  }
  .mainMenuBl.active .menu .listMenu {
    padding-bottom: 30px;
  }
  .mainMenuBl.active .menu li {
    margin-left: 0;
    width: 100%;
    padding: 0px;
  }
  .mainMenuBl.active .menu [class*=icon] {
    display: inline-block;
    vertical-align: middle;
  }
  .mainMenuBl.active .menu [class=icon-vacancy] {
    font-size: 20px;
  }
  .mainMenuBl.active .menu [class=icon-vacancy]:before {
    color: #09548f;
  }

  .event .carLogo {
    width: 185px;
    height: 100%;
    top: -15px;
  }

  .howMuchBlock .casingCar .braiding {
    top: 124px;
    left: 41px;
  }
  .howMuchBlock .casingCar .braiding + .braiding {
    bottom: 57px;
    left: 41px;
    top: auto;
  }

  .owl-carousel .owl-nav {
    display: none;
  }

  .vacancyBlock .container {
    width: 768px;
  }
  .vacancyBlock .vacancyText .payCost {
    padding: 0 10px 15px 10px;
  }
  .vacancyBlock .vacancyText .payCost .imagepay {
    margin-bottom: 15px;
    margin-top: -21px;
  }
  .vacancyBlock .vacancyText .payCost .imagepay [class*=icon] {
    font-size: 60px;
  }

  .markiAvtoWrapper {
    padding: 20px 0 15px;
  }
  .markiAvtoWrapper .blockTitNormal {
    padding-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 480px;
    padding: 0 10px;
  }

  header {
    z-index: 2;
  }
  header .triangles.aboutTr .triangle:first-child {
    top: auto;
    bottom: 10px;
    width: 86px;
    height: 88px;
    margin-left: 0;
    left: auto;
    right: 143px;
    margin-top: 0;
  }
  header .triangles.aboutTr .triangle:nth-child(2) {
    top: auto;
    bottom: 0;
    width: 164px;
    height: 146px;
    margin-left: 0;
    left: auto;
    right: -14px;
    margin-top: 0;
  }
  header .triangles.aboutTr .triangle:nth-child(3) {
    display: none;
  }
  header .pageTitMain {
    margin-top: 21px;
  }
  header .pageTitMain .titHeader {
    font-size: 53px;
    line-height: 53px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
  }
  header .pageTitMain .subTit {
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    letter-spacing: -0.035em;
  }
  header .content {
    position: static;
  }
  header .popularItemsMenu {
    margin-top: 18px;
    text-align: center;
  }
  header .popularItemsMenu .listMenu {
    display: block;
  }
  header .popularItemsMenu li {
    float: left;
    line-height: 16px;
    width: 50%;
    padding: 3px 0;
  }
  header .popularItemsMenu li + li {
    margin-left: 0;
  }
  header .popularItemsMenu li + li:before {
    left: -4.5px;
  }
  header .popularItemsMenu li:nth-child(2n) {
    text-align: left;
    padding-left: 23.5px;
  }
  header .popularItemsMenu li:nth-child(2n+1) {
    text-align: right;
    padding-right: 23.5px;
  }
  header .popularItemsMenu li:nth-child(2n+1):before {
    display: none;
  }
  header .popularItemsMenu a {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.03em;
  }
  header .pageTitServ {
    margin-top: 24px;
  }
  header .pageTitServ .titHeader {
    font-size: 32px;
    line-height: 35px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.01em;
  }
  header .pageTitServ .nameService {
    margin-top: 0;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.02em;
  }
  header .pageTit {
    margin-top: 26px;
  }
  header .pageTit .titHeader {
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.01em;
  }
  header .logo {
    width: 85px;
  }
  header .contentHeader {
    margin-top: 0;
    position: static;
  }
  header .contentHeader .image {
    position: absolute;
    height: 99px;
    right: -57px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: -16px;
  }
  header .contentHeader .subTit {
    font-size: 18px;
    line-height: 22px;
  }
  header .nextScreen {
    padding: 4px 0;
  }
  header.mainPageScreen .triangles .triangle:first-child {
    width: 163px;
    height: 178px;
    margin-left: 39px;
    margin-top: -222px;
  }
  header.mainPageScreen .triangles .triangle:nth-child(2) {
    width: 173px;
    height: 153px;
    margin-left: -196px;
    top: auto;
    margin-top: 0;
    bottom: 82px;
  }
  header.mainPageScreen .triangles .triangle:nth-child(3) {
    width: 134px;
    height: 145px;
    margin-left: 17px;
    top: auto;
    margin-top: 0;
    bottom: 59px;
  }
  header .bigLogo {
    left: 0;
    top: 0;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: center;
  }
  header.firstScreen .bigLogo {
    left: 0;
    top: 0;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: center;
  }
  header > .table {
    padding: 63px 0;
  }
  header.servScreen .servImage {
    width: 1000px;
    margin-left: -500px;
    background-size: auto 575px;
    background-position: calc(50% + 68px) top;
  }
  header.servScreen .servImage.cape {
    width: 320px;
    height: 100%;
    z-index: -1;
    background-size: 100% auto;
    background-position: center bottom;
  }
  header.servScreen .servImage.mat {
    background-size: 654px 455px;
    background-position: calc(50% + 222px) calc(50% - 150px);
  }
  header.servScreen .servImage.access {
    background-position: center;
    height: 180px;
    width: 130px;
    margin-left: -100px;
    margin-top: -90px;
  }
  header.servScreen .servImage.ekocarpet {
    background-size: 130%;
  }
  header.servScreen .triangles {
    z-index: -2;
  }
  header.servScreen .triangles .triangle:first-child {
    width: 179px;
    height: 223px;
    margin-top: -233px;
    margin-left: 15px;
  }
  header.servScreen .triangles .triangle:nth-child(2) {
    width: 259px;
    height: 250px;
    margin-left: -268px;
    margin-top: 0;
    top: auto;
    bottom: 0;
  }
  header.servScreen .triangles .triangle:nth-child(3) {
    width: 94px;
    height: 112px;
    margin-left: -186px;
    margin-top: -341px;
  }
  header.servScreen .triangles .triangle:nth-child(4) {
    width: 224px;
    height: 233px;
    margin-left: 109px;
    margin-top: 0px;
    bottom: 11px;
    top: auto;
  }

  footer {
    padding: 16px 0;
  }
  footer .phone {
    font-size: 19px;
    line-height: 20px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.01em;
    float: left;
    padding: 0;
  }
  footer .copyright {
    float: none;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    font-weight: 200;
    letter-spacing: 0.01em;
  }
  footer .social {
    float: left;
    width: 100%;
    padding-left: 0;
    margin-top: 5px;
  }
  footer .social li a {
    width: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #16629f;
    font-weight: normal;
  }
  footer .social li + li {
    margin-left: 5px;
  }
  footer .logo {
    width: 36px;
    margin-top: 8px;
  }
  footer .contactsFooter {
    padding-left: 10px;
    width: calc(100% - 36px);
    margin-top: 0;
  }
  footer .bottomFooter {
    margin-top: 13px;
  }
  footer .devBy {
    float: none;
    margin-top: 8px;
  }

  .blockTit {
    font-size: 25px;
    line-height: 30px;
    color: #09548f;
    font-weight: bold;
    background: none;
  }
  .blockTit + .content {
    margin-top: 30px;
  }

  .advantages {
    padding: 30px 0;
  }
  .advantages .interiorGenerally {
    width: 100%;
    margin: 0 auto;
  }
  .advantages .interiorGenerally .adv {
    margin-top: -26px;
    margin-left: 12px;
    position: relative;
    z-index: 1;
  }
  .advantages .interiorGenerally .adv .in .tit {
    font-size: 20px;
    line-height: 20px;
    color: #0a5b9b;
    font-weight: normal;
    text-transform: uppercase;
  }
  .advantages .interiorGenerally .adv .in .txt {
    font-size: 15px;
    line-height: 18px;
    color: #797979;
    font-weight: normal;
    letter-spacing: 0.03em;
    margin-top: 4px;
  }
  .advantages .interiorScheme {
    padding: 112px 25px 0;
  }
  .advantages .interiorScheme .scheme {
    width: 100%;
  }
  .advantages .interiorScheme .interiorDetailed {
    margin-top: 0;
  }
  .advantages .interiorScheme .interiorDetailed .adv .in .tit {
    font-size: 22px;
    line-height: 22px;
    color: #0a5b9b;
    font-weight: normal;
    text-transform: uppercase;
  }
  .advantages .interiorScheme .interiorDetailed .adv .in .txt {
    font-size: 22px;
    line-height: 28px;
    color: #797979;
    font-weight: normal;
    margin-top: 4px;
  }
  .advantages .interiorScheme .interiorDetailed .adv:first-child {
    top: -9px;
    left: 17px;
  }
  .advantages .interiorScheme .interiorDetailed .adv:nth-child(2) {
    top: -9px;
    right: 12px;
  }
  .advantages .interiorScheme .interiorDetailed .adv:nth-child(3) {
    display: none;
  }
  .advantages .interiorScheme .interiorDetailed .adv:last-child {
    display: none;
  }
  .advantages .adv.circle.little {
    width: 114px;
    height: 114px;
  }
  .advantages .adv.circle.little .knobBlock > div {
    width: 114px !important;
    height: 114px !important;
  }
  .advantages .adv.circle.little .knobBlock > div canvas {
    width: 114px !important;
    height: 114px !important;
  }
  .advantages .adv.circle.little .in .txt {
    font-size: 8px;
    line-height: 8px;
    color: #343434;
    font-weight: normal;
  }
  .advantages .adv.circle.little .in .txt .num {
    font-size: 28px;
    line-height: 28px;
    font-weight: 900;
  }
  .advantages .adv.circle.big {
    width: 134px;
    height: 134px;
  }
  .advantages .adv.circle.big .knobBlock > div {
    width: 134px !important;
    height: 134px !important;
  }
  .advantages .adv.circle.big .knobBlock > div canvas {
    width: 134px !important;
    height: 134px !important;
  }
  .advantages .adv.circle.big .in .txt {
    font-size: 9px;
    line-height: 9px;
    color: #343434;
    font-weight: normal;
  }
  .advantages .adv.circle.big .in .txt .num {
    font-size: 38px;
    line-height: 38px;
    font-weight: bold;
  }
  .advantages .adv:before {
    display: none;
  }

  .products {
    padding: 30px 0;
    overflow: hidden;
  }
  .products .typeProd {
    width: 180px;
  }
  .products .typeProd .in > img {
    display: inline-block;
  }
  .products .typeProd.grid {
    margin: 0 auto;
  }
  .products .typeProd.grid > .item {
    padding: 0;
  }
  .products .typeProd .icon img {
    margin: 0 auto;
  }
  .products .galleryProd {
    margin-top: 48px;
  }
  .products .galleryProd .gallery {
    padding: 0;
    margin: 0 auto;
  }
  .products .galleryProd .row {
    margin: 0;
    display: table;
    width: 100%;
  }
  .products .galleryProd .row > .item {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 0 7px;
  }
  .products .galleryProd .row > .item .in {
    display: inline-block;
    width: 100%;
  }
  .products .galleryProd .row > .item:first-child {
    margin-top: 0;
  }
  .products .galleryProd .row > .item:last-child {
    margin-top: 0;
  }
  .products .galleryProd .brick + .brick {
    margin-top: 11px;
  }

  .prodMobSlider .owl-stage-outer {
    overflow: visible;
  }

  .backLogoBack:before {
    background-size: 100% auto;
  }

  .titForm {
    font-size: 25px;
    line-height: 28px;
    color: #09548f;
    font-weight: bold;
    letter-spacing: 0.01em;
  }

  .askUs {
    padding: 30px 0;
  }
  .askUs .content {
    margin: 37px auto 0;
    width: 440px;
  }
  .askUs .askForm {
    width: 100%;
  }
  .askUs .blockImage {
    display: none;
  }
  .askUs .btnMain {
    width: 100%;
  }

  .basicInput input,
.basicInput textarea {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    font-size: 16px;
    line-height: 19px;
    color: #797979;
    font-weight: normal;
    padding: 8px 20px;
  }
  .basicInput.big input {
    font-size: 16px;
    line-height: 19px;
    color: #797979;
    font-weight: normal;
    padding: 8px 20px;
  }

  .btnMain {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
  }

  .contacts {
    padding-bottom: 0;
  }
  .contacts .addrBlock {
    float: none;
  }
  .contacts .telBlock {
    float: none;
  }
  .contacts .addr {
    font-size: 16px;
    line-height: 19px;
    color: #074475;
    font-weight: normal;
    display: table;
  }
  .contacts .content {
    padding-bottom: 15px;
  }
  .contacts .phone {
    margin-top: 5px;
    font-size: 20px;
    line-height: 20px;
    color: #074475;
    font-weight: normal;
    letter-spacing: 0.03em;
  }
  .contacts .logoSoc {
    display: none;
  }
  .contacts .blockTit + .content {
    margin-top: 25px;
  }
  .contacts .map {
    width: 100%;
    margin-left: 0;
    left: 0;
    bottom: auto;
    height: 320px;
  }
  .contacts:not(footer) .textBlock a[href^=tel] {
    display: table;
  }

  .preHistory .tit {
    font-size: 25px;
    line-height: 25px;
    color: #0b518a;
    font-weight: bold;
  }
  .preHistory .txt {
    font-size: 12px;
    line-height: 14px;
    color: #094f87;
    margin-top: 13px;
  }

  .lilBlockTit {
    font-size: 25px;
    line-height: 28px;
    color: #074475;
    font-weight: bold;
  }

  .advantagesCompany .lilBlockTit {
    text-align: center;
  }
  .advantagesCompany .content {
    margin-top: 30px;
  }
  .advantagesCompany .content > .grid {
    margin: -40px -10px 0;
  }
  .advantagesCompany .content > .grid > .item {
    padding: 40px 10px 0;
  }
  .advantagesCompany .in {
    padding: 0;
  }
  .advantagesCompany .titBl {
    margin-top: 13px;
    height: 34px;
  }
  .advantagesCompany .titBl .tit {
    font-size: 14px;
    line-height: 17px;
    color: #074475;
    font-weight: bold;
    letter-spacing: 0.02em;
  }
  .advantagesCompany .txt {
    display: none;
  }
  .advantagesCompany .icon {
    width: 88px;
  }
  .advantagesCompany .icon > img {
    width: 88px;
  }
  .advantagesCompany.casingAdv {
    padding: 48px 0 56px;
  }
  .advantagesCompany.casingAdv .advBlock {
    width: 100%;
    padding-top: 13px;
  }
  .advantagesCompany.casingAdv .advBlock > .cfix .item:last-child {
    margin-top: 0;
  }
  .advantagesCompany.casingAdv .image {
    display: none;
  }
  .advantagesCompany.casingAdv .tit {
    font-size: 18px;
    line-height: 22px;
    color: #0a5b9b;
    font-weight: normal;
    letter-spacing: 0.01em;
    position: relative;
    padding-left: 50px;
  }
  .advantagesCompany.casingAdv .tit:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 27px;
    background-image: url(../img/tick-adv.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  .advantagesCompany.casingAdv .tit br {
    display: block;
  }
  .advantagesCompany.casingAdv .adv {
    width: 100%;
    text-align: left;
  }
  .advantagesCompany.casingAdv .adv + .adv {
    margin-top: 45px;
  }

  .whoWe {
    overflow: hidden;
  }
  .whoWe .table .tCell:last-child {
    padding-left: 0;
  }
  .whoWe .weAre {
    font-size: 24px;
    line-height: 24px;
    color: #0a5b9b;
    font-weight: normal;
  }
  .whoWe .weAre .name {
    font-size: 36px;
    line-height: 36px;
    color: #0a5b9b;
    font-weight: 900;
  }
  .whoWe .typeProd {
    width: 180px;
  }
  .whoWe .typeProd .in > img {
    display: inline-block;
  }
  .whoWe .typeProd.row {
    margin: 38px auto 0;
  }
  .whoWe .typeProd.row .item {
    padding: 0;
    width: 100%;
  }
  .whoWe.nakidki .typeProd {
    margin-top: 0;
    width: 200px;
  }

  .workGallery .content {
    position: static;
    margin-top: 0;
    padding: 20px 0 20px;
  }
  .workGallery .singleWork + .singleWork {
    margin-top: 32px;
  }
  .workGallery .singleWork .image {
    height: 158px;
  }
  .workGallery .singleWork .chapter {
    background: transparent;
    padding: 0 0 0 65px;
    width: 300px;
    margin: 0 auto;
  }
  .workGallery .singleWork .chapter .name {
    font-size: 16px;
    line-height: 16px;
    color: #0a5b9b;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  .workGallery .singleWork .chapter .icon {
    width: 65px;
    font-size: 60px;
    line-height: 16px;
    color: #094f87;
    font-weight: normal;
    letter-spacing: 0;
    text-align: left;
    top: 50%;
    margin-top: -8px;
  }
  .workGallery .singleWork .chapter [class*=icon-sumka] {
    font-size: 40px;
    text-align: center;
  }
  .workGallery .singleWork .row {
    padding: 0 0;
    margin: -15px 0 0;
  }
  .workGallery .singleWork .row .owl-stage-outer {
    overflow: visible;
  }
  .workGallery .singleWork .row .item {
    padding: 15px 0 0;
    width: 100%;
  }
  .workGallery .in {
    width: 300px;
    margin: 30px auto 0;
    position: relative;
  }
  .workGallery .in .icon {
    display: block;
    position: absolute;
    width: 222px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 78px;
    line-height: 83px;
    color: #094f87;
    font-weight: normal;
    letter-spacing: 0;
    top: -33px;
    left: -45px;
  }
  .workGallery.actualDiscount .in {
    width: 100%;
  }
  .workGallery.actualDiscount .singleWork .chapter {
    margin: 0 auto;
    width: auto;
  }
  .workGallery.actualDiscount .singleWork .row {
    margin: -20px -10px 0;
    padding: 0;
  }
  .workGallery.actualDiscount .singleWork .row > .item {
    padding: 20px 10px 0;
  }
  .workGallery.actualDiscount .singleWork .itemCard {
    padding: 20px 5px 10px;
  }
  .workGallery.actualDiscount .singleWork .itemCard .title {
    font-size: 34px;
    line-height: 34px;
  }
  .workGallery.actualDiscount .singleWork .itemCard .title .model {
    font-size: 20px;
    line-height: 20px;
    margin-top: 5px;
  }
  .workGallery.actualDiscount .singleWork .itemCard .title .year {
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
  }
  .workGallery.actualDiscount .singleWork .itemCard .nameItem {
    font-size: 15px;
    line-height: 16px;
    height: 32px;
    padding: 0 5px;
  }
  .workGallery.actualDiscount .singleWork .itemCard .cost {
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
  }
  .workGallery.actualDiscount .singleWork .itemCard .cost .oldCost {
    font-size: 17px;
  }
  .workGallery.actualDiscount .singleWork .itemCard .detailed {
    height: 70px;
  }

  .more {
    margin: 6px auto 0;
  }

  .fastOrder {
    padding: 20px 0 0;
  }
  .fastOrder .message {
    font-size: 16px;
    line-height: 16px;
    color: #0a5b9b;
    font-weight: normal;
    letter-spacing: 0.01em;
    text-transform: inherit;
    margin-top: 12px;
  }
  .fastOrder form {
    width: 242px;
    margin: 14px auto 0;
  }
  .fastOrder form .btnBlock {
    margin-top: 8px;
  }

  .btnMain.big {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: normal;
    padding: 10px 15px;
  }

  .whatIs {
    padding: 30px 0;
  }
  .whatIs .content {
    margin-top: 20px;
    padding: 0;
  }
  .whatIs .content > .cfix {
    margin: 0;
  }
  .whatIs .content > .cfix.darkwindow {
    display: block;
  }
  .whatIs .content > .cfix > .item {
    padding: 0;
    float: none;
    width: 100%;
  }
  .whatIs .imageGood {
    height: 185px;
    margin: 0 auto;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
  }
  .whatIs .cost {
    display: none;
  }
  .whatIs .presentGood {
    font-size: 14px;
    line-height: 17px;
    color: #343434;
    font-weight: normal;
    letter-spacing: 0.015em;
    margin: 16px auto 0;
    min-height: auto;
  }
  .whatIs .presentGood .txt ~ .txt {
    display: none;
  }
  .whatIs .aboutGoodCard {
    font-size: 14px;
    line-height: 20px;
    color: #f55b5b;
    font-weight: bold;
    letter-spacing: 0.01em;
    margin: 11px auto 0;
    float: none;
    width: 100%;
  }
  .whatIs .aboutGoodCard li + li {
    margin-top: 5px;
  }

  .howMuchBlock.howMuchCape .howMuchTabs {
    padding-left: 0;
    padding-top: 74px;
    padding-bottom: 194px;
    width: 287px;
    margin: 0 auto;
  }
  .howMuchBlock.howMuchMat .howMuchTabs {
    padding-left: 0;
    padding-top: 86px;
    padding-bottom: 161px;
    width: 287px;
    margin: 0 auto;
  }
  .howMuchBlock .aboutCost {
    font-size: 15px;
    line-height: 24px;
    color: #070707;
    font-weight: normal;
    letter-spacing: 0.025em;
    margin-top: 15px;
  }
  .howMuchBlock .aboutCost .cost {
    font-size: 20px;
    line-height: 24px;
  }
  .howMuchBlock .content {
    margin-top: 20px;
  }
  .howMuchBlock .howMuchTabs {
    position: relative;
    padding-top: 36px;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat) {
    width: 100vw;
    overflow-x: scroll;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    height: 36px;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat) .cfix {
    margin: 0;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat) ul {
    white-space: nowrap;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat) li {
    padding: 0 7px;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat) li .tabButton {
    width: 142px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    font-size: 14px;
    line-height: 32px;
    color: #0a5b9b;
    font-weight: normal;
    letter-spacing: -0.02em;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat) li:last-child .tabButton {
    width: 199px;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat).casing .cfix {
    margin: 0;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat).casing li {
    padding: 0 7px;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat).casing li .tabButton {
    width: 135px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    font-size: 14px;
    line-height: 32px;
    color: #0a5b9b;
    font-weight: normal;
    letter-spacing: -0.02em;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat).casing li:nth-child(2) .tabButton, .howMuchBlock .tabButtons:not(.cape):not(.mat).casing li:nth-child(3) .tabButton {
    width: 160px;
  }
  .howMuchBlock .tabButtons:not(.cape):not(.mat).casing li:last-child .tabButton {
    width: 150px;
  }
  .howMuchBlock .tabButtons.cape .tabButton,
.howMuchBlock .tabButtons.mat .tabButton {
    width: 140px;
    padding: 5px 2px;
    height: 61px;
  }
  .howMuchBlock .tabButtons.cape .tabButton .cost,
.howMuchBlock .tabButtons.mat .tabButton .cost {
    font-size: 20px;
    line-height: 24px;
    color: #070707;
    font-weight: bold;
    letter-spacing: 0.01em;
  }
  .howMuchBlock .tabButtons.cape .tabButton .cost .num,
.howMuchBlock .tabButtons.mat .tabButton .cost .num {
    font-size: 24px;
  }
  .howMuchBlock .tabButtons.cape .tabButton .cost .from,
.howMuchBlock .tabButtons.mat .tabButton .cost .from {
    font-size: 20px;
  }
  .howMuchBlock .tabButtons.cape .tabButton .detail,
.howMuchBlock .tabButtons.mat .tabButton .detail {
    font-size: 10px;
    line-height: 13px;
    color: #0a5b9b;
    font-weight: normal;
    letter-spacing: 0.03em;
    margin-top: 0;
  }
  .howMuchBlock .tabButtons.cape .tabButton.combo,
.howMuchBlock .tabButtons.mat .tabButton.combo {
    height: 73px;
  }
  .howMuchBlock .tabButtons.cape .item:first-child {
    top: 0;
    left: 50%;
    margin-left: -134px;
  }
  .howMuchBlock .tabButtons.cape .item:nth-child(2) {
    top: auto;
    left: 0;
    bottom: 133px;
  }
  .howMuchBlock .tabButtons.cape .item:nth-child(3) {
    top: auto;
    left: auto;
    right: 0;
    bottom: 133px;
  }
  .howMuchBlock .tabButtons.cape .item:nth-child(4) {
    top: auto;
    right: auto;
    left: 0;
    bottom: 67px;
  }
  .howMuchBlock .tabButtons.cape .item:nth-child(5) {
    top: auto;
    right: 0;
    bottom: 67px;
  }
  .howMuchBlock .tabButtons.cape .item:last-child {
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
  }
  .howMuchBlock .tabButtons.mat .item:first-child {
    top: 0;
    left: 50%;
    margin-left: -134px;
  }
  .howMuchBlock .tabButtons.mat .item:nth-child(2) {
    top: auto;
    left: 0;
    bottom: 77px;
  }
  .howMuchBlock .tabButtons.mat .item:nth-child(3) {
    top: auto;
    left: auto;
    right: 0;
    bottom: 77px;
  }
  .howMuchBlock .tabButtons.mat .item:nth-child(4) {
    top: auto;
    bottom: 0;
    left: 0px;
  }
  .howMuchBlock .tabButtons.mat .item:nth-child(5) {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0px;
  }
  .howMuchBlock .tabButtons.accessories .item:first-child {
    top: 0px;
    left: 50%;
    margin-left: -110px;
  }
  .howMuchBlock .tabButtons.accessories .item:first-child .tabButton {
    width: 220px;
    height: 100px;
  }
  .howMuchBlock .tabButtons.accessories .item:nth-child(2) {
    top: auto;
    right: 50%;
    margin-right: -110px;
    left: auto;
    bottom: 110px;
  }
  .howMuchBlock .tabButtons.accessories .item:nth-child(2) .tabButton {
    width: 220px;
    height: 100px;
  }
  .howMuchBlock .tabButtons.accessories .item:nth-child(3) {
    top: auto;
    right: 50%;
    margin-right: -110px;
    left: auto;
  }
  .howMuchBlock .tabButtons.accessories .item:nth-child(3) .tabButton {
    width: 220px;
    height: 100px;
  }
  .howMuchBlock .tabContent:not(.cape):not(.mat) {
    padding: 30px 0 0;
  }
  .howMuchBlock .tabContent:not(.cape):not(.mat).accessories {
    background-size: 100%;
    background-position: center;
  }
  .howMuchBlock .tabContent.cape {
    width: 300px;
    height: 198px;
  }
  .howMuchBlock .tabContent.cape .capeCar {
    height: 198px;
  }
  .howMuchBlock .tabContent.mat {
    width: 285px;
    height: 142px;
  }
  .howMuchBlock .tabContent.mat .matCar {
    width: 100%;
    height: 162px;
    background-repeat: no-repeat;
    background-size: auto 142px;
    background-position: 1px 15px;
  }
  .howMuchBlock .typeCar .detailBlock {
    width: auto;
    padding: 0;
    height: auto;
    background-color: transparent;
  }
  .howMuchBlock .typeCar .detailBlock .cost {
    font-size: 15px;
    line-height: 18px;
    color: #070707;
    font-weight: bold;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }
  .howMuchBlock .typeCar .detailBlock .cost .num {
    font-size: 23px;
  }
  .howMuchBlock .typeCar .detailBlock .cost .from {
    font-size: 15px;
  }
  .howMuchBlock .typeCar .detailBlock .detail {
    font-size: 15px;
    line-height: 18px;
    color: #0a5b9b;
    font-weight: normal;
    letter-spacing: 0.02em;
    margin-top: 0;
  }
  .howMuchBlock .typeCar .detailBlock.comboCard {
    display: none;
  }
  .howMuchBlock .casingCar .detailBlock {
    height: auto;
    width: auto;
  }
  .howMuchBlock .casingCar .detailBlock.comboCard {
    height: auto;
  }
  .howMuchBlock .typeCar .image > img {
    width: 100%;
  }
  .howMuchBlock .typeCar .image:before {
    display: none;
  }
  .howMuchBlock .typeCar .details {
    display: table;
    margin: 0 auto;
    background-color: rgba(10, 91, 155, 0.06);
    padding: 12px 17px 12px 13px;
    margin-top: -16px;
  }
  .howMuchBlock .typeCar .detailBlock {
    position: static;
    display: table-row;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    text-align: left;
  }
  .howMuchBlock .typeCar .detailBlock .cost {
    display: table-cell;
    white-space: nowrap;
  }
  .howMuchBlock .typeCar .detailBlock .detail {
    display: table-cell;
  }
  .howMuchBlock #typeCar1 .typeCar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .howMuchBlock #typeCar1 .typeCar .image {
    padding-right: 0;
  }
  .howMuchBlock #typeCar1 .typeCar .detailBlock.frontDoor {
    left: 119px;
  }
  .howMuchBlock #typeCar1 .typeCar .detailBlock.backDoor {
    left: auto;
    right: 24px;
  }
  .howMuchBlock #typeCar1 .typeCar .detailBlock.backWindow {
    top: 0;
    right: 33px;
  }
  .howMuchBlock #typeCar2 .typeCar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .howMuchBlock #typeCar2 .typeCar .image {
    padding-right: 0;
  }
  .howMuchBlock #typeCar2 .typeCar .detailBlock.frontDoor {
    bottom: 0;
    left: 119px;
  }
  .howMuchBlock #typeCar2 .typeCar .detailBlock.backDoor {
    bottom: 0;
    left: auto;
    right: 24px;
  }
  .howMuchBlock #typeCar2 .typeCar .detailBlock.backWindow {
    top: 0;
    right: 32px;
  }
  .howMuchBlock #typeCar3 .typeCar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .howMuchBlock #typeCar3 .typeCar .image {
    padding-right: 0;
  }
  .howMuchBlock #typeCar3 .typeCar .detailBlock.frontDoor {
    bottom: 0;
    left: 5px;
  }
  .howMuchBlock #typeCar3 .typeCar .detailBlock.backDoor {
    bottom: 0;
    left: 255px;
  }
  .howMuchBlock #typeCar3 .typeCar .detailBlock.backWindow {
    top: 0;
    bottom: auto;
    right: 32px;
  }
  .howMuchBlock #typeCar3 .typeCar .detailBlock.triangleBackDoor {
    bottom: 0;
    right: 0;
  }
  .howMuchBlock #typeCar4 .typeCar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .howMuchBlock #typeCar4 .typeCar .image {
    padding-right: 0;
  }
  .howMuchBlock #typeCar4 .typeCar .detailBlock.frontDoor {
    bottom: 0;
    left: 6px;
  }
  .howMuchBlock #typeCar4 .typeCar .detailBlock.backDoor {
    bottom: 0;
    left: 256px;
  }
  .howMuchBlock #typeCar4 .typeCar .detailBlock.backWindow {
    top: 0;
    bottom: auto;
    right: 33px;
  }
  .howMuchBlock #typeCar4 .typeCar .detailBlock.triangleBackDoor {
    bottom: 0;
    right: 3px;
  }
  .howMuchBlock #typeCar5 .typeCar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .howMuchBlock #typeCar5 .typeCar .image {
    padding-right: 0;
  }
  .howMuchBlock .casingCar .detailBlock {
    width: 135px;
    height: 59px;
    padding: 5px 0;
  }
  .howMuchBlock .casingCar .detailBlock .cost {
    font-size: 19px;
    line-height: 24px;
    color: #070707;
    font-weight: bold;
    letter-spacing: 0.01em;
  }
  .howMuchBlock .casingCar .detailBlock .cost .num {
    font-size: 23px;
  }
  .howMuchBlock .casingCar .detailBlock .cost .from {
    font-size: 16px;
  }
  .howMuchBlock .casingCar .detailBlock .detail {
    font-size: 10px;
    line-height: 10px;
    color: #0a5b9b;
    font-weight: normal;
    letter-spacing: 0.02em;
    margin-top: 0;
  }
  .howMuchBlock .casingCar .detailBlock.comboCard {
    top: 0;
    left: 50%;
    margin-left: -150px;
    height: 95px;
  }
  .howMuchBlock .casingCar .detailBlock.comboCard .cost {
    font-size: 28px;
    line-height: 42px;
    color: #070707;
    font-weight: bold;
    letter-spacing: 0.01em;
  }
  .howMuchBlock .casingCar .detailBlock.comboCard .cost .num {
    font-size: 28px;
  }
  .howMuchBlock .casingCar .detailBlock.comboCard .cost .from {
    font-size: 23px;
  }
  .howMuchBlock .casingCar .detailBlock.comboCard .detail {
    font-size: 16px;
    line-height: 16px;
    color: #0a5b9b;
    font-weight: bold;
    letter-spacing: 0.02em;
  }
  .howMuchBlock .casingCar .detailBlock.comboCard:before {
    right: 177px;
  }
  .howMuchBlock #casingCar1 .casingCar {
    padding-bottom: 97px;
    padding-top: 116px;
  }
  .howMuchBlock #casingCar1 .casingCar .image {
    padding-left: 0;
  }
  .howMuchBlock #casingCar1 .casingCar .image img {
    width: 144px;
  }
  .howMuchBlock #casingCar1 .casingCar .detailBlock.leatherette {
    top: auto;
    bottom: 29px;
    right: auto;
    left: 0;
  }
  .howMuchBlock #casingCar1 .casingCar .detailBlock.brandMaterial {
    bottom: 29px;
    right: 0;
  }
  .howMuchBlock #casingCar2 .casingCar {
    padding-top: 86px;
    padding-bottom: 170px;
  }
  .howMuchBlock #casingCar2 .casingCar .image {
    padding-left: 0;
  }
  .howMuchBlock #casingCar2 .casingCar .image img {
    width: 200px;
  }
  .howMuchBlock #casingCar2 .casingCar .detailBlock.comboCard {
    top: 0;
  }
  .howMuchBlock #casingCar2 .casingCar .detailBlock.leather {
    top: auto;
    left: 0;
    bottom: 104px;
  }
  .howMuchBlock #casingCar2 .casingCar .detailBlock.leatherette {
    bottom: 29px;
    top: auto;
    left: 0;
    right: auto;
  }
  .howMuchBlock #casingCar2 .casingCar .detailBlock.seat {
    top: auto;
    right: 0;
    bottom: 104px;
  }
  .howMuchBlock #casingCar2 .casingCar .detailBlock.doorCart {
    bottom: 29px;
    right: 0;
  }
  .howMuchBlock #casingCar3 .casingCar {
    padding-top: 76px;
    padding-bottom: 120px;
  }
  .howMuchBlock #casingCar3 .casingCar .image {
    padding-left: 0;
  }
  .howMuchBlock #casingCar3 .casingCar .image img {
    width: 289px;
  }
  .howMuchBlock #casingCar3 .casingCar .detailBlock.sedan {
    top: 0;
    left: 0;
  }
  .howMuchBlock #casingCar3 .casingCar .detailBlock.universal {
    bottom: 29px;
    left: 0;
  }
  .howMuchBlock #casingCar3 .casingCar .detailBlock.microauto {
    top: 0;
    right: 0;
  }
  .howMuchBlock #casingCar3 .casingCar .detailBlock.installation {
    bottom: 29px;
    right: 0;
  }
  .howMuchBlock #casingCar4 .casingCar {
    padding-top: 79px;
    padding-bottom: 100px;
  }
  .howMuchBlock #casingCar4 .casingCar .image {
    padding-right: 0;
  }
  .howMuchBlock #casingCar4 .casingCar .image img {
    width: 275px;
  }
  .howMuchBlock #casingCar4 .casingCar .detailBlock.armrest {
    top: 0;
    left: 0;
  }
  .howMuchBlock #casingCar4 .casingCar .detailBlock.gearbox {
    bottom: 55px;
    right: 0;
  }
  .howMuchBlock #casingCar4 .casingCar .detailBlock.armGearbox {
    top: 0;
    right: 0;
  }
  .howMuchBlock #casingCar4 .casingCar .detailBlock.pillow {
    bottom: 55px;
    right: 0;
  }
  .howMuchBlock #casingCar4 .casingCar .detailBlock.rack {
    bottom: 0;
    margin-left: -67.5px;
  }
  .howMuchBlock #capeCar1 .capeCar {
    background-size: 287px 152px;
    background-position: 10px 41px;
  }
  .howMuchBlock #capeCar2 .capeCar {
    background-size: 261px 147px;
    background-position: 34px 42px;
  }
  .howMuchBlock #capeCar3 .capeCar {
    background-size: 242px 143px;
    background-position: 28px 42px;
  }
  .howMuchBlock #capeCar4 .capeCar {
    background-size: 114px 111px;
    background-position: 184px 77px;
  }
  .howMuchBlock #capeCar5 .capeCar {
    background-size: 219px 143px;
    background-position: 11px 40px;
  }
  .howMuchBlock #capeCar6 .capeCar {
    background-size: 123px 123px;
    background-position: 71px 70px;
  }
  .howMuchBlock #matCar2 .matCar {
    background-size: 274px 138px;
  }
  .howMuchBlock.accessoriesCost .howMuchContent {
    width: 100%;
    max-width: 600px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
  }
  .howMuchBlock.accessoriesCost .imageWrapper {
    height: auto;
    order: -1;
  }
  .howMuchBlock.accessoriesCost .imageWrapper img {
    max-height: 240px;
  }
  .howMuchBlock.accessoriesCost .costList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 396px;
    margin: 0 auto;
  }
  .howMuchBlock.accessoriesCost .costItem {
    position: relative;
    padding: 8px 4px 0;
  }
  .howMuchBlock.accessoriesCost .costItem:first-child {
    top: auto;
    left: auto;
  }
  .howMuchBlock.accessoriesCost .costPanelItem {
    width: 190px;
    height: 75px;
  }

  .stepsOrder {
    padding: 30px 0;
  }
  .stepsOrder .arrows {
    display: none;
  }
  .stepsOrder .owl-stage-outer {
    overflow: visible;
  }
  .stepsOrder .stepsSlider {
    width: 215px;
    margin: 20px auto 0;
  }
  .stepsOrder .step {
    padding: 47px 0 22px;
    width: 100%;
  }
  .stepsOrder .step .txt {
    font-size: 16px;
    line-height: 20px;
  }
  .stepsOrder .step .txt .tit {
    margin-top: 10px;
    text-transform: none;
  }
  .stepsOrder .step:first-child .image {
    width: auto;
  }
  .stepsOrder .step:nth-child(2) .image {
    width: inherit;
  }
  .stepsOrder .step:nth-child(3) .image {
    width: inherit;
  }
  .stepsOrder .step:nth-child(4) .image {
    width: inherit;
  }
  .stepsOrder .step:last-child .image {
    width: inherit;
  }
  .stepsOrder .step:nth-child(4), .stepsOrder .step:nth-child(5) {
    margin-left: 0;
    margin-right: 0;
  }
  .stepsOrder .step .image {
    height: 90px;
    width: 180px !important;
    background-size: contain;
    position: relative;
  }
  .stepsOrder .step .image:after {
    content: "";
    display: block;
    position: absolute;
    width: 36px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/stepTo5.png);
    top: 50%;
    margin-top: -9px;
    left: 100%;
    margin-left: 17px;
  }
  .stepsOrder .step.lastStep .image:after {
    display: none;
  }

  .event {
    padding: 10px 0 0;
  }
  .event .logo,
.event .carLogo {
    display: none;
  }
  .event .discountBlock {
    display: block;
    text-align: right;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.03em;
  }
  .event .discountBlock .numsDiscount {
    float: left;
    margin-top: -5px;
  }
  .event .discountBlock .attention {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
  }
  .event .discountBlock .discount {
    font-size: 34px;
    line-height: 26px;
    font-weight: 900;
    letter-spacing: 0em;
    padding-bottom: 14px;
  }
  .event .discountBlock .discount .star {
    font-size: 24px;
    line-height: 24px;
    margin-left: -10px;
    margin-top: -3px;
  }
  .event .note {
    float: right;
    margin-top: -40px;
    width: 160px;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.03em;
  }

  .advantagesItem .content {
    margin: 20px auto 0;
    max-width: 360px;
  }
  .advantagesItem .advBlock > .cfix {
    margin: -10px -5px 0;
  }
  .advantagesItem .advBlock > .cfix > .item:after {
    display: none;
  }
  .advantagesItem .advBlock > .cfix > .item:last-child {
    margin-top: 0;
  }
  .advantagesItem .tit {
    font-size: 14px;
    line-height: 21px;
    color: #0a5b9b;
    font-weight: normal;
    letter-spacing: 0.01em;
    height: 57px;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
  .advantagesItem .image {
    opacity: 0.19;
    width: 291px;
    height: 252px;
    margin-left: -145.5px;
    top: 50%;
    margin-top: -126px;
  }
  .advantagesItem .adv {
    width: 50%;
    padding: 10px 5px 0;
  }
  .advantagesItem .adv + .adv {
    margin-top: 0;
  }
  .advantagesItem.casingAdv .advBlock {
    width: 100%;
    padding-top: 3px;
  }
  .advantagesItem.casingAdv .advBlock > .cfix .item:last-child {
    margin-top: 0;
  }
  .advantagesItem.casingAdv .image {
    display: none !important;
  }
  .advantagesItem.casingAdv .tit {
    height: auto;
    position: relative;
    max-width: 100%;
    font-size: 14px;
    line-height: 21px;
  }
  .advantagesItem.casingAdv .tit:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 21px;
    background-image: url(../img/tick-adv.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 19px;
  }
  .advantagesItem.casingAdv .tit br {
    display: block;
  }
  .advantagesItem.casingAdv .adv {
    width: 100%;
    text-align: left;
    padding-top: 0;
    max-width: 300px;
  }
  .advantagesItem.casingAdv .adv + .adv {
    margin-top: 5px;
  }
  .advantagesItem.capeAdv {
    padding: 26px 0 21px;
  }
  .advantagesItem.capeAdv.servNewPic {
    padding-bottom: 45px;
  }
  .advantagesItem.capeAdv.servNewPic .image {
    position: static;
    width: 290px;
    top: auto;
    right: auto;
    margin-left: auto;
  }
  .advantagesItem.capeAdv .content {
    margin-top: 15px;
  }
  .advantagesItem.capeAdv .advBlock {
    padding-top: 19px;
    margin-left: 0;
    width: 100%;
  }
  .advantagesItem.capeAdv .advBlock > .cfix {
    margin: 0;
  }
  .advantagesItem.capeAdv .advBlock > .cfix .item {
    padding: 0;
  }
  .advantagesItem.capeAdv .advBlock > .cfix .item:last-child {
    margin-top: 0;
  }
  .advantagesItem.capeAdv .image {
    position: static;
    opacity: 1;
    margin: 0 auto;
    right: 0;
    width: 129px;
  }
  .advantagesItem.capeAdv .tit {
    height: auto;
    font-size: 14px;
    line-height: 21px;
    color: #0a5b9b;
    font-weight: normal;
    letter-spacing: 0.01em;
    max-width: 100%;
  }
  .advantagesItem.capeAdv .tit:before {
    width: 50px;
    height: 21px;
    background-image: url(../img/tick-adv.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 19px;
  }
  .advantagesItem.capeAdv .tit br {
    display: none;
  }
  .advantagesItem.capeAdv .adv {
    width: 100%;
    padding: 0;
    max-width: 300px;
  }
  .advantagesItem.capeAdv .adv + .adv {
    margin-top: 5px;
  }
  .advantagesItem.matAdv {
    padding: 30px 0;
  }
  .advantagesItem.matAdv .content {
    margin-top: 15px;
  }
  .advantagesItem.matAdv .advBlock {
    padding-top: 19px;
    margin-left: 0;
    width: 100%;
  }
  .advantagesItem.matAdv .advBlock > .cfix {
    margin: 0;
  }
  .advantagesItem.matAdv .advBlock > .cfix .item {
    padding: 0;
  }
  .advantagesItem.matAdv .advBlock > .cfix .item:last-child {
    margin-top: 0;
  }
  .advantagesItem.matAdv .image {
    position: static;
    opacity: 1;
    margin: 0 auto;
    right: auto;
    top: auto;
    margin-top: 0;
    width: 267px;
    height: auto;
  }
  .advantagesItem.matAdv .tit {
    height: auto;
    max-width: 100%;
    font-size: 14px;
    line-height: 21px;
    color: #0a5b9b;
    font-weight: normal;
    letter-spacing: 0.01em;
  }
  .advantagesItem.matAdv .tit:before {
    width: 50px;
    height: 21px;
    background-image: url(../img/tick-adv.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 19px;
  }
  .advantagesItem.matAdv .tit br {
    display: none;
  }
  .advantagesItem.matAdv .adv {
    width: 100%;
    padding: 0;
    max-width: 300px;
  }
  .advantagesItem.matAdv .adv + .adv {
    margin-top: 5px;
  }

  .basicInput + .basicInput {
    margin-top: 15px;
  }

  .basicInput textarea {
    height: 95px;
  }

  .examplesItem {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .examplesItem .content {
    margin-top: 20px;
  }
  .examplesItem .image {
    height: 170px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  .examplesItem .cfix {
    margin: 0;
  }
  .examplesItem .cfix > .item {
    padding: 0;
  }
  .examplesItem .owl-stage-outer {
    overflow: visible;
  }
  .examplesItem .triangles .triangle:first-child {
    width: 57px;
    height: 61px;
    margin-left: -227px;
    margin-top: 17px;
  }
  .examplesItem .triangles .triangle:nth-child(2) {
    width: 158px;
    height: 171px;
    margin-left: -124px;
    margin-top: 14px;
  }
  .examplesItem .triangles .triangle:nth-child(3) {
    width: 139px;
    height: 135px;
    margin-left: 9px;
    margin-top: -62px;
  }
  .examplesItem .triangles .triangle:nth-child(4) {
    display: none;
  }

  .howToOrder {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .howToOrder .content {
    margin-top: 15px;
  }
  .howToOrder .content > .cfix {
    margin: -15px -10px 0;
  }
  .howToOrder .content > .cfix > .item {
    padding: 15px 10px 0;
  }
  .howToOrder .content > .cfix > .item:first-child, .howToOrder .content > .cfix > .item:nth-child(2), .howToOrder .content > .cfix > .item:last-child {
    width: 100%;
  }
  .howToOrder .content .txt {
    font-size: 15px;
    line-height: 19px;
    color: #074475;
    font-weight: normal;
    letter-spacing: 0.02em;
    max-width: 320px;
    height: auto;
  }
  .howToOrder .content .btnBlock {
    margin-top: 15px;
    float: left;
    width: 100%;
  }
  .howToOrder .content .btnBlock.success {
    text-align: left;
  }
  .howToOrder .content .btnMain {
    float: none;
    width: 100%;
  }
  .howToOrder .content .discountCostInput {
    float: none;
    text-align: left;
    padding: 0;
    text-align: center;
  }
  .howToOrder .askForm {
    margin: 20px auto 0;
    width: 100%;
    max-width: 360px;
  }
  .howToOrder .btnMain {
    background-color: #f62b2b;
  }

  .buyingMaterials .materials {
    margin: 12px 0 0;
  }
  .buyingMaterials .card {
    padding: 15px 0 0;
    margin: 0 auto;
    display: block;
  }
  .buyingMaterials .card .in {
    padding: 14px 13px;
    width: 320px;
    height: 135px;
    margin: 0 auto;
  }
  .buyingMaterials .card .titCard {
    font-size: 22px;
    line-height: 22px;
    color: #363636;
    font-weight: bold;
    letter-spacing: 0em;
  }
  .buyingMaterials .card .costMaterial {
    font-size: 16px;
    line-height: 16px;
    color: #0a5b9b;
    font-weight: bold;
    letter-spacing: 0em;
    margin-top: 12px;
  }
  .buyingMaterials .card .sizeMaterial {
    width: 168px;
    bottom: 13px;
    right: 13px;
    font-size: 10px;
    line-height: 12px;
    color: #363636;
    font-weight: normal;
    letter-spacing: 0em;
  }
  .buyingMaterials .card:nth-child(1) .in {
    background-size: 178px 108px;
    background-position: left top;
  }
  .buyingMaterials .card:nth-child(2) .in {
    background-position: 8px top;
  }
  .buyingMaterials .card:nth-child(4) .in {
    background-position: -78px -15px;
  }
  .buyingMaterials .card:nth-child(5) .in {
    background-size: 355px 235px;
    background-position: -159px bottom;
  }

  .aboutServ {
    padding: 26px 0 0;
  }
  .aboutServ img {
    width: 100%;
  }
  .aboutServ .content {
    margin-top: 20px;
  }
  .aboutServ .content > .row > .item:nth-child(2) {
    margin-top: 18px;
  }
  .aboutServ .txt {
    font-size: 14px;
    line-height: 16px;
    color: #363636;
    font-weight: normal;
  }
  .aboutServ .txt + .txt {
    margin-top: 18px;
  }

  .simpleList li {
    font-size: 16px;
    line-height: 16px;
    color: #0a5b9b;
    font-weight: 500;
    letter-spacing: 0em;
  }

  .aboutGood {
    padding: 10px 0;
  }
  .aboutGood.aboutMat {
    padding: 30px 0;
  }
  .aboutGood .cfix {
    margin: -30px 0 0;
  }
  .aboutGood .cfix > .item {
    padding: 30px 5px 0;
  }
  .aboutGood .cfix {
    margin: -24px 0 0;
  }
  .aboutGood .cfix > .table {
    display: block;
  }
  .aboutGood .cfix > .table > .tCell {
    display: block !important;
    padding: 47px 0 0;
  }
  .aboutGood .tit {
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-weight: bold;
  }
  .aboutGood .lilTxt {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.015em;
    margin-top: 5px;
    text-transform: none;
  }

  .dayTopic {
    display: none !important;
    width: 100%;
    padding: 10px 15px;
  }
  .dayTopic .procBlock {
    margin-top: 0;
    width: 100%;
  }
  .dayTopic .procBlock .discount {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0em;
  }
  .dayTopic .topicBlock {
    display: none;
  }
  .dayTopic .imageBlock {
    position: absolute;
    left: 15px;
    margin-top: 0;
    top: 50%;
    margin-top: -18px;
  }
  .dayTopic .imageBlock img {
    width: auto;
    height: 36px;
  }
  .dayTopic .close {
    right: 15px;
    margin-left: 0;
    left: auto;
    top: 50%;
    margin-top: -15px;
  }

  .mainMenuBl .menu {
    width: 100vw;
    left: -100vw;
    padding: 90px 0 15px;
  }
  .mainMenuBl .menu .logo {
    display: block;
  }
  .mainMenuBl.active {
    width: 100vw;
  }
  .mainMenuBl.active .menu {
    padding: 90px 0 15px;
  }
  .mainMenuBl.active .menu .listMenu {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .dayTopic {
    display: block;
  }

  .vacancyBlock .container {
    max-width: auto;
    width: 100%;
  }
  .vacancyBlock .vacancyText .moreInfo .simpleList {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .howMuchBlock .casingCar .braiding {
    top: 189px;
    left: 0px;
  }
  .howMuchBlock .casingCar .braiding + .braiding {
    bottom: auto;
    left: auto;
    top: 189px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .vacancyBlock {
    padding: 50px 0 70px 0;
  }
  .vacancyBlock .container {
    max-width: 480px;
  }
  .vacancyBlock .vacancyItem + .vacancyItem {
    padding: 50px 0 0 0;
  }
  .vacancyBlock .vacancyText .captionText {
    font-size: 17px;
    line-height: 21px;
    text-transform: none;
    padding-top: 6px;
  }
  .vacancyBlock .vacancyText .moreInfo .simpleList.text li {
    padding: 9px 10px;
  }
  .vacancyBlock .vacancyText .simpleList.text {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .vacancyBlock .vacancyText .simpleList.text li {
    line-height: 21px;
  }
  .vacancyBlock .vacancyText .simpleList.text li:before {
    line-height: 15px;
  }
  .vacancyBlock .vacancyText .payCost {
    position: relative;
    text-align: left;
    right: auto;
    padding: 10px 0 10px 50px;
    top: 0;
  }
  .vacancyBlock .vacancyText .payCost:not(.active) {
    background: none;
  }
  .vacancyBlock .vacancyText .payCost .imagepay {
    margin-top: 0;
    text-align: left;
    position: absolute;
    left: 0;
  }
  .vacancyBlock .vacancyText .payCost .imagepay [class*=icon] {
    font-size: 40px;
  }
  .vacancyBlock .vacancyText .button[class*=icon] {
    margin-top: 5px;
  }
  .vacancyBlock .vacancyName {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .mainGoodsList {
    padding-bottom: 10px;
  }
  .mainGoodsList .mainGoodsItem {
    padding: 35px 0;
    max-width: 320px;
  }
  .mainGoodsList .mainGoodsItem .goodTitle {
    font-size: 24px;
    line-height: 28px;
  }
  .mainGoodsList .mainGoodsItem .txt {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .pageTextDetailed {
    margin: 25px 0;
  }
  .pageTextDetailed p,
.pageTextDetailed li {
    padding: 0 14px;
    font-size: 14px;
    line-height: 19px;
  }
  .pageTextDetailed li:before {
    margin: 7px 0;
    left: 0;
  }
  .pageTextDetailed .blockTitNormal {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .pageTextDetailed .lilBlockTit {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .pageTextDetailed .linkDetailed {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .linkDetailed {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .markiavto {
    margin: 0 -6px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 767px) {
  .markiAvtoWrapper {
    padding: 30px 0;
  }
  .markiAvtoWrapper .blockTitNormal {
    padding-bottom: 18px;
  }
  .markiAvtoWrapper .avtolog {
    width: 72px;
    height: 76px;
    padding: 12px 6px 0;
  }
}
@media (max-width: 479px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }

  .askUs .content {
    width: 100%;
  }

  .whatIs .imageGood {
    height: 120px;
  }

  .howToOrder .askForm {
    width: 320px;
  }

  .examplesItem .image {
    height: 164px;
  }

  .preHistory .content {
    padding-left: 0;
    margin-top: 15px;
  }
  .preHistory .ourYears {
    position: static;
    width: 100%;
    margin-top: 0;
    text-align: left;
  }
  .preHistory .ourYears .year,
.preHistory .ourYears :not([class=year]) {
    display: inline-block;
    vertical-align: middle;
  }
  .preHistory .ourYears .year {
    font-size: 17px;
    line-height: 19px;
  }
  .preHistory .ourYears :not([class=year]) {
    font-size: 14px;
    line-height: 17px;
    margin-top: 0;
  }

  .howMuchBlock #casingCar4 .casingCar .detailBlock.rack {
    bottom: -18px;
  }

  .workGallery.actualDiscount .in {
    width: 230px;
  }
  .workGallery.actualDiscount .singleWork .row {
    margin: -25px 0 0;
  }
  .workGallery.actualDiscount .singleWork .row .item {
    padding: 25px 0 0;
  }
  .workGallery.actualDiscount .singleWork .itemCard {
    padding: 20px 15px 15px;
  }
  .workGallery.actualDiscount .singleWork .itemCard .nameItem {
    padding: 0 15px;
    height: auto;
    margin-top: 20px;
  }
  .workGallery.actualDiscount .singleWork .itemCard .title .model {
    margin-top: 10px;
  }
  .workGallery.actualDiscount .singleWork .itemCard .title .year {
    margin-top: 10px;
  }
  .workGallery.actualDiscount .singleWork .itemCard .detailed {
    height: auto;
  }
  .workGallery.actualDiscount .singleWork .itemCard .cost {
    margin-top: 20px;
  }
  .workGallery.actualDiscount .singleWork + .singleWork {
    margin-top: 64px;
  }
}
@media (max-width: 359px) {
  header .pageTitMain {
    margin-top: 21px;
  }
  header .pageTitMain .titHeader {
    font-size: 44px;
    line-height: 44px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
  }
  header .pageTitMain .subTit {
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
    letter-spacing: -0.035em;
  }
  header .popularItemsMenu {
    margin-top: 18px;
    text-align: center;
  }
  header .popularItemsMenu li {
    float: left;
    line-height: 18px;
    width: 50%;
  }
  header .popularItemsMenu li + li {
    margin-left: 0;
  }
  header .popularItemsMenu li + li:before {
    left: -4.5px;
  }
  header .popularItemsMenu li:nth-child(2n) {
    text-align: left;
    padding-left: 10.5px;
  }
  header .popularItemsMenu li:nth-child(2n+1) {
    text-align: right;
    padding-right: 10.5px;
  }
  header .popularItemsMenu li:nth-child(3):before {
    display: none;
  }
  header .popularItemsMenu a {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.03em;
  }
  header .pageTitServ {
    margin-top: 24px;
  }
  header .pageTitServ .titHeader {
    font-size: 29px;
    line-height: 35px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.01em;
  }
  header .pageTit {
    margin-top: 26px;
  }
  header .pageTit .titHeader {
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.01em;
  }
  header .logo {
    width: 85px;
  }
  header .nextScreen {
    padding: 4px 0;
  }
  header.mainPageScreen .triangles .triangle:first-child {
    width: 163px;
    height: 178px;
    margin-left: 39px;
    margin-top: -222px;
  }
  header.mainPageScreen .triangles .triangle:nth-child(2) {
    width: 173px;
    height: 153px;
    margin-left: -196px;
    margin-top: 83px;
  }
  header.mainPageScreen .triangles .triangle:nth-child(3) {
    width: 134px;
    height: 145px;
    margin-left: 17px;
    margin-top: 115px;
  }
  header .bigLogo {
    left: 0;
    top: 0;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: center;
  }
  header.firstScreen .bigLogo {
    left: 0;
    top: 0;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: center;
  }

  .howToOrder .askForm {
    width: 100%;
  }

  .howMuchBlock .casingCar .detailBlock.comboCard {
    width: 100%;
    padding: 12px 10px 23px;
    left: 0;
    margin-left: 0;
  }

  .buyingMaterials .card .in {
    width: 100%;
  }

  footer .contactsFooter {
    margin-left: 0;
  }
}
@media (max-width: 767px) and (max-height: 450px) {
  header > .table {
    height: 450px;
  }
}

/*# sourceMappingURL=style.css.map */
