@font-face {
    font-family: "arial";
    src: local("arial"), local("arial"), url("../fonts/arial.woff2") format("woff2"), url("../fonts/arial.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "arial";
    src: local("arialbd"), local("arialbd"), url("../fonts/arialbd.woff2") format("woff2"), url("../fonts/arialbd.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

html,
body {
    height: 100%
}

html {
    scroll-behavior: smooth
}

html {
    scroll-behavior: smooth
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: inherit
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

input,
textarea {
    outline: none;
    font-size: 16px !important
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 16px !important
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 16px !important
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 16px !important
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 16px !important
}

input::placeholder,
textarea::placeholder {
    font-size: 16px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit
}

p {
    margin: 0 0 15px 0
}

p:last-child {
    margin: 0
}

body {
    font-family: "arial";
    color: #222221;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    background-color: #dcdcdc;
    letter-spacing: -0.6px
}

.wrapper {
    margin: 0 auto;
    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: 100%;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.container {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.dss-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase
}

.breadcrumbs {
    margin: 130px 0 10px;
    background-color: rgba(0, 0, 0, 0)
}

.breadcrumbs__inner {
    padding: 10px 0px;
    overflow: hidden;
    max-width: 1400px
}

.breadcrumbs__list li {
    display: inline;
    position: relative;
    color: #222221;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%
}

.breadcrumbs__list li+li {
    padding-left: 15px
}

.breadcrumbs__list li+li::before {
    content: "/";
    color: #222221;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    position: absolute;
    left: 2px;
    top: -2px
}

.breadcrumbs__list li span {
    color: #f10507
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0)
}

.btn span {
    padding: 12px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background-color: #f10507;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.btn span:last-child {
    padding: 0;
    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: 42px;
    margin: 0 0 0 5px
}

.btn span:last-child img {
    width: 30px;
    height: 30px
}

.btn span:last-child {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.btn:hover span {
    background-color: #c20406
}

.btn-twoo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #f10507;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.btn-twoo span {
    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: 18px;
    height: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #f10507;
    margin: 0 0 0 8px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.btn-twoo span img {
    width: 12px;
    height: 12px;
    display: block
}

.btn-twoo:hover {
    color: #c20406
}

.btn-twoo:hover span {
    background-color: #c20406
}

.simple-page {
    margin-bottom: 50px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.header__inner {
    height: 90px;
    padding: 20px 0;
    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
}

.header__logo {
    display: block;
    width: 48px;
    height: 48px
}

.header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__nav a {
    padding: 5px;
    text-transform: uppercase;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.header__nav a:hover {
    color: #fff;
    background-color: #222221
}

.header__nav li {
    margin: 0 12px
}

.header__nav .active a {
    color: #fff;
    background-color: #222221;
    pointer-events: none
}

.header__menu-btn {
    display: none
}

.header__btn {
    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;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #f10507;
    padding: 12px 24px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    height: 42px
}

.header__btn:hover {
    background-color: #c20406
}

.header .contacts-list {
    display: none
}

.header.sticky {
    background-color: #fff
}

.margin-top {
    margin: 90px 0 0 0
}

.dss-intro {
    padding: 30px 0 20px
}

.dss-intro__top {
    margin: 0 0 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dss-intro__box {
    max-width: 405px;
    width: 100%;
    text-align: right
}

.dss-intro__box-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0 0 20px 0
}

.video {
    margin: 0 0 20px 0;
    overflow: hidden;
    cursor: pointer
}

.video__inner {
    position: relative;
    padding-bottom: 56.25%;
    z-index: 2
}

.video__inner::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    background-image: url("../images/icons/play-2.svg");
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    -webkit-animation: pulse 1.5s infinite ease-in-out;
    animation: pulse 1.5s infinite ease-in-out
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}

.video__img {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: linear .5s;
    -o-transition: linear .5s;
    transition: linear .5s
}

.video__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video__inner.play::after {
    display: none
}

.video__inner.play .video__img {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.wrap {
    max-width: 100%;
    margin: 2.5px auto
}

.wrap .items-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%
}

.wrap .items {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-width: 100%
}

.wrap .item {
    height: 100%;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
    padding: 7px;
    margin: 0 2.5px;
    background-color: #222221
}

.wrap .marquee {
    -webkit-animation: scroll 130s linear infinite;
    animation: scroll 130s linear infinite
}

.wrap .reverce {
    animation-direction: reverse
}

@-webkit-keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(calc(-100% - 20px));
        transform: translateX(calc(-100% - 20px))
    }
}

@keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(calc(-100% - 20px));
        transform: translateX(calc(-100% - 20px))
    }
}

.dss-lines .wrap:nth-child(even) {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dss-lines .wrap:nth-child(even) .item {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dss-moduls {
    position: relative;
    margin: 150px 0 100px;
    overflow: hidden;
    background-color: #fff
}

.dss-moduls::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38.131%, rgb(220, 220, 220)), to(rgba(220, 220, 220, 0)));
    background: -o-linear-gradient(top, rgb(220, 220, 220) 38.131%, rgba(220, 220, 220, 0) 100%);
    background: linear-gradient(180deg, rgb(220, 220, 220) 38.131%, rgba(220, 220, 220, 0) 100%)
}

.dss-moduls::before {
    z-index: 1;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 125px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(220, 220, 220)), to(rgba(220, 220, 220, 0)));
    background: -o-linear-gradient(top, rgb(220, 220, 220), rgba(220, 220, 220, 0) 100%);
    background: linear-gradient(180deg, rgb(220, 220, 220), rgba(220, 220, 220, 0) 100%);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dss-moduls__inner {
    position: relative;
    height: 820px;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat
}

