@import url(fontello.css);


@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-ThinBETA.eot');
    src: url('../fonts/Inter/Inter-ThinBETA.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter/Inter-ThinBETA.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-LightBETA.eot');
    src: url('../fonts/Inter/Inter-LightBETA.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter/Inter-LightBETA.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-SemiBold.eot');
    src: url('../fonts/Inter/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter/Inter-SemiBold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Bold.eot');
    src: url('../fonts/Inter/Inter-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter/Inter-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* new fonts  */
@font-face {
    font-family: 'Didot';
    src: url('../fonts/didot.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* -------------------------------
	Global
------------------------------- */
html, body {
    height: 100%;
}

html {
    background: #fff;
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    font: 300 16px/1.88 'Inter', sans-serif;
    color: #1f1f1f;
}

body,
dl, dd,
blockquote, fieldset, legend {
    margin: 0;
    padding: 0;
}

fieldset {
    border: none;
}

table {
    border: none;
    border-collapse: collapse;
}

th, td {
    vertical-align: top;
}

th {
    text-align: left;
    font-weight: normal;
}

address {
    font-style: normal;
}

p, ul, ol {
    margin: 0 0 0.99em 0;
}

img {
    max-width: 100%;
    vertical-align: top;
}

iframe[src="//t.insigit.com/nsapi/static/partners.html"] {
    display: none;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}

#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    position: relative;
}

.in {
    width: 100%;
    /*max-width: 1920px;*/
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}

/* .hm_sub .in {
	width: 100%;
    /* max-width: 1920px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
} */

/* -------------------------------
	Txt
------------------------------- */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.title1 {
    margin-bottom: 0.5em;
    font: 300 55px/1.2 'Inter', sans-serif;
}

.title2 {
    margin-bottom: 0.5em;
    font: 300 48px/1.2 'Inter', sans-serif;
}

.title3 {
    margin-bottom: 0.7em;
    font: 300 44px/1.2 'Inter', sans-serif;
}

.title4 {
    margin-bottom: 0.5em;
    font: 300 32px/1.2 'Inter', sans-serif;
}

.title4.v1 {
    margin-bottom: 1.95em;
    text-align: center;
}

.title5 {
    margin-bottom: 0.5em;
    font: 300 30px/1.2 'Inter', sans-serif;
}

.title5.v1 {
    margin-bottom: 2.3em;
    text-align: center;
}

.title6 {
    margin-bottom: 0.5em;
    font: 300 27px/1.34 'Inter', sans-serif;
}

.title7 {
    margin-bottom: 0.5em;
    font: 300 22px/1.2 'Inter', sans-serif;
    /*height: 50px;*/
}

.title8 {
    margin-bottom: 0.5em;
    font: italic 100 24px/1.67 'Inter', sans-serif;
}

.title9 {
    margin-bottom: 1em;
    font: 300 21px/1.2 'Inter', sans-serif;
}

.title10 {
    margin-bottom: 0.5em;
    font: 300 12px/2 'Inter', sans-serif;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.title11 {
    margin-bottom: 0.5em;
    font: 300 30px/1.2 'Inter', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.title11.v1 {
    margin-bottom: 4.6em;
    text-align: center;
}

.tbl_hide,
.tbl_hide th,
.tbl_hide td {
    border: none;
}

.tbl_border,
.tbl_border th,
.tbl_border td {
    border: 1px solid #333;
}

.tbl_overflow {
    position: relative;
    overflow: auto;
}

.tbl_overflow table {
    min-width: 640px;
}

/* -------------------------------
	Links
------------------------------- */
:focus {
    outline: none;
}

a img {
    border: none;
}

a {
    color: #1f1f1f;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
}

a[href^="tel"] {
    color: inherit;
    white-space: nowrap;
    text-decoration: none !important;
}

a.lnk_v1 {
    border-bottom: 1px solid #e3e3e3;
    text-decoration: none;
}

a.lnk_v1:hover {
    border-bottom-color: transparent;
}

a.lnk_v2 {
    color: #fff;
    text-decoration: none;
    opacity: 0.2;
}

a.lnk_v2:hover {
    opacity: 1;
}

a.lnk_v3 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.09em;
    text-decoration: none;
    text-transform: uppercase;
}

a.lnk_v3:hover {
    text-decoration: underline;
}

a.lnk_v3 [class^="icon-"] {
    margin-left: 12px;
    font-size: 21px;
    line-height: 1;
}

a.lnk_v4 {
    color: #878787;
    text-decoration: none;
}

a.lnk_v4:hover {
    color: #1f1f1f;
    text-decoration: underline;
}

/* -------------------------------
	Forms
------------------------------- */
.f_row {
    margin-bottom: 17px;
}

.f_input {
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 16px 24px;
    border: 1px solid #e3e3e3;
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3;
    color: #1f1f1f;
    -webkit-appearance: none;
}

.f_input.v1 {
    background: none;
    border-color: #323232;
    color: #fff;
}

.f_input.v2 {
    border-color: #fff;
}

.f_input.v3 {
    padding: 10px 16px;
}

textarea {
    height: 186px;
    overflow: auto;
    resize: none;
    vertical-align: top;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: inherit;
    opacity: 0.5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
}

input.f_input.v1::-webkit-input-placeholder,
textarea.f_input.v1::-webkit-input-placeholder {
    opacity: 0.2;
}

input.f_input.v1::-moz-placeholder,
textarea.f_input.v1::-moz-placeholder {
    opacity: 0.2;
}

input.f_input.v1:-moz-placeholder,
textarea.f_input.v1:-moz-placeholder {
    opacity: 0.2;
}

input.f_input.v1:-ms-input-placeholder,
textarea.f_input.v1:-ms-input-placeholder {
    opacity: 0.2;
}

.floating_label {
    position: relative;
}

.floating_label label {
    width: 100%;
    padding: 0 16px;
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 11px;
    line-height: 1.3;
    color: #878787;
}

.floating_label .f_input.v3 {
    padding-top: 18px;
    padding-bottom: 2px;
}

.floating_label .icon-check {
    background: #1b1b1b;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}

input[type="submit"],
input[type="button"],
button {
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn {
    background: #1b1b1b;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 156px;
    min-height: 42px;
    padding: 10px 20px;
    border: none;
    font-family: inherit;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 0.09em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
}

.btn.v1 {
    background: #fff;
    color: #282828;
}

.btn.v2 {
    background: #fff;
    padding: 0;
    width: 55px;
    min-width: auto;
    height: 55px;
    font-size: 24px;
    line-height: 55px;
    color: #282828;
}

.btn.v3 {
    padding: 0;
    width: 55px;
    min-width: auto;
    height: 55px;
    font-size: 16px;
    line-height: 55px;
}

.btn.v4 {
}

.btn.v4 [class^="icon-"] {
    margin-left: 15px;
    font-size: 16px;
    line-height: 1;
}

/* -------------------------------
	Header
------------------------------- */
#header {
    background: #1b1b1b;
    position: relative;
    z-index: 200;
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
}

#header > .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 170px;
    padding-top: 33px;
    padding-bottom: 10px;
}

.logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 45px;
    position: relative;
    /*left: 8%;*/
    text-align: center;
}

.logo img {
    height: 51px;
}

.h_lang {
    margin-right: 45px;
}

.h_lang a {
    color: inherit;
    text-decoration: none;
}

.h_lang img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border-radius: 50%;
    vertical-align: middle;
}

.h_contact {
}

.h_contact a {
    color: inherit;
    text-decoration: none;
}

.h_search {
    margin-right: 45px;
    position: relative;
    z-index: 1;
}

.h_search_ctrl {
    cursor: pointer;
}

.h_search_ctrl [class^="icon-"] {
    margin-right: 35px;
    font-size: 15px;
    line-height: 1;
}

#search_popup {
    background: #1b1b1b;
    display: none;
    width: 100%;
    max-width: 610px;
    padding: 40px;
    color: #fff;
}

#search_popup .fancybox-close-small {
    top: 10px;
    right: 10px;
}

#search_popup .fancybox-close-small::before {
    font-size: 20px;
}

#search_popup .title5 {
    margin-bottom: 0.85em;
    text-align: center;
}

.f_search {
    position: relative;
}

/*.f_search .f_input.v1 {padding-right: 50px;}*/
/*.f_search .f_input.v1::-webkit-input-placeholder {
					color: inherit;
					opacity: 1;
				}
				.f_search .f_input.v1::-moz-placeholder {
					color: inherit;
					opacity: 1;
				}
				.f_search .f_input.v1:-moz-placeholder {
					color: inherit;
					opacity: 1;
				}
				.f_search .f_input.v1:-ms-input-placeholder {
					color: inherit;
					opacity: 1;
				}*/

.f_search .b_btn {
    padding-top: 34px;
    text-align: center;
}

/*.f_search button {
					background: none;
					width: 50px;
					height: 100%;
					padding: 0;
					position: absolute;
					top: 0;
					right: 0;
					font-size: 15px;
					line-height: 1;
					color: #fff;
				}*/

.h_fav {
    margin-right: 45px;
    position: relative;
}

.h_fav a {
    color: inherit;
    text-decoration: none;
}

.h_fav [class^="icon-"] {
    margin-right: 3px;
    font-size: 23px;
    line-height: 1;
}

.h_fav_num {
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: 19px;
    font-size: 15px;
    line-height: 20px;
    color: #282828;
    text-align: center;
}

.h_cart {
    margin-right: 35px;
    position: relative;
}

.h_cart a {
    color: inherit;
    text-decoration: none;
}

.h_cart [class^="icon-"] {
    margin-right: 3px;
    font-size: 23px;
    line-height: 1;
}

.h_cart_num {
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    left: 18px;
    font-size: 15px;
    line-height: 20px;
    color: #282828;
    text-align: center;
}

.h_user {
    text-align: right;
}

.h_user a {
    color: inherit;
    text-decoration: none;
}

.h_user [class^="icon-"] {
    margin-right: 3px;
    font-size: 20px;
    line-height: 1.6;
}

.m_ctrl {
    display: none;
    width: 40px;
    /*border-top: 2px solid;
			border-bottom: 2px solid;
			cursor: pointer;*/
}

.m_ctrl::before {
    /*content: "";
			display: block;
			margin: 4px 0;
			border-top: 2px solid;*/
}

.h_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 12px 0 0 0;
    padding: 0;
    list-style: none;
}

/*.hm_item {margin-right: 30px;}*/
.hm_item:last-child {
    margin: 0;
}

.hm_lnk {
    display: block;
    padding: 4px;
    position: relative;
    font-size: 13px;
    color: inherit;
    text-decoration: none;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-right: 30px;
}

.hm_lnk::after {
    content: "";
    width: 100%;
    /*border-bottom: 4px solid;*/
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.hm_lnk:hover::after {
    opacity: 1;
}

.hm_lnk.v1::after {
    display: none;
}

.hm_item:hover .hm_lnk.v1 {
    background: #fff;
    color: #282828;
}

.hm_sub {
    background: #ffffffe0;
    visibility: hidden;
    transition: opacity .1s ease-in-out;
    width: 100%;
    padding: 26px 0;
    position: absolute;
    left: 0;
    font-size: 16px;
    color: #282828;
    margin-top: 26px;
    /* margin-top: 0px; */
    opacity: 0;
}

.hm_item:hover > .hm_sub {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: opacity .1s ease-in;
}

.hm_sub .in {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 5 ] 290 px;
    grid-template-columns: repeat(5, 1fr) 290px;
    grid-gap: 0 5px;
    /*max-width: 1636px;*/
    margin: 0 auto;
}

.hm_sub .col {
    padding: 15px 26px 15px 26px;
    border-right: 1px solid #d3d3d3;
}

