@media (max-width: 381px) {
    .logo__title {
        font-size: 24px;
        padding: 0 0 0 120px;
        display: inline-block;
        display: -webkit-inline-box;
    }
    .phone__kstar__title {
        font-size: 28px;
        margin: 10px 0 0 40px;
        position: absolute;
        font-weight: 500;
    }
    .phone__lifecell__title {
        font-size: 28px;
        margin: 68px 0 0 40px;
        font-weight: 500;
        position: absolute;
    }
    .phones__logo {
        position: absolute;
        top: 0;
        left: 0;
        background: url(../img/phones_logo.png) no-repeat center top;
        width: 35px;
        height: 107px;
        display: block;
        margin: 30px 0 0 65px;
        white-space: nowrap;
    }
    .menu__item {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 8px;
        padding: 5px 5px;
    }
    .menu__item a:hover {
        background: #000;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 500;
        font-size: 8px;
        padding: 5px 0;
        transition: 0.2s ease;
    }
    .circle__big {
        width: 360px;
        height: 360px;
        background: #fff;
        border-radius: 50%;
    }
    .home__img {
        background: url(../img/home__img.png) no-repeat;
        width: 356px;
        height: 351px;
        margin-left: 80px;
        display: block;
    }
    .offer__padding {
        padding-top: 20px;
    }
    .offer__title {
        margin-top: 50px;
        padding-left: 60px;
        font-size: 8px;
        max-width: 150px;
    }
    .offer__desc {
        margin-top: 20px;
        padding-left: 60px;
        font-size: 12px;
    }
    /*     Parallax     */
    .slide__show {
        margin-top: 10px;
    }
    .swiper-slide .slide__title {
        font-size: 17px;
        font-weight: 500;
        margin-left: 5%;
        margin-top: 25%;
    }
    .swiper-slide .slide__subtitle {
        font-size: 12px;
        font-weight: 700;
        margin-left: 5%;
    }
    .swiper-slide .slide__text {
        font-size: 12px;
        font-weight: 300;
        max-width: 550px;
        color: rgb(161, 161, 161);
        line-height: 1.3;
        margin-left: 5%;
    }
    /*     Parallax END      */
    .works__title p {
        font-size: 10px;
    }
    .about__title__desc {
        color: rgb(255, 203, 15);
        margin-top: 30px;
        font-weight: 500;
        font-size: 12px;
        background-color: rgba(0, 0, 0, 0.8);
        box-shadow: rgba(255, 255, 255, 0.3) 0 0px 50px;
    }
    .about__title {
        margin-top: 24px;
        color: #000;
    }
    .about__desc {
        margin-top: 10px;
        color: #000;
        font-weight: 300;
        font-size: 17px;
    }
    .about__text {
        font-size: 12px;
    }
    .about__img1 {
        margin-top: 10px;
    }
    .about__img2 {
        margin-top: 10px;
    }
    .table__price__title {
        text-align: center;
        font-size: 10px;
    }
    .map__content {
        padding: 250px 0 0 0;
    }
    #btn__top {
        display: none;
        text-decoration: none;
        background-color: rgb(0, 0, 0, 0.3);
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 4px;
        margin: 5px;
        position: fixed;
        bottom: 5px;
        right: 5px;
        z-index: 1000;
        transition: background-color .3s, opacity .5s, visibility .5s;
    }
}

