@font-face {
    font-family: Lato-300;
    src: url(../local_fonts/Lato-300.ttf);
    src: url(../local_fonts/Lato-300.eot);
    src: url(../local_fonts/Lato-300.svg);
    src: url(../local_fonts/Lato-300.woff);
    src: url(../local_fonts/Lato-300.woff2);
}
@font-face {
    font-family: Lato-400;
    src: url(../local_fonts/Lato-400.ttf);
    src: url(../local_fonts/Lato-400.eot);
    src: url(../local_fonts/Lato-400.svg);
    src: url(../local_fonts/Lato-400.woff);
    src: url(../local_fonts/Lato-400.woff2);
}
@font-face {
    font-family: Lato-500;
    src: url(../local_fonts/Lato-500.ttf);
    src: url(../local_fonts/Lato-500.eot);
    src: url(../local_fonts/Lato-500.svg);
    src: url(../local_fonts/Lato-500.woff);
    src: url(../local_fonts/Lato-500.woff2);
}
@font-face {
    font-family: Lato-600;
    src: url(../local_fonts/Lato-600.ttf);
    src: url(../local_fonts/Lato-600.eot);
    src: url(../local_fonts/Lato-600.svg);
    src: url(../local_fonts/Lato-600.woff);
    src: url(../local_fonts/Lato-600.woff2);
}
@font-face {
    font-family: Lato-700;
    src: url(../local_fonts/Lato-700.ttf);
    src: url(../local_fonts/Lato-700.eot);
    src: url(../local_fonts/Lato-700.svg);
    src: url(../local_fonts/Lato-700.woff);
    src: url(../local_fonts/Lato-700.woff2);
}
@font-face {
    font-family: Lato-800;
    src: url(../local_fonts/Lato-800.ttf);
    src: url(../local_fonts/Lato-800.eot);
    src: url(../local_fonts/Lato-800.svg);
    src: url(../local_fonts/Lato-800.woff);
    src: url(../local_fonts/Lato-800.woff2);
}
@font-face {
    font-family: Lato-900;
    src: url(../local_fonts/Lato-900.ttf);
    src: url(../local_fonts/Lato-900.eot);
    src: url(../local_fonts/Lato-900.svg);
    src: url(../local_fonts/Lato-900.woff);
    src: url(../local_fonts/Lato-900.woff2);
}
html {
    font-size: 16px;
}
body {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'Golos Text', sans-serif;
    line-height: 1;
    background: #F8F8F8;
}
h1, h2, h3, h4, h5, h6, li, p, ul {
    margin: 0;
    padding: 0;
}
ul {
    list-style-type: none;
}
ul li {
    display: inline-block;
}
a, a:active, a:focus, a:hover {
    text-decoration: none;
}
ol {
    margin: 0;
    padding: 0;
    display: block;
    counter-reset: num;
}
ol li {
    display: block;
}
ol li: before {
    counter-increment: num;
    content: counter(num) "."}
button, input, select, textarea {
    box-sizing: border-box;
    font-family: 'Golos Text', sans-serif;
    border: none;
    margin: 0;
    padding: 0;
}
button:focus, input:focus, select:focus, textarea:focus {
    outline: 0;
}
button, input {
    background: 0 0;
}
button {
    cursor: pointer;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none;
}
.container {
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
    width: 1380px;
}
#cityChange {
    z-index: 102;
}
#geolocation.geolocation {
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    width: 0;
}
.btn-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 14px 14px 25px;
    border-radius: 100px;
    box-sizing: border-box;
    border: 2px solid rgba(201, 12, 15, .3);
    position: relative;
    transition: .3s;
}
.btn-1.btn_text {
    padding: 18px 24px;
}
.btn-1:hover {
    background: #C90C0F;
    border: 2px solid #C90C0F;
}
.btn-1:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #C90C0F;
    border-radius: 100px;
}
.btn-1 .text {
    flex-shrink: 0;
    color: #FFF;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    position: relative;
    z-index: 2;
}
.btn-1 .ico {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(201, 12, 15, .3);
    margin-left: 12px;
    position: relative;
    z-index: 2;
}
.btn-1 .ico svg {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    fill: #C90C0F;
}
.btn-2 {
    border-radius: 100px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    transition: .3s;
}
.btn-2.red {
    border: 1.5px solid rgba(201, 12, 15, .3);
    color: #C90C0F;
}
.btn-2.red:hover {
    border: 1.5px solid #C90C0F;
    background: #C90C0F;
    color: #fff;
}
.btn-2.white {
    border: 1.5px solid rgba(255, 255, 255, .5);
    color: #fff;
}
.btn-2.white:hover {
    border: 1.5px solid #fff;
    background: #fff;
    color: #C90C0F;
}
.btn-3 {
    border-radius: 100px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    transition: .3s;
}
.btn-3.red {
    border: 1.5px solid #C90C0F;
    background: #C90C0F;
    color: #fff;
}
.btn-3.red:hover {
    background: #fff;
    color: #C90C0F;
}
.btn-3.white {
    border: 1.5px solid #fff;
    background: #fff;
    color: #C90C0F;
}
.btn-3.white:hover {
    border: 1.5px solid #C90C0F;
    background: #C90C0F;
    color: #fff;
}
.btn-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    border-radius: 100px;
    box-sizing: border-box;
    border: 1px solid #E38586;
    position: relative;
    transition: .3s;
}
.btn-4:hover {
    background: #E38586;
}
.btn-4:hover span {
    color: #fff;
}
.btn-4:hover svg {
    fill: #fff;
}
.btn-4 span {
    flex-shrink: 0;
    color: #E38586;
    font-family: Lato-400;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    position: relative;
    z-index: 2;
    transition: .3s;
}
.btn-4 svg {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    fill: #E38586;
    margin-left: 8px;
    transition: .3s;
}
.btn-callback {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #FBEEEE;
    padding: 10px;
    transition: .3s;
}
.btn-callback:hover {
    background: #F3DCDC;
}
.btn-callback svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    fill: #D64447;
    margin-right: 8px;
}
.btn-callback span {
    flex-shrink: 0;
    color: #D64447;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .25px;
}
.btn-download {
    width: fit-content;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    padding: 10px 15px;
    border-radius: 40px;
    background: #C90C0F;
    transition: 0.3s;
}
.btn-download:hover{
    background: #ff8b8d;
}
.btn-download .ico {
    flex-shrink: 0;
    transition: .3s;
}
.btn-download .ico svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}
.btn-download .text {
    flex-shrink: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}
