@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/** {*/
    /*outline: 1px solid red;*/
/*}*/

body {
    font: 500 14px/17px "SF UI Display";
    color: #242527;
    min-height: auto;
    min-width: 300px;
    line-height: 20px;
    /*background: #F5F5F5;*/
}

body.animate #header, body.animate #slide, body.animate #search, body.animate #news, body.animate #partners, body.animate #sert, body.animate #content, body.animate footer {
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

body.animate #nav__mobile {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

body.page-inner section#partners {
    margin-bottom: 70px;
}

body.page-inner section#partners .container-fluid {
    padding: 0;
}

body.page-inner section#partners .partners__list {
    -ms-grid-columns: (1fr) [ 5 ];
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}

body.page-inner section#partners .partners__list .partners__item {
    height: 84px;
}

body.page-inner section#partners .partners__list .partners__item .partners__img {
    max-height: 45px;
}

body.page-inner section#search {
    margin-top: 30px;
    margin-bottom: 30px;
}

body section#search.brand {
    margin-top: 30px;
    margin-bottom: 30px;
}

body.page-inner section#search .container-fluid {
    padding: 0;
}

body.page-inner section#search .container-fluid .row .search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.page-inner section#search .container-fluid .row .search__form .search__input {
    border-radius: 32px 0 0 32px;
    border-right: 1px solid #EBEBEB;
}

body.page-inner section#search .container-fluid .row .search__form .search__form-input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

body.page-inner section#search .container-fluid .row .search__form .search__form-select {
    width: 201px;
    min-width: 201px;
}

body.page-product section#content .row .content__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 32px;
}

body.page-product section#content .row .content__right {
    margin-left: 0;
    max-width: calc(100% - 345px);
}

body.page-product section#catalog .catalog__wrap {
    margin-bottom: 60px;
}

body.page-product section#catalog .catalog__wrap:last-child {
    margin-bottom: 0;
}

body.page-vendor section#catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.page-vendor section#catalog .catalog__wrap {
    -ms-grid-columns: (1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 11px;
}

a {
     text-decoration: none;
    color: #4C5475;
 }

a:hover {
    color: orange;
}

.header__nav a, .footer__nav a, .breadcrumbs a{
    color: #666;
}

.header__nav a:hover, .footer__nav a:hover, .breadcrumbs a:hover{
    color: #666;
}

.bootstrap-wrapper .container-fluid {
    max-width: 1378px;
    height: 100%;
}

.bootstrap-wrapper .container-fluid .row {
    height: 100%;
}

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

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

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

.section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
}

.section__header .section__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 140%;
}

.section__header .section__title .title-blue {
    color: #4C5475;
}

.section__header .section__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 0 35px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #4C5475;
    border: 2px solid #4C5475;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 25px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    white-space: nowrap;
}

.section__header .section__btn:hover {
    background: #4C5475;
    color: #fff;
}

section#bar {
    background: #242527;
    height: 47px;
    color: #7B7B7B;
    font-size: 12px;
    line-height: 14px;
    z-index: 3;
}

section#bar .row {
    margin: 0;
}

section#bar a {
    color: #fff;
    border-bottom: 1px dashed #ffffff;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

section#bar a:hover {
    border-bottom: 1px dashed transparent;
}

section#bar .bar__menu {
    position: relative;
    width: 30px;
    height: 40px;
    cursor: pointer;
    margin-top: 0px;
    display: none;
}

section#bar .bar__menu .bar__menu-inner,
section#bar .bar__menu .bar__menu-inner:after,
section#bar .bar__menu .bar__menu-inner:before {
    width: 30px;
    height: 2px;
}

section#bar .bar__menu .bar__menu-inner {
    position: relative;
    -webkit-transform: translateY(18px);
    transform: translateY(18px);
    background: #fff;
    -webkit-transition: all 0ms 300ms;
    transition: all 0ms 300ms;
}

section#bar .bar__menu .bar__menu-inner.animate {
    background: transparent;
}

section#bar .bar__menu .bar__menu-inner:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background: #fff;
    -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

section#bar .bar__menu .bar__menu-inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: #fff;
    -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

section#bar .bar__menu .bar__menu-inner.animate:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

section#bar .bar__menu .bar__menu-inner.animate:before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

section#bar .bar__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section#bar .bar__info .bar-info__order {

    margin-right: 70px;
    cursor: pointer;

}

section#bar .bar__info .bar-info__mail {
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 70px;
}

section#bar .bar__info .bar-info__mail img {
    margin-right: 10px;
}

section#bar .bar__info .bar-info__phone {
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section#bar .bar__info .bar-info__phone img {
    margin-right: 10px;
}

section#bar .bar__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section#bar .bar__login a {
    margin: 0 3px;
    display: block;
}

section#header {
    height: 106px;
    /*background: #fff;*/
    background: #F5F5F5;
}

section#header:after {
    position: fixed;
    margin-bottom: 183px;
}


section#header .row {
    margin: 0;
}

section#header .header__logo {
    margin-right: 80px;
}

section#header .header__nav .nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section#header .header__nav .nav__list .nav__item {
    margin-right: 60px;
    position: relative;
}

section#header .header__nav .nav__list .nav__item:last-child {
    margin-right: 0;
}

section#header .header__nav .nav__list .nav__item .nav__link {
    position: relative;
    padding: 20px 0;
}

section#header .header__nav .nav__list .nav__item.has__children {
    padding-right: 22px;
}

section#header .header__nav .nav__list .nav__item.has__children:hover .nav__list-child {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

section#header .header__nav .nav__list .nav__item.has__children:hover:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

section#header .header__nav .nav__list .nav__item.has__children:after {
    content: '';
    background: url(/i/arrow.svg) no-repeat 100% 50%;
    height: 8px;
    width: 15px;
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

section#header .header__nav .nav__list .nav__item > .nav__list-child {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 260px;
    top: 33px;
    opacity: 0;
    visibility: hidden;
}

