@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("fonts/Montserrat-SemiBold.woff") format("woff"),
    url("fonts/Montserrat-SemiBold.ttf") format("truetype"),
    url("fonts/Montserrat-SemiBold.eot");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-Medium.woff2") format("woff2"),
    url("fonts/Montserrat-Medium.woff") format("woff"),
    url("fonts/Montserrat-Medium.ttf") format("truetype"),
    url("fonts/Montserrat-Medium.eot");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-Regular.woff2") format("woff2"),
    url("fonts/Montserrat-Regular.woff") format("woff"),
    url("fonts/Montserrat-Regular.ttf") format("truetype"),
    url("fonts/Montserrat-Regular.eot");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("fonts/OpenSans-Medium.woff2") format("woff2"),
    url("fonts/OpenSans-Medium.woff") format("woff"),
    url("fonts/OpenSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --button-fs: 1em
}

body {
    background: #000;
    max-width: 100%;
    line-height: normal;
    font-family: Montserrat;
}

body.menu-overflow-hidden {
    overflow: hidden;
    position: relative;
}

.container-fluid {
    
    max-width: 1168px;
}

a {
    transition: all 0.4s;
}

.btn-hover:hover {
    background: #DE3D11;
}

.section-title {
    color: #FFF;
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    font-family: Montserrat;
    line-height: normal;
}

.section-title span {
    color: #F25125;
    font-size: 35px;
    font-weight: 600;
    font-family: Montserrat;
    line-height: normal;
}

.subheading {
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    font-family: Montserrat;
    line-height: normal;
}

.text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    font-family: Montserrat;
    line-height: normal;
}

/* Header */

.site-header .phone-text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.header-box .row {
    display: flex;
    align-items: center;
    gap: 21px;
}

.header-box .row .col-5 {
    max-width: 100%;
    flex: 1;
    min-width: 100%;
}

.header-box {
    border-bottom: 0;
    margin-bottom: 15px;
    padding: 20px 0 0 0;
}

.header-box .lang-area {
    position: absolute;
    top: -2px;
    right: -4px;
}

.header-box-link {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-box-link p {
    margin: 0;
}

.header-box-link .sprite {
    margin: 0;
}

.header-box .phone-text {
    margin: 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    top: 0 !important;
}

.header-box .lang-area #dropdownMenu2 {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.header-box .lang-area .dropdown-toggle::after {
    width: 12px;
    height: 5px;
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(27deg) brightness(101%) contrast(99%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(27deg) brightness(101%) contrast(99%);
}

.header-box .container-fluid {
    max-width: 1168px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.site-header {
    padding: 0 16px;
}

.header-box2 {
    max-width: 1168px;
    width: 100%;
    padding: 0 0 48px 0;
}

.header-box2 .navbar {
    padding: 0;
}

.header-box2 .navbar-light .navbar-nav .nav-link,
.dropdown button#dropdownMenu23 {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    
}

.dropdown button#dropdownMenu23 {
    text-transform: uppercase;
}

.navbar .dropdown-toggle::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.3em;
    
    width: 5px; /* ширина галочки */
    height: 5px; /* высота галочки */
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    
    background: none !important;
    transform: rotate(45deg); /* «V» вниз */
    transform-origin: 50% 50%;
    transition: transform 0.2s ease;
    margin-top: -5px;
}

/* при открытом меню — «галочка» вверх (переворачиваем) */
.dropdown-toggle[aria-expanded="true"]::after {
    transform: translateY(1px) rotate(225deg);
}

.nav-item ul.dropdown-menu {
    top: 40px;
    background: #000;
    box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.32);
}

.nav-item ul.dropdown-menu li:last-child {
    margin-bottom: 0;
}

.header-box2 .cart-area {
    margin: 0;
}

.header-box2 .navbar-nav {
    margin: 0;
}

.header-box2 .cart-number {
    background: #F25125;
}

.header-box2 .bold-cart-text {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 12px;
    text-transform: lowercase;
    font-weight: 500;
    transform: translateX(-4px);
}

.header-box2 .cart-area .row {
    display: flex;
    align-items: flex-end;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    gap: 4px;
}

.header-box2 .collapse {
    padding: 0;
}

.bg-second-row {
    max-width: 100%;
    padding: 42px 16px 24px 16px;
    background: #000;
    box-sizing: border-box;
}

.bg-second-row .container-fluid {
    max-width: 1168px;
    width: 100%;
    height: 100%;
    padding: 0;
}

