/** {
    padding: 0px;
    margin: 0px;
    border: 0px;
}*/

ul {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

ol {
    padding: 0px;
    margin-left: 20px;
    border: 0px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

aside,
nav,
footer,
header,
section {
    display: block;
}

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    line-height: 1;
    font-family: "Proxima Nova";
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: "Proxima Nova";
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

/*
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}*/

body {
    font-size: 16px;
}

body._lock {
    overflow: hidden;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

._container {
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 120px;
}

@media (max-width: 1200px) {
    ._container {
        padding: 0 40px;
    }
}

@media (max-width: 480px) {
    ._container {
        padding: 0px 16px;
    }
}

.title {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.22;
    color: #252c37;
}

@media (max-width: 768px) {
    .title {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .title {
        font-size: 26px;
    }
}

.mb {
    margin: 0px 0px 80px 0px;
}

@media (max-width: 480px) {
    .mb {
        margin: 0px 0px 40px 0px;
    }
}

/*TODO btn to btn-agbis*/
.btn-agbis {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 24px;
    background: #d20220;
    min-height: 52px;
    font-size: 14px;
    line-height: 1.2;
    color: #ffffff;
    border-radius: 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #d20220;
}

@media (min-width: 768px) {
    .btn-agbis:hover {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background: #f10f30;
        border: 1px solid #f10f30;
        color: #ffffff;
    }
}

@media (max-width: 480px) {
    .btn-agbis {
        min-height: 48px;
    }
}

.btn_w {
    background: #fff;
    color: #000;
    font-weight: 600;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

@media (min-width: 768px) {
    .btn_w:hover {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        color: #d20220;
        background: #fff;
    }
}

.text16 p {
    font-size: 16px;
    line-height: 1.5;
    color: #252c37;
}

.text17 {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.loading {
    margin: 0 auto 80px auto;
    background: url("/img/icons/loading.svg") no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    -webkit-animation: loading 3s infinite linear;
    animation: loading 3s infinite linear;
}

@media (max-width: 480px) {
    .loading {
        margin: 0 auto 60px auto;
    }
}

@-webkit-keyframes loading {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

input {
    /*-webkit-appearance: none;
    -webkit-border-radius: 0;*/
}

.popup-callback__form {
    position: relative;
}

.popup-callback__form .form__item {
    margin: 0px 0px 25px 0px;
    position: relative;
    border: 1px solid #e0eeed;
}

.popup-callback__form .form__item._error {
    border: 1px solid red;
}

.popup-callback__form .form__btn {
    margin: 0 auto;
}

.hero__form {
    width: 100%;
    position: relative;
}

.hero__form .form__item {
    margin: 0px 0px 20px 0px;
    position: relative;
}

.hero__form .input {
    border-bottom: 1px solid #ffffff;
    padding: 8px 0px;
    background: none;
    width: 100%;
    position: relative;
}

.hero__form input {
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff;
}

.hero__form input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff;
}

.hero__form input::-moz-placeholder {
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff;
}

.hero__form input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff;
}

.hero__form input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff;
}

.hero__form input::placeholder {
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff;
}

.hero__form .form__agreement {
    font-size: 12px;
    line-height: 1.3;
    color: #ffffff;
    opacity: 0.8;
    margin: 0px 0px 36px 0px;
}

.hero__form .form__agreement a {
    text-decoration: underline;
    color: #ffffff;
}

.hero__form .form__agreement a:hover {
    text-decoration: none;
}

@media (max-width: 480px) {
    .hero__form .form__btn {
        width: 100%;
    }
}

.cart__form {
    width: 100%;
}

.cart__form .form__item {
    margin: 0px 0px 20px 0px;
    position: relative;
}

.cart__form .input {
    border-bottom: 1px solid #252c37;
    padding: 8px 0px;
    background: none;
    width: 100%;
    position: relative;
}

.cart__form input {
    font-size: 14px;
    line-height: 1.4;
    color: #252c37;
}

.cart__form input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 1.4;
    color: #252c37;
}

.cart__form input::-moz-placeholder {
    font-size: 14px;
    line-height: 1.4;
    color: #252c37;
}

.cart__form input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.4;
    color: #252c37;
}

.cart__form input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.4;
    color: #252c37;
}

.cart__form input::placeholder {
    font-size: 14px;
    line-height: 1.4;
    color: #252c37;
}

.cart__form .form__agreement {
    font-size: 12px;
    line-height: 1.3;
    color: #252c37;
    opacity: 0.8;
    margin: 0px 0px 36px 0px;
}

.cart__form .form__agreement a {
    text-decoration: underline;
    color: #252c37;
}

.cart__form .form__agreement a:hover {
    text-decoration: none;
}

.cart__form .form__btn {
    width: 100%;
}

.news__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 285px;
    flex: 0 1 285px;
    position: relative;
}

.news__form .form__item {
    position: relative;
    border-bottom: 1px solid #252c37;
}

.news__form .input {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #252c37;
    opacity: 0.8;
    padding: 0px 25px 4px 0px;
}

.news__form .input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #252c37;
    opacity: 0.8;
}

.news__form .input::-moz-placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #252c37;
    opacity: 0.8;
}

.news__form .input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #252c37;
    opacity: 0.8;
}

.news__form .input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #252c37;
    opacity: 0.8;
}

.news__form .input::placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #252c37;
    opacity: 0.8;
}

.news__form .form__btn {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 16px;
    height: 18px;
    padding: 0;
    border: 0;
    min-height: 0;
    background: #fff url("/img/icons/lens.svg") no-repeat;
    background-size: contain;
}

@media (max-width: 480px) {
    .news__form {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        width: 100%;
    }
}

@media (max-width: 760px) {
    .choose-clients-page__form {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        width: 100%;
    }
}

.solutions-top .hero__form {
    max-width: 387px;
}

.solutions-top .hero__form .input {
    border-bottom: 1px solid #252c37;
    padding: 8px 0px;
    background: none;
    width: 100%;
    position: relative;
}

.solutions-top .hero__form .input._error {
    border-bottom: 1px solid red;
}

.solutions-top .hero__form input {
    font-size: 14px;
    line-height: 1.4;
    color: #252c37;
}

.solutions-top .hero__form input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 1.4;
    color: #252c37;
}

.solutions-top .hero__form input::-moz-placeholder {
    font-size: 14px;
    line-height: 1.4;
    color: #252c37;
}

.solutions-top .hero__form input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.4;
    color: #252c37;
}

.solutions-top .hero__form input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.4;
    color: #252c37;
}

.solutions-top .hero__form input::placeholder {
    font-size: 14px;
    line-height: 1.4;
    color: #252c37;
}

.solutions-top .form__agreement {
    color: #252c37;
    opacity: 0.8;
}

.solutions-top .form__agreement a {
    color: #252c37;
}

.form__error {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 20px;
    border-radius: 15px;
    color: red;
    text-align: center;
    width: 100%;
    font-size: 14px;
    padding: 3px 10px;
}

.form__sent {
    font-size: calc(15px + 5 * ((100vw - 320px) / 1600));
    position: relative;
    font-weight: bold;
    color: #5fa75f;
    position: absolute;
    bottom: -30px;
    left: 0;
}

.popup__form .form__error {
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 20px;
    border-radius: 15px;
    color: red;
    text-align: center;
    width: 100%;
    font-size: 18px;
    padding: 3px 10px;
}

.popup__form .form__sent {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    height: calc(100% + 50px);
    width: calc(100% + 50px);
    background-color: #dcdeff;
    color: #000476;
    text-align: center;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: calc(24px + 4 * ((100vw - 320px) / 1600));
    line-height: 1.3;
    border-radius: 10px;
}

.popup__form .form__sent::after {
    content: "";
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100px;
    height: 100px;
    background: url("/img/icons/ok.svg") no-repeat;
    background-size: cover;
}

@media (max-width: 480px) {
    .popup__form .form__sent::after {
        width: 80px;
        height: 80px;
    }
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
}

.input._error {
    border-bottom: 1px solid red;
}

textarea.input {
    resize: none;
    padding: 0px 0px;
}

.select {
    position: relative;
    width: 112px;
}

.select__item {
    position: relative;
}

.select__title {
    color: #000;
    border-bottom: 1px solid #d9d9d9;
    background-color: #fff;
    cursor: pointer;
    font-size: 16px;
}

.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    height: 20px;
    padding: 0px 50px 0px 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select__value span {
    height: 1em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.select__value:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 11px;
    height: 7px;
    background: url("/img/icons/select.svg") center/100% no-repeat;
}

.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%;
}

.select__options {
    color: #000;
    display: none;
    position: absolute;
    top: 21px;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border-top: 0;
    border: 1px solid #d9d9d9;
    border-top: 0;
    font-size: 16px;
    padding: 5px 0px;
}

.select__option {
    cursor: pointer;
    padding: 5px;
    margin: 0px 0px 0px 0px;
}

@media (min-width: 992px) {
    .select__option:hover {
        background: #d9d9d9;
    }
}

.select._active {
    z-index: 5;
}

