@media (min-width: 500px) {
.description_logo_n {
    color: #fff;
    text-align: right;
    font-size: 18px;
}
.footer-one {
    border: none;
}
.nav-one__container {
    border-left: none;
    height: auto;
    padding-left: 0;
}
.sub_menu li, .nav-one__list li {
    text-align: center;
}
.nav-one__list {
    align-items: center;
    display: grid !important;
    font-size: 24px;
    height: 50px;
    margin: 20px 0 20px 0;
    grid-auto-columns: minmax(min-content, max-content);
    grid-auto-flow: column;
    justify-content: space-between;
}
.sub_menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    transform: translateY(-10px);
    position: absolute;
    z-index: 100;
    align-items: center;
    display: grid;
    grid-auto-flow: column;
    gap: 10px;
    left: 0;
    top: 100px;
    font-size: 18px;
    height: 40px;
    display: none !important;
}
.sub_menu.active {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
  transition: 
    max-height 0.4s ease-in-out,
    opacity 0.3s ease 0.1s,
    transform 0.3s ease;
}
a.link-one.link-one--primary {
    border: 1px #00000000 solid;
    border-radius: 100px;
    padding: 7px 22px;
}
a.act_menu, .sub.open, a.current {
    border: 1px #222 solid !important;
}
a.link-one.link-one--primary:hover {
    border: 1px #222 solid !important;
}
.header_home .header-one__logo-img {
    max-height: max-content;
    max-width: 100%;
}
/*.header_home .header-one__logo-wrapper {
    width: 30%;
}*/
.header_home {
    height: 324px;
}
.header_home .description_logo_n {
    font-size: 34px;
}
.footer-one__top {
    grid-auto-flow: column;
}
.footer-one__logo {
    max-height: max-content;
    max-width: max-content;
}
.footer-one__sublink a.link-one.link-one--primary {
    padding: 0;
    border: none;
}
.footer-one__sublink a.link-one.link-one--primary:hover {
    border:none !important;
}
.sub_footer .footer-one__sublink a {
    font-size: 14px;
}
ul.sub_footer {
    margin-top: 15px;
}
.footer-one__top {
    align-items: center;
}
.title {
    max-width: 100%;
}
.description__grid {
    grid-template-columns: 1fr 25%;
}
.description__column {
    font-size: 20px;
}
main.content {
    padding: 0 0 20px;
}
.cta__text.cta__text--center {
    font-size: 20px;
    max-width: 100%;
}
.infocard-two__name {
    font-size: 24px;
}
}

@media (min-width: 768px) {
.halfscreen__grid {
    padding-top: 6em;
    padding-bottom: 6em;
}
.footer-one__top {
    grid-gap: 2rem;
    justify-content: space-between;
}
.footer-one__top {
    grid-template-columns: minmax(min-content, max-content);
}
}

@media (min-width: 992px) {
.nav-one__dropdown {
    width: 20%;
}
.header-one__content-wrapper {
    margin: 0;
}
}

@media (min-width: 1200px) {
.cards__list--two {
    grid-template-columns: repeat(3, 1fr);
}
.razdel_cards .cards__list--two {
    grid-template-columns: repeat(4, 1fr);
}
}


.dealer-item:first-child {
    margin-top: 0;
}
.map-layout {
    display: flex;
    flex-direction: row;
    height: 600px;
}

.map-container {
    flex: 7;
    position: relative;
}

.dealers-sidebar {
    flex: 3;
    background: #fff;
    display: flex    ;
    flex-direction: column;
    overflow: hidden;
}