.bg-second-row .container-fluid .row {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.bg-second-row .container-fluid .row .col-12 {
    padding: 0;
    max-width: 1168px;
    width: 100%;
    box-sizing: border-box;
}

.bg-second-row .container-fluid .tab-pane {
    display: flex;
    align-items: center;
    max-width: 1168px;
    width: 100%;
    padding: 22px 0px;
    border-radius: 5px;
    background: #FFF;
    box-sizing: border-box;
}

.bg-second-row .container-fluid .tab-pane .form-inline {
    width: 100%;
    padding-left: 13px;
}

.bg-second-row .container-fluid .tab-pane .form-inline .nice-select {
    border-radius: 5px;
    border: 1px solid #000;
    padding: 9px 10.654px 11px 15px;
    display: flex;
    align-items: center;
    font-size: 0.9em;
    width: 100%;
    min-height: 45px;
}

.bg-second-row .container-fluid .tab-pane .form-inline .nice-select .current {
    color: #000;
    font-size: 0.95em;
    line-height: 1.2;
    font-weight: 400;
    white-space: normal;
    max-width: calc(100% - 15px);
}

.bg-second-row .container-fluid .tab-pane .form-inline .btn {
    border-radius: 5px;
    background: #F25125;
    color: #FFF;
    font-size: var(--button-fs);
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    transition: all 0.4s;
}

.bg-second-row .container-fluid .tab-pane .form-inline .btn:hover {
    background: #DE3D11;
}

.bg-second-row .container-fluid .tab-pane .form-inline .no-gutters {
    padding: 0 !important;
    width: 100%;
    display: flex;
}

/* Hero */

.hero {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.hero .wrapper {
    max-width: 1168px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    min-height: 505px;
}

.hero__left h1 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 600;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 56px;
    position: relative;
    z-index: 2;
}

.hero__left h1 span {
    color: #F25125;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 600;
}

.hero__left {
    width: 50%;
    position: relative;
    z-index: 3;
    padding-top: 108px;
    box-sizing: border-box;
}

.hero__right {
    width: 50%;
    height: 100%;
    min-height: 505px;
    position: relative;
}

.hero__right::before {
    content: "";
    width: 182px;
    height: 663px;
    flex-shrink: 0;
    background: #000;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    position: absolute;
    top: 0;
    left: -91px;
    z-index: 1;
}

.hero__right img {
    position: absolute;
    top: 0;
    left: 0;
    width: 822px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero__list {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
}

.hero__item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.hero__box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero__box-catalog {
    display: flex;
    width: 178px;
    height: 50px;
    padding: 9px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #F25125;
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.4s;
}

.hero__box-catalog:hover {
    background: #DE3D11;
}

.hero__box-advice {
    display: flex;
    width: 178px;
    height: 50px;
    padding: 9px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1.5px solid #F25125;
    color: #F25125;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.4s;
}

.hero__box-advice:hover {
    color: #fff;
    border: 1.5px solid #fff;
}

/* Advantages */

.advantages {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.advantages .wrapper {
    max-width: 1168px;
    width: 100%;
    padding: 101px 0 98px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.advantages .wrapper .section-title {
    margin-bottom: 50px;
}

.advantages__top {
    display: flex;
    margin-bottom: 24px;
}

.advantages__top-col {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.advantages__top-col3 .advantages__top-row {
    display: flex;
    flex-direction: row-reverse;
}

.advantages__top-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    position: relative;
}

.advantages__top-col2 .advantages__top-row:nth-of-type(1) .advantages__top-content {
    margin-top: auto;
    padding-bottom: 26px;
}

.advantages__top-col2 .advantages__top-row:nth-of-type(2) .advantages__top-content {
    padding-top: 111px;
}

.advantages__top-col3 .advantages__top-row:nth-of-type(1) .advantages__top-content {
    margin-top: auto;
    padding-bottom: 51px;
    padding-left: 11px;
}

.advantages__top-col3 .advantages__top-row:nth-of-type(2) .advantages__top-content {
    padding-top: 95px;
    padding-left: 11px;
}

.advantages__top-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 260px;
    width: 100%;
}

.advantages__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantages__link {
    display: flex;
    width: 218px;
    height: 50px;
    padding: 9px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #F25125;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.4s;
}

.advantages__link:hover {
    background: #DE3D11;
}

.advantages__top-icon {
    position: absolute;
    top: 50%;
    left: 51%;
    transform: translate(-50%, -50%);
}

.advantages__top-col3 .advantages__top-icon {
    left: 49%;
}

.advantages__top-icon::before {
    content: "";
    width: 116px;
    height: 2px;
    background: #F25125;
    position: absolute;
    top: 62%;
    right: 90%;
}

.advantages__top-icon::after {
    content: "";
    width: 11px;
    height: 11px;
    background: #F25125;
    border-radius: 50%;
    position: absolute;
    top: 55%;
    left: -165%;
}

.advantages__top-col2 .advantages__top-icon::before {
    content: "";
    width: 116px;
    height: 2px;
    background: #F25125;
    position: absolute;
    top: 62%;
    left: 90%;
}

.advantages__top-col2 .advantages__top-icon::after {
    content: "";
    width: 11px;
    height: 11px;
    background: #F25125;
    border-radius: 50%;
    position: absolute;
    right: -165%;
    left: auto;
}

.advantages__top-col2 .advantages__top-row:nth-of-type(2) .advantages__top-icon {
    top: 41%;
}

/* How we work */
.how-work {
    overflow: hidden;
}

.how-work .wrapper {
    max-width: 1168px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    min-height: 653px;
    gap: 20px;
}

.how-work__left {
    width: 476px;
    position: relative;
    z-index: 3;
    padding-top: 98px;
    box-sizing: border-box;
}

.how-work__right {
    width: calc(100% - 500px);
    height: 100%;
    min-height: 653px;
    position: relative;
}

.how-work__right img {
    position: absolute;
    top: 0;
    left: 0;
    width: 889px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.how-work__left .section-title {
    margin-bottom: 29px;
}

.how-work__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0;
}

.how-work__item {
    display: flex;
    gap: 20px;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.how-work__item span {
    width: 80px;
    min-width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/list-img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    color: #FFF;
    font-size: 30px;
    font-weight: 500;
}

/* Also in assortment */
.assortment .wrapper {
    max-width: 1168px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 51px;
    padding: 98px 0 100px 0;
}

.assortment__col {
    position: relative;
    flex: 1;
    border-radius: 5px;
    border: 1.5px solid #FFF;
    background: #FFF;
    min-height: 327px;
    overflow: hidden;
    padding-left: 40px;
    box-sizing: border-box;
}

.assortment__box {
    display: flex;
    gap: 20px;
}

.assortment__col-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.assortment__col-img::before {
    content: "";
    width: 265px;
    height: 400px;
    background: #000;
    -webkit-filter: blur(115px);
    filter: blur(115px);
    position: absolute;
    left: 0;
    top: 0;
}

.assortment__col-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.assortment__col-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    height: 100%;
    max-width: 237px;
    width: 100%;
}

.assortment__col-value {
    margin-bottom: 30px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.assortment__col-content .subheading {
    margin-bottom: 20px;
}

.assortment__col-content .text {
    margin-bottom: 20px;
}

.assortment__col-link {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    width: 237px;
    height: 50px;
    padding: 9px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #F25125;
    text-decoration: none;
    transition: all 0.4s;
}

/* Gallery */

.gallery {
    padding: 98px 0;
}

.gallery .wrapper {
    max-width: 1168px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.gallery__card {
    width: calc(33.33% - 14px);
    display: flex;
    box-sizing: border-box;
    padding: 20px 19px 20px 19px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: #FFF;
}

.gallery__card-img {
    width: 249px;
    height: 249px;
}

.gallery__card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery__card .subheading {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}

.gallery__card-list {
    padding: 0 0 0 36px;
    margin: 0 0 10px 0;
    max-width: 350px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.gallery__card-item {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.gallery__card-text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin: 11px auto;
    max-width: 313px;
}

.gallery__card-price {
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}

.gallery__card-link {
    display: flex;
    width: 219px;
    height: 50px;
    padding: 9px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #F25125;
    margin: 0 auto;
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: all 0.4s;
}

.gallery__card-link:hover {
    border: 1px solid #F25125;
}

/* Do you want to make a quick order? */

.quick-order {
    position: relative;
}

.quick-order__img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.quick-order__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.quick-order .wrapper {
    position: relative;
    z-index: 2;
    padding: 125px 0 110px 0;
    max-width: 534px;
    margin: 0 auto;
}

.quick-order .wrapper .section-title {
    color: #FFF;
    text-align: center;
    max-width: 80%;
    margin: 0 auto 20px auto;
}

.quick-order .wrapper .text {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin: 0 0 30px 0;
}

.quick-order .wrapper .send-form {
    display: flex;
    max-width: 418px;
    margin: 0 auto;
    width: 100%;
    flex-direction: column;
}

.quick-order .wrapper .form-group {
    width: 100%;
}

.quick-order .wrapper .form-group input {
    display: flex;
    height: 40px;
    width: 100%;
    padding: 9px 10px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #F25125;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

input::placeholder {
    
    font-size: 12px;
    
}

::placeholder,
.quick-order .wrapper .form-group input::-webkit-input-placeholder, .quick-order .wrapper .form-group input::-moz-placeholder,
.quick-order .wrapper .form-group input:-ms-input-placeholder, .quick-order .wrapper .form-group input::-ms-input-placeholder,
.quick-order .wrapper .form-group input::placeholder {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.quick-order .wrapper .acform-submit {
    margin: 10px auto 0 auto;
    font-family: "Montserrat";
    width: 100%;
    display: flex;
    height: 50px;
    padding: 9px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #F25125;
    color: #FFF;
    font-size: var(--button-fs);
    font-weight: 600;
    text-transform: uppercase;
}

/* Our works */
.work {
    padding: 100px 0 100px 0;
}

.work .wrapper {
    max-width: 1168px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    flex-direction: column;
}

.work__box {
    position: relative;
    width: 100%;
}

.work__button-prev {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: transparent;
    border: 1px solid #F25125;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    cursor: pointer;
}

.work__button-next {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #F25125;
    position: absolute;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    cursor: pointer;
}

.work__item {
    max-width: 376px;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.work__pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: -10px;
}

.work__pagination span {
    width: 10px;
    height: 10px;
    margin: 0 !important;
    background: #301007;
    opacity: 1;
}

.work__pagination .swiper-pagination-bullet-active {
    background: #F25125;
}

.work .wrapper .section-title {
    text-align: left;
    max-width: 100%;
    width: 100%;
    margin: 0;
}

.work__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* Instagram  */
.instagram {
    position: relative;
    padding: 100px 0 80px;
}

.instagram__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.instagram__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.instagram .wrapper {
    position: relative;
    z-index: 2;
    max-width: 1168px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.instagram .section-title {
    margin: 0;
}

.instagram__box {
    display: flex;
    gap: 70px;
}

.instagram__left {
    width: calc(100% - 743px);
    display: flex;
    gap: 61px;
}

.instagram__right {
    width: 673px;
    height: 445px;
}

.instagram__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.instagram__left-content {
    padding-top: 42px;
}

.instagram__left-content-title {
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.instagram__left-content-text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 27px;
    display: block;
}

.instagram__left-content a {
    display: flex;
    width: 227px;
    height: 50px;
    padding: 9px 15px;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    background: #F25125;
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.instagram__left-content a:hover {
    background: #DE3D11;
    color: #FFF;
    
}

/* We provide a guarantee for our products */

.guarantee {
    padding: 120px 0;
}

.guarantee .wrapper {
    max-width: 1168px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.guarantee__box {
    display: flex;
    justify-content: space-between;
    padding: 0 37px;
}

.guarantee__item {
    width: 297px;
    height: 120px;
    display: flex;
    align-items: flex-end;
}

.guarantee__item-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: -26px;
}

.guarantee__item .subheading {
    margin-left: -14px;
}

/* Reviews */

.reviews {
    padding: 107px 0 88px 0;
}

.reviews .wrapper {
    max-width: 1168px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    flex-direction: column;
}

.reviews__box {
    position: relative;
    width: 100%;
}

.reviews__button-prev {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: transparent;
    border: 1px solid #F25125;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    cursor: pointer;
}

.reviews__button-next {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #F25125;
    position: absolute;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    cursor: pointer;
}

.reviews__item {
    max-width: 376px;
    width: 100%;
    min-height: 340px;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 15px 15px 23px 19px;
    box-sizing: border-box;
    display: flex;
}

.reviews__pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: -13px;
}

.reviews__pagination span {
    width: 10px;
    height: 10px;
    margin: 0 !important;
    background: #301007;
    opacity: 1;
}

.reviews__pagination .swiper-pagination-bullet-active {
    background: #F25125;
}

.reviews .wrapper .section-title {
    text-align: left;
    max-width: 100%;
    width: 100%;
    margin: 0;
}

.reviews__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.reviews__item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.reviews__item-content {
    position: relative;
    z-index: 2;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: flex-end;
}

.reviews__item-img::before {
    content: "";
    width: 100%;
    height: 173px;
    background: #000;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    position: absolute;
    bottom: 0;
    left: 0;
}

.reviews__item-name {
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 5px 0;
}

.reviews__item-auto {
    margin: 5px 0 10px 0;
    display: block;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.reviews__item-text {
    margin: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

/* FAQ */

.faq {
    padding: 110px 0 100px 0;
}

.faq .wrapper {
    max-width: 1168px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    flex-direction: column;
}

.faq__box {
    display: flex;
    gap: 20px;
}

.faq__accordion-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: calc(50% - 10px);
}

.faq__accordion-item {
    border-radius: 3px;
    border: 1px solid #F25125;
    width: 100%;
    box-sizing: border-box;
}

.faq__accordion-header {
    color: #FFF;
    padding: 20px 60px 23px 20px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    line-height: 120%;
}

.faq__accordion-header::before {
    content: "";
    background: url(../img/plus1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    width: 10px;
    height: 10px;
}

.faq__accordion-header.active-header::before {
    background: url(../img/minus1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.faq__accordion-content {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    transition: all 0.4s;
}

.faq__accordion-content {
    max-height: 0;
    overflow: hidden;
    
    max-width: calc(100% - 39px);
    margin: 0 auto;
}

.faq__accordion-content.active {
    max-height: 500px;
    transition: all 0.4s;
    padding: 0 0 20px 0;
}

/* Do you want to buy rugs at a good price? */

.good-price {
    padding: 100px 0 93px 0;
}

.good-price .wrapper {
    max-width: 1168px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    min-height: 410px;
}

.good-price__left {
    width: 475px;
    border-radius: 5px;
    background: #FFF;
    height: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
}

.good-price__right {
    width: calc(100% - 495px);
    height: auto;
    min-height: 414px;
}

.good-price__right iframe {
    width: 100%;
    height: 100%;
    min-height: 414px;
}

.good-price__left .section-title,
.good-price__left .text {
    color: #000;
}

.good-price__left .section-title {
    margin-bottom: 20px;
}

.good-price__left .text {
    margin-bottom: 54px;
    max-width: 90%;
}

.good-price .wrapper .send-form {
    display: flex;
    max-width: 100%;
    width: 100%;
    flex-direction: column;
}

.good-price .wrapper .form-group {
    width: 100%;
    margin-bottom: 10px;
}

.good-price .wrapper .form-group input {
    display: flex;
    height: 40px;
    width: 100%;
}

.good-price .wrapper .form-group input, .good-price .wrapper .form-group textarea {
    
    padding: 9px 10px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #F25125;
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.good-price .wrapper .form-group input::-webkit-input-placeholder, .good-price .wrapper .form-group textarea::-webkit-input-placeholder {
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.good-price .wrapper .form-group input::-moz-placeholder, .good-price .wrapper .form-group textarea::-moz-placeholder {
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.good-price .wrapper .form-group input:-ms-input-placeholder {
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.good-price .wrapper .form-group input::-ms-input-placeholder {
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.good-price .wrapper .form-group input::placeholder {
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.good-price .wrapper .acform-submit {
    margin: 5px auto 0 auto;
    font-family: "Montserrat";
    width: 100%;
    display: flex;
    height: 50px;
    padding: 9px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #F25125;
    color: #FFF;
    font-size: var(--button-fs);
    font-weight: 600;
    text-transform: uppercase;
}

.quick-order .form-group .error {
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.good-price .form-group .error {
    color: tomato;
    font-size: 12px;
    font-weight: 600;
}

.acform-submit {
    transition: all 0.4s;
    border: 1px solid transparent;
    cursor: pointer;
}

.acform-submit:hover {
    background: #DE3D11 !important;
    border: 1px solid #F25125 !important;
}

/* Footer */
.footer-none {
    display: none;
}

.footer {
    background: #000;
    padding: 50px 0 20px 0;
}

.footer-new {
    max-width: 1168px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.footer-new__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 62px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 20px;
    border-top: 1px solid #fff;
}

.footer-new__bottom-list {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 72px;
    list-style: none;
}

.footer-new__bottom-link {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
}

.footer-new__top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.footer-new__top-col:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-right: 70px;
}

.footer-new__top-social {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 15px;
}

.footer-new__top-nav {
    max-width: 217px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-nav-title {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

.footer-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.footer-nav__link {
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.footer-address p {
    margin: 10px 0 10px 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    font-style: normal;
}

.footer-new__top-address {
    max-width: 217px;
    width: 100%;
    font-style: normal;
    display: block
}

.footer-new__top-address ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-new__top-address-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-new__top-address-list li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-new__top-address-list li span {
    margin: 0;
    -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(2%) hue-rotate(79deg) brightness(112%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(2%) hue-rotate(79deg) brightness(112%) contrast(100%);
}

.footer-new__top-address-list li a {
    text-decoration: none;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-address .footer-address-grafic {
    margin-bottom: 0;
}

.footer-new__top-address-list2 li {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-new__top-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-new__top-form .form-group {
    width: 100%;
    margin-bottom: 10px;
}

.footer-new__top-form .form-group input {
    display: flex;
    height: 40px;
    width: 100%;
    padding: 9px 10px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #F25125;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.graybg__main #send_feedback textarea::-webkit-input-placeholder,
.graybg__main #send_feedback textarea::-moz-placeholder,
.graybg__main #send_feedback textarea:-ms-input-placeholder,
.graybg__main #send_feedback textarea::-ms-input-placeholder,
.graybg__main #send_feedback textarea::placeholder,
.graybg__main #send_feedback input::-webkit-input-placeholder,
.graybg__main #send_feedback input::-moz-placeholder,
.graybg__main #send_feedback input:-ms-input-placeholder,
.graybg__main #send_feedback input::-ms-input-placeholder,
.graybg__main #send_feedback input::placeholder,
.footer-new__top-form .form-group input::-webkit-input-placeholder,
.footer-new__top-form .form-group input::-moz-placeholder,
.footer-new__top-form .form-group input:-ms-input-placeholder,
.footer-new__top-form .form-group input::-ms-input-placeholder,
.footer-new__top-form .form-group input::placeholder {
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-new__top-form .acform-submit {
    margin: 16px auto 0 auto;
    font-family: "Montserrat";
    width: 100%;
    display: flex;
    height: 50px;
    padding: 9px 10px;
    border: 1px solid transparent;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #F25125;
    color: #FFF;
    font-size: var(--button-fs);
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.4s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    color: #F25125;
}

.nice-select.open span.current {
    color: #F25125 !important;
}

.footer-new__top-form .error {
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
}

.dropdown.cart-area .sprite {
    background: url(../img/basket.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    transform: translate(5px, 2px);
}

#dropdownMenu2 {
    padding: 0;
}

.header-box2 .cart-number {
    width: 14px;
    height: 14px;
    color: #000;
    font-family: "Open Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    top: 4px;
    right: -3px;
}

.icons-header {
    background: url(../img/arcticons_lifecell.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
}

.icons-header2 {
    background: url(../img/keiv-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
}

.nice-select .option {
    min-width: 100%;
    white-space: normal;
    
    font-size: 0.95em;
    margin-bottom: 0.5em;
    min-height: auto;
}

@media (max-width: 1280px) {
    .work {
        padding: 64px 16px;
    }
    
    .work .wrapper {
        max-width: 100%;
    }
    
    .work__box {
        width: calc(100% - 80px);
        margin: 0 auto;
    }
    
    .reviews {
        padding: 64px 16px;
    }
    
    .reviews .wrapper {
        max-width: 100%;
    }
    
    .reviews__box {
        width: calc(100% - 80px);
        margin: 0 auto;
    }
}

@media (max-width: 1200px) {
    .hero {
        padding: 0 16px;
    }
    
    .bg-second-row .container-fluid .tab-pane .form-inline {
        padding-left: 0;
    }
    
    h2.green-line, .green-line {
        border-bottom: 2px solid #F25125;
    }
    
    .advantages {
        padding: 0 16px;
    }
    
    .modal-body .row .col-12:nth-of-type(1) .sprite {
        background: url(../img/keiv-icon.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 22px;
        height: 22px;
        filter: brightness(0) saturate(100%) invert(43%) sepia(50%) saturate(5260%) hue-rotate(349deg) brightness(99%) contrast(91%);
    }
    
    .mm-navbar {
        border-bottom: 2px solid #F25125;
    }
    
    .modal-body .row .col-12 .sprite.lf-img {
        background: url(../img/arcticons_lifecell.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 22px;
        height: 22px;
        filter: brightness(0) saturate(100%) invert(43%) sepia(50%) saturate(5260%) hue-rotate(349deg) brightness(99%) contrast(91%);
    }
    
    .btn.phone-img {
        background: url(../img/phone.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    .activ-button {
        background: url(../img/menu.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    .cart-number {
        background: #F25125;
        color: #000;
        font-family: "Open Sans";
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: normal;
        padding: 0;
    }
    
    .row.no-gutters {
        align-items: center;
    }
    
    div#desktop_logos {
        align-items: flex-start;
    }
    
    .advantages__top {
        flex-direction: column;
        gap: 32px;
        max-width: 650px;
        margin: 0 auto 64px auto;
        width: 100%;
    }
    
    .advantages__top-content {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .advantages__top-col {
        width: 100%;
    }
    
    .advantages__top-row {
        align-items: center;
    }
    
    .how-work {
        padding-left: 16px;
    }
    
    .assortment {
        padding: 0 16px;
    }
    
    .assortment .wrapper {
        gap: 32px;
    }
    
    .gallery {
        padding: 64px 16px;
    }
    
    .quick-order .wrapper {
        padding: 64px 16px;
    }
    
    .instagram {
        padding: 64px 16px;
    }
    
    .instagram__right {
        width: 473px;
        height: 345px;
    }
    
    .instagram__left {
        width: calc(100% - 500px);
    }
    
    .instagram__box {
        gap: 27px;
    }
    
    .guarantee {
        padding: 64px 16px;
    }
    
    .guarantee__box {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    
    .faq {
        padding: 64px 16px;
    }
    
    .good-price {
        padding: 64px 16px;
    }
    
    .footer {
        padding: 50px 16px 20px 16px;
    }
    
    .footer-new__top {
        flex-wrap: wrap;
    }
    
    .footer-new__top-col:nth-of-type(1) {
        width: 100%;
        margin-right: 0;
        align-items: center;
    }
}

@media (max-width: 992px) {
    .hero__left h1 {
        white-space: wrap;
    }
    
    .how-work {
        padding: 0;
    }
    
    .how-work .wrapper {
        flex-direction: column;
    }
    
    .how-work__left {
        width: 100%;
        padding: 32px 16px;
        box-sizing: border-box;
    }
    
    .how-work__right {
        width: 100%;
        min-height: auto;
        height: 400px;
    }
    
    .how-work__right img {
        -o-object-position: center;
        object-position: center;
    }
    
    .gallery__card {
        width: calc(50% - 11px);
    }
    
    .instagram__box {
        flex-direction: column;
    }
    
    .instagram__left {
        width: 100%;
    }
    
    .instagram__right {
        width: 100%;
        height: 445px;
    }
    
    .good-price__left {
        width: 300px;
    }
    
    .good-price__right {
        width: calc(100% - 320px);
    }
    
    .footer-new__top-form {
        max-width: 450px;
        margin: 0 auto;
        width: 100%;
    }
    
    .footer-new__bottom {
        padding-right: 0;
    }
    
    .footer-new__bottom-link {
        white-space: nowrap;
    }
    
    .footer-new__bottom-list {
        gap: 16px;
    }
    
    .footer-new__bottom .text {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 32px 16px;
    }
    
    .work__pagination {
        gap: 16px;
    }
    
    .reviews__pagination {
        gap: 16px;
    }
    
    .hero .wrapper {
        flex-direction: column;
        gap: 32px;
    }
    
    .hero__right {
        min-height: auto;
        width: 100%;
    }
    
    .hero__right img {
        position: static;
        height: 300px;
        width: 100%;
    }
    
    .hero__left {
        width: 100%;
        padding: 0;
    }
    
    .hero__box {
        flex-wrap: wrap;
    }
    
    .hero__box a {
        flex: 1;
    }
    
    .bg-second-row {
        padding: 32px 0;
    }
    
    .bg-second-row .container-fluid .row .col-12 {
        padding: 0 !important;
    }
    
    .bg-second-row .container-fluid .tab-pane {
        flex-direction: column;
    }
    
    .bg-second-row .container-fluid .tab-pane {
        padding: 32px 16px !important;
    }
    
    .advantages__top-col3 .advantages__top-row {
        flex-direction: row;
    }
    
    .advantages__top-icon {
        left: 51% !important;
        right: auto !important;
    }
    
    .advantages__top-icon::before {
        top: 62%;
        left: 90% !important;
        right: auto !important;
    }
    
    .advantages__top-icon::after {
        right: -165% !important;
        left: auto !important;
    }
    
    .assortment__box {
        flex-direction: column;
    }
    
    .assortment__col {
        display: flex;
        align-items: center;
        padding-left: 16px;
    }
    
    .assortment .wrapper {
        padding: 32px 0;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .section-title span {
        font-size: 24px;
    }
    
    .work__item {
        height: 300px;
    }
    
    .faq__box {
        flex-direction: column;
    }
    
    .faq__accordion-column {
        width: 100%;
    }
    
    .good-price .wrapper {
        flex-direction: column;
    }
    
    .good-price__left {
        width: 100%;
    }
    
    .good-price__right {
        width: 100%;
    }
    
    .footer-new__bottom {
        flex-direction: column-reverse;
        gap: 16px;
    }
    
    .footer-new__bottom-list {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    
    .footer-new__bottom .text {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .hero__left h1 span {
        font-size: 1.9rem;
    }
    
    .advantages__top-icon::before {
        display: none;
    }
    
    .advantages__top-icon::after {
        display: none;
    }
    
    .advantages__top-icon {
        left: 50% !important;
        right: 50% !important;
        top: 80% !important;
    }
    
    .advantages__top-row {
        flex-direction: column;
    }
    
    .advantages__top-col {
        gap: 16px;
    }
    
    .advantages__top-content {
        max-width: 100%;
        gap: 8px;
    }
    
    .advantages__top-col3 .advantages__top-row {
        flex-direction: column;
    }
    
    .gallery__card {
        width: 100%;
    }
    
    .quick-order .wrapper .acform-submit {
        font-size: 14px;
    }
    
    .instagram__right {
        max-width: 420px;
        margin: 0 auto;
        height: 250px;
    }
    
    .instagram__left {
        flex-wrap: wrap;
        gap: 16px;
    }
    
    .instagram__left-content {
        padding: 0;
    }
    
}

.product__main, .graybg__main {
    /*background: #F4F4F4;*/
    background: #fbfbfb;
    width: 100%;
    padding: 100px 0;
}

.product__main-box {
    width: 100%;
}

.product__main-left {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 30px 20px !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product__main_smoll-img {
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 24px;
}

.product__main_smoll-img div {
    padding: 0;
    width: 100%;
    max-width: calc(33% - 15px);
    flex: auto;
}

.product__main_smoll-img div img {
    border: none;
    height: 131px;
    width: 100%;
    object-fit: contain;
}

.product__main-left .popup-gallery ._product_image_ {
    border: none;
    height: 404px;
    width: 100%;
}

.product__main-none {
    display: none;
}

.product__main-sum {
    display: none;
}

.product__main-right {
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 20px - 475px);
    width: 100%;
    margin-left: auto;
    padding: 0 !important;
}

.product__main-title {
    margin: 0 0 20px 0;
    color: #000;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 600;
}

.product__main-status {
    padding: 9px 10px;
    border-radius: 5px;
    border: 1px solid #F25125;
    color: #F25125;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: max-content;
    height: auto;
    white-space: nowrap;
}

.product__main-star {
    height: auto;
    margin: 0;
}

.product__main-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.product__main-option {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.product__main-card {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
}

.product__main-card .h2,
.product__main-card h2 {
    margin: 0 0 17px 0;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
}

.product__main-card .h2 {
    min-height: auto;
}

.product__main-card h2.tabs-h2 {
    margin-top: 50px;
    margin-bottom: 0;
}

.product__main-card h2 span {
    padding: 9px 10px;
    border-radius: 5px;
    border: 1px solid #F25125;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    /*text-transform: uppercase;*/
    opacity: 0;
}

.product__main-card .options label {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
}

.product__main-card .options label::before {
    content: "";
    background: url(../img/checed.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
}

.product__main-complectation input {
    min-height: 132px;
}

.product__main-card .options label:has(input:checked)::before {
    opacity: 1;
}

.product__main-card .options label:has(input:checked) {
    border: 2px solid #F25125 !important;
}

.product__main-card .options {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.product__main-card .options label input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    border-radius: 50%;
    cursor: pointer;
}

.product__main-complectation.options {
    gap: 34px;
}

.product__main-complectation.options label {
    min-height: 132px;
    min-width: 78px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    color: #F25125;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500
}

.sticky-add-to-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    z-index: 3;
    border-top: 1px solid #eee;
}

.product__main-card h2 span.active-span {
    opacity: 1;
}

.product__main-card .nav-tabs {
    margin-top: 10px;
    gap: 10px;
}

.product__main-card .nav-tabs .nav-item a {
    padding: 9px 10px;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    /*text-transform: uppercase;*/
    min-width: 120px;
    text-align: center;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product__main-card .nav-tabs .nav-item a.nav-link-2.active {
    border: 1px solid #F25125 !important;
}

#material-options1 label img, #material-options2 label img,
#material-options label img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%
}

.product__main-card .options.product__main-complectation label:has(input:checked) {
    border: none !important;
}

.product__main-card-row {
    display: flex;
    gap: 20px;
}

.product__main-card-col {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product__main-card-col:nth-of-type(1) {
    max-width: 277px;
    width: 100%;
}

.product__main-card-col:nth-of-type(2) {
    max-width: calc(100% - 277px - 20px);
    width: 100%;
}

.product__main-card-col h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
}

.pedal-img, .sheeld-img {
    z-index: 3;
    cursor: pointer;
}

.product__main-card-col-box label {
    display: flex;
    align-items: center;
    position: relative;
    gap: 20px;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    /*text-transform: uppercase;*/
}

.product__main-card-col-box label input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    margin: 0;
}

.product__main-card-col-box label > img {
    width: 65.311px;
    height: 45px;
}

.product__main-card-col-box label button {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 9px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #F25125;
    background: transparent;
    margin-left: auto;
}

.product__main-card-col-box label:has(input:checked) {
    color: #F25125;
}

.product__main-card-col-box label:has(input:checked) button {
    background: #F25125;
}

.product__main-card-col-box label:has(input:checked) button img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(24%) hue-rotate(114deg) brightness(108%) contrast(108%);
}

.car-brand-container {
    display: flex;
    gap: 20px;
}

.car-brand-container img {
    width: 102px;
    object-fit: contain;
}

.car-brand-container select {
    padding: 9px 9px 11px 12px;
    border-radius: 5px;
    border: 1px solid #F25125;
    color: #000;
    font-family: Montserrat;
    font-size: 0.95em;
    font-weight: 400;
}

.car-brand-container select {
    max-height: 40px;
}

.pedal-img img {
    width: 102px;
    object-fit: contain;
}

.car-brand-container select option {
    color: #000;
    font-family: Montserrat;
    /*font-size: 0.95em;*/
    font-weight: 400;
}

.col_with_one_click_button button, .card-block button._buy_ {
    margin-left: auto;
    display: flex;
    width: 277px;
    height: 50px;
    padding: 9px 10px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 5px;
    background: #F25125;
    color: #FFF;
    font-family: Montserrat;
    font-size: var(--button-fs);
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.4s;
}

.col_with_one_click_button button:hover, .card-block button._buy_:hover {
    background: #DE3D11;
}

.col_with_one_click_button {
    width: 100%;
}

.y_buy_onclick {
    background: #F25125;
    color: #fff
}

.button-box {
    /*width: max-content;*/
    /*margin-left: auto;*/
    margin-top: 30px;
}

.list-unstyled.price {
    
    text-align: right;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.5;
}

.autocalc-product-price {
    display: inline-block;
    min-width: 80px;
    font-variant-numeric: tabular-nums;
    /*font-family: 'Courier New', monospace;*/
    text-align: right;
}

.product__main-tabs .nav-tabs {
    margin-top: 30px;
    border: none;
    display: flex;
    gap: 30px;
}

.product__main-tabs .nav-tabs .nav-item {
    background: transparent;
}

.product__main-tabs .nav-tabs .nav-item a {
    background: transparent !important;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 5px 0;
}

.product__main-tabs .nav-tabs .nav-item a.active {
    font-weight: 600;
    border: none !important;
    border-bottom: 1px solid #F25125 !important;
}

.product__main-tabs .tab-content > .active {
    background: transparent;
    padding: 20px 0 0 0;
}

.product__main-tabs .tab-content p, .product__main-tabs .tab-content ul, .product__main-tabs .tab-content ol,
.tab-content p, .tab-content ul, .tab-content ol {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 16px 0;
}

.tab-content form.form-inline p {
    margin-bottom: 0;
    line-height: 0;
    margin: 0 auto;
}

.product__main-tabs .tab-content li, .list-group-item.active,
.tab-content li {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    max-width: max-content;
}

.product__main-contact {
    padding: 100px 0;
}

.product__main-contact-wrapper {
    max-width: 772px;
    width: 100%;
    display: flex;
    gap: 33px;
}

.product__main-contact--right {
    width: 165px;
    height: 165px;
}

.product__main-contact--right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product__main-contact--left {
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 33px - 165px);
    width: 100%;
}

.product__main-contact--left-title {
    color: #000;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.product__main-contact--left-text {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 16px 0;
}

.product__main-contact--row {
    display: flex;
    gap: 44px;
}

.product__main-contact--col {
    max-width: 155px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.product__main-contact--col p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}

.product__main-contact--col li a {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.product__main-contact--cosial {
    display: flex;
    gap: 15px;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.product__main-contact--cosial li {
    width: 30px;
    height: 30px;
}

.product__main-contact--cosial li a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}

.product__main-contact--cosial li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product__main-complectation.options label {
    border: none !important;
}

.product__main-card-col-box input {
    cursor: pointer;
    z-index: 2;
}

.autocalc-product-price {
    display: inline-block;
    min-width: 80px; /* или ширина, соответствующая максимальному числу */
    font-variant-numeric: tabular-nums; /* для равномерной ширины цифр */
    /*font-family: 'Courier New', monospace; !* или другой моноширинный шрифт *!*/
    text-align: right; /* чтобы число не "ползало" влево */
}

.blog_article h2.green-line, .green-line {
    
    border-color: #F25125;
}

.btn-primary-version2, .thank-you__page button.btn-primary-1 {
    background-color: #F25125;
}

.graybg__main #send_feedback input, .graybg__main #send_feedback textarea, .graybg__main .form-control, .graybg__main .special_select {
    /*border-color: #000000;*/
    border-radius: 5px;
}

.custom-control-indicator, .quantity-area, .quantity-1-area, .quantity-2-area {
    /*border-color: #000000;*/
}

.custom-control-input:active ~ .custom-control-indicator {
    
    background-color: #F25125;
}

.graybg__main #send_feedback .btn {
    border-radius: 5px;
    background: #F25125;
    color: #FFF;
    font-size: var(--button-fs);
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    transition: all 0.4s;
}

.graybg__main .btn-primary-version3,
.graybg__main #final_submit,
.dropdown-item .btn {
    border-radius: 5px;
}

.graybg__main #send_feedback .btn:hover, .graybg__main #final_submit:hover, .dropdown-item .btn:hover, .thank-you__page button.btn-primary-1:hover {
    background: #DE3D11;
}

.graybg__main .breadcrumb, .list-group-item {
    background-color: transparent;
}

.logo-avto-area img {
    height: 70px;
    width: 70px;
    object-fit: contain;
    max-height: 100px;
    max-width: 100%;
    
}

/*Тимчасово*/

.dropdown-item img, ._product_row_ img {
    display: none;
}

/*Кошик*/
.cart-table {
    display: grid;
    grid-template-columns: minmax(60px, 130px) 40% repeat(2, 1fr) 80px;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
}

.cart-header {
    border-bottom: 1px solid #f5f5f5;
    font-family: OpenSans-Bold;
    font-size: 0.875rem;
}

.cart-header,
.cart-row {
    display: contents; /* позволяет вложенным .cart-cell быть частью grid */
}

.cart-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    word-break: break-word;
}

.cart-cell__center {
    margin: 0 auto;
    justify-content: center;
}

.cart-header .cart-cell {
    padding: 13px 0 13px 0;
}

.cart-image-item {
    display: flex;
}

.cart-image-item .delete-product-img {
    position: initial;
}

.cart-cell .quantity-area {
    margin-top: 0;
}

.cart-table .cart-4-item,
.cart-table .cart-3-item,
.cart-table .cart-2-item,
.cart-table .cart-1-item {
    padding: 20px 0;
}

.cart-row::after,
.cart-header::after {
    content: "";
    display: block;
    border-bottom: 1px solid #f5f5f5;
    grid-column: 1 / -1;
}

.contats__page .good-price iframe {
    height: 547px;
}

img.main-title__logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (min-width: 901px) {
    .display-none-5 {
        display: none;
    }
}

@media (max-width: 1200px) {
    .product__main {
        padding: 32px 0;
    }
    
    .product__main-left {
        width: 320px;
        box-sizing: border-box;
    }
    
    .product__main-right {
        max-width: calc(100% - 320px);
        box-sizing: border-box;
    }
    
    .product__main-box {
        padding: 0 16px;
    }
    
    .product__main-flex {
        flex-wrap: nowrap;
    }
    
    .product__main-card-row {
        flex-wrap: wrap;
    }
    
    .product__main-option .product__main-card-col {
        flex: 1;
        min-width: 277px;
        max-width: 100%;
    }
    
    .product__main-flex .innerCard.popup-gallery {
        height: 300px;
    }
    
    .product__main-flex .innerCard.popup-gallery img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .product__main_smoll-img div {
        width: calc(50% - 12px);
    }
    
    .product__main-contact {
        padding: 32px 16px;
    }
    
    .product__main-box {
        padding: 0;
    }
}

@media (max-width: 900px) {
    .cart-table.display-none-3 {
        display: none;
    }
    
    .position-product-img-2 {
        
        top: 0px !important;
    }
}

@media (max-width: 768px) {
    
    .product__main-title {
        font-size: 24px !important;
        line-height: 1.1em;
        margin-bottom: 0;
    }
    
    img.main-title__logo {
        max-width: 75%;
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    
    #border-color--img {
        width: 100%;
    }
    
    .product__main-flex {
        flex-direction: column;
        gap: 32px;
    }
    
    .product__main-left {
        max-width: 100%;
        width: 100%;
    }
    
    .product__main-right {
        max-width: 100%;
    }
    
    .product__main-right .product__main-flex {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .product__main-contact--row {
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    
    .xs-col-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    
    .col_with_one_click_button button, .card-block button._buy_ {
        margin-right: auto;
    }
    
    .list-unstyled.price {
        
        text-align: center;
        margin-bottom: 0.5em;
    }
    
    .product__main-contact-wrapper {
        flex-direction: column-reverse;
    }
    
    .product__main-contact--left {
        min-width: 220px;
        flex: 1;
        max-width: 100%;
    }
    
    .product__main-tabs .nav-tabs, .nav-tabs {
        gap: 12px;
    }
    
    .product__main-tabs .tab-content li, .list-group-item.active,
    .product__main-tabs .tab-content p, .product__main-tabs .tab-content ul, .product__main-tabs .tab-content ol,
    .tab-content p, .tab-content ul, .tab-content ol, .tab-content li, .tab-pane-2 {
        font-size: 14px;
    }
    
    .product__main-card {
        flex: 1;
    }
    
    .product__main-right {
        padding: 0 !important;
    }
    
    .product__main-card h2 span {
        font-size: 12px;
    }
    
    .product__main-card h2 {
        font-size: 14px;
        flex-wrap: wrap;
    }
    
    .car-brand-container {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    
    .col_with_one_click_button {
        padding: 0 !important;
    }
    
    .button-box {
        margin: 32px auto;
    }
}

#constructor-images-holder {
    position: relative
}

#constructor-images-holder img:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0;
}

#_popup_prod_img_ {
    display: none
}

.precatalog img {
    width: auto;
    max-height: 100px;
    object-fit: contain;
}

.card-block button._buy_ {
    max-width: 100%;
    width: 100%
}

ul.navbar-nav.ul_level_1.mm-listview + li {
    display: none;
}

.faq-2 {
    max-width: 800px;
    padding: 0
}

.faq-item-2 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}

.faq-question-2 {
    margin: 0;
}

.faq-question-btn-2 {
    width: 100%;
    display: block;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 18px 52px 18px 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
    position: relative;
    color: #222;
}

.faq-question-btn-2::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
}

.faq-question-btn-2[aria-expanded="true"]::after {
    content: "−";
}

.faq-answer-2 {
    display: none;
    padding: 0 20px 18px;
    color: #444;
    line-height: 1.6;
}

.faq-answer-2.is-open {
    display: block;
}

.faq-answer-2 p {
    margin: 0;
}

.gmb-rating-box {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
}

.gmb-logo {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    color: #4285f4;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.gmb-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.gmb-title {
    font-size: 14px;
    color: #b8c0cc;
    margin: 0;
    line-height: 1.2;
}

.gmb-score-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.gmb-score {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}

.gmb-stars {
    display: flex;
    gap: 2px;
}

.gmb-stars svg {
    width: 18px;
    height: 18px;
    fill: #fbbc04;
    display: block;
}

.gmb-reviews {
    font-size: 13px;
    color: #cbd5e1;
    margin: 0;
    line-height: 1.2;
}

.gmb-link {
    display: inline-block;
    margin-top: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #8ab4f8;
    text-decoration: none;
}

.gmb-link:hover {
    color: #a8c7fa;
    text-decoration: underline;
}

.bg-black .logo-avto-area img {
    
    background: #fff;
    padding: 5px;
}

.bg-black a.logo-avto-area {
    border-color: #222;
    color: #fff
}

.choose_car {
    padding: 50px 0 93px 0
}

.choose_car h2 {
    margin-bottom: 50px;
}

.main-text p > img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 1em auto;
    max-width: 600px;
    display: block;
}

@media (max-width: 768px) {
    .main-text {
        max-width: 100%;
    }
    
}

@media (max-width: 510px) {
    .gmb-rating-box {
        width: 100%;
        align-items: flex-start;
    }
    
    .gmb-score {
        font-size: 22px;
    }
}
