
/* ********* 810 ************* */
@media (max-width: 810px) {

  .menu { 
    padding: 15px 0;
  }
  .menu__link {
    font-size: 13px;
  }
  .menu__span {
    border-right: 5px dotted var(--golden-dark);
  }
  .firm__logo{
    max-width: 85%;
  }
  .logo__span {
    font-size: 12px;
  }
  .coll__tel {
    font-size: 20px;
  }
  .btn {
    font-size: 12px;
    font-weight: 600;
    padding: 12px 21px;
  }
  .intro {
    padding-bottom: 100px;
  }
  .header__index{
    margin-top: -1px;
  } 
  .title__intro {
    font-size: 55px;
  }
  .title__main {
    font-size: 26px;
  }
  .intro__p {
    font-size: 16px;
  }
  .reason__icon {
    min-width: 100px;
    height: 100px;
  }
  .chois {
    text-align: center;
    padding: 55px 0 70px;
  }
  .sub__chois{
    padding: 15px 0 80px 0;
  }


  .title-left::after {
    right: -25%;    
    top: -2.25rem;      
  }

  .footer__item {
    padding: 10px 10px 5px;
    font-size: 12px;
  }
  .footer__link {
    padding: 3px 3px 2px;
    font-size: 9px;
  }

}

/* ************ 710 ************ */
@media (max-width: 710px){
  .coll__txt{
    display: none;
  }
  .subheader{
    flex-direction: column;
    align-items: center;
  }
  .subheader__right {
    margin-top: 10px;
  }
}

/* ************ 667 ************ */
@media (max-width: 667px) {

  nav{
    padding: 17px 25px 32px;
    height: 52px;
  }
  .nav__container {
    margin: 0;
    padding: 0;
  }
  .burger {
    display: block;
    width: 30px;
    margin: 0 15px 0 auto;
    cursor: pointer;
  }
  .burger__line{
    display: block;
    height: 3px;
    width: 100%;
    background-color: white;
    margin-bottom: 6px;
    transition: transform .15s ease-in;
  }
  .burger--active{
    margin-top: 10px;
  }
  .burger--active .burger__line {
    margin-bottom: -3px;
  }
  .burger--active .burger__line:nth-child(1){
    transform: rotate(-45deg);
  }
  .burger--active .burger__line:nth-child(2){
    display: none;
  }
  .burger--active .burger__line:nth-child(3){
    transform: rotate(45deg);
  }
  .menu {
    flex-direction: column;
    justify-content: space-around;
    position: fixed;
    top: 0;
    left: -100vw;
    width: 80vw;
    height: 100vh;
    padding-right: 15%;
    padding-bottom: 25%;
    background-color: var(--design-backgrd);
    z-index: 10;
    transition: .3s ease-in all;
  }
  .menu--active{
    left: 0;
  }

  .menu__link {
    font-size: 20px;
  }
  /* poloska pod link */
  .menu__link::before{
    top: 1.3em;
  }

  .title__intro {
    font-size: 47px;
  }
  .intro__p {
    width: 90%;
  }

  .condition__list, .require__list {
    padding-left: 0;
  }
  .footer__list {
    flex-wrap: wrap;
  }
  .footer__item {
    padding: 10px 5px 5px;
    font-size: 11px;
  }
  .footer__link {
    padding: 3px 6px 2px;
    font-size: 8px;
  }
  .app__store img {
    width: 86px;
    height: 28.7px;
  }
  .langv{
    font-size: 9px;
  }
}

/* ************ 442 ************ */
@media (max-width: 442px) {
  .subheader {
    padding: 14px 5px;
  }
  .coll__tel {
    font-size: 16px;
  }
  .title__intro {
    font-size: 35px;
  }
  .title__main {
    font-size: 21px;
  }
  .intro__p {
    font-size: 14px;
    padding-bottom: 49px;
  }
  .intro {
    padding-top: 50px;
    padding-bottom: 65px;
  }
  .reason__block{
    flex-direction: column;
  }
  .reason__block {
    margin-top: 30px;
  }
  .reason__icon {
    width: 97px;
    height: 97px;
    margin: 0 auto 10px;
  }
  .sub__chois {
    padding: 19px 0 45px 0;
  }
  .chois__img {
    margin: -158px auto 40px;
  }
  .condition__title{
    padding-top: 30px;
    font-size: 19px;
  }
  .footer__container{
    flex-direction: column;
  }
  .map__content{
    padding-top: 25px;
  }
  .subtitle {
    font-size: 14px;
  }
  
}