.sidebar-header {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.sidebar-header h3 {
    margin: 0;
    font-size: 18px;
}

.dealers-list {
    flex: 1;
    overflow-y: auto;
}
.dealer-item {
    padding: 12px 15px;
    cursor: pointer;
    transition: background-color 0.2s;
    border-radius: 5px;
    background: #eee;
    margin: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dealer-item:hover {
    background-color: #f8f8f8;
}
    
.dealer-item.active {
    background-color: #d1d1d1;
    border-left: 3px solid #000000;
}
.cards__list--two {
    grid-gap: 4rem;
}
#resh .title {
    margin-bottom: 40px;
}
.item_two {
    display: grid;
    grid-template-columns: 25% 1fr;
    align-items: center;
    padding: 20px;
    border: 2px #929292 solid;
    border-radius: 25px;
    font-size: 24px;
}
.grid_two_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
}
.icon_block {
    text-align: center;
}
.map-container {
    width: 100%;
    height: 840px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
#dealer-info-content {
    text-align: center;
}
.dealer-address {
    font-size: 14px;
    font-weight: 700;
}
.dealer-name {
    font-size: 20px;
    color: #000;
}
#map {
    width: 100%;
    height: 100%;
}
.dealer-info-box {
    display: none;
    position: absolute;
    z-index: 1000;
    background: #fff;
    padding: 20px 30px;
    border-radius: 20px;
    width: 300px;
    right: 15%;
    top: 15%;
    border: 1px #000 solid;
}
.balloon-close {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 22px;
    color: #999;
}
.dealer-item a {
    color: #000;
    text-decoration: none;
}
.dealer-phone a:hover, .dealer-email a:hover {
    text-decoration: underline;
}
.header-three__controls {
    gap: 35px;
}
.font--montserrat {
  font-family: 'Montserrat', sans-serif;
}
.header-one__layout {
    background: #000;
    /*background-image: url(/wa-data/public/site/themes/epsilon/img/home_img_bg.png);
    background-position: center;
    background-repeat: no-repeat;*/
}
.footer-one {
    border-top: none;
    background: #F0EFEF;
}
.poweredby {
    border-top: none;
    background-color: #F0EFEF;
}
.cta__card {
    border-radius: 25px;
    border: 2px solid #929292;
    color: #000;
}
.infocard-two--main {
    background-color: #ffffff;
}
.infocard-two__name {
    font-weight: 400;
    text-align: center;
}
.infocard-two__image {
    padding-top: 290px;
    width: 100%;
}
.infocard-two {
    max-width: 100%;
    width: 100%;
}
.cards h2.element.title {
    text-align: center;
    width: 100%;
}
.halfscreen__text {
    max-width: 100%;
    font-size: 24px;
    margin-top: 30px;
}
.download-link__icon svg {
    fill: #fff;
}
.element.download-link.download-link--main {
    background: #0000;
    border: none;
    align-items: center;
}
.download-link__icon svg {
    fill: #fff;
}
.download-link__name {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    color: #fff;
    text-decoration: none;
}
.list__wrapper {
    grid-template-columns: 1fr;
}
.list__content {
    border: none;
    padding: 0;
}
li.list-two__item.list-two__item--left {
    align-items: center;
}
span.list-two__text {
    font-size: 24px;
}
#list {
    margin-top: 40px;
}
.block_card_free {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    overflow: hidden;
    margin-top: 20px;
}
.title_card {
    font-size: 27px;
    font-weight: 500;
}
.des_card.none_hover {
    font-size: 20px;
    margin-top: 20px;
    opacity: 0;
    transition: 0.2s;
}/*
.item_block:hover .content_card_hidden_hover {
    bottom: -200px;
    transition: 0.2s;
}*//*
.block_card_free .item_block:hover::before {
    height: 100%;
    background: linear-gradient(to top, white 35%, rgba(255, 255, 255, 0) 100%);
    transition: 0.2s;
}
.item_block:hover .none_hover {
    opacity: 1;
    transition: 0.2s;
}*/
.des_card p {
    margin-bottom: 20px;
}
#card_item_1 {
    background: url(/wa-data/public/site/themes/epsilon/img/card_1_sec.jpg);
    background-size: 100%;
    background-position: top center;
}
/*.block_card_free .item_block:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, white 20%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}*/
#card_item_2 {
    background: url(/wa-data/public/site/themes/epsilon/img/card_2_sec.jpg);
    background-size: 100%;
    background-position: top center;
}
#card_item_3 {
    background: url(/wa-data/public/site/themes/epsilon/img/card_3_sec.jpg);
    background-size: 100%;
    background-position: top center;
}
.block_card_free .item_block {
    height: 545px;
    position: relative; 
}

