/* reset */
/* main variables */
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Montserrat', sans-serif;
  /*font-family: 'Nunito', sans-serif;
  font-family: 'Libre Baskerville', serif;*/
  color: #fff;
  background: #221F1A;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 13px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px; }

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }

input,
textarea {
  color: #333;
  font-family: "Noto Sans";
  outline: none;
  /*border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;*/ }

input[type="button"],
input[type="submit"],
button {
  cursor: pointer; }

td {
  margin: 0px;
  padding: 0px; }

form {
  padding: 0px;
  margin: 0px; }

a {
  color: #100da9;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent; }
a,
span,
div,
button {
  outline: none !important; }

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after,
.wrapper:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/Open Sans.eot");
  src: url("../fonts/Open Sans.eot?#iefix") format("embedded-opentype"), url("../fonts/Open Sans.woff") format("woff"), url("../fonts/Open Sans.ttf") format("truetype"), url("../fonts/Open Sans.svg#Open Sans") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FFFD; }

  .main-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }
  .wrapp {
    max-width: 1200px;
    margin: 0 auto;
  }
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
.header-oll {
    background: url(../img/bus-heder-fon01.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: center center;
}
header {  
    
}
.is-active .header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(26, 17, 1, 0.9);
    z-index: 999;
}
.header::after {
  bottom: 0;
  box-shadow: 0 0.0625em 0.5em rgba(0, 0, 0, .3);
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
}
.header.is-active::after {
  opacity: 1;
}
.h-fon {
  background: rgba(26, 17, 1, 0.7);
}
.h-top {
  padding: 15px 0;
}
.h-telphon a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #EFEBE7;
    margin-right: 40px;
}
.h-telphon a i {
    margin-right: 7px;
}
.h-soc {
    text-align: right;
}
.h-soc a {
    margin-right: 7px;
}
.h-menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}
.h-menu li {
    display: inline-block;
}
.h-menu li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.h-logo img {
  max-width: 100%;
  height: auto;
  padding-bottom: 15px; }

ul.h-menu>li>a{
    display: block;
    position: relative;
    text-decoration: none;    
}
ul.h-menu>li>a:before,
ul.h-menu>li>a:after{
    content: '';
    position: absolute; top: 100%;
    width: 0;
    height: 1px;
    background: red;
    transition: .7s;
}
ul.h-menu>li>a:before{
     left: 50%;    
}
ul>li>a:after{
    right: 50%;    
}
ul.h-menu>li>a:hover:before,
ul.h-menu>li>a:hover:after{    
    width: 50%;    
}
.dd-select {
    border-radius: 30px;
    border: 1px solid #2b2446;
    height: 34px;
    margin-top: 8px;
    opacity: 0.75;
    position: relative;
    cursor: pointer;
}
.dd-options li {
  height: 30px;
}
.form-row label {
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 400;    
    color: #080808;
}
.head-language {
    margin-top: -7px;
    padding-left: 50px;
}
.dd-option-text {
    padding-top: 5px;
}
/*--- block-0 ---*/
.block0 {
    padding: 10%;
    position: relative;
}
.block0-left {    
    transform: rotate(-89.96deg);
    position: absolute;
    left: -12%;
    top: 45%;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    text-align: center;    
    color: #ECC479;
}
.block0-rigth {   
    transform: rotate(-89.96deg);
    position: absolute;
    right: 30px;
    bottom: 0;
}
.block0-rigth img {   
    transform: rotate(-89.96deg);
    margin-right: 30px;    
}
.block0-name {
    font-style: normal;
    font-weight: bold;
    font-size: 70px;
    line-height: 87px;
        color: #FFFFFF;
    font-family: 'Libre Baskerville', serif;
}
.block0-content {
    font-family: 'Libre Baskerville', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 36px;    
    color: #FFFFFF;
    padding-top: 10px;
    max-width: 400px;
}
/*--- mobile --*/
.mobile-top {
  display: none;
}
.mob-logo {
    text-align: center;
    padding: 10px 0;
}
.mob-menu {
  background: #160f05;
  right: -320px; /* прячем меню */
  height: 100%;
  position: fixed;
  width: 320px;
  text-align: center;
  z-index: 999;
  top: 0;
}
.mob-menu ul {  
  list-style: none;
  margin: 0;
  padding: 0;
}
.mob-menu li {  
  font-family: 'Nunito', sans-serif;
  line-height: 45px;
  padding-bottom: 3px;  
  padding-top: 3px;
}
.mob-menu li:hover {
  cursor: pointer;
  background-color: #ECC479;
  color: #080808;
}
.mob-menu a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.icon-close {
  cursor: pointer;
  text-align: right;
  padding: 15px;
}
.icon-menu { 
  cursor: pointer; 
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 99;
}
.icon-menu img {
  height: auto;
  width: 100%;
}
.mob-telphon {
    border-bottom: 1px solid #555;
    border-top: 1px solid #555;
    padding: 15px 0;
}
.mob-telphon p {  
  padding: 15px 0;
}
.mob-soc {
   padding: 25px 0;
}
.mob-soc a {
    padding: 0 10px;
}
.mob-menu i {
    padding-right: 7px;
}

