@charset "UTF-8";
@font-face {
    font-family: "Roboto", Arial, sans-serif;
    font-display: swap;
    src: url(../fonts/Inter-SemiBold.eot);
    src: url(../fonts/Inter-SemiBold.eot#iefix) format("embedded-opentype"), url(../fonts/Inter-SemiBold.woff) format("woff"), url(../fonts/Inter-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Roboto", Arial, sans-serif;
    font-display: swap;
    src: url(../fonts/Inter-Regular.eot);
    src: url(../fonts/Inter-Regular.eot#iefix) format("embedded-opentype"), url(../fonts/Inter-Regular.woff) format("woff"), url(../fonts/Inter-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

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

ol, ul {
    padding: 0
}

.h1, .h2, .h3, .h4, blockquote, body, dd, dl, figcaption, figure, h1, h2, h3, h4, li, ol, p, ul {
    margin: 0
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

ol[class], ul[class] {
    list-style: none
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img {
    max-width: 100%;
    display: block
}

article > * + * {
    margin-top: 1em
}

button, input, select, textarea {
    font: inherit
}

@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: 0s !important;
        animation-duration: 0s !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0s !important;
        -o-transition-duration: 0s !important;
        transition-duration: 0s !important;
        scroll-behavior: auto !important
    }
}

html {
    min-width: 375px
}

body {
    font-family: "Roboto", Arial, sans-serif;
    color: #353531;
    font-size: 16px;
    line-height: 24px
}

body.is-lock {
    overflow: hidden
}

.wrapper {
    width: 100%;
    min-height: 100%
}

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

@media (max-width: 1199.98px) {
    .container {
        max-width: 970px
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 750px
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: none;
        padding: 0 16px
    }
}

.row:not(.container) {
    margin: -12px
}

.row > div {
    padding: 12px
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    margin: 0 -15px
}

.form__column {
    padding: 0 15px
}

.btn {
    display: inline-block;
    padding: 0 0
}

.btn.fw {
    width: 100%
}

.select-block {
    position: relative
}

.select__label {
    z-index: 2;
    position: absolute;
    top: -8px;
    background-color: #f7f7f7;
    padding: 0 5px;
    color: #979797;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    left: 20px
}

.select {
    position: relative;
    cursor: pointer
}

.select .select-title {
    z-index: 1;
    width: 100%;
    height: 55px;
    border: 1px solid #dedede;
    position: relative;
    background-color: #fff
}

.select .select-title__arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    background: url(../img/icons/select-arrow.svg) center no-repeat
}

.select .select-title__value {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 53px;
    display: block;
    overflow: hidden;
    padding: 0 45px 0 25px;
    white-space: nowrap;
    text-transform: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.select .select-options {
    position: absolute;
    z-index: 10;
    top: 54px;
    display: none;
    overflow: hidden;
    min-width: 100%;
    background-color: #fff;
    border: 1px solid #dedede;
    padding: 10px 20px 10px 25px
}

.select .select-options-scroll {
    max-height: 80px;
    overflow: auto
}

.select .select-options-list {
    padding: 0
}

.select .select-options__value {
    color: #000;
    font-size: 20px;
    margin: 0 0 15px 0
}

.select .select-options__value:last-child {
    margin: 0
}

.select .select-options__value:hover {
    color: #000
}

input[type=email], input[type=tel], input[type=text], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.input {
    border-radius: 0 !important;
    width: 100%;
    display: block;
    padding: 0 20px
}

textarea.input {
    resize: none;
    padding: 0 0
}

.check {
    position: relative;
    padding-left: 25px;
    color: #5f5f5f;
    line-height: 18px;
    cursor: pointer
}

.check input {
    display: none
}

.check:before {
    content: "";
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #a3a3a3;
    position: absolute
}

.check.active:before {
    background: url(../img/icons/check.png) center no-repeat
}

.menu-accordion-arrow {
    fill: transparent;
    opacity: .6
}

a {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
    color: #353531;
    text-decoration: none;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.h1, h1 {
    cursor: inherit;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px
}

@media (max-width: 479.98px) {
    .h1, h1 {
        font-size: 28px;
        line-height: 36px
    }
}

.h2, h2 {
    cursor: inherit;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px
}

@media (max-width: 479.98px) {
    .h2, h2 {
        font-size: 30px;
        line-height: 38px
    }
}

.h3, h3 {
    cursor: inherit;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px
}

@media (max-width: 479.98px) {
    .h3, h3 {
        font-size: 28px;
        line-height: 36px
    }
}

.h4, h4 {
    cursor: inherit;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #363630
}

@media (max-width: 479.98px) {
    .h4, h4 {
        font-size: 20px;
        line-height: 34px
    }
}

.h5, h5 {
    cursor: inherit;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px
}

ul.list li {
    position: relative;
    padding-left: 26px;
    font-size: 16px;
    line-height: 24px;
    color: #000
}

ul.list li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #ff4800;
    border-radius: 50%
}

.btn {
    padding: 12px 44px;
    border-radius: 100px;
    background-color: #ff4800;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}
section.product .product__preview-button .btn {
    width: 100%;
}
.btn:hover {
    color: #fff;
    background-color: #e84303
}

.btn2 {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    border-radius: 6px;
    padding: 12px 44px;
    background-color: #ff4800;
    border: none;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.btn2:hover {
    color: #fff;
    background-color: #e84303
}

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

.swiper-button-next > svg, .swiper-button-prev > svg {
    width: 100%;
    height: 100%
}

.swiper-button-next > svg path, .swiper-button-next > svg > circle, .swiper-button-prev > svg path, .swiper-button-prev > svg > circle {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#btnScrollTop {
    display: none;
    position: fixed;
    right: 108px;
    bottom: 210px;
    z-index: 99
}

@media (max-width: 1199.98px) {
    #btnScrollTop {
        right: 60px;
        bottom: 120px
    }
}

@media (max-width: 991.98px) {
    #btnScrollTop {
        right: 30px;
        bottom: 50px
    }
}

@media (max-width: 479.98px) {
    #btnScrollTop {
        right: 16px
    }
}

.btn-top {
    border: 1.3px solid #fff;
    background: 0 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.btn-top.btn-top--black {
    background: #353531;
    border-color: #353531
}

.btn-top:hover {
    opacity: .7
}

.h2-title {
    margin-bottom: 32px
}

.h2-title.h2-title--beetwen {
    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
}

.h2-title.h2-title--beetwen > a {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px
}

.h2-title.h2-title--beetwen > a:hover {
    color: #ff4800
}

.custom-link {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding-left: 40px
}

.custom-link:hover > span {
    border-color: #ff4800
}

.custom-link.custom-link--video::before {
    height: 18px;
    margin-top: -9px;
    background-image: url(../images/icons/video.svg)
}

.custom-link.custom-link--download::before {
    height: 26px;
    margin-top: -13px;
    background-image: url(../images/icons/save-file.svg)
}

.custom-link.custom-link--gp::before {
    height: 26px;
    margin-top: -13px;
    background-image: url(../images/icons/gplay.svg)
}

.custom-link.custom-link--ap::before {
    height: 29px;
    margin-top: -14.5px;
    background-image: url(../images/icons/apple.svg)
}

.custom-link > span {
    color: #ff4800;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.custom-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url(../images/icons/link.svg) center/contain no-repeat
}

.breadcrumb {
    padding: 40px 0;
    margin-bottom: unset
}

.breadcrumb > .breadcrumb-item + .breadcrumb-item::before {
    display: none
}

.breadcrumb > .breadcrumb-item + .breadcrumb-item {
    padding-left: 0
}

@media (max-width: 479.98px) {
    .breadcrumb {
        padding: 24px 0
    }
}

.breadcrumb-item {
    padding-right: 4px
}

.breadcrumb-item:not(:last-child)::after {
    content: var(--bs-breadcrumb-divider, "/");
    color: #6c757d;
    padding-left: 4px
}

.breadcrumb-item:hover > a {
    color: #353531
}

.breadcrumb-item:hover > a::before {
    opacity: 1
}

.breadcrumb-item::before {
    color: #bdbbb7
}

.breadcrumb-item > a {
    position: relative
}

@media (max-width: 479.98px) {
    .breadcrumb-item > a {
        font-size: 12px;
        line-height: 20px
    }
}

.breadcrumb-item > a::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #353531;
    opacity: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 479.98px) {
    .pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.pagination__item {
    padding: 6px 13px 7px 14px;
    border-radius: 6px
}

.pagination__item + .pagination__item {
    margin-left: 2px
}

.pagination__item.is-active {
    border: 1px solid rgba(189, 187, 183, .4)
}

.pagination__link {
    font-size: 16px;
    line-height: 24px;
    color: #353531
}

.pagination__link:hover {
    color: inherit
}

.pagination__link.pagination__link--arrow::after {
    content: "\00BB";
    margin-left: 4px
}

.custom-accordion__item {
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(189, 187, 183, .4)
}

@media (max-width: 479.98px) {
    .custom-accordion__item {
        padding-bottom: 28px
    }
}

.custom-accordion__item + .custom-accordion__item {
    margin-top: 34px
}

@media (max-width: 479.98px) {
    .custom-accordion__item + .custom-accordion__item {
        margin-top: 29px
    }
}

.custom-accordion__header {
    width: 100%
}

.custom-accordion__button {
    width: 100%;
    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;
    background: 0 0;
    border: none;
    padding: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #ff4800;
    text-align: left;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (max-width: 479.98px) {
    .custom-accordion__button {
        font-size: 20px;
        line-height: 28px
    }
}

.custom-accordion__button .menu-accordion-arrow {
    min-width: 37px;
    margin-left: 17px;
    opacity: 1;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.custom-accordion__button .menu-accordion-arrow circle {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.custom-accordion__button .menu-accordion-arrow path {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.custom-accordion__button.collapsed {
    color: #353531
}

.custom-accordion__button.collapsed .menu-accordion-arrow {
    color: #bdbbb7;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset
}

.custom-accordion__body {
    padding-top: 40px
}

@media (max-width: 479.98px) {
    .custom-accordion__body {
        padding-top: 32px
    }
}

.custom-accordion__body > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000
}

.custom-accordion__body > p > a {
    font-weight: 600;
    color: #ff4800;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.custom-accordion__body > p > a:hover {
    border-color: #ff4800
}

.custom-accordion__body > p + p {
    margin-top: 20px
}

.select {
    position: relative;
    z-index: 99
}

.select.is-active .select__body {
    max-height: 500px;
    overflow: visible
}

.select.is-active .select__body .select__body-wrap {
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, .16) !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .16) !important
}

.select__body {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 42px;
    max-height: 0;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#main-header-top {
    border-bottom: 1px #f0f0f0 solid;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    padding-bottom: 7px;
    margin-bottom: 12px;
}

#main-header-top .text-right {
    text-align: right;
}

#main-header-top .right-item {
    display: inline-block;
    margin-left: 40px;
    padding-top: 6px;
}

#main-header-top a.right-item {
    color: #6C6B68;
}

#main-header-top .right-item:first-child {
    margin-left: 0px;
}