.content_card_hidden_hover {
    position: absolute;
    bottom: 0;
    background: #000;
    transition: 0.2s;
    padding: 10px 20px;
}
.content_card_hidden_hover .title_card{
    font-family: Montserrat;
font-weight: 500;
font-style: Medium;
font-size: 1.5em;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: #fff;

}
.des_card{
    display: none;
}
h2.element.title {
    font-weight: 400;
}
.frame__grid.description__grid.description__grid--forward {
    padding-top: 2em;
}
.arrow_home {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
    font-size: 41px;
    position: relative;
}
.arrow_center {
    text-align: center;
    max-width: 800px;
    margin: auto;
}
.arrow_right {
    text-align: right;
}
.arrow_left {
    text-align: left;
}
.arrow_item.arrow_left:before {
    content: "";
    position: absolute;
    right: 0;
    top: 25px;
    background: url(/wa-data/public/site/themes/epsilon/img/arrow_1.svg);
    width: 23%;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
}
.arrow_item.arrow_right:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 15px;
    background: url(/wa-data/public/site/themes/epsilon/img/arrow_2.svg);
    width: 23%;
    height: 136px;
    background-size: contain;
    background-repeat: no-repeat;
}
.form_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 200px;
    gap: 20px;
}
input.form_cl {
    border: 2px solid #929292;
    padding: 12px 20px;
    width: 88%;
    border-radius: 25px;
    font-size: 20px;
}
input.send_cl {
    background: #D9D9D9;
    border: none;
    padding: 12px 37px;
    font-size: 20px;
    border-radius: 25px;
}
.cta__link.cta__text--center {
    margin-top: 25px;
}
.grid_title {
    border: 1px #000 solid;
    border-radius: 13px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 22% 1fr;
    align-items: center;
    grid-gap: 30px;
}
.text_title h1 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 25px;
}
.img_title_h1, .img_title_h1 img {
    width: 100%;
    height: 100%;
}
.text_title {
    padding-right: 50px;
}
.description_title_page {
    font-size: 20px;
}
.description_title_page p {
    margin-bottom: 20px;
}
.description__grid--reverse {
    border: 2px #929292 solid;
    border-radius: 30px;
    padding: 0 !important;
    overflow: hidden;
}
.description__text.description__text--left {
    margin-left: 25px;
}
#description .title {
    margin-bottom: 40px;
}
.cta__text {
    margin-top: 24px;
}
.gap_product {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    grid-gap: 2em;
}
.pr_description_two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
}
.sku_item {
    display: grid;
    grid-template-columns: 50% 50%;
    border-radius: 25px;
    text-align: center;
    overflow: hidden;
}
.sku_items {
    display: grid;
    grid-template-rows: 1fr;
    grid-gap: 8px;
}
.w_sku {
    padding: 6px;
}
.sku_number {
    padding: 6px;
    font-weight: 700;
}
.gap_title {
    margin-bottom: 10px;
}
.gap_item {
    margin-bottom: 20px;
}
.img_page_product {
    text-align: center;
    padding: 30px;
}
ul.list_classic {
    list-style: auto;
    padding: 25px 0;
}
.list_classic li {
    list-style: circle;
    margin-left: 25px;
    padding: 10px 0;
}
.one_producr h2 {
    margin-bottom: 20px;
}
.one_producr p, .one_producr ul, .one_producr li, .one_producr div {
    font-size: 20px;
}
.border_block_pr {
    padding: 20px;
    border-radius: 25px;
}
.title_border_block {
    font-weight: 700;
    margin-bottom: 20px;
}
a.link_tech {
    display: grid;
    grid-template-columns: 35px 145px;
    align-items: center;
    grid-gap: 1em;
    color: #000;
    text-decoration: none;
}
.product_footer_link {
    display: grid;
    justify-items: end;
    margin: 20px 0;
    padding: 0 20px;
}
a.link_bay {
    color: #000;
    text-decoration: none;
    font-size: 26px;
    padding: 7px 50px;
    border: 2px #000 solid;
    border-radius: 25px;
}

