/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	padding:0;margin: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;box-sizing: border-box;position: relative;}
    
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main,  summary {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
*{box-sizing:border-box}
*,*::before,*::after{box-sizing:border-box}
html,body{height:100%;margin:0;padding:0;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
ul{list-style:none;margin:0;padding:0}
/* End of Eric Meyer's CSS Reset */
.wrapper {width: 100%;margin: 0 auto; overflow: hidden;min-width: 360px;}
.limit{max-width:1540px;width:100%;margin: 0 auto;padding: 0 40px;box-sizing: border-box;min-width: 360px}
body {
    font-family: 'Inter';
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    color: rgba(47, 47, 47, 1);
}a.link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}.img_news_slider {
    max-width: 90%;
    margin: 30px auto;
    border-radius: 10px;
    overflow: hidden;
    max-height: 147px;
    display: flex
;
    align-items: center;
}.slider-top-big-content.one-img img {
    position: relative;
    width: 100%;
    height: 100%;
}div#pdopagenav ul li {
    padding: 10px;
}div#pdopagenav ul {
    display: flex
;
    width: 100%;
    justify-content: center;
    padding: 50px 0 0;
    margin: 0 0;
    font-size: 18px;
}li.page-item.active {
    color: #b71513;
}
.submenu-boxhover {
    display:none;
}.submenu-button:hover .submenu-boxhover {
    display:block;
    position:absolute;
    top:-10px;
    left:0;
}.submenu-button:hover .submenu-boxhover li a:hover {
    color: #b71513;
}
.submenu-button:hover .submenu-boxhover li a {
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    padding: 5px 0 5px;
}

.submenu-button:hover .submenu-boxhover {
    display: block;
    position: absolute;
    top: 21px;
    left: 0;
    background: #fff;
    padding: 18px 15px 0px 15px;
    border-radius: 5px;
    box-shadow: 0px 11px 18px #1e1e1e14;
    width: max-content;
}li.submenu-button:after {
    content: '';
    top: 0px;
    right: -37px;
    width: 30px;
    height: 30px;
    position: absolute;
    background-image: url(/assets/redis/img/main/bnbottom.webp);
    background-size: 23px;
    transform: rotate(90deg);
}li.submenu-button:hover:after { 
    transform: rotate(-90deg);
}li.submenu-button:hover:after {
    transform: rotate(-90deg);
    right: -46px;
    top: -7px;
}li.submenu-button {
    position: relative;
}

p, li, span, i, a {
    line-height: 120%;
}button {cursor: pointer;}
/* Inter Variable */
@font-face {
  font-family: 'Inter';
  src: url('/assets/redis/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Inter Italic Variable */
@font-face {
  font-family: 'Inter';
  src: url('/assets/redis/fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/*main style*/
/*color*/
:root{ 
  --red: #B71513;
  --red-hover: #D1403E;
  --dark:#2F2F2F;
  --dark-hover:#484747;
  --gray-0:#f4f4f4;
  --gray-1:#AAAAAA;
  --gray-2:#DDDDDD;
  --gray-3:#FCFCFC;
  --white: #ffffff; 
}
/*title*/
h1 {font-size: 32px; font-weight: 600;line-height: 120%;}
h2 {font-size: 28px; font-weight: 500;line-height: 120%;}
h3 {font-size: 24px; font-weight: 500;line-height: 120%;}
h4 {font-size: 20px; font-weight: 500;line-height: 120%;}
h5 {font-size: 14px; font-weight: 400;line-height: 120%;}
/*button*/
.btn {
    line-height: 24px; font-size: 18px;display: block;border: 1px;border-radius: 8px; padding: 9px 16px; text-align: center; max-width: 220px;
}.mmenu, nav .btn.btn-red.open-modal {display: none;}
.btn-red {color: var(--white);background: var(--red);}
.btn-dark {color: var(--white);background: var(--dark)}
.btn-white {color: var(--dark);background: var(--white);}
.btn-red:hover {color: var(--white);background: var(--red-hover);transition: 0.5s ease;}
.btn-dark:hover {color: var(--white);background: var(--dark-hover);transition: 0.5s ease;}
.btn-white:hover {color: var(--dark);background: var(--white);transition: 0.5s ease;}
a:hover {color: var(--dark-hover);}
/*boxs*/ 
.fb {display: flex;justify-content: space-between;}
.fs {display: flex;justify-content: start;}
.fw {flex-wrap: wrap;}
.fc {align-items: center;}
.gr-2 {display:grid; grid-template-columns: repeat(2, 1fr);gap: 20px;}
.gr-3 {display:grid; grid-template-columns: repeat(3, 1fr);}
.gr-4 {display:grid; grid-template-columns: repeat(4, 1fr);}
.gr-5 {display:grid; grid-template-columns: repeat(5, 1fr);}
.gr-5 {display:grid; grid-template-columns: repeat(6, 1fr);}
/* Хедер */  
.logo a {
    display: block;
    background-size: 100%;
    height: 64px;
    width: 100%;
    margin-top: 10px;
}
@supports (background-image: url('/assets/redis/img/main/logo.webp')) {.logo a {background-image: url('/assets/redis/img/main/logo.webp');}}
.logo {
    width: 100%;
    max-width: 455px;
    height: 80px;
}.top-contacts.fb.fc, .nav_input {
    max-width: 510px;
    width: 100%;
}.top-contacts-box span {
    color: var(--gray-1);
    display: block;
    margin-bottom: 5px;
}.top-contacts-box {
    width: 50%;
}.top-contacts.fb.fc a {
    display: block;
    padding: 0 0 5px 25px;
    font-weight: 600;
}.top-contacts.fb.fc a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
}.hgroup.limit.fb.fc:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 50%;
    width: 100%;
    background: var(--gray-2);
    height: 1px;
    max-width: 1460px;
    transform: translate(-50%, 0);
}
a.mail:before {background-image: url(/assets/redis/img/ico/mail.png);}
@supports (background-image: url('/assets/redis/img/ico/mail.webp')) {a.mail:before  {background-image: url('/assets/redis/img/ico/mail.webp');}}
a.phone:before {background-image: url(/assets/redis/img/ico/phone.png);}
@supports (background-image: url('/assets/redis/img/ico/phone.webp')) {a.phone:before {background-image: url('/assets/redis/img/ico/phone.webp');}}
.hgroup.limit.fb.fc {
    padding-top: 12px ;
    padding-bottom: 12px ; 
    margin-bottom: 12px;
}.top-contacts-box:last-child {
    max-width: 270px;
}.nav_input.fb a.btn.btn-red.open-modal {
    max-width: 242px;
    width: 100%;
}a.btn.btn-red.catalog-link {
    width: 144px;
    height: 44px;
    padding: 10px 0 0 35px;
}a.btn.btn-red.catalog-link:before {
    content: "";
    width: 24px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 14px;
    left: 16px;
}a.btn.btn-red.catalog-link:after {
    content: "";
    width: 24px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 14px;
    left: 16px;
}a.btn.btn-red.catalog-link i {
    width: 24px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 21px;
    left: 16px;
}nav.fb.fc {
    max-width: 445px;
    width: 100%;
}ul.top-menu.fb {
    width: 60%;
}ul.top-menu li a {
    font-size: 18px;
}input#search-input {
    display: block;
    position: relative;
    padding: 10px;
    font-size: 18px;
    color: #000;
    border-radius: 8px;
    border: 1px solid rgba(221, 221, 221, 1);
    background: var(--gray-3);
}input#search-input::placeholder {
  color: var(--gray-1); /* серый */
}input:focus,input:active, input#search-input:active, input#search-input:focus { 
  outline: none;
  border: 1px solid var(--dark-hover);
}.search button {
    position: absolute;
    top: 0;
    right: 15px;
    width: 50px;
    height: 100%;
    border: none;
    background: no-repeat;
    background-position: center;
}.search button {background-image: url(/assets/redis/img/ico/search.png);}
@supports (background-image: url('/assets/redis/img/ico/search.webp')) {.search button {background-image: url('/assets/redis/img/ico/search.webp');}}
.search {
    width: 100%;
    max-width: 257px;
    min-width: 170px;
}header.header {
    margin-bottom: 12px;
}.slider-top-content.s4 { 
    width: 40%;
}.slider-top-content p {
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    padding-bottom: 20px;
}.btn.btn-red {
    width: 216px;
}span.slider-top_title {
    display: block;
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
    padding-bottom: 10px;
}.slider-top-content.s3 p {
    color: #fff;
}.slider-top-content.s5 {
    width: 40%;
}.slider-top-content.s5 span.slider-top_title {
    font-size: 28px;
    text-transform: none;
    color: #fff;
}.slider-top-content.s7 span.slider-top_title {
    font-size: 28px;
    text-transform: none; 
}.slider-top-content.s5 p {
    color: #fff;font-size: 20px;
}.slider-top-content.s6 p {
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    padding-bottom: 20px;
}.slider-top-content.s6 span.slider-top_title {
    font-size: 28px;
    text-transform: none; 
}.slider-top-content.s6 { 
    width: 36%;
}.slider-top-content.s7 p {
    font-size: 20px;
}.slider-top-content.s7 {
    top: 130px;
}
.limit.slider-wrapper .arrows button.slick-prev.slick-arrow {background-image: url(/assets/redis/img/main/bnbottom.png);}
@supports (background-image: url('/assets/redis/img/main/bnbottom.webp')) {.limit.slider-wrapper .arrows button.slick-prev.slick-arrow {transform: rotate(-180deg);background-image: url('/assets/redis/img/main/bnbottom.webp');}}
.limit.slider-wrapper .arrows button.slick-next.slick-arrow {background-image: url(/assets/redis/img/main/bnbottom.png);}
@supports (background-image: url('/assets/redis/img/main/bnbottom.webp')) {.limit.slider-wrapper .arrows button.slick-next.slick-arrow {background-image: url('/assets/redis/img/main/bnbottom.webp');}}
.arrows {
    overflow: hidden;
    border-radius: 35px;
}
.arrows:after {
    content: "";
    filter: blur(40px);
    position: absolute;
    width: 150%;
    height: 150%;
    top: -9px;
    left: -19px;
    background: rgb(255 255 255 / 78%);
    border-radius: 35px;
}.arrows button {
    z-index: 3;
}