.select._active .select__value:before {
    top: calc(50% - 3.5px);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select._active .select__options {
    display: block;
}

@media (max-width: 570px) {
    .select {
        width: 102px;
    }
}

.switch-button {
    width: 191px;
    height: 34px;
    background: #f2f2f2;
    border: 1px solid #e0e0e0;
    border-radius: 40px;
    position: relative;
}

@media (max-width: 860px) {
    .switch-button {
        width: 164px;
    }
}

.switch-button-checkbox {
    width: 191px;
    height: 34px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.switch-button-checkbox:checked~.switch-button-label-span_buy {
    color: #252c37;
}

.switch-button-checkbox:checked~.switch-button-label-span_rent {
    color: #fff;
}

.switch-button-checkbox~.switch-button-label-span_rent {
    color: #252c37;
}

.switch-button-label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #252c37;
    border-radius: 40px;
    width: 96px;
    height: 32px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (max-width: 860px) {
    .switch-button-label {
        width: 88px;
    }
}

.switch-button-label-span {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
}

.switch-button-label-span_buy {
    left: 20px;
}

@media (max-width: 860px) {
    .switch-button-label-span_buy {
        left: 16px;
    }
}

.switch-button-label-span_rent {
    right: 20px;
}

@media (max-width: 860px) {
    .switch-button-label-span_rent {
        right: 18px;
    }
}

.switch-button-checkbox:checked+.switch-button-label {
    -webkit-transform: translateX(95px);
    -ms-transform: translateX(95px);
    transform: translateX(95px);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (max-width: 860px) {
    .switch-button-checkbox:checked+.switch-button-label {
        -webkit-transform: translateX(75px);
        -ms-transform: translateX(75px);
        transform: translateX(75px);
    }
}

._ibg {
    position: relative;
}

._ibg_ {
    position: revert;
}

._ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

body.ie ._ibg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

body.ie ._ibg img {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.tab__item {
    display: none;
}

.tab__item.active {
    display: block;
}

._tabs-item {
    cursor: pointer;
}

._tabs-block {
    display: none;
}

._tabs-block._active {
    display: block;
}

.spollers-block__body {
    display: none;
}

.popup {
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    padding: 30px 10px;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: visibility 0.8s ease 0s;
    -o-transition: visibility 0.8s ease 0s;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
}

.popup::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0s;
    -o-transition: opacity 0.8s ease 0s;
    transition: opacity 0.8s ease 0s;
}

.popup.show {
    visibility: visible;
    overflow: auto;
}

.popup.show::before {
    opacity: 1;
}

.popup.show .popup__body {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.popup._active {
    overflow: auto;
    visibility: visible;
}

.popup._active::before {
    opacity: 1;
}

.popup._active .popup__body {
    -webkit-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.popup__body {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    max-width: 996px;
}

.popup__close {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 30;
    background: url("/img/icons/close.svg") 0 0 no-repeat;
    background-size: contain;
}

.popup-callback .popup__body {
    max-width: 996px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 40px 20px 60px 20px;
}

@media (max-width: 480px) {
    .popup-callback .popup__body {
        padding: 50px 20px;
    }
}

.popup-callback .popup__close {
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
}

.popup-callback .cart__form {
    max-width: 387px;
    margin: 0 auto;
}

.popup-callback .btn-agbis {
    max-width: 240px;
    margin: 0 auto;
}

.popup-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
    color: #252c37;
    text-align: center;
    margin: 0px 0px 36px 0px;
}

.popup-video .popup__body {
    max-width: 1300px;
}

.popup-video .popup__close {
    top: 11px;
    right: -36px;
    width: 36px;
    height: 36px;
}

@media (max-width: 1400px) {
    .popup-video .popup__close {
        right: 0px;
        top: -36px;
    }
}

.popup-video iframe {
    width: 100%;
    height: calc(100vh - 100px);
}

.header {
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    background: #252c37;
    /* background: rgba(37, 44, 55, 0.68);*/
}

.header__block {
    width: 100%;
    height: 80px;
}

.header ._container {
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.header._active {
    background: #252c37;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header._fixed {
    position: fixed;
    background: #252c37;
}

.header.header_page {
    position: relative;
    background: #252c37;
}

.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo img {
    width: 96px;
    margin: 0px 20px 0px 0px;
}

.header__logo p {
    width: 156px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.header__cart {
    display: block;
    width: 24px;
    height: 24px;
    background: url("/img/icons/cart.svg") no-repeat;
    background-size: cover;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header__cart span {
    position: absolute;
    top: -10px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    background: #f10f30;
    border-radius: 12px;
}

.header__cart:hover {
    background: url("/img/icons/cart-h.svg") no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header__contacts {
    text-align: right;
}

.header__contacts p {
    font-size: 12px;
    color: #ffffff;
}

.header__phone {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    position: relative;
    padding: 0px 0px 0px 28px;
    /*margin: 0px 0px 8px 0px;*/
}

.header .menu,
.header ._container {
    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;
}

.header__phone {
    background-image: url("/img/icons/phone.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px 16px;
}

.header .menu__link {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    padding: 32px 15px;
}

.header .menu__link:hover, .header .menu__link.active {
    font-weight: 600;
    /* color: #E31E24; */
}

.header .menu__sub {
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    width: 100%;
    color: #fff;
    z-index: 1;
}

@media screen and (min-width: 1200px) {
    .header .menu__sub {
        min-height: 300px;
        padding: 38px 0 38px 8%;
        top: 100%;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-20px);
        -ms-transform: translateX(-50%) translateY(-20px);
        transform: translateX(-50%) translateY(-20px);
        opacity: 0;
        visibility: hidden;
    }

    .header .menu__sub::before {
        content: "";
        display: block;
        width: 100vw;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
        background: rgba(37, 44, 55, 0.6);
        -webkit-backdrop-filter: blur(14px);
        backdrop-filter: blur(14px);
    }

    .header .menu__sub-sub {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 300%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: absolute;
        left: 100%;
        top: 0;
        max-height: 260px;
        padding-bottom: 40px;
        padding-left: 15%;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
        visibility: hidden;
    }

    .header .menu__sub li:hover .menu__sub-sub {
        visibility: visible;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.header .menu__sub-link {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #e0e0e0;
    padding: 10px 0;
}

.header .menu__sub li {
    position: relative;
    width: 235px;
    max-width: 245px;
}

.header .menu__sub li:hover .menu__sub-link {
    font-weight: 600;
    color: #fff;
}

/*.header .menu__sub li:nth-child(4) .menu__sub-sub {
    top: -156px;
}*/

.header .menu__sub-sub {
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.header .menu__sub-sub li {
    padding: 0px 5%;
}

.header .menu__sub-sub-link {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    line-height: 16px;
    color: #f2f2f2;
}

.header .menu__sub-sub-link:hover {
    font-weight: bold;
}

@media screen and (min-width: 1200px) {
    .header .menu li:hover .menu__sub {
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(0px);
        -ms-transform: translateX(-50%) translateY(0px);
        transform: translateX(-50%) translateY(0px);
        opacity: 1;
    }
}

.header .menu__news {
    position: absolute !important;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1000;
    background-image: url("/img/news-bg.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    border-radius: 10px;
    width: 28%;
    max-width: 400px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 28px;
    overflow: hidden;
    /*margin-right: 80px;*/
}

.header .menu__news::before {
    content: "";
    display: block;
    width: 110%;
    height: 110%;
    position: absolute;
    top: -2%;
    left: -2%;
    z-index: -1;
    background: -o-linear-gradient(bottom, rgba(18, 21, 27, 0.9), rgba(18, 21, 27, 0.9)),
        rgba(255, 255, 255, 0.66);
    background: -webkit-gradient(linear,
            left bottom,
            left top,
            from(rgba(18, 21, 27, 0.9)),
            to(rgba(18, 21, 27, 0.9))),
        rgba(255, 255, 255, 0.66);
    background: linear-gradient(0deg, rgba(18, 21, 27, 0.9), rgba(18, 21, 27, 0.9)),
        rgba(255, 255, 255, 0.66);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 10px 0px 0px 10px;
}

.header .menu__news span {
    display: block;
}

.header .menu__news-heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 16px;
    margin-bottom: 8px;
}

.header .menu__news-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
    opacity: 0.9;
}

.header .menu__news-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    padding: 8px 22px;
    background-color: #d20220;
    border-radius: 4px;
    text-decoration: none; 
}

.header .menu__news-link-icon {
    margin-left: 8px; 
    width: 16px; 
    height: 16px; 
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #252c37;
}

@media screen and (min-width: 1200px) {
    .header:hover {
        background-color: #252c37;
    }
}

@media screen and (max-width: 1400px) {
    .header .menu__sub {
        padding-left: 4%;
    }

    .header .menu__sub-sub {
        padding-left: 15%;
        max-width: 180%;
    }

    .header .menu__news {
        width: 26%;
        border-radius: 10px 0 0 10px;
    }
}

@media screen and (max-width: 1200px) {
    .header {
        padding: 20px 0;
    }

    .header ._container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header__cart {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .header__contacts {
        margin: 0 30px 0 auto;
    }
}

@media screen and (max-width: 1200px) and (max-width: 480px) {
    .header__contacts {
        margin: 0;
    }
}

@media screen and (max-width: 1200px) {
    .header .menu {
        display: none;
        width: 100%;
        height: calc(100vh - 69px);
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        padding: 20px 0 0;
        overflow-y: scroll;
    }
}

@media screen and (max-width: 1200px) {
    .header .menu__link {
        font-weight: 600;
        font-size: 18px;
        line-height: 16px;
        padding: 15px 0;
        display: block;
    }
}

@media screen and (max-width: 1200px) {
    .header .menu__link[data-toggle="dropdown"] {
        position: relative;
        z-index: 1;
    }
}

@media screen and (max-width: 1200px) {
    .header .menu__link[data-toggle="dropdown"]::after {
        position: absolute;
        top: 14px;
        right: 10px;
        content: "";
        display: inline-block;
        width: 17px;
        height: 17px;
        background-image: url("/img/icons/arrow-down.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }
}

@media screen and (max-width: 1200px) {
    .header .menu__link.active::after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

@media screen and (max-width: 1200px) {
    .header .menu__btn {
        display: inline-block;
        width: 16px;
        height: 10px;
        margin-left: 30px;
        position: relative;
        background-color: transparent;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        border: 0px;
    }
}

@media screen and (max-width: 1200px) and (max-width: 480px) {
    .header .menu__btn {
        margin: 0;
    }
}

@media screen and (max-width: 1200px) {
    .header .menu__btn span {
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        position: relative;
        display: block;
        width: 12px;
        height: 2px;
        background-color: #fff;
    }
}

@media screen and (max-width: 1200px) {

    .header .menu__btn span::before,
    .header .menu__btn span::after {
        content: "";
        display: block;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        width: calc(100% + 2px);
        height: 2px;
        position: absolute;
        background-color: #fff;
        top: -5px;
        left: -2px;
    }
}

@media screen and (max-width: 1200px) {
    .header .menu__btn span::after {
        top: 5px;
    }
}

@media screen and (max-width: 1200px) {
    .header .menu__sub {
        width: 100%;
        display: none;
        padding: 0 10px;
    }
}

@media screen and (max-width: 1200px) {
    .header .menu__sub-link[data-toggle="dropdown"] {
        position: relative;
        z-index: 1;
    }
}

@media screen and (max-width: 1200px) {
    .header .menu__sub-link[data-toggle="dropdown"]::after {
        position: absolute;
        top: 14px;
        right: 10px;
        content: "";
        display: inline-block;
        width: 17px;
        height: 17px;
        background-image: url("/img/icons/arrow-down.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }
}

@media screen and (max-width: 1200px) {
    .header .menu__sub-link.active::after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

@media screen and (max-width: 1200px) {
    .header .menu__sub li {
        max-width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .header .menu__sub-sub {
        display: none;
        padding: 0 10px;
    }
}

@media screen and (max-width: 1200px) {
    .header .menu__sub-sub li {
        display: block;
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 1200px) {
    .header .menu__sub-sub.show {
        display: block;
    }
}

@media screen and (max-width: 1200px) {
    .header .menu__sub.show {
        display: block;
    }
}

@media screen and (max-width: 1200px) {
    .header .menu__news {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .header.active {
        background-color: #252c37;
    }
}

@media screen and (max-width: 1200px) {
    .header.active .menu {
        display: block;
    }
}

@media screen and (max-width: 1200px) {
    .header.active .menu__btn span {
        background-color: transparent;
    }
}

@media screen and (max-width: 1200px) {
    .header.active .menu__btn span::before {
        top: 0;
        -webkit-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
        transform: rotateZ(45deg);
    }
}

@media screen and (max-width: 1200px) {
    .header.active .menu__btn span::after {
        top: 0;
        -webkit-transform: rotateZ(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotateZ(-45deg);
    }
}

@media screen and (max-width: 700px) {
    .header__contacts p {
        display: none;
    }

    .header__phone {
        width: 24px;
        background-size: contain;
        margin: 0;
        padding: 0;
        color: transparent;
        overflow: hidden;
    }

    .header__logo img {
        margin-right: 14px;
    }

    .header__logo p {
        font-size: 11px;
    }
}

@media screen and (max-width: 500px) {
    .header__logo p {
        display: none;
    }

    .header__block {
        height: 69px;
    }
}

.footer {
    background: #252c37;
    padding: 60px 0px 80px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 150px;
    margin: 0 -10px;
}

@media (max-width: 960px) {
    .footer__row {
        -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;
    }
}

.footer__col {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

@media (max-width: 960px) {
    .footer__col {
        margin: 0px 0px 48px 0px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        
    }

    .footer__col:last-child {
        margin: 0;
    }
}

@media (max-width: 1260px) {
    .footer__col {
        flex-direction: column;
    }
    
}

.footer__col_left {
    text-align: left;
}

.footer__col_center {
    text-align: center;
    
}

@media (max-width: 960px) {
    .footer__col_center {
        margin-top: 48px;
    }
}

.footer__col_right {
    text-align: right;
}

._flogo_1 {
    flex: 1;
    }

._flogo_2 {
    flex: 1;
   }

._fxlogo {
    display: flex;
}

@media (max-width: 1310px) {
    ._fxlogo {
        flex-direction: column;
    }
    .footer__col:first-child {
        margin: 0;
    }
}

.footer__logo {
    width: 183px;
    margin: 0px 0px 16px 0px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.footer__logo img {
    width: 100%;
}

.footer__copy {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    flex-wrap: wrap;
    font-size: 0;
    margin: 0px 0px 20px 0px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    gap: 13px 13px;
    /* flex: 1 1 auto; */
}
@media (max-width: 1310px) {
    .footer__social {
         margin-bottom: auto;
   }     
}

.footer__icon {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}



@media (min-width: 768px) {
    .footer__icon:hover {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
    }
}

.footer__agreement {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
}

@media (max-width: 860px) {
    .footer__agreement {
        display: none;
    }
}

@media (max-width: 768px) {
    .footer__agreement:hover {
        text-decoration: underline;
    }
}

.footer__contacts {
    text-align: right;
    margin: 0px 0px 20px 0px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.footer__contacts a {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #f7f7f7;
    display: block;
    margin: 0px 0px 12px 0px;
}

.footer__contacts a:last-child {
    margin: 0;
}

@media (max-width: 860px) {
    .footer__contacts {
        text-align: center;
        margin: 0;
    }
}

.footer__policy {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
}

@media (max-width: 860px) {
    .footer__policy {
        display: none;
    }
}

@media (max-width: 768px) {
    .footer__policy:hover {
        text-decoration: underline;
    }
}

.swiper-container {
    overflow: hidden;
    position: relative;
}

.swiper-container>div {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.swiper-container.swiper-container-autoheight>div {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
    display: none !important;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.feedback-slider {
    position: relative;
    margin: 0px 0px 60px 0px;
}

.feedback-slider .swiper-slide {
    position: relative;
}

@media (min-width: 768px) {
    .feedback-slider .swiper-slide:hover .feedback-slider__img::before {
        width: 62px;
        height: 62px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
}

.feedback-slider .swiper-slide a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.feedback-slider .feedback-slider__img {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    padding: 0px 0px 64% 0px;
}

.feedback-slider .feedback-slider__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.feedback-slider .feedback-slider__img::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    /*	background: url("/img/icons/play.svg") no-repeat; */
    background-size: contain;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.feedback-slider .feedback-slider__img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(70.79%, rgba(0, 0, 0, 0)),
            color-stop(100%, #000000),
            to(rgba(0, 0, 0, 0.6))),
        -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top,
            rgba(0, 0, 0, 0) 70.79%,
            #000000 100%,
            rgba(0, 0, 0, 0.6) 100%),
        -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 70.79%,
            #000000 100%,
            rgba(0, 0, 0, 0.6) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

@media (max-width: 480px) {
    .feedback-slider .feedback-slider__img {
        padding: 0px 0px 82% 0px;
    }

    .feedback-slider .feedback-slider__img::after {
        background: -webkit-gradient(linear,
                left top,
                left bottom,
                color-stop(70.11%, rgba(0, 0, 0, 0)),
                color-stop(100%, rgba(0, 0, 0, 0.6)),
                to(#000000)),
            -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
        background: -o-linear-gradient(top,
                rgba(0, 0, 0, 0) 70.11%,
                rgba(0, 0, 0, 0.6) 100%,
                #000000 100%),
            -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
        background: linear-gradient(180deg,
                rgba(0, 0, 0, 0) 70.11%,
                rgba(0, 0, 0, 0.6) 100%,
                #000000 100%),
            linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    }
}

.feedback-slider .feedback-slider__info {
    position: absolute;
    z-index: 2;
    bottom: 16px;
    left: 16px;
    width: 100%;
}

.feedback-slider .feedback-slider__title {
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    margin: 0px 0px 5px 0px;
}

.feedback-slider .feedback-slider__name {
    font-size: 16px;
    color: #ffffff;
}

@media (max-width: 600px) {
    .feedback-slider {
        margin: 0px 0px 28px 0px;
    }
}

.feedback-slider-arrows {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 206px;
    flex: 0 0 206px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 600px) {
    .feedback-slider-arrows {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
    }
}

.swiper-button-next,
.swiper-button-prev {
    width: 56px;
    height: 56px;
    background-size: contain;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (min-width: 768px) {

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@media (max-width: 600px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

.swiper-button-next {
    background: url("/img/icons/p-right.svg") no-repeat;
    background-size: contain;
}

.swiper-button-prev {
    background: url("/img/icons/p-left.svg") no-repeat;
    background-size: contain;
}

.swiper-pagination {
    color: #ffffff;
    font-size: 26px;
}

@media (max-width: 600px) {
    .swiper-pagination {
        margin: 0px 0px 40px 0px;
        font-size: 0;
    }
}

.swiper-pagination-current {
    font-size: 46px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px 5px 0px 0px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #a0a0a0;
    position: relative;
}

.swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.swiper-pagination-bullet:last-child {
    margin: 0;
}

.product-slider {
    margin: 0px 0px 40px 0px;
}

@media (max-width: 700px) {
    .product-slider {
        margin: 0 auto;
    }

    .header__block {
        height: 73px;
    }
}

.mySwiper2 {
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
    margin: 0px 0px 16px 0px;
}

.mySwiper2 .swiper-slide {
    padding: 0px 0px 104% 0px;
}

.mySwiper2 .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 480px) {
    .mySwiper2 .swiper-slide {
        padding: 0px 0px 76.5% 0px;
    }
}

.mySwiper .swiper-slide {
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    padding: 0px 0px 20% 0px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.product-feedback-slider {
    margin: 0px -10px 40px -10px;
    position: relative;
}

.product-feedback-slider .swiper-container {
    padding: 20px 10px;
}

.product-feedback-slider .swiper-slide {
    position: relative;
    padding: 24px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
}

.product-feedback__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-feedback__footer .swiper-button-next1,
.product-feedback__footer .swiper-button-prev1 {
    width: 56px;
    height: 56px;
    background-size: contain;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (min-width: 768px) {

    .product-feedback__footer .swiper-button-next1:hover,
    .product-feedback__footer .swiper-button-prev1:hover {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@media (max-width: 600px) {

    .product-feedback__footer .swiper-button-next1,
    .product-feedback__footer .swiper-button-prev1 {
        display: none;
    }
}

.product-feedback__footer .swiper-button-next1 {
    background: url("/img/icons/p-right-d.svg") no-repeat;
    background-size: contain;
}

.product-feedback__footer .swiper-button-prev1 {
    background: url("/img/icons/p-left-d.svg") no-repeat;
    background-size: contain;
}

.product-feedback__footer .product-feedback-slider-arrows {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 206px;
    flex: 0 0 206px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 600px) {
    .product-feedback__footer .product-feedback-slider-arrows {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
    }
}

.product-feedback__footer .swiper-pagination1 {
    color: #252c37;
    font-size: 26px;
}

@media (max-width: 600px) {
    .product-feedback__footer .swiper-pagination1 {
        margin: 0px 0px 40px 0px;
        font-size: 0;
    }
}

.product-feedback__footer .swiper-pagination-current {
    font-size: 46px;
}

.product-feedback__footer .swiper-pagination-bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
}

.product-feedback__footer .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px 5px 0px 0px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #a0a0a0;
    position: relative;
}

.product-feedback__footer .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #252c37;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product-feedback__footer .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product-feedback__footer .swiper-pagination-bullet:last-child {
    margin: 0;
}

@media (max-width: 600px) {
    .product-feedback__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.product-feedback-slider__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    margin: 0px 0px 12px 0px;
}

.product-feedback-slider__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-feedback__img {
    background: none !important; 
}

.video-feedback__img::after {
    content: none !important; 
}

.product-feedback-slider__img {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    overflow: hidden;
    background: url("/img/product-feedback/1.jpg") no-repeat;
    background-size: cover;
    margin: 0px 20px 0px 0px;
}

.product-feedback-slider__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.product-feedback-slider__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #252c37;
    margin: 0px 0px 8px 0px;
}

.product-feedback-slider__prod {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.29;
    color: #252c37;
    opacity: 0.6;
}

.solutions-other-slider {
    margin: 0px -10px 40px -10px;
    position: relative;
}

.solutions-other-slider .swiper-container {
    padding: 20px 10px;
}

.solutions-other-slider .solutions-item {
    padding: 0;
}

.solutions-other-slider .solutions-other-slider__container {
    margin: 0px 0px 40px 0px;
}

@media (max-width: 600px) {
    .solutions-other-slider .solutions-other-slider__container {
        margin: 0px 0px 20px 0px;
    }
}

.solutions-other-slider .swiper-button-next2,
.solutions-other-slider .swiper-button-prev2 {
    width: 56px;
    height: 56px;
    background-size: contain;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (min-width: 768px) {

    .solutions-other-slider .swiper-button-next2:hover,
    .solutions-other-slider .swiper-button-prev2:hover {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@media (max-width: 600px) {

    .solutions-other-slider .swiper-button-next2,
    .solutions-other-slider .swiper-button-prev2 {
        display: none;
    }
}

.solutions-other-slider .swiper-button-next2 {
    background: url("/img/icons/p-right-d.svg") no-repeat;
    background-size: contain;
}

.solutions-other-slider .swiper-button-prev2 {
    background: url("/img/icons/p-left-d.svg") no-repeat;
    background-size: contain;
}

.solutions-other-slider .solutions-other-slider-arrows {
    width: 206px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .solutions-other-slider .solutions-other-slider-arrows {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.solutions-other-slider .swiper-pagination2 {
    color: #252c37;
    font-size: 26px;
}

@media (max-width: 600px) {
    .solutions-other-slider .swiper-pagination2 {
        margin: 0px 0px 40px 0px;
        font-size: 0;
    }
}

.solutions-other-slider .swiper-pagination-current {
    font-size: 46px;
}

.solutions-other-slider .swiper-pagination-bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
}

.solutions-other-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px 5px 0px 0px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #a0a0a0;
    position: relative;
}

.solutions-other-slider .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #252c37;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.solutions-other-slider .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.solutions-other-slider .swiper-pagination-bullet:last-child {
    margin: 0;
}

.solutions-other-slider .product-feedback__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .solutions-other-slider {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.hero {
    position: relative;
    height: calc(100vh - 69px);
}

@media (max-width: 600px),
(max-height: 730px) {
    .hero {
        height: 100%;
    }
}

.hero__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero__img img,
video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.hero__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.hero__content {
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (max-width: 600px),
(max-height: 730px) {
    .hero__content {
        top: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        padding: 100px 0px 32px 0;
    }
}

.hero__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 600px) {
    .hero__row {
        -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;
    }
}

.hero__left {
    margin: 0px 40px 0px 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 667px;
    flex: 0 1 667px;
}

@media (max-width: 1470px) {
    .hero__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 600px;
        flex: 0 1 600px;
    }
}

@media (max-width: 768px) {
    .hero__left {
        margin: 0px 30px 0px 0px;
    }
}

@media (max-width: 600px) {
    .hero__left {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        margin: 0px 0px 40px 0px;
    }
}

.hero__title {
    font-weight: 600;
    font-size: 52px;
    line-height: 1.1;
    color: #ffffff;
    margin: 0px 0px 20px 0px;
}

.hero__title span {
    color: #f10f30;
}

@media (max-width: 1470px) {
    .hero__title {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .hero__title {
        font-size: 36px;
    }
}

.hero__list li {
    font-size: 18px;
    line-height: 1.44;
    color: #ffffff;
    margin: 0px 0px 16px 0px;
    position: relative;
    padding: 0px 0px 0px 14px;
}

.hero__list li::before {
    content: "— ";
    /*position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;*/
    color: #d20220;
}

.hero__list li:last-child {
    margin: 0;
}

@media (max-width: 768px) {
    .hero__list li {
        font-size: 16px;
    }

    .hero__list li::before {
        top: 7px;
    }
}

.hero__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 387px;
    flex: 0 1 520px;
}

@media (max-width: 600px) {
    .hero__right {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        width: 100%;
    }
}

.hero-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.14);
}

@media (max-width: 600px),
(max-height: 730px) {
    .hero-footer {
        position: relative;
    }
}

.hero-footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 700px) {
    .hero-footer__row {
        margin: 0px -40px;
    }
}

@media (max-width: 700px) and (max-width: 480px) {
    .hero-footer__row {
        margin: 0px -16px;
    }
}

.hero-footer__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 16px 40px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-footer__item:last-child {
    border: 0;
}

@media (max-width: 1100px) {
    .hero-footer__item {
        padding: 16px;
    }
}

@media (max-width: 700px) {
    .hero-footer__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 16px;
    }

    .hero-footer__item:nth-child(1) {
        border-right: 1px solid rgba(255, 255, 255, 0.16);
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }

    .hero-footer__item:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
        border-right: 0;
    }

    .hero-footer__item:nth-child(3) {
        border-right: 1px solid rgba(255, 255, 255, 0.16);
    }
}

@media (max-width: 480px) {
    .hero-footer__item {
        min-height: 115px;
    }
}

.hero-footer__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.33;
    color: #ffffff;
}

@media (max-width: 768px) {
    .hero-footer__title {
        font-size: 20px;
    }
}

.hero-footer__text {
    font-size: 14px;
    line-height: 1.34;
    text-align: center;
    color: #ffffff;
}

.whatis {
    padding: 80px 0px 42px 0;
}

@media (max-width: 480px) {
    .whatis {
        padding: 60px 0px;
    }
}

.whatis__title {
    margin: 0px 0px 12px 0px;
    max-width: 488px;
}

.whatis__text {
    margin: 0px 0px 20px 0px;
    max-width: 590px;
}

.whatis__img img {
    width: 100%;
}

.solutions {
    padding: 80px 0px 42px 0;
}

@media (max-width: 480px) {
    .solutions {
        padding: 60px 0px;
    }
}

.solutions__title {
    margin: 0px 0px 60px 0px;
}

@media (max-width: 480px) {
    .solutions__title {
        margin: 0px 0px 32px 0px;
    }
}

.solutions__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    justify-content: space-between; /* Добавляем, чтобы карточки распределялись равномерно */
    /* gap: 20px; */
}

.solutions-item {
    padding: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* display: flex;  */
    flex-direction: row;
    box-sizing: border-box;
    align-items: stretch; /* Растягивание элементов по вертикали */
}

.solutions-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mobile_app_link {
position: static !important;
}

.solutions-item:hover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.solutions-item:hover .solutions-item__row {
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.solutions-item:hover .solutions-item__img {
    overflow: hidden;
}

/* .solutions-item:hover .solutions-item__img img {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 105%;
    height: 105%;
} */

.solutions-item__img::before {
    display: none;
}

@media (max-width: 992px) {
    .solutions-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.solutions-item__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 100%; /* Карточки занимают всю высоту */
    flex-direction: row; 
    }

@media (max-width: 620px) {
    .solutions-item__row {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .solutions-item__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.solutions-item__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 183px;
    flex: 0 0 183px;
    padding: 0px 0px 21% 0px;
    overflow: hidden;
    /* aspect-ratio: 16 / 10; */
    position: relative; /* Добавлено для управления позиционированием внутри блока */
}

.solutions-item__img img {
    width: 100%;
    height: 100%;
    
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 8px;
    /* -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; */
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media (max-width: 480px) {
    .solutions-item__img {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        padding: 0px 0px 50% 0px;
    }
}

.solutions-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    min-height: 152px;
    flex-grow: 1; /* Растягиваем информационную часть для равномерного распределения */
}

.solutions-item__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #252c37;
    margin: 0px 0px 8px 0px;
}

.solutions-item__text {
    font-size: 16px;
    line-height: 1.5;
    color: #252c37;
}

.choose-clients {
    padding: 80px 0px;
}

@media (max-width: 480px) {
    .choose-clients {
        padding: 60px 0px;
    }
}

.choose-clients__title {
    margin: 0px 0px 12px 0px;
    max-width: 475px;
}

.choose-clients__text {
    margin: 0px 0px 60px 0px;
    max-width: 590px;
}

@media (max-width: 480px) {
    .choose-clients__text {
        max-width: 290px;
        margin: 0px 0px 32px 0px;
    }
}

.choose-clients__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px -9px 60px -9px;
}

@media (max-width: 480px) {
    .choose-clients__row {
        margin: -8px -9px 40px -9px;
    }
}

.choose-clients-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 8px 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
}

@media (max-width: 1100px) {
    .choose-clients-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
    }
}

@media (max-width: 800px) {
    .choose-clients-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 600px) {
    .choose-clients-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.choose-clients-item__row {
    width: 100%;
    padding: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.choose-clients-item__body {
    margin: 0px 0px 24px 0px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
}

.choose-clients-item__img {
    margin: 0px 24px 0px 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}

.choose-clients-item__img img {
    width: 100%;
}

.choose-clients-item__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #252c37;
    margin: 0px 0px 4px 0px;
}

.choose-clients-item__text {
    font-size: 14px;
    line-height: 1.29;
    color: #252c37;
}

.choose-clients-item__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.choose-clients-item__btn {
    min-height: 42px;
    max-width: 117px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 117px;
    flex: 0 1 117px;
}

@media (max-width: 480px) {
    .choose-clients-item__btn {
        max-width: 133px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 133px;
        flex: 0 1 133px;
    }
}

.choose-clients-item__more {
    font-weight: 600;
    font-size: 14px;
    color: #252c37;
    padding: 0px 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (min-width: 992px) {
    .choose-clients-item__more:hover {
        color: #d20220;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
}

@media (max-width: 768px) {
    .choose-clients-item__more {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center;
    }
}

.choose-clients__all {
    margin: 0 auto;
    max-width: 281px;
}

@media (max-width: 480px) {
    .choose-clients__all {
        max-width: 100%;
    }
}

.configurator {
    padding: 80px 0px;
}

@media (max-width: 480px) {
    .configurator {
        padding: 60px 0px;
    }
}

.configurator__title {
    margin: 0px 0px 12px 0px;
    max-width: 475px;
}

.configurator__text {
    margin: 0px 0px 60px 0px;
    max-width: 500px;
}

@media (max-width: 480px) {
    .configurator__text {
        max-width: 290px;
        margin: 0px 0px 32px 0px;
    }
}

.configurator__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .configurator__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.configurator__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 589px;
    flex: 0 1 589px;
    margin: 0px 20px 0px 0px;
}

@media (max-width: 992px) {
    .configurator__left {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        width: 100%;
        margin: 0px 0px 40px 0px;
    }
}

@media (max-width: 570px) {
    .configurator__left {
        margin: 0 auto;
    }
}

.configurator__items {
    margin: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 360px) {
    .configurator__items {
        margin: -5px;
    }
}

.configurator-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    padding: 10px;
}

@media (max-width: 1280px) {
    .configurator-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 992px) {
    .configurator-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
    }
}

@media (max-width: 650px) {
    .configurator-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 360px) {
    .configurator-item {
        padding: 5px;
    }
}

.configurator-item__row {
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 20px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

@media (max-width: 480px) {
    .configurator-item__row {
        padding: 12px;
    }
}

@media (max-width: 360px) {
    .configurator-item__row {
        padding: 12px 10px;
    }
}

.configurator-item__on {
    font-size: 12px;
    color: #d20220;
    width: 100%;
    text-align: right;
    margin: 0px 0px 20px 0px;
}

.configurator-item__img {
    margin: 0px 0px 20px 0px;
    width: 48px;
}

.configurator-item__img img {
    width: 100%;
}

.configurator-item__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #252c37;
    text-align: center;
    margin: 0px 0px 4px 0px;
}

@media (max-width: 360px) {
    .configurator-item__title {
        font-size: 14px;
    }
}

.configurator-item__text {
    text-align: center;
    font-size: 14px;
    line-height: 1.29;
    color: #252c37;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 135px;
}

.configurator__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 488px;
    flex: 0 0 488px;
}

@media (max-width: 992px) {
    .configurator__right {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        width: 488px;
        margin: 0 auto;
    }
}

.configurator-card {
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 60px 20px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (max-width: 570px) {
    .configurator-card {
        position: fixed;
        z-index: 2;
        top: calc(100% - 50px);
        left: 0;
        width: 100%;
        border-radius: 40px 40px 0 0;
        -webkit-box-shadow: 0px -4px 14px rgba(0, 0, 0, 0.05);
        box-shadow: 0px -4px 14px rgba(0, 0, 0, 0.05);
        overflow: auto;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .configurator-card::before {
        content: "";
        position: absolute;
        top: 24px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 40px;
        height: 4px;
        background: url("/img/icons/lines.svg") no-repeat;
        background-size: contain;
    }
}

.configurator-card__block {
    margin: 0px 0px 20px 0px;
}

.configurator-card__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #d20220;
    margin: 0px 0px 12px 0px;
}

@media (max-width: 570px) {
    .configurator-card__title {
        margin: 0px 0px 16px 0px;
    }
}

.configurator-card__line {
    margin: 0px 0px 8px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media (max-width: 570px) {
    .configurator-card__line {
        margin: 0px 0px 40px 0px;
    }
}

.configurator-card__name {
    font-size: 16px;
    color: #252c37;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 180px;
    flex: 0 1 180px;
    padding: 0px 15px 0px 0px;
}

.configurator-card__price {
    font-weight: 600;
    font-size: 16px;
    color: #252c37;
    text-align: right;
    margin: 0px 24px 0px 0px;
    padding: 0px 0px 0px 10px;
    min-width: 100px;
}

.configurator-card__price span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("/img/icons/rub.svg") no-repeat;
    background-size: contain;
    position: relative;
    top: 2px;
}

@media (max-width: 570px) {
    .configurator-card__price {
        margin: 0;
    }
}

.configurator-card__trash {
    width: 20px;
    height: 20px;
    background: url("/img/icons/trash.svg") no-repeat;
    background-size: cover;
}

@media (max-width: 570px) {
    .configurator-card__trash {
        display: none;
    }
}

.configurator-card__trash_mob {
    display: none;
}

@media (max-width: 570px) {
    .configurator-card__trash_mob {
        position: absolute;
        bottom: -23px;
        left: 0;
        display: block;
        font-weight: 600;
        font-size: 14px;
        color: #f10f30;
    }
}

.configurator-card__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #46368b;
    padding: 24px 0px 0px 0px;
    margin: 0px 0px 39px 0px;
}

.configurator-card__totalname {
    margin: 0;
}

.configurator-card__overall {
    font-weight: 600;
    font-size: 24px;
    color: #252c37;
    position: relative;
}

.configurator-card__overall span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/img/icons/rub.svg") no-repeat;
    background-size: contain;
    position: relative;
    top: 2px;
}

.configurator-card__btn {
    max-width: 192px;
    margin: 0 auto;
}

.configurator-card__dots {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: url("/img/configurator/dots.svg") no-repeat;
    margin: 0px 10px;
    background-position: center center;
    background-size: contain;
}

.features {
    padding: 100px 0px 80px 0px;
}

.features ._container {
    padding: 0;
}

@media (max-width: 480px) {
    .features {
        padding: 60px 0px 0px 0px;
    }
}

.features__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.features__item {
    padding: 44px;
    position: relative;
}

.features__item:nth-child(1) {
    padding-left: 120px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
}

@media (max-width: 1200px) {
    .features__item:nth-child(1) {
        padding-left: 40px;
    }
}

@media (max-width: 600px) {
    .features__item:nth-child(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
    }
}

@media (max-width: 480px) {
    .features__item:nth-child(1) {
        padding-left: 16px;
    }
}

.features__item:nth-child(2) {
    background: #f4f5fa;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21.1805%;
    flex: 0 0 21.1805%;
    min-width: 21.1805%;
}

@media (max-width: 900px) {
    .features__item:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        min-width: 50%;
    }
}

.features__item:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.8194%;
    flex: 0 0 28.8194%;
    min-width: 28.8194%;
    background: #252c37;
}

.features__item:nth-child(3) .features__name {
    color: #fff;
}

@media (max-width: 900px) {
    .features__item:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        min-width: 50%;
    }
}

.features__item:nth-child(4) {
    padding-left: 120px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.8194%;
    flex: 0 0 28.8194%;
    min-width: 28.8194%;
    background: #252c37;
}

.features__item:nth-child(4) .features__name {
    color: #fff;
}

@media (max-width: 1200px) {
    .features__item:nth-child(4) {
        padding-left: 40px;
    }
}

@media (max-width: 900px) {
    .features__item:nth-child(4) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        min-width: 50%;
    }
}

@media (max-width: 600px) {
    .features__item:nth-child(4) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
    }
}

@media (max-width: 480px) {
    .features__item:nth-child(4) {
        padding-left: 28%;
        padding-right: 28%;
    }
}

@media (max-width: 340px) {
    .features__item:nth-child(4) {
        padding-left: 23%;
        padding-right: 23%;
    }
}

.features__item:nth-child(5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21.1805%;
    flex: 0 0 21.1805%;
    min-width: 21.1805%;
}

@media (max-width: 900px) {
    .features__item:nth-child(5) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        min-width: 33.333%;
    }
}

@media (max-width: 600px) {
    .features__item:nth-child(5) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        min-width: 50%;
    }
}

.features__item:nth-child(6) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21.1805%;
    flex: 0 0 21.1805%;
    min-width: 21.1805%;
    background: #252c37;
}

.features__item:nth-child(6) .features__name {
    color: #fff;
}

@media (max-width: 900px) {
    .features__item:nth-child(6) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        min-width: 33.333%;
    }
}

@media (max-width: 600px) {
    .features__item:nth-child(6) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        min-width: 50%;
    }
}

.features__item:nth-child(7) {
    background: #f10f30;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.8194%;
    flex: 0 0 28.8194%;
    min-width: 28.8194%;
}

.features__item:nth-child(7) .features__name {
    color: #fff;
}

@media (max-width: 900px) {
    .features__item:nth-child(7) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        min-width: 33.333%;
    }
}

@media (max-width: 600px) {
    .features__item:nth-child(7) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
    }
}

.features__item:hover .features__hover {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.features__item:hover:nth-child(2) .features__hover {
    background: #f4f5fa;
    color: #252c37;
}

.features__item:hover:nth-child(3) .features__hover {
    background: #252c37;
    color: #ffffff;
}

.features__item:hover:nth-child(4) .features__hover {
    background: #252c37;
    color: #ffffff;
}

.features__item:hover:nth-child(5) .features__hover {
    background: #f4f5fa;
    color: #252c37;
}

.features__item:hover:nth-child(6) .features__hover {
    background: #252c37;
    color: #ffffff;
}

.features__item:hover:nth-child(7) .features__hover {
    background: #f10f30;
    color: #fff;
}

@media (max-width: 480px) {
    .features__item {
        padding: 32px 16px;
    }
}

.features___title {
    max-width: 480px;
}

@media (max-width: 1100px) {
    .features___title {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .features___title {
        font-size: 26px;
    }
}

@media (max-width: 340px) {
    .features___title {
        font-size: 22px;
    }
}

.features__hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.43;
    color: #252c37;
    padding: 44px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 768px) {
    .features__hover {
        padding: 20px;
    }
}

.features__img {
    margin: 0px 0px 16px 0px;
    width: 48px;
}

.features__img img {
    width: 100%;
}

.features__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #252c37;
    max-width: 196px;
}

@media (max-width: 480px) {
    .features__name {
        font-size: 14px;
    }
}

.about {
    padding: 100px 0px;
    background-color: #f5f5f5;
}

/* .about>._container {
    padding: 0;
} */

@media (max-width: 480px) {
    .about {
        padding: 60px 0px;
    }
}

.about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
}

@media (max-width: 600px) {
    .about__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.about__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 673px;
    flex: 0 1 673px;
    margin: 0px 58px 0px 0px;
}

.about__left img {
    width: 100%;
    border-radius: 8px;
}

@media (max-width: 1470px) {
    .about__left {
        margin: 0px 30px 0px 0px;
    }
}

@media (max-width: 768px) {
    .about__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 500px;
        flex: 0 1 500px;
    }
}

@media (max-width: 600px) {
    .about__left {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        margin: 0px 0px 19px 0px;
    }

    .about__left img {
        border-radius: 0 0 0 0;
    }
}

.about__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 547px;
    flex: 0 1 547px;
}

@media (max-width: 1200px) {
    .about__right {
        padding: 0px 40px 0px 0px;
    }
}

@media (max-width: 600px) {
    .about__right {
        padding: 0px 40px;
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
    }
}

@media (max-width: 480px) {
    .about__right {
        padding: 0px 16px;
    }
}

.about__title {
    margin: 0px 0px 12px 0px;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.22;
    color: #252c37;
}

@media (max-width: 400px) {
    .about__title {
        font-size: 34px;
    }
}

.about__subtitle {
    font-size: 26px;
    line-height: 1.3;
    color: #252c37;
    margin: 0px 0px 24px 0px;
}

@media (max-width: 992px) {
    .about__subtitle {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .about__subtitle {
        font-size: 20px;
        margin: 0px 0px 12px 0px;
    }
}

.partners {
    padding: 60px 0px 80px 0px;
}

@media (max-width: 480px) {
    .partners {
        padding: 60px 0px;
    }
}

.partners__title {
    margin: 0px 0px 60px 0px;
}

@media (max-width: 480px) {
    .partners__title {
        margin: 0px 0px 32px 0px;
    }
}

.partners__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.partners__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 992px) {
    .partners__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
    }
}

@media (max-width: 480px) {
    .partners__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

.partners__img {
    max-width: 155px;
    max-height: 103px;
}

.partners__img img {
    width: 100%;
}

.feedback {
    background: #252c37;
    padding: 80px 0px 0px 0px;
}

.otzyvy {
    padding-bottom: 80px;
    }

@media (max-width: 480px) {
    .feedback {
        padding: 60px 0px;
    }
}

.feedback__title {
    color: #fff !important;
    margin: 0px 0px 60px 0px;
}

@media (max-width: 480px) {
    .feedback__title {
        margin: 0px 0px 32px 0px;
    }
}

.feedback__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 600px) {
    .feedback__footer {
        -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;
    }
}

.feedback__btn {
    max-width: 205px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 205px;
    flex: 0 0 205px;
}

@media (max-width: 600px) {
    .feedback__btn {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 100%;
        width: 100%;
    }
}

.news {
    padding: 80px 0px 100px 0px;
}

@media (max-width: 480px) {
    .news {
        padding: 60px 0px;
    }
}

.news__title {
    margin: 0px 0px 60px 0px;
}

@media (max-width: 480px) {
    .news__title {
        margin: 0px 0px 32px 0px;
    }
}

.news__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    margin: -10px;
}

.news-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    padding: 10px;
    display: flex; 
    flex-direction: column;
}

.news-item:hover .news-item__row {
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.news-item:hover .news__pic img {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 110%;
    height: 110%;
}

@media (max-width: 992px) {
    .news-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 580px) {
    .news-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.news-item__row {
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    display: flex; /* Добавляем flex для вытягивания содержимого на всю высоту */
    flex-direction: column;
    height: 100%; /* Гарантируем, что высота блока равна всей высоте карточки */
}

.news-item__row .news__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news__pic {
    padding: 0px 0px 49% 0px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    position: relative;
    flex-shrink: 0; /* Избегаем сжатия изображения */
}

.news__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media (max-width: 480px) {
    .news__pic {
        padding: 0px 0px 58% 0px;
    }
}

.news__info {
    padding: 16px 24px;
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between; /* Распределяем пространство между элементами */
    flex-grow: 1; /* Растягиваем содержимое до полной высоты */
}

.news__date {
    font-size: 14px;
    color: #252c37;
    margin: 0px 0px 8px 0px;
}

/* .news__name {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #252c37;
    margin: 0px 0px 16px 0px;
    min-height: 60px;
    max-height: 60px;
} */

.news__name {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4; /* Высота строки */
    color: #252c37;
    margin: 0px 0px 16px 0px; /* Меняем нижний отступ, если это необходимо */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Ограничиваем количество строк до 2 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Добавляем многоточие если текст переполняет блок */
    min-height: calc(1.4em * 2); /* Устанавливаем минимальную высоту равной высоте двух строк текста */
}



.news__tag {
    font-size: 16px;
    color: #d20220;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .news__tag:hover {
        text-decoration: underline;
    }
}

.news__btn {
    max-width: 232px;
    margin: 60px auto 0 auto;
}

@media (max-width: 480px) {
    .news__btn {
        margin: 40px auto 0 auto;
    }
}

.articles {
    padding: 80px 0px 100px 0px;
}

@media (max-width: 480px) {
    .articles {
        padding: 60px 0px;
    }
}

.articles__title {
    margin: 0px 0px 60px 0px;
}

@media (max-width: 480px) {
    .articles__title {
        margin: 0px 0px 32px 0px;
    }
}

.metal {
    padding: 80px 0px 100px 0px;
    }

@media (max-width: 480px) {
    .metal {
            padding: 20px 0px 20px 0px;
        }
    }

.metal .metal__row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    align-items: stretch;
}

.metal .metal__item {
    flex: 0 0 50%; 
    padding: 10px 20px 50px 10px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .metal .metal__item {
        flex: 0 0 50%; 
    }
}

@media (max-width: 580px) {
    .metal .metal__item {
        flex: 0 0 100%; 
    }
}

.metal .metal-item__row {
    background: #ffffff;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.metal .metal__pic img {
    transition: all 0.3s ease;
    width: 100%;
    height: auto;
}

.metal .metal__item:hover .metal-item__row {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
}

.metal .metal__item:hover .metal__pic img {
    width: 110%;
    height: 110%;
}


.articles__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
}

.articles-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    padding: 10px;
}

.articles-item:hover .articles-item__row {
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.articles-item:hover .articles__pic img {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 110%;
    height: 110%;
}

@media (max-width: 992px) {
    .articles-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 580px) {
    .articles-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.articles-item__row {
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}

.articles-item__row .articles__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.articles__pic {
    padding: 0px 0px 49% 0px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}

.articles__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media (max-width: 480px) {
    .articles__pic {
        padding: 0px 0px 58% 0px;
    }
}

.articles__info {
    padding: 16px 24px 28px 24px;
}

.articles__date {
    font-size: 14px;
    color: #252c37;
    margin: 0px 0px 8px 0px;
}

.articles__name {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4; 
    color: #252c37;
    margin: 0px 0px 16px 0px; 
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
    min-height: calc(1.4em * 3); 
}

.articles__dzen {
    font-weight: 600;
    font-size: 16px;
    color: #252c37;
    position: relative;
    z-index: 2;
    padding: 0px 0px 0px 38px;
}

.articles__dzen::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 26px;
    height: 26px;
    background: url("/img/icons/zen1.svg") no-repeat;
    background-size: contain;
}

@media (min-width: 768px) {
    .articles__dzen:hover {
        text-decoration: underline;
    }
}

.articles__btn {
    max-width: 232px;
    margin: 60px auto 0 auto;
}

@media (max-width: 480px) {
    .articles__btn {
        margin: 40px auto 0 auto;
    }
}

.contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
}

@media (max-width: 600px) {
    .contacts__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.contacts__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.contacts__left iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 600px) {
    .contacts__left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 640px;
        flex: 0 0 640px;
        height: 640px;
    }
}

/* .contacts-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    background: #F1F1F1;
    padding: 80px 120px;
}

@media (max-width: 1200px) {
    .contacts-right {
        padding: 80px 40px 80px 60px;
    }
}

@media (max-width: 768px) {
    .contacts-right {
        padding: 60px 40px;
    }
}

@media (max-width: 600px) {
    .contacts-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 480px) {
    .contacts-right {
        padding: 60px 16px 32px 16px;
    }
} */

.contacts-right__row {
    /*max-width: 476px;*/
}

@media (max-width: 600px) {
    .contacts-right__row {
        max-width: 100%;
    }
}

.contacts__title {
    color: #252C37;
    margin: 0px 0px 60px 0px;
}

@media (max-width: 480px) {
    .contacts__title {
        margin: 0px 0px 32px 0px;
    }
}

.contacts__block {
    margin: 0px 0px 32px 0px;
}

.contacts__block a,
.contacts__block p {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #252C37;
}

@media (max-width: 768px) {

    .contacts__block a,
    .contacts__block p {
        font-size: 16px;
    }
}

.contacts__block p {
    margin: 0px 0px 12px 0px;
}

.contacts__block p:last-child {
    margin: 0;
}

.contacts__block:last-child {
    margin: 0;
}

@media (max-width: 480px) {
    .contacts__block {
        margin: 0px 0px 24px 0px;
    }
}

.contacts__subtitle {
    font-size: 16px;
    line-height: 1.5;
    color: #252C37;
    margin: 0px 0px 16px 0px;
    text-align: start;
}

@media (max-width: 768px) {
    .contacts__subtitle {
        font-size: 14px;
        margin: 0px 0px 16px 0px;
    }
}

.contacts__subtitle__white {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}

@media (max-width: 768px) {
    .contacts__subtitle__white {
        font-size: 14px;
        }
}

.text-left {
    text-align: left !important;
}

.contacts__msg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts__msg a {
    margin: 0px 40px 0px 0px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contacts__msg a:last-child {
    margin: 0;
}

@media (min-width: 768px) {
    .contacts__msg a:hover {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
    }
}

.contacts__msg img {
    width: 40px;
}

.bread {
    padding: 40px 0px;
}

.bread a {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.29;
    margin: 0px 6px 0px 0px;
    color: #a0a0a0;
    position: relative;
}

.bread a::before {
    content: "/";
    position: absolute;
    font-size: 14px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -8px;
}

@media (min-width: 768px) {
    .bread a:hover {
        text-decoration: underline;
    }
}

.bread span {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.29;
    display: inline-block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    width: 189px;
}

@media (max-width: 480px) {
    .bread {
        padding: 24px 0 40px 0px;
    }
}

.product-item {
    padding: 0px 0px 100px 0px;
}

@media (max-width: 480px) {
    .product-item {
        margin: 0px;
    }
}

.product-item__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*font-size: 0;*/
}

@media (max-width: 700px) {
    .product-item__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.product-item__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 488px;
    flex: 0 0 488px;
    width: 488px;
    margin: 0px 60px 0px 0px;
}

@media (max-width: 992px) {
    .product-item__left {
        margin: 0px 30px 0px 0px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        width: 300px;
    }
}

@media (max-width: 700px) {
    .product-item__left {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        margin: 0px 0px 30px 0px;
    }
}

.product-item__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

/* .product-item__text {
  width: 100%;
} */


.product-item__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.22;
    color: #252c37;
    margin: 0px 0px 12px 0px;
}