section#header .header__nav .nav__list .nav__item > .nav__list-child > .nav__item-child {
    position: relative;
}

section#header .header__nav .nav__list .nav__item > .nav__list-child > .nav__item-child:hover .nav__list-child {
    opacity: 1;
    visibility: visible;
}

section#header .header__nav .nav__list .nav__item > .nav__list-child > .nav__item-child:first-child:hover > a {
    border-radius: 10px 0 0 0;
}

section#header .header__nav .nav__list .nav__item > .nav__list-child > .nav__item-child:first-child > a {
    border-radius: 10px 10px 0 0;
}

section#header .header__nav .nav__list .nav__item > .nav__list-child > .nav__item-child:last-child:hover > a {
    border-radius: 0 0 0 10px;
}

section#header .header__nav .nav__list .nav__item > .nav__list-child > .nav__item-child:last-child > a {
    border-radius: 0 0 10px 10px;
    border: none;
}

section#header .header__nav .nav__list .nav__item > .nav__list-child > .nav__item-child .nav__list-child {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    left: 100%;
    -webkit-transform: none;
    transform: none;
    top: 0;
    border-radius: 0 10px 10px 0;
    opacity: 0;
    visibility: hidden;
    width: 260px;
}

section#header .header__nav .nav__list .nav__item > .nav__list-child > .nav__item-child .nav__list-child .nav__link-child {
    padding: 10px 19px;
}

section#header .header__nav .nav__list .nav__item > .nav__list-child > .nav__item-child .nav__list-child > .nav__item-child {
    position: relative;
}

section#header .header__nav .nav__list .nav__item > .nav__list-child > .nav__item-child .nav__list-child > .nav__item-child:hover > .nav__link-child {
    background: rgba(0, 0, 0, 0.6);
}

section#header .header__nav .nav__list .nav__item > .nav__list-child > .nav__item-child .nav__list-child > .nav__item-child:first-child > a {
    border-radius: 0 10px 0 0;
}

section#header .header__nav .nav__list .nav__item > .nav__list-child > .nav__item-child .nav__list-child > .nav__item-child:last-child > a {
    border-radius: 0 0 10px 10px;
    border: none;
}

section#header .header__nav .nav__list .nav__item > .nav__list-child > .nav__item-child .nav__list-child > .nav__item-child:last-child .nav__link-child {
    border-bottom: none;
}

section#header .header__nav .nav__list .nav__item > .nav__list-child > .nav__item-child:last-child {
    border-bottom: none;
}

section#header .header__nav .nav__list .nav__item > .nav__list-child > .nav__item-child .nav__link-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 19px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

section#header .header__nav .nav__list .nav__item > .nav__list-child > .nav__item-child:hover > .nav__link-child {
    background: rgba(0, 0, 0, 0.6);
}

section#header .header__nav .nav__list .nav__item > .nav__list-child > .nav__item-child img {
    margin-right: 13px;
}

section#slide {
    height: 702px;
    background: url(/i/slide.png) no-repeat 50% 50%;
    margin-bottom: 66px;
    background-size: cover;
}

section#slide .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
}

section#slide .slide__title {
    font-weight: bold;
    font-size: 64px;
    line-height: 130%;
    max-width: 950px;
    margin-bottom: 20px;
    margin-top: 120px;
}

section#slide .slide__desc {
    font-weight: 600;
    font-size: 18px;
    line-height: 180%;
    color: #6B6B6B;
    max-width: 550px;
}

section#search {
    margin-bottom: 70px;
}

section#search .row {
    margin: 0;
}

section#search .row .search__key {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

section#search .row .search__key .search__item {
    font-size: 12px;
    line-height: 14px;
    color: #4C5475;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 23px 0 43px;
    border: 1px solid #4C5475;
    border-radius: 20px;
    background: #E5E5E5;
}

section#search .row .search__key .search__item:first-child {
    padding-left: 43px;
    padding-right: 23px;
}

section#search .row .search__key .search__item:first-child.active + .search__item {
    padding-right: 43px;
}

section#search .row .search__key .search__item:last-child {
    padding-left: 23px;
    padding-right: 43px;
}

section#search .row .search__key .search__item + .search__item {
    margin-right: -30px;
}

section#search .row .search__key .search__item.active {
    height: 47px;
    background: #4C5475;
    border-radius: 24px;
    color: #ffffff;
    z-index: 2;
    padding: 0 33px 0 33px;
}

section#search .row .search__form {
    position: relative;
    width: 100%;
}

section#search .row .search__form .search__input {
    height: 64px;
    border-radius: 32px;
    border: none;
    width: 100%;
    font-family: "SF UI Display";
    font-weight: 500;
    font-size: 14px;
    padding-left: 69px;
    padding-right: 24px;
    background: #F5F5F5;
}

section#search .row .search__form .search__input-round {
    height: 64px;
    border-radius: 32px;
    border: none;
    width: 100%;
    font-family: "SF UI Display";
    font-weight: 500;
    font-size: 14px;
    padding-left: 69px;
    padding-right: 24px;
    background: #F5F5F5;

}

section#search .row .search__form .search__input::-webkit-input-placeholder {
    color: #C6C6C6;
}

section#search .row .search__form .search__input:-ms-input-placeholder {
    color: #C6C6C6;
}

section#search .row .search__form .search__input::-ms-input-placeholder {
    color: #C6C6C6;
}

section#search .row .search__form .search__input::placeholder {
    color: #C6C6C6;
}

section#search .row .search__form .search__btn {
    display: block;
    width: 64px;
    height: 64px;
    border: none;
    background: url(/i/search.svg) no-repeat 50% 50%;
    position: absolute;
    left: 7px;
    top: 0;
    cursor: pointer;
}

section#search .row .search__form .search__btn-clear {
    display: block;
    width: 64px;
    height: 64px;
    border: none;
    background: url(/i/clear.svg) no-repeat 50% 50%;
    position: absolute;
    background-size: 16px 16px;
    right: 0px;
    top: 0;
    cursor: pointer;
}

