.score-application {
    margin-top: 32px;
    margin-bottom: 32px;
}
.score-application__title {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 8px;
}
.score-application__subtitle {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}
.score-application__subtitle p {
    margin: 0;
    padding: 0;
    max-width: 930px;
}
.score-application__tabs {
    background-color: #fff;
    border-radius: 12px;
    padding: 12px;
}
.score-application__nav {
    display: flex;
    flex-direction: column;
    background-color: #e9e9e9;
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    margin-bottom: 22px;
}
.score-application__nav-item {
    padding: 9px 0;
    border: 1px solid transparent;
    flex-grow: 1;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.score-application__nav-item.active {
    background: #fff;
    border-color: #8F1913;
    color: #8F1913;
    border-radius: 10px;
}
.score-application__nav-item::after {
    content: '';
    background: #fff;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    opacity: 1;
    transition: all 0.1s;
}
.score-application__nav-item.active::after {
    opacity: 0;
}
.score-application__pane {
    display: none;
}
.score-application__pane.active {
    display: block;
}

.advantages-partitions-steps {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 22px;
    margin-bottom: 40px;
}
.advantages-partitions-step {
    display: flex;
    gap: 12px;
}
.advantages-partitions-step__number {
    font-size: 48px; /* 54x42 */
    width: 75px;
    text-align: right;
    font-weight: 200;
    position: relative;
    flex-shrink: 0;
    padding-right: 12px;
}
.advantages-partitions-step__number::before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    right: 0;
    position: absolute;
    transition: .2s ease-out;
    z-index: -1;
    border-radius: 8px;
    background: #8F191380;
}
.advantages-partitions-step:hover .advantages-partitions-step__number {
    color: #fff;
}
.advantages-partitions-step:hover .advantages-partitions-step__number::before {
    background: #8f332f;
    width: 100%;
}
.advantages-partitions-step__inner {
}
.advantages-partitions-step__title {
    font-size: 16px;
    font-weight: 500;
}
.advantages-partitions-step__text {
    font-size: 14px;
    margin-top: 6px;
    font-weight: 300;
}
.fasad-slider-nav {
    display: none;
}
.fasad-slider-description {
    margin-bottom: 12px;
    color: #000;
    font-size: 14px;
    text-align: center;
}
.fasad-slider-title {
    font-weight: 600;
}
.fasad-slider-slides {
    width: 100%;
    overflow: hidden;
    display: flex;
}

.fasad-slider-content {
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.fasad-slider-img {
    width: 100%;
    position: relative;
}
.fasad-slider-img img {
    width: 100%;
    border-radius: 10px;
}
.fasad-slider-left-arrow,
.fasad-slider-right-arrow {
    display: none;
    user-select: none;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    height: 90px;
    width: 45px;
    padding: 0 9px;
    transition: .2s linear;
    cursor: pointer;
}

.fasad-slider-left-arrow {
    left: 22px;
}

.fasad-slider-right-arrow {
    right: 22px;
}

.score-application-fasads {
    position: relative;
}
.score-application-fasads__title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 12px;
    text-align: center;
}
.score-application-fasad-slider {
    display: flex;
    gap: 8px;
    overflow: auto;
    padding-bottom: 18px;
    margin-bottom: 14px;
}
.score-application-fasad {
    width: 103px;
    min-width: 103px;
    height: 194px;
    padding: 0 5px;
    border-radius: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: .2s linear;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}
