@media screen and (min-width:660px) {
    * {
        margin: 0;
        padding: 0;
        outline: 0 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    
    }
    html {
        min-width: 1200px;
        line-height: 145%;
        overflow-x: hidden;
    }
    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    body {
        color: #333333;
        font-family: 'Gilroy', sans-serif!important;
        -webkit-overflow-scrolling: touch;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        overflow: hidden;
    }
    .container {
        max-width: 1200px;
        min-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        position: relative;
    }
    .container2 {
        max-width: 1200px;
        width: 100%;
        min-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }
    body.jbNoScroll {
	overflow: auto;
	margin-right: auto;
}
.jbForm {
	overflow-y: auto;
}
    .mobile {
        display: none;
    }
    .cd-auto-hide-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 85px;
        transition: transform .5s;
        z-index: 30;
        display: flex;
        align-items: center;
      }
      .cd-auto-hide-header.is-hidden {
        transform: translateY(0%);
      }
      .animate {
        background-color: #fff;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
      }
    section {
        padding: 30px 0 30px 0;
        position: relative;
    }
    header {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 5%, rgba(255, 255, 255, 0.95) 90%, rgba(255, 255, 255, 1) 100%), url(../img/5-24.jpg);
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
        position: relative;
        padding-bottom: 80px;
        overflow: hidden;
    }

    .bg {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.95) 100%);
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
    }

    .bg_montaj {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%), url(../img/5-24.jpg);
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
    }

    .bg_vopros {
        background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.96) 50%, rgba(255, 255, 255, 0.96) 100%), url(../img/bg_vopros.jpeg);
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center left;
    }
    
    h3 {
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        line-height: 140%;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    h3 span {
        font-weight: 500;
        color: #008aff;
    }

    .button {
        cursor: pointer;
        /* box-shadow: 0 3px 30px rgba(251, 181, 46, 0.5); */
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        z-index: 10;
    
    }
    .button button {
        padding: 0px 30px;
        background-image: linear-gradient(to top, #fbb034, #ffdd00);
        font-family: 'Gilroy', sans-serif!important;
        border-radius: 10px;
        cursor: pointer;
        border: none;
        color: #333;
        font-size: 18px;
        font-weight: 500;
        transition: background 0.2s ease;
        box-shadow: 0 -4px rgb(233, 176, 1) inset;
        width: 100%;
        height: 100%;
        transition: 0.3s;
    }
    .button button p {
        position: relative;
        z-index: 1;
    }
 
    .button button:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        background-image: linear-gradient(to top, #ffdd00, #fbb034);
        box-shadow: 0 -4px rgb(233, 176, 1) inset;
        opacity: 0;
        transition: 0.3s;
      }
      .button button:hover:before {
        opacity: 1;
      }
      
      
          /*MENU*/

      .menu {
          display: flex;
          justify-content: space-between;
          align-items: center;
      }
      .logo {
          display: flex;
          align-items: center;
          
      }
      .logo img {
          width: 90px;
    border-right: 1px #ddd solid;
    padding-right: 15px;          
      }

.logo p {
         
    padding: 0 0 0 15px;
    margin: 10px 0 0 0;
    
      }
	  
      .logo b {
          font-weight: 300;
    font-size: 16px;
        
      }

 
 .menu .logo_dop>img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    object-fit: cover;
}

 .logo_dop p {
    margin-left: 15px;
    width: 206px;
}

.logo_dops p {
    margin-bottom: 10px;
}

 .logo_dop .soc {
    margin-left: 7px;
    display: flex;
    align-items: center;
}

 .logo_dop .soc a {
    text-decoration: none;
    margin-left: 13px;
    display: flex;
    object-fit: cover;
}

      .logo_dop {
         
          font-size: 15px;
          margin-right: auto;
          margin-left: auto;
          line-height: 160%;
      }
	  
	     .logo_dops {
         
          font-size: 15px;
          line-height: 160%;
      }
	  
	       .logo_dops a{
		 display: inline-block;
         text-decoration: none;
		 margin-right: 13px;
		 object-fit: cover;
		 text-align: left;
		 font-weight: 300 !important;
		 font-size: 18px !important;
         line-height: 140% !important;
      }
	  
	  
      .tel {
          text-align: right;
          font-size: 15px;
          display: flex;
          align-items: center;
          line-height: 160%;
      }
      .tel a {
          font-size: 22px;
          font-weight: bold;
          color: #333;
          text-decoration: none;
          margin-top: 1px;
          display: block;
      }

      .tel b {
        font-size: 22px;
        font-weight: bold;
        color: #333;
        text-decoration: none;
        margin-top: 1px;
        display: block;
    }
      .tel_img {
          margin-left: 10px;
          margin-top: 3px;
      }
      .tel_img a {
          width: 37px;
          display: flex;
          object-fit: cover;
          
      }

      .tel_img img {
          width: 100%;
          display: flex;
          object-fit: cover;
      }



      /*MAIN*/


      .main {
          padding-top: 140px;
          display: flex;
          justify-content: space-between;
      }

      .main_left {
          width: 655px;
      }

      h1 {
          font-size: 42px;
          line-height: 120%;
      }

      h1 span {
          color: #0078ff;
      }

      .h1_dop {
          font-size: 32px;
          line-height: 125%;
          margin-top: 15px;
          font-weight: 300;
      }

      .plusi {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          margin-top: 45px;
      }


      .plus {
          display: flex;
          align-items: center;
      }
      .plus img {
          width: 70px;
      }

      .plus:nth-child(n+3) {
          margin-top: 35px;
      }

      .plusi2 .plus:nth-child(n+3) {
        margin-top: 0px;
    }

    .plusi2 .plus img {
        width: 80px;
    }

      .plus p {
          font-size: 17px;
          width: 213px;
          line-height: 160%;
          margin-left: 15px;
      }

      .forma_long {
        width: 100%;
        border-radius: 10px;
        position: relative;
        z-index: 4;
        transform-style: preserve-3d;
        margin-top: 45px;
    }
.forma_long_button {
    font-size: 20px;
    padding: 23px 25px;
    background-image: linear-gradient(to right, #0059c8, #006cf3, #0059c8);
    font-family: 'Gilroy', sans-serif!important;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    transition: background 0.2s ease;
    box-shadow: 0 -4px #0059c8 inset;
    width: 100%;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
	}
	
    .forma_long .button {
        width: 58%;
        margin-left: -20px;
    }

    .forma_long .form_in {
        border: 1px solid #3192ff;
        border-radius: 10px;
        padding: 15px 25px 20px 25px;
    }
    .forma_long hr {
        border: none;
    color: #e5e5e5; 
    background-color: #e5e5e5;
    height: 1px;
    margin-top: -10px; 
    position: relative;
    }

    .form_antenn {
        position: absolute;
        width: 200px;
        bottom: 0;
        right: -40px;
    }
    
    .forma_long h4 {
        font-size: 15px;
        text-align: left;
        font-weight: 400;
        margin-bottom: 15px;
        line-height: 110%;
        color: #fff!important;
    }
    
    .forma_long h4 span {
        display: block;
        font-weight: 700;
        font-size: 20px;
        color: #fff!important;
        margin-bottom: 5px;
        line-height: 150%;
    }
    .color {
        display: inline-block;
        color: #5f74a4;
    }
    .forma_long form {
        padding: 0px 0 0px 0;
        display: flex;
        flex-direction: row;
        position: relative;
        flex-wrap: wrap;
    }
    .forma_long form label {
        font-size: 18px;
        margin-bottom: 8px;
        margin-top: 25px;
    }
    .forma_long form input {
        height: 65px;
        padding: 20px 40px 20px 30px;
        font-size: 18px;
        border-radius: 10px;
        border: none;
        background-color: #fbfbfb;
        box-shadow: inset 0px 0px 15px rgba(0,0,0,0.1);
        font-family: 'Montserrat', sans-serif!important;
        font-weight: 300;
        color: #333333;
        z-index: 10;
        width: 45%;
    }
    
    .forma_long form input:focus {
        box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.3);
    }
    .forma_long form input:hover {
        box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.3);
    }
    
    .forma_long form textarea {
        max-height: 110px;
        min-height: 110px;
        max-width: 100%;
        min-width: 100%;
        padding: 20px 30px;
        font-size: 16px;
        border-radius: 10px;
        border: none;
        background-color: #fefefe;
        box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);
        font-family: 'Montserrat', sans-serif!important;
        font-weight: 500;
        color: #333333;
        z-index: 10;
        margin-bottom: 15px;
        line-height: 140%;
    }

    .forma_long form textarea:focus {
        box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.3);
    }
    .forma_long form textarea:hover {
        box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.3);
    }
    ::-webkit-input-placeholder {
       /* Chrome/Opera/Safari */
        color: #b0afaf;
        font-weight: 300;
    }

    ::-moz-placeholder {
       /* Firefox 19+ */
        color: #b0afaf;
        font-weight: 300;
    }
    :-ms-input-placeholder {
       /* IE 10+ */
        color: #b0afaf;
        font-weight: 300;
    }
    :-moz-placeholder {
       /* Firefox 18- */
        color: #b0afaf;
        font-weight: 300;
    }


    .main_right {
        position: relative;
        width: 440px;
    }

    .master_main {
        position: absolute;
        bottom: -80px;
        right: -50px;
        width: 470px;   
     }

     .main_brands {
         display: flex;
         justify-content: space-between;
         flex-wrap: wrap;
         position: absolute;
         z-index: 3;
         bottom: 50px;
     }

     .main_brand {
         padding: 20px;
         background-color: #fff;
         width: max-content;
         border-radius: 10px;
         box-shadow: 0 7px 16px rgb(36 44 51 / 7%);
         display: flex;
         align-items: center;
         height: 80px;
     }

     .main_brand:nth-child(2) {
         margin-top: 150px;
     }

     .main_brand:nth-child(4) {
        margin-top: 150px;
    }

     .main_brand img {
         width: 140px;
     }



     /*CASES*/

     .cases {
         display: flex;
         justify-content: space-between;
         margin-top: 60px;
     }

     .case {
         width: 100%;
         box-shadow: 0 7px 16px rgb(36 44 51 / 7%);
         display: flex;
         border-radius: 10px;
         overflow: hidden;
         justify-content: space-between;
         background-image: linear-gradient(to right, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.96) 100%), url(../img/cases/bg.jpg);
         -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
     }
    

     .case_img {
         width: 40%;
         display: flex;
         object-fit: cover;
         height: 300px;
     }

     .case_img img {
        width: 100%;
        display: flex;
        object-fit: cover;
    }

     .case_info {
         width: 54%;
         padding: 30px 30px 30px 0px;
         display: flex;
         flex-direction: column;
     }

     .case_info p {
         font-size: 14px;
     }

     .case_info h4 {
         margin-bottom: 10px;
         font-size: 18px;
     }

     .case_time {
         margin-top: auto;
     }


     .case_button_block {
         display: flex;
         width: max-content;
         margin-left: auto;
         margin-right: auto;
         margin-top: 70px;
     }

     .case_button_block .button {
         height: 70px;
         margin-right: 30px;
     }


     /*TABS*/

     /* Базовый контейнер табов */

  
  
  /* стили вкладок (табов) */

  .tabs {
      display: flex;
      flex-wrap: wrap;
      margin-top: 50px;
      justify-content: space-between;
  }
  .tabs label {
    display: table-cell;
    width:15%;   
    margin: 0 0 -1px;
    padding: 20px 5px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    vertical-align:middle;
    color: #aaa;
    background: #f1f1f1;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(36 44 51 / 3%);
  }

  .tabs .tab1 {
      border-bottom: 4px solid #013999;
  }

  .tabs .tab2 {
    border-bottom: 4px solid #188ac3;
}