.select.select-lang .select__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 20px 0 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.select.select-lang .select__header .select__caret {
    position: absolute;
    display: block;
    right: 0px;  
    top: 8px;
}

.select.select-lang .select__body {
    padding-top: 35px;
    margin-left: -13px;
}

.select.select-lang .select__body .select__body-wrap {
    width:auto;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 16px transparent;
    box-shadow: 0 2px 16px transparent;
    overflow: hidden;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.select.select-lang .select__body .select__body-box {
    padding: 8px 0;
    max-height: 200px;
    overflow-y: auto
}

.select.select-lang .select__body .select__body-box::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.select.select-lang .select__body .select__body-box::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 1px;
    border-color: #353531;
    background-color: #353531
}

.select.select-lang .select__body .select__body-box .select__item {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    padding: 2px 12px
}

.select.select-lang .select__body .select__body-box .select__item:hover {
    background: #f0f0f0
}

.custom-select {
    position: relative;
    width: 100%;
    max-width: 427px
}

.page-header.header {
    height: auto;
}

#main-header button#menu-click {
    flex-direction: row-reverse;
    height: auto;
    width: auto;
}
.custom-select.is-active .custom-select__header {
    border-color: #bdbbb7
}

.custom-select.is-active .custom-select__body-box {
    max-height: 204px
}

.custom-select.is-active .custom-select__header-arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.custom-select:hover .custom-select__header {
    border-color: #bdbbb7
}