.border_block_pr.colors_AAE80D {
    border: 2px #AAE80D solid;
}
.colors_AAE80D .sku_item {
    border: 1px #AAE80D solid;
}
.colors_AAE80D .w_sku {
    background: #AAE80D;
}


.border_block_pr.colors_6ACFF6 {
    border: 2px #6ACFF6 solid;
}
.colors_6ACFF6 .sku_item {
    border: 1px #6ACFF6 solid;
}
.colors_6ACFF6 .w_sku {
    background: #6ACFF6;
}

.border_block_pr.colors_F69400 {
    border: 2px #F69400 solid;
}
.colors_F69400 .sku_item {
    border: 1px #F69400 solid;
}
.colors_F69400 .w_sku {
    background: #F69400;
}


.border_block_pr.colors_FFEF00 {
    border: 2px #FFEF00 solid;
}
.colors_FFEF00 .sku_item {
    border: 1px #FFEF00 solid;
}
.colors_FFEF00 .w_sku {
    background: #FFEF00;
}

.border_block_pr.colors_ED1C24 {
    border: 2px #ED1C24 solid;
}
.colors_ED1C24 .sku_item {
    border: 1px #ED1C24 solid;
}
.colors_ED1C24 .w_sku {
    background: #ED1C24;
}

.border_block_pr.colors_006F45 {
    border: 2px #006F45 solid;
}
.colors_006F45 .sku_item {
    border: 1px #006F45 solid;
}
.colors_006F45 .w_sku {
    background: #006F45;
}

.colors_000 .sku_item {
    border: 1px #000 solid;
}
.colors_000 .w_sku {
    background: #000;
}
.border_block_pr.colors_000 {
    border: 2px #000 solid;
}

.w_sku.white {
    color: #fff;
}
.pr_description_one .gap_title, .pr_description_one .title_item, .border_block_pr, .des_block_product, .item_text {
    margin-bottom: 20px;
}
.pad_20 {
    padding: 0 20px;
}
.title {
    font-weight: 500;
}
.contact_item {
    font-size: 20px;
    display: grid;
    grid-template-columns: 85% 1fr;
    margin-bottom: 30px;
}
.title_contact, .phone_contact {
    font-weight: 600;
    margin-bottom: 10px;
}
.text_classic p {
    margin-bottom: 20px;
}
.text_classic h3 {
    margin-bottom: 15px;
    margin-top: 30px;
}
.text_classic li {
    list-style: auto;
    margin: 10px 20px 10px;
}
.text_classic ol {
    list-style: arabic-indic;
}
.links_tech {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 1em;
}
.reviews-container {
    display: grid;
    grid-template-columns: 30px 1fr 1fr 30px;
    grid-gap: 1em;
}
.review-card {
    padding: 30px;
    margin-bottom: 30px;
    display: none;
}
.review-card.active {
    display: block;
}
.review-title {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}
.review-text {
    font-size: 18px;
    line-height: 1.6;
}
.review-text p {
    margin-bottom: 20px;
}
.img_rew_block {
    height: 120px;
    width: 100%;
    display: flex;
}
img.review-img {
    margin: auto;
}
.frame__grid {
    position: relative;
}
.navigation-arrows {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    position: absolute;
    width: 100%;
    top: 50%;
}
.arrow {
    font-size: 40px;
    color: #D9D9D9;
    cursor: pointer;
    background: none;
    border: none;
}
.arrow:hover {
    color: #c0392b;
}
/* Стили модальных окон */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
.modal-content {
    background: white;
    padding: 30px;
    border-radius: 8px;
    max-width: 50%;
    width: 100%;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: modalFadeIn 0.3s;
    font-size: 16px;
}
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #7f8c8d;
}
.close-btn:hover {
    color: #e74c3c;
}
.modal p {
    line-height: 1.6;
    margin-bottom: 15px;
}
.modal .download-link__name {
    color: #000;
}
.modal .download-link__icon svg {
    fill: #000;
}
/* Анимация появления */
@keyframes modalFadeIn {
    from { opacity: 0; transform: translateY(-50px); }
    to { opacity: 1; transform: translateY(0); }
}
.modal .review-text, .modal .review-title {
    font-size: 16px;
}
.modal .review-card {
    padding: 0;
    margin-bottom: 0;
}
.success_block {
    text-align: center;
    font-weight: 600;
    color: green;
    font-size: 1.4em;
}