.hm_sub .col:nth-child(1) {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

.hm_sub .col:nth-child(2) {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

.hm_sub .col:nth-child(3) {
    padding-right: 0;
    border: none;
}

.hm_sub .title {
    margin-bottom: 32px;
    font-weight: 700;
}

.hm_sub_menu {
    margin: 0 0 -2.2em 0;
    padding: 0;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 160px;
    -moz-column-width: 160px;
    column-width: 160px;
    -webkit-column-gap: 5;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.hm_sub_menu li {
    margin-bottom: 2.2em;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.hm_sub_menu a {
    text-decoration: none;
}

.hm_sub_menu a:hover {
    text-decoration: underline;
}

/*.hm_sub_img {margin: -65px 0 -50px 0;}*/

#header.v1 {
    background: linear-gradient(#19191985, #00000000);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#header.v1:hover {
    background: #1b1b1b;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*body.h_menu_open {overflow: hidden;}*/

.h_menu_mob {
    display: none;
    width: 100%;
    max-width: 416px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    background-color: #ffffff;
}

.h_menu_mob .hmm_row1 {
    background: none;
    color: #333333;
}

.mobile-search_wr {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}

.mobile-search_wr .icon-search {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mobile-search {
    background: #fff;
    width: 100%;
    height: 44px;
    border: none;
    border-bottom: 2px solid #252525;
    padding: 0 60px 0 15px;
    font-size: 14px;
    line-height: 1.3;
    color: #252525;
    border-radius: 0 !important;
}

.mobile-search_btn {
    background: #252525;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    line-height: 1;
    color: #fff;
}

.mob-menu {
    width: 100%;
    text-align: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.mob-menu > li > a {
    color: #252525;
    font-size: 16px;
    display: block;
    padding: 19px 0;
    font-weight: 400;
    letter-spacing: .105em;
    border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase;
    text-decoration: none;
}


.h_menu_mob .close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    color: #767676;
    z-index: 5;
}

.show-items > a {
    position: relative;
}


.h_search {
    margin-right: 0px;
}

.show-items > a::before {
    content: '\e8a1';
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "fontello";
    font-size: 15px;
    line-height: 1;
    color: #767676;
}

.hmm_row1 {
    background: #1b1b1b;
    padding: 85px 0 35px 0;
    color: #fff;
}

.mob-sum-menu {
    width: 100%;
    max-width: 416px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background: #fff;
    padding: 36px 30px 10px;
    overflow: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mobile-sub-list {
    width: 100%;
    height: calc(100% - 83px);
    padding: 0 30px 10px 30px;
    position: absolute;
    top: 83px;
    left: 0;
    background: #ffffff;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    overflow: auto;
}

.mob-sum-menu.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mobile-sub-list.active {
    display: block;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.msm_title {
    padding: 0 15px 19px 15px;
    border-bottom: 1px solid #ebebeb;
    font-weight: 400;
    font-size: 16px;
    color: #252525;
    letter-spacing: .105em;
    text-transform: uppercase;
}

.mob-sum-menu .title {
    color: #000000;
    font-size: 14px;
    letter-spacing: .105em;
    display: block;
    padding: 20px 15px;
    border-bottom: 1px solid #ebebeb;
    text-transform: uppercase;
    text-decoration: none;
}

.mobile-sub-list {
    list-style-type: none;
    margin: 0;
}

.mobile-sub-list li a {
    display: block;
    padding: 20px 15px;
    border-bottom: 1px solid #e6e6e6;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: .105em;
    color: #000000;
    text-transform: uppercase;
}

.back-to-menu {
    width: 100%;
    margin-bottom: 32px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .105em;
    color: #000;
    text-transform: uppercase;
}

.back-to-menu [class^="icon-"] {
    margin-right: 10px;
    font-size: 15px;
}

.info-list {
    width: 100%;
    list-style-type: none;
    margin: 0 0 15px;
    padding: 0;
    text-align: left;
}

.info-list li a {
    color: #878787;
    font-size: 16px;
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
    text-decoration: none;
}

.info-list li:last-child a {
    border-bottom: unset;
}

.mobile-menu-bottom {
    width: 100%;
    margin: 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.h_menu_mob .hmm_row1 {
    padding-bottom: 0;
}

.hmm_row1 .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
}


.hmm_row1 .h_user,
.hmm_row1 .h_search,
.hmm_row1 .h_lang,
.hmm_row1 .h_contact {
    display: block;
    margin: 0 0 30px 0;
}

.hmm_row2 {
    background: #f5f5f5;
    padding: 45px 0 20px 0;
    font-size: 14px;
    color: #1f1f1f;
}

.hmm_row2 a {
    color: inherit;
    text-decoration: none;
}

.hmm_row2 a:hover {
    text-decoration: underline;
}

.hmm_row2 .title10 {
    margin-bottom: 1.55em;
    color: #898989;
}

.hmm_row2 .f_menu1 {
    margin-bottom: 50px;
}

.hmm_row2 .f_menu1 li {
    margin-bottom: 0.85em;
}

.hmm_row2 .f_payment {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}

.hmm_row2 .f_payment a {
    margin-right: 20px;
}

.hmm_row2 .f_payment img {
    max-width: 55px;
    max-height: 20px;
}

.hmm_row3 {
    background: #f5f5f5;
    padding: 35px 0;
    font-size: 12px;
    color: #898989;
}

.hmm_row3 a {
    color: inherit;
    text-decoration: none;
}

.hmm_row3 a:hover {
    text-decoration: underline;
}

.hmm_row3 .f_menu2 {
    display: block;
    margin-bottom: 45px;
}

.hmm_row3 .f_menu2 li {
    margin: 0 0 1.25em 0;
}

.hmm_row3 .dev {
    display: block;
}

.header_fixed {
    background: #1b1b1b;
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
    z-index: 200;
}

.header_fixed > .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
}

.header_fixed .h_lang {
    /*width: 42px;*/
    white-space: nowrap;
    overflow: hidden;
}

.header_fixed .h_search,
.header_fixed .h_cart,
.header_fixed .h_user {
    font-size: 0;
}

.header_fixed [class^="icon-"] {
    margin-right: 10;
}

.header_fixed .h_menu {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 0;
}

/* -------------------------------
	Main
------------------------------- */
#main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

.breadcrumbs {
    padding: 25px 0;
}

.breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.94em;
    line-height: 1.3;
    color: #878787;
}

.breadcrumbs li {
    margin-bottom: 0.2em;
}

.breadcrumbs li::after {
    content: "\002F";
    margin: 0 8px;
}

.breadcrumbs li:last-child::after {
    display: none;
}

.breadcrumbs a {
    text-decoration: none;
    color: inherit;
}

.breadcrumbs a:hover {
    color: #1b1b1b;
}

.breadcrumbs.v1 {
    border-bottom: 1px solid #e3e3e3;
}

.m_back_wr {
    padding: 20px 0;
    font-size: 20px;
    line-height: 1;
}

.m_back {
}

.slick-arrow {
    background: none;
    min-width: auto;
    padding: 0;
    position: absolute;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    line-height: 0;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev::before,
.slick-next::before {
    font-family: "fontello";
    font-weight: normal;
    /*font-size: 35px;*/
    font-size: 1.3rem;
    line-height: 1;
}

.slick-prev::before {
    content: "\e8a4";
    color: #000000;
}

.slick-next::before {
    content: "\e8a5";
    color: #000000;
}

.slick-dots {
    margin: 0;
    padding: 20px 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 6px;
}

.slick-dots button {
    background: none;
    width: 20px;
    min-width: auto;
    height: 20px;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.slick-dots button::before {
    content: "";
    background: #cdcdcd;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0.9;

}

.slick-dots li.slick-active button::before {
    background: #000;
    width: 8px;
    height: 8px;
}

.tabs .ui-helper-clearfix::before,
.tabs .ui-helper-clearfix::after {
    display: none;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: inherit;
}

.ui-tabs .ui-tabs-nav li {
    margin: 0;
    padding: 0;
    float: none;
    white-space: normal;
}

.ui-tabs .ui-tabs-nav li:last-child {
    margin-right: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
    padding-bottom: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 0;
    float: none;
    color: inherit;
    text-decoration: none;
}

.ui-tabs .ui-tabs-panel {
    padding: 0;
}

.tabs_wr {
    padding: 25px 0 0 0;
}

.tabs_wr .ui-tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabs_wr .ui-tabs-nav li {
    margin-right: 1.8em;
}

.tabs_wr .ui-tabs-nav .ui-tabs-anchor {
    display: block;
    padding: 1em;
    border-bottom: 2px solid transparent;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.3;
    color: #939393;
}

.tabs_wr .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    border-color: inherit;
    color: #282828;
}

.tab_content {
    padding-top: 40px;
}

.tabs_wr.v1 {
    padding: 0;
}

.tabs_wr.v1 .ui-tabs-nav .ui-tabs-anchor {
    padding-top: 1.75em;
    padding-bottom: 1.75em;
}

.tabs_wr.v1 .tab_content {
    background: #f5f5f5;
    padding: 30px 0;
}

.slider1_wr {
    position: relative;
}

@-webkit-keyframes scrdown {
    0% {
        -webkit-transform: rotate(-90deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-90deg) translate(-20px, 0);
        opacity: 0;
    }
}

@keyframes scrdown {
    0% {
        -webkit-transform: rotate(-90deg) translate(0, 0);
        transform: rotate(-90deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-90deg) translate(-20px, 0);
        transform: rotate(-90deg) translate(-20px, 0);
        opacity: 0;
    }
}

.scroll_down {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    color: #fff;
}

.scroll_down span {
    margin-left: -20px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    /*-webkit-animation: scrdown 1.5s infinite;
			animation: scrdown 1.5s infinite;*/
    font-size: 40px;
    line-height: 1;
}

.slider1 {
}

/*.slider1 .slick-prev, .slider1 .slick-next {
		color: white !important;
	}*/
.slider1 .slick-slide {
    position: relative;
}

.slider1 .slick-slide::before {
    content: "";
    /*background: #000;*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.4;
}

.slider1 .slick-slide::after {
    content: "";
    /*background: -o-linear-gradient(top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%);
			background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.55)), to(rgba(0,0,0,0)));
			background: linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%);*/
    width: 100%;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.slider1 .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*max-width: 1636px;*/
    width: 104%;
    height: 100vh;
    margin: 0 auto;
    margin-left: -26px;
    margin-right: 0px;
    /*padding-top: 102px;*/
    /*padding-bottom: 102px;*/
    z-index: 10;
}

.slider1 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sl1_descr {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.sl1_descr .title11 {
    font-weight: 300;
    max-width: 70%;
    margin: 0 auto;
}

.sl1_descr .b_btn {
    padding-top: 20px;
}

.slider1 .slick-dots {
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 0;
}

.slider1 .slick-dots li.slick-active button::before {
    background: #fff;
}

.slider1 .slick-arrow {
    color: #fff;
}

.slider1 .slick-prev {
    left: 26px;
}

.slider1 .slick-next {
    right: 26px;
}

.slider1 .slick-prev::before,
.slider1 .slick-next::before {
    font-size: 40px;
    color: white;
}

.slider1 .slick-prev::before {
    content: "\e8a4";
}

.slider1 .slick-next::before {
    content: "\e8a5";
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    line-height: 1;
    justify-content: center;
    margin-bottom: 10px;
}

.price del {
    margin-top: -0.5em;
    font-size: 0.75em;
    color: #8f8f8f;
}

.c_wr {
    padding: 25px 0;
}

.c_wr .in {
    max-width: 1636px;
    margin: 0 auto;
}

.c_wr .title5.v1 {
    margin-bottom: 1.5em;
}

.c_wr.v1 {
    padding: 45px 0;
    border-top: 1px solid #e3e3e3;
}

.c_wr.v2 {
    padding: 45px 0;
}

.b_info {
}

.bi_item {
}

.bi_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
}

.bi_item img {
    max-height: 100%;
    margin: auto;
}

.carousel {
}

.carousel .slick-arrow.slick-disabled {
    opacity: 0;
}

.c_wr1 {
    padding-top: 78px;
    border-top: 1px solid #e3e3e3;
}

.b_info1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -13px;
    padding-bottom: 30px;
}

.bi1_item {
    width: calc(50% - 26px);
    margin: 0 13px 112px 13px;
    text-decoration: none;
    text-align: center;
}

.bi1_thumb {
    margin-bottom: 32px;
    padding-top: 440px;
    padding-top: 57.5%;
    position: relative;
    overflow: hidden;
}

.bi1_thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bi1_item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.bi1_item > :last-child {
    margin: 0; /* margin-top: auto; */
}

.b_info1.v1 {
    padding: 0;
}

.b_info1.v1 .bi1_item {
    margin-bottom: 70px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.b_info1.v1 .bi1_thumb {
    margin-bottom: 17px;
}

.b_info2 {
    background: #1b1b1b;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.b_info2 .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1636px;
    height: 55vw;
    min-height: 360px;
    max-height: 720px;
    margin: 0 auto;
    position: static;
}

.bi2_thumb {
    width: 100%;
    max-width: 1902px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: right;
}

.bi2_play {
    background: url(../img/play_ico.png);
    width: 113px;
    height: 113px;
    position: absolute;
    top: 50%;
    left: 295px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.bi2_thumb iframe {
    width: 100%;
    max-width: 1280px;
    height: 100%;
}

.bi2_descr {
    width: 45%;
    max-width: 560px;
    margin-left: 40px;
    position: relative;
}

.bi2_descr .title10 {
    margin-bottom: 2.8em;
}

.bi2_descr .title5 {
    margin: 0;
}

.c_wr2 {
    padding: 40px 0 90px 0;
}

.b_info3 {
}

.bi3_item {
    margin: 0 13px;
}

.bi3_thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 310px;
    margin-bottom: 15px;
}

.bi3_thumb img {
    max-height: 100%;
    margin-top: auto;
}

.bi3_descr {
}

.bi3_descr .title7 {
    margin-bottom: 0.7em;
}

.bi3_descr .title7 a {
    text-decoration: none;
}

.carousel1 {
}

.carousel1 .slick-list {
    margin: 0 -13px;
}

.carousel1 .slick-arrow.slick-disabled {
    opacity: 0;
}

.c_wr3 {
    padding: 90px 0;
    border-top: 1px solid #e3e3e3;
}

.b_info4 {
    max-width: 970px;
    margin: 0 auto;
    text-align: center;
}

.b_info4 .title5 {
    margin-bottom: 1em;
}

.b_info4 .title8 {
    margin-bottom: 1.5em;
}

.bi4_thumb {
    width: 94px;
    height: 94px;
    margin: 0 auto 12px auto;
    border-radius: 50%;
    overflow: hidden;
}

.bi4_descr {
    padding-bottom: 12px;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.09em;
}

.b_info4.v1 {
    padding: 60px 0;
}

.b_info4.v1 .bi4_descr {
    padding-bottom: 0;
}

.b_info4.v1 .bi4_descr > :last-child {
    margin-bottom: 0;
}

.c_wr4 {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    text-align: center;
}

.c_wr4::before {
    content: "";
    /*background: #000;*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.4;
}

.c_wr4::after {
    content: "";
    /*background: -o-linear-gradient(top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.55)), to(rgba(0,0,0,0)));
		background: linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%);*/
    width: 100%;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.c_wr4 .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 524px;
    padding-top: 170px;
    padding-bottom: 60px;
    z-index: 2;
}

.c_wr4_head {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

.c_wr4_head .title5 {
    margin-bottom: 1em;
}

.c_wr4_head > :last-child {
    margin-bottom: 0;
}

.c_wr5 {
    margin-bottom: 40px;
    padding: 80px 0;
    border-bottom: 1px solid #e3e3e3;
}

.b_info5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 80px 0;
}

.bi5_thumb {
    width: 50%;
    min-height: 474px;
}

.bi5_thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bi5_descr {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 42%;
    min-width: 420px;
}

.bi5_descr .title5 {
    margin-bottom: 0.25em;
}

.bi5_descr .title1 {
    margin-bottom: 0.3em;
}

.bi5_descr > :last-child {
    margin-bottom: 0;
}

.b_info5.v1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.c_wr6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c_wr6_col:nth-child(1) {
    -ms-flex-preferred-size: 290px;
    flex-basis: 290px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 120px 0 0 0;
    border-right: 1px solid #e3e3e3;
}

.c_wr6_col:nth-child(1) .title9 {
    margin-bottom: 1.3em;
}

.c_wr6_col:nth-child(2) {
    -ms-flex-preferred-size: 600px;
    flex-basis: 600px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    padding-left: 64px;
}

.c_wr6 .breadcrumbs {
    margin-bottom: 20px;
}

.post_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 1.5em 0;
    padding: 0;
    list-style: none;
    line-height: 1.3;
}

.post_info li {
    margin: 0 50px 0.5em 0;
}

.post_info li:last-child {
    margin: 0;
}

.post_info span {
    color: #878787;
}

.b_info6 {
}

.bi6_item {
    margin-bottom: 80px;
}

.bi6_item .title11 {
    margin-bottom: 2em;
}

.bi6_thumb {
    margin-bottom: 35px;
}

.bi6_thumb img {
    width: 100%;
}

.bi6_descr {
}

.pagination {
    padding: 45px 0;
    border-top: 1px solid #e3e3e3;
}

.pagination .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination a {
    text-decoration: none;
}

.pagination a:hover {
    text-decoration: underline;
}

.pg_num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
}

.pg_num a {
    background: #1b1b1b;
    width: 2.625em;
    height: 2.625em;
    margin: 3px;
    border-radius: 50%;
    line-height: 2.625em;
    color: #fff;
    text-align: center;
}

.pg_num a:link,
.pg_num a:visited {
    background: none;
    color: #1f1f1f;
}

.pg_num a:hover {
    background: #1b1b1b;
    color: #fff;
    text-decoration: none;
}

.pagination.v1 {
    border-bottom: 1px solid #e3e3e3;
}

.c_wr6_col:nth-child(2) .pagination {
    margin-left: -64px;
    padding-left: 64px;
}

.b_info7 {
    margin: 0 0 105px 0;
    padding: 0;
    list-style: none;
    line-height: 1.5;
}

.b_info7 li {
    margin-bottom: 1.13em;
}

.b_info7 a {
    text-decoration: none;
}

.b_info7 a:hover {
    text-decoration: underline;
}

.b_info8 {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.5;
}

.b_info8 li {
    margin-bottom: 1.55em;
}

.b_info8 a {
    text-decoration: none;
}

.b_info8 a:hover {
    text-decoration: underline;
}

.bi8_views {
    font-size: 14px;
}

.bi8_views span {
    color: #878787;
}

.article {
}

.article .title1,
.article .post_info,
.article .title9,
.article p, .article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    max-width: 890px;
    margin-right: auto;
    margin-left: auto;
}

.article .post_info {
    margin-bottom: 4.8em;
    font-size: 16px;
}

.slider2 {
    max-width: 1380px;
    margin: 45px auto 25px auto;
}

.slider2 img {
    width: 100%;
    max-height: 550px;
    -o-object-fit: cover;
    object-fit: cover;
}

.b_info9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin: 85px -13px 75px -13px;*/
    margin: 0px -13px 0px -13px;
    font-size: 16px;
}

.bi9_item {
    width: calc(25% - 26px);
    margin: 0 13px 40px 13px;
}

.bi9_thumb {
    display: block;
    max-width: 210px;
    height: 220px;
    margin-bottom: 25px;
}

.bi9_thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.bi9_descr {
}

.bi9_descr .title7 {
    margin-bottom: 0.7em;
}

.bi9_descr .title7 a {
    text-decoration: none;
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    overflow-x: hidden;
    height: 40px;
}

.bi9_buy {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.b_info9.v1 {
    margin-top: 0;
    margin-bottom: 0;
    /*margin-top: auto;*/
}

.b_info9.v1 .bi9_item {
    width: calc(100% / 3 - 26px);
}

.b_info9.v1 .bi9_thumb {
    height: 210px;
    margin-bottom: 5px;
}

.more_product dl.c_wr19_info {
    height: 40px;
}

.b_info9.v2 .bi9_item {
    width: calc(20% - 26px);
}

.txt1 {
    max-width: 840px;
    margin: 100px 0;
    padding-left: 65px;
    border-left: 1px solid #282828;
}

.txt1 .title5 {
    margin-bottom: 0.25em;
}

.b_info10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin: 0 -13px 30px -13px;*/
    margin: 0 -13px 0px -13px;
}

.bi10_item {
    width: calc(50% - 26px);
    margin: 0 13px 0px 13px;
}

.bi10_thumb {
    margin-bottom: 17px;
    /*padding-top: 57.5%;*/
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.bi10_thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.bi10_descr {
    font-size: 15px;
    line-height: 1.5;
    color: #878787;
    text-align: center;
}

.article_foot {
    margin: 85px 0 0 -64px;
    padding: 60px 0 60px 64px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    font-size: 18px;
    line-height: 1.3;
    color: #919191;
}

.article_foot .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article_tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.article_tags dt {
    margin-right: 0.5em;
}

.article_tags dd {
}

.article_tags a {
    text-decoration: none;
}

.article_tags a:hover {
    text-decoration: underline;
}

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

.article_share dt {
    margin-right: 1.65em;
}

.article_share dd {
}

.article_share a {
    margin-right: 1.08em;
    font-size: 1.54em;
    line-height: 1;
}

.article_share a:last-child {
    margin: 0;
}

.c_wr7 {
    padding: 65px 0;
}

.b_info11 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -13px;
}

.bi11_item {
    width: calc(25% - 26px);
    margin: 0 13px 40px 13px;
    line-height: 1.5;
    text-decoration: none;
}

.bi11_thumb {
    margin-bottom: 20px;
}

.bi11_thumb img {
    width: 100%;
}

.bi11_descr {
}

.article_nav {
    margin-left: -64px;
    padding: 35px 0 35px 64px;
    border-top: 1px solid #e3e3e3;
    font-size: 18px;
    line-height: 1.3;
}

.article_nav .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article_nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #919191;
    text-decoration: none;
}

.article_nav [class^="icon-"] {
    font-size: 82px;
    line-height: 1;
    color: #1f1f1f;
}

.art_nav_prev [class^="icon-"] {
    margin-right: 0.45em;
}

.art_nav_next [class^="icon-"] {
    margin-left: 0.45em;
}

.c_wr8 {
    padding-bottom: 40px;
}

.b_info12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -13px 55px -13px;
}

.bi12_item {
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 3 - 26px);
    height: 26vw;
    margin: 0 13px 26px 13px;
    padding: 10px;
    position: relative;
}

