/* --------------стили блока аккордеон----------- */
.accordion {
    width:100%;
    max-width: 100%; 
    margin: 0 auto;
  
  }
  /* секции аккордеона */
  .accordion .accordion_item {
    margin-bottom:2rem;
    position:relative;
 
  }
  /* заголовки панелей аккордеона */
  .accordion .title_block {
  
    
      text-align: left;
    /*font-weight: 400;
    font-size: 18px;
    color: #fd4269;*/
    cursor:pointer ;
    background: #f7f7f7;
  
    padding:10px 15px 10px 55px;
 

    transition:all .2s linear 0 ;
    -webkit-transition:all .2s linear 0 ;
    -moz-transition:all .2s linear 0 ;
    -ms-transition:all .2s linear 0 ;
    -o-transition:all .2s linear 0 ;
   
}
  /* переключатель панелей, положение вниз */
  .accordion .title_block:before {
  
    content:'';
    height:10px;
    width:10px;
    display:block;
    border:2px solid #5c5a5a;
    border-right-width:0;
    border-top-width:0;
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    position:absolute;
    left:20px;
   top:35%  ;
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
   
    
}
  /* активный переключатель, положение вверх */
  .accordion .active_block .title_block:before {
    border:2px solid #fefefe;
    border-left-width:0;
    border-bottom-width:0;
    top:20px;
  
   
  }
  .accordion .title_block:hover {
    background: #26A69A  ;
  
  }
   
  /* заголовок активного блока  */
  .accordion .active_block .title_block {
    background: rgb(81, 223, 209);
    
    color:#fefefe;
   
  
  
  }
  /* блоки с содержанием */
  .accordion .info {
    display:none;
    padding:10px 15px;
    overflow: hidden;
    background:#f7f7f7;
  
  }
  /* параграф внутри блоков с содержанием */
  .accordion .info_item {
    margin-bottom:10px;
    
  }
  /* картинки внутри аккордеона */
  .accordion .info img {
      height: auto;
    
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
  /* полноразмерная картинка */
  .large-img {
      width: 100%;
      margin-bottom: 10px;
  }
  /* миниатюра слева */
  .img-left {
      width: 25%;
      float:left;
     margin:5px 15px 5px 0;
      
  }
  /* миниатюра справа */
  .img-right {
      width: 25%;
      float:right;
      margin:5px 0 5px 15px;
  }



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

html {
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: black;
  position: relative;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#page-wrapper {
  z-index: 20;
  margin: 0 auto;
}

h1 {
  font-family: 'Open Sans Bold';
  font-size: 2.55rem;
  color: whitesmoke;
}

p {
  font-family: 'Open Sans Regular';
  font-size: 1rem;
  color: black;
}

h2 {
  font-family: 'Gotham Pro Narrow Bold';
  font-size: 1.25rem;
  color: #ffd905;
  line-height: 1.8rem;
}

h3 {
  font-family: 'Gotham Pro Narrow Bold';
  font-size: 1.375rem;
}

h4 {
  font-family: 'Open Sans Bold';
  font-size: 1.375rem;
  color: black;
}

h5 {
  font-family: 'Open Sans Regular';
  font-size: 1.25rem;
  color: #ffd905;
}

.active-page {
  color: #e94615 !important;
}

.online-orderBtn-form {
  width: 450px;
  height: auto;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
}

.online-orderBtn-form h1 {
  font-size: 2rem;
  color: black;
  text-align: center;
  padding-top: 3%;
}

.subformBtnOrder {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subformBtnOrder .subformBtnOrder-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border: 2px solid black;
  margin: 5px auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 3%;
}

.subformBtnOrder .subformBtnOrder-tab label {
  display: block;
  font-family: 'Open Sans Italic';
  font-size: 1rem;
  text-align: left;
}

.subformBtnOrder .subformBtnOrder-tab input[type="text"],
.subformBtnOrder .subformBtnOrder-tab textarea {
  background-color: transparent;
  display: block;
  width: 100%;
  padding: 0 5px;
  border: none;
  margin: 0 auto;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: inset 0 0 0 50px #fff;
  -webkit-text-fill-color: #000;
}

.subformBtnOrder .subformBtnOrder-tab input[type="text"]::-webkit-input-placeholder,
.subformBtnOrder .subformBtnOrder-tab textarea::-webkit-input-placeholder {
  width: 100%;
  color: black;
  font-family: 'Open Sans Italic';
  font-size: 1rem;
}

.subformBtnOrder .subformBtnOrder-tab input[type="text"]:-ms-input-placeholder,
.subformBtnOrder .subformBtnOrder-tab textarea:-ms-input-placeholder {
  width: 100%;
  color: black;
  font-family: 'Open Sans Italic';
  font-size: 1rem;
}

.subformBtnOrder .subformBtnOrder-tab input[type="text"]::-ms-input-placeholder,
.subformBtnOrder .subformBtnOrder-tab textarea::-ms-input-placeholder {
  width: 100%;
  color: black;
  font-family: 'Open Sans Italic';
  font-size: 1rem;
}

.subformBtnOrder .subformBtnOrder-tab input[type="text"]::placeholder,
.subformBtnOrder .subformBtnOrder-tab textarea::placeholder {
  width: 100%;
  color: black;
  font-family: 'Open Sans Italic';
  font-size: 1rem;
}

.subformBtnOrder .subformBtnOrder-tab input[type="text"]:focus,
.subformBtnOrder .subformBtnOrder-tab textarea:focus {
  outline: none;
  outline-offset: 0;
}

.subformBtnOrder .subformBtnOrder-tab select {
  font-family: 'Open Sans Italic';
  outline: none;
  outline-offset: 0;
  border: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  direction: ltr;
  margin-right: 20px;
  background-color: #fff;
}

.subformBtnOrder input[type="submit"] {
  display: block;
  text-transform: uppercase;
  background-color: black;
  background-color: #FFD900;
  padding: 20px 40px;
  color: black;
  font-family: 'Open Sans Bold';
  font-size: 0.9rem;
  border: none;
  outline: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.subformBtnOrder input[type="submit"]:hover {
  cursor: pointer;
  color: black;
  background-color: #D6D6D6;
  outline: none;
  border: 2px solid black;
}

.subformBtnOrder input[type="submit"]:active {
  outline: none;
}

.subformBtnOrder label.error {
  display: block;
  font-size: 0.8em;
  color: #068671;
  font-weight: bold;
  display: block;
  margin-left: 0px;
  width: 50%;
  font-family: "TTNorms-Italic";
}

.subformBtnOrder #loadBar {
  text-align: center;
  width: 90%;
  padding: 5px;
}

.subformBtnOrder #loadBar p {
  font-family: 'Open Sans Bold';
}

