body{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
    font-style: normal;
    overflow-x:hidden;
    
}
.conteiner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    width: 1200px;
    height: auto;
    overflow-x:hidden;
    

}
h1{
	 font-family: 'Montserrat' sans-serif;
	font-style: normal;
}
p{
	font-family: 'Montserrat';
	font-style: normal;
}

/* Ð¨Ð°Ð¿ÐºÐ° */
.header {
    margin: 0;
    padding: 10px;
    width: 100%;
    height: auto; 
    padding-left: 0;
    
    display: flex;
    flex-direction: row;
  
}
.blok-logo{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 35%;
}
.logo-text{
    font-size: 12px;
    font-weight: 500;
}
.logo-img{
    width: auto;
    height: auto;
}
.sety{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 20%;
}
.vwt-img{
    width: 25px;
    margin-right: 15px;
}
.phone{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 20%;
}
.phone-img{
    margin-bottom: -7px;
    margin-right: 10px;
}
.phone-link{
    color: black;
    font-weight: 600;
    text-decoration: none;
    margin-top: 8px;
}
.phone-text{
    font-size: 12px;
    font-weight: 500;
    margin-left: 35px;
    margin-top: 0px;
}
.button-blok{
    padding-right: 10px;
   
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 25%;
}
.button-zvonok{
    margin-top: 10px;
    width: 210px;
    height: 45px;
    background-color: #DB321B;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0px 0px 15px rgba(219, 50, 27, 0.3);
    border: 0px;
    border-radius: 5px;
}
.button-zvonok:hover{
    background-color: #a51d0b;
}
.button-text{
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
    
}
/* Ð¨Ð°Ð¿ÐºÐ° - ÐÐ”ÐÐŸÐ¢ÐÐ¦Ð˜Ð¯*/
@media (max-width: 1200px) {
    .conteiner{
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
}
@media (max-width: 980px) {
    .logo-text, .button-text, .phone-text{
        font-size: 10px;
    }
    .sety{
    justify-content: center;
}
}

@media (max-width: 870px) {
    .logo-text, .button-text, .phone-text{
        display: none;
    }
    .dspb{
        display: block;
    }
    .button-zvonok{
        margin-top: 0px;
        width: 170px;
        height: 40px;
        font-size: 14px;
    }
    .blok-logo{
        width: 25%;
    }
    .sety{
        width: 25%;
        justify-content: start;
    }
    .phone{
        width: 25%;
    }
    .button-blok{
        width: 25%;
    }
    .phone-link{
        margin-top: 10px;
        font-size: 23px;
    }
}
@media (max-width: 860px) {
    .header{
       margin-top: 0px;
    }
}
@media (max-width: 810px) {
    .header{
        width: 100%;
        flex-wrap: wrap;
    }
    .mobile-menu {
        padding: 0;
        width: 10%;
    }
    .blok-logo{
        width: 20%;
        align-items: flex-start;
    }
    .sety{
        width: 17%;
        justify-content: center;
    }
    .phone{
        width: 25%;
        align-items: flex-start;
    }
    .button-blok{
        width: 20%;
        align-items: center;
    }
}
@media (max-width: 768px) {
    .header{
        flex-wrap: wrap;
    }
    .blok-logo{
        width: 60%;
        justify-content: center;
    }
    .sety{
        width: 17%;
        justify-content: center;
    }
    .phone{
        width: 40%;
        align-items: flex-end;
    }
    .button-blok{
        width: 50%;
        align-items: center;
    }
}
@media (max-width: 670px) {
    .mobile-menu {
        padding: 0;
        width: 10%;
    }
    
    .blok-logo{
        width: 84%;
        justify-content: flex-end;
    }
    .sety{
        display: none;
    }
    .phone{
        width: 50%;
        align-items: flex-start;
        padding-left: 15px;
    }
    .button-blok{
        width: 45%;
        align-items: flex-end;
        padding-right: 0px;
    }
}
@media (max-width: 560px) {
    .blok-logo{
        width: 80%;
        justify-content: flex-end;
    }
}
@media (max-width: 460px) {
    .blok-logo{
        width: 80%;
        justify-content: flex-end;
    }
    .phone{
        width: 100%;
        align-items: center;
        padding-left: 0px;
    }
    .button-blok{
        width: 100%;
        align-items: center;
        padding-right: 0px;
        margin-top: 15px;
    }
}
@media (max-width: 320px) {
    .blok-logo{
        width: 78%;
        
    }
}
/* ÐœÐµÐ½ÑŽ */
.nav-menu{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 35px;
    z-index:170;
    margin: -20px 0px 0px 0px;
    width:100%;
    align-items: center;
    text-align: center;
}
.menu{
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
  
   
}
.link-menu{
    margin-right: 40px;
    list-style-type: none;
    
}
.menu-item{
    margin-right: 30px;
    list-style-type: none;
   
}
.link-m{
    
    color: #000;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}
.link-m:hover{
    color: #DB321B;
}
.link-m-active{
    color: #DB321B;
}
@media (max-width: 1200px) {
    
    .menu-item{
        margin-right: 10px;
    }
}
@media (max-width: 1030px) {
    .nav-menu{
        height: 25px;
        margin-top: -20px;
     }
    .menu-item{
        margin-right: 10px;
    }
    .link-m{
        font-size: 14px;
    }
}
@media (max-width: 860px) {
    .nav-menu{
        display: none;
    }
}
/* ÐœÐ¾Ð±Ð¸Ð»ÑŒÐ½Ð¾Ðµ Ð¼ÐµÐ½ÑŽ */
@media (min-width: 860px) {
    .mobile-menu {
    display: none;
    
    }
}
@media (max-width: 859px) {
  .mobile-menu {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    
    height: 50px;
    z-index: 800;
  }
  .mobile-menu__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 30px;
    cursor: pointer;
    transition: .4s;
  }
  .mobile-menu__icon {
    display: block;
    position: relative;
    background: #DB321B;
    width: 90%;
    height: 4px;
    transition: .4s;
  }
  .mobile-menu__icon::after, .mobile-menu__icon::before {
    content: "";
    display: block;
    position: absolute;
    background:#DB321B;
    width: 100%;
    height: 4px;
    transition: .4s;
  }
  .mobile-menu__icon::after {
    top: 8px;
  }
  .mobile-menu__icon::before {
    top: -8px;
  }
  .mobile-menu__container {
    position: fixed;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 999;
    height: 0;
    opacity: 1;
    transition: .5s;
    overflow: hidden;
    background-color: #FED238;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: 6px 0px 10px rgba(0, 0, 0, 0.6);
    margin-top: 40px;
    
  }
  .mobile-menu__list {
    transition: .5s;
    list-style: none;
    padding-left: 0;
    padding-top: 50px;
    margin-top: -40px;
   
    
  }
  #menu-item-43, #menu-item-44, #menu-item-45, #menu-item-46, #menu-item-47, #menu-item-48, #menu-item-49, #menu-item-50{
    font-size: 17px;
    padding-bottom: 10px;
    text-decoration: none;
    color: #000;
  }
  #menu-item-43 a {
    text-decoration: none;
    color: #000;
  }
  #menu-item-44 a {
    text-decoration: none;
    color: #000;
  }
  #menu-item-45 a {
    text-decoration: none;
    color: #000;
  }
  #menu-item-46 a {
    text-decoration: none;
    color: #000;
  }
  #menu-item-47 a {
    text-decoration: none;
    color: #000;
  }
  #menu-item-48 a {
    text-decoration: none;
    color: #000;
  }
  #menu-item-49 a {
    text-decoration: none;
    color: #000;
  }
  #menu-item-50 a {
    text-decoration: none;
    color: #000;
  }


  .mobile-menu__item {
    font-size: 17px;
    padding-bottom: 10px;
  }
  .mobile-menu__link {
    text-decoration: none;
    color: #000;
  }
  .mobile-menu__checkbox {
    display: none;
  }
  .mobile-menu__checkbox:checked ~ .mobile-menu__nav {
    opacity: 1;
  }
  .mobile-menu__checkbox:checked ~ .mobile-menu__container {
    height: 280px;
  }
  .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon {
    background: transparent;
  }
  .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before, .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
    top: 0;
  }
  .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  } 
  
  .block-fone-mob{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}
.text-fone-mob{
    padding: 10px 20px 10px 20px;
}
.text-fone-mob:hover{
    background-color: #006099;
}
.link-fone-mob{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}
}

/*******************************************************************************************
******************************************************************************************/
/* ÐŸÐµÑ€Ð²Ñ‹Ð¹ ÑÐºÑ€Ð°Ð½ */
.form-wrapper {
    display: flex;
    justify-content: center;
}
.main-block{
    margin: 0;
    padding: 0px 20px 0px 20px;
    width: 100%;
    height: auto; 
    display: flex;
    flex-direction: row;
   

}
.form-block{
    display: flex;
    flex-direction: column;
    
    width: 40%;
    height: auto;
    margin-right: 20px;
    padding: 80px 20px 20px 20px;
   
    
}   
.form{
    display: flex;
    flex-direction: column;
    background-color: #FED238;
    width: auto;
    height: auto;
    padding: 25px;
    margin-top: 0px;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    border-radius: 15px;
}
.h3-form{
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px; 
}
.form-text{
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px; 
    margin-bottom: 20px;
}
.pole{
    width: 97%;
    margin-bottom: 10px;
    padding: 5px;
    border: 0px;
    border-radius:5px;
    height: 30px;
}
.pole-2{
    width: 99%;
    margin-bottom: 10px;
    padding: 5px;
    border: 0px;
    border-radius:5px;
    height: 30px;
}
.checkbox-block{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: auto;
    padding: 5px;
    margin-bottom: 10px;
    
}
.obrabotka:checked{
	background-color:red;
}
#check{
    margin-right: 10px;
    
}
.check-text{
    margin-right: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px; 
}
.col{
	margin-bottom:10px;
}
.button-1{
    margin: 10px auto 10px auto;
    width: 100%;
    height: 45px;
    background-color: #DB321B;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0px 0px 15px rgba(219, 50, 27, 0.3);
    border: 0px;
    border-radius: 5px;
}
.button-1:hover{
    background-color: #a51d0b;
}  
.blok-soglas{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top:0px;
    flex-wrap: wrap;
}
.obrabotka{
    margin-right: 6px;
}
.soglas{
    color: #000;
}
.title-block{
    display: flex;
    flex-direction: column;
    width: 60%;
    height: auto;
    padding: 20px 0px 20px 0px;
  
     
}
.h1{
    margin: 70px 0px 0px 30px;
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
}
.descr{
    font-size: 23px;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0px 0px 30px;
    z-index: 2;
    text-align: left;
}
.title-img{
    width: 100%;
    height: auto;
    margin-top: -70px;
    margin-left: -50px;
    z-index: 1;
}