.btn-close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, .03);
    box-sizing: border-box;
    transition: .3s;
}
.btn-close:hover {
    background: rgba(0, 0, 0, .1);
}
.btn-close svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    fill: #000;
}
.showbtn-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    box-sizing: border-box;
}
.showbtn-1:hover span {
    color: #C90C0F;
}
.showbtn-1 span {
    flex-shrink: 0;
    color: rgba(201, 12, 15, .3);
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    transition: .3s;
}
.showbtn-1 svg {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    fill: #C90C0F;
    margin-left: 20px;
    transform: rotateZ(90deg);
}
.input-field {
    display: block;
    width: 100%;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
    box-sizing: border-box;
    padding-left: 16px;
    color: #000;
    font-family: Lato-700;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}
.input-field::placeholder {
    color: rgba(0, 0, 0, .4);
    font-family: Lato-400;
    font-weight: 400;
    font-size: 14px;
}
.arrow-1 {
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.arrow-1:hover:after {
    background: #fff;
}
.arrow-1:hover svg {
    fill: #C90C0F;
}
.arrow-1.next svg {
    transform: rotate(180deg);
}
.arrow-1:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 50%;
    border: 1px solid #FFF;
    transition: .3s;
}
.arrow-1 svg {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    fill: #FFF;
    position: relative;
    z-index: 2;
    transition: .3s;
}
.arrow-2 {
    border: 2px solid rgba(201, 12, 15, .15);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.arrow-2:hover:after {
    background: #C90C0F;
}
.arrow-2:hover svg {
    fill: #fff;
}
.arrow-2.next svg {
    transform: rotate(180deg);
}
.arrow-2:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 50%;
    border: 1px solid #C90C0F;
    transition: .3s;
}
.arrow-2 svg {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    fill: #C90C0F;
    position: relative;
    z-index: 2;
    transition: .3s;
}
.arrow-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #C90C0F;
    background: #FFF;
    width: 40px;
    height: 40px;
    transition: .3s;
}
.arrow-3:hover {
    background: #C90C0F;
}
.arrow-3:hover svg {
    fill: #fff;
}
.arrow-3 svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    fill: #C90C0F;
    transition: .3s;
}
.arrow-4 {
    border: 2px solid rgba(201, 12, 15, .15);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.arrow-4:hover:after {
    background: #C90C0F;
}
.arrow-4:hover svg {
    fill: #fff;
}
.arrow-4.next svg {
    transform: rotate(180deg);
}
.arrow-4:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 50%;
    border: 1px solid #C90C0F;
    transition: .3s;
}
.arrow-4 svg {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    fill: #C90C0F;
    position: relative;
    z-index: 2;
    transition: .3s;
}
.social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.social-link:hover {
    opacity: .8;
}
.social-link svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}
.social-link.vk svg {
    fill: #07F;
}
.social-link.youtube svg {
    fill: #FC0100;
}
.geo-location {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.geo-location svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 12px;
}
.geo-location a {
    flex-shrink: 0;
    display: block;
    color: #C90C0F;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .25px;
    width: calc(100% - 36px);
    overflow: hidden;
    text-overflow: ellipsis;
}
.phone-1 {
    flex-shrink: 0;
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .25px;
}
.mssg-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
}
.mssg-links .mssg-link {
    margin-right: 8px;
}
.mssg-links .mssg-link:last-child {
    margin-right: 0;
}
.mssg-link {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    transition: .3s;
}
.mssg-link svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.mssg-link.telegram {
    background: rgba(3, 155, 229, .1);
}
.mssg-link.telegram:hover {
    background: rgba(3, 155, 229, .2);
}
.mssg-link.telegram svg {
    fill: #039BE5;
}
.mssg-link.whatsapp {
    background: rgba(30, 205, 111, .1);
}
.mssg-link.whatsapp:hover {
    background: rgba(30, 205, 111, .2);
}
.mssg-link.whatsapp svg {
    fill: #1ECD6F;
}
.mssg-btn {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    transition: .3s;
}
.mssg-btn svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 8px;
}
.mssg-btn span {
    flex-shrink: 0;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
}
.mssg-btn.telegram {
    background: rgba(3, 155, 229, .1);
}
.mssg-btn.telegram:hover {
    background: rgba(3, 155, 229, .2);
}
.mssg-btn.telegram svg {
    fill: #039BE5;
}
.mssg-btn.telegram span {
    color: rgba(3, 155, 229, .8);
}
.mssg-btn.whatsapp {
    background: rgba(30, 205, 111, .1);
}
.mssg-btn.whatsapp:hover {
    background: rgba(30, 205, 111, .2);
}
.mssg-btn.whatsapp svg {
    fill: #1ECD6F;
}
.mssg-btn.whatsapp span {
    color: rgba(30, 205, 111, .8);
}
.section-pad {
    padding: 35px 0;
}
.pad-bottom {
    padding-bottom: 70px;
}
.pad-top {
    padding-top: 70px;
}
.title-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.title-container .arrows_box {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.title-container .arrows_box .arrow {
    margin-right: 8px;
}
.title-container .arrows_box .arrow:last-child {
    margin-right: 0;
}
.title-1:before {
    content: '';
    display: block;
    height: 50px;
    width: 2px;
    background: #C90C0F;
}
.title-1 p {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .32px;
    margin-top: 15px;
}
.subtitle-1 {
    margin-top: 6px;
    max-width: 720px;
}
.subtitle-1 p {
    color: #8C8C8C;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}
.page-link {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.page-link:hover .text {
    color: #C90C0F;
}
.page-link:hover .arrow:after {
    background: #C90C0F;
}
.page-link:hover .arrow svg {
    fill: #fff;
}
.page-link .text {
    color: rgba(201, 12, 15, .3);
    font-family: Lato-400;
    font-size: 16px;
    font-weight: 400;
    flex-shrink: 0;
    line-height: 1;
    display: block;
    transition: .3s;
}
.page-link .arrow {
    flex-shrink: 0;
    margin-left: 15px;
}
.categories-container {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.categories-container .category-1 {
    width: 50%;
    border-bottom: none;
    border-right: none;
}
.categories-container .category-1:nth-child(2n) {
    border-right: 1px solid #EEE;
}
.categories-container .category-1:nth-last-child(1) {
    border-bottom: 1px solid #EEE;
}
.categories-container .category-1:nth-last-child(2) {
    border-bottom: 1px solid #EEE;
}
.category-1 {
    box-sizing: border-box;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border: 1px solid #EEE;
}
.category-1:hover .content .arrow {
    background: #C90C0F;
}
.category-1:hover .content .arrow svg {
    fill: #fff;
}
.category-1 .content {
    width: 50%;
    box-sizing: border-box;
    padding: 24px;
}
.category-1 .content .title {
    display: block;
    color: #000;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
}
.category-1 .content .text {
    display: block;
    color: #4D4D4D;
    font-size: 15px;
    line-height: 1.4;
    margin-top: 8px;
}
.category-1 .content .arrow {
    margin-top: 30px;
}
.category-1 .image {
    display: block;
    position: relative;
    width: 50%}
.category-1 .image .img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.category-1 .image .img img {
    width: 100%}
.cta-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 30px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .07);
}
.cta-block.white {
    background: #FFF;
}
.cta-block.white .title_box .title {
    color: #000;
}
.cta-block.white .title_box .text {
    color: rgba(0, 0, 0, .5);
}
.cta-block.white .form_box .mssg_box .mssg_block p, .cta-block.white .form_box .mssg_box .politic {
    color: rgba(0, 0, 0, .4);
}
.cta-block.red {
    background: #C90C0F;
}
.cta-block.red .form_box .mssg_box .mssg_block p, .cta-block.red .title_box .text, .cta-block.red .title_box .title {
    color: #FFF;
}
.cta-block.red .form_box .mssg_box .politic {
    color: rgba(255, 255, 255, .5);
}
.cta-block .title_box {
    flex-shrink: 0;
    width: 350px;
    display: block;
}
.cta-block .title_box .title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    display: block;
}
.cta-block .title_box .text {
    display: block;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 8px;
}
.cta-block .form_box {
    width: 100%;
    box-sizing: border-box;
    padding-left: 24px;
}
.cta-block .form_box .form_container {
    width: 100%}
.cta-block .form_box .form_container form {
    width: 100%;
    display: block;
}
.cta-block .form_box .form_container form.sent .wpcf7-response-output {
    display: none!important;
}
.cta-block .form_box .form_container form p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cta-block .form_box .form_container form p span {
    width: 100%;
    display: block;
    margin-right: 8px;
}
.cta-block .form_box .form_container form p span .input-field {
    height: 50px;
}
.cta-block .form_box .form_container form p .btn {
    flex-shrink: 0;
    width: 220px;
    height: 50px;
    margin-left: 8px;
}
.cta-block .form_box .form_container form .wpcf7-not-valid-tip {
    display: none!important;
}
.cta-block .form_box .form_container form .wpcf7-response-output {
    padding: 12px 15px;
    margin: 20px 0 0;
    box-sizing: border-box;
    background: #e2e2e2;
    border: none;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
}
.cta-block .form_box .mssg_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding-left: 16px;
    margin-top: 16px;
}
.cta-block .form_box .mssg_box .mssg_block {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.cta-block .form_box .mssg_box .mssg_block p {
    font-family: Lato-400;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    flex-shrink: 0;
    max-width: 280px;
}
.cta-block .form_box .mssg_box .mssg_block .mssg-links {
    flex-shrink: 0;
    margin-left: 60px;
}
.cta-block .form_box .mssg_box .politic {
    flex-shrink: 0;
    max-width: 420px;
    font-family: Lato-400;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    margin-left: 70px;
}
.product-card {
    box-sizing: border-box;
    display: block;
    padding: 24px;
    padding-bottom: 0;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .08);
}
.product-card:hover .name, .product-card:hover .text {
    color: #C90C0F;
}
.product-card:hover .link {
    color: #C90C0F;
    border-bottom: 2px solid #C90C0F;
}
.product-card .img {
    display: block;
    width: 85%;
    aspect-ratio: 1.6;
    margin: 0 auto;
}
.product-card .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-card .name {
    display: block;
    margin-top: 20px;
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    height: 70px;
    overflow: hidden;
    transition: .3s;
}
.product-card .text {
    display: block;
    margin-top: 8px;
    color: rgba(0, 0, 0, .4);
    font-size: 15px;
    height: 39px;
    overflow: hidden;
    line-height: 1.3;
    font-weight: 400;
    transition: .3s;
}
.product-card .link {
    color: rgba(201, 12, 15, .5);
    font-size: 15px;
    line-height: 1;
    display: block;
    box-sizing: border-box;
    font-weight: 500;
    padding: 24px 0;
    border-bottom: 2px solid transparent;
    transition: .3s;
}
.article-thumbnail {
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transition: .3s;
}
.article-thumbnail:hover {
    border-bottom: 1px solid #C90C0F;
}
.article-thumbnail:hover .title .text {
    color: #C90C0F;
}
.article-thumbnail:hover .title .ico:after {
    background: #C90C0F;
}
.article-thumbnail:hover .title .ico svg {
    fill: #fff;
}
.article-thumbnail .thumbnail {
    display: block;
    position: relative;
}
.article-thumbnail .thumbnail .tags {
    position: absolute;
    display: block;
    top: 20px;
    left: 0;
}
.article-thumbnail .thumbnail .tags .tag {
    padding: 10px 20px;
    box-sizing: border-box;
    background: #C90C0F;
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}
.article-thumbnail .thumbnail img {
    width: 100%;
    margin-bottom: -2px;
}
.article-thumbnail .info_box {
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.article-thumbnail .info_box .date {
    flex-shrink: 0;
    color: rgba(0, 0, 0, .4);
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    margin-right: 40px;
}
.article-thumbnail .info_box ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.article-thumbnail .info_box ul li {
    flex-shrink: 0;
}
.article-thumbnail .info_box ul li a {
    color: rgba(0, 0, 0, .4);
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    transition: .3s;
}
.article-thumbnail .info_box ul li a:hover {
    color: #C90C0F;
}
.article-thumbnail .title {
    box-sizing: border-box;
    margin-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.article-thumbnail .title .text {
    color: #000;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    display: block;
    transition: .3s;
}
.article-thumbnail .title .ico {
    flex-shrink: 0;
    margin-left: 5px;
}
.article-thumbnail .title .link {
    width: 100%;
    padding: 15px 0;
    display: none;
}
.article-text {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transition: .3s;
}
.article-text:hover {
    border-bottom: 1px solid #C90C0F;
}
.article-text:hover .title .text {
    color: #C90C0F;
}
.article-text:hover .title .ico:after {
    background: #C90C0F;
}
.article-text:hover .title .ico svg {
    fill: #fff;
}
.article-text .info_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.article-text .info_box .date {
    flex-shrink: 0;
    color: rgba(0, 0, 0, .4);
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    margin-right: 40px;
}
.article-text .info_box ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.article-text .info_box ul li {
    flex-shrink: 0;
}
.article-text .info_box ul li a {
    color: rgba(0, 0, 0, .4);
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    transition: .3s;
}
.article-text .info_box ul li a:hover {
    color: #C90C0F;
}
.article-text .title {
    box-sizing: border-box;
    margin-top: 8px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.article-text .title .text {
    color: #000;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    display: block;
    transition: .3s;
}
.article-text .title .ico {
    flex-shrink: 0;
    margin-left: 5px;
}
.dots-slick {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}
.dots-slick li {
    flex-shrink: 0;
    margin: 0 6px;
}
.dots-slick li.slick-active button {
    background: #A0A4A8;
}
.dots-slick li button {
    padding: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D9D9D9;
    transition: .3s;
}
.breadcrumbs {
    padding: 20px 0;
    width: calc(100% + 40px);
    margin-left: -20px;
    overflow: hidden;
    overflow-x: auto;
    box-sizing: border-box;
}
.breadcrumbs ul {
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.breadcrumbs ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
    margin-right: 12px;
}
.breadcrumbs ul li:last-child {
    margin: 0;
}
.breadcrumbs ul li:last-child a {
    pointer-events: none;
    cursor: default;
    color: #999;
}
.breadcrumbs ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .25px;
    flex-shrink: 0;
    transition: .3s;
}
.breadcrumbs ul li a:hover {
    color: #C90C0F;
}
.breadcrumbs ul li svg {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    fill: #000;
    margin-left: 12px;
}
.title-page {
    margin-top: 25px;
}
.title-page h1 {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .32px;
}
.pagination-container {
    margin-top: 40px;
    width: 100%}
.pagination-container .pagination-btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.pagination-container .nav-links {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-container .nav-links span {
    background: #FBEEEE;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    flex-shrink: 0;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #C90C0F;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
}
.pagination-container .nav-links a {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    flex-shrink: 0;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    transition: .3s;
}
.pagination-container .nav-links a:hover {
    color: #C90C0F;
}
.pagination-container .nav-links a:hover.next, .pagination-container .nav-links a:hover.prev {
    background: #C90C0F;
}
.pagination-container .nav-links a:hover.next svg, .pagination-container .nav-links a:hover.prev svg {
    fill: #fff;
}
.pagination-container .nav-links a.next, .pagination-container .nav-links a.prev {
    border: 1px solid #E38586;
}
.pagination-container .nav-links a.next svg {
    transform: rotateZ(180deg);
}
.pagination-container .nav-links a svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    fill: #D64447;
    transition: .3s;
}
#menu-buttons {
    position: fixed;
    z-index: 21;
    box-sizing: border-box;
    width: 100%;
    height: 0;
    padding: 0;
    overflow: hidden;
    bottom: 0;
    left: 0;
    background: #FFF;
    box-shadow: 4px 2px 20px 0 rgba(0, 0, 0, .05);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#menu-buttons .chat_block {
    position: absolute;
    right: 20px;
    bottom: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
    width: 150px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .05);
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .3s;
}
#menu-buttons .chat_block.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
#menu-buttons .chat_block .mssg-btn {
    margin-bottom: 8px;
}
#menu-buttons .chat_block .mssg-btn:last-child {
    margin-bottom: 0;
}
#menu-buttons .btn {
    flex-shrink: 0;
    width: 72px;
    display: block;
}
#menu-buttons .btn.menu.active .ico svg {
    stroke: #C90C0F;
}
#menu-buttons .btn.menu.active .text {
    color: #C90C0F;
}
#menu-buttons .btn.menu .ico svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    fill: transparent;
    stroke: #000;
    transition: .3s;
}
#menu-buttons .btn.about .ico svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    fill: #000;
    transition: .3s;
}
#menu-buttons .btn.catalog.active .ico svg {
    fill: #C90C0F;
}
#menu-buttons .btn.catalog.active .text {
    color: #C90C0F;
}
#menu-buttons .btn.catalog .ico svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    fill: #000;
    transition: .3s;
}
#menu-buttons .btn.chat .ico {
    justify-content: center;
}
#menu-buttons .btn.chat .ico svg {
    width: 14px;
    height: 14px;
    margin: 0 1px;
    flex-shrink: 0;
}
#menu-buttons .btn.chat .ico svg.telegram {
    fill: #039BE5;
}
#menu-buttons .btn.chat .ico svg.whatsapp {
    fill: #1ECD6F;
}
#menu-buttons .btn .ico {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: rgba(230, 230, 230, .5);
    transition: .3s;
}
#menu-buttons .btn .text {
    margin-top: 6px;
    display: block;
    text-align: center;
    color: #4D4D4D;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    transition: .3s;
}
.placeholder-mobbtn {
    display: block;
    width: 100%}