@media (max-width: 500px) {
.map-layout {
    flex-direction: column;
    height: 100vh;
}
.icon_block img {
    width: 100%;
}
.item_two {
    grid-template-columns: 15% 1fr;
    grid-gap: 1em;
    font-size: 14px;
}
.logo_menu_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
}
.burger__bottom, .burger__middle, .burger__top {
    border-bottom: 2px solid hsl(0deg 0% 100%);
    width: 30px;
}
.description_logo_n {
    color: #fff;
    text-align: right;
    font-size: 10px;
}
.header-one__controls {
    align-items: end;
    justify-content: flex-end;
    flex-direction: column;
    gap: 10px;
}
.header-one {
    height: 80px;
}
.is-opened .burger__top, .is-opened .burger__bottom, .is-opened .burger__middle {
    border-color: #ccc;
}
.is-opened .description_logo_n {
    color: #000;
}
.dropdown__wrapper {
    padding-top: 0;
}
.is-opened a.header-one__logo {
    display: none;
}
.dropdown-mobile__list {
    align-items: flex-start;
    text-align: left;
    font-size: 1.1em;
    margin: 40px 0;
    padding: 0 50px;
}
.dr_bottom {
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.non_active {
    max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.dropdown-mobile__link.mobile-open .sub_menu.mobile-active {
  max-height: 500px;
  transition: max-height 0.5s ease-in;
}
img.down {
    max-width: 15px;
    margin-left: 10px;
}
.sub_menu li.dropdown-mobile__link {
    list-style: circle;
    padding-left: 10px;
    margin-left: 18px;
}
ul.sub_menu.active.mobile-active {
    margin: 20px 0;
}
.title--big {
    font-size: 18px;
}
h2.element.title {
    font-weight: 500;
}
.header-one__layout {
    background-image: none;
}
.frame__grid.description__grid.description__grid--forward {
    padding-top: 0em;
}
.list-two__item--left {
    grid-template-columns: 20px 1fr;
}
.list-two__icon {
    width: 17px;
    height: 17px;
    border: 1px solid var(--primary);
}
span.list-two__text, .halfscreen__text, .download-link__name {
    font-size: 12px;
}
#list {
    margin-top: 0px;
}
.block_card_free {
    grid-template-columns: 1fr;

}
.block_card_free .item_block {
    height: 320px;
}
.block_card_free .item_block:before {
    height: 100%;
    background: linear-gradient(to top, white 30%, rgba(255, 255, 255, 0) 100%);
}
/*
.content_card_hidden_hover {
    bottom: -140px;
}*/
.title_card {
    font-size: 19px;
}
.des_card.none_hover {
    font-size: 13px;
    margin-top: 15px;
    opacity: 1;
}
.cards__list {
    grid-template-columns: 1fr;
}
.cards__list--two {
    grid-gap: 1rem;
}
.infocard-two__image {
    padding-top: 180px;
}
.form_grid {
    grid-template-columns: 1fr;
    gap: 10px;
}
.map-container {
    height: 325px;
    margin-top: 20px;
    flex: 2;
}
.dealers-sidebar {
    overflow: hidden;
    padding: 20px 0;
    box-shadow: inset 0 6px 8px -3px rgba(0, 0, 0, 0.1), inset 0 -6px 8px -3px rgba(0, 0, 0, 0.1);
}
.dealer-name {
    font-size: 15px;
}
.dealer-address, .dealer-phone, .dealer-url {
    font-size: 13px;
}
.dealer-item {
    padding: 10px 15px;
    margin: 5px 10px;
    gap: 5px;
}
.download-link {
    gap: 0.5rem;
    padding: 0.5rem;
}
.arrow_home {
    font-size: 16px;
    grid-gap: 23px;
}
.arrow_item.arrow_right {
    max-width: 65%;
    margin: auto 0 auto auto;
}
.arrow_center {
    max-width: 60%;
}
.arrow_item.arrow_left {
    max-width: 50%;
}
.arrow_item.arrow_left:before {
    top: 11px;
    background: url(/wa-data/public/site/themes/epsilon/img/arrow_1_mob.svg);
    width: 40%;
    height: 86px;
    background-size: contain;
    background-repeat: no-repeat;
}
.arrow_item.arrow_right:before {
    bottom: 0px;
    background: url(/wa-data/public/site/themes/epsilon/img/arrow_2_mobil.svg);
    width: 28%;
    height: 90px;
    background-repeat: no-repeat;
}
main.content {
    padding-top: 3em;
}
.grid_two_block {
    grid-template-columns: 1fr;
    grid-gap: 10px;
}
.left_pr {
    order: 2;
}
.gap_product {
    grid-template-columns: 1fr;
}
.img_title_h1 {
    border-radius: 20px;
    overflow: hidden;
}
.grid_title {
    grid-template-columns: 1fr;
    border: none;
}
.description__grid--reverse {
    border: none;
    border-radius: 0;
}
.description__grid {
    grid-template-columns: 170px 1fr;
}
#description .description__grid--reverse .description__column:nth-of-type(odd) {
    order: 1;
}
.description__text.description__text--left {
    font-size: 12px;
    margin: 0;
}
.description__column .element.image__layout {
    border-radius: 10px;
    overflow: hidden;
}
#description .title {
    margin-bottom: 25px;
}
.review-text, .modal .review-text {
    font-size: 12px;
    line-height: 1.4;
}
.review-title, .modal .review-title, input.send_cl {
    font-size: 14px;
}
.review-card {
    padding: 0;
}
.reviews-container {
    grid-template-columns: 30px 1fr 30px;
}
.modal-content {
    padding: 45px 20px;
    max-width: 100%;
    width: 100%;
    font-size: 12px;
}
input.form_cl {
    border: 1px solid #929292;
    font-size: 12px;
}
.form_input {
    text-align: center;
}
.text_title {
    order: 1;
    padding: 0;
}
.img_title_h1 {
    order: 2;
}
.text_title h1 {
    font-size: 16px;
    text-align: center;
    padding: 0 23%;
}
.description_title_page, .one_producr p, .one_producr ul, .one_producr li, .one_producr div {
    font-size: 12px;
}
.one_producr h2 {
    font-size: 14px;
}
.pr_description_two {
    grid-template-columns: 1fr;
    padding: 0 20px;
    font-size: 12px;
}
img.product_img {
    width: 80%;
}
.img_page_product {
    padding: 0;
}
.list_classic li {
    margin-left: 20px;
    padding: 5px 0;
}
.link_tech img {
    max-width: 100%;
}
a.link_tech {
    grid-template-columns: 30px 1fr;
    font-size: 12px;
}
ul.list_classic {
    padding: 15px 0;
}
a.link_bay {
    font-size: 14px;
    border: 1px #000 solid;
}
.gap_item {
    margin-bottom: 10px;
}
.product_footer_link {
    margin: 10px 0;
}
.pr_description_one .gap_title, .pr_description_one .title_item, .border_block_pr, .des_block_product, .item_text {
    margin-bottom: 5px;
}
.pr_description_one {
    font-size: 12px;
    padding: 0 20px;
}
.border_block_pr {
    margin-bottom: 5px;
}
.title--medium {
    font-size: 14px;
}
.contact_item {
    font-size: 12px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 15px;
    grid-gap: 1em;
}
.title_contact, .phone_contact {
    margin-bottom: 5px;
}
li.dropdown-mobile__link {
    width: 100%;
}
a.element.link-one.is-anchor.link-one--primary.sub {
    display: grid;
    grid-template-columns: 1fr 20px;
    align-items: center;
    width: 100%;
    grid-gap: 0.5em;
}
}