.custom-select__header {
    cursor: pointer;
    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;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    padding: 12px 16px;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.custom-select__header-current {
    font-size: 16px;
    line-height: 24px
}

.custom-select__header-arrow {
    width: 17px;
    height: 10px;
    margin-left: 15px;
    background: url(../images/icons/select-arrow.svg) center/100% 100% no-repeat;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.custom-select__body {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 1
}

.custom-select__body-box {
    margin-top: 6px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, .16);
    box-shadow: 0 2px 16px rgba(0, 0, 0, .16);
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.custom-select__list {
    padding: 14px 0;
    max-height: 204px;
    height: 100%;
    overflow: auto
}

.custom-select__list::-webkit-scrollbar {
    width: 5px
}

.custom-select__list::-webkit-scrollbar-track {
    background: 0 0
}

.custom-select__list::-webkit-scrollbar-thumb {
    background: #bdbbb7
}

.custom-select__list-item {
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 24px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.custom-select__list-item.is-active {
    font-weight: 600;
    color: #064
}

.custom-select__list-item:hover {
    background-color: #f0f0f0
}

.custom-table.custom-table--specification .custom-table__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.custom-table.custom-table--specification .custom-table__column:nth-child(1) {
    max-width: 188px;
    min-width: 188px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.custom-table.custom-table--specification .custom-table__column:nth-child(3) {
    max-width: 82px;
    min-width: 82px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.custom-table.custom-table--specification .custom-table__row:last-of-type {
    border-bottom: none;
    padding-bottom: 0
}

@media (max-width: 576.98px) {
    .custom-table.custom-table--specification .custom-table__row {
        padding: 0 0 16px 0
    }
}

@media (max-width: 576.98px) {
    .custom-table.custom-table--specification .custom-table__row + .custom-table__row {
        margin-top: 16px
    }
}

@media (max-width: 576.98px) {
    .custom-table.custom-table--specification .custom-table__row-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -6px
    }

    .custom-table.custom-table--specification .custom-table__row-box .custom-table__column {
        margin-top: 0;
        padding: 6px
    }

    .custom-table.custom-table--specification .custom-table__row-box .custom-table__column:nth-child(1) {
        max-width: 100%
    }

    .custom-table.custom-table--specification .custom-table__row-box .custom-table__column:nth-child(2) {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .custom-table.custom-table--specification .custom-table__row-box .custom-table__column:nth-child(3) {
        text-align: right;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 100%
    }
}

.custom-table__head {
    padding: 12px;
    background: #f0f0f0
}

@media (max-width: 576.98px) {
    .custom-table__head {
        display: none
    }
}

.custom-table__head .custom-table__column .custom-table__column-text {
    font-weight: 600
}

.custom-table__head-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px
}

.custom-table__column {
    padding: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%
}


@media (max-width: 576.98px) {
    .custom-table__column + .custom-table__column {
        margin-top: 12px
    }
}

@media (max-width: 576.98px) {
    .custom-table__column:nth-child(1) .custom-table__column-text {
        font-weight: 600
    }
}

.custom-table__column-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ff4800
}

.custom-table__column-link > span {
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.custom-table__column-link.custom-link {
    padding-left: 36px
}

.custom-table__column-link:hover {
    color: #ff4800
}

.custom-table__column-link:hover > span {
    /*border-color: #ff4800;*/
    text-decoration: underline;
}

.custom-table__column-text {
    color: #353531;
    font-size: 16px;
    line-height: 24px
}

.custom-table__column-text + .custom-table__column-text {
    margin-top: 8px
}

.custom-table__row {
    padding: 16px 12px 16px 12px;
    border-bottom: 1px solid rgba(189, 187, 183, .4)
}

.custom-table__row:last-of-type {
    border-bottom: none
}

@media (max-width: 576.98px) {
    .custom-table__row {
        padding: 16px 6px 16px 6px
    }
}

.custom-table__row-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px
}

@media (max-width: 576.98px) {
    .custom-table__row-box {
        margin: 0 -6px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.custom-table__note {
    margin-top: 32px
}

.custom-table__note li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #bdbbb7;
    padding-left: 13px
}

.custom-table__note li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "*"
}

.custom-table__note ul {
    list-style: none
}

.custom-table__note ul li {
    position: relative;
    padding-left: 20px
}

.custom-table__note ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "**"
}

.header {
    padding: 8px 0 12px 0;
    background: #fff;
    z-index: 10;
    position: relative;
}

.header.header--new .header__actions {
    gap: 32px
}

.header.header--new .header__actions .header__actions-item:nth-child(2) {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset
}

.header.header--new .header__menu {
    margin: 0
}

.header.header--new .header__menu-burger > svg {
    position: static;
    margin: 0
}

.header.header--new .header__menu-item {
    display: block;
    padding: 0
}

.header.header--new .header__menu-item::after {
    display: none
}

.header .container .row {
    margin: 0 -7.5px
}

.header .container .row > div {
    padding: 0 7.5px
}
/*
@media (max-width: 479.98px) {
    .header .container .row > div:first-child {
        width: auto
    }
}

@media (max-width: 479.98px) {
    .header .container .row > div:last-child {
        margin-left: auto
    }
}
*/
.header.header--grey {
    background: #f0f0f0
}

@media (max-width: 479.98px) {
    .header {
        padding: 16px 0
    }
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 180px;
    width: 100%;
    margin: -10px 0
}

@media (max-width: 1350px) {
    .header__menu {
        max-width: 240px
    }
}

.header__menu-burger {
    position: relative;
    font-weight: 600
}

.header__menu-burger.header__menu-burger--noText {
    font-size: 0
}

.header__menu-burger.header__menu-burger--noText > svg {
    margin-right: 0
}

.header__menu-burger > svg {
    top: 50%;
    margin-right: 20px;
}

@media (max-width: 1350px) {
    .header__menu-burger > svg {
        position: static;
        margin-right: 10px;
        margin-top: 0
    }
}

@media (max-width: 767.98px) {
    .header__menu-burger > svg {
        margin-right: 0
    }
}

.header__menu-burger > svg > rect {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.header__menu-item {
    padding: 10px 0;
    min-width: 79px
}

@media (max-width: 1350px) {
    .header__menu-item {
        min-width: 107px
    }
}

@media (max-width: 767.98px) {
    .header__menu-item {
        min-width: auto
    }
}


.header__menu-item:nth-child(odd) {
    position: relative;
    margin-right: 16px;
    padding-right: 16px
}

@media (max-width: 991.98px) {
    .header__menu-item:nth-child(odd) {
        margin-right: 0;
        padding-right: 0
    }
}

.header__menu-item > * {
    display: inline-block
}

.header__menu-item > .header__menu-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767.98px) {
    .header__menu-item > .header__menu-burger {
        font-size: 0
    }
}

.header__menu-item button {
    background-color: transparent;
    border: none;
    padding: 0
}

.header__menu-item a, .header__menu-item button {
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.header__menu-item a:hover, .header__menu-item button:hover {
    color: #f3613c;
}

.header__actions-item a:hover svg path {
    stroke: #f3613c;
}
.header__actions-item a[href="/projector/"]:hover svg path {
    fill: #f3613c;
    stroke: transparent;
}
.header__menu-item button:hover svg rect {
    fill: #f3613c;
}


.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 479.98px) {
    .header__logo > a > img {
        width: 86px;
        height: 56px
    }
}

.header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 52px
}

@media (max-width: 991.98px) {
    .header__actions {
        gap: 20px
    }
}

@media (max-width: 767.98px) {
    .header__actions {
        gap: 40px
    }
}

@media (max-width: 479.98px) {
    .header__actions {
        gap: 20px
    }
}

@media (max-width: 991.98px) {
    .header__actions-item:nth-child(2) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media (max-width: 767.98px) {
    .header__actions-item:nth-child(5) {
        display: none
    }
}

.header__actions-link.header__actions-link--fill:hover > svg > path {
    fill: #064
}

.header__actions-link.header__actions-link--stroke:hover > svg > path {
    stroke: #064
}

.header__actions-link > svg > path {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.aside-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(53, 53, 49, .82);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.aside-menu.is-active {
    visibility: visible;
    opacity: 1
}

.aside-menu.is-active .aside-menu__box {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.aside-menu__box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.aside-menu__container {
    max-width: 445px;
    width: 100%;
    height: 100%;
    background: #353531;
    color: #fff;
    padding-bottom: 41px;
    overflow: auto
}

.aside-menu__container::-webkit-scrollbar {
    width: 6px
}

.aside-menu__container::-webkit-scrollbar-track {
    background-color: transparent
}

.aside-menu__container::-webkit-scrollbar-thumb {
    background: #bdbbb7
}

.aside-menu__container-box {
    width: 100%;
    height: 100%
}

.aside-menu__head {
    display: block;
    padding: 20px 48px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

@media (max-width: 479.98px) {
    .aside-menu__head {
        padding: 28px 20px
    }
}

.aside-menu__head > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    color: #bdbbb7;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (max-width: 479.98px) {
    .aside-menu__head > a {
        font-size: 14px
    }
}

.aside-menu__head > a:hover {
    color: #fff
}

.aside-menu__head > a > svg {
    margin-right: 12px
}

.aside-menu__list {
    padding: 21px 48px 0 48px
}

@media (max-width: 479.98px) {
    .aside-menu__list {
        padding: 21px 20px 0 20px
    }
}

@media (min-width: 992px) {
    .aside-menu__list > .menu-accordion > .menu-accordion__item:nth-child(1), .aside-menu__list > .menu-accordion > .menu-accordion__item:nth-child(2), .aside-menu__list > .menu-accordion > .menu-accordion__item:nth-child(3) {
        display: none
    }
}

.aside-menu__button {
    display: inline-block;
    background: 0 0;
    border: none;
    margin-left: 48px;
    margin-top: 63px
}

@media (max-width: 479.98px) {
    .aside-menu__button {
        margin-left: 21px;
        margin-top: 32px;
        margin-right: 15px
    }
}

.menu-accordion {
    width: 100%
}

.menu-accordion__item {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 16px
}

.menu-accordion__item + .menu-accordion__item {
    margin-top: 21px
}

.menu-accordion__item-link {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    color: #bdbbb7;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (max-width: 479.98px) {
    .menu-accordion__item-link {
        font-size: 16px;
        line-height: 16px
    }
}

.menu-accordion__item-link:hover {
    color: #ff4800
}

.menu-accordion__header {
    width: 100%
}

.menu-accordion__button {
    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;
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (max-width: 479.98px) {
    .menu-accordion__button {
        font-size: 16px;
        line-height: 16px
    }
}

.menu-accordion__button.collapsed {
    color: #bdbbb7
}

.menu-accordion__button.collapsed > svg {
    opacity: .6;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.menu-accordion__button > svg {
    min-width: 28px;
    margin-left: 12px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s
}

.menu-accordion__button:hover {
    color: #ff4800
}

.menu-accordion__button:hover > svg {
    opacity: 1
}

.menu-accordion__collapse > .menu-accordion {
    padding-left: 25px;
    padding-bottom: 8px
}

.menu-accordion__collapse > .menu-accordion > .menu-accordion__item {
    margin-top: 16px;
    border-bottom: none;
    padding-bottom: 0
}

.menu-accordion__collapse > .menu-accordion > .menu-accordion__item > .menu-accordion__header {
    padding-bottom: 0
}

.menu-accordion__collapse > .menu-accordion > .menu-accordion__item .menu-accordion__links {
    padding-top: 12px;
    padding-left: 10px
}

.menu-accordion__collapse > .menu-accordion > .menu-accordion__item .menu-accordion__links .menu-accordion__links-link:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.menu-accordion__collapse > .menu-accordion > .menu-accordion__item .menu-accordion__button {
    color: #fff;
    opacity: 1
}

.menu-accordion__collapse > .menu-accordion > .menu-accordion__item .menu-accordion__button.collapsed {
    color: #bdbbb7
}

.menu-accordion__collapse > .menu-accordion > .menu-accordion__item .menu-accordion__button.collapsed > svg {
    opacity: .6
}

.menu-accordion__collapse > .menu-accordion > .menu-accordion__item .menu-accordion__button:hover {
    color: #fff
}

.menu-accordion__links {
    padding-left: 25px;
    padding-top: 21px
}

.menu-accordion__links-link:hover > a {
    color: #fff
}

.menu-accordion__links-link > a {
    font-size: 16px;
    line-height: 16px;
    padding: 9.5px 0;
    display: block;
    width: 100%;
    height: 100%;
    color: #bdbbb7
}

.menu-accordion__links-link:not(:first-child) {
    margin-top: 10px
}

.lang-buttons.lang-buttons--grey .lang-buttons__list .lang-buttons__item .lang-buttons__item-button {
    color: #bdbbb7
}

.lang-buttons.lang-buttons--grey .lang-buttons__list .lang-buttons__item .lang-buttons__item-button:hover {
    color: #fff
}

.lang-buttons.lang-buttons--grey .lang-buttons__list .lang-buttons__item .lang-buttons__item-button.is-active {
    color: #fff
}

.lang-buttons__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -7.5px
}

.lang-buttons__item {
    padding: 0 7.5px
}

.lang-buttons__item-button {
    padding: 0;
    background: 0 0;
    border: none;
    font-size: 16px;
    line-height: 24px;
    color: #353531;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.lang-buttons__item-button:hover {
    color: #ff4800
}

.lang-buttons__item-button.is-active {
    color: #ff4800
}

section + section {
    margin-top: 128px
}

@media (max-width: 991.98px) {
    section + section {
        margin-top: 80px !important
    }
}

@media (max-width: 479.98px) {
    section + section {
        margin-top: 56px !important
    }
}

.advantages__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -12px
}

.advantages__row-item {
    padding: 12px;
    min-height: 165px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%
}

.advantages__row[items-count="4"] .advantages__row-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%    
}

@media (max-width: 767px) {
    .advantages__row-item, 
    .advantages__row[items-count="4"] .advantages__row-item {
        -webkit-box-flex: 1;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .advantages__row-item > .advantages-card {
        max-width: 100%
    }
}

.advantages-card {
    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;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
*/    
    height: 100%;
    text-align: center;
    background-color: #f0f0f0;
    padding: 35px 16px 16px 16px;
    min-width: 230px
}

.advantages-card__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.advantages-card__icon {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0 0 35px 0;
    height: 81px;
/*    
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%
*/    
}

.advantages-card__icon img {
    display: inline-block;
    max-height: 46px;
    max-width: 46px;
}

.advantages-card__title {
/*    
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding-top: 15px;
*/    
}

.advantages-card__title .h4 {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    display: inline;
    border-bottom: 1px #acacac solid;
    padding-bottom: 1px;    
}

@media (max-width: 767px) {
    .advantages-card__icon {
        padding: 0 0 25px 0;
        height: 50px;    
    }

    .advantages-card__icon img {
        display: inline-block;
        max-height: 33px;
        max-width: 33px;
    }    

    .advantages-card__title .h4 {
        font-size: 14px;   
        line-height: 20px;
    }     
}

.advantages-card__text {
    display: none;
/*
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.33%;
    flex: 1 0 33.33%
*/
}

.news {
    padding: 69px 0;
    background: #f0f0f0
}

@media (max-width: 991.98px) {
    .news {
        padding: 56px 0
    }
}

.news__card {
    min-height: 664px;
    padding: 32px;
    background-color: #064;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
}

.arrow-link {
    position: relative;
}
.arrow-link::before {
    content: '';
    position: absolute;
    right: -24px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cpath id='right-a' d='M2.29289322,0.292893219 C2.68341751,-0.0976310729 3.31658249,-0.0976310729 3.70710678,0.292893219 C4.09763107,0.683417511 4.09763107,1.31658249 3.70710678,1.70710678 L1.70710678,3.70710678 C1.31658249,4.09763107 0.683417511,4.09763107 0.292893219,3.70710678 C-0.0976310729,3.31658249 -0.0976310729,2.68341751 0.292893219,2.29289322 L2.29289322,0.292893219 Z'/%3E%3Cpath id='right-c' d='M3.41421356,4 L13.0014708,4 C13.5529433,4 14,4.44771525 14,5 C14,5.55228475 13.5529433,6 13.0014708,6 L3.41421356,6 L5.70710678,8.29289322 C6.09763107,8.68341751 6.09763107,9.31658249 5.70710678,9.70710678 C5.31658249,10.0976311 4.68341751,10.0976311 4.29289322,9.70710678 L0.292893219,5.70710678 C-0.0976310729,5.31658249 -0.0976310729,4.68341751 0.292893219,4.29289322 L4.29289322,0.292893219 C4.68341751,-0.0976310729 5.31658249,-0.0976310729 5.70710678,0.292893219 C6.09763107,0.683417511 6.09763107,1.31658249 5.70710678,1.70710678 L3.41421356,4 Z'/%3E%3C/defs%3E%3Cg fill-rule='evenodd' transform='matrix(-1 0 0 1 19 7)'%3E%3Cg transform='translate(3 1)'%3E%3Cmask id='right-b' fill='%23fff'%3E%3Cuse xlink:href='%23right-a'/%3E%3C/mask%3E%3C/g%3E%3Cmask id='right-d' fill='%23fff'%3E%3Cuse xlink:href='%23right-c'/%3E%3C/mask%3E%3Cg fill='%23fff' mask='url(%23right-d)'%3E%3Crect width='24' height='24' transform='translate(-5 -7)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 50% 50%;
    color: #fff;
}

@media (max-width: 991.98px) {
    .news__card {
        min-height: 358px
    }
}

@media (max-width: 479.98px) {
    .news__card {
        padding: 32px 24px
    }
}

.news__card > h2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

@media (max-width: 479.98px) {
    .news__card > h2 {
        font-size: 28px;
        line-height: 36px
    }
}

.news__card > a {
    color: #fff
}

.news__card a + a {
    margin-top: 12px
}
.news__card a + a:last-of-type {
    margin-top: 24px;
}

.news__card a + button {
    margin-top: 28px
}

.news .container > .row > div:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news-card {
    min-height: 320px;
    height: 100%;
    background-color: #fff;
    font-family: "Roboto", Arial, sans-serif
}

.news-card__link {
    padding: 32px;
    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: inherit;
    cursor: pointer
}

@media (max-width: 479.98px) {
    .news-card__link {
        padding: 32px 24px
    }
}

.news-card__link:hover {
    color: initial
}

.news-card__link:hover .news-card__title > h5 {
    border-color: #ff4800
}

.news-card__title {
    color: #ff4800
}

.news-card__title > h5 {
    cursor: pointer;
    display: inline;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-bottom: 1px solid transparent
}

.news-card__text {
    font-weight: 600
}

.news-card__date > p {
    font-weight: 400;
    color: #bdbbb7
}

.video {
    margin-top: 96px
}

@media (max-width: 479.98px) {
    .video .h2-title h2 {
        font-size: 28px;
        line-height: 36px
    }
}

.video__button {
    margin-top: 60px;
    margin-bottom: 50px;
}

@media (max-width: 479.98px) {
    .video__button {
        margin-top: 32px;
        margin-bottom: 25px;
    }
}

.video-card {
    width: 100%;
    height: 100%
}

@media (max-width: 576px) {
    .video-card {
        min-height: 300px
    }
}

@media (max-width: 479.98px) {
    .video-card {
        min-height: 189px
    }
}

.video-card > iframe {
    width: inherit;
    height: inherit
}

.new-products {
    padding: 96px 0;
    background: #f0f0f0
}

@media (max-width: 991.98px) {
    .new-products {
        padding: 56px 0 44px 0
    }
}

.new-products__title {
    margin-bottom: 32px
}

.new-products__slider {
    width: 100%
}

.new-products-swiper.swiper-horizontal .new-products-swiper__pagination {
    max-width: 400px;
    text-align: left;
    padding-left: 32px;
    bottom: 32px
}

@media (max-width: 991.98px) {
    .new-products-swiper.swiper-horizontal .new-products-swiper__pagination {
        text-align: center;
        padding-left: 0;
        max-width: 100%;
        bottom: 0
    }
}

.new-products-swiper.swiper-horizontal .new-products-swiper__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: 0 0;
    border: 2px solid #fff;
    opacity: 1
}

@media (max-width: 991.98px) {
    .new-products-swiper.swiper-horizontal .new-products-swiper__pagination .swiper-pagination-bullet {
        border-color: #064
    }
}

.new-products-swiper.swiper-horizontal .new-products-swiper__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff
}

@media (max-width: 991.98px) {
    .new-products-swiper.swiper-horizontal .new-products-swiper__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #064
    }
}

.new-products-swiper__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media (max-width: 991.98px) {
    .new-products-swiper__slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 48px
    }
}