.bi12_thumb {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.bi12_item .bi12_logo {
    margin: auto;
    position: relative;
}

.fancybox-slide--html {
    padding: 0;
}

.fancybox-close-small {
    width: auto;
    height: auto;
    opacity: 1;
}

.fancybox-close-small::before {
    content: "\e8af";
    font-family: "fontello";
    font-size: 52px;
    line-height: 1;
    color: #9a9a9a;
}

.fancybox-slide--html .fancybox-close-small {
    padding: 0;
    top: 45px;
    right: 45px;
}

.popup {
    background: #fff;
    width: 100%;
    min-height: 100vh;
    padding: 50px 45px 45px 45px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.popup.v1 {
    background: #f5f5f5;
}

.popup_head {
    padding-bottom: 45px;
}

.fancybox-content {
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
    opacity: 1;
}

.txt2 {
    max-width: 810px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.txt2 img {
    margin-bottom: 8px;
}

.txt2 .b_btn {
    padding-top: 15px;
}

.carousel2 {
}

.carousel2 .slick-list {
    margin: 0 -13px;
}

.carousel2 .slick-slide {
    margin: 0 13px;
}

.carousel2 img {
    width: 100%;
}

.carousel2 .slick-prev {
    left: -24px;
}

.carousel2 .slick-next {
    right: -24px;
}


/*.c_wr9 {background: url(../img/bkg2.jpg) center 0 / cover no-repeat;}*/


.c_wr9 .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    padding-top: 185px;
    padding-bottom: 50px;
}

.form_a {
    background: #1b1b1b;
    width: 100%;
    max-width: 610px;
    padding: 40px;
    color: #fff;
}

.form_a_logo {
    display: block;
    margin: 0 auto;
}

.form_a .title5 {
    margin-top: 15px;
    margin-bottom: 0.85em;
    text-align: center;
}

.form_a_opt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 17px;
}

.form_a .b_btn {
    padding-top: 17px;
    text-align: center;
}

.form_a_social_wr {
    margin-top: 58px;
    text-align: center;
}

.form_a_social_wr p {
    margin-bottom: 1.2em;
}

.form_a_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 38px;
}

.form_a_social a {
    margin: 0 10px;
    font-size: 20px;
    line-height: 1;
    color: #fff;
}

.c_wr10 {
    padding: 135px 24px 95px 24px;
}

.m_cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 26px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 90px;
}

.m_cols .title5 {
    display: block;
    margin-top: 0.35em;
}

.c_wr10_contacts {
    padding-top: 50px;
}

.c_wr10_contacts p {
    max-width: 460px;
    margin-bottom: 2.1em;
}

.c_wr10_contacts > :last-child {
    margin-bottom: 0;
}

.form_b {
    background: #f5f5f5;
    padding: 50px;
}

.form_b_head {
}

.form_b_head p {
    margin: 0;
}

.form_b_head .title5 {
    margin-bottom: 1.25em;
}

.form_b .b_btn {
    padding-top: 13px;
}

.filter_wr {
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
    line-height: 1.3;
}

.filter_wr .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.filter_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.filter_ctrl {
    background: #1b1b1b;
    min-width: 160px;
    margin: 5px 10px 5px 0;
    padding: 0 40px 0 20px;
    position: relative;
    font-size: 12px;
    line-height: 42px;
    color: #fff;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    cursor: pointer;
}

.filter_ctrl::after {
    content: "\e8a3";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "fontello";
    font-size: 10px;
    line-height: 1;
}

.filter_ctrl.active::after {
    content: "\e8a2";
}

.filter_ctrl .num {
    display: none;
}

.filter_item {
    background: #e8e8e8;
    margin: 5px 10px 5px 0;
    padding: 0 50px 0 20px;
    position: relative;
    line-height: 42px;
}

.filter_item [class^="icon-"] {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10px;
    line-height: 1;
    color: #8b8b8b;
    cursor: pointer;
}

.filter_clear {
    margin: 5px 0;
    line-height: 42px;
    text-decoration: none;
}

.filter {
    background: #fff;
    display: none;
    width: 100%;
    padding: 35px 20px;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    z-index: 150;
}

.filter .in {
    display: -ms-grid;
    display: grid;
    /*-ms-grid-columns: (1fr)[6] -webkit-max-content;
				-ms-grid-columns: (1fr)[6] max-content;
				grid-template-columns: repeat(4, 1fr) -webkit-max-content;
				grid-template-columns: repeat(4, 1fr) max-content;*/

    -ms-grid-columns: (1fr) [ 6 ];
    -ms-grid-columns: (1fr) [ 6 ];
    grid-template-columns: repeat(5, 1fr);
    grid-template-columns: repeat(5, 1fr);

    grid-gap: 0 10px;
}

.filter .title {
    font-weight: 700;
    margin-bottom: 1.2em;
}

.filter_col {
    padding-bottom: 30px;
}

.filter_opt {
    margin: 0;
    padding: 0 0 10px 0;
    list-style: none;
}

.filter_opt li {
    margin-bottom: 1em;
}

.filter_opt .color_item {
    margin: -2px 10px -3px 0;
    vertical-align: top;
}

.filter_opt label span {
    color: #9d9d9d;
}

.filter_opt_more {
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
}

.filter_opt_more [class^="icon-"] {
    margin-left: 10px;
    font-size: 10px;
    line-height: 1;
}

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

.filter_price::after {
    content: "";
    background: #c7c7c7;
    width: 14px;
    height: 1px;
    margin: 0 8px;
}

.filter_price .f_row {
    width: 156px;
    margin: 0;
}

.filter_price .f_row:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.filter_accept {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/6;
    padding-top: 20px;
    text-align: center;
}

.filter_accept a {
    text-decoration: none;
}

.filter_accept [class^="icon-"] {
    margin-left: 10px;
    font-size: 10px;
    line-height: 1;
}

.c_wr11 {
    overflow: hidden;
}

.sort_wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    padding: 27px 0;
    line-height: 1.3;
}

.sort_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
}

.sort_item > span {
    margin-right: 0.5em;
    color: #878787;
}

.b_label_wr {
    position: absolute;
}

.b_label {
    background: #1b1b1b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 11px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
}

.b_label_wr.v1 .b_label {
    width: 66px;
    height: 66px;
    margin-right: 15px;
    float: left;
}

.color {
}

.color_item {
    width: 25px;
    height: 25px;
    margin: 10px;
    border: 1px solid #ddd;
    -o-object-fit: cover;
    object-fit: cover;
}

.b_info13 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px 15px -8px;
}

.bi13_item {
    width: calc(25% - 16px);
    margin: 0 8px 70px 8px;
}

.bi13_in {
    background: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bi13_logo {
    display: none;
    position: absolute;
    top: 40px;
    left: 40px;
}

.b_info13 .b_label_wr {
    display: none;
    top: 40px;
    right: 40px;
}

.b_info13 .color {
    display: none;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b_info13 .color_item {
    display: block;
}

.bi13_thumb {
    /*background: #f5f5f5;*/
    /*margin-bottom: 20px;*/
    height: 350px;
}

.bi13_thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bi13_descr {
}

.bi13_descr .title7 {
    /*margin-bottom: 0.7em; */
    text-align: center;
}

.bi13_btn {
    display: none;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.bi13_btn .btn {
    margin-left: 6px;
    float: left;
}

.bi13_item:hover .bi13_in {
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    margin: -30px;
    padding: 30px;
    z-index: 1;
}

.bi13_item:hover .bi13_logo,
.bi13_item:hover .b_label_wr,
.bi13_item:hover .color,
.bi13_item:hover .bi13_btn {
    display: block;
}

.c_wr12 {
    padding: 10px 0;
}

.c_wr13 {
    padding: 60px 0 20px 0;
}

.c_wr14 {
    padding: 45px 0;
}

.c_wr14_head {
    margin-bottom: 4em;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.b_info14 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 26px 1fr 26px 1fr 26px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 13vw 26px 13vw 26px 13vw;
    grid-template-rows: repeat(3, 13vw);
    grid-gap: 26px;
}

.bi14_thumb:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
}

.bi14_thumb:nth-child(2) {
}

.bi14_thumb:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
}

.bi14_thumb:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
}

.bi14_thumb:nth-child(5) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
}

.bi14_thumb:nth-child(6) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
}

.bi14_thumb:nth-child(7) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 2;
    grid-row: 2;
}

.bi14_thumb:nth-child(8) {
    -ms-grid-column: 4;
    grid-column: 4;
}

.bi14_thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.b_info15 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.06fr 1fr;
    grid-template-columns: 1.06fr 1fr;
    grid-gap: 0 70px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.bi15_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 45px;
}

.bi15_header .title5 {
    margin: 0;
}

.bi15_header .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px;
}

.bi15_thumb {
    -ms-grid-column: 1;
    grid-column: 1;
    padding: 60px;
    border: 1px solid #e3e3e3;
}

.bi15_thumb img {
    width: 100%;
}

.bi15_descr {
}

.bi15_descr .title9 {
    margin-bottom: 1.8em;
}

.bi15_descr .b_info9 {
    margin-top: 0;
    margin-bottom: 0;
}

.bi15_descr .bi9_descr .title7 {
    margin-bottom: 0;
}

.bi15_descr .bi9_descr {
    max-width: 210px;
}

.c_wr15 {
}

.c_wr15_head {
    padding: 25px 0;
}

.steps_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.2;
}

.steps_nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em 0;
    color: #939393;
}

.steps_nav li::after {
    content: "\e8a5";
    margin: 0 2.15em;
    font-family: "fontello";
    font-size: 0.66em;
    line-height: 1;
    color: #939393;
}

.steps_nav li:last-child::after {
    display: none;
}

.steps_nav li.v1 {
    color: #282828;
}

.c_wr15_content {
    background: #f5f5f5;
    padding: 30px 0;
}

.m_cols1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 460px;
    grid-template-columns: 1fr 460px;
    grid-gap: 0 26px;
}

.c_wr15_content .bi16_descr_c .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    line-height: 1;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.b_info16 {
}

.bi16_item {
    background: #fff;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content 2.25fr minmax(110px, 1fr) minmax(110px, 0.9fr);
    -ms-grid-columns: max-content 2.25fr minmax(110px, 1fr) minmax(110px, 0.9fr);
    grid-template-columns: -webkit-max-content 2.25fr minmax(110px, 1fr) minmax(110px, 0.9fr);
    grid-template-columns: max-content 2.25fr minmax(110px, 1fr) minmax(110px, 0.9fr);
    grid-gap: 0 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 26px;
    padding: 25px;
    position: relative;
    line-height: 1.3;
}

.bi16_item:last-child {
    margin-bottom: 0;
}

.bi16_thumb {
    width: 175px;
    height: 175px;
}

.bi16_thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bi16_item .title7 {
    margin-bottom: 0.7em;
}

.bi16_item .title {
    margin-bottom: 1em;
    color: #878787;
}

.bi16_descr_a {
}

.bi16_descr_a > :last-child {
    margin: 0;
}

.bi16_descr_b {
    padding-top: 8px;
}

.bi16_descr_c {
    padding-top: 8px;
}

.bi16_descr_c .price {
    line-height: 30px;
}

.bi16_close {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 15px;
    line-height: 1;
    color: #b2b2b2;
    cursor: pointer;
}

.b_info17 {
    background: #fff;
    max-width: 550px;
    margin: 0 auto;
    padding: 40px 35px;
    position: -webkit-sticky;
    position: sticky;
    top: 58px;
    line-height: 1.3;
}

.bi17_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.bi17_head .title7 {
    margin-bottom: 1em;
}

.bi17_descr_a {
    padding-bottom: 20px;
}

.bi17_descr_a .f_row {
    margin-bottom: 0;
}

.bi17_descr_b {
    padding-bottom: 20px;
}

.bi17_descr_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 25px 0;
    border-top: 1px solid #e3e3e3;
    font-size: 24px;
    line-height: 1.2;
}

.table1 {
    width: 100%;
}

.table1 th,
.table1 td {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.table1 th {
    padding-right: 0.5em;
    font-weight: 300;
    color: #878787;
}

.table1 td {
    text-align: right;
    white-space: nowrap;
}

.table1 del {
    color: #878787;
}

.price_a {
}

.price_a span {
    font-size: 0.68em;
}

.b_info17 .f_check {
    margin-bottom: 20px;
    padding-top: 15px;
}

.b_info17 .b_btn {
}

.b_info17 .b_btn .btn {
    width: 100%;
}

.b_info17.v1 .bi17_head {
    padding-bottom: 8px;
}

.b_info17.v1 .bi17_descr_b {
    padding-bottom: 35px;
}

.f_cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.f_cols .f_input,
.f_cols .jq-selectbox__select {
    border-right-width: 0;
}

.f_cols .f_row:last-child .f_input,
.f_cols .f_row:last-child .jq-selectbox__select {
    border-right-width: 1px;
}

.f_check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.3;
    padding-top: 5px;
}

.f_check .jq-checkbox {
    top: 0;
}

.form_c {
    background: #fff;
    padding: 40px 35px 25px 35px;
}

.form_c fieldset {
    margin-bottom: 25px;
}

.form_c fieldset:last-child {
    margin-bottom: 0;
}

.form_c legend {
    margin-bottom: 0.85em;
}

.form_c .f_cols .f_row {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.b_info18 {
}

.bi18_item {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 222px;
    padding: 40px;
    margin-bottom: 26px;
    position: relative;
    cursor: pointer;
}

.bi18_item input {
    display: none;
}

.bi18_ico {
    background: #f5f5f5;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 65px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 94px;
    color: #ababab;
    text-align: center;
}

.bi18_item .title7 {
    position: relative;
    opacity: 0.7;
    color: #282828;
}

.bi18_item .title7::before {
    content: "\e8ac";
    background: #1b1b1b;
    display: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "fontello";
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}

.bi18_descr {
    width: calc(100% - 142px);
    max-width: 715px;
    opacity: 0.5;
}

.bi18_item input:checked ~ .bi18_ico {
    color: #000;
}

.bi18_item input:checked ~ .title7,
.bi18_item input:checked ~ .bi18_descr {
    padding-left: 45px;
    opacity: 1;
}

.bi18_item input:checked ~ .title7::before {
    display: block;
}

.c_wr16 {
    background: #f5f5f5;
    padding: 50px 0;
}

.c_wr16 .b_lnk {
    margin-bottom: 45px;
    text-align: center;
}

.b_info19 {
    background: #fff;
    max-width: 450px;
    margin: 0 auto;
    padding: 37px 40px 0 40px;
    line-height: 1.3;
}

.bi19_head {
    padding-bottom: 10px;
    text-align: center;
}

.bi19_head img {
    display: block;
    margin: 0 auto 13px auto;
}

.bi19_descr_a {
    padding-bottom: 50px;
}

.bi19_descr_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 40px 0;
    border-top: 1px solid #e3e3e3;
    font-size: 16px;
    line-height: 1.2;
}

.bi19_descr_c {
    background: #1b1b1b;
    margin: 0 -40px;
    padding: 22px 40px;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
}

.c_wr17 {
    padding: 100px 0;
}

.c_wr17_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 55px;
}

.carousel3 {
    margin: 0;
    padding: 0 82px;
}

.carousel3 .slick-slide {
    margin-bottom: 0;
}

.b_info20 {
    background: #fff;
    max-width: 820px;
    margin: 0 auto;
    padding: 60px 0;
    line-height: 1.5;
}

.bi20_descr_a {
    padding-bottom: 40px;
    position: relative;
}

.bi20_logo {
    position: absolute;
    top: 5px;
    right: 0;
}

.table2 {
}

.table2 th,
.table2 td {
    padding-bottom: 0.8em;
}

.table2 th {
    padding-right: 2.5em;
    font-weight: 300;
    color: #878787;
}

.table2 td {
}

.bi20_descr_b {
    padding-bottom: 55px;
}

.bi20_descr_b .title5 {
    margin-bottom: 1.1em;
}

.table3 {
    width: 100%;
}

.table3 tr {
    border-bottom: 1px solid #e3e3e3;
}