section#search .row .search__form .select__wrap {
    position: relative;
}

section#search .row .search__form .select__wrap .select__visual {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #FFFFFF;
    height: 64px;
    border-radius: 0 32px 32px 0;
    color: #C6C6C6;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-family: "SF UI Display";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
}

section#search .row .search__form .select__wrap .select__visual::after {
    content: '';
    display: block;
    position: absolute;
    right: 18px;
    top: 30px;
    width: 14px;
    height: 8px;
    background: url(/i/arrow_select.svg) no-repeat;
}

section#search .row .search__form .select__wrap .select__visual.on {
    border-radius: 0 25px 0 0;
}

section#search .row .search__form .select__wrap .select__visual-list {
    position: absolute;
    top: 64px;
    left: 0;
    border-top: none;
    cursor: pointer;
    width: 100%;
    z-index: 2;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0 0 25px 25px;
}

section#search .row .search__form .select__wrap .select__visual-item {
    border-bottom: 1px solid #EBEBEB;
    padding: 16px 20px;
}

section#news {
    margin-bottom: 150px;
}

section#news .row {
    margin: 0;
}

section#news .row .news__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    grid-gap: 32px;
}

section#news .row .news__list .news__item {
    background: #000;
    -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    color: #242527;
    min-height: 180px;
    background-size: cover;
}

section#news .row .news__list .news__item:hover .news-item__img {
    -webkit-transform: rotate(1deg) scale(1.1);
    transform: rotate(1deg) scale(1.1);
}

section#news .row .news__list .news__item .news__item-desc {
    position: absolute;
    bottom: 0;
    /* right: 20px; */
    /* left: 20px; */
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    /* border-radius: 10px; */
    z-index: 2;
    padding: 0 15px;
    width: 100%;
}

section#news .row .news__list .news__item .news__item-desc .news__item-date {
    border: 1px solid #242527;
    border-radius: 5px;
    color: #242527;
    display: inline-block;
    font-size: 12px;
    line-height: 150%;
    padding: 2px 7px;
    opacity: .3;
    margin-bottom: 10px;
    display: none;
}

section#news .row .news__list .news__item .news__item-desc .news__item-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
}

section#news .row .news__list .news__item.news__item-big {
    grid-column: span 2 / auto;
    grid-row: span 2 / auto;
}

section#news .row .news__list .news__item.news__item-big .news__item-title {
    font-size: 21px;
}

section#news .row .news__list .news__item .news-item__img {
    display: block;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    width: 100%;
}

section#partners {
    margin-bottom: 150px;
}

section#partners .row {
    margin: 0;
}

section#partners .partners__list {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 6 ];
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 32px;
}

section#partners .partners__list .partners__item {
    height: 90px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

section#partners .partners__list .partners__item:hover {
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}

section#partners .partners__list .partners__item .partners__img {
    max-height: 50px;
    max-width: 100%;
}

section#partners .partners__link-more {
    display: block;
    color: #4C5475;
    border-bottom: 1px solid #4C5475;
    margin-top: 30px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

section#partners .partners__link-more:hover {
    border-color: transparent;
}

section#sert {
    margin-bottom: 150px;
}

section#sert .row {
    margin: 0;
}

section#sert .sert__list {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr 1fr;
    grid-template-columns: 1fr 2fr 1fr;
    grid-gap: 32px;
}

section#sert .sert__list .sert__item {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

section#sert .sert__list .sert__item:hover .sert__img {
    -webkit-filter: blur(20px);
    filter: blur(20px);
}

section#sert .sert__list .sert__item:hover .sert__open {
    opacity: 1;
    visibility: visible;
}

section#sert .sert__list .sert__item .sert__open {
    background: #4C5475;
    height: 50px;
    border-radius: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 0 35px;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

section#sert .sert__list .sert__item .sert__img {
    display: block;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    width: 100%;
}

section#content {
    margin-bottom: 150px;
    padding-top: 70px;
}

section#content .row {
    margin: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

section#content .content__left {
    width: 313px;
    -ms-flex-preferred-size: 313px;
    flex-basis: 313px;
    min-width: 313px;
}

section#content .content__right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    /*flex-grow: 1;*/
    margin-left: 32px;
    width: calc(100% - 313px);
}

section#content .product__model {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 32px;
}

section#content .product__model .product__model-imgw {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#content .product__model .product__model-img {
    display: block;
    max-width: 100%;
}

section#content .product__model .product__model-download {
    display: block;
    height: 50px;
    border: 2px solid #4C5475;
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #4C5475;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    text-align: center;
    cursor: pointer;
}

section#content .product__model .product__model-download:hover {
    background: #4C5475;
    color: #fff;
}

section#content .product__model .product__model-price {
    display: block;
    height: 50px;
    border: 2px solid #4C5475;
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #4C5475;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}

section#content .product__model .product__model-price:hover {
    background: #fff;
    color: #4C5475;
}

section#content .product__vendor {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
}

section#content .product__vendor .product__vendor-imgw {
    display: block;
    border: 1px solid #EBEBEB;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 20px;
}

section#content .product__vendor .product__vendor-img {
    display: block;
    max-width: 100%;
}

section#content .product__vendor .product__vendor-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #7B7B7B;
    margin-bottom: 8px;
}

section#content .product__vendor .product__vendor-name {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    color: #242527;
    margin-bottom: 16px;
}

section#content .product__vendor .product__vendor-mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #4C5475;
    margin-bottom: 0px;
}

section#content .product__vendor .product__vendor-mail svg {
    margin-right: 10px;
}

section#content .product__vendor .product__vendor-order {
    display: block;
    height: 50px;
    border: 2px solid #4C5475;
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #4C5475;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    position: relative;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    cursor: pointer;
}

section#content .product__vendor .product__vendor-order::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    height: 1px;
    background: #EBEBEB;
}

section#content .product__vendor .product__vendor-order:hover {
    background: #4C5475;
    color: #fff;
}

section#content .product__vendor .product__vendor-qr {
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

