/* NULL */

HTML,
BODY,
DIV,
SPAN,
APPLET,
OBJECT,
IFRAME,
H1,
H2,
H3,
H4,
H5,
H6,
P,
BLOCKQUOTE,
PRE,
A,
ABBR,
ACRONYM,
ADDRESS,
BIG,
CITE,
CODE,
DEL,
DFN,
EM,
FONT,
IMG,
INS,
KBD,
Q,
S,
SAMP,
SMALL,
STRIKE,
STRONG,
TT,
VAR,
B,
U,
I,
CENTER,
DL,
DT,
DD,
OL,
UL,
LI,
FIELDSET,
FORM,
LABEL,
LEGEND {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

SUP,
SUB {
    line-height: 1px;
}

BODY {
    line-height: 1;
}

UL {
    list-style: none;
}

:focus {
    outline: 0;
}

INS {
    text-decoration: none;
}

DEL {
    text-decoration: line-through;
}

input::-moz-focus-inner {
    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
.block {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

a img {
    border: none;
}

img {
    max-width: 100%;
}

.entry img {
    height: auto;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}

input::placeholder {
    color: #bec0c2;
    font-weight: 300;
}

/* WebKit, Edge
   ----------------------------  */
input::-webkit-input-placeholder {
    color: #bec0c2;
}

/* Edge
   ----------------------------  */
input::-ms-input-placeholder {
    color: #bec0c2;
}

/* Firefox 4-18
   ----------------------------  */
input:-moz-placeholder {
    color: #bec0c2;
    opacity: 1;
}

/* Firefox 19+
   ----------------------------  */
input::-moz-placeholder {
    color: #bec0c2;
    opacity: 1;
}

/* IE 10-11
   ----------------------------  */
input:-ms-input-placeholder {
    color: #bec0c2;
}


/* END NULL */

/* HEADERS, TEXT */

h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 51px;
    color: black;
    letter-spacing: -2px;
}

@media (max-width: 1070px) {
    h1 {
        font-size: 21px;
        line-height: 25px;
        letter-spacing: -0.5px;
        margin-top: 20px;
    }
}

h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
    color: black;
    letter-spacing: -2px;
    padding-bottom: 34px;
}

@media (max-width: 1070px) {
    h2 {
        font-size: 21px;
        line-height: 25px;
        letter-spacing: -0.5px;
        padding-bottom: 20px;
    }
}

.h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
    color: black;
    letter-spacing: -2px;
    padding-bottom: 34px;
}

@media (max-width: 1070px) {
    .h2 {
        font-size: 21px;
        line-height: 25px;
        letter-spacing: -0.5px;
        padding-bottom: 20px;
    }
}

h3 {
    font-size: 23px;
    font-weight: 600;
    line-height: 28px;
    color: black;
    letter-spacing: -1px;
    padding-bottom: 10px;
}

@media (max-width: 1070px) {
    h3 {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.6px;
        padding-bottom: 6px;
    }
}

.h3 {
    font-size: 23px;
    font-weight: 600;
    line-height: 28px;
    color: black;
    letter-spacing: -1px;
    padding-bottom: 10px;
    margin: 0;
}

@media (max-width: 1070px) {
    .h3 {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.6px;
        padding-bottom: 6px;
        margin: 0;
    }
}

h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: black;
    letter-spacing: -0.3px;
    margin: 27px 0 12px 0;
}

@media (max-width: 1070px) {
    h4 {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.3px;
        margin: 16px 0 9px 0;
    }
}

.h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: black;
    letter-spacing: -0.3px;
    margin: 27px 0 12px 0;
}

@media (max-width: 1070px) {
    .h4 {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.3px;
        margin: 16px 0 9px 0;
    }
}

p {
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    color: #6F6F6F;
    margin: 12px 0 24px 0;
}

@media (max-width: 1070px) {
    p {
        font-size: 11px;
        line-height: 14px;
        margin: 7px 0 14px 0;
    }
}

.link {
    font-weight: 800;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: black;
    text-decoration: none;
    text-align: left;
}

.link:hover {
    color: #064E76;
}

@media (max-width: 1070px) {
    .link {
        font-size: 10px;
        line-height: 13px;
    }
}

a {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    color: #0B89CE;
    text-decoration: none;
    transition-duration: 0.4s;
}

@media (max-width: 1070px) {
    a {
        font-size: 11px;
        line-height: 14px;
    }
}

a:hover {
    color: #001D2D;
}

/* END HEADERS, TEXT */

/* BASE */

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox {
    margin-bottom: 7px;
}

.checkbox label {
    line-height: 11px;
}

.checkboxes label {
    width: 75px;
}

.checkboxes {
    display: flex;
    gap: 20px;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #E4ECF3;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    transition-duration: 0.4s;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #BED0E2;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 1);
    border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
    border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox:checked+label::before {
    border-color: #b3d7ff;
    background-color: white;
    background-image: url("../img/check.svg");
    background-size: 14px;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
    background-color: #dbe1e7;
    border-color: #dbe1e7;
}


/* для элемента input c type="radio" */
.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.radio {
    margin-bottom: 7px;
}

.radio label {
    line-height: 11px;
}

.radios label {
    width: 75px;
}

.radios {
    display: flex;
    gap: 20px;
}

/* для элемента label связанного с .custom-radio */
.custom-radio+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio+label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #E4ECF3;
    border-radius: 50%;
    margin-right: 0.5em;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    transition-duration: 0.4s;
}

/* стили при наведении курсора на радио */
.custom-radio:not(:disabled):not(:checked)+label:hover::before {
    border-color: #BED0E2;
}

/* стили для активной радиокнопки (при нажатии на неё) */
.custom-radio:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

/* стили для радиокнопки, находящейся в фокусе */
.custom-radio:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 1);
    border-color: #b3d7ff;
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.custom-radio:focus:not(:checked)+label::before {
    border-color: #80bdff;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio:checked+label::before {
    border-color: #b3d7ff;
    background-color: white;
    background-image: url("../img/radio.svg");
    background-size: 6px;
}

/* стили для радиокнопки, находящейся в состоянии disabled */
.custom-radio:disabled+label::before {
    background-color: #dbe1e7;
    border-color: #dbe1e7;
}


.line {
    width: 1068px;
    height: 1px;
    margin: 0 auto;
    background-color: #DAF1EF;
}

.breadcrumb {
    padding: 25px 0
}

@media (max-width: 1070px) {
    .breadcrumb {
        display: none;
    }
}

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

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

.breadcrumb__link {
    font-size: 13px;
    font-weight: 500;
    color: #A7A7A7;
    opacity: 0.8;
}

.breadcrumb__link:hover {
    color: #414141;
}

.breadcrumb__item+.breadcrumb__item::before {
    content: '>';
    display: block;
    padding: 0 6px;
    font-size: 13px;
    font-weight: 300;
    color: #A7A7A7;
    opacity: 0.8;
}

.ul {
    list-style: circle;
    padding-left: 5px;
    padding-top: 2px;
}

.ul li {
    margin-bottom: 12px;
    padding: 0 0 0 24px;
}

@media (max-width: 1070px) {
    .ul li {
        margin-bottom: 12px;
        padding: 0 0 0 14px;
    }
}


.ul li::marker {
    content: url(../img/marker.svg);
}

.ul-files {
    list-style: circle;
    padding-left: 5px;
    padding-top: 2px;
    margin-left: 10px;
}

.ul-files li {
    margin-bottom: 20px;
    padding: 0 0 0 16px;
}

.ul-files li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.3px;
}

.ul-files li::marker {
    content: url(../img/ul-files.svg);
}

li {
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    color: #6F6F6F;
}

@media (max-width: 1070px) {
    li {
        font-size: 11px;
        line-height: 14px;
    }
}

/* END BASE */

/* SLIDERS */

/*        Верхний слайдер главной */