.table3 th,
.table3 td {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}

.table3 th {
    padding-right: 0.5em;
    font-weight: 300;
    color: #878787;
}

.table3 td {
    text-align: right;
}

.table3 del {
    color: #878787;
}

.bi20_descr_c {
    background: #1b1b1b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 23px 25px;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
}

.c_wr18 {
    padding: 0 0 55px 0;
}

.b_info21 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 2 ];
    /*grid-template-columns: repeat(2, 1fr);*/
    grid-template-columns: 40% 1fr;
    grid-gap: 0 60px;
    margin-bottom: 33px;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
    line-height: 1.5;
}

.bi21_col {
    min-width: 0;
}

.bi21_col:nth-child(1) {
    position: relative;
}

.b_info21 .b_label_wr {
    top: 20px;
    left: 20px;
    z-index: 1;
}

.carousel4 {
    /*padding: 50px;*/
    /*border: 1px solid #e3e3e3;*/
}

.carousel4 .slick-slide {
    height: 54vh;
    min-height: 428px;
}

.carousel4 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.carousel5 {
    margin: 5px auto -1px auto;
    max-width: 660px;
    padding: 0 25px;
}

.carousel5 .slick-slide {
    padding: 20px;
    border-bottom: 2px solid transparent;
}

.carousel5 .slick-current {
    border-color: #1b1b1b;
}

.carousel5 img {
    margin: 0 auto;
}

.carousel5 .slick-current img {
    opacity: 0.35;
}

.carousel5 .slick-arrow {
    width: 25px;
    height: 100%;
}

.carousel5 .slick-prev {
    text-align: left;
}

.carousel5 .slick-next {
    text-align: right;
}

.carousel5 .slick-prev::before,
.carousel5 .slick-next::before {
    font-size: 12px;
}

.carousel5 .slick-prev::before {
    content: "\e8a0";
}

.carousel5 .slick-next::before {
    content: "\e8a1";
}

.bi21_col:nth-child(2) {
    padding: 15px 0;
}

.bi21_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 5px;
}

.bi21_head .title5 {
    font-size: 35px;
}

.bi21_logo {
    margin-top: 5px;
}


.bi21_label {
    font-weight: 700;
    color: #1f1f1f;
    /*color: #878787;*/
}

.bi21_descr_a {
    text-align: right;
}

.bi21_descr_a p {
    margin-bottom: 0.45em;
}

.bi21_descr_a p:last-child {
    margin-bottom: 0;
}

.bi21_descr_b {
    padding-bottom: 17px;
    border-bottom: 1px solid #e3e3e3;
}

.price_b {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
}

.price_b span {
    font-size: 0.65em;
}

.bi21_descr_b p {
    margin: 0;
}

.bi21_descr_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e3;
}

.bi21_descr_c p {
    margin: 10px 0;
}

.addtowish {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    text-decoration: none;
    white-space: nowrap;
}

.addtowish [class^="icon-"] {
    margin-right: 13px;
    font-size: 24px;
    line-height: 1;
}

.bi21_descr_d {
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e3;
}

.bi21_dd_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.bi21_dd_head .title {
    margin-bottom: 0.5em;
    font-weight: 700;
}

.b_info22 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px -20px -10px;
}

.bi22_item {
    margin: 0 10px 20px 10px;
}

.carousel6 {
    display: block;
}

.carousel6 .slick-arrow.slick-disabled {
    opacity: 0;
}

.bi21_descr_e {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 22px 0;
}

.bi21_de_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 10px 1.5em 10px 0;
}

.bi21_de_item .bi21_label {
    margin-right: 0.5em;
}

.bi21_de_item .jq-selectbox {
    width: auto;
}

.bi21_de_item .color {
    margin: -5px 0;
}

.bi21_de_item .color_item {
    margin: 5px;
}

.bi21_de_item select {
    height: 36px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #555;
}

.bi21_de_item option {
    font-weight: 300;
}

.bi21_descr_f {
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
}

.bi21_qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 45px;
    color: #878787;
}

.bi21_qty .bi21_label {
    margin-right: 20px;
}

.list1 {
    padding: 0;
    list-style: none;
    line-height: 1.5;
}

.list1 li {
    margin-bottom: 0.5em;
    padding-left: 12px;
    position: relative;
}

.list1 li::before {
    content: "•";
    position: absolute;
    top: 0;
    left: 0;
    color: #878787;
}

.list1.v1 {
    max-width: 690px;
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    column-gap: 26px;
}

.list1.v2 {
    max-width: 930px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    column-gap: 26px;
}

hr {
    margin: 35px 0;
    border: none;
    border-top: 1px solid #e3e3e3;
    font-size: 0;
    line-height: 0;
}

.txt3 {
}

.deliv {
    /*min-width: 1600px;*/
    max-width: 80%;
    /*margin: 0px auto;*/
}

.txt3 .title5 {
    margin-bottom: 1em;
}

.txt3 .list1 {
}

.c_wr19 {
    background: #f5f5f5;
    padding: 70px 0;
}

.c_wr19 .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.c_wr19_col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    min-width: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.c_wr19_col:nth-child(1) {
    border-right: 1px solid #d7d7d7;
    padding-right: 50px;
}

.c_wr19_col:nth-child(2) {
    padding-left: 50px;
}

.c_wr19_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-bottom: 10px;
}

.c_wr19_head a.lnk_v1 {
    margin-left: 25px;
}

.c_wr19_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.88em;
}

.c_wr19_info dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.5em;
}

.c_wr19_info dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c_wr19_info dd a {
    margin-right: 1.5em;
}

.carousel7 {
    display: block;
}

.carousel7 .slick-slide {
    margin-bottom: 0;
}

.carousel7 .slick-arrow.slick-disabled {
    opacity: 0;
}

.c_wr20 {
    padding: 70px 0;
    border-bottom: 1px solid #e3e3e3;
}

.c_wr20_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 55px;
}

.c_wr20_head a.lnk_v1 {
    margin-left: 25px;
}

.c_wr21 {
    padding: 70px 0 40px 0;
}

.c_wr21 .title5 {
    margin-bottom: 1.8em;
    text-align: center;
}

.b_info23 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -13px;
}

.bi23_item {
    width: calc(50% - 26px);
    margin: 0 13px 40px 13px;
    text-decoration: none;
}

.bi23_thumb {
    margin-bottom: 30px;
}

.bi23_thumb img {
    width: 100%;
}

.bi23_descr {
    text-align: center;
}

.bi23_descr > :last-child {
    margin-bottom: 0;
}

.b_info24 {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 550px;
    min-height: 300px;
    margin: 0 auto;
    padding: 40px 35px;
    line-height: 1.3;
}

.b_info24 .title7 {
    margin-bottom: 0.8em;
}

.b_card {
    background: -o-linear-gradient(309deg, rgb(236, 236, 236) 0%, rgb(255, 255, 255) 46%, rgb(246, 246, 246) 56%, rgb(231, 231, 231) 100%);
    background: linear-gradient(141deg, rgb(236, 236, 236) 0%, rgb(255, 255, 255) 46%, rgb(246, 246, 246) 56%, rgb(231, 231, 231) 100%);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
    -ms-flex-line-pack: justify;
    align-content: space-between;
    border-radius: 20px;
    width: 100%;
    max-width: 390px;
    height: 60vw;
    max-height: 220px;
    margin-bottom: 25px;
    padding: 2.2em 1.86em;
    position: relative;
    color: #282828;
}

.b_card_logo {
    text-align: right;
}

.b_card_logo img {
    height: 6.5em;
}

.b_card_num {
    font-weight: 700;
    font-size: 1.125em;
}

.b_card_name {
}

.b_card_exp {
    text-align: right;
    opacity: 0.3;
}

.progress_wr {
    margin-bottom: 30px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
}

.progress_num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: 1;
}

.progress_num span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #939393;
    text-align: center;
}

.progress_num span.v1 {
    font-size: 1.5em;
    color: #282828;
}

.progress_bar {
    background: #282828;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.bi24_descr_a {
    margin-top: auto;
    font-size: 0.878em;
}

.bi24_descr_a p {
    margin-bottom: 1.2em;
}

.bi24_descr_a > :last-child {
    margin-bottom: 0;
}

.bi24_descr_b {
    margin-bottom: 30px;
}

.bi24_descr_b .b_btn {
    padding-top: 10px;
}

.bi24_descr_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 30px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 24px;
    line-height: 1.2;
}

.bi24_descr_d {
    margin-top: auto;
    font-size: 0.878em;
    line-height: 1.7;
    color: #8f8f8f;
}

.bi24_descr_d > :last-child {
    margin-bottom: 0;
}

.bi24_descr_e {
    padding-top: 30px;
}

.m_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 7px 0 12px 0;
}

.m_head .title7 {
    margin-right: 2.3em;
}

.b_info25 {
    background: #fff;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(58px, 0.5fr) minmax(174px, 1.2fr) minmax(80px, 0.6fr) minmax(140px, 0.8fr) minmax(120px, 0.8fr) 1fr;
    grid-template-columns: minmax(58px, 0.5fr) minmax(174px, 1.2fr) minmax(80px, 0.6fr) minmax(140px, 0.8fr) minmax(120px, 0.8fr) 1fr;
    grid-gap: 10px 15px;
    margin-bottom: 12px;
    padding: 24px 53px 24px 35px;
    position: relative;
    line-height: 1.3;
    cursor: pointer;
}

.b_info25::after {
    content: "\e8a9";
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "fontello";
    font-size: 12px;
    line-height: 1;
    color: #878787;
}

.bi25_item {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.bi25_item span {
    color: #878787;
}

.b_info26 {
    background: #fff;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 36px 2fr minmax(85px, 0.5fr) minmax(140px, 0.5fr);
    grid-template-columns: 36px 2fr minmax(85px, 0.5fr) minmax(140px, 0.5fr);
    grid-gap: 10px 26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    padding: 15px 20px;
    line-height: 1.3;
}

.bi26_item {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.bi26_item span {
    color: #878787;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.5;
}

.c_wr22 {
}

.c_wr22_head {
    margin-bottom: 35px;
    text-align: center;
}

.b_info27 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.b_info27 a {
    background: #1b1b1b;
    margin: 0 5px 10px 5px;
    padding: 9px 15px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
}

.b_info27 a:link,
.b_info27 a:visited {
    background: #f5f5f5;
    color: #000;
}

.b_info27 a:hover {
    background: #1b1b1b;
    color: #fff;
}

/* -------------------------------
	Footer
------------------------------- */
#footer {
    background: #f5f5f5;
    position: relative;
    line-height: 1.3;
}

/*#footer > .in {
		max-width: 1636px;
		margin: 0 auto;
	}*/

.ftr_row1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 5 ];
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 0 26px;
    padding: 75px 0 36px 0;
    font-size: 15px;
}

.ftr_row1 .col {
    position: relative;
}

.ftr_row1 .col:nth-child(1),
.ftr_row1 .col:nth-child(2),
.ftr_row1 .col:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
}

.ftr_row1 .col:nth-child(5) {
    padding-right: 62px;
}

.ftr_row1 .title10 {
    margin-bottom: 0.5em;
    color: #898989;
}

.ftr_row1 a {
    color: inherit;
    text-decoration: none;
}

.ftr_row1 a:hover {
    text-decoration: underline;
}

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

.f_menu1 li {
    margin-bottom: 0.74em;
}

.f_contacts {
}

.f_contacts p {
    margin-bottom: 0.74em;
}

.f_social {
    position: absolute;
    top: 9px;
    right: 0;
}

.f_social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 60px;
    margin-bottom: 20px;
    border: 1px solid #575757;
    border-radius: 3px;
}

.f_social a:last-child {
    margin-bottom: 0;
}

.f_payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    align-self: end;
    padding: 8px 0;
}

.f_payment a {
    margin-right: 50px;
}

.f_payment a:last-child {
    margin: 0;
}

.ftr_row2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 5 ];
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 0 26px;
    padding: 45px 0;
    border-top: 1px solid #e3e3e3;
    font-size: 12px;
    color: #898989;
}

.ftr_row2 a {
    color: inherit;
    text-decoration: none;
}

.ftr_row2 a:hover {
    text-decoration: underline;
}

.copy {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

.f_menu2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.f_menu2 li {
    margin-right: 37px;
}

.f_menu2 li:last-child {
    margin: 0;
}

.dev {
}

.bi9_descr .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: 0;
}

.bi9_item:hover .bi9_descr .btn {
    opacity: 1;
}

.more_product a.bi9_thumb {
    margin: 0 auto;
}

p.text_info {
    height: 50px;
}

span.old_price {
    color: #8f8f8f;
}

.mobile-block .teaser.no_sd {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
}

@media screen and (max-width: 1920px) {
    .in {
        /*padding-right: 26px;*/
        /*padding-left: 26px;*/
    }

    .bi15_descr .bi9_item {
        width: calc(100% / 3 - 26px);
    }
}

