 @import url(basic.css);


 header {

  margin: 0;
  padding: 0;
  position: relative;
  background: url(../images/header.jpg) center center no-repeat;
  background-size: cover;
 }




 .header-overlay {
  background: rgba(255, 255, 255, 0.8);

  padding: 30px 15px 90px;
 }


 header:after {
  display: block;
  content: '';
  position: absolute;
  height: 76px;
  width: 100%;
  background: url(../images/header-bottom.png) center center no-repeat;
  background-size: 100% 76px;
  bottom: 0;
  left: 0;


 }

header h1 {
 margin: 15px auto 25px;
 font-size: 24px;
 line-height: 28px;
 text-align: center;
 font-weight: 700;
 color: var(--color1);
 
}
 .logo-flex, .h1-flex{
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 }
 
 
 .logo-flex img {
  width:90%;
  max-width:  400px;
  display: block; 
 height: auto;
 
 }

 .header-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 15px;
 }


 .header-contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
 }

 .header-contacts .header-phone,
  .header-contacts .header-email,
 .header-contacts .header-address p {
  text-align: right;
 }

 .header-contacts .header-phone {
  font-size: 20px;
  font-weight: 700;
  color: var(--color1);
  display: block;
 }

 .header-contacts .header-phone:hover {
  color: var(--color2);
 }

 .header-contacts .header-email {
  font-size: 16px;
  font-weight: 400;
  color: var(--color1);
  display: block;
 }

 .header-contacts .header-phone:hover {
  color: var(--color2);
 }
 
 
 .header-contacts .header-address {
  margin: 5px 0;
 }

 .header-contacts .header-address p {
  margin: 5px auto;
  color: #555;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
 }

 .header-getcall-flex {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0;
 }

 .header-getcall {
  display: block;
  padding: 10px 20px;
  background: var(--color2);
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6)
 }

 .header-getcall:hover {
  background: var(--color3);
 }

