@media only screen and (max-width : 1455px) {
    .navigation-link {
        font-size: 21px;

        padding: 30px 48px 35px 48px;
    }

    .main-header-logo b {
        font-size: 45px;
    }

    .main-header-logo i {
        font-size: 30px;
    }

    .subnavigation-link {
        font-size: 18px;
    }

    .subnavigation-list {
        bottom: -220px;
    }
}

@media only screen and (max-width : 1400px) {
    .price-column-left {
        margin-left: 100px;
    }

    .price-column-left {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .price-descroption-wrapper {
        width: 860px;
        height: 600px;
    }

    .price-text {
        font-size: 18px;
        line-height: 1.3;
    }

    .price-descroption {
        top: 106px;
        left: 151px;
    }

    .contacts-input-text {
        font-size: 18px;

        width: 70%;
        height: 35px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .contacts-textarea {
        width: 70%;
        height: 125px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    *::-webkit-input-placeholder {
        font-family: "Raleway", sans-serif;
        font-size: 18px;

        opacity: 1;
        color: #a7a7a7;
    }
    *:-moz-placeholder {
        font-family: "Raleway", sans-serif;
        font-size: 18px;

        opacity: 1;
        color: #a7a7a7;
    }
    *::-moz-placeholder {
        font-family: "Raleway", sans-serif;
        font-size: 18px;

        opacity: 1;
        color: #a7a7a7;
    }
    *:-ms-input-placeholder {
        font-family: "Raleway", sans-serif;
        font-size: 18px;

        opacity: 1;
        color: #a7a7a7;
    }
}

@media only screen and (max-width : 1300px) {
    .price-column-left {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .price-descroption-wrapper {
        width: 645px;
        height: 620px;
    }

    .ie11 .price-descroption-wrapper {
        width: 600px;
        height: 620px;
    }


    .price-descroption {
        left: 90px;
    }

    .ie11 .price-descroption {
        top: 120px;
        left: 90px;
    }

    .price-text {
        font-size: 15px;

        padding-right: 95px;
    }

    .price-column-left {
        width: 645px;
        min-width: 645px;

        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (max-width : 1227px) {
    .main-header-logo b {
        font-size: 40px;
    }

    .main-header-logo i {
        font-size: 25px;
    }

    .navigation-link {
        font-size: 18px;

        padding: 30px 30px 31px 30px;
    }
}
@media only screen and (max-width : 1048px) {
    .main-header-logo b {
        font-size: 35px;
    }

    .main-header-logo i {
        font-size: 20px;
    }

    .navigation-link {
        font-size: 18px;
    }
}

@media only screen and (max-width : 1000px) {
    .price-column-right {
        display: none;
    }

    .price {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width : 980px) {
    .swiper-button-prev {
        left: 20px;
    }

    .swiper-button-next {
        right: 20px;
    }
}

@media only screen and (max-width : 960px) {
    .main-header-container {
        display: block;

        padding: 0;
    }

    .navigation-item {
        width: 25%;
        min-width: 160px;

        text-align: center;
    }

    .navigation-link {
        font-size: 21px;

        padding: 30px 0 31px 0;
    }


    .main-header-logo {
        margin: 0;

        text-align: center;
    }

    .subnavigation-list {
        text-align: left;
    }

    .contacts-column-right {
        display: none;
    }

    .contacts {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .contacts-column {
        width: 100%;
    }

    .contacts-wrapper {
        max-width: 80%;
    }

    .contacts-input-text {
        width: 100%;
    }

    .contacts-textarea {
        width: 100%;
    }
}

@media only screen and (max-width : 830px) {
    .gallery-swiper-wrapper {
        width: 100%;
        max-width: 100%;
    }

    .gallery-top {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width : 800px) {
    .index {
        background-image: url(../img/jenny800.jpg);
        background-position: top center;
        background-size: cover;
    }
}

@media only screen and (max-width : 740px) {
    .gallery-thumbs {
        margin-top: 0;
    }
}

@media only screen and (max-width : 700px) {
    .gallery-thumbs {
        display: none;
    }

    .gallery-top {
        height: 530px;
    }

    .gallery-swiper-wrapper {
        height: auto;
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: 50%;
    }
}

@media only screen and (max-width : 640px) {
    .main-header-container {
        padding-bottom: 5px;
    }

    .menuToggle {
        display: block;

        text-align: center;
    }

    .header-navigation {
        position: absolute;
        z-index: 100;

        display: none;

        width: 100%;

        background-color: #2f2f2f;
    }

    .navigation-list {
        display: block;

        text-align: center;
    }

    .navigation-item {
        width: 100%;

        text-align: center;
    }
    .navigation-link-active::before {
        display: none;
    }

    .navigation-link:hover::before {
        display: none;
    }

    .navigation-link-sub-active::before {
        display: none;
    }

    .subnavigation-list {
        text-align: center;
    }

    .contacts-description {
        padding-left: 60px;
    }

    .gallery-heading {
        font-size: 46px;
    }
}

@media only screen and (max-width : 560px) {
    .contacts-text {
        font-size: 16px;

        margin-bottom: 5px;
    }

    .contacts-wrapper {
        margin-top: 40px;
    }
    .contacts-text-back {
        display: none;
    }

    .contacts-description {
        padding-left: 0;
    }
}


@media only screen and (max-width : 500px) {
    .price-descroption-wrapper {
        width: 100%;
        height: auto;

        background-image: none;
    }

    .price-column-left {
        width: 100%;
        min-width: 100%;
    }

    .price-text {
        line-height: 30px;

        width: 100%;
        padding-right: 20px;
    }

    .price-descroption {
        position: relative;
        top: 10px;
        left: 0;
    }

    .ie11 .price-descroption {
        top: 20px;
        left: 0;
    }
}


@media only screen and (max-width : 480px) {
    .gallery-photo-full {
        background-size: contain;
    }
}


@media all and (orientation: landscape) {
    .index {
        background-image: url(../img/jenny1024.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}