.slider-head {
    position: relative;
    width: 534px;
    height: auto;
    overflow: hidden;
}

@media (max-width: 1070px) {
    .slider-head {
        max-width: 768px;
        min-width: 290px;
        height: 311px;
        margin-bottom: 20px;
    }
}

.slider-head__line {
    position: relative;
    display: flex;
    height: 433px;
    left: 0;
    transition-duration: 0.4s;
}

@media (max-width: 1070px) {
    .slider-head__line {
        height: 311px;
    }
}

.slider-head__line_slide {
    position: relative;
    width: 534px;
    height: 433px;
}

@media (max-width: 1070px) {
    .slider-head__line_slide {
        height: 311px;
        max-width: 768px;
        min-width: 290px;
    }
}

.slider-head__line_slide_head {
    font-size: 23px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -1px;
    color: white;
    width: 335px;
    margin: 0;
}

@media (max-width: 1070px) {
    .slider-head__line_slide_head {
        width: 180px;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.6px;
    }
}

.slider-head__line_slide_img {
    position: absolute;
    top: 0;
    z-index: 1;
}

.slider-head__line_slide_img img {
    width: 534px;
    height: 433px;
    object-fit: cover;
}

@media (max-width: 1070px) {
    .slider-head__line_slide_img img {
        height: 311px;
        max-width: 768px;
        min-width: 290px;
    }
}

.slider-head__line_slide_bg {
    width: 534px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #001D2D;
    opacity: 0.7;
    z-index: 2;
}

.slider-head__line_slide_cont {
    display: block;
    position: relative;
    width: 474px;
    height: 373px;
    padding: 30px;
    z-index: 3;
}

@media (max-width: 1070px) {
    .slider-head__line_slide_cont {
        min-width: 290px;
        max-width: 768px;
        padding: 18px 12px;
        height: 311px;
    }
}

.slider-head__line_slide_p {
    width: 276px;
    font-weight: 400;
    color: white;
    opacity: 1;
    margin-top: 35px;

}

@media (max-width: 1070px) {
    .slider-head__line_slide_p {
        width: 200px;
        font-weight: 400;
        font-size: 11px;
        line-height: 14px;
        margin-top: 13px;
    }
}

.slider-head__line_slide_cont .btn {
    position: absolute;
    bottom: 30px;
    border-color: white;
    width: 235px;
    color: white;
    background: url(../img/arrow-btn-media.svg) no-repeat 153px 18px;
    padding: 14px 44px 14px 30px;
}

@media (max-width: 1070px) {
    .slider-head__line_slide_cont .btn {
        width: auto;
        font-weight: 400;
        font-size: 11px;
        line-height: 14px;
        bottom: 50px;
        background: url(../img/arrow-btn-media.svg) no-repeat 107px 11px;
    }
}

.slider-head__line_slide_cont .btn:hover {
    border-color: white;
    color: white;
    opacity: 0.5;
}

.slider-head_next,
.slider-head_prev {
    position: absolute;
    top: 30px;
    left: 459px;
    z-index: 999;
    background: url(../img/arrow-slider1.svg) no-repeat center center;
    border-color: white;
    width: 45px;
    padding: 0;
}

@media (max-width: 1070px) {

    .slider-head_next,
    .slider-head_prev {
        width: 40px;
        height: 40px;
        top: 18px;
        left: 282px;
    }
}

.slider-head_next:hover,
.slider-head_prev:hover {
    opacity: 0.5;
    border-color: white;
}

.slider-head_prev {
    top: 30px;
    left: 415px;
    transform: rotate(180deg);
}

@media (max-width: 1070px) {
    .slider-head_next {
        top: 18px;
        left: 277px;
    }
}

@media (max-width: 1070px) {
    .slider-head_prev {
        top: 18px;
        left: 238px;
        transform: rotate(180deg);
    }
}


.slider-head__line {
    position: relative;
    display: flex;
    height: 433px;
    left: 0;
    transition-duration: 0.4s;
}

/*         END Верхний слайдер главной */

/*         Слайдер-свайпер каталога, новостей, лицензии главной */
.slide-block {
    width: 265px;
    margin: 0 2px 42px 0;
    box-sizing: border-box;
}

@media (max-width: 1070px) {
    .slide-block {
        width: 148px;
    }
}

.slide-block-news,
.slide-block-licen {
    width: 263px;
    margin: 0 4px 42px 0;
    box-sizing: border-box;
    transition-duration: 0.4s;
}

@media (max-width: 1070px) {

    .slide-block-news,
    .slide-block-licen {
        width: 176px;
    }
}

.slide-block-licen:hover {
    opacity: 0.5;
}

.slide-block__card {
    display: block;
    height: 190px;
    background-color: white;
    text-align: center;
    color: #000;
    margin-bottom: 2px;
    padding: 20px 10px 10px 10px;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
}

.slide-block__card-news {
    position: relative;
    display: block;
    height: 266px;
    background-color: white;
    text-align: center;
    padding-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    overflow: hidden;
}

.slide-block__card-licen {
    position: relative;
    display: block;
    height: 266px;
    background-color: #F1F6FB;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    overflow: hidden;
}

@media (max-width: 1070px) {
    .slide-block__card-licen {
        height: 258px;
    }
}

.slide-block__card-news:hover {
    border: 1px solid #0B89CE;
}

.slide-block__card:hover {
    color: #0B89CE;
    border: 1px solid #0B89CE;
}

.slide-block__card_img {
    width: 110px;
    height: 110px;
    margin: 0 auto 7px auto;
    overflow: hidden;
}

.slide-block__card_img-news {
    width: 261px;
    height: 119px;
    margin-bottom: 17px;
    overflow: hidden;
}

.slide-block__card_img-licen {
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 200px;
    height: 204px;
    overflow: hidden;
}

.slide-block__card_img img,
.slide-block__card_img-news img,
.slide-block__card_img-licen img {
    min-width: 100%;
    min-height: 100%;
    flex-shrink: 0;
}

.slide-block__card-news_head {
    width: 222px;
    color: #0B89CE;
    font-weight: 500;
    line-height: 19px;
    margin: 0 auto 17px auto;
}

@media (max-width: 1070px) {
    .slide-block__card-news_head {
        width: 134px;
        line-height: 12px;
    }
}

.slide-block__card-licen_head {
    width: 150px;
    color: #506F80;
    font-weight: 500;
    line-height: 19px;
    margin: 0 auto;
    padding-top: 30px;
}

@media (max-width: 1070px) {
    .slide-block__card-licen_head {
        padding: 20px 12px;
        padding-top: 14px;
    }
}

.slide-block__card-news_data {
    position: absolute;
    bottom: 20px;
    left: 57px;
    width: 150px;
    opacity: 0.3;
    text-align: center;
    margin: 0;
}

@media (max-width: 1070px) {
    .slide-block__card-news_data {
        width: 70px;
    }
}

.arrows {
    position: absolute;
    display: flex;
    gap: 2px;
    transform: translateY(-50%);
    width: 92px;
    height: 45px;
    top: -47px;
    right: 0;
}

@media (max-width: 1070px) {
    .arrows {
        right: -18px;
        top: -29px;
    }
}


.next,
.prev {
    width: 45px;
    height: 45px;
    background: url(../img/arrow-slider2.svg) no-repeat;
    z-index: 10;
    cursor: pointer;
}

@media (max-width: 1070px) {
    .prev {
        margin-top: 4px;
        margin-right: -8px;
    }
}

@media (max-width: 1070px) {

    .next,
    .prev {
        width: 40px;
        height: 40px;
        background-size: 90%;
    }
}

.next:hover,
.prev:hover {
    opacity: 0.5;
}

.next {
    transform: rotate(-180deg);
}

/*         END Слайдер-свайпер каталога главной */

/* END SLIDERS */

/* HOME */

.first-screen {
    display: flex;
    padding: 45px 0 50px 0;
}

