@charset "UTF-8";
.header {
  min-height: 652px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  background-image: url(../img/fon-1.jpg);
  background-color: #E7EAED;
  -webkit-background-size: cover;
          background-size: cover;
  border-top: 1px solid transparent;
  overflow: hidden; }
  
.call_me{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}

.call_me a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 120px;
  width: 120px;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.call_me a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #D8000B;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-animation: scale 1.5s infinite linear;
          animation: scale 1.5s infinite linear;
  -webkit-box-shadow: 0px 0px 10px 20px #D8000B;
          box-shadow: 0px 0px 10px 20px #D8000B; }

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

@keyframes scale {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

.navigation {
  position: fixed;
  height: auto;
  line-height: normal;
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 5px 0; }

.nav_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1100px;
  margin: 0 auto; }

.logo {
  width: 200px; }

.logo img {
  width: 100%; }

.naviagation__item {
  width: 40%; }

.naviagation__item_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 0;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.naviagation__item_link li a {
  color: #000000;
  position: relative;
  z-index: 10;
  text-decoration: none;
  font-size: 19px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding-bottom: 0px;
  border: none; }

.naviagation__item_link li a:hover, .naviagation__item_link li a:focus {
  text-decoration: none;
  color: #D8000B;
  background: none; }

.order__number {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.order__number .btn_block a {
  background-color: #D8000B;
  padding: 12px 0;
  color: #ffffff;
  width: 200px;
  margin-left: 20px; }

.ord__num {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 18px;
  text-align: center;
  color: #484848;
  display: block;
  vertical-align: middle;
  text-decoration: none; }

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

.btn_block a:hover {
  background-color: #a50000; }

.header__wrap {
  margin: 150px auto 0;
  max-width: 800px;
  position: relative;
  background-color: rgba(216, 0, 11, 0.7);
  text-align: center;
  padding: 20px 65px; }

.h1 {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: bold;
  margin: 0;
  text-align: left;
  color: #ffffff; }

.h1 span {
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 60px; }

.h1 i {
  font-size: 30px; }

.title__text {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 22px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: left; }

.last, .last-two, .last-tree {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 28px;
  color: #FFFFFF;
  text-align: left;
  margin: 0px; }

.last-two {
  margin: 0; }

.last-two span {
  text-transform: uppercase; }

.last-tree {
  margin: 0;
  margin-bottom: 20px; }

.last-tree span {
  text-transform: uppercase; }

#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;
  -webkit-animation: rotate 2s infinite;
          animation: rotate 2s infinite; }

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

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

.sidebarBtn {
  position: fixed;
  top: 0;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
          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: 2px;
  background-color: #000000;
  position: absolute;
  top: 24px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  outline: none; }

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

.sidebarBtn span:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.sidebarBtn.toggle span {
  background: transparent; }

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

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

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

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

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

.wrap__button_mob {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0; }

/*animation: pull 500ms infinite linear */
@-webkit-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 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); } }

@-webkit-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 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); } }

@-webkit-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 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); } }

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

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

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

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

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

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

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

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

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

@-webkit-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 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; } }

@-webkit-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 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); } }

@-webkit-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); } }

@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;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-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;
  -webkit-box-shadow: 0px 0px 3px #000 inset;
          box-shadow: 0px 0px 3px #000 inset; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: #D8000B;
  -webkit-box-shadow: 0px 1px 1px #D8000B inset;
          box-shadow: 0px 1px 1px #D8000B 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 transparent; }

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