.limit.slider-wrapper .arrows button {
    background: none;
    font-size: 0px;
    border: none;
    height: 44px;
    width: 44px; 
}.limit.slider-wrapper .arrows {
    background-repeat: no-repeat;
    width: 124px;
    height: 68px;
}.slider-controls {
    position: absolute;
    bottom: 17px;
    right: 53px;
}button.slick-prev.slick-arrow {
    position: absolute;
    top: 12px;
    left: 12px;
}button.slick-next.slick-arrow {
    position: absolute;
    top: 12px;
    right: 12px;
}.limit.slider-wrapper .arrows button.slick-prev.slick-arrow:hover {background-image: url(/assets/redis/img/main/bnbottom-hover.png);}
@supports (background-image: url('/assets/redis/img/main/bnbottom-hover.webp')) {.limit.slider-wrapper .arrows button.slick-prev.slick-arrow:hover {transform: rotate(-180deg);background-image: url('/assets/redis/img/main/bnbottom-hover.webp');}}
.limit.slider-wrapper .arrows button.slick-next.slick-arrow:hover {background-image: url(/assets/redis/img/main/bnbottom-hover.png);}
@supports (background-image: url('/assets/redis/img/main/bnbottom-hover.webp')) {.limit.slider-wrapper .arrows button.slick-next.slick-arrow:hover {background-image: url('/assets/redis/img/main/bnbottom-hover.webp');}}
.catalog-home-wrapper.limit {
    margin: 60px auto;
}h2.title-box {
    text-transform: uppercase;
    line-height: 120%;
    position: relative;
    display: block;
    width: fit-content;
    margin-bottom: 12px;
}h2.title-box:after {background-image: url(/assets/redis/img/main/h.png);}
@supports (background-image: url('/assets/redis/img/main/h.webp')) {h2.title-box:after {background-image: url('/assets/redis/img/main/h.webp');}}
h2.title-box:after {
    content: "";
    position: absolute;
    top: 5px;
    right: -30px;
    height: 20px;
    width: 20px; 
}h2.title-box:hover {color: var(--red);cursor: default;}
/*catalog*/
.catalog-home_item {
    width: 23.5%;
    border: 1px solid var(--gray-2);
    background-color: var(--gray-0);
    border-radius: 8px;
    background-image: url(/assets/redis/img/main/cbg.png);
    background-repeat: no-repeat;
    background-position: center 75px;
    background-size: 140%;
    margin-bottom: 20px;
    padding: 0 0 70px 0;
}
@supports (background-image: url('/assets/redis/img/main/cbg.webp')) {.catalog-home_item {background-image: url('/assets/redis/img/main/cbg.webp');}}
.catalog-home_item:last-child {
    width: 49%;
    background-position: center 25px;
    background-size: 110%;
}
.catalog-home_item img {
    display: block;
    margin: 0 auto;
}.catalog-home_item span {
    position: absolute;
    text-align: center;
    background: #fff;
    display: flex;
    bottom: 0;
    left: 50%;
    height: 70px;
    z-index: 2;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0 0 8px 8px;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 18px;
    transition: background-color 0.5s ease;
    transition: 0.5s ease;
    transform: translate(-50%, 0%);
}.catalog-home_item:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    height: 44px;
    width: 44px;
    transition: 0.5s ease;
    background: url(/assets/redis/img/main/item-ico.png);
}@supports (background-image: url('/assets/redis/img/main/item-ico.webp')) {.catalog-home_item:after {background-image: url('/assets/redis/img/main/item-ico.webp');}}
.catalog-home_item:hover:after { 
    background: url(/assets/redis/img/main/item-ico-hover.png);
    transition: 0.5s ease;
}@supports (background-image: url('/assets/redis/img/main/item-ico-hover.webp')) {.catalog-home_item:hover:after {background-image: url('/assets/redis/img/main/item-ico-hover.webp');}}
.catalog-home_item:hover span {
    width: 90%;
    border-radius: 8px;
    background: var(--red);
    bottom: 10px;
    left: auto;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px;
    transition: background-color 0.5s ease;
    transition: 0.5s ease; 
    left: 50%;
    transform: translate(-50%, 0%);
}.catalog-home_item a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}.brands-wrapper.limit {
    margin: 40px auto;
}.text-box {
    margin-bottom: 32px;
}.brand-item, .partners-item {
    background: var(--gray-0);
    overflow: hidden;
    border-radius: 8px;
    gap: 5px;
    grid-template-columns: 55% 45%;
    display: grid;
    transition: background-color 0.5s ease;
    transition: 0.5s ease;
}.brand-item_text {
    padding: 32px 10px 10px 24px;
}.brand-item_img {
    background: #e8f0f9;
    display: flex;
    align-items: flex-end;
}.brand-item_text h3 {
    margin-bottom: 20px;
}.brand-item_text li {
    font-size: 18px;
    padding: 0 0 18px 35px;
}.brand-item li:after {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    width: 24px;
    height: 24px;
    transition: background-color 0.5s ease;
    transition: 0.5s ease;
    background: url(/assets/redis/img/main/li-brand.png);
}@supports (background-image: url('/assets/redis/img/main/li-brand.webp')) {.brand-item li:after {background-image: url('/assets/redis/img/main/li-brand.webp');}}
.brand-item:hover .brand-item_text li:after {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    width: 24px;
    height: 24px;
    transition: background-color 0.5s ease;
    transition: 0.5s ease;
    background: url(/assets/redis/img/main/li-brand-hover.png);
}@supports (background-image: url('/assets/redis/img/main/li-brand-hover.webp')) {.brand-item:hover .brand-item_text li:after {background-image: url('/assets/redis/img/main/li-brand-hover.webp');}}.text-box p {
    font-size: 18px;
}.brand-item:hover {
    color: #fff;
    background-color: var(--red);
    transition: background-color 0.5s ease;
    transition: 0.5s ease;
}.slider-top.mbs, .slider-top .ambs {display: none;}
.partners-item_text {
    padding: 24px 10px 0 24px;
}.partners-wrapper.limit {
    margin: 80px auto 70px;
}.partners-item_text p {
    font-size: 18px;
    margin: 22px 0;
}.partners-item {margin-bottom: 32px;}
.partners-item_img img {
    display: block;
    float: right;
}.partners-item a.btn.btn-red {
    width: 102px;
}.slider-top img.mbs {
    display: none;
}.maps-contacts span.close-cont:after {display: none;}
.maps-contacts span.close-cont:hover {
    color: var(--red);
}.partners-item_img img {
    width: 100%;
}.maps-contacts.closed {
    display: none;
}