@media (max-width: 1070px) {
    .first-screen {
        display: block;
        padding: 22px 0 0 0;
    }
}

.first-screen__header {
    width: 500px;
    margin-right: 35px;
}

@media (max-width: 1070px) {
    .first-screen__header {
        margin-right: 0;
        width: auto;
        margin-bottom: 28px;
    }
}

@media (max-width: 1070px) {
    .first-screen__header h1 {
        margin-top: 0;
    }
}

.data {
    padding: 50px 0;
}

@media (max-width: 1070px) {
    .data {
        padding: 20px 0 0 0;
    }
}

.data h2 {
    padding-bottom: 42px;
}

@media (max-width: 1070px) {
    .data h2 {
        padding-bottom: 20px;
    }
}


.data li {
    display: flex;
    width: 267px;
}

@media (max-width: 1070px) {
    .data li {
        width: 150px;
        margin-bottom: 25px;
    }
}

.data ul {
    display: flex;
}

@media (max-width: 1070px) {
    .data ul {
        flex-wrap: wrap;
    }
}

.data-line {
    width: 1px;
    height: 96px;
    background-color: #ABDDD9;
    margin-right: 25px;
}

@media (max-width: 1070px) {
    .data-line {
        height: 59px;
        margin-right: 12px;
    }
}

.data__cont {
    position: relative;
}

.data__cont p {
    position: absolute;
    bottom: 0px;
    color: #000;
    width: 213px;
    margin: 0 0 -5px 0;
}

@media (max-width: 1070px) {
    .data__cont p {
        width: 130px;
    }
}

.data__cont h3 {
    color: #0B89CE;
    margin-top: -9px;
    padding-bottom: 0;
}

@media (max-width: 1070px) {
    .data__cont h3 {
        width: 130px;
        margin-top: -3px;
    }
}

.bg-service-media-data {
    background-image: url(../img/back-lines3.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

.service-media {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 70px 0;
}

@media (max-width: 1070px) {
    .service-media {
        display: block;
        padding: 14px 0 34px 0;
    }
}

@media (max-width: 1070px) {
    .service {
        margin-bottom: 34px;
    }
}

.service-media h2 {
    padding-bottom: 40px;
}

@media (max-width: 1070px) {
    .service-media h2 {
        padding-bottom: 14px;
    }
}

.service button {
    display: block;
    width: 267px;
    height: 128px;
    margin-bottom: -1px;
    background: url(../img/arrow-btn.svg) no-repeat 220px center;
    padding: 20px 40px 20px 34px;
    text-align: left;
}

@media (max-width: 1070px) {
    .service button {
        height: 69px;
    }
}

.service button:hover {
    background: url(../img/arrow-btn-hov.svg) no-repeat 220px center;
}

.media {
    width: 534px;
}

@media (max-width: 1070px) {
    .media {
        width: 280px;
    }
}

.media ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}



.media a {
    display: block;
    position: relative;
    width: 267px;
    height: 190px;
}

@media (max-width: 1070px) {
    .media a {
        width: 140px;
        height: 100px;
    }
}

.media li p {
    position: relative;
    text-align: left;
    color: white;
    padding: 20px;
    background: url(../img/arrow-btn-media.svg) no-repeat 230px 22px;
    margin: 0;
    z-index: 999;
}

@media (max-width: 1070px) {
    .media li p {
        width: 100px;
        background: none;
    }
}


.media li p:hover {
    color: white;
    opacity: 0.5;
}

.media__bg1 {
    width: 267px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #001D2D;
    opacity: 0.7;
    cursor: pointer;
    transition-duration: 0.4s;
    z-index: 2;
}

@media (max-width: 1070px) {
    .media__bg1 {
        width: 140px;
    }
}

.media__bg1:hover {
    background-color: #0B89CE;
    opacity: 0.8;
}

.media__bg2 {
    position: absolute;
    top: 0;
    width: 267px;
    height: 190px;
    z-index: 1;
}

@media (max-width: 1070px) {
    .media__bg2 {
        width: 140px;
    }
}

.media__bg2 img {
    object-fit: cover;
}

.catalog-home {
    padding: 40px 0;
}

@media (max-width: 1070px) {
    .catalog-home {
        padding: 20px 12px;
    }
}

@media (max-width: 1070px) {
    .catalog-home .container {
        width: 320px;
        padding: 20px 12px;
    }
}

.catalog-home h2 {
    padding-bottom: 32px;
}

@media (max-width: 1070px) {
    .catalog-home h2 {
        padding-bottom: 20px;
    }
}

@media (max-width: 1070px) {
    .gray-bg .container {
        width: 350px;
        padding: 20px 12px;
    }
}

.about-home {
    display: flex;
    padding: 50px 0 70px 0;
}

@media (max-width: 1070px) {
    .about-home {
        display: block;
        padding: 30px 0 0 0;
        width: 340px;
    }
}

.bg-about-home {
    background-image: url(../img/back-lines2.svg);
    background-repeat: no-repeat;
    background-position: left top;
}

.about-home_col1 {
    width: 434px;
    height: 605px;
    padding-right: 100px;
}

@media (max-width: 1070px) {
    .about-home_col1 {
        width: 340px;
        height: auto;
        padding-right: 0;
    }
}

@media (max-width: 1070px) {
    .about-home_col1 h2 {
        padding-top: 22px;
    }
}

@media (max-width: 1070px) {
    .licen-home-mob {
        padding-top: 22px;
        padding-bottom: 22px;
    }
}



.about-home_col1 p {
    width: 370px;
    color: #000;
}

@media (max-width: 1070px) {
    .about-home_col1 p {
        width: 340px;
        height: auto;
        padding-right: 0;
    }
}

.about-home_col2 {
    position: relative;
    width: 534px;
    height: 605px;
    background-size: cover;
    overflow: hidden;
}

@media (max-width: 1070px) {
    .about-home_col2 {
        width: 340px;
        height: auto;
        margin-top: 28px;
    }
}

.about-home_col2_cont {
    position: relative;
    padding: 30px;
    z-index: 3;
}

@media (max-width: 1070px) {
    .about-home_col2_cont {
        padding: 20px;
    }
}

.about-home_col2_cont h3,
.about-home_col2_cont p {
    color: white;
}

.about-home_col2_cont h3 {
    width: 420px;
    font-weight: 500;
}

@media (max-width: 1070px) {
    .about-home_col2_cont h3 {
        width: 300px;
    }
}

.about-home_col2_cont p {
    width: 400px;
}

@media (max-width: 1070px) {
    .about-home_col2_cont p {
        width: 300px;
    }
}

.about-home_col2_bg1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #001D2D;
    opacity: 0.7;
    z-index: 2;
}

