@import url(https://fonts.googleapis.com/css?family=Roboto:300,regular,500,700,900&display=swap&subset=cyrillic-ext);
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 16px;
  
}

html,
body {
   
  height: 100%;
  min-width: 320px;
  
}

body {
  line-height: 1;
  font-family: "Roboto";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
   overflow-x: hidden;
}



@media screen and (max-width: 600px) {
    body {
        font-size:1.5em;
    }
    
}

input,
button,
textarea {
  font-family: "Roboto";
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}


a,
a:visited {
  
  text-decoration: none;
 
}

a:hover {
  text-decoration: none;
  
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

a {
  text-decoration: none;
  color: #000;
  display: block;
}

button {
  border: none;
  background: none;
  display: block;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  color: #000;
}
body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._container {
  max-width: 1200px;
  margin: 0 auto;
}

.header {
    
  z-index: 5;
  width: 100%;
  padding: 15px 0 15px;
  opacity: 1;
}
.header__btn {
   
  display: flex;
  justify-content: flex-start;
}
.header__btn a {
  opacity: 0.5;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
  font-family: Arial;
}
.header__en {
  margin: 0 11px 0 0;
}


/*

 #wpcf7-f40-o1{
    
  text-align: center;


margin: 5px;
padding: 10px;

font-family: Georgia, «Times New Roman», Times, serif;
color: #000;
}

#wpcf7-f40-o1 input,textarea {
border: 3px double #000;
} 
*/



.header_fixed {
  
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 1;
  transition: background-color 0.5s ease;
}

.form_btn {
  color: #ffffff;
  border-radius: 30px;
  background-color: #2971f5;
  font-size: 16px;
  font-weight: 700;
}

.btn {
  color: #ffffff;
  border-radius: 30px;
  background-color: #050505;
  font-size: 16px;
  font-weight: 700;
  margin-top: 35px;
  padding: 10px 10px;
  width: 100%;
}

.form_conf {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}

.form__text {
  font-size: 15px;
  line-height: 1.55;
  margin-top: 30px;
  text-align: center;
  font-weight: 300;
}

.active {
  opacity: 1 !important;
}

.footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #171717;
}
.footer__text {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.35;
}

/*modal-window*/
#wrapper-modal {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
}

#wrapper-modal.active {
  display: block;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: rgba(93, 100, 100, 0.95);
  opacity: 1.1;
}

#modal-window {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 491px;
  height: 503px;
  z-index: 50;
  background-color: #ffffff;
  z-index: 100;
}

#thx {
  font-size: 25px;
}

.btn-message-close {
  padding: 22px 50px;
  margin: 50px auto 0px;
}

#massage-for-user,
#message-for-user2 {
  display: none;
  padding: 70px;
  position: relative;
  top: 30%;
  left: 30%;
  z-index: 50;
  width: 600px;
  height: 268px;
  color: #000;
  background-color: #fff;
}

/*form*/
.form-book,
.form_conf {
  padding: 20px 17px 70px;
}

.form-book-input {
  border: solid 1px black;
  border-radius: 3px;
  outline: none;
  font-size: 17px;
  width: 100%;
  border-bottom: 1px solid #000;
  margin-top: 35px;
  padding: 16px 16px;
}

.form-paragrapw {
  font-weight: 500;
  font-size: 25px;
  margin: 0 auto;
  text-align: center;
}




.select-btn,
.form_btn {
  margin: 35px auto 0;
  padding: 10px 10px;
  width: 185px;
}

.btn-close {
  width: 15px;
  height: 15px;
  margin: 32px 0 0 445px;
}

figure {
  position: absolute;
  z-index: 2;
  width: 100%; /* ������ ������� */
  height: 312px; /* ������ ������� */
  margin: 0; /* �������� ������� */
  overflow: hidden; /* ������ ��� �� ��������� */
}

.header-bg {
  width: 100%;
  min-height: 312px;
  /* background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; */
}

.gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 312px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5));
}

.offer {
  position: relative;
  padding-bottom: 150px;
  z-index: 3;
}
/* .offer ::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 312px;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
  left: 0;
  z-index: 2;
} */
.offer__title {
  position: relative;
  z-index: 3;
  top: 50px;
  color: #fff;
  font-size: 52px;
  line-height: 1.23;
  font-weight: 600;
  padding: 24px 0 38px 0;
}
.offer__paragrapw {
  position: relative;
  z-index: 3;
  top: 20px;
  color: #fff;
  font-size: 22px;
  line-height: 1.55;
  font-weight: 300;
  
}

.section-2 {
  padding: 50px 0 30px;
}

.section-7 {
  padding: 10px 0 10px;
  
}



.section-7__text {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 300;
  
  text-align: center;
 
   margin: 5px auto 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  
   border-bottom: 1px solid #afafaf;
   border-top: 1px solid #afafaf; 
   width: fit-content;

}

.section-2__text {
  font-size: 20px;
  line-height: 1.55;
  font-weight: 300;
  text-align: start;

  margin: 20 auto;
  
  padding-bottom: 30px;
}
.section-2__block {
  border-bottom: 1px solid #afafaf;
}
.section-2__product {
  
  display: flex;
  align-items: center;
  margin-top: 40px;
}