.maps-contacts span.close-cont {
    position: absolute;
    top: 13px;
    right: 21px;
    cursor: pointer;z-index: 5;
}
.ecosystem-item:after {
    content: "";
    width: 100%;
    height: 45px;
    background-color: #333;
    color: white;
    font-family: sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    border-radius: 0 8px 0 0;
    top: -44px;
    left: 0px;
    position: absolute;
    transition: background-color 0.5s ease;
    transition: 0.5s ease;
}.ecosystem .ecosystem-item {
    width: 15%;
    background: #333333;
    margin-top: 50px;
    color: #fff;
    border-radius: 0 0 8px 8px;
    z-index: 1;
    height: 155px;
    transition: background-color 0.5s ease;
    transition: 0.5s ease;
}.ecosystem-item i {
    width: 80px;
    height: 80px;
    display: block;
    margin: -6px auto 0; 
    z-index: 2;
    transition: background-color 0.5s ease;
    transition: 0.5s ease;
}.ecosystem {
    padding: 176px 0 176px;
    transition: background-color 0.5s ease;
    transition: 0.5s ease;
}.ecosystem:hover:after {
    content: "";
    position: absolute;
    border: 2px solid var(--red);
    width: 85%;
    height: 400px;
    top: 80px;
    border-radius: 8px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 0;
    transition: background-color 0.5s ease;
    transition: 0.5s ease;
    opacity: 1;
}.ecosystem:after {
    content: "";
    position: absolute;
    border: 2px solid var(--red);
    width: 85%;
    height: 400px;
    top: 80px;
    border-radius: 8px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 0;
    transition: background-color 0.5s ease;
    transition: 0.5s ease;
    opacity: 0;
}
.ecosystem-item.e1 i {background-image: url(/assets/redis/img/main/e1.png);}
@supports (background-image: url('/assets/redis/img/main/e1.webp')) {.ecosystem-item.e1 i {background-image: url('/assets/redis/img/main/e1.webp');}}
.ecosystem-item.e2 i {background-image: url(/assets/redis/img/main/e2.png);}
@supports (background-image: url('/assets/redis/img/main/e2.webp')) {.ecosystem-item.e2 i {background-image: url('/assets/redis/img/main/e2.webp');}}
.ecosystem-item.e3 i {background-image: url(/assets/redis/img/main/e3.png);}
@supports (background-image: url('/assets/redis/img/main/e3.webp')) {.ecosystem-item.e3 i {background-image: url('/assets/redis/img/main/e3.webp');}}
.ecosystem-item.e4 i {background-image: url(/assets/redis/img/main/e4.png);}
@supports (background-image: url('/assets/redis/img/main/e4.webp')) {.ecosystem-item.e4 i {background-image: url('/assets/redis/img/main/e4.webp');}}
.ecosystem-item.e5 i {background-image: url(/assets/redis/img/main/e5.png);}
@supports (background-image: url('/assets/redis/img/main/e5.webp')) {.ecosystem-item.e5 i {background-image: url('/assets/redis/img/main/e5.webp');}}
.ecosystem-item.e6 i {background-image: url(/assets/redis/img/main/e6.png);}
@supports (background-image: url('/assets/redis/img/main/e6.webp')) {.ecosystem-item.e6 i {background-image: url('/assets/redis/img/main/e6.webp');}}
.ecosystem .ecosystem-item span {
    text-align: center;
    display: flex;
    margin: 16px auto 36px;
    align-items: center;
    height: 30px;
    justify-content: center;
    transition: background-color 0.5s ease;
    transition: 0.5s ease;
}.ecosystem.fb a.btn.btn-red {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 400px;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 32px;
    padding: 20px;
    opacity: 0;
    transition: 0.5s ease;
}.ecosystem:hover a.btn.btn-red {opacity: 1;transition: 0.5s ease;z-index: 4;}
.ecosystem:hover span {color: #000;}
.ecosystem:hover .ecosystem-item {background-color: var(--gray-0)}
.ecosystem:hover .ecosystem-item:after {background-color: var(--gray-0)}
.ecosystem:hover .ecosystem-item.e1 i {background-image: url(/assets/redis/img/main/hover-e1.png);}
@supports (background-image: url('/assets/redis/img/main/hover-e1.webp')) {.ecosystem:hover .ecosystem-item.e1 i {background-image: url('/assets/redis/img/main/hover-e1.webp');}}
.ecosystem:hover .ecosystem-item.e2 i {background-image: url(/assets/redis/img/main/hover-e2.png);}
@supports (background-image: url('/assets/redis/img/main/hover-e2.webp')) {.ecosystem:hover .ecosystem-item.e2 i {background-image: url('/assets/redis/img/main/hover-e2.webp');}}
.ecosystem:hover .ecosystem-item.e3 i {background-image: url(/assets/redis/img/main/hover-e3.png);}
@supports (background-image: url('/assets/redis/img/main/hover-e3.webp')) {.ecosystem:hover .ecosystem-item.e3 i {background-image: url('/assets/redis/img/main/hover-e3.webp');}}
.ecosystem:hover .ecosystem-item.e4 i {background-image: url(/assets/redis/img/main/hover-e4.png);}
@supports (background-image: url('/assets/redis/img/main/hover-e4.webp')) {.ecosystem:hover .ecosystem-item.e4 i {background-image: url('/assets/redis/img/main/hover-e4.webp');}}
.ecosystem:hover .ecosystem-item.e5 i {background-image: url(/assets/redis/img/main/hover-e5.png);}
@supports (background-image: url('/assets/redis/img/main/hover-e5.webp')) {.ecosystem:hover .ecosystem-item.e5 i {background-image: url('/assets/redis/img/main/hover-e5.webp');}}
.ecosystem:hover .ecosystem-item.e6 i {background-image: url(/assets/redis/img/main/hover-e6.png);}
@supports (background-image: url('/assets/redis/img/main/hover-e6.webp')) {.ecosystem:hover .ecosystem-item.e6 i {background-image: url('/assets/redis/img/main/hover-e6.webp');}}
.ecosystem .ecosystem-item {
    transition: transform 0.5s ease; /* плавность */
    transition: background-color 0.5s ease;
    transition: 0.5s ease;
}.ecosystem-wrap h2.title-box:after {display: none;}
.ecosystem-wrap {margin: 120px auto 34px;}
/* e1 и e6 не двигаются */
.ecosystem:hover .ecosystem-item.e1 {
    transform: translate(0, 0);
}
.ecosystem:hover .ecosystem-item.e6 {
    transform: translate(0, 0);
}
.maps-dropdown {display: none;}
/* e2 – вверх и вправо */
.ecosystem:hover .ecosystem-item.e2 {
    transform: translate(125px, -175px);
}

/* e3 – вниз и влево */
.ecosystem:hover .ecosystem-item.e3 {
    transform: translate(-70px, 168px);
}

/* e4 – вверх и вправо */
.ecosystem:hover .ecosystem-item.e4 {
    transform: translate(88px, -176px);
}

/* e5 – вниз и влево */
.ecosystem:hover .ecosystem-item.e5 {
    transform: translate(-104px, 170px);
}


.wraptab.active {
    display: block;
}
.wraptab{
    display: none;
}.news-wrap.limit h2.title-box:hover {
    color: rgba(47, 47, 47, 1); 
}.news-wrap.limit h2.title-box { 
    margin-bottom: 32px;
}span.news-tab.press.active:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--red);
    bottom: 0;
    left: 0;
    transition: 0.5s ease;
    opacity: 1;
}
span.news-tab.press.active { 
    color: var(--red);
}span.news-tab.press {
    display: inline-block;
    margin: 0 20px 0 0; 
    cursor: pointer;
    transition: 0.5s ease;
}span.news-tab.press:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--red);
    bottom: 0;
    left: 0;
    transition: 0.5s ease;
    opacity: 0;
}.news-wrap .slick-slide {
    background: var(--gray-0);
    margin-right: 20px;
    border-radius: 8px;
}.news-wrap .slick-track {
    margin-right: -20px;
}.news-wrap .slick-slide img {
    margin: 20px auto;
}.news-wrap .img_news_slider img {
    width: 100%;
}.news-wrap .slick-slide p {
    font-size: 18px;
    padding: 0 24px 0;
    font-weight: 300;
    color: #000;
    line-height: 140%;
    overflow: hidden;
    height: 80px;
}.news-wrap .slick-slide span {
    display: block;
    margin: 20px 0 25px 22px;
    font-size: 18px;
    font-weight: 300;
    color: var(--gray-1);
}.news-wrap .slick-slide:after {
    content: "";
    position: absolute;
    width: 44px;
    height: 44px;
    right: 20px;
    bottom: 12px;
    transition: 0.5s ease;
}.news-wrap .slick-slide:hover:after {transition: 0.5s ease;}
.news-wrap .slick-slide:after {background-image: url(/assets/redis/img/main/bnbottom.png);}
@supports (background-image: url('/assets/redis/img/main/bnbottom.webp')) {.news-wrap .slick-slide:after {background-image: url('/assets/redis/img/main/bnbottom.webp');}}
.limit.slider-wrapper .arrows button.slick-next.slick-arrow {background-image: url(/assets/redis/img/main/bnbottom.png);} 
.news-wrap .slick-slide:hover:after {background-image: url(/assets/redis/img/main/bnbottom-hover.png);} 
.news-wrap.limit {
    margin-bottom: 100px;
}.partners-item:hover, .news-wrap .slick-slide:hover {
    box-shadow: 0px 3px 3px var(--gray-2);
}.news-wrap .slick-list.draggable {
    padding: 10px 0;
}

