@media only screen and (min-width: 350px) and (max-width: 767px){
    .text h2 {
    font-size: 20px;
    font-family: "WadikBold", sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    padding-bottom: 20px;
}
     #map {
          width: 100%;
          height: 400px;
      }
    p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    color: #fff;
}
    .com__menu {
        display: none;
    }
    .uk-position-center-left {
        left: 0;
    }
    .uk-position-center-right {
        right: 0;
    }
    .ar-container-text-list {
        position: relative;
        display: flow-root;
        box-sizing: content-box;
        max-width: 1160px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 25px;
        padding-right: 25px;
    }
    .baner__text {
        max-width: 550px;
        width: 100%;
        text-align: center;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .baner__text a, .button {
        background: rgb(255, 100, 58);
        border-radius: 30px;
        padding: 7px 10px;
        font-size: 12px;
        font-family: 'Montserrat-Bold', sans-serif;
        color: rgb(255, 255, 255);
        font-weight: bold;
        text-transform: uppercase;
        /* line-height: 1.643; */
        text-align: center;
    }
    .baner__text__p {
       padding-left: 10px;
       padding-right: 10px;
        padding-bottom: 20px;
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
    }
    .baner__text p:nth-child(1) {
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
    }
    .com__ten {
        box-shadow: 2px -9px 40px 70px #255064;
    }
    .com {
        display: none;
        width: 100%;
        z-index: 2;
        position: fixed;
        top: 0;
        left: 0;
    }
    .header-mob {
        width: 100%;
        z-index: 2;
        position: fixed;
        top: 0;
        left: 0;
        display: block;
    }
    
}

@media only screen and (min-width: 1600px) and (max-width: 3767px){
    .text__strelka-orange_but{
        z-index: 10;
display: block;
        bottom: -26%;
        position: absolute;
        left: 83%;
    }
 
}

@media only screen and (min-width: 950px) and (max-width: 1250px){
.adress p{
    display: none;
}
 
}
@media only screen and (min-width: 768px) and (max-width: 950px){
    .adress {
        display: none;
    }
     
    }

@media only screen and (min-width: 1000px) and (max-width: 3767px){
    .text__strelka-write-footer{
        z-index: 10;
        display: block;
        top: -30%;
        position: absolute;
        left: 59%;
    }
    .text__strelka-orange{
        z-index: 10;
        display: block;
        top: -19%;
        position: absolute;
        left: -25%;
    }
    
.text__strelka-write{
  z-index: 4;
        display: block;
        top: 140%;
        position: absolute;
        left: -17%;
}
 
}
@media only screen and (min-width: 767px) and (max-width: 1200px){
    #left svg, #right svg {
        width: 30px;
    }
    .uk-slidenav {
        padding: 5px 50px;
        color: #ffffff;
        transition: color .1s ease-in-out;
    }
    .baner__text{
        max-width: 550px;
        width: 100%;
        text-align: center;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
    } 
    .com__menu {
        top: clamp(1rem, calc(12px + 16vw), 170px);
        position: absolute;
        width: 100%;
        z-index: 2;
    }
}