.product-item__text {
    margin: 0px 0px 1rem 0px;
}

.product-item__text p {
    font-size: 16px;
    line-height: 1.5;
    color: #252c37;
}

.product-item__text ul {
    font-size: 16px;
    line-height: 1.5;
    color: #252c37;
}

@media (max-width: 700px) {
    .product-item__text {
        margin: 0px 0px 30px 0px;
    }
}

.product-item__conditions {
    margin: 0px 0px 20px 0px;
}

.product-item__conditions p {
    font-size: 16px;
    line-height: 1.5;
    color: #252c37;
}

@media (max-width: 700px) {
    .product-item__conditions {
        margin: 0px 0px 28px 0px;
    }
}

.product-item__priceblock {
    margin: 0px 0px 60px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 480px) {
    .product-item__priceblock {
        margin: 0px 0px 36px 0px;
    }
}

.product-item__price {
    font-weight: 600;
    font-size: 36px;
    color: #252c37;
    position: relative;
    padding: 0px 0px 0px 10px;
}

.product-item__price span {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("/img/icons/rub.svg") no-repeat;
    background-size: contain;
    position: relative;
    top: 2px;
}

@media (max-width: 860px) {
    .product-item__price {
        font-size: 26px;
    }

    .product-item__price span {
        width: 22px;
        height: 22px;
    }
}