.video-slide {
  position: relative;
  cursor: pointer;
}
.video-poster {
  width: 100%;
  display: block;
}
.video-playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: url('/assets/redis/img/main/play.png') no-repeat center/contain; /* своя кнопка */
  cursor: pointer;
}
.videogalery-wrap .slick-slide:hover .video-playbtn {background: url('/assets/redis/img/main/play-hover.png') no-repeat center/contain; /* своя кнопка */}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}.videogalery-wrap .slick-slide img {
    height: 307px;
    border-radius: 8px;
}.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 = 9/16*100 */
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 8px;
}

/* Блок под слайдером */
.video-slider-nav {
    backdrop-filter: blur(60px);
    background: linear-gradient(-227.98deg, rgba(157.3317108154297, 157.3317108154297, 157.3317108154297, 0.3), rgba(239.625, 239.625, 239.625, 0.52) 38%, rgba(255, 255, 255, 0.6) 100%);
    width: 200px;
    height: 52px;
    margin: 0 auto;
    border-radius: 23px;
}

/* Кнопки */
.video-slider-nav .slick-prev, .video-slider-nav .slick-next {
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    margin: 0;
    border: none;
    background-size: contain;
}
.video-slider-nav .slick-prev:hover, .video-slider-nav .slick-next:hover {background-size: contain;}
.video-slider-nav .slick-prev {background-image: url(/assets/redis/img/main/bnbottom.png);transform: rotate(-180deg);}
@supports (background-image: url('/assets/redis/img/main/bnbottom.webp')) {.video-slider-nav .slick-prev {transform: rotate(-180deg);background-image: url('/assets/redis/img/main/bnbottom.webp');}}