.dss-moduls__inner>img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1920px;
    height: 820px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.dss-moduls .container {
    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;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10
}

.dss-moduls .cursor-wrap {
    position: absolute;
    z-index: 11;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 790px;
    height: 185px
}

.dss-moduls .cursor-1 {
    top: 50px;
    left: 90px
}

.dss-moduls .cursor-2 {
    top: -20px;
    right: -30px;
}

.dss-moduls .cursor-3 {
    bottom: -60px;
    left: 55%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.dss-moduls .cursor {
    position: absolute;
    display: inline-block;
    -webkit-animation: pulse 1.5s infinite ease-in-out;
    animation: pulse 1.5s infinite ease-in-out
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .6
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.dss-moduls .dss-title {
    position: relative;
    z-index: 10
}

.dss-moduls__text {
    position: relative;
    z-index: 10;
    max-width: 375px;
    font-size: 20px;
    margin: 0 0 0 auto
}

.modal {
    padding: 0;
    max-width: 1440px;
    width: 100%;
    display: none
}

.modal__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #dcdcdc;
    min-height: 650px
}

.modal__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;
    max-width: 900px;
    width: 100%
}

.modal__img img {
    height: auto;
    width: 70%;
    display: block
}

.modal__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 30px;
    max-width: 490px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-shadow: 0px 4px 109.6px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 4px 109.6px 0px rgba(0, 0, 0, .2);
    background: #fff
}

.modal__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    border: none;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.modal__link span {
    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: 18px;
    height: 18px;
    background-color: #f10507;
    margin: 0 0 0 5px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.modal__link img {
    width: 12px;
    height: 12px;
    display: block;
    -o-object-fit: contain;
    object-fit: contain
}

.modal__link:hover {
    color: #c20406
}

.modal__link:hover span {
    background-color: #c20406
}

.modal__title {
    margin: 0 0 10px 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase
}

.modal__text {
    margin: 0 0 20px 0
}

.modal__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f10507;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase
}

