* {
    -webkit-tap-highlight-color: transparent;
}
html {
    font-size: 16px;
    line-height: 28.8px;
    font-weight: 300;
}
body {
    background-color: #fff;
    color: #341401;
    font-size: 16px;
    line-height: 28.8px;
    
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
body {
    min-width: 320px;
}
footer {
    overflow-x: hidden;
}
main {
    overflow: hidden;
}
p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28.8px;
    position: relative;
    z-index: 10;
}
.center {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
:root {
    --swiper-theme-color: #761b44;
}
*,
:before,
:after {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font: inherit;
}
h1 {
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 4.32rem;
    margin-bottom: 1rem;
    text-transform: none;
    
}
h2 {
    font-size: 2.88rem;
    font-weight: 400;
    line-height: 3.456rem;
    text-transform: none;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    clear: both;
}
h3 {
    font-size: 2.52rem;
    font-weight: 400;
    line-height: 3.024rem;
    text-transform: none;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    clear: both;
}
h4 {
    font-size: 22.4px;
    font-weight: 400;
    line-height: 26.88px;
    text-transform: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
h5 {
    font-size: 20.8px;
    font-weight: 400;
    line-height: 24.96px;
    text-transform: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
h6 {
    font-size: 19.2px;
    font-weight: 400;
    line-height: 23.04px;
    text-transform: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.block__head-wrap h1,
.block__head-wrap h2,
.block__head-wrap h3,
.block__head-wrap h4,
.block__head-wrap h5,
.block__head-wrap h6 {
    display: inline;
}
@media screen and (max-width: 580px) {
    .block__head-wrap h1,
    .block__head-wrap h2,
    .block__head-wrap h3,
    .block__head-wrap h4,
    .block__head-wrap h5,
    .block__head-wrap h6 {
        display: inline-block;
    }
}
ol,
ul {
    list-style: none;
}
ul li {
    list-style-type: disc;
    list-style-position: inside;
    line-height: 2rem;
}
ol li {
    list-style-type: decimal;
    list-style-position: inside;
    line-height: 2rem;
}
.left-menu li,
nav li {
    list-style-type: none;
}
a {
    color: #761b44;
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.input input[type="checkbox"],
.input input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
}
.input input[type="checkbox"] + label,
.input input[type="radio"] + label {
    cursor: pointer;
    padding-left: 24px;
    position: relative;
}
.input input[type="checkbox"]:checked + label:after,
.input input[type="radio"]:checked + label:after {
    opacity: 1;
}
.input input[type="checkbox"] + label::before,
.input input[type="radio"] + label::before {
    content: "";
    border-radius: 4px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 18px;
    width: 18px;
    border: 2px solid #d4dbea;
    background-color: transparent;
    -webkit-transition:
        opacity 0.3s ease,
        border-color 0.3s ease;
    -o-transition:
        opacity 0.3s ease,
        border-color 0.3s ease;
    transition:
        opacity 0.3s ease,
        border-color 0.3s ease;
}
.input input[type="checkbox"] + label:hover::before,
.input input[type="radio"] + label:hover::before {
    border-color: #bfc5d3;
}
.input input[type="radio"] + label::before {
    border-radius: 50%;
}
.input input[type="checkbox"] + label::after {
    -webkit-transform: translateY(-60%) rotate(45deg);
    -ms-transform: translateY(-60%) rotate(45deg);
    transform: translateY(-60%) rotate(45deg);
    position: absolute;
    left: 6px;
    top: 50%;
    width: 6px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    content: "";
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
}
.input input[type="radio"] + label::after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 5px;
    top: 50%;
    width: 8px;
    height: 8px;
    content: "";
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    background-color: #000;
    border-radius: 50%;
}
input,
textarea,
button {
    outline: none;
}
var {
    font-style: normal;
}
strong {
    font-weight: 700;
}
i {
    font-style: italic;
}
img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
svg {
    display: block;
}
.element:before {
    z-index: -1;
    position: absolute;
    content: "";
    top: -8.75rem;
    left: -2.6875rem;
    width: 12.375rem;
    height: 12.375rem;
    border: 1.875rem solid #f7faff;
}
path,
circle,
rect,
line {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.case {
    width: 100%;
    max-width: 1680px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding-left: 5vw;
    padding-right: 5vw;
}
.grid {
    display: grid;
}
.row,
.col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ind-block:nth-child(even) {
    background-color: #f7f7f7;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.ind-block:nth-child(even).color-bg,
.ind-block.color-bg,
.prod-all__item.color-bg,
.sectionitems__elem.color-bg,
.blocksliders__item.color-bg,
.listgrid-item.color-bg,
.color-bg {
    background-color: #fff;
    color: #341401;
}
.slider-block__item.color-no,
.ind-block:nth-child(even).color-no,
.ind-block.color-no,
.prod-all__item.color-no,
.sectionitems__elem.color-no,
.blocksliders__item.color-no,
.listgrid-item.color-no,
.color-no {
    background-color: transparent;
    color: #341401;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ind-block:nth-child(even).color-white,
.ind-block.color-white,
.prod-all__item.color-white,
.sectionitems__elem.color-white,
.blocksliders__item.color-white,
.listgrid-item.color-white,
.sections__elem.color-white,
#catalog-section .color-white .sections__title,
.color-white {
    background-color: #fff;
    color: #341401;
}
.ind-block:nth-child(even).color-gray,
.ind-block.color-gray,
.prod-all__item.color-gray,
.sectionitems__elem.color-gray,
.blocksliders__item.color-gray,
.listgrid-item.color-gray,
.color-gray {
    background-color: #e8e8e8;
    color: #341401;
}
.ind-block:nth-child(even).color-dark-grey,
.ind-block.color-dark-grey,
.prod-all__item.color-dark-grey,
.sectionitems__elem.color-dark-grey,
.blocksliders__item.color-dark-grey,
.listgrid-item.color-dark-grey,
.color-dark-grey {
    background-color: #1a3c55;
    color: #f7f7f7;
}
.ind-block:nth-child(even).color-black,
.ind-block.color-black,
.prod-all__item.color-black,
.sectionitems__elem.color-black,
.blocksliders__item.color-black,
.listgrid-item.color-black,
.color-black {
    background-color: #2d303d;
    color: #f7f7f7;
}
.ind-block:nth-child(even).color-black-classic,
.ind-block.color-black-classic,
.prod-all__item.color-black-classic,
.sectionitems__elem.color-black-classic,
.blocksliders__item.color-black-classic,
.listgrid-item.color-black-classic,
.color-black-classic {
    background-color: #000;
    color: #f7f7f7;
}
.ind-block:nth-child(even).color-main,
.ind-block.color-main,
.prod-all__item.color-main,
.sectionitems__elem.color-main,
.blocksliders__item.color-main,
.listgrid-item.color-main,
#text-section .color-main,
.color-main {
    background-color: #761b44;
    color: #f7f7f7;
}
.color-main .features__text,
.color-main .listgrid-title,
.color-main .listgrid-text {
    color: #f7f7f7;
}
.color-main .features__item:hover svg {
    stroke: #4c122c;
}
.color-main .features__item svg {
    stroke: #f7f7f7;
}
.ind-block:nth-child(even).color-second,
.ind-block.color-second,
.prod-all__item.color-second,
.sectionitems__elem.color-second,
.blocksliders__item.color-second,
.listgrid-item.color-second,
.color-second {
    background-color: #761b44;
    color: #f7f7f7;
}
.color-second .features__text,
.color-second .listgrid-title,
.color-second .listgrid-text {
    color: #f7f7f7;
}
.ind-block:nth-child(even).color-main-lighten,
.ind-block.color-main-lighten,
.prod-all__item.color-main-lighten,
.sectionitems__elem.color-main-lighten,
.blocksliders__item.color-main-lighten,
.listgrid-item.color-main-lighten,
.color-main-lighten {
    background-color: #faeaf1;
    color: #341401;
}
.ind-block:nth-child(even).color-main-darken,
.ind-block.color-main-darken,
.prod-all__item.color-main-darken,
.sectionitems__elem.color-main-darken,
.blocksliders__item.color-main-darken,
.listgrid-item.color-main-darken,
.color-main-darken {
    background-color: #6e193f;
    color: #7e1d49;
}
.ind-block:nth-child(even).color-second-darken,
.ind-block.color-second-darken,
.prod-all__item.color-second-darken,
.sectionitems__elem.color-second-darken,
.blocksliders__item.color-second-darken,
.listgrid-item.color-second-darken,
.color-second-darken {
    background-color: #6e193f;
    color: #7e1d49;
}
.ind-block:nth-child(even).color-soft,
.ind-block.color-soft,
.prod-all__item.color-soft,
.sectionitems__elem.color-soft,
.blocksliders__item.color-soft,
.listgrid-item.color-soft,
.color-soft {
    background-color: #e8d9e0;
    color: #341401;
}
.ind-block:nth-child(even).color-second-lighten,
.ind-block.color-second-lighten,
.prod-all__item.color-second-lighten,
.sectionitems__elem.color-second-lighten,
.blocksliders__item.color-second-lighten,
.listgrid-item.color-second-lighten,
.color-second-lighten {
    background-color: #faeaf1;
    color: #341401;
}
.ind-block:nth-child(even).color-bg-lighten,
.ind-block.color-bg-lighten,
.prod-all__item.color-bg-lighten,
.sectionitems__elem.color-bg-lighten,
.blocksliders__item.color-bg-lighten,
.listgrid-item.color-bg-lighten,
.color-bg-lighten {
    background-color: #fff;
    color: #341401;
}
.ind-block:nth-child(even).color-bg-darken,
.ind-block.color-bg-darken,
.prod-all__item.color-bg-darken,
.sectionitems__elem.color-bg-darken,
.blocksliders__item.color-bg-darken,
.listgrid-item.color-bg-darken,
.color-bg-darken {
    background-color: #f7f7f7;
    color: #341401;
}
.color-multicolor1 > div:nth-child(2n + 1) {
    background-color: #932255;
    color: #f7f7f7;
}
.color-multicolor1 > div:nth-child(2n) {
    background-color: #761b44;
    color: #f7f7f7;
}
.color-multicolor1 > div:nth-child(3n) {
    background-color: #65173a;
    color: #f7f7f7;
}
.color-multicolor1 > div:nth-child(4n) {
    background-color: #551331;
    color: #f7f7f7;
    margin-right: 0;
}
.color-multicolor2 > div:nth-child(2n + 1) {
    background-color: #932255;
    color: #f7f7f7;
}
.color-multicolor2 > div:nth-child(2n) {
    background-color: #761b44;
    color: #f7f7f7;
}
.color-multicolor2 > div:nth-child(3n) {
    background-color: #611638;
    color: #f7f7f7;
}
.color-multicolor2 > div:nth-child(4n) {
    background-color: #4c122c;
    color: #f7f7f7;
    margin-right: 0;
}
.color-multicolor3 > div:nth-child(2n + 1) {
    background-color: #761b44;
    color: #f7f7f7;
}
.color-multicolor3 > div:nth-child(2n) {
    background-color: #741a43;
    color: #f7f7f7;
}
.color-multicolor3 > div:nth-child(3n) {
    background-color: #741a43;
    color: #f7f7f7;
}
.color-multicolor3 > div:nth-child(4n) {
    background-color: #761b44;
    color: #f7f7f7;
    margin-right: 0;
}
.color-multicolor4 > div:nth-child(2n + 1) {
    background-color: #faeaf1;
    color: #341401;
}
.color-multicolor4 > div:nth-child(2n) {
    background-color: #f7dee9;
    color: #341401;
}
.color-multicolor4 > div:nth-child(3n) {
    background-color: #fbeaf1;
    color: #341401;
}
.color-multicolor4 > div:nth-child(4n) {
    background-color: #faeaf1;
    color: #341401;
    margin-right: 0;
}
.color-multicolor5 > div:nth-child(2n + 1) {
    background-color: #761b44;
    color: #f7f7f7;
}
.color-multicolor5 > div:nth-child(2n) {
    background-color: #761b44;
    color: #f7f7f7;
}
.color-multicolor5 > div:nth-child(3n) {
    background-color: #f9f6f1;
    color: #341401;
}
.color-multicolor5 > div:nth-child(4n) {
    background-color: #741a43;
    color: #f7f7f7;
    margin-right: 0;
}
.color-multicolor5 > div:nth-child(5n) {
    background-color: #972357;
    color: #f7f7f7;
}
.clip-circle {
    -webkit-clip-path: ellipse(45% 45% at 50% 50%);
    clip-path: ellipse(45% 45% at 50% 50%);
}
.clip-skos-right {
    -webkit-clip-path: polygon(0% 0, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0, 80% 0%, 100% 100%, 0% 100%);
}
.clip-skos-left {
    -webkit-clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
}
.clip-skos {
    -webkit-clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    min-height: 100%;
}
.item-reverse .clip-skos {
    -webkit-clip-path: polygon(0% 0, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0, 80% 0%, 100% 100%, 0% 100%);
    min-height: 100%;
}
.clip-romb {
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.clip-pgram {
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.clip-square {
    -webkit-clip-path: polygon(10% 10%, 90% 10%, 90% 90%, 10% 90%);
    clip-path: polygon(10% 10%, 90% 10%, 90% 90%, 10% 90%);
}
.clip-triangle {
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.clip-corner-circle {
    border-radius: 50% 0 50% 50%;
}
.clip-multicorner {
    -webkit-clip-path: polygon(67.84% 0.4%, 99.61% 33.55%, 95.83% 76.29%, 37.26% 102.39%, -0.8% 75.87%, 22.99% 20.35%);
    clip-path: polygon(67.84% 0.4%, 99.61% 33.55%, 95.83% 76.29%, 37.26% 102.39%, -0.8% 75.87%, 22.99% 20.35%);
}
.clip-heart {
    -webkit-clip-path: path(
        "M213.1,6.7c-32.4-14.4-73.7,0-88.1,30.6C110.6,4.9,67.5-9.5,36.9,6.7C2.8,22.9-13.4,62.4,13.5,110.9 C33.3,145.1,67.5,170.3,125,217c59.3-46.7,93.5-71.9,111.5-106.1C263.4,64.2,247.2,22.9,213.1,6.7z"
    );
    clip-path: path(
        "M213.1,6.7c-32.4-14.4-73.7,0-88.1,30.6C110.6,4.9,67.5-9.5,36.9,6.7C2.8,22.9-13.4,62.4,13.5,110.9 C33.3,145.1,67.5,170.3,125,217c59.3-46.7,93.5-71.9,111.5-106.1C263.4,64.2,247.2,22.9,213.1,6.7z"
    );
}
.clip-cog {
    -webkit-clip-path: path(
        "M43.454,18.443h-2.437c-0.453-1.766-1.16-3.42-2.082-4.933l1.752-1.756c0.473-0.473,0.733-1.104,0.733-1.774 c0-0.669-0.262-1.301-0.733-1.773l-2.92-2.917c-0.947-0.948-2.602-0.947-3.545-0.001l-1.826,1.815 C30.9,6.232,29.296,5.56,27.529,5.128V2.52c0-1.383-1.105-2.52-2.488-2.52h-4.128c-1.383,0-2.471,1.137-2.471,2.52v2.607 c-1.766,0.431-3.38,1.104-4.878,1.977l-1.825-1.815c-0.946-0.948-2.602-0.947-3.551-0.001L5.27,8.205 C4.802,8.672,4.535,9.318,4.535,9.978c0,0.669,0.259,1.299,0.733,1.772l1.752,1.76c-0.921,1.513-1.629,3.167-2.081,4.933H2.501 C1.117,18.443,0,19.555,0,20.935v4.125c0,1.384,1.117,2.471,2.501,2.471h2.438c0.452,1.766,1.159,3.43,2.079,4.943l-1.752,1.763 c-0.474,0.473-0.734,1.106-0.734,1.776s0.261,1.303,0.734,1.776l2.92,2.919c0.474,0.473,1.103,0.733,1.772,0.733 s1.299-0.261,1.773-0.733l1.833-1.816c1.498,0.873,3.112,1.545,4.878,1.978v2.604c0,1.383,1.088,2.498,2.471,2.498h4.128 c1.383,0,2.488-1.115,2.488-2.498v-2.605c1.767-0.432,3.371-1.104,4.869-1.977l1.817,1.812c0.474,0.475,1.104,0.735,1.775,0.735 c0.67,0,1.301-0.261,1.774-0.733l2.92-2.917c0.473-0.472,0.732-1.103,0.734-1.772c0-0.67-0.262-1.299-0.734-1.773l-1.75-1.77 c0.92-1.514,1.627-3.179,2.08-4.943h2.438c1.383,0,2.52-1.087,2.52-2.471v-4.125C45.973,19.555,44.837,18.443,43.454,18.443z M22.976,30.85c-4.378,0-7.928-3.517-7.928-7.852c0-4.338,3.55-7.85,7.928-7.85c4.379,0,7.931,3.512,7.931,7.85 C30.906,27.334,27.355,30.85,22.976,30.85z"
    );
    clip-path: path(
        "M43.454,18.443h-2.437c-0.453-1.766-1.16-3.42-2.082-4.933l1.752-1.756c0.473-0.473,0.733-1.104,0.733-1.774 c0-0.669-0.262-1.301-0.733-1.773l-2.92-2.917c-0.947-0.948-2.602-0.947-3.545-0.001l-1.826,1.815 C30.9,6.232,29.296,5.56,27.529,5.128V2.52c0-1.383-1.105-2.52-2.488-2.52h-4.128c-1.383,0-2.471,1.137-2.471,2.52v2.607 c-1.766,0.431-3.38,1.104-4.878,1.977l-1.825-1.815c-0.946-0.948-2.602-0.947-3.551-0.001L5.27,8.205 C4.802,8.672,4.535,9.318,4.535,9.978c0,0.669,0.259,1.299,0.733,1.772l1.752,1.76c-0.921,1.513-1.629,3.167-2.081,4.933H2.501 C1.117,18.443,0,19.555,0,20.935v4.125c0,1.384,1.117,2.471,2.501,2.471h2.438c0.452,1.766,1.159,3.43,2.079,4.943l-1.752,1.763 c-0.474,0.473-0.734,1.106-0.734,1.776s0.261,1.303,0.734,1.776l2.92,2.919c0.474,0.473,1.103,0.733,1.772,0.733 s1.299-0.261,1.773-0.733l1.833-1.816c1.498,0.873,3.112,1.545,4.878,1.978v2.604c0,1.383,1.088,2.498,2.471,2.498h4.128 c1.383,0,2.488-1.115,2.488-2.498v-2.605c1.767-0.432,3.371-1.104,4.869-1.977l1.817,1.812c0.474,0.475,1.104,0.735,1.775,0.735 c0.67,0,1.301-0.261,1.774-0.733l2.92-2.917c0.473-0.472,0.732-1.103,0.734-1.772c0-0.67-0.262-1.299-0.734-1.773l-1.75-1.77 c0.92-1.514,1.627-3.179,2.08-4.943h2.438c1.383,0,2.52-1.087,2.52-2.471v-4.125C45.973,19.555,44.837,18.443,43.454,18.443z M22.976,30.85c-4.378,0-7.928-3.517-7.928-7.852c0-4.338,3.55-7.85,7.928-7.85c4.379,0,7.931,3.512,7.931,7.85 C30.906,27.334,27.355,30.85,22.976,30.85z"
    );
}
.clip-plumb {
    -webkit-clip-path: polygon(
        50% 0%,
        63.23% 9.3%,
        79.39% 9.55%,
        84.62% 24.84%,
        97.55% 34.55%,
        92.8% 50%,
        97.55% 65.45%,
        84.62% 75.16%,
        79.39% 90.45%,
        63.23% 90.7%,
        50% 100%,
        36.77% 90.7%,
        20.61% 90.45%,
        15.38% 75.16%,
        2.45% 65.45%,
        7.2% 50%,
        2.45% 34.55%,
        15.38% 24.84%,
        20.61% 9.55%,
        36.77% 9.3%
    );
    clip-path: polygon(
        50% 0%,
        63.23% 9.3%,
        79.39% 9.55%,
        84.62% 24.84%,
        97.55% 34.55%,
        92.8% 50%,
        97.55% 65.45%,
        84.62% 75.16%,
        79.39% 90.45%,
        63.23% 90.7%,
        50% 100%,
        36.77% 90.7%,
        20.61% 90.45%,
        15.38% 75.16%,
        2.45% 65.45%,
        7.2% 50%,
        2.45% 34.55%,
        15.38% 24.84%,
        20.61% 9.55%,
        36.77% 9.3%
    );
}
.clip-marker {
    -webkit-clip-path: polygon(0 1%, 100% 0%, 100% 70%, 50% 100%, 0 70%);
    clip-path: polygon(0 1%, 100% 0%, 100% 70%, 50% 100%, 0 70%);
}
.clip-checkbox {
    -webkit-clip-path: path(
        "M20.687,38.332c-2.072,2.072-5.434,2.072-7.505,0L1.554,26.704c-2.072-2.071-2.072-5.433,0-7.504 c2.071-2.072,5.433-2.072,7.505,0l6.928,6.927c0.523,0.522,1.372,0.522,1.896,0L36.642,7.368c2.071-2.072,5.433-2.072,7.505,0 c0.995,0.995,1.554,2.345,1.554,3.752c0,1.407-0.559,2.757-1.554,3.752L20.687,38.332z"
    );
    clip-path: path(
        "M20.687,38.332c-2.072,2.072-5.434,2.072-7.505,0L1.554,26.704c-2.072-2.071-2.072-5.433,0-7.504 c2.071-2.072,5.433-2.072,7.505,0l6.928,6.927c0.523,0.522,1.372,0.522,1.896,0L36.642,7.368c2.071-2.072,5.433-2.072,7.505,0 c0.995,0.995,1.554,2.345,1.554,3.752c0,1.407-0.559,2.757-1.554,3.752L20.687,38.332z"
    );
}
.clip-hexagon {
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.clip-octagon {
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.clip-star {
    -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.clip-arrow-right-1 {
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.clip-arrow-left-1 {
    -webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
}
.clip-arrow-1 {
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.item-reverse .clip-arrow-1 {
    -webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
}
.clip-arrow-right-2 {
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}
.clip-arrow-left-2 {
    -webkit-clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}
.clip-arrow-2 {
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}
.item-reverse .clip-arrow-2 {
    -webkit-clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}
.clip-message {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
}
.clip-circle-right {
    -webkit-clip-path: circle(65% at 95% 50%);
    clip-path: circle(65% at 95% 50%);
}
.clip-circle-bg {
    -webkit-clip-path: circle(23% at 70% 50%);
    clip-path: circle(23% at 70% 50%);
}
.clip-circle-bg-center {
    -webkit-clip-path: circle(28% at 48% 55%);
    clip-path: circle(28% at 48% 55%);
}
.clip-circle-corner {
    -webkit-clip-path: circle(45% at 80% 10%);
    clip-path: circle(45% at 80% 10%);
}
.clip-blob {
    border-radius: 21% 79% 57% 43%/23% 41% 59% 77%;
}
.clip-diagonal {
    -webkit-clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
    clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
}
.clip-bg-corner {
    -webkit-clip-path: polygon(45% 0%, 100% 0%, 100% 100%, 65% 100%);
    clip-path: polygon(45% 0%, 100% 0%, 100% 100%, 65% 100%);
}
.clip-bg-line {
    -webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%);
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%);
}
.clip-bg-popolam-line {
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%);
}
.clip-bg-line-image {
    -webkit-clip-path: polygon(5% 0%, 30% 0%, 30% 100%, 5% 100%);
    clip-path: polygon(5% 0%, 30% 0%, 30% 100%, 5% 100%);
}
.height-auto {
    height: auto;
}
.height-100 {
    height: 100%;
}
.height-5 {
    height: 5rem;
}
.height-8 {
    height: 8rem;
}
.height-10 {
    height: 10rem;
}
.height-12 {
    height: 12rem;
}
.height-15 {
    height: 15rem;
}
.height-18 {
    height: 18rem;
}
.height-20 {
    height: 20rem;
}
.height-22 {
    height: 22rem;
}
.height-25 {
    height: 25rem;
}
.height-28 {
    height: 28rem;
}
.height-30 {
    height: 30rem;
}
.height-32 {
    height: 32rem;
}
.height-35 {
    height: 35rem;
}
.height-38 {
    height: 38rem;
}
.height-40 {
    height: 40rem;
}
.height-100 {
    height: 100%;
}
.listgrid-icon.height-auto {
    height: auto;
    width: auto;
}
.listgrid-icon.height-100 {
    height: 100%;
    width: 100%;
}
.listgrid-icon.height-5 {
    height: 5rem;
    width: 5rem;
}
.listgrid-icon.height-8 {
    height: 8rem;
    width: 8rem;
}
.listgrid-icon.height-10 {
    height: 10rem;
    width: 10rem;
}
.listgrid-icon.height-12 {
    height: 12rem;
    width: 12rem;
}
.listgrid-icon.height-15 {
    height: 15rem;
    width: 15rem;
}
.listgrid-icon.height-18 {
    height: 18rem;
    width: 18rem;
}
.listgrid-icon.height-20 {
    height: 20rem;
    width: 20rem;
}
.listgrid-icon.height-22 {
    height: 22rem;
    width: 22rem;
}
.listgrid-icon.height-25 {
    height: 25rem;
    width: 25rem;
}
.listgrid-icon.height-28 {
    height: 28rem;
    width: 28rem;
}
.listgrid-icon.height-30 {
    height: 30rem;
    width: 30rem;
}
.text__important {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 0.25rem solid #761b44;
    font-size: 28.8px;
    font-weight: 700;
    line-height: 40px;
    margin: 2rem auto 2rem auto;
    padding: 1.1rem;
}
.text__medium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    margin: 1em auto 0.5rem auto;
    padding: 1.1rem;
}
.text__bold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 19.2px;
    font-weight: 500;
    line-height: 28.8px;
    margin: 2rem auto 2rem auto;
    padding: 1.1rem;
}
.text__attract {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    font-size: 28.8px;
    font-weight: 400;
    line-height: 44.8px;
    margin: 2rem auto 2rem auto;
    padding: 1.1rem;
}
.text__background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #761b44;
    color: #fcfcfc;
    font-size: 19.2px;
    line-height: 28.8px;
    margin: 2rem auto 2rem auto;
    padding: 2rem;
}
.text__background__lighten {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f2f2f2;
    color: #341401;
    font-size: 17.6px;
    line-height: 28.8px;
    margin: 2rem auto 2rem auto;
    padding: 2rem;
}
.text__background__second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #761b44;
    color: #fcfcfc;
    font-size: 17.6px;
    line-height: 28.8px;
    margin: 2rem auto 2rem auto;
    padding: 2rem;
}
.text__background__add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f9f6f1;
    color: #341401;
    font-size: 17.6px;
    line-height: 28.8px;
    margin: 2rem auto 2rem auto;
    padding: 2rem;
}
.text__background__full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(50vw - 50%);
    min-height: 9rem;
    background-color: #761b44;
    color: #fcfcfc;
    font-size: 20.8px;
    line-height: 28.8px;
    font-weight: 400;
    padding: 2.5rem;
    text-align: center;
}
.text__background__full__second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(50vw - 50%);
    min-height: 9rem;
    background-color: #761b44;
    color: #fcfcfc;
    font-size: 20.8px;
    line-height: 28.8px;
    font-weight: 400;
    padding: 2.5rem;
    text-align: center;
}
.text__background__full__add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(50vw - 50%);
    min-height: 9rem;
    background-color: #f9f6f1;
    color: #341401;
    font-size: 20.8px;
    line-height: 28.8px;
    font-weight: 400;
    padding: 2.5rem;
    text-align: center;
}
.text__background__full__lighten {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(50vw - 50%);
    min-height: 9rem;
    background-color: #f2f2f2;
    color: #341401;
    font-size: 20.8px;
    line-height: 28.8px;
    font-weight: 400;
    padding: 2.5rem;
    text-align: center;
}
.text__frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0.25rem solid #761b44;
    font-size: 17.6px;
    line-height: 28.8px;
    margin: 2rem auto 2rem auto;
    padding: 2.1rem;
}
.text__note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 0.325rem solid #761b44;
    font-size: 17.6px;
    line-height: 28.8px;
    margin: 2rem auto 2rem auto;
    padding: 1.1rem;
    color: #983a03;
    color: #341401;
}
.text__quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fcfcfc;
    -webkit-box-shadow: 0.3125rem 0.9375rem 2.5rem #1e234226;
    box-shadow: 0.3125rem 0.9375rem 2.5rem #1e234226;
    color: #341401;
    border-radius: 2px;
    width: 90%;
    min-height: 9rem;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    line-height: 28.8px;
    padding: 1.75rem 3.0625rem 1.75rem 2.375rem;
    position: relative;
    margin: 2rem auto 2rem auto;
}
.block-frame__big {
    padding: 65px;
    max-width: 480px;
    font-size: 20.8px;
    font-weight: 500;
    clear: left;
    float: left;
    border: 8px solid #761b44;
    border-radius: 2px;
    margin: 1rem 5rem 3rem 1rem;
}
.block-frame__big.right {
    clear: right;
    float: right;
    margin: 1rem 1rem 3rem 5rem;
}
@media screen and (max-width: 992px) {
    .block-frame__big {
        padding: 45px;
        max-width: 50vw;
        margin: 1rem 3rem 2rem 1rem;
    }
}
.features-list li {
    list-style-type: none;
}
.features-item__line {
    line-height: 2.3125rem;
    position: relative;
}
.features-item__line::before {
    content: "\2014";
    position: relative;
    left: -5px;
}
.features-item__check {
    line-height: 2.3125rem;
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.features-item__check .content-info__text-content p {
    line-height: 2.3125rem;
}
.features-item__check::before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    width: 2rem;
    margin-right: 0.625rem;
    font-size: 2rem;
    color: #761b44;
}
.features-item__circle {
    font-size: 1.25rem;
    line-height: 2.3125rem;
    padding-left: 1.625rem;
    position: relative;
}
.features-list .features-item__circle::before,
.features-item__circle:before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 1.0625rem;
    height: 1.0625rem;
    background: #fff;
    border: 0.3125rem solid #761b44;
    border-radius: 50%;
}
.facts-section {
    color: #341401;
}
.facts__list {
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 4.5rem;
    -moz-column-gap: 4.5rem;
    column-gap: 4.5rem;
    row-gap: 1.875rem;
    padding: 2rem;
    width: 100%;
    margin: 1rem 0 2rem 0;
    display: grid;
}
.facts__list.items-2,
.facts__list.items-3,
.facts__list.items-4,
.facts__list.items-5 {
    display: grid;
}
.facts__list .button {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}
.facts__list.items-1 {
    grid-template-columns: 1fr;
}
.facts__list.items-1 .button {
    width: auto;
    padding-left: 4rem;
    padding-right: 4rem;
}
.facts__list.items-2 {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}
.facts__list.items-2 .button {
    width: auto;
    padding-left: 4rem;
    padding-right: 4rem;
}
.facts__list.items-3 {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}
.facts__list.items-3 .button {
    width: auto;
    padding-left: 4rem;
    padding-right: 4rem;
}
.facts__list.items-4 {
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}
.facts__list.items-5 {
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
}
.ind-about__info .ind-block {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1220px) {
    .facts__list,
    .facts__list.items-3,
    .facts__list.items-4,
    .facts__list.items-5 {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 4rem;
    }
}
@media screen and (max-width: 580px) {
    .facts__list,
    .facts__list.items-2,
    .facts__list.items-3,
    .facts__list.items-4,
    .facts__list.items-5 {
        display: grid;
        grid-template-columns: 1fr;
        padding: 0;
    }
}
.facts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (max-width: 580px) {
    .facts__item:first-child {
        padding-top: 2rem;
    }
    .facts__item:last-child {
        padding-bottom: 2rem;
    }
    .facts__item {
        padding-left: 1rem;
    }
}
.facts__icon {
    width: 4.3125rem;
    height: 4.3125rem;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.facts__icon:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.facts-count {
    font-weight: 700;
    font-size: 80px;
    line-height: 88px;
    color: #761b44;
    margin: 0;
}
@media screen and (max-width: 767px) {
    .facts-count {
        font-size: 72px;
        line-height: 72px;
    }
}
@media screen and (max-width: 580px) {
    .facts-count {
        font-size: 64px;
        line-height: 64px;
    }
}
.facts__text {
    font-size: 1.1rem;
}
.ind-block {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
    position: relative;
    clear: both;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(50vw - 50%);
}
.ind-block.bigmargin {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}
p.smallmargin,
div.smallmargin,
.ind-block.smallmargin {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.ind-block.nomargin {
    padding-top: 0;
    padding-bottom: 0;
}
.block-second .block__head-wrap,
.block-second .slider-block__head-wrap,
.block-second .block__title h1,
.block-second .block__title h2,
.block-second .block__title h3,
.block-second .block__title h5,
.block-second .block__title h6,
.block-second .block__title {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 2.8rem;
    line-height: 3.8rem;
}
#feedback-section .block__head-wrap,
#feedback-section .block__title h1,
#feedback-section .block__title h2,
#feedback-section .block__title h3,
#feedback-section .block__title h4,
#feedback-section .block__title h5,
#feedback-section .block__title h6,
#feedback-section .block__title,
#feedback-section .block__subtitle,
#feedback-section .block__subtitle h1,
#feedback-section .block__subtitle h2,
#feedback-section .block__subtitle h3,
#feedback-section .block__subtitle h4,
#feedback-section .block__subtitle h5,
#feedback-section .block__subtitle h6 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.block-second .block__link_all,
.block-main .block__link_all {
    margin-left: 0;
}
.content-block {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
    position: relative;
    clear: both;
    width: 100%;
}
.fullcontent {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    margin: auto;
}
.fullscreen {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(50vw - 50%);
}
.fullscreen .case {
    padding-left: 0;
    padding-right: 0;
    max-width: none !important;
}
.compactcontent {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 70%;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.compactcontent45 {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 45%;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.block__link_all {
    line-height: 1;
    margin-left: 1.9375rem;
    position: relative;
    top: -0.3rem;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
}
.block__link_all:hover {
    border: none;
}
.block__head-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.block__head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 1220px) {
    .compactcontent {
        padding-left: 1rem;
        padding-right: 1rem;
        width: 100%;
        margin: auto;
    }
}
@media screen and (max-width: 350px) {
    .block__head {
        display: block;
    }
    .block__title {
        margin-bottom: 0.625rem;
    }
    .block__title--xs-hidden,
    .block__link_all {
        display: none;
    }
    .block__title--xs-visible {
        display: block;
    }
}
.button {
    z-index: 1;
    position: relative;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    color: #101241;
    min-width: 14rem;
    font-size: 1.1rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    outline: none;
    min-height: 3.06rem;
    border-radius: 12px;
    padding: 1rem 3.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.button.button--blue,
.button.button--dark {
    -webkit-box-shadow: 0.3125rem 0.9375rem 2.5rem rgba(30, 35, 66, 0.1);
    box-shadow: 0.3125rem 0.9375rem 2.5rem rgba(30, 35, 66, 0.1);
}
.button.button--blue:hover,
.button.button--dark:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.block-leadmagnit .leadmagnit__button .button.button--dark {
    -webkit-animation: pulse;
    animation: pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: 10;
    animation-iteration-count: 10;
}
@media screen and (max-width: 580px) {
    .button {
        min-width: 16rem;
        font-size: 1rem;
        padding: 1.2rem 3rem;
        margin-top: 1rem;
    }
    .intro__btn-box,
    .intro__video-box {
        margin-right: 0rem;
    }
}
.block__title,
.block__title h1 {
    font-size: 3.6rem;
    line-height: 4.32rem;
    text-transform: none;
    text-align: left;
    font-weight: 400;
    
    padding: 2rem 0;
}
.block__title h2,
.block__title h3,
.block__title h4,
.block__title h5 {
    font-size: 3.6rem;
    line-height: 4.32rem;
    text-transform: none;
    text-align: left;
    font-weight: 400;
}
.block__subtitle,
.block__subtitle h1,
.block__subtitle h2,
.block__subtitle h3,
.block__subtitle h4,
.block__subtitle h5 {
    font-size: 20.8px;
    line-height: 28.8px;
    text-align: left;
    font-weight: 400;
    padding-bottom: 3rem;
}
video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.news-detail__wrap video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 80vh;
}
details summary {
    display: block;
    width: 10em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 1px dotted;
    outline-style: none;
    cursor: pointer;
}
details summary::-webkit-details-marker {
    display: none;
}
summary {
    margin-bottom: 1rem;
}
details[open] p,
details[open] div {
    -webkit-animation: spoiler 1s;
    animation: spoiler 1s;
}
@-webkit-keyframes spoiler {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes spoiler {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.input {
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}
.input__area {
    width: 100%;
    color: #101241;
    font-size: 1rem;
    
    font-weight: 500;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}
.search__input .input__area {
    width: 95%;
    border-bottom: 1px solid #bcbdcd;
    padding-bottom: 10px !important;
}
.input__area::-webkit-input-placeholder {
    color: #bcbdcd;
    font-size: 1rem;
    
    font-weight: 400;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.input__area::-moz-placeholder {
    color: #bcbdcd;
    font-size: 1rem;
    
    font-weight: 400;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.input__area:-ms-input-placeholder {
    color: #bcbdcd;
    font-size: 1rem;
    
    font-weight: 400;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.input__area::-ms-input-placeholder {
    color: #bcbdcd;
    font-size: 1rem;
    
    font-weight: 400;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.input__area::placeholder {
    color: #bcbdcd;
    font-size: 1rem;
    
    font-weight: 400;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.input.--grey .input__area {
    min-height: 3.0625rem;
    background: #f8f8f8;
    border-radius: 0.625rem;
    padding: 0 1.875rem;
}
.input.input--search .input__area::-webkit-input-placeholder {
    font-size: 1rem;
    color: #101241;
}
.input.input--search .input__area::-moz-placeholder {
    font-size: 1rem;
    color: #101241;
}
.input.input--search .input__area:-ms-input-placeholder {
    font-size: 1rem;
    color: #101241;
}
.input.input--search .input__area::-ms-input-placeholder {
    font-size: 1rem;
    color: #101241;
}
.input.input--search .input__area::placeholder {
    font-size: 1rem;
    color: #101241;
}
.input.input--white .input__area {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    padding: 0.9375rem 1.875rem;
}
.input.input--white .input__area::-webkit-input-placeholder {
    color: #fff;
}
.input.input--white .input__area::-moz-placeholder {
    color: #fff;
}
.input.input--white .input__area:-ms-input-placeholder {
    color: #fff;
}
.input.input--white .input__area::-ms-input-placeholder {
    color: #fff;
}
.input.input--white .input__area::placeholder {
    color: #fff;
}
.input.--error .input__area::-webkit-input-placeholder {
    color: red;
}
.input.--error .input__area::-moz-placeholder {
    color: red;
}
.input.--error .input__area:-ms-input-placeholder {
    color: red;
}
.input.--error .input__area::-ms-input-placeholder {
    color: red;
}
.input.--error .input__area::placeholder {
    color: red;
}
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}
.textarea {
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}
.textarea__area {
    width: 100%;
    color: #101241;
    font-size: 1rem;
    
    font-weight: 500;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    resize: none;
}
.textarea__area::-webkit-input-placeholder {
    color: #101241;
    font-size: 1rem;
    
    font-weight: 400;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.textarea__area::-moz-placeholder {
    color: #101241;
    font-size: 1rem;
    
    font-weight: 400;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.textarea__area:-ms-input-placeholder {
    color: #101241;
    font-size: 1rem;
    
    font-weight: 400;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.textarea__area::-ms-input-placeholder {
    color: #101241;
    font-size: 1rem;
    
    font-weight: 400;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.textarea__area::placeholder {
    color: #101241;
    font-size: 1rem;
    
    font-weight: 400;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.textarea.textarea--white .textarea__area {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    padding: 0.9375rem 1.875rem;
    min-height: 7.375rem;
}
.textarea.textarea--white .textarea__area::-webkit-input-placeholder {
    color: #fff;
}
.textarea.textarea--white .textarea__area::-moz-placeholder {
    color: #fff;
}
.textarea.textarea--white .textarea__area:-ms-input-placeholder {
    color: #fff;
}
.textarea.textarea--white .textarea__area::-ms-input-placeholder {
    color: #fff;
}
.textarea.textarea--white .textarea__area::placeholder {
    color: #fff;
}
.textarea.textarea--grey .textarea__area {
    min-height: 7.375rem;
    background: #f8f8f8;
    border-radius: 2px;
    padding: 1rem 1.875rem;
}
.textarea.textarea--grey .textarea__area::-webkit-input-placeholder {
    color: #a4aab7;
}
.textarea.textarea--grey .textarea__area::-moz-placeholder {
    color: #a4aab7;
}
.textarea.textarea--grey .textarea__area:-ms-input-placeholder {
    color: #a4aab7;
}
.textarea.textarea--grey .textarea__area::-ms-input-placeholder {
    color: #a4aab7;
}
.textarea.textarea--grey .textarea__area::placeholder {
    color: #a4aab7;
}
.textarea.--error .textarea__area::-webkit-input-placeholder {
    color: red;
}
.textarea.--error .textarea__area::-moz-placeholder {
    color: red;
}
.textarea.--error .textarea__area:-ms-input-placeholder {
    color: red;
}
.textarea.--error .textarea__area::-ms-input-placeholder {
    color: red;
}
.textarea.--error .textarea__area::placeholder {
    color: red;
}
.tabs-item {
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition:
        opacity 2s,
        visibility 2s;
    -o-transition:
        opacity 2s,
        visibility 2s;
    transition:
        opacity 2s,
        visibility 2s;
}
.tabs-item.--current {
    height: auto;
    overflow: visible;
    opacity: 1;
    visibility: visible;
}
.tabs-link {
    outline: none;
}
.file {
    position: relative;
}
.file input {
    display: none;
}
.file__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.file__icon {
    margin-right: 0.625rem;
    cursor: pointer;
}
.file__text {
    color: #761b44;
    border-bottom: 0.0625rem solid #761b44;
    font-size: 1rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.file__text:hover {
    border-color: transparent;
}
.file__alert {
    font-size: 1rem;
    margin-top: 0.3125rem;
    text-align: left;
}
.fade-in {
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.anchore {
    z-index: 20;
    cursor: pointer;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: anchore 3s ease-in-out infinite;
    animation: anchore 3s ease-in-out infinite;
    outline: none;
}
@-webkit-keyframes anchore {
    0% {
        margin-bottom: 0;
    }
    50% {
        margin-bottom: -0.9375rem;
    }
    100% {
        margin-bottom: 0;
    }
}
@keyframes anchore {
    0% {
        margin-bottom: 0;
    }
    50% {
        margin-bottom: -0.9375rem;
    }
    100% {
        margin-bottom: 0;
    }
}
.content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.text-50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.content-info {
    position: relative;
    clear: both;
    padding-top: 1rem;
}
.content-info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.content-info__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.problems .content-info__item:nth-child(even) {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 0;
}
.problems .content-info__item:nth-child(odd) {
    z-index: 1;
}
.problems .content-info__img img {
    max-width: initial;
}
.content-info__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.content-info__subtitle {
    padding-bottom: 0.6875rem;
    margin: 0 0 0.9375rem;
    text-align: center;
    font-size: 40px;
    line-height: 60.8px;
    font-weight: 500;
}
.content-info__description {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 1.25rem;
}
.content-info__title {
    font-size: 3rem;
    line-height: 3.625rem;
    margin: 0;
}
.content-info__cases {
    list-style: none;
    margin: 0;
    padding: 0;
}
.content-info__icon {
    width: 2rem;
    margin-right: 0.625rem;
    font-size: 2rem;
    color: #761b44;
}
.content-info__subcase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
}
.content-info__subcase:not(:last-of-type) {
    margin-bottom: 0.625rem;
}
.content-info__case-text {
    margin: 0;
}
.content-info__advantages-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 16.875rem;
    max-height: 30.625rem;
}
.content-info.circlebox {
    min-height: 22rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.content-info.circlebox .content-info__advantages-figure {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #761b44;
    border-radius: 50%;
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem;
    max-height: 100%;
}
@media (max-width: 992px) {
    .content-info.circlebox .content-info__advantages-figure {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        min-width: calc(290px);
        width: 50%;
        margin: 0 auto 3rem;
    }
}
.content-info.circlebox .content-info__advantages-img {
    display: none;
}
.content-info.circlebox .content-info__advantages-content {
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.6rem;
}
@media (max-width: 1220px) {
    .content-info.circlebox .content-info__advantages-content {
        font-size: 1.92rem;
        line-height: 2.88rem;
    }
}
.content-info.circlebox .content-info__advantages-content h1,
.content-info.circlebox .content-info__advantages-content h2,
.content-info.circlebox .content-info__advantages-content h3,
.content-info.circlebox .content-info__advantages-content h4,
.content-info.circlebox .content-info__advantages-content h5,
.content-info.circlebox .content-info__advantages-content h6,
.content-info.circlebox .content-info__advantages-content p {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.6rem;
}
@media (max-width: 1220px) {
    .content-info.circlebox .content-info__advantages-content h1,
    .content-info.circlebox .content-info__advantages-content h2,
    .content-info.circlebox .content-info__advantages-content h3,
    .content-info.circlebox .content-info__advantages-content h4,
    .content-info.circlebox .content-info__advantages-content h5,
    .content-info.circlebox .content-info__advantages-content h6,
    .content-info.circlebox .content-info__advantages-content p {
        font-size: 1.92rem;
        line-height: 2.88rem;
    }
}
.content-info.circlebox .content-info__advantages-figure::after {
    content: "";
    padding-top: 100%;
    display: block;
}
#news-section .circlebox .content-info__advantages-content,
#services-section .circlebox .content-info__advantages-content,
#teasers-section .circlebox .content-info__advantages-content,
#hits-section .circlebox .content-info__advantages-content,
#catalog-section .circlebox .content-info__advantages-content,
#problems-section .circlebox .content-info__advantages-content,
#wall-section .circlebox .content-info__advantages-content,
#facts-section .circlebox .content-info__advantages-content,
#reviews-section .circlebox .content-info__advantages-content,
#partners-section .circlebox .content-info__advantages-content,
#leadfaq-section .circlebox .content-info__advantages-content,
#projects-section .circlebox .content-info__advantages-content,
#steps-section .circlebox .content-info__advantages-content,
#faq-section .circlebox .content-info__advantages-content,
#special-section .circlebox .content-info__advantages-content,
#banner-section .circlebox .content-info__advantages-content,
#actions-section .circlebox .content-info__advantages-content,
#text-section .circlebox .content-info__advantages-content,
#articles-section .circlebox .content-info__advantages-content,
#lookbook-section .circlebox .content-info__advantages-content,
#brands-section .circlebox .content-info__advantages-content,
#promo-section .circlebox .content-info__advantages-content,
#presentation-section .circlebox .content-info__advantages-content,
#tariffs-section .circlebox .content-info__advantages-content,
#advantages-section .circlebox .content-info__advantages-content,
#lines-section .circlebox .content-info__advantages-content {
    color: #fff;
}
.content-info__advantages {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.3% 33.3%;
    grid-template-columns: repeat(2, 33.3%);
    row-gap: 2.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.content-info__advantages--column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
}
.content-info__advantages--column .content-info__advantage-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
.content-info__advantages--column .content-info__advantage-title h1,
.content-info__advantages--column .content-info__advantage-title h2,
.content-info__advantages--column .content-info__advantage-title h3,
.content-info__advantages--column .content-info__advantage-title h4,
.content-info__advantages--column .content-info__advantage-title h5,
.content-info__advantages--column .content-info__advantage-title h6 {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
.content-info__advantages--column .content-info__advantage-text {
    font-size: 1rem;
    line-height: 1.6;
}
.content-info__advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.content-info__text-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.content-info__item {
    padding: 3rem;
}
.content-info#imagebox .content-info__advantage:nth-child(even) .content-info__advantage-icon,
.content-info#circlebox .content-info__advantage:nth-child(even) .content-info__advantage-icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
    margin-left: 1.25rem;
}
.content-info#imagebox .content-info__advantage:nth-child(even) .content-info__text-content,
.content-info#circlebox .content-info__advantage:nth-child(even) .content-info__text-content {
    text-align: right;
}
.content-info__description {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.content-info__title {
    font-size: 3rem;
    line-height: 3.625rem;
    font-weight: 400;
    text-transform: none;
    
    margin: 0;
}
.content-info__cases {
    list-style: none;
    margin: 0;
    padding: 0;
}
.content-info__icon {
    width: 32px;
    margin-right: 0.625rem;
    font-size: 32px;
    color: #761b44;
}
.content-info__subcase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.content-info__subcase:not(:last-of-type) {
    margin-bottom: 0.625rem;
}
li.content-info__subcase {
    margin-top: 0.5rem;
}
.content-info__case-text {
    margin: 0;
    font-size: 17.6px;
    line-height: 30.4px;
}
.content-info__advantages-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 16.875rem;
    max-height: 30.625rem;
    height: 100%;
}
.content-info__advantages {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.3% 33.3%;
    grid-template-columns: repeat(2, 33.3%);
    row-gap: 2.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.content-info__advantages--column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
}
.content-info__advantages--column .content-info__advantage-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
}
.content-info__advantages--column .content-info__advantage-title h1,
.content-info__advantages--column .content-info__advantage-title h2,
.content-info__advantages--column .content-info__advantage-title h3,
.content-info__advantages--column .content-info__advantage-title h4,
.content-info__advantages--column .content-info__advantage-title h5,
.content-info__advantages--column .content-info__advantage-title h6 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
    margin: 0;
}
.content-info__advantages--column .content-info__advantage-text {
    font-size: 1rem;
    line-height: 1.6;
}
.content-info__advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.content-info__advantage-title {
    margin-bottom: 0.3125rem;
    font-size: 1.625rem;
    line-height: 2.25rem;
    font-weight: 400;
    color: #341401;
}
.content-info__advantage-title a {
    color: #341401;
}
.content-info__advantage-title h1,
.content-info__advantage-title h2,
.content-info__advantage-title h3,
.content-info__advantage-title h4,
.content-info__advantage-title h5,
.content-info__advantage-title h6 {
    font-size: 1.625rem;
    line-height: 2.25rem;
    font-weight: 400;
    margin: 0;
}
.content-info__text-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.content-info__advantage-icon {
    min-width: 3.25rem;
    min-height: 3.25rem;
    margin-right: 1.25rem;
}
.content-info__advantage-icon img {
    width: 3.25rem;
    height: 3.25rem;
}
.content-row .content-info__item {
    padding-top: 1rem;
}
@media (max-width: 992px) {
    .content-info.circlebox {
        min-height: auto;
        display: block;
    }
    .content-info__item {
        border-bottom: 0;
    }
    .content-info__item:nth-child(odd) {
        border-radius: 2px 0px 0px 2px;
    }
    .content-info__item:nth-child(even) {
        border-radius: 0px 2px 2px 0px;
    }
    .content-info__list.content-row.line > .content-info__item:nth-child(2n + 1) {
        padding-right: 2rem;
        border-right: 4px solid #761b44;
    }
    .content-info__item {
        border-bottom: 0;
    }
}
@media (max-width: 990px) {
    .content-info__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .content-info__item:not(:last-of-type) {
        margin-bottom: 1.25rem;
    }
    .content-info__advantages-img {
        display: none;
    }
    .content-info__advantages {
        grid-template-columns: repeat(2, 50%);
    }
    .content-info__advantages--column {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .content-info#imagebox .content-info__advantage:nth-child(even) .content-info__advantage-icon,
    .content-info#circlebox .content-info__advantage:nth-child(even) .content-info__advantage-icon {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-left: 0;
    }
    .content-info#imagebox .content-info__advantage:nth-child(even) .content-info__text-content,
    .content-info#circlebox .content-info__advantage:nth-child(even) .content-info__text-content {
        text-align: center;
    }
    .content-info__advantage {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .content-info__text-content {
        text-align: center;
    }
    .content-info__advantage-icon {
        margin-right: 0;
        margin-bottom: 0.9375rem;
    }
}
@media (max-width: 767px) {
    .content-info__advantages {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 1.25rem;
    }
}
@media (max-width: 992px) {
    .content-info__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .content-info__item:not(:last-of-type) {
        margin-bottom: 1.25rem;
    }
    .content-info__item:nth-child(odd) {
        padding-right: 0;
    }
    .content-info__item:nth-child(even) {
        padding-left: 0;
    }
    .content-info__advantages-img {
        display: none;
    }
    .content-info__advantages {
        -ms-grid-columns: 50% 50%;
        grid-template-columns: repeat(2, 50%);
    }
    .content-info__advantages .content-info__text-content {
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .content-info__advantages--column {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .content-info__text-content {
        text-align: left;
    }
    .content-info__advantage {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .content-info__advantage-icon {
        margin-right: 0;
        margin-bottom: 0.9375rem;
    }
}
@media (max-width: 767px) {
    .content-info__advantages {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 1.25rem;
    }
}
@media (max-width: 992px) {
    .text-50 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .content-info__item:nth-child(even).text-50,
    .content-info__item:nth-child(odd).text-50,
    .content-info__item.text-50 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .search__button.button {
        min-width: 6rem;
        padding: 1.2rem 3rem;
        margin-top: -1rem;
        margin-bottom: 0rem;
    }
}
@media (max-width: 992px) {
    .ind-block {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    .content-info__item {
        padding: 1rem;
    }
    .search__input .input__area {
        width: 100%;
    }
}
@media (max-width: 580px) {
    .block-frame__big.right,
    .block-frame__big {
        padding: 1rem;
        max-width: 90%;
        width: 100%;
        clear: both;
        float: none;
        margin: 1rem;
    }
    .block-title {
        padding: 0 15px;
    }
}
.table-wrap {
    overflow-x: auto;
    scrollbar-color: #761b44 #fff;
    scrollbar-width: thin;
}
.table-wrap::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
.table-wrap::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 100px;
}
.table-wrap::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #761b44;
}
@media (max-width: 992px) {
    .table-wrap {
        padding-bottom: 5px;
    }
}
table.table-1,
table.table-2,
table.table-3 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table.table-1 th,
table.table-1 td,
table.table-2 th,
table.table-2 td,
table.table-3 th,
table.table-3 td {
    padding: 8px;
    border: 1px solid #f2f2f2;
}
table.table-1 th,
table.table-1 td,
table.table-3 th,
table.table-3 td {
    text-align: left;
}
table.table-2 th,
table.table-2 td {
    text-align: center;
}
table.table-1 th,
table.table-2 th {
    font-weight: bold;
}
@media screen and (max-width: 992px) {
    table.table-2 tr {
        display: block;
    }
    table.table-2 tr {
        margin-bottom: 30px;
    }
    table.table-2 th,
    table.table-2 td {
        display: block;
        text-align: center;
    }
    table.table-3 {
        border: 0;
    }
    table.table-3 thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table.table-3 tr {
        border-bottom: 1px solid #ddd;
        display: block;
        margin-bottom: 30px;
    }
    table.table-3 td {
        display: block;
        text-align: right;
    }
    table.table-3 td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    table.table-3 td:last-child {
        border-bottom: 0;
    }
}
.icons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
}
.icons__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.icons__icon i {
    text-align: center;
    margin-right: 0.5rem;
}
.icons:not(:last-of-type) {
    margin-bottom: 2rem;
}
.copy-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 992px) {
    .copy-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}
.cropped-image {
    margin-bottom: 3rem;
    text-align: center;
}
.cropped-image img {
    margin-bottom: 1rem;
}
@media (max-width: 767px) {
    .cropped-image {
        margin-left: auto;
        margin-right: auto;
    }
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: block;
}
.additional-text {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
@media screen and (max-width: 1490px) {
    .container {
        max-width: 1240px;
    }
}
.hamburger {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    -o-transition: transform 400ms;
    transition: transform 400ms;
    transition:
        transform 400ms,
        -webkit-transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: 3rem;
}
.hamRotate.active {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.line {
    fill: none;
    -webkit-transition:
        stroke-dasharray 400ms,
        stroke-dashoffset 400ms;
    -o-transition:
        stroke-dasharray 400ms,
        stroke-dashoffset 400ms;
    transition:
        stroke-dasharray 400ms,
        stroke-dashoffset 400ms;
    stroke: #341401;
    stroke-width: 5.5;
    stroke-linecap: round;
}
.header-slabovid__link {
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.header-slabovid__link:hover {
    opacity: 0.7;
}
.topheader-social > div[id^="bx_incl_area"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.logo-auto-header {
    width: 250px;
    height: 80px;
}
header.header--white .logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.header-invert .logo-auto-header,
header.header--scroll .logo-auto-header {
    background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
    background-size: contain;
}
@media (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    }
}
.header div:not([class^="bx"])::-webkit-scrollbar,
#popup-region::-webkit-scrollbar,
.menu::-webkit-scrollbar {
    width: 10px;
}
.header div:not([class^="bx"])::-webkit-scrollbar-track,
#popup-region::-webkit-scrollbar-track,
.menu::-webkit-scrollbar-track {
    -webkit-box-shadow: 5px 5px 5px -5px rgba(60, 60, 80, 0.2) inset;
    background-color: #f9f9fd;
}
.header div:not([class^="bx"])::-webkit-scrollbar-thumb,
#popup-region::-webkit-scrollbar-thumb,
.menu::-webkit-scrollbar-thumb {
    background-color: #761b44;
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        color-stop(0.5, rgba(255, 255, 255, 0.25)),
        color-stop(0.5, transparent),
        to(transparent)
    );
}
.header.header--scroll .line {
    stroke: #341401;
}
.header.header--white:not(.header--scroll) .line {
    stroke: #fff;
}
.ham1 .top {
    stroke-dasharray: 40 139;
}
.ham1 .bottom {
    stroke-dasharray: 40 180;
}
.ham1.active .top {
    stroke-dashoffset: -98px;
}
.ham1.active .bottom {
    stroke-dashoffset: -138px;
}
.mod.bx-context-toolbar-empty-area.popup__item {
    background: #fff !important;
}
.header.header--invert {
    top: 0;
    padding-top: 0.5rem;
    padding-bottom: 2.5625rem;
    background: transparent;
    border: 0;
    position: absolute;
    box-shadow: none;
}
.header.header--invert .header__actions-search svg path {
    fill: #341401;
}
.header--invert .topheader__main,
.header--invert .wrap__logo,
.header--invert .topheader {
    background-color: transparent;
}
.header.header--invert .menu-section > li > a,
.header.header--invert .header__menu .fa.fa-angle-down {
    color: #341401;
}
@media (min-width: 993px) {
    .header--invert .header__line {
        background-color: transparent;
    }
}
.topheader-city {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.topheader-city__svg {
    display: inline-block;
    margin-right: 5px;
}
.topheader-city__svg path,
.header.header--white.header--scroll .topheader-city__svg path {
    fill: #fcfcfc;
}
.header.header--white .topheader-city__svg path {
    fill: #fff;
}
.header__logo {
    max-width: 100%;
}
.header__socials-item svg.Icons {
    height: 32px;
}
.header__socials-item.ss-light svg.Icons {
    fill: #212121;
}
.header__socials-item.ss-light circle.Background {
    fill: #f7f7f7;
}
.header__socials-item.ss-dark svg.Icons {
    fill: #761b44;
}
.header__socials-item.ss-dark circle.Background {
    fill: #3b3b3b;
}
.header__socials-item.ss-color svg.Icons {
    fill: #761b44;
    fill: #dc679c;
}
.header__socials-item.ss-color circle.Background {
    fill: #761b44;
}
.header__socials-item.ss-color-second svg.Icons {
    fill: #761b44;
}
.header__socials-item.ss-color-second circle.Background {
    fill: #761b44;
}
.header__socials-item.ss-color-fon svg.Icons {
    fill: #f7f7f7;
}
.header__socials-item.ss-color-fon circle.Background {
    fill: #6e193f;
}
.header__socials-item.ss-multicolor .Telegram circle.Background {
    fill: #2aabee;
}
.header__socials-item.ss-multicolor circle.Background.cls-instagram-1 {
    fill: #4159f2;
}
.header-search__form {
    max-width: 80rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 60px);
    top: 7.8125rem;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
}
.topheader__box.topheader__personal .header-personal__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.topheader__box.topheader__personal .header-personal__link:hover {
    opacity: 0.7;
}
.topheader__box.topheader-phone:hover .header-box__phone-link {
    opacity: 0.7;
}
.header .search-container {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3rem 1.25rem;
    width: 100%;
}
.topheader {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(50vw - 50%);
    background-color: #761b44;
    color: #fcfcfc;
}
.header.header--scroll .wrap__logo {
    background-color: white;
}
.topheader a {
    color: #fcfcfc;
}
a.header-link__region {
    border-bottom: 1px dashed #f2f2f2;
    line-height: 1.2rem;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
a.header-link__region:hover {
    opacity: 0.7;
}
.header.header--scroll {
    top: 0;
    position: fixed;
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0.3125rem 0.9375rem 2.5rem rgba(30, 35, 66, 0.15);
    box-shadow: 0.3125rem 0.9375rem 2.5rem rgba(30, 35, 66, 0.15);
}
.header.header--white.header--scroll,
.header.header--scroll {
    border-bottom: none;
    transition: 0.3s;
}
.header.header--scroll .header__menu {
    background-color: #fff;
    z-index: 0;
}
.header.header--scroll .topheader {
    background-color: #fff;
}
.header.header--scroll .header__logo img:nth-of-type(1) {
    opacity: 0;
    visibility: hidden;
}
.header.header--scroll .header__logo img:nth-of-type(2) {
    opacity: 1;
    visibility: visible;
}
.header .header__actions-mail {
    background: #761b44;
}
.header.header--scroll .header__menu ul li:before,
.header.header--scroll .header__menu ul li:after {
    background: #341401;
}
.header.header--scroll .header__menu ul li a {
    color: #341401;
}
.header.header--scroll .header__actions-search svg path {
    fill: #341401;
}
.header.header--scroll .header__actions-search svg:hover path {
    fill: #761b44;
}
.header.header--scroll .header__actions-mail {
    background: #761b44;
}
.header.header--scroll .header__actions-mail svg path {
    fill: #fff;
}
.header.header--scroll .header__actions-mail:hover {
    background: #fff;
    border: 0.0625rem solid #341401;
}
.header.header--scroll .header__actions-mail:hover svg path {
    fill: #341401;
}
.header.header--scroll .header__contacts-item a {
    color: #341401;
}
.header.header--white.header--scroll .header__contacts-popup,
.header.header--scroll .header__contacts-popup {
    color: #341401;
    border-color: #341401;
}
.header.header--scroll .header__contacts-popup:hover {
    border-color: transparent;
}
.header.header--scroll .header__socials-item img:nth-of-type(1) {
    opacity: 0;
    visibility: hidden;
}
.header.header--scroll .header__socials-item img:nth-of-type(2) {
    opacity: 1;
    visibility: visible;
}
.header.header--white {
    top: 0;
    padding-top: 0.5rem;
    padding-bottom: 2.5625rem;
    background: transparent;
    border: 0;
    position: absolute;
    box-shadow: none;
}
.header.header--white.header--scroll,
.header.header--scroll {
    top: 0;
    position: fixed;
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0.3125rem 0.9375rem 2.5rem rgba(30, 35, 66, 0.15);
    box-shadow: 0.3125rem 0.9375rem 2.5rem rgba(30, 35, 66, 0.15);
}
.header.header--white.header--scroll .header__menu .fa.fa-angle-down {
    color: #341401;
}
.header.header--white.header--scroll .topheader {
    background-color: transparent;
    color: #000;
}
.header.header--white .topheader {
    background-color: transparent;
    color: #fff;
}
.header.header--white .wrap__logo {
    background-color: transparent;
}
.header.header--white.header--scroll .topheader a,
.header.header--scroll .topheader a {
    color: #341401;
}
.header.header--white.header--scroll a.header-link__region,
.header.header--scroll a.header-link__region {
    border-bottom: 1px dashed #341401;
}
a.header-button.button.button--header {
    color: #fcfcfc;
}
.header.header--white a.header-button.button.button--header {
    color: #fcfcfc;
}
.header.header--white.header--scroll a.header-button.button.button--header {
    color: #fcfcfc;
}
.header.header--white.header--scroll .header__slogan {
    color: #fff;
}
.header.header--white .topheader a {
    color: #fff;
}
.header.header--white a.header-link__region {
    color: #fff;
    border-color: #fff;
}
.header.header--white .header__slogan {
    color: #fff;
}
.header.header--white.header--scroll {
    background: #fff;
}
.header.header--white .header__logo img:nth-of-type(1) {
    opacity: 0;
    visibility: hidden;
}
.header.header--white .header__logo img:nth-of-type(2) {
    opacity: 1;
    visibility: visible;
}
.header.header--white .header__menu {
    background: transparent;
}
.header.header--white .topheader {
    background: transparent;
}
.header.header--white .header__menu ul li:before,
.header.header--white .header__menu ul li:after {
    background: rgba(255, 255, 255, 0);
}
.header.header--white .header__menu ul a {
    color: #fff;
}
.header.header--scroll .header__menu ul li:before,
.header.header--white .header__menu ul li:after {
    background: rgba(255, 255, 255, 0);
}
.header.header--white .header__actions-mail {
    background: #fff;
    border: 0.0625rem solid transparent;
}
.header.header--white .header__actions-mail svg path {
    fill: #761b44;
}
.header.header--white .header__actions-search svg path {
    fill: #341401;
}
.header.header--white .header__actions-search .search__wrap.--show svg path,
.header.header__actions-search .search__wrap.--show svg path {
    fill: #341401;
}
.header.header--white .header__actions-search svg:hover path {
    fill: #341401;
}
.header.header--white .header__actions-mail:hover {
    border-color: #341401;
    background: #fff;
}
.header .header__actions-mail svg path {
    fill: #fff;
}
.header.header--white .header__actions-mail:hover svg path {
    fill: #761b44;
}
.header.header--white .header__contacts-item a {
    color: #fff;
}
.header.header--white .header__contacts-popup {
    color: #fff;
    border-color: #fff;
}
.header.header--white .header__contacts-popup:hover {
    border-color: transparent;
}
.header.header--white .header__socials-item img:nth-of-type(1) {
    opacity: 1;
    visibility: visible;
}
.header.header--white .header__socials-item img:nth-of-type(2) {
    opacity: 0;
    visibility: hidden;
}
.header.header--scroll a.header-box__phone-link,
.header.header--white.header--scroll a.header-box__phone-link {
    color: #341401;
}
.header.header--scroll .topheader-address,
.header.header--white.header--scroll .topheader-address,
.header.header--scroll .header_centermain__address,
.header.header--white.header--scroll .header_centermain__address {
    color: #341401;
}
.header.header--white .header__ham .ham__wrap div {
    background: #341401;
}
.header__menu.header__menu--white {
    background-color: transparent;
    color: #fff;
}
.header__menu header--scroll {
    background-color: transparent;
    color: #341401;
}
@media (max-width: 992px) {
    .header__slogan {
        display: none;
    }
    .header.header--scroll .header__menu {
        z-index: 10;
    }
}
.header__menu {
    z-index: 10;
}
@media screen and (max-width: 1220px) {
    .header {
        top: 0;
        padding: 0rem 0;
    }
    .header.header--scroll {
        padding: 0.625rem 0;
    }
    .header.header--scroll .header__logo {
        top: 0;
    }
    .header.header--scroll .header__ham .ham__wrap div {
        background: #341401;
    }
    .header.header--scroll .header__ham .ham__wrap:hover div {
        background: #761b44;
    }
    .header.header--white {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .header__wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header__logo {
        top: 0;
        margin-right: 0;
    }
    .header__main.--show {
        opacity: 1;
        visibility: visible;
    }
    .header__menu {
        max-width: 100%;
        top: 0;
        text-align: center;
    }
    .header__info {
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header__actions-search svg {
        width: 1.125rem;
    }
    .header__actions-search svg path {
        fill: #761b44;
    }
    .header__contacts {
        text-align: center;
        left: 0;
        top: 0;
        margin-top: 0.625rem;
        margin-bottom: 1.125rem;
    }
    .header__contacts-item {
        margin-bottom: 0.3125rem;
    }
    .header__contacts-item:last-of-type {
        margin-bottom: 0;
    }
    .header__contacts-item a {
        color: #341401;
    }
    .header__socials-item img:nth-of-type(1) {
        opacity: 0;
        visibility: hidden;
    }
    .header__socials-item img:nth-of-type(2) {
        opacity: 1;
        visibility: visible;
    }
    
    .menu ul li:before,
    .menu ul li:after {
        display: none;
    }
    .menu ul li:last-of-type {
        margin-bottom: 0;
    }
    .menu ul li a {
        color: #341401;
        font-size: 1.5rem;
    }
    ul.subnav {
        display: none;
    }
    .ham {
        z-index: 101;
        position: relative;
        display: block;
    }
}
@media screen and (max-width: 992px) {
    .header {
        min-height: auto;
    }
    .header.header--scroll {
        min-height: auto;
        padding: 0.5rem 0;
    }
    .header.header--white {
        padding: 0.5rem 0;
    }
    .header.header--white.header--scroll {
        padding: 0.5rem 0;
    }
    .header .header__main {
        max-width: 100% !important;
    }
    .header.header--white .header__actions-search svg path,
    .header.header--white .header__actions-search,
    .header.header--white .header__actions-phone__mobile-link {
        fill: #fff;
    }
    .header.header--white .menu-mobile-trigger span {
        background: #fff;
    }
    .header.header--white.header--scroll .menu-mobile-trigger span {
        background: #341401;
    }
    .header.header--white.header--scroll .header__actions-phone__mobile-link {
        fill: #341401;
    }
    .header.header--white .header__actions-search svg path,
    .header.header--white .header__actions-search {
        fill: #fff;
    }
}
@media screen and (max-width: 580px) {
    .menu ul li a {
        font-size: 1.2rem;
    }
}
a.header-box__phone-link {
    white-space: nowrap;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
a.header-box__phone-dop-link {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
a.header-box__phone-dop-link:hover {
    opacity: 0.7;
}
svg.slabovid_link {
    stroke: #fcfcfc;
    fill: #fcfcfc;
    width: 28px;
    height: 28px;
}
svg.lk_link {
    fill: #fcfcfc;
    height: 24px;
    width: auto;
}
.header.header--white svg.slabovid_link,
.header.header--white svg.lk_link {
    fill: #fff;
}
.header.header--white.header--scroll svg.slabovid_link,
.header.header--white.header--scroll svg.lk_link {
    fill: #341401;
}
@media screen and (max-width: 992px) {
    svg.lk_link,
    svg.slabovid_link,
    .header.header--white svg.slabovid_link,
    .header.header--white svg.lk_link {
        stroke: #1a3c55;
        fill: #1a3c55;
    }
}
@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
.header .menu-section > li {
    position: static;
    display: inline-block;
    line-height: 4.125rem;
}
.header .menu-section > li > a {
    position: relative;
    border: none;
    outline: none;
    text-rendering: optimizeLegibility;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    color: #fcfcfc;
    font-weight: 400;
    text-transform: none;
    
    font-size: 1rem;
}
.menu ul li a {
    font-size: 1rem;
}
.header .menu-section > li .menu-subs {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 1.75rem;
    padding: 1rem 2rem;
    border: none;
    outline: none;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    border-radius: 0.25rem;
    background: #fff;
    -webkit-box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.header .menu-section > li .menu-subs > ul > li {
    line-height: 1;
}
.header .menu-section > li .menu-subs > ul > li > a {
    display: inline-block;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header .menu-section > li .menu-column-1 {
    min-width: 16rem;
    max-width: 20rem;
}
.header .menu-section > li .menu-column-1 ul {
    display: block;
}
.header .menu-section > li .menu-subs.menu-mega > .list-item > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
}
.header .menu-section > li .menu-subs.menu-mega > .list-item > ul > li > a {
    display: inline-block;
    font-weight: 500;
    padding: 0.5rem 0;
    border: none;
    outline: none;
    text-rendering: optimizeLegibility;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.header .menu-section > li .menu-subs.menu-mega > .list-item > ul > li.bx-nav-2-lvl > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header .menu-subs.menu-mega a,
.header .menu-subs.menu-mega span {
    color: #341401;
}
.header .menu-section > li .menu-subs > .list-item ul {
    display: block;
}
.header .menu-section > li .menu-subs.menu-column-4,
.header .menu-section > li .menu-subs.menu-column-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 68rem;
    width: 100%;
    padding: 1.25rem 1rem;
}
.header .menu-section > li .menu-subs.menu-column-4 > .list-item {
    max-width: 25%;
    padding: 0 1rem;
}
.header .menu-section > li .menu-subs.menu-column-3 > .list-item {
    max-width: 33%;
    padding: 0 1rem;
}
.header .menu-section > li .menu-subs.menu-column-4 > .list-item .title {
    padding: 0.75rem 0;
    border: none;
    outline: none;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header .menu-section > li .menu-subs.menu-column-4 > .list-item.text-center .title {
    text-align: center;
}
.header .menu-section > li .menu-subs.menu-column-3 > .list-item img.responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
}
.header .menu-section > li .menu-subs.menu-column-4 > .list-item img.responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
}
.menu-section__section-icon {
    margin-right: 15px;
    -ms-flex-item-align: baseline;
    align-self: baseline;
}
.header .menu-section > li .menu-subs.menu-mega > .list-item > ul > li + li {
    margin-top: 10px;
}
.bx-nav-2-lvl__wrap {
    margin-bottom: 0.7rem;
}
.bx-nav-2-lvl__wrap .bx-nav-2-lvl__title {
    font-weight: 500;
}
.bx-nav-2-lvl__wrap li {
    margin-top: 7px;
}
.header .menu-subs.menu-mega a:hover,
.header .menu-subs.menu-mega span:hover {
    color: #761b44;
}
.bx-nav-2-lvl__wrap a {
    white-space: normal;
    line-height: 1.1rem;
}
.menu-section {
    width: unset !important;
    display: flex;
    flex-direction: row;
    flex: none;
}

@media (max-width: 992px) {
    .p-plus-container,
    .p-plus:not(.p-plus--clone) {
        position: static;
    }
}
.p-plus__toggle-btn {
    font-size: 40px;
    background: transparent;
    -webkit-transform: translateY(7px) rotate(90deg);
    -ms-transform: translateY(7px) rotate(90deg);
    transform: translateY(7px) rotate(90deg);
    color: #341401;
}
.header--white .p-plus__toggle-btn {
    color: #341401;
}
.p-plus--is-showing-overflow .p-plus__overflow {
    display: block;
    border-radius: 0.25rem;
    background: #fff;
    -webkit-box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    padding: 0px 25px 15px;
    min-width: 220px;
}
.p-plus--is-showing-overflow .p-plus__overflow .bx-nav-1-lvl {
    margin-top: 15px;
    font-weight: 500;
}
.header.header--white .header__menu .bx-nav-3-lvl a,
.bx-nav-3-lvl a {
    color: #1a1a1a;
}
.header.header--white .header__menu .fa.fa-angle-down {
    color: #fff;
}
.header .header__menu .p-plus--is-showing-overflow .p-plus__overflow a,
.header.header--white .header__menu .p-plus--is-showing-overflow .p-plus__overflow a {
    color: #341401;
}
.header .header__menu .fa.fa-angle-down {
    color: #fcfcfc;
}
.header .header__menu .p-plus--is-showing-overflow .p-plus__overflow .bx-nav-list-2-lvl,
.header.header--white .header__menu .p-plus--is-showing-overflow .p-plus__overflow .bx-nav-list-2-lvl {
    display: block;
    position: absolute;
    top: 0;
    z-index: 100;
    border-radius: 0.25rem;
    background: #fff;
    padding: 15px 25px;
    min-width: 200px;
}
.p-plus--is-showing-overflow .p-plus__overflow .menu-item-has-children.bx-nav-parent:hover > .menu-subs {
    display: block;
}
.header .menu-section > li:nth-of-type(3) .menu-subs.menu-mega.menu-column-3 {
    transform: translate(-27%);
    max-width: 50rem;
}
.header .header__menu .p-plus--is-showing-overflow .p-plus__overflow .bx-nav-list-2-lvl,
.header.header--white .header__menu .p-plus--is-showing-overflow .p-plus__overflow .bx-nav-list-2-lvl {
    display: block;
    background: #fff;
    -webkit-transform: translate(-95%);
    -ms-transform: translate(-95%);
    transform: translate(-95%);
    border-radius: 0.25rem;
    border: none;
    -webkit-box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.p-plus--is-showing-overflow .p-plus__overflow .bx-nav-2-lvl__wrap .bx-nav-2-lvl__title {
    font-weight: 300;
}
.p-plus--is-showing-overflow .p-plus__overflow .menu-subs.menu-mega {
    display: none;
}
.p-plus--is-showing-overflow .p-plus__overflow .menu-subs.menu-mega.showmenu {
    display: block;
}
.p-plus--is-showing-overflow .p-plus__overflow .fa.fa-angle-down {
    display: inline-block;
    padding: 0 0px 0 20px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 6px;
}
.header.header--white .p-plus--is-showing-overflow .p-plus__overflow .fa.fa-angle-down,
.header .p-plus--is-showing-overflow .p-plus__overflow .fa.fa-angle-down {
    color: #341401;
}
.p-plus--is-showing-overflow .p-plus__overflow .fa.fa-angle-down:hover {
    color: #0466aa;
}
@media only screen and (min-width: 993px) {
    .header .menu-section > li .menu-subs {
        min-height: 0 !important;
        min-width: 0 !important;
        height: 0;
        width: 0 !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
        padding: 0;
    }
    .header .menu-section > li.menu-item-has-children:hover .menu-subs {
        opacity: 1;
        visibility: visible;
        height: auto;
        width: 100% !important;
        margin-top: 0;
        padding: 1rem 2rem;
    }
}
.menu-mobile-header,
.menu-mobile-trigger {
    display: none;
}
@media only screen and (max-width: 992px) {
    .topheader__box.topheader__slabovid,
    .topheader__box.topheader__personal,
    .menu-section__section-icon {
        display: none;
    }
    .header .menu-section > li .menu-subs.menu-column-3 > .list-item {
        max-width: 100%;
    }
    .menu-item-has-children:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 15px;
        height: 15px;
        border-style: solid;
        border-color: #341401;
        border-width: 0px 2px 2px 0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    .header.header--white .header__menu {
        top: 0;
        background-color: white;
    }
    .header .menu .menu-section {
        display: block;
    }
    .header.header--white .header__menu ul a {
        color: #341401;
    }
    .header-item-center {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .header-item-left,
    .header-item-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header__wrap {
        position: relative;
    }
    .header-item-left,
    .header-item-right {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
    .header .header__main {
        margin-left: auto;
    }
    .header .menu-mobile-trigger {
        width: 48px;
        right: -13px;
        top: 5px;
        display: block;
        cursor: pointer;
        border: none;
        outline: none;
        background: none;
        -webkit-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }
    .header .menu-mobile-trigger span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        border: none;
        outline: none;
        opacity: 1;
        border-radius: 0.25rem;
        background: #121212;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    .header .menu-mobile-trigger span:nth-child(1) {
        top: 0;
    }
    .header .menu-mobile-trigger span:nth-child(2) {
        top: 0.55rem;
    }
    .header .menu-mobile-trigger span:nth-child(3) {
        top: 1.05rem;
    }
    .header-item-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header .menu {
        position: fixed;
        top: 0;
        left: 0;
        max-width: 320px;
        width: 20rem;
        height: 100%;
        z-index: 1099;
        overflow: hidden;
        background: #fff;
        -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
        transform: translate(-100%);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .header .menu.active {
        -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
        transform: translate(0%);
    }
    .header .menu-section > li {
        display: block;
        line-height: 1;
        margin: 0;
        height: 3.125rem;
        padding: 0 3.125rem 0 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .header .menu-section > li > a {
        display: inline-block;
        line-height: 3.125rem;
    }
    .menu.active ul li a {
        color: #121212;
    }
    .header .menu-section > li > a i.ion {
        position: absolute;
        top: 0;
        right: 0;
        width: 3.125rem;
        height: 3.125rem;
        text-align: center;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .header .menu .menu-mobile-header {
        position: relative;
        position: -webkit-sticky;
        position: sticky;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 0;
        height: 3.125rem;
        z-index: 501;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        background: #fff;
    }
    .header .menu .menu-mobile-header .menu-mobile-arrow {
        display: none;
        font-size: 1.25rem;
        line-height: 3.125rem;
        width: 3.125rem;
        height: 3.125rem;
        cursor: pointer;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        color: #121212;
        text-align: center;
        position: relative;
    }
    .header .menu .menu-mobile-header .menu-mobile-arrow:before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        border-style: solid;
        border-width: 0 2px 2px 0;
        border-color: black;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        top: 17px;
        left: 20px;
    }
    .header .menu .menu-mobile-header.active .menu-mobile-arrow {
        display: block;
    }
    .header .menu .menu-mobile-header .menu-mobile-title {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 500;
        line-height: inherit;
        text-transform: capitalize;
        text-rendering: optimizeLegibility;
        color: #121212;
    }
    .header .menu .menu-mobile-header .menu-mobile-close {
        font-size: 2.25rem;
        line-height: 3.125rem;
        cursor: pointer;
        width: 3.125rem;
        height: 3.125rem;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        color: #121212;
        text-align: center;
        position: relative;
    }
    .header .menu .menu-mobile-header .menu-mobile-close:before,
    .header .menu .menu-mobile-header .menu-mobile-close:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -1px;
        margin-left: -11px;
        display: block;
        height: 2px;
        width: 24px;
        background-color: #121212;
        -webkit-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }
    .header .menu .menu-mobile-header .menu-mobile-close:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
    }
    .header .menu .menu-section {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .header .menu-section > li .menu-subs {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .header .menu-section > li .menu-subs.menu-mega {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .header .menu-section > li .menu-subs.active {
        display: block;
    }
    .header .menu-section > li .menu-subs.menu-column-4 > .list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0rem;
    }
    .header .menu-section > li .menu-subs.menu-column-4 > .list-item img.responsive {
        margin-top: 0;
    }
    .header .menu-section > li .menu-subs.menu-column-4 > .list-item.text-center .title {
        margin-bottom: 1.25rem;
    }
    .header .menu-section > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title {
        margin-bottom: 0rem;
    }
    .header .menu-section > li .menu-subs > ul > li > a {
        display: block;
    }
    .header .menu-section > li .menu-subs.menu-mega > .list-item > ul > li > a {
        display: block;
        color: #000;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, 0.55);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .overlay.active {
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }
}
.contacts--visible-xs .topheader__slabovid:not(:last-of-type) {
    margin-right: 1rem;
}
.contacts--visible-xs .topheader-address-sidebar {
    margin-bottom: 1rem;
}
.contacts--visible-xs .topheader-city,
.contacts--visible-xs .header-shedule {
    margin-bottom: 1rem;
    color: #341401;
}
.header .contacts--visible-xs a.header-link__region {
    color: #341401;
    border-bottom: 1px dashed #341401;
}
.header.header--white .contacts--visible-xs a.header-link__region {
    color: #341401;
    border-bottom: 1px dashed #341401;
}
.header.header--white .contacts--visible-xs a.header-box__phone-link {
    color: #341401;
}
.contacts--visible-xs .topheader-callback,
.contacts--visible-xs .header_centermain__callback {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.contacts--visible-xs a.header-phone__email {
    color: #761b44;
}
.contacts--visible-xs a.header__contacts-popup-sidebar {
    color: #761b44;
    border-bottom: 1px solid #761b44;
}
.topheader-callback,
.header_centermain__callback {
    white-space: nowrap;
    width: 100%;
}
.topheader-callback {
    margin-right: 1.4rem;
}
.topheader-promotion {
    white-space: nowrap;
}
@media (max-width: 992px) {
    .header ul.menu-section > li.novisible-auth {
        display: none;
    }
    .contacts--visible-xs {
        text-align: left;
        color: #341401;
    }
    .header .header__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        max-width: unset;
        width: unset;
    }
    .header__line .header__logo img {
        max-width: 300px;
        width: 100%;
    }
    .header__menu {
        padding: 0;
    }
    .header__line .header__actions.row {
        width: 75px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 20px 0 0;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .header__line .header__actions-search,
    .header__line .header__actions-phone__mobile {
        margin-right: unset;
        margin-bottom: unset;
    }
    .header__line .header__info {
        margin-left: 0;
    }
    .header__line .wrap__logo {
        display: block;
    }
    .header__line .header__logo {
        margin-right: 0;
    }
    a.header__actions-phone__mobile-link,
    .header .header__actions-search svg path {
        fill: #341401;
    }
    .header.header--scroll .header .header__actions-search svg path,
    .header.header--scroll a.header__actions-phone__mobile-link {
        fill: #341401;
    }
    .header.header--white:not(.header--scroll) a.header__actions-phone__mobile-link,
    .header.header--white:not(.header--scroll) .header__actions-search svg path {
        fill: #fff;
    }
}
@media (max-width: 560px) {
    .header__line .wrap__logo {
        max-width: 150px;
    }
    .header__line .header-item-right {
        padding-right: 0;
    }
}
.topheader-phone,
.header_centermain__phone {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-self: flex-start;
}
.topheader-phone__arrow,
.header_centermain__phone-arrow {
    cursor: pointer;
    display: inline-block;
    margin: 0 12px;
    width: 12px;
    height: 12px;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-top: -8px;
}
.topheader-phone__contacts-dropdown,
.topheader-phone__contacts-dropdown div,
.topheader-phone__contacts-dropdown p,
.header_centermain__contacts-dropdown,
.header_centermain__contacts-dropdown div,
.header_centermain__contacts-dropdown p {
    color: #341401;
    margin-top: 0.5rem;
}
.header-phone__phone {
    font-size: 1.2rem;
    font-weight: 500;
}
.header-email {
    margin: 1.5rem 0;
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 400;
}
.topheader a.header-phone__email {
    border-bottom: 1px solid #341401;
    color: #341401;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.topheader a.header-phone__email:hover {
    opacity: 0.7;
}
.header.header--white .topheader a.header-phone__email,
.header.header--white .topheader a.header-phone__phone {
    color: #341401;
    line-height: 1.5rem;
}
.topheader-phone__contacts-dropdown,
.header_centermain__contacts-dropdown {
    position: absolute;
    z-index: 100;
    top: 2rem;
    right: 0;
    display: block;
    color: #341401;
    background: #fff;
    opacity: 0;
    height: 0;
    padding: 2rem;
    border-radius: 0.25rem;
    min-width: 18rem;
    max-width: 22rem;
    visibility: hidden;
    -webkit-box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.topheader-phone__contacts-dropdown a.header-phone__email,
.header_centermain__contacts-dropdown a.header-phone__email {
    color: #341401;
}
.topheader-phone:hover .topheader-phone__contacts-dropdown,
.header_centermain__phone:hover .header_centermain__contacts-dropdown {
    opacity: 1;
    height: auto;
    visibility: visible;
    font-size: 1rem;
    line-height: 1.5rem;
}
.header-phone__timetable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    color: #341401;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8rem;
}
.header-phone__time--light {
    display: block;
    font-weight: 300;
}
.header-phone__days {
    width: 60px;
    margin-right: 5px;
}
.header__line {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw - 50%);
}
.topheader__box,
.header_centermain__box {
    margin: 0 0.8rem;
}
.topheader__box.topheader-social {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 20rem;
}
.header__socials-item {
    padding: 1px;
}
a.header__contacts-popup {
    font-size: 0.9rem;
    line-height: 1.2rem;
}
@media (max-width: 580px) {
    .topheader__btn .button {
        min-width: auto;
        width: 100%;
    }
}
@media (max-width: 520px) {
    .header .header-search__form {
        width: calc(100% - 36px);
    }
    .header .search__button {
        margin-right: 0;
    }
    .header .search__input {
        width: auto;
    }
    .header .search__close {
        display: none;
    }
}
@media (max-width: 412px) {
    .header .header-search__form {
        width: calc(100% - 15px);
    }
    .header .search__icon {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .search-page__button.button {
        background-image: url(/uploads/icons/search.svg) !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-color: #39bcdd !important;
    }
    .search__input.input.input--search {
        width: calc(100% - 6rem);
    }
    .header-search__form .search__button.button.button--blue {
        font-size: 0;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: transparent;
        background-image: url(/uploads/icons/search.svg);
        width: 1.5rem;
        min-width: unset;
        height: 1.5rem;
        min-height: unset;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 0rem;
        margin-bottom: 0rem;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        -webkit-filter: invert(1);
        filter: invert(1);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .search-container .header-search__form {
        width: 100% !important;
    }
    .header-search__form .search__close {
        margin-left: 0;
    }
    .search__icon {
        display: none;
    }
}
@media (max-width: 520px) {
    .search__input.input.input--search {
        width: 100%;
    }
}
@media screen and (max-width: 450px) {
    .logo-auto-header {
        width: 150px;
    }
}
@media (max-width: 425px) {
    .header .menu-mobile-trigger {
        top: 0px;
    }
    .header.header--white .wrap__logo,
    .header__logo {
        width: 100%;
    }
}
@media screen and (max-width: 350px) {
    .logo-auto-header {
        width: 120px;
    }
}
a.region-choice__link {
    color: #1a1a1a;
}
.main-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
footer.footer {
    margin-top: 5.5rem;
}
footer.footer.footer_nomargin {
    margin-top: 0;
}
.footer {
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
    color: #f7f7f7;
    background: #2d303d;
    margin-top: auto;
}
.footer .logo-auto {
    margin-bottom: 1rem;
}
.footer .header__socials {
    display: none;
}
.footer__logo {
    margin-left: 0;
    max-width: 16.875rem;
    margin-bottom: 0.8rem;
}
.footer__name {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 134.9%;
    margin-left: 0;
    margin-top: 0rem;
    margin-bottom: 0.9375rem;
    max-width: 14.6875rem;
    width: 100%;
}
.footer__button.footer__button--rate {
    margin-right: auto;
}
.footer__desc {
    font-size: 0.9375rem;
    line-height: 146%;
    padding-right: 1.5625rem;
}
.footer__contacts {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    font-size: 1rem;
}
.footer__address {
    margin-bottom: 0.9375rem;
}
.footer__tel {
    margin-bottom: 0.1rem;
}
.footer__tel a {
    display: block;
    color: #f7f7f7;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.5rem;
}
.footer__buttons {
    margin-top: 1.5rem;
}
.footer-city {
    margin-top: 1rem;
}
.footer__email,
.footer-tender {
    margin-bottom: 0.8rem;
}
.footer-link__tender {
    border-bottom: 1px dashed #f7f7f7;
}
.footer-link__tender:hover {
    border-bottom-color: transparent;
}
.footer__info {
    max-width: calc(100% - 27.5rem);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.footer__menu {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer__menu ul li {
    margin-bottom: 0.25rem;
}
.footer__menu ul li a {
    transition: color 0.3s ease;
}
.footer__menu ul li a:hover {
    color: #d9d9d9;
}
.footer-phone-main-link,
.footer-phone-dop-link,
.footerr-link__region {
    transition: color 0.3s ease;
}
.footer-phone-main-link:hover,
.footer-phone-dop-link:hover,
.footerr-link__region:hover {
    color: #8b2050;
}
.footer__menu ul li:last-of-type {
    margin-bottom: 0;
}
.footer__col,
.footer__col:nth-of-type(1),
.footer__col:nth-of-type(2) {
    max-width: 25%;
    width: 100%;
}
.footer__col-name {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5625rem;
}
.footer__col-name a {
    color: #f7f7f7;
}
.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2rem;
    width: 100%;
}
.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 21.875rem;
    width: 100%;
}
.footer-link,
.developer {
    font-size: 0.8rem;
    line-height: 1.1;
    color: #919191;
}
.footer-link:hover,
.developer:hover {
    text-decoration: none;
}
.footer__main {
    max-width: 27.5rem;
    width: 100%;
    margin-right: 0;
    margin-top: 0rem;
}
.footer__company {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-arrow {
    display: none;
}
.footer__email {
    line-height: 1rem;
    color: #f7f7f7;
    border-bottom: 0.0625rem solid #f7f7f7;
}
.footer__email:hover {
    border-color: transparent;
}
.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem;
    margin-left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.footer-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 70%;
}
.footer-submenu .left-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.8rem;
}
.footer-submenu .left-menu a {
    color: #f7f7f7;
    padding-left: 2rem;
    white-space: nowrap;
    transition: color 0.3s ease;
}
.footer-submenu .left-menu a:hover {
    color: #8b2050;
}
.footer__slabovid {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 0.8rem;
    line-height: 2rem;
}
@media screen and (max-width: 1366px) {
    .footer__info {
        max-width: calc(100% - 340px);
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .footer__main {
        max-width: 340px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media screen and (max-width: 1220px) {
    .footer__wrap {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .footer__col,
    .footer__col:nth-of-type(1),
    .footer__col:nth-of-type(2) {
        max-width: 50%;
    }
    .footer__col:nth-of-type(3),
    .footer__col:nth-of-type(4) {
        margin-top: 1.5625rem;
    }
    .footer__menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__col + .footer__col {
        padding-left: 0;
    }
}
@media screen and (max-width: 1024px) {
    .footer-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 1rem;
    }
    .footer-case {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 1.5625rem;
    }
}
@media screen and (max-width: 992px) {
    .footer__info {
        max-width: calc(100% - 250px);
        margin-bottom: 1.25rem;
    }
    .footer__company {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 16.25rem;
        width: 100%;
        margin-bottom: 0;
    }
    .footer__main {
        max-width: 250px;
        padding-right: 1.5625rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__col:nth-of-type(1),
    .footer__col:nth-of-type(3) {
        padding-right: 1.5625rem;
    }
    .footer__button.button {
        padding: 1rem 1rem;
    }
    .footer__buttons {
        max-width: 26.25rem;
        width: 100%;
        margin-left: auto;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}
@media screen and (max-width: 767px) {
    .footer__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .footer__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-submenu,
    .footer-submenu .left-menu {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-submenu .left-menu a {
        padding-left: 0;
    }
    .footer__col,
    .footer__col:nth-of-type(1),
    .footer__col:nth-of-type(2) {
        max-width: 100%;
        text-align: center;
    }
    .footer__col:nth-of-type(1),
    .footer__col:nth-of-type(3),
    .footer__desc {
        padding-right: 0;
    }
    .footer__tel {
        margin-bottom: 0.625rem;
    }
    .footer__main {
        max-width: 37.5rem;
        margin: 1.25rem auto 0;
        padding-right: 0;
    }
    .footer__info {
        max-width: 100%;
    }
    .footer__company {
        max-width: 25rem;
        margin: auto;
        max-width: 100%;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer__contacts {
        max-width: 23.75rem;
        text-align: center;
    }
    .footer__name {
        margin-top: 1.1875rem;
    }
    .footer__desc {
        margin-bottom: 1.375rem;
    }
    .footer__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0;
        margin-left: 0;
        margin-top: 1.5rem;
        margin-bottom: 2rem;
    }
    .footer__button.footer__button--rate {
        margin-right: 0;
    }
    .footer__info {
        max-width: 37.5rem;
        margin: 0 auto;
    }
    .footer__col + .footer__col {
        margin-top: 20px;
    }
    .footer-menu__item.bold-item > a {
        margin-bottom: 0;
    }
    .footer-menu__item.active {
        padding-top: 8px;
    }
    .footer-arrow {
        position: absolute;
        right: 0.5rem;
        top: 0.8125rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 25px;
        height: 25px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-arrow:before {
        content: "";
        position: absolute;
        width: 0.625rem;
        height: 0.625rem;
        display: block;
        border-color: #212121;
        border-width: 0px 1px 1px 0px;
        border-style: solid;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    .footer-arrow.active:before {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
    }
    .footer-bottom {
        margin: 0 auto;
        text-align: center;
    }
    .footer-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 1rem;
        margin: 1rem 1rem 0.5rem 1rem;
    }
    .info_develop {
        margin-left: auto;
        margin-right: auto;
    }
    .footer__col,
    .footer__col:nth-of-type(1),
    .footer__col:nth-of-type(2),
    .footer__col {
        text-align: left;
        border-bottom: 1px solid #f7f7f7;
        padding-bottom: 8px;
    }
    .footer-menu {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.3s ease-out;
        -o-transition: max-height 0.3s ease-out;
        transition: max-height 0.3s ease-out;
    }
    .footer__col-name {
        cursor: pointer;
        position: relative;
        font-size: 1.1rem;
    }
    .footer__address {
        font-size: 0.9rem;
        margin-bottom: 0.625rem;
    }
    .footer__col-name:before {
        content: "";
        position: absolute;
        top: 8px;
        right: 0;
        width: 10px;
        height: 10px;
        background: transparent;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-width: 0px 2px 2px 0px;
        border-color: #f7f7f7;
        border-style: solid;
    }
    .footer__col-name.active:before {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .footer-bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (max-width: 580px) {
    .footer:nth-child(4n),
    .footer__mail:nth-child(4n),
    .footer__socials-item:nth-child(4n) {
        margin-right: 0;
    }
    .footer__button.footer__button--rate {
        margin-left: 0;
    }
    .footer__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__menu {
        margin-bottom: 1.25rem;
    }
}
@media screen and (max-width: 320px) {
    .footer-submenu {
        margin-left: 0;
    }
}
footer a {
    color: #f7f7f7;
}
footer .header-slabovid__link {
    color: #f7f7f7;
}
footer a.header-link__region {
    color: #f7f7f7;
    border-bottom: 1px dashed #f7f7f7;
}
.footer-social > div[id^="bx_incl_area"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__socials-item {
    padding: 0.3rem;
}
.footer__socials-item svg.Icons {
    height: 32px;
}
.footer__socials-item.ss-light svg.Icons {
    fill: #212121;
}
.footer__socials-item.ss-light circle.Background {
    fill: #f7f7f7;
}
.footer__socials-item.ss-dark svg.Icons {
    fill: #2d303d;
}
.footer__socials-item.ss-dark circle.Background {
    fill: #3b3b3b;
}
.footer__socials-item.ss-color svg.Icons {
    fill: #2d303d;
    fill: #dc679c;
}
.footer__socials-item.ss-color circle.Background {
    fill: #761b44;
}
.footer__socials-item.ss-color-second svg.Icons {
    fill: #2d303d;
}
.footer__socials-item.ss-color-second circle.Background {
    fill: #761b44;
}
.footer__socials-item.ss-color-fon svg.Icons {
    fill: #f7f7f7;
}
.footer__socials-item.ss-color-fon circle.Background {
    fill: #292b37;
}
.footer__socials-item.ss-multicolor .Telegram circle.Background {
    fill: #2aabee;
}
.footer__socials-item.ss-multicolor circle.Background.cls-instagram-1 {
    fill: #4159f2;
}
.bottom-icons {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
}
@media (max-width: 992px) {
    .bottom-icons {
        display: block;
    }
}
.bottom-icons__content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    padding: 10px 20px 5px;
    margin: 0 0 5px;
    scrollbar-color: #e5eef8 #fff;
    scrollbar-width: thin;
}
.bottom-icons__content::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.bottom-icons__content::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 100px;
}
.bottom-icons__content::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #e5eef8;
}
.bottom-icons__icon {
    position: relative;
}
.bottom-icons__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: opacity 0.3s ease;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}
.bottom-icons__link svg,
.bottom-icons__link img {
    width: 36px;
    height: 36px;
}
.bottom-icons__link svg path {
    transition: fill 0.3s ease;
    fill: #707f8d;
}
.bottom-icons__link:hover {
    opacity: 0.7;
}
.bottom-icons__link:not(:last-of-type) {
    margin-right: 1rem;
}
.bottom-icons__counter {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -6px;
    right: -6px;
    line-height: 20px;
    min-width: 20px;
    width: auto;
    height: 20px;
    padding: 4px;
    font-size: 12px;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    background-color: #761b44;
    color: #fff;
}
.bottom-icons__counter.active {
    opacity: 1;
    pointer-events: auto;
}
.bottom-icons__name {
    color: #707f8d;
    font-size: 14px;
    line-height: 25px;
}
.header .header__menu .fa.fa-angle-down {
    padding-left: 4px;
}
.header__menu .bx-nav-1-lvl > a:before {
    content: "";
    position: absolute;
    opacity: 0;
    display: block;
    height: 5px;
    background: #fff;
    top: -24px;
    left: 0;
    right: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.header.header--scroll .header__menu .bx-nav-1-lvl > a:before {
    background: #761b44;
}
.header__menu .bx-nav-1-lvl > a:hover:before {
    opacity: 1;
}
div.tab-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.tabs-menu__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0.5rem 0rem 2rem 0rem;
    text-align: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    white-space: nowrap;
    overflow-x: auto;
    height: auto;
}
.tabs-menu__top {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.tabs-menu__top::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    background: transparent;
}
.tabs-menu li {
    list-style-type: none;
}
.tabs-menu__top a {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2.3125rem;
    margin-right: 1.875rem;
    padding-bottom: 0.125rem;
    border-bottom: 0.1875rem solid transparent;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #341401;
    white-space: nowrap;
}
.tabs-menu__top a {
    left: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.tabs-menu__top a:hover {
    opacity: 1;
    border-bottom: 3px solid #761b44;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a.tabs-menu.active {
    opacity: 1;
    border-bottom: 3px solid #761b44;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media screen and (max-width: 992px) {
    .tabs-menu__top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 580px) {
    .tabs-menu__top a {
        font-size: 0.9rem;
    }
}
.headerinfo__menu .tabs-menu__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    white-space: nowrap;
    overflow-x: auto;
    height: auto;
}
.headerinfo__menu a.tabs-menu {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 2.3125rem;
    margin-right: 1.875rem;
    padding-bottom: 0.0125rem;
    border-bottom: 1px dotted #fcfcfc;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fcfcfc;
}
.headerinfo__menu a.tabs-menu:hover {
    border-bottom: 1px dotted transparent;
    color: #fcfcfc;
}
.header.header--white .headerinfo__menu a.tabs-menu {
    color: #fcfcfc;
}
.header.header--white.header--scroll .headerinfo__menu a.tabs-menu {
    color: #341401;
}
.header.header--white .headerinfo__menu a.tabs-menu {
    border-bottom: 1px dotted #fcfcfc;
}
.personal-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.personal-page__menu {
    min-width: 21.625rem;
    padding-right: 1.5625rem;
}
li.cabinet-menu__item {
    list-style-type: none;
    margin-bottom: 1rem;
}
@media (min-width: 993px) {
    .visible-auth {
        display: none;
    }
}
@media (max-width: 992px) {
    .personal-page__menu {
        width: 100%;
    }
}
.p-plus-toggle-btn {
    position: relative;
}
.p-plus--is-showing-overflow .p-plus__overflow {
    visibility: visible;
}
.p-plus--is-showing-overflow .p-plus__overflow {
    right: 0;
}
@media only screen and (max-width: 992px) {
    .p-plus__overflow {
        visibility: visible;
        position: relative;
    }
    .p-plus__toggle-btn {
        display: none;
    }
    .p-plus--is-showing-overflow .p-plus__overflow {
        visibility: visible;
    }
    li.bx-nav-2-lvl {
        display: none;
    }
}
@media (min-width: 993px) {
    .contacts--visible-xs {
        display: none;
    }
}
@media (max-width: 1220px) {
    header.header:not(.header--white) {
        min-height: 3.5rem;
    }
    .header .case {
        width: 100%;
        padding: 0 20px;
    }
    .header .header__main {
        max-width: calc(100% - 3rem);
    }
}
li.bx-nav-3-lvl {
    line-height: 1.5rem;
}
.bx-nav-2-lvl__wrap .bx-nav-2-lvl_link:not(.bx-nav-2-lvl_has-3-lvl) .bx-nav-2-lvl__title {
    font-weight: 400;
}
@media (max-width: 992px) {
    .header .search__wrap {
        height: 7rem;
    }
    .header ul.menu-section > li {
        padding: 0 25px;
    }
    .header.header--white .header__menu ul.menu-section a {
        color: #000;
    }
    .header .menu ul.menu-section {
        height: auto;
    }
    .header.header--white .topheader__box .header__contacts-popup,
    a.header-box__phone-link {
        color: #000;
    }
    .topheader__box {
        margin-bottom: 15px;
    }
    .topheader__icons,
    .topheader .topheader__wrap {
        display: none;
    }
    .menu.active .menu-section.p-plus__primary .bx-nav-1-lvl > a,
    .bx-nav-2-lvl__wrap .bx-nav-2-lvl__title {
        font-weight: 500;
    }
    .bx-nav-list-3-lvl {
        padding-left: 20px;
    }
    .header .menu.active {
        bottom: 0;
        overflow-y: auto;
    }
    .header .header__menu .fa.fa-angle-down {
        position: relative;
        width: 40px;
        height: 45px;
        display: inline-block;
        margin-left: auto;
    }
    .header .header__menu .fa.fa-angle-down:before {
        content: "";
        position: absolute;
        display: block;
        width: 13px;
        height: 13px;
        border-style: solid;
        border-color: black;
        border-width: 0px 2px 2px 0;
        transform: translate(13px, 17px) rotate(-45deg);
        -webkit-transform: translate(13px, 17px) rotate(-45deg);
        -moz-transform: translate(13px, 17px) rotate(-45deg);
        -ms-transform: translate(13px, 17px) rotate(-45deg);
        -o-transform: translate(13px, 17px) rotate(-45deg);
        opacity: 1;
    }
    .header ul.menu-section > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .contacts--visible-xs {
        padding: 25px;
        white-space: normal;
    }
    .contacts--visible-xs p {
        line-height: 26px;
        z-index: 0;
    }
}
@media (min-width: 993px) {
    .header__actions-phone__mobile {
        display: none;
    }
}
@media (min-width: 993px) {
    .header .menu-section > li .menu-subs.menu-mega.menu-column-2,
    .header .menu-section > li .menu-subs.menu-mega.menu-column-3 {
        max-height: 55vh;
        -webkit-transform: translate(-20%);
        -ms-transform: translate(-20%);
        transform: translate(-20%);
        overflow-y: auto;
    }
    .header .menu-section > li .menu-subs.menu-column-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 40vw;
    }
}
@media (min-width: 1281px) {
    .header .menu-section > li .menu-subs.menu-column-2 > .list-item {
        max-width: 50%;
    }
}
@media only screen and (max-width: 992px) {
    .header .menu-section.p-plus__primary > li .menu-subs.menu-column-2 > .list-item,
    .header .menu-section.p-plus__primary > li .menu-subs.menu-column-3 > .list-item {
        max-width: 100%;
    }
    .menu-item-has-children:before {
        display: none;
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 15px;
        height: 15px;
        border-style: solid;
        border-color: black;
        border-width: 0px 2px 2px 0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    .header.header--white .header__menu {
        top: 0;
        background-color: white;
    }
    .header .menu .menu-section.p-plus__primary {
        display: block;
        position: static;
    }
    .header.header--white .menu-section.p-plus__primary a {
        color: #000;
    }
    .header .menu-section.p-plus__primary > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        line-height: 1;
        margin: 0;
        height: 3.125rem;
        padding: 0 0.225rem 0 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        position: static;
    }
    .header .menu-section.p-plus__primary > li > a {
        display: inline-block;
        line-height: 3.125rem;
    }
    .menu.active .menu-section.p-plus__primary li a {
        color: #341401;
        font-size: 1rem;
        font-weight: 400;
    }
    .header .menu-section.p-plus__primary > li > a i.ion {
        position: absolute;
        top: 0;
        right: 0;
        width: 3.125rem;
        height: 3.125rem;
        text-align: center;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .header .menu .menu-mobile-header {
        position: -webkit-sticky;
        position: sticky;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 0;
        height: 3.125rem;
        z-index: 501;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        background: #fff;
    }
    .header .menu .menu-mobile-header .menu-mobile-arrow {
        display: none;
        font-size: 1.25rem;
        line-height: 3.125rem;
        width: 3.125rem;
        height: 100%;
        background-color: #fff;
        cursor: pointer;
        color: #341401;
        text-align: center;
        position: relative;
    }
    .header .menu .menu-mobile-header .menu-mobile-arrow:before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        border-style: solid;
        border-width: 0 2px 2px 0;
        border-color: black;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        top: 17px;
        left: 20px;
    }
    .header .menu .menu-mobile-header.active .menu-mobile-arrow {
        display: block;
    }
    .header .menu .menu-mobile-header .menu-mobile-title {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 500;
        line-height: inherit;
        text-transform: capitalize;
        text-rendering: optimizeLegibility;
        color: #341401;
    }
    .header .menu .menu-mobile-header .menu-mobile-close {
        font-size: 2.25rem;
        line-height: 3.125rem;
        cursor: pointer;
        width: 3.125rem;
        height: 100%;
        background-color: #fff;
        color: #341401;
        text-align: center;
        position: relative;
    }
    .header .menu .menu-mobile-header .menu-mobile-close:before,
    .header .menu .menu-mobile-header .menu-mobile-close:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -1px;
        margin-left: -11px;
        display: block;
        height: 2px;
        width: 24px;
        background-color: #341401;
        -webkit-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }
    .header .menu .menu-mobile-header .menu-mobile-close:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
    }
    .header .menu-section.p-plus__primary .fa.fa-angle-down {
        cursor: pointer;
    }
    .header .menu-section.p-plus__primary > li .menu-subs {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .header .menu-section.p-plus__primary > li .menu-subs.menu-mega {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #fff;
        z-index: 1;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .header .menu-section.p-plus__primary > li .menu-subs.menu-mega.active {
        overflow-y: unset;
    }
    .header .menu-section.p-plus__primary > li .menu-subs.active {
        display: block;
        height: 100%;
        width: 100%;
    }
    .header .menu-section.p-plus__primary > li .menu-subs.menu-column-4 > .list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0rem;
    }
    .header .menu-section.p-plus__primary > li .menu-subs.menu-column-4 > .list-item img.responsive {
        margin-top: 0;
    }
    .header .menu-section.p-plus__primary > li .menu-subs.menu-column-4 > .list-item.text-center .title {
        margin-bottom: 1.25rem;
    }
    .header .menu-section.p-plus__primary > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title {
        margin-bottom: 0rem;
    }
    .header .menu-section.p-plus__primary > li .menu-subs > ul > li > a {
        display: block;
    }
    .header .menu-section.p-plus__primary > li .menu-subs.menu-mega > .list-item > ul > li > a {
        display: block;
        color: #000;
    }
    .header .menu-section.p-plus__primary > li .menu-subs.active li.bx-nav-2-lvl {
        display: block;
        position: relative;
        height: auto;
        width: auto;
        text-align: left;
    }
}
.menu-section.p-plus__primary li,
.menu-section.p-plus__primary a {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}
.p-plus--is-showing-overflow .p-plus__overflow {
    text-align: left;
}
.p-plus--is-showing-overflow .p-plus__overflow {
    min-width: 240px !important;
}
.header.header--white .p-plus__toggle-btn {
    color: #fff;
}
.header.header--white.header--scroll .p-plus__toggle-btn,
.header.header--scroll .p-plus__toggle-btn {
    color: #341401;
}
.p-plus__toggle-btn {
    background: transparent;
    padding-left: 0.5625rem;
    font-size: 2.25rem;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer;
    padding-bottom: 0.3125rem;
    color: #fcfcfc;
}
.bx-aside-nav[data-role="bx-menu-mobile"],
.bx-aside-nav-control[data-role="bx-menu-button-mobile"] {
    display: none !important;
}
.submenu-main-container {
    margin-top: 15px;
    padding: 0 10px;
    color: #fff;
    border-radius: 2px;
    position: relative;
}
.submenu-main-container .submenu-navlist-1-lvl {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.submenu-main-container .submenu-nav1-lvl {
    position: relative;
    width: 25%;
}
@media (max-width: 1220px) {
    .submenu-main-container .submenu-nav1-lvl {
        width: 33.3%;
    }
}
@media (max-width: 1024px) {
    .submenu-main-container .submenu-nav1-lvl {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .submenu-main-container .submenu-nav1-lvl {
        width: 100%;
    }
}
.submenu-main-container .submenu-nav1-lvl > a {
    color: #341401;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 1px;
    height: 10rem;
    margin: 1rem;
    padding: 1rem;
    background-color: #fff;
    -webkit-box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
}
.submenu-main-container .submenu-nav1-lvl > a span {
    padding: 10px 14px 14px;
    display: block;
}
.submenu-main-container .submenu-nav1-lvl.submenu-navparent.bx-hover > a,
.submenu-main-container .submenu-nav1-lvl.submenu-navparent.hover > a {
    z-index: 250;
    -webkit-box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.13);
}
.submenu-main-container .submenu-nav1-lvl.submenu-navparent.bx-hover > a span,
.submenu-main-container .submenu-nav1-lvl.submenu-navparent.hover > a span {
    background: #fff;
}
.submenu-main-container .submenu-navparent-arrow {
    display: none;
}
.submenu-main-container .submenu-nav2-lvl-container-advanced,
.submenu-main-container .submenu-nav2-lvl-container {
    z-index: 999;
    display: none;
    opacity: 0;
    padding: 9px 0 5px;
    -webkit-box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.13);
    border-top: none;
    min-width: 100%;
    color: #000;
}
.submenu-main-container .submenu-nav2-lvl-container-advanced:before,
.submenu-main-container .submenu-nav2-lvl-container:before {
    position: absolute;
    content: " ";
    display: block;
    height: 5px;
    background: #fff;
    top: -5px;
    left: 0;
    right: 0;
}
.submenu-main-container .submenu-nav1-lvl.bx-hover .submenu-nav2-lvl-container-advanced,
.submenu-main-container .submenu-nav1-lvl.hover .submenu-nav2-lvl-container-advanced,
.submenu-main-container .submenu-nav1-lvl.bx-hover .submenu-nav2-lvl-container,
.submenu-main-container .submenu-nav1-lvl.hover .submenu-nav2-lvl-container {
    opacity: 1;
    display: block;
    position: absolute;
    top: 100%;
    z-index: 999;
    background: #fff;
}
.submenu-main-container .submenu-nav1-lvl.submenu-navlist-4-col.bx-hover .submenu-nav2-lvl-container-advanced,
.submenu-main-container .submenu-nav1-lvl.submenu-navlist-4-col.hover .submenu-nav2-lvl-container-advanced,
.submenu-main-container .submenu-nav1-lvl.submenu-navlist-4-col.bx-hover .submenu-nav2-lvl-container,
.submenu-main-container .submenu-nav1-lvl.submenu-navlist-4-col.hover .submenu-nav2-lvl-container {
    top: 56px;
    margin-left: -10px;
}
.submenu-main-container > ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ul.submenu-main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.submenu-main-container .submenu-navlist-2-lvl {
    margin: 0;
    padding: 5px 0 12px;
}
.submenu-main-container .submenu-nav2-lvl {
    display: block;
    min-width: 180px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.submenu-main-container .submenu-nav2-lvl > a {
    padding: 5px 15px 5px;
    color: #20394c;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
    font-weight: bold;
    border-bottom: none;
    display: block;
}
.submenu-main-container .submenu-navlist-2-lvl .submenu-nav2-lvl:first-child a {
    border-top: none;
    margin-top: 0;
}
.submenu-main-container .submenu-nav3-lvl {
    padding: 5px 0;
    margin: 0;
}
.submenu-main-container .submenu-nav3-lvl-container-advanced:before,
.submenu-main-container .submenu-nav3-lvl-container:before {
    position: absolute;
    content: " ";
    display: block;
    height: 5px;
    background: #fff;
    top: -5px;
    left: 0;
    right: 0;
}
.submenu-main-container .submenu-navlist-3-lvl {
    margin: 0;
    padding: 0 0 14px 7px;
}
.submenu-main-container .submenu-nav3-lvl {
    display: block;
    min-width: 180px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.submenu-main-container .submenu-nav3-lvl a {
    padding: 3px 15px;
    color: #555;
    font-size: 13px;
    line-height: 14px;
    text-decoration: none;
    border-bottom: none;
    display: block;
}
.submenu-main-container .submenu-nav1-lvl.submenu-navlist-1-col .submenu-nav2-lvl-container-advanced,
.submenu-main-container .submenu-nav1-lvl.submenu-navlist-1-col .submenu-nav2-lvl-container {
    min-width: 200px;
}
.submenu-main-container
    .submenu-nav1-lvl.submenu-navlist-1-col
    .submenu-nav2-lvl-container-advanced
    .submenu-navlist-2-lvl,
.submenu-main-container .submenu-nav1-lvl.submenu-navlist-1-col .submenu-nav2-lvl-container .submenu-navlist-2-lvl {
    display: block;
    min-width: 200px;
    width: 100%;
}
.submenu-main-container .submenu-nav1-lvl.submenu-navlist-1-col .submenu-navcatinfo-back {
    width: 100%;
    background: #fff;
}
.submenu-main-container .submenu-nav1-lvl.submenu-navlist-2-col .submenu-nav2-lvl-container-advanced,
.submenu-main-container .submenu-nav1-lvl.submenu-navlist-2-col .submenu-nav2-lvl-container {
    min-width: 400px;
}
.submenu-main-container
    .submenu-nav1-lvl.submenu-navlist-2-col
    .submenu-nav2-lvl-container-advanced
    .submenu-navlist-2-lvl,
.submenu-main-container .submenu-nav1-lvl.submenu-navlist-2-col .submenu-nav2-lvl-container .submenu-navlist-2-lvl {
    display: block;
    min-width: 200px;
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.submenu-main-container .submenu-nav1-lvl.submenu-navlist-2-col .submenu-navcatinfo-back {
    width: 50%;
}
.submenu-main-container .submenu-nav1-lvl.submenu-navlist-3-col .submenu-nav2-lvl-container-advanced,
.submenu-main-container .submenu-nav1-lvl.submenu-navlist-3-col .submenu-nav2-lvl-container {
    min-width: 600px;
}
.submenu-main-container
    .submenu-nav1-lvl.submenu-navlist-3-col
    .submenu-nav2-lvl-container-advanced
    .submenu-navlist-2-lvl,
.submenu-main-container .submenu-nav1-lvl.submenu-navlist-3-col .submenu-nav2-lvl-container .submenu-navlist-2-lvl {
    display: block;
    min-width: 200px;
    width: 33.33333%;
    float: left;
}
.submenu-main-container .submenu-nav1-lvl.submenu-navlist-3-col .submenu-navcatinfo-back {
    width: 33.33333%;
}
.submenu-main-container .submenu-nav1-lvl.submenu-navlist-4-col {
    position: static;
}
.submenu-main-container .submenu-nav1-lvl.submenu-navlist-4-col .submenu-nav2-lvl-container-advanced {
    top: 100%;
    left: 0;
    right: 0;
}
.submenu-main-container .submenu-nav1-lvl.submenu-navlist-4-col .submenu-nav2-lvl-container-advanced,
.submenu-main-container .submenu-nav1-lvl.submenu-navlist-4-col .submenu-nav2-lvl-container {
    min-width: 100%;
}
.submenu-main-container
    .submenu-nav1-lvl.submenu-navlist-4-col
    .submenu-nav2-lvl-container-advanced
    .submenu-navlist-2-lvl,
.submenu-main-container .submenu-nav1-lvl.submenu-navlist-4-col .submenu-nav2-lvl-container .submenu-navlist-2-lvl {
    display: block;
    width: 25%;
    float: left;
}
.submenu-main-container .submenu-nav1-lvl.submenu-navlist-4-col .submenu-navcatinfo-back {
    width: 25%;
}
.submenu-main-container .submenu-navcatinfo {
    padding: 5px 15px 5px;
    z-index: 120;
    position: relative;
}
.submenu-main-container .submenu-navcatinfo img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e7e9ea;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.submenu-main-container .submenu-navcatinfo p {
    padding: 20px 5px 0;
    font-size: 13px;
}
.submenu-main-container .submenu-navcatinfo-back {
    position: absolute;
    display: block;
    content: " ";
    top: -5px;
    right: 0;
    bottom: 0;
    background: #f7fafb;
    z-index: 100;
    border-left: 1px solid #ecefef;
}
#news-section .slider-block__all:hover,
#services-section .slider-block__all:hover,
#teasers-section .slider-block__all:hover,
#leadmagnit-section .slider-block__all:hover,
#hits-section .slider-block__all:hover,
#catalog-section .slider-block__all:hover,
#problems-section .slider-block__all:hover,
#quote-section .slider-block__all:hover,
#wall-section .slider-block__all:hover,
#company-section .slider-block__all:hover,
#facts-section .slider-block__all:hover,
#reviews-section .slider-block__all:hover,
#partners-section .slider-block__all:hover,
#employees-section .slider-block__all:hover,
#sertificates-section .slider-block__all:hover,
#leadfaq-section .slider-block__all:hover,
#projects-section .slider-block__all:hover,
#steps-section .slider-block__all:hover,
#faq-section .slider-block__all:hover,
#special-section .slider-block__all:hover,
#banner-section .slider-block__all:hover,
#actions-section .slider-block__all:hover,
#text-section .slider-block__all:hover,
#articles-section .slider-block__all:hover,
#cooperation-section .slider-block__all:hover,
#tabs-section .slider-block__all:hover,
#lookbook-section .slider-block__all:hover,
#brands-section .slider-block__all:hover,
#feedback-section .slider-block__all:hover,
#map-section .slider-block__all:hover,
#gallery-section .slider-block__all:hover,
#promo-section .slider-block__all:hover,
#presentation-section .slider-block__all:hover,
#tariffs-section .slider-block__all:hover,
#videos-section .slider-block__all:hover,
#advantages-section .slider-block__all:hover,
#subscribe-section .slider-block__all:hover,
#html1-section .slider-block__all:hover,
#html2-section .slider-block__all:hover,
#lines-section .slider-block__all:hover {
    border: none;
}
#news-section .block__link_all:hover,
#services-section .block__link_all:hover,
#teasers-section .block__link_all:hover,
#leadmagnit-section .block__link_all:hover,
#hits-section .block__link_all:hover,
#catalog-section .block__link_all:hover,
#problems-section .block__link_all:hover,
#quote-section .block__link_all:hover,
#wall-section .block__link_all:hover,
#company-section .block__link_all:hover,
#facts-section .block__link_all:hover,
#reviews-section .block__link_all:hover,
#partners-section .block__link_all:hover,
#employees-section .block__link_all:hover,
#sertificates-section .block__link_all:hover,
#leadfaq-section .block__link_all:hover,
#projects-section .block__link_all:hover,
#steps-section .block__link_all:hover,
#faq-section .block__link_all:hover,
#special-section .block__link_all:hover,
#banner-section .block__link_all:hover,
#actions-section .block__link_all:hover,
#text-section .block__link_all:hover,
#articles-section .block__link_all:hover,
#cooperation-section .block__link_all:hover,
#tabs-section .block__link_all:hover,
#lookbook-section .block__link_all:hover,
#brands-section .block__link_all:hover,
#feedback-section .block__link_all:hover,
#map-section .block__link_all:hover,
#gallery-section .block__link_all:hover,
#promo-section .block__link_all:hover,
#presentation-section .block__link_all:hover,
#tariffs-section .block__link_all:hover,
#videos-section .block__link_all:hover,
#advantages-section .block__link_all:hover,
#subscribe-section .block__link_all:hover,
#html1-section .block__link_all:hover,
#html2-section .block__link_all:hover,
#lines-section .block__link_all:hover {
    border: none;
}
#news-section .block-scrollbox__title,
#news-section .block-scrollbox__subtitle,
#services-section .block-scrollbox__title,
#services-section .block-scrollbox__subtitle,
#teasers-section .block-scrollbox__title,
#teasers-section .block-scrollbox__subtitle,
#leadmagnit-section .block-scrollbox__title,
#leadmagnit-section .block-scrollbox__subtitle,
#hits-section .block-scrollbox__title,
#hits-section .block-scrollbox__subtitle,
#catalog-section .block-scrollbox__title,
#catalog-section .block-scrollbox__subtitle,
#problems-section .block-scrollbox__title,
#problems-section .block-scrollbox__subtitle,
#quote-section .block-scrollbox__title,
#quote-section .block-scrollbox__subtitle,
#wall-section .block-scrollbox__title,
#wall-section .block-scrollbox__subtitle,
#company-section .block-scrollbox__title,
#company-section .block-scrollbox__subtitle,
#facts-section .block-scrollbox__title,
#facts-section .block-scrollbox__subtitle,
#reviews-section .block-scrollbox__title,
#reviews-section .block-scrollbox__subtitle,
#partners-section .block-scrollbox__title,
#partners-section .block-scrollbox__subtitle,
#employees-section .block-scrollbox__title,
#employees-section .block-scrollbox__subtitle,
#sertificates-section .block-scrollbox__title,
#sertificates-section .block-scrollbox__subtitle,
#leadfaq-section .block-scrollbox__title,
#leadfaq-section .block-scrollbox__subtitle,
#projects-section .block-scrollbox__title,
#projects-section .block-scrollbox__subtitle,
#steps-section .block-scrollbox__title,
#steps-section .block-scrollbox__subtitle,
#faq-section .block-scrollbox__title,
#faq-section .block-scrollbox__subtitle,
#special-section .block-scrollbox__title,
#special-section .block-scrollbox__subtitle,
#banner-section .block-scrollbox__title,
#banner-section .block-scrollbox__subtitle,
#actions-section .block-scrollbox__title,
#actions-section .block-scrollbox__subtitle,
#text-section .block-scrollbox__title,
#text-section .block-scrollbox__subtitle,
#articles-section .block-scrollbox__title,
#articles-section .block-scrollbox__subtitle,
#cooperation-section .block-scrollbox__title,
#cooperation-section .block-scrollbox__subtitle,
#tabs-section .block-scrollbox__title,
#tabs-section .block-scrollbox__subtitle,
#lookbook-section .block-scrollbox__title,
#lookbook-section .block-scrollbox__subtitle,
#brands-section .block-scrollbox__title,
#brands-section .block-scrollbox__subtitle,
#feedback-section .block-scrollbox__title,
#feedback-section .block-scrollbox__subtitle,
#map-section .block-scrollbox__title,
#map-section .block-scrollbox__subtitle,
#gallery-section .block-scrollbox__title,
#gallery-section .block-scrollbox__subtitle,
#promo-section .block-scrollbox__title,
#promo-section .block-scrollbox__subtitle,
#presentation-section .block-scrollbox__title,
#presentation-section .block-scrollbox__subtitle,
#tariffs-section .block-scrollbox__title,
#tariffs-section .block-scrollbox__subtitle,
#videos-section .block-scrollbox__title,
#videos-section .block-scrollbox__subtitle,
#advantages-section .block-scrollbox__title,
#advantages-section .block-scrollbox__subtitle,
#subscribe-section .block-scrollbox__title,
#subscribe-section .block-scrollbox__subtitle,
#html1-section .block-scrollbox__title,
#html1-section .block-scrollbox__subtitle,
#html2-section .block-scrollbox__title,
#html2-section .block-scrollbox__subtitle,
#lines-section .block-scrollbox__title,
#lines-section .block-scrollbox__subtitle {
    color: #fff;
}
#news-section .block-scrollbox__item,
#services-section .block-scrollbox__item,
#teasers-section .block-scrollbox__item,
#leadmagnit-section .block-scrollbox__item,
#hits-section .block-scrollbox__item,
#catalog-section .block-scrollbox__item,
#problems-section .block-scrollbox__item,
#quote-section .block-scrollbox__item,
#wall-section .block-scrollbox__item,
#company-section .block-scrollbox__item,
#facts-section .block-scrollbox__item,
#reviews-section .block-scrollbox__item,
#partners-section .block-scrollbox__item,
#employees-section .block-scrollbox__item,
#sertificates-section .block-scrollbox__item,
#leadfaq-section .block-scrollbox__item,
#projects-section .block-scrollbox__item,
#steps-section .block-scrollbox__item,
#faq-section .block-scrollbox__item,
#special-section .block-scrollbox__item,
#banner-section .block-scrollbox__item,
#actions-section .block-scrollbox__item,
#text-section .block-scrollbox__item,
#articles-section .block-scrollbox__item,
#cooperation-section .block-scrollbox__item,
#tabs-section .block-scrollbox__item,
#lookbook-section .block-scrollbox__item,
#brands-section .block-scrollbox__item,
#feedback-section .block-scrollbox__item,
#map-section .block-scrollbox__item,
#gallery-section .block-scrollbox__item,
#promo-section .block-scrollbox__item,
#presentation-section .block-scrollbox__item,
#tariffs-section .block-scrollbox__item,
#videos-section .block-scrollbox__item,
#advantages-section .block-scrollbox__item,
#subscribe-section .block-scrollbox__item,
#html1-section .block-scrollbox__item,
#html2-section .block-scrollbox__item,
#lines-section .block-scrollbox__item {
    color: #341401;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
#news-section .case {
    width: 100%;
    max-width: 1680px;
}
#news-section .slider-block .case,
#news-section .list .case {
    width: 100%;
    max-width: 1680px;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
#presentation-section .case {
    width: 100%;
    max-width: 1680px;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
#gallery-section .case {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
    max-width: 2100px;
}
#gallery-section .slider-block .case,
#gallery-section .list .case {
    padding-left: 2rem;
    padding-right: 2rem;
}
#gallery-section .slider-block__head,
#gallery-section .block__head,
#gallery-section .block__subtitle {
    margin-left: 1rem;
    margin-right: 1rem;
}
#news-section,
#teasers-section,
#promo-section,
#services-section,
#leadmagnit-section,
#hits-section,
#catalog-section,
#problems-section,
#quote-section,
#wall-section,
#company-section,
#facts-section,
#presentation-section,
#gallery-section,
#reviews-section,
#partners-section,
#employees-section,
#sertificates-section,
#leadfaq-section,
#projects-section,
#steps-section,
#faq-section,
#special-section,
#tariffs-section,
#actions-section,
#text-section,
#lines-section,
#articles-section,
#tabs-section,
#lookbook-section,
#brands-section,
#feedback-section {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(50vw - 50%);
    width: 100vw;
}
#html1-section {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(50vw - 50%);
}
#html2-section {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(50vw - 50%);
}
#subscribe-section {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(50vw - 50%);
}
#videos-section {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(50vw - 50%);
}
#advantages-section {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(50vw - 50%);
}
#news-section {
    background-color: #fff;
}
#services-section {
    background-color: #fff;
}
#teasers-section {
    background-color: #f7f7f7;
}
#leadmagnit-section {
    background-color: #761b44;
}
#hits-section {
    background-color: #fff;
}
#lines-section {
    background-color: #fff;
}
#catalog-section {
    background-color: #f7f7f7;
}
#problems-section {
    background-color: #fff;
}
#quote-section {
    background-color: #fff;
}
#wall-section {
    background-color: #fff;
}
#company-section {
    background-color: #fff;
}
#facts-section {
    background-color: #fff;
}
#reviews-section {
    background-color: #fff;
}
#partners-section {
    background-color: #fff;
}
#employees-section {
    background-color: #fff;
}
#sertificates-section {
    background-color: #fff;
}
#leadfaq-section {
    background-color: #761b44;
}
#projects-section {
    background-color: #fff;
}
#steps-section {
    background-color: #fff;
}
#faq-section {
    background-color: #fff;
}
#special-section {
    background-color: #fff;
}
#actions-section {
    background-color: #fff;
}
#text-section {
    background-color: #fff;
}
#articles-section {
    background-color: #fff;
}
#tabs-section {
    background-color: #fff;
}
#lookbook-section {
    background-color: #fff;
}
#brands-section {
    background-color: #fff;
}
#feedback-section {
    background-color: #6e193f;
}
#map-section {
    background-color: #fff;
}
#gallery-section {
    background-color: #fff;
}
#promo-section {
    background-color: #6e193f;
}
#presentation-section {
    background-color: #fff;
}
#tariffs-section {
    background-color: #fff;
}
#videos-section {
    background-color: #fff;
}
#advantages-section {
    background-color: #761b44;
}
#subscribe-section {
    background-color: #fff;
}
#html1-section {
    background-color: #761b44;
}
#html2-section {
    background-color: #fff;
}
#news-section .section__bg img {
    opacity: 0.6;
}
#services-section .section__bg img {
    opacity: 0.6;
}
#teasers-section .section__bg img {
    opacity: 0.6;
}
#leadmagnit-section .section__bg img {
    opacity: 0.6;
}
#hits-section .section__bg img {
    opacity: 0.2;
}
#lines-section .section__bg img {
    opacity: 0.6;
}
#catalog-section .section__bg img {
    opacity: 0.6;
}
#problems-section .section__bg img {
    opacity: 0.6;
}
#quote-section .section__bg img {
    opacity: 0.6;
}
#wall-section .section__bg img {
    opacity: 0.6;
}
#company-section .section__bg img {
    opacity: 0.6;
}
#facts-section .section__bg img {
    opacity: 0.6;
}
#reviews-section .section__bg img {
    opacity: 0.6;
}
#partners-section .section__bg img {
    opacity: 0.6;
}
#employees-section .section__bg img {
    opacity: 0.6;
}
#sertificates-section .section__bg img {
    opacity: 0.6;
}
#leadfaq-section .section__bg img {
    opacity: 0.6;
}
#projects-section .section__bg img {
    opacity: 0.6;
}
#steps-section .section__bg img {
    opacity: 0.6;
}
#faq-section .section__bg img {
    opacity: 0.6;
}
#special-section .section__bg img {
    opacity: 0.6;
}
#actions-section .section__bg img {
    opacity: 0.6;
}
#articles-section .section__bg img {
    opacity: 0.6;
}
#tabs-section .section__bg img {
    opacity: 0.6;
}
#lookbook-section .section__bg img {
    opacity: 0.6;
}
#brands-section .section__bg img {
    opacity: 0.6;
}
#feedback-section .section__bg img {
    opacity: 0.2;
}
#promo-section .section__bg img {
    opacity: 0.6;
}
#presentation-section .section__bg img {
    opacity: 0.6;
}
#tariffs-section .section__bg img {
    opacity: 0.6;
}
#videos-section .section__bg img {
    opacity: 0.6;
}
#advantages-section .section__bg img {
    opacity: 0.6;
}
#subscribe-section .section__bg img {
    opacity: 0.6;
}
#projects-section .content-info__advantage-text,
#projects-section .content-info__advantage-title,
#projects-section .elements-tabs__link,
#projects-section .element-tab__link,
#projects-section .element-tab__text,
#projects-section .features__text,
#projects-section .wall__name,
#projects-section .wall__name a,
#projects-section .wall__text {
    color: #341401;
}
#projects-section .elements-tabs__link::before,
#projects-section .elements-tabs__link::after {
    background-color: #341401;
}
#projects-section .block__title,
#projects-section .h1,
#projects-section .h2,
#projects-section .block__subtitle {
    color: #341401;
}
#projects-section .swiper-button-prev:hover svg path,
#projects-section .swiper-button-next:hover svg path {
    fill: #f2f2f2;
}
#projects-section .swiper-button-prev svg path,
#projects-section .swiper-button-next svg path {
    fill: #c9d3dc;
}
#projects-section .block__link_all,
#projects-section .slider-block__all {
    color: #341401;
    border-bottom: 0.0625rem solid #341401;
}
#projects-section .sectionitems__elem.color-no .sectionitems__name a,
#projects-section .sectionitems__elem.color-no a.sectionitems__readmore,
#projects-section .sectionitems__elem.color-no .sectionitems__price,
#projects-section .sectionitems__elem.color-no .sectionitems__city,
#projects-section .sectionitems__elem.color-no .sectionitems__period,
#projects-section .sectionitems__elem.color-no .sectionitems__text {
    color: #341401;
}
#projects-section .present-slider .sectionitems__name a {
    color: #c2c8cb;
}
#actions-section .content-info__advantage-text,
#actions-section .content-info__advantage-title,
#actions-section .elements-tabs__link,
#actions-section .element-tab__link,
#actions-section .element-tab__text,
#actions-section .features__text,
#actions-section .wall__name,
#actions-section .wall__name a,
#actions-section .wall__text {
    color: #341401;
}
#actions-section .elements-tabs__link::before,
#actions-section .elements-tabs__link::after {
    background-color: #341401;
}
#actions-section .block__title,
#actions-section .h1,
#actions-section .h2,
#actions-section .block__subtitle {
    color: #341401;
}
#actions-section .swiper-button-prev:hover svg path,
#actions-section .swiper-button-next:hover svg path {
    fill: #f2f2f2;
}
#actions-section .swiper-button-prev svg path,
#actions-section .swiper-button-next svg path {
    fill: #c9d3dc;
}
#actions-section .block__link_all,
#actions-section .slider-block__all {
    color: #341401;
    border-bottom: 0.0625rem solid #341401;
}
#actions-section .sectionitems__elem.color-no .sectionitems__name a,
#actions-section .sectionitems__elem.color-no a.sectionitems__readmore,
#actions-section .sectionitems__elem.color-no .sectionitems__price,
#actions-section .sectionitems__elem.color-no .sectionitems__city,
#actions-section .sectionitems__elem.color-no .sectionitems__period,
#actions-section .sectionitems__elem.color-no .sectionitems__text {
    color: #341401;
}
#actions-section .present-slider .sectionitems__name a {
    color: #c2c8cb;
}
#news-section .content-info__advantage-text,
#news-section .content-info__advantage-title,
#news-section .elements-tabs__link,
#news-section .element-tab__link,
#news-section .element-tab__text,
#news-section .features__text,
#news-section .wall__name,
#news-section .wall__name a,
#news-section .wall__text {
    color: #341401;
}
#news-section .elements-tabs__link::before,
#news-section .elements-tabs__link::after {
    background-color: #341401;
}
#news-section .block__title,
#news-section .h1,
#news-section .h2,
#news-section .block__subtitle {
    color: #341401;
}
#news-section .swiper-button-prev:hover svg path,
#news-section .swiper-button-next:hover svg path {
    fill: #f2f2f2;
}
#news-section .swiper-button-prev svg path,
#news-section .swiper-button-next svg path {
    fill: #c9d3dc;
}
#news-section .block__link_all,
#news-section .slider-block__all {
    color: #341401;
    border-bottom: 0.0625rem solid #341401;
}
#news-section .sectionitems__elem.color-no .sectionitems__name a,
#news-section .sectionitems__elem.color-no a.sectionitems__readmore,
#news-section .sectionitems__elem.color-no .sectionitems__price,
#news-section .sectionitems__elem.color-no .sectionitems__city,
#news-section .sectionitems__elem.color-no .sectionitems__period,
#news-section .sectionitems__elem.color-no .sectionitems__text {
    color: #341401;
}
#news-section .present-slider .sectionitems__name a {
    color: #c2c8cb;
}
#services-section .content-info__advantage-text,
#services-section .content-info__advantage-title,
#services-section .elements-tabs__link,
#services-section .element-tab__link,
#services-section .element-tab__text,
#services-section .features__text,
#services-section .wall__name,
#services-section .wall__name a,
#services-section .wall__text {
    color: #341401;
}
#services-section .elements-tabs__link::before,
#services-section .elements-tabs__link::after {
    background-color: #341401;
}
#services-section .block__title,
#services-section .h1,
#services-section .h2,
#services-section .block__subtitle {
    color: #341401;
}
#services-section .swiper-button-prev:hover svg path,
#services-section .swiper-button-next:hover svg path {
    fill: #f2f2f2;
}
#services-section .swiper-button-prev svg path,
#services-section .swiper-button-next svg path {
    fill: #c9d3dc;
}
#services-section .block__link_all,
#services-section .slider-block__all {
    color: #341401;
    border-bottom: 0.0625rem solid #341401;
}
#services-section .sectionitems__elem.color-no .sectionitems__name a,
#services-section .sectionitems__elem.color-no a.sectionitems__readmore,
#services-section .sectionitems__elem.color-no .sectionitems__price,
#services-section .sectionitems__elem.color-no .sectionitems__city,
#services-section .sectionitems__elem.color-no .sectionitems__period,
#services-section .sectionitems__elem.color-no .sectionitems__text {
    color: #341401;
}
#services-section .present-slider .sectionitems__name a {
    color: #c2c8cb;
}
#hits-section .content-info__advantage-text,
#hits-section .content-info__advantage-title,
#hits-section .elements-tabs__link,
#hits-section .element-tab__link,
#hits-section .element-tab__text,
#hits-section .features__text,
#hits-section .wall__name,
#hits-section .wall__name a,
#hits-section .wall__text {
    color: #341401;
}
#hits-section .elements-tabs__link::before,
#hits-section .elements-tabs__link::after {
    background-color: #341401;
}
#hits-section .block__title,
#hits-section .h1,
#hits-section .h2,
#hits-section .block__subtitle {
    color: #341401;
}
#hits-section .swiper-button-prev:hover svg path,
#hits-section .swiper-button-next:hover svg path {
    fill: #f2f2f2;
}
#hits-section .swiper-button-prev svg path,
#hits-section .swiper-button-next svg path {
    fill: #c9d3dc;
}
#hits-section .block__link_all,
#hits-section .slider-block__all {
    color: #341401;
    border-bottom: 0.0625rem solid #341401;
}
#hits-section .sectionitems__elem.color-no .sectionitems__name a,
#hits-section .sectionitems__elem.color-no a.sectionitems__readmore,
#hits-section .sectionitems__elem.color-no .sectionitems__price,
#hits-section .sectionitems__elem.color-no .sectionitems__city,
#hits-section .sectionitems__elem.color-no .sectionitems__period,
#hits-section .sectionitems__elem.color-no .sectionitems__text {
    color: #341401;
}
#hits-section .present-slider .sectionitems__name a {
    color: #c2c8cb;
}
#reviews-section .content-info__advantage-text,
#reviews-section .content-info__advantage-title,
#reviews-section .elements-tabs__link,
#reviews-section .element-tab__link,
#reviews-section .element-tab__text,
#reviews-section .features__text,
#reviews-section .wall__name,
#reviews-section .wall__name a,
#reviews-section .wall__text {
    color: #341401;
}
#reviews-section .elements-tabs__link::before,
#reviews-section .elements-tabs__link::after {
    background-color: #341401;
}
#reviews-section .block__title,
#reviews-section .h1,
#reviews-section .h2,
#reviews-section .snippet-quote__descr,
#reviews-section .quote__author,
#reviews-section .block__subtitle {
    color: #341401;
}
#reviews-section .swiper-button-prev:hover svg path,
#reviews-section .swiper-button-next:hover svg path {
    fill: #f2f2f2;
}
#reviews-section .swiper-button-prev svg path,
#reviews-section .swiper-button-next svg path {
    fill: #c9d3dc;
}
#reviews-section .block__link_all,
#reviews-section .slider-block__all {
    color: #341401;
    border-bottom: 0.0625rem solid #341401;
}
#reviews-section .sectionitems__elem.color-no .sectionitems__name a,
#reviews-section .sectionitems__elem.color-no a.sectionitems__readmore,
#reviews-section .sectionitems__elem.color-no .sectionitems__price,
#reviews-section .sectionitems__elem.color-no .sectionitems__city,
#reviews-section .sectionitems__elem.color-no .sectionitems__period,
#reviews-section .sectionitems__elem.color-no .sectionitems__text {
    color: #341401;
}
#reviews-section .present-slider .sectionitems__name a {
    color: #c2c8cb;
}
#partners-section .content-info__advantage-text,
#partners-section .content-info__advantage-title,
#partners-section .elements-tabs__link,
#partners-section .element-tab__link,
#partners-section .element-tab__text,
#partners-section .features__text,
#partners-section .wall__name,
#partners-section .wall__name a,
#partners-section .wall__text {
    color: #341401;
}
#partners-section .elements-tabs__link::before,
#partners-section .elements-tabs__link::after {
    background-color: #341401;
}
#partners-section .block__title,
#partners-section .h1,
#partners-section .h2,
#partners-section .block__subtitle {
    color: #341401;
}
#partners-section .swiper-button-prev:hover svg path,
#partners-section .swiper-button-next:hover svg path {
    fill: #f2f2f2;
}
#partners-section .swiper-button-prev svg path,
#partners-section .swiper-button-next svg path {
    fill: #c9d3dc;
}
#partners-section .block__link_all,
#partners-section .slider-block__all {
    color: #341401;
    border-bottom: 0.0625rem solid #341401;
}
#partners-section .sectionitems__elem.color-no .sectionitems__name a,
#partners-section .sectionitems__elem.color-no a.sectionitems__readmore,
#partners-section .sectionitems__elem.color-no .sectionitems__price,
#partners-section .sectionitems__elem.color-no .sectionitems__city,
#partners-section .sectionitems__elem.color-no .sectionitems__period,
#partners-section .sectionitems__elem.color-no .sectionitems__text {
    color: #341401;
}
#partners-section .present-slider .sectionitems__name a {
    color: #c2c8cb;
}
#employees-section .content-info__advantage-text,
#employees-section .content-info__advantage-title,
#employees-section .elements-tabs__link,
#employees-section .element-tab__link,
#employees-section .element-tab__text,
#employees-section .features__text,
#employees-section .wall__name,
#employees-section .wall__name a,
#employees-section .wall__text {
    color: #341401;
}
#employees-section .elements-tabs__link::before,
#employees-section .elements-tabs__link::after {
    background-color: #341401;
}
#employees-section .block__title,
#employees-section .h1,
#employees-section .h2,
#employees-section .block__subtitle {
    color: #341401;
}
#employees-section .swiper-button-prev:hover svg path,
#employees-section .swiper-button-next:hover svg path {
    fill: #f2f2f2;
}
#employees-section .swiper-button-prev svg path,
#employees-section .swiper-button-next svg path {
    fill: #c9d3dc;
}
#employees-section .block__link_all,
#employees-section .slider-block__all {
    color: #341401;
    border-bottom: 0.0625rem solid #341401;
}
#employees-section .sectionitems__elem.color-no .sectionitems__name a,
#employees-section .sectionitems__elem.color-no a.sectionitems__readmore,
#employees-section .sectionitems__elem.color-no .sectionitems__price,
#employees-section .sectionitems__elem.color-no .sectionitems__city,
#employees-section .sectionitems__elem.color-no .sectionitems__period,
#employees-section .sectionitems__elem.color-no .sectionitems__text {
    color: #341401;
}
#employees-section .present-slider .sectionitems__name a {
    color: #c2c8cb;
}
#special-section .content-info__advantage-text,
#special-section .content-info__advantage-title,
#special-section .elements-tabs__link,
#special-section .element-tab__link,
#special-section .element-tab__text,
#special-section .features__text,
#special-section .wall__name,
#special-section .wall__name a,
#special-section .wall__text {
    color: #341401;
}
#special-section .elements-tabs__link::before,
#special-section .elements-tabs__link::after {
    background-color: #341401;
}
#special-section .block__title,
#special-section .h1,
#special-section .h2,
#special-section .block__subtitle {
    color: #341401;
}
#special-section .swiper-button-prev:hover svg path,
#special-section .swiper-button-next:hover svg path {
    fill: #f2f2f2;
}
#special-section .swiper-button-prev svg path,
#special-section .swiper-button-next svg path {
    fill: #c9d3dc;
}
#special-section .block__link_all,
#special-section .slider-block__all {
    color: #341401;
    border-bottom: 0.0625rem solid #341401;
}
#special-section .sectionitems__elem.color-no .sectionitems__name a,
#special-section .sectionitems__elem.color-no a.sectionitems__readmore,
#special-section .sectionitems__elem.color-no .sectionitems__price,
#special-section .sectionitems__elem.color-no .sectionitems__city,
#special-section .sectionitems__elem.color-no .sectionitems__period,
#special-section .sectionitems__elem.color-no .sectionitems__text {
    color: #341401;
}
#special-section .present-slider .sectionitems__name a {
    color: #c2c8cb;
}
#articles-section .content-info__advantage-text,
#articles-section .content-info__advantage-title,
#articles-section .elements-tabs__link,
#articles-section .element-tab__link,
#articles-section .element-tab__text,
#articles-section .features__text,
#articles-section .wall__name,
#articles-section .wall__name a,
#articles-section .wall__text {
    color: #341401;
}
#articles-section .elements-tabs__link::before,
#articles-section .elements-tabs__link::after {
    background-color: #341401;
}
#articles-section .block__title,
#articles-section .h1,
#articles-section .h2,
#articles-section .block__subtitle {
    color: #341401;
}
#articles-section .swiper-button-prev:hover svg path,
#articles-section .swiper-button-next:hover svg path {
    fill: #f2f2f2;
}
#articles-section .swiper-button-prev svg path,
#articles-section .swiper-button-next svg path {
    fill: #c9d3dc;
}
#articles-section .block__link_all,
#articles-section .slider-block__all {
    color: #341401;
    border-bottom: 0.0625rem solid #341401;
}
#articles-section .sectionitems__elem.color-no .sectionitems__name a,
#articles-section .sectionitems__elem.color-no a.sectionitems__readmore,
#articles-section .sectionitems__elem.color-no .sectionitems__price,
#articles-section .sectionitems__elem.color-no .sectionitems__city,
#articles-section .sectionitems__elem.color-no .sectionitems__period,
#articles-section .sectionitems__elem.color-no .sectionitems__text {
    color: #341401;
}
#articles-section .present-slider .sectionitems__name a {
    color: #c2c8cb;
}
#brands-section .content-info__advantage-text,
#brands-section .content-info__advantage-title,
#brands-section .elements-tabs__link,
#brands-section .element-tab__link,
#brands-section .element-tab__text,
#brands-section .features__text,
#brands-section .wall__name,
#brands-section .wall__name a,
#brands-section .wall__text {
    color: #341401;
}
#brands-section .elements-tabs__link::before,
#brands-section .elements-tabs__link::after {
    background-color: #341401;
}
#brands-section .block__title,
#brands-section .h1,
#brands-section .h2,
#brands-section .block__subtitle {
    color: #341401;
}
#brands-section .swiper-button-prev:hover svg path,
#brands-section .swiper-button-next:hover svg path {
    fill: #f2f2f2;
}
#brands-section .swiper-button-prev svg path,
#brands-section .swiper-button-next svg path {
    fill: #c9d3dc;
}
#brands-section .block__link_all,
#brands-section .slider-block__all {
    color: #341401;
    border-bottom: 0.0625rem solid #341401;
}
#brands-section .sectionitems__elem.color-no .sectionitems__name a,
#brands-section .sectionitems__elem.color-no a.sectionitems__readmore,
#brands-section .sectionitems__elem.color-no .sectionitems__price,
#brands-section .sectionitems__elem.color-no .sectionitems__city,
#brands-section .sectionitems__elem.color-no .sectionitems__period,
#brands-section .sectionitems__elem.color-no .sectionitems__text {
    color: #341401;
}
#brands-section .present-slider .sectionitems__name a {
    color: #c2c8cb;
}
#videos-section .content-info__advantage-text,
#videos-section .content-info__advantage-title,
#videos-section .elements-tabs__link,
#videos-section .element-tab__link,
#videos-section .element-tab__text,
#videos-section .features__text,
#videos-section .wall__name,
#videos-section .wall__name a,
#videos-section .wall__text {
    color: #341401;
}
#videos-section .elements-tabs__link::before,
#videos-section .elements-tabs__link::after {
    background-color: #341401;
}
#videos-section .block__title,
#videos-section .h1,
#videos-section .h2,
#videos-section .block__subtitle {
    color: #341401;
}
#videos-section .swiper-button-prev:hover svg path,
#videos-section .swiper-button-next:hover svg path {
    fill: #f2f2f2;
}
#videos-section .swiper-button-prev svg path,
#videos-section .swiper-button-next svg path {
    fill: #c9d3dc;
}
#videos-section .block__link_all,
#videos-section .slider-block__all {
    color: #341401;
    border-bottom: 0.0625rem solid #341401;
}
#videos-section .sectionitems__elem.color-no .sectionitems__name a,
#videos-section .sectionitems__elem.color-no a.sectionitems__readmore,
#videos-section .sectionitems__elem.color-no .sectionitems__price,
#videos-section .sectionitems__elem.color-no .sectionitems__city,
#videos-section .sectionitems__elem.color-no .sectionitems__period,
#videos-section .sectionitems__elem.color-no .sectionitems__text {
    color: #341401;
}
#tariffs-section .content-info__advantage-text,
#tariffs-section .content-info__advantage-title,
#tariffs-section .elements-tabs__link,
#tariffs-section .element-tab__link,
#tariffs-section .element-tab__text,
#tariffs-section .features__text,
#tariffs-section .wall__name,
#tariffs-section .wall__name a,
#tariffs-section .wall__text {
    color: #341401;
}
#tariffs-section .elements-tabs__link::before,
#tariffs-section .elements-tabs__link::after {
    background-color: #341401;
}
#tariffs-section .block__title,
#tariffs-section .h1,
#tariffs-section .h2,
#tariffs-section .block__subtitle {
    color: #341401;
}
#tariffs-section .swiper-button-prev:hover svg path,
#tariffs-section .swiper-button-next:hover svg path {
    fill: #f2f2f2;
}
#tariffs-section .swiper-button-prev svg path,
#tariffs-section .swiper-button-next svg path {
    fill: #c9d3dc;
}
#tariffs-section .block__link_all,
#tariffs-section .slider-block__all {
    color: #341401;
    border-bottom: 0.0625rem solid #341401;
}
#tariffs-section .sectionitems__elem.color-no .sectionitems__name a,
#tariffs-section .sectionitems__elem.color-no a.sectionitems__readmore,
#tariffs-section .sectionitems__elem.color-no .sectionitems__price,
#tariffs-section .sectionitems__elem.color-no .sectionitems__city,
#tariffs-section .sectionitems__elem.color-no .sectionitems__period,
#tariffs-section .sectionitems__elem.color-no .sectionitems__text {
    color: #341401;
}
#tariffs-section .present-slider .sectionitems__name a {
    color: #c2c8cb;
}
#lines-section .content-info__advantage-text,
#lines-section .content-info__advantage-title,
#lines-section .elements-tabs__link,
#lines-section .element-tab__link,
#lines-section .element-tab__text,
#lines-section .features__text,
#lines-section .wall__name,
#lines-section .wall__name a,
#lines-section .wall__text {
    color: #341401;
}
#lines-section .elements-tabs__link::before,
#lines-section .elements-tabs__link::after {
    background-color: #341401;
}
#lines-section .block__title,
#lines-section .h1,
#lines-section .h2,
#lines-section .block__subtitle {
    color: #341401;
}
#lines-section .swiper-button-prev:hover svg path,
#lines-section .swiper-button-next:hover svg path {
    fill: #f2f2f2;
}
#lines-section .swiper-button-prev svg path,
#lines-section .swiper-button-next svg path {
    fill: #c9d3dc;
}
#lines-section .block__link_all,
#lines-section .slider-block__all {
    color: #341401;
    border-bottom: 0.0625rem solid #341401;
}
#lines-section .sectionitems__elem.color-no .sectionitems__name a,
#lines-section .sectionitems__elem.color-no a.sectionitems__readmore,
#lines-section .sectionitems__elem.color-no .sectionitems__price,
#lines-section .sectionitems__elem.color-no .sectionitems__city,
#lines-section .sectionitems__elem.color-no .sectionitems__period,
#lines-section .sectionitems__elem.color-no .sectionitems__text {
    color: #341401;
}
#lines-section .present-slider .sectionitems__name a {
    color: #c2c8cb;
}
#teasers-section .content-info__advantage-text,
#teasers-section .content-info__advantage-title,
#teasers-section .elements-tabs__link,
#teasers-section .element-tab__link,
#teasers-section .element-tab__text,
#teasers-section .features__text,
#teasers-section .wall__name,
#teasers-section .wall__name a,
#teasers-section .wall__text {
    color: #341401;
}
#teasers-section .elements-tabs__link::before,
#teasers-section .elements-tabs__link::after {
    background-color: #341401;
}
#teasers-section .listgrid-title,
#teasers-section .listgrid-info,
#teasers-section .listgrid-text,
#teasers-section .block__title,
#teasers-section .h1,
#teasers-section .h2,
#teasers-section .block__subtitle {
    color: #341401;
}
#teasers-section .sectionitems__elem.color-no .sectionitems__name a,
#teasers-section .sectionitems__elem.color-no a.sectionitems__readmore,
#teasers-section .sectionitems__elem.color-no .sectionitems__price,
#teasers-section .sectionitems__elem.color-no .sectionitems__city,
#teasers-section .sectionitems__elem.color-no .sectionitems__period,
#teasers-section .sectionitems__elem.color-no .sectionitems__text {
    color: #341401;
}
#teasers-section .present-slider .sectionitems__name a {
    color: #c2c8cb;
}
#leadmagnit-section .content-info__advantage-text,
#leadmagnit-section .content-info__advantage-title,
#leadmagnit-section .elements-tabs__link,
#leadmagnit-section .element-tab__link,
#leadmagnit-section .element-tab__text,
#leadmagnit-section .features__text,
#leadmagnit-section .wall__name,
#leadmagnit-section .wall__name a,
#leadmagnit-section .wall__text {
    color: #fff;
}
#leadmagnit-section .elements-tabs__link::before,
#leadmagnit-section .elements-tabs__link::after {
    background-color: #fff;
}
#leadmagnit-section .block__title,
#leadmagnit-section .h1,
#leadmagnit-section .h2,
#leadmagnit-section .leadmagnit__title,
#leadmagnit-section .leadmagnit__desc,
#leadmagnit-section .leadmagnit__inner,
#leadmagnit-section p,
#leadmagnit-section div,
#leadmagnit-section .block__subtitle {
    color: #fff;
}
#catalog-section .content-info__advantage-text,
#catalog-section .content-info__advantage-title,
#catalog-section .elements-tabs__link,
#catalog-section .element-tab__link,
#catalog-section .element-tab__text,
#catalog-section .features__text,
#catalog-section .wall__name,
#catalog-section .wall__name a,
#catalog-section .wall__text {
    color: #341401;
}
#catalog-section .elements-tabs__link::before,
#catalog-section .elements-tabs__link::after {
    background-color: #341401;
}
#catalog-section .block__title,
#catalog-section .h1,
#catalog-section .h2,
#catalog-section .h3,
#catalog-section .h4,
#catalog-section .h5,
#catalog-section .h6,
#catalog-section .sections__title,
#catalog-section .sections__number,
#catalog-section .sections__text,
#catalog-section .sections__elem,
#catalog-section .block__subtitle {
    color: #341401;
}
#catalog-section .block__link_all {
    color: #341401;
    border-bottom: 0.0625rem solid #341401;
}
#catalog-section .sectionitems__elem.color-no .sectionitems__name a,
#catalog-section .sectionitems__elem.color-no a.sectionitems__readmore,
#catalog-section .sectionitems__elem.color-no .sections__title,
#catalog-section .sectionitems__elem.color-no .sections__number,
#catalog-section .sectionitems__elem.color-no .sections__text,
#catalog-section .sectionitems__elem.color-no .sections__elem {
    color: #341401;
}
#catalog-section .present-slider .sectionitems__name a {
    color: #c2c8cb;
}
#problems-section .content-info__advantage-text,
#problems-section .content-info__advantage-title,
#problems-section .elements-tabs__link,
#problems-section .element-tab__link,
#problems-section .element-tab__text,
#problems-section .features__text,
#problems-section .wall__name,
#problems-section .wall__name a,
#problems-section .wall__text {
    color: #341401;
}
#problems-section .elements-tabs__link::before,
#problems-section .elements-tabs__link::after {
    background-color: #341401;
}
#problems-section .block__title,
#problems-section .h1,
#problems-section .h2,
#problems-section .features-item__check,
#problems-section p,
#problems-section div,
#problems-section .block__subtitle {
    color: #341401;
}
#problems-section .features-item__check::before {
    color: #761b44;
}
#problems-section .present-slider .sectionitems__name a {
    color: #c2c8cb;
}
#quote-section .content-info__advantage-text,
#quote-section .content-info__advantage-title,
#quote-section .elements-tabs__link,
#quote-section .element-tab__link,
#quote-section .element-tab__text,
#quote-section .features__text,
#quote-section .wall__name,
#quote-section .wall__name a,
#quote-section .wall__text {
    color: #341401;
}
#quote-section .elements-tabs__link::before,
#quote-section .elements-tabs__link::after {
    background-color: #341401;
}
#quote-section .block__title,
#quote-section .h1,
#quote-section .h2,
#quote-section .snippet-quote__descr,
#quote-section .snippet-quote__readmore,
#quote-section blockquote,
#quote-section blockquote p,
#quote-section .quote__author,
#quote-section cite,
#quote-section p,
#quote-section div,
#quote-section .block__subtitle {
    color: #341401;
}
#quote-section .present-slider .sectionitems__name a {
    color: #c2c8cb;
}
#wall-section .content-info__advantage-text,
#wall-section .content-info__advantage-title,
#wall-section .elements-tabs__link,
#wall-section .element-tab__link,
#wall-section .element-tab__text,
#wall-section .features__text,
#wall-section .wall__name,
#wall-section .wall__name a,
#wall-section .wall__text {
    color: #341401;
}
#wall-section .elements-tabs__link::before,
#wall-section .elements-tabs__link::after {
    background-color: #341401;
}
#wall-section .block__title,
#wall-section .h1,
#wall-section .h2,
#wall-section .h3,
#wall-section .h4,
#wall-section .h5,
#wall-section .h6,
#wall-section .wall__name a,
#wall-section .wall__name,
#wall-section .wall__text,
#wall-section .block__subtitle {
    color: #341401;
}
#wall-section .present-slider .sectionitems__name a {
    color: #c2c8cb;
}
#company-section .content-info__advantage-text,
#company-section .content-info__advantage-title,
#company-section .elements-tabs__link,
#company-section .element-tab__link,
#company-section .element-tab__text,
#company-section .features__text,
#company-section .wall__name,
#company-section .wall__name a,
#company-section .wall__text {
    color: #341401;
}
#company-section .elements-tabs__link::before,
#company-section .elements-tabs__link::after {
    background-color: #341401;
}
#company-section .block__title,
#company-section .h1,
#company-section .h2,
#company-section p,
#company-section div,
#company-section .block__subtitle {
    color: #341401;
}
#company-section p.facts-count {
    color: #761b44;
}
#facts-section .content-info__advantage-text,
#facts-section .content-info__advantage-title,
#facts-section .elements-tabs__link,
#facts-section .element-tab__link,
#facts-section .element-tab__text,
#facts-section .features__text,
#facts-section .wall__name,
#facts-section .wall__name a,
#facts-section .wall__text {
    color: #341401;
}
#facts-section .elements-tabs__link::before,
#facts-section .elements-tabs__link::after {
    background-color: #341401;
}
#facts-section .block__title,
#facts-section .h1,
#facts-section .h2,
#facts-section p,
#facts-section div,
#facts-section .facts-section,
#facts-section .block__subtitle {
    color: #341401;
}
#facts-section .facts-count {
    color: #761b44;
}
#facts-section .present-slider .sectionitems__name a {
    color: #c2c8cb;
}
#sertificates-section .content-info__advantage-text,
#sertificates-section .content-info__advantage-title,
#sertificates-section .elements-tabs__link,
#sertificates-section .element-tab__link,
#sertificates-section .element-tab__text,
#sertificates-section .features__text,
#sertificates-section .wall__name,
#sertificates-section .wall__name a,
#sertificates-section .wall__text {
    color: #341401;
}
#sertificates-section .elements-tabs__link::before,
#sertificates-section .elements-tabs__link::after {
    background-color: #341401;
}
#sertificates-section .block__title,
#sertificates-section .h1,
#sertificates-section .h2,
#sertificates-section p,
#sertificates-section div,
#sertificates-section .block__subtitle {
    color: #341401;
}
#sertificates-section .present-slider .sectionitems__name a {
    color: #c2c8cb;
}
#leadfaq-section .content-info__advantage-text,
#leadfaq-section .content-info__advantage-title,
#leadfaq-section .elements-tabs__link,
#leadfaq-section .element-tab__link,
#leadfaq-section .element-tab__text,
#leadfaq-section .features__text,
#leadfaq-section .wall__name,
#leadfaq-section .wall__name a,
#leadfaq-section .wall__text {
    color: #fff;
}
#leadfaq-section .elements-tabs__link::before,
#leadfaq-section .elements-tabs__link::after {
    background-color: #fff;
}
#leadfaq-section .block__title,
#leadfaq-section .h1,
#leadfaq-section .h2,
#leadfaq-section .questions__wrap,
#leadfaq-section .questions__title,
#leadfaq-section .questions__desc,
#leadfaq-section p,
#leadfaq-section div,
#leadfaq-section .block__subtitle {
    color: #fff;
}
#steps-section .content-info__advantage-text,
#steps-section .content-info__advantage-title,
#steps-section .elements-tabs__link,
#steps-section .element-tab__link,
#steps-section .element-tab__text,
#steps-section .features__text,
#steps-section .wall__name,
#steps-section .wall__name a,
#steps-section .wall__text {
    color: #341401;
}
#steps-section .elements-tabs__link::before,
#steps-section .elements-tabs__link::after {
    background-color: #341401;
}
#steps-section .block__title,
#steps-section .h1,
#steps-section .h2,
#steps-section p,
#steps-section div,
#steps-section .block__subtitle {
    color: #341401;
}
#steps-section .present-slider .sectionitems__name a {
    color: #c2c8cb;
}
#faq-section .content-info__advantage-text,
#faq-section .content-info__advantage-title,
#faq-section .elements-tabs__link,
#faq-section .element-tab__link,
#faq-section .element-tab__text,
#faq-section .features__text,
#faq-section .wall__name,
#faq-section .wall__name a,
#faq-section .wall__text {
    color: #341401;
}
#faq-section .elements-tabs__link::before,
#faq-section .elements-tabs__link::after {
    background-color: #341401;
}
#faq-section .block__title,
#faq-section .h1,
#faq-section .h2,
#faq-section .block__subtitle {
    color: #341401;
}
#faq-section .present-slider .sectionitems__name a {
    color: #c2c8cb;
}
#text-section .content-info__advantage-text,
#text-section .content-info__advantage-title,
#text-section .elements-tabs__link,
#text-section .element-tab__link,
#text-section .element-tab__text,
#text-section .features__text,
#text-section .wall__name,
#text-section .wall__name a,
#text-section .wall__text {
    color: #341401;
}
#text-section .elements-tabs__link::before,
#text-section .elements-tabs__link::after {
    background-color: #341401;
}
#text-section .block__title,
#text-section .h1,
#text-section .h2,
#text-section .content-info__description,
#text-section .content-info__advantage,
#text-section .content-info__advantage-icon,
#text-section .content-info__text-content,
#text-section .content-info__item,
#text-section p,
#text-section div,
#text-section .block__subtitle {
    color: #341401;
}
#text-section .color-multicolor5 > div:nth-child(2n + 1) .listgrid-text,
#text-section .color-multicolor5 > div:nth-child(2n + 1) .listgrid-title {
    color: #f7f7f7;
}
#text-section .color-multicolor5 > div:nth-child(2n) .listgrid-text,
#text-section .color-multicolor5 > div:nth-child(2n) .listgrid-title {
    color: #f7f7f7;
}
#text-section .color-multicolor5 > div:nth-child(3n) .listgrid-text,
#text-section .color-multicolor5 > div:nth-child(3n) .listgrid-title {
    color: #341401;
}
#text-section .color-multicolor5 > div:nth-child(4n) .listgrid-text,
#text-section .color-multicolor5 > div:nth-child(4n) .listgrid-title {
    color: #f7f7f7;
}
#text-section .color-multicolor5 > div:nth-child(5n) .listgrid-text,
#text-section .color-multicolor5 > div:nth-child(5n) .listgrid-title {
    color: #f7f7f7;
}
#text-section .content-info__advantage-title {
    color: #341401;
}
#tabs-section .content-info__advantage-text,
#tabs-section .content-info__advantage-title,
#tabs-section .elements-tabs__link,
#tabs-section .element-tab__link,
#tabs-section .element-tab__text,
#tabs-section .features__text,
#tabs-section .wall__name,
#tabs-section .wall__name a,
#tabs-section .wall__text {
    color: #341401;
}
#tabs-section .elements-tabs__link::before,
#tabs-section .elements-tabs__link::after {
    background-color: #341401;
}
#tabs-section .block__title,
#tabs-section .h1,
#tabs-section .h2,
#tabs-section .h1,
#tabs-section .h2,
#tabs-section .h3,
#tabs-section .h4,
#tabs-section .h5,
#tabs-section .h6,
#tabs-section a.elements-tabs__link.tabs-link.--current,
#tabs-section span.elements-tabs__link.tabs-link.--current,
#tabs-section .element-tab__text,
#tabs-section .element-tab__title,
#tabs-section .element-tab__title a,
#tabs-section .block__subtitle {
    color: #341401;
}
#tabs-section a.elements-tabs__link {
    color: #341401;
}
#tabs-section span.elements-tabs__link.tabs-link.--current {
    border-bottom: none;
}
#tabs-section span.elements-tabs__link.tabs-link.--current::before,
#tabs-section span.elements-tabs__link.tabs-link.--current::after {
    display: none;
}
#tabs-section span.elements-tabs__link {
    cursor: pointer;
    color: #341401;
    border-bottom: 0.1875rem solid #341401;
}
#tabs-section .elements-tabs__link::before:not(.--current),
#tabs-section .elements-tabs__link::after:not(.--current) {
    background-color: #761b44;
}
#lookbook-section .content-info__advantage-text,
#lookbook-section .content-info__advantage-title,
#lookbook-section .elements-tabs__link,
#lookbook-section .element-tab__link,
#lookbook-section .element-tab__text,
#lookbook-section .features__text,
#lookbook-section .wall__name,
#lookbook-section .wall__name a,
#lookbook-section .wall__text {
    color: #341401;
}
#lookbook-section .elements-tabs__link::before,
#lookbook-section .elements-tabs__link::after {
    background-color: #341401;
}
#lookbook-section .block__title,
#lookbook-section .h1,
#lookbook-section .h2,
#lookbook-section .h1,
#lookbook-section .h2,
#lookbook-section .h3,
#lookbook-section .h4,
#lookbook-section .h5,
#lookbook-section .h6,
#lookbook-section .wall__name,
#lookbook-section .wall__text,
#lookbook-section .block__subtitle {
    color: #341401;
}
#lookbook-section .sectionitems__elem.color-no .sectionitems__name a,
#lookbook-section .sectionitems__elem.color-no a.sectionitems__readmore,
#lookbook-section .sectionitems__elem.color-no .wall__name,
#lookbook-section .sectionitems__elem.color-no .wall__text,
#lookbook-section .sectionitems__elem.color-no .sectionitems__price,
#lookbook-section .sectionitems__elem.color-no .sectionitems__city,
#lookbook-section .sectionitems__elem.color-no .sectionitems__period,
#lookbook-section .sectionitems__elem.color-no .sectionitems__text {
    color: #341401;
}
#lookbook-section .present-slider .sectionitems__name a {
    color: #c2c8cb;
}
#feedback-section .content-info__advantage-text,
#feedback-section .content-info__advantage-title,
#feedback-section .elements-tabs__link,
#feedback-section .element-tab__link,
#feedback-section .element-tab__text,
#feedback-section .features__text,
#feedback-section .wall__name,
#feedback-section .wall__name a,
#feedback-section .wall__text {
    color: #fff;
}
#feedback-section .elements-tabs__link::before,
#feedback-section .elements-tabs__link::after {
    background-color: #fff;
}
#feedback-section .block__title,
#feedback-section .h1,
#feedback-section .h2,
#feedback-section .block__subtitle {
    color: #fff;
}
#map-section .content-info__advantage-text,
#map-section .content-info__advantage-title,
#map-section .elements-tabs__link,
#map-section .element-tab__link,
#map-section .element-tab__text,
#map-section .features__text,
#map-section .wall__name,
#map-section .wall__name a,
#map-section .wall__text {
    color: #341401;
}
#map-section .elements-tabs__link::before,
#map-section .elements-tabs__link::after {
    background-color: #341401;
}
#map-section .block__title,
#map-section .h1,
#map-section .h2,
#map-section .block__subtitle {
    color: #341401;
}
#gallery-section .content-info__advantage-text,
#gallery-section .content-info__advantage-title,
#gallery-section .elements-tabs__link,
#gallery-section .element-tab__link,
#gallery-section .element-tab__text,
#gallery-section .features__text,
#gallery-section .wall__name,
#gallery-section .wall__name a,
#gallery-section .wall__text {
    color: #341401;
}
#gallery-section .elements-tabs__link::before,
#gallery-section .elements-tabs__link::after {
    background-color: #341401;
}
#gallery-section .block__title,
#gallery-section .h1,
#gallery-section .h2,
#gallery-section .block__subtitle {
    color: #341401;
}
#gallery-section .present-slider .sectionitems__name a {
    color: #c2c8cb;
}
#promo-section .content-info__advantage-text,
#promo-section .content-info__advantage-title,
#promo-section .elements-tabs__link,
#promo-section .element-tab__link,
#promo-section .element-tab__text,
#promo-section .features__text,
#promo-section .wall__name,
#promo-section .wall__name a,
#promo-section .wall__text {
    color: #fff;
}
#promo-section .elements-tabs__link::before,
#promo-section .elements-tabs__link::after {
    background-color: #fff;
}
#promo-section .block__title,
#promo-section .h1,
#promo-section .h2,
#promo-section p,
#promo-section div,
#promo-section .block__subtitle {
    color: #fff;
}
#promo-section .present-slider .sectionitems__name a {
    color: #ebebeb;
}
#presentation-section .content-info__advantage-text,
#presentation-section .content-info__advantage-title,
#presentation-section .elements-tabs__link,
#presentation-section .element-tab__link,
#presentation-section .element-tab__text,
#presentation-section .features__text,
#presentation-section .wall__name,
#presentation-section .wall__name a,
#presentation-section .wall__text {
    color: #341401;
}
#presentation-section .elements-tabs__link::before,
#presentation-section .elements-tabs__link::after {
    background-color: #341401;
}
#presentation-section .block__title,
#presentation-section .h1,
#presentation-section .h2,
#presentation-section p,
#presentation-section div,
#presentation-section .block__subtitle {
    color: #341401;
}
#presentation-section .upper .sectionitems__name,
#presentation-section .upper-center .sectionitems__name,
#presentation-section .upper .sectionitems__text p,
#presentation-section .upper-center .sectionitems__text p {
    color: white;
}
#presentation-section .article-title__wrap,
#presentation-section .accordion-content__text,
#presentation-section .accordion-content__text p {
    color: #341401;
}
#presentation-section .present-slider .sectionitems__name a {
    color: #c2c8cb;
}
#presentation-section .square-list__text-container {
    color: #fff;
}
#presentation-section .square-list__text-container .square-list__title,
#presentation-section .square-list__text-container .square-list__title a,
#presentation-section .square-list__text-container .square-list__description,
#presentation-section .square-list__text-container .square-list__description p {
    color: #fff;
}
#presentation-section .square-list__item:nth-of-type(4n + 2) .square-list__text-container,
#presentation-section .square-list__item:nth-of-type(4n + 3) .square-list__text-container {
    color: #341401;
}
#presentation-section .square-list__item:nth-of-type(4n + 2) .square-list__text-container .square-list__title,
#presentation-section .square-list__item:nth-of-type(4n + 2) .square-list__text-container .square-list__title a,
#presentation-section .square-list__item:nth-of-type(4n + 2) .square-list__text-container .square-list__description,
#presentation-section .square-list__item:nth-of-type(4n + 2) .square-list__text-container .square-list__description p,
#presentation-section .square-list__item:nth-of-type(4n + 3) .square-list__text-container .square-list__title,
#presentation-section .square-list__item:nth-of-type(4n + 3) .square-list__text-container .square-list__title a,
#presentation-section .square-list__item:nth-of-type(4n + 3) .square-list__text-container .square-list__description,
#presentation-section .square-list__item:nth-of-type(4n + 3) .square-list__text-container .square-list__description p {
    color: #341401;
}
@media (max-width: 1220px) {
    #presentation-section .square-list__item:nth-of-type(4n + 2) .square-list__text-container,
    #presentation-section .square-list__item:nth-of-type(4n + 3) .square-list__text-container {
        color: #fff;
    }
    #presentation-section .square-list__item:nth-of-type(4n + 2) .square-list__text-container .square-list__title,
    #presentation-section .square-list__item:nth-of-type(4n + 2) .square-list__text-container .square-list__title a,
    #presentation-section .square-list__item:nth-of-type(4n + 2) .square-list__text-container .square-list__description,
    #presentation-section
        .square-list__item:nth-of-type(4n + 2)
        .square-list__text-container
        .square-list__description
        p,
    #presentation-section .square-list__item:nth-of-type(4n + 3) .square-list__text-container .square-list__title,
    #presentation-section .square-list__item:nth-of-type(4n + 3) .square-list__text-container .square-list__title a,
    #presentation-section .square-list__item:nth-of-type(4n + 3) .square-list__text-container .square-list__description,
    #presentation-section
        .square-list__item:nth-of-type(4n + 3)
        .square-list__text-container
        .square-list__description
        p {
        color: #fff;
    }
}
@media (max-width: 1220px) {
    #presentation-section .square-list__item:nth-of-type(even) .square-list__text-container {
        color: #341401;
    }
    #presentation-section .square-list__item:nth-of-type(even) .square-list__text-container .square-list__title,
    #presentation-section .square-list__item:nth-of-type(even) .square-list__text-container .square-list__title a,
    #presentation-section .square-list__item:nth-of-type(even) .square-list__text-container .square-list__description,
    #presentation-section
        .square-list__item:nth-of-type(even)
        .square-list__text-container
        .square-list__description
        p {
        color: #341401;
    }
}
#advantages-section .content-info__advantage-text,
#advantages-section .content-info__advantage-title,
#advantages-section .elements-tabs__link,
#advantages-section .element-tab__link,
#advantages-section .element-tab__text,
#advantages-section .features__text,
#advantages-section .wall__name,
#advantages-section .wall__name a,
#advantages-section .wall__text,
#advantages-section .slider-block__item.color-no .sectionitems__name,
#advantages-section .slider-block__item.color-no .sectionitems__text,
#advantages-section .slider-block__item.color-no .sectionitems__readmore {
    color: #fff;
}
#advantages-section .elements-tabs__link::before,
#advantages-section .elements-tabs__link::after {
    background-color: #fff;
}
#advantages-section .listgrid-title,
#advantages-section .listgrid-info,
#advantages-section .listgrid-text,
#advantages-section .block__title,
#advantages-section .h1,
#advantages-section .h2,
#advantages-section .block__subtitle {
    color: #fff;
}
#advantages-section .present-slider .sectionitems__name a {
    color: #ebebeb;
}
#subscribe-section .content-info__advantage-text,
#subscribe-section .content-info__advantage-title,
#subscribe-section .elements-tabs__link,
#subscribe-section .element-tab__link,
#subscribe-section .element-tab__text,
#subscribe-section .features__text,
#subscribe-section #subscribe-form .mod__item.politics a,
#subscribe-section .wall__name,
#subscribe-section .wall__name a,
#subscribe-section .wall__text {
    color: #341401;
}
#subscribe-section .elements-tabs__link::before,
#subscribe-section .elements-tabs__link::after {
    background-color: #341401;
}
#subscribe-section .block__title,
#subscribe-section .h1,
#subscribe-section .h2,
#subscribe-section p,
#subscribe-section div,
#subscribe-section .block__subtitle {
    color: #341401;
}
#html1-section .content-info__advantage-text,
#html1-section .content-info__advantage-title,
#html1-section .elements-tabs__link,
#html1-section .element-tab__link,
#html1-section .element-tab__text,
#html1-section .features__text,
#html1-section .wall__name,
#html1-section .wall__name a,
#html1-section .wall__text {
    color: #fff;
}
#html1-section .elements-tabs__link::before,
#html1-section .elements-tabs__link::after {
    background-color: #fff;
}
#html1-section .block__title,
#html1-section .h1,
#html1-section .h2,
#html1-section p,
#html1-section div,
#html1-section .block__subtitle {
    color: #fff;
}
#html2-section .content-info__advantage-text,
#html2-section .content-info__advantage-title,
#html2-section .elements-tabs__link,
#html2-section .element-tab__link,
#html2-section .element-tab__text,
#html2-section .features__text,
#html2-section .wall__name,
#html2-section .wall__name a,
#html2-section .wall__text {
    color: #341401;
}
#html2-section .elements-tabs__link::before,
#html2-section .elements-tabs__link::after {
    background-color: #341401;
}
#html2-section .block__title,
#html2-section .h1,
#html2-section .h2,
#html2-section p,
#html2-section div,
#html2-section .block__subtitle {
    color: #341401;
}
.ind-gallery {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
    color: #341401;
}
.ind-gallery__head .block__title {
    color: #341401;
}
.ind-gallery__head-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.ind-html1 {
    color: #f7f7f7;
}
.ind-html1__head .block__title {
    color: #f7f7f7;
}
.ind-html1__head-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.ind-html2 {
    color: #341401;
}
.ind-html2__head .block__title {
    color: #341401;
}
.ind-html2__head-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.mixin
    (@block-teasers-section-max-width)
    when
    (@block-teasers-section-max-width=contentwidthеteasers)
    #teasers-section
    .case {
    width: 100%;
    max-width: 1680px;
}
.mixin
    (@block-teasers-section-max-width)
    when
    (@block-teasers-section-max-width=contentwidthеteasers)
    #teasers-section
    .slider-block
    .case,
.mixin
    (@block-teasers-section-max-width)
    when
    (@block-teasers-section-max-width=contentwidthеteasers)
    #teasers-section
    .list
    .case {
    width: 100%;
    max-width: 1680px;
}
.sectionitems {
    padding-bottom: 3.75rem;
}
.sectionitems__wrap {
    padding-top: 1.25rem;
}
div.news-list {
    word-wrap: break-word;
}
div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}
.news-date-time {
    color: #486daa;
}
.sectionitems__img {
    position: relative;
}
.section-description.top {
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.section-description.bottom {
    margin-top: 4rem;
    margin-bottom: 3rem;
}
.section-description {
    background-color: #f7f7f7;
    color: #341401;
    padding: 3rem;
}
.sectionitems__title {
    font-size: 2.875rem;
    font-weight: 700;
    line-height: 3.25rem;
    margin-bottom: 2rem;
}
.sectionitems__links {
    margin-bottom: 1.875rem;
    padding-bottom: 1.25rem;
    text-align: left;
}
.sectionitems__links::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
.sectionitems__link {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.3125rem;
    margin-right: 1.875rem;
    padding-bottom: 0.125rem;
    border-bottom: 0.1875rem solid transparent;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #341401;
}
.sectionitems__link:last-of-type {
    margin-right: 0;
}
.sectionitems__link:before,
.sectionitems__link:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 0.1875rem;
    bottom: -0.1875rem;
    background: #761b44;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sectionitems__link:before {
    left: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.sectionitems__link:after {
    right: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sectionitems__link:hover:before,
.sectionitems__link:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.sectionitems__link.--current {
    cursor: default;
}
.sectionitems__link.--current:before,
.sectionitems__link.--current:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.sectionitems__inner {
    margin-left: -1.25%;
    margin-right: -1.25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sectionitems__elem {
    width: calc(100% / 3 - 2.875rem);
    margin-left: 1.25%;
    margin-right: 1.25%;
    margin-bottom: 2.5rem;
    border-radius: 2px;
    -webkit-box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}
.sectionitems__elem:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.sectionitems__elem.items-2,
.sectionitems__elem.items-3,
.sectionitems__elem.items-4,
.sectionitems__elem.items-5,
.sectionitems__elem.items-6,
.sectionitems__elem.items-8 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.sectionitems__elem.items-2,
.sectionitems__elem.items-2.item-vertical--w2 {
    min-width: 46%;
    max-width: 48%;
}
.sectionitems__elem.items-3 {
    max-width: 30.8%;
    min-width: 30.8%;
}
.sectionitems__elem.items-3.item-vertical--w2 {
    min-width: auto;
    max-width: 64.1%;
}
.sectionitems__elem.items-4 {
    max-width: 22.5%;
    min-width: 22.5%;
}
.sectionitems__elem.items-4.item-vertical--w2 {
    min-width: auto;
    max-width: 48%;
}
.sectionitems__elem.items-5,
.sectionitems__elem.items-5.item-vertical--w2 {
    min-width: 17.5%;
    max-width: 17.5%;
}
.sectionitems__elem.items-6,
.sectionitems__elem.items-6.item-vertical--w2 {
    min-width: 14%;
    max-width: 14.2%;
}
.sectionitems__elem.items-8,
.sectionitems__elem.items-8.item-vertical--w2 {
    min-width: 10.4%;
    max-width: 10.5%;
}
@media screen and (max-width: 1680px) {
    .sectionitems__elem.items-5,
    .sectionitems__elem.items-5.item-vertical--w2,
    .sectionitems__elem.items-6,
    .sectionitems__elem.items-6.item-vertical--w2 {
        min-width: 17.5%;
        max-width: 17.5%;
    }
    .sectionitems__elem.items-8,
    .sectionitems__elem.items-8.item-vertical--w2 {
        min-width: 14.4%;
        max-width: 14.8%;
    }
    .sectionitems__elem.items-4.item-vertical--w2 {
        max-width: 47.7%;
    }
}
@media screen and (max-width: 1490px) {
    .sectionitems__elem.items-5,
    .sectionitems__elem.items-5.item-vertical--w2,
    .sectionitems__elem.items-6,
    .sectionitems__elem.items-6.item-vertical--w2,
    .sectionitems__elem.items-8,
    .sectionitems__elem.items-8.item-vertical--w2 {
        min-width: 22.1%;
        max-width: 22.9%;
    }
    .sectionitems__elem.items-3,
    .sectionitems__elem.items-3.item-vertical--w2 {
        max-width: 47.8%;
        min-width: 46%;
    }
}
@media screen and (max-width: 1340px) {
    .sectionitems__elem.items-4,
    .sectionitems__elem.items-4.item-vertical--w2,
    .sectionitems__elem.items-4.item-horisontal--w2 {
        max-width: 47.8%;
        min-width: 46%;
    }
}
@media screen and (max-width: 1220px) {
    .sectionitems__elem.items-5,
    .sectionitems__elem.items-5.item-vertical--w2,
    .sectionitems__elem.items-6,
    .sectionitems__elem.items-6.item-vertical--w2,
    .sectionitems__elem.items-8,
    .sectionitems__elem.items-8.item-vertical--w2 {
        min-width: 31%;
        max-width: 31%;
    }
}
@media screen and (max-width: 992px) {
    .sectionitems__elem.items-3.item-horisontal--w2,
    .sectionitems__elem.items-5,
    .sectionitems__elem.items-5.item-vertical--w2,
    .sectionitems__elem.items-6,
    .sectionitems__elem.items-6.item-vertical--w2,
    .sectionitems__elem.items-8,
    .sectionitems__elem.items-8.item-vertical--w2 {
        min-width: 46%;
        max-width: 47.8%;
    }
}
@media screen and (max-width: 580px) {
    .sectionitems__elem.items-2,
    .sectionitems__elem.items-2.item-vertical--w2,
    .sectionitems__elem.items-3,
    .sectionitems__elem.items-3.item-vertical--w2,
    .sectionitems__elem.items-3.item-horisontal--w2,
    .sectionitems__elem.items-4,
    .sectionitems__elem.items-4.item-vertical--w2,
    .sectionitems__elem.items-4.item-horisontal--w2,
    .sectionitems__elem.items-5,
    .sectionitems__elem.items-5.item-vertical--w2,
    .sectionitems__elem.items-6,
    .sectionitems__elem.items-6.item-vertical--w2,
    .sectionitems__elem.items-8,
    .sectionitems__elem.items-8.item-vertical--w2 {
        max-width: none;
    }
    .sectionitems__elem.items-1,
    .sectionitems__elem.items-1.item-vertical--w2,
    .sectionitems__elem.items-2,
    .sectionitems__elem.items-2.item-vertical--w2,
    .sectionitems__elem.items-3,
    .sectionitems__elem.items-3.item-vertical--w2,
    .sectionitems__elem.items-3.item-horisontal--w2,
    .sectionitems__elem.items-4,
    .sectionitems__elem.items-4.item-vertical--w2,
    .sectionitems__elem.items-4.item-horisontal--w2,
    .sectionitems__elem.items-5,
    .sectionitems__elem.items-5.item-vertical--w2,
    .sectionitems__elem.items-6,
    .sectionitems__elem.items-6.item-vertical--w2,
    .sectionitems__elem.items-8,
    .sectionitems__elem.items-8.item-vertical--w2 {
        margin-left: 0;
        margin-right: 0;
    }
}
.sectionitems__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.5rem 1.25rem 1.5rem 1.25rem;
}
.sectionitems__list.upper .sectionitems__elem {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 992px) {
    .sectionitems__list.upper .sectionitems__elem.items-2,
    .sectionitems__list.upper .sectionitems__elem.items-3,
    .sectionitems__list.upper .sectionitems__elem.items-4 {
        flex-direction: row;
    }
}
@media (hover: hover), screen {
    .sectionitems__list.upper .sectionitems__elem:hover::before,
    .sectionitems__list.upper .sectionitems__elem:hover .sectionitems__readmore {
        opacity: 1;
    }
}
.sectionitems__list.upper .sectionitems__elem::before {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
}
.sectionitems__list.upper .sectionitems__elem::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 30%;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 1;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0.6))
    );
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
}
.sectionitems__list.upper .sectionitems__elem .sectionitems__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    z-index: 2;
    color: white;
}
.sectionitems__list.upper .sectionitems__elem .sectionitems__name a {
    color: white;
}
.sectionitems__list.upper .sectionitems__elem .sectionitems__readmore {
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #030303;
    background: #fff;
    border: 0.0625rem solid transparent;
    z-index: 1;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    min-width: 14rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
    min-height: 3.06rem;
    border-radius: 36px;
    padding: 1.2rem 4rem;
}
.sectionitems__list.upper .sectionitems__elem .sectionitems__readmore:hover {
    color: white;
    background: transparent;
    border-color: white;
}
@media screen and (max-width: 767px) {
    .sectionitems__list.upper .sectionitems__elem .sectionitems__readmore {
        width: calc(100% - 1.875rem);
        min-width: auto;
        padding: 1.2rem 1.2rem;
    }
}
.sectionitems__list.upper .sectionitems__elem .sectionitems__text {
    margin-top: 0;
    margin-bottom: 1rem;
}
.sectionitems__list.upper .sectionitems__elem .sectionitems__img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sectionitems__list.upper .sectionitems__elem .sectionitems__img img {
    height: 100%;
    content-visibility: auto;
}
.sectionitems__list.upper-center .sectionitems__elem {
    position: relative;
    padding-top: 14.3%;
    padding-bottom: 14.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (hover: hover), screen {
    .sectionitems__list.upper-center .sectionitems__elem:hover .sectionitems__info *:not(.sectionitems__readmore) {
        opacity: 0;
        pointer-events: none;
    }
    .sectionitems__list.upper-center .sectionitems__elem:hover .sectionitems__info .sectionitems__readmore * {
        opacity: 1;
        pointer-events: auto;
    }
    .sectionitems__list.upper-center .sectionitems__elem:hover::before,
    .sectionitems__list.upper-center .sectionitems__elem:hover .sectionitems__readmore {
        opacity: 1;
    }
}
.sectionitems__list.upper-center .sectionitems__elem::before {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
}
.sectionitems__list.upper-center .sectionitems__elem::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 1;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgba(0, 0, 0, 0.3)),
        to(rgba(0, 0, 0, 0.6))
    );
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.6) 100%);
}
.sectionitems__list.upper-center .sectionitems__elem .sectionitems__info {
    z-index: 2;
    color: white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.sectionitems__list.upper-center .sectionitems__elem .sectionitems__name,
.sectionitems__list.upper-center .sectionitems__elem .sectionitems__name a {
    color: white;
}
.sectionitems__list.upper-center .sectionitems__elem .sectionitems__readmore {
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #030303;
    background: #fff;
    border: 0.0625rem solid transparent;
    z-index: 1;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    min-width: 14rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
    min-height: 3.06rem;
    border-radius: 36px;
    padding: 1.2rem 4rem;
}
.sectionitems__list.upper-center .sectionitems__elem .sectionitems__readmore:hover {
    color: white;
    background: transparent;
    border-color: white;
}
@media screen and (max-width: 767px) {
    .sectionitems__list.upper-center .sectionitems__elem .sectionitems__readmore {
        width: calc(100% - 1.875rem);
        min-width: auto;
        padding: 1.2rem 1.2rem;
    }
}
.sectionitems__list.upper-center .sectionitems__elem .sectionitems__img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sectionitems__list.upper-center .sectionitems__elem .sectionitems__img img {
    height: 100%;
    content-visibility: auto;
}
.sectionitems__elem .item-vertical--w2 .height-none,
.sectionitems__elem .item-vertical .height-none {
    height: 35rem;
}
.item-vertical--w2 .sectionitems__img .height-none,
.item-vertical .sectionitems__img .height-none {
    height: 25rem;
}
.sectionitems__elem .item-horizontal--w2 .height-none,
.sectionitems__elem .item-horizontal .height-none {
    height: 30rem;
}
.item-horizontal--w2 .sectionitems__img .height-none,
.item-horizontal .sectionitems__img .height-none {
    height: 30rem;
}
.sectionitems__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.item-vertical .sectionitems__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.item-horizontal .sectionitems__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.sectionitems__date {
    font-size: 0.8125rem;
    font-weight: 700;
    margin-bottom: 0.625rem;
    margin-right: 0.625rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 2;
    flex-shrink: 2;
}
.sectionitems__period {
    font-size: 0.8125rem;
    font-weight: 700;
    margin-bottom: 0.625rem;
    margin-right: 0.625rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 2;
    flex-shrink: 2;
}
.sectionitems__name {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
}
.sectionitems__name h1,
.sectionitems__name h2,
.sectionitems__name h3,
.sectionitems__name h4,
.sectionitems__name h5,
.sectionitems__name h6 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
    margin: 0;
}
.sectionitems__text {
    font-weight: 300;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
.sectionitems__text p {
    line-height: 24px;
}
a.sectionitems__readmore {
    margin: 2rem 0rem 0.5rem 0rem;
    font-size: 1rem;
    position: relative;
    display: flex;
    align-items: center;
    align-self: flex-start;
    border-radius: 1.625rem;
    transition: color 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    padding: 5px;
    margin-left: -5px;
}
a.sectionitems__readmore:hover {
    color: #fff;
}
a.sectionitems__readmore:hover::after {
    width: calc(100% + 20px);
}
a.sectionitems__readmore:hover .sectionitems__readmore-iconarrow {
    background: #fff;
}
a.sectionitems__readmore:hover .sectionitems__readmore-iconarrow::before {
    border-color: #fff;
}
.sectionitems__readmore::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -10px;
    width: 0%;
    height: 100%;
    border-radius: 1.625rem;
    background-color: #852747;
    transition: width 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    z-index: -1;
}
.sectionitems__readmore-text {
    position: relative;
    z-index: 1;
}
.sectionitems__readmore-iconarrow {
    position: relative;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
    margin-left: 15px;
    transition: background 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    z-index: 1;
}
.sectionitems__readmore-iconarrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #341401;
    border-right: 0.125rem solid #341401;
    transform: rotate(45deg);
    z-index: 1;
    transition: border-color 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.item-minicard .sectionitems__name {
    font-size: 1.3rem;
    font-weight: 400;
}
.item-minicard .sectionitems__name h1,
.item-minicard .sectionitems__name h2,
.item-minicard .sectionitems__name h3,
.item-minicard .sectionitems__name h4,
.item-minicard .sectionitems__name h5,
.item-minicard .sectionitems__name h6 {
    font-size: 1.3rem;
    font-weight: 400;
}
.item-minicard .slider-block__item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.item-minicard .sectionitems__img img,
.item-minicard .slider-block__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 1rem;
}
.item-minicard .sectionitems__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}
.item-minicard .sectionitems__price {
    font-weight: 500;
    font-size: 1.3rem;
    margin-top: 0.5rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
span.arr {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    margin-left: 0.1rem;
}
.arr:after {
    content: "";
    display: inline-block;
    margin-left: 0rem;
    margin-top: 8px;
    width: 12px;
    height: 12px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sectionitems__button {
    margin-top: auto;
    width: 8.25rem;
}
.news-detail__text {
    font-size: 16px;
    line-height: 28.8px;
}
.sectionitems__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
div.news-detail {
    word-wrap: break-word;
}
img.detail_picture {
    float: left;
    margin: 0 4rem 4rem 0;
    border-radius: 2px;
    border: none;
    content-visibility: auto;
}
img.detail_picture.left {
    float: left;
    margin: 0 4rem 4rem 1rem;
    max-width: 40%;
    content-visibility: auto;
}
img.detail_picture.right {
    float: right;
    margin: 0 1rem 4rem 4rem;
    max-width: 40%;
    content-visibility: auto;
}
img.detail_picture.center {
    float: none;
    display: block;
    margin: 2rem auto;
    border-radius: 1em;
    max-width: 100%;
    content-visibility: auto;
}
img.detail_picture.fullcontent {
    float: none;
    width: 100%;
    text-align: center;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 25rem !important;
    margin: 0 4rem 4rem 0;
    border-radius: 1em;
    content-visibility: auto;
}
.news-date-time {
    color: #486daa;
}
.prev-next-listing {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.prev-next-listing.top {
    margin: 0.8rem;
    text-align: right;
}
.prev-next-listing.bottom {
    margin-top: 3rem;
    margin-bottom: 1rem;
    clear: both;
}
a.url-block:hover {
    text-decoration: none;
}
.back-url.url-block,
.next-url.url-block {
    display: inline-block;
}
span.back-url-text {
    vertical-align: middle;
}
span.next-url-text,
span.back-url-text {
    border-bottom: 1px dashed #662702;
    font-size: 0.95rem;
    color: #662702;
}
.next-link:hover span.next-url-text,
.previous-link:hover span.back-url-text {
    border-bottom: 1px solid transparent;
}
.url-block span.back-url-text {
    vertical-align: middle;
}
.prev-next-listing.top > #previous_page_top {
    margin-right: 20px;
}
.prev-next-listing.bottom > #next_page {
    margin-left: 15px;
}
a.goto-category {
    padding-left: 40px;
}
.prev-next-listing.top > a.goto-category {
    padding-left: 5px;
    padding-right: 25px;
}
.next-url.url-block .next-url-text {
    margin-left: 30px;
    vertical-align: middle;
}
.next-url.url-block .svg-inline-next_element {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
a.url-block .svg.inline path {
    fill: #662702;
}
a.url-block:hover .svg.inline path {
    fill: #662702;
}
.url-block .svg {
    vertical-align: middle;
}
.svg {
    top: -1px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    min-width: 30px;
    min-height: 30px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: auto;
    min-height: auto;
}
.svg svg {
    display: block;
}
.news__files-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
li.news__file-item {
    list-style-type: none;
}
.news__file-item:not(:last-of-type) {
    margin-bottom: 0.9375rem;
}
.news__file {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 42px 1fr;
    grid-template-columns: 42px 1fr;
    color: #341401;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    word-break: break-word;
}
.news__file:hover {
    opacity: 0.7;
}
.news__file-icon {
    margin-right: 0.625rem;
    margin-top: 0.5rem;
    font-size: 1.8rem;
    width: 2rem;
    color: #341401;
}
.news__file-text {
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.news__file-name {
    margin: 0;
    font-weight: 300;
    font-size: 14.4px;
}
a.news__file.file.news__file-link {
    color: #341401;
}
.news__file-name i {
    color: #341401;
}
.news__file-name span {
    -webkit-text-decoration: underline dashed;
    text-decoration: underline dashed;
    text-underline-offset: 5px;
}
.news__date {
    display: block;
    margin-bottom: 0.9375rem;
    margin-right: 0.9375rem;
    font-weight: 700;
    font-size: 0.9rem;
}
.news__wrap + .linked-block {
    clear: both;
}
.news__subheading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.9375rem;
    font-weight: 700;
    padding: 0.5rem 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
}
.news__subheading span {
    color: #fcfcfc;
    background: #852747;
    padding: 1px 10px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.case > p > a.goback {
    margin-left: -5vw;
    margin-top: 1rem;
}
.goback {
    margin: 0rem 0rem 2rem 2rem;
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1.2rem;
    color: #662702;
    border-bottom: 1px solid #662702;
}
.goback:hover {
    text-decoration: none;
}
.disabled-url-block,
.disabled-url-block:hover,
.disabled-url-block svg,
.disabled-url-block svg:hover {
    opacity: 0.4;
    cursor: auto;
}
a.url-block.disabled-url-block .svg.inline path {
    fill: #337ab7;
}
.previous-link .svg,
.next-link .svg {
    padding-right: 0.9375rem;
}
.advantages-block {
    clear: both;
}
.news-detail {
    line-height: 28.8px;
    margin-bottom: 3rem;
}
.news-detail__map {
    margin-bottom: 2rem;
}
.news-detail li {
    margin-left: 1rem;
}
.news-detail__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sectionitems__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media screen and (max-width: 580px) {
    .sectionitems__main {
        flex-direction: column;
    }
}
@media screen and (max-width: 1220px) {
    .news-detail__main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.item-horizontal .sectionitems__img,
.item-horizontal--w2 .sectionitems__img {
    position: relative;
}
.sectionitems__maininfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sectionitems__subheading {
    position: absolute;
    margin: 0.8rem;
    padding: 0.2rem 0.4rem;
    color: #fcfcfc;
    background: #852747;
    max-width: 90%;
    font-weight: 500;
}
.sectionitems__subheading_top {
    position: relative;
    margin: 0.8rem 0;
    max-width: 90%;
    font-weight: 500;
}
.sectionitems__subheading_top span {
    padding: 0.2rem 1.2rem;
    color: #fcfcfc;
    background: #852747;
}
.sectionitems__city {
    margin-right: auto;
}
.sectionitems__price {
    font-weight: 500;
    font-size: 1.3rem;
    margin-top: 0.5rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.sectionitems__price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.sectionitems__price-currency {
    padding-left: 0.3125rem;
}
.news-detail__right {
    float: right;
    z-index: 100;
    position: relative;
}
@media (max-width: 992px) {
    .news-detail__right {
        float: none;
    }
}
.news__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    right: 0;
    margin: 0rem 2rem 2rem 0rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 2rem 3rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 1.3rem;
    font-weight: 500;
}
.news__members,
.news__require,
.news__terms,
.news__inform,
.news__shortmain_text,
.news__features {
    margin-bottom: 2rem;
}
.news__files_title,
.news__features {
    margin-top: 1rem;
}
.news__city_title,
.news__address_title {
    margin-right: 0.5rem;
    color: #702b02;
}
.news__require_title,
.news__inform_title,
.news__terms_title,
.news__files_title {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: none;
}
.news-detail li {
    list-style-type: none;
}
.news-detail li:before {
    content: "\2014";
    position: relative;
    left: -5px;
}
a.file {
    color: #702b02;
}
span.file__name {
    font-weight: 400;
}
span.file__link {
    border-bottom: 1px dashed;
}
@media screen and (max-width: 1220px) {
    .sectionitems__inner {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: -1.875rem;
    }
    .sectionitems__elem {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
        margin-bottom: 1.875rem;
    }
}
@media screen and (max-width: 992px) {
    .sectionitems__title {
        font-size: 2.3rem;
        line-height: 2.5rem;
        margin-bottom: 1.3rem;
    }
    .sectionitems__links {
        margin-bottom: 1.875rem;
    }
    .sectionitems__link {
        font-size: 1.1rem;
    }
    .sectionitems__link:before,
    .sectionitems__link:after {
        height: 0.125rem;
    }
    .sectionitems__date {
        margin-bottom: 0.5rem;
    }
    .sectionitems__name {
        font-size: 1.3rem;
        line-height: 1.5rem;
        margin-bottom: 0.5rem;
    }
    .sectionitems__name h1,
    .sectionitems__name h2,
    .sectionitems__name h3,
    .sectionitems__name h4,
    .sectionitems__name h5,
    .sectionitems__name h6 {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
}
@media screen and (max-width: 767px) {
    .sectionitems {
        padding-bottom: 3.125rem;
    }
    .sectionitems__title {
        font-size: 2rem;
        line-height: 2.3rem;
        margin-bottom: 1rem;
    }
    .sectionitems__links {
        margin-bottom: 1.25rem;
        padding-bottom: 0.625rem;
    }
    .sectionitems__link {
        font-size: 1rem;
        margin-right: 1.25rem;
    }
    .sectionitems__inner {
        margin-bottom: -1.25rem;
    }
    .sectionitems__elem {
        margin-bottom: 1.25rem;
    }
    .sectionitems__info {
        padding: 0.9375rem 0.9375rem 1.9375rem 0.9375rem;
    }
    .sectionitems__text {
        font-size: 0.9rem;
        line-height: 1.2rem;
        padding-top: 0.5rem;
    }
    .sectionitems__button {
        min-height: 2.5rem;
    }
}
@media screen and (max-width: 580px) {
    .sectionitems {
        padding-bottom: 2.5rem;
    }
    .sectionitems__title {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 0.9rem;
    }
    .sectionitems__links {
        margin-bottom: 0.625rem;
    }
    .sectionitems__link {
        font-size: 0.9rem;
        display: inline-block;
        white-space: nowrap;
    }
    .sectionitems__link:before,
    .sectionitems__link:after {
        bottom: 0rem;
    }
    .news__price {
        margin: 1rem auto;
        padding: 0;
    }
}
.item-vertical {
    display: block;
}
.item-horizontal,
.item-horizontal--w2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 1220px) {
    .item-horizontal.slider-block__item,
    .item-horizontal--w2.slider-block__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .item-horizontal.slider-block__item .slider-block__img,
    .item-horizontal--w2.slider-block__item .slider-block__img {
        width: 100%;
        height: auto;
    }
    .item-horizontal.slider-block__item .slider-block__img img,
    .item-horizontal--w2.slider-block__item .slider-block__img img {
        height: auto;
    }
}
@media (max-width: 992px) {
    .item-horizontal,
    .item-horizontal--w2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .item-horizontal .slider-block__img,
    .item-horizontal--w2 .slider-block__img {
        width: 100%;
    }
}
.item-horizontal.img {
    height: 100%;
}
.item-horizontal > .sectionitems__img.img {
    height: 100%;
}
.item-horizontal .sectionitems__img,
.item-horizontal--w2 .sectionitems__img {
    width: 100%;
    height: 100%;
}
@media (max-width: 992px) {
    .item-horizontal .sectionitems__img,
    .item-horizontal--w2 .sectionitems__img {
        height: auto;
    }
}
.item-horizontal .sectionitems__info,
.item-horizontal--w2 .sectionitems__info {
    width: 100%;
}
.sectionitems__elem.items-1.item-horizontal--w2,
.sectionitems__elem.items-1.item-horizontal {
    margin-bottom: 1.8rem;
}
.items-1 {
    width: 100%;
}
.items-1.item-vertical--w2 {
    width: 100%;
}
@media screen and (max-width: 580px) {
    .items-1 {
        width: 100%;
        display: block;
    }
    .items-1.items-1--w2 {
        width: 100%;
    }
    .items-1.item-horisontal > .sectionitems__img {
        width: 100%;
    }
    .items-1.item-horisontal > .sectionitems__info {
        width: 100%;
    }
    .item-horizontal .sectionitems__info,
    .item-horizontal--w2 .sectionitems__info,
    .item-horizontal .sectionitems__img,
    .item-horizontal--w2 .sectionitems__img {
        max-width: 100%;
    }
}
.items-2 {
    width: 46%;
}
.items-2.item-horisontal {
    width: 46%;
}
.items-2.item-vertical--w2 {
    width: 46%;
}
@media screen and (max-width: 992px) {
    .sectionitems__elem.items-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .sectionitems__img {
        width: 100%;
    }
    .sectionitems__info {
        width: 100%;
    }
}
@media screen and (max-width: 580px) {
    .items-2.item-vertical--w2,
    .items-2,
    .items-2--w2 {
        width: 100%;
        display: block;
    }
    .items-2.item-horisontal > .sectionitems__img {
        width: 100%;
    }
}
.items-3 {
    width: 31.1%;
}
.items-3.item-vertical--w2 {
    width: 64.4%;
}
@media screen and (max-width: 1490px) {
    .items-3 {
        width: 46%;
    }
    .items-3.item-vertical--w2 {
        width: 46%;
    }
}
@media screen and (max-width: 992px) {
    .items-3 {
        width: 46%;
    }
    .sectionitems__elem.items-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .items-3.item-vertical--w2,
    .items-3.item-horizontal--w2 {
        width: 46%;
    }
}
@media screen and (max-width: 580px) {
    .items-3 {
        width: 100%;
        display: block;
    }
    .items-3.item-vertical--w2,
    .items-3.item-horizontal--w2 {
        width: 100%;
    }
}
.items-4 {
    width: 22.5%;
}
.items-4.item-vertical--w2 {
    width: 48%;
}
@media screen and (max-width: 1680px) {
    .items-4 {
        width: 22.5%;
    }
    .items-4.item-vertical--w2 {
        width: 47.7%;
    }
}
@media screen and (max-width: 1340px) {
    .items-4 {
        width: 46%;
    }
    .items-4.item-vertical--w2,
    .items-4.item-horisontal--w2 {
        width: 46%;
    }
}
@media screen and (max-width: 992px) {
    .items-4 {
        display: block;
    }
    .sectionitems__elem.items-4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (max-width: 767px) {
    .items-4 {
        display: block;
    }
}
@media screen and (max-width: 580px) {
    .items-4 {
        width: 100%;
    }
    .items-4.item-vertical--w2,
    .items-4.item-horisontal--w2 {
        width: 100%;
    }
}
.items-5 {
    width: 17.9%;
}
@media screen and (max-width: 1680px) {
    .items-5 {
        width: 17.8%;
    }
    .items-5.item-vertical--w2 {
        width: 17.8%;
    }
}
@media screen and (max-width: 1490px) {
    .items-5 {
        width: 22.1%;
    }
    .items-5.item-vertical--w2 {
        width: 22.1%;
    }
}
@media screen and (max-width: 1220px) {
    .items-5 {
        width: 31.2%;
    }
    .items-5.item-vertical--w2 {
        width: 31.2%;
    }
}
@media screen and (max-width: 992px) {
    .items-5 {
        width: 46%;
    }
    .items-5.item-vertical--w2 {
        width: 46%;
    }
}
@media screen and (max-width: 767px) {
    .items-5 {
        display: block;
    }
}
@media screen and (max-width: 580px) {
    .items-5 {
        width: 100%;
    }
    .items-5.item-vertical--w2 {
        width: 100%;
    }
}
.items-6 {
    width: 14%;
}
@media screen and (max-width: 1680px) {
    .items-6 {
        width: 17.8%;
    }
    .items-6.item-vertical--w2 {
        width: 17.8%;
    }
}
@media screen and (max-width: 1490px) {
    .items-6 {
        width: 22.1%;
    }
    .items-6.item-vertical--w2 {
        width: 22.1%;
    }
}
@media screen and (max-width: 1220px) {
    .items-6 {
        width: 31.2%;
    }
    .items-6.item-vertical--w2 {
        width: 31.2%;
    }
}
@media screen and (max-width: 992px) {
    .items-6 {
        width: 46%;
    }
    .items-6.item-vertical--w2 {
        width: 46%;
    }
}
@media screen and (max-width: 767px) {
    .items-6 {
        display: block;
    }
}
@media screen and (max-width: 580px) {
    .items-6 {
        width: 100%;
    }
    .items-6.item-vertical--w2 {
        width: 100%;
    }
}
.items-8 {
    width: 10.4%;
}
@media screen and (max-width: 1680px) {
    .items-8 {
        width: 14.4%;
    }
    .items-8.item-vertical--w2 {
        width: 14.4%;
    }
}
@media screen and (max-width: 1490px) {
    .items-8 {
        width: 22.1%;
    }
    .items-8.item-vertical--w2 {
        width: 22.1%;
    }
}
@media screen and (max-width: 1220px) {
    .items-8 {
        width: 31.2%;
    }
    .items-8.item-vertical--w2 {
        width: 31.2%;
    }
}
@media screen and (max-width: 992px) {
    .items-8 {
        width: 46%;
    }
    img.detail_picture {
        width: 50%;
        margin: 0 1.5rem 1rem 0;
    }
    .items-8.item-vertical--w2 {
        width: 46%;
    }
}
@media screen and (max-width: 767px) {
    .items-8 {
        display: block;
    }
    img.detail_picture,
    img.detail_picture.left,
    img.detail_picture.right,
    img.detail_picture.center {
        max-width: 100%;
        width: 100%;
        margin: 0 1.5rem 1rem 0;
        float: none;
    }
}
@media (max-width: 580px) {
    .news-detail__wrap {
        padding-top: 1.25rem;
    }
    span.back-url-text,
    span.next-url-text {
        display: none;
    }
}
@media screen and (max-width: 580px) {
    .items-8 {
        width: 100%;
    }
    .items-8.item-vertical--w2 {
        width: 100%;
    }
}
@media (max-width: 480px) {
    img.detail_picture {
        float: none;
        width: 100%;
    }
}
.news.type-actions .news__terms {
    clear: both;
}
.news.type-actions .news__terms_title {
    font-size: 0.9rem;
    line-height: 1.8rem;
}
.news.type-actions .news__terms_text {
    font-size: 0.8rem;
    line-height: 1.8rem;
}
.prod-about.top-list {
    padding-bottom: 0;
}
.employee-card__wrap,
.employee-card-prop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.employee-card__wrap {
    margin-bottom: 3.125rem;
}
.employee-card-img {
    max-width: 28.125rem;
    width: 100%;
}
.employee-card-img__photo {
    max-width: 28.125rem;
    width: 100%;
    max-height: auto;
    height: auto;
}
.employee-card-desc {
    max-width: calc(71.875%);
    width: 100%;
    padding-left: 3.125rem;
}
.employee-card-prop {
    margin-bottom: 1rem;
}
.employee-card-prop__title {
    font-weight: 500;
}
@media (max-width: 1220px) {
    .employee-card-img,
    .employee-card-img__photo {
        max-width: 17.125rem;
    }
    .employee-card-desc {
        max-width: calc(82.875%);
        padding-left: 2.125rem;
    }
}
@media (max-width: 992px) {
    .employee-card-img,
    .employee-card-img__photo {
        max-width: 14.125rem;
    }
    .employee-card-desc {
        max-width: calc(85.875%);
        padding-left: 1.75rem;
    }
    .employee-card-prop {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .employee-card-prop__title {
        width: 100%;
    }
}
@media (max-width: 580px) {
    .employee-card__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .employee-card-img,
    .employee-card-img__photo {
        max-width: 100%;
    }
    .employee-card-desc {
        max-width: 100%;
        padding-top: 2rem;
        padding-left: 0;
    }
}
.news.type-video video {
    margin-bottom: 3rem;
}
.catalog-sections-top__section-name {
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 2.2rem;
    text-transform: none;
    text-align: left;
    font-weight: 400;
}
.catalog-sections-top__section-link,
.catalog-sections-top__item-name__link {
    color: #341401;
}
.catalog-sections-top__section-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-bottom: 1.8rem;
}
.catalog-sections-top__item {
    width: 100%;
    max-width: calc(100% / 4 - 30px);
    margin: 0 0.9375rem 1.875rem;
    text-align: center;
}
.catalog-sections-top__item img {
    max-height: auto;
    height: auto;
}
.catalog-sections-top__item-name {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    margin-bottom: 0.4rem;
}
.catalog-sections-top__item-preview {
    font-size: 1.0625rem;
    line-height: 1.4375rem;
}
@media screen and (max-width: 1220px) {
    .catalog-sections-top__item-name {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .catalog-sections-top__item-preview {
        font-size: 1rem;
    }
}
@media (max-width: 1024px) {
    .catalog-sections-top__item {
        max-width: calc(100% / 3 - 30px);
    }
}
@media screen and (max-width: 992px) {
    .catalog-sections-top__item-name {
        font-size: 1.2rem;
        line-height: 1.5rem;
        margin-bottom: 0.5rem;
    }
}
@media (max-width: 767px) {
    .catalog-sections-top__item {
        max-width: calc(100% / 2 - 30px);
    }
    .catalog-sections-top__item-preview {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
}
@media (max-width: 580px) {
    .catalog-sections-top__item {
        max-width: 100%;
        margin: 0 0rem 1.875rem;
    }
    .catalog-sections-top__section-wrap {
        margin-left: 0rem;
        margin-right: 0rem;
    }
}
.gallery-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
}
.gallery-list.grids-1 {
    grid-template-columns: 1fr;
}
.gallery-list.grids-2 {
    grid-template-columns: repeat(2, 1fr);
}
.gallery-list.grids-3 {
    grid-template-columns: repeat(3, 1fr);
}
.gallery-list.grids-4 {
    grid-template-columns: repeat(4, 1fr);
}
.gallery-list.grids-5 {
    grid-template-columns: repeat(5, 1fr);
}
.gallery-list__item {
    position: relative;
    overflow: hidden;
    height: 20rem;
    margin: 0px;
    padding: 0px;
}
.gallery-list__item img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.gallery-list__item img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery-romb {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: auto;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-gap: 1rem;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gallery-romb .gallery-list__item {
    z-index: 1;
    grid-column: span 2;
    height: auto;
    max-width: 100%;
    max-height: none;
    margin-bottom: -52%;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.gallery-romb .gallery-list__item img {
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.gallery-romb .gallery-list__item:nth-child(7n + 1) {
    grid-column: 2 / span 2;
}
.gallery-romb .gallery-list__item:hover {
    z-index: 2;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
.gallery-masonry {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    -webkit-column-gap: 0.8rem;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
    display: block;
    position: relative;
}
.gallery-masonry .gallery-list__item {
    -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
    max-width: 100%;
    margin-bottom: 0.8rem;
    height: auto;
    overflow: visible;
}
.gallery-masonry .gallery-list__item img {
    height: auto;
    max-height: 100%;
}
.gallery-masonry.grids-1 {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}
.gallery-masonry.grids-2 {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
.gallery-masonry.grids-3 {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}
.gallery-masonry.grids-4 {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
}
.gallery-masonry.grids-5 {
    -webkit-columns: 5;
    -moz-columns: 5;
    columns: 5;
}
.gallery-gap {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
}
@media (max-width: 1199px) {
    .gallery-masonry {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
    .gallery-masonry.grids-4,
    .gallery-masonry.grids-5 {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
    .gallery-list.grids-3,
    .gallery-list.grids-4,
    .gallery-list.grids-5 {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 992px) {
    .gallery-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .gallery-list.grids-3,
    .gallery-list.grids-4,
    .gallery-list.grids-5 {
        grid-template-columns: repeat(2, 1fr);
    }
    .gallery-romb {
        grid-template-columns: repeat(8, 1fr);
    }
    .gallery-masonry {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
    .gallery-masonry.grids-3,
    .gallery-masonry.grids-4,
    .gallery-masonry.grids-5 {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
}
@media (max-width: 767px) {
    .gallery-list.grids-3,
    .gallery-list.grids-2,
    .gallery-list.grids-4,
    .gallery-list.grids-5 {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 580px) {
    .gallery-romb {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .gallery-romb .gallery-list__item {
        grid-column: auto;
        margin-bottom: 0;
    }
    .gallery-romb .gallery-list__item:nth-child(7n + 1) {
        grid-column: auto;
    }
    .gallery-masonry {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
    .gallery-masonry.grids-3,
    .gallery-masonry.grids-2,
    .gallery-masonry.grids-4,
    .gallery-masonry.grids-5 {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
}
@media (max-width: 520px) {
    .gallery-list {
        grid-template-columns: 1fr;
    }
}
.intro .swiper-button-prev {
    left: 40px;
    right: auto;
}
.history__arrow svg path {
    fill: #c9d3dc;
}
.history__arrow:hover svg path {
    fill: #e0e0e0;
}
.swiper-button-next {
    right: 40px;
}
@media screen and (max-width: 580px) {
    .intro .swiper-button-prev {
        left: 5px;
    }
    .swiper-button-next {
        right: 5px;
    }
}
.slider-block__head {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.slider-block__img.height-auto {
    max-height: 45rem;
}
.slider-block__img.height-auto video {
    max-height: inherit;
}
.slider-block__list.upper .slider-block__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (hover: hover), screen {
    .slider-block__list.upper .slider-block__item:hover::before,
    .slider-block__list.upper .slider-block__item:hover .prod-all__button {
        opacity: 1;
    }
}
.slider-block__list.upper .slider-block__item::before {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
}
.slider-block__list.upper .slider-block__item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 30%;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 1;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0.6))
    );
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
}
.slider-block__list.upper .slider-block__item .sectionitems__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    z-index: 2;
    color: white;
}
.slider-block__list.upper .slider-block__item .sectionitems__name a {
    color: white;
}
.slider-block__list.upper .slider-block__item .prod-all__button {
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #030303;
    background: #fff;
    border: 0.0625rem solid transparent;
    z-index: 1;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    min-width: 14rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
    min-height: 3.06rem;
    border-radius: 36px;
    padding: 1.2rem 4rem;
}
.slider-block__list.upper .slider-block__item .prod-all__button:hover {
    color: white;
    background: transparent;
    border-color: white;
}
.slider-block__list.upper .slider-block__item .sectionitems__price {
    color: white;
}
.slider-block__list.upper .slider-block__item .sectionitems__text {
    margin-top: 0;
    margin-bottom: 1rem;
    color: white;
}
.slider-block__list.upper .slider-block__item .sectionitems__text p {
    color: white;
}
.slider-block__list.upper .slider-block__item .slider-block__img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.slider-block__list.upper .slider-block__item .slider-block__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.slider-block__item {
    background: #fff;
}
.item-catalog .item-vertical .sectionitems__img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.item-catalog .prod-all__button {
    margin-left: 0;
    margin-right: 0;
}
.item-catalog .sectionitems__img img,
.item-catalog .slider-block__img img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.item-catalog .sectionitems__elem,
.item-catalog .slider-block__item {
    padding: 0.725rem 1.25rem 1.25rem 1.25rem;
}
.item-catalog .slider-block__img.height-none {
    height: 16rem;
}
.item-catalog .sectionitems__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}
.item-catalog .sectionitems__text p,
.item-catalog .sectionitems__text {
    font-size: 14.4px;
    line-height: 22.4px;
    margin-bottom: 0.8rem;
    text-align: center;
}
.item-catalog .sectionitems__price {
    font-weight: 500;
    font-size: 1.3rem;
    margin-top: 0.5rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.item-catalog .sectionitems__elem.item-vertical,
.item-catalog .slider-block__item {
    position: relative;
    padding-bottom: 5.625rem;
}
.item-catalog .sectionitems__elem .prod-all__button,
.item-catalog .slider-block__item .prod-all__button {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.item-catalog .sectionitems__elem.item-horizontal .prod-all__button,
.item-catalog .slider-block__item.item-horizontal .prod-all__button {
    position: relative;
}
.slider-block__info {
    color: #341401;
}
.slider-block a.sectionitems__readmore,
.slider-block__name a {
    color: #341401;
}
.slider-block .sectionitems__position,
.slider-block .sectionitems__address,
.slider-block .sectionitems__city,
.slider-block .sectionitems__date,
.slider-block .sectionitems__period,
.slider-block .sectionitems__text,
.slider-block .sectionitems__price,
.slider-block p {
    color: #341401;
}
.intro__video-link.ind-about__img-play[data-src="#popup-video-slider"] {
    cursor: pointer;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.intro__video-link.ind-about__img-play[data-src="#popup-video-slider"] svg path {
    fill: #fff;
}
.intro__video-link.ind-about__img-play[data-src="#popup-video-slider"]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border: 0.0625rem solid #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (min-width: 993px) {
    .intro__video-link.ind-about__img-play[data-src="#popup-video-slider"]::after {
        width: 3.75rem;
        height: 3.75rem;
    }
    .intro__video-link.ind-about__img-play[data-src="#popup-video-slider"]:hover:after {
        width: 4.5rem;
        height: 4.5rem;
    }
}
.slider-block__slider,
.slider-block__slider.hidden {
    overflow: hidden;
}
.slider-block__slider.visible {
    overflow: visible;
}
#news-section .slider-block__slider {
    overflow: hidden;
}
#projects-section .slider-block__slider {
    overflow: hidden;
}
#services-section .slider-block__slider {
    overflow: hidden;
}
#hits-section .slider-block__slider {
    overflow: hidden;
}
#reviews-section .slider-block__slider {
    overflow: hidden;
}
#partners-section .slider-block__slider {
    overflow: hidden;
}
#employees-section .slider-block__slider {
    overflow: hidden;
}
#special-section .slider-block__slider {
    overflow: hidden;
}
#actions-section .slider-block__slider {
    overflow: hidden;
}
#articles-section .slider-block__slider {
    overflow: hidden;
}
#brands-section .slider-block__slider {
    overflow: hidden;
}
#tariffs-section .slider-block__slider {
    overflow: hidden;
}
#videos-section .slider-block__slider {
    overflow: hidden;
}
.slider-block__all {
    line-height: 1;
    margin-left: 1.9375rem;
    position: relative;
    top: -0.3rem;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
}
.slider-block__item {
    border-radius: 2px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.slider-block__item:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.slider-block__item.swiper-slide:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.slider-block__title--xs-visible {
    display: none;
}
.slider-block__all:hover {
    border: none;
}
.slider-block__head-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.slider-block__head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.slider-block__head-nav {
    position: relative;
}
.slider-block__head-nav .swiper-button-prev {
    right: 50px;
    left: unset;
}
.slider-block__head-nav .swiper-button-next {
    right: 0px;
    left: unset;
}
.slider-block__head-nav .swiper-button-next,
.slider-block__head-nav .swiper-button-prev {
    top: -0.9375rem;
}
.slider-block__slider {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    padding-left: 0.8725rem;
    padding-right: 0.8725rem;
    margin-left: -1.8725rem;
    margin-right: -1.8725rem;
}
.slider-block__item.swiper-slide {
    -webkit-box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
}
.slider-block__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.slider-block__img.height-none {
    height: 20rem;
}
.slider-block__item.swiper-slide.item-vertical.height-none {
    min-height: 35rem;
}
@media screen and (max-width: 767px) {
    .slider-block__item.swiper-slide.item-vertical.height-none {
        min-height: auto;
    }
}
.slider-block__item.swiper-slide.item-horisontal.height-none {
    height: 20rem;
}
.slider-block__info {
    padding: 1.5625rem 1.25rem 1.5625rem 1.6875rem;
}
.slider-block__date {
    font-size: 0.8125rem;
    font-weight: 700;
    margin-bottom: 0.6875rem;
}
.slider-block__name {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    margin-bottom: 0.625rem;
}
.slider-block__text {
    font-size: 1.0625rem;
    line-height: 1.4375rem;
}
@media screen and (max-width: 1340px) {
    .slider-block__slider {
        overflow: hidden;
    }
}
@media screen and (max-width: 1220px) {
    .slider-block__title {
        font-size: 2.3rem;
        line-height: 3rem;
    }
    .slider-block__slider {
        padding-top: 2.5rem;
        padding-bottom: 4.375rem;
    }
    .slider-block__slider {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    .slider-block__item.swiper-slide-active,
    .slider-block__item.swiper-slide-next,
    .slider-block__item.swiper-slide-next + .swiper-slide {
        -webkit-box-shadow: 0rem 0.3125rem 0.9375rem rgba(30, 35, 66, 0.15);
        box-shadow: 0rem 0.3125rem 0.9375rem rgba(30, 35, 66, 0.15);
    }
    .slider-block__info {
        padding: 1.25rem;
    }
    .slider-block__name {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .slider-block__text {
        font-size: 1rem;
    }
}
@media screen and (max-width: 992px) {
    .slider-block__title {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
    .slider-block__slider {
        padding-top: 1.875rem;
        padding-left: 0.46875rem;
        padding-right: 0.46875rem;
        padding-bottom: 3.75rem;
        margin-left: -0.46875rem;
        margin-right: -0.46875rem;
    }
    .slider-block__item.swiper-slide-active,
    .slider-block__item.swiper-slide-next {
        -webkit-box-shadow: 0rem 0.3125rem 0.625rem rgba(30, 35, 66, 0.15);
        box-shadow: 0rem 0.3125rem 0.625rem rgba(30, 35, 66, 0.15);
    }
    .slider-block__item.swiper-slide-next + .swiper-slide {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .slider-block__date {
        margin-bottom: 0.5rem;
    }
    .slider-block__name {
        font-size: 1.2rem;
        line-height: 1.5rem;
        margin-bottom: 0.5rem;
    }
}
@media screen and (max-width: 767px) {
    .slider-block {
        padding-top: 3.125rem;
    }
    .slider-block__title {
        font-size: 1.6em;
        line-height: 2rem;
    }
    .slider-block__all {
        top: -0.3125rem;
    }
    .slider-block__slider {
        padding-bottom: 2.5rem;
    }
    .slider-block__text {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
}
@media screen and (max-width: 350px) {
    .slider-block__head {
        display: block;
    }
    .slider-block__title {
        margin-bottom: 0.625rem;
    }
    .slider-block__all {
        top: 0;
    }
    .slider-block__title--xs-hidden,
    .slider-block__all {
        display: none;
    }
    .slider-block__title--xs-visible {
        display: block;
    }
    .slider-block__head-nav .swiper-button-next,
    .slider-block__head-nav .swiper-button-prev {
        top: -1.375rem;
    }
}
.slider-employees {
    text-align: center;
}
.slider-employees .sectionitems__main {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slider-catalog .slider-block__img img {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}
.slider-catalog .sectionitems__name {
    text-align: center;
}
#tariffs-section .slider-prices .item-vertical .sectionitems__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#tariffs-section .slider-prices .item-vertical .sectionitems__text {
    text-align: center;
    margin-bottom: 1rem;
}
#tariffs-section .slider-prices .item-vertical .sectionitems__price {
    font-size: 2rem;
}
#tariffs-section .slider-prices .item-vertical .sectionitems__name a {
    font-size: 2.5rem;
    line-height: 4rem;
}
#tariffs-section .slider-prices .item-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#tariffs-section .slider-block__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 992px) {
    #tariffs-section .slider-block__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.present-slider .slider-block__head-nav {
    display: none;
}
.present-slider .swiper-container {
    padding-bottom: 0;
    margin-bottom: 1.875rem;
}
.present-slider .swiper-slide {
    width: 500px;
}
.present-slider .slider-block__head {
    margin-bottom: 3rem;
}
.present-slider .swiper-slide:not(:first-of-type) {
    margin-left: 20vw;
}
.present-slider .swiper-slide:first-of-type {
    margin-left: 10vw;
}
.present-slider .swiper-slide {
    overflow: visible;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    position: relative;
}
.present-slider .swiper-slide:hover .slider-block__img::after {
    background-color: transparent;
}
.present-slider .slider-block__img img {
    border-radius: 0;
}
.present-slider .slider-block__img {
    position: relative;
}
.present-slider .slider-block__img::after {
    content: "";
    position: absolute;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    border-radius: 0;
}
.present-slider .sectionitems__name,
.present-slider .sectionitems__name a .present-slider .sectionitems__name p {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 3.5rem;
    position: absolute;
    top: 55%;
    left: -100px;
}
.present-slider .sectionitems__name a,
.present-slider .sectionitems__name p {
    color: #ebebeb;
    display: block;
}
.present-slider .swiper-slide:nth-child(odd) {
    -webkit-transform: translateY(4rem);
    -ms-transform: translateY(4rem);
    transform: translateY(4rem);
}
.present-slider .swiper-slide:nth-child(even) {
    -webkit-transform: translateY(-4rem);
    -ms-transform: translateY(-4rem);
    transform: translateY(-4rem);
}
.present-slider .swiper-scrollbar {
    position: relative;
    width: 206px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.present-slider .swiper-wrapper {
    margin-bottom: 100px;
}
.present-slider .block__title,
.present-slider .block__title h1,
.present-slider .block__title h2,
.present-slider .block__title h3,
.present-slider .block__title h4,
.present-slider .block__title h5,
.present-slider .block__title h6 {
    font-size: 10vw;
    line-height: 10vw;
    text-align: left;
    font-weight: 700;
    pointer-events: none;
}
.present-slider .block__title {
    position: absolute;
    top: 3vw;
    left: 5vw;
}
@media screen and (max-width: 992px) {
    .present-slider .swiper-container {
        margin-bottom: 3.75rem;
    }
}
@media screen and (max-width: 767px) {
    .present-slider .swiper-container {
        margin-bottom: 2.5rem;
    }
    .present-slider .block__title,
    .present-slider .block__title h1,
    .present-slider .block__title h2,
    .present-slider .block__title h3,
    .present-slider .block__title h4,
    .present-slider .block__title h5,
    .present-slider .block__title h6 {
        font-weight: 400;
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
    .present-slider .block__title {
        position: static;
    }
    .present-slider .swiper-slide:nth-child(odd) {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .present-slider .swiper-slide:nth-child(even) {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .present-slider .swiper-slide:not(:first-of-type) {
        margin-left: 0;
    }
    .present-slider .swiper-slide:first-of-type {
        margin-left: 0;
    }
    .present-slider .swiper-wrapper {
        margin-bottom: 50px;
    }
    .present-slider .sectionitems__name {
        font-size: 1.1rem;
        line-height: 1.5rem;
        padding: 0.9375rem;
        position: static;
    }
    .present-slider .sectionitems__name a {
        color: #1a3c55;
    }
    .present-slider .slider-block__head {
        margin-bottom: 0;
    }
}
.quote-slider .slider-block__img {
    margin-top: 1rem;
}
.quote-slider .slider-block__img img {
    width: auto;
    margin: 0 auto;
}
.quote-slider .slider-block__item {
    background: transparent;
}
.quote-slider .slider-block__item.swiper-slide {
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible;
}
.quote-slider .swiper-button-next,
.quote-slider .swiper-button-prev {
    margin-top: 0;
    top: -1rem;
}
.c-slider {
    overflow: hidden;
}
.markets-box {
    margin-top: 1.5rem;
}
.markets-box__title {
    margin-bottom: 1.2rem;
}
.markets-box__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.markets-box__item {
    list-style: none;
    width: 23%;
    max-width: 9.375rem;
    margin-right: 2%;
    margin-bottom: 1rem;
    background-color: #f7f7f7;
    color: #341401;
    min-height: 4.0625rem;
}
.markets-box__item:nth-child(4n) {
    margin-right: 0%;
}
.markets-box__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.625rem;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 580px) {
    .markets-box__item {
        width: 31%;
    }
    .markets-box__item:nth-child(4n) {
        margin-right: 2%;
    }
    .markets-box__item:nth-child(3n) {
        margin-right: 0%;
    }
}
.personal-page .news-calendar {
    max-width: calc(90vw);
}
.personal-page .news-calendar__table-wrap {
    padding-bottom: 3px;
    overflow-x: auto;
    scrollbar-color: #761b44 #fff;
    scrollbar-width: thin;
}
.personal-page .news-calendar__table-wrap::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
.personal-page .news-calendar__table-wrap::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 100px;
}
.personal-page .news-calendar__table-wrap::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #761b44;
}
.personal-page .gadgetholder td:nth-child(even) table {
    margin-left: 4%;
}
@media (max-width: 992px) {
    .personal-page .gadgetholder td {
        width: 49%;
    }
}
.personal-page .bx-gd-button.button {
    height: auto;
    margin-left: 0;
}
.personal-page .ind-block {
    position: relative;
    clear: both;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.personal-page .ind-block .case {
    padding: 0;
}
.personal-page .gdcontent {
    min-height: 8rem;
}
.personal-page .lk-messages .sectionitems__links,
.personal-page .type-messages .sectionitems__links,
.personal-page .lk-bonuses .sectionitems__links {
    margin-bottom: 0;
    padding-bottom: 0;
}
.personal-page .lk-messages .sectionitems__wrap,
.personal-page .type-messages .sectionitems__wrap,
.personal-page .lk-bonuses .sectionitems__wrap {
    padding-top: 0;
}
.personal-page .ind-block:nth-child(even) {
    background-color: transparent;
}
a.cabinet-menu__link {
    color: #341401;
    font-weight: 500;
}
.widget {
    margin: 1rem 0;
    padding: 2.5rem;
    max-width: 350px;
}
.widget.lk-date {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.5rem;
}
@media (min-width: 993px) {
    .personal-page__menu-title {
        display: none;
    }
    .personal-page__content {
        width: calc(100% - 21.625rem);
    }
}
@media (max-width: 992px) {
    .personal-page__menu {
        min-width: 100%;
        padding-right: 0;
    }
    .personal-page__menu-title {
        display: inline-block;
        position: relative;
        font-size: 2rem;
        min-width: 7.5rem;
        margin-bottom: 1.25rem;
    }
    .personal-page__menu-title:before {
        content: "";
        position: absolute;
        top: 8px;
        right: 0px;
        width: 0.625rem;
        height: 0.625rem;
        background: transparent;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-width: 0px 2px 2px 0px;
        border-color: #1a3c55;
        border-style: solid;
    }
    .personal-page__content {
        width: 100%;
    }
    .personal-page__menu .cabinet-menu {
        max-height: 0;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .personal-page__menu.active .cabinet-menu {
        max-height: 100%;
        opacity: 1;
    }
    .personal-page__menu.active .personal-page__menu-title:before {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}
.personal-page .gdparent {
    border: 1px solid #f2f2f2;
    position: relative;
    background-color: white;
    min-height: 10rem;
}
.personal-page a.gdhtmlareachlink {
    color: #1a1a1a;
}
.personal-page .gdfavlinks {
    color: #1a1a1a;
}
.personal-page .gdfavaddlink a,
.personal-page a.gdfavlinks {
    color: #1a1a1a;
}
.personal-page .NewsCalNews a {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 400;
}
.personal-page .NewsCalTable,
.NewsCalTable tr,
.NewsCalTable td {
    border: 1px solid #e5e6e9;
}
.personal-page .NewsCalTable tr {
    height: 8rem;
}
.personal-page .NewsCalMonthNav,
.NewsCalDay,
.NewsCalNews {
    color: #341401;
}
.personal-page td.NewsCalDefault {
    font-size: 20px;
    font-weight: 400;
    color: #1a1a1a;
}
.personal-page .gdheader {
    background-color: #f7f7f7;
    color: #341401;
}
.personal-page select#month_sel {
    height: 2.8rem;
    width: 12rem;
}
div.bx-auth {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
}
div.bx-auth-note {
    margin: 0 0 1.5rem;
    line-height: 24px;
}
.block-authorize {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 3rem;
    background-color: #fff;
    border-radius: 2px;
    color: #1a1a1a;
    -webkit-box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
}
@media (max-width: 767px) {
    .block-authorize {
        padding: 2rem;
    }
}
.block-authorize__hints {
    margin-top: 1.5rem;
}
.block-authorize__hints p {
    font-size: 14px;
}
.block-authorize__hint {
    margin-bottom: 1rem;
    font-size: 16px;
}
.block-authorize__title {
    display: block;
    margin-bottom: 1rem;
}
.block-authorize__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
    .block-authorize__container {
        grid-template-columns: 1fr;
    }
}
.block-authorize__input {
    border: 0.0625rem solid #d4dbea;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    margin-top: auto;
}
@media (hover: hover), screen {
    .block-authorize__input:hover {
        opacity: 0.7;
    }
    .block-authorize__input:focus {
        opacity: 1;
    }
}
@media (max-width: 767px) {
    .block-authorize__input {
        margin-top: 0;
    }
}
.block-authorize__label {
    color: #1a1a1a;
    margin-bottom: 5px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 24px;
}
.block-authorize__forget,
.block-authorize__authorize-link {
    color: #1a1a1a;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    font-size: 1rem;
}
.block-authorize__forget::before,
.block-authorize__authorize-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #1a1a1a;
    bottom: 0;
}
@media (hover: hover), screen {
    .block-authorize__forget:hover,
    .block-authorize__authorize-link:hover {
        opacity: 0.7;
    }
}
.block-authorize__checkbox-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 767px) {
    .block-authorize__checkbox-container {
        margin-bottom: 20px;
    }
}
.block-authorize__checkbox-label {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    display: block;
    line-height: 24px;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    font-size: 1rem;
}
@media (hover: hover), screen {
    .block-authorize__checkbox-label:hover {
        opacity: 0.7;
    }
}
.block-authorize__checkbox-label::before {
    content: "";
    border-radius: 4px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 21px;
    width: 21px;
    border: 1px solid #d4dbea;
    background-color: #f8f8f8;
}
.block-authorize__checkbox-label::after {
    -webkit-transform: translateY(-60%) rotate(45deg);
    -ms-transform: translateY(-60%) rotate(45deg);
    transform: translateY(-60%) rotate(45deg);
    position: absolute;
    left: 7px;
    top: 50%;
    width: 8px;
    height: 12px;
    border-right: 2px solid #1a1a1a;
    border-bottom: 2px solid #1a1a1a;
    content: "";
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
}
.block-authorize__checkbox:checked + label::after {
    opacity: 1;
}
.block-authorize__button-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1.5rem;
}
@media (max-width: 767px) {
    .block-authorize__button-container {
        grid-template-columns: 1fr;
    }
}
.block-authorize__input-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.block-authorize__input-container--alone {
    margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
    .block-authorize__input-container:not(:last-of-type) {
        margin-bottom: 1.5rem;
    }
}
.block-authorize__captcha {
    -ms-flex-item-align: end;
    align-self: end;
    margin-bottom: 4.5px;
}
.block-authorize__button {
    font-family: inherit;
    line-height: 24px;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    min-width: auto;
    padding: 1rem 0.7rem;
}
@media (max-width: 767px) {
    .block-authorize__button {
        min-width: auto;
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.block-authorize__button.button--dark,
.block-authorize__button.button--white {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}
.block-authorize__button.button--dark.block-authorize__button--alone,
.block-authorize__button.button--white.block-authorize__button--alone {
    margin-bottom: 1rem;
}
.panels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999;
    pointer-events: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
}
.panels__show {
    font-size: 0;
    border-color: #fff;
    border-style: solid;
    cursor: pointer;
    pointer-events: all;
    width: 55px;
    height: 60px;
    background: white;
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
    padding: 10px 10px 10px 7px;
    border-radius: 0px 8px 8px 0px;
}
.panels__show:not(:last-of-type) {
    margin-bottom: 0.3rem;
}
.panels__show path {
    fill: #1a3c55;
}
.panels__show:hover,
.panels__show:focus {
    background-color: #761b44;
}
.panels__show:hover path,
.panels__show:focus path {
    fill: #fff;
}
.side-panel-labels {
    right: -40px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.side-panel-container {
    right: unset;
    left: 0;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}
.side-panel-label-icon {
    margin-top: 8px;
    margin-left: 8px;
}
.side-panel-label:hover .side-panel-label-icon-close:after {
    display: none !important;
}
.base_color:hover > span > span {
    border: 1px solid #c00;
}
.base_color > span > span {
    border: 1px solid #e6e8ea;
    -webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
}
.base_color.active-color > span > span {
    border: 1px solid #c00;
}
.base_color.active-color {
    border: none !important;
}
@media (max-width: 992px) {
    .panels__show {
        display: none;
    }
}
.button.button--html-copy {
    z-index: 1;
    position: relative;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    min-width: 10rem;
    font-size: 0.9rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    color: #030303;
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    outline: none;
    min-height: 2.06rem;
    padding: 0.7rem 2rem;
    margin: 0.2rem 1rem 2rem 0;
    border-color: #fff;
    margin-left: auto;
}
.button.button--html-copy.ml-1 {
    margin-left: 1rem;
}
.button.button--html-copy:hover {
    color: #1a1a1a;
    background: #d9d9d9;
    border-color: #fff;
}
.button.button--html-copy:focus {
    color: #808080;
    background: transparent;
}
.demo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem;
    padding: 2rem;
}
.demo div {
    width: 12rem;
    height: 8rem;
    border: 1px solid #f7f7f7;
}
.demo.row div {
    padding: 0.5rem;
}
.demo-variants__main-title {
    font-size: 1.5rem;
    text-align: left;
    margin-left: 1rem;
    font-weight: 500;
}
.demo-variants__main-title span {
    font-size: 1rem;
    font-weight: 400;
}
.demo-variants__title-container {
    position: relative;
}
.demo-variants__title {
    font-size: 1.1rem;
    font-weight: 400;
}
.demo-variants__svg {
    position: absolute;
    right: -27px;
    top: -5px;
}
.demo-variants__svg svg {
    width: 24px;
    height: 24px;
}
.demo-variants__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
}
@media (max-width: 767px) {
    .demo-variants__list {
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        row-gap: 1rem;
    }
}
@media (max-width: 560px) {
    .demo-variants__list {
        grid-template-columns: 1fr;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        row-gap: 1rem;
    }
}
.demo-variants__item {
    list-style: none;
}
.demo-variants__variant {
    padding: 1rem;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
}
@media (hover: hover), screen {
    .demo-variants__variant:hover {
        background-color: #f3f6f9;
    }
    .demo-variants__variant:hover img {
        -o-object-position: center bottom;
        object-position: center bottom;
    }
}
.demo-variants__variant.active {
    background-color: #761b44;
}
.demo-variants__variant.active .options__title {
    color: white;
}
.demo-variants__buttons {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    justify-content: center;
}
.demo-variants__img {
    height: 165px;
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
}
.demo-variants__img img {
    height: 165px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transition: object-position 15s linear 0s;
    -o-transition: -o-object-position 15s linear 0s;
    transition: object-position 15s linear 0s;
    transition:
        object-position 15s linear 0s,
        -o-object-position 15s linear 0s;
}
.sbros {
    color: #2196f3;
}
.clr-picker {
    z-index: 1000000;
}
.configurator {
    height: 100vh;
}
.configurator__menu,
.configurator__settings {
    overflow: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    scrollbar-color: #999 #fff;
    scrollbar-width: thin;
}
.configurator__menu::-webkit-scrollbar,
.configurator__settings::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
.configurator__menu::-webkit-scrollbar-track,
.configurator__settings::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 100px;
}
.configurator__menu::-webkit-scrollbar-thumb,
.configurator__settings::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #999;
}
.configurator__settings {
    padding: 1rem;
}
.quick-info {
    padding: 3rem 6rem;
}
.quick-info p {
    text-align: left;
    margin: 1rem 0;
}
.quick-info__list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 1rem;
}
.quick-info__item {
    list-style: none;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    column-gap: 2rem;
    padding-bottom: 1.5rem;
    align-items: center;
}
.quick-info__item:not(:last-of-type) {
    border-bottom: 1px solid #eaecf0;
}
.quick-info__svg-container {
    margin-right: 1rem;
}
.quick-info__svg-container svg {
    width: 48px;
    height: 48px;
}
.quick-info__text-content {
    display: flex;
    flex-direction: column;
    margin: auto 0;
}
.quick-info__button {
    margin: auto 0;
}
.quick-info__link-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.quick-info__link-list li {
    color: #761b44;
    text-align: left;
}
.quick-info__title-container {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}
.quick-info__title-container:not(:last-of-type) {
    margin-bottom: 1rem;
}
.quick-info p.quick-info__title {
    text-align: left;
    margin: 0;
    font-weight: 700;
    font-size: 1.2rem;
}
.quick-info__link {
    color: #a6a8ac;
}
.quick-info__toggle-label {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    user-select: none;
    margin: 0 auto;
}
.quick-info__toggle-label::after,
.quick-info__toggle-label::before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}
.quick-info__toggle-label::after {
    left: 0;
}
.quick-info__toggle-label::before {
    display: none;
}
.quick-info__toggle-input {
    display: none;
}
.quick-info__toggle-input + .quick-info__toggle-label {
    background: #f0f0f0;
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease;
}
.quick-info__toggle-input + .quick-info__toggle-label::after {
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s ease;
}
.quick-info__toggle-input:checked + .quick-info__toggle-label::after {
    left: 50%;
    background: #08a8e4;
}
.quick-info__toggle-input:checked + .quick-info__toggle-label {
    background: #a2d2e4;
}
.tooltip {
    position: relative;
}
.tooltip-content {
    position: absolute;
    z-index: 999;
    width: 360px;
    left: 75px;
    top: 0;
    background-color: #fff;
    opacity: 0;
    padding: 20px 25px;
    color: #1b1b1b;
    cursor: default;
    pointer-events: none;
    border-radius: 5px;
    -webkit-transform: translate3d(0, -0.5rem, 0);
    transform: translate3d(0, -0.5rem, 0);
    -webkit-transition:
        opacity 0.3s ease,
        -webkit-transform 0.3s ease;
    transition:
        opacity 0.3s ease,
        -webkit-transform 0.3s ease;
    -o-transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        -webkit-transform 0.3s ease;
    -webkit-box-shadow: 0.3125rem 0.9375rem 2.5rem #1e234226;
    box-shadow: 0.3125rem 0.9375rem 2.5rem #1e234226;
}
.tooltip-content--cookie {
    left: 355px;
    top: auto;
    bottom: 0;
    width: calc(100vw - 388px);
    min-height: 100%;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tooltip-content--cookie .tooltip-text p {
    font-size: 11px;
    font-weight: 100;
    line-height: 1.55;
}
.tooltip-content--cookie::before {
    display: none;
}
.tooltip-content::before {
    content: "";
    position: absolute;
    top: 23px;
    left: -12px;
    border: 6px solid transparent;
    border-right: 6px solid #fff;
    border-right-color: #fff;
}
.tooltip-text {
    opacity: 0;
    -webkit-transform: translate3d(0, 1.5rem, 0);
    transform: translate3d(0, 1.5rem, 0);
    -webkit-transition:
        opacity 0.3s ease,
        -webkit-transform 0.3s ease;
    transition:
        opacity 0.3s ease,
        -webkit-transform 0.3s ease;
    -o-transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        -webkit-transform 0.3s ease;
}
.tooltip:hover .tooltip-content,
.tooltip:hover .tooltip-text {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.logo-auto {
    width: 250px;
    height: 80px;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url("../../fonts/montserrat-v18-latin_cyrillic-100.eot");
    src:
        local(""),
        url("../../fonts/montserrat-v18-latin_cyrillic-100.eot?#iefix") format("embedded-opentype"),
        url("../../fonts/montserrat-v18-latin_cyrillic-100.woff2") format("woff2"),
        url("../../fonts/montserrat-v18-latin_cyrillic-100.woff") format("woff"),
        url("../../fonts/montserrat-v18-latin_cyrillic-100.ttf") format("truetype"),
        url("../../fonts/montserrat-v18-latin_cyrillic-100.svg#Montserrat") format("svg");
}
@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url("../../fonts/montserrat-v18-latin_cyrillic-100italic.eot");
    src:
        local(""),
        url("../../fonts/montserrat-v18-latin_cyrillic-100italic.eot?#iefix") format("embedded-opentype"),
        url("../../fonts/montserrat-v18-latin_cyrillic-100italic.woff2") format("woff2"),
        url("../../fonts/montserrat-v18-latin_cyrillic-100italic.woff") format("woff"),
        url("../../fonts/montserrat-v18-latin_cyrillic-100italic.ttf") format("truetype"),
        url("../../fonts/montserrat-v18-latin_cyrillic-100italic.svg#Montserrat") format("svg");
}
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../../fonts/montserrat-v18-latin_cyrillic-300.eot");
    src:
        local(""),
        url("../../fonts/montserrat-v18-latin_cyrillic-300.eot?#iefix") format("embedded-opentype"),
        url("../../fonts/montserrat-v18-latin_cyrillic-300.woff2") format("woff2"),
        url("../../fonts/montserrat-v18-latin_cyrillic-300.woff") format("woff"),
        url("../../fonts/montserrat-v18-latin_cyrillic-300.ttf") format("truetype"),
        url("../../fonts/montserrat-v18-latin_cyrillic-300.svg#Montserrat") format("svg");
}
@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url("../../fonts/montserrat-v18-latin_cyrillic-300italic.eot");
    src:
        local(""),
        url("../../fonts/montserrat-v18-latin_cyrillic-300italic.eot?#iefix") format("embedded-opentype"),
        url("../../fonts/montserrat-v18-latin_cyrillic-300italic.woff2") format("woff2"),
        url("../../fonts/montserrat-v18-latin_cyrillic-300italic.woff") format("woff"),
        url("../../fonts/montserrat-v18-latin_cyrillic-300italic.ttf") format("truetype"),
        url("../../fonts/montserrat-v18-latin_cyrillic-300italic.svg#Montserrat") format("svg");
}
@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("../../fonts/montserrat-v18-latin_cyrillic-italic.eot");
    src:
        local(""),
        url("../../fonts/montserrat-v18-latin_cyrillic-italic.eot?#iefix") format("embedded-opentype"),
        url("../../fonts/montserrat-v18-latin_cyrillic-italic.woff2") format("woff2"),
        url("../../fonts/montserrat-v18-latin_cyrillic-italic.woff") format("woff"),
        url("../../fonts/montserrat-v18-latin_cyrillic-italic.ttf") format("truetype"),
        url("../../fonts/montserrat-v18-latin_cyrillic-italic.svg#Montserrat") format("svg");
}
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../../fonts/montserrat-v18-latin_cyrillic-regular.eot");
    src:
        local(""),
        url("../../fonts/montserrat-v18-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"),
        url("../../fonts/montserrat-v18-latin_cyrillic-regular.woff2") format("woff2"),
        url("../../fonts/montserrat-v18-latin_cyrillic-regular.woff") format("woff"),
        url("../../fonts/montserrat-v18-latin_cyrillic-regular.ttf") format("truetype"),
        url("../../fonts/montserrat-v18-latin_cyrillic-regular.svg#Montserrat") format("svg");
}
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../../fonts/montserrat-v18-latin_cyrillic-500.eot");
    src:
        local(""),
        url("../../fonts/montserrat-v18-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"),
        url("../../fonts/montserrat-v18-latin_cyrillic-500.woff2") format("woff2"),
        url("../../fonts/montserrat-v18-latin_cyrillic-500.woff") format("woff"),
        url("../../fonts/montserrat-v18-latin_cyrillic-500.ttf") format("truetype"),
        url("../../fonts/montserrat-v18-latin_cyrillic-500.svg#Montserrat") format("svg");
}
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../../fonts/montserrat-v18-latin_cyrillic-700.eot");
    src:
        local(""),
        url("../../fonts/montserrat-v18-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"),
        url("../../fonts/montserrat-v18-latin_cyrillic-700.woff2") format("woff2"),
        url("../../fonts/montserrat-v18-latin_cyrillic-700.woff") format("woff"),
        url("../../fonts/montserrat-v18-latin_cyrillic-700.ttf") format("truetype"),
        url("../../fonts/montserrat-v18-latin_cyrillic-700.svg#Montserrat") format("svg");
}
@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("../../fonts/montserrat-v18-latin_cyrillic-700italic.eot");
    src:
        local(""),
        url("../../fonts/montserrat-v18-latin_cyrillic-700italic.eot?#iefix") format("embedded-opentype"),
        url("../../fonts/montserrat-v18-latin_cyrillic-700italic.woff2") format("woff2"),
        url("../../fonts/montserrat-v18-latin_cyrillic-700italic.woff") format("woff"),
        url("../../fonts/montserrat-v18-latin_cyrillic-700italic.ttf") format("truetype"),
        url("../../fonts/montserrat-v18-latin_cyrillic-700italic.svg#Montserrat") format("svg");
}
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../../fonts/montserrat-v18-latin_cyrillic-900.eot");
    src:
        local(""),
        url("../../fonts/montserrat-v18-latin_cyrillic-900.eot?#iefix") format("embedded-opentype"),
        url("../../fonts/montserrat-v18-latin_cyrillic-900.woff2") format("woff2"),
        url("../../fonts/montserrat-v18-latin_cyrillic-900.woff") format("woff"),
        url("../../fonts/montserrat-v18-latin_cyrillic-900.ttf") format("truetype"),
        url("../../fonts/montserrat-v18-latin_cyrillic-900.svg#Montserrat") format("svg");
}
@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url("../../fonts/montserrat-v18-latin_cyrillic-900italic.eot");
    src:
        local(""),
        url("../../fonts/montserrat-v18-latin_cyrillic-900italic.eot?#iefix") format("embedded-opentype"),
        url("../../fonts/montserrat-v18-latin_cyrillic-900italic.woff2") format("woff2"),
        url("../../fonts/montserrat-v18-latin_cyrillic-900italic.woff") format("woff"),
        url("../../fonts/montserrat-v18-latin_cyrillic-900italic.ttf") format("truetype"),
        url("../../fonts/montserrat-v18-latin_cyrillic-900italic.svg#Montserrat") format("svg");
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
@media (min-width: 767px) {
    .wall__item .wall__img {
        position: relative;
        overflow: visible;
    }
    .wall__item .wall__img::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #f7f7f7;
        -webkit-transform: translate(45px, -45px);
        -ms-transform: translate(45px, -45px);
        transform: translate(45px, -45px);
        z-index: -1;
    }
    .wall__item.wall__item--reverse .wall__img::after {
        -webkit-transform: translate(-45px, -45px);
        -ms-transform: translate(-45px, -45px);
        transform: translate(-45px, -45px);
    }
    .wall-assimetr .wall__item .wall__img::after {
        -webkit-transform: translate(-45px, -45px);
        -ms-transform: translate(-45px, -45px);
        transform: translate(-45px, -45px);
    }
    .wall-assimetr .wall__item.wall__item--reverse .wall__img::after {
        -webkit-transform: translate(45px, -45px);
        -ms-transform: translate(45px, -45px);
        transform: translate(45px, -45px);
    }
}
svg.slider-corner {
    fill: #761b44;
    margin-bottom: 0px;
}
.custom-shape-divider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.custom-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(101.3%);
    height: 111px;
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.intro__bg:after {
    background: #222;
    opacity: 0;
}
.intro__bg img {
    opacity: calc(0.8);
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.button.button--blue,
.button.button--dark {
    color: #030303;
    background: transparent;
    border: 0.0625rem solid #852747;
}
#leadfaq-section .leadmagnit__button .button.button--dark {
    color: #fcfcfc;
    border: 0.0625rem solid #fcfcfc;
}
#leadmagnit-section .leadmagnit__button .button.button--dark {
    color: #fcfcfc;
    border: 0.0625rem solid #fcfcfc;
}
.block-leadmagnit.color-main .leadmagnit__button .button.button--dark {
    color: #fcfcfc;
    border: 0.0625rem solid #fcfcfc;
}
.block-leadmagnit.color-second .leadmagnit__button .button.button--dark {
    color: #fcfcfc;
    border: 0.0625rem solid #fcfcfc;
}
#feedback-section .button.button--blue,
#feedback-section .button.button--dark {
    color: #fcfcfc;
    border: 0.0625rem solid #fcfcfc;
}
.intro__item .button--dark,
.intro__item .button--blue {
    color: #fff;
}
.button.button--blue:hover,
.button.button--dark:hover {
    border: 0.0625rem solid #71213c;
    opacity: 0.7;
}
.contact__form .button.button--dark:hover {
    background: #992d52;
}
.footer__button.button--blue,
.footer__button.button--dark {
    color: #fcfcfc;
    border: 0.0625rem solid #fcfcfc;
}
.footer__button.button--blue:hover,
.footer__button.button--dark:hover {
    color: #e6e6e6;
    border: 0.0625rem solid #e6e6e6;
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.button.button--white {
    color: #030303;
    background: transparent;
    border: 0.0625rem solid #fff;
}
.form__button.button {
    color: #fcfcfc;
}
.intro__item .button--white {
    color: #fff;
}
.button.button--white:hover {
    border-color: #fff;
    opacity: 0.7;
}
.footer__button.button--white {
    color: #fcfcfc;
    border: 0.0625rem solid #fcfcfc;
}
.footer__button.button--white:hover {
    color: #e6e6e6;
    border: 0.0625rem solid #e6e6e6;
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.button.button--dark::after,
.button.button--blue::after,
.button.button--white::after,
.button.button--html-copy::after {
    background: #fff;
    content: "";
    height: 300%;
    left: -100px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: left 550ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: left 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: left 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}
.button.button--dark:hover,
.button.button--dark:focus,
.button.button--blue:hover,
.button.button--blue:focus,
.button.button--white:hover,
.button.button--white:focus,
.button.button--html-copy:hover,
.button.button--html-copy:focus {
    opacity: 1;
}
.button.button--dark:hover::after,
.button.button--dark:focus::after,
.button.button--blue:hover::after,
.button.button--blue:focus::after,
.button.button--white:hover::after,
.button.button--white:focus::after,
.button.button--html-copy:hover::after,
.button.button--html-copy:focus::after {
    left: 120%;
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.page-header {
    background: #fff;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 0 1.8rem 0;
    min-height: 15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
}
.page-header h1 {
    color: #341401;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.page-header h1 {
    margin-top: 2rem;
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.overflow-disable {
    overflow: hidden;
}
.bgw {
    z-index: 1;
    position: relative;
}
.bg {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.logo {
    display: block;
}
.breadcrumbs {
    padding-top: 1.25rem;
    padding-bottom: 0.5rem;
}
.prod-all__item,
.sectionitems__elem,
.ind-hits__item,
.ind-projects__item,
.ind-actions__item,
.ind-employees__item,
.ind-partners__item,
.ind-news__item,
.ind-articles__item,
.ind-brands__item {
    background-color: #fff;
    color: #341401;
}
.prod-all__item a,
.prod-all__name span,
.sectionitems__elem a,
.ind-hits__item a,
.ind-projects__item a,
.ind-actions__item a,
.ind-employees__item a,
.ind-partners__item a,
.ind-news__item a,
.ind-articles__item a,
.ind-brands__item a {
    color: #341401;
}
.sectionitems__name a {
    color: #341401;
}
.breadcrumbs.breadcrumbs--white .breadcrumbs__item:after {
    color: #fff;
}
.breadcrumbs.breadcrumbs--white .breadcrumbs__link {
    color: #fff;
    border-color: #fff;
}
.breadcrumbs.breadcrumbs--white .breadcrumbs__link:hover {
    border-color: transparent;
}
.breadcrumbs.breadcrumbs--white .breadcrumbs__text {
    color: #fff;
}
.breadcrumbs__list {
    display: inline;
    font-size: 0.9375rem;
}
.breadcrumbs__item {
    display: inline;
}
.breadcrumbs__item:after {
    content: "/";
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
    color: #020100;
}
.breadcrumbs__item:last-of-type:after {
    display: none;
}
.breadcrumbs__link {
    display: inline;
    color: #808080;
    padding-bottom: 0.0625rem;
    border-bottom: 0.0625rem solid #b3b3b3;
}
.breadcrumbs__link:hover {
    border-color: transparent;
}
.breadcrumbs__text {
    display: inline;
    color: #808080;
}
.pagination {
    margin-top: 2.625rem;
}
.pagination__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagination__link {
    width: 3.0625rem;
    height: 3.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f7f7f7;
    color: #341401;
    border-radius: 50%;
    margin-right: 0.6875rem;
}
.pagination__link:hover {
    color: #fff;
    background: #761b44;
}
.pagination__link.--current {
    cursor: default;
    color: #fff;
    background: #761b44;
}
.swiper-button-prev,
.swiper-button-next {
    outline: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}
.swiper-button-prev:hover svg path,
.swiper-button-next:hover svg path {
    fill: #761b44;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.header {
    z-index: 100;
    top: 1.875rem;
    left: 0;
    right: 0;
    background: #761b44;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header .case {
    position: static;
}
.menu ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    margin-left: auto;
}
.header .menu-section > li {
    padding: 0 25px;
}
@media only screen and (max-width: 992px) {
    .header {
        background: transparent;
        border-bottom: 0.0625rem solid #f2f2f2;
    }
}
.menu-section {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 70rem;
    white-space: nowrap;
}
.menu-section {
    text-align: left;
}
.header__menu {
    color: #fcfcfc;
    position: relative;
    top: 0;
    max-width: 65rem;
    width: 100%;
    padding: 0 15px;
}
.header__menu {
    max-width: calc(100% - 7rem);
    width: 100%;
    text-align: right;
}
.header .menu-section > li {
    padding: 0 20px;
}
.header__main {
    max-width: calc(100% - 15rem);
    width: 100%;
}
.intro__slider .intro__info {
    margin-top: 6.75rem;
}
.header:not(.header--white) ~ .main .intro__item,
.header:not(.header--invert) ~ main .intro__item {
    padding-top: 1rem;
}
.header.header--white ~ .main .intro__item,
.header.header--invert ~ .main .intro__item {
    padding-top: 9.5rem;
}
@media screen and (max-width: 1220px) {
    .header.header--white ~ .main .intro__item,
    .header.header--invert ~ .main .intro__item {
        padding-top: 7.5rem;
    }
}
@media screen and (max-width: 992px) {
    .header.header--white ~ .main .intro__item,
    .header.header--invert ~ .main .intro__item {
        padding-top: 5rem;
    }
}
@media screen and (max-width: 767px) {
    .header.header--white ~ .main .intro__item,
    .header.header--invert ~ .main .intro__item {
        padding-top: 1rem;
    }
}
.button.button--header {
    color: #fff;
    background: #852747;
    -webkit-box-shadow: 0.3125rem 0.9375rem 2.5rem rgba(30, 35, 66, 0.06);
    box-shadow: 0.3125rem 0.9375rem 2.5rem rgba(30, 35, 66, 0.06);
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
    min-height: 2.5rem;
    font-size: 1rem;
    padding: 0.7rem 2rem;
}
.button.button--header:hover {
    background: #71213c;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media screen and (min-width: 993px) {
    .wrap__logo {
        background-color: #761b44;
    }
}
.wrap__logo {
    max-width: 15rem;
}
.topheader__box.topheader-city,
.topheader__box.topheader-address,
.topheader__box.topheader-phone,
.topheader__box.topheader-social,
.topheader__box.topheader__slabovid,
.topheader__box.topheader__personal {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.topheader-phone__contacts-dropdown {
    top: 2rem;
}
.header__slogan {
    font-size: 0.8rem;
    text-align: center;
    padding: 0.2rem 0.2rem;
    color: #f2f2f2;
}
.topheader__box.topheader-city {
    font-size: 1rem;
}
a.header-box__phone-link {
    font-size: 1.3rem;
    font-weight: 500;
}
.header.header--white .topheader a.header-box__phone-dop-link,
a.header-box__phone-dop-link {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 500;
    color: #212121;
}
.topheader__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.topheader-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    padding-right: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header.header--white.header--scroll .header__logo {
    top: -0.3rem;
}
.header.header--white .header__logo {
    top: -0.3rem;
}
.header__main {
    max-width: calc(100% - 10rem);
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__logo {
    position: relative;
}
.header__logo img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 0.3rem;
}
.header__logo img:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}
.header__wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.header.header--scroll .header__line {
    background-color: #fff;
}
.header.header--white .header__line {
    background-color: transparent;
    color: #fff;
}
@media (min-width: 993px) {
    .header__line {
        background-color: #761b44;
    }
}
.header__info {
    max-width: 3rem;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 1.2rem;
}
@media (max-width: 340px) {
    .header__info {
        margin-left: -1rem;
    }
}
.header__actions {
    max-width: 5.375rem;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.header__actions-search {
    margin-right: auto;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    fill: #fff;
}
.header__actions-search-box .search__wrap {
    height: 13rem;
}
.topheader > .case {
    z-index: 2;
}
.header .header__actions-search svg path {
    fill: #fff;
}
.header.header--white .header__actions-search svg path {
    fill: #fff;
}
.header.header--white.header--scroll .header__actions-search svg path {
    fill: #101241;
}
@media (max-width: 992px) {
    .header .header__actions-search svg path {
        fill: #341401;
    }
    .header.header--scroll .header .header__actions-search svg path {
        fill: #341401;
    }
    .header.header--white:not(.header--scroll) .header__actions-search svg path {
        fill: #fff;
    }
    .header .header__main {
        width: auto;
    }
}
.header__actions-mail {
    width: 2.4375rem;
    height: 2.4375rem;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header__actions-mail:hover {
    background: #761b44;
}
.header__actions-mail:hover svg path {
    fill: #fff;
}
.header__contacts {
    max-width: 9.0625rem;
    width: 100%;
    text-align: right;
    position: relative;
    left: 0.8125rem;
    top: 0.3125rem;
}
.header__contacts-item a {
    color: #101241;
    font-size: 1.1rem;
    font-weight: 700;
}
.header__contacts-popup {
    color: #fcfcfc;
    border-bottom: 0.0625rem dashed #fcfcfc;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header__contacts-popup:hover {
    border-color: transparent;
}
.header__socials {
    max-width: 4.25rem;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__socials-item {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-right: 0.3rem;
}
.header__socials-item img:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
}
.header__socials-item:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.topheader__right.row {
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 2;
    flex-shrink: 2;
}
.topheader__main {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.topheader__left.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 2;
    flex-shrink: 2;
}
.topheader__center.row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.topheader__center .topheader-callback {
    width: auto;
}
a.header-box__phone-link {
    padding-left: 0.8rem;
}
.topheader__box.topheader-address {
    font-size: 0.9rem;
}
.topheader-callback {
    margin-left: 0.5rem;
    margin-top: 0.5rem;
}
.topheader__box.topheader-promotion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 3;
    flex-shrink: 3;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 1rem;
    margin-right: 1rem;
}
.header.header--scroll .header__slogan,
.header.header--scroll .topheader__box.topheader-promotion {
    display: none;
}
.topheader__btn {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.topheader__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 120px;
    margin-left: 0;
    align-self: flex-start;
}
@media (max-width: 1680px) {
    .header.header--white .wrap__logo {
        max-width: 13rem;
    }
    .header__main {
        max-width: calc(100% - 13rem);
    }
    .header__menu {
        max-width: 100%;
    }
}
@media (max-width: 1520px) {
    .header .menu-section > li {
        padding: 0 15px;
    }
    .topheader__box.topheader-promotion {
        text-align: center;
    }
}
@media screen and (max-width: 1340px) {
    .header__logo {
        margin-right: 1.5625rem;
    }
}
@media (max-width: 992px) {
    .header__info {
        max-width: 8rem;
        margin-top: -4px;
    }
    .header__actions-phone__mobile {
        margin-right: 2.5rem;
        margin-bottom: 0.4rem;
    }
    .header__actions {
        max-width: 5.375rem;
    }
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.footer__company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media screen and (max-width: 767px) {
    .footer__company {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.footer__name {
    text-align: left;
}
@media screen and (max-width: 767px) {
    .footer__name {
        text-align: center;
    }
}
.footer__menu {
    margin-left: auto;
    max-width: 70%;
}
@media screen and (max-width: 1220px) {
    .footer__menu {
        margin-left: 0;
        max-width: 100%;
    }
}
.footer-menu__item {
    word-break: break-word;
}
.footer__col,
.footer__col:nth-of-type(1),
.footer__col:nth-of-type(2) {
    max-width: 20%;
    width: 100%;
}
@media screen and (max-width: 1220px) {
    .footer__col,
    .footer__col:nth-of-type(1),
    .footer__col:nth-of-type(2) {
        max-width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .footer__col,
    .footer__col:nth-of-type(1),
    .footer__col:nth-of-type(2) {
        max-width: 100%;
    }
}
.footer__contacts {
    max-width: 30%;
    min-width: 240px;
    text-align: center;
}
@media screen and (max-width: 1220px) {
    .footer__contacts {
        margin-top: 1.5625rem;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .footer__contacts {
        margin-top: 20px;
        min-width: auto;
    }
}
.footer__buttons {
    margin-top: 0;
}
.menu ul li {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.menu ul li:hover .subnav {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    display: block;
}
.has-subnav {
    min-height: 2.1875rem;
}
ul.subnav {
    position: absolute;
    top: 1.875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
    width: 15.5rem;
    -webkit-box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    border-radius: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    display: none;
}
ul.subnav li {
    margin-bottom: 0.375rem;
}
ul.subnav li:before,
ul.subnav li:after {
    display: none;
}
ul.subnav li:last-of-type {
    margin-bottom: 0;
}
ul.subnav li a {
    font-size: 1rem;
    text-transform: none;
    color: #341401;
}
ul.subnav li a:hover {
    color: #761b44;
}
.subnav ul {
    position: absolute;
    display: none;
    left: 100%;
    top: 0;
    background-color: #f0f0f0;
    width: 15.5rem;
    -webkit-box-shadow: 0.3125rem 0.9375rem 2.5rem #000;
    box-shadow: 0.3125rem 0.9375rem 2.5rem #000;
}
.has-subnav.level2:hover ul {
    display: block;
}
.subnav a {
    width: 100%;
    display: inline-block;
    padding: 0.5rem 1rem;
}
.ham {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-left: auto;
}
.ham__wrap {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ham__wrap div {
    position: relative;
    display: block;
    width: 1.75rem;
    height: 0.125rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
    border-radius: 1.25rem;
    margin-bottom: 0.5rem;
}
.ham__wrap div:last-of-type {
    margin-bottom: 0;
}
.ham__wrap:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ham__wrap:hover div {
    background: #341401;
}
.ham.ham--toggle .ham__wrap div {
    background: #341401;
    left: -0.625rem;
}
.ham.ham--toggle .ham__wrap div:nth-of-type(1) {
    top: 0.5625rem;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}
.ham.ham--toggle .ham__wrap div:nth-of-type(2) {
    opacity: 0;
}
.ham.ham--toggle .ham__wrap div:nth-of-type(3) {
    top: -0.6875rem;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
}
.search__wrap {
    position: fixed;
    top: 0;
    width: 100%;
    height: 10rem;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    border-radius: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.search__wrap.--show {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
.search__icon {
    width: 1.3125rem;
    margin-right: 1.25rem;
}
.search__icon svg path {
    fill: #341401;
}
.search__input {
    width: calc(100% - 21px - 100px - 20px - 20px - 20px);
}
.search__button {
    margin-left: auto;
    margin-right: 1.25rem;
}
.search__close {
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    z-index: 5;
    margin-left: auto;
}
.search__close:before,
.search__close:after {
    position: absolute;
    content: "";
    width: 1.25rem;
    height: 0.125rem;
    background: #dfdfee;
    border-radius: 3.125rem;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.search__close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search__close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.search__close:hover:before,
.search__close:hover:after {
    background: #761b44;
}
.intro {
    padding-bottom: 0rem;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #761b44;
}
.intro {
    padding-left: 0px;
    padding-right: 0px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(50vw - 50%);
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.intro__info {
    color: #fff;
    width: 100%;
    margin-right: auto;
    margin-top: 4.75rem;
    z-index: 1;
}
.intro__slider {
    overflow: hidden;
}
.intro__item {
    padding-top: 9.5rem;
    min-height: 55.375rem;
    position: relative;
    height: auto;
}
.intro__item.introimg-bottom .case,
.intro__item.introimg-bottom .intro__wrap {
    height: 100%;
}
.intro__item.introimg-bottom .intro__preview {
    align-items: flex-end;
}
@media screen and (max-width: 1340px) {
    .intro__item.introimg-bottom .intro__preview {
        height: 100%;
        width: 23.6rem;
    }
}
@media screen and (max-width: 1220px) {
    .intro__item.introimg-bottom .intro__preview {
        height: 100%;
        width: 25.8rem;
    }
}
@media screen and (max-width: 992px) {
    .intro__item.introimg-bottom .intro__preview {
        height: 21.875rem;
        width: 21.875rem;
    }
}
.intro__title, .intro__title h1, .intro__title h2, .intro__title h3 {
	
	color: #fff;
	font-size: 3rem;
	font-weight: 900;
	line-height: 3.75rem;
	margin-bottom: 1.0625rem;
	text-transform: none;
	text-align: left;
}
.intro .swiper-button-next svg path,
.intro .swiper-button-prev svg path {
    fill: #f7f7f7;
}
.intro .swiper-button-next:hover svg path,
.intro .swiper-button-prev:hover svg path {
    fill: #8b2050;
}
.intro__desc {
    max-width: 45.625rem;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin-bottom: 2.1875rem;
    color: #f1f1f1;
}
.intro__pros {
	grid: none/repeat(3, 1fr);
	gap: 1.25rem;
	grid-gap: 1.25rem;
	padding: 1rem 0;
}
.intro__pros-item {
	font-size: 1rem;
	min-height: auto;
	border-radius: 2px;
	padding: 0.75rem 1.25rem 0.625rem 1.25rem;
	text-align: left;
	color: #f1f1f1;
	line-height: 1.4;
}
.intro__pros-item strong {
    display: block;
}
.intro__bg {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(50vw - 50%);
}
.intro__bg {
    -webkit-clip-path: polygon(45% 0%, 100% 0%, 100% 100%, 65% 100%);
    clip-path: polygon(45% 0%, 100% 0%, 100% 100%, 65% 100%);
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.intro__txt {
    font-weight: 400;
    color: #fff;
    font-size: 1.2rem;
}
.intro__subheadling {
	font-size: 1.4rem;
	line-height: 2.1;
	color: #f1f1f1;
	text-align: left;
}
.intro__action-date {
    font-size: 1.1rem;
}
.intro__btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.intro__btn-box,
.intro__video-box {
    margin-right: 0.9375rem;
}
@media screen and (max-width: 580px) {
    .intro__btn-box,
    .intro__video-box {
        margin-right: 10px;
    }
}
.intro__btn-box + .intro__video-box {
    margin-left: 1.25rem;
}
.intro__video-box + .intro__txt-box {
    margin-left: 2.25rem;
}
.intro__video {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: brightness(90%);
    filter: brightness(85%);
}
.intro__video-box {
    position: relative;
    width: 3.8rem;
    height: 3.8rem;
}
.intro__video-link.ind-about__img-play {
    top: unset;
    left: unset;
}
.intro__pros-item {
	position: relative;
	padding: 0 0 0 2.5rem;
}
.intro__pros-item:before {
    position: absolute;
    content: "";
    top: 25%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0.9375rem;
    background: #fff;
    border: 0.3125rem solid #761b44;
    border-radius: 50%;
    width: 1.0625rem;
    height: 1.0625rem;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.intro__title,
.intro__title h1,
.intro__title h2,
.intro__title h3 {
    color: #fff;
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.intro__wrap.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.intro__info {
    max-width: 50rem;
    text-align: left;
}
.intro__btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.intro__bg:after {
    background: #222;
    opacity: 0;
}
.intro__bg img {
    opacity: calc(0.8);
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.intro__bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
	
	.intro__bg::after {
	background: #761b44;
	opacity: 1;
}
}

.intro__bg img {
    opacity: calc(0.7);
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.intro__anchore {
    bottom: 10rem;
    left: 2rem;
    position: absolute;
}
.preview {
    max-width: 42.8125rem;
    width: 40%;
    height: 100%;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    align-self: center;
}
.preview__img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.preview__img.--hidden {
    opacity: 0;
}
.ind-about {
    margin-left: auto;
    margin-right: auto;
}
.ind-about__bg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-height: 70.5rem;
}
.ind-about__info {
    max-width: 50%;
    width: 100%;
}
.ind-about__main {
    margin: 3rem 1rem 0 3rem;
}
.ind-about__title {
    font-size: 2.875rem;
    font-weight: 300;
    line-height: 3.25rem;
    margin-bottom: 1.875rem;
}
.ind-about__desc {
    font-size: 19.2px;
    font-weight: 300;
    line-height: 28.8px;
    margin-bottom: 3.4375rem;
    padding: 1rem 3rem 1rem 0;
}
.ind-about__img {
    width: 50%;
    margin: auto 0;
    overflow: hidden;
}
.ind-about__img img {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition:
        transform 0.5s ease,
        -webkit-transform 0.5s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
}
@media (hover: hover), screen {
    .ind-about__img img:hover {
        -webkit-transform: scale(1.1) translateZ(0);
        transform: scale(1.1) translateZ(0);
    }
}
.video {
    width: 50rem;
    height: 31.25rem;
}
.video iframe {
    width: 100%;
    height: 100%;
}
.power__title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2.3125rem;
}
.power__list {
    grid: none/repeat(3, 1fr);
    gap: 1.875rem;
    grid-gap: 1.875rem;
}
.pros {
    padding-top: 5.875rem;
    padding-bottom: 5.875rem;
}
.pros__title {
    font-weight: 100;
    line-height: 3.2rem;
    margin-bottom: 4rem;
}
.pros__list {
    grid: none/repeat(4, 1fr);
    gap: 1.75rem;
    grid-gap: 1.75rem;
}
.pros__list.item-1 {
    grid: none/repeat(1, 1fr);
}
.pros__list.item-2 {
    grid: none/repeat(2, 1fr);
}
.pros__list.item-3 {
    grid: none/repeat(3, 1fr);
}
.pros__list.item-4 {
    grid: none/repeat(4, 1fr);
}
.pros__list.item-5 {
    grid: none/repeat(5, 1fr);
}
.pros__list.item-6 {
    grid: none/repeat(6, 1fr);
}
#teasers-section .pros__list {
    grid: none/repeat(4, 1fr);
}
.pros__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pros__icon {
    width: 3.1875rem;
    height: 3.1875rem;
    background: #761b44;
    border-radius: 50%;
    -webkit-box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.pros__icon:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.pros__text {
    font-size: 1.375rem;
    padding-left: 1.25rem;
}
.pros__shape-item {
    z-index: -1;
    position: absolute;
    border: 1.875rem solid #f7faff;
    border-radius: 50%;
}
.pros__shape-item:nth-of-type(1) {
    width: 9.375rem;
    height: 9.375rem;
    top: 65.625rem;
    left: -16.625rem;
}
.pros__shape-item:nth-of-type(2) {
    width: 7.5rem;
    height: 7.5rem;
    top: 65.625rem;
    right: -13.625rem;
}
.pros__shape-item:nth-of-type(3) {
    width: 13.4375rem;
    height: 13.4375rem;
    bottom: -67.5rem;
    right: -9.375rem;
}
.questions {
    min-height: 44.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.questions__wrap {
    color: #fff;
    max-width: 37.25rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.questions__title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.2rem;
    margin-bottom: 1.125rem;
}
.questions__desc {
    font-size: 1.375rem;
    font-weight: 100;
    margin-bottom: 2.5rem;
}
.questions__button {
    margin-left: auto;
    margin-right: auto;
}
.questions__bg {
    width: 120rem;
    left: 50%;
    z-index: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.questions__bg img {
    opacity: 0.2;
}
.section__bg {
    width: 100%;
    left: 50%;
    z-index: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section__bg img {
    opacity: 0.2;
}
.section__bg img .opacity-02 {
    opacity: 0.2;
}
.section__bg img .opacity-06 {
    opacity: 0.6;
}
.section__bg img .opacity-1 {
    opacity: 1;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.logo-auto-header {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 992px) {
    .logo-auto-header {
        background: url("/upload/apriori.corp/ead/387zwt12ta35xppxv8jjjo4duaatbh2g.svg") center no-repeat;
        background-size: contain;
    }
}
.logo-auto {
    background: url("/upload/apriori.corp/104/n2nqnwqrfiade7fz1cs24m3ja0l5r3px.svg") center no-repeat;
    background-size: contain;
}
.docs {
    padding-bottom: 5.625rem;
}
.docs__wrap {
    padding-top: 1.25rem;
}
.docs__title {
    font-size: 2.875rem;
    font-weight: 700;
    line-height: 3.25rem;
    margin-bottom: 2rem;
}
.docs__links {
    margin-bottom: 1.25rem;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 1.25rem;
    scrollbar-width: none;
}
.docs__links::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
.docs__link {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.3125rem;
    margin-right: 1.875rem;
    padding-bottom: 0.125rem;
    border-bottom: 0.1875rem solid transparent;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.docs__link:last-of-type {
    margin-right: 0;
}
.docs__link:before,
.docs__link:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 0.1875rem;
    bottom: -0.3125rem;
    background: #761b44;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.docs__link:before {
    left: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.docs__link:after {
    right: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.docs__link:hover:before,
.docs__link:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.docs__link.--current {
    cursor: default;
}
.docs__link.--current:before,
.docs__link.--current:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.docs__name {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.375rem;
    margin-bottom: 0.9375rem;
}
.docs__desc {
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-bottom: 2.6875rem;
}
.docs__inner {
    padding-bottom: 4.4rem;
    margin-bottom: 2.875rem;
    border-bottom: 0.0625rem solid #dee5f4;
}
.docs__inner:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.docs__elems {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -webkit-column-gap: 2.6rem;
    -moz-column-gap: 2.6rem;
    column-gap: 2.6rem;
    row-gap: 2.6rem;
}
.docs__elems.items-1 {
    grid-template-columns: 1fr;
}
.docs__elems.items-2,
.docs__elems .items-2.item-vertical {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}
@media screen and (max-width: 580px) {
    .docs__elems.items-2,
    .docs__elems .items-2.item-vertical {
        grid-template-columns: 1fr;
    }
}
.docs__elems.items-3,
.docs__elems .items-3.item-vertical {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}
@media screen and (max-width: 767px) {
    .docs__elems.items-3,
    .docs__elems .items-3.item-vertical {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 580px) {
    .docs__elems.items-3,
    .docs__elems .items-3.item-vertical {
        grid-template-columns: 1fr;
    }
}
.docs__elems.items-4,
.docs__elems .items-4.item-vertical {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}
@media screen and (max-width: 992px) {
    .docs__elems.items-4,
    .docs__elems .items-4.item-vertical {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 767px) {
    .docs__elems.items-4,
    .docs__elems .items-4.item-vertical {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 580px) {
    .docs__elems.items-4,
    .docs__elems .items-4.item-vertical {
        grid-template-columns: 1fr;
    }
}
.docs__elems.items-5,
.docs__elems .items-5.item-vertical {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
}
@media screen and (max-width: 1220px) {
    .docs__elems.items-5,
    .docs__elems .items-5.item-vertical {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media screen and (max-width: 992px) {
    .docs__elems.items-5,
    .docs__elems .items-5.item-vertical {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 767px) {
    .docs__elems.items-5,
    .docs__elems .items-5.item-vertical {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 580px) {
    .docs__elems.items-5,
    .docs__elems .items-5.item-vertical {
        grid-template-columns: 1fr;
    }
}
.docs__elem {
    text-align: center;
    cursor: pointer;
}
.docs__img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25rem;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.docs__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.docs__img-zoom {
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 4.1875rem;
    height: 4.1875rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.docs__img-zoom img {
    width: 1.3125rem;
    height: 1.3125rem;
    opacity: 1;
}
.docs__img:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -o-linear-gradient(347.52deg, #d33e81 0.35%, #761b44 47.51%, #380d20 97.75%);
    background: linear-gradient(102.48deg, #d33e81 0.35%, #761b44 47.51%, #380d20 97.75%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.docs__img:hover:after {
    opacity: 1;
    visibility: visible;
}
.docs__img:hover .docs__img-zoom {
    opacity: 1;
    visibility: visible;
}
.docs__text {
    line-height: 1.4375rem;
    text-decoration: underline;
}
.docs__files {
    grid: none/repeat(3, 1fr);
    gap: 1.875rem;
    grid-gap: 1.875rem;
}
.docs__file {
    cursor: pointer;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    padding: 1rem 1.25rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.docs__file-icon {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: inherit;
    align-content: inherit;
    background: -o-linear-gradient(347.52deg, #8df8fa 0.35%, #0b64ff 47.51%, #0100a2 97.75%);
    background: linear-gradient(102.48deg, #8df8fa 0.35%, #0b64ff 47.51%, #0100a2 97.75%);
}
.docs__file-icon img {
    width: 1.875rem;
}
.docs__file-text {
    width: calc(100% - 3.75rem);
    padding-left: 2.875rem;
    line-height: 1.4375rem;
    text-decoration: underline;
}
.docs__file:hover {
    -webkit-box-shadow: 0.125rem 0.3125rem 1.25rem rgba(30, 35, 66, 0.15);
    box-shadow: 0.125rem 0.3125rem 1.25rem rgba(30, 35, 66, 0.15);
}
.about__intro {
    color: #fff;
    position: relative;
    padding-top: 7rem;
    padding-bottom: 11.875rem;
}
.about__wrap {
    margin-top: 3.125rem;
    max-width: 31.25rem;
}
.about__title {
    font-size: 3.375rem;
    font-weight: 700;
    line-height: 4rem;
    margin-bottom: 0.8125rem;
}
.about__text {
    font-size: 1.1875rem;
    font-weight: 300;
    line-height: 1.8125rem;
}
.about__text p {
    margin-bottom: 1.25rem;
}
.about__text p:last-of-type {
    margin-bottom: 0;
}
.about__anchore {
    bottom: -5.625rem;
}
.listgrid-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    padding-top: 1rem;
    width: 100%;
    position: relative;
}
.listgrid-list.items-1 {
    grid-template-columns: 1fr;
}
.listgrid-list.items-2 {
    grid-template-columns: repeat(2, 1fr);
}
.listgrid-list.items-3 {
    grid-template-columns: repeat(3, 1fr);
}
.listgrid-list.items-4 {
    grid-template-columns: repeat(4, 1fr);
}
.listgrid-list.items-5 {
    grid-template-columns: repeat(5, 1fr);
}
.listgrid-list.items-6 {
    grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1340px) {
    .listgrid-list.items-6,
    .listgrid-list.items-5 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
}
@media (max-width: 1220px) {
    .listgrid-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .listgrid-list.items-6,
    .listgrid-list.items-5,
    .listgrid-list.items-4 {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 992px) {
    .listgrid-list {
        grid-template-columns: repeat(2, 1fr);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .listgrid-list.items-6,
    .listgrid-list.items-5,
    .listgrid-list.items-4,
    .listgrid-list.items-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .listgrid-list.items-6,
    .listgrid-list.items-5,
    .listgrid-list.items-4,
    .listgrid-list.items-3,
    .listgrid-list.items-2,
    .listgrid-list.items-1 {
        display: grid;
    }
}
@media (max-width: 580px) {
    .listgrid-list {
        grid-template-columns: 1fr;
    }
    .listgrid-list.items-6,
    .listgrid-list.items-5,
    .listgrid-list.items-4,
    .listgrid-list.items-3,
    .listgrid-list.items-2 {
        grid-template-columns: 1fr;
    }
}
.listgrid-vertical .listgrid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.listgrid-horizontal .listgrid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}
.listgrid-item {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-color: #fff;
    color: #341401;
    width: 100%;
}
.listgrid-horizontal .listgrid-item .listgrid-image {
    margin-bottom: 1rem;
    margin-left: auto;
}
.listgrid-horizontal .listgrid-item .listgrid-image {
    margin-right: 0.5rem;
    margin-left: 0;
    padding: 0.5rem 0.3rem 0.3rem 0.3rem;
    max-width: 40%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.listgrid-icon {
    width: 10.5rem;
    height: 10.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 1rem 1rem 1rem 1rem;
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.listgrid-vertical .listgrid-item .listgrid-icon {
    margin-top: 1rem;
    margin-bottom: 0.3rem;
}
.listgrid-image:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.listgrid-image img {
    max-width: 100%;
    height: auto;
}
.listgrid-icon img {
    max-width: 80%;
    height: auto;
}
.color-no .listgrid-icon img {
    max-width: 100%;
    height: 100%;
}
.listgrid-info {
    padding: 0.8rem 1rem 2rem 0.8rem;
}
.listgrid-horizontal .listgrid-item .listgrid-info {
    padding-left: 1rem;
    height: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.listgrid-title {
    font-size: 20.8px;
    font-weight: 500;
    line-height: 32px;
}
@media (max-width: 1340px) {
    .listgrid-title {
        font-size: 17.6px;
        line-height: 28.8px;
    }
}
.listgrid-text {
    margin-top: 1rem;
    font-size: 16px;
    line-height: 28px;
}
@media screen and (max-width: 767px) {
    .listgrid-title {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        word-wrap: break-word;
    }
}
.about__dist {
    padding-top: 6.25rem;
    padding-bottom: 2.5rem;
}
.about__dist-title {
    font-size: 2.875rem;
    font-weight: 700;
    line-height: 3.25rem;
    margin-bottom: 1.4375rem;
}
.about__dist-text {
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-bottom: 2.1875rem;
}
.about__dist-text p {
    margin-bottom: 0.9375rem;
}
.about__dist-text p:last-of-type {
    margin-bottom: 0;
}
.innov {
    padding-top: 8.75rem;
    margin-top: -5.3125rem;
    padding-bottom: 1.875rem;
}
.innov__title {
    font-size: 2.875rem;
    font-weight: 700;
    line-height: 3.25rem;
    margin-bottom: 1.25rem;
}
.innov__text {
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-bottom: 2.625rem;
}
.innov__text p {
    margin-bottom: 0.9375rem;
}
.innov__text p:last-of-type {
    margin-bottom: 0;
}
.innov__note {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 2.0625rem;
    padding: 0.1875rem 0 0.1875rem 1.625rem;
    border-left: 0.1875rem solid #761b44;
}
.innov__shape {
    z-index: -1;
    width: 13.4375rem;
    height: 13.4375rem;
    border: 1.875rem solid #761b44;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: -10rem;
}
.certs__title {
    font-size: 2.875rem;
    font-weight: 700;
    line-height: 3.25rem;
    margin-bottom: 1.4375rem;
}
.certs__desc {
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-bottom: 2.75rem;
}
.certs__list {
    grid: none/repeat(5, 1fr);
    gap: 2.5rem;
    grid-gap: 2.5rem;
}
.slider-block__item.swiper-slide.certs__item {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    cursor: pointer;
    border-radius: 0;
}
.certs__img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25rem;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.certs__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.certs__img-zoom {
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 4.1875rem;
    height: 4.1875rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.certs__img-zoom img {
    width: 1.3125rem;
    height: 1.3125rem;
    opacity: 1;
}
.certs__img:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0.35%, #761b44),
        color-stop(47.51%, #c92e74),
        color-stop(97.75%, #761b44)
    );
    background: -o-linear-gradient(left, #761b44 0.35%, #c92e74 47.51%, #761b44 97.75%);
    background: linear-gradient(90deg, #761b44 0.35%, #c92e74 47.51%, #761b44 97.75%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.certs__img:hover:after {
    opacity: 1;
    visibility: visible;
}
.certs__img:hover .certs__img-zoom {
    opacity: 1;
    visibility: visible;
}
.certs__text {
    font-size: 1rem;
    line-height: 1.4375rem;
    text-align: center;
}
.history {
    min-height: 46.5rem;
    position: relative;
    padding-bottom: 8.375rem;
}
.history:before {
    position: absolute;
    content: "";
    min-height: 46.5rem;
    width: 120rem;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.history__title {
    font-size: 2.875rem;
    font-weight: 700;
    line-height: 3.25rem;
    text-align: center;
    margin-bottom: 3.125rem;
}
.history__info {
    color: #341401;
    max-width: 70.125rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.history__info-slider {
    padding-top: 2.5rem;
    padding-bottom: 3.125rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
}
.history__info-item {
    background: #ffffffd1;
    border-radius: 2px;
    padding: 2.0625rem 2.125rem;
    -webkit-box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
}
.history__info-title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.875rem;
    margin-bottom: 0.5rem;
}
.history__info-text {
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-bottom: 1rem;
}
.history__arrow {
    top: 6.875rem;
    width: 3.375rem;
    height: 3.375rem;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
}
.history__arrow svg path {
    fill: #c9d3dc;
}
.history__arrow:hover svg path {
    fill: #761b44;
}
.history__arrow.swiper-button-prev {
    left: 0;
}
.history__arrow.swiper-button-next {
    right: 0;
}
.timeline {
    max-width: 75rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.timeline:before {
    position: absolute;
    content: "";
    top: 0.4375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 62.5rem;
    height: 0.125rem;
    background: #761b44;
}
.timeline__list {
    text-align: center;
}
.timeline__item {
    cursor: pointer;
}
.timeline__item.swiper-slide-thumb-active {
    cursor: default;
}
.timeline__item.swiper-slide-thumb-active .timeline__dot {
    background: #761b44;
}
.timeline__item:hover .timeline__dot {
    background: #761b44;
}
.timeline__dot {
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    background: #fff;
    border: 0.25rem solid #761b44;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.timeline__date {
    color: #761b44;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 2rem;
}
.dist__intro {
    color: #fff;
    position: relative;
    padding-top: 7rem;
    padding-bottom: 13.75rem;
}
.dist__wrap {
    margin-top: 2.5rem;
}
.dist__title {
    font-size: 3.375rem;
    font-weight: 700;
    line-height: 4rem;
    margin-bottom: 0.8125rem;
}
.dist__list {
    margin-bottom: 1.875rem;
}
.dist__item {
    font-size: 1.25rem;
    line-height: 2.3125rem;
    padding-left: 1.625rem;
    position: relative;
}
.dist__item:before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 1.0625rem;
    height: 1.0625rem;
    background: #fff;
    border: 0.3125rem solid #761b44;
    border-radius: 50%;
}
.dist__anchore {
    bottom: -5rem;
}
.coop {
    padding-top: 8.125rem;
    margin-top: -8.125rem;
    padding-bottom: 4.875rem;
}
.coop__desc {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.6875rem;
    margin-bottom: 2.5rem;
}
.coop__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
    grid-gap: 2.5rem;
}
.coop__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.coop__item:last-of-type {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.coop__icon {
    width: 6.5rem;
    height: 6.5rem;
    background: #761b44;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.coop__info {
    width: calc(100% - 6.5rem);
    padding-left: 1.875rem;
}
.coop__name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.3125rem;
}
.coop__text {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.coop__text p {
    margin-bottom: 0.625rem;
}
.coop__text p:last-of-type {
    margin-bottom: 0;
}
.coop__shape-item {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    border: 1.875rem solid #f4f7ff;
}
.coop__shape-item:nth-of-type(1) {
    width: 18rem;
    height: 18rem;
    top: -5rem;
    right: 7.25rem;
}
.coop__shape-item:nth-of-type(2) {
    width: 13.4375rem;
    height: 13.4375rem;
    right: -13.4375rem;
    top: 9.375rem;
}
.coop__shape-item:nth-of-type(3) {
    width: 9.375rem;
    height: 9.375rem;
    top: 23.125rem;
}
.dist-pros {
    padding-top: 8.75rem;
    min-height: 72.5rem;
    margin-bottom: -5rem;
    position: relative;
    width: 120rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.dist-pros__title {
    font-size: 2.875rem;
    font-weight: 700;
    line-height: 3.25rem;
    margin-bottom: 1.0625rem;
    text-align: center;
}
.dist-pros__desc {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.4375rem;
    text-align: center;
}
.dist-pros__info {
    z-index: 1;
    background: #fff;
    color: #341401;
    -webkit-box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    border-radius: 2px;
    padding: 2.5rem 2.125rem;
    max-width: 27.25rem;
    position: absolute;
    top: 9.375rem;
    left: 0;
}
.dist-pros__info-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6875rem;
    margin-bottom: 1.625rem;
}
.dist-pros__info-text {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 1.625rem;
}
.dist-pros__info-text p {
    margin-bottom: 0.9375rem;
}
.dist-pros__info-text p:last-of-type {
    margin-bottom: 0;
}
.dist-pros__map {
    max-width: 67.9375rem;
    margin-top: 5.25rem;
    margin-left: auto;
    margin-right: -3.125rem;
    position: relative;
}
.dist-pros__img img {
    opacity: 0.6;
}
.point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
}
.point:after {
    position: absolute;
    content: "";
    width: 0.0625rem;
    height: 0;
    background: #761b44;
    top: 0;
    left: 0.5rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}
.point.--current:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.point.--current .point__dot {
    background: #761b44;
}
.point.--current .point__info {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    visibility: visible;
}
.point__dot {
    width: 1.0625rem;
    height: 1.0625rem;
    background: #fff;
    border: 0.3125rem solid #761b44;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    z-index: 3000;
}
.point__dot:hover {
    background: #761b44;
}
.point__info {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    margin-top: auto;
    padding-left: 1.25rem;
}
.point__manager {
    font-size: 0.8125rem;
    line-height: 1.1875rem;
    margin-bottom: 0.6875rem;
}
.point__manager strong {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
}
.point__contacts {
    font-size: 0.875rem;
    line-height: 1.375rem;
}
.point__name {
    font-weight: 700;
}
.block-authorize__checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form__list {
    max-width: 38.5rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
}
.form__item {
    width: calc(50% - 0.625rem);
    margin-bottom: 1.0625rem;
}
.form__item.form__item--wide {
    width: 100%;
}
.form__item:last-of-type {
    margin-bottom: 0;
}
.form__button {
    margin-top: 1.875rem;
    margin-left: auto;
    margin-right: auto;
}
.form_.button.button--white {
    color: #101241;
}
.how {
    text-align: center;
    padding-top: 4.6875rem;
    padding-bottom: 4.5rem;
}
.how__title {
    font-size: 2.875rem;
    font-weight: 700;
    line-height: 3.25rem;
    margin-bottom: 1.375rem;
}
.how__desc {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.4375rem;
    margin-bottom: 1.375rem;
}
.how__list {
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    row-gap: 1.875rem;
}
.how__list .button {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}
.how__list.items-1 {
    grid-template-columns: 1fr;
}
.how__list.items-1 .button {
    width: auto;
    padding-left: 4rem;
    padding-right: 4rem;
}
.how__list.items-2 {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}
.how__list.items-2 .button {
    width: auto;
    padding-left: 4rem;
    padding-right: 4rem;
}
.how__list.items-3 {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}
.how__list.items-3 .button {
    width: auto;
    padding-left: 4rem;
    padding-right: 4rem;
}
.how__list.items-4 {
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}
.how__list.items-5 {
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
}
#steps-section .steps-section {
    color: #341401;
}
#steps-section .how__num {
    color: #761b44;
}
.how__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 11.25rem;
}
.how__num {
    color: #761b44;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 4rem;
    margin-bottom: 0.625rem;
}
.how__name {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4375rem;
    margin-bottom: 0.5rem;
}
.how__text {
    font-size: 1.0625rem;
    line-height: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.how__text p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.how__text a[href*="mailto:"] {
    border-bottom: 0.0625rem solid #101241;
}
.how__text a:hover {
    border-color: transparent;
}
.product {
    position: relative;
}
.product__intro {
    color: #fff;
    position: relative;
    padding-top: 7rem;
    padding-bottom: 13.75rem;
}
.product__wrap {
    max-width: 37.5rem;
    width: 100%;
    margin-top: 4rem;
}
.product__title {
    font-size: 3.375rem;
    font-weight: 700;
    line-height: 4rem;
    margin-bottom: 0.5rem;
}
.product__desc {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.8125rem;
    margin-bottom: 4.375rem;
}
.product__desc span {
    display: block;
    text-transform: uppercase;
}
.product__pros-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.8125rem;
    margin-bottom: 0.875rem;
}
.product__pros-list {
    grid: none/repeat(3, 1fr);
    gap: 0.9375rem;
    grid-gap: 0.9375rem;
}
.product__pros-item {
    min-height: 3.5625rem;
    border-radius: 2px;
    padding: 0.3125rem 0 0.3125rem 2.6875rem;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(138, 241, 247, 0.77)),
        color-stop(90.82%, rgba(138, 241, 247, 0))
    );
    background: -o-linear-gradient(left, rgba(138, 241, 247, 0.77) 0%, rgba(138, 241, 247, 0) 90.82%);
    background: linear-gradient(90deg, rgba(138, 241, 247, 0.77) 0%, rgba(138, 241, 247, 0) 90.82%);
    font-size: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.product__pros-item:before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0.9375rem;
    background: #fff;
    border: 0.3125rem solid #761b44;
    border-radius: 50%;
    width: 1.0625rem;
    height: 1.0625rem;
}
.product__anchore {
    bottom: -6.875rem;
}
.prod-about {
    padding-top: 7.5rem;
    margin-top: -3.75rem;
    padding-bottom: 2.5rem;
}
.prod-about__desc {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 2.0625rem;
    margin-bottom: 3.25rem;
}
.prod-about__desc p {
    margin-bottom: 1rem;
}
.prod-about__desc p:last-of-type {
    margin-bottom: 0;
}
.prod-about__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.prod-about__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.prod-about__img {
    width: 18.625rem;
    height: 13.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.prod-about__img img {
    width: 5.625rem;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.prod-about__img img:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.prod-about__info {
    max-width: 18.125rem;
    width: 100%;
    margin-left: 1.875rem;
}
.prod-about__name {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.prod-about__text {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.625rem;
}
.prod-about__note {
    font-size: 1rem;
    line-height: 1.5rem;
}
.prod-about__bg img {
    width: 100%;
    height: 100%;
}
.prod-about__bg img:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.safety {
    color: #fff;
    width: 120rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-height: 40.5rem;
    padding-top: 8.75rem;
    padding-bottom: 8.125rem;
    position: relative;
    text-align: center;
    -webkit-clip-path: path(
        "M1920 267.694V237L1920 33.9098C1920 33.9098 1598 -35.9067 997.998 24.8173C397.998 85.5412 -0.00195312 24.8174 -0.00195312 24.8174V237V267.694V610.784C-0.00195312 610.784 285.998 687.433 921.998 619.877C1558 552.321 1920 619.877 1920 619.877V267.694Z"
    );
    clip-path: path(
        "M1920 267.694V237L1920 33.9098C1920 33.9098 1598 -35.9067 997.998 24.8173C397.998 85.5412 -0.00195312 24.8174 -0.00195312 24.8174V237V267.694V610.784C-0.00195312 610.784 285.998 687.433 921.998 619.877C1558 552.321 1920 619.877 1920 619.877V267.694Z"
    );
}
.safety:after {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -o-linear-gradient(347.92deg, #8df8fa 0.73%, rgba(11, 100, 255, 0.5) 48.17%, #0100a0 98.72%);
    background: linear-gradient(102.08deg, #8df8fa 0.73%, rgba(11, 100, 255, 0.5) 48.17%, #0100a0 98.72%);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.safety__title {
    font-size: 2.875rem;
    font-weight: 700;
    line-height: 3.25rem;
    margin-bottom: 3.375rem;
}
.safety__list {
    grid: none/repeat(3, 1fr);
    gap: 5rem;
    grid-gap: 5rem;
}
.safety__icon {
    width: 6.5rem;
    height: 6.5rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.31);
    -webkit-box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 1.75rem;
}
.safety__icon:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.safety__text {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.75rem;
}
.prod-all {
    padding-top: 1rem;
    padding-bottom: 4rem;
}
.prod-all__title {
    font-size: 2.875rem;
    font-weight: 400;
    line-height: 3.25rem;
    text-align: center;
    margin-bottom: 2.75rem;
}
.prod-all__list {
    gap: 1.875rem;
    grid-gap: 1.875rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.prod-all__item {
    width: calc(100% / 4 - 1.875rem);
    min-height: 34.6875rem;
    -webkit-box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    border-radius: 2px;
    text-align: center;
    padding: 1.625rem 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.prod-all__item:hover {
    z-index: 1;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 360px) {
    .prod-all__item .prod-all__button {
        width: 100%;
        min-width: auto;
    }
}
.prod-all__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.9375rem;
    font-weight: 500;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 1.3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.prod-all__price-val {
    padding-right: 0.3125rem;
}
.prod-all__price-currency + .prod-all__price-measure {
    padding-left: 0.3125rem;
}
.prod-all__item:hover .prod-all__name a span,
.prod-all__item:hover .prod-all__name a {
    color: #761b44;
}
.prod-all__img {
    width: auto;
    max-height: 18rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.625rem;
}
.prod-all__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.prod-all__name {
    font-size: 19.2px;
    font-weight: 500;
    line-height: 28.8px;
    margin-bottom: 0.9375rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.prod-all__name a {
    display: inline;
    border-bottom: 0.0625rem solid transparent;
    color: #341401;
}
.prod-all__desc p,
.prod-all__desc {
    font-size: 14.4px;
    line-height: 22.4px;
    margin-bottom: 0.8rem;
}
.prod-all__more {
    color: #761b44;
    text-decoration: underline;
    margin-bottom: 0.9375rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.prod-all__more:hover {
    color: #341401;
}
.prod-all__vars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0.9375rem;
}
.prod-all__vars-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.prod-all__vars-item {
    font-weight: 500;
    margin-right: 0.7rem;
}
.prod-all__vars-item:last-of-type {
    margin-right: 0;
}
.prod-all__button {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    margin-top: 1rem;
}
.prod-pros {
    padding-top: 8.75rem;
    padding-bottom: 7.875rem;
    min-height: 44.875rem;
    position: relative;
}
.prod-pros__title {
    font-size: 2.875rem;
    font-weight: 700;
    line-height: 3.25rem;
    text-align: center;
    margin-bottom: 3.75rem;
}
.prod-pros__list {
    grid: none/repeat(3, 1fr);
    gap: 2.8125rem 1.875rem;
}
.prod-pros__head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.375rem;
}
.prod-pros__icon {
    width: 3.1875rem;
    height: 3.1875rem;
    background: #761b44;
    border-radius: 50%;
    -webkit-box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.prod-pros__icon:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.prod-pros__name {
    width: calc(100% - 3.1875rem);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4375rem;
    padding-left: 1.1875rem;
}
.prod-pros__text {
    font-size: 0.9375rem;
    line-height: 1.5625rem;
}
.card__main {
    padding-top: 1.3125rem;
    padding-bottom: 3.75rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card__slider-wrap {
    position: relative;
    margin-top: 1rem;
    width: 100%;
    max-width: 50%;
}
.card__slider-wrap img {
    object-fit: cover;
}
@media screen and (max-width: 992px) {
    .card__slider-wrap {
        max-width: 39.0625rem;
    }
}
.card__info {
    max-width: 50%;
    padding-left: 2rem;
    width: 100%;
}
@media screen and (max-width: 992px) {
    .card__info {
        padding-left: 0;
    }
}
.card__consist {
    margin-top: 1rem;
}
.card__features {
    margin-bottom: 2.5rem;
}
.card__main--catalog {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.card__info-props {
    margin: 0.3125rem 0 1rem;
}
.card__info-prop__item {
    margin-right: 1rem;
}
.card__info-prop__values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.card__info-prop__list,
.artnumber,
.card__info-prop__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.card__info-prop__title {
    padding-right: 1rem;
}
.artnumber__val,
.card__info-prop__val {
    padding-left: 5px;
}
.card__status-icon {
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.card__status-icon--in_stock {
    background: #d2eda6;
}
.card__status-icon--to_order_1 {
    background: #158da6;
}
.card__status-icon--to_order_2 {
    background: #00f;
}
.card__status-icon--not_available {
    background: #f00;
}
.card__status-icon--out_of_production {
    background: #909;
}
.card__preview .card__desc,
.card__preview .card__btn-box {
    float: left;
    width: 100%;
}
.card__preview .card__desc {
    max-width: 75%;
}
.card__preview .card__btn-box {
    max-width: 25%;
}
.card__preview .card__btn-box .card__button.button.button--blue {
    margin-bottom: 0;
}
@media screen and (min-width: 993px) {
    .services-2 .card__preview {
        padding-top: 2rem;
    }
    .services-2 .card__preview .card__btn-box .card__button.button.button--blue {
        margin-top: 0;
    }
    .services-2 .card__slider-wrap {
        width: auto;
        float: left;
    }
    .services-2 .card__info {
        max-width: 100%;
    }
}
.services-1 .card__info .card__price,
.services-2 .card__preview .card__price {
    width: auto;
}
.card-related .adv {
    display: block !important;
}
.services-1 .card__slider-wrap,
.services-2 .card__slider-wrap {
    float: left;
    margin: 0 3rem 2rem 0;
}
.services-2 .card__info,
.services-1 .card__info {
    max-width: 100%;
    padding-left: 0;
    width: 100%;
}
.services-1 .card__main {
    padding-bottom: 0;
}
@media screen and (max-width: 1280px) {
    .services-1 .card__slider-wrap,
    .services-2 .card__slider-wrap {
        max-width: 30.0625rem;
    }
    .services-1 .c-slider__item img,
    .services-2 .c-slider__item img {
        height: auto;
    }
}
@media screen and (max-width: 992px) {
    .services-1 .card__slider-wrap,
    .services-2 .card__slider-wrap {
        max-width: 100%;
    }
    .services-2 .card__preview .card__desc,
    .services-2 .card__preview .card__btn-box {
        max-width: 100%;
    }
    .card .card__info {
        padding-left: 0;
    }
}
.card__title {
    font-size: 2.875rem;
    font-weight: 700;
    line-height: 3.25rem;
    margin-bottom: 2rem;
}
.card__desc {
    font-size: 1.0625rem;
    line-height: 1.6rem;
    margin-bottom: 0.8125rem;
}
.card__desc .card__price {
    margin-top: 1rem;
}
.card__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.9375rem;
    font-weight: 500;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 1.3rem;
    width: 100%;
}
.card__price-val {
    padding-right: 0.3125rem;
    font-size: 2rem;
}
.card__price-currency + .card__price-measure {
    padding-left: 0.3125rem;
}
.card__desc p {
    margin-bottom: 1rem;
}
.card__desc p:last-of-type {
    margin-bottom: 0;
}
.card__params {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.4rem;
}
.card__params-name {
    font-size: 1.0625rem;
    line-height: 1.5625rem;
    margin-right: 1rem;
}
.card__params-item {
    font-size: 330;
    font-weight: 400;
    background: #e6e6e6;
    border-radius: 5.625rem;
    padding: 0.5625rem 1.25rem 0.375rem 1.25rem;
    margin-right: 0.75rem;
}
.card__params-item:last-of-type {
    margin-right: 0;
}
.card__note {
    margin-bottom: 2rem;
    padding-left: 1.1rem;
    border-left: 0.125rem solid #761b44;
    font-size: 1.0625rem;
    line-height: 1.5625rem;
}
.card__tabs {
    padding-top: 1.7rem;
    padding-bottom: 3.5rem;
    position: relative;
}
.card__actions {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 2rem;
    align-items: center;
}
@media (max-width: 992px) {
    .card__actions {
        grid-template-columns: 1fr;
    }
}
.card__actions-links {
    display: flex;
    flex-wrap: wrap;
}
.card__actions-link {
    color: #341401;
    transition: opacity 0.3s ease;
    border-bottom: 1px dashed #341401;
    margin-bottom: 1rem;
}
.card__actions-link:not(:last-of-type) {
    margin-right: 1.5rem;
}
.card__actions-link:hover {
    opacity: 0.7;
}
.card__links {
    margin-bottom: 1.875rem;
    margin-left: 0.5rem;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 1.25rem;
    scrollbar-width: none;
}
.card__links::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
a.card__link.tabs-link {
    color: #341401;
}
.card__link {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6875rem;
    margin-right: 4.2rem;
    padding-bottom: 0.125rem;
    border-bottom: 0.1875rem solid transparent;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.card__link:last-of-type {
    margin-right: 0;
}
.card__link:before,
.card__link:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 0.125rem;
    bottom: -0.9375rem;
    background: #761b44;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.card__link:before {
    left: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.card__link:after {
    right: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.card__link:hover:before,
.card__link:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.card__link.--current {
    cursor: default;
}
.card__link.--current:before,
.card__link.--current:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.card__content-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.8125rem;
}
.card__content-text p {
    font-size: 1.125rem;
    line-height: 2rem;
    margin-bottom: 1.3rem;
}
.card__content-text ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 2.5rem;
}
.card__rec-text {
    font-size: 1.125rem;
    line-height: 2rem;
}
.card__rec-text p {
    margin-bottom: 0.8125rem;
}
.card__rec-text p:last-of-type {
    margin-bottom: 0;
}
.card__map.map {
    position: relative;
    width: 120rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-clip-path: path(
        "M1920 556.811V122.21L1920 33.0269C1920 33.0269 1602 -34.79 997.998 23.9344C393.998 82.6588 -0.0020752 23.9346 -0.0020752 23.9346L-0.00195312 122.21V556.811V607.21H921.998H1920V556.811Z"
    );
    clip-path: path(
        "M1920 556.811V122.21L1920 33.0269C1920 33.0269 1602 -34.79 997.998 23.9344C393.998 82.6588 -0.0020752 23.9346 -0.0020752 23.9346L-0.00195312 122.21V556.811V607.21H921.998H1920V556.811Z"
    );
}
.card__map .map__area {
    position: relative;
    min-height: 37.9375rem;
}
.c-slider {
    position: relative;
}
.c-slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
}
.c-slider__dots {
    width: 100%;
    bottom: -0.625rem;
}
.c-slider__dots span.swiper-pagination-bullet {
    width: 0.5625rem;
    height: 0.5625rem;
    margin-right: 1rem;
}
.c-slider__dots span.swiper-pagination-bullet:last-of-type {
    margin-right: 0;
}
.c-slider__arrow.swiper-button-prev {
    margin-top: -2.5rem;
    left: 0.1875rem;
    outline: none;
}
.c-slider__arrow.swiper-button-next {
    margin-top: -2.5rem;
    right: 0.1875rem;
    outline: none;
}
.wholesale__desc {
    font-size: 1.125rem;
    line-height: 2rem;
    margin-bottom: 2.1875rem;
}
.wholesale__desc p {
    margin-bottom: 0.7rem;
}
.wholesale__desc p:last-of-type {
    margin-bottom: 0;
}
.wholesale__list {
    grid: none/repeat(4, 1fr);
    gap: 2.375rem;
    grid-gap: 2.375rem;
    margin-bottom: 2.1875rem;
}
.wholesale__item {
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wholesale__item:hover .wholesale__icon {
    -webkit-box-shadow: 0.125rem 0.3125rem 1.25rem rgba(30, 35, 66, 0.15);
    box-shadow: 0.125rem 0.3125rem 1.25rem rgba(30, 35, 66, 0.15);
}
.wholesale__icon {
    width: 2.8125rem;
    height: 2.8125rem;
    background: #fff;
    -webkit-box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.wholesale__text {
    text-decoration: underline;
    font-size: 1.125rem;
    line-height: 2rem;
    width: calc(100% - 2.8125rem);
    padding-left: 1.125rem;
}
.wholesale__price-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 2rem;
    margin-bottom: 0.8125rem;
}
.dealer {
    padding-top: 1.9rem;
    padding-bottom: 3.125rem;
    text-align: center;
}
.dealer__title {
    font-size: 2.875rem;
    font-weight: 700;
    line-height: 3.25rem;
    margin-bottom: 1.875rem;
}
.dealer__text {
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 300;
    max-width: 59.375rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}
.dealer__button {
    margin-left: auto;
    margin-right: auto;
}
.contacts {
    z-index: 1;
    position: relative;
    width: 120rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: auto;
    height: 590px;
    padding-top: 4.25rem;
    padding-bottom: 0;
}
.contacts .case {
    z-index: 5;
    position: relative;
}
.contacts__info {
    z-index: 1;
    position: absolute;
    max-width: 34.625rem;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    color: #341401;
    -webkit-box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    padding: 1.375rem 2.9375rem 1.6875rem 2.375rem;
}
.contacts__title {
    font-size: 2.8rem;
    line-height: 3.25rem;
    margin-bottom: 1.075rem;
    
    font-weight: 400;
    text-transform: none;
    text-align: center;
}
.contacts__desc {
    padding-left: 1.625rem;
    border-left: 0.125rem solid #761b44;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 2rem;
    margin-bottom: 0.875rem;
}
.contacts__desc p {
    margin-bottom: 1.25rem;
}
.contacts__desc p:last-of-type {
    margin-bottom: 0;
}
.contact__wrap {
    margin-top: 1.25rem;
}
.contact__title {
    font-size: 2.875rem;
    font-weight: 700;
    line-height: 3.375rem;
    margin-bottom: 1.5rem;
}
.contact__main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contact__list {
    max-width: 40.625rem;
    width: 100%;
}
.contact__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.875rem;
}
.contact__item:last-of-type {
    margin-bottom: 0;
}
.contact__icon {
    width: 3.375rem;
    height: 3.375rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.5rem;
    background: -o-linear-gradient(347.52deg, #8df8fa 0.35%, #0b64ff 47.51%, #0100a2 97.75%);
    background: linear-gradient(102.48deg, #8df8fa 0.35%, #0b64ff 47.51%, #0100a2 97.75%);
}
.contact__info {
    width: calc(100% - 3.375rem);
    padding-left: 1.25rem;
}
.contact__info.--w3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 3.375rem - 5.625rem);
}
.contact__name {
    font-size: 20.8px;
    font-weight: 700;
    line-height: 28.8px;
    margin-bottom: 0.625rem;
    text-transform: uppercase;
}
.contact__text,
.contact__link {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 2rem;
}
.contact__link a {
    font-weight: 400;
}
a.contact__link {
    color: #341401;
}
.contact__sub {
    font-weight: 700;
    margin: 2rem 0;
}
.contact__sub.--mt {
    margin-top: 1.875rem;
}
.contact__sub a {
    font-weight: 700;
}
.contact__link a[href*="mailto:"] {
    border-bottom: 0.0625rem solid #341401;
}
.contact__socials {
    margin-right: 1rem;
}
.contact__social {
    margin-right: 0.625rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.contact__social:last-of-type {
    margin-right: 0;
}
.contact__social:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.contact__actions {
    max-width: 32.5rem;
    width: 100%;
}
.contact__params {
    margin-bottom: 2.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.contact__params-title {
    font-size: 1.375rem;
    font-weight: 400;
    margin-bottom: 1.125rem;
}
.contact__req {
    font-size: 0.9375rem;
    margin-bottom: 2.875rem;
}
.contact__req-title {
    font-weight: 700;
    text-transform: uppercase;
}
.contact__call-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6875rem;
    margin-bottom: 1.4375rem;
}
.contact__map.map {
    position: relative;
    width: 120rem;
    min-height: 37.9375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.contact__map.map .map__area {
    position: relative;
    min-height: 37.9375rem;
}
.map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.map__area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 49.375rem;
}
.page404 {
    padding-top: 4.1875rem;
    padding-bottom: 5rem;
}
.page404__wrap {
    text-align: center;
    max-width: 37.125rem;
    width: 100%;
    margin: auto;
}
.page404__num {
    font-size: 12.5rem;
    font-weight: 700;
    line-height: 10rem;
    background: #761b44;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 2.5rem;
}
.page404__title {
    font-size: 2.875rem;
    font-weight: 700;
    line-height: 3.25rem;
    margin-bottom: 1.2rem;
}
.page404__text {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.875rem;
    margin-bottom: 2.6rem;
}
.page404__button {
    margin-left: auto;
    margin-right: auto;
}
body.popup-show {
    height: 100vh;
    margin-right: 0.75rem;
}
.mod {
    display: none;
    text-align: center;
    position: relative;
    background: #fff;
    color: #1a1a1a;
    -webkit-box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    border-radius: 2px;
}
.mod__item.politics label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-tap-highlight-color: transparent;
}
@media (hover: hover), screen {
    .mod__item.politics label:hover::before {
        opacity: 0.7;
    }
}
.mod__item.politics label::before {
    content: "";
    border-radius: 4px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #d4dbea;
    background-color: #f8f8f8;
    transition: opacity 0.3s ease;
}
.mod__item.politics label::after {
    -webkit-transform: translateY(-60%) rotate(45deg);
    -ms-transform: translateY(-60%) rotate(45deg);
    transform: translateY(-60%) rotate(45deg);
    position: absolute;
    left: 5px;
    top: 50%;
    width: 8px;
    height: 12px;
    border-right: 2px solid #1a1a1a;
    border-bottom: 2px solid #1a1a1a;
    content: "";
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
}
.mod__item.politics input[type="checkbox"] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    opacity: 0;
    visibility: hidden;
}
.mod__item.politics input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.mod.mod--config {
    height: 100%;
    border-radius: 0;
}
.mod.mod--config .mod__close {
    background-color: #212121;
    top: 14px;
    right: -63px;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}
.mod.mod--config .mod__close:hover::before,
.mod.mod--config .mod__close:hover::after {
    background: #761b44;
}
.mod.mod--config .mod__close::before,
.mod.mod--config .mod__close::after {
    left: 50%;
    top: 50%;
    background: #fff;
}
.mod.mod--config .mod__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.mod.mod--config .mod__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.mod.mod--config .demo-variants,
.mod.mod--config .quick-info {
    padding: 1rem;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    scrollbar-color: #999 #fff;
    scrollbar-width: thin;
}
.mod.mod--config .demo-variants::-webkit-scrollbar,
.mod.mod--config .quick-info::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
.mod.mod--config .demo-variants::-webkit-scrollbar-track,
.mod.mod--config .quick-info::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 100px;
}
.mod.mod--config .demo-variants::-webkit-scrollbar-thumb,
.mod.mod--config .quick-info::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #999;
}
.mod.mod--config .title-block-front {
    text-align: left;
}
.mod.mod--config .base_color_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.mod.mod--config .base_color_container .base_color {
    margin-right: 5px;
}
.mod.mod--config .grids {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mod.mod--config .panels {
    z-index: -1;
}
.mod.mod--callback {
    width: 25rem;
    padding: 3rem 3.125rem 3.625rem 3.125rem;
}
.mod.mod--form {
    width: 50.625rem;
    padding: 3.375rem 6.0625rem 4.5rem 6.0625rem;
}
.mod.mod--form .mod__title {
    font-size: 2.875rem;
    line-height: 3.25rem;
    margin-bottom: 2.5rem;
}
.mod.mod--form .mod__form {
    max-width: 38.5rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mod.mod--form .mod__item {
    width: calc(50% - 0.625rem);
    margin-bottom: 1.0625rem;
}
.mod__item a {
    color: #341401;
}
.mod.mod--form .mod__item.mod__item--wide {
    width: 100%;
}
.mod__item.mod__item--wide.politics {
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
}
.mod__item.politics.block--white label:before {
    border: 1px solid #fff;
}
.politics.block--white label,
.politics.block--white a {
    color: #fff;
}
.mod.mod--form .mod__item:last-of-type {
    margin-bottom: 0;
}
.mod.mod--form .mod__input.--grey .input__area,
.mod.mod--form .mod__input.--grey .textarea__area,
.mod.mod--form .mod_.textarea.textarea--grey .input__area,
.mod.mod--form .mod_.textarea.textarea--grey .textarea__area {
    border: 0.0625rem solid #d4dbea;
}
.mod.mod--form .mod__file {
    width: 100%;
}
.mod.mod--form .mod__button {
    margin-top: 1.875rem;
}
.mod__close {
    position: absolute;
    width: 0.9375rem;
    height: 0.9375rem;
    top: 0.9375rem;
    right: 1.2375rem;
    top: 8px;
    right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    z-index: 5;
    width: 2rem;
    height: 2rem;
}
.mod__close:before,
.mod__close:after {
    position: absolute;
    content: "";
    width: 1.9375rem;
    height: 0.0625rem;
    background: #dfdfee;
    border-radius: 3.125rem;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.mod__close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mod__close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mod__close:hover:before,
.mod__close:hover:after {
    background: #761b44;
}
.mod__title {
    font-size: 2.125rem;
    font-weight: 700;
    margin-bottom: 0.9375rem;
}
.mod__input {
    margin-bottom: 1rem;
}
.mod__input:last-of-type {
    margin-bottom: 0;
}
.mod__button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.0625rem;
}
@media (max-width: 350px) {
    .mod__button {
        min-width: auto;
        width: 100%;
    }
}
.popup {
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition:
        opacity 0.3s ease,
        -webkit-transform 0.3s ease;
    transition:
        opacity 0.3s ease,
        -webkit-transform 0.3s ease;
    -o-transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        -webkit-transform 0.3s ease;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
}
.popup.popup--config {
    overflow-y: hidden;
}
.popup.popup--config.popup--show .popup__list {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.popup.popup--config .popup__inner {
    padding: 0;
    height: 100%;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    overflow-y: hidden;
}
.popup.popup--config .popup__list {
    height: 100%;
    width: 862px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.popup.popup--config .popup__bg {
    background-color: transparent;
}
.popup__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    margin: auto 0;
    padding: 0.9375rem;
    z-index: 1;
}
.popup__list {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
}
.popup__item {
    display: block !important;
}
.popup__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
}
.popup.popup--show {
    opacity: 1;
    visibility: visible;
}
.list__item {
    font-size: 1.25rem;
    line-height: 2.3125rem;
    padding-left: 1.625rem;
    position: relative;
}
.list__item:before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 1.0625rem;
    height: 1.0625rem;
    background: #fff;
    border: 0.3125rem solid #761b44;
    border-radius: 50%;
}
.region-choice__list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin-bottom: -10px;
    padding: 15px 25px;
}
.region-choice__item {
    margin-bottom: 10px;
    list-style-type: none;
}
#popup-region {
    padding: 30px 45px;
    overflow-y: auto;
}
#popup-region::-webkit-scrollbar {
    width: 10px;
}
#popup-region::-webkit-scrollbar-track {
    -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
    background-color: #f9f9fd;
}
#popup-region::-webkit-scrollbar-thumb {
    background-color: #761b44;
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        color-stop(0.5, rgba(255, 255, 255, 0.25)),
        color-stop(0.5, transparent),
        to(transparent)
    );
}
@media (max-width: 640px) {
    .region-choice__list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        padding: 0.9375rem 0.625rem;
    }
    .region-choice__item {
        font-size: 0.875rem;
    }
    #popup-region .mod__title {
        font-size: 1.8rem;
    }
    #popup-region::-webkit-scrollbar {
        width: 0.4375rem;
    }
    #popup-region::-webkit-scrollbar-track {
        -webkit-box-shadow: 3px 3px 3px -3px rgba(34, 60, 80, 0.2) inset;
        background-color: #f9f9fd;
    }
}
@media screen and (max-height: 850px) {
    .pros__shape-item:nth-of-type(1) {
        top: 78.125rem;
    }
    .pros__shape-item:nth-of-type(2) {
        top: 78.125rem;
    }
    .pros__shape-item:nth-of-type(3) {
        bottom: -78.125rem;
    }
}
@media screen and (max-height: 750px) {
    .pros__shape-item:nth-of-type(1) {
        top: 84.375rem;
    }
    .pros__shape-item:nth-of-type(2) {
        top: 84.375rem;
    }
    .pros__shape-item:nth-of-type(3) {
        bottom: -84.375rem;
    }
}
@media screen and (max-height: 680px) {
    .pros__shape-item:nth-of-type(1) {
        top: 103.125rem;
    }
    .pros__shape-item:nth-of-type(2) {
        top: 103.125rem;
    }
    .pros__shape-item:nth-of-type(3) {
        bottom: -103.125rem;
    }
}
@media screen and (max-width: 1340px) {
    .intro__btns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .intro__item {
        min-height: 48.125rem;
    }
    .intro__waves {
        bottom: -1.25rem;
    }
    .preview {
        width: 23.6rem;
        height: 23.6rem;
    }
    .preview__img {
        width: 21.875rem;
    }
    .preview__dots:nth-of-type(1) {
        top: 0.25rem;
    }
    .preview__dots:nth-of-type(2) {
        right: -0.3125rem;
    }
    .preview__dots:nth-of-type(3) {
        bottom: 0.9375rem;
    }
    .ind-about {
        padding-top: 3.5rem;
        padding-bottom: 3.25rem;
    }
    .power__text {
        font-size: 1rem;
        padding-left: 0.75rem;
    }
    .power__text strong {
        font-size: 1.2rem;
    }
    .pros__text {
        font-size: 1.2rem;
    }
    .prod-about__list {
        gap: 2.5rem 0;
        grid-gap: 2.5rem 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod-about__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .prod-about__info {
        width: calc(100% - 18.625rem);
        max-width: 100%;
        margin-left: 0;
        padding-left: 1.8rem;
    }
    .safety__list {
        gap: 3rem;
        grid-gap: 3rem;
    }
    .prod-pros {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    .contact__list {
        max-width: 35.625rem;
    }
    .contact__actions {
        max-width: 30.5rem;
    }
    .history__info {
        max-width: 62rem;
    }
    .timeline {
        max-width: 60rem;
    }
    .timeline:before {
        width: 49.5rem;
    }
}
@media screen and (max-width: 1220px) {
    .wall__shape-wrap,
    .pros__shape {
        display: none;
    }
    .ipopup-callback-mail {
        margin-right: 0 !important;
    }
    .search__wrap {
        top: 0;
        bottom: 0;
    }
    .intro__item {
        padding-top: 7.5rem;
    }
    .intro__wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .intro__desc {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
    
    .intro__pros-item {
        min-height: 3.125rem;
    }
    .intro__pros-item strong {
        display: inline-block;
    }
    .intro__anchore {
        bottom: 9.375rem;
    }
    .preview {
        width: 25.85rem;
        height: 25.85rem;
    }
    .preview__dots:nth-of-type(1) {
        top: -0.1875rem;
    }
    .preview__dots:nth-of-type(2) {
        right: -0.5rem;
    }
    .preview__dots:nth-of-type(3) {
        bottom: 0.3125rem;
    }
    .preview__img {
        width: 18.125rem;
    }
    .preview__info {
        width: 18.125rem;
        height: 18.125rem;
        font-size: 1.3rem;
        padding: 5rem 3.125rem;
    }
    .ind-about {
        padding-bottom: 4.375rem;
    }
    .ind-about__info {
        max-width: none;
    }
    .ind-about__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ind-about__title {
        font-size: 2.3rem;
        line-height: 3rem;
        margin-bottom: 1.25rem;
    }
    .ind-about__desc {
        font-size: 1.1rem;
        line-height: 1.8rem;
        padding-left: 0.9375rem;
        margin-bottom: 2.5rem;
    }
    .ind-about__quote {
        font-size: 1.1rem;
        line-height: 1.8rem;
        max-width: 26.875rem;
        padding: 1.875rem;
    }
    .ind-about__person {
        margin-left: 0;
        max-width: 26.875rem;
    }
    .ind-about__person-name {
        font-size: 1rem;
    }
    .ind-about__person-name strong {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }
    .ind-about__img {
        width: auto;
    }
    .power__title {
        font-size: 1.8rem;
        margin-bottom: 1.5625rem;
    }
    .power__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .power__text {
        width: 100%;
        padding-left: 0;
    }
    .pros.pros--catalogue {
        padding-top: 9rem;
    }
    .pros__title {
        font-size: 2.3rem;
        line-height: 3rem;
        margin-bottom: 3.75rem;
    }
    .pros__item {
        display: block;
    }
    .pros__icon {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.9375rem;
    }
    .pros__text {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .questions__title {
        font-size: 2.3rem;
        line-height: 3rem;
    }
    .questions__desc {
        font-size: 1.3rem;
    }
    .docs__desc br {
        display: none;
    }
    .docs__elems {
        grid-template-columns: repeat(4, 1fr);
    }
    .docs__file-icon {
        width: 3.3rem;
        height: 3.3rem;
    }
    .docs__file-icon img {
        width: 1.7rem;
    }
    .docs__file-text {
        width: calc(100% - 3.3rem);
        padding-left: 1.2rem;
    }
    .docs__file-text br {
        display: none;
    }
    .safety {
        padding-top: 7.5rem;
        padding-bottom: 7rem;
    }
    .safety__title {
        font-size: 2.5rem;
        line-height: 2.8rem;
        margin-bottom: 2.5rem;
    }
    .safety__list {
        gap: 2.5rem;
        grid-gap: 2.5rem;
    }
    .safety__icon {
        width: 5.8rem;
        height: 5.8rem;
        margin-bottom: 1.5rem;
    }
    .safety__icon img {
        width: 2.8125rem;
    }
    .safety__text {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
    .prod-all__title {
        font-size: 2.5rem;
        line-height: 2.8rem;
        margin-bottom: 2.3rem;
    }
    .prod-all__item {
        width: calc(100% / 3 - 1.875rem);
    }
    .prod-pros__title {
        font-size: 2.5rem;
        line-height: 2.8rem;
        margin-bottom: 3rem;
    }
    .prod-pros__head {
        margin-bottom: 1.1rem;
    }
    .prod-pros__icon {
        width: 3rem;
        height: 3rem;
    }
    .prod-pros__icon img {
        width: 1.5625rem;
    }
    .prod-pros__name {
        width: calc(100% - 3rem);
        padding-left: 1rem;
        font-size: 1.1rem;
        line-height: 1.2rem;
    }
    .prod-pros__text {
        font-size: 0.9rem;
        line-height: 1.4rem;
    }
    .dealer__title {
        font-size: 2.5rem;
        line-height: 2.8rem;
        margin-bottom: 1.5rem;
    }
    .card__main {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .card__title {
        font-size: 2.5rem;
        line-height: 3rem;
        margin-bottom: 1rem;
    }
    .card__params {
        margin-bottom: 1.5rem;
    }
    .card__button {
        margin-bottom: 1.7rem;
    }
    .card__tabs {
        padding-top: 5rem;
    }
    .c-slider__item img {
        height: 20rem;
    }
    .c-slider__dots {
        bottom: -3.125rem;
    }
    .wholesale__list {
        gap: 2rem;
        grid-gap: 2rem;
    }
    .wholesale__text {
        font-size: 1rem;
        line-height: 1.5rem;
        padding-left: 1rem;
    }
    .coop__icon {
        width: 5.625rem;
        height: 5.625rem;
    }
    .coop__icon img {
        width: 2.8125rem;
    }
    .coop__info {
        width: calc(100% - 5.625rem);
    }
    .coop__shape-item:nth-of-type(1) {
        right: 0;
    }
    .dist-pros {
        padding-top: 7.5rem;
    }
    .dist-pros__title {
        font-size: 2.5rem;
        line-height: 2.8rem;
    }
    .dist-pros__info {
        top: 7.5rem;
    }
    .form__title {
        font-size: 2.5rem;
        line-height: 2.8rem;
        margin-bottom: 2.3rem;
    }
    .how__title {
        font-size: 2.5rem;
        line-height: 2.8rem;
    }
    .about__dist-title {
        font-size: 2.5rem;
        line-height: 2.8rem;
    }
    .innov__title {
        font-size: 2.5rem;
        line-height: 2.8rem;
    }
    .certs__title {
        font-size: 2.5rem;
        line-height: 2.8rem;
    }
    .certs__list {
        grid: none/repeat(4, 1fr);
    }
    .history {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .history__title {
        font-size: 2.5rem;
        line-height: 2.8rem;
    }
    .history__info {
        max-width: 50rem;
    }
    .history__info-item {
        padding: 2rem;
    }
    .history__info-title {
        font-size: 1.7rem;
        line-height: 2.1rem;
    }
    .how__list.items-5 {
        grid-template-columns: repeat(4, 1fr);
    }
    .timeline {
        max-width: 50rem;
    }
    .timeline:before {
        width: 40.5rem;
    }
    .contacts {
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
    }
    .contacts__wrap {
        padding-top: 13.75rem;
        padding-bottom: 3.125rem;
    }
    .contacts__info {
        max-width: 31.875rem;
    }
    .contacts__title {
        font-size: 2.3rem;
        line-height: 3rem;
    }
    .contacts__desc {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    .contact__list {
        max-width: 28.625rem;
    }
    .contact__name {
        font-size: 1.2rem;
    }
    .contact__actions {
        max-width: 26.5rem;
    }
    .contact__params-title,
    .contact__call-title {
        font-size: 1.15rem;
    }
    .map__area {
        min-height: 43.75rem;
    }
}
@media screen and (max-width: 992px) {
    h2,
    h3 {
        font-size: 2.58rem;
        line-height: 3.5rem;
    }
    .intro__item {
        padding-top: 5rem;
    }
    .intro__info {
        max-width: 100%;
        margin-bottom: 1.875rem;
    }
    
    
    
    .intro__title strong {
        display: block;
    }
.intro__desc {
	max-width: 100%;
	margin-bottom: 1.25rem;
	text-align: left;
}
    .intro__pros {
        grid: none/repeat(3, 1fr);
    }
    .intro__pros-item strong {
        display: block;
    }
    .intro__waves {
        margin-left: -25rem;
    }
    .intro__anchore {
        bottom: 2.625rem;
    }
    .preview {
        margin-left: auto;
        margin-right: auto;
        width: 21.875rem;
        height: 21.875rem;
    }
    .preview__dots:nth-of-type(1) {
        top: -0.8125rem;
    }
    .preview__dots:nth-of-type(3) {
        bottom: -0.3125rem;
    }
    .ind-about {
        padding-bottom: 6.25rem;
    }
    .ind-about__info {
        max-width: 100%;
    }
    .ind-about__title {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
    .ind-about__desc {
        font-size: 1rem;
        line-height: 1.7rem;
    }
    .ind-about__person {
        max-width: 24.375rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .ind-about__person-name {
        margin-bottom: 0.9375rem;
    }
    .ind-about__person-button {
        margin-left: 0;
    }
    .ind-about__power {
        max-width: 24.375rem;
    }
    .ind-about__img {
        width: 100%;
    }
    .ind-about__img-play {
        width: 2.5rem;
        height: 2.5rem;
        left: 3.125rem;
        top: 5.25rem;
    }
    .ind-about__img-play svg {
        width: 0.75rem;
    }
    .ind-about__img-play:before {
        width: 4.375rem;
        height: 4.375rem;
        top: -0.875rem;
        left: -0.875rem;
    }
    .ind-about__img-play:after {
        width: 2.5rem;
        height: 2.5rem;
    }
    .ind-about__img-play:hover:after {
        width: 4.375rem;
        height: 4.375rem;
    }
    .video {
        width: 37.5rem;
        height: 25rem;
    }
    .power__title {
        font-size: 1.5rem;
        margin-bottom: 1.25rem;
    }
    .power__icon {
        width: 3.4375rem;
        height: 3.4375rem;
        margin-bottom: 0.3125rem;
    }
    .power__icon img {
        width: 1.875rem;
    }
    .power__text strong {
        font-size: 1rem;
    }
    .pros {
        padding-top: 4.375rem;
        padding-bottom: 4.375rem;
    }
    .pros.pros--catalogue {
        padding-top: 6rem;
    }
    .pros__title {
        font-size: 1.8rem;
        line-height: 2.8rem;
        margin-bottom: 3.125rem;
    }
    .pros__list {
        gap: 1.25rem;
        grid-gap: 1.25rem;
    }
    .pros__icon {
        width: 2.8125rem;
        height: 2.8125rem;
        margin-bottom: 0.625rem;
    }
    .pros__icon img {
        width: 1.5rem;
    }
    .pros__text {
        font-size: 1rem;
    }
    .questions__title {
        font-size: 1.8rem;
        line-height: 2.8rem;
        margin-bottom: 0.9375rem;
    }
    .questions__desc {
        font-size: 1rem;
        margin-bottom: 1.875rem;
    }
    .docs__title {
        font-size: 2.3rem;
        line-height: 2.5rem;
        margin-bottom: 1.3rem;
    }
    .docs__links {
        margin-bottom: 0.9375rem;
        padding-bottom: 0.9375rem;
    }
    .docs__link {
        font-size: 1.1rem;
    }
    .docs__link:before,
    .docs__link:after {
        height: 0.125rem;
    }
    .docs__name {
        font-size: 1.7rem;
        line-height: 2rem;
    }
    .docs__desc {
        font-size: 1.1rem;
        line-height: 1.7rem;
        margin-bottom: 2rem;
    }
    .docs__inner {
        padding-bottom: 2.5rem;
        margin-bottom: 2.1875rem;
    }
    .docs__elems {
        grid-template-columns: repeat(3, 1fr);
        -webkit-column-gap: 1.875rem;
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem;
        row-gap: 1.875rem;
    }
    .docs__img {
        margin-bottom: 1rem;
    }
    .docs__files {
        grid: none/repeat(2, 1fr);
    }
    .card__slider-wrap {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 3.5rem;
    }
    .card__info {
        max-width: 100%;
    }
    .card__title {
        font-size: 2.2rem;
        line-height: 2.5rem;
    }
    .card__title br {
        display: none;
    }
    .card__links {
        margin-bottom: 0.625rem;
        padding-bottom: 0.625rem;
        margin-left: 0;
    }
    .card__link {
        font-size: 1.1rem;
    }
    .card__link:before,
    .card__link:after {
        bottom: -0.3125rem;
    }
    .card__content-text p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .card__content-text ul {
        padding-left: 1.5rem;
    }
    .card__content-text ul li {
        font-size: 1rem;
    }
    .card__rec-text {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .card__map .map__area {
        min-height: 30rem;
    }
    .c-slider__dots {
        bottom: -1.875rem;
    }
    .wholesale__desc {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .wholesale__list {
        grid: none/repeat(2, 1fr);
        gap: 1rem 2rem;
        grid-gap: 1rem 2rem;
        margin-bottom: 1.5rem;
    }
    .wholesale__price-title {
        font-size: 1.1rem;
    }
    .dealer__title {
        font-size: 2.3rem;
        line-height: 2.5rem;
        margin-bottom: 1.3rem;
    }
    .dealer__text {
        font-size: 1.1rem;
        max-width: 40rem;
    }
    .product__intro {
        padding-top: 5rem;
        padding-bottom: 8.7rem;
    }
    .product__wrap {
        max-width: 100%;
        margin-top: 2rem;
    }
    .product__title {
        font-size: 3rem;
        line-height: 3.5rem;
    }
    .product__desc {
        margin-bottom: 3rem;
    }
    .product__bg {
        top: -10.9375rem;
        margin-left: -23.75rem;
        min-height: 40rem;
    }
    .product__anchore {
        bottom: -5.8rem;
    }
    .product__map .map__area {
        min-height: 30rem;
    }
    .safety__title {
        font-size: 2.3rem;
        line-height: 2.5rem;
    }
    .safety__list {
        gap: 2rem;
        grid-gap: 2rem;
    }
    .safety__icon {
        width: 5rem;
        height: 5rem;
        margin-bottom: 1.3rem;
    }
    .safety__icon img {
        width: 2.5rem;
    }
    .safety__text {
        font-size: 1rem;
        line-height: 1.4rem;
    }
    .prod-about {
        padding-top: 5.5rem;
    }
    .prod-about__desc {
        font-size: 1.1rem;
        line-height: 1.8rem;
        margin-bottom: 3rem;
    }
    .prod-about__name {
        font-size: 1.6rem;
    }
    .prod-all__title {
        font-size: 2.3rem;
        line-height: 2.5rem;
        margin-bottom: 2rem;
    }
    .prod-all__item {
        width: calc(100% / 2 - 1.875rem);
    }
    .prod-pros {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }
    .prod-pros__title {
        font-size: 2.3rem;
        line-height: 2.5rem;
        margin-bottom: 2rem;
    }
    .prod-pros__list {
        gap: 2.1875rem;
        grid-gap: 2.1875rem;
        grid: none/repeat(2, 1fr);
    }
    .prod-pros__icon {
        width: 2.7rem;
        height: 2.7rem;
    }
    .prod-pros__icon img {
        width: 1.375rem;
    }
    .prod-pros__name {
        width: calc(100% - 2.7rem);
        padding-left: 0.7rem;
        font-size: 1rem;
    }
    .dist__wrap {
        margin-top: 2rem;
    }
    .dist__title {
        font-size: 3rem;
        line-height: 3.5rem;
    }
    .dist__bg {
        top: -5.3125rem;
        margin-left: -23.75rem;
        min-height: 40rem;
    }
    .coop {
        padding-top: 6.125rem;
    }
    .coop__desc {
        font-size: 1.4rem;
        margin-bottom: 2rem;
    }
    .coop__icon {
        width: 4.6875rem;
        height: 4.6875rem;
    }
    .coop__icon img {
        width: 2.5rem;
    }
    .coop__info {
        width: calc(100% - 4.6875rem);
        padding-left: 1.4rem;
    }
    .coop__name {
        font-size: 1.3rem;
    }
    .coop__text {
        font-size: 1.1rem;
    }
    .dist-pros {
        padding-top: 5.625rem;
    }
    .dist-pros__title {
        font-size: 2.3rem;
        line-height: 2.5rem;
        margin-bottom: 1rem;
    }
    .dist-pros__desc {
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
    }
    .dist-pros__info {
        top: 0;
        position: relative;
        max-width: 30.25rem;
        margin-left: auto;
        margin-right: auto;
    }
    .dist-pros__map {
        max-width: 44.25rem;
        margin-top: -4.75rem;
        margin-left: auto;
        margin-right: auto;
    }
    .dist-pros__img {
        width: 48.75rem;
        margin-left: -2.5rem;
    }
    .point:nth-of-type(1) {
        top: 8.875rem;
        left: 21.125rem;
        min-height: 26.9375rem;
    }
    .point:nth-of-type(2) {
        top: 14.4375rem;
        left: 10rem;
        min-height: 21.4375rem;
    }
    .point:nth-of-type(3) {
        top: 16.1875rem;
        left: 13.75rem;
        min-height: 19.625rem;
    }
    .point:nth-of-type(4) {
        top: 18.75rem;
        left: 24.9375rem;
        min-height: 17.0625rem;
    }
    .point:nth-of-type(5) {
        top: 14.875rem;
        left: 29.3125rem;
        min-height: 20.75rem;
    }
    .form__title {
        font-size: 2.3rem;
        line-height: 2.5rem;
        margin-bottom: 1.5rem;
    }
    .how {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
    .how__title {
        font-size: 2.3rem;
        line-height: 2.5rem;
        margin-bottom: 0.5rem;
    }
    .how__desc {
        font-size: 1.2rem;
    }
    .how__list {
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        row-gap: 1.25rem;
        grid-template-columns: repeat(3, 1fr);
    }
    .how__list.items-3 .button {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .how__list.items-4,
    .how__list.items-5 {
        grid-template-columns: repeat(3, 1fr);
    }
    .how__name {
        font-size: 1.1rem;
    }
    .how__text {
        font-size: 1rem;
        line-height: 1.3rem;
    }
    .about__wrap {
        margin-top: 2rem;
    }
    .about__title {
        font-size: 3rem;
        line-height: 3.5rem;
    }
    .about__bg {
        top: -5.3125rem;
        margin-left: -23.75rem;
        min-height: 40rem;
    }
    .listgrid {
        padding-top: 6.5rem;
        padding-bottom: 6.5rem;
    }
    .about__dist {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .about__dist-title {
        font-size: 2.3rem;
        line-height: 2.5rem;
    }
    .about__dist-text {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }
    .innov {
        padding-bottom: 3rem;
    }
    .innov__title {
        font-size: 2.3rem;
        line-height: 2.5rem;
        margin-bottom: 1rem;
    }
    .innov__text {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }
    .innov__note {
        font-size: 1.1rem;
        line-height: 1.9rem;
        padding-left: 1.25rem;
    }
    .certs {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .certs__title {
        font-size: 2.3rem;
        line-height: 2.5rem;
        margin-bottom: 1rem;
    }
    .certs__desc {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }
    .certs__list {
        grid: none/repeat(3, 1fr);
        gap: 1.875rem;
        grid-gap: 1.875rem;
    }
    .certs__img {
        margin-bottom: 1rem;
    }
    .history {
        padding-top: 6.5rem;
    }
    .history__title {
        font-size: 2.3rem;
        line-height: 2.5rem;
        margin-bottom: 3rem;
    }
    .history__info {
        max-width: 40rem;
    }
    .history__info-slider {
        padding-top: 1.875rem;
    }
    .history__info-item {
        padding: 1.5625rem;
    }
    .history__info-title {
        font-size: 1.5rem;
    }
    .history__info-text {
        font-size: 1.1rem;
        line-height: 1.7rem;
    }
    .history__arrow {
        width: 2.8125rem;
        height: 2.8125rem;
    }
    .history__arrow svg {
        width: 1rem;
    }
    .timeline {
        max-width: 35rem;
    }
    .timeline:before {
        width: 23.5rem;
    }
    .timeline__dot {
        margin-bottom: 0.7rem;
    }
    .timeline__date {
        font-size: 1.4rem;
    }
    .contacts__info {
        display: none;
    }
    .contacts__title {
        font-size: 1.8rem;
        line-height: 2.8rem;
        margin-bottom: 1.25rem;
    }
    .contacts__desc {
        font-size: 1.1rem;
        line-height: 1.8rem;
        padding-left: 0.9375rem;
        margin-bottom: 1.875rem;
    }
    .contact__title {
        font-size: 2.3rem;
        line-height: 2.5rem;
        margin-bottom: 1.3rem;
    }
    .contact__list {
        max-width: 100%;
        display: grid;
        gap: 1.875rem 1.25rem;
        margin-bottom: 1.875rem;
    }
    .contact__item {
        margin-bottom: 0;
    }
    .contact__icon {
        width: 2.8125rem;
        height: 2.8125rem;
    }
    .contact__icon img {
        width: 1.375rem;
    }
    .contact__info {
        padding-left: 1rem;
        width: calc(100% - 2.8125rem);
    }
    .contact__info.--w3 {
        width: calc(100% - 2.8125rem);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .contact__info.--w3 .contact__text br {
        display: block;
    }
    .contact__info-phone {
        white-space: nowrap;
    }
    .contact__name {
        font-size: 1.1rem;
    }
    .contact__text {
        font-size: 1rem;
    }
    .contact__text br {
        display: none;
    }
    .contact__link {
        font-size: 1rem;
    }
    .contact__socials {
        margin-left: 0;
        margin-top: 0.5rem;
    }
    .contact__social {
        width: 1.875rem;
        height: 1.875rem;
    }
    .contact__actions {
        max-width: 100%;
    }
    .contact__map .map__area {
        min-height: 30rem;
    }
    .page404__num {
        font-size: 10rem;
        line-height: 9rem;
        margin-bottom: 1.6rem;
    }
    .page404__title {
        font-size: 2rem;
        line-height: 2.3rem;
    }
    .page404__text {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
    .mod.mod--form {
        width: 43.75rem;
    }
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
    h2,
    h3 {
        font-size: 2rem;
        line-height: 3rem;
    }
    .block__title,
    .block__title h1,
    .block__title h2,
    .block__title h3,
    .block__title h4,
    .block__title h5 {
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
    .intro__title,
    .intro__title h1 {
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
    .intro__title h2,
    .intro__title h3 {
        font-size: 2rem;
        line-height: 3rem;
    }
    .text__background,
    .text__background__lighten,
    .text__background__full,
    .text__background__full__second,
    .text__background__full__lighten,
    .text__important,
    .text__attract {
        font-size: 1.6rem;
    }
    .text__quote {
        font-size: 1rem;
    }
}
@media screen and (max-width: 767px) {
    .pagination__link {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 0.9rem;
    }
    .intro {
        padding-bottom: 0;
    }
    .intro.intro--catalogue .intro__item {
        min-height: 46rem;
    }
    .intro.intro--catalogue .intro__waves {
        display: none;
    }
    .intro__info {
        margin-bottom: 3.125rem;
    }
    .intro__title {
        font-size: 2rem;
        line-height: 2.3rem;
    }
	  .intro__subheadling {
		font-size: 1rem;
	}
	
.intro__pros {
	grid: none;
	grid-gap: 10px;
}
	
	.intro__pros-item::before {
	position: relative;
	top: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	left: 0;
	background: #fff;
	width: 1rem;
	height: 1rem;
}

.header.header--white .header__logo {
	top: 0;
}

header.header--white .logo-auto-header {
	background-size: 10rem;
	background-position: left;
}

.header.header--white.header--scroll {
	height: 5.5rem;
}

.intro__item {
	min-height: 40rem;
}

.button {
	min-width: 10px;
	font-size: 1rem;
	font-weight: 500;
	min-height: 0;
	border-radius: 12px;
	padding: 1.25rem 2.5rem;
	margin-top: 0;
	margin-bottom: 0;
	height: auto;
	line-height: 1;
}

.intro__pros-item {
	font-size: .95rem;
	min-height: 0;
	line-height: 1.2;
	display: flex;
	align-items: center;
	padding: 0;
	column-gap: 10px;
}
    .intro__bg {
        -webkit-clip-path: none;
        clip-path: none;
    }
    .intro__waves {
        display: none;
    }
    .intro__anchore {
        bottom: 2.875rem;
    }
    .ind-about {
        -webkit-clip-path: none;
        clip-path: none;
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
        overflow: hidden;
    }
    .ind-about__title {
        font-size: 1.6em;
        line-height: 2rem;
        text-align: center;
    }
    .ind-about__desc {
        line-height: 1.5rem;
    }
    .ind-about__quote {
        max-width: 30.625rem;
        min-height: 7.5rem;
        font-size: 1rem;
        line-height: 1.6rem;
        padding: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .ind-about__quote-icon {
        width: 2.1875rem;
    }
    .ind-about__person {
        max-width: 15.625rem;
    }
    .ind-about__img-play {
        top: 9.375rem;
        left: 2.5rem;
    }
    .video {
        width: 31.25rem;
        height: 18.75rem;
    }
    .power__title {
        font-size: 1.3rem;
    }
    .pros {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }
    .pros.pros--catalogue {
        padding-top: 4rem;
    }
    .pros__title {
        font-size: 1.6em;
        line-height: 2rem;
        text-align: center;
    }
    .pros__list {
        grid: none/repeat(2, 1fr);
        gap: 1.875rem 1.25rem;
        grid-gap: 1.875rem 1.25rem;
    }
    .pros__icon {
        width: 2.5rem;
        height: 2.5rem;
    }
    .pros__icon img {
        width: 1.25rem;
    }
    .questions {
        min-height: auto;
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }
    .questions__title {
        font-size: 1.6em;
        line-height: 2rem;
        margin-bottom: 1.25rem;
    }
    .questions__bg {
        -webkit-clip-path: none;
        clip-path: none;
    }
    .docs {
        padding-bottom: 3.125rem;
    }
    .docs__title {
        font-size: 2rem;
        line-height: 2.3rem;
        margin-bottom: 1rem;
    }
    .docs__links {
        margin-bottom: 0.625rem;
    }
    .docs__link {
        font-size: 1rem;
        margin-right: 1.25rem;
    }
    .docs__elems {
        row-gap: 1.5rem;
        -webkit-column-gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }
    .docs__name {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .docs__desc {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .docs__img-zoom {
        width: 3.4375rem;
        height: 3.4375rem;
    }
    .docs__text {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
    .docs__files {
        gap: 1.5rem;
        grid-gap: 1.5rem;
    }
    .docs__file-icon {
        width: 3rem;
        height: 3rem;
    }
    .docs__file-icon img {
        width: 1.5rem;
    }
    .docs__file-text {
        width: calc(100% - 3rem);
        font-size: 0.9rem;
        line-height: 1.2rem;
        padding-left: 1rem;
    }
    .card__main {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
    .card__title {
        font-size: 1.8rem;
        line-height: 2rem;
    }
    .card__desc {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .card__desc p {
        margin-bottom: 0.5rem;
    }
    .card__params-name {
        font-size: 1rem;
    }
    .card__params-item {
        font-size: 1.2rem;
        margin-right: 0.6rem;
    }
    .card__note {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .card__tabs {
        min-height: auto;
        padding-top: 2rem;
        padding-bottom: 2.5rem;
    }
    .card__tabs:before {
        -webkit-clip-path: none;
        clip-path: none;
        min-height: auto;
        height: 100%;
    }
    .card__link {
        font-size: 1.05rem;
        margin-right: 1.2rem;
    }
    .card__content-text p {
        font-size: 1rem;
        line-height: 1.3rem;
    }
    .card__content-text ul {
        padding-left: 0.5rem;
    }
    .card__content-text ul li {
        font-size: 1rem;
        line-height: 1.3rem;
    }
    .card__rec-text {
        font-size: 1rem;
        line-height: 1.3rem;
    }
    .card__map.map {
        -webkit-clip-path: none;
        clip-path: none;
    }
    .card__map .map__area {
        min-height: 25rem;
    }
    .c-slider__item img {
        height: 16.875rem;
    }
    .c-slider__dots span.swiper-pagination-bullet {
        margin-right: 0.625rem;
    }
    .c-slider__arrow.swiper-button-prev {
        left: 0;
    }
    .c-slider__arrow.swiper-button-next {
        right: 0;
    }
    .wholesale__desc {
        font-size: 1rem;
        line-height: 1.3rem;
    }
    .wholesale__icon {
        width: 2.3rem;
        height: 2.3rem;
    }
    .wholesale__icon img {
        width: 1rem;
    }
    .wholesale__text {
        width: calc(100% - 2.3rem);
        padding-left: 0.7rem;
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
    .wholesale__price-title {
        font-size: 1rem;
    }
    .wholesale__price-button {
        min-height: 2.5rem;
    }
    .dealer {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .dealer__title {
        font-size: 1.8rem;
        line-height: 2.1rem;
        margin-bottom: 1rem;
    }
    .dealer__text {
        font-size: 1rem;
        line-height: 1.5rem;
        max-width: 30rem;
        margin-bottom: 1.5rem;
    }
    .product__intro {
        padding-top: 4rem;
        padding-bottom: 5.5rem;
    }
    .product__wrap {
        margin-top: 1rem;
    }
    .product__title {
        font-size: 2.3rem;
        line-height: 2.5rem;
        margin-bottom: 1rem;
    }
    .product__desc {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 2rem;
    }
    .product__pros-title {
        font-size: 1rem;
    }
    .product__pros-item {
        font-size: 1rem;
        padding: 0.3125rem 0 0.3125rem 1.5625rem;
    }
    .product__pros-item:before {
        width: 0.625rem;
        height: 0.625rem;
        left: 0.5rem;
        border-width: 0.1875rem;
    }
    .product__anchore {
        bottom: -3.8rem;
    }
    .product__bg {
        width: auto;
        min-height: auto;
        top: 0;
        left: 0;
        margin-left: 0;
        -webkit-clip-path: none;
        clip-path: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .product__map.map {
        -webkit-clip-path: none;
        clip-path: none;
    }
    .product__map .map__area {
        min-height: 25rem;
    }
    .prod-about {
        padding-bottom: 3rem;
    }
    .prod-about__desc {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .prod-about__desc p {
        margin-bottom: 1rem;
    }
    .prod-about__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod-about__img {
        margin-bottom: 1rem;
    }
    .prod-about__info {
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
    .prod-about__name {
        font-size: 1.4rem;
    }
    .prod-about__text,
    .prod-about__note {
        font-size: 0.9rem;
        line-height: 1.3rem;
    }
    .safety {
        -webkit-clip-path: none;
        clip-path: none;
        width: auto;
        min-height: auto;
        padding-top: 2.5rem;
        padding-bottom: 3.5rem;
    }
    .safety__title {
        font-size: 1.8rem;
        line-height: 2.1rem;
        margin-bottom: 1.7rem;
    }
    .safety__list {
        grid: none;
        gap: 1.875rem;
        grid-gap: 1.875rem;
    }
    .safety__icon {
        width: 4rem;
        height: 4rem;
        margin-bottom: 1rem;
    }
    .safety__icon img {
        width: 2.1875rem;
    }
    .safety__text {
        font-size: 0.9rem;
        line-height: 1.3rem;
        max-width: 30rem;
        margin-left: auto;
        margin-right: auto;
    }
    .prod-all {
        padding-top: 2.5rem;
        padding-bottom: 3rem;
    }
    .prod-all__title {
        font-size: 1.8rem;
        line-height: 2.1rem;
        margin-bottom: 1.7rem;
    }
    .prod-all__list {
        gap: 1.875rem 1.25rem;
        grid-gap: 1.875rem 1.25rem;
    }
    .prod-all__item {
        padding: 1.2rem;
        min-height: 30.5rem;
    }
    .prod-all__img {
        height: auto;
        margin-bottom: 1rem;
    }
    .prod-all__name {
        margin-bottom: 0.9rem;
    }
    .prod-all__desc {
        margin-bottom: 1rem;
    }
    .prod-all__more {
        font-size: 0.9rem;
        margin-bottom: 0.9rem;
    }
    .prod-all__vars {
        font-size: 0.9rem;
    }
    .prod-pros {
        background: #f2f6ff;
        padding-top: 2.5rem;
        padding-bottom: 3rem;
    }
    .prod-pros:before {
        display: none;
    }
    .prod-pros__list {
        gap: 1.875rem 1.25rem;
        grid-gap: 1.875rem 1.25rem;
    }
    .prod-pros__title {
        font-size: 1.8rem;
        line-height: 2.1rem;
        margin-bottom: 1.7rem;
    }
    .prod-pros__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }
    .prod-pros__icon {
        width: 2.5rem;
        height: 2.5rem;
        margin-bottom: 0.625rem;
    }
    .prod-pros__icon img {
        width: 1.25rem;
    }
    .prod-pros__name {
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-bottom: 0.4rem;
    }
    .prod-pros__text {
        text-align: center;
    }
    .dist__intro {
        padding-top: 4rem;
        padding-bottom: 4.5rem;
    }
    .dist__wrap {
        margin-top: 1rem;
    }
    .dist__title {
        font-size: 2.3rem;
        line-height: 2.5rem;
        margin-bottom: 1rem;
    }
    .dist__item {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }
    .dist__anchore {
        bottom: -3rem;
    }
    .dist__bg {
        width: auto;
        min-height: auto;
        top: 0;
        left: 0;
        margin-left: 0;
        -webkit-clip-path: none;
        clip-path: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .coop {
        padding-top: 5rem;
        padding-bottom: 3rem;
        margin-top: -2rem;
    }
    .coop__desc {
        font-size: 1.1rem;
    }
    .coop__icon {
        width: 3.75rem;
        height: 3.75rem;
    }
    .coop__icon img {
        width: 2rem;
    }
    .coop__info {
        width: calc(100% - 3.75rem);
        padding-left: 1.1rem;
    }
    .coop__name {
        font-size: 1.1rem;
    }
    .coop__text {
        font-size: 1rem;
        line-height: 1.4rem;
    }
    .coop__shape-item:nth-of-type(1) {
        width: 15rem;
        height: 15rem;
        top: -7rem;
        right: -3.125rem;
    }
    .coop__shape-item:nth-of-type(2) {
        width: 12rem;
        height: 12rem;
        top: 10rem;
        right: -8rem;
    }
    .coop__shape-item:nth-of-type(3) {
        display: none;
    }
    .dist-pros {
        width: auto;
        min-height: auto;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-clip-path: none;
        clip-path: none;
        margin-bottom: 0;
        padding-top: 3rem;
        padding-bottom: 5rem;
    }
    .dist-pros__title {
        font-size: 1.8rem;
        line-height: 2.1rem;
    }
    .dist-pros__desc {
        font-size: 1.1rem;
    }
    .dist-pros__info {
        padding: 1.5rem;
    }
    .dist-pros__info-title {
        font-size: 1.2rem;
        line-height: 1.5rem;
        margin-bottom: 0.8rem;
    }
    .dist-pros__info-text {
        font-size: 1rem;
        line-height: 1.3rem;
    }
    .dist-pros__map {
        max-width: 33.75rem;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .dist-pros__img {
        width: 37.6875rem;
    }
    .point:after {
        left: 0.3125rem;
    }
    .point:nth-of-type(1) {
        top: 7.875rem;
        left: 15.125rem;
        min-height: 18.9375rem;
    }
    .point:nth-of-type(2) {
        top: 11.4375rem;
        left: 7rem;
        min-height: 15.4375rem;
    }
    .point:nth-of-type(3) {
        top: 13rem;
        left: 10.75rem;
        min-height: 13.625rem;
    }
    .point:nth-of-type(4) {
        top: 14.75rem;
        left: 18.5rem;
        min-height: 12.0625rem;
    }
    .point:nth-of-type(5) {
        top: 11.875rem;
        left: 21.3125rem;
        min-height: 13.875rem;
    }
    .point__dot {
        width: 0.6875rem;
        height: 0.6875rem;
        border-width: 0.1875rem;
    }
    .point__manager {
        font-size: 0.8rem;
        line-height: 1rem;
        margin-bottom: 0.5rem;
    }
    .point__name {
        font-size: 0.9rem;
        line-height: 1rem;
        margin-bottom: 0.2rem;
    }
    .point__link {
        font-size: 0.8rem;
        line-height: 1.1rem;
    }
    .form {
        width: auto;
        min-height: auto;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-clip-path: none;
        clip-path: none;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .form__title {
        font-size: 1.8rem;
        line-height: 2.1rem;
    }
    .form__button {
        margin-top: 1rem;
    }
    .how {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .how__title {
        font-size: 1.8rem;
        line-height: 2.1rem;
    }
    .how__desc {
        font-size: 1.1rem;
    }
    .how__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .how__list.items-2 .button {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .how__list.items-3,
    .how__list.items-4,
    .how__list.items-5 {
        grid-template-columns: repeat(2, 1fr);
    }
    .how__item {
        min-height: auto;
    }
    .about__intro {
        padding-top: 4rem;
        padding-bottom: 5.5rem;
    }
    .about__wrap {
        margin-top: 1rem;
    }
    .about__title {
        font-size: 2.3rem;
        line-height: 2.5rem;
        margin-bottom: 1rem;
    }
    .about__text {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }
    .about__anchore {
        bottom: -3.5rem;
    }
    .about__bg {
        width: auto;
        min-height: auto;
        top: 0;
        left: 0;
        margin-left: 0;
        -webkit-clip-path: none;
        clip-path: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .about__dist {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .about__dist-title {
        font-size: 1.8rem;
        line-height: 2.1rem;
        margin-bottom: 1rem;
    }
    .about__dist-text {
        font-size: 1rem;
        line-height: 1.6rem;
        margin-bottom: 1.8em;
    }
    .about__dist-text p {
        margin-bottom: 0.6rem;
    }
    .innov {
        margin-top: -2.5rem;
        padding-top: 5rem;
        padding-bottom: 2.5rem;
    }
    .innov__title {
        font-size: 1.8rem;
        line-height: 2.1rem;
    }
    .innov__text {
        font-size: 1rem;
        line-height: 1.6rem;
        margin-bottom: 2rem;
    }
    .innov__note {
        font-size: 1rem;
        line-height: 1.6rem;
        padding-left: 0.9375rem;
    }
    .certs {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .certs__title {
        font-size: 1.8rem;
        line-height: 2.1rem;
    }
    .certs__desc {
        font-size: 1rem;
        line-height: 1.6rem;
        margin-bottom: 2rem;
    }
    .certs__list {
        gap: 1.5rem;
        grid-gap: 1.5rem;
    }
    .certs__img {
        width: 9rem;
    }
    .certs__img-zoom {
        width: 3.4375rem;
        height: 3.4375rem;
    }
    .certs__text {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
    .history {
        min-height: auto;
        padding-top: 2.5rem;
        padding-bottom: 0;
    }
    .history:before {
        display: none;
    }
    .history__title {
        font-size: 1.8rem;
        line-height: 2.1rem;
    }
    .history__info {
        max-width: 35rem;
    }
    .history__info-title {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    .history__info-text {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .history__arrow {
        top: 5.875rem;
        width: 2.5rem;
        height: 2.5rem;
    }
    .history__arrow.swiper-button-prev {
        left: 0.625rem;
    }
    .history__arrow.swiper-button-next {
        right: 0.625rem;
    }
    .history__arrow svg {
        width: 0.875rem;
    }
    .timeline {
        max-width: 25rem;
    }
    .timeline:before {
        top: 0.3125rem;
        width: 17.3rem;
    }
    .timeline__dot {
        width: 0.8125rem;
        height: 0.8125rem;
        border-width: 0.1875rem;
    }
    .timeline__date {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    .contacts {
        min-height: auto;
        -webkit-clip-path: none;
        clip-path: none;
    }
    .contacts__wrap {
        padding-top: 5.625rem;
    }
    .contacts__wrap .case {
        width: 34.375rem;
    }
    .contacts__info {
        padding: 1.875rem;
        max-width: 20.625rem;
    }
    .contacts__title {
        font-size: 1.6em;
        line-height: 2rem;
    }
    .contacts__desc {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .contact__wrap {
        padding-bottom: 3.125rem;
    }
    .contact__title {
        font-size: 2rem;
        line-height: 2.3rem;
        margin-bottom: 1rem;
    }
    .contact__list {
        grid: none;
    }
    .contact__sub.--mt {
        margin-top: 1rem;
    }
    .contact__params-title,
    .contact__call-title {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .contact__req {
        margin-bottom: 2rem;
    }
    .contact__map.map {
        min-height: auto;
        -webkit-clip-path: none;
        clip-path: none;
    }
    .contact__map .map__area {
        min-height: 25rem;
    }
    .map__area {
        min-height: 25rem;
    }
    .page404 {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
    .page404__wrap {
        max-width: 100%;
    }
    .page404__num {
        font-size: 8rem;
        line-height: 6.5rem;
        margin-bottom: 1.4rem;
    }
    .page404__title {
        font-size: 1.5rem;
        line-height: 1.8rem;
        margin-bottom: 1rem;
    }
    .page404__text {
        font-size: 1rem;
        line-height: 1.3rem;
    }
    .mod.mod--form {
        width: 31.25rem;
        padding: 3rem;
    }
    .mod.mod--form .mod__title {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 2rem;
    }
    .mod.mod--form .mod__item {
        width: 100%;
    }
}
@media screen and (max-width: 690px) {
    .ind-about__power {
        max-width: 18.75rem;
    }
    .power__list {
        grid: none/repeat(2, 1fr);
    }
}
@media screen and (max-width: 580px) {
    h1 {
        font-size: 2rem;
        line-height: 3rem;
    }
    h2,
    h3 {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .block__title,
    .block__title h1,
    .block__title h2,
    .block__title h3,
    .block__title h4,
    .block__title h5 {
        font-size: 2rem;
        line-height: 3rem;
    }
    
    .intro__title h2,
    .intro__title h3 {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
@media screen and (max-width: 580px) {
    .button {
        min-height: 2.8rem;
    }
    .breadcrumbs {
        padding-top: 0.625rem;
    }
    .breadcrumbs__list {
        font-size: 0.8rem;
    }
    .pagination {
        margin-top: 2rem;
    }
    .pagination__link {
        width: 2.1875rem;
        height: 2.1875rem;
        margin-right: 0.3125rem;
        font-size: 0.8rem;
        padding-top: 0.25rem;
    }
    .docs__elems {
        grid-template-columns: 1fr;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        row-gap: 1.25rem;
    }
    .intro.intro--catalogue .intro__item {
        min-height: 49.5rem;
    }
   
    .intro__info {
        margin-bottom: 1.875rem;
    }
   
    .intro__pros {
        grid: none;
    }
    .preview {
        width: 18.125rem;
        height: 18.125rem;
    }
    .preview__img {
        width: 13.75rem;
    }
    .preview__dots:nth-of-type(1) {
        top: -0.9375rem;
    }
    .preview__dots:nth-of-type(2) {
        right: -0.125rem;
    }
    .preview__dots:nth-of-type(3) {
        bottom: -0.5625rem;
    }
    .preview__info {
        width: 13.75rem;
        height: 13.75rem;
        font-size: 1rem;
    }
    .ind-about__title {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .ind-about__main {
        margin: 1rem 1rem 0 1rem;
    }
    .ind-about__desc {
        font-size: 0.9rem;
        line-height: 1.4rem;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    .ind-about__img {
        bottom: -3.75rem;
    }
    .video {
        width: 20rem;
        height: 13.75rem;
    }
    .power__title {
        font-size: 1.1rem;
    }
    .power__list {
        grid: none;
        gap: 1.25rem;
        grid-gap: 1.25rem;
    }
    .power__icon {
        width: 2.5rem;
        height: 2.5rem;
    }
    .power__icon img {
        width: 1.25rem;
    }
    .pros {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
    .pros.pros--catalogue {
        padding-top: 1.5rem;
        padding-bottom: 2rem;
    }
    .pros__title {
        margin-bottom: 1.875rem;
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .pros__title strong {
        display: block;
    }
    .pros__text {
        font-size: 0.9rem;
    }
    .docs {
        padding-bottom: 2.5rem;
    }
    .docs__title {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 0.9rem;
    }
    .docs__links {
        padding-bottom: 0.9375rem;
        margin-bottom: 0;
    }
    .docs__link {
        font-size: 1rem;
        display: inline-block;
        white-space: nowrap;
    }
    .docs__link:before,
    .docs__link:after {
        bottom: 0rem;
    }
    .docs__name {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    .docs__desc {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
    .docs__inner {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
    .docs__elems {
        grid-template-columns: repeat(2, 1fr);
    }
    .docs__img {
        margin-bottom: 0.8rem;
    }
    .docs__img-zoom {
        width: 3rem;
        height: 3rem;
    }
    .docs__img-zoom img {
        width: 1.3rem;
    }
    .docs__files {
        grid: none;
        gap: 1.25rem;
        grid-gap: 1.25rem;
    }
    .card__main {
        padding-bottom: 2.5rem;
    }
    .card__title {
        font-size: 1.5em;
        line-height: 1.8rem;
        margin-bottom: 0.7rem;
    }
    .card__desc {
        font-size: 0.9rem;
        line-height: 1.3rem;
    }
    .card__params-name {
        font-size: 0.9rem;
    }
    .card__params-item {
        font-size: 1rem;
        padding: 0.5rem 0.8rem;
    }
    .card__note {
        font-size: 0.9rem;
        line-height: 1.3rem;
        padding-left: 0.625rem;
    }
    .card__links {
        margin-bottom: 0;
        padding-bottom: 0.625rem;
    }
    .card__link {
        font-size: 1rem;
        display: inline-block;
        white-space: nowrap;
    }
    .card__link:before,
    .card__link:after {
        bottom: 0.1875rem;
    }
    .card__content-text p {
        font-size: 0.9rem;
    }
    .card__content-text ul li {
        font-size: 0.9rem;
        margin-bottom: 0.4rem;
    }
    .card__rec-text {
        font-size: 0.9rem;
    }
    .card__rec-text p {
        margin-bottom: 0.5rem;
    }
    .wholesale__desc {
        font-size: 0.9rem;
    }
    .wholesale__desc p {
        margin-bottom: 0.5rem;
    }
    .wholesale__list {
        gap: 1rem;
        grid-gap: 1rem;
        margin-bottom: 1.7rem;
    }
    .wholesale__price-title {
        margin-bottom: 0.5rem;
    }
    .dealer {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .dealer__title {
        font-size: 1.5rem;
        line-height: 1.8rem;
        margin-bottom: 0.7rem;
    }
    .dealer__text {
        font-size: 0.9rem;
    }
    .product__title {
        font-size: 1.7rem;
        line-height: 2rem;
    }
    .product__desc {
        font-weight: 500;
        line-height: 1.3rem;
        margin-bottom: 1.7rem;
    }
    .product__pros-title {
        line-height: 1.3rem;
        margin-bottom: 0.8rem;
    }
    .product__pros-list {
        grid: none;
        gap: 1.25rem;
        grid-gap: 1.25rem;
    }
    .product__pros-item {
        padding: 0.625rem;
        padding-left: 1.5rem;
        min-height: 3rem;
    }
    .prod-about__img {
        width: 17.5rem;
        height: 12.9375rem;
    }
    .prod-about__name {
        font-size: 1.2rem;
        line-height: 1.7rem;
    }
    .prod-about__text,
    .prod-about__note {
        line-height: 1.2rem;
    }
    .safety {
        padding-top: 2rem;
        padding-bottom: 2.5rem;
    }
    .safety__title {
        font-size: 1.5rem;
        line-height: 1.8rem;
        margin-bottom: 1.5rem;
    }
    .prod-all {
        padding-top: 2rem;
    }
    .prod-all__title {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
    .prod-all__list {
        grid: none;
        gap: 1.25rem;
        grid-gap: 1.25rem;
    }
    .prod-all__item {
        width: 100%;
        min-height: 29rem;
    }
    .prod-pros {
        padding-top: 2rem;
        padding-bottom: 2.5rem;
    }
    .prod-pros__title {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
    .prod-pros__list {
        grid: none;
        gap: 1.25rem;
        grid-gap: 1.25rem;
    }
    .dist__title {
        font-size: 1.7rem;
        line-height: 2rem;
    }
    .dist__item {
        font-size: 1rem;
        line-height: 1.6rem;
    }
    .coop {
        padding-bottom: 2.5rem;
    }
    .coop__desc {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .coop__list {
        gap: 1.5rem;
        grid-gap: 1.5rem;
    }
    .coop__item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .coop__icon {
        width: 2.8125rem;
        height: 2.8125rem;
    }
    .coop__icon img {
        width: 1.5625rem;
    }
    .coop__info {
        width: calc(100% - 2.8125rem);
        padding-left: 1rem;
    }
    .coop__name {
        font-size: 1rem;
    }
    .coop__text {
        font-size: 0.9rem;
        line-height: 1.3rem;
    }
    .coop__text p {
        margin-bottom: 0.4rem;
    }
    .dist-pros {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .dist-pros__title {
        font-size: 1.5rem;
        line-height: 1.8rem;
        margin-bottom: 0.5rem;
    }
    .dist-pros__desc {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .dist-pros__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .dist-pros__map {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1.25rem;
    }
    .dist-pros__img {
        display: none;
    }
    .dist-pros__info {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 1.2rem;
    }
    .dist-pros__info-text {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    .dist-pros__info-text p {
        margin-bottom: 0.4rem;
    }
    .point {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        min-height: auto !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0.9375rem;
    }
    .point:last-of-type {
        margin-bottom: 0;
    }
    .point:after {
        display: none;
    }
    .point.--current .point__dot {
        background: #fff;
    }
    .point__dot {
        position: relative;
        top: 0.4375rem;
    }
    .point__dot:hover {
        cursor: default;
        background: #fff;
    }
    .point__info {
        opacity: 1;
        visibility: visible;
        padding-left: 0.625rem;
        width: calc(100% - 0.6875rem);
    }
    .point__manager {
        font-size: 0.9rem;
        margin-bottom: 0.7rem;
    }
    .point__name {
        font-size: 1rem;
        margin-bottom: 0.4rem;
    }
    .point__link {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .form {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .form__title {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
    .form__item {
        width: 100%;
    }
    .how {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .how__title {
        font-size: 1.5rem;
        line-height: 1.8rem;
        margin-bottom: 0.5rem;
    }
    .how__list {
        grid-template-columns: 1fr;
    }
    .how__list .button {
        width: auto;
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .how__list.items-2 .button,
    .how__list.items-3 .button {
        width: auto;
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .how__list.items-2,
    .how__list.items-3,
    .how__list.items-4,
    .how__list.items-5 {
        grid-template-columns: 1fr;
    }
    .how__desc {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .how__num {
        font-size: 3rem;
        line-height: 3rem;
        margin-bottom: 0.5rem;
    }
    .how__name {
        font-size: 1rem;
    }
    .how__text {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
    .questions__title {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .questions__desc {
        font-size: 0.9rem;
    }
    .about__title {
        font-size: 1.7rem;
        line-height: 2rem;
    }
    .about__text {
        line-height: 1.6rem;
    }
    .about__text p {
        margin-bottom: 1rem;
    }
    .about__dist-title {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
    .about__dist-text {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
    .innov__title {
        font-size: 1.5rem;
        line-height: 1.8rem;
        margin-bottom: 0.5rem;
    }
    .innov__title br {
        display: none;
    }
    .innov__text {
        font-size: 0.9rem;
        line-height: 1.2rem;
        margin-bottom: 1.5rem;
    }
    .innov__note {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
    .innov__shape {
        display: none;
    }
    .certs__title {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
    .certs__desc {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
    .certs__list {
        grid: none/repeat(2, 1fr);
    }
    .certs__img {
        width: 7rem;
        margin-bottom: 0.8rem;
    }
    .certs__img-zoom {
        width: 3rem;
        height: 3rem;
    }
    .certs__img-zoom img {
        width: 1.3rem;
    }
    .history__title {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
    .history__info {
        max-width: 100%;
    }
    .history__info-slider {
        padding-bottom: 2.5rem;
    }
    .history__info-title {
        font-size: 1rem;
        line-height: 1.4rem;
    }
    .history__info-text {
        font-size: 0.9rem;
        line-height: 1.3rem;
    }
    .history__arrow {
        top: 4.875rem;
    }
    .timeline {
        max-width: 20rem;
    }
    .timeline:before {
        width: 13.3rem;
    }
    .timeline__dot {
        margin-bottom: 0.5rem;
    }
    .timeline__date {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .contacts__wrap .case {
        width: 100%;
    }
    .contacts__info {
        margin-left: auto;
        margin-right: auto;
    }
    .contacts__title {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .contacts__desc {
        font-size: 0.9rem;
        line-height: 1.3rem;
        padding-left: 0.625rem;
        margin-bottom: 1.25rem;
    }
    .contact__wrap {
        padding-bottom: 1.875rem;
    }
    .contact__title {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 0.9rem;
    }
    .contact__list {
        gap: 1.25rem;
    }
    .contact__icon {
        width: 2.5rem;
        height: 2.5rem;
    }
    .contact__icon img {
        width: 1.25rem;
    }
    .contact__info {
        padding-left: 0.8rem;
    }
    .contact__name {
        font-size: 1rem;
        line-height: 1.4rem;
        margin-bottom: 0.5rem;
    }
    .contact__text,
    .contact__link {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
    .contact__params {
        margin-bottom: 1.8rem;
    }
    .contact__params-title {
        margin-bottom: 1rem;
    }
    .contact__req {
        margin-bottom: 1.8rem;
        font-size: 0.9rem;
    }
    .contact__call-title {
        line-height: 1.4rem;
        margin-bottom: 1rem;
    }
    .page404 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .page404__num {
        font-size: 7rem;
        margin-bottom: 0.4rem;
    }
    .page404__title {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
    .page404__text {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }
    .mod.mod--callback {
        width: 21rem;
        padding: 2rem;
    }
    .mod.mod--form {
        width: 21.25rem;
        padding: 2rem;
    }
    .mod.mod--form .mod__title {
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin-bottom: 1.4rem;
    }
    .mod__title {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 520px) {
    .search__icon {
        margin-right: 0.625rem;
    }
    .search__input {
        width: calc(100% - 21px - 100px - 10px - 10px - 20px);
    }
    .search__input.search__input--search .input__area {
        padding: 0 0.125rem;
    }
    .search__button {
        margin-right: 0.625rem;
        min-height: 2.4rem;
    }
    .ind-about {
        padding-bottom: 0;
    }
    .ind-about__info {
        margin-bottom: 1.25rem;
    }
    .ind-about__power {
        max-width: 100%;
    }
    .ind-about__img {
        position: relative;
        right: 0;
        bottom: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .power__title {
        text-align: center;
    }
    .power__list {
        grid: none/repeat(2, 1fr);
    }
}
@media screen and (max-width: 375px) {
   .intro__title {
	font-size: 1.5rem;
}
    .video {
        width: 18.75rem;
        height: 12.5rem;
    }
    .power__list {
        grid: none;
    }
    .pros__list {
        grid: none;
    }
    .pros__icon {
        width: 2.1875rem;
        height: 2.1875rem;
    }
    .pros__icon img {
        width: 1.125rem;
    }
    .docs__text {
        max-width: 12.5rem;
        margin-left: auto;
        margin-right: auto;
    }
    .certs__list {
        grid: none;
        gap: 1.25rem;
        grid-gap: 1.25rem;
    }
    .certs__text {
        max-width: 12.5rem;
        margin-left: auto;
        margin-right: auto;
    }
    .wholesale__list {
        grid: none;
    }
    .history__info-slider {
        padding-top: 1.25rem;
    }
    .history__info-item {
        padding: 0.9375rem;
    }
    .history__info-title {
        line-height: 1.2rem;
    }
    .history__arrow {
        top: 5.2rem;
        width: 2.1875rem;
        height: 2.1875rem;
    }
    .history__arrow svg {
        width: 0.75rem;
    }
    .timeline {
        max-width: 14rem;
    }
    .timeline:before {
        width: 6.3rem;
    }
    .mod.mod--form {
        width: 17.5rem;
        padding: 1.8rem;
    }
    .mod.mod--form .mod__title {
        font-size: 1.6rem;
        margin-bottom: 1.2rem;
    }
}
@media screen and (max-width: 350px) {
    .intro.intro--catalogue .intro__item {
        min-height: 51.5rem;
    }
    .mod.mod--callback {
        width: 18rem;
        padding: 1.8rem;
    }
    .mod__title {
        font-size: 1.6rem;
    }
}
.map-level-1 li {
    display: block;
    list-style-image: none;
    padding-left: 1.5rem;
    min-width: 90vw;
}
.map-level-2 li {
    min-width: 5rem;
}
.map-columns a {
    color: #341401;
}
.ind-catalog_line .ind-catalog_line_category_title {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
}
.ind-catalog_line .ind-catalog_line_category_title a {
    text-decoration: none;
}
.ind-catalog_line .ind-catalog_line_ul {
    padding: 0;
}
.ind-catalog_line .ind-catalog_line_ul li {
    margin-bottom: 20px;
    list-style: none;
}
.ind-catalog_line .ind-catalog_line_ul li:before {
    content: "" !important;
}
.ind-catalog_line .ind-catalog_line_img {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 40px;
    width: 125px;
    height: 125px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
}
.ind-catalog_line .ind-catalog_line_title {
    margin-bottom: 10px;
    padding: 0;
    vertical-align: top;
    line-height: 18px;
}
.ind-catalog_line .ind-catalog_line_title a {
    font-size: 18px;
}
.ind-catalog_line .ind-catalog_line_title a:hover {
    text-decoration: none;
}
.ind-catalog_line .ind-catalog_line_title span {
    font-size: 16px;
}
.ind-catalog_line .ind-catalog_line_description {
    color: #3f3f3f;
    font-size: 13px;
    line-height: 16px;
}
@media (max-width: 639px) {
    .bx-touch .ind-catalog_line .ind-catalog_line_img {
        margin-right: 10px;
        width: 50px;
        height: 50px;
    }
    .bx-touch .ind-catalog_line .ind-catalog_line_title {
        margin-bottom: 5px;
        line-height: 14px;
    }
    .bx-touch .ind-catalog_line .ind-catalog_line_title a {
        font-size: 14px;
    }
    .bx-touch .ind-catalog_line .ind-catalog_line_description {
        font-size: 11px;
    }
}
.ind-catalog_line .ind-catalog_line_img,
.ind-catalog_line .ind-catalog_line_title,
.ind-catalog_line .ind-catalog_line_title a,
.ind-catalog_line .ind-catalog_line_description {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ind-catalog_text {
    margin-bottom: 30px;
}
.ind-catalog_text .ind-catalog_text_category_title {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
}
.ind-catalog_text .ind-catalog_text_category_title a {
    color: #000;
    text-decoration: none;
}
.ind-catalog_text .ind-catalog_text_ul {
    padding: 0;
}
.ind-catalog_text .ind-catalog_text_ul li {
    float: left;
    margin: 0 10px 10px;
    list-style: none;
}
.ind-catalog_text .ind-catalog_text_ul li:before {
    content: "" !important;
}
.ind-catalog_text .ind-catalog_text_title {
    margin: 0;
    padding: 0;
    vertical-align: top;
    font-size: 14px;
    line-height: 14px;
}
.ind-catalog_text .ind-catalog_text_title a {
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
}
.ind-catalog_text .ind-catalog_text_title a:hover {
    text-decoration: none;
}
.ind-catalog_text .ind-catalog_text_title span {
    font-size: 12px;
}
@media (max-width: 639px) {
    .bx-touch .ind-catalog_text .ind-catalog_line_title {
        margin-bottom: 5px;
        line-height: 12px;
    }
    .bx-touch .ind-catalog_text .ind-catalog_line_title a {
        font-size: 12px;
    }
}
.ind-catalog_text .ind-catalog_line_title,
.ind-catalog_text .ind-catalog_line_title a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ind-catalog_tile {
    margin-top: 1rem;
}
.ind-catalog-section__head {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.ind-catalog-section__title {
    font-size: 2.8rem;
    line-height: 3.2rem;
}
.ind-catalog-section__head .block__title {
    color: #341401;
}
.ind-catalog-section__title--xs-visible {
    display: none;
}
.ind-catalog-section__all {
    color: #761b44;
    line-height: 1;
    border-bottom: 0.0625rem solid #761b44;
    margin-left: 1.9375rem;
    position: relative;
    top: -0.3rem;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
}
.ind-catalog-section__all:hover {
    border-color: transparent;
}
.ind-catalog-section__head-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.ind-catalog-section__head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 350px) {
    .ind-catalog-section__head {
        display: block;
    }
    .ind-catalog-section__title {
        margin-bottom: 0.625rem;
    }
    .ind-catalog-section__all {
        top: 0;
    }
    .ind-catalog-section__title--xs-hidden,
    .ind-catalog-section__all {
        display: none;
    }
    .ind-catalog-section__title--xs-visible {
        display: block;
    }
}
.ind-catalog_tile .ind-catalog_tile_category_title {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
}
.ind-catalog_tile .ind-catalog_tile_category_title a {
    text-decoration: none;
}
.ind-catalog_tile .ind-catalog_tile_ul {
    padding: 0;
}
.ind-catalog_tile .ind-catalog_tile_ul li {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 25%;
    list-style: none;
    text-align: center;
}
.ind-catalog_tile .ind-catalog_tile_ul li:before {
    content: "" !important;
}
.ind-catalog_tile .ind-catalog_tile_ul li:nth-child(8n + 1) {
    clear: both;
}
.ind-catalog_tile .ind-catalog_tile_img {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: 250px;
    border-radius: 2px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
}
.ind-catalog_tile .ind-catalog_tile_title {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0;
    vertical-align: top;
    font-size: 17.6px;
    line-height: 20.8px;
    font-weight: 500;
}
.ind-catalog_tile .ind-catalog_tile_title a {
    color: #341401;
    font-size: 19.2px;
}
.ind-catalog_tile .ind-catalog_tile_title a:hover {
    text-decoration: none;
}
.ind-catalog_tile .ind-catalog_tile_title span {
    font-size: 0.8rem;
    line-height: 19.2px;
}
@media (max-width: 980px) {
    .ind-catalog_tile .ind-catalog_tile_ul li:nth-child(8n + 1) {
        clear: none;
    }
    .ind-catalog_tile .ind-catalog_tile_ul li:nth-child(5n + 1) {
        clear: both;
    }
    .ind-catalog_tile .ind-catalog_tile_img {
        height: 150px;
    }
}
@media (max-width: 639px) {
    .bx-touch .ind-catalog_tile .ind-catalog_tile_title {
        margin-bottom: 5px;
        line-height: 14px;
    }
    .ind-catalog_tile .ind-catalog_tile_ul li {
        width: 50%;
    }
    .bx-touch .ind-catalog_tile .ind-catalog_tile_title {
        line-height: 10px;
    }
    .bx-touch .ind-catalog_tile .ind-catalog_tile_title a {
        font-size: 11px;
    }
}
@media (min-width: 480px) and (max-width: 639px) {
    .bx-touch .ind-catalog_tile .ind-catalog_tile_ul li {
        width: 25%;
    }
    .bx-touch .ind-catalog_tile .ind-catalog_tile_ul li:nth-child(8n + 1) {
        clear: none;
    }
    .bx-touch .ind-catalog_tile .ind-catalog_tile_ul li:nth-child(5n + 1) {
        clear: none;
    }
    .bx-touch .ind-catalog_tile .ind-catalog_tile_ul li:nth-child(4n + 1) {
        clear: both;
    }
}
@media (max-width: 479px) {
    .bx-touch .ind-catalog_tile .ind-catalog_tile_ul li {
        width: 33.3%;
    }
    .bx-touch .ind-catalog_tile .ind-catalog_tile_img {
        width: 100%;
    }
    .bx-touch .ind-catalog_tile .ind-catalog_tile_ul li:nth-child(8n + 1) {
        clear: none;
    }
    .bx-touch .ind-catalog_tile .ind-catalog_tile_ul li:nth-child(5n + 1) {
        clear: none;
    }
    .bx-touch .ind-catalog_tile .ind-catalog_tile_ul li:nth-child(3n + 1) {
        clear: both;
    }
}
.ind-catalog_tile .ind-catalog_tile_title,
.ind-catalog_tile .ind-catalog_tile_title a,
.ind-catalog_tile .ind-catalog_tile_ul li,
.ind-catalog_tile .ind-catalog_tile_img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ind_sitemap {
    margin-bottom: 30px;
}
.ind_sitemap .ind_sitemap_title {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
}
.ind_sitemap .ind_sitemap_title a {
    color: #000;
    text-decoration: none;
}
.ind_sitemap .ind_sitemap_ul li {
    padding: 0;
    line-height: 14px;
}
.ind_sitemap .ind_sitemap_ul li:before {
    content: "" !important;
}
.ind_sitemap .ind_sitemap_li_title {
    display: inline-block;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    vertical-align: top;
    font-weight: normal;
    line-height: 13px;
}
.ind_sitemap .ind_sitemap_li_title a {
    color: #4c7da6;
    white-space: nowrap;
    font-size: 13px;
}
.ind_sitemap .ind_sitemap_li_title a:hover {
    text-decoration: none;
}
.ind_sitemap .ind_sitemap_li_title span {
    font-size: 11px;
}
@media (max-width: 639px) {
    .bx-touch .ind_sitemap .ind-catalog_line_title {
        margin-bottom: 5px;
        line-height: 12px;
    }
    .bx-touch .ind_sitemap .ind-catalog_line_title a {
        font-size: 12px;
    }
}
.ind_sitemap .ind-catalog_line_title,
.ind_sitemap .ind-catalog_line_title a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pres-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}
.pres-list__link {
    position: relative;
    z-index: 1;
    transition: filter 0.3s ease;
}
.pres-list.items-1 {
    display: grid;
    grid-template-columns: 1fr;
}
.pres-list.items-1 .pres-list__item {
    width: auto;
}
.pres-list.items-2 {
    width: 100%;
}
.pres-list.items-2 .pres-list__item {
    width: 50%;
}
@media (max-width: 520px) {
    .pres-list.items-2 .pres-list__item {
        width: 100%;
    }
}
.pres-list.items-3,
.pres-list.items-6 {
    width: 100%;
}
.pres-list.items-3 .pres-list__item:nth-of-type(6n + 1),
.pres-list.items-3 .pres-list__item:nth-of-type(6n + 6),
.pres-list.items-6 .pres-list__item:nth-of-type(6n + 1),
.pres-list.items-6 .pres-list__item:nth-of-type(6n + 6) {
    width: 50%;
}
@media (max-width: 520px) {
    .pres-list.items-3 .pres-list__item:nth-of-type(6n + 1),
    .pres-list.items-3 .pres-list__item:nth-of-type(6n + 6),
    .pres-list.items-6 .pres-list__item:nth-of-type(6n + 1),
    .pres-list.items-6 .pres-list__item:nth-of-type(6n + 6) {
        width: 100%;
    }
}
.pres-list.items-5 {
    width: 100%;
    display: grid;
    grid-template-columns: 2fr repeat(2, 1fr);
}
.pres-list.items-5 .pres-list__item {
    width: auto;
}
.pres-list.items-5 .pres-list__item:nth-of-type(1) {
    grid-row: 1 / 3;
    width: 100%;
    height: 100%;
}
@media (max-width: 992px) {
    .pres-list.items-5 {
        grid-template-columns: repeat(2, 1fr);
    }
    .pres-list.items-5 .pres-list__item:nth-of-type(1) {
        grid-column: 1 / 3;
        grid-row: auto;
        height: 20rem;
    }
}
@media (max-width: 520px) {
    .pres-list.items-5 {
        grid-template-columns: 1fr;
    }
    .pres-list.items-5 .pres-list__item:nth-of-type(1) {
        grid-column: auto;
    }
}
.pres-list.items-4 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.pres-list.items-4 .pres-list__item {
    width: auto;
}
.pres-list.items-4 .pres-list__item:nth-of-type(4n + 1) {
    grid-column: 1 / -1;
    width: 100%;
}
@media (max-width: 992px) {
    .pres-list.items-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .pres-list.items-4 .pres-list__item:nth-of-type(4n + 1) {
        grid-column: auto;
    }
}
@media (max-width: 520px) {
    .pres-list.items-4 {
        grid-template-columns: 1fr;
    }
}
.pres-list.items-7 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.pres-list.items-7 .pres-list__item {
    width: auto;
}
.pres-list.items-7 .pres-list__item:nth-of-type(1) {
    grid-row: 1 / 3;
    height: 100%;
    width: 100%;
}
.pres-list.items-7 .pres-list__item:nth-of-type(5) {
    grid-column: 2 / -1;
    width: 100%;
}
.pres-list.items-7 .pres-list__item:nth-of-type(6) {
    grid-column: 1 / 3;
    width: 100%;
}
.pres-list.items-7 .pres-list__item:nth-of-type(7) {
    grid-column: 3 / 5;
    width: 100%;
}
@media (max-width: 992px) {
    .pres-list.items-7 {
        grid-template-columns: repeat(2, 1fr);
    }
    .pres-list.items-7 .pres-list__item:nth-of-type(1) {
        grid-column: 1 / -1;
        grid-row: auto;
        height: 20rem;
    }
    .pres-list.items-7 .pres-list__item:nth-of-type(5),
    .pres-list.items-7 .pres-list__item:nth-of-type(6),
    .pres-list.items-7 .pres-list__item:nth-of-type(7) {
        grid-column: auto;
    }
}
@media (max-width: 520px) {
    .pres-list.items-7 {
        grid-template-columns: 1fr;
    }
    .pres-list.items-7 .pres-list__item:nth-of-type(1) {
        grid-column: auto;
    }
}
.pres-list.items-8 {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
}
.pres-list.items-8 .pres-list__item {
    width: auto;
}
@media (max-width: 992px) {
    .pres-list.items-8 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 520px) {
    .pres-list.items-8 {
        grid-template-columns: 1fr;
    }
}
.pres-list__item {
    position: relative;
    overflow: hidden;
    height: 20rem;
    width: 25%;
    margin: 0px;
    padding: 0px;
}
.pres-list.dark .pres-list__link {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}
.pres-list.dark .pres-list__item {
    transition: filter 0.3s ease;
}
.pres-list.dark .pres-list__item::after {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    cursor: auto;
}
.pres-list.dark .pres-list__item:hover {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.pres-list.dark .pres-list__title {
    background-color: transparent;
}
.pres-list.dark .pres-list__title a {
    color: #fff;
}
.pres-list__item:nth-of-type(6n + 1) {
    width: 50%;
}
.pres-list__item:nth-of-type(6n + 6) {
    width: 50%;
}
.pres-list__item img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.pres-list__item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.pres-list__item:nth-of-type(even) > .pres-list__title {
    margin-top: 15rem;
}
.pres-list__title {
    position: absolute;
    margin: 1rem;
    z-index: 2;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.8rem;
    background-color: #761b44;
    color: #fff;
    padding: 0.5rem 1rem;
    width: 90%;
    max-width: 18rem;
    cursor: auto;
}
.pres-list__title h1,
.pres-list__title h2,
.pres-list__title h3,
.pres-list__title h4,
.pres-list__title h5,
.pres-list__title h6 {
    margin: 0;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #fff;
}
.pres-list__title a {
    font-weight: 700;
    font-size: 1.2rem;
    color: #fff;
}
@media (max-width: 992px) {
    .pres-list__item {
        width: 50%;
    }
    .button.button--header {
        z-index: unset;
    }
}
@media (max-width: 520px) {
    .pres-list__item {
        width: 100%;
    }
    .pres-list__item:nth-of-type(1) {
        width: 100%;
    }
    .pres-list__item:nth-of-type(6) {
        width: 100%;
    }
    .pres-list__item:nth-of-type(even) > .pres-list__title {
        margin-top: 1rem;
    }
}
.product {
    position: relative;
}
.c-slider {
    overflow: hidden;
}
.search-page {
    padding-bottom: 1.25rem;
}
.search-page__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.search-page__form .search-page__input {
    height: 3.75rem;
    width: 100%;
    max-width: 34.375rem;
}
.search-page__form .search-page__input,
.search-page__input {
    -webkit-box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    border-radius: 0.9375rem;
    padding: 0.5rem 1.25rem;
    -webkit-border-radius: 0.9375rem;
    -moz-border-radius: 0.9375rem;
    -ms-border-radius: 0.9375rem;
    -o-border-radius: 0.9375rem;
}
.search-page__form .search-page__button,
.search-page__button {
    width: 6.25rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}
@media (max-width: 768px) {
    .search-page__button.button {
        margin-right: 0;
        margin-left: 0.2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 0;
        width: 1rem;
        min-width: 1rem;
        height: 100%;
    }
    .search-page__form .search-page__input {
        height: 2.8rem;
    }
}
@media (max-width: 580px) {
    .search-page__button.button {
        width: 6.25rem;
        min-width: 0.9375rem;
        padding: 0;
    }
}
.search-page__item {
    margin-bottom: 30px;
}
.search-page__link {
    color: #761b44;
    display: inline-block;
    margin-bottom: 5px;
}
table.title-search-result {
    width: 100% !important;
}
div.title-search-result {
    background-color: #fff;
    border: none !important;
    z-index: 205;
    -webkit-box-shadow: 0.3125rem 0.9375rem 2.5rem #1e234226;
    box-shadow: 0.3125rem 0.9375rem 2.5rem #1e234226;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
table.title-search-result td.title-search-item b {
    color: #761b44 !important;
}
.totop-btn {
    position: fixed;
    bottom: 80px;
    right: 80px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #761b44;
    border: 2px solid #fff;
    cursor: pointer;
    border-radius: 50%;
    display: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0.7;
}
.totop-btn::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    height: 15px;
    width: 15px;
    border-color: #fff;
    border-style: solid;
    border-width: 0px 2px 2px 0px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}
.totop-btn:hover {
    opacity: 1;
}
.totop-btn--show {
    display: block;
}
.intro__preview.preview.no_circle {
    border: none !important;
}
.preview.no_circle .preview__img {
    width: 100%;
}
.intro__slider-catalog {
    overflow: visible;
}
.link-back {
    display: inline-block;
    margin-bottom: 2rem;
}
.contacts__list {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contact__wrap .contact__item {
    margin: 1.2rem;
}
.contact__mess {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.contact__wrap .contact__info {
    padding-left: 0;
}
.contact__wrap .contact__info,
.contact__wrap .contact__info.--w3 {
    width: 100%;
}
.contact__form {
    margin-bottom: 3rem;
}
.contact .contact__form {
    max-width: 39.375rem;
    border-radius: 0.25rem;
    padding: 1.25rem;
    -webkit-box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    background-color: #fff;
}
.contact .mod__button {
    margin-top: 0.5rem;
}
.contact__params-title {
    margin-top: 1rem;
}
.contact__call-subtitle {
    padding-bottom: 1rem;
}
.contact__form .mfeedback .mod__form,
.contact__form .mod__button.button {
    margin-left: 0;
    margin-right: 0;
}
.mfeedback .mod__button {
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.mfeedback .mod__item {
    width: calc(50% - 0.625rem);
    margin-bottom: 1.0625rem;
}
.mcallback .mod__item {
    margin-top: 1.0625rem;
}
.contact__form .mfeedback .mod__form {
    max-width: 38.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contact__form .mod__item.mod__item--wide,
.dist__form .mod__item.mod__item--wide {
    width: 100%;
}
.header__menu--mobile {
    display: none;
}
@media (max-width: 1200px) {
    .totop-btn {
        right: 10px;
    }
    .contacts {
        min-height: 49rem;
        width: 100%;
    }
    .contacts__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 992px) {
    .contacts__list {
        grid-template-columns: 1fr;
    }
    .contact__text,
    .contact__link {
        margin-bottom: 1rem;
    }
}
@media (max-width: 767px) {
    .mfeedback .mod__item {
        width: 100%;
    }
}
@media (max-width: 750px) {
    .totop-btn {
        bottom: 30px;
    }
}
@media (max-width: 320px) {
    .totop-btn {
        right: 5px;
    }
    .block-title,
    h1,
    h2,
    h3,
    h4,
    h5 {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}
.menu-subs,
.menu.priority-nav.priority-nav-has-dropdown::-webkit-scrollbar {
    width: 10px;
}
.menu-subs,
.menu.priority-nav.priority-nav-has-dropdown::-webkit-scrollbar-track {
    -webkit-box-shadow: 5px 5px 5px -5px #000 inset;
    background-color: #f9f9fd;
}
.menu-subs,
.menu.priority-nav.priority-nav-has-dropdown::-webkit-scrollbar-thumb {
    background-color: #761b44;
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        color-stop(0.5, rgba(255, 255, 255, 0.25)),
        color-stop(0.5, transparent),
        to(transparent)
    );
}
.link_all {
    text-align: center;
}
.leadmagnit__desc {
    font-weight: 400;
    font-size: 17.6px;
    align-self: center;
}
.leadmagnit__inner {
    display: grid;
    justify-items: center;
    text-align: center;
}
.leadmagnit__inner.vertical {
    grid-template-columns: 1fr;
    row-gap: 1rem;
    max-width: 37.25rem;
    margin: 0 auto;
    text-align: left;
    justify-items: start;
}
.leadmagnit__inner.vertical .leadmagnit__title {
    width: auto;
}
.leadmagnit__inner.horizontal {
    grid-template-columns: auto 1fr auto;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    text-align: left;
}
.leadmagnit__title h1,
.leadmagnit__title h2,
.leadmagnit__title h3,
.leadmagnit__title h4,
.leadmagnit__title h5,
.leadmagnit__title h6,
.leadmagnit__title {
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 400;
    margin: 0;
}
.leadmagnit__title {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}
@media screen and (max-width: 1220px) {
    .leadmagnit__inner.horizontal,
    .leadmagnit__inner.vertical {
        max-width: 37.25rem;
        grid-template-columns: 1fr;
        row-gap: 1rem;
        text-align: left;
        justify-items: start;
        margin: 0 auto;
    }
    .leadmagnit__inner .leadmagnit__title {
        width: auto;
    }
}
@media screen and (max-width: 580px) {
    .leadmagnit__title {
        font-size: 2.2rem;
    }
    .leadmagnit__button .button {
        min-width: 12rem;
        padding: 1.2rem 2.6rem;
    }
}
#faq-section {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#faq-section:focus {
    outline: none !important;
}
.accordion-container {
    position: relative;
    width: 90%;
    max-width: 80rem;
    border-top: none;
    outline: 0;
    cursor: pointer;
}
.accordion-container .article-title {
    position: relative;
    margin: 0;
    padding: 1.625em 3em 1.625em 1.925em;
    font-size: 17.6px;
    font-weight: 500;
    cursor: pointer;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 580px) {
    .accordion-container .article-title {
        padding: 1em;
    }
}
.accordion-container .content-entry {
    background-color: #fff;
    color: #341401;
    border: 1px solid #f7f7f7;
}
.accordion-container .article-title:hover,
.accordion-container .article-title:active {
    background-color: transparent;
}
.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
    color: white;
}
.article-title__wrap,
.accordion-container .content-entry i {
    pointer-events: none;
}
@media screen and (max-width: 580px) {
    .article-title__wrap {
        max-width: 70vw;
        word-break: break-word;
    }
}
.accordion-container .content-entry i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 30px;
    height: 30px;
}
.accordion-container .content-entry i:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-color: #341401;
    border-width: 0px 2px 2px 0px;
    border-style: solid;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition:
        transform 0.3s ease,
        -webkit-transform 0.3s ease;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
}
.accordion-container .content-entry.open i:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}
.content-entry {
    margin-bottom: 1.875rem;
    -webkit-box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
    box-shadow: 0rem 0.625rem 1.875rem rgba(30, 35, 66, 0.15);
}
.accordion-content {
    display: none;
    padding: 0.375rem 1rem 1.9375rem 1rem;
    margin: 0 auto;
}
.open .accordion-content {
    display: block;
}
.accordion-container {
    width: 100%;
    margin: 1.875em auto;
}
.accordion-content__text {
    line-height: 28px;
    padding: 0.25rem 0.8125rem;
}
.accordion-container .sectionitems__price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    justify-content: flex-end;
    margin-left: auto;
    padding-right: 2rem;
    pointer-events: none;
}
.accordion-container .sectionitems__price-box .sectionitems__price {
    margin-top: 0;
}
.button-block__faq {
    text-align: center;
}
.wall.wall--catalogue {
    padding-top: 5.125rem;
}
.wall__list {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.wall__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    min-height: 28.125rem;
    margin-bottom: 2.5rem;
}
.wall__item.wall__item--reverse {
    grid-template-columns: 1fr 1.5fr;
}
.wall__item:last-of-type {
    margin-bottom: 3rem;
}
.wall__item.wall__item--reverse .wall__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.wall__item.wall__item--reverse .wall__info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 5rem;
    padding-right: 0;
}
.wall__item-btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.wall__item-btn-box .prod-all__button {
    margin-left: 0;
    margin-right: 3rem;
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wall__item-price.prod-all__price {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    font-size: 2rem;
    margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
    .wall__item-price.prod-all__price {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 1.7rem;
    }
}
.wall__info {
    z-index: 10;
    padding-right: 5rem;
}
.wall__name h1,
.wall__name h2,
.wall__name h3,
.wall__name h4,
.wall__name h5,
.wall__name h6,
.wall__name {
    font-size: 2.5rem;
    line-height: 3.8rem;
    font-weight: 400;
    text-transform: none;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}
.wall__name a,
.wall__name,
.wall__text {
    color: #341401;
}
.wall__text {
    font-size: 16px;
    line-height: 28.8px;
    padding-bottom: 2.5rem;
}
.wall__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wall__img img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.wall__img img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.wall__bg img:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.wall__button {
    margin-top: 1rem;
}
@media screen and (max-width: 1340px) {
    .wall__item.wall__item--reverse .wall__info {
        padding-left: 3rem;
    }
    .wall__info {
        padding-right: 3rem;
    }
}
@media screen and (max-width: 1220px) {
    .wall__item {
        min-height: 24.125rem;
    }
    .wall__bg img {
        height: 100%;
    }
}
@media screen and (max-width: 992px) {
    .wall.wall--catalogue {
        padding-top: 8rem;
    }
    .wall__inner {
        margin-bottom: 2.5rem;
    }
    .wall__item {
        min-height: 21.875rem;
    }
    .wall__button {
        padding: 1.2rem 3.5rem;
    }
    .wall__bg img {
        height: 100%;
    }
}
@media screen and (max-width: 767px) {
    .wall.wall--catalogue {
        padding-top: 6rem;
    }
    .wall__inner {
        margin-bottom: 1.875rem;
    }
    .wall__title {
        max-width: 100%;
        font-size: 1.6em;
        line-height: 2rem;
        text-align: center;
        margin-bottom: 1.25rem;
    }
    .wall__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .wall__item.wall__item--reverse .wall__info {
        width: 100%;
        padding-left: 0;
    }
    .wall__img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0.9375rem;
    }
    .wall__info {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        padding-right: 0;
    }
    .wall__button {
        margin-top: 1.875rem;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 580px) {
    .wall__bg img {
        height: 100%;
    }
    .wall__button {
        margin-top: 1.25rem;
        padding: 1rem 1.9rem;
    }
}
@media screen and (max-width: 450px) {
    .wall__name h1,
    .wall__name h2,
    .wall__name h3,
    .wall__name h4,
    .wall__name h5,
    .wall__name h6,
    .wall__name {
        font-size: 1.728rem;
        line-height: 2.4192rem;
    }
}
.wall-bigwall .wall__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
    position: relative;
}
.wall-bigwall .wall__item.wall__item--reverse {
    grid-template-columns: repeat(2, 1fr);
}
.wall-bigwall .wall__name {
    margin-top: 5rem;
}
.wall-bigwall .wall__item.wall__item--reverse .wall__img {
    left: auto;
    right: 50%;
}
.wall-bigwall .wall__item.wall__item--reverse .wall__info {
    width: auto;
    padding: 0 0 5rem 5rem;
    grid-column: 2/3;
}
.wall-bigwall .wall__info {
    width: auto;
    padding: 0 5rem 0 0;
}
.wall-bigwall .wall__img {
    width: 50vw;
    height: 100%;
    position: absolute;
    left: 50%;
}
.wall-bigwall .wall__img a {
    width: 100%;
    height: 100%;
}
.wall-bigwall .wall__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 1340px) {
    .wall-bigwall .wall__name {
        margin-top: 3rem;
    }
    .wall-bigwall .wall__item.wall__item--reverse .wall__info {
        padding: 0 0 0 3rem;
    }
    .wall-bigwall .wall__info {
        padding: 0 3rem 0 0;
    }
    .wall-bigwall .wall__text {
        margin-bottom: 3rem;
    }
}
@media screen and (max-width: 1220px) {
    .wall-bigwall .wall__img {
        height: 100%;
    }
}
@media screen and (max-width: 992px) {
    .wall-bigwall .wall__item.wall__item--reverse .wall__info {
        padding: 0 0 0 2rem;
    }
    .wall-bigwall .wall__info {
        padding: 0 2rem 0 0;
    }
    .wall-bigwall .wall__name {
        margin-top: 2rem;
    }
    .wall-bigwall .wall__text {
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .wall-bigwall .wall__item.wall__item--reverse .wall__img {
        left: 0;
        right: 0;
    }
    .wall-bigwall .wall__item.wall__item--reverse .wall__info {
        padding: 0;
    }
    .wall-bigwall .wall__info {
        padding: 0;
    }
    .wall-bigwall .wall__text {
        margin-bottom: 0;
    }
    .wall-bigwall .wall__img img {
        width: auto;
    }
    .wall-bigwall .wall__img {
        width: calc(100% + 10vw);
        position: relative;
        left: 0;
    }
}
.wall-assimetr .wall__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10rem;
    -moz-column-gap: 10rem;
    column-gap: 10rem;
}
.wall-assimetr .wall__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.wall-assimetr .wall__item:not:first-child {
    margin-top: 8rem;
}
.wall-assimetr .wall__item:nth-child(even) {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.wall-assimetr .wall__item:nth-child(odd) {
    margin-bottom: 14rem;
}
.wall-assimetr .wall__item:last-of-type {
    margin-bottom: 0;
}
.wall-assimetr .wall__img {
    width: auto;
    height: auto;
}
.wall-assimetr .wall__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.wall-assimetr .wall__info {
    width: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0;
}
.wall-assimetr .wall__item.wall__item--reverse:last-of-type {
    margin-bottom: 14rem;
}
.wall-assimetr .wall__item.wall__item--reverse .wall__info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
    padding-left: 0;
}
@media screen and (max-width: 992px) {
    .wall-assimetr .wall__list {
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .wall-assimetr .wall__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wall-assimetr .wall__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .wall-assimetr .wall__item:nth-child(even) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .wall-assimetr .wall__item:nth-child(odd) {
        margin-bottom: 2.5rem;
    }
}
@media screen and (max-width: 1220px) {
    .wall-bigwall .wall__item,
    .wall-assimetr .wall__item {
        min-height: 24.125rem;
    }
}
@media screen and (max-width: 992px) {
    .wall-bigwall .wall__item,
    .wall-assimetr .wall__item {
        min-height: 23.125rem;
    }
    .wall-bigwall .wall__button,
    .wall-assimetr .wall__button {
        padding: 1.2rem 3.5rem;
    }
}
@media screen and (max-width: 767px) {
    .wall-bigwall .wall__item,
    .wall-assimetr .wall__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 2.5rem;
    }
}
@media screen and (max-width: 580px) {
    .wall-bigwall .wall__button,
    .wall-assimetr .wall__button {
        padding: 1rem 2.4rem;
    }
}
ul.map-level-0 li {
    padding-top: 1rem;
}
.editor_dialog img,
img.linked {
    display: inline-block;
}
.pagnav .pagination:last-of-type {
    margin-bottom: 2.625rem;
}
.tabs-color {
    height: auto;
    position: relative;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(50vw - 50%);
    z-index: 1;
}
.tabs-color input[type="radio"] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    width: 24px;
    height: 10rem;
    outline: 12px solid;
    outline-offset: -12px;
    margin: 0;
    padding: 0;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.tabs-color input[type="radio"]:nth-of-type(1n) {
    outline-color: #761b44;
    top: 0%;
}
.tabs-color input[type="radio"]:nth-of-type(2n) {
    outline-color: #fab57a;
    top: auto;
}
.tabs-color input[type="radio"]:nth-of-type(3n) {
    outline-color: #ffd166;
    top: auto;
}
.tabs-color input[type="radio"]:nth-of-type(4n) {
    outline-color: #80d6ff;
    top: auto;
}
.tabs-color input[type="radio"]:nth-of-type(5n) {
    outline-color: #55dde0;
    top: auto;
}
.tabs-color input[type="radio"]:checked + .content {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: -webkit-transform 0.4s ease 0.4s;
    transition: -webkit-transform 0.4s ease 0.4s;
    -o-transition: transform 0.4s ease 0.4s;
    transition: transform 0.4s ease 0.4s;
    transition:
        transform 0.4s ease 0.4s,
        -webkit-transform 0.4s ease 0.4s;
}
.tabs-color .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    padding-left: 5vw;
    padding-right: 5vw;
}
.tabs-color .content:nth-of-type(1n) {
    background-color: #761b44;
}
.tabs-color .content:nth-of-type(2n) {
    background-color: #fab57a;
}
.tabs-color .content:nth-of-type(3n) {
    background-color: #ffd166;
}
.tabs-color .content:nth-of-type(4n) {
    background-color: #80d6ff;
}
.tabs-color .content:nth-of-type(5n) {
    background-color: #55dde0;
}
.tabs-color .title h1,
.tabs-color .title h2,
.tabs-color .title h3,
.tabs-color .title h4,
.tabs-color .title h5,
.tabs-color .title h6,
.tabs-color .title {
    font-size: 5vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .tabs-color .title h1,
    .tabs-color .title h2,
    .tabs-color .title h3,
    .tabs-color .title h4,
    .tabs-color .title h5,
    .tabs-color .title h6,
    .tabs-color .title {
        font-size: 1.5rem;
    }
}
.tabs-color .text {
    margin: 3rem 1rem;
    font-size: 3rem;
    line-height: 4rem;
    color: white;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .tabs-color .text {
        margin-top: 1.5rem;
    }
}
.tabs-color .tabs__img {
    margin-bottom: 2rem;
}
@media (max-width: 580px) {
    .tabs-color .tabs__img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}
.elements-tabs__links {
    margin-bottom: 1.875rem;
    margin-left: 0.5rem;
    padding-bottom: 1rem;
    scrollbar-width: none;
    white-space: nowrap;
    overflow-x: auto;
    text-align: left;
    scrollbar-color: #e5eef8 #fff;
    scrollbar-width: thin;
}
.elements-tabs__links::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
.elements-tabs__links::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 100px;
}
.elements-tabs__links::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #e5eef8;
}
.elements-tabs__link::before,
.elements-tabs__link::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 0.125rem;
    bottom: -0.125rem;
    background-color: #341401;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.elements-tabs__link::after {
    right: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.elements-tabs__link::before {
    left: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.elements-tabs__link:hover::before,
.elements-tabs__link:hover::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.elements-tabs__link.--current {
    border-bottom: none;
}
.elements-tabs__link.--current::before,
.elements-tabs__link.--current::after {
    display: none;
}
.elements-tabs__link:not(.--current)::before,
.elements-tabs__link:not(.--current)::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.elements-tabs__link {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6875rem;
    padding-bottom: 0.125rem;
    border-bottom: 0.1875rem solid #341401;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #341401;
    cursor: pointer;
}
.elements-tabs__link:not(:last-of-type) {
    margin-right: 4.2rem;
}
.element-tab__link {
    color: #341401;
}
.elements-tabs {
    padding-top: 1.7rem;
    padding-bottom: 3.5rem;
    position: relative;
}
.element-tab__item img {
    max-width: 35vw;
    margin: 0 5rem 1.2rem 0;
}
.element-tab__title {
    margin-top: 3rem;
    font-size: 2.4rem;
    line-height: 2.8rem;
}
.element-tab__item {
    display: grid;
    grid-template-columns: auto 1fr;
}
.element-tab__btn {
    margin: 1rem 0;
}
@media screen and (max-width: 1220px) {
    .elements-tabs {
        padding-top: 5rem;
    }
}
@media screen and (max-width: 992px) {
    .elements-tabs__links {
        margin-bottom: 0.76rem;
        padding-bottom: 0.76rem;
        margin-left: 0;
    }
    .elements-tabs__link {
        font-size: 1.1rem;
    }
    .element-tab__item img {
        max-width: 15rem;
    }
    .elements-tabs__links::-webkit-scrollbar {
        width: 7px;
        height: 7px;
    }
}
@media screen and (max-width: 767px) {
    .elements-tabs__link {
        font-size: 1.05rem;
    }
    .elements-tabs__link:not(:last-of-type) {
        margin-right: 1.2rem;
    }
    .elements-tabs {
        min-height: auto;
        padding-top: 2rem;
        padding-bottom: 2.5rem;
    }
    .element-tab__item {
        grid-template-columns: 1fr;
    }
    .element-tab__item img {
        max-width: 100%;
        float: none;
    }
}
@media screen and (max-width: 580px) {
    .elements-tabs__links {
        padding-bottom: 0.625rem;
    }
    .elements-tabs__link {
        font-size: 1rem;
        display: inline-block;
        white-space: nowrap;
    }
}
.subscribe__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.subscribe__title {
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 600;
}
.msubscribe .mf-ok-text {
    text-align: center;
}
.msubscribe .input__area {
    padding: 0 3.875rem;
}
@media (max-width: 1220px) {
    .msubscribe .input__area {
        padding: 0 2.875rem;
    }
}
.msubscribe .mod__button {
    min-width: 18rem;
}
@media (max-width: 1220px) {
    .msubscribe .mod__button {
        min-width: 14rem;
    }
}
@media (max-width: 992px) {
    .msubscribe .mod__button {
        min-width: auto;
        width: 100%;
    }
}
.subscribe__desc {
    width: 100%;
    max-width: 20rem;
    padding-top: 0.9375rem;
}
#subscribe-form .field-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.6rem;
}
.mod__item.politics input[type="checkbox"] {
    width: 0;
}
#subscribe-form .mod__input + .mod__input {
    margin-left: 2rem;
}
#subscribe-form .mod__item.politics a {
    color: #fff;
}
@media screen and (max-width: 1200px) {
    #subscribe-form .mod__input + .mod__input {
        margin-left: 1rem;
    }
    #subscribe-form .field-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #subscribe-form .mod__button {
        margin-left: 0;
        margin-top: 0;
    }
}
@media screen and (max-width: 992px) {
    #subscribe-form .field-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #subscribe-form .mod__input {
        width: 100%;
        max-width: 28.125rem;
    }
    #subscribe-form .mod__input + .mod__input {
        margin-left: 0rem;
    }
}
@media screen and (max-width: 767px) {
    .subscribe__inner {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    #subscribe-form .field-row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0.6rem;
        margin-top: 1rem;
    }
}
.sections {
    margin-bottom: 20px;
}
.sections__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 1.25rem;
    -webkit-column-gap: 0.725rem;
    -moz-column-gap: 0.725rem;
    column-gap: 0.725rem;
}
.sections__list.items-1,
.sections__list.items-2,
.sections__list.items-3,
.sections__list.items-4,
.sections__list.items-5 {
    width: 100%;
}
.sections__list.items-1 {
    grid-template-columns: 1fr;
}
.sections__list.items-1 .sections__img {
    height: 22rem;
}
@media (max-width: 1490px) {
    .sections__list.items-1 .sections__img {
        height: 21rem;
    }
}
@media (max-width: 1340px) {
    .sections__list.items-1 .sections__img {
        height: 19.5rem;
    }
}
@media (max-width: 1220px) {
    .sections__list.items-1 .sections__img {
        height: 18rem;
    }
}
@media (max-width: 767px) {
    .sections__list.items-1 .sections__img {
        height: auto;
    }
}
.sections__list.items-2 {
    grid-template-columns: repeat(2, 1fr);
}
.sections__list.items-2 .sections__img {
    height: 20rem;
}
@media (max-width: 1490px) {
    .sections__list.items-2 .sections__img {
        height: 19rem;
    }
}
@media (max-width: 1340px) {
    .sections__list.items-2 .sections__img {
        height: 17.5rem;
    }
}
@media (max-width: 1220px) {
    .sections__list.items-2 .sections__img {
        height: 16rem;
    }
}
@media (max-width: 767px) {
    .sections__list.items-2 .sections__img {
        height: auto;
    }
}
.sections__list.items-3 {
    grid-template-columns: repeat(3, 1fr);
}
.sections__list.items-3 .sections__img {
    height: 18rem;
}
@media (max-width: 1490px) {
    .sections__list.items-3 .sections__img {
        height: 17rem;
    }
}
@media (max-width: 1340px) {
    .sections__list.items-3 .sections__img {
        height: 15.5rem;
    }
}
@media (max-width: 1220px) {
    .sections__list.items-3 .sections__img {
        height: 14rem;
    }
}
@media (max-width: 767px) {
    .sections__list.items-3 .sections__img {
        height: auto;
    }
}
.sections__list.items-4 {
    grid-template-columns: repeat(4, 1fr);
}
.sections__list.items-5 {
    grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1340px) {
    .sections__list.items-5 {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 1220px) {
    .sections__list {
        grid-template-columns: repeat(3, 1fr);
    }
    .sections__list.items-4,
    .sections__list.items-5 {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    .sections__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .sections__list.items-3,
    .sections__list.items-4,
    .sections__list.items-5 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 580px) {
    .sections__list {
        grid-template-columns: 1fr;
    }
    .sections__list.items-2,
    .sections__list.items-3,
    .sections__list.items-4,
    .sections__list.items-5 {
        grid-template-columns: 1fr;
    }
}
.sections__title,
.sections__info,
.sections__number,
.sections__text,
.sections__elem {
    color: #341401;
}
.sections__img {
    height: 15.625rem;
    margin-bottom: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border-radius: 2px;
    width: 100%;
}
.sections__img img {
    border-radius: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition:
        transform 0.5s ease,
        -webkit-transform 0.5s ease;
    height: 100%;
    width: 100%;
}
@media (hover: hover), screen {
    .sections__img:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.sections__elem {
    padding: 1.25rem;
    list-style: none;
}
.sections__text {
    margin: 0.625rem 0 0 0;
    text-align: center;
}
.sections__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sections__title {
    text-align: center;
    margin-right: 0.25rem;
    text-transform: none;
    font-size: 17.6px;
    font-weight: 500;
}
@media (max-width: 1490px) {
    .sections__img {
        height: 14.0625rem;
    }
}
@media (max-width: 1340px) {
    .sections__img {
        height: 12.5rem;
    }
}
@media (max-width: 1220px) {
    .sections__img {
        height: 10.9375rem;
    }
    .sections__title {
        font-size: 1.125rem;
    }
}
@media (max-width: 767px) {
    .sections__img {
        height: auto;
    }
    .sections__text {
        font-size: 0.75rem;
    }
    .sections__number {
        font-size: 0.75rem;
    }
    .sections__title {
        font-size: 1rem;
    }
}
span.sections__number {
    padding-left: 0.3rem;
    font-size: 1rem;
    font-weight: 300;
}
.slidepanels {
    min-height: 100vh;
    text-align: center;
    overflow: hidden;
    color: white;
    position: relative;
    z-index: 1;
}
@media (max-width: 760px) {
    .slidepanels {
        min-height: 40vh;
    }
}
.slidepanels.items-2,
.slidepanels.items-3,
.slidepanels.items-4,
.slidepanels.items-5 {
    width: 100%;
}
@media (max-width: 760px) {
    .slidepanels.items-2 {
        min-height: 40vh;
    }
}
.slidepanels.items-2 .slidepanels__panel {
    width: 50%;
}
@media (max-width: 760px) {
    .slidepanels.items-2 .slidepanels__panel {
        width: 100%;
    }
}
.slidepanels.items-2 .slidepanels__panel:nth-child(2n + 1) {
    left: 0;
}
.slidepanels.items-2 .slidepanels__panel:nth-child(2n + 2) {
    left: 50%;
}
@media (max-width: 760px) {
    .slidepanels.items-2 .slidepanels__panel:nth-child(2n + 2) {
        left: 0;
    }
}
@media (max-width: 760px) {
    .slidepanels.items-3 {
        min-height: 60vh;
    }
}
.slidepanels.items-3 .slidepanels__panel {
    width: 33.3%;
}
@media (max-width: 760px) {
    .slidepanels.items-3 .slidepanels__panel {
        width: 100%;
    }
}
.slidepanels.items-3 .slidepanels__panel:nth-child(3n + 1) {
    left: 0;
}
.slidepanels.items-3 .slidepanels__panel:nth-child(3n + 2) {
    left: 33.3%;
}
@media (max-width: 760px) {
    .slidepanels.items-3 .slidepanels__panel:nth-child(3n + 2) {
        left: 0;
    }
}
.slidepanels.items-3 .slidepanels__panel:nth-child(3n + 3) {
    left: 66.6%;
}
@media (max-width: 760px) {
    .slidepanels.items-3 .slidepanels__panel:nth-child(3n + 3) {
        left: 0;
    }
}
@media (max-width: 760px) {
    .slidepanels.items-4 {
        min-height: 80vh;
    }
}
.slidepanels.items-4 .slidepanels__panel {
    width: 25%;
}
@media (max-width: 760px) {
    .slidepanels.items-4 .slidepanels__panel {
        width: 100%;
    }
}
.slidepanels.items-4 .slidepanels__panel:nth-child(4n + 1) {
    left: 0;
}
.slidepanels.items-4 .slidepanels__panel:nth-child(4n + 2) {
    left: 25%;
}
@media (max-width: 760px) {
    .slidepanels.items-4 .slidepanels__panel:nth-child(4n + 2) {
        left: 0;
    }
}
.slidepanels.items-4 .slidepanels__panel:nth-child(4n + 3) {
    left: 50%;
}
@media (max-width: 760px) {
    .slidepanels.items-4 .slidepanels__panel:nth-child(4n + 3) {
        left: 0;
    }
}
.slidepanels.items-4 .slidepanels__panel:nth-child(4n + 4) {
    left: 75%;
}
@media (max-width: 760px) {
    .slidepanels.items-4 .slidepanels__panel:nth-child(4n + 4) {
        left: 0;
    }
}
@media (max-width: 760px) {
    .slidepanels.items-5 {
        min-height: 100vh;
    }
}
.slidepanels.items-5 .slidepanels__panel {
    width: 20%;
}
@media (max-width: 760px) {
    .slidepanels.items-5 .slidepanels__panel {
        width: 100%;
    }
}
.slidepanels.items-5 .slidepanels__panel:nth-child(5n + 1) {
    left: 0;
}
.slidepanels.items-5 .slidepanels__panel:nth-child(5n + 2) {
    left: 20%;
}
@media (max-width: 760px) {
    .slidepanels.items-5 .slidepanels__panel:nth-child(5n + 2) {
        left: 0;
    }
}
.slidepanels.items-5 .slidepanels__panel:nth-child(5n + 3) {
    left: 40%;
}
@media (max-width: 760px) {
    .slidepanels.items-5 .slidepanels__panel:nth-child(5n + 3) {
        left: 0;
    }
}
.slidepanels.items-5 .slidepanels__panel:nth-child(5n + 4) {
    left: 60%;
}
@media (max-width: 760px) {
    .slidepanels.items-5 .slidepanels__panel:nth-child(5n + 4) {
        left: 0;
    }
}
.slidepanels.items-5 .slidepanels__panel:nth-child(5n + 5) {
    left: 80%;
}
@media (max-width: 760px) {
    .slidepanels.items-5 .slidepanels__panel:nth-child(5n + 5) {
        left: 0;
    }
}
.slidepanels__panel {
    min-height: 100vh;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    width: 100%;
}
.slidepanels__panel:nth-child(5n + 1) .panel__content {
    background: #244f75;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-animation-name: panel1;
    animation-name: panel1;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.slidepanels__panel:nth-child(5n + 2) .panel__content {
    background: #60bfbf;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-animation-name: panel2;
    animation-name: panel2;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.slidepanels__panel:nth-child(5n + 3) .panel__content {
    background: #8c4b7e;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation-name: panel3;
    animation-name: panel3;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.slidepanels__panel:nth-child(5n + 4) .panel__content {
    background: #f8bb44;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-animation-name: panel4;
    animation-name: panel4;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.slidepanels__panel:nth-child(5n + 5) .panel__content {
    background: #f24b4b;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-animation-name: panel5;
    animation-name: panel5;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
@media screen and (max-width: 760px) {
    .slidepanels__panel {
        min-height: 40vh;
    }
    .slidepanels__panel:nth-child(1) {
        top: 0;
        left: 0;
        width: 100%;
    }
    .slidepanels__panel:nth-child(2) {
        top: 20vh;
        left: 0;
        width: 100%;
    }
    .slidepanels__panel:nth-child(3) {
        top: 40vh;
        left: 0;
        width: 100%;
    }
    .slidepanels__panel:nth-child(4) {
        top: 60vh;
        left: 0;
        width: 100%;
    }
    .slidepanels__panel:nth-child(5) {
        top: 80vh;
        left: 0;
        width: 100%;
    }
    .slidepanels.items-2 .slidepanels__panel,
    .slidepanels.items-3 .slidepanels__panel,
    .slidepanels.items-4 .slidepanels__panel,
    .slidepanels.items-5 .slidepanels__panel {
        min-height: 20vh;
    }
}
.slidepanels .panel__content {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.slidepanels .panel__content:hover:before {
    -webkit-transform: skew(-30deg) scale(3) translate(0, 0);
    -ms-transform: skew(-30deg) scale(3) translate(0, 0);
    transform: skew(-30deg) scale(3) translate(0, 0);
    opacity: 0.1;
}
.slidepanels .panel__content:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.05;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: skew(-30deg) scaleY(1) translate(0, 0);
    -ms-transform: skew(-30deg) scaleY(1) translate(0, 0);
    transform: skew(-30deg) scaleY(1) translate(0, 0);
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.slidepanels .panel__inner-text {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    width: 70%;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slidepanels__panel--expanded,
.slidepanels.items-2 .slidepanels__panel--expanded,
.slidepanels.items-3 .slidepanels__panel--expanded,
.slidepanels.items-4 .slidepanels__panel--expanded,
.slidepanels.items-5 .slidepanels__panel--expanded {
    width: 100%;
    top: 0 !important;
    left: 0 !important;
    z-index: 3;
    cursor: default;
}
@media screen and (max-width: 760px) {
    .slidepanels__panel--expanded {
        min-height: 40vh;
    }
    .slidepanels.items-2 .slidepanels__panel--expanded {
        min-height: 40vh;
    }
    .slidepanels.items-3 .slidepanels__panel--expanded {
        min-height: 60vh;
    }
    .slidepanels.items-4 .slidepanels__panel--expanded {
        min-height: 80vh;
    }
    .slidepanels.items-5 .slidepanels__panel--expanded {
        min-height: 100vh;
    }
}
.slidepanels__panel--expanded .panel__content:hover:before {
    -webkit-transform: skew(-30deg) scale(1) translate(0, 0);
    -ms-transform: skew(-30deg) scale(1) translate(0, 0);
    transform: skew(-30deg) scale(1) translate(0, 0);
    opacity: 0.05;
}
.slidepanels__panel--expanded .panel__title {
    opacity: 0;
}
.slidepanels__panel--expanded .panel__inner-text {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.panel__title,
.panel__title h1,
.panel__title h2,
.panel__title h3,
.panel__title h4,
.panel__title h5,
.panel__title h6 {
    display: block;
    margin: 0;
    position: relative;
    z-index: 2;
    width: 100%;
    font-size: 3vw;
    line-height: 3.2vw;
    font-weight: 500;
    color: white;
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 760px) {
    .panel__title {
        font-size: 28px;
    }
}
.panel__close {
    position: absolute;
    right: 3vw;
    top: 3vw;
    opacity: 0;
    z-index: 10;
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.panel__close--show {
    opacity: 1;
}
@-webkit-keyframes panel1 {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes panel1 {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes panel2 {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes panel2 {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes panel3 {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes panel3 {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes panel4 {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes panel4 {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes panel5 {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes panel5 {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
cite.quote__author {
    display: block;
}
.snippet-quote {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.snippet-quote--slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.snippet-quote__date {
    font-size: 0.8125rem;
    font-weight: 700;
    margin-bottom: 0.625rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 2;
    flex-shrink: 2;
}
.snippet-quote__question-button.button {
    margin-top: 1rem;
}
.snippet-quote__readmore {
    margin: 2rem 0rem 0.5rem 0rem;
    font-size: 1rem;
}
.quote-1 .snippet-quote__descr::before {
    content: "";
    position: absolute;
    background:
        url('data:image/svg+xml;charset=utf8,%3C?xml version="1.0" encoding="UTF-8"?%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="161px" height="191px" viewBox="0 0 161 191" version="1.1"%3E%3Cg id="surface1"%3E%3Cpath style=" stroke:none;fill-rule:nonzero;fill-opacity:0.2;" d="M 14.160156 100.945312 C 18.96875 79.628906 39.183594 22.457031 124.632812 19.789062 C 103.304688 33.265625 93.046875 46.316406 90.082031 52.964844 C 124.292969 60.683594 145.765625 94.679688 138.042969 128.902344 C 130.320312 163.121094 96.328125 184.601562 62.117188 176.882812 C 27.910156 169.160156 6.4375 135.164062 14.160156 100.945312 Z M 14.160156 100.945312 "/%3E%3C/g%3E%3C/svg%3E')
            60px 5% no-repeat,
        url('data:image/svg+xml;charset=utf8,%3C?xml version="1.0" encoding="UTF-8"?%3E%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="161px" height="191px" viewBox="0 0 161 191" version="1.1"%3E%3Cg id="surface1"%3E%3Cpath style=" stroke:none;fill-rule:nonzero;fill-opacity:0.2;" d="M 14.160156 100.945312 C 18.96875 79.628906 39.183594 22.457031 124.632812 19.789062 C 103.304688 33.265625 93.046875 46.316406 90.082031 52.964844 C 124.292969 60.683594 145.765625 94.679688 138.042969 128.902344 C 130.320312 163.121094 96.328125 184.601562 62.117188 176.882812 C 27.910156 169.160156 6.4375 135.164062 14.160156 100.945312 Z M 14.160156 100.945312 "/%3E%3C/g%3E%3C/svg%3E')
            195px 5% no-repeat;
    -webkit-filter: opacity(0.3);
    filter: opacity(0.3);
    width: 340px;
    height: 230px;
    left: -20px;
    top: -65px;
}
.quote-1 blockquote {
    text-align: center;
}
.quote-1 .snippet-quote__descr p,
.quote-1 .snippet-quote__descr {
    font-size: 22.4px;
    line-height: 36.8px;
    font-weight: 300;
    font-style: italic;
}
.quote-1 .snippet-quote__descr {
    padding: 1rem 6rem;
    position: relative;
}
.snippet-quote__title,
.snippet-quote__subtitle {
    margin: 1rem auto;
    padding: 0;
}
.quote-1 .snippet-quote__title,
.quote-1 .snippet-quote__subtitle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.quote-1 .quote__author {
    font-size: 1rem;
    font-style: normal;
    position: relative;
    line-height: 2rem;
    margin-top: 0.8rem;
}
.quote-1 .quote__author:before {
    content: "\2014";
    position: relative;
    left: -5px;
}
@media (max-width: 1024px) {
    .quote-1 .quote__author {
        padding-bottom: 1rem;
    }
}
@media (max-width: 767px) {
    .quote-1 .snippet-quote__descr {
        padding: 4rem 1rem 1rem 1rem;
    }
}
@media (max-width: 580px) {
    .quote-1 .snippet-quote__descr p,
    .quote-1 .snippet-quote__descr {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }
    .quote-1 .snippet-quote__descr {
        padding: 1rem 0.5rem;
    }
    .quote-1 .snippet-quote__descr::before {
        left: -60px;
    }
}
.quote-2 blockquote {
    
    font-size: 1.5rem;
    text-align: left;
    margin: 0 20vw;
}
.quote-2 blockquote p {
    
    font-size: 1.5rem;
    margin-bottom: 1rem;
    line-height: 2.8rem;
}
.quote-2 .snippet-quote__descr::before {
    content: "";
    margin: -1.5rem 0 0 -5rem;
    position: absolute;
    background-image: url(/uploads/icons/quote.svg);
    background-repeat: no-repeat;
    -webkit-filter: opacity(0.5);
    filter: opacity(0.5);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 5rem;
    height: 5rem;
    fill: #ebebeb;
    background-size: 5rem;
    padding: 1.75rem 2.0625rem 1.75rem 0.375rem;
}
.quote-2 blockquote p::after {
    content: "";
    margin: 0;
    position: absolute;
    background-image: url(/uploads/icons/quote.svg);
    background-repeat: no-repeat;
    -webkit-filter: opacity(0.5);
    filter: opacity(0.5);
    width: 5rem;
    height: 5rem;
    fill: #ebebeb;
    background-size: 5rem;
    padding: 1.75rem 3.0625rem 1.75rem 2.375rem;
    margin-bottom: 1.875rem;
}
.quote-2 blockquote cite {
    font-size: 1rem;
    line-height: 2rem;
}
.quote-2 blockquote {
    font-size: 1.5rem;
    text-align: left;
    margin: 0 20vw;
}
@media (max-width: 767px) {
    .quote-2 blockquote {
        margin: 0 10vw;
    }
}
@media (max-width: 580px) {
    .quote-2 blockquote p {
        line-height: 1.8rem;
    }
}
.quote-3 .blockquote-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1rem;
}
.quote-3 blockquote {
    position: relative;
    max-width: 820px;
    margin: 1rem auto;
    -ms-flex-item-align: center;
    align-self: center;
}
.quote-3 blockquote .snippet-quote__descr {
    position: relative;
    color: #341401;
    font-size: 2rem;
    font-weight: normal;
    margin: 0 0 4rem;
    border: 2px solid #fff;
    border: 2px solid #761b44;
    border-radius: 20px;
    padding: 2rem;
    line-height: 1.5;
}
.quote-3 blockquote .snippet-quote__descr p {
    color: #341401;
    line-height: 1.5;
}
.quote-3 blockquote .snippet-quote__descr:after {
    content: "";
    position: absolute;
    border: 2px solid #761b44;
    color: #761b44;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3;
}
.quote-3 blockquote .snippet-quote__descr:before {
    content: "";
    position: absolute;
    width: 80px;
    border: 4px solid #fff;
    bottom: -3px;
    left: 50px;
    z-index: 2;
}
@media all and (max-width: 767px) {
    .quote-3 blockquote .snippet-quote__descr {
        font-size: 1rem;
        line-height: 1.2;
    }
}
.quote-3 blockquote .quote__author {
    position: absolute;
    color: #341401;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    margin-top: 4rem;
    z-index: 1;
    left: 0;
    padding-left: 10rem;
}
.quote-3 blockquote .quote__author:first-letter {
    margin-left: -12px;
}
@media (max-width: 580px) {
    .quote-3 .blockquote-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0.3rem;
    }
    .quote-3 blockquote .quote__author {
        font-size: 0.9rem;
        margin-top: 3rem;
        padding-left: 8rem;
    }
}
@media (max-width: 380px) {
    .quote-3 blockquote {
        max-width: 280px;
    }
}
.snippet-quote.quote-4 {
    margin: 1rem auto;
    padding: 0rem 5rem;
}
.quote-4 blockquote {
    font-size: 1.2rem;
    text-align: center;
}
.quote-4 .text__medium {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2rem auto 0.8rem auto;
    padding: 0rem;
}
.quote-4 cite {
    padding-top: 1rem;
}
.quote-4 .snippet-quote__title,
.quote-4 .snippet-quote__subtitle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
@media (max-width: 580px) {
    .snippet-quote.quote-4 {
        margin: 1rem auto;
        padding: 0 1rem;
    }
}
.block-scrollbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-height: 535px;
}
@media (max-width: 767px) {
    .block-scrollbox {
        grid-template-columns: 1fr;
    }
}
.block-scrollbox__container {
    padding: 50px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.block-scrollbox__container:hover::after {
    background-color: transparent;
}
.block-scrollbox__container::after {
    content: "";
    position: absolute;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    border-radius: 0;
    z-index: -1;
}
@media (max-width: 1220px) {
    .block-scrollbox__container {
        padding: 50px 30px;
    }
}
@media (max-width: 767px) {
    .block-scrollbox__container {
        min-height: 20rem;
    }
}
@media (max-width: 480px) {
    .block-scrollbox__container {
        padding: 15px 10px;
    }
	.header.header--white .wrap__logo {
	max-width: none !important;
}

header.header--white .logo-auto-header {
	background-size: 100%;
}
	.intro__title {
	font-size: 1.65rem;
	line-height: 1.2;
}
.intro__desc {
	font-size: .93rem;
}

.intro__pros-item {
	font-size: .9rem;
}

.header.header--white {
	padding: 0;
}

.intro__subheadling {
	font-size: .9rem;
}

.intro__slider .intro__info {
	margin-top: 5.5rem;
}

.button {
	min-height: auto;
	max-width: none;
	padding: 1.125rem 1.5rem;
	font-size: .9rem;
}
	
}
.block-scrollbox__title,
.block-scrollbox__subtitle {
    color: #fff;
    text-align: left;
}
.block-scrollbox__title {
    font-size: 2.67rem;
    line-height: 3.1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
.block-scrollbox__title p,
.block-scrollbox__title h1,
.block-scrollbox__title h2,
.block-scrollbox__title h3,
.block-scrollbox__title h4,
.block-scrollbox__title h5,
.block-scrollbox__title h6 {
    font-size: 2.67rem;
    line-height: 3.1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
@media (max-width: 992px) {
    .block-scrollbox__title {
        font-size: 1.96rem;
        line-height: 2.352rem;
    }
    .block-scrollbox__title p,
    .block-scrollbox__title h1,
    .block-scrollbox__title h2,
    .block-scrollbox__title h3,
    .block-scrollbox__title h4,
    .block-scrollbox__title h5,
    .block-scrollbox__title h6 {
        font-size: 1.96rem;
        line-height: 2.352rem;
    }
}
@media (max-width: 580px) {
    .block-scrollbox__title {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .block-scrollbox__title p,
    .block-scrollbox__title h1,
    .block-scrollbox__title h2,
    .block-scrollbox__title h3,
    .block-scrollbox__title h4,
    .block-scrollbox__title h5,
    .block-scrollbox__title h6 {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.block-scrollbox__subtitle {
    padding-bottom: 0;
}
.block-scrollbox__img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #761b44;
}
.block-scrollbox__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.block-scrollbox__list {
    list-style: none;
    margin: 0;
    padding: 0 20px 0;
    max-height: 500px;
    overflow-y: auto;
    scrollbar-color: #761b44 #fff;
    scrollbar-width: thin;
}
.block-scrollbox__list p {
    margin-bottom: 0;
}
.block-scrollbox__list::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
.block-scrollbox__list::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 100px;
}
.block-scrollbox__list::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #761b44;
}
@media (max-width: 480px) {
    .block-scrollbox__list {
        padding: 0 10px;
    }
}
.block-scrollbox__item:not(:last-of-type) {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .block-scrollbox__item:not(:last-of-type) {
        margin-bottom: 20px;
    }
}
.block-scrollbox__item {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #341401;
}
@media (max-width: 360px) {
    .block-scrollbox__item {
        font-size: 14px;
    }
}
.block-scrollbox__item::before {
    position: relative;
    margin-right: 18px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition:
        transform 0.3s ease,
        -webkit-transform 0.3s ease;
}
@media (max-width: 480px) {
    .block-scrollbox__item::before {
        margin-right: 9px;
    }
}
@media (hover: hover), screen {
    .block-scrollbox__item:hover::before {
        -webkit-transform: scale(1.3) translateZ(0);
        transform: scale(1.3) translateZ(0);
    }
}
.block-scrollbox__item .content-info__text-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 992px) {
    .block-scrollbox__item .content-info__text-content {
        text-align: left;
    }
}
@media (max-width: 992px) {
    .block-scrollbox__item .facts-count {
        font-size: 72px;
        line-height: 78px;
    }
}
.block-scrollbox__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 80px;
    background-color: #f9f9f9;
}
@media (max-width: 1220px) {
    .block-scrollbox__text {
        padding: 50px 30px;
    }
}
@media (max-width: 480px) {
    .block-scrollbox__text {
        padding: 15px 10px;
    }
}
.block-scrollbox__info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.block-scrollbox__subheading {
    background-color: #f7f7f7;
    padding: 0 10px;
}
.block-scrollbox__heading {
    color: #341401;
}
.block-scrollbox__heading[href] {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.block-scrollbox__heading[href]:hover {
    opacity: 0.7;
}
.block-scrollbox__text-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.block-scrollbox__text-content,
.block-scrollbox__text-content p {
    font-weight: 500;
}
.block-scrollbox__preview,
.block-scrollbox__preview p {
    font-weight: 300;
}
.block-scrollbox__text-content .block-scrollbox__period,
.block-scrollbox__text-content .block-scrollbox__city {
    font-weight: 300;
    font-size: 1rem;
}
.square-list__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1220px) {
    .square-list__list {
        grid-template-columns: 1fr;
    }
}
.square-list__text-container {
    background-color: #761b44;
    padding: 3rem;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .square-list__text-container {
        grid-row: 2 / 3;
    }
}
.square-list__text-container .square-list__title,
.square-list__text-container .square-list__title a,
.square-list__text-container .square-list__description,
.square-list__text-container .square-list__description p {
    color: #fff;
}
.square-list__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
    .square-list__item {
        grid-template-columns: 1fr;
    }
}
.square-list__item:nth-of-type(4n + 3) .square-list__text-container,
.square-list__item:nth-of-type(4n + 4) .square-list__text-container {
    grid-column: 2 / 3;
    grid-row: 1 / -1;
}
@media (max-width: 1220px) {
    .square-list__item:nth-of-type(4n + 3) .square-list__text-container,
    .square-list__item:nth-of-type(4n + 4) .square-list__text-container {
        grid-column: auto;
        grid-row: auto;
    }
}
@media (max-width: 767px) {
    .square-list__item:nth-of-type(4n + 3) .square-list__text-container,
    .square-list__item:nth-of-type(4n + 4) .square-list__text-container {
        grid-row: 2 / 3;
    }
}
.square-list__item:nth-of-type(4n + 3) .square-list__img,
.square-list__item:nth-of-type(4n + 4) .square-list__img {
    grid-column: 1 / 2;
    grid-row: 1 / -1;
}
@media (max-width: 1220px) {
    .square-list__item:nth-of-type(4n + 3) .square-list__img,
    .square-list__item:nth-of-type(4n + 4) .square-list__img {
        grid-column: auto;
        grid-row: auto;
    }
}
@media (max-width: 767px) {
    .square-list__item:nth-of-type(4n + 3) .square-list__img,
    .square-list__item:nth-of-type(4n + 4) .square-list__img {
        grid-row: 1 / 2;
    }
}
.square-list__item:nth-of-type(4n + 2) .square-list__text-container,
.square-list__item:nth-of-type(4n + 3) .square-list__text-container {
    background-color: #f7f7f7;
    color: #341401;
}
.square-list__item:nth-of-type(4n + 2) .square-list__text-container .square-list__title,
.square-list__item:nth-of-type(4n + 2) .square-list__text-container .square-list__title a,
.square-list__item:nth-of-type(4n + 2) .square-list__text-container .square-list__description,
.square-list__item:nth-of-type(4n + 2) .square-list__text-container .square-list__description p,
.square-list__item:nth-of-type(4n + 3) .square-list__text-container .square-list__title,
.square-list__item:nth-of-type(4n + 3) .square-list__text-container .square-list__title a,
.square-list__item:nth-of-type(4n + 3) .square-list__text-container .square-list__description,
.square-list__item:nth-of-type(4n + 3) .square-list__text-container .square-list__description p {
    color: #341401;
}
@media (max-width: 1220px) {
    .square-list__item:nth-of-type(4n + 2) .square-list__text-container,
    .square-list__item:nth-of-type(4n + 3) .square-list__text-container {
        background-color: #761b44;
        color: #fff;
    }
    .square-list__item:nth-of-type(4n + 2) .square-list__text-container .square-list__title,
    .square-list__item:nth-of-type(4n + 2) .square-list__text-container .square-list__title a,
    .square-list__item:nth-of-type(4n + 2) .square-list__text-container .square-list__description,
    .square-list__item:nth-of-type(4n + 2) .square-list__text-container .square-list__description p,
    .square-list__item:nth-of-type(4n + 3) .square-list__text-container .square-list__title,
    .square-list__item:nth-of-type(4n + 3) .square-list__text-container .square-list__title a,
    .square-list__item:nth-of-type(4n + 3) .square-list__text-container .square-list__description,
    .square-list__item:nth-of-type(4n + 3) .square-list__text-container .square-list__description p {
        color: #fff;
    }
}
@media (max-width: 1220px) {
    .square-list__item:nth-of-type(even) .square-list__text-container {
        grid-column: 2 / 3;
        grid-row: 1 / -1;
    }
}
@media (max-width: 1220px) {
    .square-list__item:nth-of-type(even) .square-list__img {
        grid-column: 1 / 2;
        grid-row: 1 / -1;
    }
}
@media (max-width: 1220px) {
    .square-list__item:nth-of-type(even) .square-list__text-container {
        background-color: #f7f7f7;
        color: #341401;
    }
    .square-list__item:nth-of-type(even) .square-list__text-container .square-list__title,
    .square-list__item:nth-of-type(even) .square-list__text-container .square-list__title a,
    .square-list__item:nth-of-type(even) .square-list__text-container .square-list__description,
    .square-list__item:nth-of-type(even) .square-list__text-container .square-list__description p {
        color: #341401;
    }
}
@media (max-width: 767px) {
    .square-list__item:nth-of-type(even) .square-list__text-container {
        grid-column: auto;
        grid-row: 2 / 3;
    }
}
@media (max-width: 767px) {
    .square-list__item:nth-of-type(even) .square-list__img {
        grid-column: auto;
        grid-row: 1 / 2;
    }
}
.square-list__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 767px) {
    .square-list__img {
        grid-row: 1 / 2;
    }
}
.square-list__title {
    margin-bottom: 1rem;
}
.square-list__description {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 24px;
}
.square-list__button {
    margin: 0;
    min-width: auto;
    width: 100%;
}
.promo-circle {
    min-height: 48rem;
}
@media (max-width: 1220px) {
    .promo-circle {
        min-height: 37rem;
    }
}
@media (max-width: 992px) {
    .promo-circle {
        min-height: auto;
    }
}
.promo-circle .features__inner {
    min-height: 35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1220px) {
    .promo-circle .features__inner {
        min-height: 24rem;
    }
}
@media (max-width: 992px) {
    .promo-circle .features__inner {
        min-height: auto;
    }
}
.features-container {
    width: 100%;
    max-width: 1530px;
    padding: 0 15px;
    margin: 0 auto;
}
.features__inner {
    position: relative;
    margin: 3rem auto;
}
.features__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
@media screen and (max-width: 992px) {
    .features__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.features__item {
    position: relative;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 992px) {
    .features__item {
        padding-bottom: 0;
    }
}
.features__item:not(:nth-last-child(-n + 2)) {
    margin-bottom: 6.5rem;
}
@media screen and (max-width: 1220px) {
    .features__item:not(:nth-last-child(-n + 2)) {
        margin-bottom: 3rem;
    }
}
@media screen and (max-width: 992px) {
    .features__item:not(:last-child) {
        margin-bottom: 1.5rem;
    }
}
.features__item svg {
    position: absolute;
    top: calc(100% + 1.5rem);
    z-index: 0;
    max-width: 75%;
    stroke: #eaeaea;
    fill: none;
    stroke-linecap: round;
    stroke-width: 2px;
    fill-rule: evenodd;
    -webkit-transition: stroke 0.2s;
    -o-transition: stroke 0.2s;
    transition: stroke 0.2s;
    pointer-events: none;
}
.features__item svg {
    stroke: #e6e6e6;
}
#news-section .features__item svg,
#services-section .features__item svg,
#hits-section .features__item svg,
#reviews-section .features__item svg,
#projects-section .features__item svg,
#steps-section .features__item svg,
#special-section .features__item svg,
#actions-section .features__item svg,
#articles-section .features__item svg,
#lookbook-section .features__item svg,
#brands-section .features__item svg,
#presentation-section .features__item svg,
#advantages-section .features__item svg,
#lines-section .features__item svg,
#promo-section .features__item svg {
    stroke: #972357;
}
@media screen and (max-width: 1220px) {
    .features__item svg {
        top: 100%;
    }
}
@media screen and (max-width: 992px) {
    .features__item svg {
        display: none;
    }
}
.features__check {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(calc(-50% - 5px));
    -ms-transform: translateY(calc(-50% - 5px));
    transform: translateY(calc(-50% - 5px));
    width: 2.5rem;
    height: 2.5rem;
    -webkit-transition:
        width 0.2s,
        height 0.2s,
        -webkit-transform 0.2s;
    transition:
        width 0.2s,
        height 0.2s,
        -webkit-transform 0.2s;
    -o-transition:
        width 0.2s,
        height 0.2s,
        transform 0.2s;
    transition:
        width 0.2s,
        height 0.2s,
        transform 0.2s;
    transition:
        width 0.2s,
        height 0.2s,
        transform 0.2s,
        -webkit-transform 0.2s;
    z-index: 0;
}
@media screen and (max-width: 1220px) {
    .features__check {
        width: 2rem;
        height: 2rem;
    }
}
.features__check svg {
    position: static;
    width: inherit;
    height: inherit;
    max-width: none;
    z-index: 0;
}
.features__check svg {
    fill: #761b44;
}
#promo-section .features__check svg {
    fill: #f7f7f7;
}
@media screen and (max-width: 992px) {
    .features__check svg {
        display: block;
    }
}
.features__item:hover .features__check {
    width: 3rem;
    height: 3rem;
}
@media screen and (max-width: 1220px) {
    .features__item:hover .features__check {
        width: 2.5rem;
        height: 2.5rem;
    }
}
.features__item:hover svg {
    stroke: #761b44;
}
.features__item:hover svg {
    stroke: #761b44;
}
#news-section .features__item:hover svg,
#services-section .features__item:hover svg,
#hits-section .features__item:hover svg,
#reviews-section .features__item:hover svg,
#projects-section .features__item:hover svg,
#steps-section .features__item:hover svg,
#special-section .features__item:hover svg,
#actions-section .features__item:hover svg,
#articles-section .features__item:hover svg,
#lookbook-section .features__item:hover svg,
#brands-section .features__item:hover svg,
#presentation-section .features__item:hover svg,
#advantages-section .features__item:hover svg,
#lines-section .features__item:hover svg,
#promo-section .features__item:hover svg {
    stroke: #761b44;
}
.features__item:nth-child(odd) {
    padding-left: 5rem;
}
@media screen and (max-width: 1220px) {
    .features__item:nth-child(odd) {
        padding-left: 3rem;
    }
}
.features__item:nth-child(odd) svg {
    left: 0;
}
.features__item:nth-child(odd) .features__check {
    left: 0;
}
.features__item:nth-child(odd):hover .features__check {
    -webkit-transform: translate(-4px, calc(-50% - 5px));
    -ms-transform: translate(-4px, calc(-50% - 5px));
    transform: translate(-4px, calc(-50% - 5px));
}
.features__item:nth-child(even) {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 5rem;
}
@media screen and (max-width: 1220px) {
    .features__item:nth-child(even) {
        padding-right: 3rem;
    }
}
.features__item:nth-child(even) svg {
    right: 0;
}
.features__item:nth-child(even) .features__check {
    right: 0;
}
.features__item:nth-child(even):hover .features__check {
    -webkit-transform: translate(4px, calc(-50% - 5px));
    -ms-transform: translate(4px, calc(-50% - 5px));
    transform: translate(4px, calc(-50% - 5px));
}
@media screen and (max-width: 992px) {
    .features__item:nth-child(even):hover .features__check {
        -webkit-transform: translate(-4px, calc(-50% - 5px));
        -ms-transform: translate(-4px, calc(-50% - 5px));
        transform: translate(-4px, calc(-50% - 5px));
    }
}
.features__item:nth-child(7) svg,
.features__item:nth-child(8) svg {
    bottom: -1.5rem;
    top: auto;
}
.features__item:nth-child(9) svg,
.features__item:nth-child(10) svg {
    top: auto;
    bottom: -0.5rem;
}
@media screen and (max-width: 1200px) {
    .features__item:nth-child(7) svg,
    .features__item:nth-child(8) svg,
    .features__item:nth-child(9) svg,
    .features__item:nth-child(10) svg {
        bottom: -3rem;
    }
}
.features__text {
    max-width: 16rem;
    margin: 0;
    padding-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.4;
    z-index: 1;
}
.features__text {
    color: #341401;
}
#promo-section .features__text {
    color: #fff;
}
@media screen and (max-width: 1220px) {
    .features__text {
        max-width: 12rem;
        line-height: 1.2;
    }
}
@media screen and (max-width: 992px) {
    .features__text {
        max-width: none;
    }
}
.features__img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 33rem;
    height: 33rem;
    -webkit-transform: translate(-50%, calc(-50% + 15px));
    -ms-transform: translate(-50%, calc(-50% + 15px));
    transform: translate(-50%, calc(-50% + 15px));
}
@media screen and (max-width: 1220px) {
    .features__img {
        width: 23rem;
        height: 23rem;
    }
}
@media screen and (max-width: 992px) {
    .features__img {
        position: relative;
        left: 0;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        max-width: calc(100vw - 6rem);
        max-height: calc(100vw - 6rem);
        margin: 0 auto 5rem;
    }
}
.features__img::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: calc(100% + 4rem);
    height: calc(100% + 4rem);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.features__img::after {
    border: 2px solid #761b44;
    background-color: #fff;
}
#promo-section .features__img::after {
    border: 2px solid #761b44;
    background-color: #e99dbf;
}
@media screen and (max-width: 1220px) {
    .features__img::after {
        width: calc(100% + 3rem);
        height: calc(100% + 3rem);
    }
}
.features__img img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.features__img img.active {
    opacity: 1;
}
.help-block {
    display: flex;
    flex-direction: column;
    padding: 2rem 0;
}
.help-block p {
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 700;
}
.help-block__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5rem;
    margin-bottom: 1.5rem;
}
.help-block__delete {
    margin: 0 auto;
}
.help-block__pasted-area {
    border: 4px dotted black;
    height: 300px;
    position: relative;
    text-align: center;
    outline: 0 none;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.help-block__pasted-area:empty::before {
    content: 'Нажмите на этот блок, чтобы сфокусироваться на нём и нажмите "Ctrl+V" для вставки или правую кнопку мыши и выберите вариант "Вставить".';
    position: absolute;
    margin: 0 2rem;
    display: block;
    color: #000;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    font-size: 16px;
    font-weight: 700;
    line-height: 28.8px;
}
.help-block__pasted-area:focus::before {
    color: transparent;
}
table.title-search-result {
    width: 100% !important;
    padding: 0 15px;
    margin: auto;
    max-width: 1190px;
}