.video-slider-nav .slick-next {background-image: url(/assets/redis/img/main/bnbottom.png);}
@supports (background-image: url('/assets/redis/img/main/bnbottom.webp')) {.video-slider-nav .slick-next {background-image: url('/assets/redis/img/main/bnbottom.webp');}}

.video-slider-nav .slick-prev:hover {background-image: url(/assets/redis/img/main/bnbottom-hover.png);transform: rotate(-180deg);}
@supports (background-image: url('/assets/redis/img/main/bnbottom-hover.webp')) {.video-slider-nav .slick-prev:hover {transform: rotate(-180deg);background-image: url('/assets/redis/img/main/bnbottom-hover.webp');}}

.video-slider-nav .slick-next:hover {background-image: url(/assets/redis/img/main/bnbottom-hover.png);}
@supports (background-image: url('/assets/redis/img/main/bnbottom-hover.webp')) {.video-slider-nav .slick-next:hover {background-image: url('/assets/redis/img/main/bnbottom-hover.webp');}}


/* Точки */
.video-slider-nav .slick-dots {
    display: inline-block;
    margin: 0 20px;
    bottom: 20px;
    width: 160px;
}
.video-slider-nav .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.video-slider-nav .slick-dots button {
    width: 8px;
    height: 9px;
    border-radius: 50%;
    background: var(--gray-1);
    border: none;
    text-indent: -9999px;
}
.video-slider-nav .slick-dots .slick-active button {
    background: var(--red);
}
.videogalery-wrap .slick-slide {
    margin: 0 0px 0 0px;
    padding: 0 15px 0 0;
}.videogalery-wrap .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}.videogalery-wrap button.slick-prev.slick-arrow, .videogalery-wrap  button.slick-next.slick-arrow{ 
    top: 14px;     z-index: 2;
}