section#content .product__vendor .product__vendor-qr .product__vendor-qr-title{
  font-weight: bold;
}

section#content .vendor {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
}

section#content .vendor .vendor__imgw {
    display: block;
    border: 1px solid #EBEBEB;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 20px;
}

section#content .vendor .vendor__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 23px;
    margin-bottom: 30px;
    position: relative;
}

section#content .vendor .vendor__label::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: -20px;
    right: -20px;
    height: 1px;
    background: #EBEBEB;
}

section#content .vendor .vendor__label .vendor__label-vip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: #F2994A;
    background: rgba(242, 153, 74, 0.2);
    padding: 3px 5px;
    border-radius: 10px;
}

section#content .vendor .vendor__label .vendor__label-vip svg {
    margin-right: 5px;
    margin-bottom: 2px;
}

section#content .vendor .vendor__label .vendor__label-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section#content .vendor .vendor__label .vendor__label-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 100%;
    color: #C4C4C4;
    margin-left: 20px;
}

section#content .vendor .vendor__label .vendor__label-item svg {
    margin-right: 6px;
}

section#content .vendor .vendor__img {
    display: block;
    max-width: 100%;
}

section#content .vendor .vendor__on_portal {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #7B7B7B;
    margin-bottom: 30px;
}

section#content .vendor .vendor__name {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    color: #242527;
    margin-bottom: 8px;
}

section#content .vendor .vendor__sapr {
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 4px;
}

section#content .vendor .vendor__sapr_item img{
   padding-right: 10px;
}

section#content .vendor .vendor__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #4C5475;
    margin-bottom: 18px;
}

section#content .vendor .vendor__link svg {
    margin-right: 10px;
}

section#content .vendor .vendor__send {
    display: block;
    height: 50px;
    border: 2px solid #4C5475;
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    background: #4C5475;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    position: relative;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    cursor: pointer;
}

section#content .vendor .vendor__send::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    height: 1px;
    background: #EBEBEB;
}

section#content .vendor .vendor__send:hover {
    background: #fff;
    color: #4C5475;
}

section#content .vendor .vendor__order {
    display: block;
    height: 50px;
    border: 2px solid #4C5475;
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #4C5475;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    position: relative;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    cursor: pointer;
}

section#content .vendor .vendor__order:hover {
    background: #4C5475;
    color: #fff;
}

#product {
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 60px;
}

#product .product__title {
    padding: 30px 30px 12px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #EBEBEB;
}

#product .product__h1 {
    font-weight: bold;
    font-size: 28px;
    line-height: 120%;
    color: #242527;
}

#product .product__info {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #4C5475;
    display: flex;
    align-items: center;
}

#product .product__info img{
   margin-right: 5px;
}

#product .product__slider-wrap {
    display: block;
    width: 100%;
    padding: 0 30px;
    position: relative;
}

#product .product__slider-wrap .product__slider-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#product .product__slider-wrap .product__slider-item img {
    display: block;
    max-width: 100%;
}

#product .product__slider-wrap .product__slider-prev, #product .product__slider-wrap .product__slider-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #4C5475;
    border-radius: 18px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

#product .product__slider-wrap .product__slider-prev:hover, #product .product__slider-wrap .product__slider-next:hover {
    background: #4C5475;
}

#product .product__slider-wrap .product__slider-prev:hover svg path, #product .product__slider-wrap .product__slider-next:hover svg path {
    stroke: #fff;
}

#product .product__slider-wrap .product__slider-next {
    left: auto;
    right: 30px;
}

#product .product__item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #242527;
    margin-bottom: 20px;
}

#product .product__description {
    padding: 30px;
    border-bottom: 1px solid #EBEBEB;
    font-size: 14px;
    line-height: 160%;
    color: #7B7B7B;
}

#product .product__size-spec {
    padding: 30px;
    border-bottom: 1px solid #EBEBEB;
}

#product .product__item-table .product__item-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 18px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#product .product__item-table .product__item-table-row div:first-child {
    font-size: 14px;
    line-height: 100%;
    color: #7B7B7B;
}

#product .product__item-table .product__item-table-row div:first-child + div {
    border-top: 1px dotted #C4C4C4;
    height: 2px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 5px;
}

#product .product__item-table .product__item-table-row div:last-child {
    width: 70%;
    font-size: 14px;
    line-height: 100%;
    color: #242527;
}

#tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #EBEBEB;
    margin-bottom: 30px;
}

#tabs .tabs__link {
    display: block;
    padding: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #7B7B7B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1px;
    position: relative;
}

#tabs .tabs__link.active {
    color: #4C5475;
}

#tabs .tabs__link.active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: #4C5475;
}

#tabs .tabs__link.active .tabs__count {
    background: #4C5475;
    color: #fff;
    border-color: #4C5475;
}

#tabs .tabs__link .tabs__count {
    margin-left: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #7B7B7B;
    padding: 2px 6px;
    border: 1px solid #7B7B7B;
    border-radius: 10px;
    min-width: 30px;
}

#filter-form .filter__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #242527;
    /*background: #FFFFFF;*/
    background: #F5F5F5;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 12px 20px;
}

#filter-form .filter_hidden {
    display: none;
}

#filter-form .filter-form__item {
    margin-bottom: 30px;
    /*background: white;*/
    background: #F5F5F5;
    padding: 12px 20px;
    border-radius: 10px;
}

#filter-form .filter-form__item .filter_on:after {
    content: url(/i/arrow_f.svg);
    padding-left: 5px;
}

#filter-form .filter-form__item .filter_off:after {
    content: url(/i/arrow.svg);
    padding-left: 5px;
}

#filter-form .filter-form__item .hidden {
    display: none;
}

#filter-form .filter_tag {
    display: inline-flex;
    background: #4C5475;
    color: #fff;
    margin-top: 10px;
    margin-right: 5px;
    padding: 5px 10px;
}

#filter-form .filter_tag:after {
    padding-left: 5px;
    content: url(/i/clear.svg);
}