/* ÐŸÐµÑ€Ð²Ñ‹Ð¹ ÑÐºÑ€Ð°Ð½ ÐÐ”ÐÐŸÐ¢ÐÐ¦Ð˜Ð¯ */
@media (max-width: 1030px) {
    .h1{
        font-size: 36px;
        line-height: 40px;
    }
    .descr{
        font-size: 17px;
        line-height: 25px;
    }
    .title-img{
        width: 100%;
        height: auto;
        margin-left: -20px;
       
    }
}
@media (max-width: 860px) {
    .h1{
        font-size: 32px;
        line-height: 36px;
    }
    .descr{
        font-size: 15px;
        line-height: 19px;
    }
    .title-img{
        width: 100%;
        height: auto;
        margin-left: -20px;
        margin-top: -40px;
    }
}
@media (max-width: 768px) {
    .form-block{
        width: 70%;
        height: auto;
        
        margin: -40px auto 0px auto;
        padding: 20px 10px 20px 10px;
    }
    .main-block{
        margin: -30px 0px 0px 0px;
        padding-left: 0px;
        padding-right: 0px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        
    }

    .title-block{
        align-items:center;
        width: 100%;
        text-align: center;
    }
    .title-img{
        width: 95%;
        height: auto;
        margin-left: 0px;
        margin-top: -40px;
    }
    .h1{
        font-size: 30px;
        line-height: 32px;
    }
    .descr{
        margin: 10px 0px 0px 0px;
        text-align: left;
        font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    }
    .button-blok2 {
    width: 100%;
    align-items: center;
}
}
@media (max-width: 720px) {
    .main-block{
        margin: -30px 0px 0px 0px;
        padding-left: 0px;
        padding-right: 0px;
        align-items: center;
        
    }
    .form-block{
        width: 100%;
        height: auto;
    }
}
@media (max-width: 667px) {
    .form-block{
        width: 97%;
        margin-right: 20px;
    }
    }

@media (max-width: 600px) {
    .main-block{
        margin: -30px 0px 0px 0px;
        padding-left: 0px;
        padding-right: 0px;
        align-items: center;   
    }
    .form-block{
    width: 98%;
    
}
    .h1{
        font-size: 23px;
        line-height: 28px;
        margin: 21px 0 0 0;
}
    
    .title-img{
        width: 80%;
        height: auto;
    }

}



@media (max-width: 568px) {
    .main-block{
        margin: -30px 0px 0px 0px;
        padding-left: 0px;
        padding-right: 0px;
        align-items: center;
        
    }
    .form-block{
        width: 97%;
        
    }
    .h1{
        font-size: 24px;
        line-height: 28px;
    }
    .title-img{
        width: 95%;
        height: auto;
    }
    .button-blok2 {
    width: 100%;
    align-items: center;
}
}
@media (max-width: 414px) {
    .main-block{
        padding-left: 0px;
        padding-right: 0px;
    }
    .form-block{
        width: 95%;
    }
    .descr{
        margin: 10px 10px 0px 0px;
    }
    .button-blok2 {
    width: 100%;
    align-items: center;
}
}
@media (max-width: 375px) {
    .main-block{
        padding-left: 0px;
        padding-right: 0px;
    }
    .form-block{
        width: 95%;
    }
}
@media (max-width: 320px) {
    .main-block{
        padding-left: 0px;
        padding-right: 0px;
    }
    .form-block{
        width: 94%;
    }
    .title-block{
        width: 100%;
        padding-right: 10px;
    }
}
/*Ð‘Ð»Ð¾Ðº-2 "ÐŸÐ¾Ñ‡ÐµÐ¼Ñƒ Ð¼Ñ‹?"*/
.block-pochemu{
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    padding: 40px 0px 0px 0px;
    
}
h2{
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}
.pochemu-text{
    margin: 10px 0px 0px 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
}
.pochemu-row{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 50px;

    
}
.pochemu-col{
    width: 33.33%;
    margin: 10px 10px 10px 10px;
    padding: 20px;
    border: 2px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 10px;
}
.pochemu-img{
    width: auto;
    height: auto;
}
.h3-pochemu{
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}
.pochemu-text{
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
}
.block-pochemu-posle{
    padding: 30px;
    margin-bottom: 30px;
}
#pochemu-text-posle{
    text-align: left;
	line-height:1.5;
}


.pochemu-zvonok{
    display: flex;
    flex-direction: row;
    width: auto;
    height: 150px;
    background-color: #FED238;
    border-radius: 15px;
    margin: 0px 10px 50px 10px;
}
.pochemu-zvonok-b1{
    width: auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 15%;
}
.sygnal-img{
    width: 120px;
}
#sygnal-1{
    margin-bottom: -100px;
}
#sygnal-2{
    margin-top: -100px;
}
.pochemu-zvonok-b2{
    width: auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
}
.pochemu-zvonok-text-1{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.pochemu-zvonok-b3{
    width: auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 35%;
}
.phone-img-2{
    margin-bottom: -3px;
    margin-right: 20px;
    width: 30px;
}
.phone-link-2{
    font-size: 30px;
    color: black;
    font-weight: 600;
    text-decoration: none;
    margin-top: 8px;
}
.phone-text-2{
    font-size: 16px;
    font-weight: 500;
    margin-left: -60px;
    margin-top: 0px;
}
.pochemu-zvonok-b4{
    width: auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 10%;
}
/* Ð‘Ð»Ð¾Ðº-2 "ÐŸÐ¾Ñ‡ÐµÐ¼Ñƒ Ð¼Ñ‹?" ÐÐ”ÐÐŸÐ¢ÐÐ¦Ð˜Ð¯*/
@media (max-width: 1220px) {
    .pochemu-zvonok{
        width: 98%;
        margin: 0px 0px 50px 0px;
    }
}
@media (max-width: 1024px) {
    .pochemu-zvonok{
        width: 100%;
        height: 120px;

    }
    h2{
        font-size: 24px;
        line-height: 30px;
        
    }
    .pochemu-text{
        margin: 10px 0px 0px 0px;
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
    }
    .pochemu-row{
        display: flex;
        flex-direction: row;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .pochemu-col{
        width: 33.33%;
        margin: 5px 5px 5px 5px;
        padding: 20px;
        border: 2px solid #C4C4C4;
        box-sizing: border-box;
        border-radius: 10px;
    }
    .h3-pochemu{
        font-size: 16px;
        line-height: 18px;
    }
    .pochemu-text{
        font-size: 14px;
        line-height: 16px;
    }
    .pochemu-zvonok-text-1{
        font-size: 18px;
    }
    .phone-img-2{
        margin-bottom: -3px;
        width: 25px;
    }
    .phone-link-2{
        font-size: 24px;
        margin-top: 8px;
    }
    .phone-text-2{
        font-size: 16px;
        font-weight: 500;
        margin-left: -20px;
        margin-top: 0px;
    }
    
}
@media (max-width: 940px) {
    .sygnal-img{
        width: 70px;
    }
    .pochemu-zvonok-text-1{
        font-size: 16px;
    }
    .phone-img-2{
        margin-bottom: -3px;
        width: 20px;
    }
    .phone-link-2{
        font-size: 22px;
        margin-top: 8px;
    }
    .phone-text-2{
        font-size: 14px;
        font-weight: 500;
        margin-left: -20px;
        margin-top: 0px;
    }
}
@media (max-width: 860px) {
    
    .block-pochemu{
        padding: 20px 0px 10px 10px;
        
    }.pochemu-row{
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
                
    }
    .pochemu-col{
        width: 45%;
        margin-right: 0px;
    }
    .pochemu-zvonok-text-1{
        font-size: 15px;
    }
}
@media (max-width: 790px) {
    .block-pochemu{
        padding: 20px 10px 10px 10px;
        
    }
    .pochemu-zvonok{
        width: 98%;
        height: 100px;
    }
    .pochemu-zvonok-text-1{
        font-size: 14px;
    }
}
@media (max-width: 740px) {
    
    .block-pochemu{
        padding: 20px 10px 10px 10px;
        
    }.pochemu-zvonok{
        width: 98%;
        height: 80px;
    }
    .pochemu-zvonok-text-1{
        font-size: 13px;
    }
    .phone-link-2{
        font-size: 20px;
        margin-top: 8px;
    }
    .phone-text-2{
        font-size: 12px;
        font-weight: 500;
        margin-left: -20px;
        margin-top: 0px;
    }
}
@media (max-width: 720px) {
    .block-pochemu{
        padding: 20px 10px 10px 10px;
        
    }
    .pochemu-row{
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
                
    }
    .pochemu-col{
        width: 60%;
        margin-right: 0px;
    }
    .pochemu-zvonok{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 70%;
        height: 200px;
        margin: 0px auto 30px auto;
    }
    .pochemu-zvonok-b1{
        width: auto;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
    .sygnal-img{
        width: 70px;
    }
    #sygnal-1{
        margin-top: -120px;
    }
    #sygnal-2{
        margin-bottom: -120px;
        margin-left: 0px;
    }
    .pochemu-zvonok-b2{
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        text-align: center;
    }
    .pochemu-zvonok-text-1{
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
    }
    .pochemu-zvonok-b3{
        text-align: left;
        width: 100%;
    }
    .phone-img-2{
        margin-bottom: -3px;
        margin-right: 20px;
        width: 30px;
    }
    .phone-link-2{
        font-size: 22px;
        margin-top: 0px;
    }
    .phone-text-2{
        font-size: 14px;
        margin-left: 0px;
        margin-top: 0px;
    }
    .pochemu-zvonok-b4{
        text-align: right;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        width: 100%;
        margin-top: 0px;
    }
    
}
@media (max-width: 590px) {
    .block-pochemu{
        padding: 20px 10px 10px 10px;
        
    }
    .pochemu-row{
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 10px;
    }
    .pochemu-col{
        width: 80%;
    }
    .pochemu-zvonok{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 80%;
        height: 170px;
        margin: 0px auto 30px auto;
    }
    .pochemu-zvonok-text-1{
        font-size: 16px;
        line-height: 20px;
    }
    .phone-img-2{
        margin-bottom: -13px;
        margin-right: 20px;
        width: 25px;
    }
    .phone-link-2{
        font-size: 18px;
    }
    .phone-text-2{
        font-size: 13px;
    }
    #sygnal-1{
        margin-top: -160px;
    }
    #sygnal-2{
        margin-bottom: -160px;
        margin-left: 0px;
    }
}
@media (max-width: 460px) {
    .block-pochemu{
        padding: 20px 10px 10px 10px;
        
    }
    h2{
        margin: 0;
        font-size: 22px;
        line-height: 30px;
    }
    .pochemu-text{
        margin: 10px 0px 0px 0px;
        font-size: 13px;
    }
    .pochemu-row{
        flex-wrap: wrap;
    }
    .pochemu-col{
        width: 100%;
    }
    .pochemu-img{
        width: 70px;
        height: auto;
    }
    .h3-pochemu{
        font-size: 16px;
        line-height: 18px;
    }
    .pochemu-text{
        font-size: 13px;
        line-height: 17px;
    }
    .pochemu-zvonok{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 170px;
        margin: 0px 0px 30px 0px;
    }
    .pochemu-zvonok-text-1{
        font-size: 15px;
        line-height: 20px;
    }
    
}
@media (max-width: 414px) {
    .block-pochemu{
        padding: 20px 0px 10px 0px;
        
    }
    .pochemu-col{
        width: 95%;
    }
    .pochemu-zvonok{
        width: auto;
        height: 170px;
        margin: 0px 10px 30px 10px;
    }    
        
}
@media (max-width: 375px) {
    .block-pochemu{
        padding: 20px 0px 10px 0px;
        
    }
    .pochemu-col{
        width: 90%;
    }
    .pochemu-zvonok{
        width: auto;
        height: 170px;
        margin: 0px 10px 30px 10px;
    }    
}

