@charset "UTF-8";
@font-face {
  font-family: "Proxima-Nova-Regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/proximanova-regular.eot");
  src: url("../fonts/proximanova-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-regular.woff") format("woff"), url("../fonts/proximanova-regular.ttf") format("truetype"); }

@font-face {
  font-family: "Proxima-Nova-Bold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/proximanova-bold.eot");
  src: url("../fonts/proximanova-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-bold.woff") format("woff"), url("../fonts/proximanova-bold.ttf") format("truetype"); }

@font-face {
  font-family: "Proxima-Nova-Black";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/proximanova-black.eot");
  src: url("../fonts/proximanova-black.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-black.woff") format("woff"), url("../fonts/proximanova-black.ttf") format("truetype"); }

@font-face {
  font-family: "Proxima-Nova-SemiBold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/proximanova-semibold.eot");
  src: url("../fonts/proximanova-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-semibold.woff") format("woff"), url("../fonts/proximanova-semibold.ttf") format("truetype"); }

@font-face {
  font-family: "Proxima-Nova-ExtraBold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/proximanova-extrabold.eot");
  src: url("../fonts/proximanova-extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-extrabold.woff") format("woff"), url("../fonts/proximanova-extrabold.ttf") format("truetype"); }

.mt-6 {
  margin-top: 3.5rem !important; }

.mt-7 {
  margin-top: 4rem !important; }

.mw-btn {
  max-width: 260px;
  margin: 0 auto; }

.form-control {
  border-radius: 0px !important; }

textarea.form-control {
  height: auto !important; }

.btn {
  color: #000000;
  font-size: .94rem !important;
  line-height: 1.4 !important;
  border-radius: 0px !important;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  padding: 0.775rem 0.75rem !important;
  box-shadow: none !important; }
  .btn::before {
    content: "";
    width: 30px;
    height: 80px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5));
    position: absolute;
    top: 0;
    bottom: 0;
    left: -60px;
    margin: auto; }
  .btn:hover::before {
    animation: blic .8s linear; }

@keyframes blic {
  0% {
    transform: translateX(-80px) rotate(-25deg); }
  100% {
    transform: translateX(600px) rotate(-25deg); } }