.product-item__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    margin: 0px 0px 60px 0px;
}

@media (max-width: 860px) {
    .product-item__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 700px) {
    .product-item__buttons {
        margin: 0px 0px 50px 0px;
    }
}

@media (max-width: 480px) {
    .product-item__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.product-item__addbtn {
    max-width: 260px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 260px;
    flex: 0 1 260px;
    margin: 0px 40px 0px 0px;
}

@media (max-width: 860px) {
    .product-item__addbtn {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        max-width: 100%;
        margin: 0px 0px 20px 0px;
    }
}

@media (max-width: 700px) {
    .product-item__addbtn {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        margin: 0px 0px 20px 0px;
    }
}

.product-item__buy {
    max-width: 231px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 231px;
    flex: 0 1 231px;
}

@media (max-width: 860px) {
    .product-item__buy {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        max-width: 100%;
    }
}

@media (max-width: 700px) {
    .product-item__buy {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
    }
}

.product-desc p {
    font-size: 16px;
    line-height: 1.5;
    color: #252c37;
}

.product-desc__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
}

@media (max-width: 992px) {
    .product-desc__row {
        margin: -20px;
    }
}

@media (max-width: 700px) {
    .product-desc__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.product-desc__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0px 95px 0px 0px;
}

@media (max-width: 992px) {
    .product-desc__col {
        padding: 20px;
    }
}

