.main-screen__full-pay{
  display: block;
  margin: 25px 0;
}
.show__selected-city{
  font-family: 'opensans';
}
.main-screen__p{
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight:400;
  color: #fff;
  margin: 25px 0;
  z-index: 3;
}
.header-wrapper-p{
  flex: 0 0 45%;
}
.flex-wrap{
  flex-wrap: wrap;
}
.h-100{
  height: 100px;
  color: #000;
  font-size: 26px;
}
.diagnostic__block{
  padding: 20px 20px 35px 20px ;
}
.main-screen__input{
  box-shadow: none;
}
.fs-24{
  font-size: 24px;
}
.mob-hidden{
  display: block;
}

.questions__item {
  margin-bottom: 10px;
}
.questions__item-title {
  color: black;
  width: 100%;
  text-align: left;
  font: 400 18px opensans;
  box-sizing: border-box;
  padding: 5px 10px;
  box-shadow: 0 0 0.5vw rgba(0,0,0,0.5);
  background: #d7d7d763;
  border-radius: 5px;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.questions__item-title::after {
  content: '\25BE';
  color: #777;
  font-weight: bold;
  margin-left: 5px;
}
p{
  font-size: 18px;
}
.questions__item-title_disable::after {
  transform: rotate(180deg);
}
.questions__item-description {
  display: none;
}
.questions__item-text {
  padding: 5px 10px;
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.questions__item-text_active {
  opacity: 1;
  height: auto;
  transition: 1s ease-in-out;
}

.directions-exp__title{
  display: flex;
  align-items: center;
  font-size: 24px;
  justify-content: center;
}
.phoneup {
  width: 50px;
  height: 50px;
  right: 5%;
  bottom: 5%;
  position: fixed;
  background-color: #f46600;
  padding: .5%;
  font-size: 35px;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  z-index: 20;
}
.phoneup_new {
  background: url('../image/icon/telephone.svg') #ff8a22 50% no-repeat;
  background-size: 60%;
}
.mob_992{
  display: none;
}
.desk_992{
  display: block;
}
h1{
  font-size: 30px;
}
.main{
  font-size: 22px;
}
.glob-h2{
  font-size: 26px;
  font-weight: 700;
}
.title-form{
  font-size: 1.5vw;
  text-align: center;
  color: #00773e;
}
.main-ratting__input{
  position: absolute;
  left: -9999px;
  display: none;
}
.footer-bottom{
  padding-bottom: 30px;
}

@media screen and (max-width:992px){
  .main-screen__h{
    font-size: 6vw;
    font-weight: 600;
  }
  .mob_992{
    display: flex;
  }
  .desk_992{
    display: none;
  }
  .show__selected-city{
    font-size: 18px;
  }
  h1{
    font-size: 30px;
  }
  .main-screen__p,
  .main-screen__full-pay{
    font-size: 3.4vw;
  }
  .main-screen__time{
    font-size: 22px;
  }
  .show__selected-city{
    font-size: 18px;
  }
  
  .glob-button_green{
    font-size: 18px;
  }
  .footer-bottom__item-chenge{
    line-height: 5vw;
    margin-bottom: 0;
  }
  .footer-bottom__item a{
  /*   display: none; */
  }
  display_block-992{
    font-size: 4vw;
  }
  .diagnostic__block_row{
    flex-direction: inherit;
  }
  .mob-hidden{
    display: none;
  }
}
@media screen and (min-width:768px) and (max-width:992px) {
  .workers-img--100{
    display: flex;
    margin: 0 auto;
  }
  
}

@media screen and (max-width:768px){
  .workers-images{
    flex-wrap: wrap;
  }
  .diagnostic__block_row{
    flex-direction: column;
  }
  .glob-h2{
    font-size: 5.5vw;
   }
   .documents-list{
    margin:  0 auto;
  }
}

@media screen and (max-width: 480px) {
  .show__selected-city {
    padding: 0 20px 0 35px;
    min-width: 200px;
  }
  .show__selected-city::before {
    left: 15px;
  }
  .main-screen__h {
    font-size: 7vw;
  }
  .main-screen-big__bottom {
    font-size: 20px;
  }
  .display_block_castom {
    font-size: 18px;
  }
  .show_number--click_main-page_castom {
    width: 175px;
    justify-content: flex-start;
    position: absolute;
    left: 100px;
    font-size: 18px;
  }
  .main-screen__p, 
  .main-screen__full-pay,
  .main-screen__time{
    font-size: 6vw;
  }
  .main-screen-big__bottom{
    font-size: 6vw;
  }
  .main-screen-big__bottom-mob:before{
    width: 45px;
  }
  .glob-h2{
    font-size: 6vw;
  }
  .footer-bottom__item-logo{
    justify-content: center;
  }
  .footer-bottom__item-address{
    display: block;
    text-align: center;
  }
  .footer-bottom__item-chenge{
    line-height: 7vw;
  }
  .questions-down{
    font-size: 5.5vw;
  }
}
.copyright{
  font-size: 14px;
}
@media  screen and (orientation:landscape) and (max-width:820px){
  .desk_992{
    display: none;
  }
  .main-screen__service{
    display: none;
  }
  .mob_992{
    display: flex;
  }
}
@media screen and (orientation:portrait) and (min-width:600px){
  .desk_992{
    display: flex;
  }
  .main-screen__service form{
    flex-direction: row;
    align-items: end;
  }
  .main-screen__service{
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
  .main-screen__or{
    display: block;
  }
  .mob_992{
    display: none;
  }
}
.directions-exp__cost{
  text-align: center;
}
.copyright{
  font-size: 14px;
}