@media screen and (max-width: 780px) {
    header .right {
        display: none !important;
    }
    header .top .logo {
        margin-right: 20px !important;
    }
}
.smartSearch-form {
    position: relative;
}

.smartSearch-form .js-smartSearch-submit {
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
}

.smartSearch-form input.js-smartSearch-input {
    padding: 5px 0 5px 30px;
    font-size: 17px;
    color: #7a7c81;
    font-weight: 500;
    border-radius: 20px !important;
    border: 3px solid #e5e5e5;
    background: #F3F3F3;
}
.slider-active, .tab-active {
    display: block !important;
}
.tabs-gallery .slider-portfolio {
    display: none;
}
.blue-btn {
    cursor: pointer;
}
.bx-pagination .bx-pagination-container ul .bx-active span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0A95DD !important;
}
.bx-pagination .bx-pagination-container ul {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    align-items: center;
}
/*@import url("/assets/fonts/Montserrat/stylesheet.css");*/
/*@import"exist-style.css";*/
html,
body {
    overflow-x: hidden;
    position: relative;
    height: 100%;
}
body.no-scroll {
   height: 100%;
   width: 100%;
   position: fixed;
   overflow: hidden;
}
.title-search-result .custom-cs {
    display: none !important;
}
.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	color: #878787;
	margin-left: 5px;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	color: #878787;
	margin-left: 5px;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	color: #878787;
	margin-left: 5px;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	color: #878787;
	margin-left: 5px;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	color: #878787;
	margin-left: 5px;
}
.form-control::placeholder { /* Most modern browsers support this now. */
    font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	color: #878787;
	margin-left: 5px;
}
.left-search {
	position: absolute;
	z-index: 15;
	top: 8px;
	left: 12px;
}
.custom-group-search {
	position: absolute;
	right: 3px;
	top: 2px;
	z-index: 59;
}
.custom-btn-search {
	background: #23ACE1;
	box-shadow: 0px 4px 10px rgba(10, 149, 221, 0.4);
	border-radius: 50px;
	padding: 5px 25px;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
	border: none;
}
#title-search-input {
	min-height: 40px;
}
.search-title-button {
	background-image: url(images/icon-search.svg);
	background-repeat: no-repeat;
	background-position: center;
	min-width: 45px;
	min-height: 38px;
}

.title-search-result {
	border: 1px solid #ced4da;
	display: none;
	overflow: hidden;
	z-index: 205;
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
}

.search-title-result-item {
	border-bottom: 1px solid #ddd;
}


.search-title .search-title-result-item:last-child {
	border-bottom:  none;
}

.search-title-result-item-link {
	font-size: 16px;
	transition: 170ms linear all;
}

.search-title-result-item-price {
	font-size: 16px;
}

.search-title-result-item-current-price {
	font-weight: bold;
}

.search-title-result-item-old-price {
	font-size: 80%;
	text-decoration: line-through;
}
.breadcrumbs-header {
    padding-left: 7%;
    padding-top: 25px;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
}
.search-page {
    max-width: 1300px !important;
    margin-left: auto;
    margin-right: auto;
}
.mr-16 {
    margin-right: 16px;
}
.catalog-block {
	max-width: 1300px;
}
.min-w-320 {
	min-width: 319px;
}
.mw-640 {
	max-width: 640px;
}
.h-830 { 
	height: 830px;
}
* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    font-style: normal;
    outline: none;
}

html {
    scroll-behavior: smooth
}

header {
    line-height: 18px !important;
}

.container {
    width: 95%;
    max-width: 1280px;
    margin: 0 auto
}

.d-flex {
    display: flex
}

.align-items-start {
    align-items: flex-start
}

.align-items-center {
    align-items: center
}

.align-items-end {
    align-items: flex-end
}

.justify-content-between {
    justify-content: space-between
}

.justify-content-center {
    justify-content: center
}

.flex-column {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.ControlButtons_favClicked__1d2_M svg {
    fill: #23ACE1;
}

header {
    position: relative;
    padding: 13px 0;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    -o-border-image: linear-gradient(90deg, #28C5E5 0%, #B9CF1B 100%) 2;
    border-image: linear-gradient(90deg, #28C5E5 0%, #B9CF1B 100%) 2;
    z-index: 2;
}

header .top {
    margin-bottom: 18px
}

header .top .logo {
    margin-right: 70px
}

header .top p {
    margin-bottom: 10px
}

header .top p svg {
    margin-right: 5px
}

header .top p span {
    font-size: 15px;
    color: #32394d;
    line-height: 1em
}

header .top p a {
    text-decoration: none;
    font-size: 15px;
    color: #686868
}

header .top p a span {
    color: inherit;
    font: inherit;
    font-size: 13px
}

header .top nav ul {
    display: flex;
    list-style: none
}

header .top nav ul li {
    margin-left: 30px
}

header .top nav ul a {
    text-decoration: none;
    font-size: 18px;
    color: #686868;
    transition: color .3s ease;
    line-height: 1em
}

header .top nav ul a:hover {
    color: #1d9ddf
}

header .bottom ul {
    list-style: none
}

header .bottom ul li {
    position: relative;
    cursor: pointer;
    min-width: 370px
}

header .bottom ul>li {
    display: block
}

header .bottom ul>li>#menubtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #23ace1;
    border-radius: 5px;
    width: 289px;
    height: 38px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff
}

header .bottom ul>li>#menubtn .lines {
    position: relative;
    display: flex;
    width: 25px;
    height: 16px;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 14px
}

header .bottom ul>li>#menubtn .lines span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff
}

header .bottom ul>li>ul {
    display: none;
    position: absolute;
    top: calc(100% + 16px);
    padding: 20px 0;
    border-radius: 6px;
    background: #f5f6f8;
    filter: drop-shadow(0px 4px 5px rgba(1, 1, 1, 0.05));
    z-index: 50
}

header .bottom ul>li>ul li>ul {
    top: 0;
    left: calc(100% + 10px);
    -moz-columns: 2;
    columns: 2;
    width: 904px
}

header .bottom ul>li>ul li>ul:after {
    content: "";
    position: absolute;
    display: block;
    left: -10px;
    top: 0;
    width: 10px;
    box-sizing: border-box;
    height: 100%
}

header .bottom ul>li>ul li>ul>li {
    width: 100%
}

header .bottom ul>li>ul li>ul>li a {
    text-decoration: none;
    display: block;
    padding: 15px 0 15px 50px;
    color: #686868;
    transition: color .3s ease
}

header .bottom ul>li>ul li>ul>li a:hover {
    color: #0a95dd
}

header .bottom ul>li>ul li.show>ul {
    display: block;
    animation: submenushow .8s ease
}

header .bottom>ul>li>ul:after {
    content: "";
    position: absolute;
    bottom: 100%;
    width: 100%;
    height: 16px;
    box-sizing: border-box
}

header .bottom>ul>li>ul:before {
    content: "";
    position: absolute;
    height: 16px;
    aspect-ratio: 45/23;
    bottom: 100%;
    box-sizing: border-box;
    background: #f5f6f8;
    -webkit-clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
    left: 80px
}

header .bottom>ul>li>ul>li {
    position: static
}

header .bottom>ul>li>ul>li>a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 6px 0 6px 30px;
    border-top: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0)
}

header .bottom>ul>li>ul>li>a img {
    margin-right: 10px;
    width: 27px;
    height: 27px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain
}

header .bottom>ul>li>ul>li>a:hover {
    background: #fff;
    box-sizing: border-box;
    border-top: 2px solid #e9e7e7;
    border-bottom: 2px solid #e9e7e7
}

header .bottom .links {
    margin-left: auto;
    margin-right: 35.5px
}

header .bottom .links a {
    text-decoration: none;
    color: #fff;
    padding: 9px 30px;
    background: #b9cf1b;
    border-radius: 100px;
    font-weight: 600;
    font-size: 17px
}

header .bottom .links a:not(:last-child) {
    margin-right: 5px
}

header .bottom .cart {
    position: relative;
    width: 44.59px;
    aspect-ratio: 44.59/37.77;
    text-decoration: none
}