#mobmenu {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .3s;
}
#mobmenu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
#mobmenu .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
#mobmenu .head .logo_block {
    width: 160px;
}
#mobmenu .head .logo_block img {
    width: 100%;
    margin-bottom: -2px;
}
#mobmenu .menu_block {
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    box-sizing: border-box;
    padding: 16px 0;
    margin: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#mobmenu .menu_block .menu ul li {
    display: block;
    margin-bottom: 8px;
}
#mobmenu .menu_block .menu ul li:last-child {
    margin-bottom: 0;
}
#mobmenu .menu_block .menu ul li a {
    color: #999;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    display: block;
}
#mobmenu .menu_block .menu ul li a.red {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#mobmenu .menu_block .menu ul li a.red svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-right: 7px;
    fill: #E38586;
}
#mobmenu .menu_block .menu ul li a.red span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .25px;
    flex-shrink: 0;
    color: #E38586;
}
#mobmenu .contacts_box .geo-location {
    margin-bottom: 15px;
}
#mobmenu .contacts_box .title {
    color: #999;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 7px;
}
#mobmenu .contacts_box .item {
    margin-bottom: 20px;
}
#mobmenu .contacts_box .item:last-child {
    margin-bottom: 0;
}
#mobmenu .contacts_box .phone {
    font-weight: 600;
}
#mobmenu .contacts_box .text {
    max-width: 240px;
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}
#mobmenu .contacts_box .mail {
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}
#mobmenu .contacts_box .callback {
    width: 100%;
    height: 40px;
    max-width: 340px;
}
#mobmenu .contacts_box .btn_download{
    max-width: 340px;
}
#mobmenu .contacts_box .btn_download a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    padding: 10px 15px;
    border-radius: 40px;
    background: #C90C0F;
    transition: 0.3s;
}
#mobmenu .contacts_box .btn_download a svg{
	width: 20px;
	height: 20px;
	fill: #fff;
}
#catalog-window {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 2;
    box-sizing: border-box;
    padding: 35px 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: .3s;
}
#catalog-window.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
#catalog-window .head {
    display: none;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 16px;
    border-bottom: 1px solid #E8E8E8;
}
#catalog-window .head .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
}
#catalog-window .head .title svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    fill: #999;
    margin-right: 5px;
}
#catalog-window .head .title p {
    color: #000;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}