#filter-form .filter_content {
    overflow-y: scroll;
    max-height: 200px;
    position: relative;
}

#filter-form .filter_checkbox_search {
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 2px solid gray;
    background: #F5F5F5;
}

#filter-form .filter-form__item.filter__hide .filter-form__title .filter-form__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#filter-form .filter-form__item.filter__hide .filter-form__title .filter-form__arrow svg circle {
    fill: #1976D2;
}

#filter-form .filter-form__values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
}

#filter-form .filter-form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#filter-form .filter-form__label.label-check {
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#filter-form .filter-form__label.label-check:hover {
    color: #4C5475;
}

#filter-form .filter-form__label.label-check:hover .filter-form__label-title::before {
    border-color: #4C5475 !important;
}

#filter-form .filter-form__label.label-check .filter-form__check {
    opacity: 0;
    position: absolute;
    visibility: hidden;
}

#filter-form .filter-form__label.label-check .filter-form__check + .filter-form__label-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}

#filter-form .filter-form__label.label-check .filter-form__check + .filter-form__label-title::before {
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    background: 50% 50% #F5F5F5;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    margin-right: 10px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    min-width: 18px;
}

#filter-form .filter-form__label.label-check .filter-form__check:checked + .filter-form__label-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

#filter-form .filter-form__label.label-check .filter-form__check:checked + .filter-form__label-title::before {
    background: url(/i/check.svg) no-repeat 50% 50% #4C5475;
    border-color: #4C5475;
}

#filter-form .filter-form__title {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #242527;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

#filter-form .filter-form__title .filter-form__arrow {
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    height: 23px;
    width: 23px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#filter-form .filter-form__title .filter-form__arrow svg circle {
    fill: #DADADA;
}

#filter-form .filter-form__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
}

#filter-form .filter-form__more.filter__hide .filter-form__arrow-more {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#filter-form .filter-form__more.filter__hide .filter-form__arrow-more svg circle {
    fill: #DADADA;
}

#filter-form .filter-form__more.filter__hide::before {
    content: 'Скрыть';
}

#filter-form .filter-form__more .filter-form__arrow-more {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-right: 15px;
    height: 23px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    line-height: 20px;
}

#filter-form .filter-form__more .filter-form__arrow-more svg circle {
    fill: #1976D2;
}

#filter-form .filter-form__more::before {
    content: 'Показать все';
    margin-right: 10px;
}

#filter-form .filter-form__search {
    position: relative;
    width: 100%;
    margin-top: 14px;
}

#filter-form .filter-form__search .filter-form__search-input {
    height: 46px;
    border-radius: 23px;
    border: none;
    width: 100%;
    font-family: "SF UI Display";
    font-weight: 500;
    font-size: 14px;
    padding-left: 48px;
}

#filter-form .filter-form__search .filter-form__search-input::-webkit-input-placeholder {
    color: #C6C6C6;
}

#filter-form .filter-form__search .filter-form__search-input:-ms-input-placeholder {
    color: #C6C6C6;
}

#filter-form .filter-form__search .filter-form__search-input::-ms-input-placeholder {
    color: #C6C6C6;
}

#filter-form .filter-form__search .filter-form__search-input::placeholder {
    color: #C6C6C6;
}

#filter-form .filter-form__search .filter-form__search-btn {
    display: block;
    width: 46px;
    height: 46px;
    border: none;
    background: url(/i/search.svg) no-repeat 50% 50%;
    background-size: 20px 20px;
    position: absolute;
    left: 7px;
    top: 0;
    cursor: pointer;
}

#filter-form .filter-form__search .filter-form__search-clear {
    display: block;
    width: 46px;
    height: 46px;
    border: none;
    background: url(/i/clear.svg) no-repeat 50% 50%;
    position: absolute;
    right: 0px;
    top: 0;
    cursor: pointer;
}

#filter-form .select__wrap {
    position: relative;
}

#filter-form .select__visual {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 25px;
    padding: 16px 20px;
    color: #C6C6C6;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

#filter-form .select__visual::after {
    content: '';
    display: block;
    position: absolute;
    right: 18px;
    top: 20px;
    width: 14px;
    height: 8px;
    background: url(/i/arrow_select.svg) no-repeat;
}

#filter-form .select__visual.on {
    border-radius: 25px 25px 0 0;
}

#filter-form .select__visual-list {
    position: absolute;
    top: 51px;
    left: 0;
    border: 1px solid #ced4da;
    border-top: none;
    cursor: pointer;
    width: 100%;
    z-index: 2;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0 0 25px 25px;
}

#filter-form .select__visual-item {
    border-bottom: 1px solid #EBEBEB;
    padding: 16px 20px;
}

#filter-form .btn__reset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 0 35px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #4C5475;
    border: 2px solid #4C5475;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 25px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "SF UI Display";
}

#filter-form .btn__reset:hover {
    background: #4C5475;
    color: #fff;
}

#catalog .catalog__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #242527;
    margin-bottom: 30px;
}

#catalog .catalog__wrap {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-columns: (1fr) [ 5 ];
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}

#catalog .catalog__wrap .catalog__item {
    background: #fff;
    -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    padding: 20px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

#catalog .catalog__wrap .catalog__item:hover {
    -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
}

#catalog .catalog__wrap .catalog__item .catalog__item-imgw {
    margin-bottom: 20px;
}

#catalog .catalog__wrap .catalog__item .catalog__item-imgw .catalog__item-img {
    display: block;
    width: 100%;
}

#catalog .catalog__wrap .catalog__item .catalog__item-vendor {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #7B7B7B;
    margin-bottom: 7px;
}

#catalog .catalog__wrap .catalog__item .catalog__item-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #4C5475;
}

/*#catalog*/
.catalog__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

/*#catalog*/
.catalog__pagination .catalog__pagination-link, .catalog__pagination .catalog__pagination-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #242527;
    margin: 0 3px;
}

/*#catalog*/
.catalog__pagination .catalog__pagination-link.active, .catalog__pagination .catalog__pagination-dots.active {
    background: #4C5475;
    border-radius: 4px;
    color: #fff;
}