/* Ð‘Ð»Ð¾Ðº Ð ÐÐ¡Ð§Ð•Ð¢ Ð¡Ð¢ÐžÐ˜ÐœÐžÐ¡Ð¢Ð˜ */
.block-raschet{
    margin: 70px 0px 100px 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px;
    text-align: center;
}
.pochemu-text a{
    color: #000;
}
.raschet-row{
    display: flex;
    flex-direction: row;
    width: auto;
    height: auto;
    margin: 40px auto 0px auto;
    padding: 40px;
    background: #FED238;
    border-radius: 15px;
}
.block-map{
    margin: 0px 40px 0px 0px;
    padding: 0;
   
}

/* Ð‘Ð»Ð¾Ðº ÐšÐÐ›Ð¬ÐšÐ£Ð›Ð¯Ð¢ÐžÐ Ð */
.culkul{
    display: flex; 
    flex-direction: column;
   
   justify-content: center;
    width: 400px;
    background-color:#FED238;
    margin: 0;
    padding: 0 0 10px 0; 
    font-size: 14px;
    font-weight: 600;
}
select{
    font-size: 13px;
    font-weight: 400;
    padding: 5px;
    border-radius:5px;
}
.avto-box{
    display: flex; 
    flex-direction: column;
    padding: 10px;
}
.avto-text{
    margin-bottom: 5px;
}
#avto{
    margin: 0;
    width: 100%;
    text-align: center;
    border: #fff;
}

.koleso-box{
    margin: 0;
    display: flex; 
    flex-direction: column;
    padding: 10px;
    
}
#koleso{
    width: 100%;
}
datalist {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 11px;
    font-weight: 500;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 5px 0;
  width: 100%;
  background-color:#FED238;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: #fff;
  border-radius: 1.3px;
  
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  background: #DB321B;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #fff;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  background: #DB321B;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  background: #DB321B;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}
  

.koleso-text{
    margin-bottom: 5px;
}   
.rul-kpp-box  {
    margin: 0;
    display: flex; 
    flex-direction: row;
    width: auto;
    padding: 10px;
}             
.rul-blok{
    display: flex; 
    flex-direction:column;
    width: 50%;
    margin-right: 10px;
}
.rul-text{
    margin-bottom: 5px; 
}
#rul {
    width: 100%;
    border: #fff;
}
.kpp-blok{
    display: flex; 
    flex-direction:column;
    width: 50%;
    margin-left: 10px;
}
.kpp-text{
    margin-bottom: 5px; 
}   
#kpp {
    width: 100%;
    border: #fff;
}   
.mesto-box{
    margin: 0;
    display: flex; 
    flex-direction: row;
    width: auto;
    padding: 10px;
}   
.otkuda-blok{
    display: flex; 
    flex-direction:column;
    width: 50%;
    margin-right: 10px;
}   
.otkuda-text{
    margin-bottom: 5px; 
}
#otkuda {
    width: 100%;
    border: #fff;
}       
.kuda-blok{
    display: flex; 
    flex-direction:column;
    width: 50%;
    margin-left: 10px;
}    
.kuda-text{
    margin-bottom: 5px; 
}          
#kuda {
    width: 100%;
    border: #fff;
}     
.rezult {
    width: auto;
    display: flex; 
    flex-direction:row;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
}  
.rez-text {
    margin: 0;
    padding-left: 10px;
    
}
#sum{
    margin: 0px 10px 0px 10px; 
    width: 50px; 
    border:0px;
    font-size: 18px;
    font-weight: 600;
    background-color:#FED238;
}
/* Ð‘Ð»Ð¾Ðº Ð ÐÐ¡Ð§Ð•Ð¢ Ð¡Ð¢ÐžÐ˜ÐœÐžÐ¡Ð¢Ð˜ ** ÐÐ”ÐÐŸÐ¢ÐÐ¦Ð˜Ð¯*/
@media (max-width: 980px) {
    .block-raschet{
        margin: 50px 0px 50px 0px;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 20px;
        text-align: center;
    }
    .raschet-row{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        width: 50%;

        height: auto;
        margin: 40px auto 0px auto;
        padding: 40px;
        background: #FED238;
        border-radius: 15px;
    }
    .block-map{
        margin: 0px auto 0px auto;
        padding: 0;
        border: 2px solid #DB321B;
    }
    .culkul{
        display: flex; 
        flex-direction: column;
        width: 400px;
        background-color:#FED238;
        margin: 0px auto;
        padding: 0 0 10px 0; 
        font-size: 14px;
        font-weight: 600;
    }
    .avto-box{
        padding-right: 40px;
    }
}
@media (max-width: 865px) {
    #myBtn-2{
        margin-top: 10px;
    }
    #raschet-text { 
        margin-right: 40px;
    }
}
@media (max-width: 760px) {
    
    .raschet-row{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        width: 60%;

        height: auto;
        margin: 40px auto 0px auto;
        padding: 20px;
        background: #FED238;
        border-radius: 15px;
    }
    .culkul{
        display: flex; 
        flex-direction: column;
        width: 400px;
        background-color:#FED238;
        margin: 0px auto;
        padding: 0 0 10px 0; 
        font-size: 14px;
        font-weight: 600;
    }
    .culkul{
        width: 400px;
        font-size: 12px;
        font-weight: 600;
    }
    select{
        font-size: 12px;
        font-weight: 400;
    }
    .vnimanie{
        margin-top: 0px;
    }
}
@media (max-width: 720px) {
    .raschet-row{
        width: 70%;

        height: auto;
        margin: 20px auto 0px auto;
        padding: 20px;
        background: #FED238;
        border-radius: 15px;
    }
}
@media (max-width: 590px) {
    .raschet-row{
        width: 90%;

        height: auto;
        margin: 20px auto 0px auto;
        padding: 20px;
        background: #FED238;
        border-radius: 15px;
    }
    .vnimanie{
        margin-top: 0px;
        padding: 0;
    }
}
@media (max-width: 568px) {
    .raschet-row{
        width: 85%;

        height: auto;
        margin: 20px 10px 0px 0px;
        padding: 20px;
        background: #FED238;
        border-radius: 15px;
    }
    
}
@media (max-width: 500px) {
    .block-raschet{
        padding: 20px;
    }
    .raschet-row{
        width: 90%;
        padding: 20px;
       
    }
}
@media (max-width: 480px) {
    .block-raschet{
        padding: 10px;
    }
    .raschet-row{
        width: 85%;
        padding: 20px;
       
    }
    .block-map{
    display: none;
}
}
@media (max-width: 414px) {
    #h2-raschet{
        padding-right: 30px;
    }
    #button-raschet{
        margin-top: 15px;
    }

}

/* Ð‘Ð»Ð¾Ðº Ð’ÐÐ˜ÐœÐÐÐ˜Ð• */
.vnimanie{
    margin: 60px auto 0px auto;
    display: flex;
    flex-direction: column;

}
.h3-vnimanie{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #DB321B;
}
.vnimanie-row{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.vnimanie-col{
    width: 33.33%;
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-align: left;
}
#vnimanie-col{
    border-left: 2px solid #FED238;
    border-right: 2px solid #FED238;
}