.new-products-swiper__card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 400px
}

@media (max-width: 991.98px) {
    .new-products-swiper__card {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

.new-products-swiper__img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    height: 500px;
}

@media (max-width: 991.98px) {
    .new-products-swiper__img {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 16px 0 16px 0
    }
}

.new-products-swiper__img > img {
    display: block;
    width: 400px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 479.98px) {
    .new-products-swiper__img > img {
        width: 100%;
        height: 269px;
        -o-object-fit: contain;
        object-fit: contain
    }
}

.product-card {
    height: 100%;
    background-color: rgba(53, 53, 49, .7)
}

.product-card.product-card--orange {
    background-color: #ff4800
}

.product-card.product-card--green {
    background-color: #064
}

.product-card__link {
    position: relative;
    height: 100%;
    display: block;
    padding: 32px
}

@media (max-width: 479.98px) {
    .product-card__link {
        padding: 32px 24px
    }
}

.product-card__link-content {
    max-width: 300px;
    width: 100%;
    height: inherit
}

.product-card__img {
    position: absolute;
    bottom: 32px;
    right: 32px
}

.product-card__title {
    color: #fff;
    margin-bottom: 16px;
    cursor: pointer;
    font-weight: normal;
    font-size: 32px;
}

@media (max-width: 479.98px) {
    .product-card__title {
        font-size: 24px;
        line-height: 32px
    }
}

.product-card__text {
    color: #fff;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.product-card__arrow {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.product-card__arrow:hover {
    opacity: .7
}

.main-slider {
    height: 810px
}

@media (max-width: 991.98px) {
    .main-slider {
        height: 580px
    }
}

@media (max-width: 767.98px) {
    .main-slider {
        height: 480px
    }
}

@media (max-width: 479.98px) {
    .main-slider {
        height: 408px
    }
}

.main-slider > .swiper {
    height: 100%
}

.main-slider__slide {
    width: 100%;
    height: 100%
}

.main-slider__slide > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 479.98px) {
    .main-slider__arrow {
        display: none
    }
}

.main-slider__arrow:hover > svg > circle {
    stroke: #353531
}

.main-slider__arrow:hover > svg > path {
    fill: #353531
}

.main-slider__arrow--next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 48px
}

.main-slider__arrow--prev {
    margin-left: 48px
}

.main-slider__pagination.swiper-pagination {
    text-align: right;
    padding-right: 97px;
    bottom: 56px
}

@media (max-width: 479.98px) {
    .main-slider__pagination.swiper-pagination {
        text-align: center;
        padding-right: 0;
        bottom: 20px
    }
}

.main-slider__pagination.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: 0 0;
    border: 2px solid rgba(0, 102, 68, .6)
}

.main-slider__pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #064
}

.about-short {
    margin-top: 70px
}

.about-short__card {
    position: relative;
    padding-top: 24px;
    font-size: 18px;
    line-height: 27px
}

.about-short__card::before {
    content: "";
    position: absolute;
    top: 0;
    width: 82px;
    height: 2px;
    background-color: #064
}

.products-grid {
    margin-top: 131px
}

.products-grid__masonry {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr);
    -ms-grid-rows: masonry;
    grid-template-rows:masonry;
    grid-row-gap: 24px;
    grid-column-gap: 24px
}

.products-grid__masonry-item {
    height: 373px;
}

.products-grid__masonry-item .product-card__arrow {
    position: absolute;
    bottom: 40px;
    opacity: 0.3;
}