.maps-contacts {
    position: absolute;
    top: 90px;
    right: 45px;
    z-index: 2;
    background: #fff;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 8px;
    width: 32%;
    min-width: 200px;
    padding: 12px;
}.maps-button {
    position: absolute;
    z-index: 2;
    padding: 20px 40px;
    width: 100%;
}.maps span.press.active {
    background: var(--red);
    color: #fff;
}
.maps-button.fb span {
    width: 49%;
    background: #fff;
    padding: 16px 14px 16px 60px;
    border-radius: 8px;
    display: block;
    font-size: 18px;
    cursor: pointer;
}.maps-button.fb span:after {
    content: "";
    position: absolute;
    left: 14px;
    top: 12px;
    background: url(/assets/redis/img/main/map-city-ico.png);
    height: 28px;background-position:center;
    width: 28px;
}.maps-button.fb span.active:after {background-position:center;background:  url(/assets/redis/img/main/map-city-ico-active.png);}
.maps-contacts span {
    display: block;
    padding: 10px 0 10px 40px;
    font-size: 18px;
    font-weight: 500;
    color: var(--gray-1);
}span.maps-contacts-company {
    color: #000;
}.maps-contacts p {
    color: var(--gray-1);
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}.maps-contacts-box {
    border-top: 1px solid #aaaaaa;
    padding: 16px 0 0;
}.maps-contacts-box a {
    font-size: 18px;
    display: block;
    padding: 0 0 16px 45px;color: var(--gray-1);
}.maps-contacts-box a:last-child { 
    padding: 0 0 0 45px;
}.maps-contacts span:after, .maps-contacts a:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    height: 28px;
    width: 28px;
    background: #000;
}.maps-contacts  span.maps-contacts-company:after {
    top: 6px;
    background: url(/assets/redis/img/main/map-company.png);
}.maps-contacts  span.maps-contacts-office:after {
    background: url(/assets/redis/img/main/location.png);height: 33px;
}.maps-contacts  span.maps-contacts-sklad:after {
    background: url(/assets/redis/img/main/location.png);height: 33px;
}.maps-contacts span:after { 
    top: 2px; 
}
.maps-contacts  .maps-contacts-box a.phone:after {background: url(/assets/redis/img/main/mphone.png);}
.maps-contacts  .maps-contacts-box a.mail:after {background: url(/assets/redis/img/main/mmail.png);}
.maps-wrap.limit {
    margin: 100px auto 0;
}footer.footer {
    background: var(--gray-0);
    padding: 40px 0 20px;
    font-size: 18px;
    margin-top: -5px;
}.flogo {
    width: 35%;
}.fgroup.limit.fb {
    align-items: center;
}.fcontent {
    color: var(--gray-1);
    width: 65%;
}.fcontent-contacts.fb {
    border-bottom: 1px solid;
    padding: 0 0 15px;
    margin-bottom: 15px;
}.fcontent-contacts_mail span {
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
}.fcontent-contacts_mail {
    width: 40%;
    padding: 0 0 0 40px;
}.fcontent-contacts_mail:after {
    content: "";
    left: 0;
    top: -4px;
    position: absolute;
    background: url(/assets/redis/img/main/mmail.png);
    height: 30px;
    width: 30px;
}.fcontent-contacts_phone {
    padding: 0 0 0 40px;
    width: 55%;
}.fcontent-contacts_phone a:after, .fcontent-contacts_phone span:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -33px;
    height: 28px;
    width: 28px;
}.fcontent-contacts_phone a:after {
    background: url(/assets/redis/img/main/mphone.png);
        background-size: 27px;
    background-repeat: no-repeat;
}.fcontent-contacts_phone span:after {
    background: url(/assets/redis/img/main/location.png); 
        background-size: 27px;
    background-repeat: no-repeat;
}.fcontent-contacts_phone a, .fcontent-contacts_phone span{
    display: block;
}.fcontent-contacts_phone a {
    margin-bottom: 10px;
}.fcontent-menu.fb span {
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}.fcontent-menu.fb li a {
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
}.copyright .limit {
    border-top: 1px solid;
    color: var(--gray-1);
    font-size: 15px;
    padding: 20px 9px 0;
}.copyright {
    margin-top: 10px;
}.fcontent-menu.fb div {
    width: 40%;
}a.vk {
    width: 40px;
    height: 40px;
    display: block;
    background: url(/assets/redis/img/main/vk.png);
}.social-link {
    margin: -11px 0 -15px;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index:9999;
}

.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    width: 100%;
    max-width: 350px;
    left: 50%;
    margin: -200px 0 0 -175px;
    top: 50%;
    z-index: 9999;
}.close-btn {
    position: absolute;
    top: 13px;
    right: 20px;
    background: url(/assets/img/mbutton-close.png);
    border: none;
    height: 40px;
    width: 40px;
    background-size: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
    padding: 0;
    z-index: 99;
}.close-btn:hover {
    transform: rotate(180deg); /* РџРѕРІРѕСЂРѕС‚ РЅР° 180 РіСЂР°РґСѓСЃРѕРІ */
}.modal-content-form input.sm {
    display: none;
}span.modal-content-form_title.title-three {
    display: block;
    margin: 0px 0 25px;
}.modal-content-form input, .modal-content-form textarea {
    width: 100%;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
}input:focus::placeholder, textarea:focus::placeholder {
    opacity: 0; /* РЈР±РёСЂР°РµС‚ РІРёРґРёРјРѕСЃС‚СЊ РїР»РµР№СЃС…РѕР»РґРµСЂР° РїСЂРё С„РѕРєСѓСЃРµ */
}span.item-desc a {
    color: rgba(0, 0, 0, 0.5);
}.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    z-index: 1000;
    display: none; /* РЎРєСЂС‹С‚Рѕ РїРѕ СѓРјРѕР»С‡Р°РЅРёСЋ */
}.modal-content-form input.btn.btn-success:hover {
    background: rgb(183, 21, 19);
}
.modal-content-form input.btn.btn-success {
    margin: 15px 0 5px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 0 13px;
    cursor: pointer;
}span.modal-content-form_title {
    display: block;
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 5px;
}span.modal-content-form_titlesub {
    font-size: 15px;
    margin-bottom: 15px;
    display: block;
}span.warning {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}.sogl input {
    display: inline-block;
    margin: 2px 0 0;
    width: 20px;
    height: 20px;
}label.popup-form__checkbox-label {
    display: block;
    font-size: 12px;
    color: var(--gray-1);
}label.popup-form__checkbox-label span {
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 5px;
}.modal-content-form input.btn.btn-success {
    width: 100%;
    display: block;
    max-width: 300px;
    margin: 12px 0 -5px;
}

 .sogl input[type="checkbox"] {
    appearance: none; /* убираем стандартный стиль */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid var(--gray-1);
    border-radius: 4px;
    cursor: pointer;
    position: relative;
  }

 .sogl input[type="checkbox"]:checked {
    background-color: var(--red); /* заливаем красным */
    border-color: var(--red);
  }

 .sogl input[type="checkbox"]:checked::after {
    content: "✔";
    color: white;
    font-size: 16px;
    position: absolute;
    top: -2px;
    left: 2px;
  }   #cookie-banner {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #222;
      color: #fff;
      padding: 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      z-index: 1000;
      font-family: Arial, sans-serif;
    }
    #cookie-banner button {
      background: #4CAF50;
      border: none;
      padding: 10px 20px;
      color: white;
      cursor: pointer;
      border-radius: 5px;
    }.slider-top img {
    position: absolute;
    top: -2px;
    right: -3px;
}.slider-top .bg-topslider {height:650px}
.slider-top-content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: 0 auto; 
}ol.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 14px;
    color: #aaa;
    margin-bottom: 18px;
}ol.breadcrumb li a:after {
    content: "—";
    display: inline-block;
    padding: 0 10px 0;
}.page h1 {
    font-size: 28px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 30px;
	letter-spacing: 1px;
}a.tab.is-active {
    color: var(--red);
}h1.pagetitle {
    font-size: 28px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1px;
}.page main article img {
    width: 100%;
    max-width: fit-content;
    float: left;
    padding: 0 25px 15px 0;
    max-width: 400px;
}.page main article p, .page main article li {
    font-size: 16px;
    line-height: 125%;
    padding-bottom: 16px;
}.title-zero {
    font-size: 28px;
    white-space: nowrap;
    font-weight: 800;
    max-width: 99%;
    margin: 65px 0;
    display: block;
    height: 40px;
}.page main article h2, .page main article h3 {
    display: block;
    clear: left;
    margin-bottom: 20px;
}.page main article h3:after {
    content: "";
    width: 100px;
    height: 1px;
    background: #b71513;
    top: -15px;
    left: 0;
    position: absolute;
}.page main article h3 {
    padding: 0px 0 0 0;
    margin: 30px 0 0 0;
}.page main article h3 {
    padding: 0px 0 0 0;
    margin: 30px 0 20px 0;
}.page article ol li {
    list-style: auto;
    margin: 0 0 0 31px;
}.page article ul li {
    list-style: none;
    margin: 0 0 0 31px;
}.page article ul li:after {
    content: "";
    position: absolute;
    top: 1px;
    left: -28px;
    width: 20px;
    height: 20px;
    background: url(/assets/redis/img/Union.png);
    background-repeat: no-repeat;
}.page main.limit {
    margin-bottom: 50px;
}main article a:hover {
    color: #000;
    text-decoration: underline;
}.linesl {
    background: #2f2f2f;
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    height: 59px;    z-index: 3;
}.slick-slide .linesl img {
    position: relative;
    margin: 0 auto;
    padding: 0;
    left: 0;
    top: 0;
}.slider-dert-after {
    font-size: 18px;
    color: #B71513;
    padding: 0 0 30px 50px;
}.slider-dert-after:after {
    content: "";
    position: absolute;
    top: -13px;
    left: 0;
    width: 50px;
    height: 43px;
    background: url(/assets/redis/img/slider/sid.png);
}
main article p a, main article li a {
    color: #b71513;
}.page main article b, .page main article strong {
    font-weight: 600;
}.news-cat-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
    justify-content: center;
    justify-items: center;
    align-items: center;
}.news-card {
    background: var(--gray-0);
    border-radius: 5px;
    padding: 20px 20px 30px;
    font-size: 18px;
}.card-new-img img {
    width: 100%;
}
.card-new-img {
    display: flex;
    height: 149px;
    align-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
}.meta {
    margin: 10px 0 0px;
}time.date {
    display: block;
    color: var(--gray-1);
    padding: 30px 0 0px 0;
}.news-card:after {
	    content: "";
    position: absolute;
    width: 44px;
    height: 44px;
    right: 20px;
    bottom: 20px;
    transition: 0.5s ease;
    background-image: url(/assets/redis/img/main/bnbottom.png);
}.news-card:hover:after {
    background-image: url(/assets/redis/img/main/bnbottom-hover.png);
} .rd-sert {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    margin:10px 0 50px;
}
.rd-sert_item a {
    display: block;
}
.rd-sert_item {
    background: #f4f4f4;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}.page main article .rd-sert_item img {
    float: none;
    padding: 0;
    max-width: 85%;
    margin: 25px auto;
}