/* Ð‘Ð»Ð¾Ðº Ð’ÐÐ˜ÐœÐÐÐ˜Ð• ****** ÐÐ”ÐÐŸÐ¢ÐÐ¦Ð˜Ð¯*/
@media (max-width:1030px) {
    .h3-vnimanie{
        font-size: 18px;
        line-height: 21px;
    }
    .vnimanie-col{
        font-size: 13px;
        line-height: 17px;
    }
}
@media (max-width:760px) {
    .vnimanie-row{
        flex-wrap: wrap;
        justify-content: center;
    }
    #vnimanie-col{
        border-left: 2px solid #FED238;
        border-right: 0px solid #FED238;
    }
}
@media (max-width:640px) {
    .vnimanie-col{
        width: 60%;
    }
    #vnimanie-col{
        border-top: 1px solid #FED238;
        border-bottom: 1px solid #FED238;
        border-left: 0px solid #FED238;
    }
}
/* Ð‘Ð»Ð¾Ðº ÐšÐ°Ðº Ð²Ñ‹Ð·Ð²Ð°Ñ‚ÑŒ ÑÐ²Ð°ÐºÑƒÐ°Ñ‚Ð¾Ñ€*/
.block-pochemu-posle-2{
    padding: 30px;
    margin-top: 100px;
}
#pochemu-text-posle-2{
    text-align: left;
    line-height: 1.5;
}
#pochemu-text-posle-2 a{
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}
#pochemu-text-posle-2 a:hover{
    text-decoration: underline;
}
/* Ð‘Ð»Ð¾Ðº ÐÐÐ¨Ð Ð¢Ð•Ð¥ÐÐ˜ÐšÐ*/
.block-tehnika{
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    padding: 40px 0px 0px 0px;
}
.tehnika-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0px;
}
.tehnika-col{
    width: 25%;
    margin: 0px 5px 10px 5px;
    padding: 20px;
    border: 2px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 10px;
}
.tehnika-img{
    width: 60%;
    height: auto;
}
.h3-tehnika{
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
}

/* Ð‘Ð»Ð¾Ðº ÐÐÐ¨Ð Ð¢Ð•Ð¥ÐÐ˜ÐšÐ ************ ÐÐ”ÐÐŸÐ¢ÐÐ¦Ð˜Ð¯ */
@media (min-width:1600px) {
    .tehnika-row{
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin: 0px 0px 50px 0px;
    }
    .tehnika-col{
        width: 24%;
        margin: 10px 5px 10px 5px;
        padding: 20px;
    }
}
@media (max-width:1599px) {
    .tehnika-row{
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin: 0px 0px 50px 0px;
    }
    .tehnika-col{
        width: 24%;
        margin: 10px 5px 10px 5px;
        padding: 20px;
    }
}
@media (max-width:1200px) {
.tehnika-row{
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0px 0px 50px 0px;
}
.tehnika-col{
    width: 25%;
    margin: 10px 5px 10px 5px;
    padding: 20px;
}
}
@media (max-width:1030px) {
    .tehnika-row{
        margin: 0px 0px 50px 0px;
    }
    .tehnika-col{
        width: 40%;
    }

}
@media (max-width:640px) {
    .block-tehnika{
        margin: 0px 0px 50px 0px;
        padding: 0px 0px 0px 10px;
    }
    .tehnika-row{
    justify-content: center;
       margin-top: 20px;
       margin-right: 0px;
    }
    .tehnika-col{
        width: 100%;
        margin: 0px 0px 10px 0px;
    }
    .tehnika-img{
        width: 40%;
        height: auto;
    }
}
@media (max-width:568px) {
    .block-tehnika{
        padding: 0px 10px 0px 0px;
    }
    .tehnika-col{
        width: 90%;
    }
}
@media (max-width:375px) {
    #tehnika-text{
        padding: 0 20px;
    }
}

/* Ð‘Ð»Ð¾Ðº Ð“ÐÐ›Ð•Ð Ð•Ð¯ */
.block-galary{
    display: flex;
    flex-direction: column;
    width: auto;
    text-align: center;
    margin: 0px 0px 0px 0px;;
    padding: 40px 0px 50px 0px;
}
.galary-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    padding:10px;
}
.galary-col{
    width: 45%;
    margin: 0px 0px 10px 0px;
    padding: 10px;
}
.galary-img{
    width: 100%;
    height: auto;
}
.button-blok-galary{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.button-galary{
    margin-top: 10px;
    width: 300px;
    height: auto;
    background-color: #DB321B;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0px 0px 15px rgba(219, 50, 27, 0.3);
    border: 0px;
    border-radius: 5px;
    text-decoration: none;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
}
.button-galary:hover{
    background-color: #a51d0b;
}
/* Ð‘Ð»Ð¾Ðº Ð“ÐÐ›Ð•Ð Ð•Ð¯ **********  ÐÐ”ÐÐŸÐ¢ÐÐ¦Ð˜Ð¯  */
@media (max-width:700px) {
    .galary-img{
        width: 50%;
        height: auto;
    }
    .block-galary{
        display: flex;
        flex-direction: column;
        width: auto;
        justify-content: center;
        text-align: center;
        padding: 0px 0px 0px 0px;
    }
    .galary-row{
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 0px 0px;
        width: auto;
        flex-wrap: wrap;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .galary-col{
        width: auto;
        margin: 0px 0px 10px 0px;
        padding: 0px;
    }
    
}
@media (max-width:414px) {
    #galary-text{
        padding: 0 20px;
    }
}

/* Ð‘Ð»Ð¾Ðº Ð“Ð•ÐžÐ“Ð ÐÐ¤Ð˜Ð¯ ***************************************************************************************************************/
.block-geo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 50px 0px 40px 0px;
    text-align: center;
}
.wrapper {
margin: 40px auto 50px auto;
width: 1200px;
}

.tabs-nav {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
width: 100%;
}
.tabs-nav__item {
display: flex;
flex-direction: column;
justify-content: center;
width: 16%;
border-top: 2px solid  #FED238;
border-left: 2px solid  #FED238;
border-right: 2px solid  #FED238;
border-bottom: none;
border-radius: 20px 20px 0px 0px;
cursor: pointer;
flex: 1;
padding: 20px;
background-color: #e6e6e6;
vertical-align: middle;
text-align: center;
font-size: 15px;
font-weight: 500;
color: rgb(61, 61, 61);

}

.tabs-nav__item.is-active {
background-color: #FED238;
font-weight: 600;
color: #000;
}

.tab {
background-color:#FED238;
display: none;
padding: 0px;
text-align: left;
}
.tab.is-active { 
display: block; 
border: 1px solid  #FED238;
}    

/* 1-Ð¹ Ð¢ÐÐ‘ */  
.tab-content-out{
display: flex;
flex-direction: row;
justify-content: stretch;
}

.tab-item-left{
display: flex;
flex-direction: column;
justify-content: center;
align-self: center;
text-align: center!important;
width: 50%;
height: 550px;
background-color: #FED238; 
}
.tab-item-right{
width: 50%;
height: auto;
background-color: #FED238;
padding: 20px; 
text-align: center;

}  
.tab-content1-img{
margin-top: 20px;
width: 60%;
}

.tab-item{
width: 100%;
height: 100%;
}
.table-2{
width: 40%;
margin: auto auto auto auto;


}
.ryad{
line-height: 2.3;
font-size: 17px;
font-weight: 600;
}
#ssylka-td {
color: #000;
text-decoration: none;
}
#ssylka-td:hover {
color: #fff;
}

/* 2-Ð¹ Ð¢ÐÐ‘ */
.table-3{
width: 95%;
margin-top: 40px;
margin-bottom: 40px;
margin-left: 30px;
}
.ryad-2{
line-height: 1.5;
font-size: 12px;
font-weight: 500;
}
#ssylka-td-2 {
color: #000;
text-decoration: none;
}
#ssylka-td-2:hover {
color: #fff;
}

/* 3-Ð¹ Ð¢ÐÐ‘ */
.tab-content-out-3{
padding-top: 70px;
display: flex;
flex-direction: row;
justify-content: center;
}
.tab-item-left-3{
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 50%;

}

.tab-item-right-3{
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 50%;

}
.table-4{
margin: 0px auto 30px auto;


}
.tab-content1-img-3{
width: 70%;
height: avto;
border: 2px solid #DB321B;
margin: auto auto 40px auto;
}
.ryad-3{
line-height: 1.4;
font-size: 15px;
font-weight: 500;
}
#ssylka-td-3 {
color: #000;
text-decoration: none;
}
#ssylka-td-3:hover {
color: #fff;
}

/* 4-Ð¹ Ð¢ÐÐ‘ */

.table-5{
font-size: 15px;
margin: 40px auto 40px auto;


width: 85%;
}
.ryad-4{
line-height: 1.5;
font-size: 15px;
font-weight: 500;
}
#ssylka-td-4 {
color: #000;
text-decoration: none;
}
#ssylka-td-4:hover {
color: #fff;
}


/* 5-Ð¹ Ð¢ÐÐ‘ */
.table-6{
margin: 40px auto 40px auto;
}
.ryad-5{
line-height: 1.3;
font-size: 15px;
font-weight: 500;
}
.table-6 td {
    margin: 0 15px 0px 30px;
    width: 20%;
}
#ssylka-td-5 {
color: #000;
text-decoration: none;
}
#ssylka-td-5:hover {
color: #fff;
}