.products-grid__masonry-item:hover .product-card__arrow {
    opacity: 0.7;
}
@media (max-width: 991.98px) {
    .products-grid__masonry {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 767.98px) {
    .products-grid__masonry .products-grid__masonry-item {
        -ms-grid-column: 1 !important;
        -ms-grid-column-span: 2 !important;
        grid-column: 1/3 !important;
        grid-row: auto !important
    }
}
/*
@media (max-width: 991.98px) {
    .products-grid__masonry-item > .product-card > .product-card__link > .product-card__img {
        max-width: 296px;
        max-height: 165px;
        right: 32px
    }
}

@media (max-width: 767.98px) {
    .products-grid__masonry-item > .product-card > .product-card__link > .product-card__img {
        position: static;
        margin-left: auto;
        max-width: 350px;
        max-height: 100%;
        width: 100%
    }
}
*/
@media (max-width: 767.98px) {
    .products-grid__masonry-item > .product-card .product-card__link-content {
        height: auto
    }
}

/*
@media (max-width: 479.98px) {
    .products-grid__masonry-item > .product-card .product-card__link-content + .product-card__img {
        margin-top: 40px
    }
}
*/
@media (max-width: 767.98px) {
    .products-grid__masonry-item > .product-card > .product-card__link {
        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;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.products-grid__masonry-item:nth-child(1) {
/*    height: 180px*/
    grid-column: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;    
}

.products-grid__masonry-item .product-card__img img {
    max-height: 250px;
    max-width: 50vw;
}



@media (max-width: 767.98px) {
    .products-grid__masonry-item:nth-child(1) {
        height: auto
    }
}
/*
.products-grid__masonry-item:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    height: 480px
}

@media (max-width: 991.98px) {
    .products-grid__masonry-item:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3
    }
}

@media (max-width: 479.98px) {
    .products-grid__masonry-item:nth-child(2) {
        height: auto
    }
}

.products-grid__masonry-item:nth-child(2) .product-card__img {
    width: 482px;
    height: 272px
}

@media (max-width: 479.98px) {
    .products-grid__masonry-item:nth-child(2) .product-card__img {
        height: 165px
    }
}

.products-grid__masonry-item:nth-child(2) .product-card__img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.products-grid__masonry-item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4
}

@media (max-width: 991.98px) {
    .products-grid__masonry-item:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        grid-row: 2/4
    }
}

.products-grid__masonry-item:nth-child(3) .product-card__img {
    width: 352px;
    height: 182.16px;
    right: 24px
}

@media (max-width: 1199.98px) {
    .products-grid__masonry-item:nth-child(3) .product-card__img {
        width: 264px;
        height: 137px;
        right: 16px
    }
}

@media (max-width: 479.98px) {
    .products-grid__masonry-item:nth-child(3) .product-card__img {
        height: 157px
    }
}

.products-grid__masonry-item:nth-child(3) .product-card__img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.products-grid__masonry-item:nth-child(5) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/5
}

@media (max-width: 991.98px) {
    .products-grid__masonry-item:nth-child(5) {
        -ms-grid-row: 4;
        -ms-grid-row-span: 2;
        grid-row: 4/6;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2
    }
}

.products-grid__masonry-item:nth-child(5) .product-card__img {
    width: 330.97px;
    height: 154px
}

@media (max-width: 1199.98px) {
    .products-grid__masonry-item:nth-child(5) .product-card__img {
        width: 264px;
        height: 137px;
        right: 16px
    }
}

.products-grid__masonry-item:nth-child(5) .product-card__img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 991.98px) {
    .products-grid__masonry-item:nth-child(4), .products-grid__masonry-item:nth-child(6), .products-grid__masonry-item:nth-child(7) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3
    }
}
*/

.products-grid__masonry-title {
    padding-bottom: 7px
}

@media (max-width: 479.98px) {
    .products-grid__masonry-title h2 {
        font-size: 28px;
        line-height: 36px
    }
}

.products-grid__calc {
    padding: 32px;
    margin-top: 32px;
    background: #f0f0f0
}

@media (max-width: 479.98px) {
    .products-grid__calc {
        padding: 32px 24px
    }
}

.products-grid__calc-box {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px
}

.products-grid__calc-box > * {
    padding: 12px
}

.products-grid__calc-item:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    min-width: 295px
}

.products-grid__calc-item > p {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px
}

.catalog {
    background: #f0f0f0
}

.catalog__box {
    padding-bottom: 140px
}

@media (max-width: 991.98px) {
    .catalog__box {
        padding-bottom: 80px
    }
}

@media (max-width: 479.98px) {
    .catalog__box {
        padding-bottom: 56px
    }
}

.card-category {
    width: 100%;
    height: 520px
}

.card-category__link {
    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;
    width: 100%;
    height: 100%;
    padding: 50px;
    background-color: rgba(53, 53, 49, .7);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (max-width: 991.98px) {
    .card-category__link {
        padding: 40px
    }
}

@media (max-width: 479.98px) {
    .card-category__link {
        height: 500px
    }
}

.card-category__link:hover {
    background-color: rgba(53, 53, 49, .8)
}

.card-category__link.card-category__link--green {
    background-color: #064
}

.card-category__link.card-category__link--green:hover {
    background-color: #01573b
}

.card-category__link.card-category__link--orange {
    background-color: #ff4800
}

.card-category__link.card-category__link--orange:hover {
    background-color: #e74100
}

.card-category__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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    max-width: 394px;
    width: 100%;
    height: 100%
}

.card-category__img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    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;
    max-height: 276px;
    max-width: 273px
}

@media (max-width: 767.98px) {
    .card-category__img {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }
}

@media (max-width: 479.98px) {
    .card-category__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 40px
    }
}

.card-category__name {
    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-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%
}

@media (max-width: 767.98px) {
    .card-category__name {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }
}

@media (max-width: 479.98px) {
    .card-category__name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.card-category__name > h2 {
    color: #fff
}

@media (max-width: 1199.98px) {
    .card-category__name > h2 {
        font-size: 30px;
        line-height: 38px
    }
}

@media (max-width: 991.98px) {
    .card-category__name > h2 {
        font-size: 26px;
        line-height: 34px
    }
}

@media (max-width: 479.98px) {
    .card-category__name > h2 {
        font-size: 24px;
        line-height: 32px
    }
}

.productions {
    background: #F0F0F0;
}

.productions__box {
    padding-bottom: 100px
}

@media (max-width: 991.98px) {
    .productions__box {
        padding-bottom: 80px
    }
}

@media (max-width: 479.98px) {
    .productions__box {
        padding-bottom: 56px
    }
}

.productions__box-category .card-category__link {
    pointer-events: none
}

.card-product {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 32px;
    background: #fff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (max-width: 767.98px) {
    .card-product {
        max-width: 340px;
        width: 100%;
        margin: 0 auto
    }
}

@media (max-width: 479.98px) {
    .card-product {
        padding-bottom: 24px
    }
}

.card-product:hover {
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, .16);
    box-shadow: 0 2px 16px rgba(0, 0, 0, .16)
}

.card-product:hover .card-product__name {
    color: #064
}

.card-product__img {
    width: 100%;
    height: 204px;
    margin-bottom: 24px
}

@media (max-width: 1199.98px) {
    .card-product__img {
        height: 290px
    }
}

@media (max-width: 991.98px) {
    .card-product__img {
        height: 230px
    }
}

@media (max-width: 479.98px) {
    .card-product__img {
        height: 204px
    }
}

.card-product__img > img {
    width: 100%;
    height: inherit;
    -o-object-fit: cover;
    object-fit: contain;
}

.card-product__info {
    padding: 0 16px 0 16px
}

