body {
    margin: 0;
    padding: 0;
    font-family: "Manrope", sans-serif;
    font-style: normal;
    overflow-x: hidden;
}
.inner-page {
    background-color: #F3F2F3;
}

a {
    display: block;
    text-decoration: none;
    color: currentColor;
}

del {
    display: block;
}

* {
    box-sizing: border-box;
}

/* POPUP */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 100000;
    background-color: rgba(0, 0, 0, 0.58);
    transition: .2s linear;
}

.popup_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000;
    background-color: #fff;
    width: 522px;
  

    border-radius: 5px;
    padding: 30px;
    height: max-content;
    transition: all .2s ease-in-out;
}

@media(max-width: 522px) {
    .popup_inner {
        width: 95%;
    }
}

.popup_inner .button {
    
    padding: 12px 20px;
    border-color: #000;
    color: #000;
    margin: 0 auto;
    margin-top: 15px;
}

.popup_back {
    position: absolute;
    top: 28px;
    right: 28px;
}

.popup.active {
    display: block;
    animation: animBlock .3s ease-in-out;
}
.popup.active .popup_inner {
    animation: animInner .3s   ease-in-out;
}
@keyframes animBlock {
    0% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes animInner {
    0% {
        display: block;
        opacity: 0;
        transform: translate(-50%, -70%);
    }
    100% {
        display: block;
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.popup_nav_links {

    font-size: 22px;
}
.popup_nav_link {
    margin-top: 8px;
}
.popup_nav_info {
    margin-top: 122px;
    display: flex;
    justify-content: space-between;
}
.popup_nav_item {
    width: max-content;
}
.popup_nav_ontitle {
    color: #686868;
    font-size: 14px;
}
.popup_nav_title {
    font-weight: 700;
    font-size: 18px;
}
.popup_nav_subtitle {
    color: #686868;
    font-size: 16px;
}


.popup_call {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 100000;
    background-color: rgba(0, 0, 0, 0.81);
}
.popup_measurer_text {
    font-size: 10px;
}


.popup_call_text {
    margin-top: 20px;
    font-size: 10px;
}
.popup_call_input_container {
    margin-top: 10px;
    background-color: #EFEFEF;
    border-radius: 4px;
    padding: 8px 12px;

}
.popup_call_input_placholder {
    color: #767676;
    font-size: 14px;
}
.popup_call_input_placholder span {
    color: #FF0404;
}
.popup_call_input {
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 14px;
    border-bottom: 1px solid #9A9A9A;
}

.popup_call_text {
    margin-top: 20px;
    font-size: 10px;
}
.popup_call_input_container {
    margin-top: 10px;
    background-color: #EFEFEF;
    border-radius: 4px;
    padding: 8px 12px;

}
.popup_call_input_placholder {
    color: #767676;
    font-size: 14px;
}
.popup_call_input_placholder span {
    color: #FF0404;
}
.popup_call_input {
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 14px;
    border-bottom: 1px solid #9A9A9A;
}

.popup_basket_subtitle {
    margin-top: 50px;
    width: 60%;
}

.popup_search_input {
   
    background-color: #DCDCDC;
    outline: none;
    border: none;
    font-size: 18px;
    height: 50px;
    padding: 8px 12px;
    border-radius: 5px;
    width: 80%;
}
.popup_search_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
    background-color: #8F1913;
    border-radius: 5px;
}

.popup_search_input_container {
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
}


/* ANIMATION */

.anim-item {
    transform: translate(0, 0);
    opacity: 1;
    transition: .6s ease-out;
}

.nav._active {
    transform: translate(0, -100%);
    opacity: 0;
}



.intro_inner._active {
    transform: translate(-10%, 0);
    opacity: 0;

}

.about_title.anim-item {
    transition-delay: .5s;
}
.about_title._active  {
    transform: translate(-10%, 0);
    opacity: 0;
}
.about_subtitle.anim-item {
    transition-delay: 1.5s;
}
.about_subtitle._active {
    transform: translate(-10%, 0);
    opacity: 0;
}


.container.anim-item {
    overflow: hidden;
}
.comprehensiveSolutions_text._active {
    transform: translate(-70%, 0);
    opacity: 0;
}
.comprehensiveSolutions_higher .comprehensiveSolutions_item._active {
    transform: translate(50%, 0);
    opacity: 0;
}

.comprehensiveSolutions_below .comprehensiveSolutions_item._active {
    transform: translate(0, 50%);
    opacity: 0;
}


.solutions_title_container._active {
    transform: translate(-20%, 0);
    opacity: 0;
}

.solutions_big_examples._active {
    /* transform: translate(0, 30%); */
    transform: translate(0, 150px);
    opacity: 0;
}

.corporate_title._active {
    transform: translate(-20%, 0);
    opacity: 0;
}

.corporate_subtitle._active {
    transform: translate(-20%, 0);
    opacity: 0;
}

.corporate_item._active {
    transform: translate(-20%, 0);
    opacity: 0;
}

.one_delay {
    transition-delay: .5s;
}

.two_delay {
    transition-delay: 1s;
}

.three_delay {
    transition-delay: 1.5s;
}

.four_delay {
    transition-delay: 2s;
}



.turnkey_item_image._active {
    opacity: 0;
}

/* UI */

del {
    display: block;
}

.hr {
    width: 100%;
    height: 1px;
    background-color: #ADADAD;
    margin-top: 46px;
    margin-bottom: 46px;
}

.title {
    font-size: 48px;
}

.subtitle {
    font-size: 18px;
}

.container {
    width: 1920px;
    max-width: 100%;
	margin: 0 auto;
    padding: 0 60px;
}
.intro_h1 {
    margin-top: 18px;
    font-size: 48px;
    font-weight: 200;
    color: #1D1D21 ;
}
.button {
    position: relative;
    width: max-content;
    height: min-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    color: #000;
    border-radius: 3px;
    transition: .2s ease-out;
    cursor: pointer;
    overflow: hidden;
    font-size: 18px;
    z-index: 1;
}
.button.black,
.button-black {
    color: #000;
    border-color: #000;
}

.button.white-text{
    color: #fff;
    border-color: #000;
}
.button.white,
.button-white {
    color: #fff;
    border-color: #fff;
}

.button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #8F342F;
    transition: .2s ease-out;
    z-index: -1;
}

.button:hover::before {
    left: 0;
}

.button:hover {
    border-color: #8F342F;
    color: #fff;
    /* transform: scale(1.02); */
}

.inner-page .title {
    margin-top: 18px;
    margin-bottom: 0;
    font-size: 38px;
    font-weight: 200;
    color: #1D1D21 ;
}
.intro_ontitle_nav {
    margin-top: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #828282;
}
.intro_ontitle_nav a {
    display: inline-block;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: .2s ease-out;
}
.intro_ontitle_nav a:hover {
    background-size: 100% 2px;
}
@media (max-width: 1024px) {
    .intro_ontitle_nav {
        margin-top: 100px;
    }
    .intro_h1 {
        font-size: 28px;
    }
}

.intro_ontitle_nav span {
    color: #828282;
}
.inner-page .ontitle_nav,
.intro_ontitle_nav {
    color: #505055;
}
.inner-page .ontitle_nav span,
.intro_ontitle_nav span {
    color: #5C5C5C;
}

@media (max-width: 1024px) {
    .inner-page .container {
        padding: 0 25px;
        max-width: 100%;
    }
}
@media (max-width: 590px) {
    .inner-page .title {
        font-size: 28px;
    }
    .inner-page .container {
        padding: 0 12px;
    }
}

/* INTRO */
.navigation_slides {
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 0);

    z-index: 100000;
}

.navigation_slide {
    cursor: pointer;
    margin-right: 5px;
    padding: 2px 15px;
    border-radius: 2px;
    background-color: #fff;
    transition: .4s linear;
}

.navigation_slide.active {
    padding: 2px 20px;
    background-color: #5D130F;
    transition: .4s linear;
}

.intro {
    position: relative;
    width: 100%;
    opacity: 1;
    overflow: hidden;
    transition: .6s ease-in-out;
}
.intro-slide-bg {
    color: #fff;
    height: 100vh;
    /* background-image: url('../img/backgrounds/1.jpg'); */
    background-size: cover;
    background-position: 75% 60%;
    background-repeat: no-repeat;
}

.hide {
    opacity: 0;
}

.intro_plus {
    position: relative;
    z-index: 1000;
}