header .bottom .cart #wishcount,header .bottom .cart .qu-cart {
    position: absolute;
    display: block;
    width: 16px;
    top: -4px;
    left: -5px;
    aspect-ratio: 1/1;
    background-color: #d73124;
    text-align: center;
    line-height: 16px;
    color: #fff;
    font-size: 9px;
    border-radius: 50%
}

header .search {
    width: 110%;
    max-width: 410px;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: calc(50% - 205px);
    box-sizing: border-box
}

header .search form {
    position: relative;
    width: 100%;
    display: flex;
    background: #fff;
    border-radius: 100px;
    border: 3px solid #e5e5e5
}

header .search form input {
    border: none;
    width: calc(100% - 32px);
    border-radius: 100px 0 0 100px;
    padding: 5px 0 5px 30px;
    font-size: 17px
}

header .search form input::-moz-placeholder {
    color: #a9a9a9;
    opacity: 1
}

header .search form input::placeholder {
    color: #a9a9a9;
    opacity: 1
}

header .search .smartSearch-form button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px !important;
    height: 32px !important;
    border: none;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #b9cf1b;
    box-shadow: 0px 4px 10px rgba(185, 207, 27, .4)
}

header .search form button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    border: none;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #b9cf1b;
    box-shadow: 0px 4px 10px rgba(185, 207, 27, .4)
}

#menu.active {
    display: block
}

@keyframes submenushow {
    0% {
        transform: translateX(100px);
        opacity: 0
    }

    100% {
        transform: translateX(0px);
        opacity: 1
    }
}

.MainContentPage {
    background: #fee;
    max-width: 1920px;
}

.MainContentPage .item {
    display: flex;
    align-items: center;
    aspect-ratio: 1440/510;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 700px
}

.MainContentPage .item h2 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    width: 600px;
    line-height: 1.4em;
    margin-bottom: 44px
}

.MainContentPage .item a {
    color: #fff;
    border-radius: 1000px;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    padding: 11px 30px;
    background: #b9cf1b;
    box-shadow: 0px 4px 10px rgba(185, 207, 27, .4)
}

.MainContentPage .owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 20px;
    right: 20px;
    top: 50%;
    height: 0px
}

.MainContentPage .owl-nav button.owl-next,
.MainContentPage .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(60, 65, 76, .3019607843);
    transition: .3s ease
}

.MainContentPage .owl-nav [class*=owl-]:hover {
    background: rgba(0, 0, 0, .5333333333)
}

.MainContentPage .owl-nav .owl-prev {
    transform: rotate(-180deg)
}

.MainContentPage .owl-dots {
    position: absolute;
    margin: 0 auto;
    bottom: 20px;
    background: rgba(60, 65, 76, .3);
    padding: 11px 16px;
    border-radius: 1000px
}

.MainContentPage .owl-dots .owl-dot:not(:last-child) {
    margin-right: 15px
}

.MainContentPage .owl-dots .owl-dot span {
    margin: 0;
    display: block;
    width: 14px;
    height: 14px;
    background: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    box-sizing: border-box;
    transition: .3s ease
}

.MainContentPage .owl-dots .owl-dot.active span,
.MainContentPage .owl-dots .owl-dot:hover span {
    background: #fff
}

/* ===================== */
#menubtn:hover #catalog-top-menu {
    display: block !important;
    animation-delay: 1s;
}

#menubtn {
    backdrop-filter: drop-shadow(0 4px 10px #56ff09);
    position: relative;
    z-index: 3;
}

#menubtn a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 1px;
}

#catalog-top-menu {
    position: absolute;
    top: 100%;
    z-index: 500;
    width: 85%;
}

#menubtn nav {
    min-width: 370px;
    background: #F5F6F8;
    border-radius: 6px;
}

/* Smiriix start */
#menubtn nav {
    box-shadow: 0px 4px 20px #01010126;
    border-radius: 6px;
}

#catalog-top-menu {
    left: 0;
    border-top: 22px solid transparent;
}

#catalog-top-menu:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 80px;
    border-bottom: 22px solid #F5F6F8;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
}

header .bottom ul li {
    width: 100%;
    min-width: unset !important;
}

span#menubtn #catalog-top-menu {
    /* display: block !important */
}

.bx-nav-parent-arrow {
    display: none !important;
}

header .bottom #menubtn .bx-top-nav-container {
    padding: 0 !important;
}

header .bottom #menubtn #ul_catalog_menu_XEVOpk {
    padding: 20px 0 !important;
    border-radius: 6px !important;
}

header .bottom #menubtn #ul_catalog_menu_XEVOpk>li {
    position: relative !important;
    border-top: 2px solid transparent !important;
    border-bottom: 2px solid transparent !important; 
}

header .bottom #menubtn #ul_catalog_menu_XEVOpk>li.bx-hover>a {
    background: #fff;
}

header .bottom #menubtn #ul_catalog_menu_XEVOpk>li:hover {
    border-top: 2px solid #e9e7e7 !important;
    border-bottom: 2px solid #e9e7e7 !important;
}

header .bottom #menubtn #ul_catalog_menu_XEVOpk>li:hover>a {
    background: #fff !important;
}

header .bottom #menubtn #ul_catalog_menu_XEVOpk>li.bx-active>a {
    background: #fff !important;
}

header .bottom #menubtn li.bx-hover {
    box-shadow: unset;
}

header .bottom #menubtn li.bx-hover.bg-nav-parent>a {
    box-shadow: unset !important;
}

header .bottom #menubtn li>a span {
    font-family: 'Montserrat';
    color: #000;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 21.94px !important;
    text-transform: none !important;
}