.tabs .tab3 {
    border-bottom: 4px solid #00923f;
}

.tabs .tab4 {
    border-bottom: 4px solid #e7140c;
}

.tabs .tab5 {
    border-bottom: 4px solid #e6da1b;
}

.tabs .tab6 {
    border-bottom: 4px solid #db8624;
}


  .tabs label img {
      height: 80px;
  }

  .tabs label p {
      font-weight: 600;
      margin-top: 15px;
      font-size: 14px;
  }


  
  /* изменения стиля заголовков вкладок при наведении */
  .tabs label:hover {
    color: #888;
    cursor: pointer;
  }
  /* стили для активной вкладки */
  .tabs input:checked + label {
    color: #555;
    background: #fff;
  }

  .tabs input:checked + label p {
      
  }
  

  
  /* активация секций с помощью переключателя :checked */
  #tab1:checked ~ #content1,
  #tab2:checked ~ #content2,
  #tab3:checked ~ #content3,
  #tab4:checked ~ #content4, 
  #tab5:checked ~ #content5, 
  #tab6:checked ~ #content6 {
    display: block;
  }
  
  /* стили секций с содержанием */
  .tabs section {
    display: none;
    padding: 50px;
    background: #fff;
    width: 100%;
    margin-top: 50px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(36 44 51 / 3%);
  }
  .tabs input {
    display: none;
  }

  .price_all {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
  }

  .price_left {
      width: 47%;
      align-items: center;
      height: 416px;
      display: flex;
      object-fit: contain;
  }
  .price_left img {
      width: 100%;
      display: flex;
      object-fit: contain;
      height: 100%;
  }

  .price_right {
      width: 40%;
      margin-left: auto;
      margin-right: auto;
  }
  .price_right h4 {
      font-size: 20px;
  }

  .price_right > p {
      margin-top: 15px;
      
  }

  .price_right ul li:nth-child(n+1){
      margin-top: 4px;
      font-size: 15px;
      list-style-type: none;
  }

  .blue_price {
      font-weight: bold;
      color: #0078ff;
  }

  #content5 .ceni {
    width: 310px;
  }
  #content6 .ceni {
    width: 290px;
  }
  #content6 .price_dop {
    height: max-content;
  }

  .ceni {
      display: flex;
      justify-content: normal;
      font-size: 15px;
      margin-top: 20px;
	  margin-bottom: 20px;
  }


.cena {
      padding: 0 30px 0 0;
  }
  
  .price_right .button {
      height: 70px;
      margin-top: 30px;
  }


  .price_dop {
    border: 1px solid #dfdfdf;
    height: auto;
    width: 125px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .price_dop p b {
      display: block;
      text-align: center;
      font-size: 17px;
      margin-bottom: 5px;
  }
  .price_dop p {
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 25px 0px;
    border-bottom: 1px solid #dfdfdf;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    line-height: 130%;
}
.price_dop p img {
    width: 45px;
    margin-bottom: 5px;
}

.price_dop p:last-child {
    border-bottom: 0;
}


/*OTZIVI*/


.otzivi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.otziv {
    width: 47%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), url(../img/cases/bg.jpg);
         -webkit-background-size: cover;
        background-size: cover;
        background-position: right center;
        padding: 40px;
        box-shadow: 0 7px 16px rgb(36 44 51 / 7%);
        border-radius: 10px;
}

.otziv:nth-child(n+3) {
    margin-top: 50px;
}

.otziv_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.otziv_name {
    display: flex;
    align-items: center;
}
.otziv_name b {
    display: block;
    font-size: 18px;
}

.otziv_name p {
    font-size: 14px;
    line-height: 170%;
    margin-left: 15px;
}

.img_name {
    width: 50px;
    height: 50px;
    display: flex;
    object-fit: cover;
}

.img_name img {
    width: 100%;
    display: flex;
    object-fit: cover;
    border-radius: 50%;
}

.otziv_opis {
    margin-top: 20px;
    line-height: 167%;
}

/*MONTAJ*/


.montaj_left {
    width: 580px;
}
.montaj_left h3 {
    text-align: left;
    margin-left: 0;
    width: 100%;
}

.h3_dop {
    font-size: 24px;
    line-height: 148%;
    font-weight: 300;
    margin-top: 15px;
}
.montaj_left .plus p {
width: 100%;
font-size: 18px;
}

.montaj_left .plus:nth-child(n+2) {
    margin-top: 35px;
}