.subformBtnOrder .low {
  width: 80%;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;
  line-height: normal;
}

.subformBtnOrder .subform-callback {
  font-size: 1.1rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.header-wrapper {
  width: 100%;
  background-color: #ffd900;
  color: black;
  height: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header {
  position: relative;
  width: 990px;
  height: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .logo img {
  width: 160px;
  height: auto;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}

.nav a {
  text-decoration: none;
}

.nav .m-menu-order-btn {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background-color: #ffd905;
  font-family: 'Open Sans Bold';
  font-size: 1.3rem;
  color: black;
  border: 2px solid black;
  display: none;
  padding: 5px 18px;
  font-size: 1.2rem;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav h3 {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-family: "Akrobatextrabold";
  padding-top: 25px;
  letter-spacing: 0.05rem;
}

.nav ul {
  width: 100%;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  font-size: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}

.nav ul li {
  font-family: 'Open Sans Bold';
  transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -ms-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
}

.nav ul li a {
  text-decoration: none;
  color: inherit;
}

.nav ul li:hover {
  cursor: pointer;
  color: #e94615;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.header_contacts {
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90%;
  margin-top: 10px;
}

.header_contacts a {
  text-decoration: none;
  font-family: 'Open Sans Bold';
  font-size: 1.1rem;
  color: black;
  outline: none;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header_contacts i {
  text-align: center;
  font-size: 1.3rem;
  margin-right: 10px;
}

.header_contacts .header-phones-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_contacts .header-phones-btn a {
  cursor: pointer;
}

.header_contacts .header-phones-btn a div {
  cursor: pointer;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  padding: 3px 20px;
  background-color: #ffd905;
  border: 2px solid black;
  font-family: 'Open Sans Bold';
  font-size: 1.3rem;
  color: #ffd905;
  color: black;
  margin-right: 10px;
  margin-left: 15px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -ms-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
}

.header_contacts .header-phones-btn a div:hover {
  background-color: black;
  color: #ffd905;
}

.header_contacts .header-phones-btn i {
  font-size: 2rem;
  padding: 1%;
}

.navBurger {
  z-index: 5000;
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  background: #111;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: content-box;
  width: 30px;
  height: 24px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.navBurger:before, .navBurger:after {
  content: "";
  position: absolute;
  background: #111;
  height: 2px;
  width: 100%;
  right: 0;
  will-change: rotate;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navBurger:before {
  top: -10px;
}

.navBurger:after {
  bottom: -10px;
  width: 100%;
}

.navBurger.active {
  background: transparent;
  background-clip: content-box;
}

.navBurger.active:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
  background: #eee;
  width: 110%;
}

.navBurger.active:after {
  bottom: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #eee;
  width: 110%;
}

.overlay {
  position: fixed;
  z-index: 5000;
  background: #2A3140;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  overflow: hidden;
}

.overlay.open {
  opacity: .99;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.overlay.open li {
  display: block;
  -webkit-animation: fadeInRight 0.4s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
          animation: fadeInRight 0.4s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}

.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.overlayMenu {
  position: absolute;
  text-align: right;
  right: 10vw;
  bottom: 10vw;
}

.overlayMenu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 100%;
}

.overlayMenu ul li {
  display: block;
  position: relative;
  opacity: 0;
  width: 100%;
}

.overlayMenu ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: 'Open Sans Regular';
  font-size: 1.5rem;
  padding: 10px 40px 10px 40px;
  margin: 5px 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.overlayMenu ul li a:hover, .overlayMenu ul li a:active, .overlayMenu ul li a:focus {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
  padding-left: 80px;
  outline: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.03);
}

.locked {
  overflow: hidden;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 50px;
  }
  100% {
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 50px;
  }
  100% {
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.intro-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.intro {
  margin: 0 auto;
  width: 800px;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100vh - 300px);
}

.intro h1 {
  width: 95%;
  text-transform: uppercase;
}

.intro h2 {
  text-transform: uppercase;
}

.intro-videoFon {
  width: 100%;
}

.intro-videoFon video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}

.intro_feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 780px;
  height: 200px;
}

.intro_feature-iconBlock {
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 200px;
  padding: 0;
  background-color: rgba(82, 145, 150, 0.596);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.intro_feature-iconBlock:hover .intro_feature-iconBlock-back {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.intro_feature-iconBlock .face {
  color: #ffd905;
  font-size: 1.7rem;
  position: absolute;
  /*  
        transform: translateX(86px);
        -webkit-transform: translateX(86px);
        -moz-transform: translateX(86px);
        -ms-transform: translateX(86px);
        -o-transform: translateX(86px);
       */
}

.intro_feature-iconBlock-back {
  width: 200px;
  height: 200px;
  border: 4px solid #ffd905;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.39);
  background-blend-mode: color-dodge;
  background-position: 40%;
  background-size: cover;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  color: #fff;
  font-size: 1.7rem;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.intro_feature-iconBlock-back span {
  width: 70%;
  font-size: 1.2rem;
  text-align: center;
  font-family: 'raleway-bold';
}

.intro_feature-iconBlock-back .row {
  width: 25%;
  height: 2px;
  background-color: #fff;
  margin: 10px auto;
}

.backFirst {
  background-image: url(../img/intro-1.jpg);
}

.backSecond {
  background-image: url(../img/intro-7.jpg);
}

.backThird {
  background-image: url(../img/intro-8.jpg);
}

.orderSystem {
  margin: 0 auto;
  padding: 5% 0;
  background-color: #ffd900;
  width: 100%;
  min-height: 65vh;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.orderSystem h1 {
  width: 90%;
  color: black;
}

.orderSystem p {
  padding-bottom: 2%;
  color: black;
  width: 700px;
}

.orderSystem img {
  max-width: 230px;
  height: auto;
}

.orderSystem div {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  padding: 15px 50px;
  background-color: black;
  font-family: 'Open Sans Regular';
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #ffd905;
  border: none;
  outline: none;
}

.orderSystem div:hover {
  background-color: #ffd905;
  border: 2px solid rgba(0, 0, 0, 0.5);
  color: black;
}

.swiper-container {
  width: 100%;
  max-height: 450px;
  display: block;
  margin-bottom: 0.5%;
}

.swiper-slide {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 450px;
}

.swiper-slide img {
  display: block;
  max-width: 100%;
  height: 450px;
  padding-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  -ms-transition: .6s;
  -o-transition: .6s;
}

.swiper-slide img:hover {
  cursor: pointer;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/*
    .swiper-slide:nth-child(2n) {
        width: 60%;
      }
      .swiper-slide:nth-child(3n),
      .swiper-slide:nth-child(1n)
       {
        width: 20%;
      }
*/
.slide-description {
  overflow: hidden;
  margin: 0;
  width: 100%;
  min-height: 80vh;
  max-height: 100vh;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.slide-description img {
  padding: 1% 5%;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 70%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-description .slide-content {
  margin: 0 auto;
  padding-top: 2%;
  padding-right: 2%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  text-align: left;
}

.slide-description .slide-content p {
  line-height: 20px;
}

.actions {
  width: 100%;
  background-color: #333333;
}

.actions-content {
  padding: 0;
  width: 690px;
  margin: 0 auto;
  min-height: 60vh;
  background-color: #333333;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.actions-content h1 {
  width: 100%;
  margin: 0 auto;
}

.actions-content p {
  width: 100%;
  margin: 0 auto;
  color: #ededed;
  text-align: justify;
  line-height: 25px;
}

.actions-content a div {
  background-color: #ffd905;
  font-family: 'Open Sans Regular';
  cursor: pointer;
  color: black;
  padding: 15px 50px;
  text-transform: uppercase;
  font-size: 0.9rem;
  border-radius: 25px;
  outline: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border: none;
  outline: none;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.actions-content a div:hover {
  background-color: black;
  color: #ffd905;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer p {
  color: #ededed;
}

footer .row {
  width: 1000px;
  border: 0.5px solid #ededed;
  margin: 0 auto;
}

footer div {
  margin: 0 auto;
}

.footer_info {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_info h5 {
  text-transform: uppercase;
  text-align: left;
}

.footer_info span {
  color: #ededed;
  text-transform: uppercase;
}

.footer_info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 200px;
  margin: 0 auto;
  text-align: left;
}

.footer_info div p {
  color: #ededed;
  text-align: left;
  width: 100%;
  margin: 0 auto;
}

.footer_info div ul {
  color: #ededed;
  font-size: 1rem;
  text-align: left;
  font-family: 'Open Sans Regular';
  padding-left: 1rem;
  margin: 0;
}

.footer_info .footer_info-hours {
  text-align: left;
}

.footer_info .footer_info-hours p {
  text-transform: uppercase;
}

.footer_info .footer_info-hours span {
  text-transform: lowercase;
}

.footer_info .contacts .footer_bottom-icons-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  display: none;
}

.footer_info .contacts .footer_bottom-icons-sm a {
  text-decoration: none;
}

.footer_info .contacts .footer_bottom-icons-sm a i {
  color: #ffd905;
  font-size: 2rem;
}

.footer_bottom {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.footer_bottom-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

.footer_bottom-icons a {
  text-decoration: none;
  color: #ededed;
}

.footer_bottom-icons a i {
  margin-left: 1.3rem;
  font-size: 2rem;
  color: #ffd905;
}

.sm {
  display: none;
}

@media (max-width: 1540px) {
  .swiper-slide {
    min-height: 380px;
  }
  .swiper-slide img {
    max-height: 380px;
  }
}

@media (max-width: 1420px) {
  .swiper-slide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 340px;
  }
  .swiper-slide img {
    max-height: 340px;
  }
  .slide-description {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .slide-description img {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
  }
  .slide-description .slide-content {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}

@media (max-width: 1199px) {
  .header,
  .intro,
  .activities,
  .types,
  .online-order,
  .last {
    width: 90%;
  }
  .slide-description {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .slide-description img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 50vh;
    max-width: 100%;
  }
  .slide-description .slide-content {
    text-align: center;
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 90%;
  }
  footer .row {
    width: 90%;
  }
  .footer_info {
    width: 90%;
  }
  .footer_bottom {
    width: 90%;
  }
}

@media (max-width: 991px) {
  /*
    .burger {
        display: block;
    }
*/
  .navBurger {
    display: block;
  }
  .nav ul {
    display: none;
  }
  .m-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header_contacts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .intro {
    width: 95%;
  }
  .intro h1 {
    width: 95%;
    font-size: 2.3rem;
  }
  .intro_feature {
    display: none;
  }
  .footer_info {
    margin: 0 auto;
  }
  .footer_info div {
    width: 300px;
    text-align: center;
    margin: 0 auto;
  }
  .footer_info div p,
  .footer_info div h5 {
    text-align: center;
  }
  .footer_info div ul {
    padding-left: 2rem;
  }
}

@media screen and (max-width: 766px) {
  .header-wrapper {
    height: 180px;
  }
  .header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .logo {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .logo img {
    max-width: 140px;
  }
  .nav {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 20%;
  }
  .nav h3 {
    padding: 0;
  }
  .header_contacts {
    height: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .intro {
    width: 90%;
  }
  .intro h1 {
    width: 95%;
    font-size: 2.0rem;
  }
  .orderSystem p {
    width: 95%;
  }
  .orderSystem img {
    max-width: 180px;
  }
  .actions-content {
    width: 90%;
    min-height: 85vh;
  }
  .actions-content h1 {
    width: 90%;
  }
  .actions-content p {
    width: 95%;
    text-align: center;
    line-height: 20px;
  }
  footer .requisites {
    width: 500px;
    text-align: center;
    font-size: 0.8rem;
  }
  .footer_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer_info div {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 5% auto;
  }
  .footer_info div p,
  .footer_info div h5 {
    text-align: center;
    padding: 0;
  }
  .footer_info div ul {
    padding-left: 2rem;
  }
  .online-orderBtn-form {
    width: 80%;
    margin-top: 5vh;
  }
  .online-orderBtn-form .subformBtnOrder-tab {
    padding: 10px 0;
  }
}

@media screen and (max-width: 500px) {
  html {
    font-size: 14px;
  }
  html h1 {
    font-size: 1.7rem;
  }
  .header-wrapper {
    height: 210px;
  }
  .header {
    width: 90%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .logo {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
  .logo img {
    max-width: 135px;
  }
  .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: 66px;
    margin-top: -5%;
  }
  .nav h3 {
    font-size: 1.3rem;
    text-align: left;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }
  .nav .m-menu-order-btn {
    display: block;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    margin: 0 auto;
    margin-top: 6%;
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding: 5px 10px;
  }
  .nav span {
    display: none;
  }
  .header_contacts {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-top: 45px;
  }
  .header_contacts a {
    margin: 0;
  }
  .header_contacts a i {
    font-size: 1.9rem;
    margin: 0 0 0 10px;
  }
  .header_contacts a span {
    display: none;
  }
  .header_contacts .header-phones-btn i {
    font-size: 2.3rem;
  }
  .header_contacts .header-phones-btn div {
    display: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: fixed;
    top: 155px;
    padding: 10px 18px;
    font-size: 1.4rem;
  }
  .intro {
    width: 90%;
    margin: 0 auto;
  }
  .intro h1 {
    font-size: 1.5rem;
  }
  .orderSystem h1 {
    width: 90%;
    font-size: 1.7rem;
  }
  .orderSystem p {
    width: 90%;
  }
  .orderSystem img {
    max-width: 150px;
  }
  .slide-description {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .slide-description img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    height: auto;
    padding: 3%;
  }
  .slide-description .slide-content {
    text-align: center;
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 90%;
  }
  .slide-description h4 {
    font-size: 0.9rem;
  }
  .slide-description p {
    font-size: 0.8rem;
  }
  .actions-content {
    width: 95%;
  }
  .actions-content h1 {
    width: 95%;
  }
  .actions-content p {
    width: 100%;
    text-align: center;
    line-height: 20px;
  }
  footer .requisites {
    width: 300px;
    text-align: center;
    font-size: 0.8rem;
  }
  .footer_info {
    height: auto;
  }
  .footer_info .contacts {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_info .contacts p {
    padding-bottom: 1rem;
  }
  .footer_info div {
    margin-top: 1rem;
    min-height: 100px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_info div h5 {
    margin: 1rem auto;
  }
  .footer_bottom {
    margin-top: 5%;
  }
  .footer_bottom p {
    margin: 0 auto 20px;
  }
  .lg {
    display: none;
  }
  .sm {
    display: block;
  }
  .sm a i {
    margin: 0 1rem;
    font-size: 2rem;
  }
  .online-orderBtn-form {
    width: 90%;
    margin-top: 7.5vh;
  }
  .online-orderBtn-form h1 {
    font-size: 1.5rem;
  }
}

.secondoryPages_callToAction {
  width: 100%;
  background-color: #ffd905;
  height: auto;
}

.secondoryPages_callToAction div {
  width: 800px;
  height: auto;
  min-height: 135px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.secondoryPages_callToAction div h1 {
  color: black;
  font-size: 1.8rem;
}

.secondoryPages_callToAction div a {
  text-decoration: none;
}

.secondoryPages_callToAction div button {
  background-color: #E94615;
  color: #ededed;
  font-family: 'Open Sans Regular';
  cursor: pointer;
  padding: 15px 60px;
  text-transform: uppercase;
  font-size: 1rem;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border: none;
  outline: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  outline: none;
}

.secondoryPages_callToAction div button:hover {
  color: black;
}

@media (max-width: 991px) {
  .secondoryPages_callToAction div {
    width: 90%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .secondoryPages_callToAction div {
    min-height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .secondoryPages_callToAction div h1 {
    width: 300px;
    font-size: 1.5rem;
  }
}
/*# sourceMappingURL=styles.css.map */
.installation_intro-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.installation_intro-videoFon {
  width: 100%;
}

.installation_intro-videoFon video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .5;
}

.installation_intro {
  margin: 0 auto;
  width: 800px;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 260px;
}

.installation_intro h1 {
  width: 95%;
}

.installation_content {
  padding: 5% 0;
  width: 100%;
  background-color: white;
}

.installation_content div {
  width: 820px;
  margin: 0 auto;
}

.installation_content div p {
  text-align: left;
  color: black;
  line-height: 1.4rem;
}

.installation_content div span {
  display: block;
  font-family: 'Open Sans Bold';
  text-align: left;
}

.installation_content div ul {
  text-align: left;
  line-height: 1.4rem;
  padding-left: 1rem;
  margin-top: -1rem;
  font-family: 'Open Sans Regular';
  font-size: 1rem;
}

.installation_content div ul span {
  margin-left: -1.0rem;
}

.accordion .title_block {
  width: 100%;
  margin: 0 auto;
}

.accordion .title_block:hover {
  background-color: #FFD900;
}

.accordion span {
  display: block;
  width: 100%;
}

.accordion .info {
  width: 100%;
}

@media (max-width: 991px) {
  .installation_intro h1 {
    width: 95%;
    font-size: 2.3rem;
  }
  .installation_intro h2 {
    width: 95%;
  }
  .installation_actions-wrapper {
    margin: 0 auto;
    width: 95%;
  }
  .installation_content div {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  .installation_intro {
    width: 90%;
  }
  .installation_intro h1 {
    width: 95%;
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 500px) {
  .installation_intro {
    width: 90%;
    margin: 0 auto;
  }
  .installation_intro h1 {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .installation_content {
    padding: 35px 0;
  }
  .installation_content .installation_content-first {
    margin: 0 auto 5%;
    text-align: center;
  }
  .installation_content h3 {
    text-align: center;
  }
}
/*# sourceMappingURL=installation-styles.css.map */