.modal__box {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.modal__item {
    margin: 0 0 15px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #222221
}

.modal__item-link {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer
}

.modal__item-link img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.modal__item-left {
    padding: 10px;
    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;
    max-width: 110px;
    width: 100%;
    border-right: 1px solid #222221;
    height: 100%
}

.modal__item-left img {
    width: 65px;
    height: 70px;
    display: block;
    -o-object-fit: contain;
    object-fit: contain
}

.modal__item-right {
    padding: 20px 30px 20px 20px;
    position: relative;
    max-width: 320px;
    width: 100%
}

.modal__item-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.modal__title-twoo {
    margin: 40px 0 20px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.modal__link:focus {
    outline: none !important
}

.fancybox__content>.carousel__button.is-close {
    top: 0
}

.fancybox__content>.carousel__button.is-close svg path {
    stroke: #000;
    stroke-width: 2px;
    -webkit-filter: none !important;
    filter: none !important
}

.carousel__button svg {
    -webkit-filter: none !important;
    filter: none !important
}

.exellence {
    padding: 125px 0 75px
}

.exellence__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.exellence .dss-title {
    font-size: 100px
}

.exellence__left {
    max-width: 535px;
    width: 100%;
    margin: 0 30px 0 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: -webkit-sticky;
    position: sticky;
    top: 100px
}

.exellence__suptitle {
    margin: 0 0 25px 0;
    font-size: 12px;
    text-transform: uppercase
}

.exellence__right {
    max-width: 650px;
    width: 100%
}

.exellence__title {
    margin: 0 0 20px 0;
    font-size: 32px;
    line-height: 120%;
    font-weight: 700;
    text-transform: uppercase
}

.exellence ol {
    counter-reset: item;
    list-style: none;
    padding-left: 0
}

.exellence ol li {
    padding: 50px 0;
    counter-increment: item;
    margin-bottom: 5px;
    position: relative;
    padding-left: 135px;
    border-bottom: 1px solid #cdcdcd
}

.exellence ol li:first-child {
    border-top: 1px solid #cdcdcd
}

.exellence ol li::before {
    content: counter(item, decimal-leading-zero) "";
    position: absolute;
    left: 0;
    top: 50px;
    color: #cdcdcd;
    font-size: 100px;
    font-weight: 700;
    line-height: 70%;
    text-transform: uppercase
}

.dss-products {
    padding: 100px 0 115px;
    background-color: #222221;
    color: #fff
}

.dss-products .dss-title {
    color: #fff;
    margin: 0 0 50px 0;
    padding: 0 220px 0 0
}

.dss-products__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -15px
}

.dss-products__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: 0 0 30px 15px;
    width: calc(33.33333% - 15px)
}

.dss-products__item-inner {
    background-color: #474747;
    padding: 20px;
    margin: 0 0 15px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.dss-products__img {
    margin: 0 0 15px 0;
    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: 325px;
    width: 100%
}

.dss-products__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.dss-products__title {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.dss-products__descr {
    font-size: 16px;
    font-weight: 400
}

.dss-products__link {
    padding: 12px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #474747;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-products__link:hover {
    background-color: #f10507
}

.dss-products .container {
    position: relative
}

.dss-products .btn {
    position: absolute;
    right: 15px;
    top: 10px
}

.dss-statistic {
    padding: 150px 0 0 0;
    background-color: #222221;
    color: #fff
}

.dss-statistic p {
    line-height: 120%
}

.dss-statistic__title {
    font-size: 100px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0 50px 0
}

.dss-statistic__title span {
    color: #666
}

.dss-statistic__inner {
    margin: 0 0 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.dss-statistic__left {
    max-width: 530px;
    width: 100%;
    margin: 0 30px 0 0
}

.dss-statistic__left p:first-child {
    font-size: 24px;
    font-weight: 400
}

.dss-statistic__right {
    max-width: 700px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -40px
}

.dss-statistic__col {
    width: calc(33.33333% - 40px);
    margin: 0 0 0 40px;
    text-align: center
}

.dss-statistic__col span {
    text-align: center;
    display: block;
    margin: 0 0 5px 0;
    color: #666;
    font-size: 100px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase
}

.dss-statistic>img {
    width: 100%;
    height: auto;
    display: block
}

.wrap--twoo .item {
    background-color: rgba(0, 0, 0, 0);
    font-size: 12px
}

.wrap--twoo .item:nth-child(even) {
    color: #222221
}

.wrap--twoo .item:nth-child(odd) {
    color: #f10507
}

.dss-partners {
    padding: 100px 0 0 0
}

.dss-partners .dss-title {
    margin: 0 0 25px 0
}

.dss-partners iframe {
    width: 100%
}

.dss-partners img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.dss-partners a {
    position: relative;
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.dss-partners a::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 65px;
    background-color: #dcdcdc
}

#google-map {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	border-top: 2px solid #767676;
}

.dss-input {
    overflow: hidden
}

.dss-input__inner {
    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
}

.dss-input__left {
    max-width: 570px;
    width: 100%;
    padding: 30px 0;
    margin: 0 20px 0 0
}

.dss-input .dss-title {
    margin: 0 0 40px 0
}

.dss-input__title {
    margin: 0 0 20px 0;
    max-width: 370px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.dss-input__right {
    width: 100%;
    margin: 0 -315px 0 0
}

.dss-input__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.dss-form {
    max-width: 420px;
    width: 100%
}

.dss-form__group {
    margin: 0 0 15px 0
}

.dss-form input {
    padding: 12px 15px;
    height: 42px;
    border: 1px solid #474747;
    width: 100%;
    background-color: rgba(0, 0, 0, 0)
}

.dss-form .btn {
    width: 100%
}

.dss-form .btn span:first-child {
    width: 100%
}

.dss-form .nf-before-form-content {
	display: none;
}

.dss-form .nf-field-label {
	display: none;
}

.dss-form .nf-error-msg {
	display: none;
}

.dss-form .nf-field-element input[type="submit"] {
	border: none;
	padding: 12px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background-color: #f10507;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
	width: 100%;
    text-align: left;
}


.footer {
    background-color: #222221;
    padding: 70px 0 0 0;
    color: #fff
}

.footer .contacts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -15px
}

.footer .contacts-item {
    padding: 35px 20px 35px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(33.33333% - 15px);
    margin: 0 0 15px 15px;
    border: 1px solid #474747
}

.footer .contacts-item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px 0;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase
}

.footer .contacts-item a {
    color: #fff;
    font-size: 20px;
    font-weight: 700
}

.footer .contacts-item img {
    margin: 0 30px 0 0
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 50px 0 220px 0;
    padding: 60px 0 0 0;
    border-top: 1px solid #474747
}

.footer__logo {
    display: block;
    margin: 0 30px 0 0;
    width: 190px
}

.footer__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}