.cookie-one{
    width: 100%;
    max-width: 1360px;
}
.cookie-one__content{
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.86);
    padding: 11px 70px 14px 28px;
}

.cookie-one__text{
    font-family: 'Geometria', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    max-width: 1054px;
    text-align: left;
}
.cookie-one__text a{
    font-family: 'Geometria', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    max-width: 1054px;
    text-decoration: underline;
    text-align: left;
}
.cookie-one__button{
    width: 135px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Geometria;
    font-weight: 700;
    font-style: Bold;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    background-color: #000;
    cursor: pointer;
    transition: all 0.4s;
    border: 1px solid #000;
}
.cookie-one__button:hover{
    background-color: #fff;
    color: #000;
}
.cookie-one__button::after{
    display: none;
    
}
.cookie-one__button::before{
    display: none;
    
}

.ozon_btn{
    margin-top: 22px;
    color: #fff !important;
    background-color: #005BFF !important;
    border: 1px solid #005BFF !important;
    font-family: Montserrat;
font-weight: 700 !important;
font-style: Bold;
font-size: 26px !important;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;
    width: 303px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 53px !important;
}
.link_bay{
    max-width: 282px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    border-radius: 53px !important;
}

@media (max-width: 500px) {
        
    .ozon_btn{
        margin-top: 10px;
        color: #fff !important;
        font-size: 14px !important;
        width: 174px;
        height: 34px;
    }
    .link_bay{
        max-width: 152px;
        height: 34px;
        font-size: 14px;
    }
}