/* Ð‘Ð»Ð¾Ðº Ð“Ð•ÐžÐ“Ð ÐÐ¤Ð˜Ð¯ ************* ÐÐ”ÐÐŸÐ¢ÐÐ¦Ð˜Ð¯ ****************************************************************************** */
@media (max-width:1240px) {
.wrapper {
    width: 95%;
}
}
@media (max-width:1160px) {
.wrapper {
    width: 97%;
}
.table-3 tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0px;
}
.table-3 td {
    margin: 0 -1px -1px 0;
    padding-top: 0px;
    position: relative;
    width: 25%;
}
}
@media (max-width:1040px) {
.tab-content1-img{
    margin-top: 20px;
    width: auto;
}
.ryad-3{
    line-height: 1.5;
    font-size: 13px;
    font-weight: 500;
}
.ryad-4{
    line-height: 1.5;
    font-size: 12px;
    font-weight: 500;
}
.ryad-5{
    line-height: 1.5;
    font-size: 12px;
    font-weight: 500;
}
.tabs-nav__item{
    font-size: 14px;
}
}
@media (max-width:1000px) {
.wrapper {
    margin: 40px auto 50px auto;
    padding: 0px 20px 0px 20px;
    width: 96%;
}
.tabs-nav{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
}
.tabs-nav__item{
    width: 33.33%;
    height: 40px;
}
.table-4{
    width: 70%;
}
.table-5{
    width: 95%;
}
.ryad-3{
    line-height: 1.5;
    font-size: 13px;
    font-weight: 500;
}
.ryad-4{
    line-height: 1.5;
    font-size: 12px;
    font-weight: 500;
}
.ryad-5{
    line-height: 1.5;
    font-size: 12px;
    font-weight: 500;
}
#ssylka-td-5{
    line-height: 1.5;
    font-size: 12px;
    font-weight: 500;
}

}
@media (max-width:780px) {
.tabs-nav{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
}
.tabs-nav__item{
    flex: 1;
    width: 100%;
    height: 40px;
    font-size: 13px;
}


.table-3 td {
    margin: 0 30px 0px 0;
 }
.table-5 {
    margin: 20px 20px;
    width: 100%;
}
.table-5 tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0px;
}
.table-5 td {
    margin: 0 5px 0px 0;
    padding-top: 0px;
    position: relative;
    width: 33%;
}

}
@media (max-width:768px) {
    .table-6{
        margin: 40px auto 40px 20px;
        font-size: 14px;
    }
    .ryad-5{
        line-height: 1.3;
        font-size: 15px;
        font-weight: 500;
    }
    .table-6 td {
        margin: 0 15px 0px 10px;
        width: 16%;
    }
}
@media (max-width:680px) {
.tab-content1-img{
    margin-top: 50px;
    width: 100%;
}
}
@media (max-width:667px) {
    .wrapper {
        margin: 40px auto 50px auto;
        padding: 0px 20px 0px 20px;
        width: 95%;
    }
    .tabs-nav{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        
    }
    .table-2{
        margin: 0px 20px 20px 20px;
        width: 110%;
    }
    .table-2 tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }
    .table-2 td {
        margin: 0 0px 0px 0;
        padding-top: 0px;
        position: relative;
        width: 44%;
    }
}

@media (max-width:600px) {
.tab-content1-img{
    margin-top: 50px;
    width: 100%;
}
.table-6{
    margin: 0px 20px 20px 20px;
    width: 110%;
}
.table-6 tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0px;
}
.table-6 td {
    margin: 0 5px 0px 0;
    padding-top: 0px;
    position: relative;
    width: 33%;
}
}
@media (max-width:568px) {
    .wrapper {
        margin: 40px auto 50px auto;
        padding: 0px 20px 0px 20px;
        width: 94%;
    }
    .tabs-nav{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        
    }
    .table-2{
        margin: 0px 20px 20px 20px;
        width: 110%;
    }
    .table-2 tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }
    .table-2 td {
        margin: 0 0px 0px 0;
        padding-top: 0px;
        position: relative;
        width: 44%;
    }
}


@media (max-width:500px) {
.tab-content-out{
    flex-direction: column;
}
.tab-item-left{
    align-self: center;
    justify-content: flex-start;
    
    margin-top: 40px;
    padding: 0;
    
}
.tab-item-right{
    align-self: center;
    justify-content: flex-start;
    width: 50%;
}
.tab-content1-img{
    margin-top: -250px;
}
.table-2 {
    margin: 0px 0px 0px 0px;
    width: 100%;
}
.table-2 tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0px;
}
.table-2 td {
    margin: 0 5px 0px 0;
    padding-top: 0px;
    position: relative;
    width: 45%;
}
.table-3 {
    margin: 20px 20px;
    width: 100%;
}
.table-3 tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0px;
}
.table-3 td {
    margin: 0 5px 0px 0;
    padding-top: 0px;
    position: relative;
    width: 45%;
}
.tab-item-left-3{
    width: 100%;
}
.table-4 {
    margin: -40px auto 30px 50px ;
    width: 100%;
}
.table-4 tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0px;
}
.table-4 td {
    margin: 0 5px 0px 0;
    padding-top: 0px;
    position: relative;
    width: 100%;
}
.tab-content1-img-3{
    display: none;
}
}
@media (max-width:375px) {
    .wrapper {
        width: 95%;
        margin-left: -10px;
    }
}
@media (max-width:320px) {
    .table-2 {
        margin: 0px 0px;
        width: 100%;
    }
    .table-2 tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }
    .table-2 td {
        margin: 0 30px 0px 0;
        padding-top: 0px;
        position: relative;
        width: 20%;
    }
    .ssylka-td{
        font-size: 14px;
    }
    
}    

/* Ð‘Ð»Ð¾Ðº Ð¦Ð•ÐÐ« ÐÐ Ð£Ð¡Ð›Ð£Ð“Ð˜ */
.block-ceny{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 50px 0px 0px 0px;
    text-align: center;
    
}
.ceny-row{
display: flex;
flex-direction: column;
padding: 0;
align-self: center;
width: 100%;
height: auto;
margin-top: 30px;
margin-bottom: 0px;


}
table{
    width: 70%;
    margin: 0px auto 80px auto;
    border:0px;
  
}
#razdel-tabl{
    background-color: #FED238;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    border:0px;
    margin: 0;
}
td{
    text-align: left;
    

}
.col-1{
    font-size: 16px;
    line-height: 2;
    
}
.col-2{
    text-align: center;
    
}
.ceny-inform{
    display: flex;
    flex-direction: row;
   align-self: center;
   justify-items: center;
   margin-bottom: 80px;
   padding: 15px;
    width: 70%;
    background-color: #FED238;
    border-radius: 15px;

}
.inform-img{
    width: auto;
    height: auto;
}
.inform-text{
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    text-align: left;
    margin-left: 25px;
}
/* Ð‘Ð»Ð¾Ðº Ð¦Ð•ÐÐ« ************* ÐÐ”ÐÐŸÐ¢ÐÐ¦Ð˜Ð¯  */
/*@media (max-width:860px) {
.ceny-row{
    padding: 0px 20px 0px 20px;
    
}
table{
        width: 90%;
        margin: 0px auto 80px 0px;
          
}
.ceny-inform{
        width: 95%;
        margin-left: 20px;
}
    .inform-text{
        font-size: 14px;
        line-height: 18px;
        margin-left: 25px;
}
}*/
@media (max-width:768px) {
    .ceny-row{
        width: 90%;
            
        }
        table{
            width: 95%;
            margin: 0px auto 80px 10px;
              
        }
        .ceny-inform{
            width: 80%;
            margin-top: -40px;
    }
    .inform-img{
        display: none;
        width:20%;
        height: auto;
        margin: 0px auto 0px auto;
    }
}
@media (max-width:667px) {
    .block-ceny{
        padding: 0;
       
    }
    .ceny-row{
    width: 100%;
        
    }
    table{
        width: 95%;
        margin: 0px auto 80px 10px;
          
    }
    .inform-img{
        width:20%;
        height: auto;
        margin: 0px auto 0px auto;
    }
}
@media (max-width:600px) {
    table{
        width: 95%;
    }
    .ceny-row{
        padding: 0px 0px 0px 20px;
        
    }
    .col-1{
        font-size: 14px;
        line-height: 1.7;
            
    }
    .col-2{
        font-size: 14px;
        line-height: 1.7;
            
    }   
    #razdel-tabl{
        font-size: 14px;
        font-weight: 600;
        line-height: 1.5;
    }
    .inform-img{
        width:25%;
        height: auto;
        margin: 0px auto 0px auto;
    }
    .inform-text{
        font-size: 13px;
        line-height: 18px;
        margin-left: 15px;
        width: 100%;
    }
}
@media (max-width:500px) {
    .col-1{
        font-size: 13px;
        line-height: 1.5;
            
    }
    .col-2{
        font-size: 13px;
        line-height: 1.5;
            
    }   
    #razdel-tabl{
        font-size: 14px;
        font-weight: 600;
        line-height: 1.7;
    }
    .ceny-row{
        margin-top: 20px;
        padding: 0px 0px 0px 10px;
    }
    .ceny-inform{
        margin-left: 20px;
        margin-top: -30px;
        width: 80%;
    }
    .inform-img{
       display: none;
    }
    .inform-text{
        font-size: 13px;
        line-height: 18px;
        margin-left: 15px;
        width: 100%;
    }
}
@media (max-width:375px) {
    .col-1{
        font-size: 12px;
        line-height: 1.5;
            
    }
    .col-2{
        font-size: 12px;
        line-height: 1.5;
        width: 30%;
            
    }   
}