.header-round-links {
 display: flex;
 gap: 10px;
 justify-content: flex-end;
 margin-top: 15px ;
 margin-bottom: 15px ;
}

 .header-round-links a {
  display: block;
  width: 40px;
  height: 40px;
  /*background-color: var(--color1);*/
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.5);
  /*animation: 5s ease-in-out 0s infinite rainbow;*/
  transition: all 0.1s
 }


 .header-round-links a:hover{
  transform: scale(1.1);
 }
 
 
 .header-round-links a.phone {
  background-image: url(../images/icons/phone.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-color: var(--color2);
 }



 .header-round-links a.whatsapp {
  background-image: url(../images/icons/whatsapp.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-color: #25D366;
 }


 .header-round-links a.telegram{
  background-image: url(../images/icons/telegram.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-color: #0088CC;
 }

 .header-round-links a.max{
  background-image: url(../images/icons/max2.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 30px; 
  background-color: #503ced;
 }




header .main-grid {
 display: grid;
 gap: 15px;
 grid-template-columns: 3fr 1fr;
}

header .main-grid .photo{
 display: flex;
 flex-direction: column;
 justify-content: center;
 
}


header .main-grid .photo img{
 display: block;
 border: 6px solid #fff;
 border-radius: 50%;
 box-shadow: 1px 1px 15px 4px rgba(0,0,0,0.3);
 max-width: 270px;
 margin: 0 auto;
}


.header-photo {
 display: block;
 margin: 20px auto;
 max-width: 300px;
 border-radius: 30px;
}

 .header-slogans {
  margin: 10px auto;
 }

 .header-slogans .slogan1 {
  margin: 10px auto;
  font-size: 18px;
  line-height: 18px;
  color: #555;
  text-align: center;
  font-weight: 700;
 }

 .header-slogans .slogan1 p {
  margin: 5px auto;
  font-size: 16px;
  line-height: 18px;
  color: #555;
  text-align: center;
 }


 .header-slogans .slogan1 p a{
  color: var(--color1);
  font-size: 18px;
 }
 
 
  .header-slogans .slogan1 p a:hover{
  color: var(--red);
  text-decoration: underline
 }
 
 
 .header-slogans .slogan2 {
  margin: 20px auto;
    max-width: 800px;
 }

 .header-slogans .slogan2 p {
  margin: 5px auto;
  font-size: 20px;
  line-height: 20px;
  color: #666;
  text-align: center;
  font-weight: 700;
 }


 .header-slogans .slogan3 {
  margin: 20px auto;
  max-width: 800px;
 }

 .header-slogans .slogan3 p {
  margin: 10px auto;
  font-size: 18px;
  line-height: 18px;
  color: #555;
  text-align: center;
  font-weight: 500;
 }


 .home-title1 {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #777;
  margin: 20px auto;
  text-transform: uppercase;
 }

 .home-services {
  margin: 30px auto;
 }

 .home-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
 }

 .home-services-grid .one-service {}


 .home-services-grid .one-service1 {
  background: var(--color1);
 }

 .home-services-grid .one-service2 {
  background: #53699a;
 }

 .home-services-grid .one-service3 {
  background: #935771;
 }

 .home-services-grid .one-service .title {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  padding: 30px 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.7);
  text-transform: uppercase
 }

 .home-services-grid .one-service ul {
  display: block;
  margin: 30px 15px 40px;
  list-style-type: square;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
 }

 .home-services-grid .one-service ul li {
  margin: 15px auto;
  text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.7);
 }

 .home-test {
  margin: 30px auto 0;
 }

 .home-test-img {
  margin: 0px auto 0;
  display: block;
 }



 .home-test-p {
  display: block;
  margin: 15px auto;
  font-size: 21px;
  line-height: 21px;
  font-weight: 700;
  color: var(--color2);

 }

 .home-test-p span {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
 }


 .home-test-form .question-item {
  margin: 30px auto;
  display: none;
 }




 .home-test-form .question-item p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
 }

 .home-test-form .radio-item {
  display: flex;
  gap: 20px;
  margin: 15px 15px 15px 25px;
 }

 .home-test-form .radio-item input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: var(--color2);
 
 }

 .home-test-form .radio-item label {
  font-size: 16px;
  line-height: 16px;
  color: #555;
  font-weight: 700;
 }


 .home-test-form .next-question {
  display: block;
  padding: 15px 95px 15px 15px;
  color: #fff;
  margin: 20px auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  background: #ddd url(../images/next-step.png) right 15px center no-repeat;

  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
 }

 .home-test-form input[type="text"] {
  display: block;
  width: 100%;
  padding: 5px 10px;
  background: #eee;
  font-size: 20px;
  line-height: 20px;
  margin: 5px auto;
  border: 1px solid #ccc;
 }

 .home-test-form input[type="text"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1;
  /* Firefox */
 }



 .home-test-form input[type="text"]:focus {
  background: var(--color1);
  color: #fff;
 }






 .home-test-form .next-question.active {

  background-color: var(--color3);
 }

 .home-test-form input[type="submit"] {
  display: block;
  padding: 15px 95px 15px 15px;
  color: #fff;
  margin: 20px auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  background: var(--color3) url(../images/next-step.png) right 15px center no-repeat;

  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
  transition: all 0.15s;
 }


 .home-test-form input[type="submit"]:hover {
  background-color: var(--color1)
 }


 .home-faq {
  min-height: 500px;
  background: url(../images/brands-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  margin: 0;
  padding: 0;
 }



 .home-faq-overlay {
  position: relative;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 30px 15px;
 }


 .home-faq .faq-item {
  margin: 20px auto;
 }


 .home-faq .faq-item .question {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  margin: 20px auto;
  text-align: center;
 }


 .home-faq .faq-item .answer {
  color: #fff;
  font-weight: 100;
  font-size: 16px;
    text-align: center;
 }

.brands-grid {
 display: grid;
 gap: 10px;
 grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
 margin: 20px auto;
}

.brands-grid .item img {
 display: block;
 margin: 0 auto;
 width: 100%;
 transition: all 0.15s;
 border-radius: 6px;
}


.brands-grid .item img:hover{
 transform: scale(1.05);
}


 .home-myths {
  padding: 20px 15px;
 }

 .home-title2 {
  font-size: 30px;
  text-align: center;
  margin: 20px auto;
  text-transform: uppercase;
  color: #888;
  font-weight: 700;
 }

 .home-myths p.big {
  text-align: center;
  color: #444;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
margin: 7px auto;
max-width: 700px;
 }


 .myths-wrapper {
  margin: 10px auto 30px;
 }

 .myths-wrapper .myth-item {
  margin: 3px auto;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
 }

 .myths-wrapper .myth-item .myth-title {
  margin: 0px auto;
  padding: 15px 60px 15px 15px;
  font-size: 15px;
  line-height: 17px;
  background: var(--color11) url(../images/arrow-down-white.png) right 20px center no-repeat;
  background-size: 20px auto;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
 }

 .myths-wrapper .myth-item .myth-title.opened {
  background: var(--color11) url(../images/arrow-up-white.png) right 20px center no-repeat;
  background-size: 20px auto;
 }




 .myths-wrapper .myth-item .myth-content {
  margin: 0px auto;
  padding: 20px 15px;
  background: var(--color1);
  display: none;
 }

 .myths-wrapper .myth-item .myth-content p {
  font-weight: 400;
  font-size: 14px;
  margin: 10px auto;
  color: #fff;
 }


 footer {
  margin: -8px 0 0;
  padding: 30px 0;
  background: var(--color1);
 }

 footer p {
  color: #fff;
  text-align: center;
 }

 footer p.p1 {
  font-size: 20px;
  font-weight: 700;
 }


 footer p.p2 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
 }

 footer p.p3 {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  margin: 5px auto;
 }






 /* MODAL */



 #overlay1 {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
 }



 #modal-callback {
  display: none;
 }


 .modal-window {
  display: block;
  width: 90%;
  position: fixed;
  max-width: 500px;
  top: 50%;
  left: 50%;
  background: var(--color1);
  z-index: 2000;

 }

 .modal-window .close-icon {
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/close.png) center center no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top: 17px;
  right: 10px;
  opacity: 0.5;
 }

 .modal-window .close-icon:hover {
  opacity: 1;
 }

 .modal-window p {
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: center;
 }


 .modal-window form {
  display: block;
  margin: 20px 20px;
 }

 .modal-window form input::placeholder {
  color: #aaa
 }


 .modal-window form input[type="text"],
 .modal-window form input[type="phone"] {
  display: block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  outline: none;
  background: none;
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  margin: 10px auto;

 }

 .modal-window form input[type="submit"] {
  display: block;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  outline: none;
  background: var(--color2);
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  padding: 15px 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: Open sans;
  margin: 10px auto;
  transition: all 0.15s ease-out;

 }

 .modal-window form input[type="submit"]:hover {
  /*box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.6);*/
  border: 2px solid rgba(255, 255, 255, 1);
 }


 .modal-window form input[type="text"]:focus,
 .modal-window form input[type="phone"]:focus {
  border: 1px solid rgba(255, 255, 255, 1);
  color: #fff;
 }




 #modal-order {
  background: var(--purple);
  display: none;
 }

 .modal-window form img {
  display: block;

  width: 200px;
  margin: 0px auto 0px;
 }


 .modal-window form .title {
  color: #fff;
  display: block;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
 }



 .modal-head {
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  display: block;
  padding: 15px 0;
  font-size: 24px;
  font-family: Open sans;
  font-weight: 900;

 }

 #modal-thanx {
  display: none;
 }



 .agree-confidential {
  margin: 20px auto;
  max-width: 800px;
  color: #333;
  font-size: 12px;
  line-height: 18px;
 }



 .agree-confidential input[type="checkbox"] {
  height: 18px;
  width: 18px;
  display: block;
  float: left;
  margin: 0 0;
 }

 .agree-confidential a {
  color: #003d8e;
  font-weight: 700;
 }

 .agree-confidential a:hover {
  text-decoration: underline;
 }



 .agree-confidential.white {
  color: #fff;
 }

 .agree-confidential.white input[type="checkbox"] {}

 .agree-confidential.white a {
  color: #ddd;
  font-weight: 700;
 }













 .fixed-bottom-links {
  position: fixed;
  bottom: 10px;
  width: calc(100vw - 40px);
  display: flex;
  right: 20px;
  height: 50px;
  justify-content: center;
  gap: 10px;
  justify-content: flex-end;
  z-index: 5;
 }


 .fixed-bottom-links a {
  display: block;
  width: 50px;
  height: 50px;
  /*background-color: var(--color1);*/
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.5);
  
 }


 .fixed-bottom-links a:hover { 
   background-color: var(--red);  
 }


 @keyframes rainbow {
  0% {
   transform: scale(1);
  background-color: var(--color1);
  }

  43% {
   transform: scale(1.0);
   background-color: var(--color1);
  }

  50% {
   transform: scale(1.1);
   background-color: var(--red);
  }

  57% {
   transform: scale(1);
   background-color: var(--color1);
  }

  100% {
   transform: scale(1);
   background-color: var(--color1);
  }
 }




 .fixed-bottom-links a.getcall {
  background-image: url(../images/icons/email.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  animation: 5s ease-in-out 0s infinite rainbow;
 }


 .fixed-bottom-links a.phone {
  background-image: url(../images/icons/phone.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  animation: 5s ease-in-out 0.1s infinite rainbow;
 }



 .fixed-bottom-links a.whatsapp {
  background-image: url(../images/icons/whatsapp.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  animation: 5s ease-in-out 0.2s infinite rainbow;
 }


 .fixed-bottom-links a.telegram{
  background-image: url(../images/icons/telegram.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  animation: 5s ease-in-out 0.3s infinite rainbow;
 }


 .fixed-bottom-links a.max{
  background-image: url(../images/icons/max3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px; 
  animation: 5s ease-in-out 0.4s infinite rainbow;
 }




















 /*   MEDIA QUERIES */

 @media (max-width: 1136px) {
 
  .home-test-p {
   display: block;
   margin: 10px auto;
   font-size: 17px;
   line-height: 17px;
   font-weight: 700;
   text-align: center;
   color: var(--color2);

  }


  .home-test-form .radio-item {
   display: flex;
   gap: 20px;
   margin: 5px 15px 5px 25px;
  }

  .home-test-form .radio-item input[type="radio"] {
   width: 16px;
   height: 16px;
  }

  .home-test-form .radio-item label {
   font-size: 16px;
   line-height: 16px;
   color: #555;
  }




 }


 @media (max-width: 768px) {

 .logo-flex img {
  width:80%;
  max-width:  300px; 
 
 }
 
.brands-grid { 
 grid-template-columns: 1fr 1fr 1fr 1fr ; 
}


  .header-grid {
   grid-template-columns: 1fr;
  }
 
header .main-grid { 
    grid-template-columns:  1fr;
}
  
  .header-round-links { 
    justify-content: center; 
}


  .header-contacts .header-phone,
    .header-contacts .header-email,
  .header-contacts .header-address p {
   text-align: center;
  }

  .header-getcall-flex {
   justify-content: center;
  }

  .home-services-grid {
   display: grid;
   grid-template-columns: repeat(1, 1fr);
   gap: 1px;
  }

  .home-faq .faq-item .question {
   font-size: 19px;
   margin: 30px auto;
  }


  .home-faq .faq-item .answer { 
   color: #fff;
   font-weight: 100;
   font-size: 14px;
  }

  .fixed-bottom-links {
   justify-content: space-evenly;
  }

  footer {
   padding-bottom: 70px !important;
  }
  
  
 .header-getcall {
  font-size: 14px;
  line-height: 14px;
 }
 
  .home-title2 {
  font-size: 23px;
  line-height: 23px;
 }
 
  .home-test-p span {
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
 }




 }


 @media (max-width: 576px) {
  
  .brands-grid { 
 grid-template-columns: 1fr 1fr   ; 
}


 }