.about-home_col2_bg2 {
    position: absolute;
    top: 0;
    width: 534px;
    height: 605px;
    background: url(../demo/slide-head1.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}

/* END HOME */

/* PRODUCT */

.view-slider {
    padding-top: 50px;
}

@media (max-width: 1070px) {
    .view-slider {
        padding-top: 0px;
    }
}

.product {
    display: flex;
    padding-top: 30px;
}

@media (max-width: 1070px) {
    .product {
        display: block;
        padding-top: 18px;
    }
}

.product__photos {
    width: 534px;
    height: 439px;
    margin-right: 40px;
}

@media (max-width: 1070px) {
    .product__photos {
        width: 360px;
        height: auto;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.slider-product {
    display: grid;
    grid-template-columns: 1fr;
    width: 534px;
    position: relative;
    object-fit: cover;
}

.slider-product>img {
    width: 439px;
    height: 439px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    border: 2px solid #F1F6FB;
    margin-left: 94px;
}

@media (max-width: 1070px) {
    .slider-product>img {
        width: 239px;
        height: 339px;
    }
}

.slider-product input[name='slide_switch'] {
    display: none;
}

.slider-product label {
    margin: 0 0 7px 0;
    float: left;
    cursor: pointer;
    transition: all 0.5s;
    width: 73px;
    height: 73px;
    border: 2px solid #F1F6FB;
    object-fit: cover;
}

.slider-product label img {
    display: block;
    transition-duration: 0.5s;
    width: 73px;
    height: 73px;
}

.slider-product label img:hover {
    opacity: 0.5;
}


.slider-product input[name='slide_switch']:checked+label {
    border: 2px solid #0B89CE;
    opacity: 1;
}

.slider-product input[name='slide_switch']~img {
    opacity: 0;
    transform: scale(1.1);
}

.slider-product input[name='slide_switch']:checked+label+img {
    opacity: 1;
    transform: scale(1);
}

.product__info__col1 {
    width: 414px;
    background-color: #F1F6FB;
    padding: 30px 40px;
}

@media (max-width: 1070px) {
    .product__info__col1 {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
}

.product__info__col1_row1,
.product__info__col1_row2 {
    display: flex;
}

.product__info__col1_row1 .h3 {
    width: 185px;
    margin: 0;
}

.product__info__col1_row1_nds {
    font-size: 11px;
    margin: 0;
    padding-top: 11px;
}

@media (max-width: 1070px) {
    .product__info__col1_row1_nds {
        padding-top: 4px;
    }
}


.product__info__col1_stripe {
    height: 1px;
    background-color: #E4ECF3;
    margin: 7px 0 16px 0;
}

.product__info__col1_row2_art {
    width: 185px;
    font-size: 11px;
    margin: 0;
    color: #000;
    font-weight: 600;
}

.product__info__col1_row2 .link {
    color: #0A9E4A;
    margin: 0;
    padding-top: 3px;
}

@media (max-width: 1070px) {
    .product__info__col1_row2 .link {
        padding-top: 0;
    }
}

.product__info__col2 {
    width: 410px;
    border: 2px solid #F1F6FB;
    padding: 26px 40px;
}

@media (max-width: 1070px) {
    .product__info__col2 {
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
        background-color: white;
    }
}

.product__info__col2 form {
    display: flex;
}

.count {
    width: 130px;
    height: 45px;
    position: relative;
    background: #fff;
    border: 1px solid #F1F6FB;
    margin-right: 51px;
}

@media (max-width: 1070px) {
    .count {
        width: 130px;
        height: 38px;
        margin-right: 20px;
    }
}

.count_m {
    width: 43px;
    height: 45px;
    border: 0;
    background: url('../img/count_m.svg') no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    transition-duration: 0.4s;
}

@media (max-width: 1070px) {
    .count_m {
        width: 34px;
        height: 38px;
        background: url('../img/count_m.svg') no-repeat center;
    }
}

.count_p {
    width: 43px;
    height: 45px;
    border: 0;
    background: url('../img/count_p.svg') no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    transition-duration: 0.4s;
}

@media (max-width: 1070px) {
    .count_p {
        width: 34px;
        height: 38px;
        background: url('../img/count_p.svg') no-repeat center;
    }
}

.count_i {
    width: 23px;
    height: 45px;
    border: 0;
    background: none;
    position: absolute;
    top: -1px;
    left: 52px;
    font-size: 15px;
    text-align: center;
    padding: 0;
}

@media (max-width: 1070px) {
    .count_i {
        top: -4px;
    }
}


.count input:hover,
span:hover {
    opacity: 0.5;
    border: none;
}

.product__info__col2 button {
    width: 230px;
    color: white;
    background-color: #0A9E4A;
    border: 1px solid #0A9E4A;
}

.product__info__col2 button:hover {
    background-color: #075F2D;
    border: 1px solid #075F2D;
    color: white;
}

@media (max-width: 1070px) {
    .product__info__col2 button {
        width: 136px;
        height: 38px;
    }
}

.product__info__specifications {
    margin-top: 20px;
}

.product__info__specifications span:nth-child(odd) {
    display: block;
    font-weight: 500;
    width: 223px;
    font-size: 11px;
    line-height: 24px;
    opacity: 0.6;
}

.product__info__specifications span:nth-child(2n) {
    display: block;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
}

.product__info__specifications li {
    display: flex;
    margin-bottom: 7px;
}

.product__info__specifications_link {
    font-size: 11px;
    font-weight: 700;
}

.product_stripe {
    width: 100%;
    height: 2px;
    background-color: #F1F6FB;
    margin: 30px 0 64px 0;
}

@media (max-width: 1070px) {
    .product_stripe {
        display: none;
    }
}

.description {
    width: 758px;
    box-sizing: border-box;
}

@media (max-width: 1070px) {
    .description {
        width: 336px;
    }
}


.tabs-border {
    height: 45px;
    display: flex;
    gap: 10px;
    padding-bottom: 3px;
    justify-content: space-between;
    width: 164px;
    margin: -8px 0 -6px 0;
}

@media (max-width: 1070px) {
    .tabs-border {
        width: 336px;
        margin: 30px 0 -28px 0;
        overflow-x: auto;
        height: 55px;
        padding-top: 12px;
    }
}

@media (max-width: 1070px) {
    .tabs-border::-webkit-scrollbar {
        display: none;
    }
}


.tab-prod {
    margin: 0;
}

.tablinks,
.tablinks2,
.tablinks3,
.tablinks4,
.tablinks5 {
    font-size: 16px;
    line-height: 20px;
    color: #506F80;
    border: none;
    cursor: pointer;
    padding: 13px 30px;
    background-color: #F1F6FB;
    border: 2px solid #F1F6FB;
    box-sizing: border-box;
}

@media (max-width: 1070px) {
    .tablinks,
    .tablinks2,
    .tablinks3,
    .tablinks4,
    .tablinks5 {
        padding: 9px 20px;
        flex: 0 0 auto;
    }
}

.tablinks:hover,
.tablinks2:hover,
.tablinks3:hover,
.tablinks4:hover,
.tablinks5:hover {
    color: #064E76;
    background-color: #E1EAF2;
    border: 2px solid #E1EAF2;
}

.tablinks.active,
.tablinks2.active,
.tablinks3.active,
.tablinks4.active,
.tablinks5.active {
    border: 2px solid #F1F6FB;
    border-bottom: 2px solid #FFFFFF;
    color: #000;
    background-color: white;
}

.tabcontent,
.tabcontent2,
.tabcontent3,
.tabcontent4,
.tabcontent5 {
    display: none;
}

.tabcontent.active,
.tabcontent2.active,
.tabcontent3.active,
.tabcontent4.active,
.tabcontent5.active {
    display: block;
}

.description__description {
    width: 758px;
    padding: 30px;
    box-sizing: border-box;
    border: 2px solid #F1F6FB;
    margin-top: -14px;
}

@media (max-width: 1070px) {
    .description__description {
        width: 336px;
        padding: 20px;
    }
}

.description__description p:first-child {
    margin-top: 0;
}

.description__description__table-specifications {
    border: 2px solid #F1F6FB;
}

.description__description__table-specifications .h4 {
    margin: 0;
    padding: 8px 20px;
    background-color: #F1F6FB;
}

.description__description__table-specifications__cont {
    padding: 20px;
}

.description__description__table-specifications__cont_row {
    display: flex;
    border-bottom: 1px solid #F1F6FB;
    margin-bottom: 19px;
}

@media (max-width: 1070px) {
    .description__description__table-specifications__cont_row {
        flex-wrap: wrap;
    }
}

.description__description__table-specifications__cont .link {
    width: 200px;
    cursor: auto;
}

.description__description__table-specifications__cont .link:hover {
    color: #000;
}

.description__description__table-specifications__cont span:nth-child(odd) {
    font-size: 11px;
    display: block;
    width: 267px;
}

@media (max-width: 1070px) {
    .description__description__table-specifications__cont span:nth-child(odd) {
        width: 130px;
    }
}

.description__description__table-specifications__cont span:nth-child(2n) {
    font-size: 11px;
    color: #000;
}


.description__description__table-specifications__cont li {
    display: flex;
    margin-bottom: 14px;
}

@media (max-width: 1070px) {
    .description__description__table-specifications__cont li {
        margin-bottom: 5px;
    }
}

.description__description__table-specifications__cont ul {
    margin-bottom: 6px;
}

.description_accessories {
    display: flex;
    gap: 40px;
}

@media (max-width: 1070px) {
    .description_accessories {
        display: block;
    }
}

.accessories {
    padding-top: 18px;
}

@media (max-width: 1070px) {
    .accessories {
        margin: 20px 0 20px 0;
    }
}

.accessories ul {
    margin-top: -10px;
}

.accessories .h3 {
    margin: 0 0 0 0;
}

.accessories li {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #F1F6FB;
    margin-top: 20px;
}

.accessories-li__img {
    min-width: 122px;
    height: 122px;
    border: 2px solid #F1F6FB;
    margin-right: 13px;
}

.accessories li img {
    width: 122px;
    height: 122px;
    box-sizing: border-box;
    object-fit: cover;
}

.accessories-li__cont_title {
    color: #000;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    margin: 0 0 13px 0;
}

.accessories-li__cont_price {
    color: #000;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    margin: 0 0 4px 0;
}

.accessories-li__cont_status {
    color: #0A9E4A;
    font-weight: 800;
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 6px 0;
}

.accessories-li__cont .btn {
    width: 131px;
    height: 34px;
    font-size: 11px;
    padding: 8px;
}

.view_swiper-container .output__products__prod {
    width: 267px;
}

@media (max-width: 1070px) {

    .view_swiper-container .output__products__prod,
    .view_swiper-container .slide-block {
        width: 166px;
    }
}

.view_swiper-container .slide-block {
    margin: 0 0 42px 0;
}

@media (max-width: 1070px) {
    .view_swiper-container .arrows {
        top: -38px;
    }
}

.view_swiper-container {
    margin-bottom: 40px;
}


/* END PRODUCT */

/* CATALOG  */

.categories {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #F1F6FB;
    width: 1066px;
}

@media (max-width: 1070px) {
    .categories {
        width: 320px;
    }
}

.categories__card {
    display: block;
    width: 266.5px;
    height: 190px;
    background-color: white;
    text-align: center;
    color: #000;
    padding: 20px 10px 10px 10px;
    box-sizing: border-box;
    border: 1px solid #F1F6FB;
}

@media (max-width: 1070px) {
    .categories__card {
        width: 160px;
    }
}

.categories__card:hover {
    color: #0B89CE;
    border-color: #0B89CE;
}

.bg-banner {
    width: 100%;
    background-color: #F1F6FB;
    padding: 50px 0;
    margin-top: 44px;
}

@media (max-width: 1070px) {
    .bg-banner {
        padding: 0;
        margin-top: 20px;
        background: url(..demo/banner1.jpg);
    }
}

.banner {
    height: 290px;
    display: flex;
    gap: 40px;
    background-color: #506F80;
    overflow: hidden;
}

.banner_img {
    width: 690px;
    height: 290px;
}

@media (max-width: 1070px) {
    .banner_img {
        display: none;
    }
}

.banner_cont {
    position: relative;
    background: url(../img/bg-banner.svg) right top;
}

@media (max-width: 1070px) {
    .banner_cont {
        padding: 0 14px;
    }
}

.banner_cont .h3 {
    color: white;
    margin-top: 38px;
    font-weight: 400;
}

.banner_cont .h2 {
    color: white;
    margin: 0;
}

.banner_cont .btn {
    position: absolute;
    bottom: 40px;
    border-color: white;
    width: 235px;
    color: white;
    background: url(../img/arrow-btn-media.svg) no-repeat 153px 18px;
    padding: 14px 44px 14px 30px;
    margin-left: 2px;
}

@media (max-width: 1070px) {
    .banner_cont .btn {
        background: url(../img/arrow-btn-media.svg) no-repeat 151px 10px;
    }
}

.banner_cont .btn:hover {
    border-color: white;
    color: white;
    opacity: 0.5;
}

.categories-gap {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin: 40px 0 60px 0;
}

.categories-gap_row .h3 {
    margin-bottom: 10px;
}

/* END CATALOG */

/* CATEGORY */
@media (max-width: 1070px) {
    .asides {
        display: none;
    }
}

.category {
    display: flex;
    gap: 36px;
    margin: 30px 0 70px 0;
}

@media (max-width: 1070px) {
    .category {
        display: block;
        margin: 18px 0 40px 0;
    }
}

#brands,
#brands-mob_cont {
    width: 230px;
    background: #506F80;
    padding: 30px 30px 8px 30px;
    box-sizing: border-box;
}

.brands__dropdown .brands__dropdown-menu {
    display: none;
}

.brands__dropdown {
    margin-bottom: 22px;
}

.brands__dropdown-menu {
    margin-top: 4px;
}

.brands__dropdown-toggle {
    display: block;
    width: 170px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.3px;
    color: #FFFFFF;
}

.brands__dropdown-toggle:hover {
    color: #FFFFFF;
    opacity: 0.5;
}

.brands__dropdown.open .brands__dropdown-menu {
    display: block;
}

.brands__dropdown-toggle::after {
    content: url('../img/arrow-brands.svg');
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    float: right;
}

.brands__dropdown.open .brands__dropdown-toggle::after {
    transform: rotate(180deg);
    margin-top: 3px;
}

.brands__dropdown-menu li a {
    line-height: 24px;
    color: white;
}

.brands__dropdown-menu li a:hover {
    color: white;
    opacity: 0.5;
}

.brands__dropdown-menu li {
    padding-left: 18px;
    border-left: 1px solid white;
}

#filter,
#filter-mob_cont {
    margin-top: 23px;
    width: 230px;
    background: #F1F6FB;
    box-sizing: border-box;
    padding: 30px;
}


#filter .h4 {
    margin: 0 0 13px 0;
}

.filt {
    padding: 18px 0;
    border-bottom: 1px solid #E4ECF3;
}

.filt__price {
    position: relative;
    display: flex;
    gap: 20px;
}

.filt__price input {
    height: 40px;
    width: 75px;
    font-size: 11px;
    box-sizing: border-box;
    padding: 9px 8px;
    text-align: center;
}

.filt__price_dash {
    position: absolute;
    top: 34px;
    left: 47%;
}

.off-btn {
    width: 170px;
    color: #DF6767;
    border-color: #E7B5B5;
    padding: 14px 10px;
    margin-top: 18px;
}

.off-btn:hover {
    color: #801818;
    border-color: #c77777;
}

.output__header {
    display: flex;
    gap: 30px;
    margin-bottom: 14px;
}

.output__header h3 {
    width: 390px;
    margin-top: -6px;
}

@media (max-width: 1070px) {
    .output__header h3 {
        width: 140px;
        margin-top: 6px;
    }
}

.output__sort {
    display: flex;
    gap: 30px;
    margin-top: 8px;
}

@media (max-width: 1070px) {
    .output__sort {
        display: none;
    }
}

@media (min-width: 1071px) {
    #sort-mob {
        display: none;
    }
}