.footer__col:nth-child(2) {
    margin: 0 0 0 auto
}

.footer__col {
    margin: 0 100px 0 225px
}

.footer__col li {
    margin: 0 0 15px 0
}

.footer__col a {
    font-size: 20px;
    font-weight: 700
}

.footer__title {
    margin: 0 0 30px 0;
    color: #777;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.footer__bot {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__bot p {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    margin: 0
}

.footer a {
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.footer a:hover {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
}

.p-products {
    padding: 30px 0 120px
}

.dss-title {
    margin: 0 0 40px 0
}

.p-products__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 15px 20px;
    margin: 0 0 40px 0;
    background-color: #cdcdcd
}

.p-products__img {
    max-width: 400px;
    height: 100%;
    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;
    background-color: #ececec;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.p-products__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.p-products__content {
    padding: 0 0 0 30px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 785px;
    width: 100%;
    overflow: hidden
}

.p-products__title {
    margin: 0 0 10px 0;
    font-size: 40px;
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase
}

.p-products__text {
    max-width: 750px;
    font-size: 16px;
    font-weight: 400
}

.p-products__content>.btn-twoo {
    margin: 20px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.p-products__title-twoo {
    margin: 25px 0 15px 0;
    font-size: 20px;
    line-height: 120%;
    font-weight: 700;
    text-transform: uppercase
}

.product-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0 25px;
    margin: 0 0 0 -25px
}

.product-slider::after,
.product-slider::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 100%;
    background-color: #cdcdcd
}

.product-slider::after {
    left: 0
}

.product-slider::before {
    right: 0
}

.p-item {
    padding: 10px;
    background-color: #dcdcdc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.p-item__img {
    margin: 0 10px 0 0;
    width: 90px;
    height: 80px;
    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;
    justify-content: center;
    background-color: #ececec
}

.p-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}

.p-item__title {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 220px
}

.p-item__info {
    font-size: 16px;
    font-weight: 400;
	margin-right: 10px;
}

.p-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.p-item__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.swiper-button-next,
.swiper-button-prev {
    top: 60%;
    bottom: auto;
    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: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #222221;
    border-radius: 1px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 14px;
    height: 14px
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #222221
}

.swiper-button-next:hover svg path,
.swiper-button-prev:hover svg path {
    stroke: #fff
}

.swiper-button-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0
}

.swiper-button-prev {
    left: 0
}

.dss-input--page {
    background-color: #cdcdcd
}

.swiper-button-disabled {
    opacity: 0 !important;
    pointer-events: none
}

