@font-face {
    font-family: "Inter";
    url("../fonts/InterThin/InterThin.ttf") format("truetype");
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: "Inter";
    url("../fonts/InterLight/InterLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Inter";
    url("../fonts/InterRegular/InterRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Inter";
    url("../fonts/InterSemiBold/InterSemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Inter";
    url("../fonts/InterBold/InterBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: "Inter";
    url("../fonts/InterExtraBold/InterExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
}

/** {*/
/*    outline:1px blue solid;*/
/*}*/

.app {

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: Inter, sans-serif;
}

.container {
    max-width: 1250px!important;
}

.bg-black {
    color: white;
    background-color: black;
    text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
    background-color: #5d5e60;
}

.btn-dark-header {
    color: #fff;
    background-color: #19191a;
    border-color: #27272a;
    border-radius: 3px;
    outline: none;
}

.btn-dark-header:hover, .btn-dark-header:focus, .btn-dark-header:active {
    color: #fff;
    background-color: #353538;
    border-color: #353538;
    border-radius: 3px;
    outline: 0!important;
    box-shadow: none!important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 300px;
    min-height: 100px;
    z-index: 1000;
    display: none;
    float: left;
    padding: .5rem 0.4rem;
    margin: .125rem 0 0;
    font-size: 12px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #19191a;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.header_container {
    padding: 20px 0;
}

.navbar {
    padding: 0.5rem 0;
}

.catalog-btn {
    width: 149px;
    height: 54px;
    margin-left: 20px;
    background-color: #FAB63A;
    border-color: #FAB63A;
    border-radius: 5px;
    color: black;
    box-shadow: none;
    font-size: 18px;
    line-height: 21.78px;
    font-weight: 700;
}

.catalog-btn:hover {
    background-color: #9f7219;
    border-color: #FAB63A;
    color: black;
    text-decoration: none;
}

.header-phone {
    font-size: 24px;
    font-weight: 700;
    line-height: 21px;
    color: black;
    text-decoration: none;
}

.header-phone:hover {
    color: #2d2d2d;
    text-decoration: none;
}

.header-schedule {
    font-size: 14px;
    color: #808080;
}

.header-back_call {
    width: 227px;
    height: 54px;
    margin-right: 20px;
    border: solid 2px black;
    border-radius: 5px;
    font-size: 18px;
    font-weight:  700;
    line-height: 21.78px;
    color: black;
    text-decoration: none;
}

.header-cart {
    position: relative;
}

.success-page {
    min-height: 500px;
}

.cart-page {
    min-height: 800px;
}

.cart-items {
    height: 25px;
    width: 25px;
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: white;
    border-radius: 100%;
    border: solid 2px black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-btn {
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}

.footer-back_call {
    width: 227px;
    height: 54px;
    border: solid 2px white;
    background-color: white;
    border-radius: 5px;
    font-size: 18px;
    font-weight:  700;
    line-height: 21.78px;
    color: black;
    text-decoration: none;
}

.header-back_call:hover {
    background-color: darkgrey;
    color: black!important;
    text-decoration: none!important;
}

.footer-back_call:hover {
    background-color: darkgrey;
    color: black!important;
    text-decoration: none!important;
}

.footer-container {
    /*position: absolute;*/
    padding: 0;
    margin: 0;
    padding-top: 30px;
    min-height: 300px;
    /*bottom: -10px!important;*/
    color: white;
}

.footer-catalog {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 75%;
}

.footer_catalog-list {
    display: flex;
    max-width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    color: orange;
    list-style:none;
}

.footer_catalog-list li {
    display: flex;
    align-items: center;
    color: orange;
    text-decoration: none;
    margin-right: 15px;
    padding: 0;
    width: 30%;
}
.footer_catalog-list li a {
    color: white;
    margin-right: 15px;
    font-size: 18px;
}


.footer_caption {
    font-size: 22px;
    font-weight: 700;
    line-height: 31.2px;
    padding: 0;
    margin-bottom: 20px;
}

footer-menu {
    font-size: 12px;
}

.main {
    background-color: #F7F7F7;
    /*min-height: 100vh;*/
}

.main-advantage-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
}

.main-advantage-list li {
    display: flex;
    align-items: center;
    justify-content: start;
    min-width: 10%;
    background-color: transparent;
    color: black;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}

.main-advantage-list li > div {
    background-color: #FAB63A;
    border-radius: 5px;
    margin-right: 10px;
}

.main-advantage-list li > div > img {
    height: 25px;
}

.main-title {
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 50px;
}

.main-catalog {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
}

.main-catalog li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    width: 32%;
    min-width: 300px;
    height: 220px;
    padding: 20px;
    background-color: white;
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: 50%;
    margin-bottom: 20px;
    border-radius: 5px;
    margin-right: 10px;
}

.main-catalog li > h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    width: 50%;
}

.main-catalog li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 121px;
    height: 48px;
    background-color: #E6E6E6;
    border-radius: 5px;
    text-decoration: none;
    color: black;
}

.main-catalog li > a:hover {
    background-color: #b7b7b7;
}

.main-catalog_button {
    font-size: 18px;
    font-weight: 700;
    background-color: #FAB63A;
    padding: 15px;
    margin-bottom: 20px;
    color: black;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    width: 50%;
    min-width: 250px;
}

.main-catalog_button:hover {
    background-color: #9f7219;
    text-decoration: none;
    color: black;
}

.about-block {
    height: 636px;
    background-image: url("../img/about_block.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
    /*margin-bottom: 30px;*/
}

.partner-block {
    height: 636px;
    background-image: url("../img/about_block.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
    /*margin-bottom: 30px;*/
}

.about-block_container {
    display: flex;
    padding: 70px 0 0 0;
    justify-content: start;
}

.partner-block_container {
    display: flex;
    padding: 10px 0 0 0;
    justify-content: center;
}

.about-block_container-left{
    width: 590px;
    color: white;
    margin-right: 40px;
}
.about-block_container-left p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}


.about-block_caption {
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
}

.partner-block_caption{
    font-size: 38px;
    font-weight: 600;
    line-height: 42px;
}

.about-block_caption-request {
    font-size: 32px;
    font-weight: 800;
    line-height: 38.4px;
    color: white;
    padding-bottom: 40px;
}

.partner-block_caption-request {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    color: white;
    padding-bottom: 40px;
}

.about-block-request {
    display: flex;
    flex-direction: column;

}

.about-block-request input {
    height: 64px;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px;
}

.about-block-request button {
    width: 300px;
    height: 64px;
    color: black;
    background-color: #FAB63A;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.about-block-request button:hover {
    background-color: #9f7219;
}

.smart-captcha {
    border-radius: 5px!important;
}

.review-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.default-review-item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 40px 20px;
    background-repeat: no-repeat;
    background-color: white;
    width: 30%;
    min-width: 300px;
    height: 520px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.default-review-one {
    background-image: url("../img/rev_line1.png");
}

.default-review-two {
    background-image: url("../img/rev_line2.png");
    background-position: right bottom;
}

.default-review-three {
    background-image: url("../img/rev_line3.png");
    background-position: right top;
}

.review-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: black;
}

.review-date {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #8c8b8b;
    margin-bottom: 5px;
}

.review-stars {
    width: 96px;
    height: 16px;
}

.review-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

.review-tool {
    padding: 9px 12px 10px 12px;
    border-radius: 5px;
    background-color: #F0EFEF;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
}

.review-item-customer-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    width: 62px;
    height: 62px;
    flex-shrink: 0;
    border-radius: 62px;
    overflow: hidden;
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    line-height: 160%;
}

.why-we-container {
    background-color: white;
    background-image: url("../img/why_we.png");
    background-repeat: no-repeat;
    background-position: center 10px;
    min-height: 777px;
    margin: 0;
    padding-top: 70px;
    padding-bottom: 30px;
}

.why_we-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0;
}