.output__sort .link {
    color: #506F80;
}

.output__sort_checked {
    margin-top: -2px;
}

.output__sort_checked .link {
    color: #000;
    background: url(../img/sort.svg) no-repeat right center;
    padding-right: 17px;
}

.select_sort_mob {
    padding: 0 12px;
    width: 176px;
    height: 35px;
    border: 1px solid #000000;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: url(../img/sort.svg) no-repeat 133px center;
    background-color: #FFFFFF;
    float: right;
}

.output__products {
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    border: 1px solid #F1F6FB;
    box-sizing: border-box;
}

@media (max-width: 1070px) {
    .output__products {
        width: 334px;
    }
}

.output__products__prod {
    display: block;
    width: 266px;
    height: 403px;
    background-color: white;
    text-align: center;
    color: #000;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #F1F6FB;
}

@media (max-width: 1070px) {
    .output__products__prod {
        width: 166px;
        padding: 18px;
        height: auto;
    }
}

.output__products__prod:hover {
    color: #0B89CE;
    box-sizing: border-box;
    border: 1px solid #0B89CE;
}

.output__products__prod_img {
    width: 208px;
    height: 152px;
    margin: 0 auto 13px auto;
    overflow: hidden;
}

@media (max-width: 1070px) {
    .output__products__prod_img {
        width: 100px;
        height: 100px;
    }
}