#catalog-window .catalog_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#catalog-window .catalog_box .category {
    width: 100%;
    margin-right: 30px;
}
#catalog-window .catalog_box .category:last-child {
    margin-right: 0;
}
#catalog-window .catalog_box .category .item {
    box-sizing: border-box;
}
#catalog-window .catalog_box .category .item .link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#catalog-window .catalog_box .category .item .link:hover .text {
    color: #C90C0F;
}
#catalog-window .catalog_box .category .item .link .img {
    display: block;
    flex-shrink: 0;
    margin-right: 8px;
    width: 38px;
    height: 24px;
}
#catalog-window .catalog_box .category .item .link .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#catalog-window .catalog_box .category .item .link .text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .25px;
    transition: .3s;
}
#catalog-window .catalog_box .category .item:after {
    content: '\f107';
    font-family: FontAwesome;
    display: none;
    flex-shrink: 0;
    color: #000;
    transition: .3s;
}
#catalog-window .catalog_box .category ul {
    margin-top: 20px;
}
#catalog-window .catalog_box .category ul li {
    display: block;
    margin-bottom: 8px;
}
#catalog-window .catalog_box .category ul li:last-child {
    margin-bottom: 0;
}
#catalog-window .catalog_box .category ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: rgba(0, 0, 0, .6);
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    transition: .3s;
}
#catalog-window .catalog_box .category ul li a:hover {
    color: #C90C0F;
}
#catalog-window .catalog_box .category ul li a:hover:before {
    background: #C90C0F;
}
#catalog-window .catalog_box .category ul li a:before {
    content: '';
    display: block;
    flex-shrink: 0;
    width: 3px;
    height: 3px;
    background: rgba(0, 0, 0, .6);
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 8px;
    margin-top: 7px;
    transition: .3s;
}
.content-container p {
    line-height: 1.4;
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
}
.content-container h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    margin-bottom: 25px;
}
.content-container a {
    color: #C90C0F;
    text-decoration: none;
    text-underline-offset: 4px;
}
.content-container a:hover {
    text-decoration: underline;
}
.content-container ul {
    display: block;
    margin-bottom: 20px;
}
.content-container ul li {
    position: relative;
    line-height: 1.4;
    color: #000;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 7px;
}
.content-container ul li:last-child {
    margin-bottom: 0;
}
.content-container ul li:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
}
.content-container ol {
    display: block;
    margin-bottom: 20px;
}
.content-container ol li {
    position: relative;
    line-height: 1.4;
    color: #000;
    font-size: 16px;
    position: relative;
}
.content-container ol li:before {
    margin-right: 4px;
}
#header-top {
    box-sizing: border-box;
    padding: 12px 0;
    background: #F7F7F7;
}
#header-top .wrapper_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header-top .wrapper_box .menu_box {
    width: 100%}