/* --- service --- */
.service {
    background: #221F1A;
    padding: 60px 0 0;
}
.service p {
    color: #f8f8f8;
}
.service-title {
    text-align: center;
    padding-bottom: 100px;
}
.service-title p:nth-child(1) {
    font-family: 'Libre Baskerville', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 56px;
    text-align: center;    
}
.service-title p:nth-child(2) {
    font-family: 'Libre Baskerville', serif;
    font-style: normal;
    color: #ECC479;
    font-size: 18px;
    line-height: 20px;
    text-align: center;    
    padding: 10px 0 20px 0;
}
.service-content {
  text-align: center;
  min-height: 480px;
  margin-bottom: 40px;
}
.service-img {
    height: 257px;
    position: relative;
}
.service-img__png {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.service-img__png img {
    height: auto;
    max-width: 100%;
}
.service-content p:nth-child(2) {
    margin: 0 auto;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 33px;
    width: 75%;
    padding: 20px 0 10px;
    height: 96px;
}
.service-content p:nth-child(3) {
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;    
    color: #999;
}
/* ---- equipment Block-2 --*/
.equipment {
    background: url(../img/equipment-fon.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0 80px;
    background-position: center center;
}
.vip-service {
    background: url(../img/vip-service-fon.jpg) no-repeat !important;
}
.equipment p {
    color: #f8f8f8;
}
.equipment-title {
    position: relative;
    padding-bottom: 15px;
}
.equipment-title p:nth-child(1) {
    transform: rotate(-89.96deg);
    position: absolute;
    left: -17%;
    top: 45%;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    text-align: center;    
    color: #ECC479;
}
.equipment-title p:nth-child(2) {
    font-family: 'Libre Baskerville', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 56px;   
}
.equipment-title p:nth-child(3) {
    font-family: 'Libre Baskerville', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;    
    color: #ECC479;
    opacity: 0.5;
    padding: 20px 0 10px;
}
.block1-number {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(236, 196, 121, 0.1);
    padding-top: 10px;
}
.b1-number {
    display: flex;
    align-items: center;
}
.b1-number p:nth-child(1) {
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 82px;
    text-align: center;    
    color: #ECC479;
}
.b1-number p:nth-child(2) {
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;   
    padding: 0 10px;
    width: 90px;
}
.equipment-row {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(236, 196, 121, 0.1);
    max-width: 350px;
}
.block1-step .equipment-row:last-child {
    border-bottom: none;
}
.equipment-row img {
    margin-right: 30px;
    width: 30px;
    height: 30px;
}
.equipment-row p {
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}
.equipment-row span {    
    color: #ccc;
    font-weight: 400;
}
.equipment-txt {
    padding: 0px 0 20px;
}
.equipment-txt p {
    padding: 10px 0;
}
.equipment-img {
    display: flex;
}
.equipment-img img {
    padding-right: 15px;
    width: 100%;
    height: auto;
}
.eq-img {
    max-width: 33%;
}
.block2-button {
    display: flex;
    margin-top: 80px;
}
.bl2-but1 {
    margin-right: 100px;
    margin-left: 15px;
}
.bl2-but1 a {
    background: linear-gradient(180deg, #ECC479 0%, #C09C59 100%);
    border-radius: 6px;
    padding: 28px 90px;
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #573C08;
    text-decoration: none;
}

a.button19 {
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0,0,0,.5);
    user-select: none;
    box-shadow: 0 6px #96763b, 0 3px 1px #C09C59, inset 0 1px rgba(255,255,255,.3), inset 0 0 3px rgba(255,255,255,.5);
    transition: .2s;
    font-family: Nunito;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #573C08;
    background: linear-gradient(180deg, #ECC479 0%, #C09C59 100%);
    border-radius: 6px;
} 
.button19:hover {
  background: linear-gradient(180deg, #ECC479 0%, #796135 100%);
  border-radius: 6px;
}
.button19:active {
  background: linear-gradient(180deg, #ECC479 0%, #C09C59 100%);
  border-radius: 6px;
  box-shadow:
   0 2px rgb(86,38,6),
   0 1px 6px rgba(0,0,0,.4),
   inset 0 1px rgba(255,255,255,.3),
   inset 0 0 3px rgba(255,255,255,.5);
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
}
.bl2-but2 {
    position: relative;
    padding-top: 30px;
}
.bl2-but2 a {
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #FFFFFF;
}
.bl2-but2:before {
    content: url(../img/watch-video.png);
    position: absolute;
    left: -35px;
}
/*-- Block 3 ---*/
.gallery {
    padding: 60px 0 80px;
}
.gallery input {
    width: 100%;
}
#gallery-nav {
  max-width: 100%;  
}
.nav-img {
    max-width: 320px;
    height: auto;
    padding-right: 20px;
    outline: none;
}
.nav-img img {
  width: 100%;
  height: auto;
}
.slick-list{
  /*margin:0 -5px;*/
}
#gallery-nav .slick-current img {
  border: 2px solid red;
}
/*-- Block 4 ---*/
.reviews {  
    padding: 60px 0 80px;
}
.track {
    position: relative;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.5);
    height: 2px;
}
.track .thumb {
    width: 60px;
    height: 10px;
    top: -4px;
    position: absolute;
    background-color: grey;
    left: 0;
    background: linear-gradient(180deg, #ECC479 0%, #C09C59 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    cursor: pointer;
}
#view {
    position: relative;
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
    margin-top: 50px;
    overflow: hidden;
}
#items {
  margin: 0;
  padding: 10px 0 0;
  position: absolute;
  display: block;
  height: 200px;
  list-style: none none;
}
#items li {
  float: left;
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 20px;
  width: 350px; 
  text-align: center;   
}
.reviews .equipment-title p:nth-child(1) {  
    top: 85%;
}
.reviews-img {
    float: left;
}
.reviews-img img {
    border-radius: 50%;
    padding-right: 10px;
}
.reviews-txt {
    text-align: left;
}
.reviews-txt p:nth-child(1) {
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 20px;
}
.reviews-txt p:nth-child(2) {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;    
    color: #FFFFFF;
}
.gallery-input {
    max-width: 600px;
    margin: 40px auto 0;
}
.gallery-input input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}
.gallery-input input[type=range]:focus {
  outline: none;
}
.gallery-input input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;  
  background: rgba(255, 255, 255, 0.5);  
}
.gallery-input input[type=range]::-webkit-slider-thumb { 
    width: 60px;
    height: 10px;      
    left: 0;
    background: linear-gradient(180deg, #ECC479 0%, #C09C59 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
}
.gallery-input input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.5);
}
.gallery-input input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;  
  background: rgba(255, 255, 255, 0.5);
}
.gallery-input input[type=range]::-moz-range-thumb {
    width: 60px;
    height: 10px;      
    left: 0;
    background: linear-gradient(180deg, #ECC479 0%, #C09C59 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
}
.gallery-input input[type=range]::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;  
  background: rgba(255, 255, 255, 0.5);
}
.gallery-input input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.gallery-input input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.gallery-input input[type=range]::-ms-thumb {
    width: 60px;
    height: 10px;      
    left: 0;
    background: linear-gradient(180deg, #ECC479 0%, #C09C59 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
}
.gallery-input input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
.gallery-input input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}
.gallery-img img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.gallery-text {
    padding: 20px 0;
    font-family: 'Libre Baskerville', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;    
    color: rgba(236, 196, 121, 0.4);
}
/*-- Block 5 ---*/
.packeges {
    padding: 60px 0 80px;
}
.packeges-row {
    /*background: url(../img/packeges-fon1.png) right top no-repeat,
    url(../img/packeges-fon2.png) left 50% no-repeat,
    url(../img/packeges-fon3.png) right bottom no-repeat;*/
}
.packeges-col {
    background: #221F1A;
    border: 10px solid #ECC479;
    box-sizing: border-box;
    height: 590px;
    margin-bottom: 30px;
    padding: 25px;
}
.pack-fon {
    padding: 0;
}
.packeges-col p:nth-child(1) {
    font-family: 'Nunito', sans-serif;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 44px; 
    padding: 20px 0 0px;
    height: 110px;  
}
.packeges-col p:nth-child(2) {
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    text-transform: lowercase;
    color: rgba(255, 255, 255, 0.3); 
    padding: 0px 0 5px   
}
.packeges-col p:nth-child(3) {
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 26px;
    text-align: center;
    text-transform: lowercase;   
    padding-bottom: 40px;     
}
.packeges-col p:nth-child(4) {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    text-align: center;    
    color: rgba(255, 255, 255, 0.7);  
    height: 224px;
    overflow: hidden;  
    margin-bottom: 10px;   
}
.packeges-but {
    text-align: center;
}
.packeges-but a.button19 {
    padding: 25px 50px;
}
/*-- Block 6 ---*/
.contact {
    padding: 60px 0 80px;
}
.contact .equipment-title p:nth-child(1) {
     left: -57%;
     top: 65%;
}
.contact .equipment-title {    
    padding-bottom: 50px;
}
.contact-phone p:nth-child(1) {
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 55%;    
    color: #ECC479;
    padding-bottom: 25px;
}
.contact-phone p:nth-child(2) {
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 55%;       
}
.contact hr {
    border: 1px solid #ECC479;
    margin: 30px 0;
}
.contact-email p:nth-child(1) {
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 55%;
    color: #ECC479;
    padding-bottom: 25px;
}
.contact-email p:nth-child(2) {
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 55%;   
}
.contact-soc {
    padding-top: 60px;
}
.contact-soc a {
    margin-right: 7px; 
}
.contact-phone, .contact-email {
    padding-left: 40px;
    position: relative;
}
.contact-phone:before {  
    content: url(../img/contact-phone.png);
    position: absolute;
    left: 0;
    bottom: 0;
}
.contact-email:before {
    content: url(../img/contact-email.png);
    position: absolute;
    left: 0;
    bottom: 0;
}
/*-- Block 7 ---*/
.send {
    background: url(../img/Send-fon.jpg);
    background-size: cover;
    padding: 60px 0 80px;
}
.send-form {
    max-width: 400px;
    margin: 0 auto;
}
.send-form input {
    width: 100%;
    height: 81px;
    border-radius: 6px;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;    
    color: rgba(0, 0, 0, 0.5);
    padding: 30px;
    margin-bottom: 20px;
}
.send-form textarea {
    width: 100%;
    height: 160px;
    border-radius: 6px;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;    
    color: rgba(0, 0, 0, 0.5);
    padding: 30px;
    margin-bottom: 20px;
}
p.sub-button {
    text-align: center;
    margin-top: 5px;
}
.send-form button.but-sub[type=submit] {
    padding: 28px 110px;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0,0,0,.5);
    user-select: none;
    box-shadow: 0 6px #96763b, 0 3px 1px #C09C59, inset 0 1px rgba(255,255,255,.3), inset 0 0 3px rgba(255,255,255,.5);
    transition: .2s;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #080808;
    background: linear-gradient(180deg, #ECC479 0%, #C09C59 100%);
    border-radius: 6px;
    border: none;
}
.send-form button.but-sub[type=submit]:hover {
  background: linear-gradient(180deg, #ECC479 0%, #796135 100%);
  border-radius: 6px;
}
.send-form button.but-sub[type=submit]:active {
  background: linear-gradient(180deg, #ECC479 0%, #C09C59 100%);
  border-radius: 6px;
  box-shadow:
   0 2px rgb(86,38,6),
   0 1px 6px rgba(0,0,0,.4),
   inset 0 1px rgba(255,255,255,.3),
   inset 0 0 3px rgba(255,255,255,.5);
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
}
/*-- Block 8 ---*/
.footer {
    padding: 20px 0;
}
.footer-soc {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}
.footer-row {
    margin-top: 15px;
}
.foot-par {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #EFEBE7;
}
.footer-row a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: lowercase;
    color: #EFEBE7;
}
.footer-row a i {
    padding-right: 7px;
}
.foot-tel {
  text-align: right;
}
.foot-mail {
  text-align: center;
}
/*-- Modal --*/
.modal-content {
    background: #221F19;
    border-radius: 10px;
}
.modal-header {    
    padding: 1rem 1rem 0;
    border-bottom: none;    
}
.modal-header .close span {
    border: 1px solid #ECC479;
    border-radius: 50%;
    padding: 0px 8px;
    color: #ECC479;
}
.modal-body {    
    padding: 1rem 1rem 2rem 1rem;
}
.formTitle p:nth-child(1) {
    font-family: 'Libre Baskerville', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 56px;
    text-align: center;    
    color: #FFFFFF;
}
.formTitle p:nth-child(2) {
    font-family: 'Libre Baskerville', serif;
    font-style: normal;
    color: #ECC479;
    font-size: 18px;
    line-height: 20px;
    text-align: center;    
    padding: 5px 0 30px 0;
}
.formtext {
    width: 85%;
    margin: 0 auto;
}
.msgs {
    font-family: 'Libre Baskerville', serif;
    font-style: normal;
    color: green;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    padding: 5px 0 30px 0;
}
.send-form p.privacy {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.02em;    
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
}
.send-form input[type="radio"] {
    height: auto;
    width: auto;
    margin-right: 10px;
}

/* ---- mouse ----*/
#toTop {
  bottom: 40px;
  left: 30px;
  cursor: pointer;
  display: block;
  position: fixed;
  z-index: 999; }