.output__products__prod_img img {
    min-width: 100%;
    min-height: 100%;
}

.output__products__prod .h4 {
    height: 44px;
    margin: 0 0 13px 0;
}

.output__products__prod .h4:hover {
    color: #0B89CE;
}

.param__list {
    width: 206px;
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

@media (max-width: 1070px) {
    .param__list {
        width: 128px;
    }
}

.param__item {
    display: flex;
    justify-content: center;
}

.param__p {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    opacity: 0.5;
    margin: 0;
    padding: 0;
}

@media (max-width: 1070px) {
    .param__p {
        font-size: 8px;
        opacity: 0.7;
    }
}

.param__item+.param__item::before {
    content: '/';
    display: block;
    padding: 0 2px;
    font-size: 13px;
    font-weight: 300;
    color: #000;
    opacity: 0.5;
}

@media (max-width: 1070px) {
    .param__item+.param__item::before {
        font-size: 7px;
        padding: 0 1px;
        opacity: 0.9;
    }
}

.output__products__prod_stripe {
    width: 100%;
    height: 1px;
    background-color: #F2F2F2;
    margin: 13px 0 13px 0;
}

@media (max-width: 1070px) {
    .output__products__prod_stripe {
        margin: 10px 0 4px 0;
    }
}

.output__products__prod_art-have {
    display: flex;
    justify-content: space-between;
}

.output__products__prod_art {
    font-size: 11px;
    color: #000;
    opacity: 0.6;
    line-height: 15px;
    margin: 0;
}

@media (max-width: 1070px) {
    .output__products__prod_art {
        font-size: 8px;
        opacity: 0.8;
    }
}

.output__products__prod_art-have .link {
    color: #0A9E4A;
    margin: 0;
}

@media (max-width: 1070px) {
    .output__products__prod_art-have .link {
        font-size: 9px;
        line-height: 16px;
    }
}

.output__products__prod_art-have .under-order .link {
    color: #506F80;
}

.output__products__prod_price-btn {
    display: flex;
    margin-top: 13px;
}

@media (max-width: 1070px) {
    .output__products__prod_price-btn {
        display: block;
    }
}

.output__products__prod_price {
    width: 107px;
    height: 42px;
    border-top: 2px solid #F2F2F2;
    border-left: 2px solid #F2F2F2;
    border-bottom: 2px solid #F2F2F2;
    text-align: center;
}

@media (max-width: 1070px) {
    .output__products__prod_price {
        border-bottom: none;
        border-right: 2px solid #F2F2F2;
        width: 98%;
        height: 32px;
    }
}

.output__products__prod_price .h4 {
    margin: 11px auto;
}

@media (max-width: 1070px) {
    .output__products__prod_price .h4 {
        margin: 6px auto;
    }
}



.output__products__prod_price-btn button {
    width: 100px;
    padding: 14px 10px;
}

@media (max-width: 1070px) {
    .output__products__prod_price-btn button {
        width: 100%;
    }
}

.output .btn {
    border-color: #F7F7F7;
    background: url(../img/arrow-catbtn.svg) no-repeat 449px 16px;
    color: #506F80;
    margin-top: 20px;
    background-color: #F7F7F7;
}

@media (max-width: 1070px) {
    .output .btn {
        background: url(../img/arrow-catbtn.svg) no-repeat 213px 7px;
        background-color: #F7F7F7;
    }
}

.output__btn-mob {
    margin-bottom: 20px;
}

.output__btn-mob__brands {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px 20px;
    gap: 3px;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    color: white;
    background: #506F80;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 7px;
}

.output__btn-mob__filter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px 20px;
    gap: 6px;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    color: #0A9E4A;
    background: white;
    border: 1px solid #0A9E4A;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 7px;
}

#brands-mob .popup_menu__body {
    width: 230px;
    margin-top: 30px;
}

#filter-mob .popup_menu__body {
    width: 230px;
    margin-top: 30px;
}

#filter-mob_cont,
#brands-mob_cont {
    margin-bottom: 24px;
}

@media (min-width: 1071px) {
    .output__btn-mob {
        display: none;
    }
}

/* END CATEGORY */

/* BASKET */

.basket-list {
    border: 1px solid #DAF1EF;
    padding: 30px;
    margin: 30px 0 40px 0;
    background-color: white;
}

@media (max-width: 1070px) {
    .basket-list {
        padding: 20px;
        margin: 16px 0 20px 0;
    }
}

.basket-list li {
    display: flex;
    padding-bottom: 24px;
    border-bottom: 1px solid #DAF1EF;
    margin-bottom: 24px;
}

@media (max-width: 1070px) {
    .basket-list li {
        position: relative;
        flex-wrap: wrap;
    }
}

.basket-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.basket-list__img-prod {
    width: 111px;
    height: 80px;
    border: 1px solid #DAF1EF;
}

@media (max-width: 1070px) {
    .basket-list__img-prod {
        width: 90px;
        height: 90px;
    }
}

.basket-list .output__products__prod_art {
    position: absolute;
    bottom: 0;
}

@media (max-width: 1070px) {
    .basket-list .output__products__prod_art {
        position: relative;
        margin-top: 6px;
    }
}

.basket-list__p {
    position: relative;
    width: 440px;
    height: 82px;
    margin: 0 20px 0 30px;
}

@media (max-width: 1070px) {
    .basket-list__p {
        position: relative;
        width:150px;
        height: 6px;
        margin: 0 10px 0 20px;
    }
}

.basket-list__p .h4 {
    margin: 0 0 10px 0;
}

.basket-list__price .h4 {
    width: 195px;
    color: #0A9E4A;
    margin: 0 10px 0 50px;
}

@media (max-width: 1070px) {
    .basket-list__price .h4 {
        width: 90px;
        color: #0A9E4A;
        margin: 40px 0 0 20px;
    }
}

.basket-list__del {
    width: 14px;
    height: 14px;
    transition-duration: 0.4s;
}

@media (max-width: 1070px) {
    .basket-list__del {
        position: absolute;
        top: 1px;
        right: 1px;
    }
}

.basket-list__del:hover {
    opacity: 0.5;
    cursor: pointer;
}

.basket-list .count {
    margin: 0;
}

@media (max-width: 1070px) {
    .basket-list .count {
        margin: 30px 0 0 0;
    }
}

.order {
    display: flex;
    gap: 30px;
}

@media (max-width: 1070px) {
    .order {
        flex-wrap: wrap;
        gap: 0;
    }
}

.order__form {
    width: 769px;
    padding: 24px 30px 30px 30px;
    box-sizing: border-box;
    background-color: #F1F6FB;
    margin-bottom: 70px;
}

@media (max-width: 1070px) {
    .order__form {
        width:336px;
        padding: 20px;
        box-sizing: border-box;
        background-color: #F1F6FB;
        margin-bottom: 20px;
    }
}

.order__form .h3 {
    margin: 0 0 8px 0;
}

.order__form__row1 {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1070px) {
    .order__form__row1 {
        flex-wrap: wrap;
        gap: 10px;
    }
}


.order__form label {
    color: #91A5B1;
}

.order__form input {
    width: 222px;
    border-color: #E4ECF3;
}

.order__form textarea {
    width: 708px;
    border-color: #E4ECF3;
}