#header-top .wrapper_box .menu_box ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#header-top .wrapper_box .menu_box ul li {
    flex-shrink: 0;
    margin-right: 8px;
}
#header-top .wrapper_box .menu_box ul li:last-child {
    margin-right: 0;
}
#header-top .wrapper_box .menu_box ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 100px;
    box-sizing: border-box;
    padding: 8px 16px;
    background: rgba(0, 0, 0, .05);
    transition: .3s;
}
#header-top .wrapper_box .menu_box ul li a:hover {
    background: rgba(0, 0, 0, .12);
}
#header-top .wrapper_box .menu_box ul li a.red {
    background: #FBEEEE;
}
#header-top .wrapper_box .menu_box ul li a.red svg {
    fill: #E38586;
}
#header-top .wrapper_box .menu_box ul li a.red span {
    color: #D64447;
}
#header-top .wrapper_box .menu_box ul li a.red.catalog {
    color: #D64447;
}
#header-top .wrapper_box .menu_box ul li a.red:hover {
    background: #EDDFDF;
}
#header-top .wrapper_box .menu_box ul li a.blue {
    background: #D9F0FB;
}
#header-top .wrapper_box .menu_box ul li a.blue svg {
    fill: #219CF7;
}
#header-top .wrapper_box .menu_box ul li a.blue span {
    color: #000;
}
#header-top .wrapper_box .menu_box ul li a.blue:hover {
    background: #C5ECFF;
}
#header-top .wrapper_box .menu_box ul li a svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-right: 7px;
}
#header-top .wrapper_box .menu_box ul li a span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .25px;
    flex-shrink: 0;
    color: #000;
}
#header-top .wrapper_box .btn_download{
	flex-shrink: 0;
}
#header-top .wrapper_box .btn_download a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    padding: 10px 15px;
    border-radius: 40px;
    background: #C90C0F;
    transition: 0.3s;
}
#header-top .wrapper_box .btn_download a:hover{
	background: #ff8b8d;
}
#header-top .wrapper_box .btn_download a svg{
	width: 18px;
	height: 18px;
	fill: #fff;
}
#header-top .wrapper_box .social_box {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#header-top .wrapper_box .social_box .social-link {
    flex-shrink: 0;
    margin-right: 16px;
}
#header-top .wrapper_box .social_box .social-link:last-child {
    margin-right: 0;
}
#header {
    position: relative;
    z-index: 4;
    background: #fff;
    box-sizing: border-box;
    padding: 10px 0;
}
#header .wrapper_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header .wrapper_box .catalog_btn {
    display: none;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #C90C0F;
    width: 42px;
    height: 42px;
}
#header .wrapper_box .catalog_btn svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    fill: transparent;
    stroke: #fff;
}
#header .wrapper_box .logo_block {
    flex-shrink: 0;
    display: block;
    box-sizing: border-box;
    padding: 8px;
    width: 176px;
    background: rgba(227, 227, 227, .5);
}
#header .wrapper_box .logo_block img {
    margin-bottom: -2px;
    width: 100%}