@media (max-width: 700px) {
    .product-desc__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0px 0px 20px 0px;
    }

    .product-desc__col:last-child {
        margin: 0;
    }
}

.ecosystem {
    padding: 80px 0px 60px 0px;
}

@media (max-width: 480px) {
    .ecosystem {
        padding: 0px 0px 60px 0;
    }
}

.ecosystem__title {
    margin: 0px 0px 12px 0px;
}

.ecosystem__text {
    max-width: 590px;
    margin: 0px 0px 40px 0px;
}

@media (max-width: 480px) {
    .ecosystem__text {
        margin: 0px 0px 32px 0px;
    }
}

.ecosystem__img img {
    width: 100%;
}

.product-video {
    background: #252c37;
    padding: 80px 0px 100px 0px;
}

@media (max-width: 480px) {
    .product-video {
        padding: 60px 0px;
    }
}

.product-video__title {
    color: #fff !important;
    margin: 0px 0px 60px 0px;
}

@media (max-width: 480px) {
    .product-video__title {
        margin: 0px 0px 32px 0px;
    }
}

.product-video__video {
    margin: 0px 0px 60px 0px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 536px;
    cursor: pointer;
}

.product-video__video::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 98px;
    height: 98px;
    /*background: url("/img/icons/play.svg") no-repeat;*/
    background-size: contain;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (min-width: 768px) {
    .product-video__video:hover::before {
        width: 108px;
        height: 108px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
}

.product-video__video img,
.product-video__video iframe,
.product-video__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 1440px) {
    .product-video__video {
        height: calc(274px + 262 * ((100vw - 320px) / 1600));
    }
}

