@media (min-width: 1024px) and (max-width: 1919px) {
    /* HEADER */

    .logo {
        top: 20px;
        height: 43px;
        width: 188px;
    }

    .logo-description {
        font-size: 13px;
        top: 14px;
        left: 73px;
    }

    .menu {
        top: 32px;
        left: 33px;
    }

    .menu ul li {
        font-size: 14px;
        margin-right: 55px;
    }

    .phone {
        top: 15px;
        left: 61px;
    }

    .phone__number {
        font-weight: 600;
        font-size: 22px;
    }

    .phone__description {
        width: 170px;
        top: 29px;
        left: 12px;
        letter-spacing: -0.02em
    }

    /* ENDHEADER */
    /* BANNER */
    .banner {
        height: 598px;
        background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("../img/banner-bg.png") no-repeat 37% 20%;
        background-size: cover;
    }

    .banner-title {
        top: 80px;
        left: -9px;
    }

    .banner-title__main h1 {
        font-size: 46px;
    }

    .banner-title__sub {
        font-size: 21px;
    }

    .banner-form {
        left: -3px;
        top: 99px;
        height: 400px;
        width: 320px;
    }

    .banner-form__title {
        top: 36px;
        left: 40px;
        font-size: 16px;
        width: 259px;
        height: 46px;
    }

    .banner-form input[type="text"] {
        position: relative;
        top: 49px;
        left: 30px;
        margin: 10px auto;
        width: 259px;
        height: 46px;
    }

    .banner-form label {
        top: 47px;
    }

    .banner-form input[type="submit"] {
        top: 91px;
        width: 259px;
        height: 46px;
    }

    /* END BANNER */
    /* PRODUCTIONS */
    .attention {
        width: auto;
        display: inline-block;
        margin-right: 38px;
    }

    .productions {
        height: auto;
        min-height: 600px;
    }

    .production {
        margin-top: 50px;
        position: relative;
        top: 4px;
    }

    .production__img {
        height: 200px;
        width: 200px;
    }


    .accordion__body ul li {
        margin-right: 12px;
    }

    /* END PRODUCTIONS */
    /* ORDER */

    .order-form {
        left: 13px;
    }

    .order-form input[type="text"] {
        margin-right: 30px;
        width: 230px;
        height: 46px;
    }

    .order-form label {
        top: 48px;
        left: -10px;
    }

    .order-form label .agree-text {
        top: 14px;
        left: 10px;
        width: 170px;
        font-size: 12px;
    }

    .order-form input[type="submit"] {
        top: 56px;
        left: 26px;
        width: 208px;
        height: 46px;
    }

    /* END ORDER */
    /* DELIVERY */
    .delivery-services ul {
        width: 250px;
    }

    .delivery-services__item {
        width: 250px;
    }

    /* END DELIVERY */
    /* CONTACTS */
    .contact {
        position: relative;
        top: 48px;
    }

    .contact__title {
        font-size: 16px;
        font-weight: 600;
    }

    .contact__info {
        font-size: 14px;
        margin-top: 10px;
    }

    .contact_address {
        left: -6px;
    }

    .contact_phone {
        left: 52px;
    }

    .contact_mail {
        left: 25px;
    }

    .feedback {
        padding: 12px 40px;
        left: 13px;
        width: 208px;
    }


    /* END CONTACTS */
    /* SEO */

    /* END SEO */
    /* MODAL */
    .feedback-form {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -215px;
        margin-left: -185px;
        height: 430px;
        width: 370px;
        background-color: #fff;
    }

    .feedback-form__title {
        position: relative;
        top: 33px;
        left: 30px;
        line-height: 128%;
        font-size: 20px;
        font-weight: 700;
        width: 310px;
        height: 46px;
        text-align: center;
        padding: 0 10px;
    }

    .feedback-form input[type="text"] {
        position: relative;
        top: 62px;
        left: 30px;
        margin: 15px auto;
        padding-left: 20px;
        width: 310px;
        height: 46px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        font-size: 16px;
        border: 1px solid #d0d0d0;
    }

    .feedback-form label {
        position: relative;
        top: 55px;
        left: 30px;
    }

    .feedback-form label .agree-text {
        position: relative;
        top: 18px;
        left: 14px;
        height: 35px;
        width: 200px;
        font-weight: 400;
    }

    .feedback-form input[type="submit"] {
        position: relative;
        top: 98px;
        left: 30px;
        width: 310px;
        height: 46px;
        color: #fff;
        background-color: #538cc5;
        border: none;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        font-size: 16px;
        font-weight: 600;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {

    /* HEADER */
    .section__title {
        margin: 0 auto;
        margin-top: 30px;
        width: 700px;
    }

    .section__title h2 {

        font-size: 36px;
    }

    .header {
        height: 70px;
    }

    .logo {
        top: 15px;
        height: 40px;
        width: 174px;
    }

    .logo-description {
        font-size: 13px;
        top: 14px;
        left: 73px;
    }

    .menu {
        top: 27px;
        left: 39px;
        width: 350px;
    }

    .menu ul li {
        font-size: 13px;
        margin-right: 35px;
    }

    .phone {
        position: absolute;
        width: 130px;
        top: 17px;
        left: -8px;
    }

    .phone__number {
        font-size: 15px;
    }

    .phone__description {
        font-size: 12px;
        width: 100px;
        top: 20px;
        left: 27px;
        letter-spacing: 0.02em
    }

    /* ENDHEADER */
    /* BANNER */
    .banner {
        height: 412px;
        width: 100%;
        background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("../img/banner-bg.png") no-repeat 37% 20%;
        background-size: cover;
    }

    .banner-title {
        text-align: center;
        top: 102px;
        left: 9px;
    }

    .banner-title__main h1 {
        font-size: 40px;
    }

    .banner-title__sub {
        font-size: 15px;
    }

    /* END BANNER */
    /* PRODUCTIONS */
    .attention {
        left: 0;
        width: auto;
        display: inline-block;
        margin-right: 0;
        font-size: 14px;
    }

    .productions {
        height: auto;
        min-height: 450px;
    }

    .production {
        margin-top: 30px;
        position: relative;
        top: 4px;
    }

    .production_1 {
        left: 0px;
    }

    .production_2 {
        left: 0px;
    }

    .production_3 {
        left: 0px;
    }

    .production_4 {
        left: 0px;
    }

    .production__img {
        height: 140px;
        width: 140px;
    }

    .production__name {
        font-size: 18px;
    }

    .production__price {
        font-size: 13px
    }

    .production__price span {
        font-size: 16px
    }


    .accordion__body ul li {
        margin-right: 10px;
        font-size: 13px;
    }


    .accordion__body ul li span {
        height: 5px;
        width: 5px;
    }

    /* END PRODUCTIONS */
    /* ORDER */
    .order {
        padding: 0;
        margin: 0;
    }

    .order-form {
        top: -20px;
        left: 58px;
        width: 690px;
    }

    .order-form input[type="text"] {
        margin-right: 30px;
        width: 310px;
        height: 46px;
    }

    .order-form label {
        top: 59px;
        left: -5px;
    }

    .order-form label .agree-text {
        top: 14px;
        left: 10px;
        width: 200px;
        font-size: 13px;
    }

    .order-form input[type="submit"] {
        top: 68px;
        left: 117px;
        width: 310px;
        height: 46px;
    }

    /* END ORDER */
    /* DELIVERY */
    .delivery {
        height: 340px;
    }

    .delivery-terms {
        left: -8px;
        top: 45px;
    }

    .delivery-terms__title {
        font-size: 32px;
    }

    .delivery-terms ul {
        position: relative;
        top: 35px;
        left: 79px;
        padding: 0;
        list-style: none;
    }

    .delivery-terms__item {
        font-size: 14px;
        margin-bottom: 35px;
        width: 400px;
        position: relative;
    }

    .delivery-terms__item:before {
        position: absolute;
        content: '';
        display: block;
        height: 50px;
        width: 50px;
        top: -14px;
        left: -76px;
    }

    .delivery-services {
        left: -40px;
        top: 45px;
    }

    .delivery-services__title {
        font-size: 32px;
        font-weight: 600;
    }

    .delivery-services ul {
        top: 35px;
        left: 66px;
        padding: 0;
        width: 200px;
        list-style: none;
    }

    .delivery-services__item {
        width: 210px;
        font-size: 14px;
        margin-bottom: 35px;
        position: relative;
    }

    .delivery-services__item:before {
        position: absolute;
        content: '';
        display: block;
        height: 50px;
        width: 50px;
        top: -13px;
        left: -66px;
    }

    .delivery-services__item_1:before {
        background: url("../img/services-1.png") no-repeat 50% 50%;
    }

    .delivery-services__item_2:before {
        background: url("../img/services-2.png") no-repeat 50% 50%;
    }

    .delivery-services__item_3:before {
        background: url("../img/services-3.png") no-repeat 50% 50%;
    }


    /* END DELIVERY */
    /* CONTACTS */
    .contact {
        width: 180px;
        position: relative;
        top: 48px;
    }

    .contact__title {
        font-size: 14px;
        font-weight: 600;
    }

    .contact__info {
        font-size: 12px;
        margin-top: 10px;
        width: 180px;
    }

    .contact_address {
        left: -6px;
    }

    .contact_phone {
        left: 40px;
    }

    .contact_mail {
        left: 13px;
    }

    .feedback {
        padding: 12px 15px;
        left: 0px;
        width: 160px;
    }


    /* END CONTACTS */
    /* SEO */

    /* END SEO */
    /* MODAL */
    .feedback-form {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -215px;
        margin-left: -185px;
        height: 430px;
        width: 370px;
        background-color: #fff;
    }

    .feedback-form__title {
        position: relative;
        top: 33px;
        left: 30px;
        line-height: 128%;
        font-size: 20px;
        font-weight: 700;
        width: 310px;
        height: 46px;
        text-align: center;
        padding: 0 10px;
    }

    .feedback-form input[type="text"] {
        position: relative;
        top: 62px;
        left: 30px;
        margin: 15px auto;
        padding-left: 20px;
        width: 310px;
        height: 46px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        font-size: 16px;
        border: 1px solid #d0d0d0;
    }

    .feedback-form label {
        position: relative;
        top: 55px;
        left: 30px;
    }

    .feedback-form label .agree-text {
        position: relative;
        top: 18px;
        left: 14px;
        height: 35px;
        width: 200px;
        font-weight: 400;
    }

    .feedback-form input[type="submit"] {
        position: relative;
        top: 98px;
        left: 30px;
        width: 310px;
        height: 46px;
        color: #fff;
        background-color: #538cc5;
        border: none;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        font-size: 16px;
        font-weight: 600;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .price-list {
        font-size: 16px;
    }

    .whats {
        position: static;
        margin-right: 5px;
    }

    /* HEADER */
    .scroll-up {
        display: none
    }

    .section__title {
        margin-top: 30px;
        width: 100%;
    }

    .section__title h2 {
        margin: 0 auto;
        font-size: 20px;
        width: 90%
    }

    .section__title_hr:after {
        height: 2px;
    }

    .header {
        height: 55px;
    }

    .sidebar-icon {
        top: 16px;
        left: -5px;
    }

    .logo {
        display: block;
        top: 8px;
        left: -58px;
        height: 40px;
        width: 40px;
        margin: 0 auto;
        background-image: url('../img/logo-small.png');
    }

    .logo-description {
        font-size: 13px;
        top: 14px;
        left: 73px;
    }

    .menu {
        top: 27px;
        left: 39px;
        width: 350px;
    }

    .menu ul li {
        font-size: 13px;
        margin-right: 35px;
    }

    .phone {
        position: absolute;
        width: 130px;
        top: 17px;
        left: -5px;
    }

    .phone__number {
        font-size: 16px;
        white-space: nowrap;
    }

    .phone__description {
        font-size: 12px;
        width: 120px;
        top: 20px;
        left: 17px;
        letter-spacing: 0.02em
    }

    .mobile-phone {
        display: flex;
        align-items: center;
        position: absolute;
        right: 15px;
        top: 9px;
    }

    /* ENDHEADER */
    /* BANNER */
    .banner {
        height: 365px;
        width: 100%;
        background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("../img/banner-bg.png") no-repeat 37% 20%;
        background-size: cover;
    }

    .banner-title {
        text-align: center;
        top: 75px;
        left: 9px;
    }

    .banner-title__main h1 {
        font-size: 24px;
    }

    .banner-title__sub {
        top: 1px;
        font-size: 14px;
    }

    .banner-title__button {
        margin: 0 auto;
        top: 24px;
        left: 0;
        height: 39px;
        width: 225px;
        font-size: 14px;
        padding: 10px 10px;
    }

    /* END BANNER */
    /* PRODUCTIONS */
    .attention {
        left: 0;
        width: 80%;
        margin: 0 auto;
        max-width: 450px;
        font-size: 12px;
    }

    .attention span {
        margin-right: 0;
    }

    .attention:before {
        position: absolute;
        top: 0px;
        left: -20px;
        display: block;
        content: '';
        height: 16px;
        width: 16px;

        background: url("../img/attention.png") no-repeat 50% 50%;
        background-size: contain;
    }

    .productions {
        height: auto;
        min-height: 450px;
    }

    .production {
        margin-top: 30px;
        position: relative;
        top: 4px;
        width: 100%
    }

    .production_1 {
        left: 0px;
    }

    .production_2 {
        left: 0px;
    }

    .production_3 {
        left: 0px;
    }

    .production_4 {
        left: 0px;
    }

    .production__img {
        height: 180px;
        width: 180px;
    }

    .production__name {
        font-size: 18px;
    }

    .production__price {
        font-size: 13px
    }

    .production__price span {
        font-size: 16px
    }


    .accordion__body ul li {
        margin-right: 5px;
        font-size: 12px;
    }


    .accordion__body ul li span {
        height: 5px;
        width: 5px;
    }

    /* END PRODUCTIONS */
    /* ORDER */
    .order {
        height: auto;
        padding: 0;
        margin: 0;
    }

    .order-form {
        top: -45px;
        position: relative;
        left: 0px;
        width: 300px;
        height: 320px;
        margin: 0 auto;
    }

    .order-form input[type="text"] {
        position: relative;
        top: 62px;
        left: 10px;
        margin: 15px auto;
        padding-left: 20px;
        width: 280px;
        height: 46px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        font-size: 16px;
        border: 1px solid #d0d0d0;
    }

    .order-form label {
        position: relative;
        top: 52px;
        left: 10px;
    }

    .order-form label .agree-text {
        position: relative;
        top: 18px;
        left: 0px;
        height: 35px;
        width: 200px;
        font-weight: 400;
    }

    .order-form input[type="submit"] {
        position: relative;
        top: 82px;
        left: 10px;
        width: 280px;
        height: 46px;
        color: #fff;
        background-color: #538cc5;
        border: none;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        font-size: 16px;
        font-weight: 600;
    }

    /* END ORDER */
    /* DELIVERY */
    .delivery {
        height: auto;
    }

    .delivery-terms {
        height: auto;
        left: -8px;
        top: 20px;
    }

    .delivery-terms__title {
        position: relative;
        left: 15px;
        font-size: 20px;
        text-align: center;
    }

    .delivery-terms ul {
        position: relative;
        margin: 0 auto;
        max-width: 280px;
        width: 70%;
        top: 20px;
        left: 40px;
        padding: 0;
        list-style: none;
    }


    .delivery-terms__item {
        font-size: 14px;
        margin-bottom: 35px;
        width: 100%;

        position: relative;
    }

    .delivery-terms__item:before {
        top: -5px;
        left: -50px;
        height: 40px;
        width: 40px;
    }

    .delivery-terms__item_1:before {
        background: url("../img/terms-1.png") no-repeat 50% 50%;
        background-size: 95%;
    }

    .delivery-terms__item_2:before {
        background: url("../img/terms-2.png") no-repeat 50% 50%;
    }

    .delivery-terms__item_3:before {
        background: url("../img/terms-3.png") no-repeat 50% 50%;
        top: 0px;
    }

    .delivery-services {
        height: auto;
        width: auto;
        left: -8px;
        top: 30px;
        margin-bottom: 80px
    }

    .delivery-services__title {
        position: relative;
        left: 15px;
        font-size: 20px;
        text-align: center
    }

    .delivery-services ul {
        position: relative;
        margin: 0 auto;
        max-width: 280px;
        width: 70%;
        top: 20px;
        left: 40px;
        padding: 0;
        list-style: none;
    }

    .delivery-services__item {
        width: 100%;
        font-size: 14px;
        margin-bottom: 35px;
        position: relative;
    }

    .delivery-services__item:before {
        top: -5px;
        left: -50px;
        height: 40px;
        width: 40px;
    }

    .delivery-services__item_1:before {
        background: url("../img/services-1.png") no-repeat 50% 50%;
        background-size: 95%;
    }

    .delivery-services__item_2:before {
        background: url("../img/services-2.png") no-repeat 50% 50%;
    }

    .delivery-services__item_3:before {
        background: url("../img/services-3.png") no-repeat 50% 50%;
    }


    /* END DELIVERY */
    /* CONTACTS */
    .contacts {
        height: 350px;
        text-align: center;
    }

    .contact {

        width: auto;
        position: relative;
        top: 0;
        left: 10px;
        margin-top: 20px;
    }

    .contact__title {
        font-size: 14px;
        font-weight: 600;
    }

    .contact__info {
        font-size: 12px;
        margin-top: 5px;
        width: auto;
    }

    .contact_address {
        left: 5px;
    }

    .contact_phone {
        left: 5px;
    }

    .contact_mail {
        left: 5px;
    }

    .feedback {
        display: inline-block;
        padding: 12px 15px;
        top: 20px;
        left: 0px;
        width: 160px;
    }


    /* END CONTACTS */
    /* SEO */

    /* END SEO */
    /* MODAL */
    .feedback-form {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -215px;
        margin-left: -185px;
        height: 430px;
        width: 370px;
        background-color: #fff;
    }

    .feedback-form__title {
        position: relative;
        top: 33px;
        left: 30px;
        line-height: 128%;
        font-size: 20px;
        font-weight: 700;
        width: 310px;
        height: 46px;
        text-align: center;
        padding: 0 10px;
    }

    .feedback-form input[type="text"] {
        position: relative;
        top: 62px;
        left: 30px;
        margin: 15px auto;
        padding-left: 20px;
        width: 310px;
        height: 46px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        font-size: 16px;
        border: 1px solid #d0d0d0;
    }

    .feedback-form label {
        position: relative;
        top: 73px;
        left: 30px;
    }

    .feedback-form label .agree-text {
        position: relative;
        top: -21px;
        left: 30px;
        height: 35px;
        width: 200px;
        font-weight: 400;
    }

    .feedback-form input[type="submit"] {
        position: relative;
        top: 82px;
        left: 30px;
        width: 310px;
        height: 46px;
        color: #fff;
        background-color: #538cc5;
        border: none;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        font-size: 16px;
        font-weight: 600;
    }

    .production-dialog {
        position: static;
        margin: 0 2.5%;
        width: 95%;
        height: auto;
        background-color: #fff;
    }

    .production-dialog h3 {
        font-size: 18px;
        top: 15px;
    }

    .production-dialog__price {
        position: relative;
        width: 200px;
        top: 15px;
        left: 0;
        margin: 0 auto;
        font-size: 16px;
    }

    .production-dialog__price span {
        font-size: 24px;
        color: #538cc5;
    }

    .production-dialog__info {
        width: 95%;
        margin: 0 2.5%;
        top: 15px;
        left: 0;
    }

    .production-dialog__info p {
        line-height: 22px;
        margin-bottom: 10px;
    }

    .production-dialog__order {
        position: relative;
        display: block;
        height: 60px;
        width: 72px;
        margin: 0 auto;
        top: 22px;
        left: 0px;
        margin-bottom: 20px;
    }

    .production-dialog .mfp-close:active {
        top: 16px;
    }

    .production-dialog .mfp-close {
        top: 16px;
        right: 15px;
        color: #2a2525;
    }

    .feedback-form {
        margin-top: -184px;
        margin-left: -150px;
        width: 300px;
        height: 368px;
    }

    .feedback-form__title {
        left: 0;
        font-size: 18px;
        width: 280px;
        padding: 0 10px;
        margin: 0 auto;
    }

    .feedback-form input[type="text"] {
        display: block;
        top: 40px;
        left: 0;
        margin: 15px auto;
        padding-left: 20px;
        width: 280px;
    }

    .feedback-form label {
        top: 25px;
        margin: 0 auto;
        left: 12px;
    }

    .feedback-form label .agree-text {
        display: inline-block;
        position: relative;
        top: 19px;
        left: 14px;
        height: 35px;
        width: 200px;
        font-weight: 400;
    }

    .feedback-form input[type="submit"] {
        display: block;
        margin: 0 auto;
        top: 60px;
        left: 0;
        width: 280px;
    }

    .access-dialog {
        margin-left: -140px;
        margin-top: -100px;
        height: 200px;
        width: 280px;
    }

    .access-dialog .mfp-close {
        color: #2a2525;
    }

    .access-dialog__info {
        position: relative;
        top: 67px;
        text-align: center;
        font-size: 14px;
    }

}

@media (max-width: 380px) {
    .phone__number {
        font-size: 14px;
    }
}