before * {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
section {
    overflow: hidden;
}
.noOverflow {
    overflow: visible !important;
}
body {
    overflow-x: hidden;
}
body.active {
    overflow: hidden;
}
body::-webkit-scrollbar {
    width: 10;
}
.container {
    max-width: 1235px;
}
.style-italy {
    font-style: italic;
}
.text-red {
    color: #bf0000 !important;
}
.breadcrumb-item {
    font-size: 11px;
    color: #a9a9a9 !important;
}
.breadcrumb-item::before {
    color: #a9a9a9 !important;
}
.breadcrumb-item a {
    font-size: 11px;
    font-weight: 500;
    color: #a0a0a0;
}
.breadcrumb-item.active {
    font-size: 11px;
    color: #bf0000 !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "-";
}
.container {
    height: 100%;
}
a {
    text-decoration: none;
}
p {
    margin: 0;
}
.title {
    font-size: 36px;
    font-weight: 700;
}
.title-sub {
    font-weight: 700;
    font-size: 24px;
}
button {
    position: relative;
}
button a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.form__default {
    max-width: 417px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.form__default-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form__default p {
    margin-top: 10px;
    text-align: left;
    color: rgba(255, 255, 255, 0.49);
    font-size: 9px;
    font-weight: 400;
}
.form__default p a {
    color: #fff;
    font-size: 9px;
    font-weight: 400;
}
.input {
    height: 49px;
    width: 204px;
    background: rgba(255, 255, 255, 0.27);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: none;
    border-radius: 4px;
    outline: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 30px;
    color: #fff;
}
.input::-webkit-input-placeholder {
    text-align: center;
    color: rgba(255, 255, 255, 0.46);
    font-size: 12px;
}
.input::-moz-placeholder {
    text-align: center;
    color: rgba(255, 255, 255, 0.46);
    font-size: 12px;
}
.input:-ms-input-placeholder {
    text-align: center;
    color: rgba(255, 255, 255, 0.46);
    font-size: 12px;
}
.input::-ms-input-placeholder {
    text-align: center;
    color: rgba(255, 255, 255, 0.46);
    font-size: 12px;
}
.input::placeholder {
    text-align: center;
    color: rgba(255, 255, 255, 0.46);
    font-size: 12px;
}
.section__title {
    font-weight: 700;
    font-size: 72px;
    font-style: none;
}
.section__title::first-letter {
    color: #bf0000;
}
.section__title-shadow {
    position: absolute;
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    font-weight: 900;
    font-style: italic;
    font-size: 288px;
    z-index: -1;
    color: #f0f0f0;
    top: 40px;
}
.btn-red {
    background: -webkit-gradient(linear, left top, right top, from(#7c0000), to(#bf0000));
    background: -o-linear-gradient(left, #7c0000 0, #bf0000 100%);
    background: linear-gradient(90deg, #7c0000 0, #bf0000 100%);
    -webkit-box-shadow: 0 4px 90px rgba(213, 0, 0, 0.98);
    box-shadow: 0 4px 90px rgba(213, 0, 0, 0.98);
    border-radius: 4px;
    height: 30px;
    width: 160px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn-red:hover {
    -webkit-box-shadow: 0 0 0 rgba(213, 0, 0, 0.98);
    box-shadow: 0 0 0 rgba(213, 0, 0, 0.98);
}
.image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.shadow-red {
    -webkit-box-shadow: 0 4px 13px rgba(191, 0, 0, 0.38);
    box-shadow: 0 4px 13px rgba(191, 0, 0, 0.38);
}
.pagination__numbers {
    margin-left: 29px;
    margin-right: 20px;
}
.pagination__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 47px;
}
.pagination__numbers {
    color: #a9a9a9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pagination__numbers p {
    font-size: 14px;
    font-weight: 400;
    margin-left: 4px;
    color: #a9a9a9;
    cursor: pointer;
}
.pagination__numbers p.active {
    color: #bf0000;
}
.pagination__btn {
    cursor: pointer;
    width: 45px;
    height: 45px;
    border: 1px solid #a9a9a9;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    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;
}
.pagination__btn svg path {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.pagination__btn:hover {
    border-color: #bf0000;
}
.pagination__btn:hover svg path {
    fill: #bf0000;
}
.pagination__btn-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media screen and (max-width: 992px) {
    .section__title {
        font-size: 72px;
    }
    .section__title-shadow {
        font-size: 210px !important;
        line-height: 103px !important;
    }
}
@media screen and (max-width: 576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section__title {
        font-size: 40px;
    }
    .section__title-shadow {
        font-size: 100px !important;
        line-height: 103px !important;
    }
    .head__title {
        margin-top: 35% !important;
        margin-bottom: 79px;
    }
    .form__default {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
    }
    .form__default form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form__default form input {
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .form__default form button {
        width: 100%;
    }
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.catalogPage__category-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 237px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.catalogPage__category-more button {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.catalogPage__category-list h3 {
    color: #bf0000;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 24px;
}
.catalogPage__category-list h6 {
    color: #bf0000;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 17px;
}
.catalogPage__category-list-items {
    padding-left: 0;
    list-style: none;
}
.catalogPage__category-list-items li {
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    line-height: 28px;
}
.catalogPage__category-list-items li:hover {
    color: #bf0000;
}
.catalogPage__category-list-items li.active {
    color: #bf0000;
}
.catalogPage__category-card {
    margin-bottom: 100px;
    padding: 22px;
    padding-bottom: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    -webkit-box-shadow: 0 24px 54px rgba(0, 0, 0, 0.1);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.catalogPage__category-card-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 274px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.catalogPage__category-card-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.catalogPage__category-card-img-bg img {
    width: 100%;
    height: 100%;
}
.catalogPage__category-card-img-gost {
    position: absolute;
    z-index: 11;
    top: 15px;
    right: 10px;
}
.catalogPage__category-card-img-prod {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 214px;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 10;
}
.catalogPage__category-card-descp-head {
    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;
    border-bottom: 3px solid #bf0000;
    margin-bottom: 24px;
    padding-bottom: 20px;
}
.catalogPage__category-card-descp-head h3 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
}
.catalogPage__category-card-descp-head p {
    font-size: 12px;
}
.catalogPage__category-card-descp-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.catalogPage__category-card-descp-btn p {
    margin-right: 7px;
    font-size: 9px;
}
.catalogPage__category-card-descp-btn-arrow {
    height: 19px !important;
    border-color: #000 !important;
}
.catalogPage__category-card-descp-btn-arrow img {
    width: unset !important;
}
.catalogPage__category-card-descp-btn:hover .catalog__card-btn-arrow {
    width: 40px;
}
.catalogPage__banner img {
    width: 100%;
}

.catalog__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    //display: flex;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height:249px;


}


.catalog__gallery img {
padding: 0px 0px 0px 0px;

width:100%;


}


.catalogPage__card {
    background-color: #fff;
    border-radius: 4px;
    border:1px solid #dddddd;
    padding: 10px;
    padding-bottom: 20px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    
}
.catalogPage__card-post {
    z-index:2;
    position: absolute;
    background: rgba(255, 255, 255, 0);
    //background-color: #fff;
    height: 22px;
    text-align: left;
    font-size: 18px;
    color: red;
    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: left;
    left: 15px;
    top: 10px;
    border-radius: 0px;
}
.catalogPage__card h3 {
    min-height: 40px;
    font-size: 15px;
    font-weight: 700;
    line-height: 18.96px;
    
    margin: 0 0;
    margin-bottom: 5px;
    text-align:center;
    
    display:table-cell; vertical-align: middle;height:40px;
    
}
.catalogPage__card p {
    color: #717171;
    font-weight: 400;
    font-size: 10px;
    height: 46px;
    overflow: hidden;
    margin-bottom: 19px;
}
.catalogPage__card-img {
    margin-top: 0px;
    margin-bottom: 5px;
    max-width:237px;
    width: 287px;
    height: 237px;
    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;
    //overflow: hidden;
}
.catalogPage__card .btn-red {
    width: 100%;
    min-width: 0;
    padding: 10px 4px;
    font-size: clamp(10px, 1.5vw, 13px);
    white-space: nowrap;
    overflow: hidden;
}

.catalogPage__card {
    overflow: hidden;
    padding-bottom: 15px;
}

@media (max-width: 576px) {
    .catalogPage__card .btn-red {
        padding: 8px 2px;
        font-size: 11px;
        letter-spacing: 0.5px;
    }
}
.catalogPage__card-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.catalogPage__menu {
    padding: 0;
    margin: 0;
    -webkit-transition: 0.5;
    -o-transition: 0.5;
    transition: 0.5;
}
.catalogPage__menu li {
    cursor: pointer;
    list-style: none;
}
.catalogPage__menu-menu {
    display: none;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top: 0px;
    padding-left: 75px;
    padding-bottom: 17px;
}
.catalogPage__menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -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;
    border-bottom: 1px solid #f5f5f5;
}
.catalogPage__menu-link--main {
    height: 39px;
    padding-left: 47px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    position: relative;
}
.catalogPage__menu-link--main::before {
    content: url("../../images/dist/catalog/Vector.png");
    position: absolute;
    display: none;
    height: fit-content;
    width: fit-content;
    left: 24px;
    top: 29%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.hasSub .catalogPage__menu-link--main::before {
    display: block;
}
.catalogPage__menu-link {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 29px;
    display:block;
}
.catalogPage__menu-link--main:hover,
.catalogPage__menu-link.active,
.catalogPage__menu-link:hover {
    color: #bf0000;
}
.catalogPage__menu-item:hover {
    background-color: #fafafa;
}
.catalogPage__menu-item.active .catalogPage__menu-link--main::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.catalogPage__menu-item.active .catalogPage__menu-menu {
    display: block;
    opacity: 1;
}
.catalogPage__menu-link--main.active {
    color: #fff;
    border-radius: 0 0 5px 5px;
    background: -webkit-gradient(linear, left top, right top, from(#7c0000), to(#bd0101));
    background: -o-linear-gradient(left, #7c0000 0, #bd0101 100%);
    background: linear-gradient(90deg, #7c0000 0, #bd0101 100%);
}
.catalogPage__menu-link--main.active:before {
    -webkit-filter: invert(100%) sepia(0) saturate(7479%) hue-rotate(102deg) brightness(133%) contrast(100%);
    filter: invert(100%) sepia(0) saturate(7479%) hue-rotate(102deg) brightness(133%) contrast(100%);
}
.catalogPage__menu-wrapper {
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.catalogPage__banner {
    margin-top: 22px;
}
.catalogPage__banner img {
    -o-object-fit: cover;
    object-fit: cover;
}
.nav__category {
    padding-top: 13px !important;
}
.download-pdf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.download-pdf img {
    margin-right: 17px;
}
.download-pdf p {
    color: #bf0000;
    font-size: 14px;
    font-weight: 500;
}
@media screen and (max-width: 992px) {
    .catalogPage__card button {
        height: 31px;
        width: 124px;
        font-size: 10px;
    }
}
@media screen and (max-width: 576px) {
    .headPages__subHead-wrapper {
        background-color: transparent !important;
        background-color: #fff;
    }
    .headPages__subHead-wrapper-row {
        position: relative;
    }
    .headPages__subHead-catalog {
        background-color: #fff !important;
        position: relative;
    }
    .headPages__subHead-catalog::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100vw;
        background-color: #fff;
        left: -100vw;
        top: 0;
    }
    .headPages__subHead-catalog::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 15px;
        background-color: #fff;
        right: -15px;
        top: 0;
    }
    .catalogPage__category-menu {
        -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
        position: absolute;
        top: 81px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        opacity: 0;
        z-index: 100;
        visibility: hidden;
    }
    .catalogPage__category-menu.show {
        visibility: visible;
        opacity: 1;
    }
    .catalogPage__menu-link--main {
        font-size: 10px;
        padding-left: 36px;
    }
    .catalogPage__menu-link--main::before {
        left: 15px;
    }
    .catalogPage__menu-link {
        font-size: 11px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .catalogPage__banner {
        display: none;
    }
    .catalogPage__card {
        padding: 10px;
    }
    .catalogPage__card-post {
        //width: 104px;
        height: 12.5px;
        font-size: 14px;
        left: 10px;
        top: 10px;
    }
    .catalogPage__card-img {
        width: 100px;
        height: 100px;
        
    }
    .catalogPage__card-img img {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .catalogPage__card h3 {
        font-size: 10px;
        line-height: 12px;
        min-height: unset;
        margin-bottom: 7px;
        
    }
    .catalogPage__card p {
        font-size: 6px;
        height: 27px;
        margin-bottom: 10px;
    }
    .catalogPage__card button {
        width: 92px;
        height: 23px;
        font-size: 8px;
    }
    .pagination__wrapper {
        margin-top: 39px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .pagination__btn {
        width: 36px;
        height: 36px;
    }
    .gallery {
        margin-top: 62px;
    }
    .download-pdf p {
        display: none;
    }
    .download-pdf img {
        margin-right: 0;
    }
    .headPages__subHead-catalog-left {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .headPages__subHead-catalog-left img {
        margin-right: 26px;
        width: 36px !important;
        height: 36px !important;
    }
}
.detail__wrapper {
    padding-top: 90px;
}
.detail__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 90px;
}
.detail__back img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.detail__back p {
    margin-left: 10px;
    font-size: 18px;
}
.detail__title {
    text-align: center;
    font-weight: 700;
    font-size: 72px;
    font-style: italic;
    color: #bf0000;
}
.detail__image {
    width: 100%;
    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;
    height: 100%;
}
.detail__image img {
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto;
    height: 100%;
}
.detail__descp {
    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;
}
.detail__descp h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    color: #bf0000;
    margin-bottom: 47px;
}
.detail__descp h6 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    border-bottom: 3px solid #bf0000;
    padding-bottom: 27px;
    margin-bottom: 32px;
}
.detail__descp-item P {
    margin-top: 34px;
    font-size: 18px;
    line-height: 23px;
}
.detail__descp-item P span {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}
.detail__descp-item P .big {
    font-size: 24px;
    font-weight: 400;
}
.detail__descp-btn {
    margin-top: 140px;
}
.nav__logo-detail {
    height: 34px;
}
.nav__logo-detail img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.specifications__wrapper {
    padding-top: 100px;
    padding-bottom: 150px;
}
.specifications__title {
    border-bottom: 3px solid #bf0000;
    padding-bottom: 16px;
    margin-bottom: 31px;
}
.specifications__title h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}
.specifications__item {
    margin-bottom: 15px;
}
.specifications__item h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
}
.specifications__item p {
    margin-top: 15px;
}
.specifications__item-table {
    margin-top: 15px;
}
.specifications__item-table td {
    padding-right: 15px;
}
.catalogPage__bigCard {
    background-position: 0 0, center;
    margin-left: 0;
    position: relative;
    margin-top: 25px;
    background: #fff;
    border-radius: 4px;
    padding: 27px;
    position: relative;
}
.catalogPage__bigCard-image {
    position: absolute;
    left: -120px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.catalogPage__bigCard-descp {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.catalogPage__bigCard-descp-item {
    margin-bottom: 48px;
}
.catalogPage__bigCard-descp-item h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 21px;
}
.catalogPage__bigCard-descp-item h3.sm-title {
    font-size: 16px;
    font-weight: 600;
}
.catalogPage__bigCard-descp-item p {
    font-size: 14px;
    font-weight: 400;
}
.catalogPage__bigCard-descp-item:last-child {
    margin-bottom: 0;
}
.catalogPagemySwiper2 img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.catalogPagemySwiper2 .swiper-slide {
    position: relative;
}
.catalogPagemySwiper2 .swiper-slide p {
    position: absolute;
    color: #bf0000;
    font-weight: 600;
    font-size: 15px;
}
.catalogPagemySwiper {
    margin:0 auto;
    margin-top: 10px;
    
}
.catalogPagemySwiper__wrapperFasov {
    margin-top: 10px;
}
.catalogPagemySwiper__title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}
.catalogPagemySwiper__wrapper {
    position: relative;
}
.catalogPagemySwiper-btn {
    margin: 0;
}
.catalogPagemySwiper-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -10px;
    top: 45%;
}
.catalogPagemySwiper-prev {
    left: -10px;
    top: 45%;
}
.catalogPagemySwiper__tabel {
    border-radius: 3px;
    overflow: hidden;
}
.catalogPagemySwiper__tabel-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.catalogPagemySwiper__tabel tr td {
    background: #f8f8f8;
    padding-left: 16px;
    width: 86px;
    height: 39px;
    color: #292929;
    font-size: 11px;
    border: 2px solid #fff;
}
.catalogPagemySwiper__tabel tr td:nth-child(1) {
    width: 110px;
    font-size: 12px;
    color: #878787;
}
.catalogPagemySwiper img {
    width: 100%;
}
.catalogPagemySwiper-btn {
    width: 10px;
    height: 22px;
}
.catalogPagemySwiper2-btn {
    width: 10px;
    height: 22px;
}
.catalogPagemySwiper-btn img {
    -o-object-fit: cover;
    object-fit: cover;
}

.catalogPagemySwiper2-btn img {

}
.catalogPagemySwiper .swiper-slide {
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding: 5px 10px 5px 10px;
}
.catalogPagemySwiper .swiper-slide p {
    margin-top: 7px;
    color: #bf0000;
    font-weight: 600;
    font-size: 12px;
}
@media screen and (max-width: 1240px) {
    .catalogPagemySwiper2 img {
        width: 100%;
    }
}
@media screen and (max-width: 576px) {
  .catalogPagemySwiper2 .swiper-slide img {
    padding-top:30px;
  }

    .detail-download-pdf {
        display: none;
    }
    .catalog__card-btn-arrow {
        display: none !important;
    }
    .catalogPage__bigCard {
        padding: 10px;
    }
    .catalogPage__bigCard-image {
        width: 50%;
    }
    .catalogPage__bigCard-image img {
        width: 100%;
    }
    .catalogPage__bigCard-descp {
        border-bottom: none;
    }
    .catalogPage__bigCard-descp-item {
        margin-bottom: 20px;
    }
    .catalogPage__bigCard-descp-item h3 {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 10px;
    }
    .catalogPage__bigCard-descp-item h3.sm-title {
        font-size: 12px;
    }
    .catalogPage__bigCard-descp-item p {
        font-size: 9px;
        line-height: 15px;
    }
    .catalogPagemySwiper__wrapperFasov {
        border-top: 1px solid #ddd;
    }
    .catalogPagemySwiper__title {
        margin-top: 13px;
        font-size: 12px;
        width: 200px;
        margin-bottom: 17px;
    }
    .catalogPagemySwiper__tabel tr td {
        height: 24px;
        width: 46px;
        text-align: center;
        padding: 0;
        font-size: 7px;
    }
    .catalogPagemySwiper__tabel tr td:nth-child(1) {
        font-size: 7px;
        text-align: left;
        padding-left: 7px;
        width: 61px;
    }
}
.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
    margin-bottom: 70px;
    margin-top: 110px;
}



.gallery__item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.gallery__item:nth-child(1) {
    width: 391px;
    height: 197px;
    margin-right: 39px;
}
.gallery__item:nth-child(2) {
    margin-top: 10px;
    z-index: 2;
    margin-right: 20px;
}
.gallery__item:nth-child(3) {
    width: 369px;
    height: 317px;
    z-index: 1;
    -webkit-box-shadow: -15px 15px 0 15px #f8f8f8;
    box-shadow: -15px 15px 0 15px #f8f8f8;
}
.gallery__item:nth-child(4) {
    z-index: 2;
    width: 334px;
    height: 214px;
    -webkit-box-shadow: 15px -15px 0 15px #f8f8f8;
    box-shadow: 15px -15px 0 15px #f8f8f8;
    margin-top: -110px;
}
.gallery__item:nth-child(5) {
    margin-left: 26px;
    margin-right: 26px;
    width: 137px;
    height: 165px;
    margin-top: -85px;
}
.gallery__item:nth-child(6) {
    margin-top: -63px;
}
.gallery__item .benefits__card {
    margin-bottom: 22px;
}
@media screen and (max-width: 1240px) {
    .gallery {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        overflow: hidden;
    }
    .gallery__item {
        overflow: hidden;
        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;
    }
    .gallery__item img {
        height: 100%;
    }
    .gallery__item:nth-child(1) {
        width: 32%;
        height: 220px;
        margin-right: 2%;
    }
    .gallery__item:nth-child(2) {
        margin-top: 0;
        width: 32%;
        height: 220px;
        margin-right: 2%;
    }
    .gallery__item:nth-child(3) {
        width: 32%;
        height: 220px;
        -webkit-box-shadow: -9px 9px 0 9px #f8f8f8;
        box-shadow: -9px 9px 0 9px #f8f8f8;
    }
    .gallery__item:nth-child(4) {
        width: 26%;
        margin-top: 0;
        height: 120px;
        margin-right: 2%;
        -webkit-box-shadow: 9px -9px 0 9px #f8f8f8;
        box-shadow: 9px -9px 0 9px #f8f8f8;
    }
    .gallery__item:nth-child(5) {
        margin: 0;
        margin-right: 2%;
        width: 20%;
        margin-top: 0;
        height: 101px;
    }
    .gallery__item:nth-child(6) {
        width: 50%;
        margin-top: 0;
        height: 101px;
    }
}
@media screen and (max-width: 992px) {
    .gallery__item:nth-child(1) {
        height: 300px;
    }
    .gallery__item:nth-child(3) {
        height: 300px;
    }
    .gallery__item:nth-child(2) {
        height: 300px;
    }
}
@media screen and (max-width: 576px) {
    .gallery {
        margin-bottom: 0;
    }
    .gallery__item .benefits__card {
        margin-bottom: 10px;
    }
    .gallery__item .benefits__card-descp {
        max-width: 200px;
    }
    .gallery__item .benefits__card-descp h4 {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 14px;
    }
    .gallery__item .benefits__card-descp p {
        font-size: 10px;
        line-height: 10px;
    }
    .gallery__item .benefits__card img {
        width: 14px;
        height: 14px;
        margin-right: 7px;
    }
    .gallery__item:nth-child(1) {
        width: 30%;
        height: 146px;
    }
    .gallery__item:nth-child(2) {
        width: 68%;
        height: 150px;
        margin-right: 0;
    }
    .gallery__item:nth-child(3) {
        width: 25%;
        height: 68px;
        margin-right: 2%;
        -webkit-transform: translate(0, -67px);
        -ms-transform: translate(0, -67px);
        transform: translate(0, -67px);
        -webkit-box-shadow: -2px 2px 0 9px #f8f8f8;
        box-shadow: -2px 2px 0 9px #f8f8f8;
    }
    .gallery__item:nth-child(4) {
        height: 51px;
        width: 20%;
        margin-right: 2%;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translate(0, -67px);
        -ms-transform: translate(0, -67px);
        transform: translate(0, -67px);
    }
    .gallery__item:nth-child(5) {
        width: 50%;
        height: 121px;
        margin-right: 0;
    }
    .gallery__item:nth-child(6) {
        width: 47%;
        height: 55px;
        -webkit-transform: translate(0, -56px);
        -ms-transform: translate(0, -56px);
        transform: translate(0, -56px);
    }
}
.nav {
    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;
    padding-top: 24px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.nav__logo {
    display: block;
    padding-top:10px;
}
.nav__logo.mobile {
    display: none;
}
.nav__wrapper {
    position: fixed;
    width: 100vw;
    z-index: 100;
    transition: 0.5s;
    position: fixed;
}
.nav__wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 86px;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
}
.nav__wrapper.active::before {
    height: 86px;
}
.nav__wrapper.active .nav {
    padding-top: 0px;
}

.nav__wrapper .nav {
    padding-top: 0px;
}


.nav__request {
    
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav__engru {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color:#fff;
    cursor:pointer;
    margin-top:-10px;
    margin-left:5px;
    margin-right:20px;
}

.nav__engru a {
    color:#fff;
}

.nav__engru a:hover {
    color:#aaa;
    transition: 0.5s;
}

.nav__request-call {
    cursor: pointer;
    color: #939393;
    font-size: 9px;
    border-bottom: 1px dashed #939393;
    display: inline;
    margin-left: auto;
}
.nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}
.nav__menu-trigger {
    display: none;
}
.nav__menu li a {
    color: #fff;
    padding: 0 13px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.nav__menu li a:hover {
    color: #bf0000;
    font-size: 16px;
}
.nav__descp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -12px;
}
.nav__descp-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 52px;
}
.nav__descp-location img {
    width: 21px;
    height: 21px;
    margin-right: 8px;
}
.nav__descp-location p {
    color: #fff;
    font-size: 12px;
}
.nav__descp-search {
    background: rgba(255, 255, 255, 0.07);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 31px;

    
    height: 43px;
}
.nav__descp-search input {
    background-color: transparent;
    border: none;
    color: #fff;
    margin-left: 20px;
}
.nav__descp-search input::-webkit-input-placeholder {
    color: #fff;
}
.nav__descp-search input::-moz-placeholder {
    color: #fff;
}
.nav__descp-search input:-ms-input-placeholder {
    color: #fff;
}
.nav__descp-search input::-ms-input-placeholder {
    color: #fff;
}
.nav__descp-search input::placeholder {
    color: #fff;
}
.nav__descp-search input:focus {
    outline: 0;
}
.nav__descp-search button {
    background-color: transparent;
    border: none;
    margin-right: 15px;
}
.nav__descp-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nav__descp-number img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.nav__descp-number p {
    color: #fff;
    font-weight: 700;
}
.nav__phone-mobile {
    display: none;
}
.headPages__wrapper {
    position: relative;
    height: 86px;
}
.headPages__wrapper-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.headPages__wrapper-img img {
    height: 100%;
    width: 100%;
}
.headPages__subHead-wrapper {
    overflow: unset;
    background-color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.headPages__subHead-shadow {
    top: -200px;
}
.headPages__subHead-catalog {
    background-color: #fafafa;
    height: 81px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-weight: 700;
    font-size: 20px;
}
.headPages__subHead-catalog-descp {
    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;
    margin-top: auto;
    margin-bottom: auto;
}
.headPages__subHead-catalog-descp-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.headPages__subHead-catalog-descp-wrapper .catalog__card-btn-arrow {
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 14px;
    height: 18px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-color: #000;
}
.headPages__subHead-catalog-descp-wrapper .catalog__card-btn-arrow img {
    -webkit-filter: invert(0) sepia(88%) saturate(7500%) hue-rotate(209deg) brightness(0) contrast(101%);
    filter: invert(0) sepia(88%) saturate(7500%) hue-rotate(209deg) brightness(0) contrast(101%);
}
.headPages__subHead-catalog-descp-wrapper .catalog__card-btn-arrow:hover {
    width: 40px;
}
.headPages__subHead-catalog-title {
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}
.headPages__subHead-catalog-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.headPages__subHead-catalog-left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-weight: 700;
    font-size: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.headPages__subHead-catalog-left img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 21px;
    height: 21px;
}
.head {
    position: relative;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 550px;
    margin-left: auto;
    height: 100%;
}
.head__click {
    position: absolute;
    cursor: pointer;
    bottom: 32px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}
.head__title {
    margin-top: 35%;
    margin-bottom: 84px;
}
.head__title h1 {
    color: #fff;
    font-size: 80px;
    line-height: 82px;
    text-align: right;
    //font-style: italic;
    font-weight: 700;
    position: relative;
    margin: 0;
    margin-bottom: 11px;
}
.head__title1 h1::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #fff;
    width: 83px;
    height: 10px;
    left: 30px;
}
.head__title p {
    color: #fff;
    text-align: right;
}
.head__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.head__wrapper {
    min-height: 960px;
    position: relative;
}
.head__wrapper-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 100%;
}
.head__wrapper-img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about__wrapper {
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 90vh;
    position: relative;
}
.about__descp {
    height: 100%;
    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;
    z-index: 1;
}
.about__descp .text__line {
    margin-top: 20px;
    border-left: 3px solid #bf0000;
    margin-left: 40px;
    padding-left: 20px;
}
.about__descp .section__title {
    font-size: 72px;
    margin-bottom: 30px;
}
.about__img {
    -webkit-transform: translate(50px);
    -ms-transform: translate(50px);
    transform: translate(50px);
}
.promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    height: 100%;
}
.promo__wrapper {
    position: relative;
    height: 300px;
}
.promo__wrapper-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.promo__wrapper-img img {
    width: 100%;
    height: 100%;
}
.promo__descp {
    max-width: 413px;
    margin-left: auto;
    height: 100%;
    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;
}
.promo__descp-head h3 {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    text-align: right;
    margin: 0;
    line-height: 48px;
}
.promo__descp-head p {
    font-size: 18px;
    line-height: 18px;
    text-align: right;
    color: #fff;
}
.promo__descp-body {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 31px;
}
.promo__descp-body h4 {
    width: 204px;
    text-align: right;
    font-size: 96px;
    font-weight: 400;
    font-style: italic;
    margin-right: 30px;
    color: #fff;
}
.promo__descp-body p {
    color: #fff;
    line-height: 13px;
}
.catalog__head {
    text-align: center;
    max-width: 509px;
    margin: auto;
    margin-bottom: 35px;
}
.catalog__head p {
    margin-top: 0;
    font-size: 12px;
    line-height: 15px;
}
.catalog__shadow {
    top: 0;
}
.catalog__wrapper {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
.catalog__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.catalog__right {
    width: 45%;
    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;
}
.catalog__left {
    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: column;
    flex-direction: column;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 52.8%;
}
.catalog__left-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.catalog__left-img {
    width: 100%;
    position: relative;
    max-height: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.catalog__left-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}
.catalog__left-img-car {
    margin: auto;
    margin-left: auto;
}
.catalog__left-img-up {
    //max-height: 450px;
    position: absolute;
    top: 0;
    margin-left: auto;
    //width: 110%;
    //left: -65px;
}
.catalog__left-img-up.mobile {
    display: none;
}
.catalog__card {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 260px;
    height: 180px;
    margin-bottom: 5px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.catalog__card:hover {

    //filter: grayscale(100%);
    //opacity: 0.7;
    box-shadow: 0px 0px 30px red;
    border: 1px solid #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 260px;
    height: 180px;
    margin-bottom: 5px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    //transition: 0.2s;
}

.catalog__card.big {
    width: 355px;
}
.catalog__card-descp {
    padding: 0 27px;
    width: 100%;
    position: relative;
}
.catalog__card-descp h4 {
    color: #fff;
    height: 54px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
}
.catalog__card:hover .catalog__card-btn-arrow {
    width: 60px;
}
.catalog__card-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(46.57%, #000), color-stop(65.14%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, #000 46.57%, rgba(0, 0, 0, 0) 65.14%);
    background: linear-gradient(0deg, #000 26.57%, rgba(0, 0, 0, 0) 45.14%);
}
.catalog__card-btn {
    display: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.catalog__card-btn p {
    font-size: 9px;
    margin-right: 10px;
    color: #fff;
}
.catalog__card-btn-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border: 1.5px solid #fff;
    border-radius: 10px;
    height: 20px;
    width: 27px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.catalog__card-btn-arrow img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 12px;
    height: 9px;
    margin: auto;
}
.catalog__card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.benefits p {
    margin-top: 72px;
    margin-bottom: 73px;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 21.42px;
    max-width: 1052px;
}
.benefits__wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}
.benefits__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.benefits__card img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 38px;
    height: 38px;
    margin-right: 22px;
}
.benefits__card p {
    font-size: 14px;
}
.benefits__card-descp {
    max-width: 300px;
}
.benefits__card-descp h4 {
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 18.54px;
}
.benefits__card-descp p {
    font-weight: 275;
    line-height: 18.9px;
    margin: 0;
}
.buy__wrapper {
    overflow: unset;
    position: relative;
    padding-top: 207px;
}
.buy__shadow {
    line-height: 288px;
    left: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    right: 162px;
    top: 160px;
}
.buy__descp {
    -webkit-transform: translate(0, 31px);
    -ms-transform: translate(0, 31px);
    transform: translate(0, 31px);
    text-align: right;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.buy__descp h2 {
    text-align: right;
}
.buy__descp p {
    text-align: right;
    margin-top: 35px;
    letter-spacing: 0.5px;
}
.buy__photo {
    position: relative;
}
.buy__photo-item {
    overflow: hidden;
}
.buy__photo-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.buy__photo-item:nth-child(1) {
    width: 498px;
    height: 330px;
}
.buy__photo-item:nth-child(2) {
    position: absolute;
    width: 337px;
    height: 226px;
    top: 220px;
    left: 190px;
    -webkit-box-shadow: 0 0 0 17.5px #fff;
    box-shadow: 0 0 0 17.5px #fff;
}
.buy__photo-item:nth-child(3) {
    position: absolute;
    width: 134px;
    height: 100px;
    top: 100px;
    left: 517px;
}
.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 63px;
}
.contact__wrapper {
    padding-top: 30px;
    padding-bottom: 60px;
}
.contact__form input {
    margin-top: 20px;
    background: #e6e6e6;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 4px;
    padding-left: 29px;
    padding-right: 10px;
    width: 190px;
    margin-right: 18px;
    color: #000;
}
.contact__form input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.46);
    text-align: left;
}
.contact__form input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.46);
    text-align: left;
}
.contact__form input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.46);
    text-align: left;
}
.contact__form input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.46);
    text-align: left;
}
.contact__form input::placeholder {
    color: rgba(0, 0, 0, 0.46);
    text-align: left;
}
.contact__form input:nth-child(2n) {
    width: 179px;
    margin-right: 0;
}
.contact__form button {
    -webkit-box-shadow: 0 4px 90px rgba(213, 0, 0, 0.3);
    box-shadow: 0 4px 90px rgba(213, 0, 0, 0.3);
}
.contact__form-wrapper h4 {
    color: #bf0000;
    font-weight: 700;
    font-size: 24px;
    //font-style: italic;
    margin-bottom: 30px;
}
.contact__form-wrapper p {
    font-size: 9px;
    margin-top: 11px;
    color: rgba(0, 0, 0, 0.49);
}
.contact__form-wrapper p a {
    font-size: 9px;
    color: #000;
}
.contact__info {
    margin-top: 32px;
    border-left: 3px solid #bf0000;
    padding-left: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.contact__info .nav__descp-number {
    margin-bottom: 20px;
}
.contact__info .nav__descp-number p {
    font-weight: 700;
}
.contact__info .nav__descp-location p {
    color: #000;
    font-size: 18px;
}
.contact__info .nav__descp-location.diller p {
    margin-top: 6px;
}
.contact__info .nav__descp-location .men {
    width: 36px;
    height: 36px;
    margin-left: -4px;
    margin-bottom: 20px;
}
.contact__info a p {
    color: #000;
    font-size: 18px;
}
.contact__info a img {
    width: unset;
    height: unset;
    margin-right: 12px;
    -o-object-fit: contain;
    object-fit: contain;
}
.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__wrapper {
    padding-top: 21px;
    padding-bottom: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#940000));
    background: -o-linear-gradient(top, #000 0, #940000 100%);
    background: linear-gradient(180deg, #000 0, #940000 100%);
}
.footer__logo img {
    width: 100px;
}
.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
}
.footer__menu h4 {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    width: 100px;
}
.footer__menu-list:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer__menu-list:nth-child(2) .nav__descp-number {
    margin-top: 20px;
}
.footer__menu-list:nth-child(2) .nav__descp-number p {
    font-weight: 700;
}
.footer__menu ul {
    list-style: none;
    padding: 0;
}
.footer__menu ul li {
    margin-bottom: 6px;
}
.footer__menu ul li a {
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.footer__menu ul li a:hover {
    color: #bf0000;
}
.footer__policy {
    margin-top: 15px;
    font-size: 12px;
    color: #fff;
}
.footer__policy a {
    color: #fff;
    font-size: 12px;
}
.footer__policy-two {
    text-align: right;
}
@media screen and (max-width: 1240px) {
    .section__title {
        font-size: 54px;
    }
    .nav__descp {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: auto;
        margin-right: 50px;
    }
    .nav__menu {
        display: none;
    }
    .nav__menu-trigger {
      //marging-left:20px;
        cursor: pointer;
        width: 34px;
        height: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        z-index: 201;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        position: relative;
    }
    .nav__menu-trigger span {
        position: absolute;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 2px;
        right: 0;
    }
    .nav__menu-trigger span:nth-child(1) {
        top: 2px;
    }
    .nav__menu-trigger span:nth-child(2) {
        top: 9px;
    }
    .nav__menu-trigger span:nth-child(3) {
        width: 70%;
        top: 16px;
    }
    .nav__menu-trigger.active span {
        width: 100%;
    }
    .nav__menu-trigger.active span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 7px;
    }
    .nav__menu-trigger.active span:nth-child(2) {
        opacity: 0;
        -webkit-transform: translate(100px);
        -ms-transform: translate(100px);
        transform: translate(100px);
    }
    .nav__menu-trigger.active span:nth-child(3) {
        top: 7px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .section__title-shadow {
        font-size: 160px;
        line-height: 160px;
    }
    .buy__shadow {
        right: 0;
    }
    .contact__form {
        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;
    }
    .contact__form input {
        width: 48.5% !important;
        margin-right: 0;
    }
    .contact__form button {
        width: 48.5%;
        margin-top: 20px;
    }
    .catalog__card {
        width: 48%;
    }
    .catalog__card.big {
        width: 48.5%;
    }
    .catalog__left-img-up {
        width: 100%;
        left: unset;
        -o-object-fit: cover;
        object-fit: cover;
        height: unset !important;
        top: 6%;
    }
    .benefits__card-descp {
        max-width: 260px;
    }
}
@media screen and (max-width: 992px) {
    .benefits__card-wrapper {
        margin-bottom: 40px;
    }
    .buy__descp {
        margin-top: 20px;
    }
    .contact__wrapper {
        padding-top: 150px;
    }
    .nav__descp {
        display: none;
    }
    .nav__phone-mobile {
        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;
        width: 35px;
        height: 35px;
        background-color: #bf0000;
        margin-left: auto;
        margin-right: 29px;
        border-radius: 50%;
        -webkit-box-shadow: 3px 4px 6px rgba(247, 147, 30, 0.2);
        box-shadow: 3px 4px 6px rgba(247, 147, 30, 0.2);
    }
    .head__title {
        margin-top: 45%;
    }
    .about__descp {
        max-width: 485px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 70px;
    }
    .about__descp .section__title {
        text-align: center;
        font-size: 72px;
        margin-bottom: 40px;
    }
    .about__img {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        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;
    }
    .about__img img {
        width: 70%;
    }
    .promo__descp {
        margin-left: auto;
        margin-right: auto;
    }
    .promo__wrapper-img img {
        width: unset;
    }
    .catalog__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .catalog__left {
        width: 100%;
    }
    .catalog__left-img {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        max-height: unset;
    }
    .catalog__left-img-up {
        top: 0;
    }
    .catalog__right {
        width: 100%;
    }
    .catalog__card-img img {
        width: 100%;
    }
    .benefits__card-descp {
        max-width: 170px;
    }
    .buy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .buy__wrapper {
        padding-top: 170px;
    }
    .buy__descp {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        margin-bottom: 60px;
    }
    .buy__descp h2 {
        font-size: 72px;
    }
    .contact {
        -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;
    }
    .contact__wrapper {
        padding-top: 300px;
    }
    .contact__form-wrapper {
        margin-top: 68px;
    }
    .contact__info {
        margin-top: 40px;
    }
    .map-google {
        height: 387px;
    }
    .footer__menu-list .nav__descp-location {
        margin-right: 0;
    }
    .catalog__left-img-up.desctop {
        display: none;
    }
    .catalog__left-img-up.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -o-object-fit: contain;
        object-fit: contain;
        width: 75%;
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px) {
    .about__wrapper {
        padding-top: 0;
    }
    .about__wrapper .section__title-shadow {
        top: 180px;
    }
    .catalog__shadow {
        top: 180px;
    }
    .catalog__head .section__title {
        font-size: 72px;
    }
    .catalog__left-img {
        height: 800px;
        margin-bottom: 100px;
    }
    .catalog__left-img-car {
        margin-top: 40px;
        -o-object-fit: contain;
        object-fit: contain;
        width: 50%;
        height: unset !important;
    }
    .catalog__wrapper {
        padding-bottom: 115px;
    }
    .benefits .section__title {
        font-size: 72px;
    }
    .benefits__wrapper {
        padding-top: 116px;
    }
    .benefits__card img {
        margin-right: 10px;
    }
    .contact__form-wrapper {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    .contact__info {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 576px) {
    .nav__logo {
        display: none;
    }
    .nav__logo.mobile {
        display: block;
    }
    .headPages__subHead-catalog-descp {
        margin-top: 18px;
    }
    .headPages__subHead-catalog-title {
        font-size: 12px;
    }
    .nav__phone-mobile {
        display: none;
    }
    .head__wrapper {
        min-height: 600px;
    }
    .head__wrapper-img img {
        width: unset;
        -o-object-fit: unset;
        object-fit: unset;
    }
    .head__title {
        margin-bottom: 10px;
    }
    .head__title h1 {
        font-size: 54px;
        line-height: 55px;
    }
    .head__title h1::before {
        width: 42px;
        height: 3px;
        left: 45px;
    }
    .about__wrapper {
        padding-top: 0;
    }
    .about__img {
        margin-top: 60px;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }
    .about__img img {
        width: 80%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .about__descp {
        padding-bottom: 0;
    }
    .about__descp .section__title {
        margin-bottom: 30px;
        font-size: 48px;
        text-align: left;
    }
    .about__descp .text__line {
        margin-left: 20px;
    }
    .promo__descp-head h3 {
        font-size: 36px;
        text-align: center;
    }
    .promo__descp-head p {
        text-align: center;
        font-size: 14px;
        margin-top: -5px;
    }
    .promo__descp-body h4 {
        font-size: 72px;
        width: 57%;
    }
    .promo__descp-body p {
        font-size: 12px;
        width: 43%;
    }
    .promo__wrapper-img img {
        width: unset;
    }
    .catalog__head {
        margin-bottom: 40px;
    }
    .catalog__head .section__title {
        font-size: 48px;
    }
    .catalog__head p {
        margin-top: 25px;
    }
    .catalog__wrapper {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .catalog__shadow {
        top: 60px;
        overflow: hidden;
        font-size: 65px !important;
    }
    .catalog__card {
        width: 100%;
    }
    .catalog__card.big {
        width: 100%;
    }
    .catalog__card-img img {
        width: 100%;
    }
    .catalog__content {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        display: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .catalog__left {
        width: 100%;
    }
    .catalog__left-content {
        display: block;
    }
    .catalog__left-img {
        display: none;
        height: unset;
    }
    .catalog__left-img-car {
        width: 70%;
        margin-top: 0;
    }
    .catalog__left-img-up.desctop {
        display: none;
    }
    .catalog__left-img-up.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 0;
        width: unset;
        margin-top: 0;
    }
    .catalog__right {
        width: 100%;
    }
    .benefits .section__title {
        font-size: 40px;
        line-height: 43px;
    }
    .benefits__wrapper {
        padding-top: 120px;
    }
    .benefits p {
        margin-top: 50px;
    }
    .benefits__card img {
        margin-right: 20px;
    }
    .benefits__card-descp {
        max-width: 250px;
    }
    .benefits__card-descp p {
        margin-top: 10px;
    }
    .buy {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .buy__shadow {
        right: unset;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        top: 60px;
    }
    .buy__wrapper {
        padding-top: 90px;
    }
    .buy__descp {
        margin-bottom: 6px;
    }
    .buy__descp .section__title {
        font-size: 48px;
    }
    .buy__photo {
        margin-top: 40px;
    }
    .buy__photo-item:nth-child(1) {
        width: 70%;
        height: unset;
    }
    .buy__photo-item:nth-child(2) {
        width: 45%;
        height: unset;
        left: 25%;
        top: 120px;
        -webkit-box-shadow: 0 0 0 11.5px #fff;
        box-shadow: 0 0 0 11.5px #fff;
    }
    .buy__photo-item:nth-child(3) {
        width: 26%;
        height: unset;
        right: 0;
        left: unset;
        top: 30px;
    }
    .map-google {
        height: 211px;
    }
    .contact {
        margin-top: 50px;
    }
    .contact__wrapper {
        padding-bottom: 64px;
        padding-top: 150px;
    }
    .contact__wrapper .section__title {
        font-size: 50px;
    }
    .contact__form-wrapper {
        margin-top: 55px;
    }
    .contact__form input {
        width: 100% !important;
        margin-top: 10px;
    }
    .contact__form input:nth-child(3) {
        padding-left: 26px;
    }
    .contact__form button {
        width: 100%;
        margin-top: 10px;
    }
    .contact__info {
        margin-top: 40px;
    }
    .contact__info .nav__descp-location p {
        font-size: 14px;
    }
    .contact__info a p {
        font-size: 14px;
    }
    .footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer__logo img {
        width: 100%;
    }
    .footer__menu-list:nth-child(2) {
        margin-right: 0;
    }
    .footer__menu-list .nav__descp-location {
        margin-right: 0;
    }
    .footer__menu-list .nav__descp-number p {
        font-size: 13px;
    }
    .footer__policy {
        font-size: 8px;
    }
    .footer__policy a {
        font-size: 8px;
    }
    .footer__policy-two {
        text-align: right !important;
    }
    .footer__policy-two {
        text-align: left;
        margin-top: 11px;
    }
    .breadcrumb-item {
        font-size: 8px;
    }
    .breadcrumb-item a {
        font-size: 8px;
    }
    .breadcrumb-item.active {
        font-size: 8px;
    }
}
.menu {
    position: fixed;
    width: 50vw;
    height: 100vh;
    top: 0;
    right: -100vw;
    background-color: #fff;
    z-index: 90;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    padding: 100px 38px 20px;
}
.menu.active {
    right: 0;
}
.menu__close {
    cursor: pointer;
}
.menu__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.menu__list {
    padding: 0;
    margin: 0;
    margin-top: 20px;
    margin-left: -15px;
}
.menu__list li {
    list-style: none;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f5f5f5;
}
.menu__list li:last-child {
    border-bottom: 0 solid #000;
}
.menu__list li a {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.menu__list li a:hover {
    color: #bf0000;
}
@media screen and (max-width: 576px) {
    .menu {
        width: 100vw;
    }
}
.modal__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.3);
}
.modal__bg.active {
    opacity: 1;
    visibility: visible;
}
.modal__ok {
    position: fixed;
    background-color: #fff;
    width: 100vw;
    height: 316px;
    padding: 30px;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -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-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    visibility: hidden;
    opacity: 0;
}
.modal__ok h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 29px;
}
.modal__ok p {
    margin-bottom: 30px;
}
.modal__ok.active {
    visibility: visible;
    opacity: 1;
}
.modal__price {
    position: fixed;
    width: 100vw;
    min-height: 300px;
    max-height: 90%;
    max-width: 500px;
    left: 50%;
    overflow-y: scroll;
    background-color: #fff;
    border-radius: 4px;
    padding: 30px;
    padding-bottom: 55px;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1001;
}
.modal__price::-webkit-scrollbar {
    width: 0;
}
.modal__price.send {
    height: 316px;
}
.modal__price-send {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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;
    background-color: #fff;
    z-index: 10;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.modal__price-send h3 {
    margin-top: 30px;
    font-size: 24px;
    max-width: 290px;
    font-weight: 700;
    line-height: 29px;
}
.modal__price-send p {
    max-width: 290px;
    margin-top: 25px;
    font-size: 14px;
}
.modal__price-send.show {
    opacity: 1;
    visibility: visible;
}
.modal__price.active {
    opacity: 1;
    visibility: visible;
}
.modal__price-head {
    margin-bottom: 20px;
}
.modal__price-head h3 {
    color: #bf0000;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
}
.modal__price-head p {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
}
.modal__price-form input {
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    height: 43px;
    padding-left: 20px;
    padding-right: 20px;
}
.modal__price-form .select {
    margin-bottom: 15px;
}
.modal__price-form button {
    width: 100%;
    margin-top: 9px;
    -webkit-box-shadow: 0 4px 90px rgba(213, 0, 0, 0.3);
    box-shadow: 0 4px 90px rgba(213, 0, 0, 0.3);
}
.modal__close {
    position: absolute;
    top: 18px;
    right: 20px;
    cursor: pointer;
}
.form-policy {
    font-size: 9px;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-top: 15px;
}
.form-policy a {
    font-size: 9px;
    color: #000;
}
.select {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
.select.is-active .select__body {
    display: block;
}
.select__header {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.select__current {
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.select__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    margin-left: auto;
    text-align: center;
    width: 40px;
}
.select__body {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    border-top: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #fff;
    z-index: 1;
    -webkit-box-shadow: 0 4px 19px rgba(171, 174, 190, 0.43);
    box-shadow: 0 4px 19px rgba(171, 174, 190, 0.43);
}
.select__item {
    cursor: pointer;
    height: 44px;
    padding-left: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.select__item:hover {
    background-color: #efefef;
    color: #bf0000;
    padding-left: 29px;
}
.otherGoods__title {
    padding-bottom: 40px;
    padding-top: 70px;
    position: relative;
}
.otherGoods__title h3 {
    font-weight: 700;
    font-size: 20px;
}
.otherGoods__title-shadow {
    position: absolute;
    top: 10px;
    z-index: -1;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 96px;
    font-style: italic;
    color: #f3f3f3;
    font-weight: 900;
}
.otherGoods__slider-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -65px;
}
.otherGoods__slider-next:hover {
    -webkit-transform: scale(1.1) rotate(180deg);
    -ms-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotate(180deg);
}
.otherGoods__slider-prev {
    left: -65px;
}
.otherGoods__slider-prev:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.otherGoods__slider-wrapper {
    position: relative;
}
.otherGoods__slider .catalogPage__card {
    margin-top: 0;
}
.otherGoods__slider-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #bf0000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    content: unset;
}
@media screen and (max-width: 1240px) {
    .otherGoods__wrapper {
        overflow: unset;
    }
    .otherGoods__slider-next {
        right: 45% !important;
        bottom: -60px !important;
        top: unset;
    }
    .otherGoods__slider-prev {
        left: 45% !important;
        bottom: -60px !important;
        top: unset;
    }
}
@media screen and (max-width: 992px) {
    .otherGoods__slider-next {
        right: 40% !important;
        bottom: -60px !important;
        top: unset;
    }
    .otherGoods__slider-prev {
        left: 40% !important;
        bottom: -60px !important;
        top: unset;
    }
}
@media screen and (max-width: 576px) {
    .otherGoods__title h3 {
        font-size: 18px;
    }
    .otherGoods__title-shadow {
        font-size: 44px;
        top: 20px;
    }
    .otherGoods__slider-prev {
        left: 37% !important;
    }
    .otherGoods__slider-next {
        right: 37% !important;
    }
    .otherGoods__slider-btn {
        width: 37px;
        height: 37px;
    }
}
.scroll-to-top {
    position: fixed;
    bottom: -150px;
    right: 40px;
    width: 60px;
    z-index: 100;
    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: 1s;
    -o-transition: 1s;
    transition: 1s;
    cursor: pointer;
}
.scroll-to-top img {
    width: 100%;
    bottom: 0;
}
.scroll-to-top:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.scroll-to-top.show {
    bottom: 40px;
}
@media screen and (max-width: 576px) {
    .scroll-to-top.show {
        bottom: 10px;
    }
}
.scroll-to-top.active {
    bottom: 100vh;
}
.scroll-to-top.hide {
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    opacity: 0;
    visibility: hidden;
}
@media screen and (max-width: 576px) {
    .scroll-to-top {
        width: 40px;
        right: 10px;
    }
}




.slider-block{
width: 100%;
margin: 0 auto;
overflow: hidden;
}

.slider-items{
position: relative;
width: 500%;
font-size: 0;
animation: 20s slider-block-ani infinite;
}

.slider-items figure{
width: 20%;
height: auto;
display: inline-block;
position: inherit;
}

.slider-items img{
max-width: 100%;
vertical-align: bottom;
}

.slider-items img:hover{
filter: grayscale(0%);
}

.slider-items figure figcaption{
position: absolute;
font-family: 'Roboto';
font-size: 1.4rem;
font-weight: 100;
text-transform: uppercase;
bottom: 0;
background: rgba(0,0,0,0.99);
color: #fff;
width: 100%;
padding: .5em;
}

@keyframes slider-block-ani{
0%{
left: 0%;
}

33%{
left: -100%;
}

66%{
left: -200%;
}

100%{
left: -300%;
}




}

.nav__ozon {
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    right: 280px;
    z-index: 102;
    display: flex;
    align-items: center;
    transition: 0.5s;
}

.nav__ozon img {
    height: 55px;
    width: auto;
    object-fit: contain;
    max-width:120px; 
    max-height:55px;
}

.nav__ozon:hover {
    opacity: 0.8;
    transform: translateY(-50%) scale(1.05);
}

@media screen and (max-width: 1880px) {
    .nav__ozon {
        right: 10px;
        top: 47%;
    }
}

/*@media screen and (max-width: 1380px) {
    .nav__ozon {
        left: 15px;
        top: 47%;
    }
}*/

@media screen and (max-width: 1240px) {
    .nav__ozon {
        display: none; 

    }
    

}