.product-video__btn {
    min-height: 56px;
    max-width: 187px;
    margin: 0 auto;
}

.product-feedback {
    padding: 80px 0px 100px 0px;
}

.product-image-left {
    padding: 80px 0px 50px 0px;
    background: #f5f5f5;
}

.product-image-left-white {
    padding: 80px 0px 50px 0px;
    background: #fff;
}

.product-feedback__title {
    margin: 0px 0px 60px 0px;
}

@media (max-width: 480px) {
    .product-feedback__title {
        margin: 0px 0px 32px 0px;
    }
}

.cart {
    padding: 0px 0px 142px 0px;
}

.cart__title {
    position: relative;
    display: inline-block;
}

.cart__title span {
    width: 35px;
    position: absolute;
    top: 0;
    right: -40px;
    font-weight: 600;
    font-size: 20px;
    color: #a0a0a0;
}

.cart__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 860px) {
    .cart__row {
        -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;
    }
}

.cart__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 588px;
    flex: 0 1 588px;
    margin: 0px 30px 0px 0px;
    padding: 60px 0px 0px 0px;
}

@media (max-width: 860px) {
    .cart__left {
        margin: 0px 0px 60px 0px;
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        width: 100%;
    }
}

.cart__item {
    margin: 0px 0px 30px 0px;
}

.cart__item:last-child {
    margin: 0;
}

.cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    border-bottom: 1px solid #e0e0e0;
    padding: 0px 0px 12px 0px;
}

.cart-item__row {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 0px 20px 0px;
}

@media (max-width: 480px) {
    .cart-item__row {
        padding: 0px 0px 10px 0px;
    }
}

.cart-item__img {
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    width: 181px;
    height: 160px;
    margin: 0px 20px 0px 0px;
    overflow: hidden;
}

.cart-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 480px) {
    .cart-item__img {
        width: 161px;
        height: 140px;
    }
}

.cart-item__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 480px) {
    .cart-item__info {
        -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;
    }
}

.cart-item__block {
    padding: 0px 20px 0px 0px;
}

@media (max-width: 480px) {
    .cart-item__block {
        padding: 0;
    }
}

.cart-item__name {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #252c37;
    margin: 0px 0px 4px 0px;
}

.cart-item__type {
    font-size: 16px;
    line-height: 1.5;
    color: #a0a0a0;
}

@media (max-width: 480px) {
    .cart-item__type {
        margin: 0px 0px 12px 0px;
    }
}

.cart-item__price {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
    color: #252c37;
    position: relative;
    min-width: 105px;
    text-align: right;
}

.cart-item__price span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/img/icons/rub.svg") no-repeat;
    background-size: contain;
    position: relative;
    top: 2px;
}

@media (max-width: 480px) {
    .cart-item__price {
        text-align: left;
    }
}

.cart-item__del {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.29;
    color: #252c37;
}

@media (min-width: 768px) {
    .cart-item__del:hover {
        text-decoration: underline;
    }
}

.cart__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 387px;
    flex: 0 1 387px;
}

@media (max-width: 860px) {
    .cart__right {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        max-width: 400px;
        width: 100%;
    }
}

.cart__subtitle {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
    color: #252c37;
    margin: 0px 0px 44px 0px;
    text-align: center;
}

.cart__overall {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    margin: 0px 0px 30px 0px;
}

.cart__all {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #252c37;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0px 20px 0px 0px;
}

.cart__totalprice {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #252c37;
    position: relative;
}

.cart__totalprice span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/img/icons/rub.svg") no-repeat;
    background-size: contain;
    position: relative;
    top: 2px;
}

.news-page {
    padding: 80px 0px 100px 0px;
}

@media (max-width: 480px) {
    .news-page {
        padding: 0px 0px 20px 0px;
    }
}

.news__page .news__title {
    margin: 0px 20px 0px 0px;
}

@media (max-width: 480px) {
    .news__page .news__title {
        margin: 0px 0px 30px 0px;
    }
}

.news__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 0px 60px 0px;
}

@media (max-width: 480px) {
    .news__head {
        margin: 0px 0px 30px 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.news-page__row {
    max-width: 791px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.5;
}

.news-page__text>ol,
.news-page__text>ul {
    padding-left: 32px;
}

.news-page__row>*:not(:last-child) {
    margin: 0px 0px 40px 0px;
}

@media (max-width: 480px) {
    .news-page__row>*:not(:last-child) {
        margin: 0px 0px 20px 0px;
    }
}

@media (max-width: 480px) {
    .news-page__title {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.news-page__img {
    height: 340px;
}

.news-page__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 8px;
}

@media (max-width: 480px) {
    .news-page__img {
        height: 320px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.news-page__text p {
    margin: 0px 0px 20px 0px;
}

.news-page__text p:last-child {
    margin: 0;
}

@media (max-width: 480px) {
    .news-page__text {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.choose-clients-page {
    padding: 80px 0px 0 0;
}

@media (max-width: 480px) {
    .choose-clients-page {
        padding: 0;
    }
}

.choose-clients__page {
    padding: 60px 0px 0px 0;
}

@media (max-width: 480px) {
    .choose-clients__page {
        padding: 20px 0px 0px 0;
    }
}

.choose-clients-page__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 0px 60px 0px;
}

@media (max-width: 760px) {
    .choose-clients-page__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .choose-clients-page__head {
        margin: 0px 0px 43px 0px;
    }
}

.choose-clients-page__block {
    max-width: 669px;
    margin: 0px 20px 0px 0px;
}

.choose-clients-page__title {
    margin: 0px 0px 12px 0px;
}

@media (max-width: 480px) {
    .choose-clients-page__title {
        margin: 0px 0px 8px 0px;
    }
}

@media (max-width: 760px) {
    .choose-clients-page__text {
        margin: 0px 0px 35px 0px;
    }
}

.choose-clients-page-nav__row {
    overflow: auto;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    margin: 0px 0px 60px 0px;
}

@media (max-width: 1470px) {
    .choose-clients-page-nav__row {
        margin: 0px -120px 60px 0px;
    }
}

@media (max-width: 1200px) {
    .choose-clients-page-nav__row {
        margin: 0px -40px 40px 0px;
    }
}

@media (max-width: 480px) {
    .choose-clients-page-nav__row {
        margin: 0px -16px 20px 0px;
    }
}

.choose-clients-page-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    width: 1230px;
}

@media (max-width: 768px) {
    .choose-clients-page-nav {
        width: 972px;
    }
}

.choose-clients-page-nav__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666%;
    flex: 0 0 16.666%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 8px;
}

.choose-clients-page-nav__item:nth-child(1) .choose-clients-page-nav__img {
    background: url("/img/configurator/1g.svg") no-repeat;
    background-size: 24px;
}

.choose-clients-page-nav__item:nth-child(1):hover .choose-clients-page-nav__img,
.choose-clients-page-nav__item:nth-child(1)._active .choose-clients-page-nav__img {
    background: url("/img/configurator/1.svg") no-repeat;
    background-size: 24px;
}

.choose-clients-page-nav__item:nth-child(2) .choose-clients-page-nav__img {
    background: url("/img/configurator/2g.svg") no-repeat;
    background-size: 24px;
}

.choose-clients-page-nav__item:nth-child(2):hover .choose-clients-page-nav__img,
.choose-clients-page-nav__item:nth-child(2)._active .choose-clients-page-nav__img {
    background: url("/img/configurator/2.svg") no-repeat;
    background-size: 24px;
}

.choose-clients-page-nav__item:nth-child(3) .choose-clients-page-nav__img {
    background: url("/img/configurator/3g.svg") no-repeat;
    background-size: 24px;
}

.choose-clients-page-nav__item:nth-child(3):hover .choose-clients-page-nav__img,
.choose-clients-page-nav__item:nth-child(3)._active .choose-clients-page-nav__img {
    background: url("/img/configurator/3.svg") no-repeat;
    background-size: 24px;
}

.choose-clients-page-nav__item:nth-child(4) .choose-clients-page-nav__img {
    background: url("/img/configurator/4g.svg") no-repeat;
    background-size: 24px;
}

.choose-clients-page-nav__item:nth-child(4):hover .choose-clients-page-nav__img,
.choose-clients-page-nav__item:nth-child(4)._active .choose-clients-page-nav__img {
    background: url("/img/configurator/4.svg") no-repeat;
    background-size: 24px;
}

.choose-clients-page-nav__item:nth-child(5) .choose-clients-page-nav__img {
    background: url("/img/configurator/5g.svg") no-repeat;
    background-size: 24px;
}

.choose-clients-page-nav__item:nth-child(5):hover .choose-clients-page-nav__img,
.choose-clients-page-nav__item:nth-child(5)._active .choose-clients-page-nav__img {
    background: url("/img/configurator/5.svg") no-repeat;
    background-size: 24px;
}

.choose-clients-page-nav__item:nth-child(6) .choose-clients-page-nav__img {
    background: url("/img/configurator/6g.svg") no-repeat;
    background-size: 24px;
}

.choose-clients-page-nav__item:nth-child(6):hover .choose-clients-page-nav__img,
.choose-clients-page-nav__item:nth-child(6)._active .choose-clients-page-nav__img {
    background: url("/img/configurator/6.svg") no-repeat;
    background-size: 24px;
}

.choose-clients-page-nav__item:hover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
}

.choose-clients-page-nav__item:hover .choose-clients-page-nav__name {
    font-weight: 600;
}

@media (max-width: 480px) {
    .choose-clients-page-nav__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 162px;
        flex: 0 0 162px;
    }
}

.choose-clients-page-nav__img {
    width: 24px;
    height: 24px;
    margin: 0px 0px 4px 0px;
}

.choose-clients-page-nav__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 16px;
    line-height: 1.2;
    color: #252c37;
    text-align: center;
}

@media (max-width: 480px) {
    .choose-clients-page-nav__name {
        font-size: 14px;
    }
}

.solutions-top {
    padding: 40px 0px 100px 0px;
}

.solutions-top__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
}

@media (max-width: 700px) {
    .solutions-top__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.solutions-top__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 488px;
    flex: 0 1 488px;
    margin: 0px 60px 0px 0px;
}

@media (max-width: 1200px) {
    .solutions-top__left {
        margin: 0px 30px 0px 0px;
    }
}

@media (max-width: 700px) {
    .solutions-top__left {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        max-width: 250px;
        margin: 0px 0px 30px 0px;
    }
}

@media (max-width: 480px) {
    .solutions-top__left {
        max-width: 100%;
    }
}

.solutions-top__img {
    padding: 0px 0px 107% 0px;
}

.solutions-top__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 8px;
}

@media (max-width: 480px) {
    .solutions-top__img {
        padding: 0px 0px 70% 0px;
    }
}

.solutions-top__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 650px;
    flex: 0 1 650px;
}

@media (max-width: 700px) {
    .solutions-top__right {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
    }
}

.solutions-top__title {
    margin: 0px 0px 12px 0px;
}

.solutions-top__text {
    font-size: 16px;
    line-height: 1.5;
    color: #252c37;
    margin: 0px 0px 20px 0px;
}

.solutions-page .choose-clients-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666%;
    flex: 0 0 16.666%;
}

@media (max-width: 1200px) {
    .solutions-page .choose-clients-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }
}

@media (max-width: 992px) {
    .solutions-page .choose-clients-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}

@media (max-width: 768px) {
    .solutions-page .choose-clients-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 600px) {
    .solutions-page .choose-clients-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.solutions-page .choose-clients-item__body {
    -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;
}

@media (max-width: 768px) {
    .solutions-page .choose-clients-item__body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.solutions-page .choose-clients-item__img {
    margin: 0px 0px 16px 0px;
}

@media (max-width: 768px) {
    .solutions-page .choose-clients-item__img {
        margin: 0px 24px 0px 0px;
    }
}

.solutions-page .choose-clients-item__title {
    font-size: 16px;
    text-align: center;
}

@media (max-width: 768px) {
    .solutions-page .choose-clients-item__title {
        font-size: 20px;
        text-align: left;
    }
}

.solutions-page .choose-clients-item__text {
    text-align: center;
}

@media (max-width: 768px) {
    .solutions-page .choose-clients-item__text {
        text-align: left;
    }
}

.solutions-page .choose-clients-item__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 768px) {
    .solutions-page .choose-clients-item__footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.solutions-page .choose-clients-item__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    max-width: 100%;
    width: 100%;
    margin: 0px 0px 20px 0px;
}

@media (max-width: 768px) {
    .solutions-page .choose-clients-item__btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        margin: 0;
    }
}

.solutions-page__title {
    margin: 0px 0px 12px 0px;
}

.solutions-page__text {
    max-width: 590px;
    font-size: 16px;
    line-height: 1.5;
    color: #252c37;
    margin: 0px 0px 40px 0px;
}

.solutions-other__title {
    margin: 0px 0px 60px 0px;
}

@media (max-width: 480px) {
    .solutions-other__title {
        margin: 0px 0px 32px 0px;
    }
}