/* Ð‘Ð»Ð¾Ðº Ð¡ÐŸÐžÐ¡ÐžÐ‘Ð« ÐžÐŸÐ›ÐÐ¢Ð« */
.block-sposob{
    display: flex;
    flex-direction: column;
    justify-items: center;
    width: 100%;
    text-align: center;
    padding: 40px 0px 50px 0px;
}
.sposob-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0px;
}
.sposob-col-1{
    width: 40%;
    margin: 0px 0px 10px 0px;
    padding: 20px;
    align-items:center;
}
.sposob-col-2{
    display: flex;
    flex-direction: column;
    
    width: 45%;
    margin: 0px 0px 10px 0px;
    padding: 20px;
    text-align: left;
}
.blok-text{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.sposob-img{
    width: 100%;
    height: auto;
}
.sposob-text-1{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.9;
    margin: 0;
}
#sposob-text-1{
    color: #DB321B;
    font-weight: 600;
}
.sposob-text-2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    width: 100%;
    margin-top: 20px;
}
.sposob-icon{
    margin-bottom: -10px;
}
/* Ð‘Ð»Ð¾Ðº Ð¡ÐŸÐžÐ¡ÐžÐ‘Ð« ÐžÐŸÐ›ÐÐ¢Ð«  ************** ÐÐ”ÐÐŸÐ¢ÐÐ¦Ð˜Ð¯ */
@media (max-width:1030px) {
    .sposob-col-2{
        padding: 10px 10px 10px 0px;
    }
    .sposob-text-1{
        font-size: 13px;
    }
    .sposob-text-2 {
        font-size: 13px;
        margin-top: 20px;
    }
}
@media (max-width:940px) {
    .sposob-row{
       flex-wrap: wrap;
    }

    .sposob-col-1{
        width: 70%;
        margin: 0px 0px 0px 0px;
        padding: 20px;
    }
    .sposob-img{
       
        width: 70%;
        height: auto;
    }
    .sposob-col-2{
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 20px 20px 20px 20%;
    }
}
@media (max-width:720px) {
    .sposob-row{
        margin: 0px 0px 0px 0px;
        align-items:center;
     }
     .sposob-col-1{
        width: 80%;
        margin: 0px 0px 0px 0px;
        padding: 20px;
    }
    .sposob-img{
        width: 80%;
        height: auto;
    }
    .sposob-col-2{
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 20px 0%;
    }
    .blok-text{
        width: 60%;
        align-self: center;
    }
}
@media (max-width:600px) {
    .block-sposob{
       padding: 20px 0px 50px 0px;
    }
    .blok-text{
        width: 90%;
        align-self: center;
    }
    .col-2{
        width: 30%;
    }
}
/* Ð‘Ð»Ð¾Ðº Ð—ÐÐšÐÐ—ÐÐ¢Ð¬ ÑÐ²Ð°ÐºÑƒÐ°Ñ‚Ð¾Ñ€*/
.block-pochemu-posle-3{
    padding: 40px;
    margin-top: 60px;
}
#pochemu-text-posle-3{
    text-align: left;
    line-height: 1.5;
}
/* Ð‘Ð»Ð¾Ðº Ð§ÐÐ¡Ð¢Ðž Ð—ÐÐ”ÐÐ’ÐÐ•ÐœÐ«Ð• Ð’ÐžÐŸÐ ÐžÐ¡Ð« */
.block-vopros{
    display: flex;
    flex-direction: column;
    justify-items: center;
    width: 100%;
    text-align: center;
    padding: 40px 0px 50px 0px;
   
}
.vopros-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 40px 20px 0px 20px;
    
}

.accordion {
    width: 95%;
    margin: 0px auto 0px auto;
}

.tab-vopros input, .tab-content { 
    display: none; 
}
   
.tab-vopros {
    font: 16px/1.2 Arial, sans-serif; /* ÐŸÐ°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ñ‹ ÑˆÑ€Ð¸Ñ„Ñ‚Ð° */
    border: 1px solid #C4C4C4; /* ÐŸÐ°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ñ‹ Ñ€Ð°Ð¼ÐºÐ¸ */
    border-radius: 3px; /* Ð¡ÐºÑ€ÑƒÐ³Ð»ÑÐµÐ¼ ÑƒÐ³Ð¾Ð»ÐºÐ¸ */
    color: #000; /* Ð¦Ð²ÐµÑ‚ Ñ‚ÐµÐºÑÑ‚Ð° */
    margin-bottom: 20px; /* Ð Ð°ÑÑÑ‚Ð¾ÑÐ½Ð¸Ðµ Ð¼ÐµÐ¶Ð´Ñƒ Ð¿ÑƒÐ½ÐºÑ‚Ð°Ð¼Ð¸ */
    text-align: left;
    
   }
   .tab-title {
    padding: 20px 20px 20px 40px; /* ÐŸÐ¾Ð»Ñ Ð²Ð¾ÐºÑ€ÑƒÐ³ Ñ‚ÐµÐºÑÑ‚Ð° */
    display: block; /* Ð‘Ð»Ð¾Ñ‡Ð½Ñ‹Ð¹ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚ */
    text-transform: none; /* Ð’ÑÐµ Ð±ÑƒÐºÐ²Ñ‹ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ñ‹Ðµ */
    font-weight: bold; /* Ð–Ð¸Ñ€Ð½Ð¾Ðµ Ð½Ð°Ñ‡ÐµÑ€Ñ‚Ð°Ð½Ð¸Ðµ */
    cursor: pointer; /* Ð’Ð¸Ð´ ÐºÑƒÑ€ÑÐ¾Ñ€Ð° */
   }
   .tab-title::after {
    content: '+'; /* Ð’Ñ‹Ð²Ð¾Ð´Ð¸Ð¼ Ð¿Ð»ÑŽÑ */
    float: right; /* Ð Ð°Ð·Ð¼ÐµÑ‰Ð°ÐµÐ¼ Ð¿Ð¾ Ð¿Ñ€Ð°Ð²Ð¾Ð¼Ñƒ ÐºÑ€Ð°ÑŽ */
   }
   .tab-content {
    padding: 10px 40px; /* ÐŸÐ¾Ð»Ñ Ð²Ð¾ÐºÑ€ÑƒÐ³ Ñ‚ÐµÐºÑÑ‚Ð° */
   }
   .tab-vopros :checked + .tab-title {
    background-color:#FED238; /* Ð¦Ð²ÐµÑ‚ Ñ„Ð¾Ð½Ð° */
    border-radius: 3px 3px 0 0; /* Ð¡ÐºÑ€ÑƒÐ³Ð»ÑÐµÐ¼ ÑƒÐ³Ð¾Ð»ÐºÐ¸ */
    color: #000; /* Ð¦Ð²ÐµÑ‚ Ñ‚ÐµÐºÑÑ‚Ð° */
   }
   .tab-vopros :checked + .tab-title::after {
    content: 'âˆ’'; /* Ð’Ñ‹Ð²Ð¾Ð´Ð¸Ð¼ Ð¼Ð¸Ð½ÑƒÑ */
   }
   .tab-vopros :checked ~ .tab-content {
    display: block; /* ÐŸÐ¾ÐºÐ°Ð·Ñ‹Ð²Ð°ÐµÐ¼ ÑÐ¾Ð´ÐµÑ€Ð¶Ð¸Ð¼Ð¾Ðµ */
   }
/* Ð‘Ð»Ð¾Ðº Ð§ÐÐ¡Ð¢Ðž Ð—ÐÐ”ÐÐ’ÐÐ•ÐœÐ«Ð• Ð’ÐžÐŸÐ ÐžÐ¡Ð« ********** ÐÐ”ÐÐŸÐ¢ÐÐ¦Ð˜Ð¯ *****/
@media (max-width:1030px) {
    .tab-vopros {
        font: 15px/1.2 Arial, sans-serif; /* ÐŸÐ°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ñ‹ ÑˆÑ€Ð¸Ñ„Ñ‚Ð° */
    }
    .tab-content {
        font-size: 14px;
       }
}
@media (max-width:720px) {
    .vopros-block{
        padding: 20px 20px 0px 20px;
    }
    .tab-vopros {
        font: 14px/1.2 Arial, sans-serif; /* ÐŸÐ°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ñ‹ ÑˆÑ€Ð¸Ñ„Ñ‚Ð° */
        margin-bottom: 10px;
    }
    .tab-content {
        font-size: 13px;
    }
    .tab-title {
        padding: 20px 20px 20px 20px; /* ÐŸÐ¾Ð»Ñ Ð²Ð¾ÐºÑ€ÑƒÐ³ Ñ‚ÐµÐºÑÑ‚Ð° */
        
    }
}
@media (max-width:600px) {
    .tab-vopros {
        font: 13px/1.2 Arial, sans-serif; /* ÐŸÐ°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ñ‹ ÑˆÑ€Ð¸Ñ„Ñ‚Ð° */
        margin-bottom: 10px;
    }
    .tab-content {
        font-size: 12px;
    }
}

/* Ð‘Ð»Ð¾Ðº ÐžÐ¢Ð—Ð«Ð’Ð« */
.block-otziv{
    display: flex;
    flex-direction: column;
    justify-items: center;
    width: 100%;
    text-align: center;
    padding: 40px 0px 50px 0px;
}
.post_otzivy{
    background-color:#FED238;
    height: 300px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 30px;
    padding: 20px;
    border-radius: 10px;
}
.up{
    display: flex;
    flex-direction: row;
    width: 100%;
    
}
.up-1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    
}
.up-2{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 0px 0px 30px;
}
.up-2-up{
    display: flex;
    flex-direction: row;
    align-self: start;
}
.up-2-daun{
    padding: 0;
    font-size: 15px;
    font-weight: 600;
}
.up-2-up{
    display: flex;
    flex-direction: row;
    justify-content: center; 
}
.daun{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    font-size: 13px;
    text-align: left;
    
}
#slideshow #slidesContainer {
    margin:0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width:560px;
    height:auto;
    overflow:auto; /* Ñ€Ð°Ð·Ñ€ÐµÑˆÐ°ÐµÐ¼ Ð¿Ñ€Ð¾ÐºÑ€ÑƒÑ‚ÐºÑƒ */
    position:relative;
}
#slideshow #slidesContainer .slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width:540px; 
  height:auto;
  
}

/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  margin: 20px auto 0px auto;
  width: 190px;
  color: black;
  position: relative;
  cursor: pointer;
}

