/* For old browsers */
@supports (not(--css: variables))
{
    .supports-error
    {
        display: flex !important;
    }
}

/* For IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    .supports-error
    {
        display: flex !important;
    }
}


/*------------------------
    Fonts
------------------------*/
@font-face
{
    font-family: "PTRoubleSans";
    font-weight: normal;
    font-style: normal;

    font-display: swap;
    src: url("../fonts/PTRoubleSans.woff") format("woff"),
    url("../fonts/PTRoubleSans.ttf") format("truetype");
}


/*------------------
    Reset styles
------------------*/
*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before,
*:after
{
    box-sizing: border-box;
}

html
{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}

body
{
    margin: 0;

    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    text-decoration-skip: objects;
    text-rendering: optimizeLegibility;
}

img
{
    border-style: none;
}

textarea
{
    overflow: auto;
}

input,
textarea,
input:active,
textarea:active,
button
{
    margin: 0;

    -webkit-border-radius: 0;
            border-radius: 0;
         outline: none transparent !important;
    box-shadow: none;

    -webkit-appearance: none;
            appearance: none;
    -moz-outline: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}

input[type=number]
{
    -moz-appearance: textfield;
}

:focus
{
    outline: 0;
}

:hover,
:active
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}


::-ms-clear
{
    display: none;
}


/*------------------------
    Global styles
------------------------*/
:root
{
    --font_family: "Montserrat";
    --font_family2: "Nova Flat";
    --font_family3: "Manrope";
    --scroll_width: 17px;
}

.clear
{
    clear: both;
}


.left
{
    float: left;
}


.right
{
    float: right;
}


html
{
    height: 100%;

    background: #FFF;
}


body
{
    color: #111;
    font: 18px/1.6 var(--font_family);

    height: 100%;
}

body.lock
{
    overflow: hidden;
}


button
{
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;

    display: inline-block;

    cursor: pointer;
    vertical-align: top;

    border: none;
    background: none;
}

.wrap
{
    position: relative;

    display: flex;
    overflow: hidden;
    flex-direction: column;

    min-height: 100%;
}


.main.with_top_announcement
{
    padding-top: 195px;
}

.cont.sp-custom-footer
{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}


.lozad
{
    opacity: 0;

    transition: opacity .5s linear;
}

.lozad.loaded
{
    opacity: 1;
}

.available_no
{
    opacity: .3 !important;
}


._flex
{
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.rub
{
    font-family: "PTRoubleSans" !important;
    font-weight: normal !important;
    font-style: normal !important;
}


.overlay
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    opacity: .65;
    background: #000;
}


.supports-error
{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    font-family: "Arial", sans-serif;
    font-size: 20px;
    line-height: 30px;

    display: none;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 100%;
    height: 100%;
    padding: 20px;

    text-align: center;

    background: #FFF;
}

.m-0 {
    margin: 0 !important;
}
.p-0 {
    padding: 0 !important;
}

/*------------------------
    Page head
------------------------*/
::-webkit-input-placeholder
{
    color: #999999;
}

::-moz-placeholder
{
    color: #999999;
}

:-ms-input-placeholder
{
    color: #999999;
}

.header-search__input::-webkit-input-placeholder
{
    color: #111;
}

.header-search__input::-moz-placeholder
{
    color: #111;
}

.header-search__input:-ms-input-placeholder
{
    color: #111;
}

.form__input_password::-webkit-input-placeholder
{
    text-align: right;
}

.form__input_password::-moz-placeholder
{
    text-align: right;
}

.form__input_password:-ms-input-placeholder
{
    text-align: right;
}


.form_marg{
	margin-top: 100px;
}

.form__label
{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;

    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #333333;
    width: 100%;
    margin-bottom: 15px;
}

.form__label_small{
	color: #999999;
	font-weight: 400;
	margin-bottom: 11px;
	text-transform: none;
	letter-spacing: 0;
}

.form__label_small span{
	color: #DB2138;
}


.form-line-flex
{
    justify-content: space-between;
}

.form-line-flex .form__line
{
    width: calc(50% - 10px);
}

.form-line-flex_three .form__line
{
    width: calc(100%/3 - 12px);
}

.form__line
{
    margin-bottom: 30px;
}

.form__line_marg
{
    margin-bottom: 15px;
}

.form__input
{
    color: #111;
    font: 14px var(--font_family);

    display: block;

    width: 100%;
    height: 50px;
    padding: 0 17px;

    border: 1px solid #333;
    background: #fff;

    transition: .2s linear;
}

.form__textarea
{
    color: #111;
    font: 14px var(--font_family);

    display: block;

    width: 100%;
    height: 109px;
    padding: 15px 17px;

    resize: none;

    border: 1px solid #333;
    background: #fff;

    transition: .2s linear;
}

.modal.form__textarea{
	height: 120px;
}

.line-form-textarea
{
    margin-top: 20px;
}

.form .error,
.form .error + .nice-select .current
{
    border: 2px solid #DB2138;
}


.form__input:disabled,
.form__textarea:disabled
{
    color: rgba(51, 51, 51, 0.3);

    cursor: default;
    pointer-events: none;
}


.error-text
{
    color: #DB2138;
    font-size: 14px;
    line-height: 1.23;

    margin-bottom: 30px;
    background: #FBEBED;
    height: 50px;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 0 17px;
}


.form-submit
{
    text-align: center;
}

.form-submit-btn
{
    position: relative;

    color: #FFF;
    font: 700 13px var(--font_family);

    display: block;

    height: 50px;
    width: 100%;
    padding: 0 15px;

    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.02em;

    border: none;
    background: #DB2138;

    transition: .2s linear;
}

.form-submit-btn span
{
    display: inline-block;
    position: relative;
    padding-right: 47px;
}

.form-submit-btn span:after
{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 28px;
    height: 12px;
    margin-top: -6px;
    background: url(../images/ic_arrow3.svg) 50% no-repeat;
}

.form-submit-btn_w
{
    width: auto;
    min-width: 252px;
}

.form-submit-btn_black
{
    background: #111111;
}

.form-submit-btn:hover
{
    background: #E04256;
}

.form-submit-btn_black:hover
{
    background: #292929;
}

.form-submit-btn:active
{
    background: #DB2138;
}

.form-submit-btn_black:active
{
    background: #111111;
}

.form-submit-btn:disabled
{
    cursor: auto;

    opacity: .2;
}

.form-submit-btn:disabled:hover
{
    background: #DB2138;
}

.form-submit-btn_black:disabled:hover
{
    background: #111111;
}


.form-reset
{
    text-align: center;
}

.form-reset-btn
{
    position: relative;

    color: #DB0703;
    font: 700 12px var(--font_family);

    display: block;

    width: 100%;
    height: 50px;
    margin-top: 10px;
    padding: 0 15px;

    cursor: pointer;
    text-transform: uppercase;

    border: 1px solid #DB0703;
    background: transparent;

    transition: .2s linear;
}

.form-reset-btn:hover
{
    color: #FFF;

    background: #E94E3C;
}

.form-reset-btn:disabled
{
    cursor: auto;

    opacity: .2;
}

.form-reset-btn:disabled:hover
{
    color: #DB0703;

    background: #DB0703;
    background: transparent;
}


.form__attention
{
    position: relative;
    margin-top: -14px;
    margin-bottom: 30px;
    padding-left: 42px;

    font-size: 14px;
    line-height: 1.6;
}

.form__attention:before
{
    position: absolute;
    content: '';
    top: 0;
    left: 0;

    display: block;

    width: 32px;
    height: 32px;

    background: url(../images/ic_attention.svg) 0 0 no-repeat;
}


.form-cod_marg
{
    margin-bottom: 58px;
}

.form-cod__flex
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.form-cod__wrapp
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    margin-left: 14px;
}

.form-cod__box
{
    width: calc(100% - 50px);
    margin-right: 10px;
    min-width: 180px;
}