/* DivTable.com */
.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #eee;
    display: table-header-group;
}

.divTableCell,
.divTableHead {
    /*	border: 1px solid #999999;*/
    display: table-cell;
    padding: 3px 10px;
    width: 50%;
    background: #ffffff;
}

.divTableCellTextCenter {
    text-align: center;
}

.SymbolBlue {
    color: Blue;
}

.SymbolRed {
    color: Red;
}

.divTableHeading {
    background-color: #eee;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #eee;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.video-block {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.title-wite {
    color: #ffffff;
    text-align: center;
}

.title-wite-left {
    color: #ffffff;
    text-align: left;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.22;
}

.black-wite {
    color: #000000;
    text-align: center;
}

.text116 {
    font-size: 14px;
}

.pagination {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.3s;
}

@media screen and (max-width: 480px) {
    .pagination a {
        padding: 4px 10px;
        font-size: 16px;
    }
}


.pagination a.active {
    background-color: #4caf50;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

a:hover {
    cursor: pointer;
}

.img_n img {
    -o-object-fit: contain;
    object-fit: contain;
}

.articles_page {
    font-size: 16px;
    line-height: 1.5;
    color: #252c37;
}

.articles_page ul li {
    list-style: inside;
    margin-left: 20px;
}

.articles_page ol li {
    margin-left: 20px;
}

.articles_page h2 {
    font-size: 26px;
}

.articles_page h3 {
    font-size: 20px;
}

.articles_page a {
    text-decoration: underline;
    color: #8a7f8e;
}

.articles_page blockquote {
    border-left: 6px solid #bfe2ff;
    font-size: 16px;
    font-style: italic;
    margin: 16px;
    padding: 16px 24px;
    position: relative;
}

.articles_page blockquote:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    height: 40px;
    background-color: #fff;
    width: 6px;
    margin-top: -1em;
}

.articles_page blockquote:after {
    content: '"';
    position: absolute;
    top: 50%;
    left: -20px;
    color: #337ab7;
    font-size: 50px;
    font-family: Times, sans-serif;
    font-weight: bold;
    line-height: 30px;
}

.articles_page blockquote cite {
    color: #337ab7;
    font-size: 15px;
    padding-top: 10px;
    display: block;
    text-align: right;
}

.hero__title_ {
    margin: 20px 0;
}

.modal__content {
    width: 90%;
    height: 95%;
    padding: 5px;
    background: #f9f9f9;
    -webkit-box-shadow: 0 5px 15px black;
    box-shadow: 0 5px 15px black;
    border-radius: 3px;
    position: relative;
    flex-direction: column;
    margin-top: 10px;
}

.frame_cl {
    flex: 1;
}

.cl-btn-7 {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    position: relative;
    z-index: 1;
    margin: 4px auto;
    cursor: pointer;
    right: 0;
    flex: 1;
    justify-content: flex-end;
}

.modal-agbis {
    position: absolute;
    visibility: hidden;
    opacity: 0;

    transition: 0.3s;
    top: -1000px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 5px 15px;
}

