*::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
*:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
*::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {

}
body input:required:valid,
body textarea:required:valid {

}
body {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    margin: 0;
}
button {
    cursor: pointer;
}
h1,h2,h3,h4,h5,h6 {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
.wrapper {
    overflow: hidden;
}
a {
    text-decoration: none;
    outline: none;
}
* {
    outline: none !important;
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style-type: none;
    outline: none;
}
.cbalink {
    display: none !important;
}

/* 
body > div:not(.wrapper) {
    display: none !important;
}
 */
body > div.zoomContainer {
    display: block !important;
}
img {
    outline: none;
    display: block;
}
p {
    padding: 0;
    margin: 0;
}
.inner-page-header {
    padding: 34px 0;
    position: relative;
    z-index: 100;
    background: #292829;
    mix-blend-mode: normal;
}
.main_logo {
    display: inline-block;
}
.main_logo img {
    max-width: 213px;
    height: auto;
    display: block;
}
.d_flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social-link {
    margin: 0 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
}
.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.3;
    border: 1px solid #E3F0F8;
}
.hover,
.front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.hover {
    background-color: #fff;
    opacity: 0;
    border-radius: 50%;
    -webkit-background-size: auto 11px;
    background-size: auto 11px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.social-link:hover .hover {
    opacity: 1;
}
.header__social {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.language_list {
    display: none;
    position: absolute;
    width: 100%;
    top: 85%;
    left: 0;
    background: #FFFFFF;
    border: 1px solid #E3F0F8;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
.language_list li {
    display: block;
    padding: 7px 17px;
    color: #0F1820;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.language_list li:hover {
    background-color: #E3F0F8;
    color: #1A9FE2;
}
.languge_active.active,
.languge_active:hover {
    background-color: #fff;
    color: #000;
}
.languge_active:hover::after,
.languge_active.active::after {
    border-top-color: #1A9FE2;
}
.languge_active {
    border-radius: 10px;
    cursor: pointer;
    width: 71px;
    height: 51px;
    padding-left: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
    border: 1px rgba(227, 240, 248, 0.3) solid;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.languge_active::after {
    position: absolute;
    display: block;
    content: " ";
    width: 8px;
    height: 4px;
    right: 13px;
    top: 2px;
    bottom: 0;
    margin: auto;
    border: 4px transparent solid;
    border-top: 3px #fff solid;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.language_block {
    font-size: 14px;
    line-height: 17px;
    margin-left: 30px;
    color: #fff;
    position: relative;
}
.right_header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
/*Style Sandwich*/
.app-mobile-btn {
    border: none;
    z-index: 60;
    padding: 18px 16px;
    vertical-align: middle;
    display: inline-block;
    width: 51px;
    height: 51px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-left: 20px;
    z-index: 20;
    cursor: pointer;
    position: relative;
}
.app-mobile-btn span {
    display: block;
}
.app-mobile-btn span:nth-child(1) {
    position: relative;
    top: 0px;
    width: 19px;
    height: 2px;
    background: #1A9FE2 none repeat scroll 0% 0%;
    border: medium none;

    transition: transform 0.5s, top 0.2s;
    /* transition-delay: 0.2s, 0s; */
}
.app-mobile-btn span:nth-child(2) {
    position: relative;
    width: 12px;
    height: 2px;
    top: 6px;
    background: #1A9FE2;
    border: none;

    transition: transform 0.5s, top 0.2s;
    transition-delay: 0.2s, 0s;
}
.app-mobile-btn span:nth-child(3) {
    position: relative;
    width: 19px;
    height: 2px;
    top: 12px;
    background: #1A9FE2;
    border: none;

    transition: all 0.5s;
    transition-delay: 0.1s;
}
.app-mobile-btn.is-active {
    padding: 14px 14px;
}
.app-mobile-btn.is-active span:nth-child(1) {
    top: 10px;
    width: 22px;
    transform: rotate(140deg);
}
.app-mobile-btn.is-active span:nth-child(2) {
    top: 8px;
    width: 22px;
    transform: rotate(-140deg);
}
.app-mobile-btn.is-active span:nth-child(3) {
    opacity: 0;
    top: 0;
    transform: rotate(180deg);
}
/*End Sandwich*/
.header-search-input {
    border: 1px solid rgba(227, 240, 248, 0.3);
    border-radius: 10px;
    font-size: 14px;
    line-height: 17px;
    padding: 21px 40px;
    padding-right: 60px;
    width: 610px;
    color: #fff;
    background-color: transparent;
}
.header-search-submit {
    width: 25px;
    height: 100%;
    top: 0;
    right: 35px;
    position: absolute;
    background-color: transparent !important;
    border: none;
    background-image: url(../img/search_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.header-search-form {
    position: relative;
    display: inline-block;
}
.menu_section {
    padding-top: 30px;
    background-color: #1A9FE2;
}
.menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.menu li {
    max-width: 235px;
    position: relative;
}
.menu .menu {
    position: absolute;
    top: 100%;
    display: block;
    z-index: 150;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 23px 0;
    visibility: hidden;
    opacity: 0;
    width: 255px;
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(137, 137, 137, 0.3);
    border-radius: 10px;
    -webkit-transition: ease-in 0.1s;
    -o-transition: ease-in 0.1s;
    transition: ease-in 0.1s;
}
.menu li:hover .menu {
    visibility: visible;
    opacity: 1;
}
.menu .menu a {
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    color: #0F1820;
    display: block;
    padding-bottom: 0;
    padding: 6px 0;
    padding-left: 39px;
    padding-right: 15px;
    white-space: normal;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: none;
}
.menu .menu a::after {
    display: none;
}
.menu .menu li {
    display: block;
    max-width: 100%;
}
.menu .menu a:hover {
    background-color: #E3F0F8;
    font-weight: 700;
    color: #1A9FE2;
}
.menu a {
    font-size: 13px;
    padding-bottom: 26px;
    display: block;
    line-height: 17px;
    color: #fff;
    position: relative;

    white-space: nowrap;
    text-transform: uppercase;
}

.menu a::after {
    position: absolute;
    display: block;
    content: " ";
    left: 0;
    bottom: 0;
    background: #73D0FF;
    width: 100%;
    height: 0px;
    z-index: 302;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu a span {
    opacity: 0.4;
    padding-top: 15px;
    text-transform: none;
    display: block;
    max-width: 190px;
    white-space: normal;
    font-weight: normal !important;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.submenu-item-active a {
    font-weight: 700;
}
.submenu-item-link:hover span,
.submenu-item-active a  span {

}
.submenu-item-active a::after {
    height: 8px;
}
.title_page {
    font-size: 54px;
    line-height: 64px;
    padding-bottom: 40px;
    padding-top: 60px;
    color: #0F1820;
    text-align: center;
    position: relative;
    font-weight: 300;
}
.title_page::after {
    position: absolute;
    display: block;
    content: " ";
    width: 100px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #1A9FE2;
}
.grid-item {
    min-height: 330px;
    max-width: 308px;
    margin: 0 auto;
    margin-top: 70px;
    box-shadow: 0px 10px 20px rgba(137, 137, 137, 0.8);
    display: block;
    color: #fff;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.grid-item:hover {

}
.grid-item::before {
    position: absolute;
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(0deg, #000000 -45.45%, rgba(0, 0, 0, 0) 80%);

}
.section_catalog_inner .grid-item,
.section_catalog_inner .grid-item::before {
    border-radius: 20px;
}
.catalog-item-subsection {
    position: absolute;
    padding: 46px 40px;
    padding-right: 60px;
    padding-top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
.catalog-item-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
}
.section_catalog {
    padding-bottom: 140px;
}
.footer__logo {
    display: inline-block;
}
.footer__logo img {
    max-width: 147px;
    height: auto;
    display: block;
}
.footer__logo a {
    display: inline-block;
}
.footer__copyright {
    font-size: 12px;
    line-height: 15px;
    padding-top: 26px;
    color: #fff;
    font-weight: 300;
}
.app-footer {
    padding: 80px 0;
    background-color: #292829;
}
.title_footer {
    padding-bottom: 25px;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}
.footer-menu__list li {
    margin-bottom: 20px;
}
.footer-menu__list li a {
    font-size: 11px;
    line-height: 14px;
    color: #858585;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer-menu__list li a:hover {
    color: #fff;
}
.col_pl {
    padding-left: 0;
}
.col-lg-5 .footer-menu__list {
    columns: 2;
}
.back {
    opacity: 0.2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer__social .social-link {
    margin: 0 1px;
}
.footer__social .social-link:hover .back {
    opacity: 0.5;
}
.descr_social {
    font-size: 12px;
    line-height: 15px;
    padding-top: 12px;
    color: #858585;
    font-weight: 300;
}
.footer__agency {
    font-size: 12px;
    line-height: 15px;
    padding-top: 53px;
}
.footer__agency a {
    color: #858585;
}
.footer__agency img {
    display: inline-block;
    vertical-align: middle;
}
.app-mobile {
    position: fixed;
    width: 480px;
    max-width: 100%;
    min-height: 100%;
    right: -800px;
    background-color: #fff;
    padding: 45px 80px;
    padding-right: 50px;
    z-index: 300;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.app-mobile.is-active {
    right: 0;
}
.header__mobile__menu > ul > li {
    display: block;
}
.header__mobile__menu > ul > li > a {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(26, 159, 226, 0.3);
    color: #0F1820;
    display: inline-block;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header__mobile__menu > ul > li > a:hover {
    border-color: transparent;
}
.header__mobile__menu ul ul {
    padding-bottom: 35px;
}
.header__mobile__menu ul ul li a {
    font-size: 17px;
    line-height: 38px;
    color: #54565A;
    position: relative;
}
.header__mobile__menu ul ul li a::after {
    position: absolute;
    display: block;
    content: " ";
    top: 0;
    bottom: 0;
    margin: auto;
    right: 100%;
    margin-right: 20px;
    width: 25px;
    height: 2px;
    background: #1A9FE2;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header__mobile__menu ul ul li.active a {
    color: #1A9FE2;
    font-weight: 700;
}
.header__mobile__menu ul ul li.active a::after {
    opacity: 1;
}
.header__mobile__menu ul ul li a:hover {
    color: #1A9FE2;
}
.btn_blue {
    font-size: 12px;
    line-height: 14px;
    /*padding: 23px 70px;*/
    padding: 23px 32px;
    background-color: #1A9FE2;
    border-radius: 10px;
    font-weight: 700;
    display: inline-block;
    border: none;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn_blue:hover {
    background-color: #0e86c2;
}
.descr_menu {
    font-size: 14px;
    line-height: 20px;
    color: #54565A;
    max-width: 223px;
    padding-top: 25px;
    font-weight: 300;
}
.header__mobile__menu .btn_blue {
    margin-top: 30px;
}
.header__mobile__menu .app-mobile-btn {
    position: absolute;
    left: -25px;
    top: 34px;
    margin: 0;
    background-color: #0085C8;
}
.header__mobile__menu .app-mobile-btn span {
    background-color: #fff;
    opacity: 0 !important;
}
.header__mobile__menu .app-mobile-btn {
    background-image: url(../img/close.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.wrapper .page-header-breadcrumbs {
    padding-top: 20px;
    padding-bottom: 37px;
	padding-left: 0px;
    margin: 0;
}
.page-header-breadcrumbs li {
    margin-right: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #54565A;
    display: inline-block;
}
.page-header-breadcrumbs li a {
    color: #54565A;
    display: inline-block;
}
.page-header-breadcrumbs li::after {
    position: relative;
    display: inline-block;
    content: " ";
    width: 10px;
    height: 10px;
    margin-left: 20px;
    border: 2px solid #C4D2DD;
    border-radius: 50%;
}
.page-header-breadcrumbs li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.page-header-breadcrumbs li:last-child::after {
    display: none;
}
.card {
    background: #f5f4f2;
    box-shadow: 0px 10px 40px rgba(126, 126, 126, 0.3);
    border-radius: 20px;
}
.slider-for img,
.slider-nav img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.slider-for video,
.video-big video {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 560px;
    object-fit: contain;
}
.slider-nav {
    width: 80px;
}
.slider-nav .slick-slide {
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    background: #F2F2F2;
    border: 2px transparent solid;
}
.slider_wrapper {
    padding: 50px 50px;
    padding-bottom: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.slider-for {
    width: 80%;
}
.slider_wrapper::after {
    position: absolute;
    display: block;
    content: " ";
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 47.92%, #FFFFFF 100%), #D2DFEA;
}
.card-title {
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 40px;
    padding-bottom: 19px;
    color: #0F1820;
    position: relative;
}
.card-title::after {
    position: absolute;
    display: block;
    content: " ";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100px;
    background: #1A9FE2;
}
.card-descr {
    padding: 40px 50px;
    padding-right: 70px;
}
.card-props-name {
    font-size: 16px;
    margin-bottom: 3px;
    line-height: 24px;
    color: #0F1820;
}
.card-props-value-item a {
    width: 40px;
    height: 30px;
    border-radius: 5px;
    display: block;
}
.card-props-value-exists {
    background: #ECF3F9;
    border-radius: 5px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    align-items: center;
}
.card-props-value-item {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #54565A;
    padding: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.card-props-value-color .card-props-value-item:hover,
.card-props-value-active {
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(137, 137, 137, 0.2);
    border-radius: 5px;
}
.card-props-value-item span {
    height: 31px;
    padding: 0 13px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
}
.card-props-value {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #54565A;
    padding-bottom: 20px;
}
.swiper-toggle {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #1A9FE2;
    width: fit-content;
    border-bottom: 1px dashed #1A9FE2;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.swiper-toggle:hover {
    border-color: transparent;
}
.bottom_card {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bottom_card .btn_blue {
    box-shadow: 0px 10px 20px rgba(137, 137, 137, 0.3);
}
.section_detail {
    padding-bottom: 140px;
}

.second-text {
    padding-top: 20px;
    padding-bottom: 40px;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}
.card-props-value a {
    color: #54565A;
}
.more_detail::before {
    position: absolute;
    display: block;
    content: " ";
    height: 1px;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1155px;
    margin: 0 auto;
    right: 0;
    /*background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 49.48%, #FFFFFF 100%), #D2DFEA; */
    background-image: url(../img/line.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.more_detail {
    padding: 60px 110px;
    padding-bottom: 0;
    display: none;
    position: relative;
}
.more_detail .card-props-value,
.more_detail .card-props-name {
    display: inline;
}
.more_detail .card-props-name {
    margin-right: 15px;
}
.inner-page-title {
    font-weight: 300;
    font-size: 54px;
    line-height: 64px;
    margin-bottom: 60px;
    padding-bottom: 15px;
    color: #0F1820;
    position: relative;
}
.inner-page-title::before {
    position: absolute;
    display: block;
    content: " ";
    width: 100px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #1A9FE2;
}
.contact-title {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 30px;
    color: #0F1820;
}
.form-container textarea,
.form-container input {
    height: 60px;
    padding: 22px 30px;
    font-size: 16px;
    line-height: 17px;
    width: 100%;
    font-family: 'Rubik', sans-serif;
    background: #FFFFFF;
    border: 1px solid #CAE2F1;
    box-shadow: 0px 10px 20px rgba(137, 137, 137, 0.2);
    border-radius: 10px;
}
.form-container textarea {
    height: 150px;
    resize: none;
}
fieldset {
    border: none !important;
    padding: 0 !important;
    margin: 0;
}
.form-container *::-webkit-input-placeholder {
    color: #54565A;
}
.form-container *:-moz-placeholder {
    color: #54565A;
}
.form-container *::-moz-placeholder {
    color: #54565A;
}
.form-container *:-ms-input-placeholder {
    color: #54565A;
}
.form-container fieldset {
    display: block;
    margin-bottom: 30px;
}
.form-container .btn_blue {

}
.form-row--footer {
    text-align: right;
}
.section_contacts {
    padding-bottom: 110px;
}
.contact-item {
    padding: 60px 20px;
    background: #FFFFFF;

    border-radius: 20px;
    text-align: center;
}
.contact-item .back {
    border: 2px solid #1A9FE2;
    background-color: transparent;
    opacity: 1;
}
.contact-item .social-link {
    width: 72px;
    height: 72px;
    margin: 0 4px;
}
.bottom_descr_contacts {
    font-size: 14px;
    line-height: 17px;
    padding-top: 40px;
    max-width: 305px;
    margin: 0 auto;
    text-align: center;
    color: #54565A;
}
.select.buy-select {
    position: relative;
}
.drop {
    display: none;
    background: #FFFFFF;
    border: 1px solid #E3F0F8;
    z-index: 5;
    border-radius: 10px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
}
.section_where_buy .smartfilter .drop {
    max-height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 8px 0;
    list-style: none;
}
.drop li {
    padding: 10px 30px;
    color: #0F1820;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.section_where_buy .smartfilter .drop li {
    list-style: none;
}
.drop li:hover {
    color: #1A9FE2;
    background-color: #E3F0F8;
    /*font-weight: 700;*/
}
.slct {
    font-size: 14px;
    line-height: 17px;
    padding: 21px 30px;
    padding-right: 40px;
    display: block;
    width: 100%;
    cursor: pointer;
    color: #54565A;
    background: #FFFFFF;
    border: 1px solid #CAE2F1;
    box-shadow: 0px 10px 20px rgba(137, 137, 137, 0.2);
    border-radius: 10px;
}
.select-icon {
    position: absolute;
    display: block;
    width: 10px;
    height: 7px;
    right: 33px;
    top: 2px;
    bottom: 0;
    margin: auto;
    border: 5px transparent solid;
    cursor: pointer;
    border-top: 5px #1A9FE2 solid;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.slct.active + .select-icon,
.select-icon.active {
    transform: rotate(180deg);
}
.wrap_sorting {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 2px #ECF3F9 solid;
}
.buy-item-map iframe {
    width: 100%;
    height: 360px;
    max-width: 675px;
    box-shadow: 0px 10px 20px rgba(137, 137, 137, 0.3);
    border-radius: 20px;
}
.address h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;
    padding-bottom: 40px;
    color: #0F1820;
}
.address-label {
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
    color: #54565A;
}
.address-detail {
    color: #0F1820;
}
.address-row {
    padding-bottom: 20px;
}
.buy-item {
    margin-top: 55px;
}
.buy-item:nth-child(1) {
    margin-top: 30px;
}
.section_where_buy {
    padding-bottom: 140px;
}
.btn-link {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #1A9FE2;
    padding: 0;
    padding-bottom: 2px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    border-bottom: 1px dashed #1A9FE2;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-link:hover {
    border-color: transparent;
}
.d_flex > .inner-page-title {
    margin-bottom: 0;
}
.catalog-item-img {
    height: 250px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog-item-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}
.item_catalog .grid-item {
    padding: 30px;
    margin-top: 30px;
    box-shadow: 0px 10px 20px rgba(126, 126, 126, 0.3);
    background-color: #f5f4f2;
}
.item_catalog .grid-item::before {
    display: none;
}
.catalog-item-descr {
    text-align: center;
}
.catalog-item-category {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    padding-top: 30px;
    color: #54565A;
    text-align: left;
    text-transform: uppercase;
}
.catalog-item-name {
    color: #0F1820;
    text-align: left;
    padding-bottom: 34px;
}
.btn-outline {
    font-size: 12px;
    line-height: 14px;
    padding: 13px 40px;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    background: #1A9FE2;
    box-shadow: 0px 10px 20px rgba(137, 137, 137, 0.3);
    border-radius: 10px;
}
.btn-outline:hover {
    background-color: #0e86c2;
}
.pagination_list {
    padding-top: 50px;
    text-align: left;
	width: 100%;
}
.pagination_list li {
    padding: 0 8px;
    display: inline-block;
    vertical-align: middle;
}
.pagination_list li a {
    width: 60px;
    height: 60px;
    color: #0F1820;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(126, 126, 126, 0.3);
    border-radius: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pagination_list li a:hover,
.pagination_list li.active a {
    background-color: #1A9FE2;
    color: #FFFFFF;
}
.section_catalog_inner {
    padding-bottom: 140px;
}
.section_catalog_inner .title_page {
    margin-bottom: 60px;
}
.smartfilter .d_flex {
    padding-bottom: 60px;
}
.item {
    max-width: 430px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
    position: relative;
}
.item__img {
    height: 380px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.item__img::before {
    position: absolute;
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #000000 -45.45%, rgba(0, 0, 0, 0) 80%);
}
.item__text {
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    padding: 40px;
    color: #fff;
    z-index: 2;
}
.row_min {
    margin: 0 -10px;
}
.row_min > div {
    padding: 0 10px;
}
.section_main {
    padding: 100px 0;
}
.page__header__img {
    min-height: 842px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.page__header__img::before {
    position: absolute;
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url(../img/billbord_text.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 97% center;
}
.marketplace-strip {
    background: #F3F3F3;
    padding: 20px 15px;
}
.marketplace-strip__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    max-width: 840px;
    min-height: 74px;
    margin: 0 auto;
    padding: 13px 38px;
    background: #FFFFFF;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(15, 24, 32, 0.08);
}
.marketplace-strip__title {
    color: #0F1820;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    white-space: nowrap;
}
.marketplace-strip__links {
    display: flex;
    align-items: center;
    gap: 15px;
}
.marketplace-strip__link {
    display: block;
    line-height: 0;
    transition: opacity 0.3s;
}
.marketplace-strip__link:hover {
    opacity: 0.85;
}
.marketplace-strip__link img {
    display: block;
    width: 180px;
    height: auto;
}
.align_center {
    text-align: center;
}
.btn_scroll {
    width: 60px;
    height: 60px;
    bottom: 130px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    background-image: url(../img/scroll.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.page__header__img {
    background-position: 97% center;
}
.slider-nav .slick-current {
    border: 2px solid #1A9FE2;
}
.slider-nav img {
    border-radius: 10px;
}
.slider-for img {
    width: 100%;
    height: auto;
}
.contact-item .social-link .front {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.contact-item .social-link:hover .front {
    transform: scale(1.08);
}
.mob_search {
}
.section_catalog .grid-item {
    min-height: 420px;
    max-width: 430px;
    margin-top: 20px;
    box-shadow: none;
}
.section_catalog .title_page {
    margin-bottom: 60px;
}
.mobile_btn {
    display: none;
}
.hide_detail {
    display: none;
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
@-ms-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
.btn_scroll {
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -ms-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.slct.active {
    /*pointer-events: none;*/
}
.select {
    cursor: pointer;
}
.zoomImg {
    cursor: crosshair;
}
.back-arrow {
    color: #fff;
    margin-bottom: 20px;
}
.mobile_title {
    display: none;
}
.image_big {
    width: 84%;
}
.video-big {
    width: 84%;
}
.big {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    position: inherit !important;
}
.nav_image img {
    max-width: 100%;
    height: auto;
    display: block;
}
.nav_image {
    width: 60px;
}
.nav_image li {
    display: block;
    margin-bottom: 10px;
}
.nav_image li a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
}
.nav_image li a.zoomGalleryActive {
    border-color: #1A9FE2;
}

.slider-nav,
.slider-for {
    display: none;
}
.wrap_mob_search {
    display: none;
}
.close_mob_search {
    position: absolute;
    /* left: 0; */
    right: 139px;
    margin: auto;
    width: 40px;
    height: 37px;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    background-color: #292829;
    background-image: url(../img/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.mob_search:focus + .close_mob_search {
    right: 15px;
    opacity: 1;
    z-index: 2;
}





.zoomWindow {
    border-width: 1px !important;
    width: 670px !important;
    height: 360px !important;
    border-color: #999 !important;
}
/*
.zoomLens {
    opacity: 1 !important;
    transform: none !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
}*/
/*
.catalog-item-img img,
.item__img {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.item_catalog:hover .catalog-item-img img,
.item:hover .item__img {
	transform: scale(1.03);
}*/
.item__wrap {
    overflow: hidden;
}
* {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}
.item_catalog,
.item {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.item_catalog:hover,
.item:hover {
    transform: scale(1.03);
}
.catalog-item-name {
    min-height: 75px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

/*new*/

.inner-page-header {
    padding: 13px 0;
}
.main_logo img {
    max-width: 175px;
}

.header-search-input {
    font-size: 14px;
    line-height: 17px;
    padding: 13px 17px;
    padding-right: 35px;
    -webkit-appearance: none;
    width: 555px;
}
.header-search-submit {
    right: 16px;
}
.right_header .social-link {
    width: 35px;
    height: 35px;
}
.languge_active {
    width: 65px;
    height: 42px;
    padding-left: 10px;
}
.app-mobile-btn {
    height: 41px;
    width: 41px;
    padding: 12px 11px;
}

.card-props-value-color .card-props-value-exists {
    background-color: transparent;
}
.card-props-value-active {
    box-shadow: none;
    background-color: #D7E4EF;
}
.card-props-value-color .card-props-value-item:hover {
    box-shadow: none;
}
.card-props-value-color .card-props-value-active,
.card-props-value-color {
    background-color: transparent;
}
.card-props-value-color .card-props-value-item a {
    border: 2px transparent solid;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.card-props-value-color .card-props-value-item:hover a,
.card-props-value-color .card-props-value-active a {
    border: 2px #1A9FE2 solid;
}
.bottom_card .btn_blue {
    box-shadow: none;
}
.card-props-value-exists {
    flex-wrap: wrap;
}
.form-container textarea,
.form-container input,
.slct {
    box-shadow: none;
}
.main_logo {
    position: relative;
    top: -2px;
}
.pb-20 {
    padding-bottom: 20px;
 }
 .p-60 {
    padding: 60px;
 }
.about-banner {
    min-height: 350px;
    color: #FFF;
    text-align: center;
    font-size: 35px;
}
.about_title {
    text-align: center;
    font-size: 29px;

    line-height: 47px;
    padding: 25px 0;
}
.content-align {
    text-align: center;
}
.zoomWrapper img:nth-child(2){display: none!important;}
.popup{
display: none;
padding: 80px 30px 40px;
}
.popup .inner-page-title{font-size: 40px;}
@media (max-width:960px){
.popup .inner-page-title{font-size: 20px;}
}
.section_detail ul {
	margin: 14px 0px;
	padding-left: 40px;
}
.section_detail ul li {
	list-style-type: disc;
}
.section_catalog_inner ul {
	margin: 14px 0px;
	padding-left: 40px;
}
.section_catalog_inner ul li {
	list-style-type: disc;
}
.section_contacts ul {
	margin: 14px 0px;
	padding-left: 40px;
}
.section_contacts ul li {
	list-style-type: disc;
}
.section_catalog ul {
	margin: 14px 0px;
	padding-left: 40px;
}
.section_catalog ul li {
	list-style-type: disc;
}
.section_where_buy ul {
	margin: 14px 0px;
	padding-left: 40px;
}
.section_where_buy ul li {
	list-style-type: disc;
}
.item__text {
	display:none;
}
.item__img::before {
	display:none;
}
.page__header__img::before {
	background-position:25% center !important;
}

.about_title {
	margin:0 auto;
	font-size:30px;
	padding:30px 0px;
	font-weight:500;
}

.about_text {
	text-align: justify;
	font-size: 18px;
	padding: 30px 0px 0px 0px;
}

.captcha_form {
	margin-top:15px;
}

/*.item__wrap.articles {
	max-width:420px;
	width:420px;
}*/

.articles-detail h2 {
	font-size:30px;
	font-weight:500;
}

.articles-detail h3 {
	font-size:22px;
	font-weight:300;
}

.articles-detail p {
	padding-top:30px;
	font-size:18px;
	text-align:justify;
	font-weight:100;
}

.articles-detail .mob-weight {
	font-size:14px;
}

.back-articles {
	padding:10px 0px;
}

/*Стили чтобы увеличить картинки в каталоге*/
.item_catalog .grid-item {
	padding:10px 0px 0px 0px !important;
}

.catalog-item-img {
	height:300px !important;
}

.catalog-item-descr {
	padding:0px 30px 30px 30px !important;
}

.catalog-item-category {
	padding-top:15px !important;
}
/*Конец стилей для увеличения картинок в каталоге*/

.block_mp {
	padding:15px 0px;
}

.btn_ozon {
	background-color:#f1f6ff;
	padding:13px 22px;
	border:2px solid #1A9FE2;
}

.btn_ozon:hover {
	background:white;
}

.btn_wb {
	background-color:#ffeafc;
	padding:13px 22px;
	border:2px solid #1A9FE2;
}

.btn_wb:hover {
	background:white;
}

.btn_ya {
	background-color:#fff9e5;
	padding:13px 22px;
	border:2px solid #1A9FE2;
}

.btn_ya:hover {
	background:white;
}

.logo_mp {
	width:80px;
}

.reload {
    display: block;
    margin-top: 20px;
    margin-left: auto;
}

.back-arrow {
    color: #fff;
    margin-top: -20px;
    margin-bottom: 20px;
}

.show-more-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 50px 0 0 0;
}

.show-more-btn {
    color: #fff;
    border: none;
}

@media (max-width: 998px) {
    .reload {
        margin-top: 10px;
    }

    .back-arrow {
        margin-bottom: 0px;
		margin-top: 20px;
    }
}
.checkbox-policy {
	padding: 10px 10px 30px 10px;
}
.checkbox-policy .checkbox-input {
	height:20px !important;
	width:20px !important;
	position:relative;
	top:4px;
}

.title_footer a {
	color:#fff;
}
