html, body{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    overflow: auto;
    background-size: 100%;
}
* {
  box-sizing: border-box;
}
h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-align: left;
    font-size: 36px;
    line-height: 1em;
    margin-top: 48px;
}
h1 span{
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}
a{
  cursor: pointer;
}
a:hover{
  text-decoration: none;
}
h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: left;
    color: #a1a1a1;
}
h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: left;
    font-size: 1em;
    color: black;
}
video{
    width: inherit;
}
p{
    font-size: 16px;
    text-align: left;
    padding-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
header {
  position: fixed;
    top: 0;
  z-index: 99999;
  width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.85);
}
#bod{
  background: url(../images/desktop_back.png);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  background-size: 100%;
}
#ryad{
  background: url(../images/ryad_back.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.left{
    width: auto;
    float: left;
    display: inline-block;
}
.logo_nav{
    margin: 5px auto;
    text-align: left;
    display: inline-block;
    height: inherit;
}
.burger {
  vertical-align: top;
    margin: 0px 0px 0px 10px;
  position: relative;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 10px;
  height: 54px;
  width: 60px;
    display: inline-block;
  cursor: pointer;
  transform: rotateY(0);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.burger__patty {
  width: 28px;
  height: 2px;
  margin: 0 0 6px 0;
  background: white;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.burger__patty:last-child {
  margin-bottom: 0;
}
.burger--close {
  width: 40px;
  height: 30px;
  vertical-align: sub;
  transform: rotate(180deg);
}
.burger--close .burger__patty:nth-child(1) {
  transform: rotate(55deg) translate(7px, 6px);
    position: absolute;
    top: -2px;
    left: 11px;
    width: 20px!important;
}
.burger--close .burger__patty:nth-child(2) {
    position: absolute;
    top: -5px;
  opacity: 1;
}
.burger--close .burger__patty:nth-child(3) {
  transform: rotate(-55deg) translate(5px, -6px);
    position: absolute;
    top: 13px;
    left: 7px;
    width: 12px;
}
.logo img{
    width: inherit;
    margin: 0px auto;
    text-align: center;
}
.first{
    width: 24px;
}
.swiper-container-plansh{
  overflow: hidden;
}
.mob_slider{
  overflow: hidden;
}
.second{
    width: 20px;
}
.hide{
  display: none;
}
.glass{
  display: block;
  opacity: 0;
  margin: 0;
  height: 80px;
  width: 100%;
}
.close__x{
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  color: white;
  font-size: 30px;
  right: 20px;
}
.menu {
  position: fixed;
  width: 100%;
  visibility: hidden;
}
.burger--close .first,
.burger--close .second{
    width: 28px!important;
}
.menu--active {
    left: 0px;
  visibility: visible;
}
.menu__brand{
    display: none;
}
.menu__list {
  display: inline-block;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  float: none;
  width: 100%;
  height: 100%;
}
.menu__list {
  margin: 10px auto;
  padding: 0;
  background: rgba(0, 0, 0, 0.78);
  list-style-type: none;
}

.menu__brand {
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate3d(0, 100%, 0);
}
.menu__item {
    display: inline-block;
    opacity: 0;
  transform: translate3d(500px, 0, 0);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu__list--active{
    display: inline-block;
}
.menu__list--active header{
  background: rgba(0, 0, 0, 1);
}
.menu__item--active {
    opacity: 1;
  transform: translate3d(0, 0, 0);
}
.menu__item{
    padding: 10px 3% 10px;
}
.menu__link,.active {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  padding: 5px 0;
  color: white;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu__link:before {
  content: "";
  position: absolute;
  bottom: 0;
    opacity: 0;
  left: 0;
  width: 10px;
  height: 2px;
  transition: all 0.4s cubic-bezier(0.23, 0.1, 0.32, 1);
}
.active:before{
  content: "";
  position: absolute;
  bottom: 0;
  opacity: 1!important;
  left: 0;
  width: 90%;
  height: 2px;
  background: #cc6633;
}
.menu__link:hover:before,
.active:hover:before {
  width: 90%;
    opacity: 1;
    background: #cc6633;
}
.menu__link:hover{
    color: white;
}
.menu .menu__item:nth-child(1) {
  transition-delay: 0.1s;
}
.menu .menu__item:nth-child(2) {
  transition-delay: 0.2s;
}
.menu .menu__item:nth-child(3) {
  transition-delay: 0.3s;
}
.menu .menu__item:nth-child(4) {
  transition-delay: 0.4s;
}
.menu .menu__item:nth-child(5) {
  transition-delay: 0.5s;
}
.menu .menu__item:nth-child(6) {
  transition-delay: 0.6s;
}
.logo {
  width: 200px;
  height: 200px;
  display: block;
    text-align: center;
    line-height: 200px;
}
.fixed__left{
    position: absolute;
    height: 100%;
    width: auto;
    left: 1.5%;
}
.left__line{
    position: absolute;
    top: 19%;
    height: 40%;
    left: 1.5em;
    width: 1px;
    opacity: 0.8;
    border: 1px solid #ff6c00;
}
.fixed__right{
    position: absolute;
    height: 100%;
    width: auto;
    right: 1.5%;
}
.fixed__right a{
  transform: rotate(90deg);
    position: absolute;
    top: 51%;
    right: -4em;
    width: 200px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: white;
}
.fixed__right .active:before{
  opacity: 0!important;
}
.white__line{
    height: 15%;
    position: absolute;
    cursor: pointer;
    display: block;
    right: 3em;
    width: 1px;
    opacity: 0.5;
    bottom: 85px;
    transition: all 0.4s cubic-bezier(0.23, 0.1, 0.32, 1);
    border: 1px solid white;
}

#svg_6{
    fill: #d3761f;
}
#svg_5{
    fill: #d3761f;
}
.icons{
    position: absolute;
    bottom: 85px;
    left: 0.5em;
    display: block;
}

.icons a{
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.icons a svg{
    height: 28px;
    fill: #d3761f;
    width: 32px;
}
.top{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
    position: relative;
    background: url(../images/back_desktop.jpg) center center;
    background-clip: content-box;
    background-size: cover;
    background-repeat: no-repeat;
}
.top-text{
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    color: black;
    text-align: left;
    display: table;
}
.text{
    display: table-cell;
    vertical-align: middle;
}
.text h1{
  font-size: 48px;
}
.top-text h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    margin-bottom: 41px;
}
.top-text p{
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    line-height: 30px;
    font-size: 1.15em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.button{
    color: white;
    background: linear-gradient(-0.45turn ,#db791c, #b04826);
    box-shadow: 0 0 5px rgba(0,0,0,.55);
    height: 50px;
    width: auto;
    border: none;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 15px;
    padding-top: 5px;
    padding-left: 26.5px;
    padding-right: 26.5px;
    padding-bottom: 5px;
    border-radius: 35px;

}
.button:hover,
.button:focus{
    color: #db791c;
    background: white;
    transition: all 0.4s cubic-bezier(0.23, 0.1, 0.32, 1);
}
.right{
    float: right;
    display: inline-block;
    width: auto;
    text-align: center;
    align-items: center;
    vertical-align: middle;
    place-items: center center;
}
.right ul{
    display: inline-block;
    align-items: center;
    vertical-align: middle;
    margin: 0 auto;
    list-style: none;
}
.right ul li{
    padding: 15px;
    place-items: center center;
    margin: 0px auto;
}
.right ul li a{
    color: white!important;
    text-decoration: none;
    place-items: center center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}
.right a{
    display: inline-flex;
    width: auto;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    margin: 0px auto;
    place-items: center center;
    color: #d3761f!important;
    text-decoration: none;
}
.right a:hover #svg_6,
.right a:hover #svg_5,
.right a:hover,
.right a:focus #svg_6,
.right a:focus #svg_5,
.right a:focus{
    color: white!important;
    fill: white;
    transition: all 0.4s cubic-bezier(0.23, 0.1, 0.32, 1);
}
.right a svg{
    margin: 0 auto;
}
.upper{
    overflow: hidden;
    height: auto;
    width: 100%;
    margin: 87px auto;
}
.upper__text{
    width: 100%;
    display: block;
    position: relative;
    margin: 0px auto;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}
.upper__text h1{
    font-weight: 800;
    line-height: 1em;
}
.columns{
    padding-top: 5px;
}
.left__text{
    padding-top: 2em;
}
.right__text{
  float: right;
  width: 49%!important;
}
.left__text,
.right__text{
    display: inline-flex;
    width: 45%;
    font-weight: 400;
    vertical-align: bottom;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}
.left__text p,
.right__text p{
  line-height: 30px;
    padding-bottom: 20px;
}
.left_middle h1{
  margin-top: 0px;
}
.upper__middle{
    background: url(../images/photo_02.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 45%;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    position: relative;
}
.left__center_text{
    display: table;
    float: right;
    width: 48%;
    height: inherit;
    margin: 70px auto;
}
.left__text_block{
    display: table-cell;
}
.middle_upper{
    display: flex;
    padding-bottom: 9%;
    margin-top: 150px;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.right__middle{
    padding-top: 0px!important;
    float: right;
}
.left__middle,
.right__middle{
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    height: auto;
    display: inline-block;
    position: relative;
    width: 50%;
}
.left__middle p{
    padding-top: 40px;
    padding-bottom: 1.4em;
}
.numeric{
    display: inline-flex;
    width: 14%;
    background: url(../images/numeric_figure.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}
.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
}
.videoWrapper43 {
  padding-top: 75%;
}
.videoWrapper169 {
  padding-top: 56%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoPoster:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  margin: -40px 0 0 -40px;
  border: 5px solid #fff;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
.videoPoster:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -20px 0 0 -10px;
  border-left: 40px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
.videoPoster:hover:before, .videoPoster:focus:before {
  border-color: #f27e00;
}
.videoPoster:hover:after, .videoPoster:focus:after {
  border-left-color: #f27e00;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
.numeric h2{
    height: 120px;
    padding-top: 0.7em;
    padding-left: 0.27em;
    font-size: 2.8em;
}
.num__points{
    display: block;
    width: 100%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.num__points p{
    padding-left: 10px;
    width: 85%;
    display: inline-flex;
}
footer{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
    background: url(../images/footer_desktop.jpg) center center;
    font-family: 'Montserrat', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
}
.left__icon{
    float: left;
    padding-bottom: 5em;
    padding-top: 5em;
    display: block;
}
.right__icon{
  float: right;
  padding-bottom: 5em;
  padding-top: 5em;
  display: block;
}
.left__icon ul,
.right__icon ul{
    list-style: none;
    padding: 0px;
}
.right__icon ul li,
.left__icon ul li{
  text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
.right__icon ul li a,
.left__icon ul li a{
    color: #83796b;
    font-weight: 500;
    padding-left: 15px;
    text-decoration: none;
}
.right__icon ul li svg circle,
.right__icon ul li svg ellipse,
.right__icon ul li svg path,
.right__icon ul li svg line,
.left__icon ul li svg circle,
.left__icon ul li svg ellipse,
.left__icon ul li svg path,
.left__icon ul li svg line{
    stroke: #ce4b1b;
    fill: none;
}
.right__icon ul li svg image,
.left__icon ul li svg image{
    fill: #ce4b1b;
}
.social p{
    color: #b5a693;
}
.icon{
    display: inline-flex;
    width: 100%;
    height: auto;
    text-align: center;
    align-items: center;
    vertical-align: middle;
    place-items: center center;
}
.icon a{
    display: flex;
    width: 40px;
    margin: 5px auto;
    padding: 5px;
    border: 1px solid #ce4b1b;
    border-radius: 10px;
}
.icon a svg{
    height: 32px;
}
.fil1{
    fill: white!important;
}
.icon a svg circle,
.icon a svg ellipse,
.icon a svg path,
.icon a svg line{
    stroke: #ce4b1b;
    fill: #ce4b1b;
}
.icon a svg image{
    fill: #ce4b1b;
}
.contact__block{
    width: 100%;
    height: auto;
    color: white;
    overflow: auto;
    background: #b85a16;
}
#upBtn{
  position: fixed;
  right: 5%;
  bottom: 10%;
  width: 60px;
  display: none;
  z-index: 999;
  height: 60px;
}
#upBtn img{
  width: inherit;
  height: inherit;
}
.comments {
  position: relative;
  width: 100%;
  background: #fff;
  margin: auto;
  padding: 27px;
  box-sizing: border-box;
  top: 5em;
}

.comments::after {
  content: " ";
  display: table;
  clear: both;
}
.comments__form{
    text-align: left;
    align-items: center;
    padding: 86px 0% 86px 0%;
    vertical-align: bottom;
}
.comments__form h1{
  margin-top: 0;
}
.comments__form-text{
    margin-left: 10%;
    margin-right: 10%;
}
.comments__form-info,
.comments__form-text {
  width: 45%;
    display: inline-block;
}
.comments__form-text{
    width: 50%;
}

.comments__form-field {
  position: relative;
}
.comments__form-label {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  top: 0;
  left: 0;
  font-family: 'Montserrat', sans-serif;
    font-weight: 600;
  cursor: text;
  pointer-events: none;
}

.comments__form-label-text {
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.comments__form-input:focus::-webkit-input-placeholder {
   color: transparent;
}
.comments__form-input:focus + .comments__form-label .comments__form-label-text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.comments__form-input::placeholder{
    color: white;
    opacity: 0.4;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.comments__form-label::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: white;
  bottom: 1em;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.comments__form-input:focus + .comments__form-label::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.comments__form-input {
  position: relative;
  width: 100%;
  padding: 0.5em 0;
    background: transparent;
  border: 0;
    color: white;
  outline: 0;
  margin: 1em 0;
  border-bottom: 1px solid white;
  vertical-align: bottom;
  font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.comments__form-textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 110px;
}

.comments__form-submit {
  padding: 0.5em;
  margin: 1em 0;
  background: none;
  border: 3px solid #111;
  font: 700 1em 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  opacity: 0.25;
}

.comments__form-submit:hover {
  opacity: 1;
}
.checkout-modal-submit{
    display: inline-block;
}
.btn_form{
    margin-bottom: 20px;
    vertical-align: bottom;
    color: black;
    background: white;
    transition: all 0.4s cubic-bezier(0.23, 0.1, 0.32, 1);
}
.middle{
    width: 100%;
    height: auto;
    display: block;
    margin: 5% auto;
}
.left__points,
.right__points{
    display: inline-block;
    align-items: center;
    width: 50%;
    margin: 0 auto;
}
.right__points{
  float: right;
}
.points{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 120px;
    vertical-align: top;
}

.points__image{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    align-items: center;
    width: 50px;
}
.points__image img{
  max-width: 50px;
  max-height: 50px;
}
.large__photo{
  max-height: 50px;
}
.points__text{
    display: inline-block;
    padding-left: 15px;
    vertical-align: top;
    width: 75%;
}
.points__text h3{
  font-size: 24px;
}
.points__text p{
  font-size: 16px;
  padding-top: 0;
  line-height: 18px;
}
.perevagi{
    width: 100%;
    height: auto;
    background: url(../images/per_back.jpg) center bottom 15%;
    background-size: 100%;
    padding-top: 10%;
    padding-bottom: 5%;
    background-repeat: no-repeat;
}
.perevagi h1{
  margin-top: 0px;
  margin-bottom: 48px;
}
.point__text p{
  width: 100%;
}
.point{
    text-align: left;
    margin-bottom: 0.5%;
    min-height: 97px;
    margin-top: 0.5%;
    height: 100%;
}
.point__nmb{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 7%;
}
.point__nmb:before{
    content: "";
    position: absolute;
    bottom: 32%;
    background: linear-gradient(63deg, #b04826, #db791c);
    opacity: 1;
    left: 48%;
    width: 100%;
    transform: rotate(-52deg);
    height: 1px;
}
.point__nmb h2{
    font-size: 3em;
}
.point__text{
    margin-top: 2%;
    margin-left: 15px;
    vertical-align: bottom;
    display: inline-block;
}
.point__text p{
  line-height: 24px;
}
.model__ryad{
    margin: 85px auto;
    display: block;
    overflow: auto;
    position: relative;
}
.qube{
    width: 47%;
    height: 200px;
    position: relative;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
    display: inline-block;
}
.qube h3{
    font-size: 30px;
    width: 50%;
    padding-top: 1em;
    text-align: right;
    text-transform: uppercase;
    float: right;
}
.pryam{
    width: 100%;
    height: 193px;
    display: block;
    position: relative;
    margin-top: 29px;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
}
.pryam h3{
    font-size: 30px;
    width: 40%;
    padding-right: 1em;
    color: white;
    padding-top: 1em;
    text-align: right;
    text-transform: uppercase;
    float: right;
}
.right_block{
    display: inline-flex;
    width: 39%;
    float: right;
}
.big_qube{
    width: 100%!important;
    height: 429px;
    display: block;
    position: relative;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
}
.big_qube h3{
    font-size: 30px;
    width: 63%;
    padding-right: 1em;
    color: black;
    padding-top: 1em;
    text-align: left;
    text-transform: uppercase;
    float: right;
}
.model__btn{
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  vertical-align: middle;
  color: black;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}
.model__btn:hover,
.model__btn:focus{
  color: black;
}
.model__btn:before{
  content: "";
  width: 100%;
  height: 1px;
  opacity: 1;
  background: #cc6633;
  position: absolute;
  bottom: 0;
  left: 0;
}
.model__btn img{
  padding-left: 15px;
  vertical-align: middle;
  text-align: center;
  align-items: center;
}
.mid{
  position: relative;
}
.mid h1{
  font-weight: 700;
    margin-bottom: 48px;
}
.nagorodu h1{
  font-weight: 700;
}
.more{
    color: black;
    position: absolute;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 800!important;
    bottom: 0em;
}
.right_attr{
  right: 1em!important;
}
.left_attr {
  left: 1em;
}
.more:before{
    content: "";
    width: 100%;
    height: 1px;
    opacity: 1;
    background: #cc6633;
    position: absolute;
    bottom: 0;
    left: 0;
}
.montaz{
    margin: 86px auto;
    margin-top: 159px;
    overflow: hidden;
}
.montaz__text{
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
}
.montaz__text h1 span{
  text-transform: uppercase;
  font-weight: 700;
}
.montaz__text p{
    padding-top: 10%;
    font-size: 16px;
    padding-bottom: 10%;
}
.step{
  width: auto;
  margin: 0 auto;
  padding: 0!important;
}
.steps{
    margin-right: 13px;
    vertical-align: top;
    box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.1);
    max-width: 250px;
    height: 410px;
    padding: 0px;
    display: inline-block;
}
.steps img{
  max-width: inherit;
}
.steps p{
  padding-bottom: 10px;
    width: 100%;
}
.count__block{
  width: 100%;
  text-align: right;
  height: auto;
}
.counts{
    vertical-align: top;
    width: 100%;
    height: auto;
    padding-top: 86px;
    padding-bottom: 86px;
    background: #b85916;
}
.prana__count__text{
    vertical-align: top;
    float: left;
    display: inline-block;
}
.prana__count__text h1{
  margin-top: 0;
}
.points__text h3{
  width: 100%;
}
.count{
    vertical-align: top;
    display: inline-block;
    margin-left: 2%;
    margin-right: 2%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 60px;
    width: auto;
    color: white;
}
.num_animejs,
.num_animejs_rec,
.num_animejs_zm{
    line-height: 1em;
}
.count p{
    font-size: 18px;
    text-align: center;
}
.prana__count__text h1{
    color: white;
}
.nagorodu{
    height: 100%;
    width: 100%;
    position: relative;
    margin-top: 86px;
}
.nagorodu img{
  width: 100%;
  margin-top: -55px;
}
.for__arrow{
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.for__arrow a{
  position: absolute;
  bottom: 37px;
}
.model__top{
  text-align: left;
}
.model__page{
  margin: 10% auto;
}
.model__image{
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 40%;
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
}
.model__image img{
  width: inherit;
}
.model__text{
  vertical-align: top;
  display: inline-block;
  text-align: left;
  width: 45%;
}
.model__text h2{
  color: black;
  text-transform: uppercase;
  font-weight: 700;
}
.short__descr{
  margin-top: 25px;
  display: block;
  width: 100%;
  position: relative;
}
.short__descr p{
  text-align: left;
  cursor: default;
  margin: 0;
}
.short__descr p span{
  text-align: right;
  float: right;
}
.teh_danni p{
  text-align: left;
  position: relative;
  cursor: default;
  margin: 0;
}
.teh_danni p:before{
  content: "";
  position: absolute;
  bottom: 0;
  opacity: 0.5!important;
  left: 0;
  width: 100%;
  height: 0.1px;
  background: #cc6633;
}
.teh_danni p span{
  text-align: right;
  float: right;
}
.conf p{
  text-align: left;
  position: relative;
  cursor: default;
  margin: 0;
}
.conf p:before{
  content: "";
  position: absolute;
  bottom: 0;
  opacity: 0.5!important;
  left: 0;
  width: 100%;
  height: 0.1px;
  background: #cc6633;
}
.conf p span{
  font-weight: 700;
  font-size: 24px;
  text-align: right;
  color: #b34420;
  float: none;
  position: absolute;
  right: 0;
}
.swiper-pagination-bullet-active{
  border: 0.5px solid #ec6f07;
}
.for_btn{
  margin-top: 50px;
}
.modal__back{
  width: 100%;
  position: fixed;
  z-index: 9999999;
  top: 0;
  display: none;
  left: 0;
  height: 100vh;
  overflow: hidden;
}
.modal_b{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
  background: rgba(0,0,0,0.8);
}
.modal__active{
  display: block;
}
.modal{
  background: linear-gradient(45deg, #b14925, #db791d);
  width: 35%;
  height: auto;
  position: fixed;
  padding: 25px 25px 0px 25px;
  margin-left: auto;
  z-index: 999999999;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 20%;
  display: block;
}
.modal h1{
  color: white;
  text-align: center;
  text-transform: uppercase;
}
.modal__form{
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.text__block,
.info__block{
  width: 70%!important;
  margin: 0 auto;
  text-align: center;
  display: block!important;
}
.modal__submit{
  margin-top: 50px;
}
.modal__buttons{
  margin-top: 89px;
}
.modal__buttons ul{
  text-align: left;
}
.model__link{
  font-weight: 700;
  color: black!important;
}
.model__link.active{
  font-weight: 500!important;
}
.model__link.active:before{
  content: "";
  position: absolute;
  bottom: 0;
  opacity: 1!important;
  left: 0;
  width: 100%;
  height: 2px;
  background: #cc6633;
}
.model__link:hover:before,
.model__link.active:hover:before {
  width: 100%;
    opacity: 1;
    background: #cc6633;
}
#teh_danni_b.active:before{
  width: 80%;
  opacity: 1;
  background: #cc6633;
}
#conf_b.active:before{
  width: 50%;
  opacity: 1;
  background: #cc6633;
}
.block__active{
  display: block!important;
}
.opys,
.teh_danni,
.conf{
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}
.opys img{
  width: 100%;
}
.thank_you{
  height: 100vh;
  width: 100%;
  background: url(../images/thnk_back.png) left;
  background-repeat: no-repeat;
  background-size: auto 100%; 
  text-align: center;
  margin: 0px auto;
}
.thank__content{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.thank__content h1{
  font-size: 3em;
}
.thank__content h1,
.thank__content p{
  text-align: center;
}
.thank{
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  position: relative;
}
.thank img{
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0px auto;
}
.models{
  display: block;
  height: 100%;
  width: 100%;
  overflow: auto;
  margin: 0 auto;
  position: relative;
}
.model{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  max-width: 362px;
  position: relative;
  height: 473px;
  padding: 0px;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
}
.model__a{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 473px;
}
.model img{
  display: block;
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0px auto;
}
.mobiles{
  display: none;
}
.model_text{
  width: 100%;
  margin-top: 26px;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
}
.model_text h2{
  font-weight: 700;
  color: black;
  margin-bottom: 16px;
  font-size: 22px;
}
.model_text p{
  margin: 0 auto;
  padding: 0;
  font-size: 15px;
  display: block;
  overflow: auto;
}
.more__block{
  margin-top: 15px;
  display: block;
  position: relative;
  width: 100%;
}
.more__block a{
  font-size: 11px;
  position: relative;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: black;
  text-decoration: none;
}
.model_text a:before{
  content: "";
  position: absolute;
  bottom: 0;
  opacity: 1!important;
  left: 0;
  width: 100%;
  height: 2px;
  background: #cc6633;
}
.close{
  display: none;
}
.closed__ryad{
  display: none;
  width: 100%;
  overflow: auto;
  height: auto;
}
.open_ryad{
  display: block;
}
.mob{
  display: none;
}
.left_middle img{
    position: absolute;
    left: -40%;
    bottom: -40%;
    z-index: -9;
  }
.back__fig{
  position: absolute;
  left: -8%;
  top: -15%;
}
.plansh{
  display: none;
}
.hide{
  display: none!important;
}
.more__block{
  text-align: left;
}
.long,
.plansh .long{
  top: 10px;
}
.modal{
  padding: 0;
  padding-top: 72px;
  padding-bottom: 72px;
}
.modal h1{
  margin-top: 0;
}
@media all and (max-width: 1363px){
  .nagorodu h1{
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1131px){
  .modal__active .fixed__left{
    display: none!important;
  }
  .qube{
    width: 46%;
  }
  .montaz__text{
    width: 100%;
    height: auto;
  }
  .montaz__text p{
    padding: 0;
  }
  .mob{
    display: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .left__center_text{
    margin: 72px auto!important;
  }
  .left__center_text h1{
    margin: 0;
  }
  .left__center_text p{
    margin-bottom: 45px;
  }
}
@media all and (min-width: 1020px) {

  .comments { width: 970px; padding: 52px; }

  .comments__form-info,
  .comments__form-text { width: 30%; }
  .qube{
    width: 46%;
  }
  .big_qube h3{
    width: 75%;
  }
  .count__block{
    text-align: center;
  }
}
@media all and (max-width: 1020px) {
  .prana__count__text{
    text-align: center;
    float: none;
    margin-bottom: 35px;
  }
  .qube{
    width: 46%;
  }
  .big_qube h3{
    width: 75%;
  }
  .prana__count__text{
    text-align: center;
    float: none;
    margin-bottom: 35px;
  }
  .count__block{
    text-align: center;
  }
}
@media all and (max-width: 989px) {
  .right_block{
    width: 100%;
    display: block;
    float: none;
  }
  .left{
    float: none;
    width: 100%!important;
  }
  .left__points,
  .right__points{
    display: block;
    align-items: center;
    width: 100%;
    padding: 0%;
  }
  .qubes{
    width: 45%;
    display: inline-block;
  }
  .qube{
    width: 100%;
    height: 200px;
    margin-bottom: 23px;
    display: block;
    float: none!important;
    margin-left: 0px!important;
    margin-right: 0!important;
  }
  .pryam{
    height: 424px;
    float: right;
    width: 50%;
    margin-top: 0;
    vertical-align: top;
    display: block;
    position: relative;
    background: url(../model_images/200_g_mob.jpg) center left!important;
    background-repeat: no-repeat!important;
    background-size: auto 100%!important;
  }
  .pryam h3{
    float: left!important;
    text-align: left;
    width: 75%;
    padding-left: 1em;
    padding-top: 1em;
  }
  .big_qube{
    display: none;
  }
}
@media all and (max-width: 980px){
  .right{
    width: 100%;
    float: left;
    text-align: left;
  }
  .right ul{
    padding-left: 0;
  }
  .right ul li{
    padding: 0;
  }
  .right ul li a{
    display: block;
    float: left;
  }
  div.menu__brand{
      display: none;
  }
    ul.menu__list{
    float: none;
    width: 100%;
    min-height: 0;
  }
  .left{
    text-align: left;
  }
  ul.menu__list--active,
div.menu__brand--active {
    transform: translate3d(0, 0, 0);
  }
  .menu__list {
    height: 75vh;
    transform: translate3d(-100%, 0, 0);
  }
  .menu__list--active {
      transform: translate3d(0, 0, 0);
    }
  .menu__link {
    font-size: 24px;
  }
  .menu {
      position: fixed;
      top: 0;
      width: 100%;
    }
  .menu__brand {
    height: 25vh;
    transform: translate3d(100%, 0, 0);
  }
  .menu__brand .logo {
    width: 90px;
    height: 90px;
  }
  .burger--close {
  transform: rotate(180deg);
   position: absolute;
    right: 25px;
    top: 25px;
    }
    .menu__brand--active {
        transform: translate3d(0, 0, 0);
    }
    .menu__brand, .menu__list {
      display: flex;
      flex-flow: column wrap;
      align-items: center;
      justify-content: center;
      float: left;
      width: 50%;
      height: 100vh;
      overflow: hidden;
    }
  h1{
    font-size: 24px;
  }
  .model__page{
    margin: 15% auto;
  }
  .modal__form{
    margin-top: 48px!important;
    margin: 0px auto!important;
  }
  .plansh.modal__buttons,
  .mobiles.modal__buttons{
    margin-top: 0;
    text-align: left;
    padding-bottom: 34px;
  }
  .mobiles.teh.active:before,
  .plansh.teh.active:before,
  .mobiles.modal__buttons.con.active:before,
  .plansh.con.active:before{
    width: 100%!important;
  }
  .mobiles.modal__buttons.menu__link:before,
  .plansh.modal__buttons.menu__link:before,
  .mobiles.modal__buttons.con:before,
  .plansh.modal__buttons.con:before{
    content: "";
    position: absolute;
    bottom: 0;
    opacity: 1!important;
    left: 0;
    width: 100%;
    height: 2px;
    background: #cc6633;
  }
  .modal{
    top: 15%;
  }
  .modal__info__block,
  .modal__text__block{
    width: 100%!important;
  }
  .opys, .teh_danni, .conf{
    padding-bottom: 20px;
  }
  .teh_danni p span,
  .mob .teh_danni p span{
    width: 60%;
    position: absolute;
    right: 0;
    float: none;
    top: 7px;
  }
  .clear{
    padding: 20px;
  }
  .model__top{
    margin-bottom: 71px;
  }
  .icons{
    left: 0;
  }
  .left__icons{
    width: 40%;
    float: left;
    height: auto;
    padding: 5px;
  }
  .conf p span{
    position: absolute;
    right: 0;
    top: 0;
  }
  .plansh{
    display: block;
  }
  .models h1{
    font-size: 24px;
    margin-top: 0;
    font-weight: 500;
  }
  .model_text{
    padding-left: 5%;
    padding-right: 5%;
  }
  .under_p{
    padding-top: 2px;
    font-size: 14px;
    margin-bottom: 33px;
  }
  .mob.point__text{
    width: auto!important;
    margin-top: 2%!important;
    margin-left: 15px!important;
    vertical-align: bottom;
    display: inline-block!important;
  }
  .mob.model__btn{
    width: auto;
    right: unset;
    left: 0; 
  }
  .mob__main{
    position: absolute;
    bottom: 15%;
  }
  .top{
    background: url(../images/back_desktop.jpg) center left 70%;
    background-size: auto 100%;
  }
  .left__icon ul, .right__icon ul{
    margin: 0;
  }
  .left__text p{
    position: relative;
    padding-bottom: 5px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .abs{
    position: absolute;
    top: -20px;
    right: 10%;
  }
  .social{
    display: none;
  }
  .right__icon{
    float: right;
    width: auto;
    padding-bottom: 0;
  }
  .left__icon{
    float: left;
    width: auto;
    margin-bottom: 20%;
    padding-bottom: 0;
  }
  .burger{
    position: absolute;
    top: 25px;
    transform: scaleX(-1);
    right: 30px;
  }
  .middle_row{
    margin-top: 0!important;
  }
  .point__nmb h2{
    font-size: 32px;
  }
  .perevagi{
    padding-bottom: 70%;
    background: url(../images/cop_PRINT.png) left 50% bottom;
  }
  .left__center_text{
    margin: 72px auto;
  }
  .left__center_text h1{
    margin: 0;
  }
  .mob_slider{
    display: none;
  }
  .plansh{
    position: relative;
    overflow: hidden;
  }
  .plansh .swiper-slide{
    width: auto!important;
    padding-bottom: 40px;
  }
  .for_mobile{
    display: none!important;
  }
  .btn_form{
    margin-bottom: 0;
  }
  .prana__count__text{
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .prana__count__text h1{
    text-align: center;
  }
  .prana__count__text h1 span{
    font-size: 34px;
  }
  .left_middle{
    margin-top: 73px;
  }
  .comments__form{
    margin: 73px auto;
    padding: 0;
  }
  .comments__form h1{
    font-size: 22px!important;
    text-align: center;
  }
  .comments__form h1 span{
    font-size: 30px;
  }
  .montaz__text{
    width: 100%;
    height: auto;
  }
  .numeric h2{
    font-size: 30px;
    height: auto;
  }
  .left_middle img{
    position: absolute;
    left: -5%;
    top: 57%;
    bottom: unset;
    width: 90%;
    z-index: -9;
  }
  .middle_upper{
    margin-top: 9%;
  }
  .upper__text h1{
    width: 65%;
    margin-left: 10%;
  }
  .left__middle{
    margin-bottom: 20%;
  }
  .back__fig{
    position: absolute;
    top: -14%;
    left: 0;
  }
  .upper{
    margin: 91px auto;
    padding-top: 0;
  }
  .nagorodu img{
    margin-top: 67px;
  }
  .montaz__text p{
    padding-bottom: 0;
    padding-top: 0;
  }
  .numeric{
    background: unset;
    position: relative;
  }
  .numeric:before{
    content: "";
    position: absolute;
    bottom: 20%;
    background: linear-gradient(63deg, #b04826, #db791c);
    opacity: 1;
    left: 35%;
    width: 46%;
    transform: rotate(-52deg);
    height: 1px;
  }
  .num__points p{
    width: 86%;
    padding-left: 60px;
    padding-top: 0;
  }
  .points{
    margin: 40px auto;
  }
  .points__image{
    display: block;
    margin: 20px auto;
    width: 120px;
  }
  .points__image img{
    max-height: 120px;
    max-width: 120px;
  }
  .middle{
    text-align: center;
  }
  .middle h1,
  .middle p{
    text-align: center;
  }
  .middle p{
    margin-bottom: 0;
  }
  .left__middle, .right__middle{
    float: none;
    display: block;
    width: 100%;
  }
  .perevagi{
    background-repeat: no-repeat;
  }
  .count{
    margin: 34px auto;
    width: 100%;
  }
  .model__ryad{
    display: block;
    overflow: unset;
    padding-bottom: 20px;
  }
  .prana__count__text{
    float: none;
    margin-top: 72px;
  }
  .desk{
    display: none!important;
  }
  .mob{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .models{
    margin: 75px auto;
    margin-top: 20%;
  }
  .montaz__text button{
    display: none;
  }
  .count__block{
    text-align: center;
    margin-top: 34px;
  }
  .montaz__text p{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .model__btn{
    bottom: -50px;
    top: unset;
  }
  .points__text{
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .points__text h3,
  .points__text p{
    text-align: center;
    margin: 0 auto;
  }
  .montaz__text button{
    float: none!important;
  }
  .steps{
    display: block;
    text-align: center;
    margin: 0;
  }
  .fixed__right{
    display: none;
  }
  .left__line{
    display: none;
  }
  .qubes{
    width: 45%;
    display: inline-block;
  }
  .checkout-modal-submit{
    display: block;
    text-align: center;
    margin-top: 73px;
  }
  .right a{
    display: none;
  }
  .left{
    float: none;
    width: 100%!important;
  }
  .right ul li a{
    display: block;
    float: left;
  }
  .right_block{
    width: 100%;
    display: block;
    float: none;
  }
  .left__points,
  .right__points{
    display: block;
    align-items: center;
    width: 100%;
    padding: 0%;
  }
  .qube{
    width: 100%;
    height: 200px;
    margin-bottom: 23px;
    display: block;
    float: none!important;
    margin-left: 0px!important;
    margin-right: 0!important;
  }
  .pryam{
    height: 424px;
    float: right;
    width: 50%;
    margin-top: 0;
    vertical-align: top;
    display: block;
    position: relative;
    background: url(../model_images/200_g_mob.jpg) center left!important;
    background-repeat: no-repeat!important;
    background-size: auto 100%!important;
  }
  .pryam h3{
    float: left!important;
    text-align: left;
    width: 75%;
    padding-left: 1em;
    padding-top: 1em;
  }
  .big_qube{
    display: none;
  }
  .comments__form-info, .comments__form-text{
    width: 100%;
  }
  .mobiles{
    display: none!important;
  }
  .comments__form-text{
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .model__image,
  .model__text{
    width: 100%;
    display: block;
  }

}
@media all and (max-width: 768px) {
  .modal{
    width: 85%;
  }

  div.menu__brand{
      display: none;
  }
    ul.menu__list{
    float: none;
    width: 100%;
    min-height: 0;
  }
  .point__text p{
    padding-top: 0;
  }
  ul.menu__list--active,
div.menu__brand--active {
    transform: translate3d(0, 0, 0);
  }
  .menu__list {
    height: 75vh;
    transform: translate3d(-100%, 0, 0);
  }
  .top-text h1{
    font-size: 2.2em;
  }
  .menu__list--active {
      transform: translate3d(0, 0, 0);
    }
  .left{
    width: 100%;
    text-align: left;
  }
  .fixed__left{
    width: 100%;
    border-top: 1px solid #b85916;
    height: auto;
    background: rgba(0,0,0,0.85);
    position: fixed;
    z-index: 9999999;
    bottom: 0px;
    left: 0;
  }
  .icons{
    width: 100%;
    bottom: 0;
    opacity: 1!important;
    position: relative;
    display: inline-block;
  }
  .icons a{
    width: 30%;
    padding: 10px;
    display: inline-block;
  }
  .upper__text{
    padding-left: 0;
  }
  .left__text, .right__text{
    display: block;
    width: 100%;
  }
  .left__middle, .right__middle{
    width: 100%;
    float: none;
  }
  .right{
    width: 100%;
    float: left;
    text-align: left;
  }
  .right ul{
    padding-left: 0;
  }
  .right ul li{
    padding: 0;
  }
  .right ul li a{
    display: block;
    float: left;
    padding: 5px;
  }
  .menu__link {
    font-size: 24px;
  }
  .menu {
      position: fixed;
      top: 0;
      width: 100%;
    }
  .upper__middle{
    background: url(../images/upper__midle_mob.jpg) top;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .left__center_text{
    display: block;
    float: none;
    text-align: center;
    width: 100%;
    color: white;
  }
  .left__center_text h1{
    text-align: center;
  }
  .left__center_text p{
    text-align: center;
  }
  .menu__brand {
    height: 25vh;
    transform: translate3d(100%, 0, 0);
  }
  .menu__brand .logo {
    width: 90px;
    height: 90px;
  }
  .burger--close {
  transform: rotate(180deg);
   position: absolute;
    right: 25px;
    top: 25px;
    height: 15%;
    }
    .menu__brand--active {
        transform: translate3d(0, 0, 0);
    }
    .menu__brand, .menu__list {
      display: flex;
      flex-flow: column wrap;
      align-items: center;
      justify-content: center;
      float: left;
      width: 50%;
      height: 100vh;
      overflow: hidden;
    }
}
@media all and (max-width: 500px){
  ul.menu__list--active{
    margin: 0;
  }
  .left__logo{
    padding: 0!important;
  }
  .burger{
    top: 0px;
  }
  .counts{
    padding-top: 73px;
    padding-bottom: 53px;
  }
  .prana__count__text{
    margin-top: 0;
  }
  .model__page{
    margin: 10% auto;
  }
  .modal{
    top: 10%;
  }
  .right ul li a{
    padding: 0; 
  }
  .mobiles{
    display: block!important;
  }
  .models{
    margin: 75px auto;
    margin-top: 37%;
  }
  .short__descr{
    margin-top: 10px;
  }
  .short__descr p{
    padding-top: 5px;
    font-size: 12px;
  }
  .model__page{
    margin: 30% auto;
  }
  .left__icons{
    width: 55%;
  }
  .middle h1{
    margin-top: 73px;
  }
  .middle p{
    line-height: 20px;
  }
  .left_middle img{
    width: 120%;
    left: -15%;
  }
  .right__icon{
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  .left__icon{
    float: none;
    width: 100%;
    margin-bottom: 20%;
    padding-bottom: 0;
    padding-top: 0;
  }
  .points__text p{
    padding-top: 9px;
  }
  .count{
    margin: 20px auto;
  }
  .nagorodu h1{
    text-align: center;
  }
  .point{
    position: relative;
    min-height: auto!important;
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .perevagi{
    padding-top: 0;
  }
  .top-text h1{
    margin: 0;
  }
  .montaz__text p{
    line-height: 21px;
    padding-top: 10px;
    padding-bottom: 25px;
  }
  .mob h3{
    font-weight: 500;
  }
  .mob__main{
    position: absolute;
    bottom: 14%;
  }
  .back__fig{
    top: -11%;
  }
  .left__text{
    position: relative;
  }
  .abs{
    position: absolute;
    top: -10px;
    right: 0;
  }
  .left__text p{
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 14px;
    padding-top: 10px;
  }
  .numeric h2{
    margin-bottom: 0;
  }
  .num__points p{
    font-size: 13px;
    margin-bottom: 0;
  }
  .top{
    background: url(../images/mob_main.png) bottom 50px center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .text{
    display: block;
    position: absolute;
    bottom: 5%;
  }
  .comments__form h1{
    line-height: 25px;
  }
  .mob_slider{
    margin: 0 auto;
    text-align: center;
  }
  .video__source{
    margin: 106px auto;
  }
  .steps{
    max-width: 300px;
    height: 440px;
    margin: 0 auto;
  }
  .steps img{
    width: 100%;
  }
  .mob_slider .swiper-slide{
    width: unset;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .left__center_text p{
    font-size: 14px;
  }
  .left__middle p{
    font-size: 14px;
  }
  .point__nmb{
    width: 15%;
    position: absolute;
    top: -2px;
  }
  .point__nmb h2{
    margin-bottom: 0;
  }
  .point__nmb:before{
    bottom: 0%;
    right: 0%;
    left: 30%;
    width: 100%;
  }
  .point__text p{
    margin-bottom: 0;
  }
  .point__text{
    margin-left: 64px;
    margin-top: 0;
  }
  .num__points{
    padding-bottom: 0;
    padding-top: 35px;
  }
  .mob.point__text{
    margin-left: 64px!important;
  }
  .numeric{
    position: absolute;
    top: -8px;
  }
  .middle_upper{
    margin-top: 0;
    padding-bottom: 0;
  }
  .numeric:before{
    left: 55%;
    bottom: 8px;
    width: 100%;
    transform: rotate(-55deg);
  }
  .perevagi{
    background: url(../images/rec_back_mobile.png) bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 55%;
  }
  .left_middle img{
    top: 72%;
  }
  .right__middle{
    margin-bottom: 73px;
    margin-top: 60px;
  }
  .model__ryad{
    margin: 73px auto;
  }
  .qube{
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
  }
  .upper__text h1{
    margin-left: 25%;
  }
  .mob_slider{
    position: relative;
    display: block;
  }
  .right_attr{
    right: 1.6em!important;
  }
  .left_attr{
    left: 1.6em!important;
  }
  .pryam h3{
    padding-left: 0.5em!important;
  }
  .upper__middle{
    background: url(../images/upper__midle_mob.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .plansh{
    display: none;
  }
  .qubes{
    width: 100%;
    display: block;
  }
  .pryam{
    height: 350px;
    float: none;
    width: 100%;
    margin-top: 0;
    vertical-align: top;
    display: block;
    position: relative;
    background: url(../model_images/200_g_mob.jpg) center left!important;
    background-repeat: no-repeat!important;
    background-size: 100% auto!important;
  }
  .model__btn{
    width: auto;
    left: 0;
    right: unset;
  }
  .montaz{
    margin: 128px auto;
    margin-bottom: 73px;
    margin-top: 128px;
  }
  .count__block{
    margin-bottom: 0px;
  }
  .nagorodu{
    margin-top: 73px;
  }
  .left__icon{
    margin-bottom: 110px;
  }
  .right__icon{
    padding-top: 73px;
    text-align: center;
  }
  .left__icon ul, .right__icon ul{
    width: 56%;
    margin: 0 auto;
  }
  .right__icon ul li, .left__icon ul li{
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
  }
  .right__icon ul li a, .left__icon ul li a{
    text-align: left;
  }
}
@media all and (max-height: 667px){
  .modal{
    top: 0;
  }
}