@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/mr/Montserrat-Regular.eot");
  src: url("fonts/montserrat/mr/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), 
  url("fonts/montserrat/mr/Montserrat-Regular.otf") format("opentype"), 
  url("fonts/montserrat/mr/Montserrat-Regular.svg") format("svg"), 
  url("fonts/montserrat/mr/Montserrat-Regular.ttf") format("truetype"), 
  url("fonts/montserrat/mr/Montserrat-Regular.woff") format("woff"), 
  url("fonts/montserrat/mr/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/mr/Montserrat-Medium.eot");
  src: url("fonts/montserrat/mr/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), 
  url("fonts/montserrat/mm/Montserrat-Medium.otf") format("opentype"), 
  url("fonts/montserrat/mm/Montserrat-Medium.svg") format("svg"), 
  url("fonts/montserrat/mm/Montserrat-Medium.ttf") format("truetype"), 
  url("fonts/montserrat/mm/Montserrat-Medium.woff") format("woff"), 
  url("fonts/montserrat/mm/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/mb/Montserrat-Bold.eot");
  src: url("fonts/montserrat/mb/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), 
  url("fonts/montserrat/mb/Montserrat-Bold.otf") format("opentype"), 
  url("fonts/montserrat/mb/Montserrat-Bold.svg") format("svg"), 
  url("fonts/montserrat/mb/Montserrat-Bold.ttf") format("truetype"), 
  url("fonts/montserrat/mb/Montserrat-Bold.woff") format("woff"), 
  url("fonts/montserrat/mb/Montserrat-Bold.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  outline: none;
  box-sizing: border-box;
}

body {
  font-family: 'rubik', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 10px;
  min-width: 320px;
  position: relative;
  line-height: 1.5;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  color: #222222;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.asd{
    line-height: 0;
}

body input, body textarea {
  outline: none;
  font-family: 'rubik', Arial, Helvetica, sans-serif;
}

body input:required:valid, body textarea:required:valid {
  border-color: green;
}

ul li{
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
p {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #222222;
}

::-webkit-input-placeholder {
  color: #222222;
  font-family: 'rubik', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}

::-moz-placeholder {
  color: #222222;
  font-family: 'rubik', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}

::-ms-input-placeholder {
  color: #222222;
  font-family: 'rubik', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}

::-moz-placeholder {
  color: #222222;
  font-family: 'rubik', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}

.container {
  width: 1470px;
  margin: 0 auto;

  padding-top: 170px;
  padding-bottom: 170px;
}



/* ========== HEADER ============== */

.header{
  position: relative;
}

.header-bgc {
  overflow-y: hidden;
  position: relative;
  background-color: lightgrey;
}

.header-bgc-mobile {
  display: none;
}


.header-bgc img{
  display: none;
  width: 100%;
  height: 100%;
}

.header-bgc .header-bgc__img {
  display: block;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.header-video{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  /* height: 100%; */
  z-index: 100;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: .3s;
  transition: .3s;
}

.header-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 140px;
  padding-right: 140px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background-color: rgba(255, 255, 255, .6);
  z-index: 150;
}

.header-menu {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  width: 65%;
  list-style-type: none;
  padding-left: 25px;
  padding-right: 25px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 6px;
  -webkit-transition: .5s;
  transition: .5s;
}

.header-menu li{
  -webkit-transition: .5s;
  transition: .5s;
}

.header-menu li a{
  border-bottom: 1px solid transparent;
}

.header-menu li a:hover {
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
  border-bottom: 1px solid #00A099;
}

.header-menu li a.active{
  border-bottom: 1px solid #00A099;
}

.footer-active{
 color: #00A099;
}

.header-active{
  background-color: rgba(255, 255, 255);
  border-bottom: 1px solid rgba(71, 71, 71, 0.5);
}



/* MOBiLE MENU */

.elbrus_logo-mobile-row img{
  display: block;
  width: 70%;
}

.header-row-mobile{
  display: none;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  height: 65px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid rgba(71, 71, 71, 0.5);
}

.burger-menu {
  position: fixed;
  background-color: #fff;
  top: 18px;
  right: 18px;
  z-index: 155;
  height: 28px;
  width: 35px;
  border-radius: 15%;
  display: none;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}


.burger-menu-lines {
  position: relative;
  width: 20px;
  height: 2px;
  left: -2px;
  background-color: #00A099;
  -webkit-transition: background-color .7s;
  transition: background-color .7s;
  z-index: 130;
}

.burger-menu-lines:before {
  content: '';
  position: absolute;
  top: 7px;
  background: #00A099;
  width: 13px;
  height: 2px;
  -webkit-transition: .5s;
  transition: .5s;
}

.burger-menu-lines:after {
  content: '';
  position: absolute;
  top: -7px;
  background: #00A099;
  width: 25px;
  height: 2px;
  -webkit-transition: .5s;
  transition: .5s;
}


.burger-menu-lines.is-active {
  background-color: transparent;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  width: 35px;
}

.burger-menu-lines.is-active:before {
  width: 20px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: .5s;
  transition: .5s;
  top: 0;
  left: 7px;
}

.burger-menu-lines.is-active:after {
  width: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .5s;
  transition: .5s;
  top: 0;
  left: 7px;
}


.elbrus_logo-mobile img{
    display: block;
    width: 85%;
    margin: 0 auto;
}

.header-wrapper-mobile{
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 155;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
}


.header-mobile{
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.header-toggles{
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.elbrus_logo-mobile{
  display: none;
  margin-bottom: 55px;
}

.header-mobile-menu{
  margin-bottom: 55px;
  padding: 0;
  margin-top: 0px;
  
}

.header-mobile-menu li{
  width: 140px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.header-mobile-menu li:first-child {
  margin-top: 0;
}

.header-mobile-menu li:last-child {
  margin-bottom: 0;
}

.header-mobile-menu ul li{
  padding-left: 0px;
}

.header-mobile-menu li{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: .5s;
  transition: .5s;
  list-style-type: none;
  text-align: center;
}



.header-mobile-btn{
  display: none;
  padding: 13px 17px;
  background: #00A099;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
}

.header-mobile-btn-hdr {
  padding: 10px 13px;
  background: #00A099;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 17px;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 60px;
  display: block;
}

/* HEADER CART */

.header-cart {
  position: absolute;
  top: 69%;
  right: 13%;
}

.header-cart-wrapper{
  position: relative;
  padding: 50px 80px;
  background-color: #FFFFFF;
  box-shadow: 8px 30px 100px rgba(0, 0, 0, 0.25);
  z-index: 105;
}

.header-cart-back{
  position: absolute;
  border: 1px solid #00A099;
  width: 681px;
  height: 386px;
  right: -50px;
  bottom: -50px;
  z-index: 100;
  display: block;
}

.header_cart-title{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  color: #000000;
  margin-bottom: 25px;
}

.header_cart-title span{
  text-transform: uppercase;
}

.header_cart-phone{
  position: relative;
  padding-left: 15px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 200%;
  color: #00A099;
  margin-bottom: 40px;
}

.header_cart-phone:hover{
  text-decoration: underline;
}

.header_cart-phone-img {
  position: relative;
  top: 5px;
  left: 5px;
  width: 36px;
  height: 36px;
}

.header_cart-footer{
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.header_cart-elbrus{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.header_cart-span{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.header-btn{
  padding: 16px 24px;
  background: #00A099;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
}

/* ============ ABOUT ============== */


#about{
  background-repeat: no-repeat;
  background-position: right -30px;
}

.about-left{
  width: 46%;
  margin-bottom: 80px;
}

.about-right {
  position: relative;
  width: 46%;
  left: 50%;
}

.about-left-p{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 200%;
  color: #000000;
}

.about-right-p{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 150%;
  color: #000000;
}

#text{
    line-height: 0;
}
/* ========== SERVICES ============ */

/* .bgc-section{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
} */

.bgc-section{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.services_section-item{
  position: relative;
}

.services_section-h2{
  padding-top: 100px;
  text-align: center;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 118px;
}

.services_section-block{
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

/* .services_section-line{
  position: absolute;
  width: 182px;
  height: 182px;
  border: 1px solid #00A099;
} */

.services_item-p{
  /* margin-top: 60px; */
  margin-top: 45px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 180%;
  color: #000000;
  text-transform: uppercase;
}

.services_item-img{
  min-height: 240px;
  max-height: 240px;
  position: relative;
}

.services_section-realize{
  left: 35px
}

.services_section-sant{
  top: 5px;
  left: 12px;
}

.services_section-mount{
  top: 13px;
  right: 50px;
}

.services_section-key {
  top: 25px;
  left: 87px;
}



/* ======= WORKS ========== */


.works_section-blocks{
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 130px;
}

.works_section-blocks:nth-child(-n+2){
  margin-bottom: 100px;
}

.works-h2{
  padding-top: 100px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.works_item-img{
  margin-bottom: 50px;
  -webkit-transition: .5s;
  transition: .5s;
}

.works_section-block{
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 97px;
  margin-right: 30px;
}

.works_section-block:nth-child(2n){
  margin-right: 0px;
}


.works_item-img:hover{
  cursor: pointer;
  box-shadow: 8px 30px 50px rgba(0, 0, 0, 0.25);
}

.works_item-p{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 200%;
  color: #000000;
}

.works_item-span{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 200%;
  color: #000000;
}

.works_item-more{
  margin-top: 30px;
}

.works_item-more-a{
  position: relative;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 200%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000000;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;

}

.works_item-more-a:hover{
  color: #00A099;
}

.works_item-more-a:before{
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  content: url(/css/img/arrow-more.svg);
  top: -7px;
  right: -70px;
}

.works_item-more-a:hover:before{
  right: -80px;
}

.works_more-wrap{
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.works_more{
  position: relative;
  padding: 16px 24px;
  border: 1px solid #00A099;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;

  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: .5s;
  transition: .5s;
}

.works_more:hover{
  background-color: #00A099;
  color: #FFFFFF;
}

/* .works_more:before{
  transition: .5s;
  position: absolute;
  content: url(/css/img/btn-line1.svg);
  top: -33px;
  left: 50%;
}

.works_more:after{
  transition: .5s;
  position: absolute;
  content: url(/css/img/btn-line2.svg);
  bottom: -33px;
  right: 48%;
} */



.works_more:hover:after{
  bottom: -38px;
}

/* ================= privilege ==================== */

.privilege-bgc{
  background-repeat: no-repeat;
  background-position: center;
}

.privilege-h2 {
  
  padding-top: 100px; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 100px;
  margin-top: 50px;
}


.privilege-more-left{
  width: 46%;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 200%;
  color: #000000;
}

.privilege-more-right{
  width: 46%;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 200%;
  color: #000000;
}

.privilege_section-more{
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 95px;
}

.privilege-carts{
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 130px;
}

.privilege-cart{
  width: 25%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.privileges-cart{
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.privilege-cart img{
  margin-bottom: 35px;
}

.privilege-carted-one{
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

.privilege-carted-two{
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
}

.privilege-cart-title{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 20px;
}

.privilege-cart-desc{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #000000;
}



/* ============= PRICE =============== */


.price_section-blocks{
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}
.price_section-blocked{
  width: 30%;
  position: relative;
}

.price_section-more{
  display: none;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 45px;
  margin-bottom: 45px;
  position: relative;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 200%;
  color: #000000;
  margin-right: 20px;
}

.price_section-more img{
  cursor: pointer;
}

.price-more{
  display: none;
  -webkit-box-pack: center;
          justify-content: center;
}

.price-more img{
  width: 45px;
}

/* .price_section-more:before{
  position: absolute;
  content: url(/css/img/down-btn.svg);
  top: -10px;
  right: 65px;

} */

.price_section-item{
  box-shadow: 8px 30px 100px rgba(0, 0, 0, 0.25);
  /* height: fit-content; */
  z-index: 100;
  background-color: white;
}

.price_section-line {
  position: absolute;
  border: 1px solid #00A099;
  width: 100%;
  height:  var(--imgH);
  margin-left: 30px;
  margin-top: 30px;
  cursor: pointer;
  z-index: -1;
}

.price_section-bgc{
  width: 100%;
  height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 45px;
}

.price-h2{
  padding-top: 100px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 100px;
}

/* .price_section-sum-footer{
  padding-bottom: 44px;
} */

.price_section-wrap{
  position: relative;
  padding: 44px;
  padding-bottom: 0;
  background-color: #fff;
}


.price_section-h3{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 180%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  z-index: 105;
}

.price_section-p{
  display: -webkit-box;
  display: flex;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 15px;
}


.price_section-sum{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 200%;
  color: #000000;
  text-align: center;
}

.price-btn {
  background: #00A099;
  position: relative;
  bottom: -54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 16px 24px;
  box-shadow: 8px 10px 50px rgba(0, 0, 0, 0.25);
  border: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 22px;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: All 1s ease;
  transition: All 1s ease;
  z-index: 101;
}
.price_section-blocked:hover .price-btn{
  bottom: -34px;
}

.price-wrapper-p{
  position: relative;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  color: #000000;
  z-index: 100;
}





/* ====================== REVIEWS =================== */

#reviews{
  background-position: 0% 400%;
  background-repeat: no-repeat;
}

.section-reviews{
  background-image: url(css/img/bgc3.jpg);
  background-repeat: no-repeat;
  background-position: center 900px;
}


.reviews-h2{
  padding-top: 100px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  /* margin-bottom: 97px; */
}

.reviews-blocks{
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  flex-wrap: wrap;
  position: relative;
}

.reviews_left {
  position: absolute;
  top: 50%;
  left: -84px;
  z-index: 100;
  cursor: pointer;
}

.reviews_right{
  position: absolute;
  top: 50%;
  right: -84px;
  z-index: 100;
  cursor: pointer;
}

.reviews-item{
  width: 30%;
  min-height: 740px;
  padding: 80px;
  margin-left: 30px;
  margin-right: 30px;
  background: #FFFFFF;
  box-shadow: 9px 10px 28px rgba(0, 0, 0, 0.25);
}

.slick-list{
  padding-top: 100px;
  padding-bottom: 70px;
}


.reviews-item:nth-child(2n){
  margin-right: 30px;
  margin-left: 30px;
}

.review-header{
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.reviws-border{
  position: absolute;
  bottom: 0;
}

.review-header-imgs{
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.reviews-profile-img{
  width: 76px;
  height: 76px;
  border-radius: 50%;
}

.review-header{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 100%;
  color: #000000;
}

.view-header{
  margin-left: 40px;
}

.review-header-social{
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.review-header-social img{
  display: block;
}

.review-social-a{
  margin-left: 20px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #00A099;
}

.review-body-p{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 200%;
  color: #000000;
}

.review-body{
  min-height: 490px;
  max-height: 490px;
}

.scroll {
  width: 100%;
  height: 480px;
  padding-right: 30px;
  overflow: auto;
  float: left;
}

.scrolls::-webkit-scrollbar {
  width: 5px;
}
 
.scrolls::-webkit-scrollbar-thumb {
  background: #00A099; 
}

.all_reviews{
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding-bottom: 150px;
}

.all_reviews-btn{
  width: 177px;
  padding: 16px 22px;
  background-color: #FFFFFF;
  border: 1px solid #00A099;
  box-sizing: border-box;
  -webkit-transition: .5s;
  transition: .5s;
  

  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #000000;
}

.all_reviews-btn:hover{
  background-color: #00A099;
  color: #FFFFFF;
}

/* ============== CONTACTS ================ */


.contacts-h2{
  /* padding-top: 100px; */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 80px;
}

.container-contacts {
  padding-top: 0;
}

.contacts-blocks{
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  flex-wrap: wrap;
}

.contacts-geo-p{
  position: relative;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  color: #000000;
}

.contacts-geo {
  display: -webkit-box;
  display: flex;
}

.contacts-geo img {
  position: relative;
  top: 5px;
  left: -35px;
  width: 50px;
  height: 50px;
}

.contacts-links{
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-bottom: 42px;
}

.contacts-phone{
  position: relative;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 40px;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.contacts-phone:hover{
  color:#00A099;
  text-decoration: underline;
}


.contacts-links-ph {
  display: -webkit-box;
  display: flex;
}

.contacts-links-ph img {
  position: relative;
  top: -10px;
  left: -35px;
  width: 50px;
  height: 50px;
}



.contacts-mail{
  position: relative;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  color: #000000;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.contacts-mail:hover{
  color:#00A099;
  text-decoration: underline;
}

.contacts-links-ml {
  display: -webkit-box;
  display: flex;
}

.contacts-links-ml img {
  position: relative;
  top: -10px;
  left: -35px;
  width: 50px;
  height: 50px;
}



.contacts-social{
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}


.contacts-social-insta{
  position: relative;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 40px;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}


.contacts-social-insta:hover{
  color:#00A099;
  text-decoration: underline;
}

.contacts-social-inst {
  display: -webkit-box;
  display: flex;
}

.contacts-social-inst img {
  position: relative;
  top: -10px;
  left: -35px;
  width: 50px;
  height: 50px;
}

.contacts-social-vk{
  position: relative;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  color: #000000;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.contacts-social-vk:hover{
  color:#00A099;
  text-decoration: underline;
}

.contacts-social-vkontakte {
  display: -webkit-box;
  display: flex;
}

.contacts-social-vkontakte img {
  position: relative;
  top: -10px;
  left: -35px;
  width: 50px;
  height: 50px;
}



/* ============= FOOTER ============== */

.footer{
  background-color: #545050;
  width: 100%;
  padding-bottom: 15px;
}

.footer-map{
  height: 400px;
}

.footer-wrapper{
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  padding-top: 60px;
}

.footer-logo{
  display: block;
}

.footer-logos{
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.footer-links-wrapper{
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
 
}

.footer-links-wrapper a{
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.footer-links-wrapper a:hover{
  color: #00A099;
  text-decoration: underline;
}

.footer-links-rowOne{
  display: -webkit-box;
  display: flex;
}

.footer-links-rowTwo{
  display: -webkit-box;
  display: flex;
}

.footer-links{
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.footer-social-wrap{
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.footer-social-wrap a{
  display: block;
  color: #FFFFFF;
  -webkit-transition: .5s;
  transition: .5s;
}

.footer-social-wrap a:hover{
  color: #00A099;
  text-decoration: underline;
}

.footer-mail-links {
  margin-top: 10px;
}

.footer-links-rowOne{
  margin-bottom: 20px;
}


.footer-rowOne-a{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 35px;
}

.footer-rowTwo-a{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 35px;
}

.footer-social-wrap img{
  width: 24px;
  height: 24px;
  margin-right: 25px;
}

.footer-social-wrap a{
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 200%;
  color: #FFFFFF;
}





.footer-button{
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  padding: 16px 24px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
  background-image: -webkit-gradient(linear,right top, left top,from(transparent),color-stop(50%, transparent),color-stop(50%, #FFFFFF),to(#FFFFFF));
  background-image: linear-gradient(to left,transparent,transparent 50%,#FFFFFF 50%,#FFFFFF);
  background-position: 100% 0;
  background-size: 200% 100%;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
}

.footer-button:hover{
  background-position: 0 0;
  background-color: #fff;
  color: #545050;;
}


.footer-elbrus{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  margin-bottom: 11px;
}


.footer-politics{  
  display: -webkit-box;  
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 30px;
  padding-bottom: 30px;
}

.footer-politics-a{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: #FFFFFF;
  text-decoration: underline;
  -webkit-transition: .5s;
  transition: .5s;
}

.footer-politics-a:hover{
  color:#00A099;
}




.ww {
  display: -webkit-box;
  display: flex;
}

.ww img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding-bottom: 7px;
}

.ww p{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #E5E5E5;
  opacity: 0.5;
  -webkit-transition: .5s;
  transition: .5s;
}

.ww p:hover{
  opacity: 1;
}

.footer-logo{
  margin-left: 70px;
}


.br991{
  display: block;
}

.br768{
  display: block;
}

.br360{
  display: none;
}


/* =============== MODALS ============== */

.modal{
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  position: fixed;
  z-index: 155;
}

.popup {
  background-color: #fff;
  box-shadow: 10px 10px 0 1px #00A099;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 130;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  text-align: center;
  cursor: default;
}


.popup_form {
  width: 550px;
  height: 525px;
  position: relative;
  display: -webkit-box;
  display: flex;
  box-shadow: 8px 30px 50px rgba(0, 0, 0, 0.25);
  padding: 50px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

/* .popup_form-bgc{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  left: 20px;
  background: #00A099;
  box-shadow: 8px 30px 50px rgba(0, 0, 0, 0.25);
} */

.closebtn {
  width: 18px;
  position: absolute;
  top: 35px;
  right: 20px;
  cursor: pointer;
}

/* .modal_form-header-p{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 30px;
} */

.modal_form-header-p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 30px;
}

.modal_form-inputs{
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}

.modal_form-name{
  margin-bottom: 30px;
}

.modal_form-phone{
  margin-bottom: 30px;
}

/* .modal_form-btn{
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  border: none;
  background-color: #00A099;
  padding: 16px 24px;

  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 20px;
} */

.modal_form-btn {
  display: flex;
  justify-content: center;
  border: none;
  background-color: #00A099;
  padding: 16px 24px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 20px;
}

.modal_form-nm-wr{
  position: relative;
  width: 100%;
}

.modal_form-name{
  width: 100%;
  padding: 20px;
  padding-left: 60px;
  border: 1px solid #00A099;
  box-sizing: border-box;
  background-color: #fff;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #585858;
}

.modal_form-name::-webkit-input-placeholder{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #585858;
}

.modal_form-name::-moz-placeholder{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #585858;
}

.modal_form-name:-ms-input-placeholder{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #585858;
}

.modal_form-name::-ms-input-placeholder{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #585858;
}

.modal_form-name::placeholder{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #585858;
}

.modal_form-nm-wr:before {
  position: absolute;
  content: url(/css/img/name-form.svg);
  top: 19px;
  left: 15px;
}

.modal_form-ph-wr{
  position: relative;
  width: 100%;
}

.modal_form-phone{
  padding: 20px;
  padding-left: 60px;
  border: 1px solid #00A099;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #585858;
}

.modal_form-phone::-webkit-input-placeholder{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #585858;
}

.modal_form-phone::-moz-placeholder{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #585858;
}

.modal_form-phone:-ms-input-placeholder{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #585858;
}

.modal_form-phone::-ms-input-placeholder{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #585858;
}

.modal_form-phone::placeholder{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #585858;
}

.modal_form-ph-wr:before{
  position: absolute;
  content: url(/css/img/phone-form.svg);
  top: 19px;
  left: 15px;
}


/* ===== MODAL YES ===== */

.modal{
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  position: fixed;
  z-index: 160;
}

.popup {
  background-color: #fff;
  box-shadow: 10px 10px 0 1px #00A099;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 130;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  text-align: center;
  cursor: default;
}

.popup_yes{
  width: 450px;
  height: 226px;
  box-shadow: 10px 13px 0 2px #00A099, 8px 30px 50px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 130;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  text-align: center;
  cursor: default;
}

.modal_yes-header{
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
}

.closebtn-yes{
  width: 18px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.modal_yes-imgs{
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.modal_yes-header-p{
  position: relative;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  color: #000000;
  text-align: left;
}

.modal_yes-header-p-img{
  width: 50px;
  margin-right: 20px;
}

.modal_yes-header-span{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  color: #000000;
  text-transform: uppercase;
}


/* ===== MODAL WORKMIN */

.modal_workmin-block{
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 1200px;
  padding: 50px;
}

.modal_workmin-imgs{
  width: 85%;
}

.modal_workmin-img{
  margin-right: 20px;
  margin-bottom: 20px;
}

.modal_workmin-img:nth-child(4n){
  margin-right: 0;

}

.modal_workmin-img:nth-child(-n+4){
  margin-bottom: 0;
}

.container-slider {
  padding-bottom: 0;
}

.container-bgc {
  padding-top: 400px;
  padding-bottom: 437px;
}

.services_section-h2 {
  padding-top: 0;
  margin-bottom: 85px;
}

.container-about {
  padding-bottom: 0;
}

.container-works {
  padding-top: 0;
  padding-bottom: 0;
}

.works-h2 {
  padding-top: 0;
}

.container-privilege {
  padding-top: 0;
}

.privilege-wrapper {
  padding-top: 347px;
}

/* .privilege-h2 {
  padding-top: 347px;
} */

.container-price {
  padding-top: 0;
  padding-bottom: 0;
}


.error_page-section {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.error_page-content {
  text-align: center;
}

.error_page-title {
  display: flex;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 150%;
  color: #000;
}

.error_page-a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 150%;
  color: #00A099;
  text-decoration: underline;
  transition: .3s;
}

.error_page-a:hover{
  color: rgb(3, 185, 176);
}




.footer-cookie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 99;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  padding: 7px 46px;
  border: 1px solid #00A099;
  z-index: 100000;
}

.footer-cookie-x {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.6;
}

.footer-cookie-p {
  font-size: 12px;
  font-family: "OpenSans-Regular", "sans-serif";
  font-style: normal;
  font-weight: normal;
  margin-right: 20px;
  text-align: center;
}

.footer-cookie-a {
  color: #00A099;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: inline-block;
}

.footer-cookie-sgl {
  font-family: "OpenSans-Regular", "sans-serif";
  background-color: transparent;
  color: rgb(0, 175, 0);
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  border: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}


.modal-body-p{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 16px
}

.modal-body-a{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color:#00A099;
  transition: .5s;
}

.modal-body-a:hover{
  color:rgb(4, 196, 186);
  text-decoration: underline;
}

.brmodal{
  display: block;
}

.footer-social-wrap p{
  -webkit-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 200%;
  color: #FFFFFF;
}