.intro-slide-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 25%, rgba(255, 255, 255, 0) 100%);
    opacity: .8;
}

.nav_higher {
    margin-top: 15px;
    font-size: 16px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.catalog_intro {
    color: #1D1D21;
    background-color: #F3F2F3;
}
.catalog_intro .basket {
    border-color: #1D1D21;
}
.catalog_intro .basket:hover {
    color: #fff;
    border-color: #8F1913;
}
.catalog_intro .nav.fixed {
    color: #fff;
}
.catalog_intro .nav.fixed .basket,
.catalog_intro .nav.fixed .nav_button_measurer {
    border-color: #fff;
}
.catalog_intro .nav.fixed .nav_button_measurer {
    color: #fff;
}
.catalog_intro .nav.fixed .basket:hover,
.catalog_intro .nav.fixed .nav_button_measurer:hover {
    border-color: #8F342F;
}
.logo-white {
    display: none;
}
.nav.fixed .logo-black {
    display: none;
}
.nav.fixed .logo-white {
    display: block;
}

.nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;

    height: 90px;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.552);
    backdrop-filter: blur(5px);
    padding: 0 60px;
}

@media(min-width:1025px) {
    .catalog_intro {
        min-height: 147px;
    }
    .catalog-page .nav.fixed {
        background-color: rgba(0, 0, 0, 0.308);
    }
}

.nav.fixed hr {
    display: none;
}

.nav.fixed .nav_below {
    /* display:none; */
}

.nav.fixed .nav_buttons_high {
    display: flex;
}

.nav.fixed .nav_links {
    width: 65%;
}

.nav.fixed .nav_higher {
    max-width: 1920px;
   
    margin: 0 auto;
    margin-top: 15px;
}
.nav.fixed .nav_links_high {
   
    width: 65%;
}
@media (min-width:1025px) and (max-width: 1199px) {
    .nav .nav_button_measurer span {
        display: none;
    }
}
@media (min-width:1200px) and (max-width: 1335px) {
    .nav .nav_below .nav_button_measurer span {
        display: none;
    }
}

@media(max-width:1440px) {
    .nav.fixed {
        
        padding: 0 30px;
    }
}

.nav_higher hr {
    position: absolute;
    bottom: -20px;
    left: -5%;
    width: 110%;
    height: 1px;
    background-color: #fff;
}
.nav_logo {
}