#header .wrapper_box .geo-location {
    flex-shrink: 0;
    max-width: 180px;
}
#header .wrapper_box .search_box {
    flex-shrink: 0;
    width: 360px;
    height: 48px;
    box-sizing: border-box;
}
#header .wrapper_box .search_box form {
    border-radius: 40px;
    background: #F7F7F7;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%}
#header .wrapper_box .search_box form input {
    width: 100%;
    height: 100%;
    padding-left: 24px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .28px;
}
#header .wrapper_box .search_box form input::placeholder {
    color: #999;
    font-weight: 400;
}
#header .wrapper_box .search_box form button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 64px;
    height: 100%}
#header .wrapper_box .search_box form button svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    fill: #999;
    transition: .3s;
}
#header .wrapper_box .search_box form button:hover svg {
    fill: #C90C0F;
}
#header .wrapper_box .info_box {
    flex-shrink: 0;
}
#header .wrapper_box .info_box .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
#header .wrapper_box .info_box .item:last-child {
    margin-bottom: 0;
}
#header .wrapper_box .info_box .item svg {
    width: 20px;
    height: 20px;
    fill: transparent;
    stroke: #999;
    stroke-width: 1.5;
    flex-shrink: 0;
    margin-right: 12px;
}
#header .wrapper_box .info_box .item span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .25px;
    display: block;
    flex-shrink: 0;
}
#header .wrapper_box .contacts_box {
    flex-shrink: 0;
}
#header .wrapper_box .contacts_box .search_btn {
    flex-shrink: 0;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: rgba(230, 230, 230, .5);
    width: 42px;
    height: 42px;
    margin-right: 8px;
}
#header .wrapper_box .contacts_box .search_btn svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    fill: #000;
}
#header .wrapper_box .contacts_box .phone_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#header .wrapper_box .contacts_box .phone_box .phone-1 {
    flex-shrink: 0;
    margin-right: 15px;
}
#header .wrapper_box .contacts_box .phone_box .phone-1 svg {
    display: none;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    fill: #000;
}
#header .wrapper_box .contacts_box .phone_box .mssg-links {
    flex-shrink: 0;
}
#header .wrapper_box .contacts_box .btn-callback {
    width: 100%;
    margin-top: 6px;
}
#menu-desk {
    padding: 5px 0;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    z-index: 4;
}
#menu-desk .wrapper_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#menu-desk .wrapper_box .catalog {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    background: #C90C0F;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .25px;
    transition: .3s;
}
#menu-desk .wrapper_box .catalog:hover {
    background: #A30A0D;
}
#menu-desk .wrapper_box .catalog .ico {
    flex-shrink: 0;
    margin-right: 12px;
    display: block;
    position: relative;
    width: 20px;
    height: 16px;
}
#menu-desk .wrapper_box .catalog .ico span {
    display: block;
    width: 20px;
    height: 2px;
    background: #FFF;
    position: absolute;
    left: 0;
}
#menu-desk .wrapper_box .catalog .ico span:nth-child(1) {
    top: 0;
}
#menu-desk .wrapper_box .catalog .ico span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}
#menu-desk .wrapper_box .catalog .ico span:nth-child(3) {
    bottom: 0;
}
#menu-desk .wrapper_box .link {
    flex-shrink: 0;
    padding: 16px;
    box-sizing: border-box;
    display: block;
    background: #F4F4F4;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .25px;
    transition: .3s;
}
#menu-desk .wrapper_box .link:hover {
    background: #DFDDDD;
}
#menu-desk .placeholder {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
#menu-desk .placeholder.active {
    opacity: 1;
    visibility: visible;
}
#footer {
    margin-top: 10px;
}
.footer_box {
    border-top: 1px solid #E6E6E6;
    box-sizing: border-box;
    padding: 32px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer_box .foo_title {
    color: #000;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.footer_box .foo_title:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #C90C0F;
}
.footer_box .top_text {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
}
.footer_box .main_box {
    flex-shrink: 0;
    width: 270px;
}
.footer_box .main_box .logo_block {
    width: 160px;
}
.footer_box .main_box .logo_block img {
    width: 100%;
    margin-bottom: -2px;
}
.footer_box .main_box .requisites {
    margin-top: 8px;
}
.footer_box .main_box .requisites ul li {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 6px;
    display: block;
}
.footer_box .main_box .requisites ul li:last-child {
    margin-bottom: 0;
}
.footer_box .main_box .btn-download {
    margin-top: 24px;
}
.footer_box .menu_block {
    flex-shrink: 0;
    max-width: 240px;
}
.footer_box .menu_block ul {
    display: block;
}
.footer_box .menu_block ul.mb {
    margin-bottom: 8px;
}
.footer_box .menu_block ul li {
    display: block;
    margin-bottom: 8px;
}
.footer_box .menu_block ul li:last-child {
    margin-bottom: 0;
}
.footer_box .menu_block ul li a {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    transition: .3s;
}
.footer_box .menu_block ul li a:hover {
    color: #C90C0F;
}
.footer_box .menu_block .link-ico {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
}
.footer_box .menu_block .link-ico:last-child {
    margin-bottom: 0;
}
.footer_box .menu_block .link-ico:hover svg {
    fill: #C90C0F;
}
.footer_box .menu_block .link-ico:hover span {
    color: #C90C0F;
}
.footer_box .menu_block .link-ico svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    fill: #E38586;
    margin-right: 8px;
    transition: .3s;
}
.footer_box .menu_block .link-ico span {
    flex-shrink: 0;
    color: #E38586;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .25px;
    transition: .3s;
}
.footer_box .contacts_box {
    flex-shrink: 0;
}
.footer_box .contacts_box .phone_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer_box .contacts_box .phone_box .phone_block {
    flex-shrink: 0;
}
.footer_box .contacts_box .phone_box .phone_block .phone {
    color: #000;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
}
.footer_box .contacts_box .phone_box .mssg_box {
    flex-shrink: 0;
    margin-left: 90px;
}
.footer_box .contacts_box .worktime_box {
    margin-top: 15px;
    max-width: 240px;
}
.footer_box .contacts_box .worktime_box .text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}
.footer_box .contacts_box .email_box {
    margin-top: 15px;
    max-width: 240px;
}
.footer_box .contacts_box .email_box .email {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-underline-offset: 4px;
    line-height: 1.4;
}
.footer_box .contacts_box .email_box .email:hover {
    text-decoration: underline;
}
.footer_box .contacts_box .btn-callback {
    width: 260px;
    height: 40px;
    margin-top: 15px;
}
.footer_info {
    padding: 24px 32px;
    box-sizing: border-box;
    border-top: 1px solid #E6E6E6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_info .pravo {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}
.footer_info .webdo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
}
.footer_info .webdo:hover span {
    color: #C90C0F;
}
.footer_info .webdo:hover svg {
    fill: #C90C0F;
}
.footer_info .webdo span {
    flex-shrink: 0;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    transition: .3s;
}
.footer_info .webdo svg {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    fill: #555;
    margin-top: -20px;
    transition: .3s;
}
.footer_info .politic {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    transition: .3s;
}
.footer_info .politic:hover {
    color: #C90C0F;
}
.modal-window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 31;
    background: rgba(0, 0, 0, .8);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.modal-window.active {
    opacity: 1;
    visibility: visible;
}
.modal-window.active .wrapper_box .modal-block {
    transform: translateY(0);
}
.modal-window .placeholder {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.modal-window .wrapper_box {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}
.modal-window .wrapper_box .modal-block {
    margin: 20px auto;
    padding: 24px;
    background: #fff;
    width: 350px;
    position: relative;
    box-sizing: border-box;
    z-index: 2;
    transform: translateY(10px);
    transition: .3s;
}
.modal-window .wrapper_box .modal-block .close {
    position: absolute;
    top: 20px;
    right: 24px;
}
.modal-window .wrapper_box .modal-block .title_box {
    display: block;
}
.modal-window .wrapper_box .modal-block .title_box .title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    display: block;
}
.modal-window .wrapper_box .modal-block .title_box .text {
    display: block;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 8px;
}
.modal-window .wrapper_box .modal-block .form_box {
    width: 100%;
    box-sizing: border-box;
    margin-top: 24px;
}
.modal-window .wrapper_box .modal-block .form_box form {
    width: 100%;
    display: block;
}
.modal-window .wrapper_box .modal-block .form_box form.sent .wpcf7-response-output {
    display: none!important;
}
.modal-window .wrapper_box .modal-block .form_box form .subject {
    display: none!important;
}
.modal-window .wrapper_box .modal-block .form_box form p span {
    width: 100%;
    display: block;
}
.modal-window .wrapper_box .modal-block .form_box form p span .input-field {
    height: 50px;
    margin-bottom: 8px;
}
.modal-window .wrapper_box .modal-block .form_box form p .btn {
    width: 100%;
    height: 50px;
}
.modal-window .wrapper_box .modal-block .form_box form .wpcf7-not-valid-tip {
    margin-top: -4px;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}