.form-cod__img
{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.form-cod-btn
{
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    background: #111;
    transition: .2s linear;
    border: none;
    position: relative;
}

.form-cod-btn:after
{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;

    display: block;

    width: 20px;
    height: 20px;

    margin-top: -10px;
    margin-left: -10px;

    background: url(../images/ic_update.svg) 50% no-repeat;
}

.form-cod-btn:hover
{
    background: #292929;
}

.form-cod-btn:active
{
    background: #111;
}


.select-wrapp
{
    position: relative;
}

.select-wrapp select
{
    position: absolute;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    opacity: 0;
}

.select-wrapp .nice-select
{
    position: relative;

    display: block;
    height: 100%;
}

.select-wrapp .open
{
    z-index: 100;
}

.select-wrapp .current
{
    position: relative;
    z-index: 10;

    overflow: hidden;

    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #999;

    transition: border .2s linear, color .2s linear;

    border: 1px solid #333;
    border-radius: 2px;
    background: transparent;

    line-height: 48px;
    padding: 0 40px 0 17px;
    font-size: 14px;
}

.select-wrapp_text .current{
	padding-left: 0;
	padding-right: 20px;
	border: none;
	line-height: 36px;
	border-radius: 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #111;
}

.select-wrapp .open .current,
.select-wrapp .current.selected
{
    color: #111;
    border-color: #111;
}

.select-wrapp .current:after
{
    position: absolute;
    content: '';
    top: 50%;
    right: 12px;
    width: 14px;
    height: 8px;
    margin-top: -4px;

    display: block;

    background: url(../images/ic_arrow6.svg) 50% no-repeat;
}

.select-wrapp_text .current:after{
	right: 0;
	margin-top: -10px;
	width: 18px;
	height: 18px;
	background-size: 10px auto;
}

.select-wrapp .open .current:after
{
    transform: rotate(180deg);
}

.select-wrapp .list
{
    position: absolute;
    z-index: 9;
    top: calc(100% + 4px);
    left: 0;

    visibility: hidden;
    overflow: hidden;

    min-width: 100%;

    transition: .2s linear;
    pointer-events: none;

    opacity: 0;
    background: #fff;
    box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid #111;
}

.select-wrapp .nice-select.open .list
{
    visibility: visible;
    pointer-events: auto;

    opacity: 1;
    border-color: #111;
}

.select-wrapp .scrollbar
{
    overflow-y: auto;
    max-height: 300px;
    padding: 9px 0;
}

@media (min-width: 1025px)
{
    .select-wrapp .scrollbar{
        scrollbar-color: #999 #fff;
        scrollbar-width: thin;
    }

    .select-wrapp .scrollbar::-webkit-scrollbar
    {
        width: 8px;
        height: 8px;

        background: transparent;
    }

    .select-wrapp .scrollbar::-webkit-scrollbar-thumb
    {
        background: #999;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .select-wrapp .scrollbar::-webkit-scrollbar-track
    {
        background: #fff;
    }
}

.select-wrapp .list_item
{
    color: #999;
    cursor: pointer;
    transition: .2s linear;

    font-size: 14px;
    line-height: 1.4;
    padding: 5px 17px 5px 17px;
}

.sort.select-wrapp .list_item{
	white-space: nowrap;
}

.select-wrapp .list_item:hover
{
    color: #111;
}

.select-wrapp .list_item.selected
{
    color: #111;
}

.select-wrapp .list_item:empty
{
    display: none;
}


.mini-modal__scroll{
	max-height: 249px;
	overflow: hidden;
	overflow-y: auto;
}

@media (min-width: 1025px)
{
    .mini-modal__scroll
    {
        scrollbar-color: #000 rgba(196, 196, 196, 0.3);
        scrollbar-width: thin;
    }

    .mini-modal__scroll::-webkit-scrollbar
    {
        width: 6px;
        height: 6px;

        background: transparent;
    }

    .mini-modal__scroll::-webkit-scrollbar-thumb
    {
        background: #000;
		border-radius: 50px;
    }

    .mini-modal__scroll::-webkit-scrollbar-track
    {
        background: rgba(196, 196, 196, 0.3);
    }
}

.checkbox{
	line-height: 1;
}

.checkbox + .checkbox
{
    margin-top: 19px;
}

.checkbox__label input[type=checkbox]
{
    display: none;
}

.checkbox__label
{
    color: #111;
    font-size: 13px;
    line-height: 16px;

    display: inline-block;
	vertical-align: top;
}

.checkbox__text
{
    position: relative;

	display: table-cell;
    vertical-align: middle;
	height: 18px;
	padding-left: 30px;

    cursor: pointer;
    text-align: left;

    transition: .2s linear;
}

input[type=checkbox]:checked + .checkbox__text
{
    font-weight: 700;
}

input[type=checkbox] + .checkbox__text:before
{
    content: "";

    position: absolute;
    top: 0px;
    left: 0;

    width: 18px;
    height: 18px;

    background: #DDDDDD;
}

input[type=checkbox] + .checkbox__text:after
{
    content: "";

    position: absolute;
    top: 4px;
    left: 2px;

    width: 14px;
    height: 10px;

    opacity: 0;

    transition: .2s linear;
    background: url(../images/ic_check3.svg) 0 0 no-repeat;
}

input[type=checkbox]:checked + .checkbox__text:after
{
    opacity: 1;
}

.checkbox__name span{
	color: #999999;
	font-weight: 400;
	padding-left: 9px;
}

.checkbox__img{
	display: none;

	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
}

.checkbox__img svg{
	fill: #111;
	stroke: #111;

	display: block;
	max-width: 100%;
	max-height: 100%;
	transition: .2s linear;
}

input[type=checkbox]:checked + .checkbox__text .checkbox__img svg{
	fill: #fff;
	stroke: #fff;
}


.checkbox-agree{
	margin-top: 20px;
	line-height: 16px;
}

.checkbox-agree input[type=checkbox]
{
    display: none;
}

.checkbox-agree__label
{
    font-size: 13px;
	color: #777777;

    display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.checkbox-agree__text
{
    position: relative;

	padding-left: 50px;
	display: table-cell;
    vertical-align: middle;
	height: 20px;
}

.checkbox-agree__text:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 38px;
	height: 20px;
	border-radius: 50px;
	background: #EEEEEE;
	transition: background .2s linear;
}

.checkbox-agree__text:after{
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 50%;
	transition: left .2s linear;
}

input[type=checkbox]:checked + .checkbox-agree__text:before
{
    background: #DB2138;
}

input[type=checkbox]:checked + .checkbox-agree__text:after
{
    left: 20px;
}

input[type=checkbox]:disabled + .checkbox-agree__text
{
    opacity: 0.6;
    cursor: default;
}

.checkbox-agree__text a{
	color: #DB2138;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	transition: border .2s linear;
}

.checkbox-agree__text a:hover{
	border-bottom-color: currentColor;
}


.radio
{
    font-size: 14px;
    line-height: 17px;
}

.radio input[type=radio]
{
    display: none;
}

.radio__label
{
    display: inline-block;
	cursor: pointer;
}

.radio__text
{
    position: relative;

    letter-spacing: 0.02em;

    color: #111111;


    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    min-height: 24px;
    padding-left: 35px;

    cursor: pointer;
    text-align: center;
}

.radio__text:after
{
    position: absolute;
    content: '';
    top: 0;
    left: 0;

    display: block;

    width: 24px;
    height: 24px;

    background: #DDDDDD;
    border-radius: 50%;
}

.radio__text:before
{
    position: absolute;
    content: '';
    top: 5px;
    left: 5px;

    display: block;

    width: 14px;
    height: 14px;

    background: #333333;
    border-radius: 50%;
    transition: .2s linear;
    opacity: 0;
    z-index: 1;
}

input[type=radio]:checked + .radio__text:before
{
    opacity: 1;
}

input[type=radio]:disabled + .radio__text
{
    color: #999;

    cursor: default;
    pointer-events: none;
}


.radio-bord-flex{
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin-top: -10px;
}

.radio-bord-flex .radio-bord{
	margin-top: 10px;
	width: calc(100%/2 - 10px);
	max-width: 468px;
}

.radio-bord input[type=radio]
{
    display: none;
}

.radio-bord__label
{
    display: block;
	cursor: pointer;
	height: 100%;
}

.radio-bord__block
{
	font-size: 14px;
	line-height: normal;
	display: block;

	letter-spacing: 0.02em;

	color: #111111;
	border: 1px solid #DDDDDD;
	transition: .2s linear;
	padding: 23px 27px 23px 74px;
	position: relative;
	min-height: 100%;
}

.radio-bord__block_center{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	padding-top: 14px;
	padding-bottom: 14px;
}

input[type=radio]:checked + .radio-bord__block{
	border-color: #333;
}

.radio-bord__block:before{
	content: '';
	position: absolute;
	left: 29px;
	top: 23px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #DDDDDD;
	border: 5px solid #DDDDDD;
	transition: .2s linear;
}

.radio-bord__block_center:before{
	top: 50%;
	margin-top: -12px;
}

input[type=radio]:checked + .radio-bord__block:before
{
    background: #111;
}

input[type=radio]:disabled + .radio-bord__block{
	opacity: .6;
    cursor: default;
    pointer-events: none;
}

.radio-bord__top{
	justify-content: space-between;
	align-content: center;
	align-items: center;
	min-height: 24px;
}

.radio-bord__top_center{
	min-height: 41px;
}

.radio-bord__title{
	font-weight: 700;
	text-transform: uppercase;
	line-height: 18px;
	padding: 2px 0;

	width: fit-content;
}

.radio-bord__desc{
	order: 3;
	width: 100%;
	margin-top: 4px;
}

.radio-bord__price{
	color: #333333;
	font-weight: 700;
}

.radio-bord__error{
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	display: block;
	margin-top: 8px;

	color: #DB2138;
}

.radio-bord__link{
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	background: #333333;

	min-width: 153px;
	padding: 0 15px;
	font-weight: 700;
	font-size: 13px;
	line-height: 36px;

	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	transition: .2s linear;
}

.radio-bord__link:hover{
	background: #111;
}

.radio-bord__link:active{
	background: #333333;
}



.radio-colors{
	margin: 7px 0 0 -4px;
}

.radio-color{
	margin: 4px 0 0 4px;
}

.radio-color input[type=radio]
{
    display: none;
}

.radio-color__label
{
    display: block;
	padding: 1px;
	cursor: pointer;
}

.radio-color-block
{
    position: relative;

    width: 44px;
	height: 44px;
	display: block;
	border: 2px solid transparent;
	border-radius: 50%;
	transition: box-shadow .2s linear;
}

input[type=radio]:checked + .radio-color-block,
.radio-color__label:hover .radio-color-block,
.radio-color__label.active .radio-color-block
{
    box-shadow: 0 0 0 1px #000;
}

input[type=radio]:disabled + .radio-color-block,
.radio-color__label.disabled
{
    opacity: .8;

    cursor: default;
    pointer-events: none;
}


.radio-color-block img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}


.checkbox-colors{
	margin: -10px 0 0 -10px;
}

.checkbox-colors .checkbox-color{
	margin: 10px 0 0 10px;
	width: calc(100%/3 - 10px);
}

.checkbox-color input[type=checkbox]
{
    display: none;
}

.checkbox-color__label
{
    display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	cursor: pointer;
	border: 1px solid #111111;
	height: 40px;
}

.checkbox-color__img
{
    position: relative;

    width: 30px;
	height: 30px;
	display: block;
	border: 2px solid transparent;
	border-radius: 50%;
	transition: box-shadow .2s linear;
}

input[type=checkbox]:checked + .checkbox-color__img
{
    box-shadow: 0 0 0 1px #000;
}

input[type=checkbox]:disabled + .checkbox-color__img
{
    opacity: .8;

    cursor: default;
    pointer-events: none;
}

.checkbox-color__img img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.checkbox-color__img .bord{
	border: 1px solid rgba(0, 0, 0, 0.1);
}


.radio-sizes{
	--sizes-marg: 10px;
	margin: calc(var(--sizes-marg)*-1) 0 0 calc(var(--sizes-marg)*-1);
}

.radio-size{
	margin: var(--sizes-marg) 0 0 var(--sizes-marg);
	width: 40px;

	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;

	color: #333333;
}

.radio-size input[type=radio]
{
    display: none;
}
.article_content a:not(.radio-size__label) {
    color: #E04256;
    text-decoration: none;
}

.radio-size__label
{
    display: block;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

.radio-size__text
{
    position: relative;

	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	background: #fff;
	border:1px solid #e3e3e3;
	border-radius:5px;
	font-size:13px;
	transition: background .2s linear, color .2s linear;
}

input[type=radio]:checked + .radio-size__text,
.radio-size__label:hover .radio-size__text,
.radio-size__label.active .radio-size__text
{
	color: #E04256;
	border-color: #E04256;
	box-shadow: inset 0 0 0 1px #e04256;
}

input[type=radio]:disabled + .radio-size__text,
.radio-size__label.disabled
{
    color: rgba(51, 51, 51, 0.3);

    cursor: default;
    pointer-events: none;
}


.radio-size__icon
{
    position: absolute;
    top: 2px;
    right: 2px;

    width: 10px;
    height: 10px;

    display: block;
    transition: .2s linear;
    fill: #333333;
}

input[type=radio]:checked + .radio-size__text .radio-size__icon,
input[type=radio]:hover + .radio-size__text .radio-size__icon
{
    fill: #fff;
}

.checkbox-sizes{
	margin: -10px 0 0 -10px;
}

.checkbox-sizes .checkbox-size{
	margin: 10px 0 0 10px;
	width: calc(100%/3 - 10px);
}

.checkbox-size{
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	text-align: center;

	color: #111;
}

.checkbox-size input[type=checkbox]
{
    display: none;
}

.checkbox-size__label
{
    display: block;
	cursor: pointer;
	color: inherit;
}

.checkbox-size__text
{
    position: relative;

	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	transition: background .2s linear, color .2s linear;
	border: 1px solid #111;
}

input[type=checkbox]:checked + .checkbox-size__text
{
    background: #111;
	color: #fff;
}

input[type=checkbox]:disabled + .checkbox-size__text
{
    color: rgba(51, 51, 51, 0.3);

    cursor: default;
    pointer-events: none;
}


.form__agree
{
    font-size: 13px;
    line-height: 1.2;

    margin-top: 30px;

    text-align: center;
}

.form__agree_left{
	text-align: left;
}

.form__agree a
{
    color: #111;

    text-decoration: none;

    border-bottom: 1px solid;

    transition: .2s linear;
}

.form__agree a:hover
{
    border-bottom-color: transparent;
}


.form-bot{
	justify-content: space-between;
}

.form-bot__box{
	width: calc(100%/2 - 10px);
}

.form-bot .form__agree{
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.6;
}
/*------------------------
	Amount
------------------------*/
.amount
{
    width: 114px;
}

.amount__val
{
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    border: 1px solid #111111;
}

.amount__btn
{
    width: 34px;
    height: 50px;
    position: relative;
    cursor: pointer;
    display: block;
    transition: .2s linear;
    flex-shrink: 0;
}

.amount__btn:before
{
    position: absolute;
    content: '';
    top: 50%;
    right: 6px;

    display: block;

    width: 14px;
    height: 2px;
    margin-top: -1px;

    background: #09121F;
    transition: .2s linear;
}

.amount__btn.amount__btn_plus:before
{
    right: auto;
    left: 6px;
}

.amount__btn_plus:after
{
    position: absolute;
    content: '';
    top: 50%;
    left: 12px;

    display: block;

    width: 2px;
    height: 14px;
    margin-top: -7px;

    background: #09121F;
    transition: .2s linear;
}

.amount__btn:hover:before,
.amount__btn:hover:after
{
    background: #DB2138;
}

.amount__input
{
    width: 44px;
    height: 50px;
    border: none;
    background: none;

    font: 16px var(--font_family);
    color: #111;
    display: block;
    text-align: center;
    flex-shrink: 0;
    padding: 0 5px;
}

/*------------------------
    Content page
------------------------*/
.page-content > :first-child
{
    margin-top: 0 !important;
}

.content-flex
{
    justify-content: space-between;
}

.content-flex_marg{
	margin-top: 50px;
}

.content-flex .content-page,
.content-flex .content-page-profile
{
    width: calc(100% - 380px);
}

.aside-page
{
    width: 360px;
}
/*------------------------
    Typography
------------------------*/
.text-block > :last-child
{
    margin-bottom: 0 !important;
}

.text-block_bord{
	background: #FFFFFF;
	border: 1px solid #111111;
	box-shadow: 4px 4px 0px #000000;

	padding: 48px 55px;
}

.text-block_small{
	font-size: 16px;
}

.text-block_mini
{
    font-size: 13px;
    line-height: 1.23;
}

.text-block_gray
{
    color: #999999;
}

.text-block h1,
.text-block > .title
{
    font-weight: 700;
	font-size: 44px;
	line-height: 1.23;

	color: #111111;
	margin-bottom: 29px;
}

.text-block h2
{
    font-weight: 700;
	font-size: 36px;
	line-height: 1.223;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #111111;
	margin-bottom: 29px;
}

.text-block_small h2{
	margin-bottom: 26px;
}

.text-block h3
{
    font-weight: 700;
	font-size: 24px;
	line-height: 1.21;
	letter-spacing: 0.04em;
	text-transform: uppercase;

	color: #111111;
	margin-bottom: 29px;
}

.text-block * + h3{
	margin-top: 50px;
}

.text-block_small h3{
	margin-bottom: 26px;
}

.text-block h4
{
    font-weight: 700;
	font-size: 18px;
	line-height: 1.21;
	letter-spacing: 0.02em;
	text-transform: uppercase;

	color: #111111;
	margin-bottom: 20px;
}

.text-block * + h4{
	margin-top: 50px;
}

.text-block h5
{
    font-weight: 700;
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0.02em;
	text-transform: uppercase;

	color: #111111;
	margin-bottom: 20px;
}

.text-block * + h5{
	margin-top: 50px;
}

.text-block p,
.text-block ul,
.text-block ol
{
    margin-bottom: 29px;
}

.text-block_small p,
.text-block_small ul,
.text-block_small ol{
	margin-bottom: 26px;
}

.text-block_mini p,
.text-block_mini ul,
.text-block_mini ol
{
    margin-bottom: 10px;
}

.text-block img
{
    display: block;

    max-width: 100%;
    margin-bottom: 40px;
}

.text-block_shadow img{
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.text-block_small img{
	margin-bottom: 26px;
}

.text-block ul
{
    overflow: hidden;
}

.text-block ul li
{
    display: block;

    list-style-type: none;
	padding-left: 36px;
	position: relative;
}

.text-block ul li + li
{
    margin-top: 20px;
}

.text-block ul li:before
{
    content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 20px;
	height: 1px;
	background: currentColor;
}

.text-block_small ul li:before
{
	top: 12px;
}

.text-block ol
{
    counter-reset: li;
}

.text-block ol li
{
    position: relative;

    display: block;

    list-style-type: none;
}

.text-block ol li:before
{
    content: counter(li)".";

    color: #2B2A29;
    font-weight: 700;

    display: inline;

    counter-increment: li;
}

.text-block a
{
    color: #DB2138;

    text-decoration: none;

    border-bottom: 1px solid;

    transition: .2s linear;
}

.text-block a:hover
{
    border-bottom-color: transparent;
}

.text-block__cols{
	justify-content: space-between;
	margin: 24px 0 26px;
}

.text-block__col{
	width: calc(50% - 30px);
	margin-top: 26px;
}

.text-block__col_l{
	width: calc(60% - 30px);
}

.text-block__col_r{
	width: calc(40% - 30px);

	order: 2;
}

.text-block__col > :last-child{
	margin-bottom: 0 !important;
}
/*------------------------
    Tabs
------------------------*/
.tabs
{
    display: flex;
	overflow-x: auto;
	margin-bottom: 50px;
}

@media (min-width: 1025px)
{
    .tabs
    {
        scrollbar-color: #eee #FFF;
        scrollbar-width: thin;
    }

    .tabs::-webkit-scrollbar
    {
        width: 12px;
        height: 12px;

        background: transparent;
    }

    .tabs::-webkit-scrollbar-thumb
    {
        border-bottom: 3px solid #FFF;
        border-top: 3px solid #FFF;
        background: #eee;
    }

    .tabs::-webkit-scrollbar-track
    {
        background: #FFF;
    }
}

.tabs__button
{
    font-size: 18px;
	line-height: 1.223;

	letter-spacing: 0.04em;
	text-transform: uppercase;

	color: #111111;
	padding: 17px 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	white-space: nowrap;
	flex-shrink: 0;
}

.tabs__button:hover
{
    border-color: currentColor;
}

.tabs__button.active
{
    border-color: currentColor;
	font-weight: 700;
}

.tabs__button + .tabs__button{
	margin-left: 49px;
}

a.tabs__button {
    text-decoration: none;
}

.tab-content
{
    position: relative;

    visibility: hidden;
    overflow: hidden;

    height: 0;

    opacity: 0;
}

.tab-content.active
{
    visibility: visible;
    overflow: visible;

    height: auto;

    opacity: 1;

    transition: opacity .5s linear;
}


/*------------------------
    Page head
------------------------*/
.breadcrumbs
{
    font-size: 14px;
	line-height: 17px;

	letter-spacing: 0.04em;
	text-transform: uppercase;

	padding-top: 30px;
}

.breadcrumbs_pad{
	padding-right: 380px;
}

.breadcrumbs_white{
	color: #fff;
}

.breadcrumbs a
{
    color: #111;
    text-decoration: none;

    transition: color .2s linear;
}

.breadcrumbs_white a{
	color: #fff;
}

.breadcrumbs a:hover
{
    color: #DB2138;
}

.breadcrumbs__sep
{
    display: inline-block;
	margin: 0 4px;
}


.section-head
{
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.main-title
{
	font-weight: 700;
	font-size: 36px;
	line-height: 1.223;

	letter-spacing: 0.04em;

	color: #111111;
}

.main-title_center{
	text-align: center;
}

.main-title_uppercase{
	text-transform: uppercase;
}

.main-title span{
	color: #DB2138;
}

.main-title sup{
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-transform: uppercase;

	color: #999999;
}

.main-title_small
{
    font-size: 24px;
}


.main-subtitle
{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;

    text-transform: uppercase;
}

.section-head .main-title{
	margin-right: 30px;
}

.section-head .arrow-link{
	flex-shrink: 0;
	white-space: nowrap;
}

.small-title{
	font-weight: 700;
	font-size: 24px;
	line-height: normal;
	text-align: center;

	color: #333333;
}


.page-head{
	padding-bottom: 53px;
	position: relative;
}

.page-head_white{
    background: #FFF;
}

.page-head_shops{
    padding-bottom: 23px;
}

.page-head_shops .page-head__block{
    margin-top: 17px;
}

.page-head_shops ~ .page-shops{
    margin-top: 0;
}

.page-head_inner
{
    background: none;
    padding-bottom: 45px;
}

.page-head.page-head_nobg{
	background: transparent;
	padding-bottom: 0;
}

.page-head__bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.page-head__bg:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}


.page-title
{
    font-weight: 700;
	font-size: 44px;
	line-height: 1.23;
	color: #111111;
}

.page-title_center{
	text-align: center;
}

.page-title_white, .bg_true .page-title, .bg_true .breadcrumbs, .bg_true .breadcrumbs a{
	color: #fff;
}

.page-head .page-title{
	margin-top: 53px;
}

.page-head__block{
	position: relative;
	margin-top: 53px;

	padding-right: 380px;
}

.page-head .page-head__block .page-title{
	margin-top: 0;
}

.page-head__desc{
	margin-top: 33px;
	max-width: 733px;
}

.page-head__desc a{
	text-decoration: none;
	color: #111;
	font-weight: 700;
	border-bottom: 1px solid;
	transition: .2s linear;
}

.page-head__desc a:hover{
	border-bottom-color: transparent;
}


.modal-cont
{
    position: relative;
}

.mini-modal
{
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;

    visibility: hidden;

    pointer-events: none;

    opacity: 0;

    transition: .2s linear;
}

.mini-modal.active
{
    visibility: visible;

    pointer-events: all;

    opacity: 1;
}

.tooltip {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.tooltip__icon {
    position: absolute;
    content: '';
    top: 0;
    left: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;

    width: 16px;
    height: 16px;
}

.product-bonus__tooltip__icon {
    width: 20px;
    height: 20px;
    top: 9px;
    left: 13px;
}

.profile-balance-info .tooltip__icon {
    opacity: .4;
}

.tooltip__icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.tooltip:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;

    display: none;

    width: 100%;
    height: 15px;
}

.tooltip:hover:after {
    display: block;
}

.tooltip .tooltip__text {
    font-size: 13px;
    line-height: 1.2;

    position: absolute;
    z-index: 99;
    top: calc(100% + 32px);
    left: -11px;

    visibility: hidden;

    width: 311px;
    padding: 20px;

    transition: .2s linear;

    opacity: 0;
    background: #F7F6F6;
    color: #111;
    pointer-events: none;
}

.tooltip .tooltip__text div + div {
    margin-top: 10px;
}

.tooltip .tooltip__text span {
    font-weight: 700;
}

.tooltip .tooltip__text a {
    text-decoration: none;
    transition: .2s linear;
    border-bottom: 1px solid transparent;
    color: #DB2138;
}

.tooltip .tooltip__text a:hover {
    border-bottom-color: #DB2138;
}

.tooltip .tooltip__text button {
    font-size: 13px;
    line-height: 1.2;
    display: inline;
    transition: .2s linear;
    border-bottom: 1px solid transparent;
    color: #DB2138;
}

.tooltip .tooltip__text button:hover {
    border-bottom-color: #DB2138;
}

.tooltip .tooltip__text:before {
    position: absolute;
    z-index: 1;
    top: -6px;
    left: 13px;

    display: block;

    width: 12px;
    height: 12px;

    content: '';
    transform: rotate(45deg);

    background: #F7F6F6;
}

.tooltip:hover .tooltip__text {
    top: calc(100% + 12px);

    visibility: visible;

    opacity: 1;
    pointer-events: auto;
}
/*------------------------
	Header
------------------------*/


.lock header.fixed,
.compensate-for-scrollbar header.fixed
{
    width: calc(100% - var(--scroll_width));
}

@keyframes moveDown
{
    0%
    {
        transform: translateY(-77px);
    }
}


.header__cont
{
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    padding: 0 100px;
    max-width: 1700px;
}


.header__logo
{
    width: 95px;
    /* margin-right: 43px; */
    display: flex;
    justify-content: center;
}

header.fixed .header__logo
{
    width: 100px;
    /* margin-right: 30px; */
}

.header__logo a,
.header__logo img
{
    display: block;

    max-width: 100%;
}


.header__wrapp
{
    /* width: calc(100% - 164px); */
    width: 100%;
}

header.fixed .header__wrapp
{
    /* width: calc(100% - 130px); */
}


.header__top
{
    justify-content: space-between;
    align-content: center;
    align-items: center;
    background: #333333;
    color: #fff;
}

header.fixed .header__top
{
    display: none;
}


.header__contact
{
    align-content: center;
    align-items: center;
}


.header__phone
{
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.header__phone a
{
    color: #111;

    text-decoration: none;
}


.header__sep
{
    font-size: 13px;
    line-height: 1.2;
    margin: 0 10px;
}


.header-callback
{
    color: #fff;
    font: 11px/1.3 var(--font_family);

    display: block;

    cursor: pointer;
    letter-spacing: .04em;
     

    border: none;
    background: none;

    transition: .2s linear;
}

.header-callback:hover
{
    color: #DB2138;
}


.header__mail
{
    display: none;
    margin-top: 54px;
    font-size: 14px;
    line-height: 1.2;

    text-transform: uppercase;
}

.header__mail a
{
    text-decoration: none;
    color: #111111;
}


.header__link + .header__link
{
    margin-left: 20px;
}

.header__link
{
    font-size: 14px;
    line-height: 1.2;
}

.header__link_mob
{
    display: none;
}

.header__link a
{
    color: #111;

    text-decoration: none;

    transition: .2s linear;
}

.header__link a:hover
{
    color: #DB2138;
}


.header__info
{
    justify-content: space-between;
	/*overflow:hidden;*/
    margin-top: 24px;
}

header.fixed .header__info
{
    margin-top: 0;
    align-items: center;
    align-content: center;
}

.menu-close
{
    color: #111;
    font: 700 18px/1.2 var(--font_family);
    position: relative;
    display: none;
    width: 100%;
    text-align: left;
    padding: 23px 34px 23px 15px;
}

.menu-close:before
{
    position: absolute;
    content: '';
    top: 50%;
    right: 8px;

    display: block;

    width: 14px;
    height: 14px;

    margin-top: -7px;

    background: url(../images/ic_close.svg) 0 0 no-repeat;
}


.nav-menu
{
    align-content: center;
    align-items: center;
}

.nav-menu__item + .nav-menu__item
{
    margin-left: 30px;
}

.nav-menu__item
{
    font-size: 14px;
    line-height: 1.2;
}

.nav-menu__item > a
{
    position: relative;

    color: #111;
    font-weight: 700;
    display: inline-block;

    text-decoration: none;
    letter-spacing: .04em;
    text-transform: uppercase;

    transition: .2s linear;
}

.nav-menu__item > a:after
{
    content: "";

    position: absolute;
    top: 100%;
    left: 0;

    display: none;

    width: 100%;
    height: 18px;
}

.nav-menu__item > a:hover:after
{
    display: block;
}

.nav-menu__item > a:before
{
    content: "";

    position: absolute;
    bottom: -18px;
    left: 0;

    width: 100%;
    height: 4px;

    background: #111;

    transition: .2s linear;
    transform: scale(0);
}

.nav-menu__item:hover > a:before
{
    transform: scale(1);
}

.nav-menu__sale
{
    position: relative;

    color: #FFF;

    display: block;

    padding: 4px 15px;
}

.nav-menu__sale:before
{
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    background: #CE1438;

    transform: skew(-14deg);
}

.nav-menu__sale span
{
    position: relative;
    z-index: 1;

    display: block;
}


.menu-cats
{
    position: absolute;
    z-index: 99;
    top: calc(100% - 45px);
    left: 0;

    visibility: hidden;

    width: 100%;
    padding: 30px 0 40px;
  /*  transition: .2s linear;*/

    pointer-events: none;

    opacity: 0;
    background: #F7F6F6;
    background-clip: padding-box;
}

@media (min-width: 1025px) {
    .menu-cats {
        border-top: 45px solid transparent
    }
    .nav-menu__item > a {
        z-index: 100;
    }
}

.nav-menu__item:not(.disable):hover .menu-cats
{
    visibility: visible;

    pointer-events: all;

    opacity: 1;
}


.menu-cats__wrapp
{
    position: relative;

    overflow-y: auto;

    /* max-height: calc(100vh - 305px); */
}

header.fixed .menu-cats__wrapp
{
    /* max-height: calc(100vh - 150px); */
}


@media (min-width: 1025px)
{
    .menu-cats__wrapp
    {
        scrollbar-color: #DB2138 #FFF;
        scrollbar-width: thin;
    }

    .menu-cats__wrapp::-webkit-scrollbar
    {
        width: 12px;
        height: 12px;

        background: transparent;
    }

    .menu-cats__wrapp::-webkit-scrollbar-thumb
    {
        border-right: 3px solid #FFF;
        border-left: 3px solid #FFF;
        background: #DB2138;
    }

    .menu-cats__wrapp::-webkit-scrollbar-track
    {
        background: #FFF;
    }
}


.menu-cats__box
{
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}


.interested_cats
{
    width: 214px;
    margin-right: 50px;
}

.interested_mob
{
    display: none;
    margin-top: 54px;
}


.interested__link + .interested__link
{
    margin-top: 20px;
}

.interested__link
{
    color: #DB2138;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;

    text-transform: uppercase;
}

.interested__link a
{
    color: #DB2138;

    text-decoration: none;

    transition: .2s linear;
}

.interested__link a:hover
{
    color: #111;
}

* + .interested__bg
{
    margin-top: 37px;
}

.interested__bg
{
    font-size: 13px;
    line-height: 1.2;

    padding: 20px;

    text-align: center;

    background: #FFF;
}

.interested__title
{
    font-weight: 700;

    letter-spacing: .04em;
    text-transform: uppercase;
}


.interested__desc
{
    position: relative;

    padding-top: 20px;
}

.interested__desc + .interested__desc:before
{
    content: "";

    position: absolute;
    top: 8px;
    left: 50%;

    display: block;

    width: 4px;
    height: 4px;
    margin-left: -2px;

    border-radius: 50%;
    background: #111;
}

.interested__desc a
{
    color: #DB2138;

    text-decoration: none;

    transition: .2s linear;
}

.interested__desc a:hover
{
    color: #111;
}


.menu-cats-advertising
{
    width: 318px;
    margin-left: 50px;
}

@media screen and (max-width: 1600px){
    .menu-cats-advertising{
        width: 202px;
    }
}

.menu-cats-advertising__link
{
    position: relative;

    display: block;

    padding-bottom: 139.4%;

    text-decoration: none;
}

.menu-cats-advertising__img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.menu-cats-advertising__link span
{
    position: absolute;
    bottom: 10px;
    left: 10px;

    color: #111;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;

    width: calc(100% - 20px);
    padding: 12px 15px;

    text-decoration: none;
    letter-spacing: .02em;
    text-transform: uppercase;

    background: #FFF;

    transition: .2s linear;
}

.menu-cats-advertising__link:hover span
{
    color: #FFF;

    background: #E04256;
}

.menu-cats-advertising__link svg
{
    display: block;

    width: 28px;
    height: 12px;
    margin-left: 20px;

    transition: .2s linear;

    fill: #111;
}

.menu-cats-advertising__link:hover svg
{
    fill: #FFF;
}



.menu-cats__items
{
    flex: 1 1 auto;
}


.menu-cats-close,
.menu-cats-close-links
{
    color: #111;
    font: 700 18px/1.2 var(--font_family);
    position: relative;
    display: none;
    width: 100%;
    text-align: left;
    padding: 23px 34px 23px 50px;
    border-bottom: 1px solid #DDDDDD;
}

.menu-cats-close:after,
.menu-cats-close-links:after
{
    position: absolute;
    content: '';
    top: 50%;
    left: 17px;

    display: block;

    width: 8px;
    height: 14px;

    margin-top: -8px;
    transform: rotate(180deg);

    background: url(../images/ic_arrow2.svg) 0 0 no-repeat;
}

.menu-cats-close:before,
.menu-cats-close-links:before
{
    position: absolute;
    content: '';
    top: 50%;
    right: 8px;

    display: block;

    width: 14px;
    height: 14px;

    margin-top: -7px;

    background: url(../images/ic_close.svg) 0 0 no-repeat;
}


.menu-cats__flex
{
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;

    /* margin: -34px 0 0 -34px; */
}

.menu-cats__item
{
    font-size: 12px;
    line-height: 1.2;

    width: calc(100%/5 - 34px);
    margin: 0 0 0 34px;
}

.menu-cats__flex_big
{
    margin: -18px 0 0 -18px;
}

.menu-cats__flex_big .menu-cats__item
{
    width: calc(80.4%/5 - 18px);
    margin: 18px 0 0 18px;
}

.brands-menu {
    width: 80.4%;
}

.menu-cats__flex_big .brands-menu .menu-cats__item
{
    width: calc(100%/5 - 18px);
    margin: 18px 0 0 18px;
}

.menu-cats__flex_big .menu-cats__item_big
{
    width: calc(19.6% - 40px);
    margin-left: 40px;
}


.menu-cats__title
{
    font-weight: 700;

    letter-spacing: .04em;
    text-transform: uppercase;
}

.menu-cats__title a
{
    position: relative;

    color: #111;

    display: block;

    text-decoration: none;

    transition: .2s linear;
}

.menu-cats__title a:hover
{
    color: #DB2138;
}

.menu-cats_img
{
    overflow: hidden;
}

.menu-cats_img a
{
    position: relative;

    color: #FFF;

    padding-bottom: 48.7%;

    text-align: center;
}

.menu-cats_img a:hover
{
    color: #FFF;
}

.menu-cats_img a:after
{
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.menu-cats_img img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    transition: .2s linear;

    object-fit: cover;
}

.menu-cats_img:not(.mobile_menu_container .menu-cats_img):hover img
{
    transform: scale(1.1);
}

.menu-cats_img span
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 100%;
    height: 100%;
    padding: 15px;
}

.menu-cats_brand
{
    background: #FFF;
}

.menu-cats_brand a
{
    position: relative;

    padding-bottom: 48.7%;
}

.menu-cats__brandimg
{
    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 100%;
    height: 100%;
    padding: 15px;
}

.menu-cats_brand img
{
    display: block;

    max-width: 100%;
    max-height: 100%;

    transition: .2s linear;

    mix-blend-mode: darken;
}

.menu-cats_brand:hover img
{
    transform: scale(1.1);
}

.menu-cats__brandname
{
    display: none;
}


.menu-cats__links
{
    margin-top: 30px;
}
.menu-cats__item_sizes .menu-cats__links
{
    max-width: unset;
}

.menu-cats_img + .menu-cats__links,
.menu-cats_brand + .menu-cats__links
{
    max-width: 100%;
    margin-top: 20px;
}

.menu-cats__link
{
    margin-top: 10px;
}

.menu-cats__link:first-child
{
    margin-top: 0;
}

.menu-cats__link_marg
{
    margin-top: 30px;
}

.menu-cats__link a
{
    color: #111;

    text-decoration: none;

    transition: .2s linear;
}

.menu-cats__link a span
{
    color: #DB2138;
    font-weight: 700;

    text-transform: uppercase;

    transition: .2s linear;
}

.menu-cats__link a:hover
{
    color: #DB2138;
}

.menu-cats__link a:hover span
{
    color: #111;
}


.modal-cont_search
{
    width: 232px;
}

header.fixed .modal-cont_search {
    width: 30px;
}

.mini-modal-btn_search
{
    position: relative;

    display: none;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 24px;
    height: 24px;
}

.mini-modal-btn_search svg
{
    display: block;

    width: 21px;
    height: 21px;

    transition: .2s linear;

    fill: none;
    stroke: #111;
}

.mini-modal-btn_search:hover svg
{
    stroke: #DB2138;
}

.mini-modal_search
{
    position: relative;
    top: 0;

    visibility: visible;

    pointer-events: all;

    opacity: 1;
}


.header-search
{
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.header-search_mob
{
    display: none;
}

.header-search__input
{
    color: #111;
    font-family: var(--font_family);
    font-size: 13px;

    display: block;

    width: 100%;
    padding: 3px 35px 10px 0;

    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    background: none;
}
.header-search__input::placeholder {
    font-size: 12px;
    line-height: 12px;
}

.header-search__input:focus
{
    border-bottom-color: rgba(0, 0, 0, 1);
}

.header-search__submit
{
    position: relative;

    display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;

    width: 29px;
    height: 29px;
    margin-left: -29px;

    cursor: pointer;

    border: none;
    background: none;
}

.header-search__submit svg
{
    display: block;

    width: 21px;
    height: 21px;

    transition: .2s linear;

    fill: none;
    stroke: #111;
}

.header-search__submit:hover svg
{
    stroke: #DB2138;
}


.box-user
{
    margin-left: 59px;
}

.box-user__btn
{
    color: #111;
    font: 13px var(--font_family);

    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;

    cursor: pointer;

    border: none;
    background: none;

    transition: .2s linear;

	max-width: 100px;
}

.box-user__btn.active,
.box-user__btn:hover
{
    color: #DB2138;
}

.box-user__btn span
{
    display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

    margin-left: 10px;
}

.box-user__btn svg
{
    display: block;
	flex-shrink: 0;

    width: 16px;
    height: 21px;

    transition: .2s linear;

    fill: #111;
}

.box-user__btn.active svg,
.box-user__btn:hover svg
{
    fill: #DB2138;
}


.mini-modal_user
{
    top: calc(100% + 30px);
    left: -22px;

    width: 205px;
    padding: 4px 14px;

    background: #F7F6F6;
    z-index: 101;
}

.mini-modal_user:after
{
    content: "";

    position: absolute;
    bottom: 100%;
    left: 22px;

    display: block;

    border: 7px solid transparent;
    border-bottom: 7px solid #F7F6F6;
}

.mini-modal_user.active
{
    top: calc(100% + 20px);
}


.user-links_link + .user-links_link
{
    border-top: 1px solid rgba(17, 17, 17, .1);
}

.user-links_link
{
    font-size: 13px;
    line-height: 1.2;
}

.user-links_link a
{
    color: #111;

    display: block;

    padding: 11px 0 10px;

    text-decoration: none;

    transition: .2s linear;
}

.user-links_link a:hover
{
    color: #DB2138;
}


.modal-cont_cart
{
    margin-left: 32px;
}

.mini-modal-btn_cart
{
    color: #FFF;
    font: 12px var(--font_family);

    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;

    cursor: pointer;

    border: none;
    background: none;

    transition: .2s linear;
}

.mini-modal-btn_cart span
{
    font-weight: 700;
    line-height: 18px;

    display: block;

    width: 22px;
    height: 22px;
    margin-left: 7px;
    padding: 2px;

    text-align: center;

    border-radius: 50%;
    background: #111;

    transition: .2s linear;
}

.mini-modal-btn_cart.active span,
.mini-modal-btn_cart:hover span
{
    background: #DB2138;
}

.mini-modal-btn_cart svg
{
    display: block;

    width: 21px;
    height: 21px;

    transition: .2s linear;

    fill: #111;
}

.mini-modal-btn_cart.active svg,
.mini-modal-btn_cart:hover svg
{
    fill: #DB2138;
}


.mini-modal_cart
{
    top: calc(100% + 30px);
    right: -10px;
    left: auto;

    width: 472px;

    background: white;
    filter: brightness(0.98);
    z-index: 101;
}

.mini-modal_cart:after
{
    content: "";

    position: absolute;
    right: 43px;
    bottom: 100%;

    display: block;

    border: 7px solid transparent;
    border-bottom: 7px solid #F7F6F6;
}

.mini-modal_cart.active
{
    top: calc(100% + 20px);
}


.header-cart__item
{
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;

    padding: 19px 25px;

    border-bottom: 1px solid rgba(17, 17, 17, .1);
}


.header-cart__thumb
{
    width: 100px;
}

.header-cart__img
{
    position: relative;

    display: block;

    padding-bottom: 100%;

    text-decoration: none;
}

.header-cart__img span
{
    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 100%;
    height: 100%;
}

.header-cart__img img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}


.header-cart__info
{
    color: #111;
    font-size: 13px;
    line-height: 1.2;

    width: calc(100% - 152px);
    margin: 0 14px;
}


.header-cart__name a
{
    color: #111;

    text-decoration: none;

    transition: .2s linear;
}

.header-cart__name a:hover
{
    color: #DB2138;
}


.header-cart__price
{
    font-weight: 700;
}

.header-cart__name + .header-cart__price
{
    margin-top: 6px;
}


.header-cart__features
{
    line-height: 15px;

    margin-top: 6px;
}

.header-cart__features div + div
{
    margin-top: 6px;
}


.header-cart__delete
{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    align-self: center;
    flex-wrap: wrap;

    width: 24px;
    height: 24px;
}

.header-cart__delete svg
{
    display: block;

    width: 12px;
    height: 13px;

    transition: .2s linear;

    fill: #111;
}

.header-cart__delete:hover svg
{
    fill: #DB2138;
}


.header-cart__total
{
    font-size: 13px;
    line-height: 1.2;

    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    padding: 18px 25px;
}

.header-cart__title
{
    color: #111;
    font-weight: 700;
}

.header-cart__link
{
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;

    display: block;

    padding: 17px 15px;

    text-align: center;
    text-decoration: none;
    letter-spacing: .02em;
    text-transform: uppercase;

    background: #111;

    transition: .2s linear;
}

.header-cart__link:hover
{
    background: #DB2138;
}

.header-cart__link span
{
    position: relative;

    display: inline-block;

    padding-right: 48px;
}

.header-cart__link span:before
{
    content: "";

    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 28px;
    height: 13px;

    background: url(../images/ic_arrow1.svg) 0 0 no-repeat;

    transform: translateY(-50%);
}


.mob-menu-btn
{
    display: none;
    flex-shrink: 0;

    width: 24px;
    height: 24px;
    padding: 4px 3px;

    cursor: pointer;

    border: none;
    background: none;
    margin-left: -3px;
}

.mob-menu-btn span
{
    position: relative;

    display: block;

    width: 100%;
    height: 2px;

    background: #09121F;

    transition: .2s linear;
}

.mob-menu-btn span + span
{
    margin-top: 4px;
}


.fix_btn
{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 3px 30px -10px rgba(0, 0, 0, 0.2);
    height: 60px;
    z-index: 100;
    display: none;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.fix_btn > * + *
{
    margin-left: 30px;
}

.fix_btn button
{
    display: block;
    width: 92px;
    height: 60px;
    text-decoration: none;
    text-align: center;
    color: #111;
    cursor: pointer;
    border: none;
    background: none;
}

.fix_btn button span
{
    background: none;
    height: auto;
}

.fix_btn a
{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;

    width: 92px;
    height: 60px;
    text-decoration: none;
    text-align: center;
    color: #111;
}

.fix_btn .icon
{
    width: 24px;
    height: 24px;

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    transition: .2s linear;
    margin: 0 auto;
    padding: 3px;
    position: relative;
}

.fix_btn .icon .count
{
    position: absolute;
    right: -7px;
    top: -4px;
    min-width: 14px;
    height: 14px;
    background: #111;
    border-radius: 50%;
    display: block;
    line-height: 14px;
    padding: 0 4px;
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.fix_btn .icon svg
{
    fill: #111;
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: .2s linear;
}

.fix_btn button.active .icon svg,
.fix_btn a.active .icon svg
{
    fill: #DB2138;
}

.fix_btn .name
{
    font-size: 10px;
    line-height: 12px;
    width: 100%;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    margin-top: 4px;
    display: block;
    transition: .2s linear;
    font-weight: 700;
	padding: 0 3px;
}

.fix_btn button.active .name,
.fix_btn a.active .name
{
    color: #DB2138;
}


.note
{
    background: #111111;
    padding: 12px 0;
    text-align: center;
    position: relative;
}

.note__text
{
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;

    letter-spacing: 0.04em;
    text-transform: uppercase;

    color: #FFFFFF;
}

.note__text a
{
    color: #FFFFFF;
    border-bottom: 1px solid #fff;
    transition: border .2s linear;
    text-decoration: none;
}

.note__text a:hover
{
    border-bottom-color: transparent;
}

.note-close
{
    position: absolute;
    top: 50%;
    right: 13px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 24px;
    height: 24px;

    margin-top: -12px;
}

.note-close svg
{
    display: block;
    width: 14px;
    height: 14px;
    fill: #fff;
    transition: .2s linear;
}

.note-close:hover svg
{
    fill: #DB2138;
}


/* New header */
header {
    padding: 0;
}

.header__logo_scroll {
    display: none;
}

.header_user_inf_scroll {
    display: none;
}

.header_action {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    position: relative;
}

.header_action_title {
    background: linear-gradient(90deg, #ff2ea5 0%, #ff2d57 25%, #fe6b19 100%);
    transition: all .2s linear;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    padding: 9px 9px;
    color: #FFFFFF;
}

.header_action_title.open {
    cursor: auto;
}

.header_action_title svg {
    transition: all .2s linear;
    margin-left: 11px;
}

.header_action_title.open svg {
    opacity: 0;
}

.header_action_content {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    border-bottom: 1px solid #E4E5E7;
    width: 100%;
    z-index: 110;
    justify-content: center;
    display: none;
}

.header_action_wrapper {
    position: relative;
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 42px 20px 67px;
    text-align: left;
}

.header_action_close {
    position: absolute;
    right: 7.92%;
    top: 5.82%;
    border: 1px solid #333333;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    background: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_action_date {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #CE1438;
    display: block;
    margin-bottom: 15px;
}

.header_action_text {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 20px;
}

.header_action_subtext {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #CE1438;
    display: block;
    margin-bottom: 56px;
}

.header_action_link {
    background: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 22px 30px;
    margin-bottom: 57px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.header_action_link:hover {
    background: #292929;
}

.header_action_note {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-transform: lowercase;
}

.header_action_note span{
    color: #CE1438;
}

.header_user_favorite {
    color: #FFF;
    font: 12px var(--font_family);
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    cursor: pointer;
    border: none;
    background: none;
    transition: .2s linear;
    text-decoration: none;
    margin-left: 32px;
}

.header_user_favorite span {
    font-weight: 700;
    line-height: 18px;
    display: block;
    width: 22px;
    height: 22px;
    margin-left: 7px;
    padding: 2px;
    text-align: center;
    border-radius: 50%;
    background: #111;
    transition: .2s linear;
}

.header_user_favorite svg path{
    transition: .2s linear;
}

.header_user_favorite:hover svg path{
    fill: #DB2138;
}

.header_user_favorite:hover span{
    background-color: #DB2138;
}

.personal_links {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    text-align: left;
}

.personal_links_bonus {
    display: flex;
    font-weight: 600;
}

.personal_links_bonus img{
    margin-right: 7px;
    margin-bottom: 8px;
    width: 20px;
    height: 20px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
}

.header__box  {
    align-items: center;
}

.header__top {
    padding-top: 7px;
    padding-bottom: 8px;
    line-height: 20px;
}

.header__top_left {
    display: flex;
    align-items: center;
}

.header_city_choice {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    margin-right: 48px;
    
}

.header_city_choice svg {
    margin-right: 5px;
}

.header__phone a {
    color: #fff;
    font-size: 13px;
}

.header-callback {
    font-size: 14px;
}

.header__top .header__link a {
    color: #FFF;
}

.header__top .header__link a:hover {
    color: #DB2138;
}

.header__link + .header__link {
    margin-left: 30px;
}

.header__logo.header__logo_mobile {
    display: none;
}

.header__mdl {
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}
/*
.header__logo {
    min-height: 62px;
}
*/
.header__mdl .header__links {
    flex: 1;
}

.header_user_inf {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
}

.header_user_inf .box-user {
    margin-right: 0;
}

.header__contact_wrap {
    align-items: center;
}

.header__btm {
    width: 100%;
    padding-bottom: 8px;
    position: relative;
}

.nav-menu__item > a:before {
    bottom: -17px;
}

.nav-menu__item.nav-menu__item_sale > a:before {
    bottom: -14px;
}

.header__info {
    width: 100%;
    margin-top: 11px;
}

header.fixed .header_action {
    display: none;
}

header.fixed .header__mdl {
    display: none;
}

header.fixed .header__btm {
   padding: 0px;
}

header.fixed .header__logo {
    min-height: unset;
}

header.fixed .header__logo_scroll {
    display: flex;
}

header.fixed .header_user_inf_scroll {
    display: flex;
}

header.fixed .header__info {
    width: calc(100% - 150px);
}

header.fixed .scroll_search_toggle{
    position: relative;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 29px;
    height: 22px;
    margin-left: auto;
    cursor: pointer;
    border: none;
    background: none;
}

.scroll_search_toggle{
    display: none;
}

.scroll_search_toggle svg {
    display: block;
    width: 21px;
    height: 21px;
    transition: .2s linear;
    fill: none;
    stroke: #111;
}

/*------------------------
	Slider controls
------------------------*/
.swiper-legacy
{
    overflow: visible;

    margin-right: 0;
    margin-left: 0;
}

.swiper-legacy:before
{
    content: "";

    position: absolute;
    z-index: 9;
    top: 0;
    left: 100%;

    width: 5000px;
    height: 100%;

    background: #FFF;
}

.swiper-legacy:after
{
    content: "";

    position: absolute;
    z-index: 9;
    top: 0;
    right: 100%;

    width: 5000px;
    height: 100%;

    background: #FFF;
}

.slider-button-prev,
.slider-button-next
{
    position: absolute;
    z-index: 10;
    top: 50%;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 50px;
    height: 50px;
    margin-top: -25px;

    cursor: pointer;

    border: none;
    border-radius: 50%;
    background-color: #fff;

    transition: .2s linear;
}

.slider-button-prev._black,
.slider-button-next._black
{
    background-color: #000;
}

.slider-button-prev:hover,
.slider-button-next:hover
{
    background-color: #000;
}

.slider-button-prev._black:hover,
.slider-button-next._black:hover{
	background-color: #292929;
}

.slider-button-prev
{
    left: 22px;
}

.slider-button-next
{
    right: 22px;
}

.images-slider__slider-button-prev
{
    top: auto;
    bottom: -29px;
    left: -132px;
}

.images-slider__slider-button-next
{
    top: auto;
    bottom: -29px;
    right: -132px;
}

.slider-button-prev.swiper-button-disabled,
.slider-button-next.swiper-button-disabled
{
    opacity: .3;
}

.slider-button-prev svg,
.slider-button-next svg
{
    position: relative;
    z-index: 2;

    display: block;

    width: 8px;
    height: 14px;

    transition: .2s linear;

    fill: #000;
}

.slider-button-prev._black svg,
.slider-button-next._black svg{
	fill: #fff;
}

.slider-button-next svg
{
    transform: rotate(180deg);
}

.slider-button-prev:hover svg,
.slider-button-next:hover svg
{
    fill: #FFF;
}

.swiper-button-lock
{
    opacity: 0;
	pointer-events: none;
	display: none;
}

.slider-pagination
{
	position: relative;
	left: 0;
	bottom: 0;
    margin-top: 58px;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
	background: transparent;

    width: 100%;

    text-align: center;

    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
}

.slider-pagination.swiper-pagination-bullets
{
    bottom: 0;
}

.slider-pagination.swiper-pagination-lock
{
    display: none !important;
}

.slider-pagination .slider-dot
{
    display: block;

    margin: 0 4px;
    padding: 0;
	width: 69px;
	height: 3px;

    border: none;
    background: #111111;
    box-shadow: none;

    transition: .2s linear;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.slider-pagination.slider-pagination-clickable .slider-dot
{
    cursor: pointer;
}

.slider-pagination .slider-dot-active,
.slider-pagination .slider-dot:hover
{
    background: #DB2138;
}

@media (max-width: 1024px) {
	.slider-pagination{
		background: #F7F6F6;
		height: 3px;
	}

	.slider-pagination.swiper-pagination-progressbar{
		height: 3px;
	}

	.slider-pagination .swiper-pagination-progressbar-fill{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: scale(0);
		transform-origin: left top;
		background: #111111;
	}
}

/*------------------------
	Main section
------------------------*/
._marg-top
{
    margin-top: 70px;
}

._marg-top-big{
	margin-top: 120px;
}


.arrow-link{
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.arrow-link__btn{
	color: #111111;
	display: inline-block;
	vertical-align: top;
	padding-right: 47px;
	position: relative;

	transition: .2s linear;
	text-decoration: none;
}

.arrow-link__btn:hover{
	color: #DB2138;
}

.arrow-link__btn svg{
	position: absolute;
	right: 0;
	top: 50%;
	width: 37px;
	height: 8px;
	margin-top: -4px;

	fill: currentColor;
}

.favorite-btn{
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
}

.favorite-btn:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	background: url(../images/ic_favorite.svg) 50% no-repeat;
	transition: opacity .2s linear;
}

.favorite-btn:hover:before,
.favorite-btn.active:before{
	opacity: 0;
}

.favorite-btn:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	background: url(../images/ic_favoriteA.svg) 50% no-repeat;
	opacity: 0;
	transition: opacity .2s linear;
}

.favorite-btn:hover:after,
.favorite-btn.active:after{
	opacity: 1;
}


.stickers{
	position: absolute;
	left: 10px;
	top: 10px;
	max-width: calc(100% - 20px);
	pointer-events: none;
}

.stickers__sticker{
	border: 1px solid #333333;
	line-height: 19px;
	padding: 0 4px;
	font-weight: 600;
	font-size: 11px;
	letter-spacing: 0.02em;
	text-transform: uppercase;

	color: #333333;
	z-index: 10;
	margin: 4px 4px 0;
}

.stickers__sticker_sale{
	color: #DB2138;
	border-color: #DB2138;
}


.link-text{
	margin-top: 78px;
	text-align: center;
}

.link-text__btn{
	font-size: 16px;
	line-height: 1.23;

	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid;
	color: #333333;

	transition: border .2s linear;
}

.link-text__btn:hover{
	border-bottom-color: transparent;
}


.link-bord{
	text-align: center;
	margin-top: 110px;
}

.link-bord__link{
	display: inline-block;
	vertical-align: top;

	font-weight: 700;
	font-size: 13px;
	line-height: 48px;

	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #111;
	border: 1px solid;
	transition: color .2s linear;
	text-decoration: none;
	min-width: 253px;
	padding: 0 24px;
	background: #fff;
}

.link-bord__link:hover{
	color: #333;
}

.link-bord__link:active{
	color: #111;
}


.link-red{
	margin-top: 40px;
}

.link-red_center{
	text-align: center;
}

.link-red__link{
	background: #DB2138;

	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 13px;
	line-height: 60px;

	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;

	color: #FFFFFF;
	text-decoration: none;
	padding: 0 58px;
	transition: .2s linear;
}

.link-red__link:hover{
	background: #E04256;
}

.link-red__link:active{
	background: #DB2138;
}

.link-red__link span{
	padding-right: 48px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.link-red__link span:before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 28px;
	height: 14px;
	margin-top: -7px;
	background: url(../images/ic_arrow1.svg) 50% no-repeat;
}


.link-gray{
	margin-top: 80px;
}

.link-gray_center{
	text-align: center;
}

.link-gray__link{
	background: #EEEEEE;

	display: block;
	width: 100%;
	font-weight: 700;
	font-size: 13px;
	line-height: 60px;

	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;

	color: #333333;
	text-decoration: none;
	transition: .2s linear;
}

.link-gray__link:hover{
	background: #F7F6F6;
}

.link-gray__link:active{
	background: #EEEEEE;
}


.link-black{
	margin-top: 80px;
}

.link-black_center{
	text-align: center;
}

.link-black__link{
	background: #111;

	display: block;
	width: 100%;
	font-weight: 700;
	font-size: 13px;
	line-height: 60px;

	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;

	color: #fff;
	text-decoration: none;
	transition: .2s linear;
}

.link-black__link:hover{
	background: #333;
}

.link-black__link:active{
	background: #111;
}

.link-black__link span{
	padding-right: 48px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.link-black__link span:before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 28px;
	height: 14px;
	margin-top: -7px;
	background: url(../images/ic_arrow1.svg) 50% no-repeat;
}


.open-aside-menu_marg{
	margin-top: 22px;
}

.open-aside-menu{
	display: block;
	background: #FFFFFF;
	border: 1px solid #111111;
	height: 40px;
	width: 100%;

	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #111111;
	padding: 0 40px 0 13px;
	margin-bottom: 24px;
	text-align: left;
	position: relative;
	display: none;
}

.open-aside-menu:before{
	content: '';
	position: absolute;
	right: 7px;
	top: 50%;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	background: url(../images/ic_arrow5.svg) 50% no-repeat;
}

.aside-menu{
	position: absolute;
	right: 0;
	top: 0;
	width: 360px;
	z-index: 20;
	background: #fff;
}

.aside-menu_top{
	top: -70px;
}

.aside-menu__head{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 10;
}

.aside-menu__close{
	width: 50px;
	height: 50px;
	display: none;
	position: relative;
	margin-left: auto;
	overflow: hidden;
}

.aside-menu__close:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
	background: url(../images/ic_plus.svg) 50% no-repeat;
}

.aside-menu__item{
	border: 1px solid #111;
}

.aside-menu__item + .aside-menu__item{
	margin-top: -1px;
}

.aside-menu__item a{
	display: block;
	padding: 26px 29px;
	font-size: 16px;
	line-height: 1.25;

	letter-spacing: 0.04em;
	text-transform: uppercase;

	color: #111111;
	transition: .2s linear;
	text-decoration: none;
}

.aside-menu__item a:hover,
.aside-menu__item a.active{
	background: #111;
	color: #fff;
}
/*------------------------
	main slider
------------------------*/
.main-slider .slider-button-prev
{
    left: 26px;
}

.main-slider .slider-button-next
{
    right: 26px;
}

.main-slider__img
{
    position: relative;

    display: block;

    padding-bottom: 30%;
}

.main-slider__img img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: auto;

    object-fit: cover;
}
/*------------------------
	main brands
------------------------*/
.main-brands
{
    padding: 44px 0;

    background: #EEE;

    overflow: hidden;
}

.main-brands-slider
{
    overflow: hidden;
}

.main-brands-slider:after,
.main-brands-slider:before
{
    display: none;
}

.main-brands__img
{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    height: 60px;
}

.main-brands__img img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}
/*------------------------
	main images
------------------------*/
.main-images__img
{
    position: relative;

    padding-bottom: 79.3%;
}

.main-images__img img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}
/*------------------------
	main images
------------------------*/
.products_marg{
	margin-top: 88px;
}

.products_catalog{
	margin-top: 20px;
}

.products__small-title{
	margin-bottom: 43px;
}

.products .section-head{
	margin-bottom: 63px;
}

/* .products-slider._lock-slider{
	padding-bottom: 61px;
} */

.products-slider_marg
{
    margin-top: 30px;
}

.products-slider:hover{
	z-index: 10;
}

.products-slider.swiper:before{
	left: calc(100% + 9px);

    height: calc(100% + 27px);
    transform: translateY(-27px);
}

.products-slider.swiper:after{
	right: calc(100% + 9px);

    height: calc(100% + 27px);
    transform: translateY(-27px);
}

.products-grid{
	--product_margl: 20px;
	--product_margt: 80px;
	--product_number: 4;
	margin: calc(var(--product_margt)*-1) 0 0 calc(var(--product_margl)*-1);

	align-content: stretch;
	align-items: stretch;
}

.products-grid .products-product{
	width: calc(100%/var(--product_number) - var(--product_margl));
	margin: var(--product_margt) 0 0 var(--product_margl);
}

.products-grid .products-banner{
	width: calc(100%/var(--product_number) - var(--product_margl));
	margin: var(--product_margt) 0 0 var(--product_margl);
	flex-grow: 1;
}

.products-grid .products-banner_big{
	width: calc(100%/(var(--product_number)/2) - var(--product_margl));
}

.products-product{
	position: relative;
}

.products-product:hover{
	z-index: 11;
}

.products-product__wrapp{
	position: relative;
	background: #fff;
}

.products-product__wrapp:before{
	content: '';
	position: absolute;
	left: -9px;
	top: -9px;
	width: calc(100% + 18px);
	height: calc(100% + 9px);
	border: 1px solid #333333;
	border-bottom: none;
	background: #fff;
	pointer-events: none;

	transition: .2s linear;

	opacity: 0;
	visibility: hidden;
}

.products-product:hover .products-product__wrapp:before{
	opacity: 1;
	visibility: visible;
}

.products-product__thumb{
	position: relative;
}

.products-product-images{
	padding-bottom: 133%;
	position: relative;
	display: block;
}

.products-product-images__box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    background: white;
    filter: brightness(0.94);
}

.products-product-images__item{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	opacity: 0;
	pointer-events: none;

	transition: opacity .2s linear;
}

.products-product-images__item.active{
	opacity: 1;
	pointer-events: auto;
}

.products-product-images img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.products-product-images__dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;

	display: flex;
}

.products-product-images__dot{
	flex: 1;
	/* background: #ccc; */
	height: 100%;
	position: relative;
}

.products-product-images__dot.hide{
	display: none;
}

.products-product-images__dot:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	transition: background .2s linear;
}

