@charset "UTF-8";
.header {
  min-height: 760px;
  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; }

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

.navigation_wrap {
  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: auto; }

.naviagation__item {
  width: 70%; }

.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: 17px;
  -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: #00395B;
  background: none; }

.order__number {
  text-align: center;
  display: block;
  line-height: 7px; }

.order__number img {
  vertical-align: middle; }

.order__number img:nth-child(2) {
  margin-right: 5px;
  display: inline-block; }

.order__number .btn_block a {
  background-color: #00395B;
  padding: 15px 0;
  color: #ffffff; }

.select-wrapper .caret {
  position: absolute;
  right: 8px !important;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2 !important;
  fill: rgba(0, 0, 0, 0.87); }

.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: #00395B;
  -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: #000628; }

.header__wrap {
  margin: 150px auto 0;
  max-width: 680px;
  position: relative;
  background-image: url(../img/head_after.png);
  height: 580px;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  z-index: 10;
  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; }

.header__wrap:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 95%;
  border-top: 15px solid #00395B;
  border-right: 15px solid #00395B;
  top: -10px;
  bottom: 0;
  left: 47px;
  right: 0; }

.header__wrap .btn_block a {
  background-color: #ffffff;
  width: 300px;
  margin-top: 10px; }

.header__wrap .btn_block:last-child a {
  background-color: #00395B;
  color: #ffffff; }

.h1 {
  font-family: Jura;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 52px;
  text-align: center;
  color: #ffffff; }

.title__text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  line-height: 31px;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  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;
  -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: #00395B;
  -webkit-box-shadow: 0px 1px 1px #00395B inset;
          box-shadow: 0px 1px 1px #00395B 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: 'Roboto', sans-serif;
  overflow-x: hidden;
  margin: 0;
  padding: 0; }

::-moz-selection {
  background-color: #00395B;
  color: #fff; }

::selection {
  background-color: #00395B;
  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: 13px;
  height: 13px;
  background: #A6A6A6;
  opacity: 1;
  -webkit-border-radius: 0;
          border-radius: 0; }

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00395B;
  -webkit-border-radius: 0;
          border-radius: 0; }

.go-prew {
  width: 350px;
  height: 250px;
  margin: 15px;
  position: relative;
  cursor: pointer;
  border: 4px solid #00395B;
  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; }

.title .h2 {
  font-family: Jura;
  font-style: normal;
  font-weight: bold;
  line-height: 36px;
  font-size: 36px;
  color: #000000; }

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

.services {
  position: relative; }

.services_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; }

.services_block {
  margin: 10px 10px 40px;
  width: 350px; }

.services_block img {
  width: 100%; }

.services_block .h3 {
  text-align: center;
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -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;
  margin: 0;
  margin-bottom: 10px;
  line-height: 20px; }

.form_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; }

.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; }

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

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

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

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

.formcalc_two {
  padding-top: 30px !important;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  font-size: 18px;
  text-align: center;
  color: #000000;
  width: 100%;
  margin-top: 50px; }

