* {
    box-sizing: border-box;
}

:focus {
    outline: none;
}

.container {
    width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}


.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 105px;
    border-bottom: 1px solid #f6eef3;
    padding-right: 13px;
}

.header__contacts a {
    color: #171416;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
}

a[data-modal="#callback"] {
    width: 184px;
    height: 40px;
    background-color: #ff4105;
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    margin-top: 7px;
    transition: 0.3s linear;
}
a[data-modal="#callback"]:hover {
    background-color: rgb(232, 56, 0);
    transition: 0.3s linear;
}
.navigate nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
}

.navigate nav a {
    color: #171416;
    font-family: "Gotham Pro";
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 50px;
    position: relative;
    transition: 0.3s linear;
}
.navigate nav a:hover {
    color: #f64028;
    transition: 0.3s linear;
}
.navigate nav a + a:before {
    content: '';
    width: 2px;
    height: 10px;
    background: url(../img/div.svg);
    position: absolute;
    left: -51px;
    top: 3px;
}

.wrapper_banner {
    background-color: #171416;
    background-image: url("../img/banner_img.png");
    /*background-size: 50%;*/
    background-repeat: no-repeat;
    background-position: 50vw 0;
}

.wrapper_banner.wrapper_banner_footer {
    background-image: url("../img/footer_bg.png");
}


.banner {
    width: 50%;
    padding-top: 50px;
    padding-bottom: 60px;
}

.banner .sticker {
    width: 90px;
    height: 30px;
    background-color: #ff4105;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
}

.banner__header {
    color: #ffffff;
    font-family: "Gotham Pro";
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 13px;
    line-height: 42px;
}

.banner_list {
    color: #ffffff;
    font-family: "Gotham Pro";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.banner__info {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    max-width: 400px;
    margin: 16px 0 23px;
}

.banner_list span {
    display: block;
    padding-left: 42px;
    position: relative;
    margin: 12px 0;
}

.banner_list span:before {
    content: '';
    width: 20px;
    height: 4px;
    background-color: #ff4105;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.banner__form input {
    width: 150px;
    height: 50px;
    background-color: #ffffff;
    border: 0;
    color: #262936;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    padding: 0 0 0 20px;
    margin-right: 20px;
}

.banner__form form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.banner__form button {
    width: 150px;
    height: 50px;
    background-color: #ff4105;
    border: 0;
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-family: "Gotham Pro";
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s linear;
}
.banner__form button:hover{
    background-color: rgb(232, 56, 0);
    transition: 0.3s linear;
}
.banner__timer {
    color: #ffffff;
    font-family: "Gotham Pro";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 500px;
    margin: 20px 0 15px;
}

.banner__timer-timer .timer {
    display: flex;
    color: #ffffff;
    font-family: "Gotham Pro";
    font-size: 28px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

.catalog__header {
    color: #171416;
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

.catalog {
    padding-top: 38px;
    padding-bottom: 50px;
}

.catalog__content ul.tabs li a {
    color: #171416;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 28px;
    padding-bottom: 4px;
}

.catalog__content ul.tabs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 45px;
}

.catalog__content ul.tabs li.active a,
.catalog__content ul.tabs li a:hover {
    color: #ff4105;
    border-bottom: 2px solid #ff4105;
}

.catalog__content {
    margin-top: -18px;
}

.product {
    width: 264px;
    height: 399px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    padding: 15px 15px 30px 15px;
    text-align: center;
    margin-bottom: 30px;
}

.products_grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product__img {
    width: 100%;
    height: 234px;
    margin-bottom: 31px;
}

.product__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product__name {
    color: #171416;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid #262936;
    margin-bottom: 23px;
}

.product__btn a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    background-color: #ff4105;
    display: block;
    line-height: 50px;
    transition: 0.3s linear;
}

.product__btn a:hover {
    background-color: rgb(232, 56, 0);
    transition: 0.3s linear;
}
a.show_more_products {
    color: #171416;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    height: 50px;
    border: 1px solid #f6eef3;
    background-color: #ffffff;
    width: 100%;
    display: block;
    transition: 0.3s linear;
    line-height: 50px;
}
a.show_more_products:hover {
    background-color: #f64028;
    color: #fff;
    transition: 0.3s linear;
}
.wrapper_characteristics {
    background-color: #f6eef3;
    padding: 50px 0;
}

.characteristics__header {
    color: #171416;
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 39px;
}

.characteristics__tabs .tabs li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    width: 260px;
    height: 60px;
    background-color: #ff4105;
    display: block;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    transition: 0.3s linear;
}
.characteristics__tabs .tabs li a:hover {
    transition: 0.3s linear;
}
.characteristics__tabs .tabs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.characteristics__tabs .tabs li.active a, .characteristics__tabs .tabs li a:hover {
    background-color: #171416;
}