.dss-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dss-card__img {
    max-width: 520px;
    width: 100%;
    height: 500px;
    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;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    background-color: #ececec;
    padding: 35px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.dss-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.dss-card__right {
    max-width: 780px;
    width: 100%;
    overflow: hidden;
    padding: 0 0 0 30px
}

.dss-card__title {
    margin: 0 0 10px 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase
}

.dss-card__text {
    margin: 0 0 30px 0;
    font-size: 20px;
    line-height: 120%;
    font-weight: 400
}

.dss-card__box {
    padding: 20px 0;
    margin: 40px 0 20px;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd
}

.dss-card__title-twoo {
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 120%;
    font-weight: 700;
    text-transform: uppercase
}

.dss-card__box-info {
    margin: 0 0 20px 0
}

.dss-card ol {
    list-style: none;
    counter-reset: item;
    padding-left: 0
}

.dss-card ol li {
    counter-increment: item;
    position: relative;
    padding: 0 0 0 35px;
    margin: 0 0 15px 0
}

.dss-card ol li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    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;
    border-radius: 2px;
    background: #222221;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

.dss-card .p-item {
    background-color: #cdcdcd
}

.dss-card .product-slider::after,
.dss-card .product-slider::before {
    background-color: #dcdcdc
}

.dss-card__wrap {
    margin: 40px 0 20px;
    padding: 20px 0 40px;
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd
}

.dss-card__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -30px
}

.dss-card__col {
    margin: 0 0 0 30px;
    width: calc(50% - 30px)
}

.dss-card__item {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #000
}

.dss-card__item strong {
    font-size: 16px;
    font-weight: 700
}

.dss-card__item span {
    font-size: 16px;
    font-weight: 400
}

.tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 2px solid #000;
    margin: 0 0 10px 0
}

.tabs__btn {
    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;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    padding: 8px 0;
    margin: 0 50px 0 0
}

.tabs__btn--active {
    border-bottom: 2px solid #f10507;
    border-radius: 2px;
    margin-bottom: -2px
}

.tabs__pane li {
    margin: 0 0 5px 0;
    padding: 0 0 0 10px;
    position: relative
}

.tabs__pane li::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #222221
}

.tabs__pane {
    display: none
}

.tabs__pane--active {
    display: block
}

.wrap-docs {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 20px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 20px -15px
}

.doc-col {
    width: auto;
    margin: 0 0 30px 15px
}

.doc-col a {
    position: relative;
    height: 300px;
    width: auto;
    display: block;
	margin-bottom: 5px;
}

.doc-col a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    -o-object-position: top left;
    object-position: top left
}

.doc-col a::after {
    position: absolute;
    content: "";
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background-image: url("../images/icons/resize.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.doc-col__title {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase
}

.p-download__btn {
    width: 315px;
    display: block
}

.p-download__btn img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}

.p-gallery__slider .swiper-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.p-gallery__slider .swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block
}

.p-gallery {
    margin: 80px 0 0 0;
    overflow: hidden;
    padding: 40px 0;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd
}

