.btn {
  width: 336px;
  height: 65px;
  background-color: #f32c2c;
  -webkit-border-radius: 33px;
  border-radius: 33px;
  -webkit-box-shadow: 0 7px 25px rgba(243, 44, 44, 0.5);
  box-shadow: 0 7px 25px rgba(243, 44, 44, 0.5);
  text-align: center;
  padding-top: 20px;
  font-family: "M9", sans-serif;
  font-size: 18px;
  line-height: 1.25em;
  letter-spacing: 0.5px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .btn:hover {
    -webkit-box-shadow: 0 1px 15px rgba(243, 44, 44, 0.5);
    box-shadow: 0 1px 15px rgba(243, 44, 44, 0.5);
    background-color: #ff3939; }

.headers {
  margin: 0px auto 0;
  text-align: center;
  max-width: 890px;
  width: 90%;
  font-family: "M9", sans-serif;
  font-size: 42px;
  line-height: 1.25em;
  letter-spacing: 1px;
  color: #252525; }
  .headers__white {
    color: #fff; }

.burgers {
  width: 58px;
  height: 40px;
  cursor: pointer;
  display: none;
  position: relative; }
  .burgers__item {
    position: absolute;
    width: 100%;
    height: 4px;
    top: 50%;
    right: 0;
    margin-top: -5px;
    opacity: 1;
    background: white;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .burgers__item::before {
      content: '';
      display: block;
      position: absolute;
      background: white;
      width: 100%;
      height: 4px;
      top: 14px;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .burgers__item::after {
      content: '';
      display: block;
      position: absolute;
      background: white;
      width: 100%;
      height: 4px;
      bottom: 14px;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }

.menu-on .burgers__item::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0; }

.menu-on .burgers__item::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0; }

.menu-on .burgers__item {
  background: rgba(255, 255, 255, 0); }

#menu2 {
  display: none; }

.ui-slider-range {
  height: 100%;
  background-color: #f32c2c;
  -webkit-box-shadow: 0 0 5px rgba(243, 44, 44, 0.75);
  box-shadow: 0 0 5px rgba(243, 44, 44, 0.75);
  -webkit-border-radius: 10em;
  border-radius: 10em;
  position: absolute; }

.ui-slider-handle {
  background-image: url(../img/watch/handle.png);
  width: 51px;
  height: 70px;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 147%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  outline: none;
  z-index: 10;
  cursor: pointer; }

.description {
  margin: 12px auto 0;
  text-align: center;
  font-family: "M3", sans-serif;
  font-size: 20px;
  line-height: 1.25em;
  color: #252525;
  width: 90%; }

.mfp-close {
  cursor: pointer !important; }

.fixed-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  margin: 0px auto 0;
  width: 100%;
  max-height: 93px;
  -webkit-box-shadow: 0 3px 15px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px 7px rgba(0, 0, 0, 0.1); }
  .fixed-header .menu {
    text-align: justify;
    width: 990px;
    margin: 32px auto 0;
    padding-bottom: 0; }
    .fixed-header .menu::after {
      content: '';
      display: inline-block;
      width: 100%; }
  .fixed-header .top__right_menu::before, .fixed-header .top__left_menu::before {
    display: none; }
  .fixed-header .menu__link {
    color: #191919; }
  .fixed-header .logo {
    top: -10px;
    width: 170.8px;
    height: 44.1px;
    background-image: url(../img/footer/logo.png);
    background-size: cover;
    background-position: center; }
    .fixed-header .logo .img {
      display: none; }

.tt {
  width: 10px; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  font-family: "M3", sans-serif;
  overflow-x: hidden;
  margin: 0 auto;
  line-height: 1.375em; }

.hidden {
  display: none; }

a {
  text-decoration: none;
  outline: none;
  color: #111;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

button {
  outline: none;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0 !important;
  cursor: pointer; }
  button:active, button:focus {
    border: none; }

input {
  outline: none;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0; }

div, span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

.container {
  width: 1200px;
  height: 100%;
  position: relative;
  margin: 0 auto; }

.box {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative; }

.img {
  width: 100%; }

ul {
  padding-left: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

li {
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

p {
  margin: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.content {
  overflow-x: hidden; }

.header {
  background-image: url(../img/header/bg.jpg);
  background-size: cover;
  background-position: center;
  padding-bottom: 70px;
  padding-top: 34px; }

.top .container {
  max-width: 982px; }

.top__left_menu {
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .top__left_menu::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .15;
    background-color: #fff;
    bottom: -20px; }

.top__right_menu {
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .top__right_menu::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20px;
    opacity: .15; }

.top .container {
  text-align: justify; }
  .top .container::after {
    content: '';
    display: inline-block;
    width: 100%; }

.menu {
  text-align: justify;
  padding-bottom: 19px;
  width: 100%;
  z-index: 10;
  position: relative; }
  .menu::after {
    content: '';
    display: inline-block;
    width: 100%; }
  .menu__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px; }
  .menu__link {
    font-family: "M1", sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .menu__link:hover {
      opacity: .6; }

.logo {
  width: 244px;
  height: 63px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 18px; }

.phone {
  font-family: "M9", sans-serif;
  font-size: 24px;
  line-height: 1.25em;
  letter-spacing: 0.4px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin-left: 11px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .phone:hover {
    opacity: .6; }

.callback {
  display: inline-block;
  vertical-align: top;
  font-family: "M3", sans-serif;
  font-size: 18px;
  line-height: 1.25em;
  letter-spacing: 0.4px;
  color: #f32c2c;
  padding-bottom: 11px;
  margin-right: 10px;
  position: relative;
  z-index: 100;
  -webkit-transition: all .15s ease;
  transition: all .15s ease; }
  .callback:hover::before {
    opacity: 0; }
  .callback::before {
    content: '.............................';
    position: absolute;
    width: 100%;
    font-family: "M5", sans-serif;
    font-size: 18px;
    line-height: 1.25em;
    letter-spacing: 3px;
    overflow: hidden;
    color: #f32c2c;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    -webkit-transition: all .15s ease;
    transition: all .15s ease; }

.middle {
  margin-top: 52px; }
  .middle__left {
    margin-left: 120px;
    max-width: 370px;
    z-index: 2;
    position: relative; }
  .middle__headers {
    font-family: "M9", sans-serif;
    font-size: 44px;
    line-height: 1.1875em;
    letter-spacing: 1.3px;
    color: #fff; }
  .middle__info {
    display: inline-block;
    padding: 10px 34px;
    background-color: #fff;
    text-align: center;
    font-family: "M7", sans-serif;
    font-size: 20px;
    line-height: 1.25em;
    color: #252525;
    margin-top: 38px; }
  .middle__text {
    margin-top: 35px;
    font-family: "M1", sans-serif;
    font-size: 22px;
    letter-spacing: 0.5px;
    line-height: 1.25em;
    color: #fff; }
  .middle__btn {
    margin-top: 40px; }
  .middle__wrap {
    position: absolute;
    bottom: 46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 420px;
    width: 85%;
    height: 100%; }

.comfort {
  position: relative;
  padding-top: 66px;
  padding-bottom: 84px;
  background-image: url(../img/comfort/bg.jpg);
  background-size: cover;
  background-position: center; }
  .comfort::before {
    content: '';
    background-image: url(../img/comfort/bottom.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 364px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0; }

.slider {
  width: 804px;
  margin: 42px auto 0; }
  .slider__item {
    padding-bottom: 40px;
    outline: none; }
  .slider__wrap {
    margin: 0px auto 0;
    width: 100%;
    height: 450px;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .slider__wrap:hover {
      opacity: .9; }
    .slider__wrap .img {
      width: auto;
      min-width: 100%;
      min-height: 100%;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute; }
  .slider__info {
    width: 100%;
    height: 154px;
    background-color: #fff;
    padding-left: 30px;
    padding-top: 24px;
    padding-right: 10px;
    margin-top: 27px; }
  .slider__header {
    font-family: "M9", sans-serif;
    font-size: 22px;
    line-height: 1.25em;
    color: #252525; }
  .slider__text {
    margin-top: 14px;
    font-family: "M1", sans-serif;
    font-size: 18px;
    line-height: 1.25em;
    letter-spacing: 0.4px;
    color: #252525;
    max-width: 670px;
    overflow: hidden;
    height: 65px; }
  .slider__block {
    padding-left: 30px;
    padding-top: 26px;
    padding-right: 10px;
    width: 387px;
    height: 210px;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    margin-top: 24px; }
    .slider__block .slider__text {
      margin-top: 9px;
      height: 130px;
      line-height: 1.1875em; }
    .slider__block:nth-child(2n+2) {
      margin-left: 25px; }
  .slider__price {
    display: block;
    margin: 50px auto 0;
    text-align: center;
    font-family: "M9", sans-serif;
    font-size: 24px;
    line-height: 1.25em;
    color: #252525; }
  .slider__btn {
    margin: 38px auto 0;
    display: block; }

.prev {
  position: absolute;
  top: 43%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -50px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .prev:hover {
    cursor: pointer; }
    .prev:hover::before {
      border: 5px solid green; }
  .prev::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border: 5px solid #f32c2c;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .prev::after {
    content: '';
    background-image: url(../img/arrow.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 12px;
    height: 18px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.next {
  position: absolute;
  top: 43%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -50px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .next:hover {
    cursor: pointer; }
    .next:hover::before {
      border: 5px solid green; }
  .next::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border: 5px solid #f32c2c;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .next::after {
    content: '';
    background-image: url(../img/arrow.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 12px;
    height: 18px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(-1, 1);
    -ms-transform: translate(-50%, -50%) scale(-1, 1);
    transform: translate(-50%, -50%) scale(-1, 1); }

.watch {
  position: relative;
  padding-top: 68px;
  padding-bottom: 70px;
  z-index: 1; }
  .watch::before {
    content: '';
    background-image: url(../img/watch/bg.jpg);
    background-size: 100% cover;
    background-position: center;
    position: absolute;
    width: 10000px;
    height: 1501px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: -1; }

.choise {
  text-align: center;
  margin: 28px auto 0; }
  .choise__header {
    font-family: "M9", sans-serif;
    font-size: 20px;
    line-height: 1.25em;
    color: #fff;
    text-align: center; }
  .choise__range {
    text-align: justify;
    position: relative;
    width: 962px;
    margin: 35px auto 0; }
    .choise__range::after {
      content: '';
      display: inline-block;
      width: 100%; }
    .choise__range_range {
      position: relative;
      width: 93%;
      margin: 0px auto 0;
      height: 33px;
      background-color: #151515;
      border: 10px solid rgba(0, 0, 0, 0.6);
      -webkit-border-radius: 33px;
      border-radius: 33px;
      -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25), inset 0 2px 11px rgba(0, 0, 0, 0.9);
      box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25), inset 0 2px 11px rgba(0, 0, 0, 0.9); }
    .choise__range_item {
      display: inline-block;
      text-align: center;
      width: 92px;
      vertical-align: top;
      font-family: "M7", sans-serif;
      font-size: 18px;
      line-height: 1.25em;
      color: #fff;
      margin-top: 30px;
      position: relative; }
      .choise__range_item::before {
        content: '';
        position: absolute;
        width: 2px;
        height: 15px;
        background-color: white;
        top: -22px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .choise__price {
    margin: 34px auto 0;
    display: inline-block;
    padding: 21px 44px;
    font-family: "M9", sans-serif;
    font-size: 38px;
    line-height: 1.25em;
    color: #fff;
    background-color: #151515;
    -webkit-border-radius: 30px;
    border-radius: 30px; }
  .choise__small {
    font-family: "M3", sans-serif;
    font-size: 20px;
    line-height: 1.25em;
    color: #fff;
    text-align: center;
    margin: 12px auto 0;
    display: block; }
  .choise__tabs {
    margin: 28px auto 0; }
  .choise__item {
    display: inline-block;
    vertical-align: top;
    margin: 20px 27px;
    width: 280px; }
  .choise__wrap {
    height: 160px;
    position: relative;
    overflow: hidden; }
    .choise__wrap .img {
      width: auto;
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .choise__texts {
    height: 81px;
    background-color: white;
    padding-top: 10px; }
  .choise__text {
    font-family: "M3", sans-serif;
    font-size: 18px;
    line-height: 1.25em;
    letter-spacing: 0.3px;
    color: #151515;
    width: 90%;
    margin: 8px auto 0; }
  .choise__bold {
    font-family: "M9", sans-serif;
    font-size: 20px;
    line-height: 1.25em;
    color: #151515;
    margin: 4px auto 0;
    text-align: center; }
  .choise__btn {
    display: block;
    margin: 26px auto 0;
    width: 280px; }

.cost {
  margin: 48px auto 0;
  position: relative; }
  .cost::before {
    content: '';
    width: 201px;
    height: 201px;
    border: 25px solid #f32c2c;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    margin-left: -702px;
    top: 341px; }
  .cost::after {
    content: '';
    background-image: url(../img/watch/right.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 409px;
    height: 409px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 604px;
    top: 0px;
        z-index: -1;
     }
  .cost__header {
    margin: 0px auto 0;
    text-align: center;
    font-family: "M9", sans-serif;
    font-size: 26px;
    line-height: 1.25em;
    letter-spacing: 0.5px;
    color: #fff; }
  .cost__items {
    margin: 30px auto 0;
    padding-left: 90px; }
  .cost__item {
    font-family: "M3", sans-serif;
    font-size: 18px;
    line-height: 1.25em;
    letter-spacing: 0.4px;
    color: #fff;
    min-width: 280px;
    max-width: 280px;
    margin: 14px 24px;
    display: inline-block;
    vertical-align: top;
    padding-left: 31px;
    position: relative; }
    .cost__item::before {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      background-image: url(../img/watch/dot.png);
      background-size: cover;
      background-position: center;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      top: 2px;
      left: 0; }

.variant {
  margin: 40px auto 0;
  padding-top: 38px;
  position: relative; }
  .variant::before {
    content: '';
    position: absolute;
    width: 960px;
    height: 1px;
    background-color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    opacity: .2; }
  .variant__text {
    margin: 22px auto 0;
    text-align: center;
    font-family: "M3", sans-serif;
    font-size: 20px;
    line-height: 1.25em;
    letter-spacing: 0.4px;
    color: #fff;
    max-width: 815px; }

.form {
  width: 980px;
  margin: 33px auto 0;
  text-align: center; }
  .form__btn {
    width: 300px;
    margin-left: 17px; }
  .form__thanks {
    font-family: "M9", sans-serif;
    font-size: 20px;
    line-height: 1.25em;
    color: #fff;
    text-align: center;
    margin: 30px auto 0;
    width: 90%;
    max-width: 750px;
    display: none; }

.input {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  height: 65px;
  background-color: white;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-family: "M3", sans-serif;
  font-size: 16px;
  line-height: 1.25em;
  color: #252525;
  margin: 0 13px;
  border: 2px solid transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  .input:focus {
    border: 2px solid green; }
  .input::-webkit-input-placeholder {
    color: #252525; }
  .input:-moz-placeholder {
    color: #252525; }
  .input::-moz-placeholder {
    color: #252525; }
  .input:-ms-input-placeholder {
    color: #252525; }

.formula {
  position: relative;
  padding-top: 58px; }
  .formula::before {
    content: '';
    background-image: url(../img/formula/bg.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -20px; }

.formulai {
  margin-left: 0px;
  margin-top: 28px;
  z-index: 1;
  position: relative;
  text-align: center; }
  .formulai__item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 30px 40px;
    position: relative;
    max-width: 437px; }
    .formulai__item:nth-child(2) .formulai__icon {
      background-image: url(../img/formula/2i.png);
      background-size: 71%; }
    .formulai__item:nth-child(3) .formulai__icon {
      background-image: url(../img/formula/3i.png);
      background-size: 67%; }
    .formulai__item:nth-child(4) .formulai__icon {
      background-image: url(../img/formula/4i.png);
      background-size: 35%; }
    .formulai__item:nth-child(5) .formulai__icon {
      background-image: url(../img/formula/5i.png);
      background-size: 69%; }
    .formulai__item:nth-child(6) .formulai__icon {
      background-image: url(../img/formula/6i.png);
      background-size: 76%; }
    .formulai__item:nth-child(7) .formulai__icon {
      background-image: url(../img/formula/7i.png);
      background-size: 50%; }
    .formulai__item:nth-child(8) .formulai__icon {
      background-image: url(../img/formula/8i.png);
      background-size: 64%; }
    .formulai__item:nth-child(9) .formulai__icon {
      background-image: url(../img/formula/9i.png);
      background-size: 68%; }
    .formulai__item:nth-child(10) .formulai__icon {
      background-image: url(../img/formula/10i.png);
      background-size: 69%; }
  .formulai__top {
    position: relative;
    margin-left: 28px; }
  .formulai__count {
    font-family: "PF", sans-serif;
    font-size: 100px;
    line-height: 1.25em;
    color: #fff;
    margin-top: 20px;
    position: absolute;
    top: -20px;
    left: -30px;
    z-index: -1; }
  .formulai__icon {
    width: 80px;
    height: 80px;
    border: 7px solid #f32c2c;
    background-image: url(../img/formula/1i.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center; }
  .formulai__header {
    font-family: "M9", sans-serif;
    font-size: 22px;
    line-height: 1.25em;
    color: #252525;
    margin-top: 39px; }
  .formulai__text {
    font-family: "M1", sans-serif;
    font-size: 18px;
    line-height: 1.25em;
    letter-spacing: 0.4px;
    color: #252525;
    margin-top: 6px; }

.quality {
  margin: 41px auto 0;
  padding-bottom: 141px;
  position: relative;
  text-align: center;
  z-index: 1; }
  .quality::before {
    content: '';
    background-image: url(../img/formula/bottom.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 280px;
    left: 0;
    bottom: 0;
    z-index: -1; }
  .quality .description {
    font-size: 22px;
    max-width: 850px;
    letter-spacing: 0.4px;
    margin: 22px auto 0; }
  .quality__big {
    margin: 30px auto 0;
    display: block;
    text-align: center;
    font-family: "M9", sans-serif;
    font-size: 42px;
    line-height: 1.25em;
    color: #252525; }
  .quality__info {
    position: relative;
    text-align: center;
    padding-top: 13px;
    margin: 41px auto 0;
    z-index: 1; }
    .quality__info::before {
      content: '';
      position: absolute;
      width: 102px;
      height: 102px;
      background-color: #f32c2c;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
      z-index: -1; }
    .quality__info_big {
      font-family: "M9", sans-serif;
      font-size: 52px;
      line-height: 1.0625em;
      color: #fff;
      margin: 0px auto 0;
      display: block; }
    .quality__info_small {
      font-family: "M3", sans-serif;
      font-size: 18px;
      line-height: 1.0625em;
      color: #fff;
      margin: 0px auto 0;
      display: block; }
  .quality__text {
    font-family: "M3", sans-serif;
    font-size: 22px;
    line-height: 1.1875em;
    letter-spacing: 0.4px;
    color: #252525;
    max-width: 860px;
    width: 90%;
    margin: 49px auto 0; }
    .quality__text_bold {
      font-family: "M9", sans-serif; }
  .quality__wrap {
      width: 30%;
    height: auto;
    margin: 41px auto 0; }

.consultation {
  position: relative;
  padding-top: 82px;
  padding-bottom: 60px;
  z-index: 1; }
  .consultation::before {
    content: '';
    background-image: url(../img/consultation/bg.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -0px;
    z-index: -2; }
  .consultation::after {
    content: '';
    background-image: url(../img/consultation/1im.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 519px;
    height: 566px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 699px;
    bottom: -103px;
    z-index: -1; }
  .consultation__bold {
    margin: 35px auto 0;
    text-align: center;
    font-family: "M9", sans-serif;
    font-size: 22px;
    line-height: 1.25em;
    letter-spacing: 0.4px;
    color: #fff; }
  .consultation__text {
    font-family: "M3", sans-serif;
    font-size: 20px;
    line-height: 1.25em;
    letter-spacing: 0.4px;
    color: #fff;
    margin: 25px auto 0;
    text-align: center;
    max-width: 860px;
    width: 90%;
    margin-bottom: 38px; }

.consultationi {
  margin: 21px auto 0;
  text-align: center; }
  .consultationi__item {
    display: inline-block;
    vertical-align: top;
    margin: 30px 57px;
    max-width: 225px; }
    .consultationi__item:first-child .consultationi__icon {
      background-image: url(../img/consultation/1i.png);
      background-size: 57%;
      background-position: center 42%; }
    .consultationi__item:nth-child(2) .consultationi__icon {
      background-image: url(../img/consultation/2i.png);
      background-size: 62%;
      background-position: 56% center; }
    .consultationi__item:nth-child(3) .consultationi__icon {
      background-image: url(../img/consultation/3i.png);
      background-size: 47%;
      background-position: 54% center; }
  .consultationi__icon {
    position: relative;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    width: 63px;
    height: 63px;
    margin: 0px auto 0; }
    .consultationi__icon::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      border: 5px solid #f32c2c;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
  .consultationi__text {
    font-family: "M3", sans-serif;
    font-size: 20px;
    line-height: 1.25em;
    letter-spacing: 0.4px;
    color: #fff;
    text-align: center;
    margin: 24px auto 0; }

.why {
  position: relative;
  padding-top: 81px;
  padding-bottom: 23px; }
  .why::before {
    content: '';
    background-image: url(../img/why/bg.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0; }
  .why .headers:nth-of-type(2) {
    margin-top: -6px; }
  .why__items {
    margin-top: 41px;
    text-align: center; }
  .why__item {
    margin: 47px 28px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
    width: 422px;
    z-index: 1; }
  .why__items1 .why__item:first-child .why__icon {
    background-image: url(../img/why/1i.png);
    background-size: 69%; }
  .why__items1 .why__item:nth-child(2) .why__icon {
    background-image: url(../img/why/2i.png);
    background-size: 44%; }
  .why__items1 .why__item:nth-child(3) .why__icon {
    background-image: url(../img/why/3i.png);
    background-size: 45%; }
  .why__items1 .why__item:nth-child(4) .why__icon {
    background-image: url(../img/why/4i.png);
    background-size: 42%; }
  .why__icon {
    width: 100px;
    height: 100px;
    border: 3px solid #f32c2c;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    background-size: 55%;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
    margin: 0px auto 0;
    text-align: center; }
  .why__count {
    font-family: "M9", sans-serif;
    font-size: 200px;
    line-height: 1.25em;
    color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    z-index: -1;
    top: -72px; }
  .why__text {
    font-family: "M3", sans-serif;
    font-size: 18px;
    line-height: 1.25em;
    letter-spacing: 0.4px;
    color: #252525;
    margin: 15px auto 0;
    text-align: center; }
    .why__text_bold {
      font-family: "M9", sans-serif; }
  .why__partners {
    margin: 8px auto 0;
    text-align: center; }
  .why__partner {
    margin: 7px 11px;
    display: inline-block;
    vertical-align: top; }
  .why__bold {
    font-family: "M9", sans-serif;
    font-size: 36px;
    line-height: 0.9375em;
    color: #252525;
    text-align: center;
    padding-top: 28px;
    display: block;
    margin: 0px auto 0; }
  .why__accent {
    font-family: "M5", sans-serif;
    font-size: 16px;
    line-height: 0.9375em;
    color: #f32c2c; }
  .why__items2 {
    margin-top: 23px; }
    .why__items2 .why__item:nth-child(3) .why__icon {
      background-image: url(../img/why/5i.png);
      background-size: 55%; }

.clients {
  position: relative;
  padding-top: 75px;
  padding-bottom: 40px; }
  .clients__items {
    margin: 22px auto 0;
    text-align: center; }
  .clients__item {
    display: inline-block;
    vertical-align: top;
    margin: 30px 1px;
    width: 239px; }
  .clients__wrap {
    width: 100%;
    height: 239px;
    position: relative;
    overflow: hidden; }
    .clients__wrap .img {
      width: auto;
      min-width: 100%;
      min-height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .clients__header {
    margin: 33px auto 0;
    font-family: "M9", sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    color: #252525;
    width: 90%; }
  .clients__text {
    font-family: "M3", sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    letter-spacing: 0.4px;
    color: #252525;
    margin: 5px auto 0;
    width: 90%; }

.facade {
  position: relative;
  padding-top: 82px;
  padding-bottom: 29px; }
  .facade::before {
    content: '';
    background-image: url(../img/facades/bg.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0; }
  .facade__buttons {
    margin: 46px auto 0;
    text-align: center;
    position: relative;
    z-index: 10; }
  .facade__btn {
    display: inline-block;
    vertical-align: top;
    margin: 10px 42px;
    text-align: center;
    font-family: "M9", sans-serif;
    font-size: 18px;
    line-height: 1.25em;
    color: #252525;
    width: 260px;
    height: 65px;
    border: 1px solid #f32c2c;
    -webkit-border-radius: 33px;
    border-radius: 33px;
    padding-top: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .facade__btn:hover {
      cursor: pointer; }
    .facade__btn_active {
      background-color: #f32c2c;
      -webkit-box-shadow: 0 7px 25px rgba(243, 44, 44, 0.5);
      box-shadow: 0 7px 25px rgba(243, 44, 44, 0.5);
      color: #fff; }
  .facade__box {
    margin: 60px auto 0; }
  .facade__slider {
    width: 800px;
    margin: 0px auto 0; }
  .facade__item {
    outline: none; }
  .facade__in {
    height: 450px;
    position: relative;
    overflow: hidden;
    margin: 0px auto 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .facade__in:hover {
      opacity: .7; }
   .facade .facade__in img{
   	width: 100%;
   }
    .facade__in .img {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .facade__texts {
    width: 475px;
    padding: 31px 0;
    background-color: white;
    margin: 0px auto 0;
    top: -58px;
    position: relative;
    text-align: center; }
  .facade__header {
    font-family: "M9", sans-serif;
    font-size: 20px;
    line-height: 1.25em;
    letter-spacing: 0.4px;
    color: #252525;
    width: 90%;
    margin: 0px auto 0; }
  .facade__text {
    font-family: "M3", sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    letter-spacing: 0.4px;
    color: #252525;
    width: 90%;
    margin: 11px auto 0; }
  .facade__prev {
    top: 40%; }
  .facade__next {
    top: 40%; }

.estimate {
  position: relative;
  padding-top: 82px;
  padding-bottom: 104px;
  z-index: 1; }
  .estimate::before {
    content: '';
    background-image: url(../img/estimate/bg.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: -1; }
  .estimate::after {
    content: '';
    background-image: url(../img/estimate/dec.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 1487px;
    height: 789px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -156px;
    margin-left: -30px;
    z-index: -1; }
  .estimate__left {
    display: inline-block;
    vertical-align: top;
    max-width: 475px;
    margin-left: 120px; }
  .estimate__headers {
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-bottom: 43px; }
  .estimate__text {
    font-family: "M3", sans-serif;
    font-size: 18px;
    line-height: 1.25em;
    letter-spacing: 0.4px;
    color: #fff;
    margin-top: 20px; }
  .estimate__right {
    display: inline-block;
    vertical-align: top;
    margin-left: 250px;
    position: relative;
    z-index: 1; }
    .estimate__right::before {
      content: '';
      background-image: url(../img/estimate/1im.png);
      background-size: cover;
      background-position: center;
      position: absolute;
      width: 684px;
      height: 711px;
      left: -158px;
      top: -191px;
      z-index: -1; }
    .estimate__right_text {
      text-align: center;
      font-family: "M3", sans-serif;
      font-size: 16px;
      line-height: 0.625em;
      color: #fff;
      padding-bottom: 2px;
      display: inline-block;
      border-bottom: 1px dashed white;
      margin-top: 0; }
  .estimate__example {
    width: 160px;
    height: 160px;
    background-color: #f32c2c;
    -webkit-box-shadow: 0 5px 25px rgba(243, 44, 44, 0.75);
    box-shadow: 0 5px 25px rgba(243, 44, 44, 0.75);
    -webkit-border-radius: 10em;
    border-radius: 10em;
    padding-top: 40px;
    text-align: center;
    display: block;
    margin-top: 92px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .estimate__example:hover {
      opacity: .8; }
  .estimate__icon {
    margin: 0px auto 0;
    background-image: url(../img/estimate/1i.png);
    background-size: cover;
    background-position: center;
    width: 28px;
    height: 35px;
    margin-bottom: 13px; }
  .estimate .form {
    z-index: 2;
    position: relative;
    margin-top: 65px; }

.who {
  position: relative;
  padding-top: 81px;
  background-color: #f6f6f6; }
  .who__small {
    width: 542px;
    overflow: hidden;
    position: absolute;
    left: 225px;
    margin-top: 61px;
    z-index: 10; }
    .who__small_item {
      opacity: .3;
      outline: none;
      margin: 0 23px;
      cursor: pointer;
      position: relative;
      padding-bottom: 65px; }
      .who__small_item::before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        border-left: 29px solid #fff;
        bottom: 20px;
        left: 65%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .who__small_wrap {
      width: 70px;
      height: 70px;
      background-color: #f32c2c;
      border: 5px solid #f32c2c;
      -webkit-border-radius: 10em;
      border-radius: 10em;
      overflow: hidden;
      position: relative;
      background-color: #fff; }
      .who__small_wrap .img {
        width: auto;
        position: absolute;
        left: 50%;
        top: 60%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%; }
    .who__small .slick-current {
      opacity: 1; }
  .who__big {
    position: relative; }
    .who__big_item {
      outline: none;
      position: relative;
      padding-bottom: 98px; }
  .who__texts {
    background-color: #fff;
    width: 540px;
    padding: 35px 0;
    padding-left: 36px;
    margin-top: 161px;
    margin-left: 223px; }
  .who__header {
    font-family: "M9", sans-serif;
    font-size: 24px;
    line-height: 1.25em;
    letter-spacing: 0.4px;
    color: #252525;
    width: 90%; }
  .who__text {
    font-family: "M3", sans-serif;
    font-size: 18px;
    line-height: 1.25em;
    letter-spacing: 0.4px;
    color: #252525;
    width: 92%;
    margin-top: 20px; }
    .who__text:nth-of-type(1) {
      margin-top: 5px; }
  .who__wrap {
    width: 474.72px;
    height: 829.84px;
    position: absolute;
    bottom: 0;
    right: 20px; }
    .who__wrap .img {
      max-height: 100%;
      max-width: 100%;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0; }
  .who__prev {
    left: 50%;
    top: 54%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -453px;
    z-index: 10; }
  .who__next {
    margin-left: 430px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 453px;
    top: 54%; }

.opinion {
  position: relative;
  padding-top: 82px;
  padding-bottom: 54px; }
  .opinion__small {
    width: 502px;
    margin: 50px auto 0; }
    .opinion__small_item {
      outline: none;
      margin: 0 -14.1px;
      padding-top: 8px;
      width: 135px;
      cursor: pointer;
      padding-bottom: 63px;
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
    .opinion__small_wrap {
      width: 115px;
      height: 115px;
      opacity: .6;
      -webkit-border-radius: 10em;
      border-radius: 10em;
      overflow: hidden;
      margin: 0px auto 0;
      position: relative; }
      .opinion__small_wrap .img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: auto;
        min-height: 100%;
        min-width: 100%; }
    .opinion__small .opinion__small_item[data-slick-index="0"], .opinion__small .opinion__small_item[data-slick-index="4"] {
      z-index: 70;
      padding-top: 18px;
      margin: 0 -22px; }
      .opinion__small .opinion__small_item[data-slick-index="0"] .opinion__small_wrap, .opinion__small .opinion__small_item[data-slick-index="4"] .opinion__small_wrap {
        width: 92px;
        height: 100px;
        opacity: .3; }
    .opinion__small .opinion__small_item[data-slick-index="1"], .opinion__small .opinion__small_item[data-slick-index="3"] {
      z-index: 90;
      position: relative; }
    .opinion__small .slick-center {
      position: relative;
      z-index: 100 !important;
      padding-top: 0 !important;
      cursor: default; }
      .opinion__small .slick-center .opinion__small_wrap {
        width: 135px !important;
        height: 135px !important;
        opacity: 1 !important; }
      .opinion__small .slick-center .opinion__small_bold {
        opacity: 1; }
    .opinion__small_bold {
      font-family: "M9", sans-serif;
      font-size: 24px;
      line-height: 1.25em;
      letter-spacing: 0.4px;
      color: #252525;
      margin: 32px auto 0;
      text-align: center;
      opacity: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      position: absolute;
      width: 192px;
      bottom: 0px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
  .opinion__big {
    margin: 20px auto 0;
    width: 800px;
    padding-bottom: 35px; }
  .opinion__wrap {
    height: 400px;
    position: relative; }
    .opinion__wrap .img {
      width: auto;
      min-width: 100%;
      min-height: 100%;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute; }
  .opinion__texts {
    padding: 40px 0;
    padding-bottom: 33px;
    background-color: #f6f6f6; }
  .opinion__header {
    font-family: "M9", sans-serif;
    font-size: 18px;
    line-height: 1.25em;
    letter-spacing: 0.4px;
    color: #252525;
    margin: 0px auto 0;
    text-align: center; }
  .opinion__text {
    margin: 17px auto 0;
    text-align: center;
    font-family: "M3", sans-serif;
    font-size: 16px;
    line-height: 1.5625em;
    letter-spacing: 0.4px;
    color: #252525;
    width: 90%;
    max-width: 670px; }
  .opinion .slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #d9d9d9;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    margin: 0 4px; }
    .opinion .slick-dots li button {
      display: none; }
  .opinion .slick-dots .slick-active {
    background-color: #f32c2c; }
  .opinion__prev {
    top: 28%; }
  .opinion__next {
    top: 28%; }

.cooperation {
  position: relative;
  padding-top: 83px;
  padding-bottom: 120px; }
  .cooperation::before {
    content: '';
    background-image: url(../img/cooperation/bg.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0; }
  .cooperation .description {
    margin-top: 10px;
    letter-spacing: 0.4px; }
  .cooperation__items {
    margin: 74px auto 0; }
  .cooperation__item {
    margin-left: 578px;
    margin-top: 111px; }
    .cooperation__item_rewerse {
      margin-left: 174px; }
      .cooperation__item_rewerse .cooperation__texts {
        margin-left: 0; }
      .cooperation__item_rewerse .cooperation__count {
        margin-left: 32px; }
      .cooperation__item_rewerse .cooperation__text {
        text-align: right; }
    .cooperation__item:first-child {
      margin-top: 0; }
      .cooperation__item:first-child .cooperation__icon {
        background-image: url(../img/cooperation/1i.png); }
    .cooperation__item:nth-child(2) .cooperation__icon {
      background-image: url(../img/cooperation/2i.png); }
    .cooperation__item:nth-child(3) .cooperation__icon {
      background-image: url(../img/cooperation/3i.png); }
    .cooperation__item:nth-child(4) .cooperation__icon {
      background-image: url(../img/cooperation/4i.png);
      width: 122px;
      height: 125px; }
    .cooperation__item:nth-child(5) .cooperation__icon {
      background-image: url(../img/cooperation/5i.png);
      width: 122px;
      height: 125px; }
    .cooperation__item:nth-child(6) .cooperation__icon {
      background-image: url(../img/cooperation/6i.png);
      width: 183px;
      height: 125px; }
    .cooperation__item:nth-child(7) .cooperation__icon {
      background-image: url(../img/cooperation/7i.png);
      width: 125px;
      height: 125px; }
    .cooperation__item:nth-child(8) .cooperation__icon {
      background-image: url(../img/cooperation/8i.png);
      width: 130px;
      height: 120px; }
    .cooperation__item:last-child .cooperation__count_item::after {
      display: none; }
  .cooperation__count {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative; }
    .cooperation__count_item {
      font-family: "M9", sans-serif;
      font-size: 72px;
      line-height: 1.25em;
      color: #191919; }
      .cooperation__count_item::after {
        content: '';
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -100px;
        background-image: url(../img/cooperation/step.png);
        background-size: cover;
        background-position: center;
        width: 25px;
        height: 94px; }
  .cooperation__icon {
    background-size: cover;
    background-position: center;
    width: 125px;
    height: 126px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .cooperation__texts {
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
    width: 365px; }
  .cooperation__text {
    font-family: "M3", sans-serif;
    letter-spacing: 0.4px;
    font-size: 18px;
    line-height: 1.25em;
    color: #191919; }
  .cooperation__btn {
    position: absolute;
    margin-top: 22px;
    margin-left: 5px;
    width: 300px; }

.showroom {
  position: relative;
  padding-top: 81px;
  padding-bottom: 100px;
  background-image: url(../img/showroom/bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1; }
  .showroom::before {
    content: '';
    background-image: url(../img/showroom/right.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 355px;
    height: 355px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 600px;
    top: 80px;
    z-index: -1; }
  .showroom .description {
    max-width: 740px; }
  .showroom__slider {
    margin: 42px auto 0;
    width: 790px; }
  .showroom__item {
    height: 475px;
    -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.35);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.35);
    position: relative;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .showroom__item:hover {
      opacity: .9; }
    .showroom__item .img {
      width: auto;
      min-width: 100%;
      min-height: 100%;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute; }
  .showroom__prev {
    top: 50%; }
  .showroom__next {
    top: 50%; }

.help {
  position: relative;
  padding-top: 80px;
  padding-bottom: 185px; }
  .help::before {
    content: '';
    background-image: url(../img/help/bg.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    .help::after {
    content: '';
    background-image: url(../img/help/1im.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 519px;
    height: 100%;
    left: 50%;
    background-size: 80%;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 610px;
    bottom: 0;
    z-index: 1;
}
@media only screen and (max-width: 480px){
.help::after {
    margin-left: 0;
    opacity: .4;
    bottom: 0;
    width: 467.1px;
    height: 419.4px;
}
}
  .help .headers:nth-of-type(2) {
    margin-top: 30px;
    padding-top: 76px; }
  .help__text {
    margin: 25.2px auto 0;
    text-align: center;
    font-family: "M3", sans-serif;
    font-size: 20px;
    line-height: 1.25em;
    letter-spacing: 0.4px;
    color: #fff;
    max-width: 690px;
    width: 90%; }
  .help__phone {
    margin: 18px auto 0;
    display: block;
    text-align: center;
    max-width: 270px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .help__phone:hover {
      opacity: .7; }
    .help__phone_icon {
      background-image: url(../img/help/1i.png);
      background-size: cover;
      background-position: center;
      width: 25px;
      height: 25px;
      display: inline-block;
      vertical-align: middle; }
    .help__phone_text {
      display: inline-block;
      vertical-align: middle;
      margin-left: 9px;
      font-family: "M9", sans-serif;
      font-size: 24px;
      line-height: 1.25em;
      letter-spacing: 0.4px;
      color: #fff; }

.contacts {
  position: relative; }
  .contacts__block {
    width: 350px;
    padding: 36px 0;
    background-color: #f32c2c;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
    top: -79px; }
  .contacts__header {
    font-family: "M9", sans-serif;
    font-size: 24px;
    line-height: 1.25em;
    color: #fff;
    margin: 0px auto 0;
    text-align: center; }
  .contacts__text {
    font-family: "M3", sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    letter-spacing: 0.4px;
    color: #fff;
    margin: 13px auto 0;
    text-align: center;
    width: 90%; }

.map {
  height: 500px;
  position: relative; }
  .map__item {
    position: absolute;
    width: 100%;
    height: 100%; }

.footer {
  position: relative;
  background-color: whitesmoke;
  padding-top: 39px;
  padding-bottom: 70px; }
  .footer .menu {
    max-width: 990px;
    margin: 0px auto 0; }
  .footer .top__right_menu::before, .footer .top__left_menu::before {
    background-color: #191919; }
  .footer .menu__link {
    color: #191919; }
  .footer__logo {
    width: 244px;
    height: 63px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 25px; }
  .footer__phone {
    font-family: "M9", sans-serif;
    font-size: 24px;
    line-height: 1.25em;
    letter-spacing: 0.4px;
    color: #191919;
    left: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    margin-left: 118px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .footer__phone:hover {
      opacity: .7; }

.social {
  right: 0px;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  margin-right: 116px; }
  .social__text {
    font-family: "M3", sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    color: #212121;
    display: inline-block;
    vertical-align: middle; }
  .social__icon {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background-color: #9b4085;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    margin-left: 10px;
    background-image: url(../img/footer/instagram.png);
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .social__icon:hover {
      background-color: #ca53ad; }

.popup {
  width: 440px;
  min-height: 220px;
  padding: 45px 0;
  position: relative;
  margin: 0px auto 0;
  background-image: url(../img/popup/bg.jpg);
  background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 1; }
  .popup::before {
    content: '';
    position: absolute;
    width: 95%;
    height: 95%;
    border: 1px solid #f32c2c;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }
  .popup__header {
    margin: 0px auto 0;
    text-align: center;
    font-family: "M9", sans-serif;
    font-size: 24px;
    line-height: 1.25em;
    letter-spacing: 0.4px;
    color: #fff;
    width: 90%;
    max-width: 292px; }
  .popup__text {
    margin: 9px auto 0;
    text-align: center;
    font-family: "N3", sans-serif;
    font-size: 18px;
    line-height: 1.25em;
    letter-spacing: 0.4px;
    color: #fff;
    width: 90%;
    max-width: 292px; }
  .popup .input {
    display: block;
    margin: 20px auto 0;
    width: 350px; }
  .popup .btn {
    margin: 20px auto 0;
    width: 350px; }
  .popup .mfp-close {
    width: 50px;
    height: 50px;
    background-color: white;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    opacity: 1;
    color: transparent !important;
    background-image: url(../img/popup/close.png);
    background-size: 90%;
    background-position: center -3px;
    background-repeat: no-repeat;
    right: -58px;
    margin-top: -54px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .popup .mfp-close:hover {
      opacity: .7; }
  .popup .form__thanks {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 0; }

/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/
  .container {
    max-width: 970px; }
  .top .container {
    max-width: 918px; }
  .middle__left {
    margin-left: 30px; }
  .headers {
    font-size: 37.8px; }
  .choise__item {
    margin: 20px 17px; }
  .cost__items {
    padding-left: 0; }
  .cost__item {
    margin: 14px 17px; }
  .formulai__item {
    margin: 30px 20px; }
  .description {
    font-size: 18px; }
  .consultation::after {
    margin-left: 620px; }
  .consultationi__item {
    margin: 30px 45px; }
  .facade__btn {
    margin: 10px 25px; }
  .estimate__left {
    margin-left: 20px; }
  .estimate__right {
    margin-left: 200px; }
  .who__small {
    left: 20px; }
  .who__texts {
    margin-left: 20px; }
  .who__wrap {
    right: 10px; }
  .who__prev {
    margin-left: -490px; }
  .who__next {
    margin-left: 490px; }
  .cooperation__item {
    margin-left: 462.4px; }
    .cooperation__item_rewerse {
      margin-left: 60.9px; }
  .footer__phone {
    margin-left: 10px; }
  .social {
    margin-right: 10px; }
  .fixed-header .menu {
    width: 900px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /**/
  .container {
    max-width: 750px; }
  .top .container {
    max-width: 748px; }
  .menu__item {
    margin: 0 7px; }
  .logo {
    width: 170.8px;
    height: 44.1px;
    left: 52%; }
  .middle__left {
    margin-left: 6px; }
  .middle__wrap {
    margin-left: 470px; }
  .slider {
    width: 640px; }
    .slider__text {
      height: 60px; }
    .slider__info {
      padding-left: 20px;
      height: 145px; }
    .slider__block {
      width: 314px;
      height: 200px;
      padding-left: 20px; }
      .slider__block:nth-child(2n+2) {
        margin-left: 5px; }
      .slider__block .slider__text {
        height: 110px; }
    .slider__text {
      font-size: 15.3px; }
  .watch {
    background-color: #171718; }
  .choise__range {
    width: 750px; }
    .choise__range_range {
      width: 90%; }
  .choise__item {
    width: 230px;
    margin: 20px 7px !important; }
    .choise__item:nth-child(3n+1) {
      margin-left: 0; }
    .choise__item:nth-child(3n+3) {
      margin-right: 0; }
  .choise__btn {
    width: 230px;
    font-size: 15px;
    height: 60px;
    padding-top: 19px; }
  .cost {
    margin-top: 50px; }
    .cost::after {
      margin-left: 300px;
      opacity: .5;
      top: 100px; }
  .form {
    width: 100%;
    margin-top: 30px; }
    .form__btn {
      display: block;
      margin: 17px auto 0; }
  .variant__text br {
    display: none; }
  .formulai__item {
    max-width: 330px; }
  .formulai__header {
    font-size: 19.8px; }
  .formulai__text {
    font-size: 16.2px; }
    .formulai__text br {
      display: none; }
  .description {
    font-size: 16px; }
  .quality .description {
    font-size: 19.8px; }
  .quality__big {
    font-size: 37.8px; }
  .quality__text {
    font-size: 19.8px; }
  .quality__wrap {
    width: 429.3px;
    height: 311.4px; }
  .consultation::after {
    margin-left: 350px; }
  .consultationi__item {
    margin: 30px 15px;
    max-width: 215px; }
  .consultationi__text br {
    display: none; }
  .why__item {
    margin: 47px 8px;
    width: 352px; }
  .why__text br {
    display: none; }
  .clients__item {
    width: 180px; }
  .facade__btn {
    margin: 10px 15px;
    width: 210px;
    height: 60px;
    padding-top: 19px; }
  .facade__slider {
    width: 610px; }
  .facade__in {
    height: 400px; }
  .estimate__left {
    margin-left: 0px; }
  .estimate__right {
    margin-left: 108px; }
  .who__small {
    width: 410px; }
    .who__small_item {
      margin: 0 19px; }
  .who__texts {
    margin-left: 0;
    padding-left: 20px;
    width: 450px; }
  .who__text {
    font-size: 14.4px;
    width: 88%; }
  .who__wrap {
    width: 412.8px;
    height: 721.6px;
    right: 0; }
  .who__prev {
    margin-left: -400px; }
  .who__next {
    margin-left: 400px; }
  .who .slick-arrow {
    opacity: 0; }
  .opinion__big {
    width: 620px; }
  .opinion__text br {
    display: none; }
  .cooperation {
    padding-bottom: 0; }
    .cooperation__item {
      margin-left: 352.58px; }
      .cooperation__item_rewerse {
        margin-left: 8.7px; }
    .cooperation__texts {
      width: 307px; }
    .cooperation__text br {
      display: none; }
  .help .headers {
    max-width: 90% !important; }
    .help .headers:nth-of-type(2) {
      margin-top: 0;
      padding-top: 40px; }
  .showroom__slider {
    width: 630px; }
  .footer__logo {
    width: 170.8px;
    height: 44.1px;
    margin-left: 10px; }
  .fixed-header .menu {
    width: 750px;
    margin-top: 30px; }
  .fixed-header .logo {
    width: 146.4px;
    height: 37.8px;
    top: -5px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .container {
    max-width: 100%; }
  .header {
    padding-top: 25px;
    overflow: hidden; }
  .top .container {
    text-align: left;
    max-width: 100%; }
    .top .container::after {
      display: none; }
  .top__left_menu {
    display: block; }
    .top__left_menu::before {
      display: none; }
    .top__left_menu .menu__item {
      display: block; }
  .top__right_menu::before {
    display: none; }
  .top__right_menu .menu__item {
    display: block; }
  .menu {
    display: none;
    text-align: left;
    width: 210px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    background-color: #0c0c0c;
    border: 2px solid #e72e27;
    padding: 20px 0;
    padding-left: 30px;
    top: 65px;
    z-index: 10; }
    .menu::after {
      display: none; }
    .menu__item {
      margin: 6px 0; }
  .logo {
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 7px;
    left: 15px; }
  .phone {
    position: absolute;
    right: 15px; }
  .callback {
    position: absolute;
    right: 15px;
    top: 30px;
    margin-right: 0; }
  .middle__left {
    max-width: 90%;
    margin: 140px auto 0; }
  .middle__wrap {
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: -90px;
    width: 747.6px;
    height: 648.2px;
    z-index: 1;
    opacity: 0.4; }
  .burgers {
    display: block;
    position: absolute;
    right: 15px;
    top: 70px; }
  .headers {
    font-size: 33.6px; }
    .headers br {
      display: none; }
  .slider {
    width: 81%; }
    .slider__wrap {
      height: 380px; }
    .slider__info {
      padding-bottom: 30px;
      height: auto;
      padding-right: 0; }
    .slider__block {
      width: 100%;
      height: auto;
      display: block;
      padding-right: 0;
      padding-bottom: 30px; }
      .slider__block .slider__text {
        height: auto; }
    .slider__text {
      max-width: 86%;
      height: auto; }
      .slider__text br {
        display: none; }
  .prev {
    left: -20px;
    z-index: 10; }
  .next {
    right: -20px;
    z-index: 10; }
  .choise__range {
    width: 95%; }
    .choise__range_item {
      font-size: 15.3px;
      width: 78.2px; }
  .choise__price {
    font-size: 30.4px; }
  .choise__item {
    width: 220px; }
  .choise__text {
    font-size: 14.4px; }
  .choise__bold {
    font-size: 16px; }
  .choise__btn {
    width: 220px; }
  .cost__header {
    width: 90%; }
  .cost::after {
    top: 350px; }
  .cost__items {
    width: 280px; }
  .variant {
    width: 90%; }
  .input {
    margin: 10px auto 0;
    display: block; }
  .description br {
    display: none; }
  .formulai__item {
    max-width: 90%;
    display: block;
    text-align: center;
    margin: 50px auto 0; }
  .formulai__top {
    margin: 0px auto 0;
    display: block;
    width: 80px;
    text-align: center; }
  .quality .description {
    font-size: 17.6px; }
    .quality .description br {
      display: none; }
  .quality__big {
    font-size: 33.6px; }
  .quality__text {
    font-size: 17.6px; }
    .quality__text br {
      display: none; }
  .quality__wrap {
    width: 381.6px;
    height: 276.8px; }
  .consultation::after {
    margin-left: 300px; }
  .consultation__bold {
    font-size: 17.6px; }
  .consultation__text {
    font-size: 16px; }
  .consultationi__text {
    font-size: 16px; }
  .why__item {
    margin: 47px 8px;
    width: 90%;
    max-width: 600px; }
  .clients {
    display: none; }
  .facade__btn {
    margin: 10px 15px;
    height: 50px;
    padding-top: 13px; }
  .facade__slider {
    width: 430px; }
  .facade__in {
    height: 350px; }
  .facade__texts {
    width: 85%; }
  .facade__header {
    font-size: 16px; }
  .facade__text {
    font-size: 12.8px; }
  .facade__prev {
    top: 36%; }
  .facade__next {
    top: 36%; }
  .estimate {
    text-align: center; }
    .estimate__headers {
      text-align: center; }
    .estimate__left {
      display: block;
      margin: 0px auto 0;
      z-index: 2;
      position: relative;
      width: 90%;
      max-width: 580px; }
    .estimate__text br {
      display: none; }
    .estimate__right {
      margin: 50px auto 0;
      display: block; }
      .estimate__right::before {
        width: 547.2px;
        height: 568.8px;
        opacity: .2;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .estimate__example {
      margin: 0px auto 0; }
    .estimate .form {
      margin-top: 50px; }
  .who {
    display: none; }
  .opinion {
    display: none; }
  .cooperation::before {
    opacity: .4; }
  .cooperation__items {
    margin-top: 40px; }
  .cooperation__item {
    margin: 0px auto 0;
    min-height: 210px;
    width: 80%;
    max-width: 550px;
    position: relative; }
    .cooperation__item_rewerse {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0px auto 0; }
      .cooperation__item_rewerse .cooperation__texts {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
      .cooperation__item_rewerse .cooperation__text {
        text-align: left;
        margin-left: 35px; }
      .cooperation__item_rewerse .cooperation__count {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0; }
  .cooperation__btn {
    width: 270px;
    height: 60px;
    font-size: 16px;
    padding-top: 19px; }
  .cooperation__count {
    position: absolute;
    top: 0px;
    left: 0; }
  .cooperation__texts {
    padding-left: 60px;
    margin-top: 20px;
    width: auto; }
  .cooperation__text {
    font-size: 14.4px; }
  .showroom__slider {
    width: 81%; }
  .showroom__item {
    height: 375px; }
    .showroom__item .img {
      position: relative;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      left: auto;
      top: auto; }
  .help__text {
    font-size: 16px; }
    .help__text br {
      display: none; }
  .help .headers:nth-of-type(2) {
    margin-top: 76px;
    max-width: 250px; }
  .footer .container {
    text-align: justify; }
    .footer .container::after {
      content: '';
      display: inline-block;
      width: 100%; }
  .footer__logo {
    position: relative;
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    margin: 0px auto 0; }
  .footer__phone {
    position: relative;
    margin-top: 50px;
    margin-left: 20px;
    left: 0; }
  .social {
    position: relative;
    right: auto;
    margin-right: 20px;
    margin-top: 50px; }
  .popup {
    width: 310px; }
    .popup .input {
      width: 250px; }
    .popup .btn {
      width: 250px; }
    .popup__header {
      font-size: 19.2px; }
    .popup__text {
      font-size: 14.4px; }
    .popup .mfp-close {
      width: 40px;
      height: 40px;
      right: 0px;
      margin-top: -43.2px; }
  .fixed-header {
    top: 0;
    height: 70px; }
    .fixed-header .logo {
      top: 14px; }
    .fixed-header .menu {
      top: 70px;
      margin-top: 0;
      width: 280px;
      text-align: center;
      padding-left: 0; }
    .fixed-header .menu__link {
      color: #fff; }
    .fixed-header .burgers {
      top: 16px;
      display: block !important; }
      .fixed-header .burgers__item {
        background: #c8c8c8; }
        .fixed-header .burgers__item::before {
          background: #c8c8c8; }
        .fixed-header .burgers__item::after {
          background: #c8c8c8; }
    .fixed-header .menu-on .burgers__item {
      background: rgba(255, 255, 255, 0); } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /**/
  .logo {
    width: 146.4px;
    height: 37.8px;
    margin: 0px auto 0;
    left: 5px;
    display: block;
    text-align: center;
    position: relative; }
  .phone {
    font-size: 19.2px;
    position: relative;
    display: block;
    margin: 30px auto 0;
    text-align: center;
    right: 0; }
  .callback {
    top: 0;
    position: relative;
    display: block;
    margin: 0px auto 0;
    text-align: center;
    right: 0; }
  .burgers {
    display: block;
    margin: 10px auto 0;
    position: relative;
    right: 0;
    top: 0; }
  .menu {
    top: 183px; }
  .middle__left {
    margin-top: 20px; }
  .middle__headers {
    font-size: 35.2px; }
  .middle__btn {
    width: 280px;
    font-size: 16px;
    height: 60px;
    padding-top: 19px; }
  .btn {
    font-size: 16px;
    height: 60px;
    padding-top: 19px; }
  .headers {
    font-size: 29.4px; }
  .slider {
    width: 76%; }
    .slider__wrap {
      height: 200px; }
    .slider__btn {
      width: 218px; }
    .slider__price {
      font-size: 21px; }
  .choise__header {
    font-size: 16px; }
  .choise__range_range {
    height: 26.4px; }
  .choise__range_item {
    font-size: 10.8px;
    width: 55.2px; }
  .choise__price {
    font-size: 26.6px; }
  .choise__item {
    width: 280px;
    margin: 25px 0 !important; }
  .choise__text {
    font-size: 16.2px; }
  .choise__bold {
    font-size: 18px; }
  .choise__btn {
    width: 280px; }
  .cost__item {
    margin: 14px 0; }
  .variant__text {
    font-size: 16px; }
  .ui-slider-handle {
    width: 40.8px;
    height: 56px;
    top: 189%; }
  .formulai__header {
    font-size: 17.6px; }
  .formulai__text {
    font-size: 14.4px; }
  .quality {
    padding-bottom: 44px; }
    .quality::before {
      height: 150px; }
    .quality__wrap {
      width: 286.2px;
      height: 207.6px; }
  .consultation::after {
    margin-left: 0;
    opacity: .4;
    bottom: 0;
    width: 467.1px;
    height: 509.4px; }
  .facade__btn {
    margin: 6px 14px; }
  .facade__slider {
    width: 260px; }
  .cooperation__item {
    margin: 10px auto 0;
    min-height: 143px; }
    .cooperation__item_rewerse {
      margin: 10px auto 0;
      min-height: 143px; }
    .cooperation__item:nth-child(4) .cooperation__icon {
      width: 85.4px;
      height: 87.5px; }
    .cooperation__item:nth-child(5) .cooperation__icon {
      width: 85.4px;
      height: 87.5px; }
    .cooperation__item:nth-child(6) .cooperation__icon {
      width: 128.1px;
      height: 87.5px; }
    .cooperation__item:nth-child(7) .cooperation__icon {
      width: 87.5px;
      height: 87.5px; }
    .cooperation__item:nth-child(8) .cooperation__icon {
      width: 91px;
      height: 84px; }
  .cooperation__icon {
    width: 87.5px;
    height: 88.2px; }
  .cooperation__count_item {
    font-size: 57.6px; }
    .cooperation__count_item::after {
      width: 17.5px;
      height: 65.8px;
      bottom: -70px; }
  .cooperation__texts {
    padding-left: 40px;
    margin-top: 13px; }
  .cooperation__btn {
    width: 186px;
    margin-top: 10px;
    height: 50px;
    margin-left: 0;
    font-size: 12px;
    padding-top: 17px; }
  .showroom__slider {
    width: 75%; }
  .showroom__item {
    height: 305px; }
  .footer .container {
    text-align: left; }
    .footer .container::after {
      display: none; }
  .footer__phone {
    display: block;
    margin: 50px auto 0;
    text-align: center; }
  .social {
    display: block;
    margin: 20px auto 0;
    text-align: center; }
  .fixed-header .logo {
    display: inline-block;
    vertical-align: middle;
    left: 10px; }
  .fixed-header .burgers {
    display: inline-block;
    vertical-align: middle;
    float: right;
    right: 10px;
    position: absolute;
    top: 5px; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }

@media only screen and (min-width: 769px) {
  .menu {
    display: block !important; } }
    
    


/* fancybox */
.fancybox-inner{
    overflow: visible !important;
}
.fancybox-wrap{
    padding: 35px 0 0;
}
.fancybox-skin{
    margin-bottom: 35px;
}
.fancybox-overlay{
    background: rgba(0,0,0,0.8);
}
.fancybox-close {
    background: transparent !important;
    top: 0 !important;
    right: 0px !important;
    width: 40px !important;
    height: 40px !important;
    cursor: pointer;
    z-index: 8040;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0 !important;
}
@media only screen and (min-width: 768px) {
.fancybox-close {
    background: transparent !important;
    top: -40px !important;
    right: -40px !important;
    width: 40px !important;
}
}
.fancybox-close:hover{
    background: #FF4632;
}
.fancybox-close:hover:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fancybox-skin{
    background: #fff;
    box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.3)  !important;
    border-radius: 0;
}
.fancybox-nav span{
    visibility: visible;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.fancybox-next span {
    background: #fff;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -50px;
}
.fancybox-prev span {
    background: #fff;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    left: -50px;
}
.fancybox-prev span:after,
.fancybox-next span:after{
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 14px;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -4px;
}
.fancybox-title-float-wrap{
    left: 0;
    margin-bottom: -28px;
    width: 100%;
    text-align: left;
    overflow: hidden;
}
.fancybox-title-float-wrap .child{
    background: rgba(255, 255, 255, 1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    color: #000;
    display: block;
    font-size: 14px;
    padding: 12px 20px;
    font-weight: normal;
}
.fancybox-title-float-wrap .child{
    white-space: normal;
    width: 100%;
}
/* end fancybox */
.modal {
    display: none;
    width: 300px;
    max-width: 100%;
    background: #fff;
    padding: 25px;
}
.modal .fancyClose{
    display: inline-block;
    padding: 10px 30px;
    background: #EA2622;
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-appearance: none;
    border: 2px solid #EA2622;
    margin-bottom: 20px;
    border-radius: 30px;
}
.modal .fancyClose:hover{
    background: transparent;
    color: #EA2622;
}
.contacts .facade__buttons{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: -43px;
    margin: 0;
}

.contacts .facade__btn{
    margin: 10px 200px;
    background-color: white;
}
.contacts .facade__btn_active {
    background-color: #f32c2c;
    -webkit-box-shadow: 0 7px 25px rgba(243, 44, 44, 0.5);
    box-shadow: 0 7px 25px rgba(243, 44, 44, 0.5);
    color: #fff;
}

@media only screen and (max-width: 768px){
	.contacts .facade__buttons {
    position: absolute;
    left: 10px 0;
    top: 85px;
}

.contacts .facade__btn {
       margin: 10px 0;
}
}
.rectangle {counter-reset: li;list-style: none;padding: 0;text-shadow: 0 1px 0 rgba(255,255,255,.5);font-size: 110%;clear: both;}
.rectangle li {position: relative;padding: .8em .4em .8em .8em;margin: .9em 0 .9em 2.5em;text-decoration: none;transition: all .3s ease-out;font-weight: bold;line-height: 1.7;border: 1px solid #f32c2c;}
       
.rectangle li:before {content: counter(li);counter-increment: li;position: absolute;left: -2.5em;top: 50%;margin-top: -1em;background-color: #f32c2c;color: white;height: 2em;width: 2em;line-height: 2em;text-align: center;font-weight: bold; font-size: 167%;}
.rectangle a:after {
position: absolute;
content: "";
border: .5em solid transparent;
left: -1em;
top: 50%;
margin-top: -.5em;
transition: all .3s ease-out;
}
.rectangle a:hover:after {
left: -.5em;
border-left-color: #9097A2;
}
@media only screen and (max-width: 768px){	
	.rectangle li {
    position: relative;
    padding: .8em .4em .8em .8em;
    margin: 15px;
    text-decoration: none;
    transition: all .3s ease-out;
    font-weight: bold;
    line-height: 1.7;
    border: 1px solid #f32c2c;
}
	.rectangle li:before {
    content: counter(li);
    counter-increment: li;
    position: relative;
    left: 0;
    top: 0;
    background-color: #f32c2c;
    color: white;
    line-height: 3em;
    text-align: center;
    font-weight: bold;
    font-size: 95%;
    padding: 12px 20px;
    margin-right: 13px;
    margin-bottom: 13px;
}
	
}