.table_characteristic {
    background-color: #171416;
    padding: 2px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

span.one_characteristic__name {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

span.one_characteristic__value {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}

.one_characteristic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 525px;
    height: 60px;
    padding-right: 30px;
}
.one_characteristic + .one_characteristic + .one_characteristic {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tabs_container .tabs_content .tab_content {
    display: none;
}

.tabs_container .tabs_content .tab_content.active {
    display: block;
}

.products_grid .product:nth-child(n + 5) {
    display: none;
}

.one_faq__content {
    display: none;
}

.wrapper_compare_material {
    padding: 50px 0;
    background: url(../img/compare_bg.png);
    background-size: cover;
    background-position: center;
}

.compare_material__header {
    color: #f7f9fa;
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

.compare_characteristic_names_row:first-child {
    color: #f7f9fa;
    font-family: "Gotham Pro";
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
}

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

.compare_characteristic_names_row {
    color: #f7f9fa;
    font-size: 14px;
    font-weight: 400;
    line-height: 60px;
    padding: 0 20px;
}

.compare_characteristic_names {
    margin-right: 182px;
}

.compare_characteristic_names .compare_characteristic_names_row + .compare_characteristic_names_row + .compare_characteristic_names_row {
    width: 420px;
    border-top: 1px solid #fff;
}

.compare_characteristic_parket .compare_characteristic_names_row {
    background-color: #171416;
    text-align: center;
}

.compare_characteristic_parket .compare_characteristic_names_row:first-child {
    background-color: transparent;
    padding: 0;
    height: 60px;
    line-height: 60px;
}

.compare_characteristic_parket {
    width: 180px;
}

.compare_characteristic_vinilam {
    width: 180px;
    background-color: #ff4105;
    text-align: center;
}

.compare_characteristic_parket .compare_characteristic_names_row + .compare_characteristic_names_row + .compare_characteristic_names_row {
    border-top: 1px solid #292628;
}

.compare_material__header {
    margin-bottom: 40px;
}

.compare_characteristic_vinilam .compare_characteristic_names_row + .compare_characteristic_names_row + .compare_characteristic_names_row {
    border-top: 1px solid #f98429;
}

.compare_characteristic_vinilam {
    position: relative;
}

.compare_characteristic_vinilam:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    top: -3px;
    background: #f64028;
}

.compare_characteristic_vinilam:after {
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: -20px;
    background: #f64028;
}

.wrapper_compare_material {
    padding-bottom: 70px;
}

.videos__header {
    color: #262936;
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 36px;
}

.wrapper_videos {
    padding: 50px 0;
}

.videos__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.one_video iframe {
    width: 100%;
    height: 100%;
}

.one_video {
    width: 553px;
    height: 311px;
}

.wrapper_advantages {
    background-color: #171416;
    padding: 50px 0;
    background-image: url("../img/preimushestva_bg.png");
    background-size: cover;
    background-position: center;
}

.advantages {
    width: 50%;
    margin-left: 50%;
    padding-left: 40px;
}

.advantages__header {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.one_advantages__name {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}

.one_advantages__name:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../img/icon-plus.svg);
    left: -40px;
    top: 0;
}

.one_advantages__text {
    color: #4e454b;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.one_advantages {
    padding-left: 40px;
    width: 234px;
    margin-right: 28px;
    margin-bottom: 35px;
}

.advantages__content {
    display: flex;
    flex-wrap: wrap;
}

.gallery__header {
    color: #262936;
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.wrapper_gallery {
    padding: 50px 0;
}

.gallery_container a {
    width: 25%;
    display: block;
    height: 285px;
    overflow: hidden;
}

.gallery_container a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.3s linear;
}

.gallery_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.gallery_container a:hover img {
    transition: 1s ease-in-out;
    transform: scale(1.5);
}

.wrapper_faq {
    background-color: #f6eef3;
    padding: 50px 0;
}

.faq__header {
    color: #171416;
    font-family: "Gotham Pro";
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

a.one_faq__header {
    height: 50px;
    background-color: #171416;
    color: #ffffff;
    font-family: "Gotham Pro";
    font-size: 14px;
    font-weight: 500;
    padding: 0 30px;
    text-transform: uppercase;
    display: block;
    line-height: 50px;
    text-decoration: none;
    position: relative;
    transition: 0.3s linear;
}

.one_faq {
    margin-bottom: 5px;
}

a.one_faq__header:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../img/icon-plus.svg);
    right: 30px;
    top: 50%;
    margin-top: -10px;
}a.one_faq__header:hover {
     background-color: #f64028;
    transition: 0.3s linear;
 }