.section-2__title {
  font-size: 28px;
  line-height: 1.17;
  font-weight: 600;
}
.section-2__paragrapw {
   
   margin-top: 7px; 
  color: #777;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.55;
 
}


.section-2__paragrapw2 {
  margin-top: 3px;
  margin-left: 7px;
  color: #777;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.55;
  

  
}

.section-2__btn {
    margin-left: 20px;
   
  border-radius: 30px;
  background-color: #ff1717;
  padding: 14px 37px;
  color: #fff;
  font-size: 13px;

}

.section-2__price {
 
  padding: 14px 37px;
  color: #C0C0C0;
  font-size: 40px;
  margin-left: 0px;
}




.section-2__OC {
   
  padding-bottom: 5px;
  margin: 20px 0 5px;
  display: flex;
  align-items: center;
}

.section-21__OC {
   
  padding-bottom: 0px;
  margin: 20px 0 5px;
  display: flex;
  align-items: center;
}

.section-3__OC {
   
  padding-bottom: 15px;
  margin: 2px 0 10px;
  display: flex;
  align-items: center;
}

.section-4__OC {
   
  padding-bottom: 15px;
  margin: 20px 0 10px;
  display: flex;
  align-items: center;
}


.section-lang__icon {
  width: 25px;
  height: 25px;
}

.section-2__icon {
  width: 25px;
  height: 25px;
}

.section-2__text-OC {
     margin-left: 4px; 
  margin-right: 15px; 
  font-size: 18px;
  line-height: 1.55;
  font-weight: 300;
}

.section-7__text-OC {
  margin-left: 10px;  
  font-size: 16px;
  line-height: 1.55;
  font-weight: 300;
}

.section-4__text-OC {
  margin-right: 15px;  
   margin-left: 1px;  
  font-size: 18px;
  line-height: 1.55;
  font-weight: 300;
}

.section-44__text-OC {
     margin-left: 1px; 
 margin-right: 15px;  
  font-size: 18px;
  line-height: 1.55;
  font-weight: 300;
}



.video__block {
    

  padding: 15px 0 25px;
  border-bottom: 1px solid #afafaf;
  
  max-width: 960px;
  margin: 15px auto 0;
}



.possibilities__block {
  padding: 50px 0 30px;
  
}

.section-7__block {
  padding: 5px 0 20px;
  
}

.section-8__block {
  padding: 5px 0 50px;
  
}



.possibilities__title {
  text-align: center;
  font-size: 32px;
  line-height: 1.23;
  font-weight: 600;
}
.heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.heading__number {
  color: #1f5bff;
  border: 1px solid #1f5bff;
  border-radius: 50%;
  padding: 0px 17px;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.heading__text {
  margin-top: 20px;
  padding-left: 40px;
  max-width: 712px;
  margin-top: 60px;
}
.heading__text_bord {
  padding-bottom: 40px;
  
 
}
.heading__title {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
}
.heading__paragrapw {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 300;
}

.page {
  flex: 1 1 auto;
}


.youtube {


    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    
}



.youtube .play {
    background: url('/configurator-pro/img/youtube-play-btn.png') no-repeat;
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.youtube:hover .play {
    background-position: 0 0;
}



.wpcf7 {

padding:5px 7px 7px 7px!important;
text-align:center;

font-size:17px;
}

.wpcf7-text{
border: solid 1px black;
  border-radius: 3px;
  outline: none;
  font-size: 17px;
  width: 500px;
  border-bottom: 1px solid #000;
  margin-top: 20px;
  padding: 16px 16px;
}

.wpcf7-email{
border: solid 1px black;
  border-radius: 3px;
  outline: none;
  font-size: 17px;
  width: 500px;
  border-bottom: 1px solid #000;
  margin-top: 20px;
  padding: 16px 16px;
}

.wpcf7-textarea{
border: solid 1px black;
  border-radius: 3px;
  outline: none;
  font-size: 17px;
  width: 500px;
  border-bottom: 1px solid #000;
  margin-top: 20px;
  padding: 16px 16px;
}

.pq1{
    font-size: 14px;
    text-align:center;
    
padding: 1px 1px 1px;
margin: 1px 1px 1px;

}

.pq1 a {
  display: inline !important;
}

.wpcf7-checkbox
{
    text-align:center;
  font-size: 16px;
    margin: 10px auto 0;
  display: flex;
  justify-content: center;
}

.wpcf7-submit{
    text-align:center;
  color: #ffffff;
  border-radius: 30px;
  background-color: #2971f5;
  font-size: 16px;
  font-weight: 700;
    margin: 2px auto 0;
  padding: 10px 10px;
  width: 185px;
  cursor: pointer;
  display: flex;
  justify-content: center;
}


.Screen1 {
  width: 100%;
  height: 620px;
  
  /* background-repeat: no-repeat;
  min-height: 312px;
  background-size: cover;
  background-position: center center; */
}





