@media (max-width: 599px) {
    .header {
        text-align: center;
    }

    .header_menu-ul {
        display: block;
        padding: 10px 0;
    }

    .header_menu-li a {
        font-size: 1rem;
        line-height: 1rem;
        text-align: center;
        padding: 5px 0;
    }
    .sections-walks {
        display: none;
    }

    .section-description-img {
        display: none;
    }

    .section-price-item:not(:last-child) {
        margin-bottom: 40px;

    }

    .section-choice {
        display: none;
    }

}

@media (min-width: 600px) {

    .container {
        max-width: 600px;
    }

    .header {
        background-color: #9ea6a9;
    }

    header, .container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .header-logo {
        margin-bottom: 20px;
    }

    .header-menu {
        display: flex;
    }

    .header_menu-ul{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;

    }

    .header_menu-li {
        margin-right: 40px;
    }

    .header_menu-li:last-child {
        margin-right: 0;
    }

    /*section walks*/

    .sections-walks {
        height: 350px;
        padding: 30px 0;
        background-image: url("../img/fon1.jpg");
        background-size: cover;
        background-position: center;
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

    .sections-walks .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        height: 100%;
    }

    .walks-title h1 {
        font-size: 2rem;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        line-height: 2rem;
        margin-bottom: 20px;
    }

    .walks-title h2 {
        font-size: 1.1rem;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        line-height: 1.1rem;
        text-align: center;
    }

    .walks-description {
        display: none;
    }

    /*section description*/

    .section-description {
        height: 100%;
    }

    .section-description .container{

        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .section-description-content {
        width: 100%;
        margin-bottom: 30px;
    }

    .section-description-slider {
        width: 100%;
    }

    .slider-wrapper img {
        width: 100%;
        height: 100%;
    }

    .flex-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }



    /*section choice*/

    .section-choice {
        height: 100%;
        background-color: #1d2036;
        padding: 50px 15px;
    }

    .section-choice .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;

    }

    .section-choice-name {
        font-size: 1.1rem;
        font-weight: bold;
        text-transform: uppercase;
        color: #d0cdf3;
        text-align: center;
        margin-bottom: 30px;
    }

    .section-choice-item-wrapper {
        display: flex;
        align-items: self-start;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .section-choice-item {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    .section-choice-item-border {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border-style: dashed;
        border-color: #b2b2b2;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }

    .section-choice-item-beige {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        border: none;
        background-color: #b2b2b2;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-choice-item-img {
        height: 20px;
    }

    .section-choice-item-img svg {
        height: 100%;
    }

    .section-choice-item-img svg path {
        fill: #25283d;
    }

    .section-choice-item-cnt {
        font-size: 1rem;
        font-weight: bold;
        color: #b2b2b2;
    }

    /*section-price*/
    .section-price .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .section-price-item-wrapper {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .section-price-item {
        width: 270px;
    }



}

@media (min-width: 600px) and (max-width: 1169px) {

    .container {
        max-width: 600px;
    }

    .slider-wrapper {
        max-width: 570px;
        height: 400px;

    }

    .section-feedback-map iframe {
        height: 400px;
        width: 570px;
    }

    .section-price-item:not(:nth-last-child(-n + 2)) {
        margin-bottom: 40px;
    }



}

@media (min-width: 1170px) {
    .container {
        max-width: 1170px;
    }
     /*header*/

    .header {
        height: 134px;
    }

    .header .container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .header-logo {
        display: block;
    }
    
    /*sections walks*/

    .sections-walks {
        height: 700px;
        padding: 70px 0;
    }

    .sections-walks .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        height: 100%;
    }

    .walks-title h1 {
        font-size: 3.438rem;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .walks-title h2 {
        font-size: 2rem;
        line-height: 30px;
        text-align: center;
    }

    .walks-description {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .walks-description-item {
        max-width: 185px;
        height: 265px;
        margin-right: 70px;
        margin-bottom: 30px;
        text-align: center;
    }

    .walks-description-item:last-child {
        margin-right: 0px;
    }

    .walks-description-item-img {
        width: 190px;
        height: 190px;
    }

    .walks-description-item-img img {
        width: 100%;
    }

    .walks-description-item p {
        font-size: 1.563rem;
        line-height: 20px;
        color: #fff;
    }


    /*section description*/

    .section-description {
        height: 645px;
    }

    .section-description .container{
        flex-direction: row;
        height: 100%;
    }

    .section-description-content {
        width: 50%;
        padding: 70px 20px;
    }

    .section-title {
        font-size: 2.313rem;
        margin-bottom: 30px;
    }

    .section-description-p {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .section-description-p:last-child {
        margin-bottom: 0;
    }

    .section-description-slider {
        width: 50%;
    }

    .slider-wrapper {
        max-width: 600px;
        height: 400px;
    }

    /*section-price */

    .section-price {
        height: 1000px;
        padding: 70px 15px;
    }

    .section-price .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .section-price-item-wrapper {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .section-price-item {
        width: calc(25% - 30px);
        margin-right: 30px;
        margin-bottom: 40px;
    }

    .section-price-item:nth-child(n+5) {
        margin-top: 80px;
    }

    .section-price-item:nth-child(4n) {
        margin-right: 0;
    }

    /*section choice*/

    .section-choice {
        height: 550px;
        padding: 50px 0;
    }

    .section-choice .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        height: 100%;
    }

    .section-choice-name {
        font-size: 2.313rem;
    }

    .section-choice-item-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .section-choice-item {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 30px;
    }

    .section-choice-item:last-child {
        margin-right: 0;
    }

    .section-choice-item-border {
        width: 125px;
        height: 125px;
        border-radius: 50%;
        border-style: dashed;
        border-color: #b2b2b2;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }

    .section-choice-item-beige {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: none;
        background-color: #b2b2b2;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .section-choice-item-img {
        height: 60px;
    }

    .section-choice-item-img svg {
        height: 100%;
    }

    .section-choice-item-img svg path {
        fill: #25283d;
    }

    .section-choice-item-cnt {
        font-size: 1.063rem;
        font-weight: bold;
        color: #b2b2b2;
    }

    /*section feedback*/

    .section-feedback {
        height: 500px;
        padding: 70px 0;
    }

    .section-feedback .container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

    .section-feedback-map {
        margin-bottom: 0;
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

    .section-feedback-map iframe {
        width: 600px;
        height: 360px;
    }

    .section-feedback-contact_us {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-feedback-form {
        width: 300px;
        height: 360px;
        background-color: #f9f5f5;
        padding: 30px 10px;
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);

    }

    .section-feedback-form .form {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        height: 100%;
    }

    .form-description {
        text-align: center;
        line-height: 1.5rem;
        text-transform: uppercase;
        color: #1c2035;
    }

    .form-description h1 {
        font-size: 1.25rem;
    }

    .form-description h2 {
        font-size: 0.938rem;
        font-weight: bold;
    }

    .form-input {
        width: 100%;
        font-weight: lighter;
    }

    .form-input > * {
        width: 100%;
        padding: 15px 20px;
        border: none;
        background-color: #fff;
        font-size: 0.9375rem;
        color: #191919;
        outline: none;
    }

    /*section footer*/

    .footer {
        height: 110px;
        background-color: #15162b;
    }

    .footer .container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        height: 100%;
        color: #a6a7ab;
        font-size: 0.938rem;
    }

    .footer-button {
        padding: 20px 35px;
        background-color: #141529;
        border-radius: 3px ;
        border-color: #a6a7ab;
        cursor: pointer;
    }

    .footer-button a {
        text-align: center;
        color: #a6a7ab;
        font-weight: bold;
        font-size: 0.938rem;
        text-transform: uppercase;
        text-decoration: none;
    }

    .popup-close {
        top: -4rem;
        right: -1.3rem;
        font-size: 5rem;
        width: 4rem;
        height: 4rem;
        line-height: 5rem;

    }
    .popup-content {
        width: 400px;
        padding: 30px;
    }


}