.modal_active {
    position: fixed;
    top: 0;
    visibility: visible;

    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.close {
    background-color: rgba(61, 61, 61, 0.8);
    border: 2px solid #ccc;
    color: #ffffff;
    line-height: 20px;
    position: absolute;
    cursor: pointer;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 20px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 0 10px #000000;
    -moz-box-shadow: 0 0 10px #000000;
    -webkit-box-shadow: 0 0 10px #000000;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -transition-delay: 0.2s;
}

.pre_wrap {
    white-space: pre-wrap;
    display: block;
}

.date_block {}

/*
.class-fon {
	position: fixed;
	display: none;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1010;
}
/*
div {
	border: 1px solid #000000;
}
*/

/*Ivan Dobrucin*/
.productLiteMiddle {
    padding: 80px 0px 50px 0px;
    background: #fff;
}

._container {
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 120px;
}

@media (max-width: 1200px) {
    ._container {
        padding: 0 40px;
    }
}

@media (max-width: 480px) {
    ._container {
        padding: 0px 16px;
    }
}

.blocking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 700px) {
    .blocking {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.undblocking {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 488px;
    flex: 0 0 488px;
    width: 488px;
    margin: 0px 60px 0px 0px;
}

@media (max-width: 1150px) {
    .undblocking {
        margin: 0px 20px 0px 0px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 300px;
    }
}

@media (max-width: 700px) {
    .undblocking {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        margin: 0px 0px 30px 0px;
    }
}

.paddown {
    margin: 0px 0px 40px 0px;
}

@media (max-width: 700px) {
    .paddown {
        margin: 0 auto;
    }

    .header__block {
        height: 73px;
    }
}

.title {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.22;
    color: #252c37;
}

.textoman p {
    font-size: 16px;
    line-height: 1.5;
    color: #252c37;
}

.textoman01 p {
    max-width: 920px;
    font-size: 16px;
    line-height: 1.5;
    color: #252c37;
    padding: 0 0 30px 0;
}

.articles_page h3 {
    font-size: 20px;
    font-weight: 700;
}

.LiteMiddle__title {
    padding: 0 0 12px 0;
}

.description02 {
    padding: 0 0 30px 0;
    line-height: 1.5;
}

.button01 {
    border: none;
    border-radius: 70px;
    background: var(--Red-primary, #D20222);
    color: #fff;
    display: inline-flex;
    padding: 19px 58px;
    align-items: center; 
    font-size: 16px;
    font-family: Inter;
    margin-left: auto;
}

button:hover {
    transition: 0.5s;
    background-color: #EF314E;
}

button:active, button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0 !important;
}

.ninja {
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

@media screen and (max-width: 700px) {
    .ninja {
        padding: 0 0 40px 0;
        flex-direction: column; 
        align-items: flex-start; 
    }

    .button01 {
        display: block; 
        width: 100%; 
        margin: 20px 0 0 0; 
        text-align: center; 
    }
}

.img {
    padding: 0 0 20px 0;
    height: auto;
    width: 100%;
    max-width: 488px;
}

/* img adapt */
@media screen and (max-width: 992px) {
    .img {
        max-width: 350px;
    }
}

@media screen and (max-width: 700px) {
    .img {
        max-width: 100%; 
    }
}

@media screen and (max-width: 500px) {
    .img {
        max-width: 100%;
    }
}

/* for YouTube video script */
.ytLoader {
    margin: 0px 0px 60px 0px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 536px;
    cursor: pointer;
}

.playBtn {
    position: absolute;
    top: 42% !important;
    left: 47% !important;
    transform: translate (-50%, -50%); 
    z-index: 1;
    width: 6% !important;
    height: auto !important;
} 

@media screen and (max-width: 1440px) {
    .ytLoader {
    height: calc(274px + 262 * ((100vw - 320px) / 1600));
    }
}

@media screen and (max-width: 600px) {
    .playBtn {
        width: 8% !important;
    }
}

@media screen and (max-width: 300px) {
    .playBtn {
        width: 12% !important;
    }
}

/* end for YouTube video script */

.shorts {
    display: flex !important;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 30px ;
    gap: 25px;
    }

@media screen and (max-width: 1270px) {
    .shorts {
        display: block !important;
        margin: 20px;
    }
}

.youtube-embed {
    margin: 10px;
}

/* For PSK portfolio slider */

/* Стили для слайдера */
.carousel-slider {
    position: relative;
    overflow: visible;
    width: 100%;
}

.carousel-slide {
    display: none; /* Слайды по умолчанию скрыты */
    transition: display 0.5s ease-in-out;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.carousel-slide.active {
    display: block; /* Активный слайд отображается */
}

.carousel-slide img {
    width: 100%;
    height: auto;
}

/* Стили для кнопок перехода */
.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #D20222;
    font-weight: bold;
    font-size: 25px;
    transition: 0.2s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    z-index: 5;
    /* display: none;  */
}

/* Существующие стили для стрелок */

@media screen and (max-width: 766px) {
    .carousel-control {
        display: none; 
    }
}


.carousel-control.prev {
    left: -30px;
}

.carousel-control.next {
    right: -30px;
}

.carousel-control:hover {
    background-color: transparent;
    color: #A9001A;
    
}

.carousel-control:focus {
    outline: none; /* Удаляет фокусный прямоугольник */
}

/* Стили для точек перехода */
.carousel-dots {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
}

.carousel-dot {
    height: 12px;
    width: 12px;
    margin: 0 3px;
    background-color: #D9D9D9;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.carousel-dot.active, .carousel-dot:hover {
    background-color: #A9001A;
}

/* Fading animation */
#fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 0.5s;
    animation-name: fade;
    animation-duration: 0.5s;
    opacity: 1;
    border-radius: 15px;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  .equipment {
    padding-bottom: 60px;
  }

  .eqt {
    padding-bottom: 30px;
  }

.recommendation-block {
    background-image: url('/images/equipment/equipment_img.jpg');
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    height: 412px; /* Adjust height as needed */
}

@media screen and (max-width: 859px) {
    .recommendation-block {
        display: none;
    }
}

@media screen and (min-width: 860px) {
    .recommendation-block__mobile {
        display: none;
    }
}

._content {
    max-width: 600px;
    position: relative;
    padding-left: 72px;
    align-items: left; 
    text-align: left;
}

@media screen and (max-width: 1100px) {
    ._content {
        padding-left: 40px; 
    }
}

@media screen and (max-width: 860px) {
    _content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .eqt {
        padding-bottom: 0px;
      }
}

.logo__agbis {
    width: 213px;
    height: 61.829px;
    flex-shrink: 0;
}

.bg__pay {
    background-color: #f6fbff;
}

.image-pay {
    z-index: 1;
    width: 65em;
    position: absolute;
    margin-top: -11em;
    right: 0;
    }

.side1 {
    max-width: 560px;
    padding: 140px 0 150px 0;
    z-index: 2;
    }    

@media (max-width: 1690px) {
.image-pay {
width: 50%;
}
.side1 {
padding: 25px 25px 0 0;
}

}
@media (max-width: 1078px) {
.image-pay {
width: 50%;
}
.side1 {
padding: 25px 25px 0 0;
}

.description {
width: 300px;
}
}

@media (max-width: 960px) {
    .image-pay {
        display: none;
    }
}

/* Начало стилей для таблицы платежных систем */
.pay__padding {
    padding-bottom: 80px;
}

.pay__table {
    display: grid;
    max-width: 1470px;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    
    }
    
    .pay__first__row {
    background-color: #E1EFFF;
    padding: 1em 1.7em;
    color: #000;
    }
    
    .pay__text__center {
    text-align: center;
    }  
    
    .nt01__row {
    padding: 1em 1em;
    }
    
    .pay__flex {
    display: flex;
    }
    
    .flex-column {
    flex-direction: column;
    }
    
    .justify-center {
    justify-content: center;
    }
    
    .items-left {
    align-items: left;
    }
    
    .pay__title__text {
    color: var(--White, #252c37);
    /* font-family: Inter; */
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 28.6px */
    letter-spacing: 0.88px;
    }
    
    .icon-text {
    color: #212529;
    /* font-family: Inter; */
    /* font-size: 17px; */
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 25.5px */
    display: flex;
    align-items: center;
    gap: 18px;
    /* padding: 15px 0 15px 0; */
      }
    
    .pay__column01 {
    background-color: #f5f9ff;
    }
    
    .pay__column2 {
    background: #E1EFFF;
    }
    
    .pay__icon__bank {
    width: 35px; 
    mix-blend-mode: darken;
    }
    
    .icon__yes__no {
    width: 25px; 
    }
    
    @media screen and (max-width: 1270px) {
    
    .pay__table {
    justify-content: start;   
    max-width: 945px;
    overflow-x: auto;
    }
    .nt01__row {
    padding: 0.3em 0.3em;
    }
    .pay__title__text {
    font-size: 16px;   
    }
    .icon-text {
    font-size: 14px;
    }
    .icon__yes__no {
    width: 17px;
    }
    .pay__icon__bank {
    width: 23px;
    }
      }
/* Конец стилей для таблицы платежных систем */  


  .mycontainer {
    max-width: 1470px;
    padding: 20px 0;
    box-sizing: border-box;
    }
    
    .myrow {
    max-width: 1470px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 40px;
    }
    
    .card__pay {
    width: 510px;
    height: 300px;
    flex-shrink: 0;
    border-radius: 14.947px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    transition: 0.3s;
    padding: 30px;
    display: flex;
    flex-direction: column;
    }
    
    .card__pay:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }
    
    .cardtitle {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 0 0 16px 0;
    }
    
    .cardimg {
    width: 49px;
    }
    
    .cardname {
    color: #000;
    /* font-family: Inter; */
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    letter-spacing: 0.6px;
    text-transform: capitalize;
    
    }
    
    .line {
    width: 135px;
    height: 2px;
    background: #D20222;
    }
    
    .cardtext {
    width: 380px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
    margin: 6px 0;
    flex-grow: 1;
    }
    
    .cardbutton01 {
    display: inline-flex;
    min-height: 52px;
    padding: 11px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 2px solid #232A2F;
    color: #232A2F;
    text-align: center;
    font-family: Proxima Nova;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 146.667% */
    transition: 0.2s;
    position: relative;
    z-index: 1;
    float: right;
    vertical-align: bottom;
    }
    
    .cardbutton01:hover {
    color: #FFF;
    background: #232A2F;
    text-decoration: none;
    }
    
    .cardbutton02 {
    display: inline-flex;
    min-height: 52px;
    padding: 11px 46px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 2px solid #232A2F;
    color: #232A2F;
    text-align: center;
    font-family: Proxima Nova;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 146.667% */
    transition: 0.2s;
    position: relative;
    z-index: 1;
    float: right;
    vertical-align: bottom;
    }
    
    .cardbutton02:hover {
    color: #FFF;
    background: #232A2F;
    text-decoration: none;
    }
    
    .cardbutton03 {
    display: inline-flex;
    min-height: 52px;
    padding: 11px 48px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 2px solid #232A2F;
    color: #232A2F;
    text-align: center;
    font-family: Proxima Nova;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 146.667% */
    transition: 0.2s;
    position: relative;
    z-index: 1;
    float: right;
    vertical-align: bottom;
    }
    
    .cardbutton03:hover {
    color: #FFF;
    background: #232A2F;
    text-decoration: none;
    }
    
    .alignbutton {
      align-self: end;
    }
    
    .linktext {
    color: #6B9CCA;
    /* font-family: Inter; */
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    }
    
    @media screen and (max-width: 1085px) {
    .mycontainer {
    margin: auto;
    }
    
    .myrow {
    display: inline-block;
    margin-bottom: 0;
    }
    
    .card__pay {
    margin: 0 0 20px 0;
    }
    
    .mycontainer {
    padding-left: 15px;
    padding-right: 15px;
    }
    }
    
    @media screen and (max-width: 550px) {
    .mycontainer {
        padding-left: 15px;
        padding-right: 15px;
        }
    
    .card__pay {
        width: 347px;
        height: 215px;
        flex-shrink: 0;
        border-radius: 14.947px;
        background: #fff;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
        transition: 0.3s;
        padding: 15px;
        display: flex;
        flex-direction: column;
        }
    
    .cardimg {
        width: 30px;
        }
        
        .cardname {
        font-size: 17px;
        }
        
    .line {
        width: 135px;
        height: 2px;
        background: #D20222;
        }
        
    .cardtext {
        width: 254px;
        font-size: 12px;
        flex-grow: 1;
        }
    
}

.faq__pay {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #2D3645;
} 

.faq, .faq-light {
    max-width: 1100px;
}

.faq {
    border-bottom: 1px solid #ccc;
}

.faq-light {
    border-bottom: 1px solid #2D3645;
}

.faq:last-child, .faq-light:last-child {
    border-bottom: none;
}

.faq:not(:last-child), .faq-light:not(:last-child)  {
    margin-bottom: 30px;
}

.faq-question {
    position: relative;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding-right: 15px;
}

.faq-question h4 {
    margin-bottom: 15px;
    margin-right: 40px;
    color: #fff;
}
    
.toggle-answer {
    position: absolute;
    right: 0;
    font-size: 1.5em;
    background: none;
    cursor: pointer;
    color: #ccc;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 1px solid #ccc; 
    font-size: 1.5em;
    background-color: transparent;
    line-height: 1;
    display: inline-block;
    }

.toggle-answer:active,
.toggle-answer:focus {
    outline: none;
    border: 1px solid #ccc; 
}
    

.toggle-answer:hover {
    background-color: transparent;
    transition: none;
}

.faq-answer {
    max-height: 0;
    line-height: 1.5;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
    align-items: center;
    color: #FFF;
}

/* Style when answer is active */
.faq-answer.active {
    transition: max-height 0.2s ease-in-out;
}

@media screen and (max-width: 960px) { 
    .faq-question h4 {
        margin-bottom: 15px;
        margin-right: 40px;
    }
}

.faq-question h4,
.faq-answer,
.toggle-answer {
    color: #fff;
    border-color: #ccc;
}

/* Светлая тема */
.faq__pay--light {
    background-color: #f5f5f5; /* Светлый фон */
}

.faq__pay--light .faq-question h4,
.faq__pay--light .faq-answer {
    color: #333; /* Тёмный текст */
}

.faq__pay--light .toggle-answer {
    color: #333; /* Тёмная иконка */
    border: 1px solid #333;
}

.faq__pay--light .toggle-answer:hover {
    background-color: rgba(0, 0, 0, 0.1);
}


.typing {
    max-width: 100%; /* Устанавливаем максимальную ширину */
    display: inline-block; /* Чтобы можно было контролировать ширину */
    word-wrap: break-word; /* Перенос слов, если они не умещаются */
    background: -webkit-linear-gradient(230deg, #6fb9eb, #287ab1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* color: #3498db; */
}


.product-item__title::before {
    content: 'Рекомендуемое оборудование';
    display: block; /* Блочный элемент, чтобы начать с новой строки */
    height: 0; /* Нулевая высота, чтобы он не добавлял дополнительное пространство */
    visibility: hidden; /* Скрыть текст, чтобы он не отображался */
}

@media screen and (max-width: 860px) { /* Используйте более маленький размер экрана, если нужно */
    .product-item__title {
        font-size: 36px; 
        margin-bottom: 20px;
    }
    .product-item__title::before {
        content: 'Рекомендуемое оборудование';
        display: block;
        height: 0;
        visibility: hidden;
        font-size: 36px; /* Убедитесь, что размер шрифта соответствует основному заголовку */
    }
    
    .product-item__title .typing {
        display: none;
    }
}

.product-card-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .product-card-platforma {
    height: 486px;
    width: 422;
    margin-right: 40px;
    margin-bottom: 40px;
  }
  
  .product-card-platforma-1 {
    z-index: 0;
  }
  
  .product-card-platforma-2 {
    background-color: #e5e5e5;
    margin-left: -60px;
    padding-left: 60px;
    z-index: -10;
  }
  
  .product-card-platforma-3 {
    background-color: #d9d9d9;
    margin-left: -60px;
    padding-left: 60px;
    z-index: -20;
  }
  
@media (max-width: 1334px) {
    .product-card-platforma-2 {
      background-color: #e5e5e5;
      margin-left: 0px;
      padding-left: 20px;
    }
    .product-card-platforma-3 {
        background-color: #d9d9d9;
        margin-left: 0;
        padding-left: 20px;
      }
}

@media (max-width: 829px) {
    .product-card-platforma-2 {
        background-color: #e5e5e5;
        margin-left: 0px;
        padding-left: 20px;
      }
    .product-card-platforma-3 {
      background-color: #d9d9d9;
      margin-left: 0;
      padding-left: 20px;
    }
}

@media (max-width: 480px) {
    .product-card-platforma {
        height: 486px;
        width: 422;
        margin-right: 0px;
        margin-bottom: 40px;
        }
    .product-card-platforma-2 {
        background-color: #e5e5e5;
        margin-left: 0;
        padding-left: 20px;
        }
    .product-card-platforma-3 {
        background-color: #d9d9d9;
        margin-left: 0;
        padding-left: 20px;
    }
    .product-small-card {
    margin-right: 0px;
    }
}

/* Исправляем проблему с переносом текста в обращениях */
.table-sm td {
    word-break: break-all;
    word-wrap: break-word;
}


.chistomat-section {
    background-color: #f0f0f0; /* Светлый фон для секции */
    padding-top: 80px;
    padding-bottom: 80px;
} 


.chistomat-block, .ssilka-block, .friend-block, .shoes-block {
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    height: 412px;
}
.chistomat-block {
    background-image: url('/images/cleanomat/Available_Chistomats_picBG.png');
}

.ssilka-block {
    background-image: url('/img/product/ssilka/ssilka_na_zakaz_picBG.webp');
}

.shoes-block {
    background-image: url('/img/product/ssilka/obuv_bg.webp');
}

.friend-block {
    background-image: url('/img/product/friend/invite_friend_picBG.webp');
}

@media screen and (max-width: 859px) {
    .chistomat-block, .ssilka-block, .friend-block, .shoes-block {
        display: none;
    }
}

@media screen and (min-width: 860px) {
    .chistomat-block__mobile, .ssilka-block__mobile, .friend-block__mobile, .shoes-block__mobile {
        display: none;
    }
}

.list__margin {
    margin-bottom: 30px;
}

.chistomat-metal {
    background-image: url('/images/cleanomat/metal_Chistomats_picBG1.webp');
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    height: 412px; /* Adjust height as needed */
}

@media screen and (max-width: 859px) {
    .chistomat-metal {
        display: none;
    }
}

.chistomats {
    position: relative;
    width: 100%;
    height: auto;
    background: url('/img/product/chistomat/ready-cleanomat-main.webp') no-repeat center center;
    background-size: cover;
}

.chistomats__background {
    flex-direction: column;
    padding: 40px 0px 350px 0px;
    background: rgba(0, 0, 0, 0.2); /* Полупрозрачный фон для текста */
}



.bread2 {
    padding: 0px 0px 70px 0px;
}

.bread2 a {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.29;
    margin: 0px 6px 0px 0px;
    color: #fff;
    position: relative;
}

.bread2 a::before {
    content: "/";
    position: absolute;
    font-size: 14px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -8px;
}

@media (min-width: 768px) {
    .bread2 a:hover {
        text-decoration: underline;
    }
}

.bread2 span {
    color: #c5c5c5;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.29;
    display: inline-block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    width: 189px;
}

@media (max-width: 480px) {
    .bread2 {
        padding: 24px 0 40px 0px;
    }
}

.custom-news__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    gap: 20px;
}

.custom-news__item {
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    flex: 1 1 calc(33.333% - 20px);
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
}

.custom-news-item__row {
    display: flex;
    flex-direction: column;
    height: 100%; 
}

.custom-news__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1; 
}

.custom-news__name {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.custom-solutions-item__text {
    font-size: 16px;
    line-height: 1.5;
    color: #252c37;
    flex-grow: 1; 
}

@media (max-width: 768px) {
    .custom-news__row {
        flex-direction: column;
        align-items: center;
    }

    .custom-news__item {
        width: 100%; 
    }
}

.news__row--four {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -10px;
}

.news-item--four {
    flex: 0 0 25%; 
    padding: 10px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 992px) {
    .news-item--four {
        flex: 0 0 50%; 
    }
}

@media (max-width: 580px) {
    .news-item--four {
        flex: 0 0 100%; 
    }
}


.release-notes {
    padding: 60px 0;
    background: #f5f5f5;
  }
  
  .release-notes__row {
    padding: 40px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    grid-auto-rows: 1fr; 
  }
  
  .release-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  
  .release-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  }
  
  .release-card__title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.4; 
    color: #252c37;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
    min-height: calc(1.4em * 2); 
  }
  
  .release-card__text {
    font-size: 1em;
    line-height: 1.5;
  }

  .header-with-version {
    display: flex;
    align-items: center;
    /* gap: -50px; */
  }
  
   .version-container {
    position: relative;
    width: 85px;  
    height: 85px;
    margin-left: 5px;
    flex-shrink: 0;
  }
  
  .version-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: rotate 20s linear infinite;
    transition: animation-duration 0.3s ease;
    z-index: 0;
  }
  
    .version-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-10deg);
    font-size: 25px;
    font-weight: bold;
    color: #252c37;
  }
  
  @keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

 /* дата + глаз + число — в одну строку */
.news__date .news-meta-line{
  display:flex;
  align-items:center;
  gap:10px;
  color:#9e9fb1;         /* как у даты */
}

/* блок просмотров */
.news__date .news-meta-views{
  display:inline-flex;
  align-items:center;
  gap:6px;
  line-height:1;
}

/* иконка */
.news__date .icon-eye{
  width:16px;
  height:16px;
  display:inline-block;
  opacity:.35;
}

.release-btn {
    /* Показ/скрытие */
    display: none;
}

@media (min-width: 1200px) {
    .release-btn {
        /* Отображение */
        display: inline-flex;
        align-items: center;
        justify-content: center;

        /* Позиционирование в шапке */
        margin-left: 8px;

        /* Внешний вид — красная таблетка */
        background: #D20222;
        color: #ffffff;
        border: none;
        border-radius: 25px;
        padding: 0px 18px;
        font-family: "Proxima Nova", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 26px;
        white-space: nowrap;
        text-decoration: none;
        cursor: pointer;

        /* Для shimmer */
        position: relative;
        overflow: hidden;

        transition: background 0.3s ease;
    }

    .release-btn:hover {
        background: #f10f30;
        color: #ffffff;
    }

    /* Shimmer — авто каждые 10с + по наведению */
    .release-btn::after {
        content: '';
        position: absolute;
        top: -50%;
        left: -75%;
        width: 50%;
        height: 200%;
        background: linear-gradient(
            120deg,
            transparent 0%,
            rgba(255, 255, 255, 0.55) 50%,
            transparent 100%
        );
        transform: skewX(-20deg);
        animation: shimmer 5s infinite;
    }

    .release-btn:hover::after {
        animation: shimmer 1.05s ease-in-out forwards;
    }
}

@keyframes shimmer {
    0%    { left: -75%; opacity: 1; }
    5.5%  { left: 125%; opacity: 1; }
    5.51% { left: -75%; opacity: 0; }
    100%  { left: -75%; opacity: 0; }
}

.header__nav-group {
    display: flex;
    align-items: center;
}