.why_we-list li {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    min-width: 300px;
    width: 40%;
    background-color: #F7F7F7;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.our-advantages-container {
    min-height: 500px;
    background-image: url("../img/advs_line.png");
    padding-top: 70px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: black;
    margin-bottom: 30px;
}

.advantage-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 51px;
    color: white;
    margin-bottom: 30px;
}

.advantages-list {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.advantages-list li {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 20%;
    min-width: 250px;
    height: 256px;
}

.advantage-caption {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: white;

}

.advantage-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: white;
}

.faq-block {
    padding-top: 40px;
    margin-bottom: 50px;
}

.faq-container {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.accordion {
    width: 75%;
}

.accordion .card .card-header {
    background-color: white;
    border-radius: 5px;
    border-color: white;
}

.accordion .card .card-header h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
}

.accordion-toggle {
    height: 19px;
    width: 19px;
    background-image: url("../img/close.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.accordion-toggle.collapsed {
    height: 19px;
    width: 19px;
    background-image: url("../img/open.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.accordion>.card {
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.card-body {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.faq-right-block {
    position: relative;
    background-image: url("../img/faq.png");
    width: 331px;
    height: 390px;
}

.brand-block {
    background-color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.brand-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.brand-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 208px;
    height: 110px;
    background-color: #F7F7F7;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-right: 15px;
}

.breadcrumbs-list {
    list-style: none;
    display: flex;
    justify-content: start;
    padding: 0;
}

.breadcrumbs-list li {
    margin-right: 10px;
}

.breadcrumbs-list li>a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    color: #808080;
}

.breadcrumbs-list li>span {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    color: #A6A6A6;
}

.category-block {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 0;
}

.catalog-block {
    display: flex;
    flex-direction: column;

}

.catalog-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.catalog-list li {
    padding: 5px;
    color: black;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    border-radius: 5px;
}

.catalog-list li:hover:not(.parent-category) {
    background-color: #E6E6E6;
}

.catalog-list li.parent-category:hover {
    background-color: #E6E6E6;
    cursor: pointer;
}

.catalog-list li.parent-category.show:hover {
    background-color: #F7F7F7;
    /*cursor: pointer;*/
}

.catalog-list li>a {
    color: black;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.catalog-list li>ul {
    display: none;
    list-style: none;
}

.catalog-list li>ul.show {
    display: block;
}

.catalog-list li.active {
    background-color: #E6E6E6;
}

.catalog-list li.parent-category.active {
    background-color: white;
}

.products-block {
    width: 80%;
}

.products-sub-categories {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: dotted 1px #FAB63A;
    width: 20%;
    min-height: 182px;
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.products-sub-categories:hover {
    background-color: #f9f9f9;
    border: solid 1px #FAB63A;
    text-decoration: none;
    color: black;
}

.products-sub-categories>img {
    max-height: 100px
}

.catalog-caption {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    padding: 0;
    margin-bottom: 20px;
}

.products-block-caption {
    display: flex;
    justify-content: end;
    height: 30px;
}

.products-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
}

.products-list-as_list {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.products-list-as_list>li {
    width: 95%;
    min-height: 250px;
    display: flex;
    flex-direction: row;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    align-items: start;
    padding: 10px;
    border: dotted 1px #FAB63A;
    border-radius: 5px;
    margin-bottom: 5px;
}

.products-list-as_list>li:hover {
    border: solid 1px #FAB63A;

}

.products-item-info-as_list {
    width: 48%;
}

.product-prices_as-list {
    display: flex;
}

.product-prices_as-list > div {
    padding: 5px;
}

.products-list>li {
    width: 300px;
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    border: dotted 1px #FAB63A;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.products-list>li:hover {
    border: solid 1px #FAB63A;

}

.products-item-article {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #808080;
    text-align: left;
}

.products-item-image {
    max-width: 95%;
    max-height: 300px;
}

.products-item-image-as_list {
    max-width: 95%;
    max-height: 300px;
}

.products-item-article span {
    color: black;
}

.products-item-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.products-item-props {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-items: start;
    margin-bottom: 50px;
}

.products-item-props li {
    min-height: 20px;
}

.products-item-price {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 20px;
    width: 100%;
    text-align: left;
}

.products-item-price>span {
    color: #808080;
}

.products-item-btn {
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    width: 162px;
    height: 48px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FAB63A;
    margin-right: 10px;
}

.products-item-btn:hover {
    color: black;
    text-decoration: none;
    background-color: #9f7219;
}

.products-block-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
    padding-bottom: 40px;
}

.product-block-left {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 70%;
    min-width: 300px;
    padding: 0 20px 0 0;
}

.product-block-right {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 30%;
    padding: 0 20px;
}

.product-info {
    display: flex;
    justify-content: start;
    align-items: start;
    border-bottom: solid 2px darkgrey;
    margin-bottom: 40px;
}

.product-main-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px 0 0;
    width: 50%;
    max-height: 100%;
    margin-bottom: 30px;
}

.product-main-image>img {
    max-width: 100%;
    max-height: 400px;
    border-radius: 5px;
}

.product-images {
    display: flex;
    justify-content: start;
    align-items: center;
    list-style: none;
    padding: 0;
}

.product-images>li {
    height: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    cursor: pointer;
}

.product-images>li>img {
    border-radius: 5px;
}

.product-images > li.active {
    border: solid 3px #808080;
    border-radius: 5px;
    cursor: auto;
}

.product-main-info {
    width: 50%;
    padding: 0 0 0 10px;
}

.product-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%;
    height: 300px;
}

.all-props {
    padding-top: 30px;
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}

.all-props:hover {
    text-decoration: none;
    color: #565656;
}

.product-deliveries {
    width: 100%;
    height: 70px;
    margin-bottom: 10px;
    background-color: #F7F7F7;
    border-radius: 5px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px 15px;
}

.product-deliveries > img {
    border-radius: 5px;
    margin-right: 10px;
}

.product-deliveries-info {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}

.product-deliveries-info > span {
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
}

.product-blocks-title {
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.product-delivery-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.product-props, .product-desc {
    border-bottom: solid 2px darkgrey;
    margin-bottom: 40px;
}

.product-item-props {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-items: start;
    margin-bottom: 30px;
}

.product-delivery-point {
    display: flex;
    flex-direction: column;
}

.product-delivery-point > span {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.product-delivery-point > span.schedule {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: #808080;
}

.map-container {
    width: 100%;
    height: 500px;
    padding: 0;
    padding-top: 30px;
}

.order-form {
    background-color: #F7F7F7;
    min-height: 505px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    padding: 40px 20px;
}

.product-prices {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 20px;
}

.product-prices-term {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #808080;
}

.product-prices-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}

.product-prices-price_as-list {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    border-right: solid 2px #EBEBEB;
    padding-right: 5px;
}

.deposit-person {
    width: 209px;
    height: 35px;
    color: white;
    background-color: #808080;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.deposit-legal {
    width: 209px;
    height: 35px;
    color: black;
    background-color: white;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.create-order-btn {
    width: 95%;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 20px;
    background-color: #FAB63A;
    text-decoration: none;
    color: black;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;

}

.create-order-btn:hover {
    text-decoration: none;
    background-color: #9f7219;
    color: black;
}

.add-cart-btn {
    width: 95%;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    background-color: black;
    text-decoration: none;
    color: #FAB63A;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

.add-cart-btn:hover {
    text-decoration: none;
    background-color: #282626;
    color: #FAB63A;
}

.order-steps {
    background-color: #F7F7F7;
    height: 477px;
}

.order-steps-container {
    display: flex;
    flex-direction: column;
    padding-top: 70px;
}

.order-steps-container h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 42px;
    font-weight: 700;
    line-height: 51px;
    margin-bottom: 60px;
}
.order-steps-container h2>a {
    width: 169px;
    height: 29px;
    padding: 9px 12px 10px 12px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
    color: #FAB63A;
    text-decoration: none;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-steps-container h2>a:hover {
    text-decoration: none;
    background-color: #282626;
    color: #FAB63A;
}

.order-steps-list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
}

.order-steps-list > li {
    width: 350px;
    height: 196px;
    background-color: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.order-steps-list > li > div > h6 {
    font-size: 20px;
    font-weight: 700;
}

.order-steps-list > li > div > p {
    font-size: 16px;
    font-weight: 400;
}

.viewed-products-container {
    padding-top: 50px;
}

.viewed-products-container h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 51px;
    text-align: left;
}

.viewed-products-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
}

.viewed-products-list>li {
    width: 300px;
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    border: dotted 1px #FAB63A;
    border-radius: 5px;
    margin-right: 5px;
}

.viewed-products-list>li:hover {
    border: solid 1px #f6bb4d;
}

.dropdown-menu-catalog {
    position: absolute;
    top: 100%;
    left: -300px;
    min-width: 300px;
    width: calc(100vw - (100vw * 0.35));
    min-height: 200px;
    z-index: 1000;
    display: none;
    float: left;
    padding: .5rem 0.4rem;
    margin: .125rem 0 0;
    font-size: 12px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #19191a;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-menu-catalog-list {
    display: flex;
    min-width: 300px;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-left: 10px;

}

.dropdown-menu-catalog-list > a {
    display: flex;
    width: 20%;
    min-width: 200px;
    color: white;
    text-wrap: normal;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 10px;

}

.filter-caption {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}

.filter-list {
    list-style: none;
    padding: 0;
}

.filter-list > li {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    padding: 0;
}

.filter-list > li > input:checked {
    background-color: #FAB63A;
}

.contact-item {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    padding: 10px;
}

.search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 300px;
    min-height: 30px;
    z-index: 1000;
    display: none;
    float: left;
    padding: .5rem 0.4rem;
    margin: .125rem 0 0;
    font-size: 12px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #d9d9d9;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.search-block {
    display: flex;
    align-items: center;
}

.search-block > input {
    margin-right: 10px;
}

.search-block > button {
    border: solid 1px #8a8686;
    padding: 0;
    border-radius: 5px;
    height: 27px;
}

.sub-cats-wrapper {
    padding-left: 63px;
}


@media (max-width: 992px) {
    .footer-catalog {
        display: none;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 10px;
    }
    .footer_catalog-list {
        display: flex;
        max-width: 100%;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
        padding: 0;
        color: orange;
    }
    .footer_catalog-list li {
        display: flex;
        justify-content: start;
        align-items: center;
        color: orange;
        text-decoration: none;
        margin-right: 15px;
        padding: 0;
        padding-right: 15px;
        width: 45%;

    }

    .footer_catalog-list li a {
        font-size: 12px;
    }

    .footer_catalog-list li:before {
        display: inline-block;
    }
    .main-advantage-list {
        display: none;
    }
    .main-catalog {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        list-style: none;
    }
    .main-catalog li {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
        width: 32%;
        min-width: 300px;
        height: 220px;
        padding: 20px;
        background-color: white;
        background-size: auto 50%;
        background-repeat: no-repeat;
        background-position-x: 90%;
        background-position-y: 50%;
        border-radius: 5px;
    }
    .main-catalog li > a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 121px;
        height: 48px;
        background-color: #E6E6E6;
        border-radius: 5px;
        text-decoration: none;
        color: black;
    }
    .main-catalog li > h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 31.2px;
        width: 50%;
    }

    .main-catalog_button {
        font-size: 12px;
        text-align: center;
        font-weight: 700;
        background-color: #FAB63A;
        padding: 10px;
        margin-bottom: 20px;
        color: black;
        text-decoration: none;
        border-radius: 5px;
    }

    .about-block {
        height: 500px;
        background-image: none;
        background-color: black;
        margin-bottom: 0;
    }

    .partner-block {
        min-height: 500px;
        background-image: none;
        background-color: black;
        margin-bottom: 0;
    }

    .about-block_container {
        display: flex;
        flex-direction: column;
        padding: 20px;
        justify-content: center;
        align-items: center;
    }

    .sub-cats-wrapper {
        padding: 8px;
    }

    .products-sub-categories {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        border: dotted 1px #FAB63A;
        width: 90%;
        min-height: 182px;
        text-decoration: none;
        color: black;
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
        border-radius: 5px;
        padding: 10px;
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .about-block_caption-request {
        font-size: 28px;
        font-weight: 700;
        line-height: 32px;
        color: white;
        padding-bottom: 38px;
        text-align: center;
    }

    .review-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .why-we-container {
        background-image: none;
        margin-bottom: 0px;
    }

    .why_we-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        list-style: none;
        padding: 0;
    }
    .why_we-list li {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .main-title {
        text-align: center!important;
        margin-bottom: 20px;
        font-size: 1.7em;
    }

    .our-advantages-container {
        min-height: 400px;
        background-image: url("../img/advs_line.png");
        padding-top: 40px;
        background-repeat: no-repeat;
        background-position: bottom;
        background-color: black;
        margin-bottom: 10px;
    }

    .advantage-title {
        font-size: 32px;
        font-weight: 700;
        line-height: 48px;
        color: white;
        margin-bottom: 20px;
        text-align: center;
    }

    .advantages-list {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        margin-bottom: 20px;
    }

    .advantages-list li {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        margin-bottom: 0;
        min-width: 300px;
    }

    .advantage-caption {
        font-size: 20px;
        font-weight: 700;
        line-height: 32px;
        color: white;
        text-align: center;
    }

    .advantage-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: white;
        text-align: center;
    }

    .faq-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .accordion {
        width: 100%;
        margin-right: 0!important;
    }

    .accordion .card .card-header h2 {
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
    }

    .card-body {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .brand-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .products-list>li {
        min-height: 350px;
        width: 350px;
        align-items: center;
    }

    .products-block {
        width: 100%;
    }

    .products-list {
        padding: 0;
        justify-content: center;
        align-items: center;
    }

    .product-info {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .product-main-image {
        padding: 0 10px 0 0;
        width: 100%;
    }

    .products-block-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-bottom: 20px;
    }

    .product-main-info {
        width: 100%;
        padding: 0 0 0 10px;
    }

    .products-item-props {
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-items: start;
        margin-bottom: 20px;
    }

    .product-delivery-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .product-deliveries {
        width: 100%!important;
    }

    .product-block-right {
        display: flex;
        flex-direction: column;
        justify-content: start;
        width: 100%;
        padding: 0 20px;
    }

    .order-form {
        background-color: #F7F7F7;
        min-height: 505px;
        display: flex;
        flex-direction: column;
        border-radius: 5px;
        padding: 40px 20px;
    }

    .order-steps-container h2 {
         display: flex;
        flex-direction: column;
         justify-content: center;
         align-items: center;
         font-size: 30px;
         font-weight: 700;
         line-height: 40px;
         margin-bottom: 30px;
    }

    .order-steps-list {
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 0;
    }

    .order-steps {
        background-color: #F7F7F7;
        min-height: 477px;
        height: 100%;
    }

    .search-dropdown {
        transform: translate3d(-200px, 34px, 0px)!important;
    }

}