.card-product__name {
    /*max-width: 260px;*/
    max-width: 100%;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin-bottom: 12px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (max-width: 479.98px) {
    .card-product__name {
        max-width: 100%
    }
}

.card-product__text {
    /*max-width: 260px;*/
    max-width: 100%;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

@media (max-width: 479.98px) {
    .card-product__text {
        max-width: 100%
    }
}

.card-product__text + .card-product__price {
    margin-top: 24px
}

.card-product__price {
    font-weight: 600;
    font-size: 26px;
    line-height: 24px;
    color: #ff4800
}

.product {
    background: #f0f0f0
}

.product__box {
    margin-bottom: 56px;
    padding-bottom: 36px
}

@media (max-width: 479.98px) {
    .product__box {
        padding-bottom: 56px;
        margin-bottom: 0
    }
}

.product__box-item + .product__box-item {
    margin-top: 24px
}

.product__preview {
    width: 100%
}

.product__preview-card {
    position: relative;
    padding: 40px;
    background-color: #064;
    display: flex;
    flex-direction: column;
}

@media (max-width: 479.98px) {
    .product__preview-card {
        padding: 32px 24px
    }
}

.product__preview-head {
    color: #fff;
    margin-bottom: 32px
}

@media (max-width: 479.98px) {
    .product__preview-head {
        margin-bottom: 12px
    }
}

.product__preview-head > h2 {
    max-width: 445px;
    width: 100%
}

@media (max-width: 479.98px) {
    .product__preview-head > h2 {
        font-size: 28px;
        line-height: 36px
    }
}

.product__preview-body {
    color: #fff;
    margin-bottom: 48px
}

@media (max-width: 479.98px) {
    .product__preview-body {
        margin-bottom: 24px
    }
}

.product__preview-body > p {
    max-width: 445px;
    width: 100%
}

.product__preview-footer {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin: -16px;*/
    margin-top: auto;
}

.product__preview-footer > div {
    padding-top: 16px;
}

@media (max-width: 479.98px) {
    .product__preview-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .product__preview-footer > .product__preview-certificate {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .product__preview-footer > .product__preview-button {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.product__preview-certificate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

.product__preview-certificate > img:not(:last-child) {
    margin-right: 23px
}

.product__preview-button {
    max-width: 188px;
    width: 100%
}

.product__preview-button > button {
    width: 100%
}

.product__preview-img {
    height: 100%;
    cursor: pointer
}

@media (max-width: 991.98px) {
    .product__preview-img {
        height: 300px
    }
    .product__preview-button {
        position: static;
    }
    .product__preview-certificate {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .product__preview-img {
        height: 274px
    }
}

.product__preview-img > img {
    width: auto;
    height: 100%;
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: auto;
}

@media (max-width: 991.98px) {
    .product__preview-img > img {
        -o-object-fit: contain;
        object-fit: contain
    }
}

.product-info {
    padding-bottom: 110px
}

@media (max-width: 991.98px) {
    .product-info {
        display: none
    }
}

.product-accordion {
    margin-top: 56px !important;
    padding-bottom: 56px;
    overflow: hidden
}

@media (min-width: 992px) {
    .product-accordion {
        display: none
    }
}

@media (max-width: 479.98px) {
    .product-accordion {
        margin-top: 40px !important
    }

    .product-accordion .description-accordion {
        margin: 0 -16px
    }
}

.product-accordion .tabs .tabs__content {
    padding-top: 0
}

.product-slider {
    position: relative
}

@media (max-width: 479.98px) {
    .product-slider {
        background: #fff
    }
}

.product-slider > .swiper {
    max-width: 1036px;
    width: 100%;
    margin: 0 auto
}

@media (max-width: 1199.98px) {
    .product-slider > .swiper {
        max-width: 768px
    }
}

@media (max-width: 991.98px) {
    .product-slider > .swiper {
        max-width: 568px
    }
}

.product-slider__slide {
    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;
    cursor: pointer;
    width: 188px;
    height: 234px;
    margin: 0 auto
}

@media (max-width: 1199.98px) {
    .product-slider__slide {
        width: auto
    }
}

@media (max-width: 479.98px) {
    .product-slider__slide {
        width: 100%
    }
}

@media (max-width: 479.98px) {
    .product-slider__slide {
        height: 271px
    }
}

.product-slider__slide > img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: inherit;
    height: inherit;
    -o-object-fit: contain;
    object-fit: contain
}

.product-slider__arrow > svg > circle {
    stroke: rgba(255, 72, 0, .5)
}

@media (max-width: 991.98px) {
    .product-slider__arrow > svg > circle {
        stroke: #ff4800
    }
}

.product-slider__arrow > svg > path {
    fill: rgba(255, 72, 0, .5)
}

@media (max-width: 991.98px) {
    .product-slider__arrow > svg > path {
        fill: #ff4800
    }
}

.product-slider__arrow:hover > svg > circle {
    stroke: #ff4800
}

.product-slider__arrow:hover > svg > path {
    fill: #ff4800
}

@media (max-width: 479.98px) {
    .product-slider__arrow--prev {
        left: 16px
    }
}

.product-slider__arrow--next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 479.98px) {
    .product-slider__arrow--next {
        right: 16px
    }
}

.tabs {
    width: 100%
}

.tabs__nav {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #bdbbb7
}

.tabs__nav-link {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 12px 16px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid transparent;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #353531;
    background: 0 0
}

.tabs__nav-link::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ff4800;
    opacity: 0;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.tabs__nav-link:focus, .tabs__nav-link:hover {
    color: #353531
}

.tabs__nav-link:focus::before, .tabs__nav-link:hover::before {
    opacity: 1
}

.tabs__nav-link.active::before {
    opacity: 1
}

.tabs__content {
    padding-top: 56px
}

.tabs__content-pane .content-pane__text + .content-pane__text {
    margin-top: 15px
}

.tabs__content-pane .content-pane__link + .content-pane__link, .tabs__content-pane .content-pane__link + .content-pane__text, .tabs__content-pane .content-pane__link + .content-pane__title, .tabs__content-pane .content-pane__text + .content-pane__link, .tabs__content-pane .content-pane__title + .content-pane__zoom, .tabs__content-pane .content-pane__zoom + .content-pane__title {
    margin-top: 32px
}

.tabs__content-pane .content-pane__link + .content-pane__list, .tabs__content-pane .content-pane__link + .content-pane__zoom, .tabs__content-pane .content-pane__list + .content-pane__link, .tabs__content-pane .content-pane__title + .content-pane__link {
    margin-top: 16px
}

.tabs__content-pane .content-pane__link + .content-pane__qr {
    margin-top: 17px
}

.tabs__content-pane .content-pane__qr + .content-pane__link {
    margin-top: 34px
}

.tabs__content-pane > .content-pane__title + .content-pane__list {
    margin-top: 40px
}

.tabs__content-pane > .content-pane__title + .content-pane__characteristic {
    margin-top: 44px
}

@media (min-width: 991px) and (max-width: 1200px) {
    .tabs__nav-link {
        font-size: 18px;
    }
}

@media (max-width: 479.98px) {
    .tabs__content-pane > .content-pane__title + .content-pane__characteristic {
        margin-top: 34px
    }
}

.tabs__content-pane > .content-pane__characteristic + .content-pane__title {
    margin-top: 56px
}

@media (max-width: 479.98px) {
    .tabs__content-pane > .content-pane__characteristic + .content-pane__title {
        margin-top: 46px
    }
}

.tabs__content-pane > .content-pane__list + .content-pane__title {
    margin-top: 50px
}

.tabs__content-pane > .content-pane__list + .content-pane__list2 {
    margin-top: 32px
}

.tabs__content-pane .content-pane__list > a, .tabs__content-pane .content-pane__list > li > ul > a {
    margin-top: 6px
}

.tabs__content-pane .content-pane__list > a + li, .tabs__content-pane .content-pane__list > li > ul > a + li {
    margin-top: 12px
}

.description-accordion__item {
    width: 100%;
    border-bottom: 1px solid rgba(189, 187, 183, .4)
}

.description-accordion__item + .description-accordion__item {
    margin-top: 16px
}

.description-accordion__header {
    width: 100%
}

.description-accordion__button {
    width: 100%;
    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;
    padding: 0 16px 0 16px;
    border-top: none;
    border-right: none;
    border-left: none;
    background: 0 0;
    border-bottom: 2px solid #ff4800;
    padding-bottom: 12px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #353531;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.description-accordion__button > svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.description-accordion__button > svg > path {
    fill: #ff4800;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.description-accordion__button.collapsed {
    border-bottom: 2px solid transparent
}

.description-accordion__button.collapsed > svg {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset
}

.description-accordion__button.collapsed > svg > path {
    fill: #bdbbb7
}

.description-accordion__body {
    padding: 24px 16px 16px 16px
}

.content-pane__text {
    max-width: 700px;
    width: 100%;
    color: #000
}

.content-pane__text.content-pane__text--lpadding {
    padding-left: 40px
}

.content-pane__text.content-pane__text--lpadding > a {
    display: inline-block;
    padding-left: 0
}

.content-pane__text.content-pane__text--lpadding > a::before {
    left: -40px
}

.content-pane__text > span + span {
    display: block;
    margin-top: 15px
}

.content-pane__zoom {
    display: block;
    height: 200px;
    width: auto
}

.content-pane__zoom > img {
    width: inherit;
    height: inherit;
    -o-object-fit: contain;
    object-fit: contain
}

.content-pane__link {
    display: block
}

.content-pane__qr {
    width: 124px;
    height: 124px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.content-pane__list {
    max-width: 904px;
    width: 100%;
    list-style: none
}

.content-pane__list > p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

.content-pane__list p + li {
    margin-top: 16px
}

.content-pane__list > li > ul {
    list-style: none
}

.content-pane__list > li > ul > li {
    color: rgba(53, 53, 49, .7)
}

.content-pane__list > li > ul > li::before {
    display: none
}

.content-pane__list > li > ul > li:first-child {
    margin-top: 15px
}

.content-pane__list > li > ul > li + li {
    margin-top: 15px
}

.content-pane__list > li + li {
    margin-top: 15px
}

.content-pane__list2 {
    max-width: 904px;
    width: 100%;
    padding-left: 13px;
    list-style: none;
    counter-reset: ol-list;
    position: relative;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    color: #bdbbb7
}

.content-pane__list2::before {
    content: "*";
    position: absolute;
    top: 0;
    left: 0;
    color: #ff4800
}

.content-pane__list2 > li {
    position: relative;
    padding-left: 13px
}

.content-pane__list2 > li::before {
    counter-increment: ol-list;
    content: counter(ol-list) ".";
    position: absolute;
    top: 0;
    left: -2px
}

.content-pane__list2 > li > ul {
    list-style: none
}

.content-pane__list2 > li > ul > li::before {
    content: "-"
}

.content-pane__characteristic {
    max-width: 930px;
    width: 100%
}

.content-pane__characteristic-item + .content-pane__characteristic-item {
    margin-top: 60px
}

@media (max-width: 479.98px) {
    .content-pane__characteristic-item + .content-pane__characteristic-item {
        margin-top: 30px
    }
}

.characteristic__title {
    padding: 12px;
    margin-bottom: 16px;
    width: 100%;
    background: #f0f0f0;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #353531
}

.characteristic__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.characteristic__row:not(:last-of-type) {
    padding-bottom: 16px;
    border-bottom: 1px solid #bdbbb7
}

.characteristic__row + .characteristic__row {
    margin-top: 16px
}

.characteristic__row-item {
    padding: 0 12px;
    font-size: 16px;
    line-height: 24px;
    color: #353531
}

.characteristic__row-item:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.characteristic__row-item:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.card-system {
    max-height: 500px;
    height: 100%
}

.card-system__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 32px 32px 37px 32px;
    background: #fff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.card-system__link:hover {
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, .16);
    box-shadow: 0 2px 16px rgba(0, 0, 0, .16)
}

.card-system__img {
    width: 100%;
    height: 180px;
    margin-bottom: 17px;
    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
}

.card-system__img > img {
    width: inherit;
    height: inherit;
    -o-object-fit: contain;
    object-fit: contain
}

.card-system__name {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #ff4800;
    margin-bottom: 20px
}

.card-system__text {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.card-system__text > p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
}

.card-system__price {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #353531
}

.application {
    background: #f0f0f0
}

.application__box {
    padding-bottom: 80px
}

@media (max-width: 479.98px) {
    .application__box {
        padding-bottom: 56px
    }
}

.application-card {
    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;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    height: 300px;
    background-color: rgba(53, 53, 49, .7);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.application-card:hover {
    background-color: rgba(53, 53, 49, .8)
}

.application-card.application-card--orange {
    background-color: #ff4800
}

.application-card.application-card--orange:hover {
    background-color: #e74100
}

.application-card.application-card--green {
    background-color: #064
}

.application-card.application-card--green:hover {
    background-color: #01573b
}

.application-card__name {
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    color: #fff
}

.history__box {
    padding-bottom: 80px
}

@media (max-width: 479.98px) {
    .history__box {
        padding-bottom: 56px
    }
}

.history__title {
    margin-bottom: 81px
}

@media (max-width: 479.98px) {
    .history__title {
        margin-bottom: 40px
    }
}

.history__list {
    position: relative
}

.history__list:after {
    content: "";
    position: absolute;
    height: 97%;
    width: 116px;
    top: 21px;
    left: 0;
    border-right: 2px solid rgba(0, 102, 68, .2);
    z-index: 0
}

@media (max-width: 479.98px) {
    .history__list:after {
        width: 9px
    }
}

.history__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1
}

@media (max-width: 479.98px) {
    .history__list-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .history__list-item:last-child::before {
        content: "";
        position: absolute;
        top: 12px;
        left: 0;
        height: 100%;
        width: 16px;
        background-color: #fff
    }
}

@media (max-width: 479.98px) {
    .history__list-item + .history__list-item {
        margin-top: 32px
    }
}

.history__list-item + .history__list-item > * {
    padding-top: 56px
}

@media (max-width: 479.98px) {
    .history__list-item + .history__list-item > * {
        padding-top: 0
    }
}

.history__list-item + .history__list-item > span::before {
    top: 62px
}

@media (max-width: 479.98px) {
    .history__list-item + .history__list-item > span::before {
        top: 50%
    }
}

.history__list-item > span {
    position: relative;
    padding-right: 38px;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #064;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 116px;
    flex: 0 0 116px;
    cursor: default
}

@media (max-width: 479.98px) {
    .history__list-item > span {
        padding-right: 0;
        padding-left: 42px;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        margin-bottom: 12px
    }
}

.history__list-item > span::before {
    content: "";
    position: absolute;
    top: 0;
    right: -7px;
    width: 16px;
    height: 16px;
    background-color: #064;
    border-radius: 50%
}

@media (max-width: 479.98px) {
    .history__list-item > span::before {
        right: initial;
        left: 0;
        top: 50%;
        margin-top: -8px
    }
}

.history__list-item > p {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 92px
}

@media (max-width: 767.98px) {
    .history__list-item > p {
        padding-left: 50px
    }
}

@media (max-width: 479.98px) {
    .history__list-item > p {
        padding-left: 42px
    }
}

.about .h2-title {
    margin-bottom: 44px
}

@media (max-width: 479.98px) {
    .about .h2-title {
        margin-bottom: 32px
    }
}

.about__box {
    width: 100%;
    padding-bottom: 80px
}

@media (max-width: 479.98px) {
    .about__box {
        padding-bottom: 56px
    }
}

.about-card {
    width: 100%;
    height: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background-color: rgba(53, 53, 49, .7)
}

@media (max-width: 479.98px) {
    .about-card {
        height: 300px
    }
}

.about-card:hover {
    background-color: rgba(53, 53, 49, .8)
}

.about-card.about-card--orange {
    background-color: #ff4800
}

.about-card.about-card--orange:hover {
    background-color: #e74100
}

.about-card.about-card--green {
    background-color: #064
}

.about-card.about-card--green:hover {
    background-color: #01573b
}

.about-card__img {
    width: 192px;
    height: 192px;
    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;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: 56px
}

@media (max-width: 479.98px) {
    .about-card__img {
        width: 120px;
        height: 120px;
        margin-bottom: 32px
    }
}

@media (max-width: 479.98px) {
    .about-card__img > img {
        width: 70px;
        height: 60px;
        -o-object-fit: contain;
        object-fit: contain
    }
}

.about-card__name {
    color: #fff
}

.contacts__box {
    width: 100%;
    padding-bottom: 80px
}

@media (max-width: 479.98px) {
    .contacts__box {
        padding-bottom: 56px
    }
}

.contacts__info {
    margin-bottom: 59px
}

@media (max-width: 479.98px) {
    .contacts__info {
        margin-bottom: 40px
    }
}

.contacts__personal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.contacts__personal-item {
    width: 100%
}

@media (max-width: 479.98px) {
    .contacts__personal-item > .h2-title h2 {
        font-size: 28px;
        line-height: 36px
    }
}

.contacts__personal-item .row {
    margin: -30px -12px
}

@media (max-width: 479.98px) {
    .contacts__personal-item .row {
        margin: -16px -12px
    }
}

.contacts__personal-item .row > div {
    padding: 30px 12px
}

@media (max-width: 479.98px) {
    .contacts__personal-item .row > div {
        padding: 16px 12px
    }
}

.contacts__personal-item + .contacts__personal-item {
    margin-top: 64px
}

@media (max-width: 479.98px) {
    .contacts__personal-item + .contacts__personal-item {
        margin-top: 40px
    }
}

.short-info__main {
    height: 100%;
    padding: 40px;
    min-height: 320px;
    background-color: rgba(53, 53, 49, .7)
}

@media (max-width: 479.98px) {
    .short-info__main {
        padding: 32px 24px
    }
}

.short-info__main.short-info__main--green {
    background-color: #064
}

.short-info__main.short-info__main--orange {
    background-color: #ff4800
}

.short-info__main-title {
    cursor: default;
    color: #fff
}

.short-info__main-title + .short-info__main-subtitle {
    margin-top: 13px
}

@media (max-width: 479.98px) {
    .short-info__main-title {
        font-size: 28px;
        line-height: 44px
    }
}

@media (max-width: 479.98px) {
    .short-info h2.short-info__sub-title {
        font-size: 28px;
        line-height: 36px
    }
}

.short-info__main-subtitle {
    color: #fff
}

.short-info__sub {
    height: 100%;
    padding: 40px;
    background: #f0f0f0
}

@media (max-width: 479.98px) {
    .short-info__sub {
        padding: 32px 24px
    }
}

.short-info__sub-title {
    margin-bottom: 24px
}

.short-info__sub-list li {
    font-size: 16px;
    line-height: 20px
    /*line-height: 24px*/
}

.short-info__sub-list li > a {
    display: inline-block;
    font-weight: 600;
    color: #ff4800;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3 ease 0s;
    -o-transition: all .3 ease 0s;
    transition: all .3 ease 0s
}

.short-info__sub-list li > a:hover {
    border-color: #ff4800
}

.short-info__sub-text {
    font-size: 20px;
    line-height: 28px;
    color: #353531
}

.personal-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 479.98px) {
    .personal-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.personal-card__img {
    display: block;
    min-width: 110px;
    height: 136px;
    margin-right: 22px
}

@media (max-width: 479.98px) {
    .personal-card__img {
        margin-right: 0;
        margin-bottom: 24px
    }
}

.personal-card__img > img {
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover
}

.personal-card__info {
    max-width: 379px;
    width: 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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 479.98px) {
    .personal-card__info {
        max-width: 334px
    }
}

.personal-card__info-item > a {
    display: inline-block
}

.personal-card__info-item a, .personal-card__info-item > p {
    font-size: 16px;
    line-height: 24px
}

.personal-card__info-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #353531;
    margin-bottom: 4px
}

.personal-card__info-position {
    color: rgba(53, 53, 49, .7)
}

.personal-card__info-tel > a {
    color: #353531 !important
}

.personal-card__info-dob {
    color: #616161
}

.personal-card__info-email > a {
    font-weight: 600;
    color: #ff4800 !important;
    border-bottom: 1px solid transparent
}

.personal-card__info-email > a:hover {
    border-color: #ff4800
}

.profile__box {
    width: 100%;
    padding-bottom: 80px
}

@media (max-width: 479.98px) {
    .profile__box {
        padding-bottom: 56px
    }
}

.profile__info {
    margin-bottom: 59px
}

@media (max-width: 479.98px) {
    .profile__info {
        margin-bottom: 44px
    }
}

.profile__accordions {
    width: 100%
}

.press__box {
    padding-top: 18px;
    padding-bottom: 44px
}

@media (max-width: 479.98px) {
    .press__box {
        padding-top: 32px
    }
}

.press__box-list {
    margin-bottom: 48px
}

@media (max-width: 479.98px) {
    .press__box-list {
        margin-bottom: 32px
    }
}

.press__box-list > .press__box-item + .press__box-item {
    margin-top: 34px
}

@media (max-width: 479.98px) {
    .press__box-list > .press__box-item + .press__box-item {
        margin-top: 24px
    }
}

.press__box-item {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(189, 187, 183, .4)
}

@media (max-width: 479.98px) {
    .press__box-item {
        padding-bottom: 24px
    }
}

.press-card {
    color: #353531
}

.press-card__head {
    width: 100%
}

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

.press-card__head-link > svg {
    min-width: 37px;
    min-height: 37px;
    opacity: .4;
    margin-left: 16px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.press-card__head-link:hover {
    color: #353531
}

.press-card__head-link:hover > svg {
    opacity: 1
}

.press-card__head-title {
    max-width: 718px;
    width: 100%
}

@media (max-width: 479.98px) {
    .press-card__head-title > h4 {
        line-height: 28px
    }
}

.press-card__body {
    padding: 16px 0 12px 0
}

.press-card__body-date {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #616161
}

.press-card__body-text {
    width: 100%;
    max-width: 718px;
    font-size: 16px;
    line-height: 24px
}

.press-card__body-text > p > a {
    font-weight: 600;
    color: #ff4800;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3 ease 0s;
    -o-transition: all .3 ease 0s;
    transition: all .3 ease 0s
}

.press-card__body-text > p > a:hover {
    border-color: #ff4800
}

.press-card__footer {
    width: 100%
}

.press-card__footer-text {
    width: 100%;
    max-width: 718px;
    color: #616161
}

.press-card__footer-text > p > a, .press-card__footer-text > p > span {
    font-weight: 600;
    color: inherit
}

.press-card__footer-text > p > a:hover {
    color: inherit
}

.manual__box {
    padding-bottom: 106px
}

.manual__title {
    margin-bottom: 64px
}

.manual__accordions {
    width: 100%
}

.projects__box {
    width: 100%;
    padding-bottom: 80px
}

@media (max-width: 479.98px) {
    .projects__box {
        padding-bottom: 56px
    }
}

.projects__box-list {
    padding-top: 40px;
    margin-bottom: 32px
}

.projects__box-title {
    margin-bottom: 48px
}

@media (max-width: 479.98px) {
    .projects__box-title {
        margin-bottom: 32px
    }
}

.projects__box-filters {
    padding: 16px 24px;
    background: #f0f0f0
}

@media (max-width: 767.98px) {
    .projects__box-filters {
        padding: 24px 16px
    }
}

.projects__box-item {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(189, 187, 183, .4)
}

@media (max-width: 479.98px) {
    .projects__box-item {
        padding-bottom: 24px
    }
}

.projects__box-item + .projects__box-item {
    margin-top: 32px
}

@media (max-width: 479.98px) {
    .projects__box-item + .projects__box-item {
        margin-top: 24px
    }
}

.projects-card__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -8px -12px
}

@media (max-width: 991.98px) {
    .projects-card__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.projects-card__box > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 8px 12px
}

.projects-card__box > div:nth-child(1), .projects-card__box > div:nth-child(2) {
    -ms-flex-negative: 2;
    flex-shrink: 2
}

@media (max-width: 991.98px) {
    .projects-card__box > div:nth-child(1), .projects-card__box > div:nth-child(2) {
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
}

.projects-card__img {
    width: 100%;
    max-width: 294px
}

@media (max-width: 991.98px) {
    .projects-card__img {
        max-width: 100%
    }
}

.projects-card__img > img {
    width: inherit;
    height: 193px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 991.98px) {
    .projects-card__img > img {
        height: 250px
    }
}

@media (max-width: 479.98px) {
    .projects-card__img > img {
        height: 225px
    }
}

.projects-card__name {
    width: 100%;
    max-width: 400px
}

@media (max-width: 991.98px) {
    .projects-card__name {
        max-width: 100%
    }
}

.projects-card__text {
    min-width: 200px
}

.projects-card__text > ul {
    list-style-type: none
}

.projects-card__text > ul li + li {
    margin-top: 16px
}

@media (max-width: 479.98px) {
    .projects-card__text > ul li + li {
        margin-top: 8px
    }
}

.projects-card__text > ul li {
    font-size: 16px;
    line-height: 24px;
    color: #353531
}

.projects-card__product {
    min-width: 150px;
    text-align: right
}

@media (max-width: 991.98px) {
    .projects-card__product {
        text-align: left
    }
}

.projects-card__product > a {
    color: #ff4800;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.projects-card__product > a:hover {
    /*border-color: #ff4800;*/
    text-decoration: underline;
}

.filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

@media (max-width: 767.98px) {
    .filters {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }
}

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

@media (max-width: 767.98px) {
    .filters__item {
        margin-bottom: 16px
    }

    .filters__item > .custom-select {
        max-width: 100%
    }
}

.filters__item:nth-child(1) {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3
}

.filters__item:nth-child(2) {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3
}

@media (max-width: 767.98px) {
    .filters__item:nth-child(2) {
        margin-bottom: 24px
    }
}

.filters__item > button {
    width: 100%
}

.project__content {
    padding-top: 16px;
    padding-bottom: 161px
}

@media (max-width: 991.98px) {
    .project__content {
        padding-bottom: 80px
    }
}

@media (max-width: 479.98px) {
    .project__content {
        padding-top: 0;
        padding-bottom: 34px
    }
}

.project__content-box {
    width: 100%
}

.project__content-item + .project__content-item {
    margin-top: 56px
}

@media (max-width: 479.98px) {
    .project__content-item + .project__content-item {
        margin-top: 32px
    }
}

.project__content-item .project__content-title + .project__content-img, .project__content-item .project__content-title + .project__content-list {
    margin-top: 40px
}

@media (max-width: 479.98px) {
    .project__content-item .project__content-title + .project__content-img, .project__content-item .project__content-title + .project__content-list {
        margin-top: 24px
    }
}

.project__content-item .project__content-img + .project__content-text.project__content-text--semibold {
    margin-top: 40px
}

@media (max-width: 479.98px) {
    .project__content-item .project__content-img + .project__content-text.project__content-text--semibold {
        margin-top: 24px
    }
}

.project__content-item .project__content-list + .project__content-text, .project__content-item .project__content-text + .project__content-list {
    margin-top: 32px
}

@media (max-width: 479.98px) {
    .project__content-item .project__content-list + .project__content-text, .project__content-item .project__content-text + .project__content-list {
        margin-top: 24px
    }
}

.project__content-item .project__content-title + .project__content-table {
    margin-top: 30px
}

@media (max-width: 479.98px) {
    .project__content-item .project__content-title + .project__content-table {
        margin-top: 24px
    }
}

.project__content-item .project__content-text + .project__content-text {
    margin-top: 8px
}

@media (max-width: 479.98px) {
    .project__content-title {
        font-size: 20px;
        line-height: 28px
    }
}

@media (max-width: 479.98px) {
    .project__content-title.project__content-title--lh > h3 {
        font-size: 24px;
        line-height: 38px
    }
}

.project__content-title--lh {
    line-height: 46px
}

@media (max-width: 767.98px) {
    .project__content-title--lh {
        line-height: 38px
    }
}

.project__content-img {
    cursor: pointer
}

.project__content-img > img {
    width: 100%;
    height: 332px;
    -o-object-fit: cover;
    object-fit: cover
}

.project__content-img--big > img {
    height: 442px
}

.project__content-text {
    max-width: 717px;
    width: 100%;
    font-size: 16px;
    line-height: 24px
}

.project__content-text > a {
    font-weight: 600;
    color: #ff4800;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.project__content-text > a:hover {
    /*border-color: #ff4800;*/
    text-decoration: underline;
}

.project__content-text--semibold {
    font-weight: 600
}

.project__content-list {
    max-width: 717px;
    width: 100%
}

.project__content-list > p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

.project__content-list > p + li {
    margin-top: 16px
}

.project__content-list li > a {
    font-weight: 600;
    color: #ff4800;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.project__content-list li > a:hover {
    /*border-color: #ff4800;*/
    text-decoration: underline;
}

.project__content-list li + li {
    margin-top: 8px
}

.project__content-aside {
    height: 100%
}

.project__content-aside .material-box {
    position: -webkit-sticky;
    position: sticky;
    top: 40px
}

.project__content-table {
    overflow: hidden;
    max-height: 456px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (max-width: 479.98px) {
    .project__content-table {
        max-height: 644px
    }
}

.project__content-btnmore {
    margin-top: 40px
}

@media (max-width: 479.98px) {
    .project__content-btnmore {
        margin-top: 24px
    }
}

.project__content-btnmore > button {
    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;
    font-size: 16px;
    line-height: 24px;
    border: none;
    background: 0 0;
    color: #bdbbb7;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (max-width: 479.98px) {
    .project__content-btnmore > button {
        margin: 0 auto
    }
}

.project__content-btnmore > button.is-active {
    color: #ff4800
}

.project__content-btnmore > button.is-active svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.project__content-btnmore > button:hover {
    color: #ff4800
}

.project__content-btnmore > button > svg {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin-left: 12px
}

.material-box {
    max-width: 294px;
    width: 100%;
    margin-left: auto;
    padding: 32px;
    background: #ff4800
}

.material-box__title {
    color: #fff;
    margin-bottom: 30px
}

.material-box__list {
    width: 100%
}

.material-box__list-item + .material-box__list-item {
    margin-top: 24px
}

.material-box__list-link {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    /*border-bottom: 1px solid #fff;*/
}

.material-box__list-link:hover {
    color: #fff;
}

.footer {
    /*margin-top: 50px;*/
    /*padding: 40px 0;*/
    background-color: #353531
}

@media (max-width: 479.98px) {
    .footer {
        padding: 0 0 40px 0
    }
}

.footer.footer--noMT {
    margin-top: 0
}

.footer__head {
    padding: 40px 0
}

@media (max-width: 479.98px) {
    .footer__head {
        padding-top: 0
    }
}

.footer__head-item > a {
    position: relative;
    display: inline-block;
    color: #fff;
    padding-left: 41px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

.footer__head-item > a > img {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -13px;
    width: 26px;
    height: 26px;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__menu {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.footer__menu > .row {
    margin: -15px
}

@media (max-width: 479.98px) {
    .footer__menu > .row {
        margin: -7.5px
    }
}

.footer__menu > .row > div {
    padding: 15px
}

@media (max-width: 479.98px) {
    .footer__menu > .row > div {
        padding: 7.5px
    }
}

.footer__menu-button {
    background: 0 0;
    border: none;
    padding: 0;
    color: #fff;
    text-align: left;
    cursor: default;
    pointer-events: none;
    text-transform: uppercase
}

@media (max-width: 479.98px) {
    .footer__menu-button {
        pointer-events: auto
    }
}

.footer__menu-button.is-active + .footer__menu-links {
    max-height: 500px
}

@media (max-width: 479.98px) {
    .footer__menu-links {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s
    }
}

.footer__menu-list {
    padding-top: 16px
}

.footer__menu-links .footer__menu-list .footer__menu-item {
    margin-left: 0;
}

.footer__menu-list li + li {
    margin-top: 6px
}

.footer__menu-list + div {
    margin-top: 24px
}

.footer__menu-item > a {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, .6);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.footer__menu-item > a:hover {
    color: #fff
}

.footer__menu-search {
    margin-bottom: 48px
}

.footer__menu-search > input {
    width: 100%;
    border: 0;
    background: RGBA(255,255,255,0.2);
    border-radius: 40px;
    padding: 9px 16px;
    color: #fff;
    font-size: 14px;
    line-height: 22px
}

.footer__menu-search > input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

.footer__menu-search > input::-moz-placeholder {
    color: rgba(255, 255, 255, .6)
}

.footer__menu-search > input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

.footer__menu-search > input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

.footer__menu-search > input::placeholder {
    color: rgba(255, 255, 255, .6)
}

.footer__menu-networks {
/*    
    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;
    max-width: 178px;
    width: 100%;
    margin: 0 auto
*/    
}

.footer__menu-networks > a {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin: 0 5px;
}

.footer__menu-networks > a:hover {
    opacity: .7
}

.footer__bottom {
    padding-top: 40px
}

@media (max-width: 479.98px) {
    .footer__bottom {
        padding-top: 40px
    }
}

.footer__bottom-item {
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    line-height: 22px
}

@media (max-width: 767.98px) {
/*    
    .footer__bottom-item {
        text-align: center
    }
*/    
}

@media (max-width: 479.98px) {
    .footer__bottom-item > * {
/*        max-width: 218px;*/
        width: 100%;
        margin: 0 auto
    }
}

.footer__bottom-item a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, .6);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.footer__bottom-item a:hover {
    color: #fff
}

div[id^=custom-accordion-collapse].show a {
    text-decoration: none;
}
.product-info.tabs .content-pane__text.content-pane__text--lpadding {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
}
.product-info.tabs .content-pane__text.content-pane__text--lpadding:first-of-type {
    margin-top: 0;
}