::-moz-selection {
  background-color: #D8000B;
  color: #fff; }

::selection {
  background-color: #D8000B;
  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 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #646464;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.go-prew {
  width: 350px;
  height: 250px;
  margin: 15px;
  position: relative;
  cursor: pointer;
  border: 4px solid #D8000B;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.go-prew img {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.go-prew:hover .zoom {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.go-prew:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          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;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .5s;
  -o-transition: .5s;
  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%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          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: -webkit-gradient(linear, left bottom, left top, from(#c21833), to(transparent));
  background: -webkit-linear-gradient(bottom, #c21833, transparent);
  background: -o-linear-gradient(bottom, #c21833, transparent);
  background: linear-gradient(0deg, #c21833, transparent); }

.header_thanks .card_wrapper .content ul li a {
  padding-bottom: 3px !important;
  height: auto;
  width: 300px; }

.title {
  text-align: center;
  position: relative;
  z-index: 10; }

.title .h2 {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #383838; }

.title p {
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 16px;
  text-align: center; }

.banners {
  padding: 20px 0; }

.banner_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.banner_block {
  background-color: #383838;
  padding: 10px 40px;
  width: 30%;
  margin: 10px; }

.banner_block .h2 {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 64px;
  color: #FFFFFF;
  margin: 0; }

.banner_block p {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #FFFFFF; }

.banner_block:nth-child(2) {
  background-color: #D8000B;
  position: relative;
  padding-top: 50px; }

.banner_block:nth-child(2) p {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 20px;
  color: #FFFFFF; }

.banner_block:nth-child(2) img {
  position: absolute;
  top: 0;
  right: -20px;
  top: -20px; }

.banner_block .last_p {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-size: 16px;
  color: #FFFFFF; }

.banner_block .last_p span {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-left: 5px; }

.profil .title .h2 {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #D8000B; }

.profil {
  background-image: url(../img/fon-2.jpg);
  background-position: bottom;
  padding-bottom: 50px;
  background-repeat: no-repeat; }

.profil_wrapper {
  max-width: 1100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 50px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.profil_block:nth-child(1) {
  margin-top: 30px; }

.profil_block:nth-child(2) {
  margin-top: 30px; }

.profil_block {
  position: relative;
  width: 454px;
  background: #FFFFFF;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-top: 90px;
  min-height: 339px;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25); }

.profil_block:after {
  content: "";
  display: block;
  position: absolute;
  width: 90%;
  height: 50px;
  bottom: -50px;
  background-color: #3B3B3B; }

.profil_block .h3 {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 900;
  line-height: 26px;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #D8000B;
  margin-bottom: 0; }

.profil_block p {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 900;
  line-height: 21px;
  font-size: 16px;
  color: #383838;
  margin: 0;
  margin-left: 160px;
  width: 300px; }

.profil_block .block_img {
  position: absolute;
  left: -90px;
  top: 30px;
  z-index: 10; }

.profil_block .progress_block {
  margin-left: 150px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.profil_block .progress_block li {
  width: 200px;
  position: relative;
  margin-bottom: 25px; }

.profil_block .progress_block li:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 30px;
  height: 15px;
  background-color: #C4C4C4; }

.profil_block .progress_block li span {
  background-color: #3B3B3B;
  height: 15px;
  width: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: block;
  position: absolute;
  z-index: 10;
  top: 30px; }

.have {
  background-image: url(../img/fon-3.jpg);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  padding-bottom: 60px;
  background-attachment: fixed;
  position: relative; }

.have .overlay {
  background: rgba(0, 0, 0, 0.4); }

.have .title {
  color: #ffffff; }

.have .title .h2 {
  color: #ffffff; }

.have .title p {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 24px;
  text-align: center; }

.have .title span {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF; }

.logs_img {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px; }

.have_wrapper {
  max-width: 1100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1300px; }

.have_block {
  width: 296px;
  margin: 5px;
  position: relative;
  text-align: center; }

.have_block:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 405px;
  position: absolute;
  bottom: 0px; }

.have_block .h3 {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 22px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 40px;
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.have_block span {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 14px;
  position: relative;
  z-index: 11;
  text-align: center;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through; }

.have_block .price {
  position: relative;
  z-index: 10px; }

.have_block .price span {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 20px;
  text-align: center;
  text-decoration: none; }

.have_block .btn_block {
  margin-bottom: 20px; }

.have_block .btn_block a {
  width: 215px;
  margin: 10px auto;
  color: #ffffff; }

.have_block .block_img {
  min-height: 260px;
  position: relative;
  z-index: 11; }

.have_block .block_img img {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 92%;
  height: 225px;
  -o-object-fit: contain;
     object-fit: contain; }

.have_block .block_img:hover {
  -webkit-animation: swing 1s linear;
          animation: swing 1s linear; }

.balkon {
  background-image: url(../img/fon-balkon.png);
  background-repeat: no-repeat;
  background-position: right top !important;
  padding-bottom: 50px;
  position: relative; }

.balkon .have_wrapper {
  position: relative;
  z-index: 10; }

.balkon .have_wrapper .have_block {
  background: none;
  width: 500px; }

.balkon .have_wrapper .have_block:after {
  display: none; }

.balkon .have_wrapper .have_block .h3 {
  color: #000000;
  margin-bottom: 0px; }

.calc_form {
  background-image: url(../img/fon-5.png);
  background-position: center;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 20px; }

.form_calcing {
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 550px;
  margin: 30px auto;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }

.form_calcing h3.h3 {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  font-size: 24px;
  text-align: center;
  color: #ffffff; }

.form_calcing .calc_input {
  width: 220px; }

.form_calcing .calc_input label {
  color: #ffffff;
  font-family: Fira Sans;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  text-align: center; }

.form_calcing .calc_input input {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  position: relative;
  z-index: 10;
  padding-left: 16px !important; }

.form_wrappers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.form_wrappers .center_input {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.form_wrappers .select-wrapper .caret {
  right: -9px;
  z-index: 10; }

.calc_btn {
  width: 100%;
  text-align: center;
  margin-bottom: 20px; }

.calc_btn button {
  background-color: #D8000B !important;
  border: none;
  font-family: Fira Sans;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 16px;
  text-align: center;
  padding: 10px 30px;
  color: #FFFFFF; }

.select-wrapper .caret {
  fill: #D8000B !important; }

.dropdown-content li > a, .dropdown-content li > span {
  color: #D8000B !important; }

.calc_input_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.file-path-wrapper input {
  background: #ffffff !important; }

.file-field.input-field {
  width: 220px;
  margin-top: 28px; }

.file-field.input-field .btn {
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #ffffff;
  color: #000000;
  width: 109%; }

.discount {
  background-image: url(../img/discount_fon.png);
  background-position: left;
  background-repeat: no-repeat;
  padding: 20px 0;
  z-index: 10;
  position: relative; }

.discout_block:first-child {
  display: none; }

.discount_wrapper {
  max-width: 1100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto; }

.discount_block .title {
  position: relative;
  z-index: 10px; }

.discount_list {
  position: relative;
  z-index: 10; }

.discount_block {
  width: 500px;
  margin: 10px; }

.discount_block:last-child {
  width: 450px; }

.discount_block .h3 {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 900;
  margin-bottom: 0;
  text-align: left;
  line-height: normal;
  font-size: 22px;
  margin-top: 50px;
  text-transform: uppercase; }

.discount_block .h2 {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 48px;
  margin-top: 0;
  text-transform: uppercase;
  color: #D8000B; }

.discount_block .btn_block a {
  background-color: #484848;
  color: #ffffff;
  width: 300px; }

.discount_block .btn_block a:hover {
  background-color: #a50000; }

.discount_list ul li {
  margin-top: 10px; }

.noproblem {
  background-image: url(../img/fon-7.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-attachment: fixed;
  padding: 50px 0 100px;
  position: relative; }

.noproblem .overlay {
  background-color: rgba(0, 0, 0, 0.5); }

.noproblem .title .h2 {
  color: #ffffff;
  margin-top: 0; }

.noproblem_wrapper {
  max-width: 1100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 50px; }

.noproblem_block {
  width: 350px;
  margin: 10px 5px;
  position: relative; }

.noproblem_block img {
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.noproblem_block .h3 {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 900;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: normal;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff; }

.noproblem_block .btn_block a {
  color: #ffffff;
  bottom: 10px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  width: 200px;
  margin: 0 auto; }

.noproblem_block .btn_block a {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.noproblem_block .triangle {
  opacity: 1; }

.noproblem_block .triangle img {
  opacity: 1; }

.works {
  padding: 20px 0;
  background-image: url(../img/fon-8.png);
  background-position: -100px center;
  min-height: 650px; }

.works_wrapper {
  max-width: 1100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  display: none; }

.first_wrap {
  display: block; }

.clearfix {
  clear: both; }

.work_block {
  max-width: 500px;
  position: relative;
  margin: 10px 5px;
  float: left; }

.work_block img {
  width: 100%; }

.work_block:last-child .desc_list {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4); }

.work_block:last-child .desc_list ul {
  width: 350px;
  margin: auto;
  font-size: 18px; }

.work_block:last-child .desc_list .h3 {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 18px;
  margin-left: 100px;
  text-transform: uppercase;
  color: #383838; }

.nav_works {
  max-width: 1100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-top: 50px;
  border-bottom: 1px solid #D8000B;
  position: relative; }

.nav_works a {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #383838; }

.nav_works .block_abs {
  height: 3px;
  width: 100px;
  left: 10%;
  right: 0;
  position: absolute;
  top: 20px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: #D8000B; }

.best {
  background-image: url(../img/fon-9.jpg);
  -webkit-background-size: cover;
          background-size: cover; }

.best .title .h2 {
  color: #ffffff; }

.best .slides {
  max-width: 1100px;
  margin: 0 auto;
  position: relative; }

.best .slides .best_block {
  position: relative; }

.best .slides .best_block .h3 {
  position: absolute;
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
  top: -80px;
  left: -60px; }

.best .slides .best_block ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 900;
  width: 400px;
  line-height: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF; }

.best .slides .best_block ul li div {
  background-color: #D8000B;
  min-height: 50px;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px; }

.best .slides .best_block ul li span {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 48px;
  margin-right: 10px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-image: url(../img/tr.png);
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center; }

.sertificate {
  padding: 10px 0px 20px;
  background-image: url(../img/fon-10.png);
  background-repeat: no-repeat;
  background-position: -200px center;
  position: relative; }

.sertificate .title .h2 {
  color: #D8000B; }

.sertificate .overlay {
  background-color: rgba(255, 255, 255, 0.7); }

.sertificate__block {
  position: relative; }

.sertificate__block .zoom {
  position: absolute;
  z-index: 0; }

.sertificate_inner {
  position: relative;
  z-index: 11; }

.sertificate_inner:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #D8000B;
  width: 80%;
  height: 80%;
  top: 7px;
  left: 7px;
  z-index: -1; }

.sertificate__wrap {
  max-width: 1100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto; }

.sertificate__wrap .go-prew {
  width: 195px;
  height: 280px;
  border-color: #000000; }

.sertificate_notice {
  max-width: 900px;
  margin: 20px auto;
  position: relative;
  z-index: 10; }

.sertificate_notice p {
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-size: 16px;
  color: #000000; }

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

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

.slide .swiper-button-next.swiper_button_next_column, .slide .swiper_button_next_column_2, .slide .btn_next2, .slide .btn_next3, .slides .swiper-button-next.swiper_button_next_column, .slides .swiper_button_next_column_2, .slides .btn_next2, .slides .btn_next3 {
  top: 47%;
  background-color: #D8000B;
  display: block;
  height: 45px;
  width: 45px;
  background-position: 12px;
  background-image: url(../img/right1-arrow.svg);
  right: 0px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.slide .swiper-button-next.swiper_button_next_column:hover, .slide .swiper_button_next_column_2:hover, .slide .btn_next2:hover, .slide .btn_next3:hover, .slides .swiper-button-next.swiper_button_next_column:hover, .slides .swiper_button_next_column_2:hover, .slides .btn_next2:hover, .slides .btn_next3:hover {
  background-image: url(../img/right1-arrowdark.svg);
  background-color: #D8000B; }

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

.slide .swiper-button-prev.swiper_button_prev_column:hover, .slide .swiper_button_prev_column_2:hover, .slide .btn_prev2:hover, .slide .btn_prev3:hover, .slides .swiper-button-prev.swiper_button_prev_column:hover, .slides .swiper_button_prev_column_2:hover, .slides .btn_prev2:hover, .slides .btn_prev3:hover {
  background-image: url(../img/left1-arrowdark.svg);
  background-color: #D8000B; }

.how_work {
  margin-top: 40px;
  background-color: #D0D0D0;
  padding-bottom: 40px;
  background-image: url(../img/fon-11.png);
  -webkit-background-size: cover;
          background-size: cover; }

.how_work .title .h2 {
  color: #ffffff; }

.how_work_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1100px;
  margin: 50px auto 0; }

.how_work_block {
  width: 200px;
  text-align: center; }

.how_work_block p {
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  padding: 0 10px; }

.card_wrapper {
  max-width: 1100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  position: relative; }

.card_new {
  position: relative;
  background-color: #000000;
  overflow: hidden;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 300px;
  height: 400px;
  margin: 20px; }

.card_new .img_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.card_new:hover {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          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;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          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: -webkit-gradient(linear, left bottom, left top, from(#D8000B), to(transparent));
  background: -webkit-linear-gradient(bottom, #D8000B, transparent);
  background: -o-linear-gradient(bottom, #D8000B, transparent);
  background: linear-gradient(0deg, #D8000B, transparent); }

.card_new:nth-child(2) .content {
  background: -webkit-gradient(linear, left bottom, left top, from(#D8000B), to(transparent));
  background: -webkit-linear-gradient(bottom, #D8000B, transparent);
  background: -o-linear-gradient(bottom, #D8000B, transparent);
  background: linear-gradient(0deg, #D8000B, transparent); }

.card_new:nth-child(3) .content {
  background: -webkit-gradient(linear, left bottom, left top, from(#D8000B), to(transparent));
  background: -webkit-linear-gradient(bottom, #D8000B, transparent);
  background: -o-linear-gradient(bottom, #D8000B, transparent);
  background: linear-gradient(0deg, #D8000B, transparent); }

.hidden {
  display: none; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

.success {
  color: #000000;
  background-color: #ffffff;
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: -100%;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.success p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto; }

.success.active {
  top: 0;
  opacity: 1;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

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

.popup__form .btn {
  margin-top: 15px; }

.popup__form .btn_send {
  background-color: #D8000B; }

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

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

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

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

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

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

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

.ymap-container {
  background: url("../img/maps.jpg") #fff no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 50%; }

#map-yandex {
  cursor: pointer;
  height: 350px;
  width: 100%;
  background-color: transparent;
  position: relative;
  z-index: 7; }

.contact {
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.contact_wrap {
  width: 50%;
  background-image: url(../img/contact.png);
  background-repeat: no-repeat;
  background-position: right;
  position: relative; }

.contact_wrap .title .h2 {
  color: #000000; }

.contact__wrap_bloks {
  width: 50%;
  text-align: center;
  margin-left: 30px;
  margin-top: 20px; }

.contact_list {
  position: relative;
  z-index: 10; }

.contact_list p {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-size: 18px;
  text-align: center;
  color: #00395B; }

.contact_list .email {
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
  color: #00395B; }

.contact_list .number {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 18px;
  text-align: center;
  color: #00395B; }

.contact_list .number_block {
  margin-top: 20px; }

.contact_list .btn_block a {
  width: 250px;
  margin: 10px auto;
  color: #ffffff; }

.contact_list li a {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 32px;
  color: #000000; }

.contact_list li a img {
  display: inline-block;
  margin-right: 10px; }

.contact_list li:nth-child(2) {
  margin-top: 40px; }

.hour_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.hour_wrap strong {
  color: #D8000B; }

.hour_wrap span {
  display: block;
  color: #D8000B;
  margin-left: 10px; }

.cotact_addr {
  text-align: center; }

.contact__wrapp {
  max-width: 1100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto; }

.contact__text p {
  line-height: 18px;
  font-size: 16px;
  text-align: center; }

.contact__text {
  text-align: center;
  line-height: 24px; }

.contact__text a:first-child {
  margin-top: 7px; }

.contact__block {
  width: 250px; }

.contact__wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1100px;
  margin: 70px auto 0;
  padding-bottom: 30px;
  position: relative; }

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5); }

.footer {
  background: #3C3C3C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 60px; }

.footer p, .footer a {
  color: #ffffff;
  font-size: 16px;
  padding: 10px 0;
  text-decoration: none; }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1600px) {
  .banner_block:nth-child(2) img {
    width: 227px;
    top: 10px; } }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1300px) {
  .banner_wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .banner_block {
    width: 500px; } }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .swiper_button_next_column, .swiper_button_prev_column {
    display: none; }
  .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; }
  .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; }
  .have_block:after {
    height: 438px; }
  .title__text {
    line-height: 45px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .have_block .block_img img {
    width: 100%; }
  .form_wrappers .calc_input {
    margin: 0 10px; }
  .setificate .overlay {
    background-color: white; }
  .calc_btn button {
    width: 238px;
    margin-left: 23px;
    margin-top: 15px;
    padding: 15px; }
  .profil_block p {
    font-size: 12px;
    margin-left: 0;
    text-align: center; }
  .profil_block .progress_block {
    margin-left: 80px;
    width: 210px; }
  .profil_block .block_img {
    display: none; }
  .profil_block {
    width: 358px; }
  .logs_img img {
    width: 100%; }
  .image_sponsor {
    width: 100%; }
  .naviagation__item {
    display: none; }
  .naviagation__item_link {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            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: 82%;
    margin-left: 22px; }
  .banner_block:nth-child(2) img {
    display: none; }
  .nav_works .block_abs {
    width: 64px;
    margin-left: -24px; }
  .best .slides .best_block .h3 {
    left: 0;
    top: -56px; }
  .naviagation__item_link {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            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 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    height: 100%; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .naviagation__item {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .naviagation__item_link {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            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) {
  /**/ }