/* Ð‘Ð›ÐžÐš ÐžÐ¢Ð—Ð«Ð’Ð« ********** ÐÐ”ÐÐŸÐ¢ÐÐ¦Ð˜Ð¯ */
@media (max-width:640px) {
    .block-otziv{
        width: 100%;
        height: auto;
        padding: 40px 20px 50px 20px;
    }
    .post_otzivy{
        width: 360px;
        height: 350px;
        margin-right: 10px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 30px;
        padding: 20px;
        border-radius: 10px;
    }
    #slideshow #slidesContainer {
        width:400px;
        height: auto;
        margin: 0 auto;
    }
    #slideshow {
        padding: 0px 0px 0px 0px;
    }
    #slidesContainer {
        padding: 0px 0px 0px 0px;
    }
    .slide {
        width: 400px;
        margin:  0 auto;
        height: auto;
    }
    .up .daun{
        width: 70%;
    }
    .daun{
        font-size: 13px;
        text-align: left;
    }
}
@media (max-width:375px) {
    .block-otziv{
        width: 100%;
        height: auto;
        padding: 40px 0px 50px 0px;
    }
    .post_otzivy{
        width: 260px;
        height: 430px;
        margin-right: 10px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 30px;
        padding: 20px;
        border-radius: 10px;
    }
    #slideshow #slidesContainer {
        width:300px;
        height: auto;
        margin: 0 auto;
    }
    #slideshow {
        padding: 0px 0px 0px 0px;
    }
    #slidesContainer {
        padding: 0px 0px 0px 0px;
    }
    .slide {
        width: 280px;
        margin:  0 auto;
        height: auto;
    }
    .up .daun{
        width: 70%;
    }
    .daun{
        font-size: 12px;
        text-align: left;
    }
}
@media (max-width:320px) {
    .block-otziv{
        width: 100%;
        height: auto;
        padding: 40px 0px 50px 0px;
    }
    .post_otzivy{
        width: 240px;
        height: 430px;
        margin-right: 10px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 30px;
        padding: 20px;
        border-radius: 10px;
    }
    #slideshow #slidesContainer {
        width:280px;
        height: auto;
        margin: 0 auto;
    }
    #slideshow {
        padding: 0px 0px 0px 0px;
    }
    #slidesContainer {
        padding: 0px 0px 0px 0px;
    }
    .slide {
        width: 260px;
        margin:  0 auto;
        height: auto;
    }
    .up .daun{
        width: 70%;
    }
    .daun{
        font-size: 12px;
        text-align: left;
    }
}

/* ÐŸÐžÐ”Ð’ÐÐ› ********************************************************************************************************************/
.footer {
    margin: 0;
    padding: 10px;
    width: 100%;
    height: auto; 
    
    display: flex;
    flex-direction: row;
  
}
.blok-logo-f{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 35%;
}
.logo-text-f{
    font-size: 12px;
    font-weight: 500;
}
.logo-img-f{
    width: auto;
    height: auto;
}
.sety-f{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 20%;
}
.vwt-img-f{
    width: 25px;
    margin-right: 15px;
}
.phone-f{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 20%;
}
.phone-img-f{
    margin-bottom: -7px;
    margin-right: 10px;
}
.phone-link-f{
    color: black;
    font-weight: 600;
    text-decoration: none;
    margin-top: 8px;
}
.phone-text-f{
    font-size: 12px;
    font-weight: 500;
    margin-left: 35px;
    margin-top: 0px;
}
.button-blok-f{
    padding-right: 10px;
   
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 25%;
}
.button-zvonok-f{
    margin-top: 10px;
    width: 210px;
    height: 45px;
    background-color: #DB321B;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0px 0px 15px rgba(219, 50, 27, 0.3);
    border: 0px;
    border-radius: 5px;
}
.button-zvonok-f:hover{
    background-color: #a51d0b;
}
.button-text-f{
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
    
}
/* ÐŸÐžÐ”Ð’ÐÐ› ****************************************************************************************** ÐÐ”ÐÐŸÐ¢ÐÐ¦Ð˜Ð¯ */
@media (max-width: 1200px) {
    .footer {
       
        padding: 10px;
        width: auto;
    }
}

@media (max-width: 980px) {
    .logo-text-f, .button-text-f, .phone-text-f{
        font-size: 10px;
    }
    .sety-f{
    justify-content: center;
}
}