/*#catalog*/
.catalog__pagination .catalog__pagination-prev, .catalog__pagination .catalog__pagination-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #4C5475;
    margin-right: 20px;
    border-radius: 18px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

/*#catalog*/
.catalog__pagination .catalog__pagination-prev:hover, .catalog__pagination .catalog__pagination-next:hover {
    background: #4C5475;
}

/*#catalog*/
.catalog__pagination .catalog__pagination-prev:hover svg path, .catalog__pagination .catalog__pagination-next:hover svg path {
    stroke: #fff;
}

/*#catalog*/
.catalog__pagination .catalog__pagination-next {
    margin-left: 20px;
    margin-right: 0;
}

#catalog .catalog__left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#catalog .catalog__right {
    width: 198px;
    min-width: 198px;
    margin-left: 32px;
}

footer {
    padding: 50px 0 150px;
    background: #242527;
    color: #fff;
}

footer .footer__one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #7B7B7B;
    font-size: 14px;
    line-height: 180%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

footer .footer__one .footer__logo {
    margin-bottom: 40px;
}

footer .footer__one .footer__soc {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .footer__one .footer__soc .footer__soc-item {
    margin-right: 24px;
}

footer .footer__one .footer__soc .footer__soc-link {
    background: #4C5475;
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}

footer .footer__one .footer__copy, footer .footer__one .footer__auth {
    margin-bottom: 20px;
}

footer .footer__one .footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

footer .footer__nav {
    margin-bottom: 60px;
}

footer .footer__nav:last-child {
    margin-bottom: 0;
}

footer .footer__nav .footer__nav-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 30px;
}

footer .footer__nav .footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer__nav .footer__list .footer__item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .footer__nav .footer__list .footer__item:before {
    display: block;
    content: '';
    background: url(/i/arrow_f.svg) no-repeat;
    width: 8px;
    height: 12px;
    margin-right: 9px;
}

footer .footer__nav .footer__list .footer__item:last-child {
    margin-bottom: 0;
}

footer .footer__nav .footer__list .footer__item .footer__link {
    color: #C4C4C4;
    font-size: 14px;
    line-height: 17px;
    border-bottom: 1px solid #C4C4C4;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

footer .footer__nav .footer__list .footer__item .footer__link:hover {
    border-bottom-color: transparent;
}

footer .footer__contacts .footer__contacts-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 30px;
}

footer .footer__contacts .footer__contacts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer__contacts .footer__contacts-list .footer__contacts-item {
    position: relative;
    padding-left: 24px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .footer__contacts .footer__contacts-list .footer__contacts-item:last-child {
    margin-bottom: 0;
}

footer .footer__contacts .footer__contacts-list .footer__contacts-item .footer__contacts-img {
    position: absolute;
    left: 0;
}

footer .footer__contacts .footer__contacts-list .footer__contacts-item .footer__contacts-link {
    color: #C4C4C4;
    font-size: 14px;
    line-height: 17px;
    border-bottom: 1px solid #C4C4C4;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

footer .footer__contacts .footer__contacts-list .footer__contacts-item .footer__contacts-link:hover {
    border-bottom-color: transparent;
}

#nav__mobile {
    background: #fff;
    width: 280px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 47px;
    height: 100%;
    z-index: 5;
    overflow-x: auto;
    padding-bottom: 25px;
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

#nav__mobile .mobile__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#nav__mobile .mobile__list .mobile__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#nav__mobile .mobile__list .mobile__item.open .mobile__link.has__children:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#nav__mobile .mobile__list .mobile__link {
    font-size: 18px;
    padding: 15px 20px;
    display: block;
    position: relative;
}

#nav__mobile .mobile__list .mobile__link.has__children:after {
    content: '';
    background: url(/i/arrow.svg) no-repeat 50% 50%;
    height: 47px;
    width: 47px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

#nav__mobile .mobile__list .mobile__list-child {
    list-style: none;
    padding: 0 0 0 0px;
    margin: 0;
    background: rgba(0, 0, 0, 0.05);
    display: none;
}

#nav__mobile .mobile__list .mobile__list-child .mobile__item-child {
    position: relative;
}

#nav__mobile .mobile__list .mobile__list-child .mobile__item-child.open .mobile__link-child.has__children:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#nav__mobile .mobile__list .mobile__list-child .mobile__item-child .mobile__link-child.has__children:after {
    content: '';
    background: url(/i/arrow.svg) no-repeat 50% 50%;
    height: 47px;
    width: 47px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

#nav__mobile .mobile__list .mobile__list-child .mobile__item-child .mobile__link-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px 10px 30px;
}

#nav__mobile .mobile__list .mobile__list-child .mobile__item-child .mobile__link-child img {
    margin-right: 15px;
}

#nav__mobile .mobile__list .mobile__list-child .mobile__list-child {
    list-style: none;
    padding: 0 0 0 0px;
    margin: 0;
    background: rgba(0, 0, 0, 0.05);
}

#nav__mobile .mobile__list .mobile__list-child .mobile__list-child .mobile__item-child .mobile__link-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px 10px 50px;
}

#nav__mobile .mobile__list .mobile__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#nav__mobile .mobile__list .mobile__link {
    font-size: 18px;
    padding: 15px 20px;
    display: block;
}

#nav__mobile .mobile__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    font-size: 18px;
}

#nav__mobile .mobile__info > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#nav__mobile .mobile__info > a img {
    margin-right: 15px;
}

#nav__mobile .mobile__info > a.bar-info__order {
    padding-bottom: 20px;
}

.btn__news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 0 35px;

    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #4C5475;
    border: 2px solid #4C5475;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 25px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    white-space: nowrap;
    cursor: pointer;
    width: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "SF UI Display";
}

.btn__news:hover {
    background: #4C5475;
    color: #fff;
}

.news__text {
    text-align: justify;
    padding-bottom: 10px
}

.news {
    padding-bottom: 60px
}