header .bottom #menubtn li>a .bx-nav-angle-bottom {
    display: none !important;
}
header .bottom #menubtn li.bx-hover>.bx-nav-2-lvl-container {
    position: absolute;
    top: 0 !important;
    left: 100%;
    border-left: 10px solid transparent;
    background: unset;
    box-shadow: 0px 4px 20px rgba(1, 1, 1, 0.15);
    border-radius: 6px;
}
header .bottom #menubtn li ul {
    column-count: 2;
    background: #fff;
    border-left: 10px solid transparent;
    border-radius: 6px !important;
}
header .bottom #menubtn li ul li a {
    display: block !important;
    padding: 15px 50px !important;
    white-space: nowrap;
    font-weight: 500;
    font-size: 18px;
    line-height: 21.94px;
}
header .bottom #menubtn li ul li a span {
    font-family: 'Montserrat';
    color: #686868 !important;
}
header .bottom #menubtn li ul li:hover a span {
    color: #0A95DD !important;
}
header .bottom>ul {
    padding-left: 0 !important;
}
/* Smiriix end */
/*-------------TOP MENU-------------*/
/*----------------------------*/
.container-1520 {
    width: 95%;
    max-width: 1520px;
    margin: 0 auto;
}
.title-main-page {
    font-weight: 700;
    font-size: 20px !important;
    line-height: 54px;
    text-transform: uppercase;
    color: #3C414C;
    margin-bottom: 50px;
    margin-top: 10px;
}
.text-center {
    text-align: center;
}
.blocks .left {
    /*height: 1044px;*/
    margin-right: 16px;
}
.blocks .right {
    height: 1044px;
}
.blocks .left .left-up,
.left-down {
    display: flex;
}
.blocks,
.right {
    display: flex;
}
.left-left-up,
.right-left-up,
.right-right,
.right-left {
    display: flex;
    flex-wrap: wrap;
    min-width: 324px;
}
/* blocks personal */
.top-30 {
    top: 37% !important;
    bottom: auto !important;
}
.blocks-all {
    border-radius: 6px;
    position: relative;
    margin-bottom: 16px;
}
.blocks-all a:first-child {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.blocks-all .icon-block {
    margin: 30px;
    position: relative;
}
.blocks-all .icon-title {
    color: white;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    font-weight: 700;
    /* word-break: break-all; */
}
.blocks-all .icon-title-2 {
    color: white;
    position: absolute;
    bottom: 20px;
    left: 22px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.param-308-288 {
    width: 308px;
    height: 288px;
}
.param-308-210 {
    width: 308px;
    height: 210px;
}
.param-146-288 {
    width: 146px;
    height: 288px;
}
.param-308-436 {
    width: 308px;
    height: 436px;
}
.param-308-191 {
    width: 308px;
    height: 191px;
}
.param-308-193 {
    width: 308px;
    height: 193px;
}
.right .right-right,
.right .right-left {
    height: 400px;
}
/*list block content*/
.more-category {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: inherit;
    width: 100%;
    border-radius: inherit;
    z-index: 15;
    min-width: 308px;
    padding-top: 50px;
}
.more-category ul {
    margin: 0;
    padding: 0;
}
.more-category ul li {
    padding: 10px 15px !important;
    margin: 0 !important;
}
.more-category ul li a {
    margin: 0;
    padding: 0;
    font-weight: 700;
}
.blocks-all:hover .more-category {
    display: block;
}
.blocks-all:hover .icon-block {
    z-index: 25;
}
.more-category ul li a {
    color: white;
    text-decoration: none;
}
.more-category ul li {
    list-style-type: none;
    /* margin-top: 10px;
    margin-left: 30px;
    padding-bottom: 10px; */
}
/*blocks color*/
.frist-blue {
    background: linear-gradient(131.16deg, #25A5DA 0%, #012942 100%);
}
.second-pink {
    background: linear-gradient(131.16deg, #CE75C9 0%, #EB232D 100%);
}
.second-green {
    background: linear-gradient(131.16deg, #D2DD28 0%, #2FA371 100%);
}
.third-purple-left {
    background: linear-gradient(131.16deg, #A10763 0%, #F9AAF4 100%);
}
.third-purple-right {
    background: linear-gradient(131.16deg, #C799F1 0%, #AA297B 100%);
}
.first-neon-left {
    background: linear-gradient(131.16deg, #B9A4EE 0%, #1ACEC1 100%);
}
.second-neon-left {
    background: linear-gradient(131.16deg, #0CAED0 0%, #E08487 100%);
}
.orange-bottom {
    background: linear-gradient(131.16deg, #FAD8B4 0%, #EB486D 100%);
}
.third-neon-right {
    background: linear-gradient(131.16deg, #27E1C2 0%, #036064 100%);
}
.last-left {
    background: linear-gradient(131.16deg, #E61D29 0%, #6F2C8C 100%);
}
.big-right-orange {
    background: linear-gradient(131.16deg, #FAD30C 0%, #F25623 100%);
}
.purple-blue-right {
    background: linear-gradient(131.16deg, #F94B64 0%, #0B7BE3 100%);
}
.or-pink-left {
    background: linear-gradient(131.16deg, #F99620 0%, #8F5ACF 100%);
}
.or-pink-right {
    background: linear-gradient(131.16deg, #F56DAD 0%, #7966FB 100%);
}
.l-first {
    background: linear-gradient(131.16deg, #F497FF 0%, #33ABE6 100%);
}
.l-second {
    background: linear-gradient(131.16deg, #EC272C 0%, #F9E0B9 100%);
}
.l-trird {
    background: linear-gradient(131.16deg, #23C4E3 0%, #643395 100%);
}
.l-last {
    background: linear-gradient(131.16deg, #2CEC9E 0%, #8077DD 100%);
}
/*choose block*/
.chs-btn {
    width: 180px;
    text-align: center;
}
.h-1044 {
    height: 1044px;
}
.choose-block {
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
}
.choose-block .left {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(1, 1, 1, 0.15);
    border-radius: 0px 300px 300px 0px;
}
.choose-block .right {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(1, 1, 1, 0.15);
    border-radius: 300px 0px 0px 300px;
}
.choose-block .left img, .choose-block .right img {
    width: 100%;
    max-width: 160px;
}
.choose-block .middle {
    flex-direction: column;
    position: relative;
    transition: transform .3s ease;
}

.content-choose {
    position: relative;
    width: 100%;
}

.chs-1 {
    position: absolute;
    top: 74px;
    right: 12%;
}

.btn-chs-left {
    position: absolute;
    top: 145px;
    right: 50%;
}

.chs-2 {
    position: absolute;
    top: 74px;
    left: 12%;
}

.btn-chs-right {
    position: absolute;
    top: 145px;
    left: 50%;
}

.btn-custom {
    background: #B9CF1B;
    box-shadow: 0px 4px 10px rgba(185, 207, 27, 0.4);
    border-radius: 20px;
    color: white;
    text-decoration: none;
    color: #fff;
    padding: 9px 30px;
}

.btn-custom a {
    text-decoration: none;
    color: #fff;
    /*padding: 9px 30px;*/
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

.arrow-top {
    display: table;
    margin: auto;
}

.info-center {
    position: relative;
    display: table;
    margin: auto;
    text-align: center;
    transition: transform .3s ease;
}

.arrow-bottom {
    display: table;
    margin: auto;
}

.info-center .info-top {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
}

.why-us {
    display: flex;
}

.why-block {
    margin-right: 15px;
    width: 32%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.why-text {
    text-align: center !important;
    font-size: 18px;
}

.why-icon {
    min-height: 75px;
}

.why-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 105%;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 768px){
    .why-main-title {
        font-size: 25px;
        text-align: center;
    }

    .why-us .why-text {
        font-size: 14px;
    }
    
    .why-us .why-title {
        font-size: 16px;
    }   

    .why-us {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 30px;
    }

    .why-us .why-block {
        width: 100%;
    }

    .why-us .why-icon {
        min-height: auto;
    }
}

/*brif test styles*/
/*ANOTHER FILE*/
/*footer*/
.footer {
    /*height: 425px;*/
    background: #3D414C;
    border-radius: 0px;
    color: white;
    padding-bottom: 50px;
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
}

.cats {
    display: flex;
    position: relative;
}

.kotiki {
    position: absolute;
    left: 41%;
    bottom: -50px;
}

.first-col {
    display: flex;
    flex-direction: column;
    width: 25%;
    min-width: 185px;
}

.second-col {
    display: flex;
    flex-direction: column;
    width: 15%;
    min-width: 110px;
}

.second-col ul {
    margin-left: 15%;
}

.second-col ul li a,
.main-footer-contacts a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 11px;
    line-height: 30px;
}

.third-col {
    display: flex;
    flex-direction: column;
    width: 35%;
    min-width: 260px;
}

.fouth-col {
    display: flex;
    flex-direction: column;
    width: 25%;
    font-weight: 600;
    font-size: 11px;
    line-height: 36px;
}

.first-col-cont {
    margin-right: 0px;
    margin-left: auto;
}

.first-col-cont .coop,
.first-col-cont .logo {
    display: table;
    margin: auto;
    margin-top: 20px;
}
.socials {
    max-width: 155px;
}
.socials ul {
    margin-top: 10px;
    display: flex;
}

.socials ul li {
    margin-right: 20px;
}

.cats {
    padding-top: 3%;
    max-width: 1300px;
}

.brif-download-footer {
    color: #23ACE1;
    font-weight: 600;
    font-size: 12px;
    line-height: 36px;
}

/*phone input*/
.news-phone {
    position: relative;
}

.phone-start {
    position: relative;
    margin-top: -1px;
}

.phone-start input::placeholder {
    text-align: left !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin-left: 5px;
}

.phone-input {
    border: 6px solid #E5E5E5;
    border-radius: 50px;
    width: 195px;
    height: 58px;
    background: #F3F3F3;
    padding-left: 10px;
    font-size: 14px !important;
    line-height: 100%;
}

.phone-input::placeholder {
    font-size: 14px !important;
    line-height: 100%;
}

.phone-call-input {
    position: absolute;
    left: 73.06%;
    top: 8.73%;
    width: 48.26px;
    height: 48.26px;
    background: #23ACE1;
    border: none !important;
    outline: none !important;
    cursor: pointer;
    border-radius: 50px;
}

.phone-call-input svg {
    margin: 14px;
}

/*email-input*/
.news-mail {
    position: relative;
    margin-left: 25%;
}

.news-mail p {
    margin-left: 4%;
    padding-bottom: 5%;
}

.email-start {
    position: relative;
}

.email-start input::placeholder {
    text-align: left !important;
    font-weight: 500;
    font-size: 10px;
    line-height: 18px;
}

.em-input {
    background: #F3F3F3;
    border-radius: 20px !important;
    font-weight: 500;
    font-size: 10px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #A9A9A9;
    width: 170px !important;
    height: 34px;
    padding-bottom: 10px !important;
    padding-left: 15px !important;
}

.arrow-input {
    background: #B9CF1B;
    box-shadow: 0px 4px 10px rgba(185, 207, 27, 0.4);
    border-radius: 20px;
    width: 40px !important;
    height: 28px;
    position: absolute;
    top: 8%;
    left: 125px;
}

.arrow-input svg {
    margin-left: 12px;
}

.brif-download-footer a {
    font-weight: 600;
    font-size: 12px;
    line-height: 36px;
    color: #23ACE1;
}

/*brif and maps*/
.brif {
    margin-top: 50px;
    margin-bottom: 50px;
}

.y-maps {
    margin-top: 50px;
}

/*page type*/
.banner-type {
    position: relative;
    background: linear-gradient(131.16deg, #F66DAF 0%, #7865FB 100%);
    border-radius: 0px;
    width: 100%;
    height: 250px;
}

.type-cat {
    position: absolute;
    right: 10%;
    bottom: -8px;
}

/*page catalog*/
.banner-catalog {
    position: relative;
    background: linear-gradient(131.16deg, #F497FF 0%, #33ABE6 100%);
    border-radius: 0px;
    width: 100%;
    height: 250px;
}

.title-catalog {
    color: white;
    padding-left: 10%;
    padding-top: 3%;
    font-weight: 400;
    font-size: 39px;
    line-height: 39px;
}

.breadcrumbs {
    color: white;
    padding-left: 7%;
    padding-top: 1%;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
}

.catalog-cat {
    position: absolute;
    right: 10%;
    bottom: -32px;
}

.catalog-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    /* identical to box height, or 135% */
    text-transform: uppercase;
    color: #3C414C;
    margin-left: 80px;
    margin-top: 12px;
    margin-bottom: 60px;
}

.under-title-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
    gap: 20px;
    padding-left: 0;
    max-width: 1550px;
    margin-right: auto !important;
    margin-left: auto !important;
}

.under-title-container-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.under-title-container-center .category-catalog {
    width: calc((100% - 20px * 7) / 8);
    margin: 0px 5px 20px;
    padding-left: 0;
    min-width: 168px;
}

.category-catalog {
    margin-bottom: 27px;
    text-align: center;
}

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

.allworks {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 14px;
}

.blue-btn {
    padding: 15px 25px;
    min-width: 200px;
    text-align: center;
    background: #23ace1;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 1%;
}

.slider-portfolio {
    margin-top: 50px;
    margin-bottom: 50px;
}

.slider-sec {
    margin-left: 10px;
    margin-right: 10px;
}

.owl-prev,
.owl-next {
    background: rgba(60, 65, 76, 0.3) !important;
    border-radius: 20px !important;
    /*transform: rotate(-180deg);*/
    height: 30px;
    width: 30px;
}

.slider-portfolio .owl-nav .owl-prev {
    position: absolute;
    left: -100px;
    top: 40%;
}

.slider-portfolio .owl-nav .owl-next {
    position: absolute;
    right: -100px;
    top: 40%;
}

.active-blue-btn {
    background-color: white !important;
    border: 1px solid #23ace1 !important;
    color: black !important;
}



.inline {
    display: inline;
}

.custom-checkbox {
    position: relative;
    display: inline-block;
}

.container-2 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 14px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: -6px;
}

.container-2 input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: 200px;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 30%;
    height: 16px;
    width: 16px;
    /*background-color: #eee;*/
}

.container-2 input~.checkmark {
    border: 1px solid white;
    border-radius: 5px;
}

.container-2:hover input~.checkmark {
    /*background-color: #ccc;*/
}

.container-2 input:checked~.checkmark {
    /*background-color: #2196F3;*/
    color: #B9CF1B;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-2 input:checked~.checkmark:after {
    display: block;
}

.container-2 .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #B9CF1B;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*second header*/
.btn-top-group img {
    margin-right: 5px;
}
.second-catalog {
    margin-left: 10px;
}

.second-menu-btn {
    width: 190px !important;
    padding: 10px;
    height: 58px !important;
    margin-top: 17px;
    /* left: 15px; */
}

.second-menu-btn .lines {
    width: 40px !important;
}

.new-links {
    /*margin-left: -150px !important;
    width: 1200px;*/
    display: flex;
}

header .bottom .new-links {
    height: 58px !important;
    max-width: min-content !important;
    text-align: center !important;
}

header .bottom .new-links a {
    padding: 12px 36px !important;
}

.info a {
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #686868;
}

.new-cart {
    display: flex;
}

/* trafaret pechat */
.sun-box {
    display: flex;
    /* flex-wrap: wrap; */
}

.block-img {}

.img-block {
    border-radius: 6px;
    margin: 9px;
}

.img-1 {
    width: 408px;
    height: 277px;
    background: url('/assets/img/IMAGE(1).png');
}

.img-2 {
    width: 836px;
    height: 564px;
    background: url('/assets/img/postimg.png');
}

.img-3 {
    width: 408px;
    height: 564px;
    background: black;
    background: url('/assets/img/IMAGE.png');
}

.post-blocks .post {
    margin: 9px;
    width: 408px;
    height: 459px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(1, 1, 1, 0.15);
    border-radius: 6px;
}

.post-title {
    height: 55px;
    margin: 30px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 28px;
    color: #3C414C;
}

.post-txt {
    margin: 30px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #3B3A45;
}

.img-shelk {
    margin: 9px;
    width: 530px;
    height: 361px;
}

.txt-shelk {
    margin: 9px;
    width: 710px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #3B3A45;
}

.shelk-main {
    margin-bottom: 60px;
}

.shelk-main .owl-dots {
    position: absolute;
    margin: 0 auto;
    bottom: -60px;
    background: rgba(60, 65, 76, .3);
    padding: 5px 15px;
    border-radius: 1000px;
    left: 50%;
    transform: translateX(-50%);
}

.shelk-main .owl-dot span {
    border: 2px solid white;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: white;
}

.owl-theme .owl-dots .owl-dot {
    margin-top: 4px
}

/*page about*/
.banner-about {
    position: relative;
    background: linear-gradient(131.16deg, #B35CBA 0%, #3889DA 100%);
    border-radius: 0px;
    width: 100%;
    height: 250px;
}

.type-about {
    position: absolute;
    right: 21%;
    bottom: 45px;
}

.item-advantages {
    width: 30%;
    margin-left: 3%;
    margin-bottom: 7%;
}

.advantages {
    position: relative;
    margin-top: -50px;
    width: 1280px;
    height: 651px;
    background: linear-gradient(131.16deg, #EC272C 0%, #F9E0B9 100%), #D9D9D9;
    box-shadow: 0px 4px 20px rgba(236, 97, 90, 0.6);
    border-radius: 6px;
}

.advantages .title {
    padding-top: 60px;
    padding-left: 70px;
    padding-bottom: 73px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #FFFFFF;
}

.table-advantages {
    justify-content: center;
    width: 80%;
    margin-left: 10%;
}

.item-advantages .icon {
    margin-bottom: 5%;
}

.item-advantages .item-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.item-advantages .text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.6);
}

.step-by-step .step {
    width: 19.3%;
}

.line-step {
    margin-top: 25px;
    margin-bottom: 13px;
}

.dot-step {
    width: 14px;
    height: 14px;
    background: #B9CF1B;
    box-shadow: 0px 4px 10px rgba(185, 207, 27, 0.4);
    border-radius: 19px;
}

.line-step .line {
    width: 184px;
    height: 4px;
    background: linear-gradient(90deg, #E5E5E5 0%, #B9CF1B 100%);
    border-radius: 2px;
    margin-left: 15px;
    margin-top: 1.5%;
}

.step-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    color: #353542;
}

.step-txt {
    margin-top: 11px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: rgba(53, 53, 66, 0.6);
}

.galya {
    width: 40px;
    height: 40px;
    background: #B9CF1B;
    box-shadow: 0px 4px 10px rgba(185, 207, 27, 0.4);
    border-radius: 30px;
    margin-top: 5.7%;
    position: relative;
}

.galya svg {
    position: absolute;
    top: 13.7px;
    left: 13px;
}

.bottom-step {
    margin-top: 40px;
}

.btn-start-step {
    position: relative;
    width: 95px;
    height: 40px;
    background: #B9CF1B;
    box-shadow: 0px 4px 10px rgba(185, 207, 27, 0.4);
    border-radius: 20px;
    color: white;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

.btn-start-step p {
    position: absolute;
    margin-left:50%;
    top: 10px;
    transform: translateX(-50%);
}

.notice-us {
    width: 92%;
    text-align: right;
}

.logo-slider-cont {
    margin-top: 90px;
    margin-bottom: 90px;
}

.logo-slider-cont .owl-prev {
    position: absolute;
    left: -10%;
    top: 0;
}

.logo-slider-cont .owl-next {
    position: absolute;
    right: -10%;
    top: 0;
}

.big-img-about {
    position: relative;
    /* height: 100%; */
    width: 100%;
    background: url('/assets/img/backabout.png') no-repeat center center / cover;
    /* background-size: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0;
}

.about-us-txt {
    /* position: absolute; */
    background: white;
    max-width: 1280px;
    width: 95%;
    /* height: 550px; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* top: 50%; */
    border-radius: 6px;
}

.about-col-1 {
    height: 100%;
    width: 33%;
    padding-left: 10%;
    padding-top: 5%;
    margin-right: 10%;
}

.about-col-1 img {
    margin-top: 7%;
}

.about-col-2 {
    width: 20%;
    padding-top: 5%;
}

.about-col-2 ol {
    margin-left: 7%;
    width: 64%;
}

.about-col-3 {
    width: 16%;
    padding-top: 5%;
    margin-left: 3%;
}

.about-us-txt .title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #3C414C;
    margin-bottom: 21px;
}

.about-us-txt .text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #353542;
}

/* --page -- cart-- */
.cart {
    margin-top: -2%;
    z-index: 5;
    position: relative;
    width: 70%;
}

.banner-cart {
    position: relative;
    background: linear-gradient(131.16deg, #F94B64 0%, #0B7BE3 100%);
    height: 223px;
}

.type-cart {
    position: absolute;
    right: 32%;
    top: 11%;
}

.item-cart {
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(1, 1, 1, 0.15);
    border-radius: 6px;
    margin-bottom: 15px;
}

.cart-qunt {
    height: 180px;
    width: 10%;
}

.cart-qunt .qunt {
    position: relative;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 8px;
    line-height: 10px;
    letter-spacing: 1px;
    color: #FFFFFF;
    width: 43px;
    height: 23px;
    background: #23ACE1;
    border-radius: 50px;
    margin: 27px;
}

.cart-qunt .qunt span {
    position: absolute;
    top: 25%;
    left: 18%;
}

.cart-img {
    height: 180px;
    width: 17%;
}

.cart-img img {
    margin-top: 50%;
    transform: translateY(-50%);
}

.price-fv {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
    color: #B9CF1B;
    margin-top: 20%;
    margin-bottom: 10%;
}

.sku {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 20%;
}

.cart-info {
    width: 16%;
    height: 180px;
}

.cart-info .name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 8px;
    line-height: 15px;
    letter-spacing: 1px;
    color: #A9A9A9;
}

.cart-price .price {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 1px;
    color: #B9CF1B;
}

.cart-stepper {
    width: 18%;
}

.cart-rem-btn {
    height: 180px;
    width: 8%;
}

.cart-price {
    height: 180px;
    width: 30%;
}

.cart-price .price {
    float: right;
    margin-top: 12%;
    margin-right: 10%;
}

.rem-btn {
    border-radius: 100px;
    position: relative;
    border: 2px solid #E2E2E2;
    width: 30px;
    height: 30px;
    margin: 30%;
    margin-top: 93%;
}

.rem-btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.stepper {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 1px;
    color: #A9A9A9;
}

.step-in input {
    border: none !important;
    width: 33% !important;
    text-align: center !important;
}

.step-in {
    display: flex;
    border: 2px solid #E7EBEE;
    border-radius: 5px;
    margin-top: 40%;
    margin-left: 5%;
}

.step-q {
    margin-top: 40%;
    margin-left: 5%;
}

.qnt-plus,
.qnt-minus {
    width: 33%;
    text-align: center;
    margin-top: 8px;
}

.cart-total {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(1, 1, 1, 0.15);
    border-radius: 6px;
    margin-top: -2%;
    z-index: 5;
    position: relative;
    margin-left: 2%;
    width: 23%;
    height: fit-content;
}

.total-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #3C414C;
    margin-left: 30px;
    margin-top: 27px;
}

.total-price {
    font-weight: 400;
    font-size: 40px;
    line-height: 49px;
    letter-spacing: 1px;
    color: #B9CF1B;
    margin-top: 5%;
    margin-left: 10%;
    margin-bottom: 10%;
}

.top-total {
    border-bottom: 1px solid #E5E5E5;
}

.bot-total {
    background: #B9CF1B;
    box-shadow: 0px 4px 10px rgba(185, 207, 27, 0.4);
    border-radius: 0px 0px 6px 6px;
}

.mid-total {
    padding: 30px;
}

.bot-title {
    padding: 10%;
    padding-left: 37%;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

/* whishlist */
.banner-whishlist {
    position: relative;
    background: linear-gradient(131.16deg, #CB76D0 0%, #EB222C 100%);
    height: 223px;
}

.whishban {
    position: absolute;
    right: 20%;
    top: 11%;
}

.whishlist {
    margin-top: -35px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(1, 1, 1, 0.15);
    border-radius: 6px;
    position: relative;
    margin-bottom: 5%;
}

.wh-items {
    padding: 4%;
    justify-content: center;
    position: relative;
}

.wh-item {
    position: relative;
    width: 23%;
    height: 321px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(185, 207, 27, 0.1), 0px 4px 20px rgba(1, 1, 1, 0.15);
    border-radius: 6px;
    margin: 0.6%;
}

.wh-item .like {
    margin-left: 10%;
}

.wh-img {
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: -10%;
}

.in-cost {
    margin-bottom: 10px;
    background: #23ACE1;
    border-radius: 50px;
    color: white;
    text-align: center;
}

.in-cost div {
    padding-top: 3px;
}

.wh-title {
    margin-top: 50%;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    color: #32394D;
    margin-left: 10%;
    max-width: 200px;
}

.wh-art {
    color: rgba(60, 65, 76, 0.6);
    margin-left: 10%;
}

.wh-item .btn-bot {
    height: 15.3%;
    margin-top: 5%;
    display: flex;
}

.price {
    border-top: 1px solid #ECF1F5;
    width: 50%;
    display: flex;
}

.price-price {
    margin-top: 10%;
    margin-left: 5%;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
}

.price-txt {
    margin-top: 10%;
    margin-left: 8%;
}

.in-cart {
    background: #B9CF1B;
    box-shadow: 0px 4px 10px rgba(185, 207, 27, 0.4);
    border-radius: 0px 0px 6px 0px;
    width: 50%;
}

.in-cart div {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 11%;
}

/* corp gift */
.corp-gift {
    width: 100%;
}

.banner-corp-gift {
    position: relative;
    background: linear-gradient(131.16deg, #B9A4EE 0%, #1ACEC1 100%);
    height: 223px;
}

.corp-gif-ban {
    position: absolute;
    right: 20%;
    top: 32%;
}

.col-left {
    max-width: 30rem;
}

.col-right-big {
    width: 77%;
    margin-left: 2%;
}

/* -- accordion -- */
.accordion .bx_sitemap_li_title a {
    text-decoration: none;
    font-weight: 600;
    font-size: 10px !important;
    line-height: 12px;
    display: flex;
    align-items: flex-end;
    color: #3C414C !important;
}
.accordion__item .accordion__body {
    padding-left: 20px;
}
.accordion > .accordion__item > .accordion__header a {
    color: white !important;
    font-weight: 600;
    font-size: 14px !important;
}
.accordion .accordion__item .accordion__content a {
    margin-top: 10px;
}
.accordion > .accordion__item {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ECF1F5;
}
.accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 16px;
    color: #fff;
    font-weight: 500;
    background-color: #B9CF1B;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    cursor: pointer;
    transition: background-color 0.2s ease-out;
}
.accordion > .accordion__item > .accordion__header {
    background-color: #B9CF1B;
    padding: 4px 16px;
}
.accordion__header::after {
    flex-shrink: 0;
    width: 9px;
    height: 9px;
    margin-left: auto;
    background-image: url('data:image/svg+xml,<svg width="1" height="1" viewBox="0 0 9 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.18 0.505005L9 1.275L4.5 5.495L3.68 4.725L8.18 0.505005ZM0.82 0.505005L5.32 4.725L4.5 5.495L0 1.275L0.82 0.505005Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-size: 9px;
    content: "";
    transition: transform 0.2s ease-out;
}

.black-back-svg {
    background-image: url('data:image/svg+xml,<svg width="1" height="1" viewBox="0 0 9 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.82 4.98999L-6.73155e-08 4.21999L4.5 -9.14334e-06L5.32 0.769991L0.82 4.98999ZM8.18 4.98999L3.68 0.769991L4.5 -9.14334e-06L9 4.21999L8.18 4.98999Z" fill="#A9A9A9"/></svg>');
}

.accordion__item_show .accordion__header::after,
.accordion__item_slidedown .accordion__header::after {
    /*transform: rotate(-180deg);*/
    background-image: url('data:image/svg+xml,<svg width="9" height="5" viewBox="0 0 9 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.82 4.98999L-6.73155e-08 4.21999L4.5 -9.14334e-06L5.32 0.769991L0.82 4.98999ZM8.18 4.98999L3.68 0.769991L4.5 -9.14334e-06L9 4.21999L8.18 4.98999Z" fill="white"/></svg>');
}

.accordion__item_show .accordion__header,
.accordion__item_slidedown .accordion__header {
    color: black;
    background: none;
}

/*.accordion__header:hover {
    background: #0b5ed7;
}*/

.accordion__item:not(.accordion__item_show) .accordion__header {
    /* border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; */

    border-radius: 6px;

}

.accordion__content {
    padding: 4px 16px;
    background: #fff;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    padding-left: 10px;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
    padding-left: 20px;
}

.cat-title {
    color: #0B91D6;
    padding: 20px;
    border-bottom: 1px solid #ECF1F5;
}

.top-filt {
    display: flex;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
}

.filt-title {
    border-right: 1px solid #ECF1F5;
    display: flex;
    width: 120px;
    width: 50%;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #0B91D6;
}

.filt-clear {
    display: flex;
    justify-content: center;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #B4BFC7;
}

.filt-clear svg {
    margin-top: 5px;
    margin-left: 5px;
}

.filt-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 16px;
    color: #fff;
    font-weight: 500;
    background-color: #B9CF1B;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
}

.btn-filt {
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 30px;
    gap: 10px;
    background: #B9CF1B;
    box-shadow: 0px 4px 10px rgba(185, 207, 27, 0.4);
    border-radius: 50px;
    cursor: pointer;
}

.col-left .filter,
.col-left .category {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(1, 1, 1, 0.05);
    border-radius: 6px;
    margin-bottom: 16px;
}

.icon-wiev {
    width: 15%;
    padding-left: 30px;
}

.filt-small {
    width: 35%;
}

.top-panel-elem .search {
    display: flex;
    position: relative;
}

.search {
    width: 50%;
}

.search .icon-search {
    position: absolute;
    top: 12px;
    left: 10px;
}

.search .btn-search {
    position: absolute;
    background: #23ACE1;
    box-shadow: 0px 4px 10px rgba(10, 149, 221, 0.4);
    border-radius: 50px;
    padding: 2.5px 28px;
    right: 0;
    margin: 3px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
}

.search input {
    width: 100%;
    background: #F3F3F3;
    border-radius: 20px !important;
    padding-left: 30px !important;
}

.top-panel-elem {
    background: #FFF;
    box-shadow: 0px 4px 10px rgba(1, 1, 1, 0.05);
    border-radius: 6px;
    padding: 20px;
}

.icon-wiev svg {
    margin-top: 15px;
    margin-right: 15px;
}

.filt-small select {
    background: none;
    border: none;
}

.filt-tab {
    display: flex;
    background: #B4BFC7;
    border-radius: 20px;
    width: fit-content;
    padding: 8px 20px;
    color: white;
    margin-right: 10px;
}

.filt-tab svg {
    margin: 6px;
}

.top-panel-bottom {
    display: flex;
    padding: 8px 10px;
    background: #FFF;
    box-shadow: 0px 4px 10px rgba(1, 1, 1, 0.05);
    border-radius: 6px;
}
.top-panel-bottom-container {
    
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 991px){
    .more-category {
        display: none !important;
    }
    .about-col-1,
    .about-col-2,
    .about-col-3 {
        width: 100%;
        padding-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 30px !important;
    }
    .about-us-txt {
        padding: 20px !important;
    }
    .about-col-2 ol {
        margin-left: 0 !important;
    }
    .about-col-3 ul {
        padding-left: 0 !important;
    }
    .footer {
        padding-bottom: 150px;
    }
    .kotiki {
        bottom: -150px;
    }
}

/*---PRELOADER---*/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    /* фоновый цвет */
    /*background: #e0e0e0;*/
    z-index: 1001;
  }
  
  .preloader__image {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
  }
  
  @keyframes preloader-rotate {
    100% {
      transform: rotate(360deg);
    }
  }
  
  .loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
  }
  
  .loaded .preloader {
    display: none;
  }

/*---HEADER IMG---*/

.back-header {
    position: relative;
    /*background: linear-gradient(131.16deg, #F497FF 0%, #33ABE6 100%);*/
    border-radius: 0px;
    width: 100%;
    height: 250px;
}
.title-header {
    color: white;
    padding-left: 10%;
    padding-top: 20px;
    font-weight: 400;
    font-size: 39px;
    line-height: 39px;

}
.bx-breadcrumb .bx-breadcrumb-item a, .breadcrumbs-header {
    color: white;
}
@media screen and (max-width: 450px) {
    .back-header .title-header {
        font-size: 19px;
    }
}

@media screen and (max-width: 1200px) {
    .header-img {
        display: none;
    }
}

@media screen and (max-width: 1500px) {
    .header-img {
        right: 5px;
    }
}
@media screen and (max-width: 990px) {
    .choose-block .middle {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 637px) {
    .blocks-all {
        max-height: 140px !important;
    }
}







.btn-top-group {
    position: relative;
    z-index: 10;
}

header .bottom ul {
    position: relative;
    z-index: 100;
}

header .bottom .links a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.second-menu-btn {
    margin-top: 0;
}

.FavoriteButton_cart__count__24AkM {
    display: block !important;
}

header .cart > span {
    display: block !important;
}

header .btn-top-group {
    position: relative;
}

header .container::before, header .container::after {
    display: none !important;
}

header .container{
    width: 1280px !important;
    max-width: 100% !important; 
}

header .bottom .links {
    margin-right: 0;
    margin: 0;
    padding: 0;
}

header .bottom .links a {
    font-size: 14px;
}

header #menubtn a {
    font-size: 16px;
    
}



header .row.col-5 {
    margin: 0;
}

header .row.col-8 {
    margin: 0;
}

header {
    z-index: 400;
}

#basket-root {
    position: relative;
}

.thanks {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.thanks.active {
    opacity: 1;
    visibility: visible;
    z-index: 999999;
}

.thanks__wrap {
    position: relative;
    background-color: #ffffff;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    min-height: 300px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thanks__text {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .thanks__text {
        font-size: 14px;
    }

    .thanks__close {
        right: 5px;
    }
}

@media screen and (max-width: 1400px) {
    header .row.col-5 {
        width: auto;
        max-width: 100%;
    }

    .container.bottom {
        row-gap: 10px;
        column-gap: 10px;
    }
}

@media screen and (max-width: 991px) {
    /* #menubtn {
        margin-bottom: 10px;
    } */

    header .bottom ul {
        margin-right: auto;
        /* width: 100%; */
    }
}

@media screen and (max-width: 768px) {
    .btn-top-group {
        /* width: 100%; */
        margin-top: 5px;
        padding-left: 10px;
    }

    header .bottom .links a {
        font-size: 12px;
        line-height: 14px;
        padding: 5px 20px !important;
    }

    #menubtn a {
        font-size: 14px;
        line-height: 100%;
    }

    header .bottom ul>li>span {
        padding: 10px !important;
        width: auto !important;
        height: auto !important;
    }

    #menubtn nav {
        min-width: 280px;
    }

    .bx-top-nav-container {
        display: block !important;
    }

    header .bottom #menubtn li>a span {
        font-size: 14px !important;
        line-height: 14px !important;
        padding: 5px 10px !important;
    }

    header .info {
        order: -1;
    }

    header .logo {
        order: -2;
    }

    header .bottom .links {
        margin: 0 !important;
        max-width: 100% !important;
        width: 100%;
        flex-wrap: wrap;
    }



    
}

@media screen and (max-width: 460px) {
    header .row.col-8 {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 400px) {
    header .bottom .links {
        flex-wrap: wrap;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        max-width: 100% !important;
    }

    header .bottom .new-links {
        height: auto !important;
    }

    header .row.col-8, header .row.col-5 {
        width: 100%;
    }

    header .news-phone {
        /* width: 100%; */
    }
}



.calculation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}
.calculation.active {
    opacity: 1;
    visibility: visible;
    z-index: 99999999;
}
.calculation__wrap {
    position: relative;
    width: 100%;
    max-width: 730px;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .calculation__wrap {
        padding: 20px 10px;
        
    }
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    width: 11px;
    height: 11px;
}
@media screen and (max-width: 768px) {
    .popup-close {
        top: 5px;
        right: 5px;
    }  
}
.popup-close::after {
    content: '';
    position: absolute;
    width: 11px;
    height: 2px;
    background-color: #cccccc;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.popup-close::before {
    content: '';
    position: absolute;
    width: 11px;
    height: 2px;
    background-color: #cccccc;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.calculation__title {
    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 105%;
    text-align: center;
    color: #3C414C;
}
@media screen and (max-width: 768px) {
    .calculation__title {
        font-size: 16px;
    }  
}
.calculation__text {
    margin: 19px 0 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #000000;
}
@media screen and (max-width: 768px) {
    .calculation__text {
        margin: 10px 0 5px;
        font-size: 12px;
    }  
}
.calculation__row {
    display: flex;
    align-items: center;
    column-gap: 10px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .calculation__row {
        flex-direction: column;
        row-gap: 10px;
    }
}
.calculation__input {
    padding: 8px !important;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 19px !important;
    line-height: 100%;
    color: #000000;
    border: 2px solid #ECF1F5;
    border-radius: 6px;
}

.calculation__input::placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 19px !important;
    line-height: 100%;
    color: #A9A9A9; 
}
.calculation__area {
    width: 100%;
    margin: 15px 0;
    resize: vertical;
    padding: 8px !important;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 19px !important;
    line-height: 100%;
    color: #000000;
    border: 2px solid #ECF1F5;
    border-radius: 6px;
}
.calculation__area::placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 19px !important;
    line-height: 100%;
    color: #A9A9A9;
}
@media screen and (max-width: 768px) {
    .calculation__input {
        padding: 6px !important;
        font-size: 14px !important;
    } 

    .calculation__input::placeholder {
        font-size: 14px !important;
    }

    .calculation__area {
        padding: 6px !important;
        font-size: 14px !important;
    } 

    .calculation__area::placeholder {
        font-size: 14px !important;
    }
}
.calculation__sub-title {
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 100%;
    color: #3C414C;
}
@media screen and (max-width: 768px) {
    .calculation__sub-title {
        font-size: 14px;
    } 
}
.calculation__policy {
    margin-top: 14px;
    position: relative;
    display: flex;
    column-gap: 15px;
    align-items: flex-start;
}
.calculation__policy label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 2px solid #B9CF1B;
    border-radius: 6px;
    z-index: 1;
}
.calculation__policy label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJBAMAAADwYwBaAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAB5QTFRFAAAAuc8buc8buc8buc8buc8buc8buc8buc8buc8bTIiZdwAAAAp0Uk5TABC/MM//72BAnwQNCzMAAAA3SURBVHicY2AAASEDMMXomsjADmSKhBYwtCYDueEMDJxhBiAuA8PUDBAXKBAK5gIFwFygAIgLADUkCQjhZt2BAAAAAElFTkSuQmCC);
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}
.calculation__policy input[type="checkbox"]:checked+label::before {
    opacity: 1;
    visibility: visible;
}
.policy__text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 120%;
    color: #3C414C;
}
@media screen and (max-width: 768px) {
    .policy__text {
        padding-top: 5px;
    }  
}
.policy__text a {
    text-decoration: underline;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 120%;
    color: #3C414C;
}
.calculation__submit {
    border: none;
    cursor: pointer;
    background: #B9CF1B;
    box-shadow: 0px 4px 10px rgba(185, 207, 27, 0.4);
    border-radius: 50px;
    padding: 7px 30px;
    white-space: nowrap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}


.callback {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}
.callback.active {
    z-index: 999999;
    opacity: 1;
    visibility: visible;
}
.callback__wrap {
    position: relative;
    padding: 20px;
    width: 100%;
    max-width: 425px;
    background-color: #ffffff;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.callback__logo {
    max-width: 100px;
}
.callback__title {
    margin: 20px 0 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #3C414C;
}
.callback__text {
    max-width: 380px;
    text-align: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
}
.callback__input {
    width: 100%;
    max-width: 280px;
    padding: 8px !important;
    margin: 15px 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    text-align: center;
    color: #000;
    background: #F3F3F3;
    border-radius: 20px;
}
.callback__input::placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    text-align: center;
    color: #A9A9A9; 
}
.callback__submit {
    margin-bottom: 10px;
    border: none;
    cursor: pointer;
    background: #B9CF1B;
    box-shadow: 0px 4px 10px rgba(185, 207, 27, 0.4);
    border-radius: 50px;
    padding: 7px 30px;
    white-space: nowrap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}
.callback__policy {
    margin-bottom: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 110%;
    text-align: center;
    color: #868686;
}
.callback__img {
    width: 100%;
    max-width: 335px;
}


.calculation-open {
    position: fixed;
    right: 0;
    bottom: 200px;
    background: linear-gradient(131.16deg, #D2DD28 0%, #2FA371 100%);
    border-radius: 100px 0px 0px 100px;
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 18px;
    cursor: pointer;
    z-index: 500;
}

@media screen and (max-width: 768px) {
    .calculation-open {
        bottom: 200px;
    }
}

.calculation-open__img {
    width: 100%;
    max-width: 43px;
}
@media screen and (max-width: 768px) {
    .calculation-open__img {
        display: none;
    }
}
.calculation-open__text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}

.cont-container {
    width: 1280px;
    max-width: 100%;
}

input[type="submit"] {
    border: none;
}

#bx-panel {
    z-index: 9999999999 !important;
}


.contact-page-wrap {
    z-index: 100; 
    position: relative;
    padding-top: 100px;
}

@media screen and (max-width: 768px) {
    .contact-page-wrap {
        padding-top: 0;
    }
      
}


.order-header-info__upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
    position: absolute;
    top: 30px;
    right: 20px;
}

@media screen and (max-width: 1140px) {
    .order-header-info__upload {
        position: static;
        padding-left: 10%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.order-header-info__upload-title {
    font-size: 14px;
    color: #fefefe;
    font-weight: 500;
    margin-right: 25px
}

@media screen and (max-width: 1140px) {
    .order-header-info__upload-title {
        display: none;
    } 
}

.order-header-info__upload-action {
    display: inline-block;
    margin-right: 20px;
    width: 33px;
    height: 33px
}

.order-header-info__upload-action:last-child {
    margin-right: 0
}


.icon-pseudo-pdf-white {
    position: relative
}

.icon-pseudo-pdf-white:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAgCAYAAADjaQM7AAACaklEQVRIS72XT4hOURjGf0/Ws5gRe5OYSJJSsjUbC4OwYGMypCmThdgofzeaUlL+jBFZYRaiRJkU+RsTe5oFsiAmNizw6P2cq9vXN/Pd+90Zp77F+Trn+b3vc9/73nNkexZwANgNzKb6+AgMSLpaLyXbh4CDwHngCeCKvB5gLbBT0oW8VsA+A9cl9VWE1LYnpy4DW4B+SWcy3YBFJn31UVQBJ+DZ0M0DM1ivpEtVAPV7bQs4DewC9kkanDFYsjQPHCgNs/0MeA9slNS0mFKG4VpPKZjtNuAbcAI4IulrEettbwMuloIla34AVySFQKFRBfYYaJO0pBDp7+vQcmZhYZekNf8Ddg0IUKekaE1NR0uZ2V4EPAIeRqFI2tqU1KqNtqMNfQAGgafATWC/pJ9TQUtnZjsK4j6wAJgLbE4N/B3wPTXwgD6Q1J+HtwK7AywEvgCvgefAS6AjPinAPOA2sFjSqpZgtruSbUuBdcArSb8b9MI5QGT/VtKb0jDbvcBeYD6wQdKtIgXRIJCp3zPbK4AbwCfgnqQ9rYBS12kKWwacDBBwVNKvGYO1KtxoX+lqrAIvBLO9HIjfuKRR253AamBC0kh6HtmamI5ImihdIEnobvTAtHkogWI+HkFI6rCdrRkFhiSNVYGFSES7KYmMSjqeICEcmdX+m8zqojZG1CHWDnRHH8yEbZ9L4pm1Me2oamM8n+iD8REMeJbZi7AtZTxtmf0TSrBagQBjkrrzARS1seEh1XZ73paYJ0sj21rV1a+Z5D3bDgxP+/F7EtgwsH4mLhZ5XhxSVwI7gMMBm+4rU31ycXE5BRz7A2bf1ZYOif7wAAAAAElFTkSuQmCC) center no-repeat;
    width: 27px;
    height: 32px
}

.icon-pseudo-ppt-white {
    position: relative
}

.icon-pseudo-ppt-white:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAYAAAA6RwvCAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHpSURBVHgBzVjRccIwDFV6+W9GcCcgnYCMABPABnSDwgZ0AmCCwgTNBnQD0gnIBq7UKNT4Ysd2Dc27exfH6KJnW5ZlEogAKaXAR4GskiQpIQCpjzE7zJH0HCntjE1WyBICkBocZuwgVxzmisPoSJVpHSnOBdwZCQqREA810xd7rxhxwAG5BT/Qcr/HFuK9azg04AEGgpsJwZHmyAnyAznvs48uBJ0ukGdsHqFZ/wK5wb4Tp4VOxI6RBZhzjSBByCl4Ctkiv7S+GdhzTF/Co6XKMKBrHyE7fQfgR9bQTLkAN5DDSuujhFmCh5DW+ZyeKGpLI8F3Ok824AZyulPeS9P2dokRWo6Cp5RmpAJ3vGrvNENll+G988je9IOLEArYUvlIbrG1nTMrnNHK+Ks0o+iwzTgfmLBkqjZn5IvFv/g5ePuEsHPBWfIo7VgqDiizCuhBK8QlWH226wW4DJ8+9rEz6wwHN3awq1Ho9JZCuhKYyQ5chUx4jX3q1AOOdAkBsAlZgD8eXQKUoG/l2DWrK6iSe6IGCz/FjpE35BoCED1YrdnTgsHUrP8VIzqqocRITUKe4fqe27ZDEBwjKZ8JxEutIJtqu714C/i9iN/uEt7VycVtCVo1pQkcw99m79onRAAd+dCIqkP/qPkGoPhQvnkrvn4AAAAASUVORK5CYII=) center no-repeat;
    width: 34px;
    height: 32px
}

.icon-pseudo-ms-word-white {
    position: relative
}

.icon-pseudo-ms-word-white:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAgCAYAAACcuBHKAAACoUlEQVRYR82Yz4uNYRTHP1+/iywQKT/z+/evBcmChUxRI1NMKOwskITyByg1o9SQJYXZ0LCcKQsxw6xko2YhZmVhRiYsNKmvjt7Rjfu+733nvbc8m/fe577POZ/nPOec55wrCgzbU4EVwFZgI7AGWAcsDjGSVEDcn1erLrI9EVgFrK1QFgpjblKaonFD2I5dxG5CyQZgc/J5StFdlYFwUWV5lrBdROYTFVyQyTtmCdtLatzYQuB5QyBqBCCB/dAQCNsHc0BeSPrcaIg8n9gj6VmjIXbnWOKNpJGGQpT1iVHgBzAzEfQJ6APCvIeSubdAO/ATuFepsCI6RnJADkjqTbPEcuA98BWYAXRIOmd7cjI3Dbgp6WzifI9TIG7kQISMd2kQLZK6bL8GtgDHJT0IgbbDIjuBM5Ju2W4DLlaDKHscbZIu274PHAOWAh8ljdruCABgl6Q+2/3A9hRL3M0BuSZpIM0SPZKabF8BzkuaZ/uopE7bJ4AQPgv4BsS5T0+BGMyBaJXUnwbxBZgNNAOnJDXb7k6cchHwVNIC2zuAV38rKnqBZYXoMiCu8iPA1WTH+4GXQKekVtsXgOtpEDVkzF5Jw1kQrcAjYBvwHYiQvCSp3fY+ST224/eWDIjSGfO3cyYRcRK4AzyUdHhMqe0hYE4GROmMGee+N4G4DZwGBiVFpESoRnU1UM3x6ukTkaiaEl/oAlYnCudKGrIdUAH3z6jImKWiIyuyhoGInvlJNs2CKJUnak12Vd+r53GMG6TiOErdHeMGiIX1ukXrAlGrkP+6qKl1E5mO+V+U/AV6majkuqPkj2S0sqLvjO/rgaimCo2iITomPK0hDoBI09GjRoUVYJuAKP8mpJHVFSJNie2oMQMsuvV4Blg8o50b918DvwDZOq8qz2NmhwAAAABJRU5ErkJggg==) center no-repeat;
    width: 33px;
    height: 32px
}