#footer .frame__center{
    position: relative;
}
#footer .footer__btns{
    position: absolute;
    right: 0;
    bottom: 0;

}



#footer .footer__btns .ozon_btn{
    margin-top: 12px;
    color: #fff !important;
    background-color: #005BFF !important;
    border: 1px solid #005BFF !important;
    font-family: Montserrat;
    font-weight: 700 !important;
    font-style: Bold;
    font-size: 16px !important;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    width: 210px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 53px !important;
}
#footer .footer__btns .link_bay{
    max-width: 210px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 53px !important;
}
@media (max-width: 500px) {
    #footer .footer__btns{
        position: relative;
        right: auto;
        bottom: auto;
        margin-bottom: 20px;
    }
    #footer .footer__btns .ozon_btn{
        margin-top: 10px;
        color: #fff !important;
        font-size: 14px !important;
        width: 174px;
        height: 34px;
    }
    #footer .footer__btns .link_bay{
        max-width: 152px;
        height: 34px;
        font-size: 14px;
    }
    .header-one__controls{
    }
    .header-one__controls .description_logo_n{
        margin: 0 !important;
        font-size: 10px !important;
        text-align: right !important;
    }
    .header-one__controls .feedback-btn{
        display: none !important;
    }
}
.header-one__controls{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-one__controls .description_logo_n{
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
}
.header-one__controls .feedback-btn{
    position: absolute;
    right: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    padding: 14px 18px;
    background-color: #fff;
    text-transform: none;
    color: #000;
    min-width: fit-content;
    height: 57px;
    border-radius: 50px;
}
.header-one__controls .feedback-btn .button__overlay{
    display: none;
}