/* карточки */
.video-thumb{position:relative;overflow:hidden;border-radius:12px}
.video-thumb img{display:block;width:100%;height:auto}
.video-duration{position:absolute;right:8px;bottom:8px;background:rgba(0,0,0,.6);color:#fff;padding:2px 6px;border-radius:6px;font-size:12px}
.video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 2px 6px;
    border-radius: 21px;
    font-size: 27px;
    height: 59px;
    width: 90px;
    display: flex
;
    justify-content: center;
    align-items: center;
    
    margin: -29px 0 0 -45px;
}
.muted{color:#888}

/* лайтбокс */
.vbox[hidden]{display:none}
.vbox{position:fixed;inset:0;z-index:9999}
.vbox__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.65)}
.vbox__dialog{
  position:relative;max-width:980px;margin:40px auto;padding:16px;
  background:#111;color:#fff;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.5)
}
.vbox__close{position:absolute;right:8px;top:8px;border:0;background:#fff;color:#111;border-radius:8px;padding:6px 10px;cursor:pointer;    z-index: 10;}
.vbox__title{margin:0 40px 12px 0}
.vbox__player {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 8px;
    background: #000;
}
.vbox__meta{margin-top:8px;color:#bbb}
.vbox__dialog {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    margin: -45vh auto;
    background: #111;
    color: #fff;
    border-radius: 12px;
    padding: 16px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 50%;
}

/* обёртка для видео */
.vbox__player {
  width: 100%;
  height: auto;
  max-height: 80vh;       /* ограничиваем по высоте окна */
  object-fit: contain;    /* вписать без обрезки */
  aspect-ratio: auto;     /* пусть браузер сам определяет ориентацию */
  display: block;
  border-radius: 8px;
  background: #000;
}.video-meta {
    position: absolute;
    display: none;
}a.js-vbox {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}.page main article .video-thumb img {
    padding: 0;
    border-radius: 20px;
}.video-card-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 50px;
}.top-img-box_bg img {
    position: absolute;
    top: 0;
    right: -10px;
    height: 100%;
    width: auto;
}.top-img-box_bg {
    height: 400px;
}.top-img-box_bg {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 18px;
    align-items: center;
    align-content: center;
}h1.top-img-box_content-title.rf {
    color: var(--red);
}p.rf { 
    font-weight: 600;
    margin-bottom: 28px;
}.top-img-box_mb {display:none}

.top-img-box {
    margin-bottom: 80px;
}.page.spiral main ul li:after {
    content: "";
    position: absolute;
    top: 1px;
    left: -28px;
    width: 20px;
    height: 20px;
    background: url(/assets/redis/img/Union.png);
    background-repeat: no-repeat;
}.production-spiral {
    display: grid;
    grid-template-columns: repeat(2, 50% 50%);
    gap: 20px;
    margin-bottom: 80px;
	align-items: center;
}.production-spiral img {
    width: 100%;
}.production-spiral_text {
    height: 100%;
    background: #F4F4F4;
    display: flex;
    align-content: center;
    align-items: center;
	flex-wrap:wrap;
	border-radius:8px;
	padding:0 40px;
}.production-spiral_text h2 {
    font-size: 28px;
    padding-bottom: 24px;
}.production-spiral_text ul li {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 15px 28px;
    line-height: 100%;
}.advantage-spiral-wrap h2 {
    text-transform: uppercase;
    margin-bottom: 40px;
}.advantage-spiral {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 50px;
    justify-items: center;
    align-items: center;
}.advantage-spiral-wrap {
    margin-bottom: 90px;
}.advantage-spiral_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.advantage-spiral_item-text {
    width: 100%;
    padding: 30px 0 0;
}.advantage-spiral_item-text p {
    line-height: 135%;
    font-weight: 600;
    font-size: 20px;
}.shipment-spiral {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 100px;
}.shipment-spiral_text {
    height: 100%;
    background: #F4F4F4;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 8px;
    padding: 0 25px;
}.shipment-spiral_text h2 {
    font-size: 24px;
    padding-bottom: 12px;
}.shipment-spiral_text p {
    font-size: 18px;
}.shipment-spiral img {
    width: 100%;
}.options-spiral-wrap h2 {
    font-size: 28px;
    text-transform: uppercase;
    padding-bottom: 40px;
}.options-spiral-wrap {
    margin-bottom: 100px;
}.options-spiral {
    display: flex;
    justify-content: space-between;
    justify-items: stretch;
}.options-spiral:before {
    content: "";
    position: absolute;
    top: 0;
    left: 48%;
    background: #b71513;
    width: 4px;
    height: 92%;
}.options-spiral_column:first-child {
    width: 45%;
}.options-spiral_column:last-child {
    width: 50%;
}.options-spiral_column li {
    font-size: 18px;
    margin: 0 0 18px 28px;
}.options-spiral_column h3 {
    font-size: 20px;
    margin-bottom: 18px;
}.options-spiral_column p {
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 300;
    line-height: 126%;
}.table-spiral h2 {
    text-transform: uppercase;
    margin-bottom: 40px;
}.table-spiral_view {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
	align-items: center;
}.table-spiral_view-color span {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
}thead th {
    padding: 11px;
    text-align: center;
    background: #b71513;
    color: #fff;
    border: 1px solid #fff;
}table.table-spiral_option {
    width: 100%;
}.wrap-table-spiral_option {
    overflow: hidden;
    border-radius: 10px 10px 0 0 ;
}table.table-spiral_option tr td {
    border: 1px solid #DDDDDD;
    padding: 11px;
    text-align: center;
}.table-spiral {
    margin-bottom:30px;
}.formbox-spiral {
    background: #F4F4F4;
    display: grid;
    grid-template-columns: repeat(2, 46%);
    gap: 18px;
    padding: 40px;
    align-items: center;
    border-radius: 8px;
    justify-content: space-between;
}.formbox-spiral_form h2 {
    text-transform: uppercase;
    margin-bottom: 12px;
	font-weight: 600;
}.formbox-spiral_form span.form-sub-title {
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
}.formbox-spiral form.ajax_form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}.formbox-spiral input {
    width: 49%;
    border: none;
    font-size: 14px;
    padding: 13px;
    border-radius: 8px;
    margin-bottom: 12px;
}.formbox-spiral textarea.form-control {
    width: 100%;
    border: none;
    font-size: 14px;
    padding: 13px;
    border-radius: 8px;
    margin-bottom: 12px;
}.formbox-spiral .sogl {
    width: 100%;
}.formbox-spiral .sogl input[type="checkbox"] {
    width: 20px;
    height: 20px;
    padding: 0;
    margin-bottom: 5px;
}.formbox-spiral .sogl span a {
    color: var(--red);
}.formbox-spiral .sogl span {
    color: #000;
}.formbox-spiral input.btn.btn-success {
    cursor: pointer;
    background: #b71513;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    margin: 16px 0 0 0;
    padding: 10px;
}.formbox-spiral:after {
    content: "";
    position: absolute;
    top: 125px;
    left: 50%;
    background: #b71513;
    width: 3px;
    height: 41%;
}.formbox-spiral input.btn.btn-success:hover {
    background: #bd3230;
}.formbox-spiral_contacts h3 {
    color: var(--red); 
}.formbox-spiral_contacts span, .formbox-spiral_contacts span a {
    color: #2F2F2F;
    font-size: 20px;
    display: block;
	font-weight:600;
}.formbox-spiral_contacts span {
    margin-bottom: 22px;padding-left: 45px;
}.formbox-spiral_contacts span a{
    margin-top: 40px;
}