.icon-pseudo-xls-white {
    position: relative
}

.icon-pseudo-xls-white:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGvSURBVHgB1VeLVcIwFH3hMAAjxAnUCYgToBOAE8gGwATKBNQN3IBugBvQDWCDeF+bHkpPmn58keM95zZNkzav73PbEP1HWGsnoAFX4B48gTsagHGXSXi4RmPAB3DqWhGMGxasLmRATe3QuG9B/XBW7E66vJlx5xP6K8CAo5XBrvbcBV8MrJuPj6ibe6OhUxJ2hKl5QfMhUB35+IhuDSuHwTngQwJuG8ZewG8SQlMOnMENOKPrJN0opb5g+LvnHtEcWFKhB6+VaxkWX+OBK5KsnEBM9278w/XnoJbOgVAZskvZE2vu4O0/0T+QMFTISipy4RGLZ7bQ+dAXLwPTSl9TIe1Jw/x8vE0H+JswdeczigEbxtHNmbj4n6RzoM0DT5jzjJZjz+HYkjBCSbhxsedq0CCXH2vDnPxlKKoDvpr3acPv0RDPpfXXfKkNh9g58EZF3Oswzgixf8I2HeiDjCLoQHxYOUTRgeiQ/Ces7wsMH2zzXiEf5yRkudV0G2SKj/ayObkH71xbXuuKBOLVW6TyEOBG1vmUrsuInHFshK4YWBomsntSNBAer6X8v0g98QP+Zqfjx5+o3QAAAABJRU5ErkJggg==\a) center no-repeat;
    width: 33px;
    height: 32px
}

[data-role="desc-img-block"] img {
    display: none;
}

.bx-aside-nav {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .bx-nav-2-lvl-container {
        display: none !important;
    }
}

@media (max-width: 800px){
      .news-phone-top {
        margin: 10px 0 0 !important;
      }

      .align-items-center.new-top {
        flex-direction: column !important;
        align-items: flex-start !important;
      }
}