.score-application-fasad:hover {
    background-color: #FFFFFF;
    box-shadow: 2px 2px 10px 0 #00000026;
}
.score-application-fasad-slider-nav {
    position: absolute;
    bottom: -12px;
    right: 0;
    background-color: #f3f2f3;
}
.score-application-fasad-slider-arrows {
    display: flex;
    gap: 8px;
}
.score-application-fasad-slider-arrow {
    width: 44px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.score-application-fasad__title {
    text-align: center;
}
.score-application-fasad__img {
    width: 100%;
}
.score-application-calc-wrap {
    display: flex;
    justify-content: center;
    margin-top: 54px;
}
.score-application-calc-button {
    color: #fff;
    background-color: #8f332f;
    border-color: #8f332f;
    padding: 10px 14px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 10px;
}
.popup_zoom_fasad .popup_zoom_info {
    margin-bottom: 52px;
}
.popup_zoom_nav {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
}
.popup_zoom_nav-arrows {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.popup_zoom_nav-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 44px;
    cursor: pointer;
}
.popup_zoom_nav-arrow:hover svg path {
    fill: #000;
}
.popup_zoom_fasad .popup_zoom_ontitle,
.popup_zoom_fasad .popup_zoom_text {
    text-align: center;
}
.popup_zoom_img_from_tablet {
    display: none;
}
.popup_zoom_fasad .popup_zoom_colors_item_block {
    height: 52px;
}
.popup_zoom_fasad .popup_zoom_colors_item_title {
    top: 15px;
}
.popup_zoom_fasad .popup_zoom_colors {
    min-width: 250px;
}

.collections-wrap {
    background-color: #E6E6E6;
    padding-top: 40px;
    padding-bottom: 20px;
}
.collections-title {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0 16px 16px;
}
.collections-subtitle {
    font-size: 16px;
    text-align: center;
    max-width: 790px;
    margin: auto;
    padding: 16px 0 40px 0;
}
.comprehensiveSolutions_modern-style {
    padding-top: 40px;
    padding-bottom: 0;
}
.comprehensiveSolutions_modern-style .comprehensiveSolutions_text {
    flex-direction: column;
    align-items: center;
}
.comprehensiveSolutions_modern-style .comprehensiveSolutions_title {
    text-align: center;
}
.comprehensiveSolutions_modern-style .comprehensiveSolutions_subtitle {
    width: 80%;
    max-width: 770px;
    text-align: center;
    margin-top: 16px;
}
.comprehensiveSolutions_modern-style_cover_type .comprehensiveSolutions_items {
    height: 217px;
}
.comprehensiveSolutions_item_cover_type {
    width: 240px;
    min-width: 203px;
    height: 184px;
    border-radius: 8px;
    cursor:pointer;
}
.comprehensiveSolutions_item_cover_type:hover .comprehensiveSolutions_image {
    transform: scale(1);
}
.comprehensiveSolutions_item_cover_type .comprehensiveSolutions_item_text {
    background-color: transparent;
    backdrop-filter: none;
    z-index: 1;
}
.comprehensiveSolutions_item_cover_type:hover .comprehensiveSolutions_item_text {
    transform: translate(-50%, 0);
}
.comprehensiveSolutions_item_cover_type::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: #000;
    background: linear-gradient(0deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 0%) 100%);
    width: 100%;
    height: 86px;
    transition: 0.2s ease-in-out;
}
.comprehensiveSolutions_item_cover_type:hover::after {
    height: 100%;
}
.comprehensiveSolutions_item_cover_type img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.glazing_types_modern-style {
    margin-top: 80px;
}
.glazing_types_modern-style .glazing_types_title {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}
.glazing_types_modern-style .glazing_types_subtitle {
    font-size: 16px;
    text-align: center;
    margin-top: 16px;
}
.folow-us-block {
    background: #1D5257;
    color: #fff;
    min-height: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.folow-us-inner__title {
    font-size: 32px;
    margin-bottom: 16px;
}
.folow-us-inner__links {
    display: flex;
    gap: 32px;
    margin-bottom: 20px;
}
.folow-us-inner__link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 19px;
}
.folow-us-inner__text {
    font-size: 16px;
}
.folow-us-bg {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: flex-end;
}
.folow-us-bg1 {
    max-width: 285px;
    height: 100%;
}
.folow-us-bg2 {
    max-width: 340px;
    height: 100%;
}
.comprehensiveSolutions_item_edge_option {
    width: 280px;
    min-width: 248px;
    height: 225px;
    border-radius: 8px;
    cursor:pointer;
}
.comprehensiveSolutions_item_edge_option img {
    width: 100%;
    object-fit: cover;
}
.comprehensiveSolutions_item_edge_option:hover .comprehensiveSolutions_item_text {
    transform: scale(1);
}
.comprehensiveSolutions_modern-style_edge_option .comprehensiveSolutions_items {
    height: 280px;
}
.comprehensiveSolutions_item_edge_option:hover .comprehensiveSolutions_image {
    transform: scale(1)
}
.comprehensiveSolutions_item_edge_option:hover .comprehensiveSolutions_item_text {
    transform: translate(-50%, 0);
}
.comprehensiveSolutions_item_edge_option .comprehensiveSolutions_item_text {
    background-color: transparent;
    backdrop-filter: none;
    z-index: 1;
}
.comprehensiveSolutions_item_edge_option::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: #000;
    background: linear-gradient(0deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 0%) 100%);
    width: 100%;
    height: 86px;
    transition: 0.2s ease-in-out;
}
.comprehensiveSolutions_item_edge_option:hover::after {
    height: 100%;
}
.solutions-modern-style {
    margin-top: 40px;
}
.solutions-modern-style-title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.solutions-modern-style-big-examples {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}
.solutions-modern-style-example {
    width: 49%;
    /* margin-top: 10px; */
    /* box-shadow: 0px 0px 20px -5px #00000059; */
    /* padding: 8px; */
    border-radius: 4px;
}
.solutions-modern-style-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
}
.solutions-modern-style-image-container img {
    width: 100%;
}
.solutions-modern-style-title {
    font-weight: 400;
    text-align: center;
}
.solutions-modern-style-subtitle {
    margin-top: 12px;
    text-align: center;
    max-width: 890px;
}
.solutions-modern-style-example-title {
    font-weight: 700;
    margin-top: 12px;
    margin-left: 12px;
    font-size: 18px;
    line-height: 24px;
}
.solutions-modern-style-example-subtitle {
    margin-top: 12px;
    margin-left: 12px;
    font-size: 15px;
    line-height: 22px;
}