@media (max-width: 870px) {
    .logo-text-f, .button-text-f, .phone-text-f{
        display: none;
    }
    .button-zvonok-f{
        margin-top: 0px;
        width: 170px;
        height: 40px;
        font-size: 14px;
    }
    .blok-logo-f{
        width: 25%;
    }
    .sety-f{
        width: 25%;
        justify-content: start;
    }
    .phone-f{
        width: 25%;
    }
    .button-blok-f{
        width: 25%;
    }
    .phone-link-f{
        margin-top: 0px;
    }
}
@media (max-width: 860px) {
    .footer{
       margin-top: 0px;
    }
}
@media (max-width: 810px) {
    .footer{
        width: 100%;
        flex-wrap: wrap;
    }
    .blok-logo-f{
        width: 25%;
        align-items: flex-start;
    }
    .sety-f{
        width: 22%;
        justify-content: center;
    }
    .phone-f{
        width: 25%;
        align-items: flex-start;
    }
    .button-blok-f{
        width: 25%;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .footer{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .blok-logo-f{
        width: 60%;
        justify-content: center;
    }
    .sety-f{
        width: 17%;
        justify-content: center;
    }
    .phone-f{
        width: 40%;
        align-items: flex-end;
    }
    .button-blok-f{
        width: 50%;
        align-items: center;
        
    }
}
@media (max-width: 667px) {
    .blok-logo-f{
        width: 33.33%;
        justify-content: flex-start;
    }
    .sety-f{
        display: flex;
        width: 34%;
    }
    .phone-f{
        width: 27%;
        align-items: flex-end;
        padding-left: 15px;
    }
    .button-blok-f{
        width: 100%;
        align-items: center;
        padding-right: 0px;
    }
    
    .header{
        padding-right: 20px;
    }
}
@media (max-width: 600px) {
    .blok-logo-f{
        width: 50%;
        justify-content: flex-start;
    }
    .sety-f{
        display: flex;
        justify-content: flex-end;
        width: 47%;
    }
    .phone-f{
        width: 47%;
        align-items: flex-start;
        padding-left: 15px;
    }
    .button-blok-f{
        width: 48%;
        align-items: flex-end;
        padding-right: 10px;
    }
}
@media (max-width: 520px) {
    .blok-logo-f{
        width: 50%;
        justify-content: flex-start;
    }
    .sety-f{
        display: flex;
        justify-content: flex-end;
        width: 47%;
    }
    .phone-f{
        width: 43%;
        align-items: flex-start;
        padding-left: 15px;
    }
    .button-blok-f{
        width: 50%;
        align-items: flex-end;
        padding-right: 0px;
    }
}
@media (max-width: 460px) {
    .blok-logo-f{
        width: 50%;
        justify-content: flex-start;
    }
    .sety-f{
        display: flex;
        justify-content: flex-end;
        width: 50%;
    }
    .phone-f{
        width: 100%;
        align-items: center;
        padding-left: 15px;
    }
    .button-blok-f{
        width: 100%;
        align-items: center;
        padding-right: 0px;
        margin-top: 15px;
    }
}

/* ÐœÐ¾Ð´Ð°Ð»ÑŒÐ½Ñ‹Ðµ Ð¾ÐºÐ½Ð°  */
/* ÐžÐºÐ½Ð¾ - 1*/
.overlay_popup {
    display:none;
    position:fixed;
    z-index: 999;
    top:0;
    right:0; 
    left:0;
    bottom:0;
    background:#000; 
    opacity:0.5;
}
  .popup {
    display: none;
    position: relative;
    z-index: 1000;
    margin: auto;
    width:40%;
    text-align: center;
}
.object{
    position: fixed;
    top: 0;
    margin: auto;
    text-align: center;
}
.modal-content{
     margin: 15% auto;
     padding: 20px;
     width: 450px;
     height: auto;
     background-color:#FED238;
    text-align: center;
    border: 3px solid #DB321B;
    border-radius:20px;
}
.close{
    margin-top: -20px;
    color: #DB321B;
    float: right;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
}
.close:hover{
    color: #801b0d;
}
.h4-modal{
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
.descr-modal{
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.form{
    margin: 0;
}
.button{
    margin: 10px auto 10px auto;
    width: 300px;
    height: 45px;
    background-color: #DB321B;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0px 0px 15px rgba(219, 50, 27, 0.3);
    border: 0px;
    border-radius: 5px;
}
.button:hover{
    background-color: #a51d0b;
}  
.obrabotka-1{
    margin-right: 6px;
}
.soglas-1{
    color: #000;
}
.checkbox{text-align: left;}

/* ÐžÐºÐ½Ð¾ - 2
.overlay_popup {
    display:none;
    position:fixed;
    z-index: 999;
    top:0;
    right:0; 
    left:0;
    bottom:0;
    background:#000; 
    opacity:0.5;
}
  .popup {
    display: none;
    position: relative;
    z-index: 1000;
    margin: 0 auto 0 auto;
    width:50%;
    text-align: center;
}
.object{
    position: fixed;
    top: 0;
    margin: 0 auto;
    text-align: center;
}
.modal-content{
     margin: 15% auto;
     padding: 20px;
     width: 450px;
     height: auto;
     background-color:#FED238;
    text-align: center;
    border: 3px solid #DB321B;
    border-radius:20px;
}*/
.close-2{
    margin-top: -20px;
    color: #DB321B;
    float: right;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
}
.close-2:hover{
    color: #801b0d;
}
.h4-modal{
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
.descr-modal{
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.form{
    margin: 0;
}
.button{
    margin: 10px auto 10px auto;
    width: 300px;
    height: 45px;
    background-color: #DB321B;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0px 0px 15px rgba(219, 50, 27, 0.3);
    border: 0px;
    border-radius: 5px;
}
.button:hover{
    background-color: #a51d0b;
}  
.obrabotka-2{
    margin-right: 6px;
}
.soglas-2{
    color: #000;
}
.checkbox{text-align: left;}

/* ÐžÐºÐ½Ð¾ - 3
.overlay_popup {
    display:none;
    position:fixed;
    z-index: 999;
    top:0;
    right:0; 
    left:0;
    bottom:0;
    background:#000; 
    opacity:0.5;
}
  .popup {
    display: none;
    position: relative;
    z-index: 1000;
    margin: 0 auto 0 auto;
    width:50%;
    text-align: center;
}
.object{
    position: fixed;
    top: 0;
    margin: 0 auto;
    text-align: center;
}
.modal-content{
     margin: 15% auto;
     padding: 20px;
     width: 450px;
     height: auto;
     background-color:#FED238;
    text-align: center;
    border: 3px solid #DB321B;
    border-radius:20px;
}*/
.close-3{
    margin-top: -20px;
    color: #DB321B;
    float: right;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
}
.close-3:hover{
    color: #801b0d;
}
.h4-modal{
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
.descr-modal{
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.form{
    margin: 0;
}
.button{
    margin: 10px auto 10px auto;
    width: 300px;
    height: 45px;
    background-color: #DB321B;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0px 0px 15px rgba(219, 50, 27, 0.3);
    border: 0px;
    border-radius: 5px;
}
.button:hover{
    background-color: #a51d0b;
}  
.obrabotka-3{
    margin-right: 6px;
}
.soglas-3{
    color: #000;
}
.checkbox{text-align: left;}

/* ÐžÐºÐ½Ð¾ - 4
.overlay_popup {
    display:none;
    position:fixed;
    z-index: 999;
    top:0;
    right:0; 
    left:0;
    bottom:0;
    background:#000; 
    opacity:0.5;
}
  .popup {
    display: none;
    position: relative;
    z-index: 1000;
    margin: 0 auto 0 auto;
    width:50%;
    text-align: center;
}
.object{
    position: fixed;
    top: 0;
    margin: 0 auto;
    text-align: center;
}
.modal-content{
     margin: 15% auto;
     padding: 20px;
     width: 450px;
     height: auto;
     background-color:#FED238;
    text-align: center;
    border: 3px solid #DB321B;
    border-radius:20px;
}*/
.close-4{
    margin-top: -20px;
    color: #DB321B;
    float: right;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
}
.close-4:hover{
    color: #801b0d;
}
.h4-modal{
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
.descr-modal{
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.form{
    margin: 0;
}
.button{
    margin: 10px auto 10px auto;
    width: 300px;
    height: 45px;
    background-color: #DB321B;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0px 0px 15px rgba(219, 50, 27, 0.3);
    border: 0px;
    border-radius: 5px;
}
.button:hover{
    background-color: #a51d0b;
}  
.obrabotka-4{
    margin-right: 6px;
}
.soglas-4{
    color: #000;
}
.checkbox{text-align: left;}




/* ÐœÐ¾Ð´Ð°Ð»ÑŒÐ½Ñ‹Ðµ Ð¾ÐºÐ½Ð° ************ ÐÐ”ÐÐŸÐ¢ÐÐ¦Ð˜Ð¯  */
  /* ÐžÐšÐÐž â„–1 */
@media (max-width: 900px) {
    .popup {
       width:60%;
       
    }
}
@media (max-width: 760px) {
    .popup {
       width:70%;
       
    }
}
@media (max-width: 700px) {
    .popup {
       width:80%;
       
    }
}
@media (max-width: 600px) {
    .popup {
       width:90%;
       
    }
}
@media (max-width: 550px) {
    .popup {
       width:90%;
       
    }
    .modal-content{
        margin: 15% auto;
        padding: 20px;
        width: 400px;
    }
}
@media (max-width: 480px) {
    .popup {
       width:90%;
       padding: 0;
    }
    .modal-content{
        margin: 15% auto;
        padding: 30px 15px 15px 15px;
        width: 350px;
    }
    .close{
        margin-top: -30px;
    }
    .h4-modal{
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}
.descr-modal{
    margin: 5px;
    font-size: 12px;
    font-weight: 500;
}
.blok-soglas-1{
    font-size: 10px;
}
.soglas-1{
    font-size: 10px;
}
}
@media (max-width: 400px) {
    .popup {
       width:90%;
       padding: 0;
    }
    .modal-content{
        padding: 20px 10px 10px 10px;
        width: 320px;
    }
    .close{
        margin-top: -20px;
    }
    
}
 /* ÐžÐšÐÐž â„–2 */
 @media (max-width: 900px) {
    .popup {
       width:60%;
       
    }
}
@media (max-width: 760px) {
    .popup {
       width:70%;
       
    }
}
@media (max-width: 700px) {
    .popup {
       width:80%;
       
    }
}
@media (max-width: 600px) {
    .popup {
       width:90%;
       
    }
}
@media (max-width: 550px) {
    .popup {
       width:90%;
       
    }
    .modal-content{
        margin: 15% auto;
        padding: 20px;
        width: 400px;
    }
}
@media (max-width: 480px) {
    .popup {
       width:90%;
       padding: 0;
    }
    .modal-content{
        margin: 15% auto;
        padding: 30px 15px 15px 15px;
        width: 350px;
    }
    .close-2{
        margin-top: -30px;
    }
    .h4-modal{
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}
.descr-modal{
    margin: 5px;
    font-size: 12px;
    font-weight: 500;
}
.blok-soglas-2{
    font-size: 10px;
}
.soglas-2{
    font-size: 10px;
}
}
@media (max-width: 400px) {
    .popup {
       width:90%;
       padding: 0;
    }
    .modal-content{
        padding: 20px 10px 10px 10px;
        width: 320px;
    }
    .close-2{
        margin-top: -20px;
    }
    
}
/* ÐžÐšÐÐž â„–3 */
@media (max-width: 900px) {
    .popup {
       width:60%;
       
    }
}
@media (max-width: 760px) {
    .popup {
       width:70%;
       
    }
}
@media (max-width: 700px) {
    .popup {
       width:80%;
       
    }
}
@media (max-width: 600px) {
    .popup {
       width:90%;
       
    }
}
@media (max-width: 550px) {
    .popup {
       width:90%;
       
    }
    .modal-content{
        margin: 15% auto;
        padding: 20px;
        width: 400px;
    }
}
@media (max-width: 480px) {
    .popup {
       width:90%;
       padding: 0;
    }
    .modal-content{
        margin: 15% auto;
        padding: 30px 15px 15px 15px;
        width: 350px;
    }
    .close-3{
        margin-top: -30px;
    }
    .h4-modal{
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}
.descr-modal{
    margin: 5px;
    font-size: 12px;
    font-weight: 500;
}
.blok-soglas-3{
    font-size: 10px;
}
.soglas-3{
    font-size: 10px;
}
}
@media (max-width: 400px) {
    .popup {
       width:90%;
       padding: 0;
    }
    .modal-content{
        padding: 20px 10px 10px 10px;
        width: 320px;
    }
    .close-3{
        margin-top: -20px;
    }
    
}

/* ÐžÐšÐÐž â„–4 */
@media (max-width: 900px) {
    .popup {
       width:60%;
       
    }
}
@media (max-width: 760px) {
    .popup {
       width:70%;
       
    }
}
@media (max-width: 700px) {
    .popup {
       width:80%;
       
    }
}
@media (max-width: 600px) {
    .popup {
       width:90%;
       
    }
}
@media (max-width: 550px) {
    .popup {
       width:90%;
       
    }
    .modal-content{
        margin: 15% auto;
        padding: 20px;
        width: 400px;
    }
}
@media (max-width: 480px) {
    .popup {
       width:90%;
       padding: 0;
    }
    .modal-content{
        margin: 15% auto;
        padding: 30px 15px 15px 15px;
        width: 350px;
    }
    .close-4{
        margin-top: -30px;
    }
    .h4-modal{
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}
.descr-modal{
    margin: 5px;
    font-size: 12px;
    font-weight: 500;
}
.blok-soglas-4{
    font-size: 10px;
}
.soglas-4{
    font-size: 10px;
}
}
@media (max-width: 400px) {
    .popup {
       width:90%;
       padding: 0;
    }
    .modal-content{
        padding: 20px 10px 10px 10px;
        width: 320px;
    }
    .close-4{
        margin-top: -20px;
    }
    
}
/* ÐšÐÐžÐŸÐšÐ Ð’Ð’Ð•Ð Ð¥ */
.up-button {
    position: fixed;
    right: 20px;
    bottom: 30px;
}
.up-img{
    width: 80px;
    height: 0px;
    animation: showDiv 2s forwards;
}
@keyframes showDiv {
  0%, 99% {
    height: 0px;
  }
  100% {
    height: 80px;
  }
}
@media (max-width: 700px) {
    .up-button {
        position: fixed;
        right: 20px;
        bottom: 20px;
    }
    .up-img{
        width: 70px;
        height: 0px;
        animation: showDiv 2s forwards;
    }}
    @keyframes showDiv {
      0%, 99% {
        height: 0px;
      }
      100% {
        height: 70px;
      }
    }

/* Ð¡Ð¡Ð«Ð›ÐšÐ˜ Ð’ Ð¢ÐÐ‘Ð›Ð˜Ð¦Ð• Ð¦Ð•Ð */
.price-tab {
	text-decoration: none;
	color: #000000;
}

/**Ð¿ÐµÑ€Ð²Ñ‹Ð¹ ÑÐºÑ€Ð°Ð½***/
.form-block {
display:block;
}
.main-block {
    justify-content: center;
}
.title-block {
    width: 64%;
}
.button-blok2 {
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 64%;
}
.button-text {
    text-align: center;
}
@media (max-width: 768px){
.title-block {
    align-items: center;
    width: 100%;
    text-align: center;
}
.button-blok2 {
width: 100%;
align-items: center;
}
.button-text {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.content-page{
padding: 10px;
}

.block-otziv{
	width: calc(100% - 60px);
    overflow: hidden;
}

}

 