@media (max-width: 1070px) {
    .order__form textarea {
        width: 260px;
    }
}

.order__total {
    width: 269px;
    height: 306px;
    padding: 24px 30px 30px 30px;
    box-sizing: border-box;
    background-color: #506F80;
}

@media (max-width: 1070px) {
    .order__total {
        width: 336px;
        height: auto;
        padding: 20px;
        box-sizing: border-box;
        background-color: #506F80;
        margin-bottom: 40px;
    }
}

.order__total .h3 {
    color: white;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.order__total li {
    display: flex;
    margin-bottom: 8px;
}

.order__total li span:first-child {
    display: block;
    width: 114px;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: white;
    opacity: 0.5;
}

.order__total li span:last-child {
    display: block;
    font-weight: 800;
    font-size: 13px;
    line-height: 15px;
    color: white;
}

.order__total_line {
    height: 1px;
    background-color: white;
    opacity: 0.1;
    margin: 16px 0 10px 0;
}

.order__total__sum {
    display: flex;
}

.order__total__sum .h4 {
    color: white;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}

.order__total__sum .h4:first-child {
    width: 114px;
}

.order__total button {
    border-color: #0A9E4A;
    color: white;
    width: 209px;
    background: url(../img/arrow-btn-media.svg) no-repeat 141px 18px;
    background-color: #0A9E4A;
    margin: 13px 0 13px 0;
    padding-left: 16px;
}

@media (max-width: 1070px) {
    .order__total button {
       height: 40px; 
       width: 100%;
       background: url(../img/arrow-btn-media.svg) no-repeat 176px 15px;
       background-color: #0A9E4A;
    }
}

.order__total button:hover {
    background-color: #075F2D;
    border-color: #075F2D;
    color: white;
}

.agreement {
    position: relative;
}

.agreement_p {
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    color: #90a1aa;
    margin: 0;
}

@media (max-width: 1070px) {
    .agreement_p {
        width: 300px;
        margin-bottom: 30px;
    }
}

.agreement_p_a {
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    color: #90a1aa;
    text-decoration: underline;
}

.agreement_p_a:hover {
    color: #d8e3e9;
}

.agreement_star {
    position: absolute;
    left: -10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #90a1aa;
    margin: 0;
}

/* END BASKET */

/* CONTACTS  */

.contacts {
    display: flex;
    padding: 46px 0 36px 0;
}

@media (max-width: 1070px) {
    .contacts {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0 30px 0;
    }
}

.contacts__type {
    color: #506F80;
    margin: 0 0 5px 0;
}

.contacts__text {
    font-weight: 600;
    font-size: 23px;
    line-height: 27px;
    letter-spacing: -1px;
    color: #000000;
    margin: 0 0 20px 0;
}

@media (max-width: 1070px) {
    .contacts__text {
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.6px;
        color: #000000;
        margin: 0 0 20px 0;
    }
}

.contacts__mail_a {
    font-weight: 600;
    font-size: 23px;
    line-height: 23px;
}

@media (max-width: 1070px) {
    .contacts__mail_a {
        font-size: 16px;
        line-height: 19px;
    }
}

.contacts__adress {
    margin-right: 208px;
}

@media (max-width: 1070px) {
    .contacts__adress {
        margin-right: 0;
    }
}

.contacts__tel {
    margin-right: 60px;
}

.map {
    margin-bottom: 60px;
}

@media (max-width: 1070px) {
    .map {
        position: relative;
        margin-bottom: 30px;
        width: 336px;
        overflow: hidden;
    }
}

.bg-form {
    background: url(../img/bg-form.svg) no-repeat left top;
    background-color: #506F80;
}

.feedback {
    padding: 50px 0;
    display: flex;
}

@media (max-width: 1070px) {
    .feedback {
        padding: 30px 0;
        display: flex;
        flex-wrap: wrap;
    }
}

.feedback h2 {
    color: white;
    width: 534px;
}

@media (max-width: 1070px) {
    .feedback h2 {
        color: white;
        width: 300px;
        margin-top: 20px;
    }
}

.feedback label {
    color: white;
}

.feedback label:hover {
    color: white;
}

.feedback input {
    width: 230px;
}

.feedback_row1 {
    display: flex;
    gap: 35px;
}

@media (max-width: 1070px) {
    .feedback_row1 {
        width: 330px;
        gap: 6px;
        flex-wrap: wrap;
    }
}

.feedback_row2 {
    margin: 20px 0 20px 0;
}

.feedback textarea {
    width: 495px;
}

@media (max-width: 1070px) {
    .feedback textarea {
        width: 260px;
    }
}

.input-file {
    position: relative;
    display: inline-block;
    margin: 20px 0 20px 0;
    width: 480px;
}

.input-file-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-weight: 800;
    font-size: 11px;
    line-height: 15px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    vertical-align: middle;
    color: rgb(255 255 255);
    text-align: center;
    background: url(../img/file.svg) no-repeat 172px 13px;
    line-height: 22px;
    height: 45px;
    width: 230px;
    padding: 10px 20px 10px 6px;
    box-sizing: border-box;
    border: 1px solid white;
    margin: 0 30px 0 0;
    transition-duration: 0.4s;
}

.input-file-text {
    display: inline-block;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    opacity: 0.5;
    margin-top: 6px;
    text-transform: none;
    margin-left: -8px;
}

.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}


.input-file-btn:hover {
    opacity: 0.5;
    border: 1px solid white;
}

.input-file:active .input-file-btn {
    opacity: 0.5;
}

.input-file input[type=file]:disabled+.input-file-btn {
    background-color: #eee;
}

.feedback_btn {
    width: 495px;
    border-color: #0A9E4A;
    color: white;
    background: url(../img/arrow-btn-media.svg) no-repeat 280px 18px;
    background-color: #0A9E4A;
    margin-bottom: 30px;
    padding: 10px 30px 10px 10px;
}

@media (max-width: 1070px) {
    .feedback_btn {
        width: 300px;
        height: 40px;
        border-color: #0A9E4A;
        color: white;
        background: url(../img/arrow-btn-media.svg) no-repeat 180px 16px;
        background-color: #0A9E4A;
        margin-bottom: 20px;
        padding: 10px 30px 10px 10px;
    }
}

.feedback_btn:hover {
    background-color: #075F2D;
    border-color: #075F2D;
    color: white;
}

.req {
    margin: 50px auto 80px auto;
    width: 1068px;
    text-align: left;
    overflow: hidden;
}

@media (max-width: 1070px) {
    .req {
        width: 350px;
        padding: 0 12px;
        overflow: hidden;
        box-sizing: border-box;
        margin: 20px auto 30px auto;
    }
}

.requisites {
    display: flex;
}

@media (max-width: 1070px) {
    .requisites {
        flex-wrap: wrap;
    }
}

.requisites__col1 li,
.requisites__col2 li {
    display: flex;
    margin-bottom: 26px;
}

@media (max-width: 1070px) {
    .requisites__col1 li,
.requisites__col2 li {
    margin-bottom: 16px;
}
}

.requisites__col1,
.requisites__col2 {
    width: 534px;
}

.requisites__col1 span:first-child,
.requisites__col2 span:first-child {
    display: block;
    font-weight: 500;
    font-size: 11px;
    line-height: 19px;
    width: 265px;
}

@media (max-width: 1070px) {
    .requisites__col1 span:first-child,
.requisites__col2 span:first-child {
    font-size: 11px;
    line-height: 13px;
    width: 120px;
}
}

.requisites__col1 span:last-child,
.requisites__col2 span:last-child {
    display: block;
    font-weight: 700;
    font-size: 11px;
    line-height: 19px;
    color: #000;
    width: 180px;
}

@media (max-width: 1070px) {
    .requisites__col1 span:last-child,
.requisites__col2 span:last-child {
    font-size: 11px;
    line-height: 13px;
}
}

/* END CONTACTS  */

/* ARTICLE  */

