/*==========  Desktop First Method  ==========*/
@media only screen and (max-width : 1500px) {
    .btn_scroll {
        bottom: 130px;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1320px) {
    .menu a {
        white-space: normal;
    }
    .header-search-input {
        padding: 21px 15px;
        padding-right: 45px;
        width: 385px;
    }
    .header-search-submit {
        right: 23px;
    }
    .language_block {
        margin-left: 10px;
    }
    .main_logo img {
        max-width: 156px;
    }
    .social-link {
        margin: 0 2px;
    }
    .grid-item {
        min-height: 255px;
    }
    .catalog-item-subsection {
        padding: 30px 20px;
        padding-right: 30px;
        padding-top: 0
    }
    .footer__logo img {
        width: 100%;
    }
    .card-descr {
        padding: 40px 10px;
        padding-right: 15px;
    }
    .card-title {
        font-weight: 300;
        font-size: 29px;
        line-height: 38px;
        margin-bottom: 25px;
        padding-bottom: 15px;
    }
    .card-props-value-item span {
        height: 31px;
        padding: 0 4px;
    }
    .bottom_card .btn_blue {
        padding-left: 40px;
        padding-right: 40px;
    }
    .contact-item .social-link {
        width: 40px;
        height: 40px;
        margin: 0 4px;
    }
    .contact-item .social-link .front {
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
    .more_detail {
        padding-top: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .page__header__img {
        min-height: 440px;
    }
    .btn_scroll {
        width: 40px;
        height: 40px;
        bottom: 30px;
    }
    .item__img {
        height: 310px;
    }
    .section_catalog .grid-item {
        min-height: 350px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .menu {
        flex-wrap: wrap;
    }
    .menu li {
        width: 30%;
    }
    .d_flex {
        flex-wrap: wrap;
    }
    .header-search-form {
        display: none;
    }
    .grid-item {
        min-height: 330px;
    }
    .catalog-item-subsection {
        padding: 46px 40px;
        padding-right: 60px;
        padding-top: 0;
    }
    .section_catalog {
        padding-bottom: 100px;
    }
    .left_footer {
        text-align: center;
        padding-bottom: 30px;
    }
    .right_footer {
        padding-top: 20px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer__agency {
        padding-top: 0;
    }
    .slider-nav {
        width: 100%;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        -o-order: 2;
        order: 2;
    }
    .slider_wrapper {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }
    .slider-nav .slick-slide {
        margin: 0 2px;
    }
    .slider-nav {
        margin-top: 20px;
        width: 100%;
    }
    .card-descr {
        padding-left: 20px;
        padding-right: 20px;
    }
    .bottom_card .btn_blue {
        padding-left: 70px;
        padding-right: 70px;
    }
    .section_detail {
        padding-bottom: 100px;
    }
    .contact-item .social-link {
        width: 72px;
        height: 72px;
        margin: 0 4px;
    }
    .contact-item .social-link .front {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .buy-item:nth-child(1) {
        margin-top: 0;
    }
    .buy-item .col-lg-5 {
        -webkit-order: -1;
        -moz-order: -1;
        -ms-order: -1;
        -o-order: -1;
        order: -1;
    }
    .address h2 {
        padding-bottom: 20px;
    }
    .section_where_buy {
        padding-bottom: 100px;
    }
    .section_catalog_inner .select.buy-select {
        margin-bottom: 20px;
    }
    .inner-page-title {
        font-size: 46px;
        line-height: 57px;
    }
    .slider-nav,
    .slider-for {
        width: 100%;
        display: block;
    }
    .slider-for video {
        width: 100%;
        max-height: 70vh;
        object-fit: contain;
    }
    .nav_image,
    .image_big {
        display: none;
    }
    body > div.zoomContainer {
        display: none !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .header__social {
        display: none;
    }
    .title_page {
        font-size: 45px;
        line-height: 56px;
        padding-bottom: 24px;
        padding-top: 23px;
    }
    .app-footer {
        padding: 45px 0;
    }
    .language_block {
        margin: 0;
    }
    .app-mobile-btn {
        margin-left: 10px;
    }
    .col_pl  {
        padding-left: 15px;
    }
    .app-mobile {
        width: 80%;
        max-width: 500px;
        padding: 0;
    }
    .header__mobile__menu {
        height: 100vh;
        overflow: auto;
        padding-left: 70px;
        padding-right: 30px;
        padding-bottom: 10px;
        padding-top: 20px;
    }
    .app-mobile {
        padding-right: 0 !important;
    }
    .page-header-breadcrumbs {
        display: none;
    }
    .section_detail {
        padding-top: 50px;
    }
    .menu_section {
        display: none;
    }
    .inner-page-title {
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .section_contacts {
        padding-bottom: 70px;
    }
    .buy-item-map iframe {
        height: 250px;
    }
    .select.buy-select {
        margin-bottom: 30px;
    }
    .wrap_sorting {
        padding-bottom: 25px;
        margin-bottom: 45px;
    }
    .d_flex > .inner-page-title {
        margin-bottom: 30px;
    }
    .smartfilter .d_flex {
        padding-bottom: 40px;
    }
    .pagination_list {
        padding-top: 50px;
    }
    .item__img {
        height: 380px;
    }
    .page__header__img {
        background-position: 97% center;
    }
    .btn_scroll {
        display: none;
    }
    .inner-page-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 200;
        padding: 16px 0;
    }
    .app-mobile-btn {
        padding: 12px 13px;
        width: 45px;
        height: 41px;
    }
    .languge_active {
        width: 63px;
        height: 41px;
        padding-left: 10px;
    }
    .wrapper {
        padding-top: 75px;
    }
    .languge_active::after {
        right: 9px;
    }
    .wrap_mob_search {
        display: block;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 50;
        height: 44px;
    }
    .mob_search {
        display: inline-block;
        margin-right: 7px;
        border: none;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        cursor: pointer;
        border: 1px transparent solid;
        border-radius: 10px;
        background-color: #292829;
        color: #fff;
        padding-left: 38px;
        background-image: url(../img/search_icon.svg);
        background-repeat: no-repeat;
        background-position: 10px center;
        width: 40px;
        height: 44px;
        position: absolute;
        /* left: 0; */
        right: 139px;
        margin: auto;
    }
    .mob_search:focus {
        width: 100%;
        border-color: rgba(227, 240, 248, 0.3);
        cursor: auto;
        left: 0;
        max-width: 96%;
        margin: 0 auto;
        right: 0;
    }
    .mobile_btn {
        margin: 0 auto;
        padding-left: 70px;
        padding-right: 70px;
        margin-top: 20px;
        display: block;
        max-width: 238px;
        margin-bottom: 40px;
    }
    .bottom_card .btn_blue {
        display: none !important;
    }
    .card-descr {
        padding-bottom: 10px;
    }
    .page__header__img {
        min-height: 82vh;
        height: 403px !important;
        /*min-height: calc(100vh - 73px);*/
        min-height: calc(100vh - 670px);
        background-position: top center;
    }
    .wrapper {
        padding-top: 72px;
    }
    .card.wrapper {
        padding-top: 0;
    }
    .page__header__img::before {
        height: 400px;
        top: auto;
    }
    .mobile_title {
        display: block;
        padding-top: 30px;
        margin-bottom: 40px;
        margin-top: 0;
    }
    .card-content-inner .card-title.content-title {
        display: none;
    }
    .section_detail {
        padding-top: 0;
    }
    .section_catalog .title_page {
        margin-bottom: 20px;
        padding-top: 30px;
    }
    .app-mobile {
        top: 0;
    }
	.about_text {
		padding: 30px 15px 0px 15px;
		font-size:16px;
	}
	ul li {
		font-size:16px;
	}
	h2 {
		padding-left:15px;
		padding-right:15px;
	}
	.policy {
		overflow-x:auto;
	}
	.about_title {
		font-size:20px;
		line-height:25px;
	}
    input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
    input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
    input[type="search"]::-webkit-search-decoration,
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-results-button,
    input[type="search"]::-webkit-search-results-decoration { display: none; }
    form input[type='text'],
    form input[type='search'],
    form textarea {
        font-size: 16px;
    }
}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 576px) {
    .main_logo img {
        max-width: 138px;
    }
    .menu li {
        width: 50%;
    }
    .title_page {
        font-size: 39px;
        line-height: 42px;
        padding-bottom: 17px;
        padding-top: 25px;
    }
    .grid-item {
        margin-top: 45px;
    }
    .left_footer {
        text-align: left;
    }
    .col-lg-5 .footer-menu__list {
        columns: 1;
    }
    .right_footer {
        display: block;
    }
    .footer__agency {
        padding-top: 15px;
    }
    .app-mobile {
        width: 90%;
        padding-right: 30px;
    }
    .btn_blue {
        padding: 17px 28px;
    }

    .descr_menu {
        font-size: 12px;
        line-height: 17px;
    }
    .slider_wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .card-descr {
        padding-top: 20px;
    }
    .bottom_card {
        display: block;
    }
    .bottom_card .btn_blue {
        margin-top: 20px;
        display: block;
        max-width: 238px;
    }
    .section_detail {
        padding-bottom: 70px;
    }
    .second-text {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .contact-title {
        font-size: 19px;
        line-height: 23px;
        padding-bottom: 25px;
    }
    .contact-item .social-link {
        width: 40px;
        height: 40px;
        margin: 0 4px;
    }
    .contact-item .social-link .front {
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
    .bottom_descr_contacts {
        padding-top: 20px;
    }
    .contact-item {
        padding: 40px 20px;
    }
    .form-row--footer {
        text-align: center;
    }
    .address h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .inner-page-title {
        font-size: 39px;
        line-height: 51px;
    }
    .pagination_list li a {
        width: 39px;
        height: 39px;
        font-size: 14px;
    }
    .pagination_list li {
        padding: 0 2px;
    }
    .section_catalog_inner {
        padding-bottom: 75px;
    }
    .more_detail {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page__header__img {
        background-position: center;
		height: 250px !important;
    }
	.page__header__img::before {
		height: 250px;
	}
    .marketplace-strip {
        padding: 15px 10px 18px;
    }
    .marketplace-strip__inner {
        flex-wrap: wrap;
        gap: 10px;
        min-height: 0;
        padding: 12px 14px;
        border-radius: 14px;
    }
    .marketplace-strip__title {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }
    .marketplace-strip__links {
        justify-content: center;
        gap: 8px;
        width: 100%;
    }
    .marketplace-strip__link img {
        width: 88px;
    }


    .section_main {
        padding: 60px 0;
    }
    .footer-menu__list {
        /*display: none;*/
        text-align: left;
    }
    .title_footer {
        text-align: left;
        cursor: pointer;
        position: relative;
    }
    .title_footer::after {
        position: relative;
        /*display: inline-block;*/
        display: none;
        float: right;
        font-size: 19px;
        font-weight: bold;
        margin-right: 15px;
        margin-left: 15px;
        content: '+';
        right: 0;
        top: 0;
    }
    .title_footer.active::after {
        content: "-";
    }
    .page__header__img::before  {
        height: 252px;
        bottom: 0;
        top: auto;
        /*background-position: 93% center;*/
        background-position: center center;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 350px) {
    .main_logo img {
        max-width: 123px;
    }
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 756px) {
    .footer-menu__list {
        display: block !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.page__header__img {
		min-height:800px !important;
		height:800px !important;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1320px) {

}
@media only screen and (max-height : 790px) {
    .header__mobile__menu .btn_blue {
        margin-top: 0;
    }
    .header__mobile__menu > ul > li > a {
        margin-bottom: 30px;
    }
    .header__mobile__menu ul ul li a {
        line-height: 36px;
    }
}
@media only screen and (max-height : 700px) {

    .header__mobile__menu > ul > li > a {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 16px;
        padding-bottom: 5px;
    }
    .header__mobile__menu ul ul li a {
        line-height: 31px;
        font-size: 17px;
    }
    .descr_menu {
        padding-top: 15px;
    }
    .app-mobile {
        width: 80%;
        max-width: 380px;
        padding: 0;
    }
    .header__mobile__menu {
        height: 100vh;
        overflow: auto;
        padding-left: 70px;
        padding-right: 30px;
        padding-bottom: 10px;
        padding-top: 20px;
    }
    .app-mobile {
        padding-right: 0 !important;
    }
}
@media only screen and (max-height : 560px) {

    .header__mobile__menu > ul > li > a {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 16px;
        padding-bottom: 3px;
    }
    .header__mobile__menu ul ul li a {
        line-height: 28px;
        font-size: 14px;
    }
    .descr_menu {
        padding-top: 10px;
    }
    .header__mobile__menu ul ul {
        padding-bottom: 10px;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .container {
        max-width: 100%;
    }
}
@media all and (min-width:2500px) {
	.page__header__img {
		min-height:1160px !important;
		height:1160px !important;
	}
}