.news p {
    padding-bottom: 10px
}

.news h3 {
    color: #4C5475;
    font-weight: bold;
    padding-bottom: 10px
}

.news__title {
    font-size: 120%;
    padding-bottom: 20px
}

.news__item {
    padding-top: 30px;
    padding-bottom: 30px
}

.breadcrumbs {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 1378px;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.subcats {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 1378px;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.subcats__item {
    padding: 5px 0;
}

body h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 140%;
    text-align: center;
}

#filter-form .btn__go {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 0 35px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    background: #4C5475;
    border: 2px solid #4C5475;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 25px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "SF UI Display";
}

#filter-form .btn__go:hover {
    background: #fff;
    color: #4C5475;
}

.not_found {
    font-size: 17px;
    text-align: center;
    padding: 20px 0
}

.files_download {
    padding: 5px 0 10px 0;
    text-align: center;
}

.files_download {
    padding: 5px 0 10px 0;
    text-align: center;
}

.files_download_item:hover {
    font-weight: bold;
    color: #4C5475;
}

.product__model .hidden {
    display: none;
}

.article_item {
    text-align: justify;
    padding: 30px 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 20px 30px rgb(0 0 0 / 10%);
    box-shadow: 0px 20px 30px rgb(0 0 0 / 10%);
}

.article_item_img {
   padding-top: 10px;
}

.article_item_img a{
    max-width: 100%;
}


.article_title {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    color: #242527;
    padding-bottom: 20px;
}

.article_title .article_title_stat{
    font-weight: normal;
    font-size: 16px;
    padding-top: 5px;
    display: flex;
}

.article_title .article_title_stat span.article_stat_span{
   padding-right: 10px;
}
.article_title .article_title_stat span.share_article{
    padding-left: 20px;
}
.article_title .article_title_stat span.share_article:hover{
   cursor: pointer;
}

.article_title .article_title_stat a.view_counter{
    cursor: pointer;
}

.article_text img, .article_item_img img{
    max-width: 100%;
}


/*.article_title .article_title_stat img.img_soc_share{
    padding: 0px 5px;
}

.article_text {
    font-size: 16px;
    color: #242527;
}

select {
    border: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    color: #AFAFAF;
    padding: 0 30px;
    font-size: 1rem;
    color: #4E4E4E;
    margin: 5px 5px 5px 0;
    font-family: "SF UI Display";
}

/*==============================PLUGINS==============================*/
/*---------------------arcticmodal------------------------*/
.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

*:first-child + html .arcticmodal-container {
    height: 100%;
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

/*---------------modal-window--------------------*/
.box-modal {
    margin: 0 auto;
    position: relative;
    width: 421px;
    background-color: #F5F5F5;
    border-radius: 5px;
    box-shadow: 1.5px 2.6px 7px rgba(0, 0, 0, 0.13);
}

#modal-catalog-iframe.box-modal {
    width: 100%;
    padding: 0;
}

.arcticmodal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    background-image: url(/i/close.png);
    cursor: pointer;
    background-position: center center;
    background-repeat: repeat;
}

.modal-callback_block {
    background: #F5F5F5;
    border-radius: 5px;
    padding: 40px 30px;
    display: grid;
    font-size: 18px;
    text-align: center;
}

.modal-callback_block h3 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 30px;

}

.modal-callback_block label {
    font-size: 18px;
    padding-bottom: 10px;
    text-align: left;
}


.modal-callback_block input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    border-radius: 32px;
    padding: 0 30px;
    font-size: 1rem;
    color: #333;
    margin: 5px 5px 20px 5px;
    font-family: "SF UI Display";
    border: 1px;
    background: white;
}

.modal-callback_block .popup_download_block{
    text-align: left;
    padding-top: 20px;
}

.modal-callback_block .popup_download_block .popup_download_overflow {
   padding-top: 10px;
}

.modal-callback_block .popup_download_block .popup_download_overflow.scroll {
    overflow-y: scroll;
    max-height: 150px;
}

.modal-callback_block .popup_download_block .popup_download_overflow .popup_download_item{
    display: flex;
    padding-right: 5px;
    padding-bottom: 5px;
    align-items: center;
}

.modal-callback_block .popup_download_block input {
    height: auto;
}

.modal-callback_block textarea {
    max-width: 350px;
    color: #AFAFAF;
    padding: 20px 30px;
    font-size: 1rem;
    border-radius: 32px;
    color: #4E4E4E;
    font-family: "SF UI Display";
    margin: 5px 5px 20px 5px;
    border: 1px;
}

.modal-callback_block .answer {
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px;
}

.popup__button {
    padding: 5px 35px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    height: 50px;
    background: #4C5475;
    border: 2px solid #4C5475;
    border-radius: 32px;
    display: inline-flex;
    justify-items: center;
    cursor: pointer;
    text-align: center;
    align-items: center;
    margin: 5px 5px 5px 0;
    font-family: "SF UI Display";
    display: grid;
}

.popup__button:hover {
    background: #fff;
    color: #4C5475;
}