.formcalc_two input {
  padding: 0px 20px !important;
  margin-top: 10px;
  z-index: 10;
  position: relative;
  border: none;
  width: 88% !important;
  border: 1px solid #000000 !important;
  background-color: #E9E9E9 !important; }

.formcalc_two .file-path {
  width: 80% !important; }

.formcalc_two .select-wrapper input.select-dropdown {
  width: 88%; }

.formcalc_two *::-webkit-input-placeholder {
  color: #000000;
  opacity: 1; }

.formcalc_two *:-moz-placeholder {
  color: #000000;
  opacity: 1; }

.formcalc_two *::-moz-placeholder {
  color: #000000;
  opacity: 1; }

.formcalc_two *:-ms-input-placeholder {
  color: #000000;
  opacity: 1; }

.formcalc_two .btn_send {
  background-color: #00395B;
  width: 100%;
  padding: 5px;
  height: auto;
  margin-top: 0 !important; }

.formcalc_two .input-field .btn {
  margin-top: 0;
  background-color: #00395B; }

.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; }

.product {
  padding-bottom: 50px;
  background-image: url(../img/fon-2.jpg);
  -webkit-background-size: cover;
          background-size: cover; }

.product_home {
  background-image: url(../img/fon-3.jpg); }

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

.product_home .product_block .h3 {
  color: #ffffff; }

.product_home .product_block .price {
  color: #ffffff; }

/* .product_hotel {
  background-image: url(../img/fon-10.jpg); }

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

.product_hotel .product_block .h3 {
  color: #ffffff; }

.product_hotel .product_block .price {
  color: #ffffff; } */

/* .product_home .product_block:last-child:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  width: 217px;
  height: 178px;
  background-image: url(../img/bant.png);
  top: 8px;
  left: 6px;
  z-index: 10;
  color: #ffffff;
  font-style: normal;
  font-weight: 300;
  line-height: 31px;
  font-size: 24px;
  text-align: center; } */

.product_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; }

.product_block {
  width: 350px;
  text-align: center;
  position: relative;
  margin: 25px 0; }

.product_block .h3 {
  text-align: center;
  color: #333333;
  font-size: 24px;
  margin: 0; }

.product_block .swiper-button-next {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.product_block .swiper-button-next i {
  color: #ffffff;
  font-size: 40px;
  position: relative;
  top: -15px;
  left: -25px; }

.product_block .swiper-button-next:hover .square1 {
  background-color: #00395B; }

.product_block .swiper-button-prev {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.product_block .swiper-button-prev i {
  color: #ffffff;
  font-size: 40px;
  position: relative;
  top: -15px;
  left: 10px; }

.product_block .swiper-button-prev:hover .square2 {
  background-color: #00395B; }

.product_block .swiper-wrapper {
  padding: 0; }

.product_block .go-prew {
  height: 260px;
  width: 350px;
  border: none;
  border: 3px solid #00395B; }

.product_block .swiper-button-next, .product_block .swiper-button-prev {
  background: none !important; }

.product_block .btn_block a {
  padding: 15px;
  color: #ffffff;
  width: 90%;
  margin: 10px auto; }

.product_block .price {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 18px;
  text-align: center;
  color: #000000; }

.block_slide {
  width: 350px; }

.features {
  background-color: #D0D0D0;
  padding-bottom: 40px;
  background-image: url(../img/nbg4.webp);
  -webkit-background-size: cover;
          background-size: cover; }

.features .title .h2 {
  color: #fff; }

.features_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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1100px;
  margin: 70px auto 20px; }

.features_block {
  width: 500px;
  margin: 10px;
  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; }

.features_block p {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-size: 16px;
  color: #fff; }

.fetures_text {
  margin-left: 23px; }

.fetures_text .h3 {
  font-family: Roboto;
  margin-top: 0;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 16px;
  color: #fff; }

.feature_decorat {
  margin-top: 20px; }

.feature_decorat img {
  width: 100%; }

.about {
  background-image: url(../img/fon-4.webp);
  -webkit-background-size: cover;
          background-size: cover;
  padding-bottom: 50px;
  }

.about .title .h2 { }

.about_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; }

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

.about_block p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;}

.gallery, .masiv{
  background-image: url(../img/fon-6.jpg);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: right;
  padding-bottom: 50px;
  background-color: #E7EAED; }

.gallery .swiper-wrapper .swiper-slide .go-prew {
  width: 350px;
  height: 260px;
  border: none;
  margin: 5px; }

.gallery .slide .swiper_button_next_column {
  top: 49% !important; }

.gallery .slide .swiper_button_prev_column {
  top: 49% !important; }

.slide .swiper-button-next.swiper_button_next_column, .slide .swiper_button_next_column_2, .slide .btn_next2, .slide .swiper_button_next_reviwes {
  top: 45%;
  background-color: #353537;
  display: block;
  height: 45px;
  width: 45px;
  background-position: 12px;
  background-image: url(../img/right1-arrow.svg);
  right: -50px;
  -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 .swiper_button_next_reviwes:hover {
  background-image: url(../img/right1-arrowdark.svg);
  background-color: #00395B; }

.slide .swiper-button-prev.swiper_button_prev_column, .slide .swiper_button_prev_column_2, .slide .btn_prev2, .slide .swiper_button_prev_reviwes {
  top: 45%;
  left: -50px;
  background-color: #353537;
  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 .swiper_button_prev_reviwes:hover {
  background-image: url(../img/left1-arrowdark.svg);
  background-color: #00395B; }

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

.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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 300px; }

.katalog__card_img img {
  width: 100%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

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

.katalog__card_img:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: .4; }

.katalog__card__wrap {
  max-width: 1100px;
  margin: 0 auto;
  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; }

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

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

.sertificate {
  background-image: url(../img/fon-7.jpg);
  -webkit-background-size: cover;
          background-size: cover;
  padding-bottom: 50px; }

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

.sertificate__block {
  position: relative; }

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

.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;
  margin: 30px auto 10px; }

.sertificate__wrap .go-prew {
  width: 260px;
  height: 270px; }

.slides .btn_next2 {
  background-color: #353537;
  display: block;
  height: 45px;
  width: 45px;
  background-position: 12px;
  background-image: url(../img/right1-arrow.svg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.slides .btn_next2:hover {
  background-image: url(../img/right1-arrowdark.svg);
  background-color: #00395B; }

.slides .btn_prev2 {
  background-color: #353537;
  display: block;
  height: 45px;
  width: 45px;
  background-position: 9px;
  background-image: url(../img/left1-arrow.svg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.slides .btn_prev2:hover {
  background-image: url(../img/left1-arrowdark.svg);
  background-color: #00395B; }

.reviwes {
  background-color: #D0D0D0;
  border-top: 1px solid #fff;
  background-image: url(../img/fon-8.jpg);
  padding-bottom: 50px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.reviwes .title .h2 {
  color: #00395B; }

.reviwes .slide {
  max-width: 900px; }

.reviwes .slide .swiper-slide .go-prew {
  width: 260px;
  height: 270px;
  margin: 0; }

.reviwes .slide .swiper_button_prev_reviwes {
  top: 50%; }

.reviwes .slide .swiper_button_next_reviwes {
  top: 50%; }

.btn_prod {
  margin: 20px auto 0;
  text-align: center; }

.btn_prod a {
  width: 300px;
  display: block;
  margin: 0 auto;
  height: auto;
  background-color: #00395B;
  color: #ffffff;
  text-align: center;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 5px 0; }

.btn_prod a:hover {
  background-color: #000628;
  color: #ffffff; }

.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(#c21833), to(transparent));
  background: -webkit-linear-gradient(bottom, #c21833, transparent);
  background: -o-linear-gradient(bottom, #c21833, transparent);
  background: linear-gradient(0deg, #c21833, transparent); }

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

.card_new:nth-child(3) .content {
  background: -webkit-gradient(linear, left bottom, left top, from(#3a414c), to(transparent));
  background: -webkit-linear-gradient(bottom, #3a414c, transparent);
  background: -o-linear-gradient(bottom, #3a414c, transparent);
  background: linear-gradient(0deg, #3a414c, 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 #00395B;
  -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; }

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

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

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

label.active {
  color: #000628 !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: 400px;
  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;
  background-color: #D0D0D0; }

.contact_wrap {
  width: 50%;
  background-image: url(../img/fon-9.jpg); }

.contact_wrap .title .h2 {
  font-family: Jura;
  font-style: normal;
  font-weight: bold;
  line-height: 36px;
  font-size: 36px;
  color: #00395B; }

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

.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; }

.btn_send {
  background-color: #00395B !important; }

.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: #00395B; }

.hour_wrap span {
  display: block;
  color: #00395B;
  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; }

.footer {
  background: #00395B;
  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; }




/*
  Доп. блоки
*/
.description {
    position: absolute;
    margin: 40px 15px 0;
    top: 0;
    left: 0;
    right: 0;
    min-height: 262px;
    color: #000;
    padding: 10px 15px;
    text-align: left;
    background: #fff;
    border: 3px solid #00395B;
    z-index: 50;
    pointer-events: none;
    transform: translateY(120px) scale(0.1);
    opacity: 0;
    transition: 1s;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.description p {
  margin: 0 0 15px;
}

.description .btn_block {
  margin-top: auto;
}

.icon-info {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 15px;
}

.product_block:hover .description,
.icon-info:active + .description,
.icon-info:focus + .description {
  transform: translateY(0px) scale(1);
  opacity: 1;
}

.product__wrap {}
.product__wrap .btn_block {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.product__wrap .btn_block a {
  color: #ffffff;
}

.product_block__office {
  background: #faf3f3;
  padding: 10px;
  border: 3px solid #00395B;
  display: flex;
  flex-direction: column;
  min-height: 300px;
}

.product_block__office p {
  margin: 0 0 15px;
  text-align: left;
}

.product_block__office .btn_block {
  margin-top: auto;
}

.product_block__office .btn_block a {
  padding: 10px 15px;
}


.product.office .product_block .go-prew {
  margin: 0 15px 15px;
  height: 300px;
}

.product_block__office_title {
  margin-bottom: 5px;
}

.product-office__wraper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.product.office .product_wrapper {
  margin-top: 15px;
  display: block;
  position: relative;
}

.product-office__wraper .btn_block {
  margin: 0 10px;
}

.product-office__wraper .btn_block a{
  min-width: 130px;
  color: #ffffff;
}

.tab-content-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 0;
  transition: .5s;
}

.tab-content-item.active {
  position: relative;
  opacity: 1;
  z-index: 20;
}



/*==========  Desktop First  ==========*/
/* 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; }
  .contact__wrap_bloks {
    margin: 0; }
  .swiper_button_next_column, .swiper_button_prev_column, .swiper_button_next_reviwes, .swiper_button_prev_reviwes {
    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%; }
  .adress {
    text-align: center;
    margin-top: 30px; }
  .adress p {
    width: 100%; }
  .btn_next2, .btn_prev2 {
    display: none; }
  .about_block {
    text-align: center; } }

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

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

  .icon-info {
    display: block;
  }

  .product_block .h3 {
    font-size: 22px;
  }

  .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; }

  .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) {
  /**/ }