.nav_links {
    width: 50%;
    min-width: 800px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.nav_links_high {
    width: 385px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.nav_below {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.nav_link {
    cursor: pointer;
    padding-bottom: 3px;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: .2s ease-out;
}

.nav_link.active,
.nav_link:hover {
    transform: scale(1.2);
    background-size: 100% 2px;
}
.nav_link span {
    padding-left: 12px;
}
.nav_link img {
    display: inline-block;
}

.search {
    cursor: pointer;
    padding: 9px 9px 3px 9px;
    background-color: #DBDBDB;
    border-radius: 4px;
}
.nav_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.basket {
    margin-left: 30px;
}

.nav_buttons_high {
    display: none;
    align-items: center;
    justify-content: space-between;
}
.nav_button {
    padding: 8px 45px 8px 29px;
    margin-left: 30px;
}

.basket {
    cursor: pointer;
    position: relative;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 6px 7px 2px 5px;
    overflow: hidden;
    transition: .2s ease-in-out;
}

.basket.black,
.basket.black-button {
    border-color: #000;
}
.basket.black svg,
.basket.black svg path,
.basket.black-button svg,
.basket.black-button svg path {
    stroke:#000;
}

.basket::before {
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #8F1913;
    transition: .2s ease-in-out;
    z-index: -1;
}

.basket:hover::before {
    transform: scale(10);
}

.basket:hover {
    border-color: #8F1913;
}

.filling {
    transition: fill .2s ease-in-out;
    fill: transparent;
}

.basket:hover .filling {
    fill: #fff;
}

.nav_button span {
    margin-left: 16px;
}

.intro_inner {
    display: none;
    transition: .2s linear;
    margin-top: 180px;
    margin-left: 175px;
 
}

.intro_inner.visible {
    display: block;
    animation: open .5s linear;
}

@keyframes open {
    0% {
      display: block;
      opacity: 0;
      visibility: hidden;
    }
    100% {
      display: block;
      opacity: 1;
      visibility: visible;
    }
}
.intro_buttons {
    display: flex;
    
}

.intro_buttons .intro_button {
    display: flex;
    margin-right: 20px;
}


.intro-slide-bg .intro_ontitle {
    font-size: 24px;
    font-weight: 200;
}
.intro-slide-bg .intro_title {
    margin-top: 14px;
    font-size: 52px;
    font-weight: 300;
}
.intro-slide-bg .intro_subtitle {
    margin-top: 14px;
    font-size: 24px;
    font-weight: 200;
}
.intro-slide-bg .intro_button {
    margin-top: 64px;
    padding: 11px 45px;
}

@media (max-width: 1440px) {
    .nav_higher {
        width: 100%
    }
    .nav_links {
        width: 65%;
    }
    .nav_links_high {
        width: 65%;
    }
    .nav_buttons {
        display: none;
    }
    .nav_buttons_high {
        display: flex;
    }
    .intro_inner {
        margin-top: 80px;
    }
}
@media (max-width: 1272px) {
    .nav_links_high {
        width: 70%;
    }
    .nav_button {
        /* padding: 8px 15px 8px 15px; */
    }
}
@media (max-width: 1199px) {
    .nav_buttons_high {
        display: flex;
    }
    .nav_buttons {
        display: none;
    }
    .nav_links_high {
        width: 65%;
    }
    .catalog_intro .nav_button {
        padding: 8px 29px 8px 29px;
    }
}
@media (min-width: 1200px) {
    .intro_inner {
        max-width: 50%;
    }
}
@media (min-width: 1441px) {
    .nav_links_high {
        width: 35%;
    }
}

.nav_hide {
    display: none;
    align-items: end;
    background-color: #274346;
    height: 88px;
}
@media(max-width:500px) {
    .nav_hide {
        height: 64px;
    }
}


.nav-toggle {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;

	font-size: 0;
	color: transparent;

	border: 0;
	background: none;
	cursor: pointer;
    position: relative;
	width: 30px;
}
.nav-toggle-wrap {
    display: flex;
    display: none;
    cursor: pointer;
    align-items: center;
}
.nav-toggle-wrap .nav-toggle {
    margin-right: 10px;
}
.nav-toggle-wrap.active,
.nav-toggle-wrap:hover {
    background-color: #8F342F;
    transition: .2s ease-out;
}
.nav-toggle:focus {
	outline: 0;
}
.nav.fixed.has-active {
    height: 160px;
}
.nav.fixed.has-active .nav_below {
    display: flex;
}
.nav.fixed.has-active .nav_below .nav_buttons {
    display: none;
}
.nav.fixed .nav-toggle-wrap {
    display: flex;
    padding: 0 15px;
}
.nav.fixed .nav_links {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.nav.fixed.has-active .nav_links {
    opacity: 1;
    visibility: visible;
    height: 41px;
    transition: 0.6s ease-out;
}
.nav.fixed .nav_below .nav_buttons {
    opacity: 0;
    visibility: hidden;
}

.nav-toggle__item {
	display: block;
	width: 100%;
	height: 3px;

	background-color: #fff;

	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;

	transition: background .2s linear;
}

.nav-toggle.active .nav-toggle__item {
	background: none;
}

.nav-toggle__item:before,
.nav-toggle__item:after {
	content: "";
	width: 100%;
	height: 3px;

	background-color: #fff;

	position: absolute;
	left: 0;
	z-index: 1;

	transition: transform .2s linear;
}

.nav-toggle__item:before {
	top: -8px;
}
.nav-toggle__item:after {
	bottom: -8px;
}

.nav-toggle.active .nav-toggle__item:before {
	transform-origin: left top;
	transform: rotate(45deg) translate3d(0px, -2px, 0px);
}

.nav-toggle.active .nav-toggle__item:after {
	transform-origin: left bottom;
	transform: rotate(-45deg) translate3d(0px, 3px, 0px);
}

.nav_hide_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_hide_icons {
    display: flex;
}
.nav_hide_search {
    cursor: pointer;
    position: relative;
    z-index: 2000;
    margin-left: 30px;
}
.nav_hide_basket {
    margin-left: 30px;
}


@media (max-width: 1024px) {
    .nav_hide {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        z-index: 1001;
        background-color: rgba(0, 0, 0, 0.308);
        backdrop-filter: blur(5px);
    }
    .inner-page .nav_hide {
        align-items: center;
    }
    .nav {
        display:none;
    }
    .nav_logo svg,
    .nav_logo img {
        width: 170px;
    }
    .nav_hide {
        display: flex;
    }
    .logo-black {
        display: none
    }

    .logo-white {
        display: block
    }

    .intro_primary .intro_inner {
        background-color: #FFFFF0;
        border-radius: 8px;
        padding: 22px 12px;
        color: #000;
        width: 336px;
        margin-left: 40px;
        margin-top: 218px;
    }
    .intro_second .intro_inner {
        padding: 22px 12px;
        width: 336px;
        margin-left: 40px;
        margin-top: 218px;
    }
    .intro-slide-bg .intro_ontitle {
        font-size: 24px;
    }
    .intro-slide-bg .intro_title {
        font-size: 24px;
    }
    .intro-slide-bg .intro_subtitle {
        font-size: 14px;
        font-weight: 400;
    }

    .intro_primary .intro_button {
        border-color: #1D1D21;
        color: #1D1D21;
        width: 100%;
        font-size: 18px;
        margin-top: 43px;
    }
    .intro_second .intro_button {
        width: 100%;
        font-size: 18px;
        margin-top: 43px;
    }

    .navigation_slides {
        display: block;
        position: absolute;
        top: 50%;
        right: 24px;
        left: auto;
        bottom: auto;
        transform: translate(0, -50%);
        width: min-content;
        z-index: 1;
    }
    
    .navigation_slide {
        display: block;
        margin-bottom: 12px;
        padding: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #fff;
        transition: .4s linear;
    }
    
    .navigation_slide.active {
        padding: 0;
        background-color: #5D130F;
        transition: .4s linear;
    }
    .intro-slide-bg .nav_hide .container {
        padding: 0 25px;
    }
}
@media(max-width: 750px) {
    
    .intro {
        overflow: visible;
    }
    .intro_primary .intro_inner {
        position: absolute;
        z-index: 1000;
        width: 336px;
        height: max-content;
        left: 39%;
        transform: translate(-50%, 0);
        margin-top: 75vh;
        /* margin-top: 30vh; */
    }
    .intro_second .intro_inner {
        position: absolute;
        z-index: 1000;
        /* width: 336px; */
        /* height: max-content; */
        /* left: 39%; */
        /* transform: translate(-50%, 0); */
        /* margin-top: 75vh; */
        /* margin-top: 30vh; */
    }
}
@media (max-width: 590px) {
    .intro-slide-bg .nav_hide .container {
        padding: 0 12px;
    }
}
@media (max-width: 560px) {
    .intro-slide-bg {
        height: 75vh;
        min-height: 560px;
        overflow:visible;
    }

    
    .intro_primary .intro_inner {
        margin-top: 55vh;
        /* margin-top: 30vh; */
    }
    .intro_second .intro_inner {
        margin-left: clamp(0px, calc((100vw - 336px - 100px)/2), 40px);
        width: clamp(200px, calc(100vw - 100px), 336px);
    }
    
}
@media (max-width: 390px) {
    .nav_hide_search {
        margin-left: 10px;
    }
    .nav_hide_basket {
        margin-left: 10px;
    }
}
@media (max-width: 360px) {
    .navigation_slides {
        top: 25%;
    }
    .intro-slide-bg {
        height: 60vh;
        overflow:visible;
    }
    .intro_primary .intro_inner {
        width: 90%;
        margin-top: 55vh;
        /* margin-top: 30vh; */
    }
    .catalog_intro {
        height: auto;
        overflow:visible;
    }
    .nav_logo svg,
    .nav_logo img {
        width: calc(100vw - 190px);
    }
}

/* ABOUT */
.about {
    color: #fff;
    background-color: #1D5257;
    padding-top: 120px;
    padding-bottom: 120px;
}
.about_title {
}
.about_subtitle {
    margin-top: 26px;
}

.about_svg {
    margin-top: 20px;
    display: none;
    width: 100%;
}

.about_svg_hide {
    margin-top: 20px;
    display: none;
    width: 100%;
}

@media (max-width: 1024px) {
    .about_svg {
        display: block;
    }
    .about {
        padding-bottom: 0;
    }
    
    
}
@media (max-width: 560px) {
    .about  {
        padding-top: 150px;
        padding-bottom: 0;
    }
   
    
}

@media (max-width: 360px) {
    .about_svg_hide {
        display: block;
    }
    .about  {
        padding-top: 250px;
        padding-bottom: 0;
    }
   
    
}
/* NEW */
.new {
    max-width: 1920px;
    margin: 0 auto;
    padding: 64px 0;
    padding-left: 60px;
    
}
.new_title {
}
.new_items {
    
    
    display: flex;
    overflow: auto;
    margin-top: 27px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .2s linear;
    border-radius:4px;
}
.new_items::-webkit-scrollbar {
    display: none;
  }
.new_item {
    margin-right: 20px;
    padding: 15px;
    width: min-content;
    background-color: #E9EEEF;
    transition: .2s ease-out;
}

.new_item:hover {
    transform: scale(1.04);
}
.new_image {
}
.new_item_title {
    font-weight: 700;
    font-size: 15px;
    margin-top:20px;
}
.new_item_subtitle {
    font-size: 15px;
    margin-top: 5px;
}

.new_title_container {
    display: flex;
    justify-content: space-between;
}

.new_title_container svg {
    display: none;
}

@media (max-width: 1024px) {
    .new_title_container svg {
        display: block;
    }

    .new {
        padding: 30px 0;
        padding-left: 30px;
        color: #fff;
        background-color: #1D5257;
    }
    .new_items {
        color: #000;
        height: max-content;
        margin-right: 0;
    }
    .new_item {
        background-color: #FFFFF0;
        border-radius: 4px;
    }
    .new_item:hover {
        transform: scale(1);
    }
    .new_image{
        transition: .2s linear;
    }
    .new_item:hover .new_image{
        transform-origin: bottom;
        transform: scale(1.03);
    }
    /* .new_item_title, .new_item_subtitle {
        transition: .2s;
    }
    .new_item:hover .new_item_title,.new_item:hover .new_item_subtitle {
        opacity: 0;
    } */
}

/* comprehensiveSolutions */
.comprehensiveSolutions {
    color: #fff;
    background-color: #1D5257;
    padding-top: 120px;
    padding-bottom: 120px;
}
.comprehensiveSolutions_subtitle {
    margin-top: 42px;
    font-weight: 200;
    width: 80%;
}
.comprehensiveSolutions_text {
    /* width: 32%; */
}
.comprehensiveSolutions_higher,
.comprehensiveSolutions_below {
    /* display: flex; */
    /* justify-content: space-between; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.comprehensiveSolutions_below {
    margin-top: 10px;
}
.comprehensiveSolutions_higher .comprehensiveSolutions_item {
    /* width: 32%; */
}
.comprehensiveSolutions_item {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

img {
    display: block;
}

.comprehensiveSolutions_image {
   transition: 1.2s ease-in-out;
}

.comprehensiveSolutions_item:hover .comprehensiveSolutions_image {
    transform: scale(1.15);
}
.comprehensiveSolutions_item:hover .comprehensiveSolutions_item_text {
    transform: scale(1.15);
}

.comprehensiveSolutions_item_text {
    position: absolute;
    bottom: 22px;
    left: 18px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(6px);
    padding: 8px 16px;
    transition: 1.2s ease-in-out;
    transform-origin: left bottom;
}
.comprehensiveSolutions_below {
    /* margin-top: 20px; */
    /* display: flex; */
    /* justify-content: space-between; */
}

.comprehensiveSolutions_item.saw {
    display: none;
}


.comprehensiveSolutions_below .comprehensiveSolutions_item {
    /* width: 24%; */
}
@media (max-width: 1440px) {
    .comprehensiveSolutions_higher {
        /* flex-wrap: wrap; */
    }
    .comprehensiveSolutions_text {
        /* width: 49%; */
    }
    
    .comprehensiveSolutions_higher .comprehensiveSolutions_item {
        /* margin-top: 22px; */
        /* width: 49%; */
    }
    .comprehensiveSolutions_item img {
        width: 100%;
        /* Исправление разных по высоте картинок */
        height: 100%;
        object-fit: cover;
    }

    .none {
        display: none;
    }

    .comprehensiveSolutions_item.saw {
        display: block;
    }

    .comprehensiveSolutions_below .comprehensiveSolutions_item {
        /* width: 32%; */
    }
}

@media (max-width: 1024px) {

    .comprehensiveSolutions {
        padding: 55px 0;
        margin-bottom: 60px;
    }
    .comprehensiveSolutions_text {
        /* width: 100%; */
        grid-column: 1 / -1;
    }
    
    .comprehensiveSolutions_higher .comprehensiveSolutions_item {
        /* margin-top: 22px; */
        /* width: 32%; */
    }
    .comprehensiveSolutions_item img {
        width: 100%;
    }

    .none {
        display: none;
    }

    .comprehensiveSolutions_item.saw {
        display: block;
    }

    .comprehensiveSolutions_below .comprehensiveSolutions_item {
        /* width: 32%; */
    }
    .comprehensiveSolutions_item_text {
        position: absolute;
        top: 6px;
        height: min-content;
        width: 90%;
        text-align: center;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .comprehensiveSolutions_item:hover .comprehensiveSolutions_item_text {
        transform: translate(-50%, 20%) scale(1.07);
        transform-origin: top;
        
    }
    
    .comprehensiveSolutions_subtitle {
        display: none;
    }
}

.saw2 {
 display: none;
}

.none2 {
    display: block;
}

@media (max-width: 750px) {
    .comprehensiveSolutions_higher .comprehensiveSolutions_item {
        /* width: 49%; */
    }

    .comprehensiveSolutions_below {
        /* flex-wrap: wrap; */
    }

    .none2 {
        display: none;
    }

    .saw2 {
        display: block;
    }
    
    .comprehensiveSolutions_below .comprehensiveSolutions_item {

        /* width: 49%; */
    }
}
@media (min-width: 751px) {
    .comprehensiveSolutions_higher,
    .comprehensiveSolutions_below {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 490px) {
    .comprehensiveSolutions_higher,
    .comprehensiveSolutions_below {
        grid-template-columns: repeat(1, 1fr);
    }
    .comprehensiveSolutions_below .comprehensiveSolutions_item {
        /* margin-top: 20px; */
        /* width: 99%; */
    }
    .comprehensiveSolutions_higher .comprehensiveSolutions_item {
        /* width: 99%; */
        
    }
   
    
}

@media (max-width: 360px) {
    
    
    
}
@media (min-width: 1025px) {
    .comprehensiveSolutions_higher,
    .comprehensiveSolutions_below {
        gap: 20px;
    }
    .comprehensiveSolutions_higher {
        grid-template-columns: repeat(2, 1fr);
    }
    .comprehensiveSolutions_below {
        margin-top: 20px;
    }
}
@media (min-width: 1441px) {
    .comprehensiveSolutions_higher {
        grid-template-columns: repeat(3, 1fr);
    }
    .comprehensiveSolutions_below {
        grid-template-columns: repeat(4, 1fr);
    }
}
/* SOLUTIONS */ 
.solutions {
    position: relative;
    padding: 120px 0px;
}
.solutions_svg {
    position: absolute;
    top: 0;
    right: 0;
}
.solutions_title {
}
.solutions_subtitle {
    margin-top: 42px;
    width: 40%;
}
.solutions_big_examples {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}

.solutions_big_examples .solution_example {
    width: 33%;
}
.solution_small_examples .solution_example {
    width: 15.8%;
}
.solution_example {
    margin-right: 20px;
}
.solution_image_container {
    overflow: hidden;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution_example:hover .solution_image{
    transform: scale(1.1);
}
.solution_image {
    transition: .1s linear;

}
.solution_example_title {
    margin-top: 12px;
    
    font-weight: 700;
}
.solution_example_subtitle {
    margin-top: 12px;
}
.solution_small_examples {
    max-width: 1920px;

    padding-left: 60px;
    padding-right: 60px;
    
    margin: 0 auto;
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
}

.solutions_arrow {
    display: none;
    margin-top: 22px;
    width: 100%;
    height: 16px;
}
div.solutions_arrow {
    position: relative;
    max-width: 972px;
    margin-left: auto;
    margin-right: auto;
}
div.solutions_arrow:before {
    content: "";
    background-image: url('../img/long-arrow.svg');
    height: 14px;
    width: 60%;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}
div.solutions_arrow:after {
    content: "";
    background-image: url('../img/long-arrow.svg');
    height: 14px;
    width: 60%;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
@media(max-width:1250px) {
    .title {
        font-size: 32px;
    }
    .container {
        padding: 0 30px;
    }
    .solutions {
        position: relative;
        padding-top: 10px;
        padding-bottom: 0;
        margin-bottom: 42px;
        
        
    }
    .solutions::before {
        content: '';
        position: absolute;
        top: -60px;
        left: 0;
        width: 100%;
        /* height: calc(100vh - 200px); */
        height: calc(80vh - 200px);
        background: url('../img/backgrounds/rectangle.png');
        background-color: #1D5257;
        background-size: 100%;

        background-repeat: no-repeat;
    }
    .solutions_arrow {
        display: block;
    }
    .solutions_svg {
        display: none;
    }
    .solutions_subtitle {
        margin-top: 12px;
        width: 75%;
    }
    .solutions_big_examples {
        margin-top: 45px;
    
    }
    
    .solution_small_examples {
        padding-right: 0;
        padding-left: 30px;
        overflow-x: auto;
        overflow-y: visible;
        margin-top: 10px;
        height: 517px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .solution_small_examples .solution_example {
        height: 97%;
    }
    
    .solution_small_examples::-webkit-scrollbar {
        display: none;
      }

    .solution_small_examples .solution_example {
        width: 300px;
    }
    .solutions_big_examples .solution_example {
        width: 32%;
    }
    .solution_image_container {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .solutions_big_examples .solution_image_container img {
        height: 356px;


    }
    .solution_small_examples .solution_image_container img {
        height: 314px;

    }

    .solution_example {
        box-shadow: 0px 0px 20px -5px #00000059;
        padding: 8px;
        border-radius: 4px;
    }
    .solution_example_title {
        margin-left: 12px;
    }
    .solution_example_subtitle {
        margin-left: 12px;
    }
}

@media(max-width:750px) {
    .solutions {
        background-color: #fff;
    }
    .solutions_big_examples {
        flex-wrap: wrap;
    }
    .solutions_big_examples .solution_example {
        width: 49%;
    }
    
    .solution_example {
        margin: 0;
        margin-top: 10px;
    }

    .solution_small_examples .solution_example {
        margin-left: 15px;
    }
}

@media (max-width: 560px) {
    .solutions_big_examples .solution_example {
        width: 99%;
    }
    .solutions::before {
        height: calc(100vh - 400px);
    }
   
    
    
}
 
/* PICKUP */
.pickup {
    background-color: #1d5257;
    color: #fff;
    padding: 120px 0px;
    overflow: hidden;
}
.pickup_title {
}
.pickup_buttons {
    display: flex;
    margin-right: 20px;
    margin-top: 40px;
}
.pickup_button {
    padding: 9px 14px;
    margin-right: 20px;
}

.pickup_button.active {
    background-color: #8F342F;
    border-color: #8F342F;
}

.pickup_items_container {
    width: 100%;
    overflow: auto;
    transition: .4s linear;
    height: 460px;
}

.pickup_items_container::-webkit-scrollbar {
    display: none;
  }

.pickup_items {
    margin-top: 50px;
    width: min-content;
    display: flex;
    opacity: 0;
    transition: .1s linear;
}
.pickup_item {
    margin-right: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .2s linear;
    border-radius:4px;
}

.pickup_item.hide {
    opacity: 1;
}

.pickup_item:hover .pickup_item_image {
    transform: scale(1.1);
}

.pickup_image_container {
    overflow: hidden;
    border-radius:4px;
}
.pickup_item_image {
    display:block;
    transition: .15s linear;
    max-height: 310px;
}
.pickup_item_title {
    font-weight: 100;
    font-size: 42px;
}

.pickup_item_subtitle {
    width: 94%;
    font-weight: 100;
    margin-top: 8px;
    font-size: 15px;
}

@media (max-width: 1024px) {
    .pickup {
        display: none;
    }
}

/* CORPORATE */
.corporate {
    padding: 120px 0px;
    background-color: #f6f8ff;
}
.corporate_text {
    display: flex;
    justify-content: space-between;
    width: 90%;
    align-items: start;
}
.corporate_title {
    width: min-content;
}
.corporate_subtitle {
    width: 32%;
}
.corporate_items {
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-top: 64px;
    height: 486px;
}

.corporate_item {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    width: 32%;
}
.corporate_image {
    position: relative;
    border-radius: 10px;
    height: 100%;
    z-index: 1;
}

.corporate_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
}

.corporate_item_inner {
    position: absolute;
    top: 0;
    left: 0;
    margin: 60px 40px;
    width: 60%;
    z-index: 10;
}
.corporate_item_title {
    font-size: 28px;
}
.corporate_item_text {
    margin-top: 28px;
    font-size: 15px;
    font-weight: 200;
}
.corporate_item_button {
    position: absolute;
    top: 140px;
    left: 0;
    margin-top: 168px;
    padding: 10px 50px;
}

@media (max-width: 1024px) {
    .corporate {
        padding: 50px 0;
    }
    .corporate_items {
        display: flex;
        justify-content: space-between;
        color: #fff;
        margin-top: 64px;
        height: 348px;
    }
    .corporate_title {
        width: 100%;
    }
    .corporate_subtitle {
        display: none;
    }
    .corporate_item_text {
        margin-top: 12px;
    }
    .corporate_item_inner {
        margin: 24px 12px;
        width: 95%;
    }

    .corporate_item_button {
        top: 90px;
        margin-top: 168px;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

@media (max-width: 560px) {
    .solutions_big_examples .solution_example {
        width: 99%;
    }
    .solutions::before {
        height: calc(100vh - 400px);
    }
   
    
    
}

@media (max-width: 950px) {

    .corporate_items {
        flex-wrap: wrap;
        height: min-content;
    }
    .corporate_item {
        margin-top: 20px;
        width: 99%;
        height: 400px;
    }
    .corporate_image {
        position: relative;
        border-radius: 10px;
        width: 100%;
        height: auto;
        z-index: 1;
    }
    .corporate_item_inner {
        padding: 15px
    }

    .corporate_item_button {
        margin-top: 215px;
    }
    
}
@media (max-width: 548px) {

    .corporate_image {
    
        width: auto;
        height: 100%;

    }
    
}
/* TURNKEY */
.turnkey {
    padding: 120px 0px;

}
.turnkey_title {
    width: 50%;
}
.turnkey_inner {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin-top: 32px;
}
.turnkey_subtitle {
    width: 35%;
    
    
}
.turnkey_button {
    padding: 9px 50px;
    min-width: max-content;
}
.turnkey_items {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}
.turnkey_item {
    position: relative;
    width: 24%;
    display: flex;
    align-items: center;
}
.turnkey_item_text {
    position: relative;
    z-index: 1;
}
.turnkey_item_title {
    font-weight: 700;
    font-size: 18px;
}
.turnkey_item_subtitle {
    margin-top: 8px;
    font-size: 15px;
}
.turnkey_item_image {
    position: absolute;
    transform: translate(0, 50%);
    bottom: 0;
    right: 0;
    margin-top: 60px;
    font-size: 170px;
    font-weight: 800;
    color: rgba(143, 52, 47, 0.1);
    text-shadow: 4px 4px 10px rgba(143, 52, 47, 0.15);

}

@media(max-width: 1440px) {
    .turnkey_items {
        margin-top: 80px;
    }
}
@media(max-width: 1024px) {
    .turnkey {
        padding: 42px 0;
        padding-bottom: 120px;
    }
    .turnkey_title {
        width: 60%;
    }
    .turnkey_subtitle {
        width: 60%;
    }
    .turnkey_items {
        margin-top: 60px;
    }
    .turnkey_item {
        width: 22%;
    }
}

@media(max-width: 750px) {
    
    .turnkey_items {
        flex-wrap: wrap;
        margin-top: 0;
    }
    .turnkey_subtitle {
        width: 90%;
    }

    .turnkey_inner {
        flex-wrap: wrap;
    }
    .turnkey_button {
        margin-top: 25px;
    }

    .turnkey_item {
        margin-top: 120px;
        width: 49%;
    }
    
}

@media (max-width: 600px) {
    .turnkey_title {
        width: 99%;
    }

    
   
    .turnkey_item {
        width: 99%;
    }
    
}

@media (max-width: 360px) {
    .turnkey_button {
        padding: 5px 10px;
    }
    
}

/* IDEA */
.idea {
    background-color: #F6F8FF;
    padding: 120px 0px;
}
.idea_title {
}
.idea_subtitle {
    margin-top: 32px;
    width: 45%;
}
.idea_items {
    display: flex;
    height: 220px;
    justify-content: space-between;
    margin-top: 60px;
}
.idea_item {
    width: 22%;
}

.idea_item:hover .idea_image svg {
    width: 100px;
    height: 100px;
}

.idea_image svg {
    transition: .15s ease-out;
}
.idea_image {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.idea_item_title {
    margin-top: 20px;
    font-weight: 700;
    font-size: 18px;
}
.idea_item_subtitle {
    font-size: 15px;
    margin-top: 12px;
}

@media (max-width: 1024px) {
    .idea {
        padding: 42px 0;
        padding-bottom: 80px;
    }
    .idea_subtitle {
        margin-top: 14px;
        width: 80%;
    }
}

@media(max-width: 750px) {
    
    .idea_items {
        height: min-content;
        flex-wrap: wrap;
        margin-top: 0;
    }

    .idea_item {
        display: flex;
        width: 49%;
    }
    
}

@media (max-width: 560px) {
    .idea_item {
        width: 99%;
    }
    .idea_item {
        margin-top: 40px;
    }
    
    
}

/* BRAND */
.brand {
    background-color: #1d5257;
    padding: 120px 0px;
    color: #fff;
}

.brand_inner {
    display: flex;
    justify-content: space-between;
}
.brand_text {
    width: 35%;
}
.brand_title {
    /*width: 80%;*/
}
.brand_subtitle {
    margin-top: 18px;
    width: 70%;
}
.brand_title_hide {
    display: none;
}
.brand_img {
    margin-top: 18px;
    
}
.brand_button {
    margin-top: 64px;
    padding: 9px 36px;
}
.brand_image {
    width: 55%;
    object-fit: contain;
}

@media (max-width: 1440px) {
    .brand_text {
        width: 40%;
    }

    .brand_title {
        width: 90%;
    }
    .brand_subtitle {
        width: 99%;
    }

    .brand_img {
        width: 80%;
    }

    .brand_image {
        width: 60%;
        object-fit: contain;
    }
}

@media (max-width: 1024px) {
    
    .brand {
        padding: 62px 0;
    }
    .brand_title_hide {
        display: block;
    }

    .brand_inner {
        margin-top: 20px;
    }

    .brand_title {
        display: none;
    }
    .brand_text {
        width: 40%;
        color: #000;
        background-color: #fff;
        border-radius: 5px;
        padding: 14px 12px;
        text-align: center;
    }
    .brand_image {
        width: 58%;
    }

    .brand_subtitle {
        color: #000;
    }
    .brand_img {
        margin: 0 auto; 
    }

    .brand_button {
        border-color: #000;
        color: #000;
        margin: 0 auto;
        margin-top: 50px;
    }
}

@media(max-width: 750px) {
    .brand_inner {
        flex-direction: column-reverse;
    }
    .brand_text {
        display: block;
        background-color: transparent;
        width: 100%;
    }
    .brand_subtitle {
        color: #fff;
	text-align: left;
    }
    .brand_button {
        color: #fff;
        border-color: #fff;
    }
    .brand_img {
        display: none;
    }
    .brand_image {
        width: 100%;
    }
    
}

/* CLIENTS */
.clients {
    padding: 90px 0px;
}


.clients_inner  {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.clients_image {
    position: absolute;
    top: -125px;
    left: 50%;
    transform: rotate(30deg);
    font-size: 250px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.05);

}

.clients_text {
    font-weight: 700;
    font-size: 20px;
}
.clients_button {
    padding: 9px 54px;
}

@media (max-width: 550px) {
    .clients_inner  {
        flex-wrap: wrap;
    }
    .clients_text {
        width: 60%;
    }

    .clients_button {
        margin-top: 40px;
    }
    .clients_image {

        top: -50px;
        left: auto;
        right: 50px;
        transform: rotate(0deg);
    
    }
}

@media (max-width: 360px) {
    .clients_inner  {
        flex-wrap: wrap;
    }
    .clients_text {
        width: 90%;
    }

    .clients_button {
        margin-top: 40px;
    }
    .clients_image {

        top: -50px;
        left: auto;
        right: 50px;
        transform: rotate(0deg);
    
    }
}

/* FOOTER */
.footer {
    padding: 64px 0px;
    background-color: #1d5257;
    color: #fff;
}
.footer_inner {
    display: flex;
    justify-content: space-between;
    
}
.footer_items {
    display: flex;
    justify-content: space-between;
    width: 60%;
}
.footer_item {
}
.footer_title {
    font-size: 16px;
    margin-bottom: 16px;
    color: #fff;
}
.footer_link {
    
    font-size: 14px;
    color: #C3C4C9;
    display: block;
    margin-bottom: 12px;
    text-decoration: none;
    padding-bottom: 2px;
    width: max-content;
    cursor: pointer;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: .2s ease-out;
}


.footer_link:hover {
    color: #fff;
    background-size: 100% 1px;
}
/* .vertical {
    margin-left: 300px;
    height: 400px;
    width: 1px;
    background-color: #fff;
} */
.footer_text {
    color: #C3C4C9;
    border-left: 1px solid #fff;
    padding-left: 40px;
    margin-right: 100px;
}

.footer_block {
    margin-top: 25px
}
.footer_block_address {
    max-width: 350px;
}
.footer_block div {
    margin-bottom: 8px;
}

.dash {
    width: max-content;
    padding-bottom: 5px;
    border-bottom: 1px dashed currentColor;
}
.footer_text_hide {
    display: none;
}

@media (min-width: 751px) and (max-width: 1024px) {
    .footer_text_hide {
        gap: 15px;
    }
}
@media(max-width: 1440px) {
    .footer_items {
        width: 75%;
    }

    .footer_text {
        margin-right: 0;
    }
}
@media(max-width: 1216px) {
    .footer_items {
        width: 100%;
    }

    .footer_inner {
        flex-wrap: wrap;
    }

    .footer_text {
        display: none;
    }

    .footer_text_hide {
        color: #C3C4C9;
        margin-top: 48px;
        border: none;
        border-top: 1px solid #fff;
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-right: 0;
    }

    .dash {
        cursor: pointer;
        background-image: linear-gradient(#fff, #fff);
        background-position: 0% 90%;
        background-repeat: no-repeat;
        background-size: 0% 2px;
        transition: .2s ease-out;
    }
    
    .dash:hover {
        background-size: 100% 2px;
    }
}

@media(min-width: 1025px) {
    .footer_text {
        width: 25%;
    }
}

.footer_item_text {
    height: max-content;
    transition: .3s linear;
}

.footer_title {
    display: flex;
    justify-content: space-between;
}

.footer_title_svg {
    display: none;
    transition: .2s linear;
    transform: rotate(0deg);
}

.footer_title_svg.active {
    transform: rotate(180deg);
}
@media(max-width: 918px) {
    .footer_item_text {
        max-height: 350px;
        overflow: hidden;
        transition: .3s ease-in-out;
     }
     .hidden {
        max-height: 0;
        overflow: hidden;
        transition: .3s ease-in-out;
    }
    .footer_text {
        padding-left: 0;
        flex-wrap: wrap;
    }
    .footer_items {
        flex-wrap: wrap;
    }
    .footer_title_svg {
        display: block;
    }
    
    .footer_item {
        width: 100%;
    }
    .footer_title {
        border-bottom: 1px solid rgba(255, 255, 255, 0.496);
        padding-bottom: 5px;
    }
    
    .footer_text_hide {
        flex-wrap: wrap;
    }

    .footer_block:first-child {
        display: none;
    }

    .footer_block {
        width: 90%;
    }
}
@media(max-width: 360px) {
    
    .footer_text {
        flex-wrap: wrap;
    }
    
}
/* FOOTER_BELOW */
.footer_below {
    padding: 25px 0px;
    padding-bottom: 150px;
}

.footer_below .container {
    display: flex;
    justify-content: space-between;
}
.footer_below_inner {
}
.footer_below_title {
    font-size: 14px;
}
.footer_below_link {
    margin-top: 16px;
    font-size: 12px;
    color: #999999;

}
.footer_below_subtitle {
    margin-top: 30px;
    font-size: 11px;
    color: #AAAAAA;
}
.footer_below_messengers {
}
.footer_below_messenger {
}

.lower_nav {
    background-color: #274346;
    padding-top: 12px;
    padding-bottom: 22px;
    display: none;
}
.lower_nav_links {
    display: flex;
    width: 60%;
    justify-content: space-between;
    margin: 0 auto;
    
}
.lower_nav_link {
    margin: 0 auto;
}
.lower_nav_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    width: 60px;
    height: 42px;
    margin: 0 auto;
}
.lower_nav_text {
    margin: 0 auto;
    margin-top: 6px;
    text-align: center;
    color: #fff;
    width: min-content;
}

@media(max-width: 1024px) {
    .lower_nav {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
        height: 110px;
        z-index: 100001;
        background-color: rgba(0, 0, 0, 0.308);
        backdrop-filter: blur(5px);
    }
}

@media(max-width: 750px) {
    .lower_nav {
        display:block;
    }
    .lower_nav_links {
        display: flex;
        width: 99%;
        justify-content: space-between;
        margin: 0 auto;
    }
}

@media(max-width: 342px) {
    .lower_nav_text {
        display: none;
    }
    
    .lower_nav {
        height: 65px;
    }
}
/* ext styles */
.width-100 {
    width: 100%;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}
.link-fit-wrap {
    position: relative;
}

.link-fit {
    font-size: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
    border: 0;
}
.chats-dropdown {
    display: none;
    position: absolute;
    bottom: 95px;
    right: 5px;
}
.chats-dropdown-btn[aria-expanded="true"]+.chats-dropdown {
    display: block;
}
.chats-dropdown__btn {
    margin-top: 5px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.chats-dropdown__btn_telegram {
    background-image: url(/local/templates/portaprima/img/fixed_btns/telegram.png);
    background-size: 66px;
}
.chats-dropdown__btn_vk {
    background-image: url(/local/templates/portaprima/img/fixed_btns/vk.jpg);
    background-size: 45px;
}
.chats-dropdown__btn_online-chat {
    background-image: url(/local/templates/portaprima/img/fixed_btns/online-chat.png);
    background-size: 35px;
}
.chats-dropdown__btn_whatsapp {
    background-image: url(/local/templates/portaprima/img/fixed_btns/whatsapp.png);
    background-size: 59px;
}
.chats-dropdown__btn a {
    width: 100px;
    padding-top: 35px;
    font-size: 0;
    line-height: 1em;
}
@media (max-width: 601px) {
    .popup_city_input_container {
        overflow-y: scroll;
        max-height: 750px;
    }
}
.cursor-pointer {
    cursor: pointer;
}
@media (min-width: 768px) {
    .popup_city_inner {
        width: 678px;
    }
}


.intro-newyear-countdown {
    background-image: url('../img/newyear/bg_ny.jpg');
    background-color: #ef3638;
    color: white;
    min-height: 440px;
    padding: 16px 0;
    position: relative;
}
@media (min-width: 1001px) and (max-width: 1919px) {
    .intro-newyear-countdown {
        min-height: calc(440px + (700 - 440)/(1919 - 1001) * (100vw - 1001px));
        padding-top: calc(16px + (58 - 16)/(1919 - 1001) * (100vw - 1001px));
    }
}
@media (min-width: 1920px) {
    .intro-newyear-countdown {
        min-height: 700px;
        padding-top: 58px;
    }
}
.intro-newyear-countdown::before,
.intro-newyear-countdown::after {
    content: "";
    position: absolute;
    bottom: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.intro-newyear-countdown::before {
    left: 0;
    background-image: url('../img/newyear/oleni.png');
    width: 164px;
    height: 156px;
}
.intro-newyear-countdown::after {
    right: 0;
    background-image: url('../img/newyear/elka.png');
    width: 234px;
    height: 336px;
}
@media (min-width: 1001px) and (max-width: 1919px) {
    .intro-newyear-countdown::before {
        width: calc(164px + (328 - 164)/(1919 - 1001) * (100vw - 1001px));
        height: calc(156px + (312 - 156)/(1919 - 1001) * (100vw - 1001px));
    }
    .intro-newyear-countdown::after {
        width: calc(234px + (467 - 234)/(1919 - 1001) * (100vw - 1001px));
        height: calc(336px + (672 - 336)/(1919 - 1001) * (100vw - 1001px));
    }
}
@media (min-width: 1920px) {
    .intro-newyear-countdown::before {
        width: 328px;
        height: 312px;
    }
    .intro-newyear-countdown::after {
        width: 467px;
        height: 672px;
    }
}
.intro-newyear-countdown-inner {
    position: relative;
    z-index: 2;
}
.intro-newyear-countdown__date {
    position: relative;
    font-size: 16px;
    padding: 0 90px;
    text-transform: uppercase;
    text-align: center;
}
@media (min-width: 500px) and (max-width: 1000px) {
    .intro-newyear-countdown__date {
        font-size: calc(16px + 4 * (100vw - 500px)/1000);
    }
}
@media (min-width: 1001px) {
    .intro-newyear-countdown__date {
        font-weight: bold;
    }
}
@media (min-width: 1001px) and (max-width: 1919px) {
    .intro-newyear-countdown__date {
        font-size: calc(18px + (28 - 18)/(1919 - 1001) * (100vw - 1001px));
    }
}
@media (min-width: 1920px) {
    .intro-newyear-countdown__date {
        font-size: 28px;
    }
}
.intro-newyear-countdown__date span {
    text-wrap: nowrap;
}
.intro-newyear-countdown__date-wrap {
    display: flex;
    justify-content: center;
}
.intro-newyear-countdown__date::before,
.intro-newyear-countdown__date::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-3px);
    background-color: #fff;
    height: 6px;
    width: 70px;
}
.intro-newyear-countdown__date::before {
    left: 16px;
}
.intro-newyear-countdown__date::after {
    right: 16px;
}
@media (min-width: 600px) {
    .intro-newyear-countdown__date {
        padding: 0 130px;
    }
    .intro-newyear-countdown__date::before,
    .intro-newyear-countdown__date::after {
        width: 105px;
    }
}
@media (min-width: 1001px) and (max-width: 1919px) {
    .intro-newyear-countdown__date::before,
    .intro-newyear-countdown__date::after {
        height: calc(6px + (8 - 6)/(1919 - 1001) * (100vw - 1001px));
        width: calc(105px + (200 - 105)/(1919 - 1001) * (100vw - 1001px));
    }
    .intro-newyear-countdown__date {
        padding-left: calc(130px + (246 - 130)/(1919 - 1001) * (100vw - 1001px));
        padding-right: calc(130px + (246 - 130)/(1919 - 1001) * (100vw - 1001px));
    }
}
@media (min-width: 1920px) {
    .intro-newyear-countdown__date::before,
    .intro-newyear-countdown__date::after {
        height: 8px;
        transform: translateY(-4px);
        width: 200px;
    }
    .intro-newyear-countdown__date {
        padding-left: 246px;
        padding-right: 246px;
    }
}
.intro-newyear-countdown__title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 12px 16px 12px;
}
@media (min-width: 1001px) and (max-width: 1919px) {
    .intro-newyear-countdown__title {
        font-size: calc(32px + (58 - 32)/(1919 - 1001) * (100vw - 1001px));
        margin-top: calc(12px + (28 - 12)/(1919 - 1001) * (100vw - 1001px));
        margin-bottom: calc(12px + (28 - 12)/(1919 - 1001) * (100vw - 1001px));
    }
}
@media (min-width: 1920px) {
    .intro-newyear-countdown__title {
        font-size: 58px;
        margin-top: 28px;
        margin-bottom: 28px;
    }
}
.intro-newyear-countdown__subtitle {
    font-size: 16px;
    text-align: center;
}
@media (min-width: 500px) and (max-width: 1000px) {
    .intro-newyear-countdown__subtitle {
        font-size: calc(16px + 24 * (100vw - 500px)/1000);
    }
}
@media (min-width: 1001px) and (max-width: 1919px) {
    .intro-newyear-countdown__subtitle {
        font-size: calc(28px + (48 - 28)/(1919 - 1001) * (100vw - 1001px));
    }
}
@media (min-width: 1920px) {
    .intro-newyear-countdown__subtitle {
        font-size: 48px;
    }
}
.intro-newyear-countdown__countdown {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
    margin-bottom: 54px;
}
.intro-newyear-countdown__countdown, 
.intro-newyear-countdown__countdown .item {
    font-size: 40px;
    font-weight: bold;
}
.intro-newyear-countdown__countdown .text {
    font-size: 16px;
    font-weight: normal;
}
.intro-newyear-countdown__countdown .item {
    text-align: center;
    min-width: 62px;
}
@media (min-width: 500px) and (max-width: 1000px) {
    .intro-newyear-countdown__countdown,
    .intro-newyear-countdown__countdown .item {
        font-size: calc(40px + 2*20*(100vw - 500px)/1000);
    }
    .intro-newyear-countdown__countdown .item {
        min-width: calc(62px + 2*32*(100vw - 500px)/1000);
    }
}
@media (min-width: 1001px) and (max-width: 1919px) {
    .intro-newyear-countdown__countdown {
        margin-bottom: calc(54px + (110 - 54)/(1919 - 1001) * (100vw - 1001px));
    }
    .intro-newyear-countdown__countdown,
    .intro-newyear-countdown__countdown .item {
        font-size: calc(60px + (80 - 60)/(1919 - 1001) * (100vw - 1001px));
    }
    .intro-newyear-countdown__countdown .item {
        min-width: calc(94px + (126 - 94)/(1919 - 1001) * (100vw - 1001px));
    }
    .intro-newyear-countdown__countdown .text {
        font-size: calc(16px + (22 - 16)/(1919 - 1001) * (100vw - 1001px));
    }
}
@media (min-width: 1920px) {
    .intro-newyear-countdown__countdown {
        margin-bottom: 110px;
    }
    .intro-newyear-countdown__countdown,
    .intro-newyear-countdown__countdown .item {
        font-size: 80px;
    }
    .intro-newyear-countdown__countdown .item {
        min-width: 126px;
    }
    .intro-newyear-countdown__countdown .text {
        font-size: 22px;
    }
}
.intro-newyear-countdown__links {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.intro-newyear-countdown__links a {
    background-color: #fff;
    color: #000;
    width: 150px;
    padding: 10px 0;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
}
@media (min-width: 1001px) and (max-width: 1919px) {
    .intro-newyear-countdown__links a {
        font-size: calc(16px + (28 - 16)/(1919 - 1001) * (100vw - 1001px));
        width: calc(150px + (220 - 150)/(1919 - 1001) * (100vw - 1001px));
        padding-top: calc(8px + (12 - 10)/(1919 - 1001) * (100vw - 1001px));
        padding-bottom: calc(8px + (12 - 10)/(1919 - 1001) * (100vw - 1001px));
    }
}
@media (min-width: 1920px) {
    .intro-newyear-countdown__links a {
        font-size: 28px;
        padding: 12px 0;
        width: 220px;
    }
}
.intro-newyear-countdown__terms-wrap {
    display: flex;
    justify-items: center;
    justify-content: center;
}
.intro-newyear-countdown__terms {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    /* display: none; */
    position: relative;
    background-image: url('../img/newyear/window.png');
    background-color: #fff;
    background-repeat: no-repeat;
    background-position-y: 98%;
    background-position-x: 75%;
    background-size: 175%;
    color: #000;
    padding: 0 16px 80px;
    position: absolute;
    top: 65px;
    max-width: 890px;
    visibility: hidden;
    transform: translateY(610px);
    opacity: 0.1;
    transition-duration: 1s;
    transition-property: transform, opacity;
    font-size: 16px;
}
@media (min-width: 500px) and (max-width: 1000px) {
    .intro-newyear-countdown__terms {
        background-size: calc(175% - 2*660*(100vw - 500px)/1000);
    }
}
@media (min-width: 1001px) {
    .intro-newyear-countdown__terms {
        background-size: 100%;
    }
}
@media (min-width: 1001px) and (max-width: 1919px) {
    .intro-newyear-countdown__terms {
        font-size: calc(16px + (18 - 16)/(1919 - 1001) * (100vw - 1001px));
        max-width: calc(890px + (1150 - 890)/(1919 - 1001) * (100vw - 1001px));
    }
    .intro-newyear-countdown__terms b {
        font-size: calc(16px + (22 - 16)/(1919 - 1001) * (100vw - 1001px));
    }
}
@media (min-width: 1920px) {
    .intro-newyear-countdown__terms {
        font-size: 18px;
        max-width: 1150px;
    }
    .intro-newyear-countdown__terms b {
        font-size: 22px;
    }
}
.intro-newyear-countdown__terms.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
/* @starting-style {
    .intro-newyear-countdown__terms.open {
        transform: translateY(210px);
        opacity: 0.3;
    }
} */
@media (min-width: 401px) {
    .intro-newyear-countdown__terms {
        top: 40px;
    }
}
@media (min-width: 500px) and (max-width: 1000px) {
    .intro-newyear-countdown__terms {
        padding-left: calc(16px + (130 - 16)/(1000 - 500) * (100vw - 500px));
        padding-right: calc(16px + (130 - 16)/(1000 - 500) * (100vw - 500px));
        padding-bottom: calc(80px - 2*54*(100vw - 500px)/1000);
    }
}
@media (min-width: 1001px) {
    .intro-newyear-countdown__terms {
        padding-left: 130px;
        padding-right: 130px;
        padding-bottom: 16px;
        top: auto;
        bottom: -80px;
    }
}
.intro-newyear-countdown__close {
    /* position: absolute; */
    text-align: right;
    padding-top: 12px;
    cursor: pointer;
}
@media (min-width: 500px) and (max-width: 1000px) {
    .intro-newyear-countdown__close {
        padding-top: calc(12px - 2*6*(100vw - 500px)/1000);
    }
}
@media (min-width: 1001px) {
    .intro-newyear-countdown__close {
        padding-top: 6px;
    }
}
.intro-newyear-countdown__close + p {
    margin-top: 0;
}
.intro-newyear-countdown__terms ul,
.intro-newyear-countdown__terms ol {
    padding-left: 20px;
}
.intro-newyear-countdown__countdown_success {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.intro-newyear-countdown__countdown__success {
    font-size: 36px;
    font-weight: 600;
}
.intro-newyear-countdown__countdown__success-date {
    font-size: 16px;
    font-weight: normal;
}
@media (min-width: 500px) and (max-width: 1000px) {
    .intro-newyear-countdown__countdown__success {
        font-size: calc(36px + (40 - 36)/(1000 - 500) * (100vw - 500px));
    }
    .intro-newyear-countdown__countdown__success-date {
        font-size: calc(16px + (28 - 16)/(1000 - 500) * (100vw - 500px));
    }
}
@media (min-width: 1001px) and (max-width: 1919px) {
    .intro-newyear-countdown__countdown__success {
        font-size: calc(40px + (82 - 40)/(1919 - 1001) * (100vw - 1001px));
    }
    .intro-newyear-countdown__countdown__success-date {
        font-size: calc(28px + (52 - 28)/(1919 - 1001) * (100vw - 1001px));
    }
}
@media (min-width: 1920px) {
    .intro-newyear-countdown__countdown__success {
        font-size: 82px;
    }
    .intro-newyear-countdown__countdown__success-date {
        font-size: 52px;
    }
}
/* CATALOG */

.catalog {
    height: min-content;
    margin-bottom: 95px;
}

.catalog_items {
    margin-top: 20px;
    display: flex;  
    justify-content: space-between;
    flex-wrap: wrap;
}
.catalog_item {
    position: relative;
    height: 338px;
    margin-top: 1%;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
}

.catalog_item::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 30%;
    background-color: rgba(54, 54, 54, 0.63);

    border-radius: 0 0 0 20px;
    opacity: 0;
    transition: .2s ease-in-out;
    z-index: 2;
}

.catalog_item:hover::before {
    text-decoration: none;
    width: 100%;
    opacity: 1;
    height: 50%;
}

.catalog_item_img_triangle {
    position: absolute;
    right: 26px;
    bottom: 26px;
    transition: .2s ease-in-out;
    z-index: 3;
}

.catalog_item:hover .catalog_item_img_triangle {
    transform: rotate(-90deg);
}

.catalog_item:nth-child(1) {
    width: 41%;
}
.catalog_item:nth-child(2) {
    width: 32%;
}
.catalog_item:nth-child(3) {
    width: 24%;
}

.catalog_item:nth-child(4) {
    width: 24%;
}
.catalog_item:nth-child(5) {
    width: 24%;
}
.catalog_item:nth-child(6) {
    width: 24%;
}
.catalog_item:nth-child(7) {
    width: 24%;
}

.catalog_item:nth-child(8) {
    width: 41%;
}
.catalog_item:nth-child(9) {
    width: 32%;
}
.catalog_item:nth-child(10) {
    width: 24%;
}

.catalog_item_title {
    position: absolute;
    left: 5%;
    top: 60%;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    width: 60%;
    z-index: 3;
}


.catalog_item_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.catalog_item_container_img {
    display: flex;
}
.catalog_item_container_img .catalog_item_img {
    top: 0;
    width: 50%;
}

.catalog_item_container_img .catalog_item_img:nth-child(1) {
    transform: translate(0, 0);
    left: 0;
}
.catalog_item_container_img .catalog_item_img:nth-child(2) {
    transform: translate(0, 0);
    left: 50%;
}

.catalog_item_container_svg {
    
    background-color: #1D5257;
    height: 100%;
}
.catalog_item_container_svg .catalog_item_img {
    left: 0;
    width: 100%;
    height: 22%;
    object-fit: contain;
}

.catalog_item_container_svg .catalog_item_img:nth-child(1) {
    transform: translate(0, 0);
    top: 5%;
}

.catalog_item_container_svg .catalog_item_img:nth-child(2) {
    transform: translate(0, 0);
    top: 32%;
}

.catalog_item_img_shadow {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 2;
}

.small {
    display: none;
}
@media (max-width: 1440px) {
    .catalog_item {
        height: 246px;
    }

    .catalog_item_title {
        top: 55%;
        left: 3%;
        width: 80%;
        font-size: 28px;
    }
}
@media (max-width: 1024px) {
    .catalog {
        /* margin-top: 120px; */
    }
    .catalog_item {
        height: 181px;
    }
    .catalog_item:hover::before {
        height: 55%;
    }
    .catalog_item_title {
        top: 50%;
        left: 5%;
        width: 80%;
        font-size: 22px;
    }

    .catalog_item_img_triangle {
        bottom: 20px;
        right: 20px;
        width: 20px;
        display: none;
    }
    .small {
        display: block;
    }
    .catalog_item_img_shadow {
        display: block;
    }
}  
@media (max-width: 750px) {
    .catalog_item:nth-child(1) {
        width: 49%;
    }
    .catalog_item:nth-child(2) {
        width: 49%;
    }

    .catalog_item:nth-child(3) {
        width: 32%;
    }
    .catalog_item:nth-child(4) {
        width: 32%;
    }
    .catalog_item:nth-child(5) {
        width: 32%;
    }

    .catalog_item:nth-child(6) {
        order: 8;
        width: 32%;
    }
    .catalog_item:nth-child(7) {
        order: 9;
        width: 32%;
    }
    
    .catalog_item:nth-child(8) {
        order: 6;
        width: 49%;
    }
    .catalog_item:nth-child(9) {
        order: 7;
        width: 49%;
    }
    .catalog_item:nth-child(10) {
        width: 32%;
        order: 10;
    }
}  

@media (max-width: 590px) {
    .catalog_item {
        margin-top: 12px;
    }
    .catalog_item:nth-child(1) {
        width: 100%;
    }
    .catalog_item:nth-child(2) {
        width: 100%;
    }

    .catalog_item:nth-child(3) {
        width: 100%;
    }
    .catalog_item:nth-child(4) {
        width: 100%;
    }
    .catalog_item:nth-child(5) {
        width: 100%;
    }

    .catalog_item:nth-child(6) {
        width: 100%;
    }
    .catalog_item:nth-child(7) {
        width: 100%;
    }
    
    .catalog_item:nth-child(8) {
        width: 100%;
    }
    .catalog_item:nth-child(9) {
        width: 100%;
    }
    .catalog_item:nth-child(10) {
        width: 100%;
    }
}  