.p-gallery__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.p-gallery__title {
    margin: 0 30px 0 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.p-gallery__right {
    max-width: 760px;
    width: 100%;
    overflow: hidden
}

.p-gallery .swiper-button-next,
.p-gallery .swiper-button-prev {
    display: none
}

.p-videos {
    padding: 40px 0 120px
}

.p-videos__title {
    margin: 0 0 40px 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.p-videos__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -15px
}

.p-videos__item {
    width: calc(50% - 15px);
    margin: 0 0 25px 15px;
    position: relative;
    padding-bottom: 27.25%
}

.p-videos__item iframe {
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.header__box {
	display: flex;
	align-items: center;
	gap: 50px;
}

.lang-switcher {
	display: flex;
	align-items: center;
	gap: 10px;
}

.lang-m {
	display: none;
}



@media(max-width: 1200px) {
    .dss-title {
        font-size: 44px
    }

    .dss-intro__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dss-intro__box {
        max-width: 100%;
        text-align: left
    }

    .dss-intro__box {
        margin: 30px 0 0 0
    }

    .dss-intro__box-title {
        margin: 0 0 10px 0
    }

    .exellence .dss-title {
        font-size: 70px
    }

    .dss-statistic__title {
        font-size: 70px;
        margin: 0 0 30px 0
    }

    .dss-statistic__col span {
        font-size: 36px
    }

    .dss-card__img {
        max-width: 320px;
        height: 300px
    }

    .wrap-docs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: none;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .doc-col {
        padding: 0 0 20px 0;
        margin: 0 0 30px 15px;
        border-bottom: 1px solid #cdcdcd
    }

    .doc-col a {
        height: auto
    }

    .dss-input__right {
        width: 100%;
        margin: 0 -15px 0 0
    }
}

@media(max-width: 991px) {
	.lang-m {
		display: block;
	}
	.lang {
		display: none;
	}
    .dss-title {
        font-size: 40px
    }

    .header__menu-btn {
        margin: 0 0 0 15px;
        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: 32px;
        height: 32px;
        background-color: #000
    }

    .header__menu-btn.active::after {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        top: 50%
    }

    .header__menu-btn.active::before {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        top: 50%
    }

    .header__menu-btn.active span {
        opacity: 0
    }

    .header__inner {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header__btn {
        margin: 0 0 0 auto;
        height: 32px;
        font-size: 14px
    }

    .header__menu-btn {
        position: relative
    }

    .header__menu-btn span {
        display: block;
        width: 20px;
        height: 2px;
        background-color: #fff
    }

    .header__menu-btn::after,
    .header__menu-btn::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 2px;
        background-color: #fff;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .header__menu-btn::after {
        top: 9px
    }

    .header__menu-btn::before {
        bottom: 9px
    }

    .header .contacts-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header__box {
        margin: 0;
        position: fixed;
        top: 70px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 70px);
        z-index: 99999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 40px 15px 70px;
        -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;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        overflow: auto;
        background-color: #dcdcdc;
        opacity: 0;
        -webkit-transition: linear .4s;
        -o-transition: linear .4s;
        transition: linear .4s;
        color: #000
    }

    .header__box.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .header__inner {
        padding: 10px 0;
        height: auto;
        height: 70px
    }

    .header__nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header__nav ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 25px 0
    }

    .header__nav ul a {
        background-color: rgba(0, 0, 0, 0) !important;
        color: #222221 !important;
        font-size: 36px
    }

    .header .contacts-list {
        width: 100%;
        margin: 50px 0 0 0
    }

    .header .contacts-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #cdcdcd;
        width: 100%;
        margin: 0 0 10px 0;
        padding: 30px 20px
    }

    .header .contacts-item img {
        margin: 0 10px 0 0
    }

    .header .contacts-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header .contacts-box span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 10px 0;
        color: #777;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        text-transform: uppercase
    }

    .header .contacts-box a {
        font-size: 20px;
        font-weight: 700;
        line-height: 23px
    }

    header.active {
        background-color: #dcdcdc !important
    }

    .dss-intro__box-title {
        font-size: 20px
    }

    .exellence__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .exellence__left {
        max-width: 100%;
        margin: 0 0 25px 0;
        position: static
    }

    .exellence ol li::before {
        font-size: 64px;
        top: 25px
    }

    .exellence ol li {
        padding: 100px 0 20px
    }

    .footer__col {
        margin: 0px 0 0 125px
    }

    .footer .contacts-item {
        width: calc(100% - 15px)
    }

    .p-products__img {
        max-width: 280px
    }

    .dss-card__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dss-card__img {
        position: static;
        margin: 0 0 20px 0;
        max-width: 100%;
        height: 325px
    }

    .dss-card__right {
        max-width: 100%;
        padding: 0
    }

    .dss-card__text {
        margin: 0 0 20px 0
    }
}