.just-scroll.color-black .mouse-icon {
  border-color: #1be7e8;
  background: #000; }

.just-scroll.color-black .mouse-icon:hover {
  opacity: 0.5; }

.just-scroll.color-black .mouse-icon .wheel {
  background: #fff; }

.just-scroll.color-white .mouse-icon {
  border-color: #fff; }

.just-scroll.color-white .mouse-icon .wheel {
  background: #fff; }

.just-scroll.color-green .mouse-icon {
  border-color: #23d160; }

.just-scroll.color-green .mouse-icon .wheel {
  background: #23d160; }

.just-scroll.centered {
  margin-left: auto;
  margin-right: auto; }

.just-scroll.to-up .mouse-icon .wheel, .just-scroll.to-down .mouse-icon .wheel {
  animation-delay: 0s;
  animation-duration: 1s;
  animation-play-state: running;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 1s;
  -webkit-animation-play-state: running;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 1s;
  -moz-animation-play-state: running;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -o-animation-delay: 0s;
  -o-animation-duration: 1s;
  -o-animation-play-state: running;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite; }

.just-scroll.to-up .mouse-icon .wheel {
  animation-name: to-up-mouse-icon-wheel;
  -webkit-animation-name: to-up-mouse-icon-wheel;
  -moz-animation-name: to-up-mouse-icon-wheel;
  -o-animation-name: to-up-mouse-icon-wheel; }

.just-scroll.to-down .mouse-icon .wheel {
  animation-name: to-down-mouse-icon-wheel;
  -webkit-animation-name: to-down-mouse-icon-wheel;
  -moz-animation-name: to-down-mouse-icon-wheel;
  -o-animation-name: to-down-mouse-icon-wheel; }

@keyframes to-up-mouse-icon-wheel {
  0% {
    top: 25px;
    opacity: 0; }
  30% {
    top: 10px;
    opacity: 1; }
  100% {
    top: 5px;
    opacity: 0; } }
@keyframes to-down-mouse-icon-wheel {
  0% {
    top: 5px;
    opacity: 0; }
  30% {
    top: 10px;
    opacity: 1; }
  100% {
    top: 25px;
    opacity: 0; } }
@-webkit-keyframes to-up-mouse-icon-wheel {
  0% {
    top: 25px;
    opacity: 0; }
  30% {
    top: 10px;
    opacity: 1; }
  100% {
    top: 5px;
    opacity: 0; } }
@-webkit-keyframes to-down-mouse-icon-wheel {
  0% {
    top: 5px;
    opacity: 0; }
  30% {
    top: 10px;
    opacity: 1; }
  100% {
    top: 25px;
    opacity: 0; } }
.just-scroll {
  width: 24px; }

.just-scroll .mouse-icon {
  display: block;
  width: 24px;
  height: 40px;
  border: 2px solid;
  border-radius: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  z-index: 10;
  opacity: .7; }

.just-scroll .mouse-icon .wheel {
  position: relative;
  top: 4px;
  width: 2px;
  height: 6px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto; }

 .equipment .modal.show .modal-dialog {    
    max-width: 800px;
}
.pulse {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    color: gray;
    background: rgba(21, 182, 85, 0.8);
    border-radius: 50%;
    animation: radial-pulse 1s infinite;
}
.wrap-pulse {
  position: fixed;
  bottom: 40px;
  right: 50px;
}
@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
  }
 
  100% {
    box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
  }
}


/*#gal-iframe {
    margin: 0 auto;
}*/
.gallery-iframe {
  max-width: 1108px;
  height: auto;
  margin: 0 auto;
  /*padding-top: 56.25%;
  position: relative;*/
}
/*.gallery-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    min-height: 100hv;
    width: 100%;
    display: flex;
    flex-direction: column; }
}
@media screen and (max-width: 1400px) {
.pack-fon img {
    max-width: 100%;
    height: auto;
}
.contact img {
    max-width: 100%;
    height: auto;
    margin-top: 40px;
}
}
@media screen and (max-width: 1200px) {
.packeges-but a.button19 {
    padding: 25px 36px;
}

}  
@media screen and (max-width: 991px) {
 .head-language {    
    padding-left: 10px;
} 
.h-menu li a {    
    font-size: 14px;
}
.pack-fon {
    display: none;
}
.packeges-but a.button19 {
    padding: 25px 50px;
}
.contact .equipment-title p:nth-child(1) {
    display: none;
}
.footer-menu {
    font-size: 12px;
}

}
@media screen and (max-width: 767px) {
.mobile-top {
  display: block;
}
.h-telphon, .h-soc, .header,
.block0-left, .reviews .equipment-title p:nth-child(1),
.equipment-title p:nth-child(1) {
  display: none;
}
.head-language {
    left: 20px;
    margin-top: 0px;
    padding-left: 0px;
    position: fixed;
    top: 40px;
    z-index: 99;
    max-width: 150px;
}
.header-oll {    
    height: auto;
    padding-bottom: 50px;
}
.contact-soc {
    padding-top: 0;
}
.foot-display, .foot-tel, .foot-mail {
    display: none;
}
.foot-logo, .footer-row {
    text-align: center;
}
#view {    
    height: auto;    
}
.reviews-img {
    float: none;
}
.reviews-img img {
    margin: 0 auto;
}
.reviews-txt {
    text-align: center;
    padding: 20px 0 0;
}
}
@media screen and (max-width: 576px) {
.equipment-txt {    
    display: none;
}  
.equipment-img {    
    flex-direction: column;   
} 
.eq-img {
    max-width: 100%;
    padding: 10px 0;
}
.block2-button {   
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}
.bl2-but2 {   
    padding-top: 50px;    
}
.bl2-but1 { 
    margin-right: 0;
    margin-left: 0;
}
.equipment {    
    padding: 60px 0 60px;
}
.nav-img {    
    padding-right: 7px;   
}
.equipment-img img {
    padding-right: 0;
    
}
}



@media (max-width:5000px) and (min-width:700px){
  #gal-iframe{
    top: 205px !important;
  }
}

@media screen and (max-width: 480px) {

  #gal-iframe .gallery-iframe iframe,
  #gal-iframe{
    height: 300px !important;
  }
  

  .h-fon {
    background: none;
}
.head-language {
    top: 90px; 
    left: 15px;   
}
.icon-menu {    
    right: 15px;
    top: 70px;    
}
.block0 {
    padding: 40px 0 0;    
}
.block0-rigth {
  display: none;
}
.block0-name {    
    font-size: 56px;
    line-height: 67px;   
}
.service-content p:nth-child(2) {    
    font-size: 20px;   
}
.packeges-col p:nth-child(1) {    
    font-size: 36px;    
}
.packeges-but a.button19 {
    padding: 25px 35px;
}
a.button19 {
    font-size: 16px;
}
.packeges-col {   
    padding: 10px;
}
.packeges {
    padding: 0;
}
.contact {
    padding: 40px 0;
}
.send {
    padding: 20px 0 40px;
}
.service-title {    
    padding-bottom: 20px;
}
.contact-soc a {
    margin-right: 30px;
}
.gallery {
    padding: 60px 0 0px;
}
.formtext {
    width: 100%;    
}
.b1-number p:nth-child(1) {    
    font-size: 44px;   
}
.b1-number p:nth-child(2) {    
    font-size: 14px;
    line-height: 16px;   
}
.pulse {   
    animation: none;
}
#toTop {
    opacity: 0;
}
.is-active .icon-menu {    
    top: 10px;
}
.is-active .head-language {    
    top: 20px;
}

}

@media screen and (max-width: 375px) {
  #gal-iframe .gallery-iframe iframe,
  #gal-iframe{
    height: 230px !important;
  }
  

@media screen and (max-width: 320px) {
  #gal-iframe .gallery-iframe iframe,
  #gal-iframe{
    height: 193px !important;
  }




}