.modal-window .wrapper_box .modal-block .form_box form .wpcf7-response-output {
    display: none!important;
}
.modal-window .wrapper_box .modal-block .form_box form .politic {
    display: block;
    font-family: Lato-400;
    color: rgba(0, 0, 0, .4);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    box-sizing: border-box;
    padding: 6px 15px 15px;
}
.modal-window .wrapper_box .modal-block .mssg_box {
    box-sizing: border-box;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-window .wrapper_box .modal-block .mssg_box p {
    font-family: Lato-400;
    color: rgba(0, 0, 0, .4);
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    flex-shrink: 0;
    max-width: 170px;
}
.modal-window .wrapper_box .modal-block .mssg_box .mssg-links {
    flex-shrink: 0;
}
.footer_box .menu_block .link-ico_other {
    display: none;
}
#mobmenu a.other {
    display: none!important;
}
.pop-up .popup-window-close-icon svg {
    height: 18px!important;
    width: 18px!important;
}
.pop-up .popup-window-close-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contacts-location .wrapper_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.contacts-location .wrapper_box .item {
    width: calc(25% - 60px / 4);
    border-radius: 16px;
    background: #ededed;
    box-sizing: border-box;
    padding: 17px 20px;
    min-height: 106px;
}
.contacts-location .wrapper_box .item .head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contacts-location .wrapper_box .item .text {
    margin-top: 12px;
}
.contacts-location .wrapper_box .item .head svg {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    fill: #232323;
    margin-right: 8px;
}
.contacts-location .wrapper_box .item .head p {
    font-weight: 700;
    line-height: 1;
    color: #232323;
}
.contacts-location .wrapper_box .item .text p {
    font-size: 16px;
    color: #777;
    line-height: 1.4;
}
.divi_checkbox_class h3 {
    flex-shrink: 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 5px 0;
    box-sizing: border-box;
    justify-content: space-between;
    cursor: pointer;
    border: none!important;
    margin: 0 0 18px;
    i: before {
    ;
    content: "\f107"!important;
}
}.divi_checkbox_class .divi_checkbox_class_item {
    display: flex;
}
.divi_checkbox_class .divi_checkbox_class_item label + span {
    margin-left: auto;
    background: transparent;
    flex-shrink: 0;
    color: #E6E6E6;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    padding: 0;
    border-radius: 0;
    margin-top: 0;
}
.divi_checkbox_class .divi_checkbox_class_item input[type="checkbox"] {
    border: 1px solid #ABABAB;
    margin: 0 16px 0 0;
    border-radius: 4px;
    flex-shrink: 0;
}
.divi_checkbox_class .divi_checkbox_class_item label {
    margin: 0;
}
.divi_checkbox_class .divi_checkbox_class_item input[type="checkbox"]:before {
    width: 20px!important;
    height: 20px!important;
    border: none!important;
    transform: none!important;
    background: #C90C0F url("data:image/svg+xml;
    charset=UTF-8, <svg xmlns='http: //www.w3.org/2000/svg' viewBox='0 0 12 9' fill='white'><path d='M4.66746 7.11394L10.7957 0.985687L11.7385 1.92849L4.66746 8.99954L0.424805 4.75694L1.36761 3.81414L4.66746 7.11394Z'></path></svg>") center no-repeat;
    left: 0!important;
    top: 0!important;
    background-size: 12px 9px;
    border-radius: 4px;
    transition: opacity .3s;
    opacity: 0;
}
.divi_checkbox_class .divi_checkbox_class_item input[type="checkbox"]:checked {
    border-color: transparent!important;
}
.divi_checkbox_class .divi_checkbox_class_item input[type="checkbox"]:checked:before {
    opacity: 1;
}
.berocket_single_filter_widget {
    margin-bottom: 40px;
}
.bapf_button {
    width: 100%;
    height: 50px;
    border: 1.5px solid rgba(201, 12, 15, .3);
    border-radius: 100px;
    box-sizing: border-box;
    transition: .3s;
    text-align: center;
    font-size: 16px;
    line-height: 48px;
    font-weight: 600;
    color: #C90C0F;
    &: hover {
    ;
    border: 1.5px solid #C90C0F;
    background: #C90C0F;
    color: #fff;
}
}.berocket_single_filter_widget_5721 {
    margin-bottom: 0!important;
}
.bapf_divi_sfa h3 {
    color: #999;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    margin: 0;
    padding: 0;
    border: none;
}
.bapf_sfa_taxonomy >span {
    display: none!important;
}
.berocket_aapf_widget_selected_filter {
    display: flex;
    flex-wrap: wrap;
}
.bapf_sfilter.bapf_divi_sfa .berocket_aapf_widget_selected_filter ul li a {
    flex-shrink: 1;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 10px 16px;
    border-radius: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    transition: .3s;
    background: rgba(0, 0, 0, .05);
    color: #000;
    &: hover  {
    ;
    background: rgba(0, 0, 0, .1);
}
&.braapf_unselect_all {
    background: #FBEEEE;
    color: #D64447!important;
    &: hover {
    ;
    background: #F8E5E5;
}
}}.bapf_sfilter.bapf_divi_sfa .berocket_aapf_widget_selected_filter ul li a i {
    flex-shrink: 0;
    margin-left: 8px;
    width: 6px;
    height: 6px;
    position: relative;
    left: auto;
    top: auto;
    order: 1;
    &: before {
    ;
    width: 6px;
    height: 6px;
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 0;
    border: none;
    transform: none;
    background: url("data:image/svg+xml;
    charset=UTF-8, <svg xmlns='http: //www.w3.org/2000/svg' viewBox='0 0 13 13' fill='black'><path d='M6.5007 5.0865L11.4504 0.136719L12.8646 1.55093L7.9149 6.5007L12.8646 11.4504L11.4504 12.8646L6.5007 7.9149L1.55093 12.8646L0.136719 11.4504L5.0865 6.5007L0.136719 1.55093L1.55093 0.136719L6.5007 5.0865Z'></path></svg>") center no-repeat;
}
&:after {
    display: none!important;
}
}.bapf_sfilter.bapf_divi_sfa .berocket_aapf_widget_selected_filter ul li a.braapf_unselect_all i:before {
    background: url("data:image/svg+xml;
    charset=UTF-8, <svg xmlns='http: //www.w3.org/2000/svg' viewBox='0 0 13 13' fill='%23D64447'><path d='M6.5007 5.0865L11.4504 0.136719L12.8646 1.55093L7.9149 6.5007L12.8646 11.4504L11.4504 12.8646L6.5007 7.9149L1.55093 12.8646L0.136719 11.4504L5.0865 6.5007L0.136719 1.55093L1.55093 0.136719L6.5007 5.0865Z'></path></svg>") center no-repeat;
}
.berocket_single_filter_widget_5719 {
    margin-bottom: 0;
    .bapf_sfiltermargin-bottom: 0;
}
}