.formbox-spiral_contacts span.formbox-spiral_contacts-phone:after, .formbox-spiral_contacts span.formbox-spiral_contacts-adress:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:32px;
	height:32px;
}
.formbox-spiral_contacts span.formbox-spiral_contacts-adress:after {background: url(/assets/redis/img/ico/black-adress.png);}
.formbox-spiral_contacts span.formbox-spiral_contacts-phone:after {background: url(/assets/redis/img/ico/black-phone.png);}
.formbox-spiral:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(/assets/redis/img/protective-decor3.png) no-repeat;
    height: 100%;
    width: 100%;
    background-position: right center;
}
/*
.production-spiral_text:after {
	content:"";
	position:absolute;
	bottom:0;
	right:0;
	background: url(/assets/redis/img/protective-decor1.png);
	height:100%;
	width:50%;
} 
*/

.r_foto_card_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}.page main article .foto-card-item img {
    padding: 0;
    margin: 0;
    width: 100%;
}.foto-card-item {
    height: 230px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.dropmenu {display:none}
a.btn.btn-red.catalog-link.open-modal.drop-open {
    display: block;
}.modal.dropmenu.active {
    display: block;
    position: fixed;
    z-index: 999;
    background: #fff;
    height: 200px;
    width: 100%;
    top: 160px;
} .drop-box-menu_item span {
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    padding-bottom: 16px;
}.drop-box-menu_item ul li a {
    font-size: 15px;
    font-weight: 300;
    display: block;
    margin-bottom: 16px;
    color: #000;
}.drop-box-menu_item ul li a:hover {
    color: var(--red);
}.drop-box-menu_item:last-child {
    border: none;
}.drop-box-menu_item {
    border-right: 1px solid #DDDDDD;
}
.drop-box-menu_item:last-child ul {
    border: none;
    display: flex;
    flex-wrap: wrap;
}.drop-box-menu_item:last-child ul li {
    width: 30%;
}
.limit.drop-box-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 32px 40px;
    background: #fff;
    box-shadow: 0px 15px 13px #6d6d6d66;
}
a.btn.btn-red.catalog-link.open-modal.drop-open.active:before {
    transform: rotate(44deg);
    top: 20px;
    left: 16px;
}a.btn.btn-red.catalog-link.open-modal.drop-open.active:after {
    transform: rotate(-45deg);
    bottom: 22px;
    left: 16px;
}a.btn.btn-red.catalog-link.open-modal.drop-open.active i {
    opacity: 0;
}