 .menu li ul li:last-child{
        display: none;
    }
    .img-footer{
            float: left;
    padding-left: 45px;
    }
    .img-footer img{
    }
    .img-footer img:first-child{
            padding-right: 25px;
    }
    .footer .menu > li{
        width: 150px;
    }
    .page_text{
        border-top: #FFFFFF;
    }
    .footet-block-social{
        padding-top: 50px;
    }
    .footet-block-social a{
        padding-right: 5px;
    }
    .img-social-footer{
		min-width: 38px;
		width: 38px;
	}
    ul li::marker {
        color: black;
    }
    .text-info-tur{
        font-size: 14px;
        max-width: 1079px;
        font-weight: 400;
        padding: 0 10px;
    }
    .main-text-tur{
        font-size: 20px;
        color: #00000080;
    }
    .text-info-tur span{
        font-size: 14px;
    }
    .text-info-tur ul{
        padding: 20px;
    }
     .text-info-tur ul li{
        padding: 0 0 5px;
    }
    .tours-grid{
        max-width: 1380px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 40px;
        margin: 60px 0;
    }
    .tour-card{
        background: white;
        border-radius: 16px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .tour-image{
        height: 150px;
        width: 100%;
        overflow: hidden;
        position: relative;
        background-color: #F6F6F6;
    }
    .tour-image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .tour-info{
        padding: 20px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        background-color: #F6F6F6;
    }
    .tour-name{
        font-size: 16px;
        font-weight: 600;
    }
    .tour-description{
        font-size: 14px;
        font-weight: 300;
        line-height: 17px; 
        color: #000000;
    }
    .tour-button{
        display: block;
        margin-top: auto;
        /* width: 100%; */
        background: #2B5FA4;
        color: white;
        border: none;
        padding: 6px 15px;
        border-radius: 60px;
        font-size: 15px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
    }
    .tour-button:hover{
        color: white;
    }
     @media (max-width: 2000px) {
        .tours-grid{
                max-width: 1380px;
        }
     }
    @media (max-width: 1440px) {
        .contacts_desktop{
            line-height: 0.5;
        }
        .content_col{
            margin: 0 90px;
        }
        .tours-grid{
            grid-template-columns: repeat(4, 1fr);
        }
         .tour-button{
            padding: 7px 22px;
         }
    }
    @media (max-width: 768px) {
        .footer {
            display: flex;
            flex-direction: column-reverse;
        }
        .img-footer{
            padding-top: 40px;
            display: flex;
            align-items: end;
            justify-content: end;
        }
        .footer .info{
            position: relative;
            top: -40px;
        }
    }
    @media (max-width: 768px) {
        .open_menu{
            width: 90%;
            text-align: center;
            padding: 12px 20px
        }
        .topmenu{
            border-top: white;
        }
        .content_col{
            margin: 0 20px;
        }
        .tour-button{
            font-size: 12px;
        }
        .tours-grid{
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin: 50px 0;
            max-width: 730px;
        }
        .tour-info{
            padding: 15px;
        }
    }
    
    @media (max-width: 450px) {
        .tour-button {
            padding: 7px 20px;
        }
       
        .text-info-turi{
            padding-left: 40px;
            max-width: 300px !important;
        }
        .text-info-tur{
            padding-top: 10px;
        }
        .text-info-tur ul {
            padding: 15px;
        }

    }
    @media (max-width: 450px) {
        .open_menu{
            width: 250px;
        }
        .text-info-tur{
            max-width: 420px;
        }
        .tours-grid{
            max-width: 300px; 
            grid-template-columns: repeat(1, 1fr);
            margin: 40px;
        }
        .content_col {
            margin: 0 20px;
        }
        body{
            overflow-x: hidden;
        }
        .content_col h2, .content_col h1{
            font-weight: 600;
            max-width: 300px;
        }
        .tour-image img{
            height: 180px;
        }
    }
      @media (max-width: 450px) {
        .footer {
            display: flex;
            align-items: start;
        }
        .footer .info{
            display: block;
            position: relative;
            top: 0;
            left: 20%;
        }
        .img-footer{
            padding: 20px 0;
            position: relative;
            left: 20%;
        }
        .footer_frame{
            width: 460px;
        }
        .footer .menu{
        display: flex;
        margin: 0;
        padding: 0;
        float: right;
        white-space: nowrap;
        flex-direction: column;
        }
        .footer .menu > li {
            display: inline-block;
            vertical-align: top;
            width: 170px;
            list-style: none;
            margin: 0 0 0 15px;
            padding: 0 20px 0 25px;
            border-left: #bcbcbd 1px solid;
            margin: 5px;
            text-align: left;
        }
        .topmenu, .content_wrapper, .footer{
            width: 400px;
        }

      }
      @media (max-width: 368px) { 
        .content_col {
            margin: 0;
        }
        .footer .info{
            left: 12%;
        }
        .img-footer{
            left: 12%;
        }
      }
    @media (max-width: 320px) {
        .text-info-turi{
            padding-left: 20px;
        }
        .open_menu{
            width: 230px;
        }
        .content_col {
            margin: 0 5px;
        }
         .text-info-tur{
            max-width: 300px;
        }
        .tours-grid{
            max-width: 280px; 
            gap: 20px;
            margin: 40px 10px;
        }
        .footer .info{
            left: 10%;
        }
        .img-footer{
            left: 10%;
        }
    }