@media(max-width: 768px) {
    .tabs__nav {
        overflow: scroll
    }

    .tabs__btn {
        white-space: nowrap
    }

    .dss-card__box {
        padding: 40px 0;
        margin: 20px 0 20px
    }

    .dss-card__box {
        padding: 20px 0 0 0;
        margin: 20px 0 40px
    }

    .wrap-docs {
        padding: 40px 0 0;
        margin: 20px 0 20px -15px
    }

    .p-gallery {
        margin: 20px 0 0 0;
        padding: 40px 0 0 0
    }

    .p-gallery__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .p-gallery__title {
        margin: 0 0 20px 0
    }

    .p-gallery__slider .swiper-slide {
        height: 300px;
        width: auto !important
    }

    .p-gallery__slider .swiper-slide img {
        height: 100%
    }

    .p-videos__item {
        width: calc(100% - 15px);
        padding-bottom: 56.27%
    }

    .p-videos__title {
        margin: 0 0 20px 0
    }

    .p-gallery__slider {
        padding: 0 0 80px 0;
        position: relative
    }

    .p-gallery .swiper-button-next,
    .p-gallery .swiper-button-prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: 20px
    }

    .p-videos {
        padding: 40px 0 10px
    }

    .dss-card__col {
        margin: 0 0 0 30px;
        width: calc(100% - 30px)
    }

    .exellence__title {
        font-size: 20px;
        margin: 0 0 10px 0
    }

    .exellence .dss-title {
        font-size: 36px
    }

    .dss-moduls .container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .dss-moduls__text {
        margin: 20px 0 0 0
    }

    .dss-moduls__inner {
        height: auto
    }

    .dss-moduls {
        margin: 65px 0 30px
    }

    .dss-moduls__inner>img {
        position: static;
        width: 390px;
        height: 360px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        margin: 50px auto 0
    }

    .dss-moduls .container {
        position: relative;
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        height: auto
    }

    .dss-moduls .cursor-wrap {
        position: absolute;
        z-index: 11;
        top: auto;
        bottom: 10px;
        left: 50%;
        width: 390px;
        height: 185px
    }

    .dss-moduls .cursor-1 {
        top: -40px;
        left: 85px
    }

    .dss-moduls .cursor-2 {
        top: -45px;
        right: 40px
    }

    .dss-moduls .cursor-3 {
        bottom: 90px;
        left: 50%
    }

    .modal__inner {
        min-height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .modal__img {
        height: 350px
    }

    .modal__right {
        padding: 40px 15px
    }

    .modal__title {
        font-size: 36px
    }

    .carousel__button.is-close {
        background-color: #000;
        border-radius: 0;
        width: 32px;
        height: 32px;
        margin: 10px 10px 0 0
    }

    .fancybox__content>.carousel__button.is-close svg path {
        stroke: #fff
    }

    .exellence {
        padding: 50px 0
    }

    .dss-products__item {
        width: calc(100% - 15px)
    }

    .dss-products .btn {
        right: 50%;
        top: auto;
        bottom: -50px;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }

    .dss-products__img {
        height: 280px;
        margin: 0 0 5px 0
    }

    .dss-products {
        padding: 70px 0 90px
    }

    .dss-products .dss-title {
        margin: 0 0 40px 0;
        padding: 0;
        font-size: 36px
    }

    .dss-statistic__title {
        font-size: 36px
    }

    .dss-statistic__inner {
        -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;
        margin: 0 0 70px 0
    }

    .dss-statistic__left {
        max-width: 100%;
        margin: 0 0 40px 0
    }

    .dss-statistic {
        padding: 50px 0 0 0
    }

    .dss-statistic__left p:first-child {
        font-size: 20px
    }

    .dss-statistic p {
        text-align: left
    }

    .dss-partners iframe {
        height: 320px
    }

    .dss-partners {
        padding: 70px 0 0 0
    }

    .dss-partners .dss-title {
        margin: 0
    }

    .dss-input__inner {
        -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
    }

    .dss-input__right {
        max-width: none;
        width: calc(100% + 30px);
        margin: 0 0 0 -15px
    }

    .dss-input__left {
        padding: 70px 0 50px;
        margin: 0;
        max-width: 100%
    }

    .dss-input .dss-title {
        margin: 0 0 20px 0
    }

    .dss-form .btn span:first-child {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .dss-form {
        max-width: 100%
    }

    .footer__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer__logo {
        width: 100%;
        margin: 0 0 40px 0
    }

    .footer__logo img {
        width: 190px
    }

    .footer__col {
        margin: 0 !important;
        width: 50%
    }

    .footer {
        padding: 50px 0 0 0
    }

    .footer .contacts-item {
        padding: 25px 15px 25px 25px
    }

    .footer .contacts-item img {
        margin: 0 10px 0 0
    }

    .footer .contacts-item a {
        font-size: 19px
    }

    .footer__inner {
        margin: 25px 0 60px 0;
        padding: 45px 0 0 0
    }

    .footer__bot p {
        text-transform: uppercase
    }

    .p-products__item {
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 30px 0
    }

    .p-products__img {
        margin: 0 0 20px 0;
        max-width: 100%;
        height: 250px
    }

    .p-products__title {
        font-size: 28px
    }

    .p-products__content>.btn-twoo {
        margin: 20px 0 30px
    }

    .breadcrumbs {
        margin: 90px 0 10px
    }

    .p-products {
        padding: 0 0 30px
    }

    .product-slider {
        overflow: visible
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: auto;
        bottom: -45px;
        width: 32px;
        height: 32px;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .swiper-button-next {
        left: calc(50% + 20px);
        -webkit-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg)
    }

    .swiper-button-prev {
        left: calc(50% - 20px)
    }

    .p-products__content {
        padding: 0 0 60px 0
    }

    .dss-input--page {
        background-color: rgba(0, 0, 0, 0)
    }

    .product-slider::after,
    .product-slider::before {
        display: none
    }

    .product-slider {
        padding: 0;
        margin: 0
    }
}