@media screen and (max-width: 1680px) {
    .header_fixed .fixed-list {
        margin-right: 15px !important;
    }

    .header_fixed .in {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1600px) {
    .header_fixed .fixed-list {
        margin-right: 5px !important;
    }

    .header_fixed .in {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1560px) {
    .bi2_play {
        left: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .bi15_descr .bi9_item {
        width: calc(50% - 26px);
    }

    .steps_nav li::after {
        margin: 0 1.5em;
    }

    .bi16_item {
        grid-gap: 0 40px;
    }

    .header_fixed .fixed-list {
        margin-right: 0px !important;
    }

    .header_fixed .in {
        padding: 0 5px;
    }

    .c_wr19_info {
        display: block;
    }
}

@media screen and (max-width: 1440px) {


    .header_fixed .h_lang,
    .header_fixed .h_search,
    .header_fixed .h_cart {
        margin-right: 20px;
    }

    /*.header_fixed .hm_item {margin-right: 10px;}*/
    .slick-prev::before,
    .slick-next::before {
        font-size: 48px;
    }

    .article_nav [class^="icon-"] {
        font-size: 48px;
    }

    .bi2_descr {
        margin-left: 0;
    }

    .bi13_item {
        width: calc(100% / 4 - 16px);
    }

    .b_info14 {
        -ms-grid-columns: (1fr) [ 3 ];
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-rows: (20vw) [ 4 ];
        grid-template-rows: repeat(4, 20vw);
    }

    .bi14_thumb:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
    }

    .bi14_thumb:nth-child(3) {
        grid-column: auto;
    }

    .bi14_thumb:nth-child(4) {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
    }

    .bi14_thumb:nth-child(5) {
        grid-column: auto;
        -ms-grid-row: 3;
        -ms-grid-row-span: 2;
        grid-row: 3/5;
    }

    .bi14_thumb:nth-child(6) {
        grid-column: auto;
        grid-row: auto;
    }

    .bi14_thumb:nth-child(7) {
        grid-column: auto;
        grid-row: auto;
    }

    .bi14_thumb:nth-child(8) {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 3;
        -ms-grid-row-span: 2;
        grid-row: 3/5;
    }

    .bi16_item {
        grid-gap: 0 26px;
    }

    .b_info25 {
        -ms-grid-columns: (1fr) [ 3 ];
        grid-template-columns: repeat(3, 1fr);
        padding-left: 25px;
    }

    .carousel,
    .carousel3 {
        padding: 0 48px;
    }
}

@media screen and (max-width: 1420px) {
    .c_wr19 .in {
        display: block;
    }

    .c_wr19_col:nth-child(1) {
        margin-bottom: 50px;
        padding: 0 0 50px 0;
        border-right-width: 0;
        border-bottom: 1px solid #d7d7d7;
    }

    .c_wr19_col:nth-child(2) {
        padding-left: 0;
    }

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

    .c_wr19_info {
        display: flex;
    }

    .header_fixed .hm_lnk {
        padding-right: 20px;
    }

    .header_fixed .h_search {
        margin-right: 0px !important;
        width: 25px;
    }
}

@media screen and (max-width: 1275px) {
    .header_fixed .h_search {
        margin-right: 0px !important;
        width: 25px;
    }

    .header_fixed .hm_lnk {
        padding-right: 15px
    }
}

@media screen and (max-width: 1250px) {

    .in {
        padding-right: 15px;
        padding-left: 15px;
    }

    .h_lang,
    .h_search,
    .h_fav,
    .h_cart {
        margin-right: 20px;
    }

    .logo {
        margin-right: 20px;
        margin-left: 20px;
    }

    /*.hm_item {padding-right: 10px;}*/
    .hm_sub {
        width: calc(100% + 30px);
        left: -15px;
    }

    .hm_sub .in {
        -ms-grid-columns: (1fr) [ 3 ];
        grid-template-columns: repeat(3, 1fr);
        padding-top: 0;
        padding-bottom: 0;
    }

    .hm_sub .col:nth-child(1),
    .hm_sub .col:nth-child(2) {
        -ms-grid-column-span: auto;
        grid-column-end: auto;
    }

    .hm_sub .col:nth-child(3) {
        padding-right: 26px;
    }

    .hm_sub .title {
        margin-bottom: 1.5em;
    }

    .hm_sub_menu {
        -webkit-column-width: 150px;
        -moz-column-width: 150px;
        column-width: 150px;
    }

    .hm_sub_menu li {
        margin-bottom: 1em;
    }

    .hm_sub_img {
        display: none;
    }

    .header_fixed .hm_lnk {
        font-size: 12px;
    }

    .b_info2 .in {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .b_info2 .in::after {
        content: "";
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.55)));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
        width: 100%;
        height: 40%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    .bi2_play {
        top: 60px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: 1;
    }

    .bi2_descr {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 25px;
        position: relative;
        z-index: 2;
        text-align: center;
    }

    .bi2_descr .title10 {
        margin-bottom: 1em;
    }

    .c_wr6_col:nth-child(2) {
        padding-left: 30px;
    }

    .c_wr6_col:nth-child(2) .pagination,
    .article_foot,
    .article_nav {
        margin-left: -30px;
        padding-left: 30px;
    }

    .bi9_item,
    .bi11_item {
        width: calc(50% - 26px);
    }

    .filter .in {
        -ms-grid-columns: (1fr) [ 3 ];
        grid-template-columns: repeat(3, 1fr);
    }

    .filter_col:nth-child(5) {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }

    .filter_accept {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4;
    }

    .b_info15 {
        display: block;
    }

    .bi15_header {
        padding-right: 90px;
        padding-bottom: 25px;
    }

    .bi15_thumb {
        max-width: 768px;
        margin: 0 auto 50px auto;
        padding: 40px;
    }

    .bi15_descr .bi9_item {
        width: calc(25% - 26px);
    }

    .m_cols1 {
        display: block;
    }

    .m_cols1_col:nth-child(1) {
        margin-bottom: 26px;
    }

    .b_info21 {
        grid-gap: 0 30px;
    }

    .b_info9.v2 .bi9_item {
        width: calc(25% - 26px);
    }

    .b_info24 {
        min-height: auto;
    }

    .b_info25 {
        -ms-grid-columns: minmax(58px, 0.5fr) minmax(174px, 1.2fr) minmax(80px, 0.6fr) minmax(140px, 0.8fr) minmax(120px, 0.8fr) 1fr;
        grid-template-columns: minmax(58px, 0.5fr) minmax(174px, 1.2fr) minmax(80px, 0.6fr) minmax(140px, 0.8fr) minmax(120px, 0.8fr) 1fr;
    }

    .popup_head {
        padding-bottom: 25px;
    }

    .f_payment a {
        margin-right: 30px;
    }

    .f_menu2 li {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .header_fixed .h_search {
        margin-right: 0px !important;
        width: 25px;
    }

    .header_fixed .hm_lnk {
        padding-right: 0px
    }
}

@media screen and (max-width: 1030px) {
    .header_fixed .fixed-menu-item {
        font-size: 9px !important;
    }
}

@media screen and (max-width: 1024px) {
    .f_menu2 li {
        margin-right: 15px;
    }

    .c_wr10_contacts {
        padding-top: 40px;
    }

    .form_b {
        padding: 40px;
    }

    .bi13_thumb {
        height: 200px;
        margin: 0 8px 6px 8px;
    }

    .product-image {
        height: 215px !important;
    }

    .bi13_item {
        width: calc(33% - 16px);
    }

    .header_fixed .hm_lnk {
        padding-right: 10px
    }
}

@media screen and (max-width: 980px) {
    .slider1 img {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .c_wr22 .title3 {
        margin-top: 70px;
    }

    .article h1.title1 {
        margin-top: 45px;
    }

    .mobile-block .title5.sku-title {
        margin-top: 20px;
    }

    .title1 {
        font-size: 50px;
    }

    .title2 {
        font-size: 40px;
    }

    .title3 {
        font-size: 35px;
    }

    .title4 {
        font-size: 30px;
    }

    .title4.v1 {
        margin-bottom: 1em;
        margin-bottom: 25px;
    }

    .title5 {
        font-size: 25px;
    }

    .title5.v1 {
        margin-bottom: 1em;
    }

    .title6 {
        font-size: 22px;
    }

    .title7,
    .title8 {
        font-size: 20px;
    }

    .title9 {
        font-size: 18px;
    }

    #header,
    #header.v1 {
        position: -webkit-sticky;
        position: sticky;
        background: #1b1b1b;
        top: 0;
    }

    .main-page #header {
        background: rgba(27, 27, 27, 0.00);
        width: 100%;
        position: fixed;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }

    .main-page #header.active {
        background: #1b1b1b;
        width: 100%;
    }

    #header > .in {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: auto;
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .h_lang,
    .h_contact,
    .h_search,
    .h_user {
        display: none;
    }

    .m_ctrl {
        display: block;
    }

    .logo {
        margin-top: 0;
        left: auto;
    }

    .logo img {
        height: 26px;
    }

    .h_cart {
        margin-right: 0;
        font-size: 0;
    }

    .h_fav,
    .h_cart {
        margin-top: 7px;
    }

    .h_menu {
        display: none;
    }

    .header_fixed {
        display: none !important;
    }

    .slider1 .in {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        padding-top: 52px;
        padding-bottom: 52px;
        width: 100%;
        margin: 0px;
    }

    .slider1 .slick-dots {
        bottom: 0;
    }

    .c_wr .title5.v1 {
        margin-bottom: 0.5em;
    }

    .c_wr.v1,
    .c_wr.v2 {
        padding: 25px 0;
    }

    .bi_item a {
        height: 12vw;
        max-height: 100px;
    }

    .h_lang {
        margin-left: 65px !important;
    }

    .h_lang a {
        color: #797979;
    }

    .h_user a {
        opacity: 0.7;
    }

    .c_wr1 {
        padding-top: 40px;
    }

    .bi1_item {
        width: calc(100% - 26px);
        margin-bottom: 40px;
    }

    .bi1_thumb {
        margin-bottom: 20px;
    }

    .c_wr2,
    .c_wr3 {
        padding: 40px 0;
    }

    .bi3_thumb {
        height: 36vw;
        max-height: 310px;
    }

    .b_info4.v1 {
        padding: 30px 0;
    }

    .c_wr4 .in {
        min-height: 210px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .c_wr5 {
        margin-bottom: 20px;
        padding: 0;
    }

    .b_info5 {
        display: block;
        margin: 40px 0;
    }

    .bi5_thumb {
        width: auto;
        min-height: auto;
        margin-bottom: 30px;
    }

    .bi5_descr {
        width: auto;
        min-width: auto;
        text-align: center;
    }

    .c_wr6 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .c_wr6_col:nth-child(1) {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 50px 0 20px 0;
    }

    .c_wr6_col:nth-child(2) {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 50px 0 20px 0;
        border-right-width: 0;
        border-bottom: 1px solid #e3e3e3;
    }

    .c_wr6_col:nth-child(2) .pagination,
    .article_foot,
    .article_nav {
        margin-left: 0;
        padding-left: 0;
    }

    .article {
        padding-top: 25px;
        font-size: inherit;
    }

    .b_info7 {
        margin-bottom: 60px;
    }

    .article .post_info {
        margin-bottom: 1.7em;
    }

    .slider2 {
        margin: 0;
    }

    .b_info9 {
        margin-top: 40px;
        margin-bottom: 0;
    }

    .bi9_thumb,
    .b_info9.v1 .bi9_thumb {
        height: 46vw;
        max-height: 220px;
    }

    .b_info9.v2 .bi9_item {
        width: calc(100% / 3 - 26px);
    }

    .tab_content .b_info9 {
        margin-top: 10px;
    }

    .txt1 {
        margin: 40px 0;
    }

    .b_info10 {
        margin-bottom: 0;
    }

    .article_foot {
        margin-top: 40px;
        padding-top: 45px;
        padding-bottom: 45px;
        font-size: inherit;
    }

    .c_wr7 {
        padding: 40px 0 20px 0;
    }

    .article_nav {
        font-size: inherit;
    }

    .b_info12 {
        margin-bottom: 30px;
    }

    .bi12_item {
        width: calc(50% - 26px);
        height: 40vw;
    }

    .popup {
        padding: 25px;
    }

    .fancybox-close-small::before {
        content: "\e8ae";
        font-size: 20px;
    }

    .fancybox-slide--html .fancybox-close-small {
        top: 25px;
        right: 25px;
    }

    .carousel2 .slick-prev {
        left: -15px;
    }

    .carousel2 .slick-next {
        right: -15px;
    }

    .c_wr9 .in {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .c_wr10 {
        padding: 40px 0 20px 0;
    }

    .m_cols {
        display: block;
        margin-bottom: 40px;
    }

    .c_wr10_contacts {
        padding: 0 0 50px 0;
    }

    .c_wr10_contacts p {
        margin-bottom: 1.88em;
    }

    .bi13_descr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .bi13_descr .title7 {
        margin: 0;
    }

    .bi13_item:hover .bi13_in {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
        padding: 0;
    }

    .bi13_item:hover .bi13_logo,
    .bi13_item:hover .b_label_wr,
    .bi13_item:hover .color,
    .bi13_item:hover .bi13_btn {
        display: none;
    }

    .c_wr13 {
        padding: 40px 0 0 0;
    }

    .bi15_header {
        padding-right: 45px;
    }

    .bi15_descr .bi9_item {
        width: calc(100% / 3 - 26px);
    }

    .c_wr14 {
        padding: 40px 0;
    }

    .c_wr14_head {
        margin-bottom: 2em;
    }

    .b_info14 {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: (30vw) [ 5 ];
        grid-template-rows: repeat(5, 30vw);
    }

    .bi14_thumb:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
    }

    .bi14_thumb:nth-child(2) {
    }

    .bi14_thumb:nth-child(3) {
        grid-column: auto;
    }

    .bi14_thumb:nth-child(4) {
        grid-column: auto;
        grid-row: auto;
    }

    .bi14_thumb:nth-child(5) {
        -ms-grid-column: 1;
        grid-column: 1;
        grid-row: auto;
    }

    .bi14_thumb:nth-child(6) {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 2;
        grid-row: 3/5;
    }

    .bi14_thumb:nth-child(7) {
        grid-column: auto;
        grid-row: auto;
    }

    .bi14_thumb:nth-child(8) {
        grid-column: auto;
        grid-row: auto;
    }

    .bi18_item {
        padding-right: 25px;
        padding-left: 25px;
    }

    .bi18_ico {
        right: 25px;
    }

    .bi18_descr {
        width: calc(100% - 115px);
        max-width: none;
    }

    .c_wr16,
    .c_wr17 {
        padding: 40px 0;
    }

    .c_wr17_head {
        margin-bottom: 20px;
    }

    .carousel3 {
        margin-top: 0;
    }

    .b_info20 {
        padding: 40px 0;
    }

    .c_wr18 {
        padding: 0 0 10px 0;
    }

    .b_info21 {
        display: block;
        margin-bottom: 40px;
    }

    .bi21_col:nth-child(1) {
        max-width: 730px;
        margin: 30px auto 40px auto;
    }

    .carousel4 .slick-slide {
        height: auto;
        min-height: auto;
    }

    .bi21_head {
        display: block;
    }

    .bi21_logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 60px;
        padding: 10px 0;
        position: absolute;
        top: -60px;
        right: 0;
    }

    .bi21_logo img {
        max-height: 100%;
        margin: auto;
    }

    .breadcrumbs {
        display: none;
    }

    .c_wr19,
    .c_wr20 {
        padding: 40px 0;
    }

    .c_wr19_col:nth-child(1) {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .c_wr21 {
        padding: 40px 0 0 0;
    }

    .c_wr21 .title5 {
        margin-bottom: 1em;
    }

    hr {
        margin: 30px 0;
    }

    .b_info25 {
        -ms-grid-columns: (1fr) [ 3 ];
        grid-template-columns: repeat(3, 1fr);
    }

    .bi9_descr .btn {
        opacity: 1;
    }

    /*   */
    .ftr_row1 {
        display: block;
        padding: 25px 0 0 0;
        border-bottom: 1px solid #E4E4E4;
    }

    .ftr_row1 .title10 {
        font-weight: 300;
        color: #000000;
        margin-bottom: 8px;
        position: relative;
    }

    .ftr_row1 .title10:before {
        content: '';
        width: 14px;
        height: 10px;
        background-image: url(../img/arrow-bottom.png);
        background-repeat: no-repeat;
        position: absolute;
        top: 8px;
        right: 20px;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }

    .title10.active:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .f_payment {
        display: none;
    }

    .f_social {
        display: none;
    }

    .ftr_row1 .col:nth-child(5) {
        padding-right: 0;
    }

    #footer .f_menu1 {
        padding-left: 25px;
        display: none;
    }

    .ftr_row1 .col {
        padding: 15px 0 7px;
        border-top: 1px solid #E4E4E4;
    }

    .ftr_row1 .col:nth-child(4) {
        display: none;
    }

    .ftr_row2 {
        display: block;
        padding: 35px 0;
        border: none;
        text-align: center;
    }

    .f_menu2,
    .dev {
        display: none;
    }

}