.search_list_block {
    display: none;
    background: white;
    position: absolute;
    border-radius: 0 0 15px 15px;
    padding: 20px;
    margin-left: 52px;
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.search_list_block.companies {
    margin-top: 70px;
}

.search_list_block p {
    margin: 5px 0px;
}

.extra_txt{
    font-family: "OpenSans";
    font-weight: normal;
}

.image-align-left{
    float: left;
    margin-right: 10px;
}
.image-align-right{
    float: right;
    margin-left: 10px;
}
.image-align-center{
    text-align: center;
}

p img, p iframe{
    max-width: 100%;
    object-fit: contain;
    height: auto;
}

.partners_program_block p{
    padding-bottom: 10px;
}

.tooltip_text_lk {
    /*content: attr(title);*/
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    display: block;
    width: 300px;
    padding: 10px 10px;
    text-align: center;
    z-index: 10;
    background: #F5F5F5;
    margin-top: -13px;
}

/* Стили для кнопок ЛК - переопределяют lk.css */
.page-inner.page-lk .table_lk .account__button {
  height: 26px;
  padding: 6px 14px;
  font-size: 14px;
  background: transparent;
  color: #4C5475;
  width: auto;
}
.page-inner.page-lk .table_lk .account__button.js_set_edit {
  font-size: 0;
  border: none;
  text-indent: -9999em;
  width: 20px;
  height: 20px;
  padding: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 16.6667H17.5' stroke='%23C4C4C4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.75 2.91669C14.0815 2.58517 14.5312 2.39893 15 2.39893C15.2321 2.39893 15.462 2.44465 15.6765 2.53349C15.891 2.62233 16.0858 2.75254 16.25 2.91669C16.4142 3.08084 16.5444 3.27572 16.6332 3.4902C16.722 3.70467 16.7678 3.93455 16.7678 4.16669C16.7678 4.39884 16.722 4.62871 16.6332 4.84319C16.5444 5.05766 16.4142 5.25254 16.25 5.41669L5.83333 15.8334L2.5 16.6667L3.33333 13.3334L13.75 2.91669Z' stroke='%23C4C4C4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.page-inner.page-lk .table_lk .account__button.js_set_edit:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 16.6667H17.5' stroke='%234C5475' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.75 2.91669C14.0815 2.58517 14.5312 2.39893 15 2.39893C15.2321 2.39893 15.462 2.44465 15.6765 2.53349C15.891 2.62233 16.0858 2.75254 16.25 2.91669C16.4142 3.08084 16.5444 3.27572 16.6332 3.4902C16.722 3.70467 16.7678 3.93455 16.7678 4.16669C16.7678 4.39884 16.722 4.62871 16.6332 4.84319C16.5444 5.05766 16.4142 5.25254 16.25 5.41669L5.83333 15.8334L2.5 16.6667L3.33333 13.3334L13.75 2.91669Z' stroke='%234C5475' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.page-inner.page-lk .table_lk .account__button.js_set_remove {
  font-size: 0;
  border: none;
  text-indent: -9999em;
  width: 20px;
  height: 20px;
  padding: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 5H4.16667H17.5' stroke='%23C4C4C4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.8332 5.00002V16.6667C15.8332 17.1087 15.6576 17.5326 15.345 17.8452C15.0325 18.1578 14.6085 18.3334 14.1665 18.3334H5.83317C5.39114 18.3334 4.96722 18.1578 4.65466 17.8452C4.3421 17.5326 4.1665 17.1087 4.1665 16.6667V5.00002M6.6665 5.00002V3.33335C6.6665 2.89133 6.8421 2.4674 7.15466 2.15484C7.46722 1.84228 7.89114 1.66669 8.33317 1.66669H11.6665C12.1085 1.66669 12.5325 1.84228 12.845 2.15484C13.1576 2.4674 13.3332 2.89133 13.3332 3.33335V5.00002' stroke='%23C4C4C4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.3335 9.16669V14.1667' stroke='%23C4C4C4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.6665 9.16669V14.1667' stroke='%23C4C4C4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.page-inner.page-lk .table_lk .account__button.js_set_remove:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 5H4.16667H17.5' stroke='%234C5475' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.8332 5.00002V16.6667C15.8332 17.1087 15.6576 17.5326 15.345 17.8452C15.0325 18.1578 14.6085 18.3334 14.1665 18.3334H5.83317C5.39114 18.3334 4.96722 18.1578 4.65466 17.8452C4.3421 17.5326 4.1665 17.1087 4.1665 16.6667V5.00002M6.6665 5.00002V3.33335C6.6665 2.89133 6.8421 2.4674 7.15466 2.15484C7.46722 1.84228 7.89114 1.66669 8.33317 1.66669H11.6665C12.1085 1.66669 12.5325 1.84228 12.845 2.15484C13.1576 2.4674 13.3332 2.89133 13.3332 3.33335V5.00002' stroke='%234C5475' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.3335 9.16669V14.1667' stroke='%234C5475' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.6665 9.16669V14.1667' stroke='%234C5475' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.page-inner.page-lk .table_lk .td_f_settings .account__button {
  font-size: 0;
  border: none;
  text-indent: -9999em;
  width: 20px;
  height: 20px;
  padding: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 10.8333V15.8333C15 16.2754 14.8244 16.6993 14.5118 17.0118C14.1993 17.3244 13.7754 17.5 13.3333 17.5H4.16667C3.72464 17.5 3.30072 17.3244 2.98816 17.0118C2.67559 16.6993 2.5 16.2754 2.5 15.8333V6.66667C2.5 6.22464 2.67559 5.80072 2.98816 5.48816C3.30072 5.17559 3.72464 5 4.16667 5H9.16667' stroke='%23C4C4C4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.5 2.5H17.5V7.5' stroke='%23C4C4C4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.3335 11.6667L17.5002 2.5' stroke='%23C4C4C4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.page-inner.page-lk .table_lk .td_f_settings .account__button:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 10.8333V15.8333C15 16.2754 14.8244 16.6993 14.5118 17.0118C14.1993 17.3244 13.7754 17.5 13.3333 17.5H4.16667C3.72464 17.5 3.30072 17.3244 2.98816 17.0118C2.67559 16.6993 2.5 16.2754 2.5 15.8333V6.66667C2.5 6.22464 2.67559 5.80072 2.98816 5.48816C3.30072 5.17559 3.72464 5 4.16667 5H9.16667' stroke='%234C5475' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.5 2.5H17.5V7.5' stroke='%234C5475' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.3335 11.6667L17.5002 2.5' stroke='%234C5475' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.page-inner.page-lk .table_lk .table_lk_inner tr td.td_f_settings .account__button, 
.page-inner.page-lk .table_lk .table_lk_inner tr td.td_f_edit .account__button, 
.page-inner.page-lk .table_lk .table_lk_inner tr td.td_f_remove .account__button {
  margin: 0;
}


/*# sourceMappingURL=main.css.map */