.products-product-images__dot.active:after{
	background: #DB2138;
}

.products-product__favorite-btn{
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 10;
}

.products-product__info{
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}

.products-product__number{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	line-height: 30px;
	font-size: 12px;
	color: #999999;
	transition: opacity .2s linear;
	opacity: 1;
}

.products-product:hover .products-product__number{
	opacity: 0;
}

.products-product__radio-colors{
	margin: -10px 0 0 -10px;
	opacity: 0;
	transition: opacity .2s linear;
}

.products-product:hover .products-product__radio-colors{
	opacity: 1;
}

.products-product__radio-color{
	margin: 10px 0 0 10px;
}

.products-product__radio-color-block{
	width: 28px;
	height: 28px;
}

.products-product__name{
	position: relative;
	font-size: 14px;
	line-height: 1.3;
	margin-top: 9px;
}

.products-product__name a{
	color: #333333 !important;
	text-decoration: none !important;
	border-bottom: 1px solid transparent;
	transition: border .2s linear;
}

.products-product__name a:hover{
	border-bottom-color: currentColor;
}

.products-product-prices{
	position: relative;
	margin: 3px 0 0 -10px;
	align-items: flex-end;
	align-content: flex-end;
}

.products-product-prices__sale{
	position: absolute;
    left: 15px;
    bottom: 15px;
	font-weight: 700;
	font-size: 13px;
	line-height: 18px;
	padding: 0 2px;

	color: #FFFFFF;
	background: #DB2138;
}

.products-product-prices__price{
	margin: 3px 0 0 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

.products-product-prices__oldprice{
	margin: 3px 0 0 10px;

	font-size: 14px;
	line-height: 17px;

	text-decoration-line: line-through;
	color: #999999;
}

.products-product__bot{
	padding: 30px 0 9px;
	transition: opacity .2s linear, visibility .2s linear;

	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}

.products-product__bot:before{
	content: '';
	position: absolute;
	left: -9px;
	bottom: -9px;
	width: calc(100% + 18px);
	height: calc(100% + 9px);
	border: 1px solid #333333;
	border-top: none;
	background: #fff;
	pointer-events: none;
}

.products-product:hover .products-product__bot{
	opacity: 1;
	visibility: visible;
}

.products-product__radio-sizes{
	--sizes-marg: 5px;
	--sizes-number: 9;
	margin: 0 0 0 calc(var(--sizes-marg)*-1);
	position: relative;
}

.products-product__radio-size{
	margin: var(--sizes-marg) 0 0 var(--sizes-marg);
	width: calc(100%/var(--sizes-number) - var(--sizes-marg));
	min-width: 35px;

	font-size: 12px;
}

.products-banner{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end;
	flex-wrap: wrap;

	position: relative;
	padding: 40px 20px;
}

.products-banner__img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.products-banner__img img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.products-banner .link-bord{
	margin-top: 30px;
	width: 100%;
	position: relative;
}

.products-banner .link-bord__link{
	min-width: 240px;
}


.main-about{
	margin-top: 90px;
}

.main-about-cols-top{
	justify-content: space-between;
	margin-top: 80px;
}

.main-about-cols-top__coll{
	width: calc(100%/2 - 20px);
	max-width: 641px;
}

.main-about-cols-top__colr{
	width: calc(100%/2 - 10px);
}

.main-about__img img{
	display: block;
	width: 100%;
}

.main-about-cols-bot{
	justify-content: space-between;
	margin-top: 40px;
}

.main-about-cols-bot__coll{
	width: calc(100%/2 - 20px);
	max-width: 672px;
}

.main-about-cols-bot__colr{
	width: calc(100%/2 - 10px);
	padding-top: 41px;
}

.main-about-info{
	border: 1px solid #111111;
	box-shadow: 4px 4px 0px #000000;

	padding: 46px 29px;
	text-align: center;
}

.main-about-info_pad{
	padding: 51px;
}

.main-about-info + .main-about-info{
	margin-top: 48px;
}

.main-about-info__title{
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}

.main-about-info__title span{
	color: #DB2138;
}

.main-about-info__desc{
	margin-top: 22px;
	font-weight: 700;
	font-size: 14px;
}

/*------------------------
	banner text
------------------------*/
.banner-text{
	margin-top: 70px;
}

.banner-text__block{
	position: relative;
	padding: 156px 30px;
}

.banner-text__bg{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-text__block:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(36, 41, 48, 0.5);
}

.banner-text__box{
	position: relative;
	z-index: 2;
	max-width: 625px;
	margin: 0 auto;
	text-align: center;
}

.banner-text__title{
	font-weight: 700;
	font-size: 44px;
	line-height: 1.227;

	color: #FFFFFF;
}

.banner-text__desc{
	font-size: 16px;
	line-height: 1.4;

	color: #FFFFFF;
	margin-top: 42px;
}

.banner-text__link{
	margin-top: 61px;

	display: inline-block;
	vertical-align: top;
	padding: 0 70px;
	background: #DB2138;
	font-weight: 700;
	font-size: 13px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;

	color: #FFFFFF;
	transition: background .2s linear;
}

.banner-text__link:hover{
	background: #E04256;
}

.banner-text__link:active{
	background: #DB2138;
}

.banner-text__link span{
	display: inline-block;
	vertical-align: top;
	padding-right: 47px;
	position: relative;
}

.banner-text__link span:after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 28px;
	height: 12px;
	margin-top: -6px;
	background: url(../images/ic_arrow3.svg) 50% no-repeat;
}


.advantages{
	--adv-margt: 20px;
	--adv-margl: 20px;

	--adv-number: 4;
}

.advantages__items{
	align-items: stretch;
	align-content: stretch;

	margin: 54px 0 0 calc(var(--adv-margl)*-1);
}

.advantages__item{
	margin: var(--adv-margt) 0 0 var(--adv-margl);
	width: calc(100%/var(--adv-number) - var(--adv-margl));

	padding: 35px 25px;
	border: 1px solid #333333;
	box-shadow: 4px 4px 0px #000000;

	display: flex;
	align-content: center;
	align-items: center;
}

.advantages__icon{
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	border-radius: 50%;
	background: #DB2138;

	margin-right: 20px;
	flex-shrink: 0;
	padding: 11px;
}

.advantages__icon img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.advantages__text{
	font-weight: 700;
	font-size: 18px;
	line-height: 1.223;
	color: #333333;
}


.membership-levels__items{
	max-width: 1020px;
	margin: 0 auto;
	justify-content: space-between;
	margin-top: 38px;
}

.membership-levels__item{
	width: 260px;
	margin-top: 40px;
}

.membership-levels__number{
	background: #333333;
	border-radius: 50%;

	font-size: 28px;
	line-height: 70px;
	width: 70px;
	margin: 0 auto 39px;
	font-family: var(--font_family2);
	text-align: center;

	color: #FFFFFF;
}

.membership-levels__box{
	text-align: center;
}

.membership-levels__name{
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0.04em;

	color: #333333;
}

.membership-levels__text{
	margin-top: 24px;

	font-size: 16px;
	line-height: 1.4;
	color: #333333;
}

.membership-levels__text p + p{
	margin-top: 16px;
}


.accordion._marg{
	margin-top: 58px;
}

.faq__accordion{
	margin-left: auto;
	margin-right: auto;
	max-width: 994px;
}