a.one_faq__header:hover:after {
    filter: grayscale(1) invert(1);
}

a.one_faq__header.open:after {
    background: url(../img/icon-close.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.one_faq__content {
    color: #171416;
    font-family: "Gotham Pro";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 20px 60px 20px 30px;
}

.wrapper_how_we_work {
    padding: 50px 0;
}

.how_we_work__header {
    color: #262936;
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.one_how_we_work {
    width: 210px;
}

.how_we_work__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.one_how_we_work__img {
    width: 80px;
    height: 80px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 26px;
}

.one_how_we_work__name {
    color: #171416;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.one_how_we_work__text {
    color: #171416;
    font-family: "Gotham Pro";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    margin-bottom: 25px;
}

.one_how_we_work__btn a {
    width: 204px;
    height: 50px;
    background-color: #ff4105;
    display: block;
    text-align: center;
    margin: 0 auto;
    line-height: 50px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s linear;
}
.one_how_we_work__btn a:hover{
    background-color: rgb(232, 56, 0);
    transition: 0.3s linear;
}

.footer__contacts a {
    color: #171416;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
}

a[data-modal="#callback"] {
    width: 184px;
    height: 40px;
    background-color: #ff4105;
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    margin-top: 7px;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 149px;
}

.wrapper_modal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 25;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    display: none;
}

.modal {
    background: #e0e0e0;
    width: 600px;
    margin: 60px auto;
    padding: 25px;
}

.modal__header {
    color: #262936;
    font-family: "Gotham Pro";
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}

.form_callback input {
    border: 0;
    width: 100%;
    height: 50px;
    padding: 0 0 0 20px;
    margin-bottom: 10px;
}

.form_callback button {
    width: 100%;
    height: 50px;
    background-color: #ff4105;
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    border: 0;
    cursor: pointer;
}

a.close_modal {
    position: absolute;
    right: 15px;
    top: 15px;
    transform: rotate(45deg);
    opacity: 0.5;
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
}

.modal {
    position: relative;
}

a.close_modal:hover {
    opacity: 1;
}

.burger{
    display: none;
}

.success {
    font-size: 20px;
    text-align: center;
    margin: 0 0 15px 0;
}

.product__btn a[data-modal="#callback"] {
    width: 100%;
    height: 50px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #ff4105;
    display: block;
    line-height: 50px;
    transition: 0.3s linear;
}

.product_imgs {
    position: absolute;
    width: 234px;
    height: 234px;
    left: 15px;
    top: 15px;
}

.product {
    position: relative;
}

.product_imgs a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.product_imgs a:first-child{
    z-index: 25;
}