@media screen and (max-width: 730px) {
    .title1 {
        font-size: 40px;
    }


    .title2 {
        font-size: 35px;
    }

    .title3 {
        font-size: 30px;
    }

    .title4 {
        font-size: 25px;
    }

    .title5 {
        font-size: 22px;
    }

    .title6 {
        font-size: 20px;
    }

    .title7,
    .title8 {
        font-size: 18px;
    }

    .title9 {
        font-size: 16px;
    }

    .txt1 {
        padding-left: 26px;
    }

    .tabs_wr .ui-tabs-nav li {
        margin-right: 0;
    }

    .tabs_wr .ui-tabs-nav .ui-tabs-anchor {
        font-size: 25px;
    }

    .filter .in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .filter_col {
        -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .filter_col:nth-child(5),
    .filter_accept {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .filter_opt {
        padding: 0;
    }

    .filter_price .f_row {
        -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto;
    }

    .bi15_descr .bi9_item,
    .b_info9.v2 .bi9_item {
        width: calc(50% - 26px);
    }

    .steps_nav {
        font-size: 25px;
    }

    .steps_nav li::after {
        margin: 0 1em;
    }

    .bi16_item {
        -ms-grid-columns: -webkit-max-content (1fr) [ 2 ];
        -ms-grid-columns: max-content (1fr) [ 2 ];
        grid-template-columns: -webkit-max-content repeat(2, 1fr);
        grid-template-columns: max-content repeat(2, 1fr);
        grid-gap: 26px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .bi16_thumb {
        -ms-grid-row-span: 2;
        grid-row-end: span 2;
    }

    .bi16_descr_a {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }

    .bi16_descr_b,
    .bi16_descr_c {
        padding-top: 0;
    }

    .bi23_item {
        width: calc(100% - 26px)
    }

    .c_wr19_info {
        display: block;
    }

    .c_wr19_info dt {
        margin: 0;
    }

    .carousel4 {
        padding: 30px;
    }

    .b_info25 {
        -ms-grid-columns: 1fr 1.5fr;
        grid-template-columns: 1fr 1.5fr;
    }

    .teaser {
        max-height: 195px !important;
    }

    .collection_body .bc-menu .bc-list > li > a {
        border: 0;
    }
}

@media screen and (max-width: 550px) {
    body {
        /*font-size: 14px;*/
        line-height: 1.44;
    }

    .title1 {
        font-size: 35px;
    }

    .title2,
    .title5 {
        font-size: 24px;
    }

    .title3 {
        font-size: 20px;
    }

    .title4,
    .title6,
        /*.title7,*/
    .title8 {
        font-size: 24px;
    }

    .title9 {
        font-size: 14px;
    }

    .title11 {
        font-size: 18px;
    }

    .sl1_descr .b_btn {
        padding-top: 25px;
    }

    .c_wr,
    .c_wr.v1,
    .c_wr.v2 {
        padding: 10px 0;
    }

    .bi1_item,
    .b_info1.v1 .bi1_item {
        margin-bottom: 35px;

    }

    .bi1_thumb,
    .b_info1.v1 .bi1_thumb {
        margin-bottom: 15px;
    }

    .b_info2 {
        margin-right: -15px;
        margin-left: -15px;
    }

    .bi2_play {
        background-size: contain;
        width: 65px;
        height: 65px;
    }

    .bi2_descr .title5 {
        font-size: 18px;
    }

    .bi4_thumb {
        width: 60px;
        height: 60px;
    }

    .b_info4 .title5 {
        font-size: 18px;
    }

    .b_info4.v1 {
        padding: 15px 0;
    }

    .c_wr4 .in {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .c_wr4_head .title5 {
        margin-bottom: 0.5em;
    }

    .c_wr6 .breadcrumbs {
        margin-bottom: 0;
    }

    .post_info li {
        margin-right: 20px;
    }

    .bi6_item {
        margin-bottom: 40px;
    }

    /*.bi6_thumb {margin-bottom: 30px;}*/
    .bi6_thumb {
        margin-bottom: 0;
    }

    .bi6_descr {
        display: none;
    }

    .article .post_info,
    .b_info9,
    .bi10_descr {
        font-size: inherit;
    }

    .pagination,
    .article_foot,
    .article_nav {
        padding: 25px 0;
    }

    .tabs_wr .ui-tabs-nav .ui-tabs-anchor,
    .tabs_wr.v1 .ui-tabs-nav .ui-tabs-anchor {
        padding: 0.5em 0.3em;
        font-size: 20px;
    }

    .tab_content {
        padding: 25px 0;
    }

    .b_info12 {
        margin-bottom: 0;
    }

    .form_a,
    .form_b {
        padding: 30px;
    }

    .form_b {
        margin-right: -15px;
        margin-left: -15px;
    }

    .sort_wr {
        padding: 15px 0;
    }

    .bi13_item {
        /*width: calc(100% - 16px);*/
        margin-bottom: 40px;
    }

    .bi13_thumb {
        margin-bottom: 15px;
    }

    .b_info14 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: (70vw) [ 8 ];
        grid-template-rows: repeat(8, 70vw);
    }

    .bi14_thumb:nth-child(1),
    .bi14_thumb:nth-child(2),
    .bi14_thumb:nth-child(3),
    .bi14_thumb:nth-child(4),
    .bi14_thumb:nth-child(5),
    .bi14_thumb:nth-child(5),
    .bi14_thumb:nth-child(6),
    .bi14_thumb:nth-child(7),
    .bi14_thumb:nth-child(8) {
        grid-column: auto;
        grid-row: auto;
    }

    .bi15_header {
        display: block;
        padding-right: 0;
        text-align: center;
    }

    .bi15_header .title5 {
        margin-bottom: 0.5em;
    }

    .bi15_header .btn {
        margin: 0;
    }

    .bi15_thumb {
        margin-bottom: 35px;
        padding: 25px;
    }

    .steps_nav {
        font-size: 20px;
    }

    .steps_nav li {
        padding: 0.5em 0;
    }

    .b_info16 {
        margin: 0 -15px;
    }

    .bi16_item {
        margin-bottom: 15px;
        padding: 15px;
        grid-gap: 15px;
    }

    .bi16_thumb {
        width: 130px;
        height: 130px;
    }

    .b_info17 {
        margin-right: -15px;
        margin-left: -15px;
        padding: 25px 15px;
    }

    .form_c {
        margin-right: -15px;
        margin-left: -15px;
        padding: 25px 15px 10px 15px;
    }

    .form_c fieldset {
        margin-bottom: 20px;
    }

    .b_info18 {
        margin-right: -15px;
        margin-left: -15px;
    }

    .bi18_item {
        margin-bottom: 15px;
        padding: 25px 15px;
    }

    .bi18_ico {
        right: 15px;
    }

    .c_wr16 .b_lnk {
        margin-bottom: 35px;
    }

    .b_info19 {
        max-width: none;
        margin: 0 -15px;
        padding: 25px 15px 0 15px;
    }

    .bi19_descr_a {
        padding-bottom: 20px;
    }

    .bi19_descr_b {
        padding: 25px 0;
    }

    .bi19_descr_c {
        margin: 0 -15px;
        padding: 20px 15px;
    }

    .bi20_descr_a {
        padding-bottom: 20px;
    }

    .table2 th {
        padding-right: 1em;
    }

    .bi20_descr_b {
        padding-bottom: 30px;
    }

    .bi20_descr_b .title5 {
        margin-bottom: 0.5em;
    }

    .carousel4 {
        padding: 15px;
    }

    .carousel5 .slick-slide {
        padding: 5px;
    }

    .bi21_head .title5 {
        font-size: 24px;
    }

    .bi21_descr_a {
        padding-bottom: 17px;
        border-bottom: 1px solid #e3e3e3;
    }

    .bi21_descr_b {
        padding-top: 17px;
    }

    .bi21_descr_c {
        display: block;
    }

    .addtowish {
        margin-left: 0;
    }

    .bi21_descr_f {
        margin-right: -15px;
        margin-left: -15px;
        padding: 25px 15px;
    }

    .bi23_item {
        margin-bottom: 30px;
    }

    .bi23_thumb {
        margin-bottom: 15px;
    }

    .b_info21 .b_label_wr {
        top: 10px;
        left: 10px;
    }

    .b_label_wr.v1 .b_label {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        font-size: 9px;
    }

    .b_info24 {
        max-width: none;
        margin: 0 -15px;
        padding: 25px 15px;
    }

    .bi24_descr_e {
        padding-top: 0;
    }

    .m_head .title7 {
        margin-right: 1.5em;
    }

    .b_info25 {
        grid-gap: 5px 15px;
        margin-right: -15px;
        margin-left: -15px;
        padding: 15px 30px 15px 15px;
    }

    .b_info25::after {
        right: 15px;
    }

    .b_info26 {
        grid-gap: 5px 15px;
        margin-right: -15px;
        margin-left: -15px;
        padding: 15px;
    }

    .article {
        line-height: inherit;
    }
}


@media screen and (max-width: 480px) {

    .video-bottom iframe {
        height: auto;
    }

    .c_wr22 .title3 {
        margin-top: 30px;
    }


    .title1 {
        font-size: 30px;
    }

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

    .pg_prev,
    .pg_next {
        margin: 0 20px;
    }

    .pg_num {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 15px 0 0 0;
    }

    .article_foot .in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .article_tags {
        margin-bottom: 1.5em;
    }

    .b_info9,
    .b_info10,
    .b_info11,
    .b_info12 {
        margin-right: -8px;
        margin-left: -8px;
    }

    .bi9_item,
    .bi15_descr .bi9_item,
    .b_info9.v2 .bi9_item,
    .bi10_item,
    .bi11_item,
    .bi12_item {
        width: calc(50% - 16px);
        margin: 0 8px 30px 8px;
    }

    .bi12_item {
        margin-bottom: 16px;
    }

    .carousel2 .slick-list {
        margin: 0 -8px;
    }

    .carousel2 .slick-slide {
        margin: 0 8px;
    }

    .bi13_descr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .bi13_descr .title7 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 0.5em;
    }

    .form_a_opt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .form_a .b_btn {
        padding-top: 20px;
    }

    .form_a_social_wr {
        margin-top: 30px;
    }

    .form_a_social {
        margin-bottom: 20px;
    }

    .bi16_item {
        -ms-grid-columns: (1fr) [ 6 ];
        grid-template-columns: repeat(6, 1fr);
    }

    .bi16_thumb {
        -ms-grid-row-span: auto;
        grid-row-end: auto;
        width: 64px;
        height: 64px;
    }

    .bi16_descr_a {
        -ms-grid-column-span: 5;
        grid-column-end: span 5;
    }

    .bi16_item .title7 {
        margin-bottom: 0.2em;
    }

    .bi16_descr_b {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4;
    }

    .bi16_descr_c {
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
    }

    .f_cols {
        display: block;
    }

    .f_cols .f_input,
    .f_cols .jq-selectbox__select {
        border-right-width: 1px;
    }

    .bi18_ico {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .bi18_descr {
        width: calc(100% - 75px);
    }

    .bi18_item input:checked ~ .title7,
    .bi18_item input:checked ~ .bi18_descr {
        padding-left: 35px;
    }

    .bi20_logo {
        display: block;
        margin: 0 auto 20px auto;
        position: static;
    }

    .bi21_descr_f {
        display: block;
    }

    .bi21_qty {
        margin-bottom: 25px;
    }

    .bi21_descr_f .btn {
        width: 100%;
    }

    .popup {
        padding: 15px;
    }

    .b_info26 {
        -ms-grid-columns: 36px minmax(80px, 1fr) 1.5fr;
        grid-template-columns: 36px minmax(80px, 1fr) 1.5fr;
    }

    .bi26_item:nth-child(1) {
        -ms-grid-row-span: 2;
        grid-row-end: span 2;
    }

    .bi26_item:nth-child(2) {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }

    .slick-prev::before,
    .slick-next::before {
        font-size: 16px;
    }

    .carousel,
    .carousel3 {
        padding: 0 42px;
    }
}

@media screen and (max-width: 360px) {
    .jq-selectbox.v1 .jq-selectbox__select {
        width: 90%;
    }

    .article_nav [class^="icon-"] {
        font-size: 32px;
    }

    .form_a,
    .form_b {
        padding-right: 20px;
        padding-left: 20px;
    }

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

    .filter_items {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 10px;
    }

    .filter_ctrl {
        width: 100%;
        margin: 0;
    }

    .filter_ctrl .num {
        display: inline;
    }

    .filter_item {
        display: none;
    }

    .filter_clear {
        margin: 0;
    }

    .fancybox-slide--html .fancybox-close-small {
        top: 15px;
        right: 15px;
    }

    .b_info14 {
        grid-gap: 15px;
    }

    .bi20_descr_c {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.fixed-menu-item {
    font-size: 11px !important;
}

.fixed-list {
    margin-right: 20px !important;
}

.h_menu .fixed-list {
    margin-right: 5px !important;
}

@media screen and (min-width: 1092px) and (max-width: 1530px) {
    /* Ваши стили здесь */
    .header_fixed .h_menu {
        margin: 0px;
        display: flex;
        align-items: center;
        width: 100%;
        order: 1;
        height: auto !important;
    }

    .header_fixed .h_lang {
        width: 80%;
    }

    .header_fixed .in {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        margin-top: 5px;
        height: 70px !important;
    }

    .header_fixed .hm_lnk {
        padding-right: 10px;
    }

    .header_fixed .in .hm_sub {
        top: 70px !important;
    }

    .header_fixed .hm_sub .in {
        height: auto !important;
    }
}

/* corrections */
@media screen and (max-width: 320px) {
    .article.v2 .title1,
    .article.v2 h2.title9,
    .article.v2 p {
        text-align: center;
    }

    .article.v2 .post_info li {
        justify-content: center;
    }
}

.nothing-found {
    width: 100%;
    display: grid;
    justify-content: center;
}

.accordion-body {
    display: grid;
    grid-template-columns: 160px 280px 204px 340px 135px 1fr;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.collection_body .accordion-body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    grid-template-columns: none;
    justify-content: flex-start;
}

.info_collection .accordion-title {
    margin-right: 10px;
}

.info_collection .accordion-price {
    margin-right: 10px;
}

.info_collection .accordion-remaining {
    margin-right: 10px;
}

.info_collection {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 75%;
    padding-left: 15px;
}

.collection-description {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.accordion-title {
    font-weight: bold;
}

.accordion-price {
    font-weight: bold;
}

.accordion-more {
    color: #fff;
    background-color: #424242;
    border-color: #353535;
    width: 200px;
    text-align: center;
}

.accordion-div-img {
    width: 120px;
}

i-row {
    padding-top: 40px;
    padding-bottom: 40px;
}

.i-row-odd {
    background-color: #ffffff;
}

/*.i-row-even { background-color: #f7f7f7; }*/

.section-title {
    margin-top: 0;
    margin-bottom: 0.6em;
    font-weight: 500;
}

.section-title .fa {
    margin-right: 5px;
    color: #07a;
}

/*** Footer ***/
footer {
    padding: 20px 0;
    background-color: #333;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
}

/******************************************/
.color-changer {
    margin: 20px 0;
}

.color-changer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.color-changer ul li {
    float: left;
    width: 20%;
}

.color-changer ul li a {
    display: block;
    text-indent: -999em;
    cursor: pointer;
}

.color-changer ul li a:hover {
    position: relative;
    opacity: 0.9;
}

.color-changer ul li a:active {
    opacity: 1;
    transform: scale(1.1);
}

.ac-menu .ac-icon {
    float: right;
    font-size: 1.2em;
}

.ac-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ac-menu ul li {
    margin-top: 2px;
}

.ac-menu ul li a {
    display: block;
    text-decoration: none;
}

.ac-menu ul li a:hover,
.ac-menu ul li a.hover {
    background-color: rgba(0, 0, 0, 0.15);
    color: #333
}

.ac-menu .ac-list {
}

.ac-menu .ac-list > li {
}

.ac-menu .ac-list > li > a {
    padding: 10px 15px;
    background-color: #dddddd;
    color: #777;
}

.ac-menu .sub-menu {
    display: none;
}

.ac-menu .sub-menu > li > a {
    padding: 5px 15px;
    background-color: #eeeeee;
    color: #aaa;
    font-size: 14px;
}

/* Hover / Open */
.ac-menu .ac-list > li > a:hover,
.ac-menu .ac-list > li > .open {
    background-color: #18bc9c;
    color: #fff;
}

.ac-menu .open > .ac-icon:before {
    content: '\f3d8';
}

/* Transition */
.ac-menu .ac-list > li > a {
    transition: all 0.24s ease-in-out;
}


.bc-menu .bc-icon {
    float: right;
    font-size: 1.2em;
}

.bc-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bc-menu ul li {
}

.bc-menu ul li a {
    display: block;
    text-decoration: none;
}

.bc-menu ul li a:hover,
    /*.bc-menu ul li a.hover { background-color: rgba(0,0,0,0.05); color: #333 }*/
.bc-menu .bc-list {
}

.bc-menu .bc-list > li {
    margin-top: 2px;
}

.bc-menu .bc-list > li > a {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #777;
}

.bc-menu .sub-menu {
    display: none;
    border: 1px solid #ddd;
    background-color: #fff;
    transform: translateY(-1px);
}

.bc-menu .sub-menu > li {
    margin-top: 0;
}

/*.bc-menu .sub-menu > li > a { padding: 5px 15px; color: #aaa; font-size: 14px; }*/
/* Hover / Open */
.bc-menu .bc-list > li > a:hover,
    /*.bc-menu .bc-list > li > .open { background-color: #eee; }*/
    /*.bc-menu .open > .bc-icon:before { content: '\f3d8'; }*/
    /* Transition */
.bc-menu .bc-list > li > a {
    transition: all 0.24s ease-in-out;
}


.cc-menu .cc-icon {
    float: right;
    font-size: 1.2em;
}

.cc-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cc-menu ul li {
}

.cc-menu ul li a {
    display: block;
    text-decoration: none;
}

.cc-menu .cc-list {
}

.cc-menu .cc-list > li {
    margin-top: -1px;
}

.cc-menu .cc-list > li > a {
    padding: 8px 15px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #777;
}

.cc-menu .sub-menu {
    display: none;
    padding: 5px 0;
    background-color: #fff;
}

.cc-menu .sub-menu > li {
    margin-top: 0;
}

.cc-menu .sub-menu > li > a {
    padding: 5px 15px;
    color: #aaa;
    font-size: 14px;
}

.cc-menu .sub-menu > li > a:hover,
.cc-menu .sub-menu > li > a.hover {
    color: #e56;
}

/* Hover / Open */
.cc-menu .cc-list > li > a:hover {
    color: #d56;
}

.cc-menu .cc-list > li > a.open {
    background-color: #d56;
    border-color: #d56;
    color: #fff;
}

.cc-menu .open > .cc-icon:before {
    content: '\f3d8';
}

/* Transition */
.cc-menu .cc-list > li > a {
    transition: all 0.24s ease-in-out;
}


.dc-menu .dc-icon {
    float: right;
    font-size: 1.2em;
}

.dc-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dc-menu ul li {
}

.dc-menu ul li a {
    display: block;
    text-decoration: none;
}

.dc-menu .dc-list {
    background-color: #2980b9;
}

/* change this background-color */
.dc-menu .dc-list > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.dc-menu .dc-list > li > a {
    padding: 8px 15px;
    color: #fff;
}

.dc-menu .sub-menu {
    display: none;
    background-color: rgba(255, 255, 255, 0.15);
}

.dc-menu .sub-menu > li {
}

.dc-menu .sub-menu > li > a {
    padding: 5px 15px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.dc-menu .sub-menu > li > a:hover,
.dc-menu .sub-menu > li > a.hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}

/* Hover / Open / Active */
.dc-menu .dc-list > li > a:hover,
.dc-menu .dc-list > li > .open {
    background-color: #333;
}

.dc-menu .open > .dc-icon:before {
    content: '\f3d8';
}

/* Transition */
.dc-menu .dc-list > li > a {
    transition: all 0.2s ease;
}


.ec-menu .ec-icon {
    float: right;
    font-size: 1.2em;
}

.ec-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ec-menu ul li {
}

.ec-menu ul li a {
    display: block;
    text-decoration: none;
    border-left: 1px solid #ddd;
}

.ec-menu ul li a:hover,
.ec-menu ul li.open > a {
    color: #d56;
}

.ec-menu ul li a:hover,
.ec-menu ul li.open a {
    border-color: #d56;
}

.ec-menu .ec-list > li > a {
    padding: 8px 15px;
    color: #777;
    font-weight: 500;
}

.ec-menu .sub-menu {
    display: none;
}

.ec-menu .sub-menu > li > a {
    padding: 5px 25px;
    color: #999;
    font-size: 14px;
}

.ec-menu .sub-menu .sub-menu > li > a {
    padding-left: 35px;
}

/* Hover / Open */
.ec-menu .open > a > .ec-icon:before {
    content: '\f3d8';
}

/* Transition */
.ec-menu ul li a {
    transition: all 0.24s ease-in-out;
}

.accordion-div-img {
    border: 1px solid #ddd;
    margin: 15px;
}

.accordion-details {
    text-decoration: underline;
}

.active-menu {
    border-bottom: 4px solid white;
    padding-bottom: 10px;
}

.product-image {
    width: 100%;
    height: 350px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    margin-top: 25px;
}

.brand-item {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.brand-image-list {
    width: 430px;
    height: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.child-item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slider-image-item {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}

.ui-tabs-anchor {
    font-size: 15px !important;
}

.carousel .slick-prev {
    left: 0;
    background-color: #ffffff !important;
    padding: 5px;
}

.carousel .slick-next {
    right: 0;
    background-color: #ffffff !important;
    padding: 5px;
}

.carousel .iframe-container-div::after {
    content: "";
    background: transparent;
    width: 100%;
    height: 100%;
    min-height: 1px;
    position: absolute;
    top: 0;
}

.related-post-item img {
    width: 185px;
    height: 140px;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .carousel .draggable {
        margin: 0px auto;
        width: 88%;
    }

    .related-post-item img {
        width: 385px;
        height: 285px;
        object-fit: cover;
    }
}


.product-loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffffb5;
    z-index: 99;
}

.selected-filters {
    width: 100%;
    overflow: hidden;
}

.add-to-cart-block {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #80808094;
    position: fixed;
}

.add-to-cart-body {
    width: 350px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px;
    grid-template-columns: 1fr 24px;
    background-color: white;
    border-radius: 5px;
    margin: 0px auto;
    padding: 20px;
    margin-top: 10%;
}

.add-to-cart-body img {
    width: 24px;
}

.empty-cart {
    text-align: center;
    font-weight: bold;
    padding: 150px 0px;
}

.delete-prod-block, .delete-wish-block, .delete-viwed-block {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #80808094;
    position: fixed;
}

.delete-body, .fav-delete-body, .viwed-delete-body {
    width: 350px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
    margin: 0px auto;
    padding: 20px;
    margin-top: 10%;
}

.delete-on, .wish-on, .viwed-yes {
    background: #232323;
    display: inline-block;
    padding: 9px 16px;
    border: none;
    border-radius: 5px;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-appearance: none;
}

.delete-off, .wish-off, .viwed-no {
    background: #b1b1b1;
    display: inline-block;
    padding: 9px 16px;
    border: none;
    border-radius: 5px;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-appearance: none;
}

.sku-colors-list {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-right: 20px;
}

.sku-color-image {
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #80808045;
}

.sku-color {
    background-color: #ffffff;
    height: 60px;
    width: 60px;
    border: 1px solid #80808045;
}

.color_style_filter {
    margin: -22px 0px 0px 20px !important;
}

.filter_text_value {
    margin-left: 50px;
    margin-top: -20px;
}

.product-colors-list {
    padding: 10px 0px;
}

.colors-title {
    margin: 0px;
}

.sku-color-item {
    width: 60px;
    height: 60px;
}

.sku-color-image:hover, .sku-color:hover {
    border: 1px solid black;
}

.selected-color {
    /*border: 1px solid black;*/
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 13, 110, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255, 13, 110, 1);
    box-shadow: 0px 0px 5px 0px rgba(255, 13, 110, 1);
}

.product-description {
    height: 200px;
    padding: 0px;
}

.product-description p {
    padding: 0px !important;
}

#filter-form-er {
    max-width: 1600px;
    margin: 0px auto;
}

.filter-footer-form {
    display: grid;
    justify-content: center;
}


.txt3.deliv ul {
    max-width: 930px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    column-gap: 26px;
}

.product-brand-item {
    text-align: center;
    margin: 15px 0;
}

.product-buttons {
    text-align: center;
}

.product-brand-title {
    font-weight: bold;
}

.viewed-img {
    max-width: unset;
}

.viewed-title {
    text-align: center;
}


@media screen and (max-width: 768px) {
    .bi13_item {
        width: calc(50% - 16px);
    }

    .bi13_thumb {
        height: 150px !important;
    }

    .product-image {
        height: 150px !important;
    }

    .bi13_descr {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .price {
        margin-top: 10px;
    }

    .m_back_wr {
        margin-top: 20px;
    }

}


.no-description-display {
    display: none;
}

.description-display {
    display: block;
}

@media screen and (max-width: 425px) {
    .bi13_item {
        width: calc(50% - 16px);
    }

    .m_back_wr {
        margin-top: 20px;
    }
}

.hidden-fil-opt {
    display: none;
    width: 100%;
}

.show-more-opts {
    font-weight: bold;
    cursor: pointer;
}

.filter-open {
    height: 350px;
    overflow-y: scroll;
    /*padding: 0px 10px;*/
    width: 100%;
}

.filter_opt {
    width: 100%;
}

.post-product {
    text-align: center;
}

.post-product-anchor {
    max-width: unset;
}

.post-products-header {
    text-align: center;
}

.title55 {
    margin-bottom: unset !important;
}

.text-align-center {
    text-align: center;
}

.sl1_descr {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 102;
    max-width: unset;
}

.exit-favorites {
    color: red;
}

.empty-wishlist {
    text-align: center;
    width: 100%;
    padding: 100px 0px;
    font-weight: bold;
}

.delete-favorites {
    height: 100%;
    color: white;
    background-color: #ff00009e;
    width: 113%;
}

.input-error {
    border: 1px solid #ff2222;
}

.slider-button {
    z-index: 102 !important;
}

.hytPlayerWrapOuter {
    width: 102%;
    height: 100%;
    /*margin-top: -65px;*/
    position: relative;
}

.hide-iframe-controls {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    z-index: 101;
}

.hytPlayerWrap {
    width: 102%;
    height: 100%;
    /*margin-top: -65px;*/
}

.ifram-video-0 {
    margin-left: -40px !important;
}

.category-item-description-mobile {
    display: none;
}

.cart-total-sum {
    margin-left: 10px;
}

.title55 {
    display: none;
}

.edit-product {
    width: 20px;
    margin-top: 13px;
}

.title-v2 .title7 {
    width: 100%;
}

.col-last {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .edit-product {
        width: 20px;
        margin-top: 3px;
    }

    #main {
        margin-top: 44px;
    }

    .title55 {
        display: block;
        padding-top: 10px;
        text-align: center;
    }

    .mobile-block .bi21_head .title5 {
        display: none;
    }

    .c_wr18.collection_head .b_info21 .bi21_col {
        margin: 0;
    }

    .c_wr18.collection_head .bi21_descr_b {
        padding: 5px;
    }

    .burger-menu {
        width: 40px;
        /* margin-left: -15px; */
        max-width: unset !important;
    }

    .ifram-video-0 {
        margin-left: -15px !important;
    }

    .slider1 .ifram-video-0 {
        width: 102% !important;
        height: calc(var(--vh, 1vh) * 103) !important;
    }

    .slider__item {
        /* width: calc(100% + 20px) !important; */
        top: 0;
    }

    /*.hide-iframe-controls {*/
    /*	display: none;*/
    /*}*/
    .category-item-description-mobile {
        display: block;
        padding: 0px 16px;
        margin-top: -25px;
        text-align: center;
    }

    .category-item-description {
        display: none;
    }

    .bi13_descr .title7 {
        font-size: 14px;
    }


    .bi21_descr_a {
        display: none;
    }

    .article .in p {
        text-align: center;
    }

    .b_info10 .bi10_item {
        margin: 0 8px 0px 8px;
    }

    .b_info10 .bi10_item .bi10_thumb {
        margin-bottom: 5px;
    }

    .bi16_descr_c {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .bi16_descr_c .title {
        font-size: 14px;
        margin-top: -5px;
        margin-bottom: 0;
    }

    .bi16_descr_c .price {
        line-height: 24px;
        font-size: 14px;
        margin-top: 0px;
    }

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

    .bi16_descr_b .title {
        font-size: 14px;
        margin-top: 5px;
    }

    .b_info17, .b_info18 {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .c_wr18 {
        margin-top: 70px;
    }

    .mobile-block {
        margin-top: 0px !important;
    }

    .mobile-cart-block {
        padding: 0px !important;
    }

    .article .title1 {
        font-size: 23px !important;
        margin-top: 15px;
    }

    .add-to-cart {
        width: 100%;
        height: 40px !important;
    }

    .delete-favorites {
        height: 77% !important;
        margin-right: 10px !important;
        margin-top: -1px !important;
    }

    .bi9_descr .title7 {
        height: 73px !important;
    }

    .article.v2 .bi9_descr .title7 {
        height: 75px !important;
    }

    .article.v2 p.product-brand-title {
        min-height: 25px;
    }

    .product-brand-item {
        margin: 0px 0px !important;
    }

    .product-brand-title {
        margin: 0px !important;
    }

    .article .b_info10 {
        margin-bottom: 10px;
    }

    .article .b_info9 {
        margin-top: 5px;
    }

    .h_menu_mob {
        max-width: unset !important;
    }

    .slider1_wr {
        margin-top: -75px;
    }

    .title-v2 .title7 {
        height: 50px;
        width: 100%;
    }

    .deliv {
        max-width: 100%;
    }

    .collection_head, .collection_body {
        margin-top: 0px;
    }

    .collection_head .b_label_wr.v1 {
        position: relative;
        text-align: center;
    }

    .collection_head .collection_products img {
        max-height: 145px;
    }

    .collection_body .accordion-body {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .info_collection {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .collection_body .accordion-body .accordion-div-img {
        width: 25%;
        margin: 0;
    }

    .collection_body .accordion-cart {
        display: none;
    }

    .collection_body .collection-description {
        display: flex;
        flex-direction: column;
    }

    .collection_body .product-description {
        height: auto;
        padding: 0px;
    }

    .category-mob-description .title5, .category-mob-description div {
        color: #000000 !important;
    }
}

/* new code */
body {
    overflow-x: hidden;
}


.in .in-max {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.h_cart_num {
    top: -5px;
    left: 16px;
}

/* header */
.hm_lnk::before {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    top: 100%;
    left: 0;
}

.hm_sub {
    background: #fff;
    margin-top: 26px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.hm_sub::hover .hm_lnk::after {
    opacity: 1;
}

@media (max-width: 360px) {
    .logo {
        margin: 0px -35px;
    }

    .m-item-3 {
        grid-template-columns: 41px 35px !important;
    }

    .h_cart [class^="icon-"] {
        font-size: 21px;
    }

    .h_fav_num,
    .h_cart_num {
        margin-top: 0;
        height: 15px;
        width: 15px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .h_cart_num {
        top: -6px;
    }

    .h_fav, .h_cart {
        margin-top: 0px;
    }
}

/* slider */
/* .slider1 .in{
	width: 100%;
} */

/* house */
.title4.v1 {
    max-width: 610px;
    margin: 0px auto 22px;
    text-transform: uppercase;
}

/* slide-categories */
.slide-categories {
    display: flex;
    justify-content: flex-start;
    width: 100%;

    padding-bottom: 100px;
}

.slide-categories .draggable {
    width: 100%;
    height: 300px;
}

.slide-categories .slick-track {
    width: 100%;
    height: 100%;
    display: flex;
}

.slide-categories .slick-slide {
    flex: 0 0 calc((100% - 60px) / 3);
    height: 100%;
    background: #F7F7F7;
}

.slide-categories .slick-slide:not(:last-child) {
    margin-right: 30px;
}

.slide-categories .slick-slide > div {
    height: 100%;
}

.slide-categories__item {
    height: 100%;
    flex: 0 0 calc((100% - 60px) / 3);
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    overflow: hidden;
}

.slide-categories__item::after {
    content: "";
    width: 100%;
    height: 62px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;

}

.slide-categories__body {
    display: flex;
    align-items: flex-end;
    padding: 30px;
    height: 100%;
    width: 100%;
    justify-content: flex-start;
    position: relative;
}

.slide-categories__content {
    position: absolute;
    top: 60%;
    left: 30px;
    z-index: 99;
}

.slide-categories__title {
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #1B1B1B;
    max-width: 200px;
    margin-bottom: 20px;
}

.slide-categories__goto {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #1B1B1B;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.slide-categories__goto span {
    padding-right: 10px;
}

.slide-categories__image {
    position: absolute;
    bottom: 5px;
    right: -17px;
    z-index: 2;
}

.slide-categories__water {
    position: absolute;
    top: 75px;
    font-family: "didot";
    /* transform: translateY(-50%); */
    font-weight: bold;
    font-size: 62px;
    display: inline-block;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.08);
    width: 100%;
    text-align: center;
}

@media (max-width: 1400px) {
    .title4.v1 {
        margin-bottom: 22px;
    }

    .title4.v1 p {
        margin-bottom: 15px;
    }

    .slide-categories {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: auto;
        padding-bottom: 77px;
    }

    .slide-categories {
        height: auto;
    }

    .slide-categories .slick-track {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    /* .slide-categories .slick-slide{
		min-width: 460px;
	} */
    .slide-categories .draggable {
        height: 300px;
    }

    .slide-categories__item {

    }

    .slide-categories__image {
        max-height: 100%;
    }

    .slide-categories__image img {
        height: 100%;
        width: auto;
    }

    .slide-categories__water {

    }

    .slide-categories .slick-slide > div {
        height: 100%;
    }

    .slick-dots li button {
        width: 12px;
        height: 12px;
        transform: rotate(45deg);
        background: transparent;
        border: 1px solid #1B1B1B;

    }

    .slick-dots li button::before {
        display: none;
    }

    .slick-dots li.slick-active button {
        background: #1B1B1B;
    }
}

@media (min-width: 601px) and (max-width: 992px) {
    .slide-categories .slick-slide {
        max-width: 460px;
        min-width: 460px;
    }
}

@media (max-width: 600px) {
    .slide-categories {
        padding-bottom: 50px;
    }

    .slide-categories .slick-slide {
        max-width: none;
        min-width: none;
    }

    .slide-categories .slick-slide:not(:last-child) {
        margin-right: 0px;

    }

    .slide-categories .slick-slide {
        flex: 0 0 auto;
    }

    .slide-categories .draggable {
        height: 235px;
    }

    .slide-categories__body {
        padding: 20px;
    }

    .slide-categories__item::after {
        content: "";
        width: 100%;
        height: 40px;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;

    }

    .slide-categories__title {
        font-size: 18px;
        line-height: 22px;

    }

    .slide-categories__goto {
        font-size: 12px;
        line-height: 15px;
    }

    .slide-categories__image {
        height: 100%;
        width: 215px;
        right: -35px;
        bottom: 0;

    }

    .slide-categories__image img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: auto;
    }

    .slide-categories__water {
        font-size: 42px;
        line-height: 54px;
    }
}


.big-items1 {
    margin: 0px -40px;
    max-height: 630px;
}

.big-items1__content {
    display: flex;
    align-items: stretch;
    max-height: 100%;
    width: 100%;
}

.big-items1__image {
    flex: 0 0 56%;
    max-height: 630px;
}

.big-items1__image img {
    object-fit: cover;
    height: 100%;
}

.big-items1__body {
    max-height: 100%;
    box-sizing: border-box;
    flex: 0 0 44%;
    position: relative;
    overflow: hidden;
    background: #F7F7F7;
}

.big-items1__info {
    padding: 100px 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.big-items1__title {
    font-weight: 300;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #1B1B1B;
    margin-bottom: 20px;
}

.big-items1__title p {
    margin-bottom: 15px;
}

.big-items1__text {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #616161;
    flex: 1 1 auto;
    max-width: 655px;
    width: 100%;
    margin-bottom: 40px;
}

.big-items1__btn {
    border: 1px solid #1B1B1B;
    position: relative;
    padding: 19px 52px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #1B1B1B;
    text-decoration: none;
}

.big-items1__btn::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #1B1B1B;
    position: absolute;
    top: -5px;
    left: -5px;
}

.big-items1__water {
    position: absolute;
    bottom: 20px;
    right: -40px;
    /*width: 200px;*/
    opacity: 0.11;
    height: 600px;
}


.big-items2 {
    margin: 0px -40px;
    max-height: 630px;
}

.big-items2__content {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    max-height: 100%;
    width: 100%;
}

.big-items2__image {
    flex: 0 0 44%;
    max-height: 630px;
}

.big-items2__image img {
    object-fit: cover;
    height: 100%;
}

.big-items2__body {
    max-height: 100%;
    box-sizing: border-box;
    flex: 0 0 56%;
    position: relative;
    overflow: hidden;
    background: #F7F7F7;
}

.big-items2__info {
    padding: 100px 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
}

.big-items2__title {
    font-weight: 300;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #1B1B1B;
    margin-bottom: 20px;
    text-align: right;
}

.big-items2__title p {
    margin-bottom: 15px;
}

.big-items2__text {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #616161;
    flex: 1 1 auto;
    max-width: 655px;
    width: 100%;
    margin-bottom: 40px;
    text-align: right;
}

.big-items2__btn {
    border: 1px solid #1B1B1B;
    position: relative;
    padding: 19px 52px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #1B1B1B;
    text-decoration: none;
}

.big-items2__btn::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #1B1B1B;
    position: absolute;
    top: -5px;
    left: -5px;
}

.big-items2__water {
    position: absolute;
    bottom: 34px;
    left: 30px;
    opacity: 0.18;
    height: 500px;
}


@media (max-width: 1250px) {
    .big-items1,
    .big-items2 {
        margin: 0px -15px;
    }
}

@media (max-width: 1024px) {
    .big-items1,
    .big-items2 {
        max-height: 451px;
    }

    .big-items1__content,
    .big-items2__content {
        max-height: 451px;
    }

    .big-items1__image,
    .big-items2__image {
        flex: 0 0 50%;
        max-height: 451px;
    }

    .big-items1__body,
    .big-items2__body {
        flex: 0 0 50%;
        max-height: 451px;
    }

    .big-items1__title,
    .big-items2__title {
        font-size: 26px;
        line-height: 31px;
    }

    .big-items1__title p,
    .big-items2__title p {
        margin-bottom: 15px;
    }

    .big-items1__text,
    .big-items2__text {
        font-size: 14px;
        line-height: 23px;
    }

    .big-items1__info,
    .big-items2__info {
        padding: 60px 30px 60px 30px;
    }

    .big-items1__water {
        width: 250px;
        right: -100px;
        bottom: 10px;
    }

    .big-items2__water {
        position: absolute;
        bottom: 20px;
        left: -40px;
        width: 250px;
        opacity: 0.18;
    }
}

@media (max-width: 992px) {
    .big-items1,
    .big-items2 {
        max-height: 497px;
    }

    .big-items1__content,
    .big-items2__content {
        max-height: 497px;
    }

    .big-items1__image,
    .big-items2__image {
        max-height: 497px;
    }

    .big-items1__body,
    .big-items2__body {
        max-height: 497px;
    }

    .m-item-3 {
        grid-template-columns: 55px 40px !important;
    }

}

@media (max-width: 750px) {
    .big-items1,
    .big-items2 {
        max-height: none;
    }

    .big-items1__content,
    .big-items2__content {
        flex-direction: column;
    }

    .big-items1,
    .big-items2 {
        max-height: none;
    }

    .big-items1__content,
    .big-items2__content {
        max-height: none;
    }

    .big-items1__image,
    .big-items2__image {
        max-height: none;
    }

    .big-items1__image img,
    .big-items2__image img {
        height: auto;
    }

    .big-items1__body,
    .big-items2__body {
        max-height: none;
        background: #F7F7F7;
    }

    .big-items1__info,
    .big-items2__info {
        padding: 40px 25px;
        text-align: center;
        align-items: center;

    }

    .big-items1__title,
    .big-items2__title {
        text-align: center;
    }

    .big-items1__text,
    .big-items2__text {
        text-align: center;
    }

    .big-items1__water {
        width: 250px;
        right: -120px;
        bottom: 10px;
    }
}

@media (max-width: 500px) {
    .big-items2__water {
        position: absolute;
        bottom: 20px;
        right: -160px;
        width: 250px;
        opacity: 0.18;
        left: auto;
    }
}

@media (max-width: 360px) {
    .big-items1__info,
    .big-items2__info {
        padding: 40px 15px;
    }

    .big-items1__title,
    .big-items2__title {
        font-size: 18px;
        line-height: 22px;
    }
}

/* popular */

.popular {
    padding: 100px 0px;
}

.popular__title {
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #1B1B1B;
}

.popular__title p {
    margin-bottom: 15px;

}

.popular__content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 60px;
    margin-top: 20px;
    width: 100%;
}

.popular__item {
    flex: 0 0 calc((100% - 90px) / 4);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.item-popular {
    cursor: pointer;
}

.item-popular__head {
    height: 200px;
}

.item-popular__head img {
    height: 100%;
}

.item-popular__body {
    padding: 20px 20px 0px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.item-popular__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #1F1F1F;
    margin-bottom: 20px;
}

.item-popular__description {
    flex: 1 1 auto;
    font-size: 15px;
    line-height: 19px;
    color: #1F1F1F;
    margin-bottom: 15px;
}

.item-popular__price {
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #1B1B1B;
    margin-bottom: 15px;
}

.item-popular__action {
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-popular__like {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-popular__gocard {
    background: #000;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (any-hover: hover) {
    .item-popular:hover img {
        transform: scale(1.1);
    }
}

@media (max-width: 1024px) {
    .popular {
        padding: 80px 0px;
    }

    .popular__item {
        flex: 0 0 calc((100% - 60px) / 3);
    }
}

@media (max-width: 768px) {
    .popular {
        padding: 50px 0px;
    }

    .popular__title {
        font-size: 18px;
        line-height: 22px;
    }

    .popular__content {
        margin-top: 30px;
        column-gap: 20px;
        row-gap: 40px;
    }

    .popular {
        padding: 60px 0px;
    }

    .popular__item {
        flex: 0 0 calc((100% - 30px) / 2);
    }

    .item-popular__body {
        padding: 15px 0px 0px;
    }

    .item-popular__head {
        height: 180px;
    }

    .item-popular__like {
        width: 40px;
        height: 40px;
    }

    .item-popular__gocard {
        width: 40px;
        height: 40px;
    }

    .item-popular__title {
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #1F1F1F;
        margin-bottom: 10px;
        flex: 1 1 auto;
    }

    .item-popular__description {
        flex: 1 1 auto;
        font-size: 14px;
        line-height: 17px;
        color: #1F1F1F;
        margin-bottom: 10px;
    }

    .item-popular__price {
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #1B1B1B;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .item-popular__head {
        height: 150px;
    }

    .menu-header-item {
        align-items: center;
    }

    .logo {
        margin: 0 -35px;
    }
}

@media (max-width: 360px) {
    .item-popular__head {
        height: 135px;
    }

    .m-item-3 {
        grid-template-columns: 40px 20px !important;
    }
}

.videos {
    width: 100vw;
    margin: 0 -40px;
}

.videos__body {
    /*height: 720px;*/
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
}

.videos__video {
    /* flex: 0 0 1321px; */
    flex: 0 0 70%;
}

.videos__content {
    flex: 1 0 auto;
    position: relative;
    background: #1B1B1B;
}

.text__videos {
}

.text__videos__container {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    padding: 50px;
    background: #fff;
    width: 700px;
    height: 550px;

}

.text__videos__body {
    border: 1px solid #070602;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 0px 30px 0px 60px;
    position: relative;

}

.text__videos__body::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #070602;
    position: absolute;
    top: 10px;
    left: 10px;
}

.videos__title {
    font-weight: 300;
    font-size: 32px;
    line-height: 44px;
    text-transform: uppercase;
    color: #1B1B1B;
}

.videos__description {
    font-weight: 200;
    font-size: 18px;
    line-height: 32px;
    color: #070602;
}

@media (min-width: 1950px) {
    .text__videos__container {
        width: 900px;
    }
}

@media (max-width: 1750px) {
    /* .videos__video {
		flex: 0 0 1050px;
	} */
    .text__videos__container {
        position: absolute;
        top: 50%;
        left: 40px;
        transform: translateY(-50%);
        padding: 50px;
        background: #fff;


    }
}
@media (max-width: 1650px) {
	.hm_sub .in img{
		width: 230px;
	}
}

@media (max-width: 1550px) {
	.hm_sub .in img{
		width: 190px;
	}
}

@media (max-width: 1530px) {
	.header_fixed .hm_sub .in {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: flex-start;
	}
	.header_fixed .hm_sub .col {
		padding: 15px 5px 15px 5px;
	}
}

@media (max-width: 1450px) {
    .videos__video {
        flex: 0 0 1000px;
    }
	.hm_sub .in img{
		display: none;
	}
}

@media (max-width: 1250px) {
    .videos {
        width: 100vw;
        margin: 0 -15px;
    }
}

@media (max-width: 1400px) {
    .videos__body {
        /*height: 100%;*/
        flex-direction: column;
        width: 100%;
    }

    .videos__video {
        flex: 0 0 100%;
    }

    .videos__video iframe {
        height: 563px;
        width: 100%;
    }

    .videos__content {
        /*margin-top: 30%;*/
        flex: 0 0 100%;
        position: relative;
        background: #1B1B1B;
        height: 500px;
    }

    .video-bottom {
        margin-top: 20%;
    }

    .text__videos__container {
        position: relative;
        top: auto;
        left: 0px;
        transform: translateY(-82px);
        padding: 50px;
        background: #fff;
        width: 80%;
        height: 493px;
        margin: 0 auto;
        text-align: center;
    }

    .text__videos__body {
        align-items: center;
        justify-content: center;
        padding: 0px 50px 0px 50px;
    }
}

@media (max-width: 850px) {
    .videos__video iframe {
        height: 455px;
    }

    .text__videos__body {
        align-items: center;
        justify-content: center;
        padding: 0px 50px 0px 50px;
    }

    .text__videos__container {
        position: relative;
        top: auto;
        left: 0px;
        transform: translateY(-82px);
        background: #fff;
        width: calc(100% - 30px);
        margin: 0 15px;
    }
}

/*@media (max-width: 768px){
	.loch {
		margin-top: 30% !important;
	}
}*/
@media (max-width: 700px) {
    .loch {
        /*margin-top: 30%;*/
        transform: scale(1.5);
    }

    .videos__video iframe {
        height: 300px;
    }

    .videos__content {
        /*margin-top: 34%;*/
        flex: 0 0 100%;
        position: relative;
        background: #fff;
        height: 500px;
    }

    .text__videos__container {
        transform: translateY(0px);
        padding: 40px 18px;
        background: #fff;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

    .text__videos__body {
        border: none;
        padding: 0;
    }

    .text__videos__body::after {
        display: none;
    }

    .videos__title {
        font-weight: 300;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        text-transform: uppercase;
        color: #1B1B1B;
    }

    .videos__description {
        font-weight: 300;
        font-size: 14px;
        line-height: 23px;
        text-align: center;
        color: #070602;
    }
}

@media (max-width: 480px) {
    .videos__content {
        margin-top: 11%;
    }

    .videos__video iframe {
        height: 250px;
        object-fit: cover;
    }
}

.main-favorites {
    width: 15px;
}

.main-catalog {
    width: 100%;
    object-fit: cover;
}

.developedby {
    display: grid;
    grid-template-columns: 25px 1fr;
    align-items: center;
}


@media screen and (min-width: 1681px) {
    .bi13_item {
        width: calc(25% - 16px);
    }
}


@media screen and (min-width: 2700px) {
    .hytPlayerWrapOuter {
        margin-top: -140px !important;
    }

    .header_fixed {
        display: none;
    }

    /*#header {
		display: none;
	}*/
    .slider1_wr .slick-track {
        margin-top: -140px;
    }

    .carousel4 .slick-slide {
        height: 41vh;
    }

    #header.v1:hover {
        width: 100%;
        background: #1b1b1b;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .videos__body {
        height: 1100px;
    }

    .slider1 {
        height: 100% !important;
    }

    .slider__item {
        height: 100% !important;
    }

    .slick-list {
        height: 100%;
    }

    .slick-track {
        height: 100% !important;
    }
}

.c_wr4_head {
    display: block;
}

.youtube-img {
    width: 100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.category-mob-description {
    display: none;
    padding: 10px;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .video-bottom iframe {
        height: 300px !important;
    }

    /*.loch {
		margin-top: 50% !important;
	}*/
    .sl1_descr {
        margin-left: 0px !important;
    }

    .category-mob-description {
        display: block;
    }

    .c_wr4_head {
        display: none;
    }
}

.text-error p {
    color: #a31010;
    font-size: 12px;
}

.submit-button {
    color: white;
    background-color: black;
    padding: 20px;
}

.success-edited {
    background-color: #d9f6d9;
    border-radius: 3px;
    margin: 10px 0;
    padding: 10px;
    color: green;
}


.ifram-video-0 {
    justify-content: center;
}

.slider-text-item {
    justify-content: center;
}

.menu-header-item {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.m-item-2 {
    display: grid;
    justify-content: center;
}

.m-item-3 {
    display: grid;
    justify-content: right;
    grid-template-columns: 40px 60px 190px 50px;
    align-items: center;
}


.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 999;
    position: fixed;
}

.brands-list-page {
    margin-top: 110px;
}

span.old_price {
    position: relative;
}

span.old_price:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 48%;
    color: red;
    width: 100%;
    height: 0;
    border-bottom: 2px solid #737680;
    -webkit-transform: rotate(
            -5deg);
    transform: rotate(
            -7deg);
}

.collection_products img {
    max-height: 90px;
}

/*ibn slider*/
@media screen and (min-width: 320px) and (max-width: 375px) {
    .hytPlayerWrap iframe {
        transform: scale(1.7);
    }

    .title7.viewed-title a {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow-y: hidden;
        height: 80px;
    }

    .hytPlayerWrapOuter {
        transform: scale(1.7);
    }

    /*.videos__body {
		height: 400px;
	}*/
    .video-bottom {
        height: 400px;
    }

    .video-bottom iframe {
        transform: scale(2.5);
    }

    /*.loch iframe {*/
    /*	transform: scale(1) !important;*/
    /*}*/
    .loch {
        transform: scale(1.4);
    }


    .videos__content {
        margin-top: 11% !important;
    }

    .videos__content {
        height: 300px;
    }

    .brands-list-page {
        margin-top: 0px;
    }
}


@media screen and (min-width: 376px) and (max-width: 425px) {
    .loch {
        transform: scale(1.6);
    }

    .hytPlayerWrap iframe {
        transform: scale(2.3);
    }

    .title7.viewed-title a {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow-y: hidden;
        height: 80px;
    }

    .hytPlayerWrapOuter {
        transform: scale(2.3);
    }

    .video-bottom {
        height: 400px;
    }

    .video-bottom iframe {
        transform: scale(2);
    }

    .brands-list-page {
        margin-top: 0px;
    }
}

@media screen and (max-width: 426px) {
    .sku-colors-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .hytPlayerWrap iframe {
        transform: scale(2.2);
    }

    .title7.viewed-title a {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow-y: hidden;
        height: 80px;
    }

    .clearfix h3.post-products-header {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 1600px) {
    .title-v2 .title7 {
        height: 70px;
    }
}


@media screen and (min-width: 426px) and (max-width: 768px) {
    .hytPlayerWrap iframe {
        transform: scale(1.7);
    }

    .hytPlayerWrapOuter {
        transform: scale(1.7);
    }

    /*.videos__body {
		height: 400px;
	}*/
    .video-bottom {
        height: 400px;
        margin-top: 0%;
    }

    .video-bottom iframe {
        transform: scale(2.1);
    }

    .loch {
        transform: scale(3.1);
        margin-top: 110px;
    }

    .videos__content {
        margin-top: 31%;
    }

    .brands-list-page {
        margin-top: -40px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
    .hytPlayerWrap iframe {
        transform: scale(1.6);
    }

    .hytPlayerWrapOuter {
        transform: scale(1.6);
    }

    .m_back_wr {
        margin-top: 70px;
    }
}

@media screen and (min-width: 1020px) and (max-width: 2800px) {
    .hytPlayerWrap iframe {
        transform: scale(1.3);
    }

    .hytPlayerWrapOuter {
        transform: scale(1.3);
    }

    .videos__body {
        height: 720px;

    }

    /*.video-bottom {
		height: 400px;
	}*/
    .video-bottom iframe {
        transform: scale(1.3);
        margin-top: -34%;
    }
}

ul.mob-menu li.hm_item a:focus:active {
    background-color: white !important;
    z-index: 999;
}

@media screen and (max-width: 458px) {
    .videos__content {
        height: 300px !important;
    }
}

@media (max-width: 376px) {
    .hytPlayerWrap iframe {
        transform: scale(2.5) !important;
    }
}