.accordion__item{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.accordion__item + .accordion__item{
	margin-top: -1px;
}

.accordion__open{
	font-weight: 700;
	font-size: 18px;
	line-height: 1.223;

	letter-spacing: 0.02em;
	text-transform: uppercase;

	color: #111;
	padding: 29px 36px 29px 0;
	position: relative;
	cursor: pointer;
}

.accordion__open:before{
	content: '';
	position: absolute;
	right: 11px;
	top: 50%;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: url(../images/ic_plus.svg) 50% no-repeat;
}

.accordion__open.active:before{
	transform: rotate(45deg);
}

.accordion__data{
	display: none;
	margin-top: -4px;
	padding-bottom: 25px;
}
/*------------------------
	how place order
------------------------*/
.how-place-order * + h2{
	margin-top: 70px;
}
/*------------------------
	Shops
------------------------*/
.shops__map{
	height: 626px;
}
.shops__map .bx-yandex-view-map, .shops__map .bx-yandex-view-layout{height:100%}
.shops__items{
	margin-top: 70px;
	width: calc(100% - 380px);
}

.shops__item{
	padding: 22px 0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	flex-wrap: nowrap;

	align-items: stretch;
	align-content: stretch;
}

.shops__item + .shops__item{
	margin-top: -1px;
}

.shops__photo{
	width: 200px;
	flex-shrink: 0;
	margin-right: 32px;
}

.shops__img{
	padding-bottom: 54%;
	position: relative;
	display: block;
}

.shops__img img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shops__sector{
	width: 100%;
	flex-wrap: nowrap;
	justify-content: space-between;

	align-content: center;
	align-items: center;
}

.shops__box{
	width: 100%;
	max-width: 599px;
}

.shops__name{
	font-weight: 700;
	font-size: 18px;
	line-height: normal;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.shops__name span{
	display: inline-block;
}

.shops__phone{
	margin-top: 16px;

	font-size: 16px;
	line-height: 1.25;
}

.shops__phone a{
	color: #111;
	text-decoration: none;
}

.shops__time{
	margin-top: 16px;

	font-size: 16px;
	line-height: 1.25;
	color: #999;
}

.shops__link{
	width: 215px;
	flex-shrink: 0;
	margin-left: 22px;
	border: 1px solid #111;
	font-weight: 700;
	font-size: 13px;
	line-height: 48px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #111;
	text-decoration: none;
	transition: .2s linear;

	display: block;
}

.shops__link:hover{
	border-color: #292929;
	color: #292929;
}

.shops__link:active{
	border-color: #111;
	color: #111;
}


.tags-page{
	margin-left: -10px;
}

.tags-page_marg{
	margin-top: 13px;
}

.tags-page__item{
	font-weight: 700;
	font-size: 12px;
	line-height: 31px;

	text-transform: uppercase;
	color: #FFFFFF;
	background: #111;
	margin: 10px 0 0 10px;
	padding: 0 15px;
	text-decoration: none;
	transition: background .2s linear;
	white-space: nowrap;
}

.tags-page__item:hover{
	background: #292929;
}

.tags-page__item:active{
	background: #111;
}

.tags-page__item_white{
	background: #FFFFFF;
	color: #111;
}

.tags-page__item_white:hover{
	background: #E04256;
	color: #fff;
}

.tags-page__item_white:active{
	background: #FFFFFF;
	color: #111;
}
/*------------------------
	Articles
------------------------*/
.articles{
	margin-top: 90px;
}

.articles_marg{
	margin-top: 130px;
}

.articles__grid{
	display: grid;

	grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.articles__grid .article:first-child,
.articles__grid .article:nth-child(4n){
	grid-row: span 2;
    grid-column: span 2;
}

.articles__flex{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	flex-wrap: wrap;

	--article_margT: 62px;
	--article_margL: 20px;
	--article_number: 4;

	margin: -16px 0 0 calc(var(--article_margL)*-1);
}

.articles__flex .article{
	width: calc(100%/var(--article_number) - var(--article_margL));
	margin: var(--article_margT) 0 0 var(--article_margL);
}

.articles__flex .article:nth-child(7n + 1),
.articles__flex .article:nth-child(7n + 2),
.articles__flex .article:nth-child(7n + 3){
	--article_number: 3;
}

.article{
	position: relative;
	min-height: 362px;
}

.article__img{
	position: relative;
	display: block;
	height: 100%;
}

.article__img img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article__info{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(17, 17, 17, 0.6);

	min-height: 178px;
	z-index: 1;
	padding: 17px 27px 23px;
}

.article__date{
	font-size: 13px;
	line-height: normal;
	margin-top: 18px;

	text-transform: uppercase;

	color: rgba(255, 255, 255, 0.5);
}

.article__date_marg{
	margin-top: 26px;
}

.article__name{
	font-weight: 700;
	font-size: 18px;
	line-height: normal;

	color: #FFFFFF;
	margin-top: 10px;
}

.article__name_big{
	font-size: 24px;
	margin-top: 12px;
}

.article__name a{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border .2s linear;
}

.article__name a:hover{
	border-bottom-color: #fff;
}


.more-btn{
	margin-top: 46px;
	background: #EEEEEE;

	font-weight: 700;
	font-size: 13px;
	line-height: 60px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;

	color: #333333;
	text-decoration: none;
	display: block;

	transition: background .2s linear;
}

.more-btn:hover{
	background: #F7F6F6;
}

.more-btn:active{
	background: #EEEEEE;
}

/*------------------------
	About
------------------------*/
.about-page{
	max-width: 1106px;
}

.about-page-top{
	position: relative;
	padding-bottom: 115px;
}

.about-page-top__img{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 653px;
}

.about-page-top__img img{
	display: block;
	width: 100%;
}

.about-page-top__img img.loaded{
	opacity: 1;
}

.about-page-top__img:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #DB2138;
	mix-blend-mode: multiply;
}

.about-page-top__img_withoutred:after{
    background: none;
}

.about-page-top__text-block{
	padding: 41px 45px;
	background: #FFFFFF;
	border: 1px solid #111111;
	box-shadow: 4px 4px 0px #000000;
	position: relative;
	max-width: 832px;
}


.about-page-info{
	margin-top: 70px;
}

.about-page-info__box{
	position: relative;

	margin-top: 50px;
	padding-left: 45px;
	padding-right: 26px;
}

.about-page-info__desc{
	background: #FFFFFF;
	border: 1px solid #111111;
	box-shadow: 4px 4px 0px #000000;
	max-width: 627px;

	padding: 44px 47px;
	font-size: 16px;
	position: relative;
	z-index: 2;
}

.about-page-info__title{
	margin-left: auto;
	margin-top: 32px;
	max-width: 627px;

	background: #FFFFFF;
	border: 1px solid #111111;
	box-shadow: 4px 4px 0px #000000;

	padding: 41px 30px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	position: relative;
	z-index: 2;
}

.about-page-info__title span{
	color: #DB2138;
}

.about-page-info__img{
	position: absolute;
	top: 26px;
	left: 0;
	width: 100%;
	height: calc(100% - 68px);
}

.about-page-info__img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-page-info__img img.loaded{
	opacity: 1;
}

.about-page-info__img:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #DB2138;
	mix-blend-mode: multiply;
}

.about-page-info__img_withoutred:after{
    background: none;
}

.about-page__text-block{
	margin-top: 70px;
}

.about-page-advantages{
	margin: -32px 0 50px -32px;

	align-items: stretch;
	align-content: stretch;
}

.about-page-advantages__item{
	width: calc(100%/3 - 32px);
	margin: 32px 0 0 32px;

	min-height: 117px;

	background: #FFFFFF;
	border: 1px solid #333333;
	box-shadow: 4px 4px 0px #000000;

	padding: 21px 25px;

	font-weight: 700;
	font-size: 18px;
	line-height: normal;
	color: #333333;
	text-align: center;

	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}

.about-page-advantages__item span{
	max-width: 280px;
}

/*------------------------
	Certificates
------------------------*/
.cert-page .text-block{
	max-width: 1067px;
}

.certificates{
	margin-top: 11px;
	max-width: 1070px;
}

.certificates__wrapp{
	justify-content: space-between;
}

.certificate{
	width: calc(50% - 20px);
	max-width: 518px;

	margin-top: 51px;
}

.certificate__img{
	display: block;
	width: 65.1%;
	border: 10px solid #EEEEEE;
}

.certificate__img a{
	padding-bottom: 144.8%;
	display: block;
	position: relative;
	background: #fff;
}

.certificate__img img{
	display: block;
	width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: 50% 0;
	position: absolute;
	left: 0;
	top: 0;
}

.certificate__brand{
	width: calc(34.9% + 5px);
	margin-left: -5px;
	background: #EEEEEE;
}

.certificate__brand a{
	padding-bottom: 100%;
	display: block;
	position: relative;
}

.certificate__brand span{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	padding: 20px;
}

.certificate__brand img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.certificates .slider-button-prev,
.certificates .slider-button-next{
	display: none;
}

.certificates .slider-button-prev{
	left: 0;
}

.certificates .slider-button-next{
	right: 0;
}

/*------------------------
	Ошибка 404
------------------------*/
.section-error{
	margin-top: 152px;
}

.section-error__small-title{
	margin-top: 90px;
}

.error-search-title{
	margin-top: 37px;

	font-weight: 700;
	font-size: 24px;
	line-height: normal;
	text-align: center;

	color: #333333;
}

.inner-search{
	max-width: 739px;
	margin: 43px auto 0;
}

.inner-search__input{
	width: 100%;
	display: block;
	height: 60px;
	border: 1px solid #333333;
	background: #fff;

	padding: 0 60px 0 17px;
	font: 18px var(--font_family);
	color: #111111;
}

.inner-search__submit
{
    position: relative;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 60px;
    height: 60px;
    margin-left: -60px;

    cursor: pointer;

    border: none;
    background: none;
}

.inner-search__submit svg
{
    display: block;

    width: 21px;
    height: 21px;

    transition: .2s linear;

    fill: none;
    stroke: #111;
}

.inner-search__submit:hover svg
{
    stroke: #DB2138;
}
/*------------------------
	Article
------------------------*/
.article-page{
	margin-top: 48px;
}

.article-head img{
	display: block;
	width: 100%;
}

.article-head__info{
	margin: -140px auto 0;

	max-width: 66.3%;
	background: #111;
	padding: 55px 80px 48px;
	position: relative;
	text-align: center;
}

.article-head__desc{
	font-size: 14px;
	line-height: normal;
	color: rgba(255, 255, 255, .5);
	margin-bottom: 22px;
}

.article-head__title{
	font-weight: 700;
	font-size: 48px;
	line-height: normal;

	color: #FFFFFF;
	min-height: 118px;
}

.article-head__date{
	font-size: 14px;
	line-height: normal;
	color: #fff;
	margin-top: 1px;
}

.article-page__text-block{
	margin-top: 98px;
}

.article-page__text-block h3{
	text-transform: none;
}

.article-page__text-block > h1,
.article-page__text-block > .title,
.article-page__text-block > h2,
.article-page__text-block > h3,
.article-page__text-block > p,
.article-page__text-block > ul,
.article-page__text-block > li{
	max-width: 49.334%;
	margin-left: auto;
	margin-right: auto;
}

.article-page__text-block > img{
	max-width: 66.3%;
	margin-left: auto;
	margin-right: auto;
}

.article-page__text-block * + img{
	margin-top: 50px;
}

.article-page__text-block .text-block__cols{
	max-width: 49.334%;
	margin-left: auto;
	margin-right: auto;
}

.article-page__text-block .text-block__col_l{
	width: 82.838%;
}

.article-page__text-block .text-block__col_r{
	width: 60.542%;
	margin-right: -52%;
}


.career-page{
	max-width: 992px;
}

.career-contact{
	border: 1px solid #CCCCCC;
	padding: 29px;
}

.career-contact__title{
	font-weight: 700;
	font-size: 18px;
	line-height: 1.56;

	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #333333;
}

.career-contact__items{
	margin-left: -30px;
}

.career-contact__item{
	margin: 30px 0 0 30px;
	width: calc(100%/3 - 30px);
	flex-grow: 1;
}

.career-contact__name{
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0.04em;
	text-transform: uppercase;

	color: rgba(51, 51, 51, 0.5);
}

.career-contact__text{
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0.04em;
	text-transform: uppercase;

	color: #333333;
	margin-top: 10px;
}

.career-contact__text a{
	color: #333333;
	text-decoration: none;
}

.career-contact__link-red{
	margin-top: 30px;
}

.career-page__accordion{
	margin-top: 50px;
}


.form_bord{
	border: 1px solid #333333;
	padding: 29px;
}

.form__title{
	font-weight: 700;
	font-size: 24px;
	line-height: normal;

	color: #333333;

	margin-bottom: 36px;
}

.file-selection input[type=file]
{
    display: none;
}

.file-selection__path
{
    display: block;
    overflow: hidden;
    width: 100%;

    white-space: nowrap;
    text-overflow: ellipsis;

	font-weight: 700;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #333333;

	background: #EEEEEE;
	line-height: 60px;
	cursor: pointer;
	padding: 0 20px;
}

.form-bot__form-submit-btn{
	height: 60px;
}


.main-banner{
	margin-top: 30px;
}

.main-banner img.pc {
    display: block;
}

.main-banner img.mobile {
    display: none;
}

.main-banner img{
	display: block;
	width: 100%;
}


.pagination{
	justify-content: center;
	margin: 48px 0 0 -3px;
}

.pagination a,
.pagination__active{
	min-width: 38px;

	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;

	background: #EEEEEE;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;

	color: #333333;
	padding: 0 15px;
	text-decoration: none;
	margin-left: 3px;
	transition: .2s linear;
}

.pagination a:hover{
	background: #F7F6F6;
}

.pagination a:active{
	background: #EEEEEE;
}

.pagination__active{
	color: #fff;
	background: #333333;
}

.pagination__dot{
	min-width: 38px;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;

	color: #333333;
	margin-left: 3px;
}

.pagination .pagination__prev,
.pagination .pagination__next{
	width: 28px;
	min-width: 1px;
	height: 28px;
	margin-left: 3px;
	padding: 0;
}

.pagination__prev svg,
.pagination__next svg{
	width: 6px;
	height: 10px;
	fill: currentColor;
}

.pagination__next svg{
	transform: rotate(180deg);
}


.head-catalog{
	margin-top: 53px;
}

.head-catalog_marg{
	margin-top: 44px;
}

.head-catalog__main-title{
	margin-bottom: 22px;
}

.head-catalog__line{
	justify-content: space-between;
	flex-wrap: nowrap;
	/*border-bottom: 1px solid #111;*/
	padding-bottom: 10px;
}

.head-catalog .sort{
	flex-shrink: 0;
	margin: 0 0 5px 30px;
	width: 154px;
}

.head-catalog__page-title{
	margin-bottom: 30px;
}

.query-result{
	margin-bottom: 8px;
	font-size: 24px;
	line-height: normal;
}


@media (min-width: 768px) {
	.filter{
		display: block !important;
	}
}

.filter-head{
	display: none;
	border-bottom: 1px solid #DDD;
	padding: 19px 0 18px;

	position: fixed;
	top: 0;
	left: 15px;
	width: calc(100% - 30px);
	z-index: 201;
	background: #fff;
}

.filter-head__title{
	font-weight: 700;
	font-size: 18px;
	line-height: normal;
	color: #111;
}

.filter__close{
	width: 24px;
	height: 24px;
	background: url(../images/ic_close.svg) 50% no-repeat;
	flex-shrink: 0;
	margin-left: 20px;
	display: block;
}

.filter__form{
	margin-left: -10px;
}

.filter__item{
	margin-bottom: 5px;
}

.filter__link{
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;

	color: #111;
	text-decoration: none;
	transition: .2s linear;
	padding: 0 10px;
	display: block;
}

.filter__link:hover{
	color: #DB2138;
	background: #F7F6F6;
}

.filter__link._active{
	font-weight: 700;
	background: transparent;
	color: #111;
}

.filter__btn{
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;

	color: #111;
	text-decoration: none;
	transition: .2s linear;
	padding: 0 30px 0 10px;
	display: block;
	position: relative;
}

.filter__btn._active{
	font-weight: 700;
}

.filter__btn:hover,
.filter__btn.active{
	color: #DB2138;
	background: #F7F6F6;
}

.filter__btn svg{
	position: absolute;
	right: 12px;
	top: 50%;
	width: 10px;
	height: 6px;
	fill: currentColor;
	display: block;
	margin-top: -3px;
}

.filter__mini-modal{
	top: 100%;
	background: #F7F6F6;
	padding: 30px 10px 10px;
	width: 229px;
}

.filter__mini-modal_price{
	width: 400px;
}

.filter__mini-modal .checkbox + .checkbox{
	margin-top: 15px;
}

.filter-price{
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.filter-price__input{
	color: rgba(17, 17, 17, 0.5);
    font: 18px var(--font_family);

    display: block;

    width: calc(100%/2 - 10px);
    height: 50px;
    padding: 0 14px;

    border: 1px solid #111;
    background: transparent;
}

.filter-price__sep{
	width: 10px;
	height: 1px;
	background: #111;
}

.mini-modal__title{
	color: rgba(17, 17, 17, 0.5);
	font-size: 18px;
	line-height: normal;
	margin-bottom: 20px;
}

.filter__apply{
	font-weight: 700;
	font-size: 13px;
	height: 50px;

	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;

	color: #FFFFFF;
	background: #DB2138;
	display: block;
	width: 100%;
	transition: .2s linear;
	margin-top: 20px;
}

.filter__apply_mob{
	display: none;
}

.filter__apply:hover{
	background: #E04256;
}

.filter__apply:active{
	background: #DB2138;
}

.filter__reset{
	font-weight: 700;
	font-size: 13px;
	height: 50px;

	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;

	color: #111;
	background: #EEEEEE;
	display: block;
	width: 100%;
	margin-top: 5px;
	transition: .2s linear;
}

.filter__reset_mob{
	display: none;
}

.filter__reset:hover{
	background: #F7F6F6;
}

.filter__reset:active{
	background: #EEEEEE;
}

.filter-open{
	height: 36px;
	padding-right: 20px;
	display: none;

	font-size: 12px;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #111111;
	position: relative;
}

.filter-open:after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: url(../images/ic_filter.svg) 50% no-repeat;
}

.selected-filter{
	margin: 10px 0 0 -17px;
}

.selected-filter__disable{
	margin: 10px 0 0 17px;
	background: #EEEEEE;
	padding: 0 24px 0 6px;

	font-size: 13px;
	line-height: 19px;
	color: #333333;
	position: relative;
	display: block;
	transition: .2s linear;
}

.selected-filter__disable:after{
	content: '';
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -7px;
	width: 14px;
	height: 14px;
	background: url(../images/ic_close.svg) 50%/8px auto no-repeat;
}

.selected-filter__disable:hover{
	background: #F7F6F6;
}

.selected-filter__disable:active{
	background: #EEEEEE;
}

.selected-filter__reset{
	font-size: 13px;
	line-height: 19px;
	color: #333333;
	margin: 10px 0 0 17px;
}

.selected-filter__reset span{
	border-bottom: 1px solid;
	transition: .2s linear;
}


.selected-filter__reset:hover span{
	border-bottom-color: transparent;
}

.checkout{
	margin-top: 40px;
}

.checkout-flex{
	justify-content: space-between;
}

.checkout-content{
	width: calc(100% - 398px);
	max-width: 1086px;
	border: 1px solid #333333;
	padding: 40px 45px 49px 50px;
	margin-left: 18px;
}

.checkout__item + .checkout__item{
	margin-top: 62px;
}

.checkout__title{
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;

	letter-spacing: 0.02em;
	text-transform: uppercase;

	color: #333333;
	position: relative;
	padding-right: 40px;
	padding-left: 68px;
	margin-left: -68px;
	cursor: pointer;
}

.checkout__title span{
	position: absolute;
	left: 0;
	top: -9px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid #333333;
	background: #fff;


	font-weight: 700;
	font-size: 18px;
	line-height: 36px;

	text-align: center;
	letter-spacing: 0.02em;

	color: #333333;
	transition: .2s linear;
}

.checkout__title.active span,
.checkout__title.active_prev span{
	background: #333333;
	color: #fff;
}

.checkout__title:after{
	position: absolute;
    content: '';
    top: -2px;
    right: 0;
    width: 24px;
    height: 24px;
    display: block;
    background: url(../images/ic_arrow6.svg) 50% no-repeat;
}

.checkout__title.active:after{
	transform: rotate(180deg);
}

.checkout__data{
	display: none;
	margin-top: 36px;
}

.сity-selection__input{
	width: 100%;
	display: block;
	height: 50px;
	border: 1px solid #333;

	padding: 0 50px 0 46px;
	font: 16px var(--font-family);
	color: #333333;

	background: #fff url(../images/ic_lupa.svg) 15px 50% no-repeat;
}

.сity-selection__clean{
	width: 50px;
	height: 50px;
	margin-left: -50px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	color: #C3C8CC;

	transition: .2s linear;
}

.сity-selection__clean:hover{
	color: #111;
}

.сity-selection__clean svg{
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.form__input_date{
	padding-right: 50px;

	background: #fff url(../images/ic_date.svg) calc(100% - 14px) 50% no-repeat;
}

.checkout-form__textarea{
	height: 50px;
}

.form__line._nomarg{
	margin-bottom: 0;
}

.form-date-time{
	flex-wrap: nowrap;
}

.form__line_date{
	width: calc(100%/3 - 20px);
	margin-right: 20px;
	flex-shrink: 0;
}

.checkout-btns{
	margin-top: 36px;
}

.checkout-next{
	background: #333333;
	min-width: 153px;
	height: 44px;
	padding: 0 15px;

	font-weight: 700;
	font-size: 13px;

	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;

	color: #FFFFFF;
	margin-left: auto;
	transition: .2s linear;
}

.checkout-next:hover{
	background: #111;
}

.checkout-next:active{
	background: #333;
}

.checkout-back{
	background: #fff;
	min-width: 153px;
	height: 44px;

	font-weight: 700;
	font-size: 13px;

	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;

	color: #333333;
	border: 1px solid #333;
	transition: .2s linear;
	padding: 0 15px;
}

.checkout-back:hover{
	border-color: #111;
	color: #111;
}

.checkout-back:active{
	border-color: #333;
	color: #333;
}


.checkout__form-submit{
	margin-top: 20px;
}

.checkout__form-submit-btn{
	height: 60px;
}


.checkout-aside{
	width: 360px;
}

.info-order{
	border: 1px solid #333333;
	padding-top: 19px;
}

.info-order__top{
	justify-content: space-between;
	align-items: center;
	align-content: center;
	padding: 0 18px;
	margin-bottom: 20px;
}

.info-order__title{
	font-weight: 700;
	font-size: 16px;
	line-height: normal;

	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.info-order__change{
	font-size: 13px;
	line-height: 20px;

	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: .2s linear;
}

.info-order__change:hover{
	border-bottom-color: currentColor;
}

.order-feature{
	padding: 0 19px;
}

.order-feature__item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-wrap: nowrap;
}

.order-feature__item + .order-feature__item{
	margin-top: 14px;
}

.order-feature__name{
	font-size: 13px;
	line-height: normal;

	color: #999999;
}

.order-feature__val{
	font-size: 13px;
	line-height: normal;

	color: #333333;
	text-align: right;
	white-space: nowrap;
}

.order-feature__sep{
	flex-shrink: 0;
	width: 10px;
	flex-grow: 1;
	margin: 0 10px;
	border-top: 1px dashed #DDDDDD;
}

.info-order__bot{
	margin-top: 30px;
}

.total-price{
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 0 18px;
}

.total-price__title{
	font-weight: 700;
	font-size: 14px;
	line-height: normal;

	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #111;
}

.total-price__val{
	font-weight: 700;
	font-size: 18px;
	line-height: normal;
	letter-spacing: 0.02em;
	color: #111;
}

.checkout-aside__bot{
	margin-top: 25px;
	width: 100%;
}

.checkout-btn{
	background: #DB2138;
	margin: 20px -1px -1px;
	height: 60px;
	width: calc(100% + 2px);

	font-weight: 700;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #FFFFFF;

	transition: .2s linear;
}

.checkout-btn:hover{
	background: #E04256;
}

.checkout-btn:active{
	background: #DB2138;
}


.promo-code{
	width: 100%;
	padding: 0 18px;
}

.promo-code__title{
	font-weight: 700;
	font-size: 14px;
	line-height: normal;

	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #111;

	margin-bottom: 16px;
}

.promo-code__input{
	width: 100%;
	display: block;
	height: 50px;
	border: 1px solid #333333;
	padding: 0 39px 0 19px;

	font: 16px var(--font_family);
	color: #111;
}

.promo-code__submit{
	width: 40px;
	height: 50px;
	margin-left: -40px;

	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	transition: .2s linear;
	color: #333;
}

.promo-code__submit:hover{
	color: #111;
}

.promo-code__submit svg{
	display: block;
	width: 16px;
	height: 16px;
	fill: currentColor;
}


.login-form{
	margin-top: 53px;
}

.login-form__title{
	font-weight: 700;
	font-size: 16px;
	line-height: normal;

	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #111;

	margin-bottom: 22px;
}

.login-form__line{
	width: 100%;
	margin-bottom: 10px;
}

.login-form__bot{
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.login-form__form-submit-btn{
	height: 44px;
	width: 153px;
}

.forgot a{
	font-size: 13px;
	line-height: normal;
	color: #333333;
	text-decoration: none;
	transition: .2s linear;
	border-bottom: 1px solid transparent;
}

.forgot a:hover{
	color: #111;
	border-bottom-color: currentColor;
}


.checkout-aside__info{
	margin-top: 75px;
}

.checkout-advantages{
	margin-top: -20px;
}

.checkout-advantages__item{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
	margin-top: 20px;
}

.checkout-advantages__item:after,
.checkout-advantages__item:hover:after
{
	display: none;
}

.checkout-advantages__item .tooltip__text{
	background: #fff;
	border: 1px solid #111;

	padding: 12px 16px;
	border-radius: 5px;
	width: 278px;
	max-width: 100%;
	top: auto;
	bottom: calc(100% + 32px);
	left: 0;

	font-size: 13px;
	line-height: 20px;
	color: #333333;
}

.checkout-advantages__item .tooltip__text:before{
	width: 14px;
	height: 14px;
	background: #fff;
	border: 1px solid #111;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	transform: rotate(-45deg);
	top: auto;
	bottom: -7px;
	left: 13px;
}

.checkout-advantages__item:hover .tooltip__text{
	top: auto;
	bottom: calc(100% + 12px);
	pointer-events: none;
}

.checkout-advantages__icon{
	background: #333333;
	padding: 5px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	flex-shrink: 0;

	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;

	margin-right: 16px;
	transition: .2s linear;
}

.checkout-advantages__item:hover .checkout-advantages__icon{
	background: #DB2138;
}

.checkout-advantages__icon img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.checkout-advantages__text{
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;

	color: #333333;
	min-height: 42px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	transition: .2s linear;
}

.checkout-advantages__item:hover .checkout-advantages__text{
	color: #DB2138;
}


.checkout-table{
	width: 100%;
	border-collapse: collapse;
}

.checkout-table th{
	border-top: 1px solid rgba(51, 51, 51, 0.2);
	border-bottom: 1px solid rgba(51, 51, 51, 0.2);
	padding: 16px 0 16px 15px;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;

	color: #777777;
	text-align: left;
	vertical-align: top;
}

.checkout-table th:first-child{
	padding-left: 0;
}

.checkout-table td{
	border-top: 1px solid rgba(51, 51, 51, 0.2);
	border-bottom: 1px solid #333;
	padding: 22px 0 22px 15px;

	font-size: 16px;
	line-height: 20px;

	color: #333333;
	vertical-align: top;
}

.checkout-table td:first-child{
	padding-left: 0;
}

.checkout-table .thumb{
	table-layout: fixed;
	width: 120px;
	padding: 0;
}

.checkout-table .img{
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	height: 120px;
}

.checkout-table .img img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.checkout-table .name{
	width: 32%;
}

.checkout-table .name a{
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border .2s linear;
}

.checkout-table .name a:hover{
	border-bottom-color: currentColor;
}

.checkout-table .brand a{
	color: #DB2138;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border .2s linear;
}

.checkout-table .brand a:hover{
	border-bottom-color: currentColor;
}

.checkout-table .price{
	white-space: nowrap;
}

.checkout-table .sum{
	width: 98px;
	white-space: nowrap
}


.button-up
{
    position: fixed;
    z-index: 120;
    right: 70px;
    bottom: 40px;

    display: none;
}

.button-up.hide{
	display: none !important;
}

.button-up__btn
{
    position: relative;

    display: block;

    width: 50px;
    height: 50px;

    transition: .2s linear;

    border-radius: 50%;
    background: #111 url(../images/button_up.svg) 50% no-repeat;
}

.button-up__btn:hover
{
    background-color: #333;
}

.button-up__btn:active
{
    background-color: #111;
}
/* --- */

.aside-profile
{
    width: 320px;
}

.aside-profile__link
{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;

    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(17, 17, 17, .3);
}

.aside-profile__link a
{
    text-decoration: none;
    display: block;
    color: #111;
    transition: .2s linear;
    padding: 19px 0;
}

.aside-profile__link:first-child a
{
    padding-top: 0;
}

.aside-profile__link a:hover,
.aside-profile__link a.active
{
    color: #DB2138;
}
/* profile */

.profile__border
{
    padding: 45px 50px 40px 40px;
    border: 1px solid #111111;
    box-shadow: 4px 4px 0px #000000;
}


.profile__top
{
    justify-content: space-between;
}


.profile-title
{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
}


.profile-balance
{
    width: 294px;
}

.profile-balance__bg
{
    padding: 16px 70px 18px 28px;
    margin-top: 28px;
    position: relative;
}

.profile-balance__bg:before
{
    position: absolute;
    content: '';
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    background: #FFD771;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}

.profile-balance__icon
{
    position: absolute;
    top: 14px;
    right: 19px;

    width: 31px;
    height: 30px;

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.profile-balance__icon img
{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.profile-balance__bonus
{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.22;

    text-transform: uppercase;
    position: relative;
}

.profile-balance__bonus span
{
    font-size: 36px;
    display: block;
}

.profile-balance-info
{
    font-size: 14px;
    line-height: 1.2;
    color: rgba(17, 17, 17, .4);
    padding-left: 22px;
    position: relative;
}

.profile-balance-info_marg
{
    margin-top: 25px;
}

.profile-balance-info_mob
{
    display: none;
}


.profile-level
{
    width: calc(100% - 342px);
}

.profile-level__items
{
    margin: 23px auto 0;
    max-width: 565px;
    position: relative;

    justify-content: space-between;
    flex-wrap: nowrap;
}

.profile-level__items:after
{
    background: #111;
    position: absolute;
    content: '';
    top: 45px;
    left: 50%;
    width: 80%;
    height: 1px;
    display: block;
    transform: translateX(-50%);
}

.profile-level__item
{
    /* width: calc(100%/3); */
    /* flex-grow: 1; */
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.profile-level__item:before
{
    position: absolute;
    content: '';
    top: 45px;
    right: 0;

    display: none;

    width: 100%;
    height: 1px;

    background: #111;
}

.profile-level__item:first-child:before
{
    width: 50%;
}

.profile-level__item:last-child:before
{
    width: 50%;
    right: auto;
    left: 0;
}

.profile-level__percent
{
    width: 100%;
    height: 90px;

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
}


.profile-icon
{
    position: absolute;
    width: 28px;
    height: 28px;
    background: #fff url(../images/ic_lock.svg) 50% 50% no-repeat;
    border-radius: 50%;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

.profile-icon_big
{
    width: 40px;
    height: 40px;
}

.profile-level__item.active .profile-icon
{
    background: #fff url(../images/ic_check1.svg) 50% 50% no-repeat;
}

.profile-icon_small
{
    top: -6px;
    right: -9px;
}

.profile-icon_middle
{
    top: -1px;
    right: -11px;
}

.profile-icon_big
{
    top: 5px;
    right: -7px;
}

.profile-icon_first
{
    top: 0;
    right: 0;
}

.profile-awards-slider .profile-icon_first
{
    top: -2px;
    right: 14px;
}

.profile-icon_two
{
    top: -3px;
    right: 4px;
}

.profile-icon_three
{
    top: -3px;
    right: -1px;
}

.profile-icon_big
{
    top: -2px;
}

.profile-level__bg
{
    font-size: 28px;
    line-height: 1.2;

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;

    text-align: center;

    color: #FFFFFF;

    background: #111;
    border-radius: 50%;
    padding: 10px;

    width: 90px;
    height: 90px;
    position: relative;
}

.profile-level__item.active .profile-level__bg
{
    background: #DB2138;
}

.profile-level__bg_small
{
    width: 70px;
    height: 70px;
}

.profile-level__bg_middle
{
    width: 80px;
    height: 80px;
}

.profile-level__name
{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;

    text-align: center;

    color: #333333;
    margin-top: 14px;
}

.profile-level__item.active .profile-level__name
{
    color: #DB2138;
}

.profile-level__desc
{
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;

    transform: translateX(-50%);
    width: 234px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
}

.profile-level__desc span
{
    font-weight: 700;
}


.profile-awards_marg
{
    margin-top: 75px;
}

.profile-awards-slider
{
    margin-top: 50px;
    overflow: hidden;
    width: calc(100% + 120px);
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 20px;
}

.profile-awards-slider:after,
.profile-awards-slider:before
{
    display: none;
}

.profile-awards-slider .swiper-slide
{
    width: 125px;
}

.profile-awards__items
{
    margin-left: -40px;
}

.profile-awards__items_marg
{
    margin-left: 0;
}

.profile-awards__item
{
    width: 85px;
    height: 85px;
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.profile-awards__wrapp
{
    width: 85px;
    height: 85px;
    position: relative;
}

.profile-awards__items .profile-awards__item
{
    margin-left: 40px;
    margin-top: 20px;
}

.profile-awards__items .profile-awards__item_big
{
    width: 125px;
    height: 126px;
    margin: 0 auto;
}

.profile-awards-slider .profile-awards__item
{
    width: auto;
    height: auto;
}

.profile-awards__item.active .profile-icon
{
    background: #fff url(../images/ic_check1.svg) 50% 50% no-repeat;
}

.profile-awards__bg
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    max-width: 100%;
    max-height: 100%;
    fill: #eee;

    transform: translate(-50%, -50%);
}

.profile-awards__item.active .profile-awards__bg
{
    fill: #111;
}

.profile-awards__icon
{
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: relative;
}

.profile-awards__icon_marg
{
    margin-left: 10px;
}

.profile-awards__item.active .profile-awards__icon
{
    fill: #fff;
}

.profile-awards-slider .profile-awards__icon
{
    position: absolute;
    top: 32px;
    right: 17px;

    width: 35px;
    height: 35px;
}


.profile-awards__item__number
{
    position: absolute;
    top: 14px;
    left: 0;

    width: 46px;
    text-align: center;

    font-weight: 700;
    font-size: 24px;
    line-height: 1.23;

    color: #111111;
}

.profile-awards__item.active .profile-awards__item__number
{
    color: #fff;
}

.profile-awards__item__val
{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.23;

    text-align: center;
    margin-top: 15px;
}

.profile-awards__item__desc
{
    font-size: 14px;
    line-height: 1.23;
    text-align: center;
    margin-top: 6px;
}

.profile-awards__item__desc span
{
    display: block;
    font-weight: 700;
}

.accrual-history{
	width:100%;
}
.accrual-history_marg
{
    margin-top: 65px;
}
.accrual-history{
	width: 100%;
}
.accrual-history__item
{
    font-size: 14px;
    line-height: 1.3;
}

.accrual-history__item + .accrual-history__item
{
    margin-top: 30px;
}

.accrual-history__btn
{
    font: 700 18px/1.2 var(--font_family);

    letter-spacing: 0.02em;
    text-transform: uppercase;
    position: relative;
    padding-right: 18px;
}

.accrual-history__btn:after
{
    position: absolute;
    content: '';
    top: 7px;
    right: 0;

    display: block;

    width: 10px;
    height: 6px;

    background: url(../images/ic_arrow4.svg) 0 0 no-repeat;
}

.accrual-history__item.active .accrual-history__btn:after
{
    transform: rotate(180deg);
}

.accrual-history__data
{
    margin-top: 45px;
}


.accord__data
{
    display: none;
}


.accrual-history__table
{
    width: 100%;
    border-collapse: collapse;
}

.accrual-history__table tr th
{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;

    text-align: left;
    padding-left: 15px;
    padding-bottom: 11px;
    border-bottom: 1px solid #111111;
}

.accrual-history__table tr th:first-child
{
    padding-left: 0;
}

.accrual-history__table tr td
{
    padding: 12px 0 12px 15px;
    border-bottom: 1px solid #CCCCCC;
    font-size: 14px;
    line-height: 1.3;
	width: 33.333%;
	table-layout: fixed;
}

.accrual-history__table tr td:first-child
{
    padding-left: 0;
    font-weight: bold;
    white-space: nowrap;
}

.accrual-history__table tr td span
{
    display: inline-block;
    margin-left: 20px;
    color: #fff;
    background: #111;
    border-radius: 4px;
    padding: 5px 6px;
}

.accrual-history__table tr td span.accrual-history__minus
{
    background: #DB2138;
}

.accrual-history__date
{
    white-space: nowrap;
}


.orders_marg
{
    margin-top: 80px;
}


.orders__item + .orders__item
{
    margin-top: 10px;
}


.orders-head
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    padding-right: 50px;

    background: #F7F6F6;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    cursor: pointer;
}

.orders-head__plus
{
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;

    display: block;

    width: 14px;
    height: 14px;

    margin-top: -7px;
    transition: .2s linear;
}

.accord__item.active .orders-head__plus
{
    transform: rotate(45deg);
}

.orders-head__plus:after
{
    position: absolute;
    content: '';
    top: 50%;
    left: 0;

    display: block;

    width: 14px;
    height: 2px;

    margin-top: -1px;

    background: #111;
    transition: .2s linear;
}

.orders-head__plus:before
{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;

    display: block;

    width: 2px;
    height: 14px;

    margin-left: -1px;

    background: #111;
    transition: .2s linear;
}

.accord__item.active .orders-head__plus:after,
.accord__item.active .orders-head__plus:before
{
    background: #DB2138;
}

.orders-head__item
{
    padding: 25px 0 25px 28px;
}

.orders-head__item:first-child
{
    width: 33%;
}

.orders-head__item:nth-child(2)
{
    width: 23%;
}

.orders-head__item:nth-child(3)
{
    width: 22%;
}

.orders-head__item:nth-child(4)
{
    width: 22%;
}


.orders-info
{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    padding: 35px 0;
}

.orders-info_inner
{
    margin: 40px 0 0 -26px;
    padding: 0;
}

.orders-info__items
{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.orders-info__items:first-child
{
    width: 53.5%;
}

.orders-info__items:last-child
{
    width: 46.5%;
}

.orders-info__item
{
    padding-left: 28px;
    font-size: 16px;
    line-height: 1.25;
}

.orders-info__items:first-child .orders-info__item:first-child
{
    width: 51.5%;
}

.orders-info__items:first-child .orders-info__item:nth-child(2)
{
    width: 48.5%;
}

.orders-info__items:last-child .orders-info__item:first-child
{
    width: 45%;
}

.orders-info__items:last-child .orders-info__item:nth-child(2)
{
    width: 55%;
}


.orders-info__name
{
    font-weight: 700;

    text-transform: uppercase;
    margin-bottom: 18px;
}

.orders-info__price
{
    font-weight: 700;
}


.orders-info__payment,
.orders-info__shipped
{
    font-weight: 600;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 3px 5px;
    border: 1px solid #111111;
    display: inline-block;
    margin-top: 13px;
}


.orders-info__link
{
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.2;
}

.orders-info__link a
{
    text-decoration: none;
    display: inline-block;
    position: relative;

    color: #DB2138;
    padding-right: 23px;
    transition: .2s linear;
}

.orders-info__link a:hover
{
    color: #111;
}

.orders-info__link a:after
{
    position: absolute;
    content: '';
    top: 8px;
    right: 0;

    display: block;

    width: 9px;
    height: 1px;

    background: #DB2138;
    transition: .2s linear;
}

.orders-info__link a:before
{
    position: absolute;
    content: '';
    top: 4px;
    right: 4px;

    display: block;

    width: 1px;
    height: 9px;

    background: #DB2138;
    transition: .2s linear;
}

.orders-info__link a:hover:after,
.orders-info__link a:hover:before
{
    background: #111;
}


.orders-info__pay
{
    margin-top: 17px;
}

.orders-info__pay a,
.orders-info__pay button
{
    text-decoration: none;
    transition: .2s linear;
    display: inline-block;

    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
    padding: 12px 21px;
    background: #DB2138;

    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #FFFFFF;
}

.orders-info__pay a:hover,
.orders-info__pay button:hover
{
    background: #E04256;
}

.orders-info__pay a:active,
.orders-info__pay button:active
{
    background: #DB2138;
}


.orders__data
{
    padding-bottom: 50px;
}

.orders-products_pad
{
    padding-left: 28px;
    padding-top: 16px;
}

.orders-products_inner
{
    margin-top: 48px;
}

.orders-products__title
{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;

    text-transform: uppercase;
    margin-bottom: 18px;
}


.orders-table
{
    width: 100%;
    border-collapse: collapse;
}

.orders-table tr td
{
    padding: 11px 0 11px 50px;
    font-size: 13px;
    line-height: 1.2;
    position: relative;
}

.orders-table tr + tr td
{
    border-top: 1px solid #DDDDDD;
}

.orders-table tr td.orders-table__thumb
{
    padding-left: 0;
}

.orders-table__thumb
{
    width: 100px;
    table-layout: fixed;
}

.orders-table__img
{
    position: relative;
    display: block;
    text-decoration: none;
    padding-bottom: 100%;
    width: 100px;
}

.orders-table__img span
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.orders-table__img img
{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.orders-table__info
{
    width: 540px;
    table-layout: fixed;
}

.orders-table__name
{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;

    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.orders-table__name a
{
    text-decoration: none;
    transition: .2s linear;
    color: #111;
}

.orders-table__name a:hover
{
    color: #DB2138;
}

.orders-table__feature > div
{
    margin-top: 10px;
}

.orders-table__price
{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
}

.orders-table__amount
{
    white-space: nowrap;
}

.orders-table__price + .orders-table__amount
{
    margin-top: 7px;
}

.feedback-modal-btn
{
    font: 700 13px var(--font_family);

    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #FFFFFF;
    white-space: nowrap;
    transition: .2s linear;
    background: #111111;
    padding: 0 12px;
    height: 40px;
    min-width: 160px;
    display: block;
}

.feedback-modal-btn_invisible
{
    display: none;
}

.feedback-modal-btn:hover
{
    background: #292929;
}

.feedback-modal-btn:active
{
    background: #111111;
}


.orders-total
{
    margin-top: 22px;
    border-top: 1px solid rgba(17, 17, 17, .1);
    padding-top: 10px;
}

.orders-total table
{
    border-collapse: collapse;
    margin-left: auto;
}

.orders-total table tr td
{
    font-size: 14px;
    line-height: 1.6;
    padding-left: 24px;
}

.orders-total table tr td:first-child
{
    padding-left: 0;
}

.orders-total table tr td:last-child
{
    font-weight: 700;
    white-space: nowrap;
}

.orders-total table tr:last-child td
{
    font-weight: 700;
    padding-top: 20px;
}


.orders-links_marg
{
    margin: 20px 0 0 -10px;
}

.orders-links__link
{
    margin: 10px 0 0 10px;
}

.orders-links__link
{
    text-decoration: none;
    transition: .2s linear;

    font-weight: 700;
    font-size: 13px;
    line-height: 48px;
    height: 50px;

    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #111111;
    display: block;

    background: #FFFFFF;
    border: 1px solid #111111;
    padding: 0 15px;
    text-align: center;
    min-width: 184px;
}

.orders-links__link_black
{
    color: #fff;
    background: #111111;
}

.orders-links__link_pad
{
    padding: 0 31px;
}

.orders-links__link:hover
{
    border-color: #292929;
    color: #292929;
}

.orders-links__link_black:hover
{
    background: #292929;
    color: #fff;
}

.orders-links__link:active
{
    border-color: #111111;
    color: #111111;
}

.orders-links__link_black:active
{
    color: #fff;
    background: #111111;
}


.profile-banner
{
    position: relative;
    padding: 55px 55px 45px;
    font-size: 14px;
    line-height: 1.43;

    color: #FFFFFF;
}

.profile-banner__bg
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.profile-banner:before
{
    position: absolute;
    content: '';
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    background: linear-gradient(0deg, rgba(36, 41, 48, 0.5), rgba(36, 41, 48, 0.5));
}

.profile-banner__text
{
    position: relative;
    z-index: 1;
}

.profile-banner__title
{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.24;
}


.profile-banner__flex
{
    margin-top: 33px;
    margin-left: -25px;
}

.profile-banner__desc
{
    width: calc(100%/3 - 25px);
    max-width: 299px;
    margin-left: 25px;
}

.profile-banner__desc p + p
{
    margin-top: 15px;
}

.profile-banner__box
{
    margin-left: 25px;

    width: calc(100%/3 - 25px);
    margin-right: auto;
}

.profile-banner__list
{
    max-width: 291px;
}

.profile-banner__list li
{
    list-style: none;
    display: block;
    position: relative;
    padding-left: 32px;
}

.profile-banner__list li:before
{
    position: absolute;
    content: '';
    top: 2px;
    left: 0;

    display: block;

    width: 18px;
    height: 13px;

    background: url(../images/ic_check2.svg) 0 0 no-repeat;
}

.profile-banner__list li + li
{
    margin-top: 21px;
}

.profile-banner__table
{
    width: calc(100%/3 - 25px);
    max-width: 275px;
    margin-left: 25px;
    margin-right: auto;
}

.profile-banner__table table
{
    width: 100%;
    border-collapse: collapse;
}

.profile-banner__table table tr th
{
    text-align: left;
    font-weight: 700;
    padding-left: 35px;
}

.profile-banner__table table tr th:first-child
{
    padding-left: 0;
}

.profile-banner__table table tr td
{
    padding: 20px 0 0 35px;
}

.profile-banner__table table tr td:first-child
{
    padding-left: 0;
}


.profile-banner__btn
{
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.profile-banner__btn button
{
    display: inline-block;
    vertical-align: top;
    padding: 0 70px;
    background: #DB2138;
    font-weight: 700;
    font-size: 13px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #FFFFFF;
    transition: background .2s linear;
}

.profile-banner__btn button:hover
{
    background: #E04256;
}

.profile-banner__btn button:active
{
    background: #DB2138;
}

.profile-banner__btn button span
{
    display: inline-block;
    vertical-align: top;
    padding-right: 47px;
    position: relative;
}

.profile-banner__btn button span:after
{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 28px;
    height: 12px;
    margin-top: -6px;
    background: url(../images/ic_arrow3.svg) 50% no-repeat;
}


.profile-banner__clear
{
    display: none;
}


.personal-data_inner
{
    margin-top: 43px;
}

.personal-data__flex
{
    justify-content: space-between;
}

.personal-data__col:first-child
{
    width: 477px;
}

.personal-data__col:last-child
{
    width: calc(100% - 591px);
    max-width: 509px;
}

.personal-data_inner .personal-data__col:last-child
{
    width: calc(100% - 520px);
    max-width: 100%;
}

.personal-data__form + .personal-data__form
{
    margin-top: 66px;
}

.personal-data__title
{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 30px;
}


.social-network
{
    padding: 63px 37px 61px;
    background: #EEEEEE;
    text-align: center;
}

.social-network__title
{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
}

.social-network__desc
{
    font-size: 14px;
    line-height: 1.2;

    text-transform: uppercase;

    color: #333333;
    margin-top: 14px;
}


.subscriptions__grid
{
    align-content: stretch;
    align-content: stretch;
    padding-left: 1px;
    padding-top: 1px;
}

.subscriptions__item
{
    width: 50%;
    border: 1px solid #111111;
    margin: -1px 0 0 -1px;
    padding: 36px 40px 46px;
}

.subscriptions__title
{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.21;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 31px;
}

.subscriptions__checkbox
{
    margin-bottom: 30px;
}

.subscriptions__checkbox .checkbox__label
{
    font-size: 14px;
}


.favorites__item + .favorites__item
{
    margin-top: 20px;
}

.favorites__item
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;

    padding: 7px 104px 7px 7px;
    background: #FFFFFF;
    border: 1px solid #111111;
    position: relative;
}

.favorites__favorite-btn
{
    position: absolute;
    top: 21px;
    right: 17px;
    z-index: 2;
}

.favorites__thumb
{
    width: 124px;
}

.favorites__img
{
    position: relative;
    text-decoration: none;
    display: block;
    padding-bottom: 100%;
}

.favorites__img span
{
    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;

    width: 100%;
    height: 100%;
}

.favorites__img img
{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.favorites__info
{
    width: calc(100% - 174px);
    margin-left: auto;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.favorites__name
{
    flex: 1 1 auto;

    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;

    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.favorites__name a
{
    text-decoration: none;
    transition: .2s linear;
    color: #111111;
}

.favorites__name a:hover
{
    color: #DB2138;
}

.favorites-cart-btn
{
    flex-shrink: 0;
    white-space: nowrap;
    margin-left: 25px;

    font: 700 13px var(--font_family);
    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #FFFFFF;
    padding: 0 15px;
    height: 44px;
    min-width: 211px;
    background: #DB2138;
    transition: .2s linear;
}

.favorites-cart-btn:hover
{
    background: #E04256;
}

.favorites-cart-btn:active
{
    background: #DB2138;
}


.gift-certs__grid
{
    justify-content: space-between;
    max-width: 956px;
    margin: 0 auto;
}

.gift-certs__item
{
    width: calc(50% - 15px);
    max-width: 422px;
}

.images-slider .gift-certs__item
{
    filter: drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.16)) drop-shadow(0px 22.3363px 17.869px rgba(0, 0, 0, 0.0953772)) drop-shadow(0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0646228));
}

.gift-certs-slider
{
    max-width: 422px;
    margin: 0 auto 34px;
}

.gift-certs-slider.swiper:before,
.gift-certs-slider.swiper:after
{
    background: #F7F6F6;
}

.gift-certs__slider-button-prev
{
    left: 18px
}

.gift-certs__slider-button-next
{
    right: 18px;
}

.swiper .gift-certs__item
{
    width: 100%;
    max-width: 100%;
}

.gift-certs__wrapp
{
    position: relative;
    padding: 53px 30px 43px;
}

.gift-certs__img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    border-radius: 20px;
}

.gift-certs__logo
{
    height: 99px;
    position: relative;
}

.gift-certs__logo img
{
    display: block;
    max-width: 100%;
    max-height: 100%;

    margin: 0 auto;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.5));
}

.gift-certs__item_black .gift-certs__logo img
{
    filter: none;
}

.gift-certs__price
{
    font-family: var(--font_family3);

    font-weight: 800;
    font-size: 36px;
    line-height: 1.37;
    text-align: center;
    color: #fff;

    position: relative;
    margin-top: 33px;

    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.gift-certs__item_black .gift-certs__price
{
    text-shadow: none;
    color: #111;
}

.gift-certs__cardname
{
    font-family: var(--font_family3);
    font-weight: 800;
    font-size: 24px;
    line-height: 1.38;
    margin-top: 18px;

    color: #FFFFFF;
    position: relative;
    text-align: center;
}

.gift-certs__item_black .gift-certs__cardname
{
    color: #111;
}


.gift-certs__info
{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;

    margin-top: 24px;
}

.gift-certs__box:first-child
{
    width: 175px;
}

.gift-certs__box:last-child
{
    width: calc(100% - 175px);
    padding-left: 20px;
}

.gift-certs__top
{
    font-size: 14px;
    line-height: 1.2;
}

.gift-certs__name,
.gift-certs__date
{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 9px;
}


.add-certificate
{
    padding: 88px 20px 83px;
    text-align: center;
    background: #F7F6F6;
    overflow: hidden;
}

.add-certificate_marg
{
    margin-top: 55px;
}

.add-certificate_pad
{
    padding-top: 130px;
}

.add-certificate__title
{
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
}

.add-certificate__desc
{
    margin: 11px auto 0;
    max-width: 493px;
    line-height: 1.4;
}

.add-certificate__links
{
    justify-content: center;
    align-content: stretch;
    align-items: stretch;

    margin-top: 34px;
}

.add-certificate__link + .add-certificate__link
{
    margin-left: 10px;
}

.add-certificate__link a
{
    text-decoration: none;
    display: block;
    transition: .2s linear;

    font-weight: 700;
    font-size: 13px;
    line-height: 16px;

    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #FFFFFF;
    padding: 17px 20px;
    min-width: 180px;
    background: #DB2138;
}

.add-certificate__link_black a
{
    background: #111111;
}

.add-certificate__link a:hover
{
    background: #E04256;
}

.add-certificate__link_black a:hover
{
    background: #292929;
}

.add-certificate__link a:active
{
    background: #DB2138;
}

.add-certificate__link_black a:active
{
    background: #111111;
}


.my-order__box + .my-order__box
{
    margin-top: 30px;
}

.my-order__box
{
    padding: 28px;
    border: 1px solid #333333;
}


.my-order__flex
{
    justify-content: space-between;
}

.my-order__block
{
    width: calc(100% - 214px);
}

.my-order__title
{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
}


.my-order-table
{
    width: 100%;
    border-collapse: collapse;
    margin-top: 3px;
}

.my-order-table tr td
{
    padding: 26px 0 0 20px;
    font-size: 14px;
    line-height: 1.2;
    vertical-align: top;
}

.my-order-table tr td:first-child
{
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    width: 150px;
    padding-left: 0;
}

.my-order-table tr td.my-order-table__date
{
    text-transform: none;
}

.my-order-table tr td.my-order-table__price
{
    font-weight: 700;
    white-space: nowrap;
    font-size: 16px;
}


.my-order-link-plus
{
    font-size: 14px;
    line-height: 1.2;
}

.my-order-link-plus_marg
{
    margin-top: 36px;
}

.my-order-link-plus_marg2
{
    margin-top: 12px;
}

.my-order-link-plus a
{
    text-decoration: none;
    display: inline-block;
    position: relative;
    color: #DB2138;
    padding-right: 23px;
    transition: .2s linear;
}

.my-order-link-plus a:hover
{
    color: #111;
}

.my-order-link-plus a:before
{
    position: absolute;
    content: '';
    top: 4px;
    right: 4px;
    display: block;
    width: 1px;
    height: 9px;
    background: #DB2138;
    transition: .2s linear;
}

.my-order-link-plus a:after
{
    position: absolute;
    content: '';
    top: 8px;
    right: 0;
    display: block;
    width: 9px;
    height: 1px;
    background: #DB2138;
    transition: .2s linear;
}

.my-order-link-plus a:hover:after,
.my-order-link-plus a:hover:before
{
    background: #111;
}



.my-order__links
{
    width: 184px;
}

.my-order__link + .my-order__link
{
    margin-top: 10px;
}

.my-order__link a
{
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;

    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;

    color: #FFFFFF;
    display: block;
    padding: 16px 10px;
    background: #111111;
    text-align: center;
    border: 1px solid #111;
    transition: .2s linear;
}

.my-order__link_white a
{
    background: #fff;
    color: #111;
}

.my-order__link_red a
{
    color: #fff;
    background: #DB2138;
    border-color: #DB2138;
}

.my-order__link a:hover
{
    background: #292929;
}

.my-order__link_white a:hover
{
    color: #292929;
    border-color: #292929;
    background: #fff;
}

.my-order__link_red a:hover
{
    background: #E04256;
    border-color: #E04256;
}

.my-order__link a:active
{
    background: #111111;
}

.my-order__link_white a:active
{
    color: #111111;
    border-color: #111111;
}

.my-order__link_red a:active
{
    background: #DB2138;
    border-color: #DB2138;
}


.my-order__bot
{
    margin-top: 30px;
    justify-content: space-between;
}

.my-order__problem,
.my-order__right
{
    font-size: 14px;
    line-height: 1.2;
}

.my-order__btn
{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;

    color: #111111;
    transition: .2s linear;
    border-bottom: 1px solid #111;
}

.my-order__btn:hover
{
    border-bottom-color: transparent;
}


.payment-options
{
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.4;
}

.payment-options__order
{
    font-weight: 700;
}

.payment-options__wrapp
{
    position: relative;
    padding-top: 24px;
    padding-left: 56px;
}

.payment-options__wrapp:before
{
    position: absolute;
    content: '';
    top: 11px;
    left: 0;

    display: block;

    width: 31px;
    height: 35px;

    border-left: 1px solid #111;
    border-bottom: 1px solid #111;
}

.payment-options__flex
{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
}

.payment-options__box
{
    margin-right: 14px;
}

.my-order-status
{
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 3px 4px;
    border: 1px solid #111111;
    margin-top: -1px;
    flex-shrink: 0;
}

.payment-options__block
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.payment-options__img
{
    height: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;

    margin-right: 26px;
}

.payment-options__img img
{
    display: block;
    max-width: 100%;
    max-height: 100%;
}


.thanks-order_w
{
    margin: 60px auto 0;
    max-width: 1320px;
}

.thanks-order__info
{
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.6;
}

.thanks-order__yourorder
{
    font-weight: 700;
}

.thanks-order__desc
{
    margin-top: 10px;
}


.registration_w
{
    margin: 60px auto 0;
    max-width: 1192px;
}


/*------------------------
    Корзина
------------------------*/

.cart_marg
{
    margin-top: 50px;
}

.cart__flex
{
    justify-content: space-between;
    margin-top: 35px;
}


.cart-info
{
    width: calc(100% - 415px);
}

.cart-info__top
{
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.cart-info__top .page-title
{
    width: 100%;
    margin-bottom: 35px;
}

.cart-info__filter
{
    position: relative;
    width: 294px;
}

.cart-info__input
{
    padding: 0 58px 0 20px;
}

.cart-info__filterbtn
{
    position: absolute;
    top: 0;
    right: 0;

    width: 48px;
    height: 50px;

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;

    padding: 18px;
}

.cart-info__filterbtn svg
{
    display: block;
    transition: .2s linear;
    max-width: 100%;
    max-height: 100%;
    fill: #999;
}

.cart-info__filterbtn:hover svg
{
    fill: #111;
}

.cart-info__link
{
    margin-left: auto;
}

.cart-info__link a
{
    text-decoration: none;
    display: inline-block;
    position: relative;

    transition: .2s linear;
    padding-left: 26px;
    font-size: 13px;
    line-height: 1.2;
}

.cart-info__link a:hover
{
    color: #DB2138;
}

.cart-info__link svg
{
    position: absolute;
    top: 50%;
    left: 0;

    margin-top: -8px;

    display: block;
    width: 16px;
    height: 16px;
    transition: .2s linear;
    fill: #999;
}

.cart-info__link a:hover svg
{
    fill: #DB2138;
}

.cart-info__link span
{
    border-bottom: 1px solid #999;
    transition: .2s linear;
    color: #999;
}

.cart-info__link a:hover span
{
    border-bottom-color: #DB2138;
    color: #DB2138;
}


.aside-cart
{
    width: 380px;
    margin-top: 90px;
}


.aside-cart__order
{
    background: #FFFFFF;
    border: 1px solid #111111;
}


.aside-cart__box
{
    padding: 32px 28px;
}

.aside-cart__title
{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;

    text-transform: uppercase;
}

.aside-cart__items
{
    padding-top: 8px;
}

.aside-cart__item
{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
    color: #999999;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    margin-top: 20px;
}

.aside-cart__item_total
{
    font-weight: 700;
    color: #111;
    text-transform: none;
    margin-top: 33px;
}

.aside-cart__item:first-child
{
    color: #111;
}

.aside-cart__name
{
    position: relative;
    padding-right: 20px;
    flex: 1 1 auto;
}

.aside-cart__name:before
{
    position: absolute;
    content: '';
    top: 7px;
    left: 0;

    width: 100%;
    height: 1px;

    border-top: 1px dashed #DDDDDD;
}

.aside-cart__item_total .aside-cart__name:before
{
    display: none;
}

.aside-cart__name span
{
    background: #fff;
    padding-right: 7px;
    position: relative;
}

.aside-cart__val
{
    white-space: nowrap;
    background: #fff;
    padding-left: 7px;
    position: relative;
    text-transform: none;
}

.aside-cart__item_total .aside-cart__val
{
    font-size: 18px;
}


.aside-cart__link a
{
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    background: #DB2138;
    font-weight: 700;
    font-size: 13px;
    line-height: 60px;
    width: 100%;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: background .2s linear;
}

.aside-cart__link a span
{
    display: inline-block;
    vertical-align: top;
    padding-right: 47px;
    position: relative;
}

.aside-cart__link a span:after
{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 28px;
    height: 12px;
    margin-top: -6px;
    background: url(../images/ic_arrow3.svg) 50% no-repeat;
}

.aside-cart__link a:hover
{
    background: #E04256;
}

.aside-cart__link a:active
{
    background: #DB2138;
}


.aside-cart-payment
{
    margin-top: 30px;
}

.aside-cart-payment__title
{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.22;

    text-transform: uppercase;
}

.aside-cart-payment__items
{
    margin: -6px 0 0 -22px;
}

.aside-cart-payment__item
{
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin-left: 22px;
    margin-top: 22px;
}

.aside-cart-payment__item img
{
    display: block;
    max-width: 100%;
    max-height: 100%;
}


.cart-info__items
{
    margin-top: 35px;
}

.cart-info__item + .cart-info__item
{
    margin-top: 20px;
}

.cart-info__item
{
    border: 1px solid #111111;
    padding: 6px 90px 6px 7px;
    position: relative;
}


.cart-info__thumb
{
    width: 180px;
    flex-shrink: 0;
}

.cart-info__img
{
    position: relative;
    display: block;
    padding-bottom: 100%;
}

.cart-info__img span
{
    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;

    width: 100%;
    height: 100%;
}

.cart-info__img img
{
    display: block;
    max-width: 100%;
    max-height: 100%;
}


.cart-info__wrapp
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;

    flex: 1 1 auto;
    margin-left: 44px;
}

.cart-info__box
{
    flex: 1 1 auto;
}

.cart-info__name
{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;

    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.cart-info__name a
{
    text-decoration: none;
    transition: .2s linear;
    color: #111111;
}

.cart-info__name a:hover
{
    color: #DB2138;
}

.cart-info__feature
{
    font-size: 14px;
    line-height: 1.22;
}

.cart-info__feature div
{
    margin-top: 10px;
}


.cart-info__block
{
    margin-left: 30px;
}


.cart-info__price
{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;

    width: 90px;
}

.cart-info__val
{
    font-size: 13px;
    line-height: 1.24;
    margin-top: 7px;
}


.cart-info__amount
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;

    flex-shrink: 0;

    width: 264px;
    margin-left: 25px;
}


.cart-info__btn
{
    position: absolute;
    top: 19px;
    right: 17px;
    width: 24px;
}

.cart-info-delete
{
    width: 24px;
    height: 24px;

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 4px;
}

.cart-info-delete svg
{
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: .2s linear;
    fill: #111;
}

.cart-info-delete:hover svg
{
    fill: #DB2138;
}

.cart-info__favorite-btn
{
    margin-top: 15px;
}

.cart-info__favorite-btn:before
{
    background: url(../images/ic_favorite_dark.svg) 50% no-repeat;
}


/*------------------------
    Подарочный сертификат
------------------------*/

.gift-cert-banner_marg
{
    margin-top: 100px;
}


.gift-cert-banner__block
{
    position: relative;
    padding: 86px 70px;
}

.gift-cert-banner__block:before
{
    position: absolute;
    content: '';
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
    z-index: 1;

    background: linear-gradient(0deg, rgba(26, 30, 35, 0.7), rgba(26, 30, 35, 0.7));
}

.gift-cert-banner__bg
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.gift-cert-banner__box
{
    position: relative;
    z-index: 2;

    text-align: center;
    color: #fff;
}


.gift-cert-banner__title
{
    font-weight: 700;
    font-size: 44px;
    line-height: 1.23;
}


.gift-cert-banner__slider
{
    margin-top: 60px;
    overflow: hidden;

    max-width: 1054px;
    margin: 60px auto 0;
}

.gift-cert-banner__slider:after,
.gift-cert-banner__slider:before
{
    display: none;
}

.gift-cert-banner__icon
{
    height: 60px;

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.gift-cert-banner__icon img
{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.gift-cert-banner__desc
{
    font-size: 18px;
    line-height: 1.23;
    margin-top: 31px;
}

.gift-cert-banner__link
{
	margin-top: 52px;
    text-decoration: none;
    transition: .2s linear;
    display: inline-block;

    font-weight: 700;
    font-size: 13px;
    line-height: 50px;
    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #111111;
    background: #FFFFFF;
    padding: 0 33px;
}

.gift-cert-banner__link:hover
{
    color: #fff;
    background: #DB2138;
}

/*------------------------
	Купить подарочный сертификат
------------------------*/

.buy-cert_marg
{
    margin-top: 100px;
}

.buy-cert__title
{
    font-weight: 700;
    font-size: 30px;
    line-height: 1.24;

    text-align: center;
}


.buy-cert__flex
{
    margin-top: 68px;
    justify-content: space-between;
}

.cert-images
{
    width: calc(100% - 713px);
    max-width: 752px;
}

.cert-images__title
{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.21;

    display: none;
    width: 100%;
}


.images-slider:before,
.images-slider:after
{
    display: none;
}


.images-slider .swiper-slide
{
    pointer-events: none;
}

.images-slider .swiper-slide.swiper-slide-visible
{
    pointer-events: auto;
}


.cert-images__box
{
    text-align: center;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}

.cert-images__name
{
    font-weight: 800;
    font-size: 36px;
    line-height: 1.36;

    margin-top: 30px;
}

.cert-images__name:empty{
	display: none;
}

.cert-images__wishes
{
    font-size: 24px;
    line-height: 1.38;

    margin-top: 10px;
}

.cert-images__wishes:empty{
	display: none;
}

.cert-images__fromwhom
{
    border-top: 1px solid #FFFFFF;
    margin-top: 30px;
    padding-top: 30px;

    font-size: 18px;
    line-height: 1.4;
}


.images-thumbs
{
    margin-top: 40px;
    overflow: hidden;
}

.images-thumbs:before,
.images-thumbs:after
{
    display: none;
}

.images-thumbs .swiper-slide
{
    width: 144px;
}

.images-thumbs__item
{
    display: block;
    position: relative;
    padding-bottom: 65.3%;
    cursor: pointer;

    border: 2px solid transparent;
    border-radius: 14px;
    background: #fff;
    transition: .2s linear;
}

.images-thumbs__item:hover
{
    border-color: #111111;
}

.images-thumbs__box
{
    position: absolute;
    top: 4px;
    left: 4px;

    width: calc(100% - 8px);
    height: calc(100% - 8px);
}

.images-thumbs__img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    border-radius: 10px;
}

.images-thumbs .swiper-slide-thumb-active .images-thumbs__item
{
    border-color: #111111;
}



.cert-images__bg
{
    padding: 0 32px 47px;
    max-width: 486px;
    margin: 0 auto;
    position: relative;
}

.cert-images__bg:before
{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: calc(100% - 42px);
    background: #DB2138;
}


.cert-data
{
    width: 693px;
}

.cert-data__title
{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.21;
}


.cert-data__flex
{
    margin: 15px 0 0 -10px;
}


.radio-price
{
    margin-left: 10px;
    margin-top: 10px;
    flex-shrink: 0;
}

.radio-price__label input[type=radio]
{
    display: none;
}

.radio-price__label
{
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;

    display: table-cell;

    vertical-align: top;
}

.radio-price__label input[type=radio] + .radio-price__text
{
    position: relative;

    display: block;

    white-space: nowrap;
    border: 1px solid #111111;
    padding: 0 16px;

    cursor: pointer;
    transition: .2s linear;
    text-align: center;
}

.radio-price__label input[type=radio]:checked + .radio-price__text
{
    background: #111;
    color: #fff;
}

.radio-price__label input[type=radio]:disabled + .radio-price__text
{
    opacity: 0.3;
    cursor: default;
}


.cert-data__cols
{
    margin-top: 45px;
    justify-content: space-between;
}

.cert-data__col
{
    width: calc(50% - 10px);
}

.cert-data__top
{
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.cert-data__link a
{
    text-decoration: none;
    transition: .2s linear;
    border-bottom: 1px solid #333;

    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;

    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #333333;
}

.cert-data__link a:hover
{
    color: #DB2138;
    border-bottom-color: #DB2138;
}


.cert-data__box
{
    margin-top: 24px;
}

.cert-data-form__line + .cert-data-form__line
{
    margin-top: 20px;
}


.cert-data__when
{
    margin-top: 48px;
}

.cert-data__desc
{
    font-size: 14px;
    line-height: 1.22;

    margin-top: 18px;
}

.cert-data__btns
{
    margin: 10px 0 0 -15px;
}

.checkbox-now
{
    margin: 15px 0 0 15px;
}

.checkbox-now__label input[type=checkbox]
{
    display: none;
}

.checkbox-now__label
{
    font-size: 14px;
    line-height: 42px;
    font-weight: 700;

    display: block;

    min-width: 218px;
}

.checkbox-now__label input[type=checkbox] + .checkbox-now__text
{
    position: relative;

    display: block;

    white-space: nowrap;
    border: 1px solid #111111;
    padding: 0 10px;

    cursor: pointer;
    transition: .2s linear;
    text-align: center;
    background: transparent;
}

.checkbox-now__label input[type=checkbox]:hover + .checkbox-now__text,
.checkbox-now__label input[type=checkbox]:checked + .checkbox-now__text
{
    background: #111;
    color: #fff;
}

.checkbox-now__label input[type=checkbox]:disabled + .checkbox-now__text
{
    opacity: 0.3;
    cursor: default;
}


.select-date
{
    margin: 15px 0 0 15px;
}

.mini-modal-btn_date
{
    font-weight: 700;
    font-size: 14px;
    height: 44px;
    line-height: 42px;
    min-width: 218px;
    border: 1px solid #111111;
    background: #fff;
    padding: 0 15px;
    white-space: nowrap;
    transition: .2s linear;
}

.mini-modal-btn_date:hover
{
    color: #292929;
    border-color: #292929;
}

.mini-modal-btn_date:active
{
    color: #111;
    border-color: #111;
}


.mini-modal_date
{
    background: #F7F6F6;
    top: calc(100% + 20px);
    width: 390px;
}

.mini-modal_date.active
{
    top: calc(100% + 10px);
}

.mini-modal_date:before
{
    position: absolute;
    content: '';
    top: -5px;
    left: 100px;

    display: block;

    width: 12px;
    height: 12px;

    background: #F7F6F6;
    transform: rotate(45deg);
}


.tabs_date
{
    border-bottom: 1px solid #111111;
    overflow: inherit;
    margin-bottom: 0;
}

.tabs_date .tabs__button
{
    font-size: 18px;
    line-height: 1.223;
    letter-spacing: normal;
    text-transform: none;
    color: #111111;
    padding: 15px 0 17px 20px;
    border: none;
    white-space: nowrap;
    width: 50%;
    text-align: left;
    position: relative;
}

.tabs_date .tabs__button:before
{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 2px;
    transition: .2s linear;
    opacity: 0;

    background: #111;
}

.tabs_date .tabs__button + .tabs__button
{
    margin-left: 0;
}

.tabs_date .tabs__button.active
{
    border-color: currentColor;
    font-weight: 400;
}

.tabs_date .tabs__button:hover:before,
.tabs_date .tabs__button.active:before
{
    opacity: 1;
}

.tabs__name
{
    font-size: 15px;
    line-height: 1.22;
}

.tabs__date,
.tabs__time
{
    margin-top: 10px;
    font-weight: bold;
}


.cert-data__block
{
    padding: 24px 25px 28px;

    display: flex;
    flex-direction: column;

    min-height: 400px;
}


.cert-data__wrapp
{
    flex: 1 0 auto;
}

.radio-times
{
    margin: -10px 0 0 -10px;
}

.radio-time
{
    margin: 10px 0 0 10px;
    width: calc(100%/3 - 10px);
}

.radio-time_big{
	width: 140px;
	max-width: calc(100%/3 - 10px);
}

.radio-time__label input[type=radio]
{
    display: none;
}

.radio-time__label
{
    font-size: 14px;
    line-height: 44px;
    font-weight: 700;

    display: block;
}

.radio-time__label_big{
	font-weight: normal;

	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #333333;
}

.radio-time__text
{
    position: relative;

    display: block;

    white-space: nowrap;
    border: 1px solid #111111;
    padding: 0 15px;

    cursor: pointer;
    transition: .2s linear;
    text-align: center;
}

.radio-time__text_big{
	background: #EEEEEE;
	border: none;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	padding: 0 5px;
}

input[type=radio]:checked + .radio-time__text
{
    background: #111;
    color: #fff;
}

input[type=radio]:disabled + .radio-time__text
{
    opacity: 0.3;
    cursor: default;
}


.cert-data__datepicker
{
    padding: 0 15px;
}


.air-datepicker.-inline-
{
    width: 100%;
	background: none;
    border: none;
}

.-inline- .air-datepicker-nav
{
    padding: 0 7px;
    border-bottom: none;
    margin-bottom: 15px;
}

.air-datepicker-nav--action:hover,
.air-datepicker-nav--action:active
{
    background: none;
}

.air-datepicker-nav--action path
{
    stroke: #111;
}

.air-datepicker-nav--action:hover path
{
    stroke: #DB2138;
}

.air-datepicker-nav--title
{
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;

    color: #171817;
    font-family: var(--font_family);
}

.air-datepicker-nav--title i
{
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;

    color: #171817;
    font-family: var(--font_family);
}

.air-datepicker-nav--title:hover
{
    background: #E9EBED;
}

.air-datepicker-nav--title strong
{
    display: none;
}


.air-datepicker-body--day-names
{
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;

    color: #111111;
    font-family: var(--font_family);
}

.air-datepicker-body--day-name
{
    font-size: 15px;
    color: #111111;
    text-transform: none;
}

.air-datepicker-cell
{
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;

    color: #171817;
    font-family: var(--font_family);
    border-radius: 0;
}

.air-datepicker-cell.-day-.-other-month-,
.air-datepicker-cell.-year-.-other-decade-
{
    opacity: .3;
    color: #171817;
}

.air-datepicker-cell.-day-.-other-month-:hover,
.air-datepicker-cell.-year-.-other-decade-:hover
{
    color: #171817;
}

.air-datepicker-cell.-focus-
{
    background: #E9EBED;
}

.air-datepicker-cell.-current-,
.air-datepicker-cell.-selected-.-current-
{
    color: #171817;
    background: #E9EBED;
}

.air-datepicker-cell.-selected-.-focus-,
.air-datepicker-cell.-selected-
{
    background: #111111;
}


.save-btn
{
    padding: 0 35px;
    height: 50px;

    font-weight: 700;
    font-size: 13px;
    line-height: 50px;

    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #FFFFFF;
    transition: .2s linear;
    background: #111;
    display: block;
    margin: 22px auto 0;
}


.cert-data__addwords
{
    margin-top: 45px;
}


.cert-data__checkbox
{
    margin-top: 30px;
}

.cert-data__checkbox .checkbox__label
{
    font-size: 14px;
}

.cert-data__checkbox .checkbox__text
{
    padding-top: 1px;
    padding-bottom: 1px;
}

.cert-data__checkbox input[type=checkbox]:checked + .checkbox__text
{
    font-weight: 400;
}


.cert-info
{
    width: 693px;

    margin-top: 42px;
    margin-left: auto;
}

.cert-info__flex
{
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.cert-info .form-submit
{
    flex-shrink: 0;
    min-width: 228px;
}

.cert-info .form__agree
{
    width: 100%;
    margin-left: 27px;
    text-align: left;
    margin-top: 0;
}


.cert-info__text
{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #111111;
}



.product-info_marg
{
    margin-top: 50px;
}

.product-info__wrapp
{
    width: calc(100% - 683px);
}


.product-images
{
    position: relative;
}

.product-images .stickers
{
    z-index: 2;
    left: 16px;
    top: 18px;
}

.product-images .stickers__sticker
{
    line-height: 19px;
    padding: 0 4px;
    font-size: 11px;
    margin: 4px 4px 0;
}


.product-info__top
{
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 3;
}

.product-info__share a
{
    text-decoration: none;
    transition: .2s linear;

    border: 1px solid #999;
    color: #999;
    line-height: 22px;
    padding: 0 4px 0 29px;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.02em;
    display: block;
    position: relative;
    text-transform: uppercase;
}

.product-info__share svg
{
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    width: 15px;
    height: 16px;
    transition: .2s linear;
    fill: #999;

    margin-top: -8px;
}

.product-info__share a:hover
{
    color: #DB2138;
    border-color: #DB2138;
}

.product-info__share a:hover svg
{
    fill: #DB2138;
}

.product-info__favorite-btn
{
    display: none;
}


.product-images__wrapp
{
    height: 750px;
    position: relative;
    background: #EBEFF2;
}

.product-images-slider
{
    overflow: hidden;
    background: white;
    filter: brightness(0.94);
    z-index: 0;
}

.product-images-slider:after,
.product-images-slider:before
{
    display: none;
}

.product-images-slider .slider-pagination
{
    display: none;
    background: none;
    position: absolute;
    margin-top: 0;
    bottom: 22px;
    z-index: 1;
}

.product-images-slider .slider-pagination .slider-dot
{
    margin: 0 2px;
    width: 33px;
    height: 1px;
}

.product-images__img
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.product-images__img img
{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.slider-button-prev_product-images
{
    background-color: transparent;
    left: 9px;
}

.slider-button-next_product-images
{
    background-color: transparent;
    right: 9px;
}

.slider-button-prev_product-images:hover,
.slider-button-next_product-images:hover
{
    background-color: #DB2138;
}


.product-thumbs
{
    overflow: hidden;
    margin: 20px auto 0;
    position: relative;
    z-index: 1;
    max-width: 420px;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.product-thumbs:after,
.product-thumbs:before
{
    display: none;
}

.product-thumbs .swiper-wrapper
{
    width: auto;
    max-width: 100%;
}

.product-thumbs .swiper-slide
{
    padding: 0 5px;
}

.product-thumbs__wrapp
{
    padding-bottom: 100%;
    position: relative;
    cursor: pointer;
    background: white;
    filter: brightness(0.94);
}

.product-thumbs__wrapp:after
{
    position: absolute;
    content: '';
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    border: 1px solid #333333;
    transition: .2s linear;
}

.product-thumbs__wrapp:hover:after
{
    border-color: #DB2138;
}

.product-thumbs .swiper-slide-thumb-active .product-thumbs__wrapp:after
{
    border-color: #DB2138;
}

.product-thumbs__img
{
    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;

    width: 100%;
    height: 100%;
}

.product-thumbs__img img
{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.product-info__stikc{
	width: 613px;
}

.product-info__stikc-wrap > *{
	float: none;
	width: 100% !important;
}

.product-head
{
    width: 613px;
}

.product-head__title
{
    font-weight: 700;
    font-size: 30px;
    line-height: 1.24;

    color: #333333;
}


.product-top
{
    width: 613px;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.product-top_marg
{
    margin-top: 14px;
}


.stars
{
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.stars__wrapp
{
    flex-wrap: nowrap;
    flex-shrink: 0;
}

.stars__star
{
    width: 18px;
    height: 16px;
    flex-shrink: 0;
}

.stars__star .stars__star_small
{
    width: 15px;
    height: 13px;
}

.stars__star + .stars__star
{
    margin-left: 3px;
}

.stars__star img
{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.stars__val
{
    margin-left: 12px;
    font-size: 13px;
    line-height: 1.23;
    flex-shrink: 0;
    white-space: nowrap;
    color: #333;
}

.stars__val a
{
    text-decoration: none;
    transition: .2s linear;
    color: #333;
}

.stars__val a:hover
{
    color: #DB2138;
}


.product-code, .avail_colors__title
{
    font-size: 13px;
    line-height: 1.23;

    color: #999999;
    white-space: nowrap;
}

.product-code_mob
{
    display: none;
}

.product-code_marg
{
    margin-left: auto;
}

.product-code span
{
    color: #333;
    text-transform: uppercase;
}

.avail_colors__title span
{
    color: #333;
}


.ask-question-link
{
    display: block;
    position: relative;
    font: 13px/16px var(--font_family);

    color: #333333;
    padding-left: 25px;
}

.ask-question-link_marg
{
    margin-left: 51px;
}

.ask-question-link svg
{
    position: absolute;
    top: 50%;
    left: 0;

    margin-top: -6px;
    width: 16px;
    height: 15px;
    display: block;
    transition: .2s linear;
    fill: #333;
}

.ask-question-link:hover
{
    color: #DB2138;
}

.ask-question-link:hover svg
{
    fill: #DB2138;
}


.product-data
{
    width: 613px;
    margin-top: 30px;
}

.product-data__top
{
    align-content: center;
    align-items: center;
}

.product-prices__price
{
    font-weight: 700;
    font-size: 30px;
    line-height: 1.23;

    color: #DB2138;
    white-space: nowrap;
}

.product-prices__old
{
    font-size: 18px;
    line-height: 1.23;

    text-decoration: line-through;

    color: #999999;
    margin-left: 25px;
    white-space: nowrap;
    margin-top: 5px;
}

.product-bonus_marg
{
    margin-left: 26px;
}

.product-bonus
{
    padding: 10px 15px 10px 40px;
}

.product-bonus:before
{
    position: absolute;
    content: '';
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    background: #FFD771;
    clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%);
}

.product-bonus span
{
    position: relative;
    white-space: nowrap;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    display: block;

    color: #333333;
}


.product-availability
{
    font-size: 13px;
    line-height: 1.23;

    color: #333333;
}

.product-availability_marg
{
    margin-left: auto;
}

.product-availability.active{
	position: relative;
	padding-left: 12px;
}

.product-availability.active:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-top: -2px;
	background: #333;
}


.product-data-colors
{
    margin-top: 28px;
}


.product-data__title
{
    font-size: 13px;
    line-height: 1.23;
    letter-spacing: 0.02em;
    color: #999999;
}

.product-data__radio-colors
{
    margin-top: 14px;
}


.product-data-sizes
{
    margin-top: 27px;
}

.product-data-sizes__wrapp
{
    margin-top: 15px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}


.product-data-sizes__link
{
    margin-left: 30px;
    flex-shrink: 0;
}

.product-data-sizes__link a
{
    text-decoration: none !important;
    transition: .2s linear;
    display: block;
    position: relative;
    padding-left: 17px;

    font-size: 13px;
    line-height: 16px;

    color: #999999 !important;
    white-space: nowrap;
}

.product-data-sizes__link a:hover
{
    color: #DB2138;
}

.product-data-sizes__link svg
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 14px;
    height: 14px;
    transition: .2s linear;
    fill: #999999;

    margin-top: -7px;
}

.product-data-sizes__link a:hover svg
{
    fill: #DB2138;
}


.product-data-sizes__last
{
    position: relative;
    padding-left: 25px;

    font-size: 12px;
    line-height: 1.23;
    letter-spacing: 0.04em;
    text-transform: uppercase;

    color: #333333;
    margin-top: 19px;
}

.product-data-sizes__icon
{
    position: absolute;
    top: 50%;
    left: 2px;

    width: 16px;
    height: 16px;

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;

    margin-top: -9px;
}

.product-data-sizes__icon img
{
    display: block;
    max-width: 100%;
    max-height: 100%;
}


.product-data__btn
{
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;

    margin-top: 27px;
}


.product-data__cart,
.product-data__admission,
.product-data__roznica
{
    font: 700 13px/16px var(--font_family);

    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #FFFFFF;
    transition: .2s linear;
    background: #DB2138;
    padding: 14px 38px;
}
.product-data__roznica
{
    padding: 14px 2em;
}
@media (max-width: 1439px){
    .product-data__cart,
    .product-data__admission,
    .product-data__roznica
    {
        padding: 14px 30px;
    }
}
@media (max-width: 1379px){
    .product-data__cart,
    .product-data__admission,
    .product-data__roznica
    {
        padding: 14px 20px;
    }
}
@media (max-width: 1329px){
    .product-data__cart,
    .product-data__admission,
    .product-data__roznica
    {
        padding: 14px 6px;
    }
}
@media (max-width: 1278px){
    .product-data__cart,
    .product-data__admission,
    .product-data__roznica
    {
        padding: 14px 42px;
    }
}
@media (max-width: 599px){
    .product-data__cart,
    .product-data__admission,
    .product-data__roznica
    {
        padding: 14px 10px;
    }
}

.product-data__cart:hover,
.product-data__admission:hover,
.product-data__roznica:hover
{
    background: #E04256;
}

.product-data__cart:active,
.product-data__admission:active,
.product-data__roznica:active
{
    background: #DB2138;
}
.product-data__buy_one_click,
.product-data__buy
{
    font: 500 13px/16px var(--font_family);

    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #DB2138;
    transition: .2s linear;
    padding: 13px 42px;
    border: 1px solid #DB2138;
    background: transparent;
}
.add_card_block.with_roznica .product-data__buy {
    margin-right: 20px;
}
.product-data__buy_one_click:hover,
.product-data__buy:hover
{
    background: #DB2138;
    color: #fff;
}
.product-data__buy_one_click:active,
.product-data__buy:active
{
    background: transparent;
    color: #DB2138;
}

.product-data__favorite-btn
{
    margin-left: 20px;
    flex-shrink: 0;

    height: 44px;
    width: 44px;
    border: 1px solid #DB2138;
}


.product-data__accord
{
    margin-top: 30px;
}

.product-data__accord__item
{
    border-top-color: 1px solid #333;
    border-bottom-color: 1px solid #333;
}

.product-data__accord__item
{
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.product-data__accord__item + .product-data__accord__item
{
    margin-top: -1px;
}

.product-data__accord__open
{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.223;

    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #111;
    padding: 22px 36px 20px 0;
    position: relative;
    cursor: pointer;
}

.product-data__accord__open:before
{
    content: '';
    position: absolute;
    right: 11px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: url(../images/ic_plus.svg) 50% no-repeat;
}

.product-data__accord__open.active:before
{
    transform: rotate(45deg);
}

.product-data__accord__data
{
    padding-bottom: 25px;
}


.product-features-table
{
    width: 100%;
    border-collapse: collapse;
}

.product-features-table tr td
{
    font-size: 13px;
    line-height: 1.2;

    color: #333333;
    padding: 5px 0 5px 17px;
    position: relative;
    vertical-align: top;
}

.product-features-table tr td span
{
    background: #fff;
    padding-right: 17px;
    position: relative;
    z-index: 1;
}

.product-features-table tr td:first-child
{
    padding-left: 0;
    color: #999999;
    white-space: nowrap;
    width: 48%;
}

.product-features-table tr td:first-child:before
{
    position: absolute;
    content: '';
    top: 13px;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #DDDDDD;
}


.product-data-payments
{
    justify-content: space-between;
    margin-top: 20px;
}

.product-data-payments__item
{
    width: calc(50% - 15px);

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.product-data-payments__icon
{
    width: 42px;
    height: 42px;
    background: #333333;
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 10px;
}

.product-data-payments__icon img
{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.product-data-payments__desc
{
    width: calc(100% - 63px);
    font-size: 13px;
    line-height: 1.56;
    margin-left: 21px;

    color: #333333;
    max-width: 168px;
}


.product-data-secure
{
    margin-top: 50px;
}

.product-data-secure__title
{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.23;

    color: #333333;
}

.product-data-secure__flex
{
    margin-top: 23px;
}

.product-data-secure__item
{
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.product-data-secure__item + .product-data-secure__item
{
    margin-left: 44px;
}

.product-data-secure__item img
{
    display: block;
    max-width: 100%;
    max-height: 100%;
}


.reviews__marg
{
    margin-top: 74px;
	margin-bottom: 74px;
}

.reviews__top
{
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.reviews__title
{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.23;

    color: #333333;
}

.reviews__title span
{
    font-weight: normal;
    margin-left: 12px;
}

.reviews__feedback-modal-btn
{
    height: 44px;
    padding-left: 22px;
    padding-right: 22px;
}


.reviews__flex
{
    justify-content: space-between;
    margin-top: 20px;
}

.reviews-box
{
    width: 276px;
    margin-top: 40px;
}

.reviews-box__item + .reviews-box__item
{
    margin-top: 43px;
}

.reviews-box__top
{
    align-content: center;
    align-items: center;
}

.reviews-box__number
{
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;

    color: #333333;
    background: #EEEEEE;
    border-radius: 5px;
    padding: 3px 13px;
    display: inline-block;
}

.reviews-box__stars
{
    margin-left: 18px;
}

.reviews-box__desc
{
    font-size: 14px;
    line-height: 1.23;

    color: #333333;
    margin-top: 9px;
}


.feedback_marg
{
    margin-top: 40px;
}

.feedback__item + .feedback__item
{
    margin-top: 36px;
}

.feedback_big .feedback__item + .feedback__item
{
    margin-top: 40px;
}

.feedback__title
{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.23;

    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #333333;
}

.feedback__wrapp
{
    position: relative;
}

.feedback__wrapp:before
{
    position: absolute;
    content: '';
    top: 5px;
    left: 4px;

    display: block;

    width: calc(100% - 8px);
    height: 1px;

    background: #DDDDDD;
}

.feedback_big .feedback__wrapp:before
{
    top: 6px;
}

.feedback__select
{
    position: absolute;
    top: -31px;
    right: 0;

    font-size: 13px;
    line-height: 16px;

    color: #111111;
}

.feedback__flex
{
    margin-top: 14px;
    justify-content: space-between;
    align-content: center;
    align-items: center;

    position: relative;
    padding-bottom: 19px;
}


.feedback__box
{
    height: 12px;
    width: 12px;

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.feedback_big .feedback__box
{
    width: 14px;
    height: 14px;
}

.feedback__bg
{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #DDDDDD;
}

.feedback__box.active .feedback__bg
{
    width: 12px;
    height: 12px;
    background: #333333;
}



.feedback-radio input[type=radio]
{
    display: none;
}

.feedback-radio__label
{
    display: block;
    cursor: pointer;
}

.feedback-radio__text
{
    font-size: 13px;
    line-height: 16px;

    color: #111111;
    cursor: pointer;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;

    background: #DDDDDD;
}

.feedback-radio__text_rel
{
   /*  position: relative; */
}

.feedback-radio__desc
{
    position: absolute;
    top: -31px;
    right: 0;

    display: none;
    pointer-events: none;
    background: #fff;
    min-width: 80px;
    text-align: right;
}

.feedback-radio__desc_left
{
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    display: block;
    color: #999999;

    font-size: 12px;
    line-height: 15px;
    text-align: left;
}

.feedback-radio__desc_center
{
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #999999;

    font-size: 12px;
    line-height: 15px;
}

.feedback-radio__desc_right
{
    top: auto;
    bottom: 0;
    display: block;
    color: #999999;

    font-size: 12px;
    line-height: 15px;
}

input[type=radio]:checked + .feedback-radio__text
{
    background: #111;
}

input[type=radio]:checked + .feedback-radio__text .feedback-radio__desc
{
    display: block;
}

input[type=radio]:disabled + .feedback-radio__text
{
    background: #DDDDDD;

    cursor: default;
    pointer-events: none;
}


.feedback__desc
{
    position: absolute;
    bottom: 0;
    left: 50%;
    display: none;
    transform: translateX(-50%);

    font-size: 12px;
    line-height: 1.23;

    text-align: center;

    color: #999999;
    padding: 0 1px;
}

.feedback__box.active .feedback__desc
{
    display: block;
}

.feedback__desc_left
{
    left: 0;
    transform: none;
    display: block;
}

.feedback__desc_right
{
    right: 0;
    left: auto;
    transform: none;
    display: block;
}


.reviews__wrapp
{
    width: calc(100% - 326px);
    max-width: 1120px;
}

.reviews__wrapp .sort
{
    display: inline-block;
}

.reviews__wrapp .select-wrapp_text .current
{
    color: #333;
    text-transform: none;
}

.reviews__wrapp .select-wrapp_text .current:after
{
    margin-top: -8px;
}

.reviews__wrapp .select-wrapp .list_item
{
    font-size: 12px;
}


.review + .review
{
    margin-top: 20px;
}

.review
{
    padding: 25px 30px 45px;
    border: 1px solid #333333;
}

.review__top
{
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.review__date
{
    font-size: 13px;
    line-height: 1.23;

    color: #888888;
}


.review__block
{
    margin-top: 30px;
    justify-content: space-between;
}

.review__info
{
    width: calc(100% - 310px);
    max-width: 584px;
}

.review__name
{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.23;

    color: #333333;
}

.review__desc
{
    font-size: 16px;
    line-height: 1.23;

    color: #333333;
    margin-top: 14px;
    min-height: 100px;
}


.review-customer
{
    margin-top: 20px;
}

.review-customer__item
{
    margin-right: 10px;
    padding-right: 13px;
    position: relative;

    font-size: 14px;
    line-height: 1.43;

    color: #999999;
}

.review-customer__item:last-child
{
    padding-right: 0;
    padding-left: 0;
}

.review-customer__item_name
{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;

    color: #333333;
}

.review-customer__item:before
{
    position: absolute;
    content: '';
    top: 9px;
    right: 0;

    display: block;

    width: 3px;
    height: 3px;

    background: #C4C4C4;
    border-radius: 50%;
}

.review-customer__item:last-child:before
{
    display: none;
}

.review-customer__item span
{
    color: #333333;
}


.review-recommend
{
    margin-top: 20px;
    padding-left: 25px;
    position: relative;

    font-size: 16px;
    line-height: 1.25;

    color: #333333;
}

.review-recommend__icon
{
    position: absolute;
    top: 2px;
    left: 0;

    width: 15px;
    height: 15px;

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.review-recommend__icon img
{
    display: block;
    max-width: 100%;
    max-height: 100%;
}


.review-helpful
{
    margin-top: 23px;
    align-content: center;
    align-items: center;
}

.review-helpful__text
{
    font-size: 14px;
    line-height: 1.23;
    color: #333333;
}

.review-helpful__btns
{
    margin-left: 14px;
    align-content: center;
    align-items: center;
}

.review-helpful__btn + .review-helpful__btn
{
    margin-left: 25px;
}

.review-helpful__btn
{
    font: 14px var(--font_family);
    color: #333333;
    position: relative;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.review-helpful__btn svg
{
    display: block;
    width: 18px;
    height: 18px;
    transition: .2s linear;
    fill: #333;
}

.review-helpful__btn span
{
    display: block;
    margin-left: 9px;
}

.review-helpful__btn:hover,
.review-helpful__btn.active
{
    color: #DB2138;
}

.review-helpful__btn:hover svg,
.review-helpful__btn.active svg
{
    fill: #DB2138;
}


.review__feedback
{
    width: 268px;
}


.recommended-slider_marg
{
    margin-top: 30px;
}

.recommended-slider .swiper-slide
{
    height: auto;
}

.recommended__item
{
    text-decoration: none;
    display: block;
    background: #F7F6F6;
    min-height: 100%;
}

.recommended__wrapp
{
    display: block;
}

.recommended__box
{
    display: block;
    position: relative;
    padding-bottom: 66.7%;
}

.recommended__img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.recommended__info
{
    display: block;
    padding: 22px 20px 32px;
}

.recommended__cats
{
    font-size: 14px;
    line-height: 1.23;

    letter-spacing: 0.04em;
    text-transform: uppercase;

    color: #999999;
    display: block;
}

.recommended__name
{
    font-size: 18px;
    line-height: 1.6;

    color: #111111;
    margin-top: 10px;
    display: block;
    transition: .2s linear;
}

.recommended__item:hover .recommended__name
{
    color: #DB2138;
}
/*------------------------
	Footer
------------------------*/
.footer
{
	padding-bottom: 60px;
}


.section-subscribe{
	padding: 50px 0;
	background: #DB2138;
}

.section-subscribe .cont{
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

.subscribe-title{
	font-weight: 700;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0.04em;
	text-transform: uppercase;

	color: #FFFFFF;
	margin-right: 46px;
	max-width: 232px;
	flex-shrink: 0;
}

.subscribe-title br{
	display: none;
}

.subscribe-form{
	width: 777px;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

.subscribe-form__input{
	color: #111;
    font: 14px var(--font_family);

    display: block;

    width: 100%;
    height: 50px;
    padding: 0 19px;

    border: 1px solid transparent;
    background: #fff;

    transition: border .2s linear;
}

.subscribe-form__submit{
	margin-left: 20px;
	flex-shrink: 0;
	width: 184px;
	background: #111111;
	display: block;
	height: 50px;

	font-weight: 700;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
	transition: background .2s linear;
}

.subscribe-form__submit:hover{
	background: #292929;
}

.subscribe-form__submit:active{
	background: #111111;
}

.subscribe-form__agree{
	margin-left: 20px;
	flex-shrink: 0;
	width: 204px;

	font-size: 12px;
	line-height: 15px;

	color: #FFFFFF;
}

.subscribe-form__agree a{
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid currentColor;
	transition: border .2s linear;
}

.subscribe-form__agree a:hover{
	border-bottom-color: transparent;
}


.footer__top{
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
}

.footer-coll{
	display: flex;
	flex-direction: column;
	width: 22%;
	flex-shrink: 0;
}

.footer-coll__block{
	width: 100%;
}

.footer-coll__block_second{
	flex: 1 0 auto;
	margin-top: 32px;

	display: flex;
	flex-direction: column;
}

.footer__phone{
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
}

.footer__phone a{
	text-decoration: none;
	color: #111111;
}

.footer__callback{
	font-size: 14px;
	line-height: 17px;

	text-transform: uppercase;
	color: #DB2138;
	margin-top: 12px;
	transition: color .2s linear;
}

.footer__callback:hover{
	color: #333;
}

.footer__mail{
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.footer__mail__mp{
    margin-top: 2em;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.footer__mail__mp p{
    font-size: 13px;
    line-height: 16px;
}

.footer__mail a{
	text-decoration: none;
	color: #111111;
}

.messengers{
	margin: auto 0 0 -17px;
	width: calc(100% + 17px);
}

.messengers_inner
{
    justify-content: center;
    margin-top: 13px;
    width: auto;
    margin: 0;
}

.messengers a{
	margin: 17px 0 0 17px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	width: 40px;
	height: 40px;
	background: #111;
	border-radius: 50%;
	padding: 6px;
	transition: background .2s linear;
}

.messengers a:hover{
	background: rgba(255, 255, 255, 0.15);
}

.messengers_inner a
{
    transition: .2s linear;
    padding: 0;
    background: none;
    margin-left: 0;
}

.messengers_inner a + a
{
    margin-left: 17px;
}

.messengers_inner a:hover
{
    transform: scale(1.07);
}

.messengers img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}


.footer-menu{
	max-width: 706px;
	margin: 0 30px;
	width: 100%;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.footer-menu__box{
	width: 200px;
}

.footer-menu__box + .footer-menu__box{
	margin-left: 30px;
}

.footer-menu__title{
	font-weight: 700;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.footer-menu__title a{
	color: #111111;
	text-decoration: none;
	transition: color .2s linear;
}

.footer-menu__title a:hover{
	color: #DB2138;
}

@media (min-width: 480px) {
	.footer-menu__items{
		display: block !important;
	}
}

.footer-menu__item{
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-top: 20px;
}

.footer-menu__item a{
	color: #111111;
	text-decoration: none;
	transition: color .2s linear;
}

.footer-menu__item a:hover{
	color: #DB2138;
}

.footer-btns__btn + .footer-btns__btn{
	margin-top: 20px;
}

.footer-btns__btn{
	position: relative;
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;

	text-transform: uppercase;

	color: #111111;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: nowrap;
	min-height: 42px;
	text-decoration: none;
	transition: color .2s linear;
}

.footer-btns__btn:hover{
	color: #DB2138;
}

.footer-btns__btn span:not(.footer-btns__icon){
	align-self: center;
}

.footer-btns__icon{
	width: 42px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	padding: 9px;
	border-radius: 50%;
	background: #111;
	flex-shrink: 0;
	margin-right: 15px;
}

.footer-btns__icon img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}


.yandex-market-link{
	margin-top: 25px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 25px 0;
}

.yandex-market-link a{
	padding-left: 57px;
	position: relative;
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;

	text-transform: uppercase;

	color: #111111;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	min-height: 42px;
	text-decoration: none;
	transition: color .2s linear;
}

.yandex-market-link a:hover{
	color: #DB2138;
}

.yandex-market-link a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 42px;
	height: 42px;
	background: url(../images/ic_review.svg) 50% no-repeat;
}


.footer__colr{
	max-width: 357px;
	width: 25%;
	flex-shrink: 0;
}


.footer__top{
	margin-top: 130px;
}

.footer__bot{
	margin-top: 43px;

	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-wrap: nowrap;
}

.footer__copy{
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.04em;
	text-transform: uppercase;

	width: 22%;
	flex-shrink: 0;
}

.footer__links{
	max-width: 746px;
	margin: 0 30px;
	width: 100%;
    gap: 13px;
}

.footer__link{
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

/*.footer__link + .footer__link{*/
/*	margin-left: 52px;*/
/*}*/

.footer__link a{
	text-decoration: none;
	color: #111;
	transition: color .2s linear;
}

.footer__link a:hover{
	color: #DB2138;
}

.footer-payment{
	width: 25%;
	max-width: 357px;
	flex-shrink: 0;
}

.footer-payment__item{
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}

.footer-payment__item + .footer-payment__item{
	margin-left: 22px;
}

.footer-payment__item img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
/*------------------------
	PopUp
------------------------*/
.modal
{
    position: relative;
    z-index: 3;

    display: none;
    visibility: visible !important;

    width: 600px;
    max-width: 100%;
    padding: 75px 60px 55px;

    background: #FFF;
}

.modal_feedback
{
    width: 1065px;
    padding: 50px 75px 60px;
}

.modal_issuerefund
{
    width: 1034px;
    padding: 70px 60px 40px;
}

.modal-title
{
    font-weight: 700;
    font-size: 36px;
    line-height: 1.223;

    color: #333333;
}

.modal-desc
{
    font-size: 14px;
    line-height: 1.23;

    color: #333333;
    margin-top: 25px;
}

.modal-desc-nalichie
{
    font-size: 16px;
    font-weight: 600;
    color: #333 !important;
}


.modal-form
{
    margin-top: 40px;
}

.modal-form_marg
{
    margin-top: 30px;
}

.modal__form-submit
{
    margin-top: -10px;
}

.modal-reviews
{
    margin-top: 33px;
}

.modal-reviews-product
{
    align-content: center;
    align-items: center;
}

.modal-reviews-product__thumb
{
    width: 70px;
    height: 64px;
    position: relative;
    display: block;
}

.modal-reviews-product__img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.modal-reviews-product__name
{
    width: calc(100% - 100px);
    margin-left: 30px;

    font-size: 18px;
    line-height: 1.2;

    color: #333333;
}

.modal-reviews-product__name a
{
    text-decoration: none;
    color: #333333;
    transition: .2s linear;
}

.modal-reviews-product__name a:hover
{
    color: #DB2138;
}


.modal-reviews__flex
{
    margin-top: 33px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding-top: 37px;
    padding-bottom: 10px;

    justify-content: space-between;
}


.modal-reviews__box
{
    width: calc(100% - 495px);
}

.modal-reviews__item + .modal-reviews__item
{
    margin-top: 40px;
}


.modal-reviews__title
{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.23;

    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #333333;
}


.rating
{
    margin-top: 19px;
    overflow: hidden;
}

.rating-cancel,
.star-rating
{
    display: block;
    float: left;
    overflow: hidden;

    width: 32px;
    height: 30px;

    cursor: pointer;
    text-indent: -999em;

    background: transparent;
}

.rating-cancel
{
    display: none !important;
}

.star-rating + .star-rating
{
    margin-left: 8px;
}

.star-rating,
.star-rating a
{
    background: url(../images/star_off_big.svg) no-repeat 0 0;
}

.rating-cancel a,
.star-rating a
{
    display: block;

    width: 32px;
    height: 30px;

    border: 0;
    background-image: url(../images/star_off_big.svg);
}

.star-rating-on a
{
    background-image: url(../images/star_on_big.svg);
}

.star-rating-hover a
{
    background-image: url(../images/star_on_big.svg);
}

.star-rating-readonly a
{
    cursor: default;
}

.star-rating
{
    overflow: hidden;

    background: transparent;
}


.modal-radio
{
    margin-top: 28px;
}

.modal-radio__radio + .modal-radio__radio
{
    margin-left: 32px;
}


.modal-reviews__form
{
    width: 405px;
}

.modal-reviews .select-wrapp .scrollbar
{
    max-height: 120px;
}


.modal-reviews__bot
{
    margin-top: 35px;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.modal-reviews__bot .form__agree
{
    margin-top: 0;
}

.modal-reviews__bot .form-submit
{
    min-width: 315px;
    margin-left: 30px;
    flex-shrink: 0;
}

.modal-reviews__bot .form-submit-btn
{
    padding: 0 26px;
    text-align: left;
}

.modal-reviews__bot .form-submit-btn span
{
    display: block;
}


.modal-refund
{
    margin-top: 30px;
}

.modal-refund__top
{
    max-width: 471px;
}

.modal-refund__top .select-wrapp .current
{
    color: #111111;
    font-weight: 700;
}


.modal-refund__wrapp
{
    margin-top: 30px;
    justify-content: space-between;
}

.modal-refund-table
{
    width: calc(100% - 230px);
    border-collapse: collapse;
    max-width: 610px;
}


.modal-refund-table td
{
    padding: 16px 0 16px 20px;
    border-bottom: 1px solid #DDDDDD;
    opacity: .5;
}

.modal-refund-table td:first-child
{
    padding-left: 0;
    opacity: 1;
}

.modal-refund-table tr.active td
{
    opacity: 1;
}

.modal-refund-table__checbox
{
    width: 18px;
    table-layout: fixed;
}

.modal-refund-table__checbox .checkbox__text
{
    padding-left: 18px;
}

.modal-refund-table__thumb
{
    width: 100px;
    table-layout: fixed;
}

.modal-refund-table__img
{
    height: 100px;
    width: 100px;

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.modal-refund-table__img img
{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.modal-refund-table td.modal-refund-table__info
{
    padding-left: 50px;
}


.modal-refund-table__name
{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;

    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.modal-refund-table__name a
{
    text-decoration: none;
    transition: .2s linear;
    color: #111111;
}

.modal-refund-table__name a:hover
{
    color: #DB2138;
}

.modal-refund-table__feature
{
    font-size: 14px;
    line-height: 1.23;
}

.modal-refund-table__feature div
{
    margin-top: 10px;
}

.modal-refund-table__price
{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.23;
    white-space: nowrap;
}

.modal-refund-table td.modal-refund-table__price
{
    padding-left: 27px;
}


.modal-refund-reason
{
    width: 200px;
    margin-top: 30px;
}

.modal-refund-reason__title
{
    font-weight: bold;
    font-size: 14px;
    line-height: 1.23;

    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #111111;
}

.modal-refund-select
{
    margin-top: 9px;
}

.modal-refund-select .current,
.modal-refund-select .open .current,
.modal-refund-select .current.selected
{
    border-color: #DB2138;
    color: #DB2138;
}

.modal-refund-select .current:after
{
    background: url(../images/ic_arrow6_red.svg) 50% no-repeat;
}

.modal-refund-select .list
{
    top: 100%;
    left: auto;
    right: 0;
    border: none;
    background: #F7F6F6;
    box-shadow: none;
    width: 307px;
}

.modal-refund-select .scrollbar
{
    max-height: 400px;
    padding: 20px 0;
}

.modal-refund-select .list_item
{
    line-height: 1.23;
    color: #111;
    padding: 9px 25px;
}

.modal-refund-select .list_item:hover
{
    color: #DB2138;
}


.modal-refund__text-block
{
    margin-top: 58px;
}

.modal-refund__text-block2
{
    margin-top: 40px;
}


.modal-refund__items
{
    margin-top: 25px;
}

.modal-refund__item
{
    align-content: center;
    align-items: center;
    margin-top: 20px;
}

.modal-refund__label
{
    width: 178px;

    font-weight: 700;
    font-size: 14px;
    line-height: 17px;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;

    color: #333333;
}

.modal-refund__block
{
    width: calc(100% - 212px);
    margin-left: 30px;
}

.modal-refund__block._flex
{
    flex-wrap: nowrap;
    justify-content: space-between;
}

.modal-refund__block._flex .modal-refund__box
{
    width: calc(100%/3 - 14px);
}

.modal-refund__block._flex .modal-refund__box_big
{
    width: 100%;
    margin-right: 17px;
}

.modal-refund__block._flex .modal-refund__box_small
{
    width: 80px;
    flex-shrink: 0;
}

.modal-refund__box_small + .modal-refund__box_small
{
    margin-left: 13px;
}


.modal-refund .form__input
{
    padding: 0 15px;
}


.modal-refund__desc
{
   display: flex;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
   flex-wrap: wrap;
   min-height: 50px;

   font-size: 14px;
   line-height: 1.23;

    color: #111111;
}


.modal-refund__bot
{
    border-top: 1px solid #111111;
    padding-top: 40px;
    margin-top: 44px;

    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.modal-refund__price
{
    font-size: 16px;
    line-height: 1.23;
}

.modal-refund__bot .form-submit-btn
{
    padding-left: 50px;
    padding-right: 50px;
}


.modal_getbonus
{
    width: 1247px;
    padding: 0;
}

.get-bonus
{
    align-items: stretch;
    align-content: stretch;
}

.get-bonus__col
{
    width: calc(49% + 2px);
    padding: 78px 66px 67px 70px;
}


.get-bonus__form
{
    margin-top: 29px;
}

.get-bonus__flex
{
    justify-content: space-between;
}

.get-bonus__select
{
    width: 227px;
}

.get-bonus__checkbox
{
    width: calc(100% - 245px);
    margin-left: 18px;
}


.get-bonus__box
{
    min-height: 50px;
    align-content: center;
    align-items: center;
}

.get-bonus__box .checkbox + .checkbox
{
    margin-left: 23px;
    margin-top: 0;
}

.get-bonus__form-submit
{
    margin-top: 60px;
}


.get-bonus__bg
{
    width: calc(51% - 2px);
    padding: 200px 60px 67px 58px;
    background: #EEEEEE;

    font-size: 16px;
    line-height: 1.25;
}

.get-bonus__text > *
{
    margin-top: 15px;
}

.get-bonus__text ul li
{
    list-style: none;
    position: relative;
    padding-left: 38px;
}

.get-bonus__text ul li:before
{
    position: absolute;
    content: '';
    top: 3px;
    left: 0;

    display: block;

    width: 18px;
    height: 13px;

    background: url(../images/ic_check1.svg) 50% no-repeat;
}

.get-bonus__text ul li + li
{
    margin-top: 20px;
}

.get-bonus__text ul li a
{
    text-decoration: none;
    transition: .2s linear;
    color: #111;
    border-bottom: 1px solid #111;
}

.get-bonus__text ul li a:hover
{
    border-bottom-color: transparent;
}


.modal__flex
{
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.modal-password-btn
{
    font-size: 13px;
    line-height: 1.23;

    color: #333333;
    transition: .2s linear;
}

.modal-password-btn:hover
{
    color: #DB2138;
}

.modal__flex .checkbox-agree
{
    margin-top: 0;
}


.modal-messengers__wrapp
{
    justify-content: center;
    align-content: center;
    align-items: center;
}


.modal-messengers
{
    margin-top: 39px;
}

.modal-messengers_border
{
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #111111;
}

.modal-messengers__title
{
    font-size: 14px;
    line-height: 1.23;

    letter-spacing: 0.04em;
    text-transform: uppercase;

    color: #333333;
    text-align: center;
}

.modal-messengers .messengers_inner
{
    margin-top: 0;
}


.modal-messengers__wrapp
{
    margin-top: 13px;
}

.modal-messengers__or
{
    font-size: 13px;
    line-height: 1.23;

    color: #999999;
    margin: 17px 23px 0 33px;
}

.modal-login-password-btn
{
    font-weight: 700;
    font-size: 13px;
    line-height: 1.23;

    color: #333333;
    margin-top: 17px;
    transition: .2s linear;
    border-bottom: 1px solid #333;
}

.modal-login-password-btn:hover
{
    border-bottom-color: transparent;
}


.modal-entrance
{
    margin-top: 42px;
    padding-top: 44px;
    border-top: 1px solid #111111;
    text-align: center;
}

.modal-entrance__title
{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.23;

    letter-spacing: 0.04em;
    text-transform: uppercase;

    color: #333333;
}

.modal-entrance__link
{
    margin-top: 16px;
}

.modal-entrance__link a
{
    text-decoration: none;
    transition: .2s linear;
    color: #fff;

    font-weight: 700;
    font-size: 13px;
    line-height: 50px;

    letter-spacing: 0.02em;
    text-transform: uppercase;
    background: #333333;
    padding: 0 15px;
    display: block;
}

.modal-entrance__link a:hover
{
    background: #111;
}

.modal-entrance__link a:hover
{
    background: #333333;
}


.modal-sms-number
{
    font-size: 14px;
    line-height: 1.23;

    text-transform: uppercase;

    color: #333333;
}

.modal-sms-number span
{
    font-weight: 700;
}


.modal-sms-cod
{
    justify-content: space-between;
    margin-top: 15px;
}

.modal-sms-cod .form__line,
.modal-sms-cod .form-submit
{
    width: calc(50% - 9px);
    margin-bottom: 0;
}


.send-code-again
{
    margin-top: 15px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.23;
}

.send-code-again a
{
    text-decoration: none;
    transition: .2s linear;
    border-bottom: 1px solid #333;

    color: #333333;
}

.send-code-again a:hover
{
    border-bottom-color: transparent;
}


.bonus-program-title
{
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.24;

    color: #333333;

    max-width: 430px;
    margin: 45px auto 0;
}

.bonus-program-desc
{
    font-size: 18px;
    line-height: 1.23;
    text-align: center;

    color: #333333;
    max-width: 430px;
    margin: 14px auto 0;
}

/* --- */
.modal_cart{
	padding-left: 54px;
	padding-right: 54px;
	width: 800px;
}

.modal-product{
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	flex-wrap: nowrap;

	margin-top: 46px;
}

.modal-product__thumb{
	width: 200px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;

	flex-shrink: 0;
	margin-right: 40px;
}

.modal-product__thumb img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.modal-product__block{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.modal-product__box{
	width: 100%;
}

.modal-product__name{
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 11px;
}

.modal-product__price{
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;

	margin-bottom: 10px;
}

.modal-product__info{
	font-size: 13px;
	line-height: 16px;
}

.modal-product__line + .modal-product__line{
	margin-top: 10px;
}

.modal-cart-links{
	margin-top: 25px;
	justify-content: space-between;
}

.modal-cart-links .modal-cart-links__wrapp{
	margin: 10px 0 0;
	width: calc(100%/2 - 8px);
}

.modal-cart-links__link{
	line-height: 50px;
	padding: 0;
	width: 100%;
}


.modal__products{
	margin-top: 64px;
}

.modal-products-slider{
	margin-top: 42px;
	overflow: hidden;
}

.modal-products-slider .products-product__wrapp:before{
	display: none;
}

.modal-products-slider .products-product__bot{
	display: none;
}

.modal-products-slider .slider-button-prev,
.modal-products-slider .slider-button-next{
	width: 40px;
	height: 40px;

	margin-top: -20px;
}

.modal-products-slider .slider-button-prev{
	left: 14px;
}

.modal-products-slider .slider-button-next{
	right: 14px;
}


.success-icon{
	width: 120px;
	height: 120px;
	margin: 20px auto 0;
	background: #111;
	border-radius: 50%;

	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	padding: 20px;
}

.success-icon img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.success-text{
	font-size: 24px;
	line-height: normal;
	text-align: center;

	color: #333333;
	margin-top: 32px;
}

.link-bord.modal-link-bord{
	margin-top: 42px;
}


.drop-zone
{
	width: 100%;
	background: #FAFAFA;
	border: 1px dashed #CCCCCC;
	background: #f7f6f2;
	height: 130px;

	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	cursor: pointer;
	padding: 20px;
}

.drop-zone__prompt
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.drop-zone__name
{
    font-size: 16px;
	text-align: center;

	color: #999999;
	width: 100%;
}

.drop-zone--over
{
	border-style: solid;
}

.drop-zone__input
{
	display: none;
}

.drop-zone__thumb
{
	overflow: hidden;
	background: none !important;
	position: relative;
	width: 100%;
}

.drop-zone__thumb:after
{
	content: attr(data-label);
	display: block;
	color: #111;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.fancybox__content{
	color: #111;
}

.fancybox__slide{
	padding: 15px;
}

.fancybox__content > .carousel__button.is-close{
	top: 14px;
	right: 14px;
	width: 50px;
	height: 50px;
	color: #333;
	transition: color .2s linear;
	border: 1px solid;
}

.fancybox__content > .carousel__button.is-close:hover{
	color: #111;
}

.fancybox__content > .carousel__button.is-close svg{
	width: 14px;
	height: 14px;
	fill: currentColor;
	stroke: none;
	filter: none;
}

.fancybox__button--thumbs,
.fancybox__button--zoom{
	display: none;
}

@media (max-width: 1799px)
{
	.button-up{
		right: 25px;
	}
}

@media (max-width: 1699px)
{
    /*------------------------
        Main styles
    ------------------------*/

    .page-head_inner
    {
        padding-bottom: 60px;
    }

    .content-flex .content-page-profile
    {
        width: calc(100% - 355px);
    }

    /*------------------------
        Header
    ------------------------*/

    .menu-cats-advertising
    {
        margin-left: 20px;
    }


    .menu-cats__flex_big .menu-cats__item
    {
        width: calc(85%/5 - 18px);
    }

    .menu-cats__flex_big .menu-cats__item_big
    {
        width: calc(15% - 30px);
        margin-left: 30px;
    }

    /*------------------------
        Main section
    ------------------------*/
	._marg-top-big{
		margin-top: 100px;
	}

	.banner-text{
		margin-top: 30px;
	}

	.main-about-cols-bot__coll{
		max-width: 626px;
	}


	.main-about-cols-top{
		align-items: center;
		align-content: center;
	}


	.breadcrumbs_pad{
		padding-right: 365px;
	}


	.page-head__block{
		padding-right: 365px;
	}

	.aside-menu{
		width: 335px;
	}

	.content-flex .content-page{
		width: calc(100% - 365px);
	}

	.aside-page{
		width: 335px;
	}


	.shops__items{
		width: auto;
		max-width: 1045px;
	}


	.about-page-top__text-block{
		max-width: 808px;
	}


	.link-bord{
		margin-top: 50px;
	}


	.checkout-content{
		width: calc(100% - 373px);

		padding-left: 29px;
		padding-right: 29px;
	}

	.checkout__title{
		padding-left: 49px;
		margin-left: -49px;
	}

	.checkout-table td{
		font-size: 14px;
	}

	.checkout-table .name{
		width: auto;
	}

	.checkout-aside{
		width: 335px;
	}

    .aside-profile
    {
        width: 270px;
    }

    .orders-head__item:first-child
    {
        width: 32%;
    }

    .orders-head__item:nth-child(2)
    {
        width: 27%;
    }

    .orders-head__item:nth-child(3)
    {
        width: 16%;
    }

    .orders-head__item:nth-child(4)
    {
        width: 25%;
    }


    .orders-info__items:first-child
    {
        width: 52.3%;
    }

    .orders-info__items:last-child
    {
        width: 47.7%;
    }

    .orders-info__items:first-child .orders-info__item:first-child
    {
        width: 58%;
    }

    .orders-info__items:first-child .orders-info__item:nth-child(2)
    {
        width: 42%;
    }

    .orders-info__items:last-child .orders-info__item:first-child
    {
        width: 49%;
    }

    .orders-info__items:last-child .orders-info__item:nth-child(2)
    {
        width: 51%;
    }


    .profile-banner
    {
        padding-left: 50px;
        padding-right: 50px;
    }


    .subscriptions__wrapp
    {
        max-width: 410px;
    }


    .gift-certs__grid
    {
        max-width: 915px;
    }


    .cart-info
    {
        width: calc(100% - 410px);
    }

    .cart-info__item
    {
        padding-right: 85px;
    }

    .cart-info__wrapp
    {
        margin-left: 30px;
    }

    .aside-cart
    {
        width: 380px;
    }


    .reviews__wrapp
    {
        width: calc(100% - 355px);
    }

    /*------------------------
        Footer
    ------------------------*/
	.footer .cont{
		/* padding-left: 50px;
		padding-right: 50px; */
	}
    /*------------------------
		PopUp
    ------------------------*/
}

@media (max-width: 1580px)
{
    /*------------------------
        Main styles
    ------------------------*/

    .content-flex .content-page-profile
    {
        width: calc(100% - 275px);
    }

    /*------------------------
        Header
    ------------------------*/
	.box-user{
		margin-left: 30px;
	}

	.modal-cont_cart{
		margin-left: 30px;
	}
    /*------------------------
        Main section
    ------------------------*/
	.advantages__item{
		padding-left: 19px;
		padding-right: 19px;
	}

	.advantages__icon{
		width: 66px;
		height: 66px;
	}

	.advantages__text{
		font-size: 16px;
	}


	.main-brands__cont{
		padding: 0 40px;
	}


	.tabs__button{
		font-size: 16px;
	}


	.articles__flex{
		--article_margT: 20px;
		--article_margL: 20px;

		--article_number: 3;

		margin-top: 26px;
	}

	/* .articles__flex .article:nth-child(n + 7){
		display: none;
	} */


	.about-page-top__text-block{
		width: 89.7%;
	}


	.text-block_bord{
		padding: 45px 40px;
	}


	.article-head__info{
		padding-left: 20px;
		padding-right: 20px;
		max-width: 923px;
	}

	.article-head__title{
		font-size: 40px;
		min-height: 1px;
	}

	.article-head__date{
		margin-top: 33px;
	}

	.article-page__text-block > h1,
	.article-page__text-block > .title,
	.article-page__text-block > h2,
	.article-page__text-block > h3,
	.article-page__text-block > p,
	.article-page__text-block > ul,
	.article-page__text-block > li{
		max-width: 690px;
	}

	.article-page__text-block > img{
		max-width: 923px;
	}

	.article-page__text-block .text-block__cols{
		max-width: 690px;
	}

	.article-page__text-block .text-block__col_r {
		width: 44%;
		margin-right: -30%;
	}


	.filter__link{
		font-size: 11px;
	}

	.filter__btn{
		font-size: 11px;
	}


	.head-catalog .sort{
		width: 143px;
	}

	.select-wrapp_text .current{
		font-size: 11px;
	}
    /* --- */


    .aside-profile
    {
        width: 220px;
    }

    .profile-level
    {
        width: calc(100% - 326px);
    }

    .profile-level__items
    {
        max-width: none;
        margin-right: -15px;
    }

    .profile-level__desc
    {
        width: 165px;
        font-size: 12px;
    }


    .profile-banner
    {
        padding-left: 40px;
        padding-right: 40px;
    }


    .personal-data__col:last-child
    {
        width: calc(100% - 549px);
    }

    .social-network
    {
        padding-left: 20px;
        padding-right: 20px;
    }


    .cart-info__item
    {
        padding-right: 65px;
    }

    .cart-info__thumb
    {
        width: 140px;
    }

    .cart-info__amount
    {
        width: 240px;
    }


    .cert-images
    {
        width: 618px;
    }

    .images-slider__slider-button-prev
    {
        left: -97px;
    }

    .images-slider__slider-button-next
    {
        right: -97px;
    }


    .cert-data,
    .cert-info
    {
        width: calc(100% - 648px);
    }


    .product-info__wrapp
    {
        width: calc(50% - 20px);
    }

    .product-info__stikc{
		width: calc(50% - 20px);
	}

    .product-ux-share,
    .product-head,
    .product-top,
    .product-data
    {
        width: calc(50% - 20px);
    }



    /*------------------------
        Footer
    ------------------------*/
	.footer-menu__box{
		width: 180px;
	}
    /*------------------------
		PopUp
    ------------------------*/
}


.modal_list_adding{
	max-width:100%;
}
.modal_list_adding .product-data-sizes__wrapp{
	gap:1em;
}
.modal_list_adding .radio-sizes{
	gap:0.5em;
}
.modal_list_adding .modal_name{
	flex-basis:100%;
}
.modal_list_adding .btns{
	margin-top:1em;width: 100%;display: flex;gap: 1em;	
}
.modal_list_adding .product-data__buy{
	margin:0;flex-grow:1
}
.modal_list_adding .product-data__cart{
	flex-grow:1;
}
.modal_list_adding .modal_img{
	max-width:150px;
}

@media(max-width:580px){
	.modal_list_adding{
		text-align:center;
	}
	.modal_list_adding img{
		margin:0 auto;
	}
}
.snippet{
	margin-top:54px;
}
.full_img_snippet img{
	width:100%;
}
.snip_title{
	font-weight:700;
	font-size:36px;
	margin-top:1.5em;
	margin-bottom:0.5em;
	text-transform:uppercase;
}
.snip_text{
	line-height:1.5em;
	max-width:70%;
}
.flex_snippet_50{
	display: flex;
    align-items: center;
    gap: 70px;
    justify-content: space-between;
}
.flex_snippet_50 .snip_text, .flex_snippet_30 .snip_text, .flex_snippet_25 .snip_text{
	max-width:100%;
}
.two_blocks_snip{
	gap:40px;
	align-items:flex-start;
}
.snip_row_block{
	flex-basis:50%;
}
.snip_row_block .snip_title{
	text-transform:unset;
}
.flex_snippet_30{
	display:flex;
	gap: 20px;
}
.three_blocks_snip .snip_row_block{
	flex-basis:30%;
	flex-grow:1;
}
.container_snipppet iframe{
	width:100%!important;
	margin-top:54px;
}
.flex_snippet_25{
	display:flex;
	gap:20px;
}
.flex_snippet_25 .snip_row_block{
	flex-basis:23%;
	flex-grow:1;
	background:#F7F6F6;
	padding:30px;
}
.flex_snippet_25 .snip_row_block img{
	display:block;
	margin:0 auto;
}
.flex_snippet_25 .snip_title{
	font-size:24px;
}
.full_text .snip_text{
	max-width:100%;
}
.grey_bg{
	padding:60px 100px 60px 30px;
	background-color:#F7F6F6;
}
.grey_bg .snip_title{
	text-transform:none;
	margin-top:0;
}
.tezis .snip_title{
	text-transform:none;
}
.tezis .snip_title:before{
	content: '•'
}
.tezis-block + .tezis-block{
	margin-top:48px;
}
.compare_snip_table tr:nth-child(odd){
	background: #F7F6F6;
}
.compare_snip_table th p{
	padding-top:30px;
}
.compare_snip_table td, .compare_snip_table th{
	padding:30px
}
.compare_snip_table td{
	font-size:16px;
}
.compare_snip_table tr:nth-child(even){
	background: #fff;
}

.modal.modal_availability
{
    width: 1022px;
    padding: 29px 20px 0;
}

.modal-title.center
{
    font-size: 32px;
    font-weight: 600;
    line-height: normal;

    padding-right: 0;

    text-align: center;
}

.modal-desc.center
{
    color: rgba(51, 51, 51, .5);
    line-height: normal;

    margin-top: 16px;

    text-align: center;
}

.choose-size
{
    margin-top: 16px;
}

.choose-size__link
{
    color: #C43333;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;

    text-align: right;
}

.choose-size__link a
{
    color: #C43333;

    text-decoration: none;

    border-bottom: 1px solid;

    transition: border .2s linear;
        
    outline: none!important;
}

.choose-size__link a:hover
{
    border-bottom-color: transparent;
}

.choose-size__link a, .choose-size__link a:hover, .choose-size__link a:focus, .choose-size__link a:active, .choose-size__link a:visited {
    outline: none;
}

.choose-size__flex
{
    align-content: stretch;
    align-items: stretch;

    margin: 4px 0 0 -10px;
}

.choose-size-label
{
    display: block;

    width: 60px;
    margin: 10px 0 0 10px;
}

.choose-size-label input[type=radio],
.choose-size-label input[type=checkbox]
{
    display: none;
}

.choose-size-label__box
{
    position: relative;

    color: #8F8F8F;
    font-size: 10px;
    font-weight: 300;
    line-height: 12px;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    min-height: 100%;
    padding: 7px 5px 6px;

    cursor: pointer;
    text-align: center;

    border: 1px solid #E3E3E3;
    border-radius: 4px;
}

.choose-size-label__name
{
    color: #333;
    font-size: 13px;

    display: block;

    width: 100%;
}

.choose-size-label__desc
{
    display: block;

    width: 100%;
    margin-top: 3px;
}

.choose-size-label__box:before
{
    content: "";

    position: absolute;
    top: -1px;
    left: -1px;

    display: block;

    width: calc(100% + 1px);
    height: calc(100% + 1px);

    pointer-events: none;

    opacity: 0;
    border: 2px solid #DB2138;
    border-radius: 4px;

    transition: opacity .2s linear;
}

input[type=radio]:checked + .choose-size-label__box,
input[type=checkbox]:checked + .choose-size-label__box
{
    color: #DB2138;
}

input[type=radio]:checked + .choose-size-label__box .choose-size-label__name,
input[type=checkbox]:checked + .choose-size-label__box .choose-size-label__name
{
    color: currentColor;
}

input[type=radio]:checked + .choose-size-label__box:before,
input[type=checkbox]:checked + .choose-size-label__box:before
{
    opacity: 1;
}

input[type=radio]:disabled + .choose-size-label__box,
input[type=checkbox]:disabled + .choose-size-label__box
{
    color: #8B8B8B;

    cursor: default;
    pointer-events: none;

    border-color: transparent;
    background: #F6F6F6;
}

input[type=checkbox]:disabled + .choose-size-label__box .choose-size-label__name
{
    color: #8B8B8B;
}


.tabs.tabs_availability
{
    margin: 32px 0 16px;
    padding-bottom: 0;
}

.tabs__text
{
    position: relative;

    color: #BABABA;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;

    width: 25%;
    height: 32px;
    padding: 0 20px;
}

.tabs__text:before
{
    content: "";

    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 2px;

    opacity: 0;
    background: #DB2138;

    transition: opacity .2s linear;
}

.tabs__text:hover,
.tabs__text.active
{
    color: #000;
}

.tabs__text.active:before
{
    opacity: 1;
}

.items-shops
{
    position: relative;

    overflow: hidden;
    overflow-y: auto;

    width: 50%;
    max-height: 471px;
    padding-right: 20px;
    padding-bottom: 20px;
}

@media (min-width: 1025px)
{
    .items-shops
    {
        scrollbar-color: #B7B7B7 #F0F0F0;
        scrollbar-width: thin;
    }

    .items-shops::-webkit-scrollbar
    {
        width: 12px;
        height: 12px;

        background: transparent;
    }

    .items-shops::-webkit-scrollbar-thumb
    {
        border: 3px solid #F0F0F0;
        border-radius: 10px;
        background: #B7B7B7;
    }

    .items-shops::-webkit-scrollbar-track
    {
        background: #F0F0F0;
    }
}

.item-shops
{
    color: #000;

    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;

    padding: 19px;

    text-decoration: none;

    border: 1px solid transparent;
    background: #FFF;

    transition: border .2s linear;

    cursor: pointer;
}

.item-shops + .item-shops
{
    border-top-color: #E3E3E3;
}

.item-shops.hover,
.item-shops.active
{
    border-color: #DB2138;
}

.item-shops__box
{
    margin-right: 20px;
}

.item-shops__name
{
    font-size: 14px;
    font-weight: 700;
    line-height: normal;

    display: block;
}

.item-shops__desc
{
    font-size: 14px;
    line-height: normal;

    display: block;

    margin-top: 8px;
}

.item-shops__flex
{
    margin-left: -20px;
}

.item-shops__adres
{
    position: relative;

    font-size: 14px;
    line-height: normal;

    display: block;

    margin-top: 8px;
    margin-left: 20px;
    padding-left: 25px;
}

.item-shops__adres span
{
    content: "";

    position: absolute;
    top: 3.5px;
    left: 0;

    width: 10px;
    height: 10px;

    border-radius: 50%;
    background: #52D12B;
}

.item-shops__date
{
    color: #979797;
    font-size: 14px;
    line-height: normal;

    display: block;

    margin-top: 10px;
}

.item-shops__phone {
    display: block;
    margin-top: 10px;
}
.item-shops__phone a {
    color: #111;
    text-decoration: none;
    font-size: 14px;
    line-height: normal;
}

.item-shops__buy
{
    color: #FFF;
    font-size: 8px;
    font-weight: 700;
    line-height: 35px;

    display: inline-block;

    margin-top: 15px;
    padding: 0 22px;

    text-align: center;
    vertical-align: top;
    letter-spacing: .02em;
    text-transform: uppercase;

    background: #DB2138;

    transition: background .2s linear;
}

.item-shops.hover .item-shops__buy
{
    background: #E04256;
}

.item-shops__info
{
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.item-shops__info .name
{
    color: #8F8F8F;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;

    margin-right: 6px;
}

.item-shops__info span:not(.name)
{
    flex-shrink: 0;

    width: 6px;
    height: 18px;
    margin-left: 2px;

    border-radius: 2px;
    background: #E3E3E3;
}

.item-shops__info span.green
{
    background: #52D12B;
}

.item-shops__info span.orange
{
    background: #F9A600;
}

.item-shops__info span.red
{
    background: #DB2138;
}

.shop-map-wrap
{
    position: relative;

    overflow: hidden;

    width: calc(50% + 20px);
    margin-right: -20px;
}

.shop-map
{
    height: 471px;
}

.sector-shops__btns
{
    display: none;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sector-shops__btn
{
    color: #CFCFCF;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;

    border-bottom: 2px solid transparent;

    transition: border .2s linear, color .2s linear;
}

.sector-shops__btn.active
{
    color: #000;

    border-bottom-color: #DB2138;
}

.sector-shops__btn + .sector-shops__btn
{
    margin-left: 28px;
}

.shops-info__item
{
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 0;

    display: none;
    visibility: visible;

    width: 100%;
    padding: 10px 15px;

    pointer-events: none;

    opacity: 0;
    background: #FFF;

    transition: transform .4s linear, opacity .4s linear;
    transform: translateY(30px);
}

.shops-info__close
{
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 15px;

    width: 24px;
    height: 24px;

    background: url(../images/ic_close.svg) 50% no-repeat;
}

.modal-link_availability
{
    color: red;
    font-size: 20px;

    margin-bottom: 20px;
}

@media (max-width: 1280px){
	.container_snipppet iframe, .snippet{
		margin-top:54px;
	}
	.snip_text{
		max-width:100%;
	}
	.flex_snippet_50, .two_blocks_snip{
		gap:20px;
	}
	.snip_title{
		font-size:24px;
	}
	.container_snipppet iframe{
		height:600px!important;
	}
	.grey_bg{
		padding:60px 30px;
	}
}
@media (max-width: 1024px){
	.container_snipppet iframe, .snippet{
		margin-top:54px;
	}
	.snip_title{
		font-size:20px;
	}
	.snip_text{
		font-size:14px;
	}
	.container_snipppet iframe{
		height:500px!important;
	}
}
@media (max-width: 768px){
	.container_snipppet iframe, .snippet{
		margin-top:54px;
	}
	.snip_title{
		font-size:16px;
	}
	.snip_text{
		font-size:0.75em;
		max-width:100%;
	}
	.container_snipppet iframe{
		height:400px!important;
	}
	.flex_snippet_25{
		flex-wrap:wrap;
	}
	.flex_snippet_25 .snip_row_block{
		flex-basis:40%;
	}
	.tezis-block + .tezis-block{
		margin-top:40px;
	}
	.table_snippet{
		overflow-x:scroll;
	}
	.compare_snip_table{
		min-width:500px;
	}
}
@media(max-width:650px){
	.flex_snippet_50{
		gap:20px;
	}
	.container_snipppet iframe{
		height:300px!important;
	}
	.flex_snippet_50.two_blocks_snip, .flex_snippet_30.three_blocks_snip{
		overflow-x:scroll;
		flex-wrap:nowrap;
	}
	.two_blocks_snip .snip_row_block, .three_blocks_snip .snip_row_block{
		min-width:275px;
	}
}
@media(max-width:600px){
	.container_snipppet iframe, .snippet{
		margin-top:40px;
	}
	.snip_title{
		font-size:14px;
	}
}
@media(max-width:500px){
	.flex_snippet_30, .flex_snippet_50{
		flex-wrap:wrap;
	}
	.flex_snippet_50 img{
		max-width:100%!important;
		order:-1;
	}
	.three_blocks_snip .snip_row_block, .snip_row_block{
		max-width:100%!important;
		flex-basis:100%;
	}
	.compare_snip_table td{
		font-size:0.75em;
	}
}

.form_container{
		margin:2em auto;
		height:65vh;
		display:flex;
		flex-direction:column;
		justify-content:space-between;
	}
	.form_container.form{
		height:auto;
	}
	.form_header{
		font-size:18px;
		font-weight:700;
		margin-bottom:1em;
	}
	.form_header_upper{
		margin-top:2em;
		text-transform:uppercase;
		font-size:18px;
		font-weight:700;
	}
	.form_p{
		margin-top:0.5em;
	}
	.marks{
		display:flex;
		flex-wrap:wrap;
		padding:1em;
		gap:1em
	}
	.marks span{
		width:48px;
		height:48px;
		display:flex;
		justify-content:center;
		align-items:center;
		border:1px solid #EAEAEA;
		flex-basis:18%;
		max-width:calc(20% - 1em);
		cursor:pointer;
	}
	.marks span.active{
		color: #DB2138;
		border-color: #DB2138;
	}
	.map_services{
		display:flex;
		flex-wrap:wrap;
		gap:1em;
	}
	.map_services a{
		flex-grow:1;
		border:1px solid #eaeaea;
		display: flex;
		align-items: center;
		gap: 1em;
		justify-content: center;
		padding: 0.5em;
		color: #111;
		text-decoration: none;
	}
	.map_services a svg{
		width:40px;
		max-height:40px;
	}
	.review_form{
		margin-top:2em;
	}



.product-ux-share {

    width: 613px;
    position: relative;
    margin-bottom: 20px;
}
.product-ux-share_tablet {
    display: none;
}
.product-ux-share .stickers {
    top: 0;
    left: 0;
}
.product-ux-share .stickers__sticker {
    margin-top: 0;
    line-height: 19px !important;
}
.product-ux-share .ya-share2__item {
    margin: -1px 0 !important;
}

.colors-swiper-wrap {
    --colors-slider-btn_m-lr: 28px;
    position: relative;
    margin-left: calc(var(--colors-slider-btn_m-lr));
    margin-right: calc(var(--colors-slider-btn_m-lr));
}
.sizes-swiper-wrap {
    --colors-slider-btn_m-lr: 28px;
    position: relative;
    padding-left: calc(var(--colors-slider-btn_m-lr));
    padding-right: calc(var(--colors-slider-btn_m-lr));

    width: 100%;
}
.slider-button-prev_colors,
.slider-button-next_colors,
.slider-button-prev_sizes,
.slider-button-next_sizes {
    --colors-btn_size: 28px;
    --colors-btn_hitBox: 10px;
    width: calc(var(--colors-btn_size));
    padding: calc(var(--colors-btn_hitBox)) calc(2 * var(--colors-btn_hitBox)) calc(var(--colors-btn_hitBox)) 0;
    height: calc((var(--colors-btn_size) / 2) + (2 *var(--colors-btn_hitBox))) !important;

    position: absolute;
    top: calc(50% - (var(--colors-btn_size) / 4) - var(--colors-btn_hitBox)) !important;
    z-index: 10;

    cursor: pointer;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' style='' fill='%23010101' width='8' viewBox='0 0 8 14'%3E%3Cpath fill-rule='evenodd' d='M2.828 6.99999L7.778 11.95L6.364 13.364L0 6.99999L6.364 0.635986L7.778 2.04999L2.828 6.99999Z'/%3E%3C/svg%3E");
    user-select: none;
}
.swiper-button-disabled {
    opacity: 0.3;
}
.slider-button-prev_colors {
    left: calc(var(--colors-slider-btn_m-lr) * -1);
}
.slider-button-next_colors {
    right: calc(var(--colors-slider-btn_m-lr) * -1);
    rotate: 180deg;
}
.slider-button-prev_sizes {
    left: 0;
}
.slider-button-next_sizes {
    right: 0;
    rotate: 180deg;
}
.slider-button-prev_colors:hover,
.slider-button-next_colors:hover,
.slider-button-prev_sizes:hover,
.slider-button-next_sizes:hover,
.slider-button-vertical-prev:hover,
.slider-button-vertical-next:hover {
    filter: invert(17%) sepia(65%) saturate(7139%) hue-rotate(346deg) brightness(93%) contrast(84%);
}
.sizes-swiper-wrap {
    overflow: hidden !important;
    position: relative;
}

.product-thumbs-swiper_wrap {
    --product-thumbs-btn_m-tb: 36px;
    position: relative;
    padding-top: calc(var(--product-thumbs-btn_m-tb));
    padding-bottom: calc(var(--product-thumbs-btn_m-tb));
    max-height: 750px;
    margin-right: 17px;
}
.swiper.product-thumbs-swiper {
    width: 72px;
    overflow: hidden !important;
    padding-top: 1px;
}
.product-thumbs-swiper.swiper::before,
.product-thumbs-swiper.swiper::after {
    display: none;
}

.product-thumbs-swiper .swiper-wrapper {
    
    height: calc(750px - 2*var(--product-thumbs-btn_m-tb)) ;
}

.product-thumbs-swiper .swiper-slide {
    max-height: 96px;
    height: 100% !important;

    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #333333;
    background-color: #FFF;
    filter: brightness(0.94);
    cursor: pointer;
}
.product-thumbs-swiper .swiper-slide-thumb-active {
    border: 1px solid #DB2138;
}
/*.product-thumbs-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/

.slider-button-vertical-prev,
.slider-button-vertical-next {
    --slider-button-vertical_size: 30px;
    --slider-button-vertical_hitBox: 15px;
    padding: calc(var(--slider-button-vertical_hitBox)) calc(2 * var(--slider-button-vertical_hitBox)) calc(var(--slider-button-vertical_hitBox)) 0;
    width: calc(var(--slider-button-vertical_size) + var(--slider-button-vertical_hitBox));
    height: calc(var(--slider-button-vertical_size) / 2 + 2 * var(--slider-button-vertical_hitBox));

    position: absolute;
    left: calc((50% - var(--slider-button-vertical_size) / 2) - var(--slider-button-vertical_hitBox) / 2 );
    z-index: 10;
    
    cursor: pointer;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' style='' fill='%23010101' width='8' viewBox='0 0 8 14'%3E%3Cpath fill-rule='evenodd' d='M2.828 6.99999L7.778 11.95L6.364 13.364L0 6.99999L6.364 0.635986L7.778 2.04999L2.828 6.99999Z'/%3E%3C/svg%3E");
    user-select: none;
}
.slider-button-vertical-prev {
    transform: rotate(90deg);
    top: 0;
}
.slider-button-vertical-next {
    transform: rotate(270deg);
    bottom: 0;
}

	
.one_click_popup{
	width: 72% !important;
    padding: 55px !important;
	max-width:820px !important;
}	
@media (max-width: 700px){
	.one_click_popup{
		width: 100% !important;
	}
	#one_click_buy_frame .fancybox__slide{
		padding:0px;
	}
}
@media (max-width: 479px){
	.one_click_popup{
		padding: 40px 30px !important;
	}
	.fancybox__content > .carousel__button.is-close{
		top: 1px !important;
	}
}
.fancybox__content.one_click_popup .checkout-aside{
	display:none;
}

@media (min-width: 1280px) and (max-width: 1900px){
 .breadcrumbs{
     padding-top:15px;
 }

} 
.profile-alert {
    position: absolute;
    right: 0px;
    color: rgb(219, 33, 56);
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
}
.form-alert {
    position: absolute;
    left: 0px;
    color: rgb(219,33,56);
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
}

.product-data__box .yookassa_wrap{
    margin-top: 10px;
}
@media (max-width: 767px){
    .product-data__box .yookassa_wrap{
        display: flex;
        order: 3;
        width: 100%;
        margin-top: 25px;
        float: none;
    }
}

.find_out_about_arrival_of_goods__delete .product-data__cart{
    height: 50px;
    width: 160px;
     padding: 0px;
}
.find_out_about_arrival_of_goods__delete .link-bord__link{
    padding: 0px;
    width: 160px;
    min-width:160px;
    margin-right: 20px;
    font: 700 13px/16px var(--font_family);
    height: 50px;
}
@media (max-width: 1280px){
    #find_out_about_arrival_of_goods__delete .carousel__button.is-close,
    #find_out_about_arrival_of_goods .carousel__button.is-close {
      border: none;
      right: 0;
    }
}
@media (max-width: 479px){
    .find_out_about_arrival_of_goods__delete .product-data__cart{
         height: 44px;
        width: 185px;
         padding: 0px;
    }
    .find_out_about_arrival_of_goods__delete .link-bord__link{
            padding: 0px;
        width: 185px;
        min-width:185px;
        margin-right: 0px;
        margin-bottom:20px;
    }
}
 
.sort__apply{
    display:none;
}
 
.product-data__cart {
    margin-right:20px;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; cursor:pointer; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.popular_city{
    
    flex: 1 0 49%;
}
.popular_city a{
    margin: 0 0px 10px;
    color: #111; 
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: inline-block; 
        text-decoration: none;
}
.popular_city a:hover{
    color: #DB2138;
}
 
.header_city_choice_link:visited,
.header_city_choice_link:active,
.header_city_choice_link:hover,
.header_city_choice_link{
    color: #fff;
    text-decoration:none;
    display: flex;
    text-transform: initial;
}

.header_city_choice_confirm_window_wrap{
    position:absolute;
    top:20px;
    z-index: 109;
     
}
.header_city_choice_confirm_window{
    margin-top:10px;
    background: linear-gradient(0deg, #F7F6F6, #F7F6F6), linear-gradient(0deg, #FAFAFA, #FAFAFA);
    color:#111111;
    
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    
    min-width:240px;
    padding:17px 13px;
}

.header_city_choice_confirm_window .modal-cart-links .modal-cart-links__link{
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 28px;
    text-transform: initial;
}
.header_city_choice_confirm_window_text{
    white-space:nowrap;
}
.header_city_choice_confirm_window:after{
    content: '';
    position: absolute;
    top: 3px;
    left: 20px;
    
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 12px 5px;
    border-color: transparent transparent #fafafa transparent;
}
.header_city_choice_confirm_window  .modal-cart-links{
    margin-top:7px;
}

.link-white{
	margin-top: 80px;
}

.link-white_center{
	text-align: center;
}

.link-white__link{
	background: #FFFFFF;

	display: block;
	width: 100%;
	font-weight: 700;
	font-size: 13px;
	line-height: 60px;

	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;

	color: #333333;
	text-decoration: none;
	transition: .2s linear;
}

.link-white__link:hover{
	background: #EEEEEE;
}

.link-white__link:active{
	background: #EEEEEE;
}

#select_city.modal{
    padding:50px;
}
#select_city .form__line{
    margin-bottom: 20px;
}
#select_city .modal-title{
    color: #111;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    line-height: 140%; /* 18.2px */
    letter-spacing: 0.26px;
    text-transform: uppercase;
}

#select_city .autocomplete_city{
    border:1px solid #DDDDDD;
    color: #111;
    
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#select_city .is-close{
    border:none;
}
.title-search-result.title-search-input-mob,
.title-search-result.title-search-input{
    z-index:105 !important;
}
/*
.title-search-result.title-search-input-mob .bx_searche,
.title-search-result.title-search-input .bx_searche{
    box-shadow: 0px 0px 7px 3px rgb(0 0 0 / 7%);
}
*/
header.fixed .note{
    display:none;
}
.top_announcement_slider{
    z-index: 220;
    position: relative;

    border-bottom: 1px solid #E4E5E7;
}
.bottom_announce_padding{
    width:100%;
    height:40px;
}
@media (max-width: 1024px){
    .bottom_announce_padding {
        height:70px;
    }
}
@media (max-width:500px){
    .bottom_announce_padding {
        height:90px;
    }
}
@media (max-width: 1024px){
    .header__cont {
        margin: 12px 0;
    }
}

#cookie_notification{
    display: none;
    z-index: 1000;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 900px;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 25px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}
#cookie_notification.show{
    display: flex !important;
}
#cookie_notification p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: #333333;
}
@media (min-width: 576px){
    #cookie_notification.show{
        display: flex;
    }
    .cookie_accept{
        margin: 0 0 0 25px;
    }
}

@media (max-width: 575px){
    #cookie_notification.show{
        display: block;
        text-align: left;
    }
    .cookie_accept{
        margin: 10px 0 0 0;
    }
}
.hidden_important{
    display:none !important;
}
 
.appbanner{display:flex;justify-content:space-between;margin-top:150px;color:#fff;background-repeat:no-repeat;background-position: left bottom;max-height:450px;overflow:hidden;position:relative; max-width: 100%}
.appbanner_img{position:absolute;top:70px;left:50%;transform:translateX(-50%) rotate(15deg);width:346px}
.appbanner_img img{width:100%;display:block}
.appbanner_content{padding:70px;max-width:545px;z-index:1}
.appbanner_title{font-size:54px;font-style:normal;font-weight:700;line-height:140%;letter-spacing:1px;margin-bottom:10px}
.appbanner_subtitle{font-size:24px;font-style:normal;font-weight:500;line-height:140%}
.appbanner_download{display:flex;width:352px;flex-direction:column;padding:60px 60px 73px;background:rgba(17,17,17,0.20);backdrop-filter:blur(7px);font-size:16px;font-style:normal;font-weight:600;line-height:140%;letter-spacing:1px;text-transform:uppercase;align-items:flex-start;z-index:1}
.appbanner_download p{margin-bottom:10px}
.appbanner_download a{margin-top:20px;cursor: pointer;}
.appbanner_download a img{width:211px;display:block}

@media screen and (max-width:1699px){
    .appbanner_download{padding:50px 50px 73px;width:322px}
    .appbanner_img{width:318px}
}
@media screen and (max-width:1580px){
    .appbanner_img{width:273px}
    .appbanner_content{padding:50px;max-width:440px}
    .appbanner_title{font-size:40px}
    .appbanner_subtitle{font-size:20px}
    .appbanner_download{padding:50px}
    .appbanner_download a img{width:169px}
}
@media screen and (max-width:1279px){
    .appbanner{flex-direction:column;max-height:unset;min-height:429px;margin-top:90px}
    .appbanner_img{position:absolute;top:60px;left:50%;transform:rotate(10deg);width:262px}
    .appbanner_content{padding:70px 60px;max-width:530px;z-index:1}
    .appbanner_download{width:100%;padding:25px 50px;flex-direction:row;align-items:center;}
    .appbanner_download p{margin:0 auto 0 0}
    .appbanner_download a{margin:0 10px}
    .appbanner_download a:last-of-type{margin-right:0}
    .appbanner_download a img{width:185px}
}
@media screen and (max-width:960px){
    .appbanner{min-height:404px;margin-top:60px}
    .appbanner_img{right:50px;left:unset}
    .appbanner_content{padding:50px}
    .appbanner_title{font-size:36px}
    .appbanner_subtitle{font-size:16px}
    .appbanner_download{font-size:14px;padding:27px 40px}
    .appbanner_download a img{width:125px}
}
@media screen and (max-width:767px){
    .appbanner{min-height:calc(100vh - 60px);}
    .appbanner_img{right:unset;top:220px;left:50%;transform:translateX(-50%) rotate(7deg);width:263px}
    .appbanner_content{padding:30px;text-align:center;max-width:unset;}
    .appbanner_title{font-size:32px}
    .appbanner_subtitle{font-size:14px}
    .appbanner_download{flex-wrap:wrap;padding:20px}
    .appbanner_download p{width:100%;margin-bottom:20px;justify-content:space-between}
    .appbanner_download a{margin:0 6px}
    .appbanner_download a:first-of-type{margin-left:0}
    .appbanner_download a img{width:103px}
}
@media screen and (max-width: 374px){
    .appbanner_download a img {width: 85px}
}
@media screen and (max-width:767px) and (orientation:landscape){
    .appbanner{min-height:calc(100vh - 60px);margin:80px -15px 0}
    .appbanner_img{right:unset;top:15px;left:60%;transform:rotate(12deg);width:33%}
    .appbanner_content{padding:20px;text-align:left;max-width:50%}
    .appbanner_title{font-size:16px}
    .appbanner_subtitle{font-size:12px}
}