.popup_zoom_modern-style .popup_zoom_ontitle {
    margin-top: 0;
}
.popup_zoom_img {
    margin-bottom: 20px;
}
.popup_zoom_modern-style .popup_zoom_ontitle,
.popup_zoom_modern-style .popup_zoom_text {
    max-width: 660px;
}
.popup_zoom_modern-style .popup_zoom_info {
    justify-content: center;
}
.white-bg {
    background-color: #fff;
}
.white-bg .new {
    background-color: #fff;
}
.new_modern-style .new_title_container svg {
    display: none;
}
.new_modern-style .new_title_container {
    justify-content: center;
}
.collection_button_measurer {
    margin-top: 16px;
}
.collection_button_wrap .collection_button {
    min-width: 170px;
}
.collection_button_configurator {
    padding-left: 58px;
    padding-right: 58px;
}
.new_modern-style .new_items {
    margin-left: -64px;
    /* margin-right: -64px; */
}
.new_modern-style .new_item:first-child {
    margin-left: 64px;
}
.new_modern-style .new_item:last-child {
    margin-right: 64px;
}
.collection_slider_content_exclusive,
.collection_slider_content_hit {
    position: absolute;
    top: 26px;
    left: 0;
    z-index: 1;
    padding: 8px 0 8px 16px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
}
.collection_slider_content_exclusive::after,
.collection_slider_content_hit::after {
    content: "";
    display: block;
    width: calc(100% - 15px);
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-width: 18px;
    border-style: solid;
    z-index: -1;
    filter: drop-shadow(2px 2px 4px #3D431566);
}
.collection_slider_content_exclusive::after {
    border-color: #8F1913;
    border-right-color: transparent;
}
.collection_slider_content_hit::after {
    border-color: #8D9365;
    border-right-color: transparent;
}
.fix-viewbox {
    max-width: 100vw;
    overflow: hidden;
}
@media (max-width: 480px) {
    .popup_zoom_fasad .popup_zoom_colors {
        min-width: 175px;
        max-height: 385px;
        overflow-y: auto;
    }
    .folow-us-inner__links {
        flex-direction: column;
        gap: 16px;
    }
}
@media (max-width: 590px) {
    .comprehensiveSolutions_modern-style {
        margin-left: -12px;
        margin-right: -12px;
    }
    .comprehensiveSolutions_modern-style .comprehensiveSolutions_item:first-child {
        margin-left: 12px;
    }
    .comprehensiveSolutions_modern-style .comprehensiveSolutions_item:last-child {
        margin-right: 12px;
    }
    .folow-us-block {
        overflow-x: hidden;
    }
}
@media (max-width: 749px) {
    .fasad-slider-inner {
        border: 1px solid #ccc;
        border-radius: 10px;
        padding: 12px;
    }
    .fasad-slider {
        position: relative;
    }
    .fasad-slider-nav {
        display: block;
        position: absolute;
        bottom: 15px;
        right: 9px;
        background-color: #fff;
    }
    .fasad-slider-arrows {
        display: flex;
        gap: 8px;
    }
    .fasad-slider-arrow {
        width: 44px;
        height: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .fasad-slider-slides {
        overflow: auto;
        gap: 16px;
        padding-bottom: 26px;
    }
    .fasad-slider-inner {
        padding-bottom: 26px;
    }
    .fasad-slider-slides::-webkit-scrollbar {
        height: 4px;
        background-color: #B5B5B5;
    }
    .fasad-slider-slides::-webkit-scrollbar-track {
        background: transparent;
    }
    .fasad-slider-slides::-webkit-scrollbar-thumb {
        background-color: #1D1D21;
    }
    .fasad-slider-slides::-webkit-scrollbar-button {
        display: none;
    }
    .popup_zoom_colors_wrap {
        display: flex;
        gap: 20px;
    }
    .folow-us-bg {
        overflow: hidden;
    }
}
@media (min-width: 750px) {
    .score-application__title {
        font-size: 28px;
        margin-bottom: 12px;
    }
    .score-application__subtitle {
        font-size: 18px;
        line-height: 27px;
    }
    .score-application__tabs {
        padding: 22px;
    }
    .score-application__nav {
        flex-direction: row;
    }
    .score-application__nav-item::after {
        left: 100%;
        top: 0;
        bottom: 0;
        right: auto;
        height: 100%;
        width: 1px;
    }
    .advantages-partitions-steps {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin-top: 42px;
        margin-bottom: 60px;
    }
    .advantages-partitions-step {
        width: 48%;
    }
    .fasad-slider-left-arrow,
    .fasad-slider-right-arrow {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .fasad-slider-content {
        position: relative;
    }
    .fasad-slider-description {
        position: absolute;
        top: 20px;
        right: 20px;
        color: #fff;
        z-index: 1;
        text-align: right;
    }
    .score-application-fasad {
        width: 155px;
        min-width: 155px;
        height: 210px;
        padding: 0 30px;
    }
    .score-application-fasads__title {
        font-size: 28px;
        margin-bottom: 14px;
    }
    .advantages-partitions-step {
        gap: 10px;
    }
    .advantages-partitions-step__number {
        font-size: 61px; /* 68x54 */
        width: 95px;
        padding-right: 10px;
    }
    .advantages-partitions-step__title {
        font-size: 20px;
    }
    .advantages-partitions-step__text {
        font-size: 18px;
    }
    .score-application-fasad-slider {
        padding-bottom: 26px;
    }
    .popup_zoom_img_mobile {
        display: none;
    }
    .popup_zoom_img_from_tablet {
        display: flex;
    }
    .popup_zoom_fasad .popup_zoom_colors {
        min-width: 350px;
    }
    .folow-us-inner__title {
        font-size: 40px;
    }
}
@media (min-width: 591px) and (max-width: 1023px) {
    .comprehensiveSolutions_modern-style {
        margin-left: -25px;
        margin-right: -25px;
    }
    .comprehensiveSolutions_modern-style .comprehensiveSolutions_item:first-child {
        margin-left: 25px;
    }
    .comprehensiveSolutions_modern-style .comprehensiveSolutions_item:last-child {
        margin-right: 25px;
    }
}
@media (min-width: 750px) and (max-width: 1023px) {
    .popup_zoom_fasad .popup_zoom_info {
        display: flex;
        gap: 30px;
        justify-content: space-between;
    }
    .popup_zoom_inner {
        width: 660px;
    }
}
@media (max-width: 1023px) {
    .folow-us-bg1 {
        margin-bottom: -62px;
        margin-right: -62px;
    }
    .folow-us-bg2 {
        margin-bottom: -76px;
        margin-left: -62px;
    }
    .comprehensiveSolutions_item_cover_type .comprehensiveSolutions_item_text {
        top: auto;
        bottom: 22px;
    }
    .comprehensiveSolutions_item_edge_option .comprehensiveSolutions_item_text {
        top: auto;
        bottom: 22px;
    }
    .mobile_title .collection_button_measurer {
        margin-top: 16px;
    }
    .new_modern-style .new_items {
        margin-left: -30px;
        /* margin-right: -30px; */
    }
    .new_modern-style .new_item:first-child {
        margin-left: 30px;
    }
    .new_modern-style .new_item:last-child {
        margin-right: 30px;
    }
    .white-bg .new_item {
      background-color: #E9EEEF;
    }
}
@media (min-width: 1024px) {
    .score-application {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .score-application__title {
        font-size: 38px;
        line-height: 55px;
    }
    .score-application__subtitle {
        margin-bottom: 20px;
    }
    .fasad-slider-description {
        font-size: 16px;
    }
    .score-application-fasads__title {
        font-size: 38px;
    }
    .advantages-partitions-steps {
        justify-content: space-between;
        flex-wrap: nowrap;
        margin-top: 54px;
    }
    .advantages-partitions-step {
        width: 100%;
    }
    .score-application-fasad-slider {
        padding-bottom: 28px;
    }
    .popup_zoom_nav {
        z-index: -1;
        transform: translate(0, 50%);
        bottom: 50%;
    }
    .popup_zoom_fasad .popup_zoom_info {
        margin: 0 22px;
    }
    .popup_zoom_nav-arrows {
        justify-content: space-between;
        margin: 0 6px;
    }
    .popup_zoom_nav-arrow {
        width: 36px;
        height: 72px;
        border-radius: 9px;
        background-color: #CDCDCD80;
    }
    .popup_zoom_nav-arrow:hover {
        background-color: #fff;
    }

    .collections-title {
        font-size: 34px;
    }
    .collections-subtitle {
        font-size: 18px;
    }
    .glazing_types_modern-style .glazing_types_title {
        font-size: 34px;
    }
    .glazing_types_modern-style .glazing_types_subtitle {
        font-size: 18px;
    }
    .folow-us-block {
        margin-top: 120px;
    }
    .folow-us-inner {
        width: calc(100% - 455px);
    }
    .folow-us-bg {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .folow-us-bg1 {
        position: absolute;
        bottom: -45px;
        right: 220px;
        max-width: 285px;
        height: auto;
    }
    .folow-us-bg2 {
        position: absolute;
        right: 0;
        bottom: -60px;
        max-width: 340px;
        height: auto;
    }
    .folow-us-inner__link span {
        border-bottom: 1px solid currentColor;
    }
    .folow-us-inner__link:hover span {
        border-bottom-color: transparent;
    }
    .solutions-modern-style {
        margin-bottom: 180px;
    }
    .popup_zoom_modern-style .popup_zoom_item {
        width: auto;
        flex-shrink: 1;
    }
    .comprehensiveSolutions_item_edge_option:hover .comprehensiveSolutions_item_text {
        transform: scale(1);
    }
    .comprehensiveSolutions_item_cover_type:hover .comprehensiveSolutions_item_text {
        transform: scale(1);
    }
    .collection_button_wrap .collection_button {
        min-width: 310px;
    }
}
@media (min-width: 1024px) and (max-width: 1250px) {
    .comprehensiveSolutions_modern-style {
        margin-left: -30px;
        margin-right: -30px;
    }
    .comprehensiveSolutions_modern-style .comprehensiveSolutions_item:first-child {
        margin-left: 30px;
    }
    .comprehensiveSolutions_modern-style .comprehensiveSolutions_item:last-child {
        margin-right: 30px;
    }
}
@media (min-width: 1251px) and (max-width: 1439px) {
    .comprehensiveSolutions_modern-style {
        margin-left: -60px;
        margin-right: -60px;
    }
    .comprehensiveSolutions_modern-style .comprehensiveSolutions_item:first-child {
        margin-left: 60px;
    }
    .comprehensiveSolutions_modern-style .comprehensiveSolutions_item:last-child {
        margin-right: 60px;
    }
}
@media (min-width: 1440px) {
    .score-application__title {
        font-size: 48px;
        line-height: 55px;
    }
    .fasad-slider-left-arrow,
    .fasad-slider-right-arrow {
        height: 160px;
        width: 80px;
    }
    .score-application-fasads__title {
        font-size: 48px;
    }
    .advantages-partitions-steps {
        margin-top: 74px;
        margin-bottom: 80px;
    }
    .advantages-partitions-step {
        gap: 20px;
    }
    .score-application-fasad-slider {
        overflow: hidden;
        justify-content: space-between;
    }
    .score-application-fasad-slider-nav  {
        display: none;
    }
    .score-application-calc-wrap {
        margin-top: 32px;
    }
    .collections-title {
        font-size: 48px;
    }
    .glazing_types_modern-style .glazing_types_title {
        font-size: 48px;
    }
    .comprehensiveSolutions_modern-style_cover_type .comprehensiveSolutions_items {
        overflow: visible;
        justify-content: center;
        height: 185px;
    }
    .comprehensiveSolutions_modern-style_cover_type .comprehensiveSolutions_items_arrows {
        display: none;
    }
    .comprehensiveSolutions_modern-style_edge_option  .comprehensiveSolutions_items {
        overflow: visible;
        justify-content: center;
        height: 240px;
    }
    .comprehensiveSolutions_modern-style_edge_option .comprehensiveSolutions_items_arrows {
        display: none;
    }
    .folow-us-inner__title {
        font-size: 46px;
    }
}
@media (min-width: 1920px) {
    .score-application__tabs {
        padding: 24px;
    }
    .score-application__nav {
        margin-bottom: 24px;
    }
    .score-application__nav-item {
        font-size: 18px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .fasad-slider-description {
        font-size: 18px;
    }
    .fasad-slider-left-arrow {
        left: 24px;
    }
    .fasad-slider-right-arrow {
        right: 24px;
    }
    .score-application-fasads__title {
        margin-bottom: 22px;
    }
    .advantages-partitions-steps {
        margin-top: 82px;
    }
}