.btn-primary {
  color: #ffffff !important;
  background-color: #DC151A !important;
  border-color: #DC151A !important;
  font-family: "Proxima-Nova-SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5; }
  .btn-primary:hover {
    background-color: #8A8A8A !important;
    border-color: #8A8A8A !important; }

.btn-invert {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important; }
  .btn-invert:hover {
    background-color: #2FA09E !important;
    border-color: #2FA09E !important; }

.btn-wh {
  color: #000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 500 !important; }
  .btn-wh:hover {
    background-color: #d6e0d7 !important;
    border-color: #d6e0d7 !important; }

.icon {
  display: inline-block; }
  .icon.viber-1 {
    background-image: url(../img/sprites/png/sprite.png);
    background-position: -211px -183px;
    width: 27px;
    height: 26px; }
  .icon.whatsapp-1 {
    background-image: url(../img/sprites/png/sprite.png);
    background-position: 0px -211px;
    width: 26px;
    height: 26px; }

.header {
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  background-color: #E7EAED;
  background-size: cover;
  border-top: 1px solid transparent;
  overflow-x: hidden; }
  .header-main {
    min-height: 500px;
    background-repeat: no-repeat;
    background-image: url(../img/right-bottom.svg), url(../img/bg/fon-2.jpg);
    background-position: 15% center, center center;
    background-size: cover,cover;
    padding: 70px 0 80px;
    margin-bottom: -1px; }
    .header-main .btn {
      max-width: 260px; }
    .header-main li {
      font-family: "Proxima-Nova-Bold", sans-serif;
      font-size: 18px;
      font-weight: bold;
      line-height: 2.22;
      color: #333333; }
      @media only screen and (max-width: 576px) {
        .header-main li {
          font-size: 20px;
          line-height: 1.2; } }
    .header-main .gifts img {
      max-width: 100%;
      width: 100%; }
    .header-main .gifts a {
      transition: .5s; }
      .header-main .gifts a:hover {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.68); }
    .header-main__img {
      overflow: hidden;
      box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); }
      .header-main__img img {
        transform: scale(1);
        animation: scale-up-image 15s cubic-bezier(0.39, 0.575, 0.565, 1) infinite alternate; }
    @media only screen and (max-width: 576px) {
      .header-main {
        padding: 60px 0 60px;
        background-repeat: no-repeat;
        background-image: url(../img/right-bottom.svg), url(../img/bg/fon-2.jpg);
        background-position: 0 101%, center center;
        background-size: cover,cover; } }
  .header-ceilings {
    background-repeat: no-repeat;
    background-image: url(../img/right-bottom.svg), url(../img/bg/fon-2-1.jpg);
    background-position: 0 101%, center 20%;
    background-size: cover;
    padding: 70px 0 90px; }
    @media only screen and (max-width: 576px) {
      .header-ceilings {
        padding: 60px 0 60px;
        background-repeat: no-repeat;
        background-image: url(../img/right-bottom.svg), url(../img/bg/fon-2-1.jpg);
        background-position: 0 101%, center center;
        background-size: contain,cover,cover; } }
  .header-fixtures {
    background-repeat: no-repeat;
    background-image: url(../img/right-bottom.svg), url(../img/bg/fon-2-7.jpg);
    background-position: 0 101%, center 20%;
    background-size: cover;
    padding: 70px 0 90px; }
    @media only screen and (max-width: 576px) {
      .header-fixtures {
        padding: 60px 0 60px;
        background-repeat: no-repeat;
        background-image: url(../img/right-bottom.svg), url(../img/bg/fon-2-7.jpg);
        background-position: 0 101%, center center;
        background-size: contain,cover,cover; } }
  .header-gallery {
    background-repeat: no-repeat;
    background-image: url(../img/right-bottom.svg), url(../img/bg/fon-7.jpg);
    background-position: 0 101%, center 20%;
    background-size: cover;
    padding: 70px 0 90px; }
    @media only screen and (max-width: 576px) {
      .header-gallery {
        padding: 60px 0 60px;
        background-repeat: no-repeat;
        background-image: url(../img/right-bottom.svg), url(../img/bg/fon-7.jpg);
        background-position: 0 101%, center center;
        background-size: contain,cover,cover; } }
  .header-stocks {
    background-color: #fff;
    padding: 40px 0 0; }
  .header-reviews {
    background-color: #fff;
    padding: 40px 0 0; }
  .header-company {
    background-color: #fff;
    padding: 40px 0 40px; }
  .header-prices {
    background-color: #fff;
    padding: 40px 0 40px; }
    .header-prices .subtitle {
      font-size: 36px; }

.top-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ECECEC;
  padding: 4px 15px;
  z-index: 250;
  position: relative;
  transition: .5s; }
  .top-mobile .city {
    font-family: "Proxima-Nova-Regular", sans-serif;
    font-size: 10px;
    line-height: 20px;
    color: #000000; }
    .top-mobile .city .icon {
      position: relative;
      top: -3px; }
  .top-mobile .work__item {
    font-family: "Proxima-Nova-Regular", sans-serif;
    font-size: 10px;
    line-height: 1.3;
    color: #000000; }

.logo {
  width: 285px; }
  .logo a {
    display: block; }
    .logo a img {
      max-width: 100%;
      width: 100%; }

.top-nav {
  max-width: 1140px;
  padding: 2px 15px 3px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  z-index: 200;
  transition: .5s; }
  @media only screen and (max-width: 768px) {
    .top-nav {
      min-height: 60px;
      display: flex;
      align-items: center; } }
  .top-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0 25px 10px rgba(0, 0, 0, 0.3) !important; }
  .top-nav__wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    @media only screen and (max-width: 768px) {
      .top-nav__wrap {
        width: 90%; } }
    @media only screen and (max-width: 992px) {
      .top-nav__wrap .logo {
        width: 150px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto; }
        .top-nav__wrap .logo img {
          width: 100%; } }
    @media only screen and (max-width: 768px) {
      .top-nav__wrap .logo {
        position: static;
        margin-left: 0px;
        margin-right: 5%; } }
    @media only screen and (max-width: 400px) {
      .top-nav__wrap .logo {
        display: none; } }
    .top-nav__wrap .city {
      font-family: "Proxima-Nova-Regular", sans-serif;
      font-size: 14px;
      line-height: 20px;
      font-weight: normal;
      color: #000000;
      cursor: pointer;
      position: relative; }
      .top-nav__wrap .city .icon {
        position: relative;
        top: -3px; }
    .top-nav__wrap .fast {
      font-family: "Proxima-Nova-ExtraBold", sans-serif;
      font-size: 18px;
      line-height: 20px;
      font-weight: 900;
      font-weight: normal;
      color: #6d686c;
      max-width: 150px; }
    .top-nav__wrap .phone a {
      font-family: "Proxima-Nova-ExtraBold", sans-serif;
      font-size: 40px;
      line-height: 1.1;
      font-weight: 800;
      color: #dc151a;
      text-decoration: none; }
      .top-nav__wrap .phone a:hover {
        text-decoration: underline; }
      @media only screen and (max-width: 992px) {
        .top-nav__wrap .phone a {
          line-height: 30px; } }
    .top-nav__wrap .phone_icons {
      position: relative;
      top: -3px;
      margin-right: 2px; }
      .top-nav__wrap .phone_icons .a1 {
        width: 19px; }
      .top-nav__wrap .phone_icons .mts {
        width: 16px; }
    .top-nav__wrap .phone .mobile-desc {
      font-family: "Proxima-Nova-Regular", sans-serif;
      font-size: 12px;
      line-height: 14px;
      font-weight: normal;
      color: #000000;
      max-width: 115px;
      display: none; }
    .top-nav__wrap .work__item {
      font-family: "Proxima-Nova-Regular", sans-serif;
      font-size: 14px;
      line-height: 120%;
      color: #000000;
      text-transform: uppercase; }
    .top-nav__wrap .btn {
      width: 160px;
      padding: 0.575rem 0.75rem !important; }

.navigation {
  position: relative;
  height: auto;
  line-height: normal;
  width: 100%;
  z-index: 150;
  background-color: #DC151A;
  transition: .5s;
  padding: 10px 0;
  box-shadow: none; }
  .navigation li.nav-phone {
    opacity: 0;
    visibility: hidden; }
    @media only screen and (max-width: 768px) {
      .navigation li.nav-phone {
        display: none; } }
  .navigation.fixed {
    position: fixed;
    top: 0;
    box-shadow: 0px 0 25px 10px rgba(0, 0, 0, 0.3) !important; }
    .navigation.fixed li.nav-phone {
      opacity: 1;
      visibility: visible; }
      .navigation.fixed li.nav-phone a {
        font-size: 24px; }
  @media only screen and (max-width: 768px) {
    .navigation {
      position: fixed;
      top: 0px;
      bottom: 0;
      z-index: 100;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: none; } }
  .navigation.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
    .navigation.open .nav_wrapper {
      height: 100%; }
    .navigation.open .naviagation__item_link {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .navigation.open .naviagation__item_link li {
        width: 100%; }
        .navigation.open .naviagation__item_link li a {
          display: block;
          padding: 5px 0;
          transition: none;
          transition: .5s; }

.nav_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto; }

.naviagation__item_link {
  display: flex;
  justify-content: space-around;
  margin: 0;
  align-items: flex-end;
  flex-wrap: wrap; }
  .naviagation__item_link li {
    margin: 0 15px; }
    .naviagation__item_link li a {
      font-family: "Proxima-Nova-SemiBold", sans-serif;
      color: #ffffff;
      position: relative;
      z-index: 10;
      text-decoration: none;
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      transition: .5s;
      padding-bottom: 0px;
      border: none; }
      .naviagation__item_link li a:hover {
        color: #d2d2d2;
        text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 2px 6px rgba(199, 12, 12, 0.3); }

.order__number {
  text-align: center;
  display: block;
  line-height: 7px; }
  .order__number .icon {
    vertical-align: middle; }
    .order__number .icon:nth-child(2) {
      margin-right: 5px;
      display: inline-block; }
  .order__number .btn_block a {
    background-color: #E7EAED;
    padding: 15px 0; }

.ord__num {
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 18px;
  display: block;
  vertical-align: middle;
  text-decoration: none;
  padding: 8px 0 0;
  color: #000000; }

.btn_block a {
  display: block;
  background-color: #DC151A;
  transition: .5s;
  color: #000000;
  padding: 10px 0;
  margin: 5px 0;
  text-align: center;
  text-decoration: none; }
  .btn_block a:hover {
    background-color: #a8160a; }

.header__wrap {
  margin: 150px auto 0;
  max-width: 1100px;
  position: relative; }

.h1 {
  text-align: center;
    text-align-text-transform: uppercase;
    text-align-font-size: 20px;
    text-align-margin: 0;
  color: #000000; }

.title__text {
  color: #333333;
  font-size: 30px;
  text-align: center;
  margin: 0;
  line-height: 22px; }

#before-load {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1001; }

#before-load img {
  font-size: 140px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -70px 0 0 -70px;
  animation: rotate 2s infinite; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

.wrap__button_mob {
  display: none;
  position: absolute;
  z-index: 100;
  width: 50px;
  height: 50px;
  top: 0;
  right: 15px; }

.sidebarBtn {
  position: absolute;
  top: 5px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: transparent;
  cursor: pointer;
  outline: none;
  border: none;
  z-index: 10; }
  .sidebarBtn:focus {
    outline: none; }

.sidebarBtn span {
  display: block;
  width: 45px;
  height: 4px;
  background-color: #DC151A;
  position: absolute;
  top: 24px;
  transition: .3s;
  outline: none; }

.sidebarBtn span:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #DC151A;
  transition: .3s;
  outline: none; }

.sidebarBtn span:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #DC151A;
  transition: .3s; }

.sidebarBtn.toggle span {
  background: transparent; }

.sidebarBtn.toggle span:before {
  top: 0;
  transform: rotate(45deg); }

.sidebarBtn.toggle span:after {
  top: 0;
  transform: rotate(-45deg); }

.pushy-open-right .sidebarBtn.toggle span {
  background: transparent; }

.pushy-open-right .sidebarBtn.toggle span:before {
  top: 0;
  transform: rotate(45deg);
  background-color: #ffffff; }

.pushy-open-right .sidebarBtn.toggle span:after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #ffffff; }

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.phone-call {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 95;
  transition: .5s linear;
  box-shadow: 0 0 0px 0px black;
  transform-origin: center; }
  @media only screen and (max-width: 600px) {
    .phone-call {
      display: inline-block; } }
  .phone-call img {
    box-shadow: 1px 2px 17px #DC151A;
    border-radius: 50%;
    animation: phoneCall 1s linear infinite; }

@keyframes phoneCall {
  0% {
    transform: rotate(0deg);
    box-shadow: 1px 2px 19px #DC151A; }
  50% {
    transform: rotate(10deg);
    box-shadow: 1px 2px 10px #DC151A; }
  100% {
    transform: rotate(0deg);
    box-shadow: 1px 2px 19px #DC151A; } }

.select-city {
  position: absolute;
  background: #ffffff;
  top: 25px;
  padding: 20px 30px;
  border-radius: 5px;
  box-shadow: 0 0 11px black;
  font-size: 18px;
  line-height: 1.5;
  z-index: 500;
  left: 10px;
  max-width: 168px;
  margin: auto;
  opacity: 0;
  visibility: hidden; }
  .select-city.open {
    opacity: 1;
    visibility: visible; }
  .select-city ul li {
    padding: 5px 0;
    font-weight: bold; }
    .select-city ul li:hover {
      color: red; }

@keyframes scale-up-image {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }

/*animation: pull 500ms infinite linear */
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes wobble-vertical {
  16.65% {
    transform: translateX(8px); }
  33.3% {
    transform: translateX(-6px); }
  49.95% {
    transform: translateX(4px); }
  66.6% {
    transform: translateX(-2px); }
  83.25% {
    transform: translateX(1px); }
  100% {
    transform: translateX(0); } }

@keyframes wobble-vertical2 {
  16.65% {
    transform: translateY(8px); }
  33.3% {
    transform: translateY(-6px); }
  49.95% {
    transform: translateY(4px); }
  66.6% {
    transform: translateY(-2px); }
  83.25% {
    transform: translateY(1px); }
  100% {
    transform: translateX(0); } }

@keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #FFF, 0 0 12px 14px #FFF; }
  to {
    box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0), 0 0 4px 71px rgba(255, 48, 26, 0); } }

/*Дергается */
@keyframes buzz-z {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0deg); }
  100% {
    transform: translateX(-1px) rotate(0deg); } }

@keyframes scale2 {
  from {
    transform: scale(1) rotate(-4deg); }
  50% {
    transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
  to {
    transform: scale(1) rotate(-4deg); } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

* {
  -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; }

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

::-webkit-scrollbar-track {
  background-color: #32312e;
  box-shadow: 0px 0px 3px #000 inset; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: #DC151A;
  box-shadow: 0px 1px 1px #DC151A inset;
  background-position: center;
  background-repeat: no-repeat; }

::-webkit-scrollbar {
  width: 11px; }

::-webkit-input-placeholder {
  color: #000000; }

::-moz-placeholder {
  color: #000000; }

input {
  outline: none; }

select {
  outline: none; }

button {
  outline: none; }

a {
  outline: none; }

ul {
  list-style: none;
  padding: 0; }

section {
  border-top: .1px solid #fff; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: "Proxima-Nova-Regular", sans-serif;
  overflow-x: hidden;
  margin: 0;
  padding: 0; }

html,
body {
  overflow-x: hidden; }

::selection {
  background-color: #DC151A;
  color: #fff; }

.slide {
  max-width: 1100px;
  margin: 0 auto;
  position: relative; }
  .slide .swiper_button_next_column {
    right: -40px;
    top: 48%; }
  .slide .swiper_button_prev_column {
    left: -60px;
    top: 48%; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-wrapper {
  padding: 55px 0; }

.swiper-slide {
  justify-content: center;
  display: flex; }

.swiper-button-next, .swiper-button-prev {
  font-size: 50px;
  color: #333;
  z-index: 1;
  outline: none; }

.swiper-button-next {
  padding: 0px 8px 4px 3px;
  right: 0px; }

.swiper-button-prev {
  padding: 0px 10px 4px 0px;
  left: 0; }

.swiper-pagination {
  bottom: -30px;
  width: 100%; }
  .swiper-pagination .swiper-pagination-bullet {
    margin: 7px;
    width: 10px;
    height: 10px;
    background: #A6A6A6;
    opacity: 1;
    border-radius: 50%; }
  .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #646464;
    border-radius: 50%; }

.go-prew {
  width: 350px;
  height: 250px;
  margin: 15px;
  position: relative;
  cursor: pointer;
  border: 4px solid #DC151A;
  overflow: hidden;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.9);
  transition: .5s; }
  .go-prew img {
    transition: .5s; }
  .go-prew:hover .zoom {
    transform: scale(1); }
  .go-prew:hover img {
    transform: scale(1.2);
    opacity: .4; }

.lg-outer .lg-thumb {
  margin: auto; }

.lg-backdrop {
  z-index: 100; }

.zoom {
  color: #ffffff;
  font-size: 50px;
  z-index: 11;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  display: block;
  margin: auto;
  transform: scale(0);
  transition: .5s;
  background-image: url(../img/zoom-in.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px; }

.header_thanks {
  height: 100vh;
  background-image: url(../img/thanks.jpg);
  background-repeat: no-repeat; }
  .header_thanks .card_wrapper {
    height: 100%;
    align-items: center; }
    .header_thanks .card_wrapper .card_new {
      width: 700px;
      background: #D55D70; }
    .header_thanks .card_wrapper .content {
      height: 100%;
      bottom: 0;
      top: 40%;
      left: 0;
      right: 0;
      margin: auto;
      background: linear-gradient(0deg, #c21833, transparent); }
      .header_thanks .card_wrapper .content ul li a {
        padding-bottom: 3px !important;
        height: auto;
        width: 300px; }

.scale-in-center {
  animation: 0.7s scale-in-center 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.bounce-in-bottom1 {
  animation: 2s bounce-in-bottom .2s both; }

.bounce-in-bottom2 {
  animation: 2s bounce-in-bottom .5s both; }

.bounce-in-bottom3 {
  animation: 2s bounce-in-bottom .9s both; }

@keyframes bounce-in-bottom {
  0% {
    transform: translateY(500px);
    animation-timing-function: ease-in;
    opacity: 0; }
  38% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1; }
  55% {
    transform: translateY(65px);
    animation-timing-function: ease-in; }
  72% {
    transform: translateY(0);
    animation-timing-function: ease-out; }
  81% {
    transform: translateY(28px);
    animation-timing-function: ease-in; }
  90% {
    transform: translateY(0);
    animation-timing-function: ease-out; }
  95% {
    transform: translateY(8px);
    animation-timing-function: ease-in; }
  100% {
    transform: translateY(0);
    animation-timing-function: ease-out; } }

.slide-in-blurred-right1 {
  animation: 1s slide-in-blurred-right 0.2s cubic-bezier(0.23, 1, 0.32, 1) both; }

.slide-in-blurred-right2 {
  animation: 1s slide-in-blurred-right 0.4s cubic-bezier(0.23, 1, 0.32, 1) both; }

@keyframes slide-in-blurred-right {
  0% {
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0; }
  100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1; } }

.h2 {
  font-family: "Proxima-Nova-Black", sans-serif;
  font-style: normal;
  font-weight: 800 !important;
  font-size: 34px !important;
  line-height: 1.3 !important;
  text-transform: uppercase;
  color: #4e4e4e;
  text-align: left;
  margin: 0 !important; }
  @media only screen and (max-width: 576px) {
    .h2 {
      font-size: 24px !important;
      line-height: 1.3 !important;
      letter-spacing: 1.3px;
      color: #4e4e4e; } }

h1.h2 {
  line-height: 1.5 !important; }
  @media only screen and (max-width: 576px) {
    h1.h2 {
      font-size: 30px !important; } }

.subtitle {
  font-family: "Proxima-Nova-Black", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
  color: #dc151a;
  text-align: left; }
  @media only screen and (max-width: 576px) {
    .subtitle {
      font-size: 18px !important;
      line-height: 1.1 !important;
      letter-spacing: 1.3px; } }

.services {
  position: relative; }

.services_wrapper {
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto; }

.services_block {
  margin: 10px 10px 40px;
  width: 350px; }
  .services_block img {
    width: 100%; }
  .services_block .h3 {
    text-align: center;
    min-height: 60px;
    display: flex;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-bottom: 10px;
    line-height: 20px; }

.form_wrapper {
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto; }

.calc {
  background-color: #E7EAED;
  padding-bottom: 20px;
  position: relative; }
  .calc .form_calc {
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    font-size: 18px;
    max-width: 400px;
    margin: auto;
    text-align: center;
    color: #000000; }
    .calc .form_calc input {
      display: block;
      z-index: 10;
      position: relative; }
    .calc .form_calc label {
      color: #666666; }
  .calc *::-webkit-input-placeholder {
    color: #666;
    opacity: 1; }
  .calc *:-moz-placeholder {
    color: #666;
    opacity: 1; }
  .calc *::-moz-placeholder {
    color: #666;
    opacity: 1; }
  .calc *:-ms-input-placeholder {
    color: #666;
    opacity: 1; }

label.file-upload {
  display: block; }
  label.file-upload input[type="file"] {
    display: none; }
  label.file-upload span {
    display: block;
    background-color: transparent;
    border: none;
    border: 1px solid #000 !important;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px;
    padding: 0 20px !important;
    color: #000;
    text-align: left;
    box-shadow: none;
    box-sizing: content-box;
    transition: box-shadow .3s, border .3s; }

.datepicker-controls .select-month input {
  width: auto !important; }

.datepicker-date-display, .datepicker-table td.is-selected {
  background-color: #DC151A !important; }

.datepicker-table td.is-today {
  color: #DC151A !important; }

.datepicker-cancel, .datepicker-clear, .datepicker-done, .datepicker-today {
  color: #DC151A !important; }

.formcalc_two {
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  font-size: 18px;
  text-align: center;
  color: #000000;
  width: 400px;
  margin-top: 50px; }
  .formcalc_two input {
    padding: 0px 20px !important;
    margin-top: 10px;
    z-index: 10;
    position: relative;
    border: none;
    border: 1px solid #000000 !important;
    background-color: #ECECEC; }

.square1 {
  background-color: #000000;
  height: 40px;
  width: 52px;
  position: absolute;
  z-index: -1;
  left: -30px;
  transition: .3s;
  top: 3px;
  transition: .5s; }

.square2 {
  background-color: #000000;
  height: 40px;
  width: 52px;
  position: absolute;
  z-index: -1;
  right: -30px;
  transition: .3s;
  top: 3px; }

.block_slide {
  width: 350px; }

.party {
  background-image: url(../img/fon-5-main.jpg);
  background-size: cover;
  background-position: right;
  padding-bottom: 30px;
  background-color: #E7EAED; }
  .party .swiper-wrapper {
    padding-top: 40px; }
    .party .swiper-wrapper .swiper-slide .go-prew {
      width: 350px;
      height: 260px;
      border: none;
      margin: 5px; }

.slide .swiper-button-next.swiper_button_next_column, .slide .swiper_button_next_column_2, .slide .btn_next2 {
  top: 45%;
  background-color: #353537;
  display: block;
  height: 45px;
  width: 45px;
  background-position: 12px;
  background-image: url(../img/right-arrow.svg);
  right: -50px;
  transition: .3s; }
  .slide .swiper-button-next.swiper_button_next_column:hover, .slide .swiper_button_next_column_2:hover, .slide .btn_next2:hover {
    background-image: url(../img/right1-arrowdark.svg);
    background-color: #DC151A; }

.slide .swiper-button-prev.swiper_button_prev_column, .slide .swiper_button_prev_column_2, .slide .btn_prev2 {
  top: 45%;
  left: -50px;
  background-color: #353537;
  display: block;
  height: 45px;
  width: 45px;
  background-position: 9px;
  background-image: url(../img/left-arrow.svg);
  transition: .3s; }
  .slide .swiper-button-prev.swiper_button_prev_column:hover, .slide .swiper_button_prev_column_2:hover, .slide .btn_prev2:hover {
    background-image: url(../img/left1-arrowdark.svg);
    background-color: #DC151A; }

.features {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #D0D0D0;
  padding-bottom: 40px; }

.features_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto; }

.features_block {
  width: 250px;
  text-align: center; }
  .features_block p {
    margin-top: -20px; }

.how_work {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #D0D0D0;
  padding-bottom: 40px; }

.how_work_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto; }

.how_work_block {
  width: 200px;
  text-align: center; }
  .how_work_block p {
    margin-top: -20px; }

.katalog__card_img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  transition: .5s;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 300px; }
  .katalog__card_img img {
    width: 100%;
    transition: .5s; }
  .katalog__card_img:hover .zoom {
    transform: scale(1); }
  .katalog__card_img:hover img {
    transform: scale(1.2);
    transition: .5s;
    opacity: .4; }

.katalog__card__wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }

.katalog__kard {
  max-width: 350px;
  margin-top: 60px;
  overflow: hidden;
  background-color: #F5F5F5;
  box-shadow: 0 0 10px 3px rgba(231, 231, 231, 0.5);
  position: relative; }
  .katalog__kard .zoom {
    position: absolute;
    z-index: 0; }

.card_wrapper {
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative; }

.card_new {
  position: relative;
  background-color: #000000;
  overflow: hidden;
  border-radius: 10px;
  transition: .5s;
  width: 300px;
  height: 400px;
  margin: 20px; }
  .card_new .img_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .5s; }
  .card_new:hover {
    transform: translateY(-20px); }
    .card_new:hover .img_box {
      opacity: .5; }
    .card_new:hover .content {
      bottom: 0; }
  .card_new .content {
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: -100%;
    padding: 20px;
    transition: .5s;
    box-sizing: border-box;
    text-align: center; }
    .card_new .content .h3 {
      font-size: 24px;
      color: #ffffff; }
      .card_new .content .h3 span {
        color: #ffeb3b;
        display: block;
        font-size: 14px; }
    .card_new .content p {
      font-size: 15px;
      line-height: 18px;
      color: #ffffff; }
    .card_new .content ul {
      display: flex;
      justify-content: center; }
      .card_new .content ul li a {
        padding: 5px;
        margin: 5px; }
        .card_new .content ul li a i {
          font-size: 24px;
          color: #ffffff; }

.card_new:nth-child(1) .content {
  background: linear-gradient(0deg, #DC151A, transparent); }

.card_new:nth-child(2) .content {
  background: linear-gradient(0deg, #DC151A, transparent); }

.card_new:nth-child(3) .content {
  background: linear-gradient(0deg, #DC151A, transparent); }

.hidden {
  display: none; }

.success {
  color: #000000;
  background-color: #ffffff;
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  top: -100%;
  opacity: 0;
  transition: all .5s ease; }
  .success p {
    display: flex;
    margin: auto; }
  .success.active {
    top: 0;
    opacity: 1;
    transition: .5s; }

.popup__form {
  padding: 20px;
  background-color: #fff;
  max-width: 440px;
  margin: auto;
  position: relative;
  border: 3px solid #DC151A;
  transition: .5s;
  position: relative;
  text-align: center;
  overflow: hidden;
  animation: dropdown  0.5s alternate linear; }
  .popup__form .btn {
    margin-top: 15px; }
  .popup__form .btn_send {
    background-color: #DC151A; }

input:focus {
  border-bottom: 1px solid #a8160a !important;
  box-shadow: 0 1px 0 0 #a8160a !important; }

textarea:focus {
  border-bottom: 1px solid #a8160a !important;
  box-shadow: 0 1px 0 0 #a8160a !important; }

i.active {
  color: #a8160a !important; }

label.active {
  color: #a8160a !important; }

.h3__form {
  text-align: center;
  font-size: 24px;
  margin: 0;
  line-height: 31px; }

@keyframes dropdown {
  0% {
    transform: translate(0, -480px); }
  100% {
    transform: translate(0, 0px); } }

.new-site {
  margin-bottom: -200px; }
  @media only screen and (max-width: 576px) {
    .new-site {
      margin-bottom: 0; } }
  .new-site__block {
    display: flex;
    justify-content: space-between;
    flex-grow: 1; }
    .new-site__block .img img {
      width: 100%;
      max-width: 100%; }
    .new-site__block .img__left {
      flex-shrink: 0; }
    .new-site__block .img__right {
      width: 100%;
      justify-content: center;
      align-items: center;
      background-repeat: no-repeat;
      background-size: cover; }
      .new-site__block .img__right a.btn {
        min-width: 260px; }
    .new-site__block-form {
      max-width: 490px;
      background: #ffffff;
      padding: 10px 35px 5px; }
      .new-site__block-form .title {
        font-family: "Proxima-Nova-ExtraBold", sans-serif;
        font-weight: 800;
        font-size: 23px;
        line-height: 1.3;
        color: #DC151A; }
      .new-site__block-form .sub {
        font-family: "Proxima-Nova-ExtraBold", sans-serif;
        font-weight: 800;
        font-size: 20px;
        line-height: 1.3;
        color: #333333; }
  @media only screen and (max-width: 576px) {
    .new-site .slides {
      padding: 0 40px; }
      .new-site .slides .swiper-container {
        overflow: visible; }
      .new-site .slides .swiper-slide {
        transition: .5s; }
        .new-site .slides .swiper-slide.swiper-slide-prev {
          transform: scale(0.8) translateX(20px); }
        .new-site .slides .swiper-slide.swiper-slide-next {
          transform: scale(0.8) translateX(-20px); } }
  .new-site .swiper-wrapper {
    padding-top: 0; }
  .new-site.ceilings {
    margin-bottom: 0; }
  .new-site.fixtures {
    margin-bottom: 0; }
    .new-site.fixtures .swiper-container {
      padding: 0 0 20px; }
    .new-site.fixtures .swiper-container-horizontal > .swiper-pagination-bullets {
      bottom: -2px; }
    @media only screen and (max-width: 576px) {
      .new-site.fixtures {
        display: none; } }
  .new-site.stocks {
    margin-bottom: 0; }
  .new-site .form-group {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto; }
  .new-site .commercial {
    min-height: 367px; }
    .new-site .commercial .btn {
      margin-top: 60px !important; }
    @media only screen and (max-width: 620px) {
      .new-site .commercial .commercial__box-left .box span {
        font-size: 17px;
        display: block; }
      .new-site .commercial .commercial__box-left .box strong {
        font-size: 25px; } }
    .new-site .commercial.commercial-1 .btn {
      margin-top: 130px !important; }
      @media only screen and (max-width: 620px) {
        .new-site .commercial.commercial-1 .btn {
          margin-top: 150px !important; } }
    @media only screen and (max-width: 620px) {
      .new-site .commercial.commercial-2 .commercial__box-left {
        padding-right: 0 !important;
        padding-top: 40px !important; }
        .new-site .commercial.commercial-2 .commercial__box-left .box {
          padding: 10px 15px 10px 15px !important; }
          .new-site .commercial.commercial-2 .commercial__box-left .box span {
            display: inline; }
            .new-site .commercial.commercial-2 .commercial__box-left .box span br {
              display: none; }
        .new-site .commercial.commercial-2 .commercial__box-left .btn {
          margin-top: 130px !important; } }
    .new-site .commercial.commercial-4 {
      background-position: -40px center; }
      @media only screen and (max-width: 768px) {
        .new-site .commercial.commercial-4 {
          background-position: -60px center; } }
      @media only screen and (max-width: 620px) {
        .new-site .commercial.commercial-4 .btn {
          margin-top: 150px !important; } }
    @media only screen and (max-width: 620px) {
      .new-site .commercial.commercial-5 .commercial__box-left {
        padding-right: 0 !important;
        width: 100%; }
        .new-site .commercial.commercial-5 .commercial__box-left .box span {
          display: inline; }
        .new-site .commercial.commercial-5 .commercial__box-left .btn {
          margin-top: 160px !important; } }
    @media only screen and (max-width: 768px) {
      .new-site .commercial.commercial-6 .commercial__box-left {
        max-width: 310px; } }
    @media only screen and (max-width: 768px) {
      .new-site .commercial.commercial-6 .commercial__box-left .box {
        padding: 10px 36px 10px 10px; } }
    @media only screen and (max-width: 620px) {
      .new-site .commercial.commercial-6 .commercial__box-left {
        padding-top: 40px !important;
        max-width: 400px; }
        .new-site .commercial.commercial-6 .commercial__box-left .box.bg-flag span {
          margin-left: 15px;
          display: inline; }
        .new-site .commercial.commercial-6 .commercial__box-left .box.bg-flag strong {
          margin-left: 15px;
          display: inline; } }
    @media only screen and (max-width: 768px) {
      .new-site .commercial.commercial-7 .commercial__box-left {
        max-width: 320px; } }
    @media only screen and (max-width: 768px) {
      .new-site .commercial.commercial-7 .commercial__box-left .box {
        padding: 10px 36px 10px 30px; } }

.stretch-ceiling {
  background-repeat: no-repeat;
  background-image: url(../img/left-top.png), url(../img/right-bottom.svg), url(../img/bg/fon-2.jpg);
  background-position: 0 -1px, 0 101%, center center;
  background-size: contain,cover,cover;
  padding: 210px 0 80px;
  margin-bottom: -1px; }
  @media only screen and (max-width: 576px) {
    .stretch-ceiling {
      padding: 60px 0 60px;
      background-repeat: no-repeat;
      background-image: url(../img/left-top.png), url(../img/right-bottom.svg), url(../img/bg/fon-2.jpg);
      background-position: 0 -1px, 0 101%, center center;
      background-size: contain,cover,cover; } }
  .stretch-ceiling .swiper-wrapper {
    padding-top: 20px; }
  .stretch-ceiling_block {
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1)); }
    .stretch-ceiling_block .item {
      background: #ffffff;
      padding: 45px 30px 10px;
      margin-right: 30px; }
      @media only screen and (max-width: 768px) {
        .stretch-ceiling_block .item {
          margin-right: 0; } }
      @media only screen and (max-width: 576px) {
        .stretch-ceiling_block .item {
          padding: 20px 10px 20px;
          min-height: auto; } }
      .stretch-ceiling_block .item .title {
        font-family: "Proxima-Nova-ExtraBold", sans-serif;
        font-weight: 800;
        font-size: 24px;
        line-height: 1.3;
        text-transform: uppercase;
        color: #4e4e4e; }
      .stretch-ceiling_block .item .img {
        width: 100%;
        min-height: 255px;
        background-repeat: no-repeat;
        background-size: contain;
        transition: .5s; }
        @media only screen and (max-width: 1200px) {
          .stretch-ceiling_block .item .img {
            width: 100%; } }
        @media only screen and (max-width: 576px) {
          .stretch-ceiling_block .item .img {
            max-width: 100%;
            width: 100%;
            height: auto; } }
    .stretch-ceiling_block:hover .item .img {
      filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.6)); }
  @media only screen and (max-width: 576px) {
    .stretch-ceiling .slides {
      padding: 0 40px; } }
  @media only screen and (max-width: 576px) {
    .stretch-ceiling .swiper-container {
      overflow: visible; } }
  .stretch-ceiling .swiper-slide {
    transition: 1s;
    transform: scale(0.8) translateY(-53px); }
    @media only screen and (max-width: 576px) {
      .stretch-ceiling .swiper-slide {
        transform: scale(1) translateY(0); } }
    .stretch-ceiling .swiper-slide.swiper-slide-active {
      transform: scale(1) translateY(0); }
    .stretch-ceiling .swiper-slide.swiper-slide-next {
      transition: .5s; }
      @media only screen and (max-width: 576px) {
        .stretch-ceiling .swiper-slide.swiper-slide-next {
          transform: scale(0.8) translate(-20px, 0); } }
    .stretch-ceiling .swiper-slide.swiper-slide-prev {
      transition: .5s; }
      @media only screen and (max-width: 576px) {
        .stretch-ceiling .swiper-slide.swiper-slide-prev {
          transform: scale(0.8) translate(20px, 0); } }

.just-work {
  padding-top: 75px;
  margin-bottom: -126px; }
  @media only screen and (max-width: 600px) {
    .just-work {
      margin-bottom: 0; } }
  .just-work__block {
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    padding: 25px;
    transition: .3s; }
    .just-work__block:hover {
      box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3); }
      .just-work__block:hover .line .number {
        color: rgba(0, 0, 0, 0.5); }
    .just-work__block .line {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .just-work__block .line .icon {
        width: 71px;
        height: 71px; }
        .just-work__block .line .icon img {
          max-width: 100%;
          width: 100%; }
      .just-work__block .line .title {
        font-family: "Proxima-Nova-ExtraBold", sans-serif;
        font-size: 24px;
        line-height: 1.3;
        font-weight: 800;
        text-transform: uppercase;
        color: #4e4e4e;
        margin-right: auto; }
      .just-work__block .line .number {
        font-family: "Proxima-Nova-ExtraBold", sans-serif;
        font-size: 80px;
        line-height: 1.1;
        font-weight: 800;
        text-transform: uppercase;
        color: rgba(78, 78, 78, 0.21);
        transition: .5s; }
  @media only screen and (max-width: 576px) {
    .just-work .swiper-wrapper {
      padding: 15px 0 20px; } }

.calculator {
  background-repeat: no-repeat;
  background-image: url(../img/left-top.png), url(../img/right-bottom.svg), url(../img/bg/fon-3.jpg);
  background-position: right 0, 0 101%, center center;
  background-size: contain,cover,cover;
  padding: 150px 0 80px;
  margin-bottom: -1px; }
  @media only screen and (max-width: 576px) {
    .calculator {
      padding: 60px 0 90px;
      background-image: none;
      background: #ffffff; } }
  .calculator-map {
    position: relative;
    text-align: center; }
    .calculator-map img {
      max-width: 100%;
      height: auto; }
    .calculator-map svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .calculator-block {
    background: #ffffff; }
    .calculator-block__form {
      padding-bottom: 140px; }
      .calculator-block__form .item {
        padding: 40px 40px 0; }
        @media only screen and (max-width: 576px) {
          .calculator-block__form .item {
            padding: 0 15px; } }
  .calculator__bonuses {
    position: relative; }
    .calculator__bonuses .title {
      font-family: "Proxima-Nova-Bold", sans-serif;
      font-size: 18px;
      line-height: 1.3;
      color: #dc151a;
      text-align: center; }
    .calculator__bonuses .bonus {
      display: flex;
      justify-content: center;
      position: absolute;
      top: 40px;
      left: 0;
      right: 0; }
      .calculator__bonuses .bonus .img {
        margin: 5px; }
        .calculator__bonuses .bonus .img img {
          max-width: 100%;
          width: 100%; }
  .calculator-ceilings {
    background-image: none;
    padding: 20px 0 35px; }
    @media only screen and (max-width: 576px) {
      .calculator-ceilings {
        padding: 30px 0 80px; } }
  .calculator .room-highlight {
    opacity: 0;
    transition: 1s; }
    .calculator .room-highlight.active {
      opacity: 1; }

.ceiling-lights {
  padding: 20px 0 0; }
  .ceiling-lights .img {
    overflow: hidden;
    transform: translateY(0px);
    transition: .5s; }
    .ceiling-lights .img img {
      max-width: 100%;
      width: 100%;
      transform: scale(1);
      transition: 2s; }
    .ceiling-lights .img:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 9px 0px #555353; }
      .ceiling-lights .img:hover img {
        transform: scale(1.2); }
    .ceiling-lights .img-center:hover img {
      transform: scale(1); }
  @media only screen and (max-width: 576px) {
    .ceiling-lights.cellings {
      padding: 30px 0 0; } }

.materials {
  background-repeat: no-repeat;
  background-image: url(../img/right-top.svg), url(../img/bg/fon-4.jpg);
  background-position: 0 -1px, center center;
  background-size: cover, cover;
  padding: 90px 0 30px;
  position: relative; }
  .materials::after {
    content: '';
    display: block;
    position: absolute;
    height: 130px;
    bottom: -1px;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-image: url(../img/right-bottom.svg);
    background-size: cover; }
  .materials__mobile {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    text-align: center; }
    .materials__mobile img {
      max-width: 390px; }
  .materials .subtitle {
    font-size: 18px;
    line-height: 1.1;
    color: #4e4e4e; }
    @media only screen and (max-width: 576px) {
      .materials .subtitle {
        letter-spacing: 1.3px; } }
  @media only screen and (max-width: 992px) {
    .materials {
      padding-bottom: 70px; } }
  @media only screen and (max-width: 576px) {
    .materials {
      padding: 60px 0 60px;
      background-repeat: no-repeat;
      background-image: url(../img/left-top.png), url(../img/right-bottom.svg), url(../img/bg/fon-4.jpg);
      background-position: 0 -1px, 0 101%, left top;
      background-size: contain,cover,cover; } }
  .materials-box {
    position: relative;
    z-index: 25; }
  .materials-block {
    padding: 30px;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 576px) {
      .materials-block {
        opacity: 0;
        visibility: hidden; } }
    .materials-block .title {
      font-family: "Proxima-Nova-Black", sans-serif;
      font-weight: 900;
      font-size: 22px;
      line-height: 1.6;
      text-transform: uppercase;
      color: #333333; }
    .materials-block .img {
      overflow: hidden; }
      .materials-block .img img {
        transition: 2s;
        transform: scale(1);
        max-width: 100%; }
      .materials-block .img:hover img {
        transform: scale(1.2); }

.installment {
  padding-top: 20px; }
  @media only screen and (max-width: 576px) {
    .installment {
      padding: 20px 0 20px; } }
  @media only screen and (max-width: 576px) {
    .installment .swiper-container {
      overflow: visible; }
      .installment .swiper-container .swiper-wrapper {
        padding: 25px 0 55px; } }
  .installment .swiper-slide {
    transition: .5s; }
    @media only screen and (max-width: 576px) {
      .installment .swiper-slide.swiper-slide-prev {
        transform: scale(0.8) translateX(20px); }
      .installment .swiper-slide.swiper-slide-next {
        transform: scale(0.8) translateX(-20px); } }
    @media only screen and (max-width: 576px) {
      .installment .swiper-slide.swiper-slide-active {
        transform: scale(1); } }
  @media only screen and (max-width: 576px) {
    .installment .slides {
      padding: 0 30px; } }
  .installment .img img {
    max-width: 100%;
    width: 100%; }
  .installment-manufactured {
    background-repeat: no-repeat;
    background-image: url(../img/left-top.png), url(../img/right-bottom.svg), url(../img/bg/fon-2-4.jpg);
    background-position: right 0, 0 101%, center center;
    background-size: contain,cover,cover;
    padding: 150px 0 100px;
    margin-bottom: -1px; }
    @media only screen and (max-width: 576px) {
      .installment-manufactured {
        padding: 60px 0 90px;
        background-image: none;
        background: #ffffff; } }

.bests {
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-image: url(../img/left-top.png), url(../img/right-bottom.svg), url(../img/bg/fon-5.jpg);
  background-position: 0 -1px, 0 101%, center center;
  background-size: contain,cover,cover;
  padding: 130px 0 80px;
  margin-bottom: -1px; }
  @media only screen and (max-width: 576px) {
    .bests {
      padding: 60px 0 60px;
      background-repeat: no-repeat;
      background-image: url(../img/left-top.png), url(../img/right-bottom.svg), url(../img/bg/fon-5.jpg);
      background-position: 0 -1px, 0 101%, center center;
      background-size: contain,cover,cover; } }
  .bests .tabs__item {
    font-family: "Proxima-Nova-SemiBold", sans-serif;
    font-size: 16px;
    line-height: 36px;
    transition: .5s;
    text-align: center;
    color: #ffffff;
    background: #8A8A8A;
    border: 1px solid #CACACA;
    box-sizing: border-box;
    cursor: pointer; }
    .bests .tabs__item:hover {
      background-color: #db5151; }
  .bests .tabs .active {
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2)); }
    .bests .tabs .active .tabs__item {
      background-color: #DC151A; }
  .bests .tab-content {
    position: relative; }
    .bests .tab-content__item {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      opacity: 0;
      visibility: hidden;
      transition: 1s; }
      .bests .tab-content__item.active {
        position: relative;
        opacity: 1;
        visibility: visible; }
  .bests .slides {
    max-width: 960px;
    margin: 0 auto; }
    @media only screen and (max-width: 576px) {
      .bests .slides {
        padding: 0 40px; } }
  .bests .swiper-container {
    overflow: visible; }
  .bests .swiper-slide {
    opacity: 0;
    visibility: hidden;
    transition: .2s; }
    .bests .swiper-slide.swiper-slide-active {
      opacity: 1;
      visibility: visible;
      transition: .5s; }
    .bests .swiper-slide.swiper-slide-next {
      opacity: 1;
      visibility: visible;
      transition: .5s; }
      @media only screen and (max-width: 576px) {
        .bests .swiper-slide.swiper-slide-next {
          transform: scale(0.8) translateX(-20px); } }
    @media only screen and (max-width: 576px) {
      .bests .swiper-slide.swiper-slide-prev {
        opacity: 1;
        visibility: visible;
        transition: .5s;
        transform: scale(0.8) translateX(20px); } }
  .bests .swiper-button-prev {
    left: -80px;
    width: 65px !important;
    height: 65px !important;
    background-position: 20px !important; }
  .bests .swiper-button-next {
    right: -80px;
    width: 65px !important;
    height: 65px !important;
    background-position: 20px !important; }
  .bests_block {
    overflow: hidden; }
    .bests_block .go-prew {
      width: 100%;
      height: 100%;
      margin: 0;
      border: none; }
      .bests_block .go-prew img {
        max-width: 100%; }

.swiper-button-next {
  background-color: #DC151A;
  border-radius: 50%;
  display: block;
  height: 45px !important;
  width: 45px !important;
  background-position: 11px !important;
  background-image: url(../img/right-arrow.svg) !important;
  transition: .3s;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); }
  .swiper-button-next:hover {
    background-image: url(../img/right-arrowdark.svg) !important;
    background-color: #DC151A; }

.swiper-button-prev {
  background-color: #eee;
  border-radius: 50%;
  display: block;
  height: 45px !important;
  width: 45px !important;
  background-position: 11px !important;
  background-image: url(../img/left-arrow.svg) !important;
  transition: .3s;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); }
  .swiper-button-prev:hover {
    background-image: url(../img/left-arrowdark.svg) !important;
    background-color: #fff; }
  .swiper-button-prev.swiper-button-disabled {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2) !important; }

.slides .btn_next2 {
  background-color: #DC151A;
  border-radius: 50%;
  display: block;
  height: 45px;
  width: 45px;
  background-position: 12px;
  background-image: url(../img/right-arrow.svg);
  transition: .3s;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); }
  .slides .btn_next2:hover {
    background-image: url(../img/right-arrowdark.svg);
    background-color: #DC151A; }

.slides .btn_prev2 {
  background-color: #eee;
  border-radius: 50%;
  display: block;
  height: 45px;
  width: 45px;
  background-position: 9px;
  background-image: url(../img/left-arrow.svg);
  transition: .3s;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); }
  .slides .btn_prev2:hover {
    background-image: url(../img/left-arrowdark.svg);
    background-color: #fff; }
  .slides .btn_prev2.swiper-button-disabled {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2); }

.swiper-pagination .swiper-pagination-bullet {
  background-color: #333333;
  transition: .5s; }
  .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #DC151A;
    box-shadow: 0px 0 0px 2px #DC151A; }

.rewies {
  background-color: #ffffff;
  padding: 30px 0 20px; }
  .rewies_block {
    height: 370px;
    width: 80%;
    display: flex;
    justify-content: center;
    overflow: hidden; }
    .rewies_block .go-prew {
      width: 255px;
      height: auto;
      margin: 0;
      flex-shrink: 0;
      border: none; }
    .rewies_block .img {
      position: relative;
      width: 90%;
      height: 100%;
      margin-left: 15px; }
      .rewies_block .img .go-prew {
        height: 100%;
        width: 100%; }
        .rewies_block .img .go-prew img {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; }
  .rewies .slides {
    max-width: 1100px;
    margin: 0 auto;
    position: relative; }
  .rewies__desc {
    font-family: "Proxima-Nova-ExtraBold", sans-serif;
    font-size: 18px;
    line-height: 1.27;
    font-weight: 800;
    text-align: center;
    color: #dc151a;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto; }
  .rewies .btn {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto; }
  .rewies .swiper-button-prev {
    width: 65px !important;
    height: 65px !important;
    background-position: 20px !important; }
  .rewies .swiper-button-next {
    width: 65px !important;
    height: 65px !important;
    background-position: 20px !important; }

.technology-ceilings {
  background-repeat: no-repeat;
  background-image: url(../img/left-top.png), url(../img/right-bottom.svg), url(../img/bg/fon-2-2.jpg);
  background-position: 0 -1px, 0 101%, center center;
  background-size: contain,cover,cover;
  padding: 140px 0 140px;
  margin-bottom: -1px;
  margin-top: -110px; }
  @media only screen and (max-width: 576px) {
    .technology-ceilings {
      padding: 70px 0 60px;
      background-repeat: no-repeat;
      background-image: url(../img/left-top.png), url(../img/right-bottom.svg), url(../img/bg/fon-2-2.jpg);
      background-position: 0 -1px, 0 101%, center center;
      background-size: contain,cover,cover;
      margin-top: 0; } }
  .technology-ceilings .tabs__item {
    font-family: "Proxima-Nova-SemiBold", sans-serif;
    font-size: 16px;
    line-height: 36px;
    transition: .5s;
    text-align: center;
    color: #ffffff;
    background: #8A8A8A;
    border: 1px solid #CACACA;
    box-sizing: border-box;
    cursor: pointer; }
    .technology-ceilings .tabs__item:hover {
      background-color: #db5151; }
  .technology-ceilings .tabs .active .tabs__item {
    background-color: #DC151A; }
  .technology-ceilings .tab-content {
    position: relative; }
    .technology-ceilings .tab-content__item {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      opacity: 0;
      visibility: hidden;
      transition: 1s; }
      .technology-ceilings .tab-content__item.active {
        position: relative;
        opacity: 1;
        visibility: visible; }
  .technology-ceilings__description {
    background: #ffffff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    padding: 30px 20px 10px;
    min-height: 385px; }
    .technology-ceilings__description p {
      font-family: "Proxima-Nova-Regular", sans-serif;
      font-size: 16px;
      line-height: 1.5;
      padding-bottom: 5px; }
    .technology-ceilings__description strong {
      font-family: "Proxima-Nova-Bold", sans-serif;
      font-size: 18px; }
    .technology-ceilings__description li {
      font-size: 16px;
      padding-left: 20px;
      line-height: 1.5;
      position: relative; }
      .technology-ceilings__description li::before {
        content: '';
        display: block;
        position: absolute;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background-color: red;
        left: 0;
        top: 10px;
        text-transform: lowercase; }
  .technology-ceilings__buttons .btn {
    max-width: 47%; }
  .technology-ceilings__gallery .gallery-top {
    height: auto; }
    .technology-ceilings__gallery .gallery-top .swiper-wrapper {
      height: auto;
      padding: 0; }
    .technology-ceilings__gallery .gallery-top .swiper-slide.swiper-slide-active {
      z-index: 30; }
  .technology-ceilings__gallery .gallery-thumbs {
    height: auto; }
    .technology-ceilings__gallery .gallery-thumbs .swiper-container {
      height: auto; }
    .technology-ceilings__gallery .gallery-thumbs .swiper-wrapper {
      height: auto;
      padding: 15px 0 0; }
    .technology-ceilings__gallery .gallery-thumbs .swiper-slide img {
      border: 2px solid transparent;
      max-width: 100%; }
    .technology-ceilings__gallery .gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
      border: 2px solid #DC151A; }
    .technology-ceilings__gallery .gallery-thumbs .thumb {
      cursor: pointer; }
  @media only screen and (max-width: 576px) {
    .technology-ceilings__gallery .swiper-button-next,
    .technology-ceilings__gallery .swiper-button-prev {
      top: 42%; } }
  .technology-ceilings__block .an.go-prew {
    width: 540px;
    height: 310px;
    margin: 0;
    border: none; }
    @media only screen and (max-width: 576px) {
      .technology-ceilings__block .an.go-prew {
        width: auto;
        height: auto; }
        .technology-ceilings__block .an.go-prew img {
          width: 100%; } }
  .technology-ceilings-tech {
    background-image: none;
    padding: 10px 0;
    margin-top: 0; }
    @media only screen and (max-width: 576px) {
      .technology-ceilings-tech {
        padding: 35px 0; } }
  .technology-ceilings-room {
    margin-top: 0;
    background-repeat: no-repeat;
    background-image: url(../img/right-top.svg), url(../img/bg/fon-2-3.jpg);
    background-position: 0 -1px, center center;
    background-size: cover,cover;
    padding: 140px 0 140px;
    margin-bottom: -1px;
    position: relative; }
    .technology-ceilings-room::after {
      content: '';
      display: block;
      position: absolute;
      height: 130px;
      bottom: -1px;
      left: 0;
      right: 0;
      background-repeat: no-repeat;
      background-image: url(../img/left-bottom.svg);
      background-size: cover; }
    @media only screen and (max-width: 576px) {
      .technology-ceilings-room {
        padding: 60px 0 60px;
        background-repeat: no-repeat;
        background-image: url(../img/left-top.png), url(../img/bg/fon-2-3.jpg);
        background-position: 0 -1px, center center;
        background-size: contain,cover;
        position: relative; }
        .technology-ceilings-room::after {
          content: '';
          display: block;
          position: absolute;
          height: 130px;
          bottom: -1px;
          left: 0;
          right: 0;
          background-repeat: no-repeat;
          background-image: url(../img/right-bottom.svg);
          background-size: cover; } }

@media only screen and (max-width: 576px) {
  .dop-services .slide {
    padding: 0 40px; } }

@media only screen and (max-width: 576px) {
  .dop-services .swiper-container {
    overflow: visible; } }

.dop-services .swiper-slide {
  transition: .5s; }
  @media only screen and (max-width: 576px) {
    .dop-services .swiper-slide {
      transform: scale(0.8); }
      .dop-services .swiper-slide.swiper-slide-prev {
        transform: scale(0.8) translateX(20px); }
      .dop-services .swiper-slide.swiper-slide-next {
        transform: scale(0.8) translateX(-20px); }
      .dop-services .swiper-slide.swiper-slide-active {
        transform: scale(1); } }

.dop-services__block {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; }
  .dop-services__block .title {
    font-family: "Proxima-Nova-Bold", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3;
    color: #333333;
    min-height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 0; }
    @media only screen and (max-width: 576px) {
      .dop-services__block .title {
        font-size: 18px;
        text-align: left; } }
  .dop-services__block .img {
    overflow: hidden; }
    .dop-services__block .img img {
      width: 100%;
      max-width: 100%;
      height: auto;
      transform: scale(1);
      transition: .5s; }
    .dop-services__block .img:hover img {
      transform: scale(1.2); }
  .dop-services__block .desc {
    font-family: "Proxima-Nova-Bold", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
    color: #333333; }
  .dop-services__block .price {
    font-family: "Proxima-Nova-Bold", sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.3;
    color: #333333;
    text-transform: uppercase; }

.dop-services .swiper-slide {
  height: auto; }

.sertificate {
  margin-top: 0;
  background-repeat: no-repeat;
  background-image: url(../img/right-top.svg), url(../img/bg/fon-2-5.jpg);
  background-position: 0 -1px, center center;
  background-size: cover,cover;
  padding: 110px 0 100px;
  margin-bottom: -1px;
  position: relative;
  position: relative; }
  .sertificate::after {
    content: '';
    display: block;
    position: absolute;
    height: 130px;
    bottom: -1px;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-image: url(../img/left-bottom.svg);
    background-size: cover; }
  @media only screen and (max-width: 576px) {
    .sertificate {
      padding: 70px 0 60px;
      background-repeat: no-repeat;
      background-image: url(../img/left-top.png), url(../img/bg/fon-2-5.jpg);
      background-position: 0 -1px, center center;
      background-size: contain,cover;
      position: relative; }
      .sertificate::after {
        content: '';
        display: block;
        position: absolute;
        height: 130px;
        bottom: -1px;
        left: 0;
        right: 0;
        background-repeat: no-repeat;
        background-image: url(../img/right-bottom.svg);
        background-size: cover; } }
  @media only screen and (max-width: 576px) {
    .sertificate .slide {
      padding: 0 70px; } }
  @media only screen and (max-width: 576px) {
    .sertificate .swiper-container {
      overflow: visible; } }
  .sertificate .swiper-slide {
    transition: .5s; }
    @media only screen and (max-width: 576px) {
      .sertificate .swiper-slide {
        transform: scale(0.8); }
        .sertificate .swiper-slide.swiper-slide-prev {
          transform: scale(0.8) translateX(40px); }
        .sertificate .swiper-slide.swiper-slide-next {
          transform: scale(0.8) translateX(-40px); }
        .sertificate .swiper-slide.swiper-slide-active {
          transform: scale(1); } }
  .sertificate .zoom {
    position: absolute;
    z-index: 0; }
  .sertificate .go-prew {
    width: 255px;
    height: 347px;
    margin: 0;
    border: none; }

.questions {
  background-repeat: no-repeat;
  background-image: url(../img/right-bottom.svg), url(../img/right-top.svg), url(../img/bg/fon-6.jpg);
  background-position: 0 101%, 0 -1px, center center;
  background-size: cover;
  padding: 90px 0 130px; }
  @media only screen and (max-width: 576px) {
    .questions {
      padding: 60px 0 60px;
      background-repeat: no-repeat;
      background-image: url(../img/left-top.png), url(../img/right-bottom.svg), url(../img/bg/fon-6.jpg);
      background-position: 0 -1px, 0 101%, center center;
      background-size: contain,cover,cover; } }
  .questions-block .title {
    font-family: "Proxima-Nova-Bold", sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #333333; }
  .questions-block__form {
    background-color: #ffffff;
    padding: 25px 40px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); }
    .questions-block__form .form-group .btn {
      display: block;
      max-width: 260px;
      margin: 0 auto; }
  .questions-block__img {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
    position: relative;
    overflow: hidden; }
    .questions-block__img img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transition: 2s; }
    .questions-block__img:hover img {
      transform: scale(1.2); }
  .questions-phones .title {
    font-family: "Proxima-Nova-Bold", sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    text-align: center; }
  .questions-phones .phone {
    font-family: "Proxima-Nova-Bold", sans-serif;
    font-size: 36px;
    line-height: 56px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block; }
    @media only screen and (max-width: 600px) {
      .questions-phones .phone {
        font-size: 46px; } }
  .questions-phones .desc {
    font-family: "Proxima-Nova-Bold", sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    text-align: center; }

.maps {
  position: relative;
  padding: 0 0 130px;
  background-image: url(../img/maps-bottom.svg);
  background-repeat: no-repeat;
  background-position: 0 101%; }
  .maps img {
    width: 100%; }

.contact {
  background: #eeeeee;
  border-top: none; }
  @media only screen and (max-width: 576px) {
    .contact {
      background: #fff;
      padding-top: 30px; } }
  .contact__block .title {
    font-family: "Proxima-Nova-Bold", sans-serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3;
    color: #000000; }
    @media only screen and (max-width: 600px) {
      .contact__block .title {
        color: #4E4E4E;
        text-transform: uppercase;
        font-weight: 800; } }
  .contact__block p {
    font-family: "Proxima-Nova-Regular", sans-serif;
    font-size: 13px;
    line-height: 1.3;
    font-weight: normal;
    color: #000000; }
    @media only screen and (max-width: 600px) {
      .contact__block p {
        font-size: 20px; } }
    .contact__block p a {
      font-family: "Proxima-Nova-Regular", sans-serif;
      font-size: 13px;
      line-height: 1.3;
      font-weight: normal;
      color: #000000;
      text-decoration: none; }
      .contact__block p a:hover {
        text-decoration: underline;
        color: #808080; }
      @media only screen and (max-width: 600px) {
        .contact__block p a {
          font-size: 20px; } }
  .contact__block li {
    line-height: 1; }
  .contact__block a.menu {
    font-family: "Proxima-Nova-Regular", sans-serif;
    font-size: 13px;
    line-height: 1.3;
    font-weight: normal;
    color: #000000;
    text-decoration: none; }
    .contact__block a.menu:hover {
      text-decoration: underline;
      color: #808080; }
    @media only screen and (max-width: 600px) {
      .contact__block a.menu {
        font-size: 16px; } }
  .contact__block a.link {
    text-decoration: none;
    display: inline-block;
    margin: 0 15px 0 0;
    transition: .3s; }
    .contact__block a.link-inst {
      margin: 0; }
    .contact__block a.link:hover {
      transform: scale(1.05);
      filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.4)); }

.fixtures {
  padding: 20px 0 0; }
  .fixtures .h2 {
    font-family: "Proxima-Nova-Bold", sans-serif; }
  .fixtures_block {
    width: 100%;
    text-align: center;
    position: relative;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); }
    .fixtures_block .h3 {
      font-family: "Proxima-Nova-Bold", sans-serif;
      font-size: 18px;
      line-height: 1.3;
      text-align: center;
      padding: 15px 0 12px; }
    .fixtures_block .block_desc {
      padding: 0 15px; }
      .fixtures_block .block_desc .line {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .fixtures_block .block_desc .line span {
          font-family: "Proxima-Nova-Regular", sans-serif;
          font-size: 15px;
          line-height: 1.8; }
          .fixtures_block .block_desc .line span.two {
            font-family: "Proxima-Nova-SemiBold", sans-serif; }
    .fixtures_block .price {
      font-family: "Proxima-Nova-Bold", sans-serif;
      font-size: 24px;
      line-height: 1.4;
      font-weight: bold;
      text-align: center; }
  .fixtures .swiper-wrapper {
    padding: 0 0 10px; }
  .fixtures .go-prew {
    width: 100%;
    height: auto;
    border: none;
    margin: 0; }
    .fixtures .go-prew img {
      width: 100%; }
  .fixtures .swiper-button-next {
    right: 5px; }
    .fixtures .swiper-button-next.swiper-button-disabled {
      pointer-events: auto; }
  .fixtures .swiper-button-prev {
    left: 5px; }
    .fixtures .swiper-button-prev.swiper-button-disabled {
      pointer-events: auto; }

.gallery-page {
  padding: 20px 0 0; }
  .gallery-page .h2 {
    font-family: "Proxima-Nova-Bold", sans-serif;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    color: #333333; }
  .gallery-page p.sub {
    font-family: "Proxima-Nova-Bold", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #333333; }
  .gallery-page .an.go-prew {
    margin: 0;
    width: 100%;
    height: auto;
    border: 0; }
    .gallery-page .an.go-prew img {
      width: 100%;
      max-width: 100%; }

.commercial {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: 1s;
  width: 100%;
  min-height: 308px;
  overflow: hidden; }
  .commercial:hover {
    background-position: center top;
    box-shadow: 0 0 8px black; }
  @media only screen and (max-width: 600px) {
    .commercial {
      background-position: 68% center; }
      .commercial:hover {
        box-shadow: none; }
      .commercial .btn {
        max-width: 260px;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 190px !important; } }
  .commercial__box-center {
    max-width: 300px;
    width: 100%;
    margin: 0 auto; }
    .commercial__box-center .pennon {
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: cover;
      padding-bottom: 25px; }
      .commercial__box-center .pennon .text-box {
        position: relative; }
        .commercial__box-center .pennon .text-box.karniz {
          padding: 37px 0 32px; }
        .commercial__box-center .pennon .text-box.light .title {
          padding-top: 15px; }
        .commercial__box-center .pennon .text-box.light .subtitle {
          padding-bottom: 20px; }
        .commercial__box-center .pennon .text-box-gifts::before {
          content: url(../img/gift-1.png);
          display: block;
          position: absolute;
          top: 71px;
          left: -221px; }
        .commercial__box-center .pennon .text-box-gifts::after {
          content: url(../img/gift-2.png);
          display: block;
          position: absolute;
          top: -16px;
          right: -176px; }
      .commercial__box-center .pennon .title {
        font-family: "Proxima-Nova-Black", sans-serif;
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
        font-size: 24px;
        line-height: 1.3; }
        .commercial__box-center .pennon .title .light {
          letter-spacing: 1px; }
      .commercial__box-center .pennon .subtitle {
        font-family: "Proxima-Nova-Black", sans-serif;
        font-size: 35px;
        line-height: 1.3;
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px; }
  .commercial__box-left {
    margin-left: -2px; }
    .commercial__box-left .box {
      background: #ffffff;
      padding: 10px 60px 10px 30px;
      min-width: 580px; }
      @media only screen and (max-width: 768px) {
        .commercial__box-left .box {
          min-width: 100%; } }
      .commercial__box-left .box-2 {
        background: #ffffff;
        padding: 10px 60px 10px 30px; }
        .commercial__box-left .box-2 span {
          font-family: "Proxima-Nova-Black", sans-serif;
          color: #333333;
          font-size: 18px;
          line-height: 1.3;
          text-transform: uppercase; }
          .commercial__box-left .box-2 span span {
            color: #dc151a; }
      .commercial__box-left .box.bg-flag {
        background: transparent;
        background-image: url(../img/rectangle.svg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover; }
      .commercial__box-left .box span {
        font-family: "Proxima-Nova-Black", sans-serif;
        font-size: 24px;
        line-height: 1.3;
        text-transform: uppercase;
        color: #333333; }
      .commercial__box-left .box strong {
        font-family: "Proxima-Nova-Black", sans-serif;
        font-size: 36px;
        line-height: 1.3;
        text-transform: uppercase;
        color: #dc151a;
        letter-spacing: 1px; }
  @media only screen and (max-width: 576px) {
    .commercial.commercial-1 {
      background-position: 68% center; } }
  @media only screen and (max-width: 600px) {
    .commercial.commercial-2 {
      background-position: 23% 0; } }
  @media only screen and (max-width: 600px) {
    .commercial.commercial-3 {
      background-position: 46% -22px; } }
  .commercial.commercial-4 {
    background-position: 0px center; }
    @media only screen and (max-width: 980px) {
      .commercial.commercial-4 {
        background-position: -60px center; } }
    @media only screen and (max-width: 600px) {
      .commercial.commercial-4 {
        background-position: 11% center; }
        .commercial.commercial-4 .commercial__box-center .pennon {
          background-size: contain !important; } }
  .commercial.commercial-6 {
    background-image: url(../img/bg/adv/6.jpg); }
    .commercial.commercial-6 .commercial__box-left {
      max-width: 580px;
      padding-top: 70px; }
      @media only screen and (max-width: 1200px) {
        .commercial.commercial-6 .commercial__box-left {
          max-width: 400px; } }
      @media only screen and (max-width: 1200px) {
        .commercial.commercial-6 .commercial__box-left .box {
          min-width: auto; } }
      .commercial.commercial-6 .commercial__box-left .box.bg-flag span {
        display: block;
        margin-left: 85px; }
        @media only screen and (max-width: 1200px) {
          .commercial.commercial-6 .commercial__box-left .box.bg-flag span {
            margin-left: 10px; } }
      .commercial.commercial-6 .commercial__box-left .box.bg-flag strong {
        display: block;
        margin-left: 150px; }
        @media only screen and (max-width: 1200px) {
          .commercial.commercial-6 .commercial__box-left .box.bg-flag strong {
            margin-left: 10px; } }
    @media only screen and (max-width: 600px) {
      .commercial.commercial-6 {
        background-image: url(../img/bg/adv/6-mob-1.jpg) !important; }
        .commercial.commercial-6 .commercial__box-left {
          padding-top: 18px;
          padding-bottom: 38px; }
        .commercial.commercial-6 .btn {
          margin-top: 240px !important; } }
  .commercial.commercial-7 {
    background-image: url(../img/bg/adv/7.jpg); }
    .commercial.commercial-7 .commercial__box-left {
      padding-top: 100px; }
      @media only screen and (max-width: 1200px) {
        .commercial.commercial-7 .commercial__box-left {
          max-width: 400px; } }
      .commercial.commercial-7 .commercial__box-left .box {
        min-width: auto;
        max-width: 580px; }
        .commercial.commercial-7 .commercial__box-left .box.bg-flag span {
          display: block;
          margin-left: 85px; }
          @media only screen and (max-width: 1200px) {
            .commercial.commercial-7 .commercial__box-left .box.bg-flag span {
              margin-left: 10px; } }
        .commercial.commercial-7 .commercial__box-left .box.bg-flag strong {
          display: block;
          margin-left: 150px; }
          @media only screen and (max-width: 1200px) {
            .commercial.commercial-7 .commercial__box-left .box.bg-flag strong {
              margin-left: 10px; } }
    @media only screen and (max-width: 600px) {
      .commercial.commercial-7 {
        background-image: url(../img/bg/adv/7-mob-1.jpg) !important;
        background-position: 52% center; }
        .commercial.commercial-7 .commercial__box-left {
          padding-top: 40px !important; }
          .commercial.commercial-7 .commercial__box-left .box.bg-flag {
            padding: 10px 25px 10px 0px !important;
            margin-top: 90px !important;
            min-width: auto;
            max-width: 300px; }
            .commercial.commercial-7 .commercial__box-left .box.bg-flag span {
              margin-left: 20px; }
            .commercial.commercial-7 .commercial__box-left .box.bg-flag strong {
              margin-left: 20px;
              padding-left: 0 !important; }
        .commercial.commercial-7 .btn {
          margin-top: 120px !important;
          margin-bottom: 20px; }
        .commercial.commercial-7:hover {
          box-shadow: none; } }

.reviews-section .slide {
  max-width: 1400px; }

.reviews-section .swiper-wrapper {
  padding: 55px 0 20px; }

.reviews-section__block {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  padding: 15px 15px 15px 15px; }
  .reviews-section__block-item.go-prew {
    width: auto;
    height: auto;
    margin: 0;
    border: none; }
    .reviews-section__block-item.go-prew img {
      width: 100%; }
  .reviews-section__block .img {
    overflow: hidden; }
    .reviews-section__block .img .go-prew {
      width: 100%;
      height: auto;
      border: none;
      margin: 0; }
    .reviews-section__block .img img {
      width: 100%;
      max-width: 100%;
      transform: scale(1);
      transition: .5s; }
    .reviews-section__block .img:hover img {
      transform: scale(1.1); }

.reviews-section__text .date {
  font-family: "Proxima-Nova-ExtraBold", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #333333;
  margin-bottom: 10px; }

.reviews-section__text .desc {
  font-family: "Proxima-Nova-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #333333; }

@media only screen and (max-width: 576px) {
  .reviews-section .slide {
    padding: 0 40px; } }

@media only screen and (max-width: 576px) {
  .reviews-section .swiper-container {
    overflow: visible; } }

.reviews-section .swiper-slide {
  transition: .5s; }
  @media only screen and (max-width: 576px) {
    .reviews-section .swiper-slide {
      transform: scale(0.8); }
      .reviews-section .swiper-slide.swiper-slide-prev {
        transform: scale(0.8) translateX(20px); }
      .reviews-section .swiper-slide.swiper-slide-next {
        transform: scale(0.8) translateX(-20px); }
      .reviews-section .swiper-slide.swiper-slide-active {
        transform: scale(1); } }

.company p {
  font-family: "Proxima-Nova-SemiBold", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #333333; }
  @media only screen and (max-width: 576px) {
    .company p {
      font-size: 19px; } }

.company .title {
  font-family: "Proxima-Nova-ExtraBold", sans-serif;
  font-weight: 800;
  font-size: 19px;
  line-height: 1.625;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 8px; }
  @media only screen and (max-width: 576px) {
    .company .title {
      font-size: 20px; } }

@media only screen and (max-width: 1200px) {
  .company img {
    max-width: 50%; } }

@media only screen and (max-width: 576px) {
  .company img {
    max-width: 100%; } }

.company iframe {
  max-width: 100%; }

.workers {
  background: rgba(238, 238, 238, 0.5);
  background-repeat: no-repeat;
  background-image: url(../img/right-bottom.svg), url(../img/right-top.svg);
  background-position: 0 101%, 0 -1px;
  background-size: cover;
  padding: 80px 0 95px; }
  @media only screen and (max-width: 576px) {
    .workers {
      padding: 70px 0 40px;
      background-repeat: no-repeat;
      background-image: url(../img/left-top.png), url(../img/right-bottom.svg);
      background-position: 0 -1px, 0 101%;
      background-size: contain,cover; } }
  .workers p {
    font-family: "Proxima-Nova-SemiBold", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #333333; }
    @media only screen and (max-width: 576px) {
      .workers p {
        font-size: 19px; } }
  .workers .title {
    font-family: "Proxima-Nova-ExtraBold", sans-serif;
    font-weight: 800;
    font-size: 17px;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 10px; }
    @media only screen and (max-width: 576px) {
      .workers .title {
        font-size: 20px; } }
  @media only screen and (max-width: 576px) {
    .workers .swiper-container {
      overflow: visible; } }
  .workers .swiper-wrapper {
    padding: 10px 0 20px; }
  .workers .swiper-slide {
    transition: .5s; }
    @media only screen and (max-width: 576px) {
      .workers .swiper-slide {
        transform: scale(0.9); }
        .workers .swiper-slide.swiper-slide-active, .workers .swiper-slide.swiper-slide-next {
          transform: scale(1); } }
  .workers__block .title {
    font-family: "Proxima-Nova-ExtraBold", sans-serif;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase; }
  .workers__block .img {
    text-align: center; }
  .workers__block .desc {
    font-family: "Proxima-Nova-SemiBold", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    color: #333333; }
  .workers .titles {
    font-family: "Proxima-Nova-Bold", sans-serif;
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    color: #333333; }

.collective {
  padding: 20px 0 20px; }

.advantages {
  background-repeat: no-repeat;
  background-image: url(../img/right-bottom.svg), url(../img/right-top.svg), url(../img/bg/fon-2-8.jpg);
  background-position: 0 101%, 0 -1px, center center;
  background-size: cover;
  padding: 90px 0 130px; }
  @media only screen and (max-width: 576px) {
    .advantages {
      padding: 60px 0 60px;
      background-repeat: no-repeat;
      background-image: url(../img/left-top.png), url(../img/right-bottom.svg);
      background-position: 0 -1px, 0 101%;
      background-size: contain,cover; }
      .advantages .swiper-wrapper {
        padding: 15px 0 15px; } }
  .advantages__block {
    width: 100%;
    background: #ffffff;
    margin: 10px;
    padding: 20px 25px 25px 30px;
    flex-shrink: 0;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    min-height: 222px; }
    .advantages__block .line .title {
      font-family: "Proxima-Nova-ExtraBold", sans-serif;
      font-size: 24px;
      position: relative;
      text-align: left;
      text-transform: uppercase;
      color: #333333;
      padding-left: 85px;
      display: flex;
      align-items: center;
      min-height: 71px; }
      .advantages__block .line .title.icon-1::before, .advantages__block .line .title.icon-2::before, .advantages__block .line .title.icon-3::before, .advantages__block .line .title.icon-4::before, .advantages__block .line .title.icon-5::before, .advantages__block .line .title.icon-6::before, .advantages__block .line .title.icon-7::before, .advantages__block .line .title.icon-8::before {
        content: '';
        width: 71px;
        height: 71px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background-repeat: no-repeat;
        background-size: cover; }
      .advantages__block .line .title.icon-1::before {
        background-image: url(../img/advantages/1.jpg); }
      .advantages__block .line .title.icon-2::before {
        background-image: url(../img/advantages/2.jpg); }
      .advantages__block .line .title.icon-3::before {
        background-image: url(../img/advantages/3.jpg); }
      .advantages__block .line .title.icon-4::before {
        background-image: url(../img/advantages/4.jpg); }
      .advantages__block .line .title.icon-5::before {
        background-image: url(../img/advantages/5.jpg); }
      .advantages__block .line .title.icon-6::before {
        background-image: url(../img/advantages/6.jpg); }
      .advantages__block .line .title.icon-7::before {
        background-image: url(../img/advantages/7.jpg); }
      .advantages__block .line .title.icon-8::before {
        background-image: url(../img/advantages/8.jpg); }

@media only screen and (max-width: 576px) {
  .vacancies {
    padding-top: 30px; } }

.vacancies .btn-invert {
  color: #ffffff !important;
  background-color: #8A8A8A !important;
  border-color: #CACACA !important; }
  .vacancies .btn-invert:hover {
    background-color: #db5151 !important;
    border-color: #db5151 !important; }

.vacancies .tabs__item {
  font-family: "Proxima-Nova-SemiBold", sans-serif;
  font-size: 16px;
  line-height: 36px;
  transition: .5s;
  text-align: center;
  color: #ffffff;
  background: #8A8A8A;
  border: 1px solid #CACACA;
  box-sizing: border-box;
  cursor: pointer; }
  .vacancies .tabs__item:hover {
    background-color: #db5151; }

.vacancies .tabs .active .tabs__item {
  background-color: #DC151A; }

.vacancies .tab-content {
  position: relative; }
  .vacancies .tab-content__item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 1s; }
    .vacancies .tab-content__item.active {
      position: relative;
      opacity: 1;
      visibility: visible; }

.contacts-sec {
  padding: 60px 0 40px; }
  .contacts-sec .tabs__item {
    font-family: "Proxima-Nova-SemiBold", sans-serif;
    font-size: 16px;
    line-height: 36px;
    transition: .5s;
    text-align: center;
    color: #ffffff;
    background: #8A8A8A;
    border: 1px solid #CACACA;
    box-sizing: border-box;
    cursor: pointer; }
    .contacts-sec .tabs__item:hover {
      background-color: #db5151; }
  .contacts-sec .tabs .active .tabs__item {
    background-color: #DC151A; }
  .contacts-sec .tab-content {
    position: relative; }
    .contacts-sec .tab-content__item {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      opacity: 0;
      visibility: hidden;
      transition: 1s; }
      .contacts-sec .tab-content__item.active {
        position: relative;
        opacity: 1;
        visibility: visible; }
    .contacts-sec .tab-content p,
    .contacts-sec .tab-content a.tel {
      font-family: "Proxima-Nova-Regular", sans-serif;
      font-size: 18px;
      line-height: 1.4;
      color: #333333; }
      .contacts-sec .tab-content p strong,
      .contacts-sec .tab-content a.tel strong {
        font-weight: bold;
        padding-bottom: 7px; }
    .contacts-sec .tab-content a {
      text-decoration: none; }
      .contacts-sec .tab-content a svg {
        margin: 10px 10px 10px 0; }
    .contacts-sec .tab-content a.tel:hover {
      text-decoration: underline; }
  .contacts-sec__maps img {
    cursor: pointer; }

.prices {
  padding: 0 0 30px; }
  .prices-block {
    padding: 20px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    transition: .5s; }
    .prices-block:hover {
      box-shadow: 0px 4px 14px 6px rgba(0, 0, 0, 0.1); }
    .prices-block__text {
      display: flex;
      flex-direction: column; }
      .prices-block__text .h3 {
        font-family: "Proxima-Nova-ExtraBold", sans-serif;
        font-weight: 800;
        font-size: 30px;
        text-transform: uppercase;
        color: #333333;
        position: relative;
        padding-bottom: 10px; }
        .prices-block__text .h3::before {
          content: '';
          display: block;
          height: 2px;
          width: 80%;
          position: absolute;
          bottom: 0;
          left: 0;
          background: #eaeaea; }
      .prices-block__text .sub {
        font-family: "Proxima-Nova-Regular", sans-serif;
        font-size: 16px;
        line-height: 1.4;
        font-weight: 600; }
      .prices-block__text .desc {
        font-family: "Proxima-Nova-Regular", sans-serif;
        font-size: 16px;
        line-height: 1.4;
        color: #696969; }
      .prices-block__text .price {
        font-family: "Proxima-Nova-ExtraBold", sans-serif;
        font-size: 30px;
        line-height: 1.3;
        text-transform: uppercase;
        color: #dc151a;
        margin-top: auto; }
        .prices-block__text .price span {
          font-size: 45px; }
    .prices-block .img {
      overflow: hidden; }
      .prices-block .img img {
        transform: scale(1);
        transition: 1s; }
      .prices-block .img:hover img {
        transform: scale(1.2); }

.footer {
  background: #C4C4C4;
  text-align: center;
  min-height: 40px; }

.svg-search {
  background: url("../img/sprites/svg/sprite.svg") 0 100% no-repeat;
  width: 40px;
  height: 40px; }

.success {
  background: rgba(0, 0, 0, 0.99);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: .5s;
  display: none; }
  .success__box {
    transition: .5s; }
    .success__box p {
      color: #fff;
      font-size: 27px;
      letter-spacing: 2px; }
      .success__box p:first-child {
        font-size: 40px;
        letter-spacing: 3px; }
  .success.active {
    transition: .5s;
    display: flex; }

.mt-6 {
  margin-top: 3.5rem !important; }

.mt-7 {
  margin-top: 4rem !important; }

.mw-btn {
  max-width: 260px;
  margin: 0 auto; }

.form-control {
  border-radius: 0px !important; }

textarea.form-control {
  height: auto !important; }

.btn {
  color: #000000;
  font-size: .94rem !important;
  line-height: 1.4 !important;
  border-radius: 0px !important;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  padding: 0.775rem 0.75rem !important;
  box-shadow: none !important; }
  .btn::before {
    content: "";
    width: 30px;
    height: 80px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5));
    position: absolute;
    top: 0;
    bottom: 0;
    left: -60px;
    margin: auto; }
  .btn:hover::before {
    animation: blic .8s linear; }

@keyframes blic {
  0% {
    transform: translateX(-80px) rotate(-25deg); }
  100% {
    transform: translateX(600px) rotate(-25deg); } }

.btn-primary {
  color: #ffffff !important;
  background-color: #DC151A !important;
  border-color: #DC151A !important;
  font-family: "Proxima-Nova-SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5; }
  .btn-primary:hover {
    background-color: #8A8A8A !important;
    border-color: #8A8A8A !important; }

.btn-invert {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important; }
  .btn-invert:hover {
    background-color: #2FA09E !important;
    border-color: #2FA09E !important; }

.btn-wh {
  color: #000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 500 !important; }
  .btn-wh:hover {
    background-color: #d6e0d7 !important;
    border-color: #d6e0d7 !important; }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .contact {
    flex-direction: column; }
  .swiper_button_next_column, .swiper_button_prev_column {
    display: none !important; }
  .ymap-container {
    width: 100%; }
  .contact_wrap {
    width: 100%; }
  .contact__tiltle {
    width: 100%; }
    .contact__tiltle .h2 {
      text-align: center; }
      .contact__tiltle .h2:before {
        left: 0; }
  .info__block {
    width: 100%; }
  .contact__wrap_bloks {
    width: 100%;
    margin: 0;
    padding: 0 20px; }
  .adress {
    text-align: center;
    margin-top: 30px; }
    .adress p {
      width: 100%; }
  .btn_next2, .btn_prev2 {
    display: none; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .logo {
    display: none; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .naviagation__item_link {
    align-content: center;
    text-align: center; }
  .btn_block a {
    display: block;
    width: 250px;
    margin: 5px auto; }
  .wrap__button_mob {
    display: block; }
  .logo {
    display: block; }
  .logo {
    width: 50%;
    text-align: center; }
  .order__number {
    width: 50%; }
  .naviagation__item_link {
    display: block;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 20px 0;
    z-index: 10; }
    .naviagation__item_link li {
      padding: 5px 0; }
      .naviagation__item_link li a {
        font-size: 24px; }
  .naviagation__item {
    order: 1;
    height: 100%; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .naviagation__item {
    order: 1; }
  .naviagation__item_link {
    display: block;
    align-items: center;
    width: 100%;
    margin: 0 auto; } }

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

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

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/ }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/ }

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