@import "reset.css";

@font-face {
    font-family: 'Playfair Display-Italic';
    src: url('../fonts/PlayfairDisplay-Italic-400.woff2') format("woff2");
    font-weight: 400;
    font-style: italic;
}

a:active, a:focus {
    outline: none;
}

input, textarea {
    outline: none;
}

input:active, textarea:active {
    outline: none;
}

:focus {
    outline: none;
}

textarea {
    resize: none;
}

textarea {
    resize: vertical;
}

textarea {
    resize: horizontal;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;

}

h1, h1 {
    font-family: 'Playfair Display', serif;
}

html {
    margin-top: 0 !important;
}

.wrapper {
    margin: 0 auto;
    width: 1200px;
}

.header {
    float: left;
    width: 100%;
}

.header_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 94px;
    background: #161616;
    border-radius: 10px;
    padding: 25px;
    box-sizing: border-box;
    margin-top: 25px;
}

.header_logo {
}

.header_logo a {
    color: var(--white, #FFF);
    font-family: Playfair Display;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header_logo {
    margin-top: 5px;
}

.header_right {
    display: flex;
    justify-content: flex-end;
}

.header_call {
}

.header_call a {
    color: var(--white, #FFF);
    border-radius: 100px;
    border: 1px solid var(--white, #FFF);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    padding: 12px 24px 9px 24px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.header_contact {
}

.header_contact a {
    color: var(--white, #FFF);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    opacity: 0.7;
}

.header_contact {
    display: flex;
    align-items: center;
    margin-right: 40px;
    padding-top: 0;
}

.header_phones {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.header_contact a {
    color: var(--white, #FFF);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    opacity: 0.7;
    margin-left: 25px;
}

.header_menu {
}

.header_menu ul {
}

.header_menu ul li {
}

.header_menu ul li a {
    color: var(--white, #FFF);
    /* Menu text */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.header_menu ul {
    display: flex;
    padding-top: 13px;
    margin-right: 70px;
}

.header_menu ul li {
    margin-left: 30px;
}

.header_logo {
    margin-top: 3px;
}

.footer {
    float: left;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 80px;
    background: #161616;
    margin-top: 180px;
}

.footer_flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer_flex_logo {
}

.footer_flex_logo a {
    color: var(--white, #FFF);
    font-family: Playfair Display;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer_flex_soc {
    margin-top: 16px;
}

.footer_flex_soc a {
    margin-right: 16px;
}

.footer_form {
    width: 405px;
}

.footer_form h3 {
    color: var(--white, #FFF);
    /* Headline 3 */
    font-family: Playfair Display;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.footer_form .wpcf7-text {
    border-radius: 5px;
    border: 1px solid var(--gray, #B8B8B8);
    background: var(--white, #FFF);
    display: flex;
    width: 406px;
    height: 49px;
    padding: 15px 16px;
    align-items: flex-start;
    gap: 10px;
}

.footer_form .wpcf7-submit {
    color: var(--white, #FFF);
    /* Body text 16 medium */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    border-radius: 100px;
    background: var(--red-accent, #A02323);
}

.footer_form .wpcf7-text {
    border-radius: 5px;
    border: 1px solid var(--gray, #B8B8B8);
    background: var(--white, #FFF);
    display: flex;
    width: 100%;
    height: 49px;
    padding: 0;
    padding-right: 0px;
    padding-left: 0px;
    align-items: flex-start;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.fline_t {
    color: var(--white, #FFF);
    /* Text field title */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.fline {
    width: 100%;
    margin-bottom: 16px;
}

.footer_form .wpcf7-submit {
    color: var(--white, #FFF);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    border-radius: 100px;
    background: var(--red-accent, #A02323);
    width: 100%;
    height: 53px;
    cursor: pointer;
    border: 0;
}

.agree a {
    color: var(--gray, #B8B8B8);
    text-decoration: underline;
}

.agree {
    color: var(--gray, #B8B8B8);
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 24px;
}

.agree .wpcf7-acceptance {
    display: block;
}

.agree .wpcf7-list-item {
    margin: 0;
}

.agree .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.agree .wpcf7-list-item-label {
    display: inline;
}

.agree input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin: 2px 0 0;
    border: 1px solid var(--gray, #B8B8B8);
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

.agree input[type="checkbox"]:checked {
    background: var(--red-accent, #A02323);
    border-color: var(--red-accent, #A02323);
}

.agree input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.agree .wpcf7-not-valid-tip {
    margin-top: 8px;
}

.wpcf7-submit:disabled {
    opacity: 0.48;
    cursor: not-allowed;
    pointer-events: none;
}

.footer_form h3 {
    color: var(--white, #FFF);
    font-family: Playfair Display;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 30px;
}

.footer_mid {
    display: flex;
}

.footer_mid_top {
    display: flex;
    justify-content: flex-start;
}

.footer_mid_top_right {
    width: 168px;
    margin-left: 40px;
}

.footer_mid_top_right a {
    color: var(--white, #FFF);
    /* Body text 16 medium */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.footer_mid {
    padding-top: 60px;
}

.footer_mid_top_right a {
    color: var(--white, #FFF);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 10px;
    display: block;
}

.fline_t {
    color: var(--white, #FFF);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 5px;
}

.footer_mid_top_left {
    width: 210px;
}

.footer_mid_top_left ul {
}

.footer_mid_top_left ul li {
}

.footer_mid_top_left ul,
.footer_mid_top_left_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_mid_top_left ul li,
.footer_mid_top_left_menu ul li {
    margin-bottom: 8px;
}

.footer_mid_top_left ul li a,
.footer_mid_top_left_menu ul li a {
    color: var(--white, #FFF);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.footer_mid_top_left_pdf {
}

.footer_mid_top_left_pdf a {
    border-radius: 100px;
    background: var(--white, #FFF);
    color: var(--black, #161616);
    /* Body text 16 medium */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.footer_flex_logo_lne {
    padding-top: 54px;
}

.footer_mid_top_left_pdf a {
    border-radius: 100px;
    background: #fff url(../images/dwn.svg) no-repeat 16px center;
    color: var(--black, #161616);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 48px;
    padding: 0 24px 0 48px;
    box-sizing: border-box;
    white-space: nowrap;
}

.footer_mid_top_left_pdf {
    margin-top: 35px;
}

.footer_mid_top_left ul li {
    margin-bottom: 10px;
}

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

.foocop {

    color: var(--gray, #B8B8B8);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.foocop {
    color: var(--gray, #B8B8B8);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-content: flex-end;
    display: flex;
    align-items: flex-end;
    padding-bottom: 26px;
}

.footer_mid {
    display: flex;
    flex-wrap: wrap;
    width: 400px;
}

.footer_flex {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 408px;
    gap: 64px;
    align-items: stretch;
}

.footer_info {
    display: flex;
    flex-direction: column;
}

.footer_info_top {
    display: grid;
    grid-template-columns: 144px max-content minmax(168px, 1fr);
    gap: 48px;
    align-items: flex-start;
}

.footer_flex_logo_lne {
    padding-top: 0;
}

.footer_mid {
    display: block;
    width: auto;
    padding-top: 0;
}

.footer_mid_top_left {
    width: auto;
}

.footer_mid_top_left_menu {
    margin-bottom: 24px;
}

.footer_mid_top_left_pdf {
    margin-top: 24px;
}

.footer_mid_top_left_pdf a {
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    background-position: 16px center;
}

.footer_mid_top_right {
    width: auto;
    margin-left: 0;
}

.footer_requisites {
    width: 100%;
    margin-top: 48px;
    padding: 32px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
}

.footer_requisites_heading {
    margin-bottom: 24px;
}

.footer_requisites_form {
    color: var(--gray, #B8B8B8);
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.footer_requisites_name {
    color: var(--white, #FFF);
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
}

.footer_requisites_name:after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    background: var(--red-accent, #A02323);
    margin-top: 16px;
}

.footer_requisites_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.footer_requisites_item {
    min-width: 0;
}

.footer_requisites_item,
.footer_requisites_address {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer_requisites_address {
    max-width: none;
    margin-top: 24px;
}

.footer_requisites_label {
    color: var(--gray, #B8B8B8);
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer_requisites_value {
    color: var(--white, #FFF);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    user-select: all;
}

.footer_info .foocop {
    max-width: 640px;
    margin-top: auto;
    padding-top: 24px;
    padding-bottom: 0;
    align-items: flex-start;
}

.footer_form {
    width: 408px;
}

body {
    background: #F5F0EC;
}

.topslider {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: -122px;
}

.topslider .slick-list,
.topslider .slick-slide {
    overflow: hidden;
}

.topslider_one {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1920 / 700;
}

.topslider_one a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.topslider_one img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
}

.partners {
    float: left;
    width: 100%;
    margin-top: 100px;
}

.par_one_flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.par_one_one {
    display: flex;
    align-content: center;
    align-self: center;
}

.clouds {
    float: left;
    width: 100%;
    margin-top: 100px;
}

.clouds_flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.clouds_flex a {
    color: #3A3A3A;
    /* Headline 2 */
    font-family: Playfair Display;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.clouds_flex a {
    color: #3A3A3A;
    font-family: Playfair Display;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: block;
    padding-left: 20px;
    padding-right: 30px;
    margin-bottom: 35px;
    background: url(../images/ah.png) no-repeat 100% 13px;
}

.clouds_one.last a {
    background: none
}

.dww {
    width: 100%;
    margin-top: 60px;
    text-align: center;
}

.dww a {

}

.dww a {
    width: 120px;
    height: 120px;
    display: inline-block;
    background: #A02323;
    border-radius: 200px;
    color: var(--white, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    padding-top: 39px;
    box-sizing: border-box;
}

.product_wrapper {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.product_wrapper_flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.product_wrapper_flex_left {
    width: 580px;
    display: flex;
    flex-wrap: wrap;
}

.product_wrapper_flex_right {
    width: 540px;
    display: flex;
    flex-wrap: wrap;
}

.summary {
    width: 100%;
}

.product_wrapper_flex_right {
    width: 540px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.summary {
    width: 100%;
}

.summary h1 {
    color: #161616;
    /* Headline 3 */
    font-family: Playfair Display;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.rocost {
    color: #161616;
    /* Price (desktop) */
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.rosale {
}

.rosale a {
    color: var(--white, #FFF);
    /* Body text 16 medium */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    border-radius: 100px;
    background: var(--red-accent, #A02323);
    line-height: 130%;
    padding: 16px 139px;
}

.rosale a {
    color: var(--white, #FFF);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    border-radius: 100px;
    background: var(--red-accent, #A02323);
    line-height: 130%;
    padding: 16px 139px;
    display: block;
    float: left;
}

.product_images {
    width: 100%;
    height: 520px;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-bottom: 15px;
}

.product_images img {
    max-width: 100%;

}

.rocost {
    color: #161616;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}

.tabus {
    width: 100%;
    margin-top: 55px;
    border-top: 1px solid #D9D9D9;
}

.tabus_one {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D9D9D9;
}

.tabus_one_select {
    color: #000;
    /* Headline 4 (cards) */
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.tabus_one_select {
    color: #000;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    cursor: pointer;
    background: url(../images/pl.svg) no-repeat 100% center;
}

.tabus_one {
    float: left;
}

.tabus_one_hidd {
    float: left;
    padding-top: 15px;
}

.tabus_one_top {
    color: #161616;
    /* Body text 16 light */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
}

.tabus_one_bottom_one_name {
    color: #3A3A3A;
    /* Body text 14 */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.tabus_one_bottom_one_val {
    color: #3A3A3A;
    /* Body text 14 */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.tabus_one_top {
    color: #161616;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    width: 80%;
    margin-bottom: 15px;
}

.tabus_one_bottom_one {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.tabus_one_bottom_one_name {
    color: #3A3A3A;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    width: 100px;
}

.tabus_one_bottom_one_name.autos {
    min-width: 228px;
}

.tabus_one_top li {
    position: relative;
    color: #161616;
    /* Body text 16 regular */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.tabus_one_top li::before {
    content: " "
}

.tabus_one_top li {
    position: relative;
    color: #161616;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-left: 21px;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.tabus_one_top li::before {
    content: " ";
    width: 8px;
    height: 1px;
    display: block;
    position: absolute;
    background: #000;
    left: 0;
    top: 10px;
}

.sio {
    width: 85px;
    height: 85px;
    background: #fff;
}

.sio img {
    max-width: 45px;

}

.sio {
    width: 85px;
    height: 85px;
    background: #fff;
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
}

.product_wrapper_flex_left {
    width: 580px;
    display: block;
    flex-wrap: wrap;
}

.product_gall_i {
    float: left;
    width: 100%;
}

.prod_video {
}

.prod_video h2 {
    color: #161616;
    text-align: center;
    /* Headline 1 */
    font-family: Playfair Display;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.prod_related {
}

.prod_related h2 {
    color: #161616;
    text-align: center;
    /* Headline 1 */
    font-family: Playfair Display;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 40px;
}

.prod_video {
    float: left;
    width: 100%;
    margin-top: 200px;
}

.prod_video h2 {
    color: #161616;
    text-align: center;
    font-family: Playfair Display;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 40px;
}

.prod_related {
    float: left;
    width: 100%;
    margin-top: 190px;
}

.prod_video_inn {

    float: left;
    width: 100%;
    margin-bottom: 45px;
}

.prod_video_sales {
    width: 100%;
    text-align: center;
}

.prod_video_sales a {
    border-radius: 100px;
    background: var(--red-accent, #A02323);
    padding: 16px 91px;
    color: var(--white, #FFF);
    /* Body text 16 medium */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.prod_video_inn {
    position: relative;
}

.play {
    display: block;
    position: absolute;
    background: url(../images/pl.png) no-repeat center;
}

.play {
    display: block;
    position: absolute;
    background: url(../images/play.png) no-repeat center;
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.play {
    display: block;
    position: absolute;
    background: url(../images/play.png) no-repeat center;
    width: 100px;
    height: 100px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    border: 1px solid #fff;
    border-radius: 200px;
    margin-left: -50px;
    margin-top: -50px;
}

.tabus_one_hidd {
    display: none;
}

.tabus_one_hidd.active {
    display: block;
}

.tabus_one_select.active {
    background: url(../images/mn.svg) no-repeat 100% center;
}

.prod_one {
    width: 380px;
}

.prod_one_ing {
    width: 380px;
    height: 380px;
}

.prod_one_ing img {
}

.prod_one_name_all_vendor {
    color: var(--black, #161616);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
    text-transform: uppercase;
}

.prod_one_names {
    color: var(--black, #161616);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.prod_onecost {
    color: var(--black, #161616);
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.prod_one_ing {
    width: 380px;
    height: 380px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
}

.prod_one_ing img {
    max-width: 200px;
}

.prod_one_ing {
    width: 380px;
    height: 380px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 10px;
}

.prod_one_names {
    color: var(--black, #161616);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.prod_one {
    width: 380px;
    margin-bottom: 50px;
}

.categ_prod {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prod_one_names {
    color: var(--black, #161616);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    min-height: 40px;
    height: 50px;
}

.prod_one a:hover .prod_one_name_all_vendor {
    color: #750909
}

.prod_one a:hover .prod_one_names {
    color: #750909
}

.prod_one a:hover .prod_onecost {
    color: #750909
}

.content_all {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.cat_de_all {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.cat_de_all_left {
    width: 380px;
}

.cat_de_all_left {
    width: 380px;
    margin-right: 30px;
}

.prod_name h1 {
    color: #161616;
    /* Headline 1 */
    font-family: Playfair Display;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.cat_de_all_right_desc {
    color: #000;
    /* Body text 16 light */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
}

.cat_de_all_right_img img {
    max-width: 170px;
}

.prod_name {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

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

.cat_de_all_right_desc_left {
    width: 350px;
}

.cat_de_all_right_desc_right {
    width: 350px;
}

.cat_de_all_right_desc {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.cat_de_all_right {
    width: 770px;
}

.categ_prod {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 180px;
}

.whois {
    float: left;
    width: 100%;
    margin-top: 180px;
}

.whois h2 {
    color: var(--black, #161616);
    text-align: center;
    font-family: Playfair Display;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.whois_flex {
    float: left;
    width: 100%;
    margin-top: 100px;
}

.wioh_name {
    color: var(--black, #161616);
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.whois_one {
    width: 360px;
}

.whois_one {
    width: 280px;
}

.wioh_img {
    width: 280px;
    height: 360px;
    overflow: hidden;
    border-radius: 5px;
}

.wioh_name {
    margin-top: 20px;
    width: 100%;
}

.whois {
    float: left;
    width: 100%;
    margin-top: 180px;
    overflow: hidden;
}

.whoisg {
    width: 1600px;
}

.clouds {
    float: left;
    width: 100%;
    margin-top: 180px;
}

.beradcru {
    float: left;
    width: 100%;
    margin-top: 55px;
}

.beradcrui a {
    color: #8E8E8E;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    position: relative
}

.beradcrui a::after {
    content: "/";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.beradcrui a {
    color: #8E8E8E;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    position: relative;
    padding-right: 12px;
}

.beradcrui span {
    color: #161616;
    /* Body text 16 regular */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.content_category {
    float: left;
    width: 100%;
}

.all_l_n {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.whois_flex .slick-prev {
    display: none;
}

.whois_flex .slick-next {
    display: none;
}

.topsliders {
    float: left;
    width: 100%;
    background: #750909;
    margin-top: -122px;
    position: relative;
    z-index: 1;
}

.topslider_one_re {
    padding-top: 360px;
    position: relative;
    width: 100%;
}

.iob {
    position: absolute;
    right: -110px;
    top: 0;
}

.topsliders {
    float: left;
    width: 100%;
    background: #750909;
    margin-top: -122px;
    position: relative;
    z-index: 1;
    min-height: 700px;
}

.op_de {
    color: var(--white, #FFF);
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.op_des {
    color: var(--white, #FFF);
    font-family: Playfair Display;
    font-size: 110px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.segment {
    float: left;
    width: 100%;
    margin-top: 80px;
}

.segment h2 {
    color: var(--black, #161616);
    /* Headline 3 */
    font-family: Playfair Display;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.segment_flex_inner {
    display: flex;
    width: 100%;
    margin-top: 45px;
    color: var(--black, #161616);
    /* Body text 16 regular */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.segment_flex_inner_left {
    width: 47%;
}

.segment_flex_inner_right {
    width: 47%;
}

.segment_flex_inner p {
    margin-bottom: 10px
}

.segment_flex_inner {
    display: flex;
    width: 100%;
    margin-top: 45px;
    color: var(--black, #161616);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    justify-content: space-between;
}

.partners_tov {
    float: left;
    width: 100%;
    margin-top: 200px;
}

.all_l_n {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_mid_top_right.mobilis {
    display: none;
}

.foocop.mobx {
    display: none;
}

.mobiprod {
    display: none
}

#dealers {
    float: left;
    width: 100%;
    position: relative;
}

.where-buy {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.where-buy__title {
    margin-bottom: 40px;
}

.where-buy__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 40px;
    max-width: 600px;
}

.where-buy__carousel {
    width: 100%;
    max-width: 600px;
    min-width: 290px;
}

.where-buy__carousel-link img {
    width: 100%;
}

.where-buy__carousel-js .slick-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.where-buy__carousel-js .slick-track {
    display: flex;
    align-items: center;
}

.where-buy__carousel .slick-dots {
    margin-top: 10px;
}

.map_block {
    float: left;
    width: 100%;
    margin-top: 180px;
}

.map_block h2 {
    color: var(--black, #161616);
    text-align: center;
    /* Headline 1 */
    font-family: Playfair Display;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.map_block_all_right {
    width: 100%;
    height: 500px;
}

#map1 {
    width: 100%;
    height: 500px;
}

.map_block_all {
    float: left;
    width: 100%;
    position: relative;
}

#map {
    width: 100%;
    height: 500px;
    float: left;
}

.map_block_all {
    float: left;
    width: 100%;
    height: 500px;
}

.map_block_all {
    margin-top: 80px;
}

.map_block_all_left_off {
    position: absolute;
    z-index: 9999;
    width: 300px;
    height: 430px;
    border-radius: 5px;
    background: var(--beige, #F5F0EC);
}

.map_block_all {
    margin-top: 80px;
    position: relative;
}

.map_block_all_left_off {
    position: absolute;
    z-index: 9999;
    width: 300px;
    height: 430px;
    border-radius: 5px;
    background: var(--beige, #F5F0EC);
    left: 35px;
    top: 35px;
    padding: 25px;
    box-sizing: border-box;
}

.map_block_all {
    float: left;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

#map {
    width: 1400px;
    height: 600px;
    float: left;
    margin-left: -100px;
    margin-top: -50px;
}

.map_block_all_left_off_one_off {
    width: 100%;
    margin-bottom: 10px;
}

.map_block_all_left_off_one_off_name {
    color: var(--black, #161616);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.map_block_all_left_off_one_off_add {
    color: var(--black, #161616);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.sic_sel {
    width: 100%;
    margin-bottom: 25px;
}

.sic_sel_one {
    border-radius: 5px;
    color: var(--black, #161616);
    /* Body text 14 */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    border: 1px solid var(--black, #161616);
}

.sic_sel_one {
    border-radius: 5px;
    color: var(--black, #161616);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    border: 1px solid var(--black, #161616);
    width: 100%;
    cursor: pointer;
    height: 42px;
    padding-left: 15px;
    box-sizing: border-box;
    padding-top: 12px;
}

.sic_sel_one {
    border-radius: 5px;
    color: var(--black, #161616);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    border: 1px solid var(--black, #161616);
    width: 100%;
    cursor: pointer;
    height: 42px;
    padding-left: 15px;
    box-sizing: border-box;
    padding-top: 12px;
    background: url(../images/ard.svg) no-repeat 90% center;
}

.map_block_all_left_off_one_citi {
    display: none;
}

.map_block_all_left_off_one_citi.start {
    display: block;
}

.hidcts {
    display: none;
}

.hidcts {
    display: none;
}

.topslider .slick-prev {
    left: 0;
    background-image: url(../images/arr.svg) !important;
    background-repeat: no-repeat !important;
    background-color: transparent;
    height: 33px;
    width: 33px;
    z-index: 999;
    background-position: center !important;
    border-radius: 0px 10px 10px 0px;
    left: 50%;
    bottom: 20px !important;
    top: auto !important;
    margin-left: -15px;
}

.topslider .slick-next {
    right: 0;
    background-image: url(../images/arl.svg) !important;
    background-repeat: no-repeat !important;
    background-color: transparent;
    height: 33px;
    width: 33px;
    z-index: 999;
    background-position: center !important;
    border-radius: 10px 0px 0px 10px;
    top: auto;
    bottom: 20px;
    left: 50%;
    margin-left: 30px;
}

.navis {
    float: right;
}

.ltr {
    background: url(../images/ltr.svg) no-repeat center;
    width: 34px;
    height: 34px;
    display: block;
}

.rtr {
    background: url(../images/rtr.svg) no-repeat center;
    width: 34px;
    height: 34px;
    display: block;
}

.navis {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 50px;
}

.whois_flex {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.rtr {
    background: url(../images/rtr.svg) no-repeat center;
    width: 34px;
    height: 34px;
    display: block;
    margin-left: 10px;
}

.whois_flex .slick-next {
    display: none !important;
}

.whois_flex .slick-prev {
    display: none !important;
}

.product_gall_i .slick-prev {
    left: 0;
    background-image: url(../images/addl.svg) !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    height: 41px;
    width: 41px;
    z-index: 999;
    background-position: center !important;
    border-radius: 0px 10px 10px 0px;
}

.product_gall_i .slick-next {
    background-image: url(../images/addr.svg) !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    height: 41px;
    width: 41px;
    z-index: 999;
    background-position: center !important;
    border-radius: 0px 10px 10px 0px;
}

.product_gall_i {
    float: left;
    width: 420px;
    box-sizing: border-box;
    padding-left: 55px;
    padding-right: 55px;
}

.product_gall_i {
    float: left;
    width: 420px;
    box-sizing: border-box;
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
    left: 50%;
    margin-left: -210px;
}

.product_gall_i .slick-list {
    padding-left: 13px;
}

.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
}


.pagination a.page-numbers {
    color: rgba(22, 22, 22, 0.70);
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pagination span.page-numbers.current {
    color: #A02323;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pagination a.prev.page-numbers {
    background: url(../images/addl.svg) no-repeat center;
    width: 40px;
    height: 40px;
    text-indent: -10000px;
    margin-right: 16px;
}

.pagination a.next.page-numbers {
    background: url(../images/addr.svg) no-repeat center;
    width: 40px;
    height: 40px;
    text-indent: -10000px;
    margin-left: 16px;
}

.pagination a.page-numbers {
    color: rgba(22, 22, 22, 0.70);
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
    margin-right: 5px;
}

.pagination span.page-numbers.current {
    color: #A02323;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 40px;
    line-height: 40px;
}

.pagination span.page-numbers.current {
    color: #A02323;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    margin-left: 5px;
}

.button {
    color: var(--red-accent, #A02323);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    border-radius: 100px;
    border: 1px solid var(--red-accent, #A02323);
    padding: 16px 100px;
}

.button {
    color: var(--red-accent, #A02323);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    border-radius: 100px;
    border: 1px solid var(--red-accent, #A02323);
    padding: 16px 100px;
    display: inline-block;
}

#loadmore {
    margin-bottom: 35px;
}

.mobism {
    display: none
}

.topslider .slick-next {

    background-color: transparent !important;

}

.topslider .slick-prev {

    background-color: transparent !important;

}

.hidcts.active {
    display: block;
    border: 1px solid var(--black, #161616);
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    width: 250px;
    top: 61px;
    background: var(--beige, #F5F0EC);
    border-top: 0;
    padding: 16px;
    box-sizing: border-box;
}

.sic_sel_one_n {
    font-size: 14px;
    margin-bottom: 7px;
    cursor: pointer;
}

.sic_sel_one_all {
    width: 100%;
    margin-bottom: 30px;
}

.cat_de_all_left img {
    max-width: 100%
}

.categ_prod {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 180px;
}

.prod_one {
    width: 380px;
    margin-bottom: 50px;
    margin-right: 20px;
}

.sic_sel_one_all {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.map_block_all_left_off_one_off {
    cursor: pointer;
}

.wpcf7-response-output {
    color: #fff;
    text-align: center;
}

.single_page h1 {
    color: #161616;
    /* Headline 1 */
    font-family: Playfair Display;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.single_page {
    color: #000;
    /* Body text 16 light */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
}

.content_section.single_page .intext {
    margin-top: 20px;
}

.content_section.single_page {
    float: left;
    width: 100%;
}

.content_section.single_page .intext h1 {
    margin-bottom: 30px;
}

.text-page p {
    margin-bottom: 16px;
}

.text-page h2 {
    margin-top: 32px;
    margin-bottom: 16px;
    color: #161616;
    font-family: Playfair Display, serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
}

.text-page h2:first-child {
    margin-top: 0;
}

.text-page a {
    color: #A02323;
    text-decoration: underline;
}

.text-page ul {
    margin-bottom: 16px;
    padding-left: 24px;
    list-style: disc;
}

.text-page li {
    margin-bottom: 8px;
}

.text-page .wp-block-table {
    margin-bottom: 16px;
    overflow-x: auto;
}

.text-page table {
    width: 100%;
}

.text-page th,
.text-page td {
    padding: 12px 16px;
    border: 1px solid #E8E8E8;
    vertical-align: top;
}

.text-page th {
    font-weight: 500;
    background: #F5F0EC;
}

.par_one_flex {
    display: flex;
    width: 100%;
    justify-content: center;
}

.par_one_one {
    display: flex;
    align-content: center;
    align-self: center;
    margin-left: 20px;
    margin-right: 20px;
}

.all_l_n {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.hidvid {
    display: none
}

.hidvid.active {
    display: block
}

.prod_video_inn.fdd {
    display: none
}

.hidvid.active {
    display: block;
    float: left;
    width: 100%;
    min-height: 570px;
}

.hidcts.active {
    display: block;
    border: 1px solid var(--black, #161616);
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    width: 250px;
    top: 61px;
    background: var(--beige, #F5F0EC);
    border-top: 0;
    padding: 16px;
    box-sizing: border-box;
    height: 348px;
    overflow: scroll;
}

.rocost.old {
    margin-bottom: 5px;
    color: #a9a9a9;
    text-decoration: line-through;
    font-size: 20px;
}

.rocost.new {
    margin-top: 0;
}

.prod_onecost {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.prod_onecost .rocost.old {
    margin-top: 0;
}

.prod_onecost .rocost.new {
    margin-top: 0;
    margin-bottom: 0;

    width: auto;
}

.prod_onecost .rocost.old {
    margin-top: 0;
    width: auto;
    margin-right: 20px;
    line-height: 33px;
}

.beradcru {
    float: left;
    width: 100%;
    margin-top: 55px;
    margin-bottom: 40px;
}

.ntv1 {
    margin: 0 auto;
    width: 1200px;
}

.par_one_flex {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.par_one_one {
    display: flex;
    align-content: center;
    align-self: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
}

.prod_one_ing img {
    max-width: 276px;
}

.prod_one_ing img {
    max-width: 275px;
}

.rosale a:hover, .prod_video_sales a:hover, .wpcf7-submit:hover {
    background: #750909
}

.button:hover {
    background: #A02323;
    color: #fff
}

.header_call a:hover {
    background: #fff;
    color: #000
}

.dww a:hover {
    background: #750909
}

.footer_mid_top_left_pdf a {
    border: 1px solid #fff;
}

.footer_mid_top_left_pdf a:hover {
    background: url(../images/dho.svg) no-repeat 16px center;
    color: #fff;
    border: 1px solid #fff;
}

.ltr:hover {
    background: url(../images/ltro.svg) no-repeat center;

}

.rtr:hover {
    background: url(../images/rtro.svg) no-repeat center;

}

.product_images {
    height: auto;
    margin-bottom: 25px;
}

.rocost {
    margin-top: 0;
    margin-bottom: 20px;
}

.all_l_r {
    float: left;
    width: 100%;
    overflow-x: scroll;
}

.prod_related .all_l_n {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.sic_sel_one_all {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
    height: 300px;
    overflow: scroll;
}

.prod_video_img img {
    max-width: 100%
}

.page404 h1 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 150px;
}

.all404_bott {
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    line-height: 30px;
}

.all404_bott a {
    color: #000;
    font-weight: bold
}

.all404 {
    text-align: center;
    font-size: 40px;
}

.page404 h1 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 250px;
}

.partnership,
.training,
.delivery {
    float: left;
    width: 100%;
    margin-top: 180px;
}

.h2-title {
    margin-bottom: 46px;
}

.h2-title h2 {
    font-family: Playfair Display;
    color: var(--black, #161616);
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.partnership-blocks__item {
    min-height: 335px;
    background-color: white;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    height: 100%;
    box-sizing: border-box;
    border-radius: 5px;
}

.partnership-blocks__item-icon {
    width: 46px;
    height: 46px;
}

.partnership-blocks__item-text {
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
}

.partnership-blocks__carousel-js .slick-track {
    display: flex;
}

.partnership-blocks__carousel-js .slick-track .slick-slide {
    display: flex;
    height: auto;
}

.red-button {
    display: flex;
    justify-content: center;
    margin-top: 64px;
}

.red-button__link, .red-button-submit .wpcf7-submit {
    min-height: 53px;
    padding: 10px;
    border-radius: 100px;
    background-color: #A02323;
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 405px;
    box-sizing: border-box;
    border: 0;
    cursor: pointer;
}

.red-button-submit {
    position: relative;
}

.red-button-submit .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.red-button__link:hover, .red-button-submit .wpcf7-submit:hover {
    background: #750909;
}

.training-list {
    margin-bottom: 100px;
}

.training-list__item {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.training-list__item-count {
    font-family: Playfair Display-Italic;
    font-size: 180px;
    font-style: italic;
    font-weight: 400;
    line-height: 60px;
    color: #A02323;
}

.training-list__item-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
}

.partnership-row {
    row-gap: 20px;
}

.training-row {
    row-gap: 30px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.col {
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 0 10px;
}

.partnership-col {
    width: 25%;
}

.row > .training-col:nth-child(4n+1) {
    width: 33.33333333%;
}

.row > .training-col:nth-child(4n+2) {
    width: 50%;
}

.row > .training-col:nth-child(4n+3) {
    width: 36%;
    margin-left: 14%;
}

.row > .training-col:nth-child(4n+4) {
    width: 47%;
    margin-left: 3%;
}

.deferred-youtube, .training-video iframe {
    border: 0;
    border-radius: 5px;
    width: 100%;
    height: 580px;
}

.deferred-youtube {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

.deferred-youtube .play {
    background-image: url("data:image/svg+xml,%0A%3Csvg viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='49' stroke='white' stroke-width='2'/%3E%3Cpath d='M43 37.8756L64 50L43 62.1244V37.8756Z' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: 100% auto;
    position: absolute;
    height: 100px;
    width: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.deferred-youtube .title {
    font-family: Playfair Display;
    font-size: 80px;
    font-weight: 400;
    line-height: 88px;
    color: white;
    position: absolute;
    bottom: 35px;
    left: 40px;
}

.delivery-list .delivery-list__item:first-child {
    border-top: 1px solid #D9D9D9;
}

.delivery-list .delivery-list__item {
    border-bottom: 1px solid #D9D9D9;
    padding-top: 24px;
    padding-bottom: 24px;
}

.delivery-list__item-sum {
    font-family: Playfair Display;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
}

.delivery-list__item-points {
    display: flex;
    flex-direction: column;
    gap: 46px;
}

.delivery-list__item-points li {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    position: relative;
    padding-left: 32px;
}

.delivery-list__item-points li:before {
    content: "—";
    position: absolute;
    left: 0;
}

.row > .delivery-col:first-child {
    width: 30%;
}

.row > .delivery-col:last-child {
    width: 70%;
}

.overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #16161680;
    z-index: 10000;
    transition: .3s all;
}

.modal {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    min-width: 320px;
    max-width: 652px;
    max-height: 95%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
    padding: 46px 120px;
    transition: 0.3s all;
    background: #F5F0EC;
    overflow-y: auto;
    box-sizing: border-box;
}

.modal.active,
.overlay.active {
    opacity: 1;
    visibility: visible;
}

.close-popup {
    width: 18px;
    height: 18px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
}

.close-popup:after, .close-popup:before {
    content: '';
    display: block;
    height: 2px;
    background: #161616;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    transition: background 0.3s;
    border-radius: 2px;
}

.close-popup:before {
    transform: rotate(45deg);
}

.close-popup:after {
    transform: rotate(-45deg);
}

.training-modal__title {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 32px;
}

.training-modal__title h2,
.thanks-modal__title h2 {
    font-family: Playfair Display;
    font-size: 32px;
    font-weight: 400;
    line-height: 35.2px;
}

.training-modal__form-inputs {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.training-modal__form-input .training-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    margin-bottom: 8px;
}

.training-modal__form-input input {
    width: 100%;
    height: 49px;
    padding: 15px 16px 15px 16px;
    border-radius: 5px;
    border: 1px solid #B8B8B8;
    box-sizing: border-box;
}

.training-modal .wpcf7-response-output {
    display: none;
}

.thanks-modal__title {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 24px;
}

.thanks-modal__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.thanks-modal .red-button {
    margin-top: 46px;
}


.brands {
    float: left;
    width: 100%;
    margin-top: 180px;
}

.brands-selector {
    position: relative;
    margin-bottom: 46px;
}

.brands-custom-select {
    position: relative;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    font-family: Playfair Display;
    display: none;
}

.brands-selected-option__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 28.8px;
    color: black;
}

.brands-selected-option.active .brands-selected-option__text {
    color: #A02323;
}

.brands-custom-select:has(.brands-select-options.active) {
    border-bottom: 1px solid white;
    border-radius: 5px 5px 0 0;
}

.brands-selected-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    padding: 15px 16px 15px 18px;
}

.brands-selected-option.active .brands-selected-option__arrow {
    transform: rotate(90deg);
}

.brands-select-options {
    display: none;
    padding: 0 16px 16px;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    z-index: 1;
}

.select-options__wrap {
    max-height: 450px;
    overflow-y: auto;
}

.select-options__wrap::-webkit-scrollbar {
    width: 4px;
}

.select-options__wrap::-webkit-scrollbar-thumb {
    background: #A02323;
    border-radius: 10px;
}

.brands-select-options.active {
    display: block;
}

.select-options__item {
    cursor: pointer;
    font-weight: 400;
    font-size: 24px;
}

.select-options__item:not(:last-child) {
    margin-bottom: 13px;
}

.select-options__item:hover {
    color: #A02323;
}

.brands-selected-option__arrow {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 5.5L0 0.303848L0 10.6962L6 5.5Z' fill='%23161616'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    width: 6px;
    height: 11px;
    display: block;
    transition: transform 0.3s ease;
}

.option_hidden {
    display: none;
}

.brands-desktop-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.brands-desktop-list__item {
    font-weight: 400;
    font-size: 32px;
    line-height: 35.2px;
    cursor: pointer;
}

.brands-desktop-list__item.active {
    color: #A02323;
}

.brands-list__link {
    font-size: 0;
    background-color: white;
    height: 112px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.brands-list__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.brands-list__link:hover .brands-list__image {
    opacity: 70%;
}

.brands-row {
    align-items: center;
    row-gap: 8px;
    margin: 0;
}

.brands-row-small {
    justify-content: center;
}

.brands-col {
    width: 25%;
    padding: 0 4px;
}

@media all and (max-width: 1000px) {
    .brands-list__link {
        height: 92px;
    }

    .brands-selector {
        margin-bottom: 24px;
    }

    .brands-desktop-list {
        display: none;
    }

    .brands-custom-select {
        display: block;
    }

    .brands-col {
        width: 33.3333%;
    }
}

@media all and (max-width: 756px) {
    .brands-list__link {
        height: 62px;
    }

    .brands-col {
        width: 50%;
    }

    .brands-row-small {
        justify-content: left;
    }
}