@media (min-width: 382px) and (max-width: 575px) {
    .logo__title {
        font-size: 28px;
        padding: 0 0 0 120px;
        display: inline-block;
        display: -webkit-inline-box;
    }
    .phone__kstar__title {
        font-size: 32px;
        margin: 6px 0 0 50px;
        position: absolute;
        font-weight: 500;
    }
    .phone__lifecell__title {
        font-size: 32px;
        margin: 65px 0 0 50px;
        font-weight: 500;
        position: absolute;
    }
    .phones__logo {
        position: absolute;
        top: 0;
        left: 0;
        background: url(../img/phones_logo.png) no-repeat center top;
        width: 35px;
        height: 107px;
        display: block;
        margin: 30px 0 0 65px;
        white-space: nowrap;
    }
    .circle__big {
        width: 360px;
        height: 360px;
        background: #fff;
        border-radius: 50%;
    }
    .home__img {
        background: url(../img/home__img.png) no-repeat;
        width: 356px;
        height: 351px;
        margin-left: 80px;
        display: block;
    }
    .offer__padding {
        padding-top: 20px;
    }
    .offer__title {
        margin-top: 50px;
        padding-left: 60px;
        font-size: 16px;
        max-width: 250px;
    }
    .offer__desc {
        margin-top: 20px;
        padding-left: 60px;
        font-size: 24px;
    }
    /*     Parallax     */
    .slide__show {
        margin-top: 10px;
    }
    .swiper-slide .slide__title {
        font-size: 17px;
        font-weight: 500;
        margin-left: 5%;
        margin-top: 25%;
    }
    .swiper-slide .slide__subtitle {
        font-size: 12px;
        font-weight: 700;
        margin-left: 5%;
    }
    .swiper-slide .slide__text {
        font-size: 12px;
        font-weight: 300;
        max-width: 550px;
        color: rgb(161, 161, 161);
        line-height: 1.3;
        margin-left: 5%;
    }
    /*     Parallax END      */
    .works__title p {
        font-size: 12px;
    }
    .about__title__desc {
        color: rgb(255, 203, 15);
        margin-top: 30px;
        font-weight: 500;
        font-size: 12px;
        background-color: rgba(0, 0, 0, 0.8);
        box-shadow: rgba(255, 255, 255, 0.3) 0 0px 50px;
    }
    .about__title {
        margin-top: 24px;
        color: #000;
    }
    .about__desc {
        margin-top: 10px;
        color: #000;
        font-weight: 300;
        font-size: 17px;
    }
    .about__text {
        font-size: 14px;
    }
    .about__img1 {
        margin-top: 10px;
    }
    .about__img2 {
        margin-top: 10px;
    }
    .table__price__title {
        text-align: center;
        font-size: 12px;
    }
    .map__content {
        padding: 250px 0 0 0;
    }
    #btn__top {
        display: none;
        text-decoration: none;
        background-color: rgb(0, 0, 0, 0.3);
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 4px;
        margin: 5px;
        position: fixed;
        bottom: 5px;
        right: 5px;
        z-index: 1000;
        transition: background-color .3s, opacity .5s, visibility .5s;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .logo__title {
        font-size: 18px;
        padding: 18px 0 0 120px;
        display: inline-block;
        display: -webkit-inline-box;
    }
    .phone__kstar__title {
        font-size: 32px;
        margin: 5px 0 0 40px;
        position: absolute;
        font-weight: 500;
    }
    .phone__lifecell__title {
        font-size: 32px;
        margin: 65px 0 0 40px;
        font-weight: 500;
        position: absolute;
    }
    .offer__padding {
        padding-top: 20px;
    }
    .offer__title {
        margin-top: 50px;
        padding-left: 60px;
        font-size: 20px;
    }
    .offer__desc {
        margin-top: 20px;
        padding-left: 60px;
        font-size: 30px;
    }
    /*     Parallax     */
    .slide__show {
        margin-top: 50px;
    }
    .swiper-slide .slide__title {
        font-size: 24px;
        font-weight: 500;
        margin-left: 10%;
        margin-top: 10%;
    }
    .swiper-slide .slide__subtitle {
        font-size: 14px;
        font-weight: 700;
        margin-left: 10%;
    }
    .swiper-slide .slide__text {
        font-size: 14px;
        font-weight: 300;
        max-width: 550px;
        color: rgb(161, 161, 161);
        line-height: 1.3;
        margin-left: 10%;
    }
    /*     Parallax END      */
    .about__title__desc {
        color: rgb(255, 203, 15);
        margin-top: 30px;
        font-weight: 500;
        font-size: 17px;
        background-color: rgba(0, 0, 0, 0.8);
        box-shadow: rgba(255, 255, 255, 0.3) 0 0px 50px;
    }
    .about__title {
        margin-top: 30px;
        color: #000;
    }
    .about__desc {
        margin-top: 10px;
        color: #000;
        font-weight: 300;
        font-size: 17px;
    }
    .about__text {
        font-size: 14px;
    }
    .about__img1 {
        margin-top: 20px;
    }
    .about__img2 {
        margin-top: 20px;
    }
    #btn__top {
        display: none;
        text-decoration: none;
        background-color: rgb(0, 0, 0, 0.3);
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 4px;
        margin: 10px;
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 1000;
        transition: background-color .3s, opacity .5s, visibility .5s;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .offer__padding {
        padding-top: 20px;
    }
    .home__img {
        background: url(../img/home__img__big.png) no-repeat;
        width: 470px;
        height: 463px;
        margin-left: 170px;
        display: block;
    }
    .offer__title {
        margin-top: 50px;
        padding-left: 60px;
        font-size: 24px;
    }
    .offer__desc {
        margin-top: 20px;
        padding-left: 60px;
        font-size: 30px;
    }
    /*     Parallax     */
    .slide__show {
        margin-top: 50px;
    }
    .swiper-slide .slide__title {
        font-size: 30px;
        font-weight: 500;
        margin-left: 20%;
        margin-top: 10%;
    }
    .swiper-slide .slide__subtitle {
        font-size: 18px;
        font-weight: 700;
        margin-left: 20%;
    }
    .swiper-slide .slide__text {
        font-size: 18px;
        font-weight: 300;
        max-width: 550px;
        color: rgb(161, 161, 161);
        line-height: 1.3;
        margin-left: 20%;
    }
    /*     Parallax END      */
    .about__title__desc {
        color: rgb(255, 203, 15);
        margin-top: 30px;
        font-weight: 500;
        font-size: 17px;
        background-color: rgba(0, 0, 0, 0.8);
        box-shadow: rgba(255, 255, 255, 0.3) 0 0px 50px;
    }
    .about__title {
        margin-top: 30px;
        color: #000;
    }
    .about__desc {
        margin-top: 10px;
        color: #000;
        font-weight: 300;
        font-size: 17px;
    }
    .about__text {
        font-size: 14px;
    }
    .about__img1 {
        margin-top: 20px;
    }
    .about__img2 {
        margin-top: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home__img {
        background: url(../img/home__img__big.png) no-repeat;
        width: 470px;
        height: 463px;
        margin-left: 10px;
        display: block;
    }
    /*     Parallax     */
    .swiper-slide .slide__title {
        font-size: 30px;
        font-weight: 500;
        margin-left: 30%;
        margin-top: 10%;
    }
    .swiper-slide .slide__subtitle {
        font-size: 18px;
        font-weight: 700;
        margin-left: 30%;
    }
    .swiper-slide .slide__text {
        font-size: 18px;
        font-weight: 300;
        max-width: 550px;
        color: rgb(161, 161, 161);
        line-height: 1.3;
        margin-left: 30%;
    }
    /*     Parallax END      */
    .about__title__desc {
        color: rgb(255, 203, 15);
        margin-top: 100px;
        font-weight: 500;
        font-size: 17px;
        background-color: rgba(0, 0, 0, 0.8);
        box-shadow: rgba(255, 255, 255, 0.3) 0 0px 50px;
    }
    .about__title {
        margin-top: 30px;
        color: #000;
    }
    .about__desc {
        margin-top: 10px;
        color: #000;
        font-weight: 300;
        font-size: 17px;
    }
    .about__text {
        font-size: 14px;
    }
    .about__img1 {
        margin-top: 150px;
    }
    .about__img2 {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .about__title__desc {
        color: rgb(255, 203, 15);
        margin-top: 100px;
        font-weight: 500;
        font-size: 17px;
        background-color: rgba(0, 0, 0, 0.8);
        box-shadow: rgba(255, 255, 255, 0.3) 0 0px 50px;
    }
    .about__title {
        margin-top: 30px;
        color: #000;
    }
    .about__desc {
        margin-top: 10px;
        color: #000;
        font-weight: 300;
        font-size: 17px;
    }
    .about__text {
        font-size: 14px;
    }
    .about__img1 {
        margin-top: 150px;
    }
    .about__img2 {
        margin-top: 20px;
    }
}