.montaj_left .button_block {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.montaj_left .button_block .button {
    height: 70px;
    width: max-content;
}

.montaj_left .button_block .tel {
    margin-right: -20px;
}

/*P_LISTS*/

.p_lists {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.p_listss {
    margin: 15px 0 25px 0;
}


.p_list {
    width: 49.5%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 25px 30px;
    box-shadow: 0 7px 16px rgb(36 44 51 / 10%);
    border-radius: 10px;
    background-color: #fff;
}

.p_list:nth-child(n+3) {
    margin-top: 12px;
}

.p_list p {
    font-size: 18px;
}

.p_list b {
    font-size: 18px;
    font-weight: 700;
    color: #0078ff;
}

.img_anten_p {
    position: absolute;
    bottom: -80px;
    right: 150px;
    display: flex;
    object-fit: cover;
    width: 530px;
    z-index: -1;
}

.img_anten_p img {
    width: 100%;
    display: flex;
    object-fit: cover;
}

/*VOPROSI*/

.vopros_left {
    width: 650px;
}

.voprosi h3 {
    margin-left: 0;
    text-align: left;
}


.voprosi_all {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.vopros_right {
    width: 600px;
    display: flex;
    object-fit: cover;
    position: relative;
}

.vopros_right img {
    width: 660px;
    display: flex;
    object-fit: cover;
    bottom: -80px;
    position: absolute;
}

.accordion {
    display: block;
    font-size: inherit;
    margin: 10px 0 0 0;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 7px 16px rgb(36 44 51 / 10%);

  }
  
  .accordion input {
    display: none;
    position: absolute;
    visibility: hidden;
    left: 50%;
    top: 50%;
    z-index: 1;
  }
  
  .accordion__header {
    background-color: #0078ff;
    border-radius: 10px 10px 0 0;
    border-bottom-width: 0px;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
    padding: 20px;
    position: relative;
    z-index: 2;
    font-weight: 600;
    font-size: 18px;
  }
  .accordion__header b {
      width: 570px;
      display: block;
      font-weight: 500;
  }
  .accordion__header:hover {
    background-color: #2e8ffd;
    color: white;
  }
  .accordion__header:hover:before, .accordion__header:hover:after {
    background-color: white;
  }
  .accordion__header:before, .accordion__header:after {
    background-color: #ffdd00;
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
  }
  .accordion__header:before {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    right: 20px;
    width: 8px;
    color: #ffdd00;
  }
  .accordion__header:after {
    height: 8px;
    margin-top: -4px;
    top: 50%;
    right: 23px;
    width: 2px;
    color: #ffdd00;
  }
  .accordion input:checked ~ .accordion__header {
    background: #0078ff;

    color: white;
  }
  .accordion input:checked ~ .accordion__header:hover {
    background-color: #2e8ffd;

    color: white;
  }
  .accordion input:checked ~ .accordion__header:before {
    background-color: #ffdd00;
  }
  .accordion input:checked ~ .accordion__header:after {
    display: none;
  }


  .accordion:last-child input:checked ~ .accordion__header {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  
  .accordion__content {
    background-color: white;
    border-radius: 0 0 10px 10px;
    border-width: 0px 1px;
    display: none;
    padding: 20px;
  }
  .accordion input:checked ~ .accordion__content {
    display: block;
  }
  .accordion:last-child .accordion__content {
    border-bottom-width: 1px;
    border-radius: 0px 0px 4px 4px;
  }
  .accordion__content h6 {
    color: #607D8B;
    font-size: 18px;
    margin-bottom: 5px;
  }


  .form_short {
      width: 420px;
      margin-top: 0;
  }

  .form_short form {
      flex-direction: column;
  }
  .form_short form input {
      width: 100%;
  }
  .form_short form .button {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      height: 70px;
      margin-top: 15px;
  }

  .form_short h4 {
      width: 260px;
      line-height: 145%;
  }

  .form_short h4 span {
      line-height: 128%;
  }

  .form_short .form_antenn {
      width: 230px;
      display: flex;
      object-fit: cover;
  }

  .contacts_all {
      display: flex;
      justify-content: space-between;
  }

  .contacts {
      display: flex;
      justify-content: space-between;
      width: 670px;
      flex-wrap: wrap;
  }

  .contacts .tel {
      text-align: left;
  }

  .adr {
      text-align: left;
  }
  .adr .tel_img {
      margin-left: 0;
      margin-right: 10px;
      width: 37px;
      height: 37px;
      
    display: flex;
    object-fit: cover;
  }

  .adr .tel_img img {
      width: 100%;
      border-radius: 50%;
      display: flex;
    object-fit: cover;
  }

  .mmap {
      width: 100%;
      height: 280px;
      margin-top: auto;
      border-radius: 10px;
      overflow: hidden;
  }


  .callback-bt-tel {
      display: none!important;
  }

  .callback-bt-desctop {
      display: flex!important;
  }

  .owl-next, .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 40%;
}
.owl-theme .owl-nav {
    display: block!important;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #4fadfe!important;
}
.owl-prev {
  left: -45px;
      transition: ease-in-out 0.2s;
}
.owl-prev:hover {
    transform: translate(-5px);
    transition: ease-in-out 0.2s;
}
.owl-next:hover {
    transform: translate(5px);
    transition: ease-in-out 0.2s;
}
.owl-next {
    right: -45px;
      transition: ease-in-out 0.2s;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none!important;
    color: #FFF;
    text-decoration: none;
} 
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    width: 60px;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: visible!important;
    -webkit-transform: translate3d(0,0,0);
}

.owl-item {
    opacity: 0.3!important;
}
.active {
    opacity: 1!important;
}

.arroweb {
    margin-top: 40px;
    text-align: right;
    font-weight: 400;
    margin-bottom: -50px;
}
.arroweb a {
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}
.arroweb p {
    color: #333333;
    display: inline-block;
}
.arroweb span {
    transition: all 0.4s;
    color: #118ce2;
    letter-spacing: 0.4px;
}
.arroweb a:hover span{
    color: #118ce2;
    text-decoration: underline;
    font-size: 14px;
}

    }
    
    
    
    @media screen and (max-width:1200px) and (min-width:993px) {
        html {
            min-width: 993px
        }
        body {
            zoom: 80%;
        }
        .main {
            padding-top: 150px!important;
        }
        .container {
            max-width: 1200px;
            min-width: 993px;
            margin: 0 auto;
            padding: 0 40px;
        }
        .container2 {
            max-width: 1200px;
            width: 100%;
            min-width: 993px;
            margin: 0 auto;
            padding: 0 40px;
        }
        .case_info p {
            font-size: 14px;
            line-height: 180%;
        }
        .price_right ul li:nth-child(n+1) {
            margin-top: 1px;
            font-size: 15px;
            list-style-type: none;
        }
        .blue_price {
            font-weight: bold;
            color: #0078ff;
            line-height: 160%;
        }
        .price_left {
            width: 45%;
            display: flex;
            align-items: center;
        }
        .price_dop p {
            display: block;
            font-size: 14px;
            text-align: center;
            padding: 20px 0px;
            border-bottom: 1px solid #dfdfdf;
            width: 70%;
            margin-left: auto;
            margin-right: auto;
            line-height: 170%;
        }

        .arroweb {
            margin-top: 40px;
            text-align: right;
            font-weight: 400;
            margin-bottom: -50px;
        }
        .arroweb a {
            font-size: 14px;
            color: #333333;
            text-decoration: none;
        }
        .arroweb p {
            color: #333333;
            display: inline-block;
        }
        .arroweb span {
            transition: all 0.4s;
            color: #118ce2;
            letter-spacing: 0.4px;
        }
        .arroweb a:hover span{
            color: #118ce2;
            text-decoration: underline;
            font-size: 14px;
        }
    }


    @media screen and (max-width:992px) and (min-width:700px) {
        * {
            margin: 0;
            padding: 0;
            outline: 0 !important;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        
        }
        html {
            min-width: 700px;
            line-height: 145%;
            overflow-x: hidden;
        }
        *:before, *:after {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        body {
            color: #333333;
            font-family: 'Gilroy', sans-serif!important;
            -webkit-overflow-scrolling: touch;
            font-weight: 400;
            font-style: normal;
            -webkit-text-size-adjust: 100%;
        }
        .container {
            max-width: 700px;
            min-width: 700px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
        }
        .container2 {
            max-width: 700px;
            width: 100%;
            min-width: 700px;
            margin: 0 auto;
            padding: 0 20px;
           
        }
        .cd-auto-hide-header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 85px;
            transition: transform .5s;
            z-index: 30;
            display: flex;
            align-items: center;
          }
          .cd-auto-hide-header.is-hidden {
            transform: translateY(0%);
          }
          .animate {
            background-color: #fff;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
          }
        section {
            padding: 25px 0 15px 0;
            position: relative;
        }
        header {
            background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 5%, rgba(255, 255, 255, 0.95) 90%, rgba(255, 255, 255, 1) 100%), url(../img/bg1.jpg);
            -webkit-background-size: cover;
            background-size: cover;
            background-position: center center;
            position: relative;
            padding-bottom: 80px;
            overflow: hidden;
        }
    
        .bg {
            background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.95) 100%), url(../img/bg1.jpg);
            -webkit-background-size: cover;
            background-size: cover;
            background-position: center center;
        }
    
        .bg_montaj {
            background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%), url(../img/5-24.jpg);
            -webkit-background-size: cover;
            background-size: cover;
            background-position: center center;
        }
    
        .bg_vopros {
            background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.96) 50%, rgba(255, 255, 255, 0.96) 100%), url(../img/bg_vopros.jpeg);
            -webkit-background-size: cover;
            background-size: cover;
            background-position: center left;
        }
        
        h3 {
            font-size: 32px;
            font-weight: 300;
            text-align: center;
            line-height: 140%;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }
        h3 span {
            font-weight: 500;
            color: #008aff;
        }
    
	
	
	
        .button {
            cursor: pointer;
            /* box-shadow: 0 3px 30px rgba(251, 181, 46, 0.5); */
            border-radius: 10px;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            z-index: 10;
        
        }
        .button button {
            padding: 0px 30px;
            background-image: linear-gradient(to top, #fbb034, #ffdd00);
            font-family: 'Gilroy', sans-serif!important;
            border-radius: 10px;
            cursor: pointer;
            border: none;
            color: #333;
            font-size: 18px;
            font-weight: 500;
            transition: background 0.2s ease;
            box-shadow: 0 -4px rgb(233, 176, 1) inset;
            width: 100%;
            height: 100%;
            transition: 0.3s;
        }
        .button button p {
            position: relative;
            z-index: 1;
        }
     
        .button button:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 5px;
            background-image: linear-gradient(to top, #ffdd00, #fbb034);
            box-shadow: 0 -4px rgb(233, 176, 1) inset;
            opacity: 0;
            transition: 0.3s;
          }
          .button button:hover:before {
            opacity: 1;
          }
          
          
          /*MENU*/
    
          .menu {
              display: flex;
              justify-content: space-between;
              align-items: center;
          }
          .logo {
              display: flex;
              align-items: center;
              font-size: 15px;
              line-height: 160%;
          }
          .logo img {
              width: 46px;
              margin-right: 12px;
          }
    
          .logo b {
              display: block;
              font-size: 17px;
          }
          
          .logo_dop {
              width: 300px;
              font-size: 15px;
              margin-right: auto;
              margin-left: 70px;
              line-height: 160%;
              display: none;
          }
          .tel {
              text-align: right;
              font-size: 15px;
              display: flex;
              align-items: center;
              line-height: 160%;
          }
          .tel a {
              font-size: 22px;
              font-weight: bold;
              color: #333;
              text-decoration: none;
              margin-top: 1px;
              display: block;
          }
          .tel_img {
              margin-left: 10px;
              margin-top: 3px;
          }
          .tel_img a {
              width: 37px;
              display: flex;
              object-fit: cover;
              
          }
    
          .tel_img img {
              width: 100%;
              display: flex;
              object-fit: cover;
          }
    
    
          /*MAIN*/
    
    
          .main {
              padding-top: 140px;
              display: flex;
              justify-content: space-between;
              position: relative;
          }
    
          .main_left {
              width: 100%;
          }
    
          h1 {
              font-size: 42px;
              line-height: 120%;
          }
    
          h1 span {
              color: #0078ff;
          }
    
          .h1_dop {
              font-size: 32px;
              line-height: 125%;
              margin-top: 15px;
              font-weight: 300;
          }
    
          .plusi {
              display: flex;
              justify-content: space-between;
              flex-wrap: wrap;
              margin-top: 45px;
              flex-direction: column;
          }
    
    
          .plus {
              display: flex;
              align-items: center;
          }
          .plus img {
              width: 70px;
          }
    
          .plus:nth-child(n+2) {
              margin-top: 35px;
          }

          .plusi2 {
              flex-direction: row;
          }
    
          .plusi2 .plus:nth-child(n+2) {
            margin-top: 0px;
        }

        .plusi2 .plus{
            flex-direction: column;
            width: 30%;
        }
    
        .plusi2 .plus img {
            width: 80px;
            margin-right: auto;
        }
        .plusi2 .plus p {
            margin-top: 5px;
            margin-left: 10px;
            font-size: 16px;
        }
    
          .plus p {
              font-size: 17px;
              width: 213px;
              line-height: 160%;
              margin-left: 15px;
          }
    
          .forma_long {
            width: 100%;
            border-radius: 10px;
            padding: 10px;
            position: relative;
            z-index: 4;
            transform-style: preserve-3d;
        }
    
        .forma_long .button {
            width: 58%;
            margin-left: -20px;
        }
    
        .forma_long .form_in {
            border: 1px solid #3192ff;
            border-radius: 10px;
            padding: 15px 25px 20px 25px;
        }
        .forma_long hr {
            border: none;
        color: #e5e5e5; 
        background-color: #e5e5e5;
        height: 1px;
        margin-top: -10px; 
        position: relative;
        }
    
        .form_antenn {
            position: absolute;
            width: 200px;
            bottom: 0;
            right: -40px;
        }
        
        .forma_long h4 {
            font-size: 15px;
            text-align: left;
            font-weight: 400;
            margin-bottom: 15px;
            line-height: 110%;
            color: #fff!important;
        }
        
        .forma_long h4 span {
            display: block;
            font-weight: 700;
            font-size: 20px;
            color: #fff!important;
            margin-bottom: 5px;
            line-height: 150%;
        }
        .color {
            display: inline-block;
            color: #5f74a4;
        }
        .forma_long form {
            padding: 0px 0 0px 0;
            display: flex;
            flex-direction: row;
            position: relative;
            flex-wrap: wrap;
        }
        .forma_long form label {
            font-size: 18px;
            margin-bottom: 8px;
            margin-top: 25px;
        }
        .forma_long form input {
            height: 70px;
            padding: 20px 40px 20px 30px;
            font-size: 18px;
            border-radius: 10px;
            border: none;
            background-color: #fbfbfb;
            box-shadow: inset 0px 0px 15px rgba(0,0,0,0.1);
            font-family: 'Montserrat', sans-serif!important;
            font-weight: 300;
            color: #333333;
            z-index: 10;
            width: 45%;
        }
        
        .forma_long form input:focus {
            box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.3);
        }
        .forma_long form input:hover {
            box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.3);
        }
        
        .forma_long form textarea {
            max-height: 110px;
            min-height: 110px;
            max-width: 100%;
            min-width: 100%;
            padding: 20px 30px;
            font-size: 16px;
            border-radius: 10px;
            border: none;
            background-color: #fefefe;
            box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);
            font-family: 'Montserrat', sans-serif!important;
            font-weight: 500;
            color: #333333;
            z-index: 10;
            margin-bottom: 15px;
            line-height: 140%;
        }
    
        .forma_long form textarea:focus {
            box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.3);
        }
        .forma_long form textarea:hover {
            box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.3);
        }
        ::-webkit-input-placeholder {
           /* Chrome/Opera/Safari */
            color: #b0afaf;
            font-weight: 300;
        }
    
        ::-moz-placeholder {
           /* Firefox 19+ */
            color: #b0afaf;
            font-weight: 300;
        }
        :-ms-input-placeholder {
           /* IE 10+ */
            color: #b0afaf;
            font-weight: 300;
        }
        :-moz-placeholder {
           /* Firefox 18- */
            color: #b0afaf;
            font-weight: 300;
        }
    
    
        .main_right {
            position: absolute;
            width: 340px;
            right: 0;
            bottom: 0;
        }
    
        .master_main {
            position: absolute;
            bottom: -80px;
            right: -50px;
            width: 400px;   
         }
    
         .main_brands {
             display: flex;
             justify-content: space-between;
             flex-wrap: wrap;
             position: absolute;
             z-index: 3;
             bottom: 270px;
             flex-direction: column;
             right: 0;
         }
    
         .main_brand {
             padding: 20px;
             background-color: #fff;
             width: max-content;
             border-radius: 8px;
             box-shadow: 0 7px 16px rgb(36 44 51 / 7%);
             display: flex;
             align-items: center;
             height: 60px;
         }
    
         .main_brand:nth-child(n+2) {
             margin-top: 45px;
         }
    
    
         .main_brand img {
             width: 100px;
         }
    
    
    
         /*CASES*/
    
         .cases {
             display: flex;
             justify-content: space-between;
             margin-top: 60px;
         }
    
         .case {
             width: 100%;
             box-shadow: 0 7px 16px rgb(36 44 51 / 7%);
             display: flex;
             border-radius: 10px;
             overflow: hidden;
             justify-content: space-between;
             background-image: linear-gradient(to right, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.96) 100%), url(../img/cases/bg.jpg);
             -webkit-background-size: cover;
            background-size: cover;
            background-position: center center;
            flex-direction: column;
         }
        
    
         .case_img {
             width: 100%;
             display: flex;
             object-fit: cover;
             height: 300px;
         }
    
         .case_img img {
            width: 100%;
            display: flex;
            object-fit: cover;
        }
    
         .case_info {
             width: 100%;
             padding: 30px 30px 30px 30px;
             display: flex;
             flex-direction: column;
         }
    
         .case_info p {
             font-size: 14px;
         }
    
         .case_info h4 {
             margin-bottom: 10px;
             font-size: 18px;
         }
    
         .case_time {
             margin-top: auto;
         }
    
    
         /*TABS*/
    
         /* Базовый контейнер табов */
    
      
      
      /* стили вкладок (табов) */
    
      .tabs {
          display: flex;
          flex-wrap: wrap;
          margin-top: 50px;
          justify-content: space-between;
      }
      .tabs label {
        display: table-cell;
        width:30%;   
        margin: 0 0 -1px;
        padding: 20px 20px 13px 20px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        vertical-align:middle;
        color: #aaa;
        font-size: 14px;
        background: #f1f1f1;
        border-radius: 10px;
        box-shadow: 0 10px 20px rgb(36 44 51 / 3%);
      }

      .tabs label:nth-child(n+8) {
        margin-top: 30px;
      }
    
      .tabs .tab1 {
          border-bottom: 4px solid #013999;
      }
    
      .tabs .tab2 {
        border-bottom: 4px solid #188ac3;
    }
    
    .tabs .tab3 {
        border-bottom: 4px solid #00923f;
    }
    
    .tabs .tab4 {
        border-bottom: 4px solid #e7140c;
    }
    
    
      .tabs label img {
          height: 70px;
      }
    
      .tabs label p {
          font-weight: 600;
          margin-top: 15px;
      }
    
    
      
      /* изменения стиля заголовков вкладок при наведении */
      .tabs label:hover {
        color: #888;
        cursor: pointer;
      }
      /* стили для активной вкладки */
      .tabs input:checked + label {
        color: #555;
        background: #fff;
      }
    
      .tabs input:checked + label p {
          
      }
      
    
      
      /* активация секций с помощью переключателя :checked */
      #tab1:checked ~ #content1,
        #tab2:checked ~ #content2,
        #tab3:checked ~ #content3,
        #tab4:checked ~ #content4, 
        #tab5:checked ~ #content5, 
        #tab6:checked ~ #content6 {
            display: block;
        }
      
      /* стили секций с содержанием */
      .tabs section {
        display: none;
        padding: 50px;
        background: #fff;
        width: 100%;
        margin-top: 40px;
        border-radius: 10px;
        box-shadow: 0 10px 20px rgb(36 44 51 / 3%);
      }
      .tabs input {
        display: none;
      }
    
      .price_all {
          display: flex;
          align-items: stretch;
          justify-content: space-between;
        flex-wrap: wrap;
      }
    
      .price_left {
          width: 100%;
          display: flex;
          align-items: center;
          margin-bottom: 30px;
      }
      .price_left img {
          width: 100%;
      }
    
      .price_right {
          width: 360px;
          margin-left: 0px;
          margin-right: auto;
      }
      .price_right h4 {
          font-size: 20px;
      }
    
      .price_right > p {
          margin-top: 15px;
          
      }
    
      .price_right ul li:nth-child(n+1){
          margin-top: 4px;
          font-size: 15px;
          list-style-type: none;
      }
    
      .blue_price {
          font-weight: bold;
          color: #0078ff;
      }
    
      .ceni {
          display: flex;
          justify-content: space-between;
          font-size: 15px;
          margin-top: 10px;
      }
    
      .price_right .button {
          height: 70px;
          margin-top: 30px;
      }
    
    
      .price_dop {
        border: 1px solid #dfdfdf;
        height: auto;
        width: 125px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }
      .price_dop p b {
          display: block;
          text-align: center;
          font-size: 17px;
          margin-bottom: -1px;
      }
      .price_dop p {
        display: block;
        font-size: 14px;
        text-align: center;
        padding: 20px 0px;
        border-bottom: 1px solid #dfdfdf;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .price_dop p img {
        width: 45px;
        margin-bottom: 5px;
    }
    
    .price_dop p:last-child {
        border-bottom: 0;
    }
    
    
    /*OTZIVI*/
    
    
    .otzivi {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 60px;
    }
    .otziv {
        width: 100%;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), url(../img/cases/bg.jpg);
             -webkit-background-size: cover;
            background-size: cover;
            background-position: right center;
            padding: 40px;
            box-shadow: 0 7px 16px rgb(36 44 51 / 7%);
            border-radius: 10px;
    }
    
    .otziv:nth-child(n+2) {
        margin-top: 50px;
    }

    .plusi3 {
        flex-direction: column;
    }

    .plusi3 .plus {
        width: 100%;
        flex-direction: row;
    }
    
    .otziv_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .otziv_name {
        display: flex;
        align-items: center;
    }
    .otziv_name b {
        display: block;
        font-size: 18px;
    }
    
    .otziv_name p {
        font-size: 14px;
        line-height: 170%;
        margin-left: 15px;
    }
    
    .img_name {
        width: 50px;
        height: 50px;
        display: flex;
        object-fit: cover;
    }
    
    .img_name img {
        width: 100%;
        display: flex;
        object-fit: cover;
        border-radius: 50%;
    }
    
    .otziv_opis {
        margin-top: 20px;
        line-height: 167%;
    }
    
    /*MONTAJ*/
    
    
    .montaj_left {
        width: 580px;
    }
    .montaj_left h3 {
        text-align: left;
        margin-left: 0;
        width: 100%;
    }
    
    .h3_dop {
        font-size: 24px;
        line-height: 148%;
        font-weight: 300;
        margin-top: 15px;
    }
    .montaj_left .plus p {
    width: 100%;
    font-size: 18px;
    }
    
    .montaj_left .plus:nth-child(n+2) {
        margin-top: 35px;
    }
    
    
    .montaj_left .button_block {
        margin-top: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .montaj_left .button_block .button {
        height: 70px;
        width: max-content;
    }
    
    .montaj_left .button_block .tel {
        margin-right: -20px;
    }
    
    /*P_LISTS*/
    
    .p_lists {
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .p_list {
        width: 49.5%;
        justify-content: space-between;
        display: flex;
        align-items: center;
        padding: 18px 25px;
        box-shadow: 0 7px 16px rgb(36 44 51 / 10%);
        border-radius: 10px;
        background-color: #fff;
    }
    
    .p_list:nth-child(n+3) {
        margin-top: 8px;
    }
    
    .p_list p {
        font-size: 16px;
        line-height: 140%;
        width: 210px;
    }
    
    .p_list b {
        font-size: 16px;
        font-weight: 700;
        color: #0078ff;
        width: 110px;
        text-align: right;
    }
    
    .img_anten_p {
        position: absolute;
        bottom: -80px;
        right: 150px;
        display: flex;
        object-fit: cover;
        width: 530px;
        z-index: -1;
    }
    
    .img_anten_p img {
        width: 100%;
        display: flex;
        object-fit: cover;
    }
    
    /*VOPROSI*/
    
    .vopros_left {
        width: 500px;
        position: relative;
        z-index: 3;
    }
    
    .voprosi h3 {
        margin-left: 0;
        text-align: left;
    }
    
    
    .voprosi_all {
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
    }
    
    .vopros_right {
        width: 300px;
        display: flex;
        object-fit: cover;
        position: relative;
    }
    
    .vopros_right img {
        width: 650px;
        display: flex;
        object-fit: cover;
        bottom: -80px;
        position: absolute;
        left: -150px;
    }
    
    .accordion {
        display: block;
        font-size: inherit;
        margin: 10px 0 0 0;
        position: relative;
        border-radius: 10px;
        box-shadow: 0 7px 16px rgb(36 44 51 / 10%);
    
      }
      
      .accordion input {
        display: none;
        position: absolute;
        visibility: hidden;
        left: 50%;
        top: 50%;
        z-index: 1;
      }
      
      .accordion__header {
        background-color: #0078ff;
        border-radius: 10px 10px 0 0;
        border-bottom-width: 0px;
        color: #fff;
        cursor: pointer;
        transition: background 0.2s;
        padding: 20px;
        position: relative;
        z-index: 2;
        font-weight: 600;
        font-size: 18px;
      }
      .accordion__header b {
          width: 90%;
          display: block;
          font-weight: 500;
      }
      .accordion__header:hover {
        background-color: #2e8ffd;
        color: white;
      }
      .accordion__header:hover:before, .accordion__header:hover:after {
        background-color: white;
      }
      .accordion__header:before, .accordion__header:after {
        background-color: #ffdd00;
        content: '';
        display: block;
        position: absolute;
        z-index: 3;
      }
      .accordion__header:before {
        height: 2px;
        margin-top: -1px;
        top: 50%;
        right: 20px;
        width: 8px;
        color: #ffdd00;
      }
      .accordion__header:after {
        height: 8px;
        margin-top: -4px;
        top: 50%;
        right: 23px;
        width: 2px;
        color: #ffdd00;
      }
      .accordion input:checked ~ .accordion__header {
        background: #0078ff;
    
        color: white;
      }
      .accordion input:checked ~ .accordion__header:hover {
        background-color: #2e8ffd;
    
        color: white;
      }
      .accordion input:checked ~ .accordion__header:before {
        background-color: #ffdd00;
      }
      .accordion input:checked ~ .accordion__header:after {
        display: none;
      }
    
    
      .accordion:last-child input:checked ~ .accordion__header {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
      }
      
      .accordion__content {
        background-color: white;
        border-radius: 0 0 10px 10px;
        border-width: 0px 1px;
        display: none;
        padding: 20px;
      }
      .accordion input:checked ~ .accordion__content {
        display: block;
      }
      .accordion:last-child .accordion__content {
        border-bottom-width: 1px;
        border-radius: 0px 0px 4px 4px;
      }
      .accordion__content h6 {
        color: #607D8B;
        font-size: 18px;
        margin-bottom: 5px;
      }
    
    
      .form_short {
          width: 420px;
          margin-top: 0;
          margin-left: auto;
          margin-right: auto;
      }
    
      .form_short form {
          flex-direction: column;
      }
      .form_short form input {
          width: 100%;
      }
      .form_short form .button {
          margin-left: 0;
          margin-right: 0;
          width: 100%;
          height: 70px;
          margin-top: 15px;
      }
    
      .form_short h4 {
          width: 300px;
          line-height: 150%;
      }
    
      .form_short h4 span {
          line-height: 128%;
      }
    
      .form_short .form_antenn {
          width: 230px;
          display: flex;
          object-fit: cover;
      }
    
      .contacts_all {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
      }
    
      .contacts {
          display: flex;
          justify-content: space-between;
          width: 100%;
          flex-wrap: wrap;
          margin-top: 40px;
      }
    
      .contacts .tel {
          text-align: left;
          margin-bottom: 20px;
      }
    
      .adr {
          text-align: left;
      }
      .adr .tel_img {
          margin-left: 0;
          margin-right: 10px;
          width: 37px;
          height: 37px;
          
        display: flex;
        object-fit: cover;
      }
    
      .adr .tel_img img {
          width: 100%;
          border-radius: 50%;
          display: flex;
        object-fit: cover;
      }
    
      .mmap {
          width: 100%;
          height: 280px;
          margin-top: auto;
          border-radius: 10px;
          overflow: hidden;
      }

      .arroweb {
        margin-top: 40px;
        text-align: right;
        font-weight: 400;
        margin-bottom: -50px;
    }
    .arroweb a {
        font-size: 14px;
        color: #333333;
        text-decoration: none;
    }
    .arroweb p {
        color: #333333;
        display: inline-block;
    }
    .arroweb span {
        transition: all 0.4s;
        color: #118ce2;
        letter-spacing: 0.4px;
    }
    .arroweb a:hover span{
        color: #118ce2;
        text-decoration: underline;
        font-size: 14px;
    }
    }


    @media screen and (max-width: 700px){
        * {
            margin: 0;
            padding: 0;
            outline: 0 !important;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        
        }
        html {
            min-width: 320px;
            line-height: 145%;
            overflow-x: hidden;
        }
        *:before, *:after {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        body {
            color: #333333;
            font-family: 'Gilroy', sans-serif!important;
            -webkit-overflow-scrolling: touch;
            font-weight: 400;
            font-style: normal;
            -webkit-text-size-adjust: 100%;
            overflow: hidden;
        }
        .container {
            max-width: 350px;
            min-width: 320px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
        }
        .container2 {
            max-width: 350px;
            min-width: 320px;
            width: 100%;
            margin: 0 auto;
            padding: 0 20px;
           
        }
		
		.p_listss {
    margin: 15px 0 25px 0;
}


        .cd-auto-hide-header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 70px;
            transition: transform .5s;
            z-index: 30;
            display: flex;
            align-items: center;
          }
          .cd-auto-hide-header.is-hidden {
            transform: translateY(0%);
          }
          .animate {
            background-color: #fff;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
          }
        section {
            padding: 25px 0 10px 0;
            position: relative;
        }
        header {
            background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 5%, rgba(255, 255, 255, 0.95) 90%, rgba(255, 255, 255, 1) 100%), url(../img/bg1.jpg);
            -webkit-background-size: cover;
            background-size: cover;
            background-position: center center;
            position: relative;
            padding-bottom: 25px;
            overflow: hidden;
        }
    
        .bg {
            background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.95) 100%), url(../img/bg1.jpg);
            -webkit-background-size: cover;
            background-size: cover;
            background-position: center center;
        }
    
        .bg_montaj {
            background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0.2) 100%), url(../img/5-24.jpg);
            -webkit-background-size: cover;
            background-size: cover;
            background-position: 50% center;
        }
    
        .bg_vopros {
            background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.96) 50%, rgba(255, 255, 255, 0.96) 100%), url(../img/bg_vopros.jpeg);
            -webkit-background-size: cover;
            background-size: cover;
            background-position: center left;
        }
        
        h3 {
            font-size: 23px;
            font-weight: 300;
            text-align: center;
            line-height: 140%;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }
        h3 span {
            font-weight: 500;
            color: #008aff;
        }
    
        .button {
            cursor: pointer;
            /* box-shadow: 0 3px 30px rgba(251, 181, 46, 0.5); */
            border-radius: 10px;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            z-index: 10;
        
        }
        .button button {
            padding: 0px 15px;
            background-image: linear-gradient(to top, #fbb034, #ffdd00);
            font-family: 'Gilroy', sans-serif!important;
            border-radius: 10px;
            cursor: pointer;
            border: none;
            color: #333;
            font-size: 17px;
            font-weight: 500;
            transition: background 0.2s ease;
            box-shadow: 0 -4px rgb(233, 176, 1) inset;
            width: 100%;
            height: 100%;
            transition: 0.3s;
        }
        .button button p {
            position: relative;
            z-index: 1;
        }
     
        .button button:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 5px;
            background-image: linear-gradient(to top, #ffdd00, #fbb034);
            box-shadow: 0 -4px rgb(233, 176, 1) inset;
            opacity: 0;
            transition: 0.3s;
          }
          .button button:hover:before {
            opacity: 1;
          }
          
          
          /*MENU*/
    
          .menu {
              display: flex;
              justify-content: space-between;
              align-items: center;
          }
          .logo {
              display: flex;
              align-items: center;
              font-size: 12px;
              line-height: 120%;
          }
          .logo img {
              width: 55px;
              
          }
    
          .logo b {
              display: block;
              font-size: 10px;
              margin-bottom: 1px;
			  margin-top: 15px;
			  margin-left: 10px;
          }
          
          .logo_dop {
              width: 300px;
              font-size: 8px;
              margin-right: auto;
              margin-left: 70px;
              line-height: 160%;
              display: none;
          }
          .tel {
              text-align: right;
              font-size: 8px;
              display: flex;
              align-items: center;
              line-height: 160%;
          }
          .tel a {
                  text-align: left;
				  font-size: 13px;
              font-weight: bold;
              color: #333;
              text-decoration: none;
              line-height: 160%;
              display: block;
          }
          .tel_img {
              margin-left: 0px;
              margin-top: 3px;
              display: none;
          }
          .tel_img a {
              width: 37px;
              display: flex;
              object-fit: cover;
              
          }
    
          .tel_img img {
              width: 100%;
              display: flex;
              object-fit: cover;
          }
    
    
          /*MAIN*/
    
    
          .main {
              padding-top: 110px;
              display: flex;
              justify-content: space-between;
              position: relative;
          }

          .desctop {
              display: none;
          }
    
          .main_left {
              width: 100%;
          }
    
          h1 {
              font-size: 26px;
              text-align: center;
              line-height: 120%;
          }
    
          h1 span {
              color: #0078ff;
          }
    
          .h1_dop {
              font-size: 21px;
              text-align: center;
              line-height: 130%;
              margin-top: 15px;
              font-weight: 300;
          }
    
          .plusi {
              display: flex;
              justify-content: space-between;
              flex-wrap: wrap;
              margin-top: 45px;
              flex-direction: column;
          }
    .logo_dops p {
    margin-bottom: 10px;
}

 .logo_dops a {
    text-decoration: none;
}


    
          .plus {
              display: flex;
              align-items: center;
          }
          .plus img {
              width: 60px;
          }
    
          .plus:nth-child(n+2) {
              margin-top: 35px;
          }

          .plusi2 {
              flex-direction: column;
          }
    
          .plusi2 .plus:nth-child(n+2) {
            margin-top: 0px;
        }

        .plusi2 .plus{
            flex-direction: column;
            width: 100%;
            text-align: center;
            align-items: center;
            justify-content: center;
        }
        .plusi3 .plus{
            flex-direction: column;
            width: 100%;
            text-align: left;
            align-items: center;
            justify-content: center;
        }

        .plusi2 .plus:nth-child(n+2) {
            margin-top: 20px;
        }
    
        .plusi2 .plus img {
            width: 80px;
            margin-right: auto;
            margin-left: auto;
        }
        .plusi2 .plus p {
            margin-top: 5px;
            margin-left: 10px;
            font-size: 16px;
        }
    
          .plus p {
              font-size: 15px;
              width: 100%;
              line-height: 150%;
              margin-left: 15px;
          }
    
          .forma_long {
            width: 100%;
            border-radius: 10px;
            position: relative;
            z-index: 4;
            transform-style: preserve-3d;
            margin-top: 45px;
        }
    
        .forma_long .button {
            width: 100%;
            margin-left: 0px;
            height: 70px;
            margin-top: 10px;
        }
    
        .forma_long .form_in {
            border: 1px solid #3192ff;
            border-radius: 10px;
            padding: 13px 20px 15px 20px;
        }
        .forma_long hr {
            border: none;
        color: #e5e5e5; 
        background-color: #e5e5e5;
        height: 1px;
        margin-top: -10px; 
        position: relative;
        }
    
        .form_antenn {
            position: absolute;
            width: 200px;
            bottom: 0;
            right: -20px;
        }
        
        .forma_long h4 {
            font-size: 13px;
            text-align: left;
            font-weight: 400;
            margin-bottom: 15px;
            line-height: 130%;
            color: #fff!important;
        }
        
        .forma_long h4 span {
            display: block;
            font-weight: 700;
            font-size: 16px;
            color: #fff!important;
            margin-bottom: 3px;
            line-height: 125%;
        }
        .color {
            display: inline-block;
            color: #5f74a4;
        }
        .forma_long form {
            padding: 0px 0 0px 0;
            display: flex;
            flex-direction: row;
            position: relative;
            flex-wrap: wrap;
        }
        .forma_long form label {
            font-size: 18px;
            margin-bottom: 8px;
            margin-top: 25px;
        }
        .forma_long form input {
            height: 65px;
            padding: 20px 40px 20px 30px;
            font-size: 18px;
            border-radius: 10px;
            border: none;
            background-color: #fbfbfb;
            box-shadow: inset 0px 0px 15px rgba(0,0,0,0.1);
            font-family: 'Montserrat', sans-serif!important;
            font-weight: 300;
            color: #333333;
            z-index: 10;
            width: 100%;
        }
        
        .forma_long form input:focus {
            box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.3);
        }
        .forma_long form input:hover {
            box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.3);
        }
        
        .forma_long form textarea {
            max-height: 110px;
            min-height: 110px;
            max-width: 100%;
            min-width: 100%;
            padding: 20px 30px;
            font-size: 16px;
            border-radius: 10px;
            border: none;
            background-color: #fefefe;
            box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);
            font-family: 'Montserrat', sans-serif!important;
            font-weight: 500;
            color: #333333;
            z-index: 10;
            margin-bottom: 15px;
            line-height: 140%;
        }
    
        .forma_long form textarea:focus {
            box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.3);
        }
        .forma_long form textarea:hover {
            box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.3);
        }
        ::-webkit-input-placeholder {
           /* Chrome/Opera/Safari */
            color: #b0afaf;
            font-weight: 300;
        }
    
        ::-moz-placeholder {
           /* Firefox 19+ */
            color: #b0afaf;
            font-weight: 300;
        }
        :-ms-input-placeholder {
           /* IE 10+ */
            color: #b0afaf;
            font-weight: 300;
        }
        :-moz-placeholder {
           /* Firefox 18- */
            color: #b0afaf;
            font-weight: 300;
        }
    
    
        .main_right {
            position: relative;
            width: 340px;
            right: 0;
            bottom: 0;
            margin-top: -60px;
        }
    
        .master_main {
            position: relative;
            bottom: -80px;
            right: 0px;
            width: 100%;   
         }
    
         .main_brands {
             display: flex;
             justify-content: space-between;
             flex-wrap: wrap;
             position: absolute;
             z-index: 3;
             bottom: 0px;
             flex-direction: column;
            left: 0;
         }
    
         .main_brand {
             padding: 20px;
             background-color: #fff;
             width: max-content;
             border-radius: 8px;
             box-shadow: 0 7px 16px rgb(36 44 51 / 7%);
             display: flex;
             align-items: center;
             height: 60px;
         }
    
         .main_brand:nth-child(n+2) {
             margin-top: 45px;
         }
    
    
         .main_brand img {
             width: 100px;
         }
    
    
    
         /*CASES*/
    
         .cases {
             display: flex;
             justify-content: space-between;
             margin-top: 60px;
             flex-wrap: wrap;
         }
    
         .case {
             width: 100%;
             box-shadow: 0 7px 16px rgb(36 44 51 / 7%);
             display: flex;
             border-radius: 10px;
             overflow: hidden;
             justify-content: space-between;
             background-image: linear-gradient(to right, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.96) 100%), url(../img/cases/bg.jpg);
             -webkit-background-size: cover;
            background-size: cover;
            background-position: center center;
            flex-direction: column;
         }
        
    
         .case_img {
             width: 100%;
             display: flex;
             object-fit: cover;
             height: 300px;
         }
    
         .case_img img {
            width: 100%;
            display: flex;
            object-fit: cover;
        }
    
         .case_info {
             width: 100%;
             padding: 25px;
             display: flex;
             flex-direction: column;
         }
    
         .case_info p {
             font-size: 14px;
         }
    
         .case_info h4 {
             margin-bottom: 10px;
             font-size: 18px;
         }
    
         .case_time {
             margin-top: auto;
             margin-top: 15px;
         }

         .case_button_block {
            display: flex;
            width: max-content;
            margin-left: auto;
            margin-right: auto;
            margin-top: 70px;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
   
        .case_button_block .button {
            height: 70px;
            margin-right: 0px;
        }

        .case_button_block .tel_img {
            display: block;
            margin-top: 0;
            margin-left: 15px;
        }

        .case_button_block .tel {
            margin-left: 0;
            margin-right: 0;
            margin-top: 15px;
        }
    
    
         /*TABS*/
    
         /* Базовый контейнер табов */
    
      
      
      /* стили вкладок (табов) */
    
      .tabs {
          display: flex;
          flex-wrap: wrap;
          margin-top: 50px;
          justify-content: space-between;
      }
      .tabs label {
        display: table-cell;
        width: 48%;   
        margin: 0 0 -1px;
        padding: 20px 5px 13px 5px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        vertical-align:middle;
        color: #aaa;
        font-size: 13px;
        background: #f1f1f1;
        border-radius: 10px;
        box-shadow: 0 10px 20px rgb(36 44 51 / 3%);
      }

      .tabs label:nth-child(n+5) {
          margin-top: 15px;
      }
    
      .tabs .tab1 {
          border-bottom: 4px solid #013999;
      }
    
      .tabs .tab2 {
        border-bottom: 4px solid #188ac3;
    }
    
    .tabs .tab3 {
        border-bottom: 4px solid #00923f;
    }
    
    .tabs .tab4 {
        border-bottom: 4px solid #e7140c;
    }

    .tabs .tab5 {
        border-bottom: 4px solid #e6da1b;
    }
    
    .tabs .tab6 {
        border-bottom: 4px solid #db8624;
    }
    
    
      .tabs label img {
          height: 70px;
      }
    
      .tabs label p {
          font-weight: 600;
          margin-top: 10px;
      }
    
    
      
      /* изменения стиля заголовков вкладок при наведении */
      .tabs label:hover {
        color: #888;
        cursor: pointer;
      }
      /* стили для активной вкладки */
      .tabs input:checked + label {
        color: #555;
        background: #fff;
      }
    
      .tabs input:checked + label p {
          
      }
      
    
      
      /* активация секций с помощью переключателя :checked */
      #tab1:checked ~ #content1,
  #tab2:checked ~ #content2,
  #tab3:checked ~ #content3,
  #tab4:checked ~ #content4, 
  #tab5:checked ~ #content5, 
  #tab6:checked ~ #content6 {
    display: block;
  }
      
      /* стили секций с содержанием */
      .tabs section {
        display: none;
        padding: 20px;
        background: #fff;
        width: 100%;
        margin-top: 30px;
        border-radius: 10px;
        box-shadow: 0 10px 20px rgb(36 44 51 / 3%);
      }
      .tabs input {
        display: none;
      }
    
      .price_all {
          display: flex;
          align-items: stretch;
          justify-content: space-between;
        flex-wrap: wrap;
      }
    
	.forma_long_button {
    font-size: 16px;
    padding: 15px 25px;
    background-image: linear-gradient(to right, #0059c8, #006cf3, #0059c8);
    font-family: 'Gilroy', sans-serif!important;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    transition: background 0.2s ease;
    box-shadow: 0 -4px #0059c8 inset;
    width: 100%;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
	}
	
      .price_left {
          width: 100%;
          display: flex;
          align-items: center;
          margin-bottom: 30px;
      }
      .price_left img {
          width: 100%;
      }
    
      .price_right {
          width: 100%;
          margin-left: 0px;
          margin-right: auto;
          order: 2;
          padding-bottom: 10px;
      }
      .price_right h4 {
          font-size: 18px;
      }
    
      .price_right > p {
          margin-top: 15px;
          
      }
    
      .price_right ul li:nth-child(n+1){
          margin-top: 4px;
          font-size: 13px;
          list-style-type: none;
          line-height: 160%;
      }
    
      .blue_price {
          font-weight: bold;
          color: #0078ff;
          font-size: 15px;
          line-height: 150%;
      }
    
      .ceni {
          display: flex;
          justify-content: space-evenly;
          font-size: 13px;
          margin-top: 10px;
		  margin-bottom: 20px;
          line-height: 160%;
      }
    
      .price_right .button {
          height: 70px;
          margin-top: 20px;
      }
    
    
      .price_dop {
        border: 1px solid #dfdfdf;
        height: auto;
        width: 100%;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        order: 1;
        margin-bottom: 15px;
      }
      .price_dop p b {
          display: block;
          text-align: center;
          font-size: 16px;
          margin-bottom: 5px;
      }
      .price_dop p {
        display: block;
        font-size: 14px;
        text-align: center;
        padding: 10px 0px;
        border-bottom: 1px solid #dfdfdf;
        width: 40%;
        margin-left: auto;
        margin-right: auto;
        line-height: 120%;

    }
    .price_dop p img {
        width: 45px;
        margin-bottom: 5px;
        display: none;
    }
    
    .price_dop p:nth-child(n+3) {
        border-bottom: 0;
    }
    
    
    /*OTZIVI*/
    
    
    .otzivi {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 60px;
    }
    .otziv {
        width: 100%;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), url(../img/cases/bg.jpg);
             -webkit-background-size: cover;
            background-size: cover;
            background-position: right center;
            padding: 20px;
            box-shadow: 0 7px 16px rgb(36 44 51 / 7%);
            border-radius: 10px;
    }
    
    .otziv:nth-child(n+2) {
        margin-top: 50px;
    }

    .plusi3 {
        flex-direction: column;
    }

    .plusi3 .plus {
        width: 100%;
        flex-direction: row;
    }
    
    .otziv_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .otziv_name {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        margin-right: auto;

    }
    .otziv_name b {
        display: block;
        font-size: 18px;
    }
    
    .otziv_name p {
        font-size: 14px;
        line-height: 170%;
        margin-left: 15px;
    }
    
    .img_name {
        width: 50px;
        height: 50px;
        display: flex;
        object-fit: cover;
    }
    
    .img_name img {
        width: 100%;
        display: flex;
        object-fit: cover;
        border-radius: 50%;
    }
    
    .otziv_opis {
        margin-top: 15px;
        line-height: 167%;
        font-size: 14px;
    }

    .data {
        font-size: 14px;
        display: block;
        width: 100%;
    }
    
    /*MONTAJ*/
    
    
    .montaj_left {
        width: 100;
    }
    .montaj_left h3 {
        text-align: left;
        margin-left: 0;
        width: 100%;
    }
    
    .h3_dop {
        font-size: 18px;
        line-height: 148%;
        font-weight: 300;
        margin-top: 15px;
    }
    .montaj_left .plus p {
    width: 100%;
    font-size: 14px;
    }
    
    .montaj_left .plus:nth-child(n+2) {
        margin-top: 35px;
    }
    
    
    .montaj_left .button_block {
        margin-top: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    
    
    .montaj_left .button_block .button {
        height: 70px;
        width: 100%;
    }
    
    .montaj_left .button_block .tel {
        margin-right: 0px;
        margin-top: 15px;
        align-items: center;
    }
    .montaj_left .button_block .tel .tel_img a {
        margin-top: 0;
    }
    .montaj_left .button_block .tel .tel_img {
        display: block;
        margin-left: 10px;
    }
    
    /*P_LISTS*/
    
    .p_lists {
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .p_list {
        width: 100%;
        justify-content: space-between;
        display: flex;
        align-items: center;
        padding: 18px 20px;
        box-shadow: 0 7px 16px rgb(36 44 51 / 10%);
        border-radius: 10px;
        background-color: #fff;
    }
    
    .p_list:nth-child(n+2) {
        margin-top: 8px;
    }
    
    .p_list p {
        font-size: 14px;
        line-height: 140%;
        width: 210px;
    }
    
    .p_list b {
        font-size: 16px;
        font-weight: 700;
        color: #0078ff;
        width: 110px;
        text-align: right;
    }
    
    .img_anten_p {
        position: absolute;
        bottom: -80px;
        right: 0px;
        display: flex;
        object-fit: cover;
        width: 330px;
        z-index: -1;
    }
    
    .img_anten_p img {
        width: 100%;
        display: flex;
        object-fit: cover;
    }
    
    /*VOPROSI*/
    
    .vopros_left {
        width: 100%;
        position: relative;
        z-index: 3;
    }
    
    .voprosi h3 {
        margin-left: 0;
        text-align: left;
    }
    
    
    .voprosi_all {
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    
    .vopros_right {
        width: 300px;
        display: flex;
        object-fit: cover;
        position: relative;
        display: none;
    }
    
    .vopros_right img {
        width: 650px;
        display: flex;
        object-fit: cover;
        bottom: -80px;
        position: absolute;
        left: -150px;
    }
    
    .accordion {
        display: block;
        font-size: inherit;
        margin: 10px 0 0 0;
        position: relative;
        border-radius: 10px;
        box-shadow: 0 7px 16px rgb(36 44 51 / 10%);
    
      }
      
      .accordion input {
        display: none;
        position: absolute;
        visibility: hidden;
        left: 50%;
        top: 50%;
        z-index: 1;
      }
      
      .accordion__header {
        background-color: #0078ff;
        border-radius: 10px 10px 0 0;
        border-bottom-width: 0px;
        color: #fff;
        cursor: pointer;
        transition: background 0.2s;
        padding: 15px 20px;
        position: relative;
        z-index: 2;
        font-weight: 600;
        font-size: 14px;
        line-height: 140%;
      }
      .accordion__header b {
          width: 90%;
          display: block;
          font-weight: 500;
      }
      .accordion__header:hover {
        background-color: #2e8ffd;
        color: white;
      }
      .accordion__header:hover:before, .accordion__header:hover:after {
        background-color: white;
      }
      .accordion__header:before, .accordion__header:after {
        background-color: #ffdd00;
        content: '';
        display: block;
        position: absolute;
        z-index: 3;
      }
      .accordion__header:before {
        height: 2px;
        margin-top: -1px;
        top: 50%;
        right: 20px;
        width: 8px;
        color: #ffdd00;
      }
      .accordion__header:after {
        height: 8px;
        margin-top: -4px;
        top: 50%;
        right: 23px;
        width: 2px;
        color: #ffdd00;
      }
      .accordion input:checked ~ .accordion__header {
        background: #0078ff;
    
        color: white;
      }
      .accordion input:checked ~ .accordion__header:hover {
        background-color: #2e8ffd;
    
        color: white;
      }
      .accordion input:checked ~ .accordion__header:before {
        background-color: #ffdd00;
      }
      .accordion input:checked ~ .accordion__header:after {
        display: none;
      }
    
    
      .accordion:last-child input:checked ~ .accordion__header {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
      }
      
      .accordion__content {
        background-color: white;
        border-radius: 0 0 10px 10px;
        border-width: 0px 1px;
        display: none;
        padding: 15px 20px;
        font-size: 14px;
        line-height: 160%;
      }
      .accordion input:checked ~ .accordion__content {
        display: block;
      }
      .accordion:last-child .accordion__content {
        border-bottom-width: 1px;
        border-radius: 0px 0px 4px 4px;
      }
      .accordion__content h6 {
        color: #607D8B;
        font-size: 18px;
        margin-bottom: 5px;
      }
    
    
      .form_short {
          width: 100%;
          max-width: 320px;
          margin-top: 0;
          margin-left: auto;
          margin-right: auto;
      }
    
      .form_short form {
          flex-direction: column;
      }
      .form_short form input {
          width: 100%;
      }
      .form_short form .button {
          margin-left: 0;
          margin-right: 0;
          width: 100%;
          height: 70px;
          margin-top: 8px;
      }
    
      .form_short h4 {
          width: 185px;
          line-height: 150%;
      }
    
      .form_short h4 span {
          line-height: 128%;
      }
    
      .form_short .form_antenn {
          width: 200px;
          display: flex;
          object-fit: cover;
          margin-right: -20px;
      }
    
      .contacts_all {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
      }
    
      .contacts {
          display: flex;
          justify-content: space-between;
          width: 100%;
          flex-wrap: wrap;
          margin-top: 40px;
      }
    
      .contacts .tel {
          text-align: left;
          margin-bottom: 20px;
      }

      .contacts .tel p {
          font-size: 15px;
          margin-bottom: 4px;
      }

      .contacts .tel a {
          font-size: 20px;
          line-height: 110%;
      }
      .contacts .tel b {
        font-size: 15px;
        line-height: 110%;
    }

      .contacts .tel .tel_img {
          display: block;
          margin-left: 0px;
          order: 1;
          margin-right: 10px;
      }

      .contacts .tel .tel_tel {
          order: 2;
      }
    
      .adr {
          text-align: left;
          display: flex;
          align-items: center;
      }
      .adr .tel_img {
        margin-top: 0!important;
          margin-left: 0!important;
          margin-right: 10px;
          width: 37px;
          height: 37px;
          
        display: flex!important;
        object-fit: cover;
      }
    
      .adr .tel_img img {
          width: 100%;
          border-radius: 50%;
          display: flex;
        object-fit: cover;
      }
    
      .mmap {
          width: 100%;
          height: 280px;
          margin-top: auto;
          border-radius: 10px;
          overflow: hidden;
      }

      .callback-bt-tel {
        display: flex!important;
    }
  
    .callback-bt-desctop {
        display: none!important;
    }

    
  .owl-next, .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 40%;
}
.owl-theme .owl-nav {
    display: block!important;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #4fadfe!important;
}
.owl-prev {
  left: -25px;
      transition: ease-in-out 0.2s;
}
.owl-prev:hover {
    transform: translate(-5px);
    transition: ease-in-out 0.2s;
}
.owl-next:hover {
    transform: translate(5px);
    transition: ease-in-out 0.2s;
}
.owl-next {
    right: -25px;
      transition: ease-in-out 0.2s;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none!important;
    color: #FFF;
    text-decoration: none;
} 
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    width: 40px;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden!important;
    -webkit-transform: translate3d(0,0,0);
}

.owl-item {
    opacity: 0.3!important;
}
.active {
    opacity: 1!important;
}

.arroweb {
    margin-top: 40px;
    text-align: center;
    font-weight: 400;
    margin-bottom: -50px;
}
.arroweb a {
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}
.arroweb p {
    color: #333333;
    display: inline-block;
}
.arroweb span {
    transition: all 0.4s;
    color: #118ce2;
    letter-spacing: 0.4px;
}
.arroweb a:hover span{
    color: #118ce2;
    text-decoration: underline;
    font-size: 14px;
}

    }



    
    input[type=tel], input[type=submit], input[type=text], input[type=name],  textarea{
        -webkit-appearance: none;
    }
    img {
        pointer-events: none!important;
    }

    img {
        opacity: 1;
        transition: opacity 0.4s;
      }
       
      img[data-src] {
        opacity: 0;
      }


    /* начало кнопки звонка */ 
    .callback-bt-tel {
        background-image: linear-gradient(to top, #fbb034, #ffdd00);
        
        border-radius:50%;
        box-shadow:0 8px 10px rgba(251,176,52,0.3);
        cursor:pointer;
        height:50px;
        text-align:center;
        width:50px;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 5%;
        bottom: 5%;
        z-index:999;
        transition:.3s;
        -webkit-animation:hoverWave linear 2s infinite;
        animation:hoverWave linear 2s infinite;
        position: fixed;
}

.callback-bt-tel .text-call{
        height:58px;
        width:58px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
        display: flex;
        justify-content: center;
        align-items: center;
}

.callback-bt-tel .text-call span {
    text-align: center;
    color:#3469ff;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 4px;
        top: 22px;
    line-height: 14px;
        font-weight: 600;
    text-transform: uppercase;
    transition: opacity .6s linear;
}
.fa-phone {
    margin-right: 3px;
    margin-top: 3px;
}

.callback-bt-tel .text-call:hover span {
    opacity: 1;
        font-size: 11px;
}
.callback-bt-tel:hover i {
    
}

.callback-bt-tel i {
        color:#fff;
        font-size:32px;
        transition:.3s;
        line-height: 65px;
        transition: .5s ease-in-out;
        margin-left: 4px;
}

.callback-bt-tel i  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}
/*call desc*/
.callback-bt-desctop {
    background-image: linear-gradient(to top, #fbb034, #ffdd00);
    
    border-radius:50%;
    box-shadow:0 8px 10px rgba(251,176,52,0.3);
    cursor:pointer;
    height:70px;
    text-align:center;
    width:70px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 5%;
    bottom: 5%;
    z-index:999;
    transition:.3s;
    -webkit-animation:hoverWave linear 2s infinite;
    animation:hoverWave linear 2s infinite;
    position: fixed;
}

.callback-bt-desctop .text-call{
    height:58px;
    width:58px;        
    border-radius:50%;
    position:relative;
    overflow:hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.callback-bt-desctop .text-call span {
text-align: center;
color:#3469ff;
opacity: 0;
font-size: 0;
    position:absolute;
    right: 4px;
    top: 22px;
line-height: 14px;
    font-weight: 600;
text-transform: uppercase;
transition: opacity .6s linear;
}
.fa-phone {
margin-right: 3px;
margin-top: 3px;
}

.callback-bt-desctop .text-call:hover span {
opacity: 1;
    font-size: 11px;
}
.callback-bt-desctop:hover i {

}

.callback-bt-desctop i {
    color:#fff;
    font-size:32px;
    transition:.3s;
    line-height: 85px;
    transition: .5s ease-in-out;
    margin-left: 4px;
    margin-top: 10px;
}

.callback-bt-desctop i  {
animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(251,176,52,0.3),0 0 0 0 rgba(251,176,52,0.2),0 0 0 0 rgba(251,176,52,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(251,176,52,0.3),0 0 0 10px rgba(251,176,52,0.2),0 0 0 0 rgba(251,176,52,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(251,176,52,0.3),0 0 0 15px rgba(251,176,52,0),0 0 0 12px rgba(251,176,52,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(251,176,52,0.3),0 0 0 15px rgba(251,176,52,0),0 0 0 25px rgba(251,176,52,0.0)
}
}@keyframes hoverWave {
    0% {
        box-shadow:0 8px 10px rgba(251,176,52,0.3),0 0 0 0 rgba(251,176,52,0.2),0 0 0 0 rgba(251,176,52,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(251,176,52,0.3),0 0 0 10px rgba(251,176,52,0.2),0 0 0 0 rgba(251,176,52,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(251,176,52,0.3),0 0 0 15px rgba(251,176,52,0),0 0 0 12px rgba(251,176,52,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(251,176,52,0.3),0 0 0 15px rgba(251,176,52,0),0 0 0 25px rgba(251,176,52,0.0)
}
}

/* animations icon */

@keyframes shake {
    0% {
        transform: rotateZ(10deg);
            -ms-transform: rotateZ(10deg);
            -webkit-transform: rotateZ(10deg);
    }
    
    50% {
        transform: rotateZ(-2deg);
            -ms-transform: rotateZ(-2deg);
            -webkit-transform: rotateZ(-2deg);
    }
    
    100% {
        transform: rotateZ(10deg);
            -ms-transform: rotateZ(10deg);
            -webkit-transform: rotateZ(10deg);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotateZ(10deg);
            -ms-transform: rotateZ(10deg);
            -webkit-transform: rotateZ(10deg);
    }
    
    50% {
        transform: rotateZ(-2deg);
            -ms-transform: rotateZ(-2deg);
            -webkit-transform: rotateZ(-2deg);
    }
    
    100% {
        transform: rotateZ(10deg);
            -ms-transform: rotateZ(10deg);
            -webkit-transform: rotateZ(10deg);
    }
}
/* конец кнопки звонка */