.cover {
    width: 1068px;
    height: 380px;
    overflow: hidden;
    margin: 40px 0 0 0;
}

@media (max-width: 1070px) {
    .cover {
        width: 340px;
        height: 200px;
        overflow: hidden;
        margin: 18px 0 0 0;
    }
}

.cover img {
    width: 1068px;
    height: 380px;
}

@media (max-width: 1070px) {
    .cover img {
        width: 340px;
        height: 200px;
    }
}

.cover__label {
    color: #000;
    opacity: 0.4;
    margin: 8px 0 21px 0;
}

.article-cont {
    width: 532px;
    margin: 0 auto 50px auto;
    overflow: hidden;
}

@media (max-width: 1070px) {
    .article-cont {
        width: 329px;
        padding: 0 12px;
        margin: 0 auto 30px auto;
        overflow: hidden;
    }
}

.photo {
    position: relative;
    width: 532px;
    height: 382px;
    overflow: hidden;
}

@media (max-width: 1070px) {
    .photo {
        position: relative;
        width: 329px;
        height: 200px;
        overflow: hidden;
    }
}

.photo img {
    width: 532px;
    height: 382px;
}

@media (max-width: 1070px) {
    .photo img {
        width: 329px;
        height: 200px;
    }
}

.photo__label {
    max-width: 280px;
    height: 60px;
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    color: #FFFFFF;
    background-color: rgba(0, 29, 45, 0.6);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.3px;
}

.photo__label2 {
    color: #000;
    opacity: 0.4;
    margin: 8px 0 0 0;
}

.article__swiper-container {
    position: relative;
    width: 532px;
    height: 440px;
    margin: 12px 0;
}

@media (max-width: 1070px) {
    .article__swiper-container {
        width: 329px;
        height: 200px;
        overflow: hidden;
    }
    
}

.slide-block-article {
    width: 532px;
    height: 440px;
}

@media (max-width: 1070px) {
    .slide-block-article {
        width: 329px;
        height: 200px;
    }
    
}

.slide-block-article img {
    width: 532px;
    height: 440px;
}

@media (max-width: 1070px) {
    .slide-block-article img {
        width: 329px;
        height: 200px;
    }
    
}

.article__swiper-wrapper {
    position: relative;
}

.arrows-article {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 4px;
    z-index: 100;
}

.slider-article_prev,
.slider-article_next {
    background: url(../img/arrow-slider1.svg) no-repeat center center;
    background-color: rgba(0, 0, 0, 0.5);
    width: 45px;
    padding: 0;
    border: none;
}

@media (max-width: 1070px) {
    .slider-article_prev,
    .slider-article_next {
        width: 45px;
        height: 45px;
    }
}

.slider-article_prev {
    transform: rotate(180deg);
}


.swiper-pagination_article {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination_article.swiper-pagination_article-hidden {
    opacity: 0
}

.video-prev {
    position: relative;
    display: block;
    width: 532px;
    height: 300px;
    overflow: hidden;
    margin: 20px 0;
    background: #001D2D;
    transition-duration: 0.4s;
}

@media (max-width: 1070px) {
    .video-prev {
        width: 339px;
        height: 200px;
    }
}

.video-prev:hover {
    opacity: 0.8;
}

.video-prev_img {
    position: absolute;
    top: 0;
    width: 532px;
    height: 300px;
    opacity: 0.4;
    z-index: 1;
}

.video-prev_p {
    position: absolute;
    text-align: center;
    bottom: 20px;
    width: 532px;
    padding: 0 80px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.3px;
    color: #FFFFFF;
    margin: 0;
    z-index: 2;
}

@media (max-width: 1070px) {
    .video-prev_p {
        bottom: 10px;
        width: 339px;
        padding: 0 20px;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -0.3px;
    }
}

.video-prev_icon {
    width: 63px;
    height: 72px;
    position: absolute;
    top: 33%;
    right: 44%;
    z-index: 2;
}

@media (max-width: 1070px) {
    .video-prev_icon {
        width: 50px;
        height: 55px;
        top: 27%;
        right: 40%;
    }
}


/* END ARTICLE  */

/* NEWS */

.news {
    display: flex;
    flex-wrap: wrap;
    width: 1068px;
    margin: 30px 0;
}

@media (max-width: 1070px) {
    .news {
        width: 326px;
        margin: 20px 0 16px 0;
    }
}

.news__item {
    position: relative;
    display: block;
    width: 534px;
    height: 468px;
    border: 2px solid #F1F6FB;
    text-align: left;
    padding: 30px;
    margin: 0 -2px -2px 0;
    box-sizing: border-box;
    background-color: white;
    transition-duration: 0.4s;
}

@media (max-width: 1070px) {
    .news__item {
        width: 326px;
        height: 387px;
        padding: 20px;
        margin: 0 0 -2px 0;
    }
}

.news__item:hover {
    background-color: #F1F6FB;
}

.news__item_img {
    width: 100%;
    height: 206px;
    object-fit: cover;
    margin-bottom: 14px;
}

@media (max-width: 1070px) {
    .news__item_img {
        height: 166px;
        margin-bottom: 10px;
    }
}


.news__item_link {
    color: #0B89CE;
    margin: 0;
}

.news__item_link:hover {
    color: #024061;
}

.news__item_data {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #000;
    opacity: 0.26;
    margin: 20px 0 0 0;
}

@media (max-width: 1070px) {
    .news__item_data {
        bottom: 20px;
        left: 20px;
    }
}

.more {
    background: url(../img/arrow-catbtn.svg) no-repeat 587px 16px;
    color: #506F80;
    margin-bottom: 70px;
    background-color: #F7F7F7;
    border: solid 1px #F7F7F7;
    height: 45px;
    padding: 14px 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Manrope';
    font-weight: 800;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    box-sizing: border-box;
    transition-duration: 0.4s;
}

@media (max-width: 1070px) {
    .more {
        background: url(../img/arrow-catbtn.svg) no-repeat 207px 16px;
        background-color: #F7F7F7;
        padding-left: 18px;
    }
}

.more:hover {
    color: #213642;
    border: solid 1px #213642;
}

/* END NEWS */

/* POPUP VIDEO, POPUP THANKS  */

.popup_video {
    width: 800px;
    padding: 30px;
    background-color: white;
    margin-top: 80px;
    text-align: center;
}

@media (max-width: 1070px) {
    .popup_video {
        width: 339px;
        padding: 10px;
        margin-top: 40px;
    }
}

.popup_video_prev {
    width: 800px;
    height: 400px;
}

@media (max-width: 1070px) {
    .popup_video_prev {
        width: 339px;
        height: 200px;
    }
}

.popup_thanks {
    width: 400px;
    padding: 30px;
    background-color: white;
    margin-top: 80px;
    text-align: center;
    box-sizing: border-box;
}

@media (max-width: 1070px) {
    .popup_thanks {
        width: 339px;
        padding: 30px;
        background-color: white;
        margin-top: 40px;
        text-align: center;
        box-sizing: border-box;
    }
}

.btn-popup {
    height: 45px;
    padding: 14px 30px;
    border: 1px solid #0B89CE;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 9px;
    font-family: 'Manrope';
    font-weight: 800;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #0B89CE;
    background: none;
    cursor: pointer;
    box-sizing: border-box;
    transition-duration: 0.4s;
    margin-top: 30px;
}

.btn-popup:hover {
    border: 1px solid #064769;
    color: #064769;
}



/* END POPUP VIDEO, POPUP THANKS  */

/**
 * Swiper 9.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 21, 2023
 */


@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}


:root {
    --swiper-theme-color: #007aff
}

.swiper,
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide,
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: flex
}

@media (max-width: 1070px) {
    .swiper-slide {
        flex-shrink: unset;
    }
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    display: inline-block;
    background: none;
    border: 1px solid #0B89CE;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background-color: #0B89CE;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification,
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}
