:root {
    --colorDarkBlue: #101A35;
    --colorOrange: #FF4D1C;
    --colorLightGray: #F3F3F3;
    --colorDarkGray: #C5C8CF;
    --colorGray: #E8E9EC;
    --colorBlack: #19233E;
    --colorBlue: #423DE8;
    --gridWidth: 93.75%;
    --defaultIndent: 60px;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0!important;
}
.CDEK-widget__search-box {
    display: none !important;
}
body, html {
    width: 100%}
body {
    font-family: 'Graphik LCG', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #101a35;
    position: relative;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-display: swap;
    margin: 0;
    counter-reset: step;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
footer, header, main {
    width: 100%;
    min-width: 360px;
    max-width: 100vw;
}
::-moz-selection {
    background: rgba(255, 77, 28, .6);
}
::selection {
    background: rgba(255, 77, 28, .6);
}
::-moz-selection {
    background: rgba(255, 77, 28, .6);
}
input, textarea {
    border-radius: 0!important;
}
input {
    -webkit-box-shadow: inset 0 0 0 100px #fff;
    box-shadow: inset 0 0 0 100px #fff;
}
textarea {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-appearance: none;
    -moz-appearance: none;
}
img, video {
    max-width: 100%}
ol, ul {
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Platform LC Web', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-style: inherit;
    margin: 0;
    padding: 0;
    font-weight: initial;
    text-transform: uppercase;
}
a {
    text-decoration: none;
    outline: 0!important;
    color: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    will-change: opacity;
}
.header__top-item.heder-N800__link.N800__link {
	padding: 0;
	border: none;
	color: var(--colorOrange);
	display: flex;
	align-items: center;
	padding-right: 28px;
	font-size: 12px;
	line-height: 12px;
}
.header__top-item.heder-N800__link.N800__link span {
	font-size: 12px;
	line-height: 12px;
}
.header__top-item.heder-N800__link.N800__link svg {
	width: 9px;
	height: 8px;
	right: 13px;
}
a:hover {
    text-decoration: none;
    opacity: .5;
}
a:active {
    text-decoration: none;
    color: inherit;
}
button {
    outline: 0!important;
    border: none;
    background-color: unset;
    padding: 0;
    margin: 0;
}
.h1, h1 {
    font-size: 78px;
    line-height: 87px;
    text-transform: uppercase;
}
h2 {
    font-size: 60px;
    line-height: 67px;
}
h3 {
    font-size: 34px;
    line-height: 38px;
}
h4 {
    font-size: 30px;
    line-height: 40px;
}
h5 {
    font-family: 'Graphik LCG', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 500;
    font-size: 22px;
}
span.color-orange {
    color: var(--colorOrange);
}
span.color-bllue {
    color: var(--colorBlue);
}
body::-webkit-scrollbar-track {
    background-color: transparent;
}
body::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}
body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--colorDarkBlue);
}
p {
    font-size: 18px;
    line-height: 160%}
p.small {
    font-size: 15px;
    line-height: 160%}
.btn {
    display: inline-block;
    padding: 23px 10px;
    width: 400px;
    height: 60px;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.btn>span {
    position: relative;
    z-index: 1;
}
.btn::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: 0;
    background: #101a35;
    border-radius: 60px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btn:hover {
    opacity: 1;
}
.btn:hover::before {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.btn.active::before {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}
.noscroll {
    overflow: hidden!important;
}
.parent-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 111px;
}
.grid {
    width: var(--gridWidth);
    margin-left: auto;
    margin-right: auto;
}
.header {
    position: fixed;
    width: 100%;
    z-index: 3;
}
.header__section {
    border-bottom: 1px solid var(--colorLightGray);
    position: relative;
}
.header__section_top {
    text-transform: uppercase;
    color: rgba(16, 26, 53, .5);
    font-size: 12px;
    font-weight: 500;
    background-color: #fff;
}
.header__section_top .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__top-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
}
.header__top-item {
    padding: 12px 0;
    display: block;
    margin-right: 42px;
}
.header__top-item:last-child {
    margin-right: 0;
}
.header__info {
    display: flex;
    align-items: center;
}
.header__phone {
    font-weight: 500;
    line-height: 1;
    font-size: 15px;
    padding: 12px 0;
    display: block;
}
.header__section_body {
    background-color: #fff;
}
.header__section_body .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header__logo {
    position: relative;
    max-width: 390px;
    padding: 15.5px 0;
}
.heder__navigation {
    margin-left: 80px;
    margin-right: auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.heder__navigation-item {
    padding-right: 20px;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.heder__navigation-item:first-child {
    padding-left: 0;
    color: #fc5a2d;
}
.heder__navigation-item:last-child {
    padding-right: 0;
}
.heder__navigation-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 0;
}
.heder__navigation-list {
    position: absolute;
    top: 100%;
    border-top: 1px solid var(--colorLightGray);
    width: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 45px 30px rgba(0, 0, 0, .13);
    box-shadow: 0 45px 30px rgba(0, 0, 0, .13);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    will-change: opacity;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-height: 80vh;
    overflow-y: auto;
    transition-delay: .3s;
}
.heder__navigation-list::-webkit-scrollbar {
    display: none;
}
.heder__navigation-item:hover .heder__navigation-list {
    transition-delay: 0s;
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}
.heder__navigation-list .grid {
    display: block;
    padding-top: 30px;
    padding-bottom: 35px;
}
.heder__navigation-list .navigation-list__title {
    text-align: center;
}
.heder__navigation-list .navigation-list__wrapper {
    padding-top: 20px;
    padding-bottom: 35px;
}
.navigation-list__item {
    margin-right: 30px;
    text-align: center;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s cubic-bezier(0, 0, .2, 1);
    -o-transition: .3s cubic-bezier(0, 0, .2, 1);
    transition: .3s cubic-bezier(0, 0, .2, 1);
}
.navigation-list__item:nth-child(1) {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.navigation-list__item:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.navigation-list__item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.navigation-list__item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.navigation-list__item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.heder__navigation-item:hover .navigation-list__item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.navigation-list__item:last-child {
    margin-right: 0;
}
.navigation-list__img {
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.navigation-list__item:hover .navigation-list__img {
    opacity: .5;
}
.navigation-list__text {
    margin-top: 25px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
}
.N800__link {
    display: inline-block;
    position: relative;
    border-radius: 24px;
}
.N800__link.N800__link_color {
	background-color: #fc5a2d;
}
.N800__link::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 444px;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
}
.N800__link.N800__link_color::before {
	content: none;
}
.N800__link span {
    position: relative;
    z-index: 1;
    font-weight: 500;
    text-transform: uppercase;
}
.N800__link svg {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
}
.N800__link.heder-N800__link {
    margin-right: 33px;
    padding: 14px 44px 14px 23px;
}
.N800__link.heder-N800__link {
    border: 1px solid #fc5a2d;
}
.N800__link.heder-N800__link span {
    font-size: 15px;
    line-height: 15px;
    color: #fc5a2d;
}
.N800__link.heder-N800__link svg {
    width: 14px;
    height: 13px;
    right: 25px;
}
.N800__link.heder-N800__link svg path {
    stroke: #fc5a2d;
}
.N800__link.footer-N800__link {
    margin-right: 20px;
    padding: 17px 44px 17px 30px;
}
.N800__link.footer-N800__link::before {
    background: var(--colorBlack);
}
.N800__link.footer-N800__link span {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}
.N800__link.footer-N800__link svg {
    width: 12px;
    height: 11px;
    right: 27px;
}
.N800__link.footer-N800__link svg path {
    stroke: #fff;
}
.header__info .N800__link {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 10px;
}
.header__info .N800__link::before {
    display: none;
}
.heder__tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.heder__tool-item {
    width: 30px;
    height: 30px;
    margin-right: 24px;
    position: relative;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.heder__tool-item:hover {
    opacity: .5;
}
.heder__tool-item:last-child {
    margin-right: 0;
}
.heder__tools_search {
    background-image: url(../img/search-ico.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%}
.heder__tools_cart {
    background-image: url(../img/cart-ico.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%}
.heder__tools_cart>span {
    position: absolute;
    top: -30%;
    right: -30%;
    font-weight: 500;
    font-size: 11px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--colorOrange);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header__section_search {
    border-bottom: none;
    max-width: 100%;
    display: none;
    height: 100%}
.header__section_search .search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 0;
    z-index: 1;
    position: relative;
    background-color: #fff;
    -webkit-animation: sc-show .3s 0s 1;
    animation: sc-show .3s 0s 1;
}
@-webkit-keyframes sc-show {
    from {
    opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@keyframes sc-show {
    from {
    opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}.cover-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(13, 12, 12, .45);
    -webkit-animation: sc-show .3s 0s 1;
    animation: sc-show .3s 0s 1;
}
.header__search-from {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 920px;
    margin: 0 10px;
    max-width: 100%;
    position: relative;
}
.header__search-input {
    font-family: 'Platform LC Web';
    font-size: 30px;
    line-height: 33px;
    color: var(--colorDarkBlue);
    border: none;
    border-bottom: 2px solid var(--colorDarkBlue);
    padding-bottom: 17px;
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.header__search-input::-webkit-input-placeholder {
    color: var(--colorDarkBlue);
}
.header__search-input::-moz-placeholder {
    color: var(--colorDarkBlue);
}
.header__search-input:-ms-input-placeholder {
    color: var(--colorDarkBlue);
}
.header__search-input::-ms-input-placeholder {
    color: var(--colorDarkBlue);
}
.header__search-input::placeholder {
    color: var(--colorDarkBlue);
}
.header__search-button {
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    right: 0;
    background-image: url(../img/search-ico.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.header__search-button:hover {
    opacity: .5;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}
.header.searching {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
}
.header.searching .header__section_search {
    display: block;
}
.header.searching .header__section_search .cover-bg {
    opacity: 1;
    visibility: visible;
    z-index: 0;
    position: absolute;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    pointer-events: initial;
}
.burger {
    display: none;
}
.header-mobile-menu {
    display: none;
}
.breadcrumbs_box {
    position: relative;
    z-index: 0;
}
.breadcrumbs {
    position: relative;
    padding: 35px 0 30px;
    text-align: center;
}
.breadcrumbs__link-next, .breadcrumbs__link-prev {
    padding-left: 15px;
    position: absolute;
    top: 50%;
    left: 3.125%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    font-size: 14px;
    line-height: 15px;
    letter-spacing: -.02em;
    color: rgba(16, 26, 53, .25);
}
.breadcrumbs__link-next {
    padding-left: 0;
    padding-right: 15px;
    left: auto;
    right: 3.125%}
.breadcrumbs__link-next:hover, .breadcrumbs__link-prev:hover {
    opacity: 1;
}
.breadcrumbs__link-next::before, .breadcrumbs__link-prev::before {
    content: "";
    width: 4px;
    height: 8px;
    position: absolute;
    top: 2px;
    left: 0;
    background-image: url(../img/link-arrow-left.svg);
}
.breadcrumbs__link-next::before {
    left: auto;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.breadcrumbs .link {
    display: inline-block;
    margin-right: 28px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: -.02em;
}
.breadcrumbs .link:last-child {
    margin-right: 0;
    pointer-events: none;
    cursor: default;
    opacity: .25;
}
.breadcrumbs .link:not(:first-child)::before {
    content: "/";
    position: absolute;
    top: 0;
    left: -20px;
    opacity: .45;
}
.articles-container h1 {
    padding-bottom: 40px;
    font-size: 60px;
    line-height: 67px;
    text-transform: uppercase;
    color: #101a35;
    text-align: center;
    border-bottom: 1px solid #f3f3f3;
}
.articles-container h2 {
    font-family: 'Graphik LCG', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    padding-bottom: 14px;
    font-weight: 500;
    font-size: 28px;
    line-height: 160%}
.articles-container h3 {
    font-family: 'Graphik LCG', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 160%}
.articles-container h4 {
    font-family: 'Graphik LCG', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    padding: 42px 0 25px;
    font-weight: 500;
    font-size: 22px;
    line-height: 160%}
.articles-container article {
    padding: 78px 0 215px;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
}
.articles-container p {
    padding: 18px 0;
    margin: 0;
}
.articles-container article p a, .articles-container article p strong {
    font-weight: 600;
    color: inherit;
    margin: 0;
}
.articles-container article p a:hover {
    opacity: .45;
    text-decoration: none;
}
.articles-container img {
    display: block;
    margin: 100px auto 29px;
}
.articles-container ul {
    padding: 56px 0 78px;
}
.articles-container ul li {
    padding-left: 45px;
    list-style: none;
    margin-bottom: 30px;
    position: relative;
}
.articles-container ul li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #101a35;
    top: 10px;
    left: 5px;
    border-radius: 50%}
.articles-container a {
    display: inline-block;
    margin-right: 29px;
    font-size: 18px;
    line-height: 160%;
    color: var(--colorOrange);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.articles-container a:hover {
    opacity: 1;
    text-decoration: underline;
}
.support {
    text-align: center;
}
.support p {
    padding: 0;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 160%}
.support a {
    margin: 55px auto 0;
}
.support a:hover {
    text-decoration: none;
}
.support-form {
    padding-top: 50px;
    max-width: 820px;
    width: 100%;
    margin: 0 auto 20vh;
}
.support-form__row {
    position: relative;
    padding-top: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.support-form__row.textarea-container {
    padding-top: 0;
    margin-top: 40px;
}
.support-form__row .inp-item {
    position: relative;
}
.support-form__row label {
    position: absolute;
    bottom: 19px;
    left: 0;
    font-size: 18px;
    line-height: 20px;
    color: #c5c8cf;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.support-form__row .textarea-label {
    bottom: auto;
    left: 33px;
    top: 33px;
}
.support-form__row .inp-item:hover label {
    -webkit-transform: translateY(-130%);
    -ms-transform: translateY(-130%);
    transform: translateY(-130%);
    font-size: 14px;
}
.support-form__row .inp-item:hover input, .support-form__row .inp-item:hover textarea {
    border-color: #101a35;
}
.support-form__row .inp-item input:focus~label, .support-form__row textarea:focus~label {
    -webkit-transform: translateY(-130%);
    -ms-transform: translateY(-130%);
    transform: translateY(-130%);
    font-size: 14px;
}
.support-form__row .inp-item input:not(:placeholder-shown)~label, .support-form__row textarea:not(:placeholder-shown)~label {
    -webkit-transform: translateY(-130%);
    -ms-transform: translateY(-130%);
    transform: translateY(-130%);
    font-size: 14px;
}
.support-form__row input {
    width: 100%;
    padding: 19px 0;
    font-size: 18px;
    line-height: 20px;
    border: 0;
    border-bottom: 2px solid #f3f3f3;
    background: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.support-form__row textarea {
    width: 100%;
    min-height: 172px;
    padding: 33px;
    resize: none;
    border: 2px solid #f3f3f3;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.support-form__row input:focus, .support-form__row textarea:focus {
    border-color: #101a35;
}
.support-form__row select option {
    font-size: 18px;
    line-height: 20px;
    color: #c5c8cf;
}
label.error {
    position: absolute;
    top: 100%;
    display: block;
    color: #ff4569;
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 10px!important;
    line-height: 1;
    -webkit-transform: translate(0)!important;
    -ms-transform: translate(0)!important;
    transform: translate(0)!important;
}
.support-form__row-surname, .support-form__row-textarea {
    width: 100%}
.support-form__row-email {
    width: 60%}
.support-form__row-phone {
    width: 35%}
.support-form__rules {
    margin-top: 10px;
    margin-bottom: 44px;
}
.support-form__rules, .support-form__rules a {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #c5c8cf;
}
.support-form__rules a {
    margin: 0;
    text-transform: none;
    text-decoration: underline;
}
.support-form__rules a:hover {
    opacity: .45;
}
.support-form__rules a::before {
    display: none;
}
.support-form__rules input {
    position: absolute;
    opacity: 0;
}
.support-form__rules-row {
    margin-bottom: 10px;
    position: relative;
    padding-left: 27px;
}
.support-form__rules-check {
    position: absolute;
    top: -1px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #c5c8cf;
}
.support-form__rules-check::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 12px;
    left: 1px;
    top: -2px;
    background-image: url(../img/checkbox-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    visibility: hidden;
    will-change: opacity, visibility;
}
.support-form__rules-input:checked~.support-form__rules-label .support-form__rules-check::before {
    opacity: 1;
    visibility: visible;
}
.support .btn {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.support .btn::before {
    content: "";
    position: absolute;
    background: #101a35;
    border-radius: 60px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.support .btn:hover {
    opacity: 1;
}
.support .btn:hover::before {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.support-form__btn {
    padding: 10px 0;
    width: 100%;
    cursor: pointer;
}
.support-form__btn::before {
    width: 100%}
.support-form__row.select, .support-form__row.select__box {
    display: block;
    cursor: pointer;
}
.support-form__row.select__placeholder {
    position: relative;
    padding: 19px 0;
    font-size: 18px;
    line-height: 20px;
    border: 0;
    border-bottom: 2px solid #f3f3f3;
    background: 0;
    color: #c5c8cf;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.support-form__row.select__placeholder::after {
    content: "";
    width: 14px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/select-arrow-down.svg);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.support-form__row.select.active .support-form__row.select__placeholder::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.support-form__row.select__box {
    padding: 0;
    display: none;
    position: absolute;
    top: 81px;
    left: 0;
    right: 0;
    z-index: 2;
    background: #fff;
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, .03);
    box-shadow: 0 20px 20px rgba(0, 0, 0, .03);
}
.support-form__row.select__placeholder:hover {
    border-color: #101a35;
}
.support-form__row.select.active .support-form__row.select__box {
    display: block;
}
.support-form__row.select__box__options {
    padding: 12px 35px 10px;
    font-size: 18px;
    line-height: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.support-form__row.select__box__options:hover {
    background: #f3f3f3;
    opacity: .5;
}
.support-form__row.select__box__options+.support-form__row.select__box__options {
    border-top: 1px solid rgba(243, 243, 243, .4);
}
.delivery p {
    font-size: 18px;
    line-height: 160%}
.thanks {
    padding: 104px 0 234px;
    text-align: center;
}
.thanks img {
    width: 115px;
    height: 133px;
}
.thanks__title {
    padding: 35px 0 33px;
}
.thanks__subtitle, .thanks__text {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    padding-bottom: 30px;
}
.thanks__text {
    max-width: 525px;
    width: 100%;
    margin: 0 auto;
}
.thanks__text a {
    font-weight: 500;
}
.thanks__btn {
    display: inline-block;
    margin-top: 28px;
}
.salepoints__headline {
    border-top: 1px solid var(--colorLightGray);
    border-bottom: 1px solid var(--colorLightGray);
}
.salepoints__headline-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.salepoints__headline-title {
    font-family: 'Graphik LCG', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 22px;
    line-height: 25px;
}
.salepoints__headline-btn {
    font-family: 'Graphik LCG', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    padding: 32px 52px 32px;
    border-left: 1px solid var(--colorLightGray);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.salepoints__headline-btn .headline__btn-logo {
    padding-right: 20px;
}
.salepoints__headline-btn:hover {
    opacity: .45;
}
.salepoints__headline-btn.active {
    opacity: .45;
    pointer-events: none;
}
.salepoints__headline-btn.not-clicked {
    pointer-events: none;
}
.salepoints__headline-btn:last-child {
    padding-right: 0;
}
.salepoints__map {
    padding: 42px 0 71px;
}
.salepoints__map .map {
    width: 100%;
    height: 490px;
}
.map-baloon {
    padding: 6px 5px 14px 8px;
    position: relative;
    width: 397px;
    height: 141px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.map-baloon__img {
    display: block;
    width: 110px;
}
.map-baloon__img img {
    display: block;
    width: 100%;
    height: auto;
}
.map-baloon__content {
    width: 100%;
    margin-left: 15px;
}
.map-baloon__content-head {
    padding-bottom: 11px;
    font-weight: 500;
    font-size: 19.1765px;
    line-height: 19px;
    letter-spacing: -.02em;
}
.map-baloon__content-subtitle {
    padding-bottom: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -.02em;
}
.map-baloon__content-worktime {
    padding-bottom: 18px;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: -.02em;
    color: #c5c8cf;
}
.map-baloon__content-link {
    display: inline-block;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: -.02em;
}
.map-baloon__content-link+.map-baloon__content-link {
    margin-left: 18px;
}
.salepoints__items {
    padding-bottom: 92px;
}
.salepoint__item {
    padding: 47px 0 56px;
    border-bottom: 1px solid var(--colorLightGray);
}
.salepoint__item .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.salepoint__item-photo {
    width: 35.55%}
.salepoint__item-photo img {
    display: block;
    width: 100%}
.salepoint__item-content {
    width: 58.89%}
.salepoint__item-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.salepoint-info__title {
    padding-bottom: 25px;
    font-size: 34px;
    line-height: 38px;
}
.salepoint-info__subtitle {
    padding-bottom: 14px;
    font-size: 24px;
    line-height: 27px;
}
.salepoint-info__worktime {
    margin: 0;
    padding: 0;
    padding-bottom: 34px;
    font-family: 'Graphik LCG', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -.02em;
    color: #c5c8cf;
}
.salepoint-info__contacts>a {
    padding: 0 27px;
    border-right: 2px solid #f3f3f3;
}
.salepoint-info__contacts>a:first-child {
    padding-left: 0;
}
.salepoint-contacts__social {
    display: inline-flex;
    margin-left: 23px;
}
.salepoint-contacts__social a {
    padding: 0 18px;
    height: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn.salepoint-info__btn {
    margin-top: 53px;
    width: 280px;
    height: 50px;
    padding: 16px 30px;
    text-align: left;
    font-size: 14px;
}
.salepoint-info__btn::after {
    content: "";
    width: 25px;
    height: 19px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/salepoint-btn-logo.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.salepoint__item-logo {
    display: block;
    width: 21%}
.salepoint__item-logo img {
    width: 100%;
    height: auto;
}

/* salepoint accordeon start */

.salepoint__box {
	display: block;
	padding: 0;
	border: none;
	overflow: hidden;
}

.salepoint__item.active{
	position: relative;
	z-index: 1;
	transition: box-shadow .3s ease-out;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
}

.salepoint-slide_down::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMjEzODcgMC45OTE2OTlMOC4xODQ1NyA3Ljk2MjE2TDE1LjE1NSAwLjk5MTY5OSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+Cg==");
	width: 16px;
	height: 24px;
	background-size: contain;
}

.salepoint__item.active .salepoint-slide_down::after {
	transform: translateY(-50%) rotate(180deg);
}

.salepoint__array {
	position: relative;
	z-index: 0;
	display: none;
}

/* salepoint accordeon end */


.notfound {
    text-align: center;
    padding: 150px 0;
}
.running-line__wrapper {
    width: 120%;
    padding: 23px 0;
    background-color: #101a35;
    -webkit-transform: translate(-9%, 50%) rotate(7deg);
    -ms-transform: translate(-9%, 50%) rotate(7deg);
    transform: translate(-9%, 50%) rotate(7deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.running-line__wrapper+.running-line__wrapper {
    -webkit-transform: translate(-9%, -50%) rotate(-7deg);
    -ms-transform: translate(-9%, -50%) rotate(-7deg);
    transform: translate(-9%, -50%) rotate(-7deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.running-line {
    height: 50px;
    background-color: #101a35;
    background-image: url(../img/running-line-bg.png);
    background-repeat: repeat;
    -webkit-animation: running-line-animation 60s linear infinite;
    animation: running-line-animation 60s linear infinite;
}
@-webkit-keyframes running-line-animation {
    from {
    background-position: center 200;
}
to {
    background-position: center 0;
}
}@keyframes running-line-animation {
    from {
    background-position: center 200;
}
to {
    background-position: center 0;
}
}.notfound__title {
    padding-top: 80px;
    margin-bottom: 41px;
    font-size: 60px;
    line-height: 67px;
}
.notfound__text {
    max-width: 572px;
    width: 100%;
    margin: 0 auto 62px;
    font-size: 18px;
    line-height: 160%}
.category__title, .male__title {
    padding-bottom: 40px;
    text-align: center;
}
.male-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid var(--colorLightGray);
}
.male-content__item-wrapper {
    width: 50%;
    padding: 3.125%;
    border-bottom: 1px solid var(--colorLightGray);
}
.male-content__item-wrapper:nth-child(odd) {
    border-right: 1px solid var(--colorLightGray);
}
.male-content__item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 26.22vw;
}
.male-content__item:hover {
    opacity: 1;
}
.male-content__item-photo {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.male-content__item:hover .male-content__item-photo {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.male-content__item-title {
    max-width: 345px;
    width: 100%;
    color: var(--colorDarkBlue)!important;
    filter: none!important;
    -webkit-text-fill-color: var(--colorDarkBlue)!important;
}
.male-content__item-btn, .male-content__item-title {
    position: absolute;
    left: 40px;
    top: 40px;
}
.male-content__item-btn {
    width: 140px;
    height: 40px;
    padding: 14px 10px;
    top: auto;
    bottom: 40px;
    z-index: 2;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
}
.category-headline {
    position: relative;
    border-top: 1px solid var(--colorLightGray);
    border-bottom: 1px solid var(--colorLightGray);
}
.category-headline .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.category-headline__mobile {
    display: none;
}
.category-headline__mobile .category-headline__count {
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 32px;
}
.category-headline__mobile .category-headline__btns {
    position: relative;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.category-headline__mobile .category-headline__btns .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.category-headline__mobile .category-headline__btn {
    display: block;
    padding: 13px 20px;
    width: 50%;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
}
.category-headline__mobile .category-headline__btn:first-child {
    padding-left: 0;
}
.category-headline__mobile .category-headline__btn:last-child {
    padding-right: 0;
}
.category-headline__mobile .category-headline__btn:last-child {
    border-right: 0;
}
.category-headline__mobile .category-headline__btn::after, .category-headline__mobile .category-headline__btn::before {
    width: 12px;
    right: 12px;
}
.category-headline__mobile .category-headline__btn:last-child::after, .category-headline__mobile .category-headline__btn:last-child::before {
    right: 0;
}
.category-headline__mobile .category-headline__btn.active {
    opacity: .45;
}
.category-headline__mobile .category-headline__btn.active::after {
    -webkit-transform: translateY(-50%) rotate(90deg) scale(0);
    -ms-transform: translateY(-50%) rotate(90deg) scale(0);
    transform: translateY(-50%) rotate(90deg) scale(0);
}
.mobile-sort__form {
    padding: 37px 5.33%}
.mobile-sort__form .category-controls__sort {
    display: block;
    width: 100%;
    margin-bottom: 14px;
}
.mobile-sort__form .category-controls__sort+.category-controls__sort {
    margin-left: 0;
}
.mobile-sort__form .category-controls__sort:last-child {
    margin-bottom: 0;
}
.mobile-filters__item {
    padding: 0 5.33%}
.mobile-filters__item+.mobile-filters__item {
    border-top: 1px solid #f3f3f3;
}
.mobile-filters__btn {
    padding: 20px 0;
    width: 100%;
    position: relative;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    cursor: pointer;
}
.mobile-filters__btn::after {
    content: "";
    width: 12px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-image: url(../img/select-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.mobile-filters__btn.active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.mobile-filters__body {
    display: none;
    padding: 25px 4px;
}
.mobile-filters__body .category-control__color-btn {
    min-width: 135px;
}
.mobile-filters__body .category-control__color-label {
    font-size: 11px;
    line-height: 11px;
    padding: 7px 0 7px 40px;
}
.mobile-filters__body .category-control__color-circle {
    width: 20px;
    height: 20px;
    left: 0;
}
.mobile-filters__body .category-control__color-circle::before {
    width: 30px;
    height: 30px;
    top: -7px;
    left: -7px;
}
.mobile-filters__body .category-controls__size-label {
    font-size: 13px;
    line-height: 13px;
    width: 43px;
    height: 43px;
    margin-right: 18px;
}
.mobile-filters__body.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.mobile-filters__body-item {
    width: 32.2%}
.mobile-filters__body-lbl {
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #c5c8cf;
}
.mobile-filters__body-inp {
    -moz-appearance: textfield;
    display: block;
    width: 100%;
    height: 40px;
    padding: 13px 20px;
    margin-top: 11px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #f3f3f3;
    border-radius: 42.4038px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mobile-filters__body-inp::-webkit-inner-spin-button, .mobile-filters__body-inp::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none!important;
}
.mobile-filters__body-inp:focus {
    border: 1px solid var(--colorDarkGray);
}
.mobile-filters__body-btn {
    height: 40px;
}
.category-headline__btn {
    display: inline-block;
    margin: 0;
    padding: 33px 65px 33px 38px;
    position: relative;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    border-right: 1px solid var(--colorLightGray);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.category-headline__btn::before {
    content: "";
    width: 12px;
    height: 2px;
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 36px;
    background-color: #101a35;
}
.category-headline__btn::after {
    content: "";
    width: 12px;
    height: 2px;
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    right: 36px;
    background-color: #101a35;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.category-headline__btn:hover {
    opacity: .45;
}
.category-headline__btn.active {
    opacity: .45;
}
.category-headline__btn.active::after {
    -webkit-transform: translateY(-50%) rotate(90deg) scale(0);
    -ms-transform: translateY(-50%) rotate(90deg) scale(0);
    transform: translateY(-50%) rotate(90deg) scale(0);
}
.category-headline__btn:first-child {
    padding-left: 0;
}
.category-headline__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.category-headline__controls {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 102%;
    z-index: 3;
    background: #fff;
    -webkit-box-shadow: 0 45px 30px rgba(0, 0, 0, .13);
    box-shadow: 0 45px 30px rgba(0, 0, 0, .13);
}
.category-headline__controls .grid {
    padding: 39px 0 46px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
.category-control__color-input, .category-controls__size-input {
    position: absolute;
    display: none;
}
.category-controls__size-label {
    width: 46px;
    height: 46px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    border: 1px solid #f3f3f3;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.category-controls__size-label {
    margin-right: 20px;
}
.category-controls__size-input:checked+.category-controls__size-label {
    border-color: #101a35;
}
.category-controls__sort {
    margin-top: 6px;
    margin-right: 6px;
    padding: 16px 31px;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    border: 1px solid #f3f3f3;
    border-radius: 42.4038px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.category-controls__sort:last-child {
    margin-right: 0;
}
.category-controls__sort.active {
    border-color: #101a35;
}
.category-control__colors {
    width: 65%}
.category-control__color-btn {
    display: inline-block;
    min-width: 190px;
    margin: 0 25px 12px 0;
}
.category-control__color-label {
    display: inline-block;
    width: 100%;
    padding: 10px 0 10px 55px;
    position: relative;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    cursor: pointer;
}
.category-control__color-label:before {
    opacity: 0;
    content: "";
    width: 39px;
    height: 39px;
    position: absolute;
    top: -7px;
    left: -7px;
    border: 1px solid #101a35;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.category-control__color-circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 12px;
    border: 1px solid #f3f3f3;
}
.category-control__color-circle::before {
    opacity: 0;
    content: "";
    width: 38px;
    height: 38px;
    position: absolute;
    z-index: 2;
    top: -8px;
    left: -8px;
    border: 1px solid #101a35;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.category-control__color-input:checked+.category-control__color-label .category-control__color-circle::before {
    opacity: 1;
}
.category-control__prices-label {
    display: inline-block;
    margin-right: 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}
.category-control__prices-input {
    -webkit-appearance: none;
    margin-right: 20px;
    width: 170px;
    height: 46px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    border: 1px solid #f3f3f3;
    border-radius: 42.4038px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.category-control__prices-input {
    -moz-appearance: textfield;
}
.category-control__prices-input::-webkit-inner-spin-button, .category-control__prices-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none!important;
}
.category-control__prices-input:focus {
    border-color: var(--colorDarkGray);
}
.category-control__prices-btn {
    width: 89px;
    height: 46px;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #101a35;
    border-radius: 42.4038px;
}
.category-filters__choosen {
    padding: 31px 0 22px;
    border-bottom: 1px solid #f3f3f3;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    display: none;
}
.category-filters__choosen .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.category-filters__choosen-items {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.category-filters__choosen-title {
    font-weight: 500;
    margin-right: 45px;
}
.category-filters__choosen .choosen-filter {
    display: inline-block;
    padding: 3px 25px 3px 0;
    padding-right: 25px;
    margin-right: 18px;
    position: relative;
    color: rgba(16, 26, 53, .3);
}
.choosen-filter-delete {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
}
.choosen-filter-delete::after, .choosen-filter-delete::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 11px;
    height: 1px;
    background-color: rgba(16, 26, 53, .3);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.choosen-filter-delete::before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.choosen-filter-delete::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.choosen-filter-delete:hover::after, .choosen-filter-delete:hover::before {
    background-color: rgba(16, 26, 53, .6);
}
.choosen-filter:last-child {
    margin-right: 0;
}
.category-filters__choosen-reset {
    cursor: pointer;
    color: rgba(16, 26, 53, .3);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.category-filters__choosen-reset:hover {
    color: rgba(16, 26, 53, .6);
}
.category-products .grid {
    padding: 22px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.2vw 1fr 1.2vw 1fr 1.2vw 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.2vw;
}
.category-product__item {
    padding-bottom: 28px;
    position: relative;
    width: 100%}
.category-product__item-link {
    width: 100%;
    position: relative;
    height: 28.65vw;
}
.category-product__item-images {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: 100%}
.category-product__item-images+.category-product__item-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.category-product__item-link {
    position: relative;
    display: inline-block;
}
.category-product__item-photo {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -o-object-fit: cover;
    object-fit: cover;
}
.category-product__item-photo.hovered {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.category-product__item-link:hover {
    opacity: 1;
}
.category-product__item-link:hover .category-product__item-photo {
    opacity: 0;
}
.category-product__item-link:hover .category-product__item-photo.hovered {
    opacity: 1;
}
.category-product__item-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 19px;
    bottom: 19px;
}
.category-product__item-label div+div {
    margin-top: 10px;
}
.category-product__item-label .hit, .category-product__item-label .sale {
    padding: 7px 12px;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
    background: #fff;
}
.category-product__item-label .sale {
    display: none;
    color: var(--colorOrange);
}
.category-product__item-label .hit {
    display: none;
}
.category-product__item.sale .category-product__item-label .sale {
    display: block;
}
.category-product__item.hit .category-product__item-label .hit {
    display: block;
}
.category-product__item-content {
    padding-top: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.category-product__item-info {
    max-width: 300px;
    width: 100%}
.category-product__item-name {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -.04em;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.category-product__item-price {
    padding-right: 14px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -.04em;
}
.category-product__item-oldprice {
    display: none;
    padding: 0 4px;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -.04em;
    color: #c5c8cf;
}
.category-product__item-oldprice::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #c5c8cf;
}
.category-product__item-count {
    padding-left: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -.04em;
    color: #c5c8cf;
}
.category-product__item-price-wrapper.sale .category-product__item-price {
    color: var(--colorOrange);
}
.category-product__item-price-wrapper.sale .category-product__item-oldprice {
    display: inline-block;
}
.category-product__form-btn {
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 2px;
}
.category-product__form-input {
    position: absolute;
    display: none;
}
.category-product__form-label {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
}
.category-product__form-label::before {
    opacity: 0;
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: -4px;
    left: -4px;
    border: 1px solid #101a35;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.category-product__form-input:checked+.category-product__form-label::before {
    opacity: 1;
}
.category-products__catalog {
    padding: 65px 0;
    border-top: 1px solid #f3f3f3;
}
.category-products__catalog .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.category-products__catalog .male-content__item {
    width: 32.5%}
.product {
    padding: 40px 0 74px;
    border-top: 1px solid rgba(0, 0, 0, .04);
    border-bottom: 1px solid rgba(0, 0, 0, .04);
}
.product .grid {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.product-photos {
    position: relative;
    width: 66.67%}
.product__slider {
    display: none;
    position: relative;
    overflow-x: hidden;
}
.product__slider .product__slider-pagination {
    position: absolute;
    bottom: 27px;
    z-index: 2;
    text-align: center;
}
.product__slider .swiper-pagination-bullet {
    width: 26px;
    height: 3px;
    position: relative;
    background-color: rgba(196, 196, 196, .4);
    border-radius: 0;
}
.product__slider .swiper-pagination-bullet {
    margin-left: 0;
}
.product__slider .swiper-pagination-bullet:not(:last-child) {
    margin-right: 5px;
}
.product__slider .bullet-progress {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    background-color: #fff;
    -webkit-animation: bullet-load2 3s linear 0s infinite;
    animation: bullet-load2 3s linear 0s infinite;
}
@-webkit-keyframes bullet-load2 {
    90% {
    opacity: 1;
}
100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 0;
}
}@keyframes bullet-load2 {
    90% {
    opacity: 1;
}
100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 0;
}
}.product-photos__wrapper {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1% 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 41vw;
    grid-gap: 1%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.product-photos__wrapper>:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.product-photos__wrapper>:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.product-photos__wrapper>:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
.product-photos__wrapper>:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}
.product-photos__wrapper+.product-photos__wrapper {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.product-img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%}
.product-photos__back-btn {
    display: none;
    width: 15px;
    height: 17px;
    position: absolute;
    top: 23px;
    left: 22px;
    z-index: 3;
    cursor: pointer;
}
.product-photos__label {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    z-index: 3;
    top: 22px;
    right: 22px;
}
.product-photos__label div+div {
    margin-top: 10px;
}
.product-photos__label .hit, .product-photos__label .sale {
    padding: 7px 12px;
    display: none;
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
    background: #fff;
}
.product-photos__label .sale {
    color: var(--colorOrange);
    background-color: #fff;
}
.product.hit .product-photos__label .hit {
    display: block;
}
.product.sale .product-photos__label .sale {
    display: block;
}
.product-info {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 0;
    right: 0;
    width: 30.11%}
.product-info__suptitle-art, .product-info__suptitle-share {
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: -.04em;
    color: #c5c8cf;
}
.product-info__suptitle-art {
    margin-right: 30px;
}
.product-info__suptitle-share {
    padding-left: 20px;
    position: relative;
}
.product-info__suptitle-share::before {
    content: "";
    width: 14px;
    height: 15px;
    position: absolute;
    left: 0;
    top: -1px;
    background-image: url(../img/share-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.product-info__title {
    padding: 16px 0;
}
.product-info__price {
    display: inline-block;
    margin-right: 40px;
    text-transform: uppercase;
}
.product-info__price .category-product__item-price {
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: -.04em;
}
.product-info__available-count {
    font-size: 14px;
    line-height: 15px;
    letter-spacing: -.04em;
    color: #c5c8cf;
}
.product-info__btns-mobile {
    display: none;
}
.product-mobile__size-handler {
    display: none;
    width: 51.48%;
    padding: 14px 17px;
    position: relative;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    border: 1px solid #f3f3f3;
    border-radius: 77777px;
    cursor: pointer;
}
.product-mobile__size-handler:after {
    content: "";
    width: 13px;
    height: 6px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 17px;
    background-image: url(../img/select-arrow-down.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.product-mobile__size-handler.active:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.product-mobile__sizes-inner {
    padding: 27px 0 32px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto;
    bottom: 0;
    position: fixed;
    z-index: 10;
    background: #fff;
    -webkit-box-shadow: 0 -45px 30px rgba(0, 0, 0, .13);
    box-shadow: 0 -45px 30px rgba(0, 0, 0, .13);
}
.product-mobile__size-btns {
    width: 61.6%}
.product-mobile__size-btns .product-info__sizes-item {
    display: block;
}
.product-mobile__size-btns .product-info__sizes-item+.product-info__sizes-item {
    margin-left: 0;
    margin-top: 12px;
}
.product-mobile__size-btns .product-info__sizes-label {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 328.102px;
}
.product-info__art-mobile, .product-info__links-mobile {
    display: none;
}
.product-info__form {
    padding: 27px 0;
    border-bottom: 1px solid #f3f3f3;
}
.product-info__form-title {
    margin: 0;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
}
.product-info__colors-item {
    position: relative;
    display: inline-block;
}
.product-info__colors-item+.product-info__colors-item {
    margin-left: 12px;
}
.product-info__colors-item .tooltip {
    padding: 8px 22px;
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    text-align: center;
    background: #101a35;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product-info__colors-item .tooltip::before {
    content: "";
    width: 10px;
    height: 8px;
    position: absolute;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../img/hint-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.product-info__colors-item .tooltip-out {
    opacity: 0;
}
.product-info__colors-item .tooltip-in {
    opacity: 1;
    top: -40px;
}
.product-info__colors-input, .product-info__sizes-input {
    position: absolute;
    display: none;
}
.product-info__colors-label {
    display: block;
    width: 45px;
    height: 60px;
    border: 2px solid transparent;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product-info__colors-input:checked+.product-info__colors-label {
    border-color: #101a35;
}
.product-info__colors-label img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-info__sizes-wrapper {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-info__sizes-item {
    display: inline-block;
}
.product-info__sizes-item+.product-info__sizes-item {
    margin-left: 6px;
}
.product-info__sizes-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 46px;
    height: 46px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    border-radius: 50%;
    border: 2px solid #f3f3f3;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.product-info__sizes-label:active {
    border-color: #101a35;
}
.product-info__sizes-input:checked+.product-info__sizes-label {
    border-color: #101a35;
}
.product-info__sizes-table {
    padding-left: 32px;
    position: relative;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: -.04em;
    color: #c5c8cf;
}
.product-info__sizes-table::before {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 20px;
    background-image: url(../img/sizes-line-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.product-info__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-info__cart-handler {
    display: inline-block;
    padding: 13px 10px;
    border: 1px solid #f3f3f3;
    border-radius: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-info__cart-handler .minus, .product-info__cart-handler .plus {
    display: inline-block;
    padding: 0 10px;
    width: 35px;
    height: 30px;
    position: relative;
    cursor: pointer;
}
.product-info__cart-handler .minus::before, .product-info__cart-handler .plus::after, .product-info__cart-handler .plus::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 12px;
    width: 11px;
    height: 2px;
    background-color: #101a35;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product-info__cart-handler .minus:hover::before, .product-info__cart-handler .plus:hover::before {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.product-info__cart-handler .plus::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.product-info__cart-handler .plus:hover::after {
    -webkit-transform: rotate(90deg) scale(1.3);
    -ms-transform: rotate(90deg) scale(1.3);
    transform: rotate(90deg) scale(1.3);
}
.product-info__cart-input {
    display: block;
    width: 40px;
    height: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    border: 0;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
}
.product-info__cart-input {
    -moz-appearance: textfield;
}
.product-info__cart-input::-webkit-inner-spin-button, .product-info__cart-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none!important;
}
.product-info__cart-btn {
    position: relative;
    padding: 20px 44px;
    width: 70.5%;
    height: 57px;
    text-align: left;
}
.product-info__cart-btn::after {
    content: "";
    position: absolute;
    right: 44px;
    width: 20px;
    height: 20px;
    background-image: url(../img/cart-ico-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.product-info__subtext, .product-info__text {
    margin: 0;
    padding-top: 43px;
}
.product-info__subtext {
    letter-spacing: -.04em;
    opacity: .5;
}
.product-carousel {
    padding: 56px 0 84px;
}
.product-carousel__title {
    text-align: center;
    padding-bottom: 40px;
}
.product-carousel__wrapper .category-product__item {
    width: 24.16%}
.pp__content.product-popup__share {
    margin: 0 auto;
    padding: 37px 0 32px;
    width: 500px;
    text-align: center;
}
.product-popup__share-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 32px;
    margin: 30px 0 23px;
    border-bottom: 1px solid #f3f3f3;
}
.product-popup__share-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 50%;
    background-color: #101a35;
}
.product-popup__share-link img {
    display: block;
}
.product-popup__share-link~.product-popup__share-link {
    margin-left: 14px;
}
.product-popup__share-btn {
    display: inline-block;
    margin: 0 auto;
    padding: 20px 36px;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    color: #101a35;
    border: 2px solid #101a35;
    border-radius: 77777px;
}
.pp__content.product-popup__sizetable {
    padding: 0;
    width: 60%}
.pp__content.product-popup__share .pp__close {
    top: 20px;
    right: 20px;
}
.product-popup__share-label {
    opacity: 0;
    padding: 10px 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    background-color: #101a35;
    border-radius: 4px;
    transition: all .3s;
}
.product-popup__share-label.active {
    opacity: 1;
}
.product-popup__sizetable-title {
    font-weight: 600;
    margin-bottom: 25px;
}
.product-popup__sizetable-text {
    margin-bottom: 40px;
}
.product-popup__sizetable-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.pp__content.product-popup__sizetable .pp__close {
    width: 15px;
    height: 15px;
    top: 20px;
    right: 20px;
}
.photo-carousel .swiper-container {
    height: 100%}
.photo-carousel .pp__bg {
    background: #fff;
}
.photo-carousel .pp__content {
    width: 100%;
    height: 100%;
    padding: 0;
    margin-bottom: 0;
}
.photo-carousel .swiper-slide {
    width: 100%}
.photo-carousel .product-img {
    display: block;
    margin: 0 auto;
    height: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.photo-carousel .swiper-pagination {
    height: 100%;
    top: 45px;
    left: 60px;
    width: 50px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -.04em;
}
.photo-carousel .pp__close {
    top: 45px;
    right: 60px;
    width: 22px;
    height: 22px;
}
.photo-carousel .swiper-button-next {
    right: 60px;
}
.photo-carousel .swiper-button-prev {
    left: 60px;
}
.photo-carousel .swiper-button-next::before, .photo-carousel .swiper-button-prev::before {
    content: "";
    width: 26px;
    height: 47px;
    background-image: url(../img/arrow-left-black.svg);
}
.photo-carousel .swiper-button-next::before {
    background-image: url(../img/arrow-left-black.svg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.photo-carousel .swiper-button-next::after, .photo-carousel .swiper-button-prev::after {
    display: none;
}
.photo-carousel .zoom-btn {
    position: absolute;
    z-index: 2;
    top: 45px;
    right: 100px;
    width: 22px;
    height: 22px;
    background-image: url(../img/zoom-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.photo-carousel .zoom-btn.active {
    background-image: url(../img/unzoom-icon.svg);
}
.photo-carousel .zoom-btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.main-mainpage section {
    margin-bottom: var(--defaultIndent);
    padding-bottom: var(--defaultIndent);
    border-bottom: 1px solid var(--colorLightGray);
}
.main-mainpage section:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.main-mainpage section.borderless {
    padding-bottom: 0;
    border-bottom: none;
}
.general-section {
    position: relative;
}
.general-swiper {
    width: 100%;
    height: calc(100vh - 110px);
    min-height: calc(100vh - 110px);
}
.general-swiper picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.general-swiper picture img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%}
.general-swiper .swiper-slide:hover {
    opacity: 1;
}
.general-swiper .swiper-slide>.slide-text {
    color: var(--colorDarkBlue);
    position: absolute;
    left: 120px;
    bottom: 105px;
    max-width: 50%;
    font-family: 'Platform LC Web', sans-serif;
}
.general-swiper .swiper-slide>.slide-text>span:first-child {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .06em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}
.general-swiper .swiper-slide>.slide-text>span:first-child:only-child {
    margin-bottom: 0;
}
.general-swiper .swiper-slide>.slide-text>span.h1, .general-swiper .swiper-slide>.slide-text>span:last-child {
    display: block;
}
.general-swiper .general-swiper-pagination {
    position: absolute;
    left: 120px;
    bottom: 85px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.general-swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 70px;
    height: 3px;
    position: relative;
    background-color: #fff;
    border-radius: 0;
    position: relative;
}
.general-swiper-pagination .swiper-pagination-bullet {
    margin-left: 0;
}
.general-swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 15px;
}
.general-swiper-pagination .bullet-progress {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    background-color: var(--colorDarkBlue);
    -webkit-animation: bullet-load 3s linear 0s infinite;
    animation: bullet-load 3s linear 0s infinite;
}
@-webkit-keyframes bullet-load {
    90% {
    opacity: 1;
}
100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 0;
}
}@keyframes bullet-load {
    90% {
    opacity: 1;
}
100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 0;
}
}.general-gallery__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}
.general-gallery__tags-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-white {
    color: var(--colorDarkBlue);
    width: auto;
    font-weight: 500;
}
.btn-white:before {
    border: 2px solid var(--colorDarkBlue);
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.general-gallery__tag-item {
    padding: 0 22px;
    height: 40px;
    position: relative;
    margin-right: 30px;
    font-family: 'Graphik LCG', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 18px;
    line-height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer;
}
.general-gallery__tag-item::before {
    border: 2px solid transparent;
}
.general-gallery__tag-item:last-child {
    margin-right: 0;
}
.general-gallery__tag-item.active::before {
    border-color: var(--colorDarkBlue);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.general-gallery__tag-item:not(.active):hover::before {
    border-color: var(--colorDarkBlue);
    opacity: .5;
}
.general-gallery__container {
    position: relative;
}
.general-gallery__slide {
    width: calc((100% - 3.3444816%)/ 4);
    margin-right: 1.1148272%}
.general-gallery__slide:last-child {
    margin-right: 0;
}
.general-gallery__nav .swiper-button-next, .general-gallery__nav .swiper-button-prev {
    top: 44%}
.swiper-button {
    width: 44px;
    height: 44px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}
.swiper-button-prev {
    left: -22px;
}
.swiper-button-next {
    right: -22px;
}
.swiper-button::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    background-color: var(--colorDarkBlue);
    z-index: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    will-change: transform;
}
.swiper-button:hover::before {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.swiper-button::after {
    z-index: 1;
    content: "";
    background-image: url(../img/swiper-prev.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25%;
    width: 100%;
    height: 100%}
.swiper-button-prev::after {
    background-image: url(../img/swiper-prev.svg);
    background-position-x: 49%}
.swiper-button-next::after {
    content: "";
    background-image: url(../img/swiper-next.svg);
    background-position-x: 51%}
.category-section__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(30, 1fr);
    grid-gap: 25px;
    grid-auto-rows: 400px;
}
.category-section__container .category-section__item {
    width: 100%;
    height: auto;
}
.category-section__item:nth-child(8n+1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 10;
    grid-column: 1/11;
}
.category-section__item:nth-child(8n+2) {
    -ms-grid-column: 11;
    -ms-grid-column-span: 10;
    grid-column: 11/21;
}
.category-section__item:nth-child(8n+3) {
    grid-column: 21/-1;
}
.category-section__item:nth-child(8n+4) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
}
.category-section__item:nth-child(8n+5) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/13;
}
.category-section__item:nth-child(8n+6) {
    -ms-grid-column: 13;
    -ms-grid-column-span: 6;
    grid-column: 13/19;
}
.category-section__item:nth-child(8n+7) {
    -ms-grid-column: 19;
    -ms-grid-column-span: 6;
    grid-column: 19/25;
}
.category-section__item:nth-child(8n+8) {
    grid-column: 25/-1;
}
.preview-section__video {
    height: 86vh;
    position: relative;
}
.preview-section__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.photo-section__container {
    position: relative;
}
.photo-section__slide {
    display: block;
    position: relative;
    width: calc((100% - 6.6889632%)/ 7);
    margin-right: 1.1148272%;
    height: 240px;
    overflow: hidden;
}
.photo-section__slide:last-child {
    margin-right: 0;
}
.photo-section__slide:hover {
    opacity: 1;
}
.photo-section__img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.photo-section__icon {
    position: absolute;
    z-index: 1;
    left: 10px;
    bottom: 10px;
    width: 44px;
    height: 44px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.photo-section__overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgb(16 26 53 / .78);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.photo-section__overlay-img {
    margin-bottom: 8%;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
}
.photo-section__overlay-text {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
}
.photo-section__slide:hover .photo-section__icon {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.photo-section__slide:hover .photo-section__overlay {
    opacity: 1;
    visibility: visible;
}
.photo-section__slide:hover .photo-section__overlay-img, .photo-section__slide:hover .photo-section__overlay-text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.section-title {
    margin-bottom: var(--defaultIndent);
    text-align: center;
}
.partners-slider {
    position: relative;
}
.partners-section__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.partners-section__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    opacity: .34;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.partners-section__item:hover {
    opacity: 1;
}
.partners-section__container-wrapper:not(.swiper-container-initialized)~.partners-section__nav {
    display: none;
}
.cookie-box {
    display: none;
    position: fixed;
    width: 370px;
    right: calc((100% - var(--gridWidth))/ 2);
    bottom: calc((100% - var(--gridWidth))/ 2);
    background-color: #fff;
    padding: 20px 25px;
    -webkit-box-shadow: 0 4px 55px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 55px rgba(0, 0, 0, .25);
    z-index: 2;
}
.cookie-box__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 25px;
    top: 23px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}
.cookie-box__close::after, .cookie-box__close::before {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2px;
    background-color: var(--colorDarkBlue);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cookie-box__close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cookie-box__close:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.cookie-box__title {
    font-family: 'Platform LC Web';
    font-size: 24px;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.cookie-box__text {
    font-size: 13px;
    line-height: 130%;
    margin-bottom: 15px;
}
.cookie-box__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cookie-box__btn {
    height: 30px;
    width: auto;
    padding: 0 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 6px;
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    cursor: pointer;
}
.cookie-box__btn:last-child {
    margin-right: 0;
}
.cookie-box__btn.btn-white::before {
    border-color: #f3f3f3;
    border-width: 1px;
}
.partners-section__item {
    text-align: center;
}
.main.main-orderpage {
    margin-top: 0;
}
.order-breadcrumbs {
    padding: 30px 0;
    border-bottom: 1px solid var(--colorLightGray);
    margin-bottom: var(--defaultIndent);
}
.order-breadcrumbs .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.order-breadcrumbs__button {
    width: 30%;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--colorDarkGray);
    text-align: left;
}
.order-breadcrumbs__button:last-child, .order-breadcrumbs__button:last-of-type {
    text-align: right;
}
.order-container .grid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.order-fields {
    width: 875px;
    margin-right: var(--defaultIndent);
}
fieldset {
    border: none;
    margin: 0 0 80px;
    padding: 0;
}
.input-group-title {
    margin-bottom: 50px;
}
.input-group-subtitle {
    margin-top: -30px;
    margin-bottom: 30px;
}
.input-group:not(:last-child) {
    margin-bottom: var(--defaultIndent);
}
.input-box {
    width: 100%}
.order-fields .support-form__row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.support-form__row .input-box {
    width: 47.6%;
    margin-right: 4.8%}
.support-form__row .input-box:last-child {
    margin-right: 0;
}
.support-form__row .input-box_small {
    width: 25%}
.checkbox {
    position: relative;
    border: 2px solid var(--colorLightGray);
    padding: 23px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 94px;
    margin-bottom: 13px;
}
.checkbox.checked {
    border-color: var(--colorDarkBlue);
}
.checkbox input {
    position: absolute;
    z-index: 1;
    opacity: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.checkbox__text {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.checkbox__text:before {
    content: "";
    position: relative;
    left: 0;
    top: 2px;
    min-width: 18px;
    min-height: 18px;
    border: 2px solid var(--colorDarkGray);
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 22px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.checkbox__text:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 22px;
    left: -2px;
    top: -8px;
    background-image: url(../img/checkbox-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    will-change: opacity;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.checkbox input:checked~.checkbox__text:after {
    opacity: 1;
}
.checkbox input:checked~.checkbox__text:before {
    opacity: 1;
    border-color: var(--colorDarkBlue);
}
.checkbox__descr {
    font-size: 18px;
}
.order-info {
    width: 450px;
    border: 2px solid var(--colorLightGray);
    border: 2px solid var(--colorLightGray);
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--defaultIndent) * 3);
    padding: 28px 35px;
    margin-bottom: var(--defaultIndent);
}
.order-info__item {
    border-bottom: 1px solid var(--colorLightGray);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.order-info__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.order-info__item_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.order-info__item_head .pp-cart__item_head-counter {
    display: none;
}
.order-info__edit {
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    color: var(--colorDarkGray);
}
.order-info__title {
    line-height: 1;
}
.order-info__item_promocode {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.order-info__item_promocode input {
    border: 2px solid var(--colorDarkBlue);
    border-radius: 0;
    padding: 0 24px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-transform: inherit;
    vertical-align: middle;
    height: inherit;
    border-right: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
}
.order-info__item_promocode input::-webkit-input-placeholder {
    text-transform: inherit;
    color: var(--colorDarkGray);
}
.order-info__item_promocode input::-moz-placeholder {
    text-transform: inherit;
    color: var(--colorDarkGray);
}
.order-info__item_promocode input:-ms-input-placeholder {
    text-transform: inherit;
    color: var(--colorDarkGray);
}
.order-info__item_promocode input::-ms-input-placeholder {
    text-transform: inherit;
    color: var(--colorDarkGray);
}
.order-info__item_promocode input::placeholder {
    text-transform: inherit;
    color: var(--colorDarkGray);
}
.order-info__item_promocode button {
    color: #fff;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 22px;
    text-transform: inherit;
    height: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    width: auto;
}
.order-info__item_promocode button::before {
    border-bottom: none;
    border-radius: 0;
    margin-left: auto;
    margin-right: 0;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.order-info__item_promocode button:hover::before {
    opacity: .7;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.order-info__list {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -.04em;
    border-bottom: 1px solid var(--colorLightGray);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.order-info__list:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.order-info__list-item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.order-info__list-item:last-child {
    margin-bottom: 0;
}
.order-info__list-item_name {
    -webkit-box-flex: .6;
    -ms-flex: .6;
    flex: .6;
}
.order-info__list-item_count {
    text-align: right;
    -webkit-box-flex: .4;
    -ms-flex: .4;
    flex: .4;
}
.order-info__list-item_count::after {
    content: '\20BD';
    margin-left: 5px;
}
.order-info__total {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
}
.order-adresses {
    margin-bottom: 45px;
    width: 100%;
    height: 357px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.order-adresses__map {
    width: 535px;
    height: 100%}
.order-adresses__salepoints {
    position: relative;
    width: 338px;
    height: 100%;
    overflow-y: auto;
    padding: 0 27px 0 22px;
    border: 2px solid #f3f3f3;
    border-left: 0;
}
.salepoint-item {
    padding: 11px 0;
    min-height: auto;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #f3f3f3;
}
.salepoint-item .checkbox__descr_title {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: -.02em;
}
.salepoint-item .checkbox__descr_text {
    font-size: 12px;
    line-height: 13px;
    letter-spacing: -.02em;
}
.salepoint-item.checkbox input:checked~.checkbox__descr {
    color: var(--colorOrange);
}
.salepoint-item label.error {
    display: none;
}
.order-selected {
    max-width: 535px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.order-selected__title {
    width: 172px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -.02em;
}
.order-selected__info {
    width: 320px;
    padding: 23px 38px;
    border: 2px solid #f3f3f3;
}
.order-selected__info-title {
    margin-bottom: 11px;
    font-weight: 500;
    font-size: 19px;
    line-height: 19px;
    letter-spacing: -.02em;
}
.order-selected__info-address {
    margin-bottom: 7px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -.02em;
}
.order-selected__info-worktime {
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: -.02em;
    color: #c5c8cf;
}
.order-selected__info-link {
    font-size: 10px;
    line-height: 11px;
    letter-spacing: -.02em;
}
.order-selected__info-link+.order-selected__info-link {
    margin-left: 18px;
}
.order-info.fixed {
    display: none;
}
.pp {
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    will-change: opacity, visibility;
}
.pp__bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 12, 12, .45);
    z-index: 0;
    top: 0;
    left: 0;
    cursor: pointer;
}
.pp__content {
    position: absolute;
    z-index: 1;
    width: 900px;
    overflow-y: hidden;
    overflow-x: hidden;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    margin-bottom: 60px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .07);
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .07);
    will-change: transform;
    padding: 65px 90px;
}
.pp::-webkit-scrollbar {
    width: 6px;
}
.pp::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent;
    box-shadow: inset 0 0 6px transparent;
    border-radius: 5px;
    -color: var(--lightgray);
}
.pp::-webkit-scrollbar-thumb {
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 5px;
    background-color: var(--black);
}
.pp__content_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 55px 95px;
}
.pp__close {
    top: 35px;
    right: 40px;
    width: 30px;
    height: 30px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    will-change: transform;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 10;
    will-change: transform;
}
.pp__close:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.close__lane {
    background-color: var(--colorDarkBlue);
    height: 2px;
    width: 100%;
    -webkit-transform: rotate(45deg);
    will-change: transform;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    will-change: transform;
}
.close__lane:nth-child(2) {
    will-change: transform;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -4px;
    margin-top: -2px;
}
.show {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
.show .pp__content {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.pp-cart .pp__content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: 0;
    left: initial;
    top: 0;
    bottom: 0;
    min-height: 100%;
    margin: 0;
    width: 605px;
    padding: 42px 58px 0;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.pp-cart .pp__content::-webkit-scrollbar {
    width: 6px;
}
.pp-cart .pp__content::-webkit-scrollbar-track {
    background-color: transparent;
}
.pp-cart .pp__content::-webkit-scrollbar-thumb {
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 5px;
    background-color: var(--colorDarkBlue);
}
.pp-cart.show .pp__content {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.pp-cart .pp__close {
    position: relative;
    top: initial;
    right: initial;
    left: initial;
    bottom: initial;
    width: 32px;
    height: 32px;
    margin-left: auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.pp-cart .pp__close::before {
    content: "";
    width: 0%;
    height: 0%;
    background-color: var(--colorDarkBlue);
    border-radius: 50%;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.pp-cart .pp__close:hover::before {
    width: 150%;
    height: 150%}
.pp-cart .pp__close:hover .close__lane:first-child {
    -webkit-transform: scale(.7) rotate(45deg);
    -ms-transform: scale(.7) rotate(45deg);
    transform: scale(.7) rotate(45deg);
    background-color: #fff;
}
.pp-cart .pp__close:hover .close__lane:last-child {
    -webkit-transform: scale(.7) rotate(-45deg);
    -ms-transform: scale(.7) rotate(-45deg);
    transform: scale(.7) rotate(-45deg);
    background-color: #fff;
}
.pp-cart__item_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--colorLightGray);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.pp-cart__item_head-counter {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: block;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 10px;
}
.pp-cart__item_body {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 100px;
}
.pp-cart__item_body .single-product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.pp-cart__item_body .category-product__item-price {
    padding-left: 14px;
    padding-right: 0;
}
.cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid var(--colorLightGray);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.cart-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.cart-item__img {
    width: 115px;
    min-height: 145px;
}
.order-info__item .cart-item__img {
    width: 85px;
    min-height: 111px;
}
.cart-item__img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.cart-item__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.cart-item__top {
    margin-bottom: 30px;
}
.cart-item__headline {
    font-family: 'Platform LC Web';
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    max-width: 80%}
.order-info__item .cart-item__headline {
    font-family: 'Graphik LCG', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.cart-item__info {
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--colorDarkGray);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}
.cart-item__info-value:not(:last-child) {
    margin-right: 25px;
}
.cart-item__bottom {
    margin-top: auto;
}
.cart-item__close {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
.cart-item__close::after, .cart-item__close::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--colorDarkGray);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background-color .3s ease-in;
    -o-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
    position: absolute;
}
.cart-item__close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cart-item__close:hover::after, .cart-item__close:hover::before {
    background-color: var(--colorBlue);
}
.cart-item__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart-item__bottom .product-info__cart-handler {
    padding: 7px 10px;
}
.cart-item__bottom .product-info__cart-handler .minus, .cart-item__bottom .product-info__cart-handler .plus {
    padding: 0 10px;
    width: 25px;
    height: 23px;
}
.cart-item__bottom .product-info__cart-handler .minus::before, .cart-item__bottom .product-info__cart-handler .plus::after, .cart-item__bottom .product-info__cart-handler .plus::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 9px;
    width: 8px;
    height: 2px;
    background-color: #101a35;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.cart-item__bottom .product-info__cart-input {
    display: block;
    width: 30px;
    height: 23px;
    font-size: 16px;
    line-height: 1;
}
.cart-info-label {
    font-size: 14px;
    line-height: 130%;
    display: block;
    margin-bottom: 20px;
    color: var(--colorDarkGray);
}
.cart-info-label:last-child {
    margin-bottom: 0;
}
.pp-cart__item_footer {
    position: -webkit-sticky;
    position: sticky;
    margin: 0 -58px;
    bottom: 0;
    padding: 15px 58px 30px;
    border-top: 1px solid var(--colorLightGray);
    border-bottom: none;
    background-color: #fff;
    z-index: 1;
    margin-top: auto;
}
.cart-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid var(--colorLightGray);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.cart-total__name {
    font-family: 'Platform LC Web';
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-box-flex: .6;
    -ms-flex: .6;
    flex: .6;
}
.cart-total__price {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -.04em;
    -webkit-box-flex: .4;
    -ms-flex: .4;
    flex: .4;
    text-align: right;
}
.cart-total__price::after {
    content: '\20BD';
    margin-left: 5px;
}
.cart-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart-buttons__button {
    width: 49%}
.pp-cart__item_empty {
    text-align: center;
    margin: auto auto 30px;
}
.pp-cart__item_empty-img {
    margin-bottom: 50px;
    width: 116px;
    height: 134px;
    -o-object-fit: contain;
    object-fit: contain;
}
.pp-cart__item_empty-title {
    font-family: 'Platform LC Web';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.pp-cart__item_empty-text {
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 55px;
}
.pp-cart__item_empty-button {
    width: 240px;
}
.search-results__title {
    padding-bottom: 50px;
    border-bottom: 2px solid var(--colorLightGray);
    margin-bottom: 50px;
}
.search-results__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    font-family: 'Platform LC Web';
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--colorDarkGray);
}
.search-results__info-item:not(:last-child) {
    margin-right: 25px;
}
.search-results__info-title {
    margin-right: 5px;
}
.search-results__info-value_selected {
    color: var(--colorDarkBlue);
}
.search-results__container {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
}
.search-results__descr, .search-results__img, .search-results__txt {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.search-results__img {
    width: 79px;
    height: 92px;
    margin-bottom: 35px;
}
.search-results__txt {
    margin-bottom: 40px;
}
.footer {
    background-color: #101a35;
    color: #fff;
}
.footer__wrapper {
    max-width: 1800px;
    margin: 0 auto;
}
.footer__row {
    padding: 27px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__row+.footer__row {
    border-top: 1px solid #19233e;
}
.footer__menu-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}
.footer__menu-link+.footer__menu-link {
    margin-left: 40px;
}
.footer__contacts-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
}
.footer__contacts-link+.footer__contacts-link {
    margin-left: 45px;
}
.footer__payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer__payments-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer__payments-link+.footer__payments-link {
    margin-left: 36px;
}
.footer__payments-link img {
    display: block;
    width: 100%;
    height: 23px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right;
}
.footer__requisites-link {
    padding: 5px 42px 5px 0;
    margin-left: 67px;
    position: relative;
}
.footer__requisites-link::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 27px;
    height: 27px;
    background: #19233e;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__social-icon {
    width: 50px;
    height: 50px;
    padding: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: #19233e;
}
.footer__social-icon img {
    opacity: 1;
}
.footer__social-icon+.footer__social-icon {
    margin-left: 18px;
}
.footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__info-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__info-name {
    display: inline-block;
    margin-right: 47px;
}
.footer__info-link, .footer__info-name {
    font-size: 13px;
    line-height: 14px;
    letter-spacing: -.04em;
    opacity: .4;
}
.footer__info-link {
    text-decoration: underline;
}
.footer__info-link+.footer__info-link {
    margin-left: 33px;
}
.footer__logo {
    width: 133px;
    height: 27px;
}
.delivery-group {
    transition: opacity .3s ease-in;
}
.blocked {
    pointer-events: none;
    opacity: .3;
}
.delivery-group.active {
    pointer-events: initial;
    opacity: 1;
}
.not-found-product__txt {
    font-size: 18px;
    line-height: 1.3;
}
.not-found-product {
    text-align: center;
    width: 100%;
    padding: 92px 0;
    grid-column-start: 1;
    grid-column-end: 5;
}
.not-found-product__ico {
    width: 78px;
    margin: 0 auto;
    margin-bottom: 24px;
}
.navigation-list__item {
    margin-right: 0;
}
.heder__navigation-list .navigation-list__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 28px;
    width: 72%;
    margin: 0 auto;
}
.js-box-hide {
    display: none!important;
}
.product-info__sizes-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}
.product-info__sizes-item+.product-info__sizes-item {
    margin-left: 0;
}
.product-info__sizes-item .product-info__sizes-label {
    width: 100%}
.suggestions-promo {
    display: none!important;
}
.suggestions-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
    left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0 6px 10px 1px rgba(39, 39, 39, .1);
    -moz-box-shadow: 0 6px 10px 1px rgba(39, 39, 39, .1);
    box-shadow: 0 6px 10px 1px rgba(39, 39, 39, .1);
}
.suggestions-hint {
    padding: 11px 20px;
}
.suggestions-suggestion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase;
    padding: 11px 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    font-weight: initial;
    text-transform: unset;
    cursor: pointer;
}
suggestions-suggestion:nth-last-child(1), suggestions-suggestion:nth-last-child(2) {
    padding-bottom: 22px;
}
.input-box .suggestions-suggestions strong {
    color: var(--colorBlue);
}

section.category-text.articles-container h2 {
    padding-bottom: 0px;
    margin-top: 30px;
}

section.category-text.articles-container ul {
    padding: 0;
    font-size: 18px;
    line-height: 1.6;
}

section.category-text.articles-container ul li {
    margin-bottom: 15px;
}

.cleep {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 10;
	overflow: hidden;
}
.cleep .swiper-wrapper {
	transition-timing-function: linear !important;
}
.cleep .swiper-slide {
	width: auto;
	padding: 8px 0;
	display: flex; 
	align-items: center;gap: 10px;
}
.cleep .swiper-slide::after {
	content:'';
	display: inline-block;
	width: 6px;height: 6px;
	border-radius: 50%;
	background: #101a35;

}
@media(max-width:1799px) {
    :root {
    --gridWidth: 94.84%;
    --defaultIndent: 40px;
}
.h1, h1 {
    font-size: 58px;
    line-height: 65px;
}
h2 {
    font-size: 50px;
    line-height: 56px;
}
h3 {
    font-size: 30px;
    line-height: 33px;
}
h4 {
    font-size: 24px;
    line-height: 30px;
}
h5 {
    font-family: 'Graphik LCG', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%}
p {
    font-size: 16px;
    line-height: 140%}
.header__section_top {
    font-size: 11px;
}
.header__top-item {
    padding: 8px 0;
    margin-right: 30px;
}
.header__phone {
    font-size: 11px;
    padding: 8px 0;
}
.header__logo {
    max-width: 293px;
    padding: 11px 0;
}
.heder__navigation {
    margin-left: 40px;
    font-size: 11px;
}
.heder__navigation-item {
    padding-right: 13px;
    padding-left: 13px;
}
.heder__navigation-link {
    padding: 20.5px 0;
}
.heder__tool-item {
    width: 22px;
    height: 22px;
    margin-right: 18px;
}
.heder__tools_cart>span {
    width: 18px;
    height: 18px;
    top: -35%;
    right: -35%;
    font-size: 9px;
}
.header__search-input {
    font-size: 30px;
    line-height: 1;
    padding-bottom: 17px;
}
.N800__link.heder-N800__link {
    padding: 6px 28px 6px 14px;
}
.header__top-item.heder-N800__link.N800__link {
	padding: 0;
	border: none;
	color: var(--colorOrange);
	display: flex;
	align-items: center;
	padding-right: 28px;
	font-size: 11px;
	line-height: 11px;
}
.header__top-item.heder-N800__link.N800__link span {
	font-size: 11px;
	line-height: 11px;
}
.N800__link.heder-N800__link svg {
    width: 9px;
    height: 8px;
    right: 13px;
}
.N800__link.heder-N800__link span {
    font-size: 13px;
    line-height: 13px;
}
.btn {
    width: 340px;
    height: 52px;
    padding: 18px 10px;
}
.breadcrumbs {
    padding: 32px 0 24px;
}
.articles-container h1 {
    font-size: 50px;
    line-height: 56px;
    padding-bottom: 46px;
}
.articles-container h4 {
    padding: 40px 0 25px;
    font-size: 20px;
}
.articles-container p {
    padding: 13px 0;
    font-size: 16px;
    line-height: 140%}
.articles-container article p a, .articles-container article p strong {
    font-size: 16px;
}
.articles-container article {
    padding: 60px 0 247px;
}
.thanks {
    padding: 78px 0 172px;
}
.thanks img {
    width: 97px;
    height: 113px;
}
.thanks__title {
    padding: 46px 0 23px;
}
.thanks__subtitle, .thanks__text {
    font-size: 16px;
}
.thanks__btn {
    margin-top: 8px;
}
.category__title, .male__title {
    padding-bottom: 46px;
}
.male-content__item-title {
    max-width: 320px;
    top: 35px;
}
.male-content__item-btn {
    width: 130px;
    height: 38px;
    padding: 13px 10px;
    bottom: 35px;
}
.salepoints__headline-title {
    font-size: 16px;
    line-height: 18px;
}
.salepoints__headline-btn {
    padding: 26px 24px 26px;
    font-size: 12px;
    line-height: 12px;
}
.salepoints__items {
    padding-bottom: 73px;
}
.salepoint__item {
    padding: 26px 0 42px;
}
.salepoint-info__title {
    padding-bottom: 19px;
    font-size: 30px;
    line-height: 33px;
}
.salepoint-info__subtitle {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
}
.salepoint-info__worktime {
    padding-bottom: 27px;
    font-size: 15px;
    line-height: 17px;
}
.salepoint-info__contacts>a {
    font-size: 12px;
    line-height: 13px;
    padding: 0 18px;
}
.salepoint-contacts__social a {
    padding: 0 9px;
}
.btn.salepoint-info__btn {
    margin-top: 35px;
    width: 210px;
    height: 38px;
    padding: 15px 30px;
    font-size: 9px;
    line-height: 10px;
}
.salepoint-info__btn::after {
    width: 15px;
    height: 11px;
}
.category-products .grid {
    padding: 40px 0 68px;
}
.category-headline__btn {
    font-size: 12px;
    line-height: 12px;
    padding: 18px 60px 18px 27px;
}
.category-headline__count {
    font-size: 13px;
    line-height: 14px;
}
.category-product__item-content {
    padding-top: 15px;
    display: block;
}
.category-product__item-name {
    font-size: 14px;
    line-height: 15px;
    padding-bottom: 5px;
}
.category-product__item-price {
    font-size: 14px;
    line-height: 15px;
}
.category-product__item-oldprice {
    font-size: 12px;
    line-height: 12px;
}
.category-product__form {
    padding-top: 10px;
}
.category-product__form-label {
    width: 10px;
    height: 10px;
}
.category-product__form-label::before {
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    transform: translate(-25%, -25%);
}
.product {
    padding-bottom: 65px;
}
.product-photos__wrapper {
    grid-auto-rows: 42vw;
}
.product-photos__label {
    top: 16px;
    right: 18px;
}
.product-photos__label .hit, .product-photos__label .sale {
    font-size: 12px;
    line-height: 13px;
    padding: 7px 10px;
}
.product-info__available-count, .product-info__sizes-table, .product-info__suptitle-art, .product-info__suptitle-share {
    font-size: 13px;
    line-height: 14px;
}
.product-info__suptitle-share {
    padding-left: 15px;
}
.product-info__suptitle-share::before {
    width: 12px;
    height: 12px;
}
.product-info__sizes-table {
    padding-left: 21px;
}
.product-info__sizes-table::before {
    width: 16px;
    height: 14px;
}
.product-info__title {
    padding: 27px 0 14px;
}
.product-info__form {
    padding: 21px 0;
}
.product-info__form-title {
    font-size: 12px;
    line-height: 12px;
}
.product-info__colors-label {
    width: 34px;
    height: 45px;
}
.product-info__colors-item .tooltip {
    padding: 5px 11px;
    font-size: 12px;
    line-height: 13px;
}
.product-info__sizes-label {
    width: 34px;
    height: 34px;
    font-size: 12px;
    line-height: 12px;
}
.product-info__cart-handler {
    padding: 9px 0;
}
.product-info__cart-input {
    width: 27px;
    height: 22px;
}
.product-info__cart-handler .minus, .product-info__cart-handler .plus {
    padding: 0 7px;
    width: 34px;
}
.product-info__cart-handler .minus::before, .product-info__cart-handler .plus::after, .product-info__cart-handler .plus::before {
    width: 7px;
}
.product-info__cart-btn {
    padding: 18px 35px;
    width: 70.5%}
.product-info__cart-btn::after {
    right: 35px;
    width: 19px;
    height: 17px;
}
.product-info__subtext, .product-info__text {
    padding-top: 22px;
}
.footer__menu-link {
    font-size: 13px;
    line-height: 13px;
}
.footer__contacts-link {
    font-size: 15px;
    line-height: 15px;
}
.footer__requisites-link {
    font-size: 12px;
    line-height: 13px;
}
.N800__link.footer-N800__link {
    padding-top: 14px;
    padding-bottom: 14px;
}
.footer__social-icon {
    width: 44px;
    height: 44px;
}
.main {
    margin-top: 82px;
}
.general-swiper {
    height: calc(100vh - 82px);
    min-height: calc(100vh - 82px);
}
.general-swiper .swiper-slide>.slide-text {
    left: 90px;
    bottom: 115px;
}
.general-swiper .swiper-slide>.slide-text>span:first-child {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1;
}
.general-swiper .general-swiper-pagination {
    left: 90px;
    bottom: 60px;
}
.general-swiper-pagination .swiper-pagination-bullet {
    width: 50px;
}
.general-swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 14px;
}
.general-gallery__tags {
    margin-bottom: 35px;
}
.btn.general-gallery__tag-item {
    padding: 0 20px;
    height: 36px;
    margin-right: 24px;
    font-size: 16px;
    line-height: 1;
    width: auto;
}
.general-gallery__slide {
    width: calc((100% - 2.91838235%)/ 4);
    margin-right: .972794118%}
.swiper-button {
    width: 40px;
    height: 40px;
}
.swiper-button-prev {
    left: -20px;
}
.swiper-button-next {
    right: -20px;
}
.swiper-button-next::after {
    background-position-x: 55%}
.swiper-button-prev::after {
    background-position-x: 45%}
.general-gallery__slide .category-product__item {
    padding-bottom: 0;
}
.category-section__container {
    grid-column-gap: 20px;
    grid-row-gap: 25px;
    grid-auto-rows: 300px;
}
.category-section__item .male-content__item-title {
    top: 30px;
    left: 30px;
}
.category-section__item .male-content__item-btn {
    bottom: 35px;
    left: 30px;
}
.preview-section__video {
    height: 600px;
}
.photo-section__slide {
    width: calc((100% - 6.61764708%)/ 7);
    margin-right: 1.10294118%;
    height: 12.599vw;
}
.photo-section__overlay {
    font-size: 12px;
}
.photo-section__icon {
    width: 34px;
    height: 34px;
    left: 6px;
    bottom: 6px;
}
.photo-section__overlay-img {
    width: 32px;
    height: 32px;
}
.order-fields {
    width: 775px;
}
.order-info {
    width: 400px;
}
.order-breadcrumbs__button {
    font-size: 16px;
}
.order-adresses__map {
    width: 60%}
.order-adresses__salepoints {
    width: 40%}
.pp-cart .pp__content {
    padding: 34px 58px 0;
    width: 460px;
}
.pp-cart__item_head h3 {
    font-size: 26px;
    line-height: 1;
}
.pp-cart .pp__close {
    width: 26px;
    height: 26px;
}
.pp-cart__item_head-counter {
    font-size: 12px;
    margin-top: 5px;
}
.pp-cart__item_head {
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.cart-item {
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.cart-item__close {
    width: 15px;
    height: 15px;
}
.cart-item__headline {
    font-size: 13px;
    line-height: 1;
}
.cart-item__info {
    font-size: 11px;
    margin-top: 10px;
}
.cart-item__top {
    margin-bottom: 20px;
}
.cart-item__img {
    width: 75px;
    min-height: 95px;
}
.cart-item__bottom .product-info__cart-handler {
    padding: 6px 2px;
}
.cart-item__bottom .product-info__cart-handler .minus, .cart-item__bottom .product-info__cart-handler .plus {
    height: 16px;
    width: 24px;
    padding: 0 0;
}
.cart-item__bottom .product-info__cart-input {
    font-size: 11px;
    width: 20px;
    height: 16px;
}
.cart-item__bottom .product-info__cart-handler .minus::before, .cart-item__bottom .product-info__cart-handler .plus::after, .cart-item__bottom .product-info__cart-handler .plus::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.cart-info-label {
    font-size: 12px;
}
.pp-cart__item_body {
    margin-bottom: 50px;
}
.pp-cart__item_footer {
    padding: 17px 58px 20px;
}
.cart-total__name {
    font-size: 16px;
}
.cart-total__price {
    font-size: 16px;
}
.cart-total {
    padding-bottom: 14px;
    margin-bottom: 15px;
}
.cart-buttons__button {
    width: 48.55%;
    height: 36px;
    font-size: 10px;
    padding: 0 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pp-cart__item_empty-img {
    width: 100px;
    height: 115px;
    margin-bottom: 30px;
}
.pp-cart__item_empty-title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 30px;
}
.pp-cart__item_empty-text {
    font-size: 14px;
    line-height: 140%}
.checkbox {
    padding: 13px 30px;
    min-height: 80px;
}
.checkbox__descr {
    font-size: 16px;
}
.search-results__info {
    font-size: 22px;
}
.search-results__title {
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.search-results__container {
    margin-bottom: 35px;
    font-size: 16px;
}
.search-results__txt {
    margin-bottom: 30px;
}
}
@media(max-width:1430px) {
    :root {
    --gridWidth: 94.192%}
.h1, h1 {
    font-size: 50px;
    line-height: 56px;
}
h2 {
    font-size: 44px;
    line-height: 49px;
}
h3 {
    font-size: 26px;
    line-height: 29px;
}
h4 {
    font-size: 24px;
    line-height: 27px;
}
h5 {
    font-size: 18px;
}
p {
    font-size: 14px;
    line-height: 150%}
.header__section_top {
    font-size: 9px;
}
.header__top-item {
    padding: 7.5px 0;
    margin-right: 26px;
}
.header__phone {
    font-size: 9px;
    padding: 7.5px 0;
}
.header__logo {
    max-width: 260px;
    padding: 10px 0;
}
.heder__navigation {
    font-size: 10px;
    margin-left: 30px;
}
.heder__navigation-link {
    padding: 18px 0;
}
.heder__navigation-item {
    padding-right: 9px;
    padding-left: 9px;
}
.heder__tool-item {
    width: 20px;
    height: 20px;
    margin-right: 16px;
}
.heder__tools_cart>span {
    width: 16px;
    height: 16px;
    top: -30%;
    right: -30%;
    font-size: 7px;
}
.header__search-input {
    font-size: 23px;
    padding-bottom: 10px;
}
.header__search-button {
    width: 28px;
    height: 28px;
}
.btn {
    width: 300px;
    height: 52px;
    font-size: 12px;
    line-height: 13px;
}
p.small {
    font-size: 13px;
}
.breadcrumbs {
    padding: 26px 0 34px;
}
.articles-container h1 {
    font-size: 44px;
    line-height: 49px;
    padding-bottom: 40px;
}
.articles-container h4 {
    padding: 30px 0 12px;
    font-size: 18px;
}
.articles-container p {
    padding: 13px 0;
    font-size: 14px;
    line-height: 150%}
.articles-container article p a, .articles-container article p strong {
    font-size: 14px;
}
.articles-container article {
    padding: 42px 0 150px;
}
.thanks {
    padding: 58px 0 81px;
}
.thanks__title {
    font-size: 24px;
    line-height: 27px;
}
.thanks img {
    width: 72px;
    height: 84px;
}
.thanks__title {
    padding: 26px 0 27px;
}
.thanks__subtitle, .thanks__text {
    font-size: 14px;
}
.thanks__btn {
    margin-top: 0;
}
.category__title, .male__title {
    padding-bottom: 41px;
}
.male-content__item-title {
    max-width: 251px;
    top: 30px;
    left: 38px;
    font-size: 24px;
    line-height: 26px;
}
.male-content__item-btn {
    width: 130px;
    height: 34px;
    padding: 12px 10px;
    left: 38px;
    bottom: 40px;
}
.salepoints__headline-title {
    font-size: 16px;
    line-height: 18px;
}
.salepoints__items {
    padding-bottom: 71px;
}
.salepoint__item {
    padding: 34px 0 47px;
}
.salepoint__item-photo {
    width: 38%}
.salepoint__item-content {
    width: 59.4%}
.salepoint-info__title {
    padding-bottom: 27px;
    font-size: 24px;
    line-height: 27px;
}
.salepoint-info__subtitle {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
}
.salepoint-info__worktime {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 15px;
}
.salepoint-contacts__social {
    margin-left: 11px;
}
.salepoint-info__contacts>a {
    font-size: 14px;
    line-height: 15px;
    padding: 0 18px;
}
.salepoint-contacts__social a {
    padding: 0 9px;
}
.btn.salepoint-info__btn {
    margin-top: 30px;
    width: 230px;
    height: 36px;
    padding: 12px 30px;
    font-size: 10px;
    line-height: 11px;
}
.salepoint-info__btn::after {
    width: 15px;
    height: 11px;
}
.category-products .grid {
    padding: 34px 0 63px;
}
.category-product__item-name {
    font-size: 13px;
    line-height: 14px;
    padding-bottom: 5px;
}
.category-product__item-price {
    font-size: 13px;
    line-height: 14px;
}
.category-product__item-oldprice {
    font-size: 11px;
    line-height: 11px;
}
.category-product__form {
    padding-top: 15px;
}
.category-product__form-label {
    width: 10px;
    height: 10px;
}
.product {
    padding: 32px 0 75px;
}
.product-photos {
    width: 65.7%}
.product-info__available-count, .product-info__sizes-table, .product-info__suptitle-art, .product-info__suptitle-share {
    font-size: 13px;
    line-height: 14px;
}
.product-info__suptitle-share {
    padding-left: 15px;
}
.product-info__suptitle-share::before {
    width: 12px;
    height: 12px;
}
.product-info__sizes-table {
    padding-left: 21px;
}
.product-info__sizes-table::before {
    width: 16px;
    height: 14px;
}
.product-info__title {
    padding: 27px 0 12px;
}
.product-info__price {
    margin-right: 10px;
}
.product-info__price .category-product__item-price {
    font-size: 17px;
    line-height: 16px;
}
.product-info__form {
    padding: 19px 0;
}
.product-info__form-title {
    font-size: 11px;
    line-height: 11px;
}
.product-info__colors-label {
    width: 30px;
    height: 40px;
}
.product-info__colors-item .tooltip {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 12px;
    top: -25px;
}
.product-info__colors-item .tooltip-in {
    top: -30px;
}
.product-info__sizes-label {
    width: 32px;
    height: 32px;
    font-size: 11px;
    line-height: 11px;
}
.product-info__cart-handler {
    padding: 5px 0;
}
.product-info__cart-input {
    width: 27px;
    height: 22px;
}
.product-info__cart-handler .minus, .product-info__cart-handler .plus {
    padding: 0 7px;
    width: 34px;
}
.product-info__cart-handler .minus::before, .product-info__cart-handler .plus::after, .product-info__cart-handler .plus::before {
    width: 7px;
}
.product-info__cart-btn {
    padding: 14px 30px;
    width: 68%;
    height: auto;
    font-size: 11px;
    line-height: 12px;
}
.product-info__cart-btn::after {
    right: 30px;
    width: 12px;
    height: 13px;
}
.product-info__subtext, .product-info__text {
    padding-top: 22px;
}
.footer__menu-link {
    font-size: 13px;
    line-height: 13px;
}
.footer__contacts-link {
    font-size: 15px;
    line-height: 15px;
}
.footer__requisites-link {
    font-size: 12px;
    line-height: 13px;
    margin-left: 53px;
}
.footer__payments-link+.footer__payments-link {
    margin-left: 29px;
}
.footer__payments-link img {
    height: 20px;
}
.footer__social-icon {
    width: 40px;
    height: 40px;
    padding: 11px;
}
.main {
    margin-top: 73px;
}
.general-swiper {
    height: calc(100vh - 73px);
    min-height: calc(100vh - 73px);
}
.general-swiper .swiper-slide>.slide-text {
    left: 80px;
}
.general-swiper .general-swiper-pagination {
    left: 80px;
    bottom: 70px;
}
.general-swiper .swiper-slide>.slide-text>span:first-child {
    font-size: 14px;
    margin-bottom: 10px;
}
.general-gallery__tags {
    margin-bottom: 20px;
}
.general-gallery__tag-item.active::before {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}
.general-gallery__tag-item::before {
    border-width: 1.4px;
}
.swiper-button {
    width: 36px;
    height: 36px;
}
.swiper-button-prev {
    left: -18px;
}
.swiper-button-next {
    right: -18px;
}
.category-section__container {
    grid-column-gap: 17px;
    grid-row-gap: 20px;
    grid-auto-rows: 265px;
}
.category-section__item .male-content__item-title {
    top: 32px;
    left: 32px;
}
.category-section__item .male-content__item-btn {
    bottom: 27px;
    left: 32px;
    height: 38px;
}
.preview-section__video {
    height: 530px;
}
.photo-section__slide {
    height: 12.563vw;
}
.photo-section__nav .swiper-button {
    top: 56%}
.photo-section__icon {
    width: 30px;
    height: 30px;
}
.photo-section__overlay-img {
    width: 28px;
    height: 28px;
    margin-bottom: 10%}
.partners-section__item {
    height: 4.7vw;
}
.partners-section__item>img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%}
.order-fields {
    width: 755px;
    margin-right: auto;
}
.order-info {
    width: 390px;
}
.order-breadcrumbs__button {
    font-size: 14px;
}
.pp-cart .pp__content {
    width: 410px;
    padding: 26px 38px 0;
}
.pp-cart__item_head h3 {
    font-size: 22px;
}
.pp-cart .pp__close {
    width: 22px;
    height: 22px;
}
.pp-cart__item_head-counter {
    font-size: 10px;
}
.pp-cart__item_head {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.cart-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.cart-item__img {
    width: 74px;
    min-height: 94px;
}
.cart-item__content {
    margin-left: 24px;
}
.cart-item__headline {
    font-size: 12px;
}
.cart-item__info {
    font-size: 10px;
}
.pp-cart__item_body .category-product__item-price {
    font-size: 14px;
    padding-left: 10px;
}
.pp-cart__item_body .category-product__item-oldprice {
    font-size: 12px;
    line-height: 1;
}
.cart-item__bottom .product-info__cart-handler .minus::before, .cart-item__bottom .product-info__cart-handler .plus::after, .cart-item__bottom .product-info__cart-handler .plus::before {
    height: 1px;
}
.cart-info-label {
    font-size: 10px;
}
.pp-cart__item_empty-img {
    width: 80px;
    height: 92px;
    margin-bottom: 20px;
}
.pp-cart__item_empty-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
}
.pp-cart__item_empty-text {
    font-size: 12px;
    margin-bottom: 40px;
}
.pp-cart__item_empty-button {
    width: 240px;
}
.pp-cart__item_footer {
    padding: 17px 38px 20px;
    margin: 0 -38px;
}
.search-results__info {
    font-size: 20px;
}
.search-results__container {
    font-size: 14px;
}
.search-results__txt {
    margin-bottom: 20px;
}
}
@media(max-width:1279px) {
    :root {
    --gridWidth: 94.795%;
    --defaultIndent: 30px;
}
h2 {
    font-size: 38px;
    line-height: 42px;
}
h3 {
    font-size: 24px;
    line-height: 27px;
}
h4 {
    font-size: 22px;
    line-height: 27px;
}
h5 {
    font-size: 18px;
}
.header {
    top: 0;
    right: 0;
    left: 0;
}
.header__section_body {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__logo {
    padding: 0 0;
    margin: 0 auto;
}
.burger {
    width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}
.burger__line {
    width: 100%;
    height: 2px;
    background-color: var(--colorDarkBlue);
    margin-bottom: 4px;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}
.burger__line:last-child {
    margin-bottom: 0;
}
.burger.active .burger__line {
    position: absolute;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    margin-bottom: 0;
}
.burger.active .burger__line:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
}
.burger.active .burger__line:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
}
.heder__tools_search {
    display: none;
}
.heder__tools {
    margin-right: 0;
}
.heder__tools .heder-N800__link {
    display: none;
}
.heder__tool-item {
    width: 24px;
    height: 24px;
}
.header__section.header__section_top, .header__section_body .heder__navigation, .header__section_search {
    display: none;
}
.header-mobile-menu {
    display: block;
    position: fixed;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 60px;
    width: 100%;
    background-color: #fff;
    overflow-y: auto;
    pointer-events: none;
    max-height: calc(100% - 60px);
    z-index: 6;
    scroll-behavior: smooth;
}
.header-mobile-menu::-webkit-scrollbar-track {
    background-color: transparent;
}
.header-mobile-menu::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}
.header-mobile-menu::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--colorDarkBlue);
}
.header-mobile-menu .heder-N800__link {
    margin-top: 27px;
    padding: 14px 44px 14px 23px;
}
.header-mobile-menu .heder-N800__link svg {
    width: 14px;
    height: 13px;
    right: 25px;
}
.header-mobile-menu .heder-N800__link span {
    font-size: 15px;
    line-height: 15px;
}
.header__search-from, .heder__navigation {
    width: 100%;
    margin: 0;
}
.header-mobile-menu.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    pointer-events: initial;
}
.header__search-input {
    padding: 15.5px 0;
    border-bottom: 1px solid var(--colorLightGray);
    font-size: 15px;
    line-height: 1;
}
.header__search-input::-webkit-input-placeholder {
    color: #d8d9dd;
}
.header__search-input::-moz-placeholder {
    color: #d8d9dd;
}
.header__search-input:-ms-input-placeholder {
    color: #d8d9dd;
}
.header__search-input::-ms-input-placeholder {
    color: #d8d9dd;
}
.header__search-input::placeholder {
    color: #d8d9dd;
}
.header__search-button {
    width: 18px;
    height: 18px;
    opacity: .2;
}
.header__search-input {
    padding: 15.5px 0;
    border-bottom: 1px solid var(--colorLightGray);
    font-size: 15px;
    line-height: 1;
}
.header__search-input::-webkit-input-placeholder {
    color: #d8d9dd;
}
.header__search-input::-moz-placeholder {
    color: #d8d9dd;
}
.header__search-input:-ms-input-placeholder {
    color: #d8d9dd;
}
.header__search-input::-ms-input-placeholder {
    color: #d8d9dd;
}
.header__search-input::placeholder {
    color: #d8d9dd;
}
.header__search-button {
    width: 18px;
    height: 18px;
    opacity: .2;
}
.heder__navigation {
    display: block;
    font-size: 16px;
}
.heder__navigation-item {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid var(--colorLightGray);
}
.heder__navigation-link {
    width: 100%}
.header__section_top {
    display: block;
    font-size: 16px;
}
.header__top-list {
    display: block;
}
.header__top-item {
    padding: 18px 0;
    border-bottom: 1px solid var(--colorLightGray);
    margin-right: 0;
}
.header__phone {
    font-size: 16px;
    padding: 30px 0 60px;
}
.btn {
    width: 280px;
    height: 44px;
    padding: 15px 10px;
    font-size: 12px;
    line-height: 13px;
}
.breadcrumbs {
    padding: 21px 140px;
}
.articles-container h1 {
    font-size: 38px;
    line-height: 42px;
    padding-bottom: 30px;
}
.articles-container article {
    padding: 35px 0 163px;
    max-width: 800px;
}
.thanks {
    padding: 69px 0 87px;
}
.thanks__title {
    font-size: 22px;
    line-height: 25px;
}
.thanks img {
    width: 72px;
    height: 84px;
}
.thanks__title {
    padding: 28px 0;
}
.thanks__subtitle, .thanks__text {
    font-size: 14px;
}
.thanks__btn {
    margin-top: 0;
}
.category__title, .male__title {
    padding-bottom: 31px;
}
.male-content__item-title {
    max-width: 233px;
    top: 24px;
    left: 31px;
    font-size: 22px;
    line-height: 22px;
}
.male-content__item-btn {
    width: 120px;
    height: 32px;
    padding: 10px;
    left: 31px;
    bottom: 28px;
    font-size: 11px;
    line-height: 11px;
}
.salepoints__headline-btn {
    padding: 20px 24px 20px;
}
.salepoints__items {
    padding-bottom: 88px;
}
.salepoint__item {
    padding: 30px 0;
}
.salepoint__item-photo {
    width: 37.6%}
.salepoint__item-content {
    width: 59.1%}
.salepoint-info__title {
    padding-bottom: 18px;
    font-size: 20px;
    line-height: 22px;
}
.salepoint-info__subtitle {
    padding-bottom: 6px;
    font-size: 12px;
    line-height: 12px;
}
.salepoint-info__worktime {
    padding-bottom: 14px;
    font-size: 12px;
    line-height: 13px;
}
.salepoint-contacts__social {
    margin-left: 9px;
}
.salepoint-info__contacts>a {
    font-size: 12px;
    line-height: 13px;
    padding: 0 15px;
}
.salepoint-contacts__social a {
    padding: 0 9px;
}
.btn.salepoint-info__btn {
    margin-top: 20px;
    width: 216px;
    height: 34px;
    padding: 12px 30px;
    font-size: 10px;
    line-height: 10px;
}
.salepoint-info__btn::after {
    width: 15px;
    height: 11px;
}
.category-headline__btn {
    font-size: 12px;
    line-height: 12px;
    padding: 18px 56px 18px 23px;
}
.category-product__item-label {
    left: 14px;
    bottom: 12px;
}
.category-product__item-label .hit, .category-product__item-label .sale {
    font-size: 9px;
    line-height: 10px;
    padding: 4px 8px;
}
.category-product__item-content {
    padding-top: 10px;
}
.category-product__item-name {
    font-size: 12px;
    line-height: 13px;
}
.category-product__item-price {
    font-size: 12px;
    line-height: 13px;
    padding-right: 8px;
}
.category-product__item-oldprice {
    font-size: 10px;
    line-height: 10px;
}
.category-product__form {
    padding-top: 5px;
}
.product {
    padding: 32px 0 75px;
}
.product-photos__wrapper {
    grid-auto-rows: 40.6vw;
}
.product-photos {
    width: 64.3%}
.product-photos__label {
    top: 15px;
    right: 14px;
}
.product-photos__label .hit, .product-photos__label .sale {
    font-size: 10px;
    line-height: 11px;
    padding: 6px 9px;
}
.product-info {
    width: 29.9%}
.product-info__available-count, .product-info__sizes-table, .product-info__suptitle-art, .product-info__suptitle-share {
    font-size: 13px;
    line-height: 14px;
}
.product-info__suptitle-share {
    padding-left: 15px;
}
.product-info__suptitle-share::before {
    width: 12px;
    height: 12px;
}
.product-info__sizes-table {
    padding-left: 21px;
}
.product-info__sizes-table::before {
    width: 16px;
    height: 14px;
}
.product-info__title {
    padding: 30px 0 19px;
    font-size: 22px;
    line-height: 25px;
}
.product-info__price {
    margin-right: 10px;
}
.product-info__price .category-product__item-price {
    font-size: 16px;
    line-height: 12px;
}
.product-info__form {
    padding: 16px 0;
}
.product-info__form-title {
    font-size: 10px;
    line-height: 10px;
}
.product-info__colors-label {
    width: 37px;
    height: 44px;
}
.product-info__colors-item .tooltip {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 12px;
}
.product-info__sizes-wrapper {
    display: block;
}
.product-info__sizes-items {
    margin-bottom: 25px;
}
.product-info__sizes-label {
    width: 36px;
    height: 36px;
    font-size: 12px;
    line-height: 12px;
}
.product-info__cart-handler {
    padding: 4px 0;
}
.product-info__cart-input {
    width: 26px;
    height: 21px;
}
.product-info__cart-handler .minus, .product-info__cart-handler .plus {
    padding: 0;
    width: 28px;
}
.product-info__cart-handler .minus::before, .product-info__cart-handler .plus::after, .product-info__cart-handler .plus::before {
    width: 6px;
}
.product-info__cart-btn {
    padding: 14px 20px;
    width: 68%;
    height: auto;
    font-size: 11px;
    line-height: 12px;
}
.product-info__cart-btn::after {
    right: 30px;
    width: 12px;
    height: 13px;
}
.product-info__subtext, .product-info__text {
    padding-top: 22px;
}
.product-popup__share-label {
    padding: 5px 10px;
    top: 10px;
    right: 10px;
    font-size: 12px;
    line-height: 13px;
}
.footer__row {
    padding: 25px 0;
}
.footer__menu-link {
    font-size: 12px;
    line-height: 12px;
}
.footer__contacts-link {
    font-size: 13px;
    line-height: 13px;
}
.footer__requisites-link {
    font-size: 12px;
    line-height: 13px;
}
.footer__info-name {
    margin-right: 23px;
}
.footer__info-link, .footer__info-name {
    font-size: 11px;
    line-height: 12px;
}
.footer__info-link+.footer__info-link {
    margin-left: 15px;
}
.footer__social-icon {
    width: 32px;
    height: 32px;
    padding: 9px;
}
.footer__logo {
    width: 112px;
    height: 23px;
}
.main {
    margin-top: 59px;
}
.general-gallery__tag-item {
    font-size: 12px;
    margin-right: 14px;
    width: auto;
}
.general-swiper {
    height: 465px;
    min-height: initial;
}
.general-swiper .swiper-slide>.slide-text {
    left: 70px;
    bottom: 90px;
}
.general-swiper .general-swiper-pagination {
    left: 70px;
    bottom: 50px;
}
.general-gallery__slide {
    width: calc((100% - 3.7113402%)/ 4);
    margin-right: 1.2371134%}
.swiper-button {
    width: 32px;
    height: 32px;
}
.swiper-button-prev {
    left: -16px;
}
.swiper-button-next {
    right: -16px;
}
.category-section__container {
    grid-column-gap: 14px;
    grid-row-gap: 18px;
    grid-auto-rows: 212px;
}
.category-section__item .male-content__item-title {
    top: 29px;
    left: 26px;
}
.category-section__item .male-content__item-btn {
    bottom: 23px;
    left: 26px;
    height: 32px;
}
.photo-section__slide {
    width: calc((100% - 5.30191484%)/ 7);
    margin-right: .883652474%;
    height: 12.825vw;
}
.photo-section__icon {
    width: 24px;
    height: 24px;
}
.photo-section__overlay {
    font-size: 9px;
}
.photo-section__overlay-img {
    width: 24px;
    height: 24px;
    margin-bottom: 8%}
.partners-section__item {
    height: 4.8vw;
}
.order-fields {
    width: 500px;
}
.order-fields .support-form__row input {
    padding: 15px 0;
}
.order-fields .support-form__row label {
    font-size: 13px;
    line-height: 16px;
}
.order-fields .support-form__row .inp-item:hover label {
    font-size: 12px;
}
.pp-cart .pp__content {
    padding: 16px 30px 0;
    width: 340px;
}
.pp-cart__item_head-counter {
    font-size: 8px;
    margin-top: 0;
}
.pp-cart__item_head {
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.cart-item {
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.cart-item__content {
    margin-left: 15px;
}
.pp-cart__item_body .category-product__item-price {
    padding-left: 0;
}
.pp-cart__item_footer {
    padding: 17px 30px 20px;
    margin: 0 -30px;
}
.cart-total {
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.cart-buttons__button {
    font-size: 9px;
    padding: 0;
    height: 33px;
    width: 49%}
.search-results__info {
    font-size: 18px;
}
}
@media(max-width:1023px) {
    :root {
    --gridWidth: 92.79%;
    --defaultIndent: 30px;
}
h5 {
    font-size: 16px;
}
.btn {
    width: 280px;
    height: 44px;
    font-size: 12px;
    line-height: 13px;
}
.breadcrumbs {
    padding: 26px 120px 22px;
}
.articles-container article {
    padding: 35px 0 100px;
    max-width: 600px;
}
.thanks {
    padding: 57px 0 81px;
}
.thanks img {
    width: 72px;
    height: 84px;
}
.thanks__title {
    padding: 28px 0;
}
.thanks__subtitle, .thanks__text {
    font-size: 14px;
}
.thanks__btn {
    margin-top: 0;
}
.category__title, .male__title {
    padding-bottom: 26px;
}
.male-content__item-title {
    max-width: 170px;
    top: 24px;
    font-size: 22px;
    line-height: 24px;
}
.male-content__item-btn {
    width: 120px;
    height: 32px;
    padding: 10px;
    bottom: 32px;
    font-size: 11px;
    line-height: 11px;
}
.male-content__item {
    height: 31.3vw;
}
.salepoints__headline-btn {
    padding: 20px;
}
.salepoints__items {
    padding-bottom: 48px;
}
.salepoint__item {
    padding: 28px 0 47px;
}
.salepoint__item .grid {
    display: block;
}
.salepoint__item-photo {
    width: 100%}
.salepoint__item-content {
    width: 100%;
    margin-top: 27px;
}
.salepoint-info__title {
    padding-bottom: 30px;
    font-size: 28px;
    line-height: 31px;
}
.salepoint-info__subtitle {
    padding-bottom: 6px;
    font-size: 12px;
    line-height: 12px;
}
.salepoint-info__worktime {
    padding-bottom: 24px;
    font-size: 12px;
    line-height: 13px;
}
.salepoint-info__contacts>a {
    font-size: 12px;
    line-height: 13px;
    padding: 0 15px;
}
.salepoint-contacts__social a {
    padding: 0 9px;
}
.btn.salepoint-info__btn {
    margin-top: 20px;
    width: 335px;
    height: 50px;
    padding: 20px 40px;
    font-size: 12px;
    line-height: 13px;
}
.salepoint-info__btn::after {
    width: 20px;
    height: 15px;
    right: 40px;
}
.category-headline__btn {
    padding: 19px 34px 19px 18px;
    font-size: 10px;
    line-height: 10px;
}
.category-headline__btn::after, .category-headline__btn::before {
    right: 18px;
    width: 8px;
}
.category-products .grid {
    padding: 26px 0 53px;
    -ms-grid-columns: 1fr 1.2vw 1fr 1.2vw 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.2vw;
}
.category-product__item-label .hit, .category-product__item-label .sale {
    font-size: 8px;
    line-height: 9px;
}
.category-product__item-name {
    font-size: 11px;
    line-height: 12px;
}
.category-product__item-price {
    font-size: 11px;
    line-height: 12px;
    margin-right: 4px;
}
.category-products__catalog .grid {
    display: block;
}
.category-products__catalog .male-content__item {
    width: 100%;
    padding: 0;
    margin-bottom: 3.125%;
    border-bottom: 0;
}
.product {
    padding: 26px 0 46px;
}
.product-photos__wrapper {
    grid-auto-rows: 65.75vw;
}
.product-photos {
    width: 53.67%}
.product-photos__wrapper {
    display: block;
}
.product-photo+.product-photo {
    margin-top: 1.6%}
.product-photo:nth-child(4) {
    display: none;
}
.product-photos__label {
    top: 15px;
    right: 14px;
}
.product-photos__label .hit, .product-photos__label .sale {
    font-size: 10px;
    line-height: 11px;
    padding: 6px 9px;
}
.product-info {
    width: 41.24%}
.product-info__colors-item+.product-info__colors-item {
    margin-left: 6px;
}
.product-info__cart-btn {
    width: 65%;
    font-size: 10px;
    line-height: 11px;
}
.product-info__subtext, .product-info__text {
    padding-top: 18px;
}
.footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
}
.footer__row.ps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
}
.footer__row+.footer__row {
    border-top: 0;
}
.footer__row-item {
    width: 100%;
    padding: 27px 0;
    text-align: center;
}
.footer__row.ps .footer__row-item {
    padding: 0;
}
.footer__payments {
    display: block;
}
.footer__payments-links, .footer__requisites-links {
    padding: 27px 0;
    display: block;
}
.footer__requisites-link {
    margin-left: 0;
}
.footer__payments-link {
    display: inline-block;
}
.footer__payments-link img {
    height: 23px;
}
.footer__menu-link {
    font-size: 14px;
    line-height: 14px;
}
.footer__contacts-link {
    font-size: 16px;
    line-height: 18px;
}
.footer__row.ps .footer__row-item.footer__social {
    padding: 27px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.N800__link.footer-N800__link {
    margin-bottom: 30px;
    margin-right: 0;
    padding-top: 17px;
    padding-bottom: 17px;
}
.footer__social-icon {
    width: 50px;
    height: 50px;
}
.footer__requisites-link {
    font-size: 16px;
    line-height: 18px;
}
.footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.footer__info-link, .footer__info-links {
    display: block;
    margin: 0;
}
.footer__info-link:first-child {
    margin-top: 17px;
}
.footer__info-link+.footer__info-link {
    margin-top: 11px;
    margin-left: 0;
}
.footer__info-name {
    padding-top: 22px;
    margin-right: 0;
}
.footer__info-link, .footer__info-name {
    font-size: 13px;
    line-height: 14px;
}
.footer__logo {
    margin: 0 auto;
    width: 160px;
    height: 34px;
}
.footer__payments-links, .footer__row:not(:last-child) .footer__row-item {
    border-bottom: 1px solid #19233e;
}
.pp__content.product-popup__sizetable {
    width: 70%}
.general-swiper {
    height: calc(100vh - 59px);
    min-height: calc(100vh - 59px);
}
.general-swiper .swiper-slide>.slide-text {
    left: 30px;
    bottom: 115px;
    max-width: 70%}
.general-swiper .general-swiper-pagination {
    left: 30px;
}
.general-swiper .swiper-slide>.slide-text>span:first-child {
    margin-bottom: 15px;
}
.general-gallery__tags {
    margin-bottom: 34px;
}
.general-gallery__slide {
    width: calc((100% - 2.52808988%)/ 3);
    margin-right: 1.26404494%}
.swiper-button-next::after {
    background-position-x: 51%}
.swiper-button-prev::after {
    background-position-x: 49%}
.category-section__container {
    display: block;
}
.category-section__item {
    height: 280px;
}
.category-section__item .male-content__item-title {
    top: 27px;
    left: 55px;
    max-width: 80%;
    font-size: 34px;
    line-height: 110%}
.category-section__item .male-content__item-btn {
    left: 55px;
    bottom: 40px;
    width: 160px;
    height: 44px;
    font-size: 12px;
    padding: 15px 10px;
}
.category-section__item:not(:last-child) {
    margin-bottom: 12px;
}
.category-product__item-link {
    height: 38.5vw;
}
.preview-section__video {
    height: 500px;
}
.photo-section__slide {
    width: calc((100% - 5.89887639%)/ 4);
    margin-right: 1.96629213%;
    height: 21.83vw;
}
.partners-section__item {
    height: 43px;
}
.partners-section__item>img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}
.pp-cart .pp__content {
    width: 100%;
    padding: 30px 30px 0;
}
.pp-cart__item_head h3 {
    font-size: 38px;
}
.pp-cart .pp__close {
    width: 38px;
    height: 38px;
}
.pp-cart__item_head-counter {
    font-size: 13px;
    margin-top: 10px;
}
.pp-cart__item_head {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.cart-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.pp-cart__item_body {
    margin-bottom: 100px;
}
.cart-info-label {
    font-size: 14px;
}
.cart-item__content {
    margin-left: 25px;
}
.cart-item__headline {
    font-size: 14px;
}
.cart-item__info {
    font-size: 12px;
    margin-top: 15px;
}
.cart-item__bottom .product-info__cart-handler {
    width: 100px;
    height: 30px;
    padding: 10px 6px;
}
.cart-item__bottom .product-info__cart-input {
    width: 30px;
    height: 22px;
}
.cart-item__bottom .product-info__cart-handler .minus, .cart-item__bottom .product-info__cart-handler .plus {
    height: 22px;
}
.pp-cart__item_body .category-product__item-price {
    font-size: 18px;
    padding-left: 10px;
}
.pp-cart__item_body .category-product__item-oldprice {
    font-size: 14px;
}
.cart-total__name {
    font-size: 20px;
}
.cart-total__price {
    font-size: 20px;
}
.cart-total {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.cart-buttons__button {
    height: 40px;
    font-size: 12px;
}
.pp-cart__item_empty-img {
    width: 100px;
    height: 115px;
    margin-bottom: 30px;
}
.pp-cart__item_empty-title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 30px;
}
.pp-cart__item_empty-text {
    font-size: 14px;
    line-height: 140%}
.pp-cart__item_empty-button {
    width: 270px;
}
.order-container .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.order-fields {
    width: 100%;
    margin-right: 0;
}
.order-info {
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: 0;
    padding: 0;
    border: none;
}
.order-breadcrumbs__button {
    width: 22px;
    height: 22px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.order-breadcrumbs__button>span {
    display: none;
}
.order-breadcrumbs__button:first-child {
    background-image: url(../img/order-back.svg);
}
.order-breadcrumbs__button:last-child {
    background-image: url(../img/order-phone.svg);
}
.order-breadcrumbs {
    padding: 18px 0;
}
.order-breadcrumbs__img {
    width: 260px;
}
.order-info__item_head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.order-info__item_head::after {
    content: "";
    background-image: url(../img/order-show.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 26px;
    height: 12px;
    position: absolute;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 6px;
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    -o-transition: transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
}
.order-info__item_head.active::after {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}
.order-info__item_body {
    display: none;
}
.order-info__edit {
    display: none;
}
.order-info__item_head .pp-cart__item_head-counter {
    display: block;
}
.order-info__list {
    font-size: 14px;
}
.order-info__list-item {
    margin-bottom: 12px;
}
.order-info__total {
    font-size: 20px;
}
.order-info__item_promocode button {
    width: 245px;
}
.input-group-title {
    margin-bottom: 30px;
}
.order-info__item .cart-item__headline {
    font-size: 14px;
    line-height: 1;
}
.order-fields fieldset>.btn {
    width: 330px;
    height: 52px;
}
.order-info__item_promocode {
    height: 40px;
}
.input-group>.support-form__row {
    display: block;
    padding-top: 0;
    margin-bottom: 20px;
}
.input-group>.support-form__row:last-child {
    margin-bottom: 0;
}
.input-group .support-form__row .input-box {
    width: 100%;
    margin-bottom: 20px;
}
.input-group .support-form__row .input-box:last-child {
    margin-bottom: 0;
}
fieldset {
    margin: 0 0 50px;
}
.input-group .support-form__row .input-box.input-box_small {
    width: 29.7%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0;
}
.input-group-subtitle {
    margin-top: -10px;
}
.order-info.fixed {
    position: fixed;
    bottom: 0;
    top: initial;
    background-color: #fff;
    margin-bottom: 0;
    -webkit-box-shadow: 0 -10px 30px rgba(0, 0, 0, .05);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, .05);
    padding: 20px 0;
    z-index: 1;
}
.order-fields .support-form__row input {
    padding: 19px 0;
}
.order-fields .support-form__row label {
    font-size: 18px;
    line-height: 20px;
}
.order-fields .support-form__row .inp-item:hover label {
    font-size: 14px;
}
.search-results__info {
    font-size: 16px;
    margin-top: 15px;
}
.search-results__title {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
}
@media (prefers-color-scheme:dark) {
    .male-content__item-title {
    color: var(--colorDarkBlue);
}
}
@media(max-width:767px) {
    :root {
    --gridWidth: 89.335%;
    --defaultIndent: 40px;
}
.h1, h1 {
    font-size: 30px;
    line-height: 33px;
}
h2 {
    font-size: 24px;
    line-height: 27px;
}
h3 {
    font-size: 22px;
    line-height: 25px;
}
h4 {
    font-size: 20px;
    line-height: 40px;
}
h5 {
    font-size: 18px;
}
p {
    font-size: 15px;
    line-height: 160%}
.header {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}
.header.hide {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.burger {
    width: 16px;
}
.heder__tool-item {
    width: 18px;
    height: 18px;
}
.heder__tools_cart>span {
    top: -50%;
    right: -50%}
.header__logo {
    max-width: 220px;
}
.header__phone, .header__section_top, .heder__navigation {
    font-size: 15px;
}
.btn {
    width: 100%;
    height: 50px;
    padding: 18px 10px;
    font-size: 12px;
    line-height: 13px;
}
.articles-container h1 {
    font-size: 24px;
    line-height: 27px;
    padding: 25px 0;
}
.articles-container h4 {
    padding: 40px 0 5px;
    font-size: 18px;
}
.articles-container p {
    padding: 15px 0;
    font-size: 15px;
    line-height: 160%}
.articles-container article p a, .articles-container article p strong {
    font-size: 15px;
}
.articles-container article {
    padding: 15px 0 70px;
    max-width: var(--gridWidth);
}
.thanks {
    padding: 74px 0 86px;
}
.thanks__title {
    font-size: 24px;
    line-height: 27px;
}
.thanks img {
    width: 72px;
    height: 84px;
}
.thanks__title {
    padding: 28px 0;
}
.thanks__subtitle, .thanks__text {
    font-size: 14px;
}
.thanks__btn {
    margin-top: 0;
}
.category__title, .male__title {
    padding: 23px 0;
}
.male-content {
    padding: 6.25% 0;
}
.male-content__item-wrapper {
    width: 100%;
    padding: 0;
    padding-bottom: 3.125%;
    border-bottom: 0;
}
.male-content__item-wrapper:nth-child(odd) {
    border-right: 0;
}
.male-content__item-title {
    max-width: 50%;
    text-align: left;
    top: 25px;
    left: 30px;
    right: auto;
    font-size: 20px;
    line-height: 22px;
}
.male-content__item-btn {
    width: 143px;
    height: 40px;
    padding: 14px 10px;
    bottom: 30px;
    left: 30px;
    right: 0;
    font-size: 12px;
    line-height: 12px;
}
.male-content__item {
    height: 48vw;
}
.notfound {
    padding: 20px 0 40px;
}
.notfound__title {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 33px;
}
.notfound__text {
    font-size: 15px;
    margin-bottom: 20px;
}
.running-line__wrapper {
    padding: 15px 0;
}
.salepoints__headline {
    border-bottom: 0;
}
.salepoints__headline .grid {
    width: 100%}
.salepoints__headline-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.salepoints__headline-title {
    padding: 25px 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 27px;
    border-bottom: 1px solid var(--colorLightGray);
}
.salepoints__headline-btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.salepoints__headline-btn {
    border-left: 0;
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-bottom: 1px solid var(--colorLightGray);
}
.salepoints__headline-btn:nth-child(even) {
    border-left: 1px solid var(--colorLightGray);
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.salepoints__headline-btn:last-child {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-left: 0;
}
.salepoints__items {
    padding-bottom: 0;
}
.salepoint__item {
    padding: 22px 0 28px;
}
.salepoint__item-content {
    width: 100%;
    margin-top: 24px;
}
.salepoint__item-content-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.salepoint-info__title {
    padding-bottom: 35px;
}
.salepoint-info__subtitle {
    padding-bottom: 12px;
    font-size: 15px;
    line-height: 15px;
    text-transform: none;
}
.salepoint-info__worktime {
    padding-bottom: 27px;
    font-size: 15px;
    line-height: 17px;
}
.salepoint-info__contacts>a {
    display: block;
    padding: 0;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 17px;
    border: 0;
}
.salepoint-contacts__social {
    margin-left: 0;
}
.salepoint-contacts__social a {
    padding: 0 30px 0 0;
}
.btn.salepoint-info__btn {
    margin-top: 20px;
    width: 100%;
    height: 50px;
    font-size: 12px;
    line-height: 13px;
}
.salepoint-info__btn::after {
    width: 20px;
    height: 15px;
}
.category-product__item-link:hover .category-product__item-photo {
    opacity: 1;
}
.category-product__item-link:hover .category-product__item-photo.hovered {
    opacity: 0;
}
.category__title {
    padding-bottom: 10px;
}
.category-headline {
    display: none;
}
.category-filters__choosen .grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.category-filters__choosen-items {
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%}
.category-filters__choosen .choosen-filter {
    padding: 9px 30px 9px 10px;
    border: 1px solid rgba(16, 26, 53, .3);
    border-radius: 55px;
}
.category-filters__choosen .choosen-filter {
    margin-right: 5px;
    margin-bottom: 10px;
}
.choosen-filter-delete {
    right: 9px;
}
.category-headline__mobile {
    display: block;
}
.category-products .grid {
    padding: 0;
    padding-top: 26px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.2vw 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.2vw;
    width: 100%}
.category-product__item-label {
    left: 12px;
    bottom: 15px;
}
.category-product__item.hit .category-product__item-label .hit, .category-product__item.sale .category-product__item-label .sale {
    font-size: 10px;
    line-height: 10px;
    padding: 3px 6px;
}
.category-product__item-content {
    display: block;
    padding: 13px;
}
.swiper-slide .category-product__item-content {
    padding: 0;
    padding-top: 13px;
}
.swiper-slide .category-product__form {
    padding-left: 5px;
}
.category-product__item-info {
    max-width: 127px;
}
.category-product__item-name {
    font-size: 12px;
    line-height: 13px;
}
.category-product__item-price {
    font-size: 14px;
    line-height: 14px;
}
.category-product__item-oldprice {
    font-size: 10px;
    line-height: 10px;
}
.category-product__form-label {
    width: 6px;
    height: 6px;
}
.category-product__form-label::before {
    width: 12px;
    height: 12px;
    transform: translate(-30%, -30%);
}
.product {
    padding: 0 0 46px;
}
.product .grid {
    display: block;
    width: 100%}
.product-photos {
    display: none;
}
.product__slider {
    display: block;
}
.product-photos__label {
    top: 22px;
    right: 23px;
}
.product-photos__label .hit, .product-photos__label .sale {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    padding: 0;
    background: 0;
    color: #fff;
}
.product-photos__label .sale {
    color: var(--colorOrange);
}
.product-info {
    width: 89.335%;
    margin: 0 auto;
    padding: 10px 0;
}
.product-info__suptitle {
    display: none;
}
.product-info__title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-info__title {
    width: 68.45%;
    padding: 0;
    font-size: 16px;
    line-height: 18px;
}
.product-info__price {
    margin: 0;
}
.product-info__price .category-product__item-price {
    font-size: 16px;
    line-height: 18px;
}
.product-info__available-count, .product-info__cart, .product-info__form-sizes {
    display: none;
}
.product-info__btns-mobile {
    padding: 32px 0 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-mobile__size-handler {
    display: block;
}
.product-info__links-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
}
.product-info__art-mobile {
    display: block;
}
.product-info__art-mobile .product-info__suptitle-art, .product-info__links-mobile .product-info__sizes-table, .product-info__links-mobile .product-info__suptitle-share {
    font-size: 14px;
    line-height: 15px;
}
.product-info__sizes-table::before, .product-info__suptitle-share::before {
    left: -6px;
}
.product-info__btns-mobile .product-info__cart-btn {
    width: 46.1%;
    height: auto;
    font-size: 12px;
    line-height: 13px;
    padding: 14px 22px;
    text-align: -webkit-left;
    text-align: -webkit-start;
}
.product-info__btns-mobile .product-info__cart-btn span {
    text-align: -webkit-left;
    text-align: -webkit-start;
}
.product-info__links-mobile-wrapper {
    width: 50%;
    text-align: center;
    padding: 17px 0;
    border-bottom: 1px solid var(--colorLightGray);
}
.product-info__links-mobile-wrapper+.product-info__links-mobile-wrapper {
    border-left: 1px solid var(--colorLightGray);
}
.product-info__links-mobile-wrapper:only-child {
    width: auto;
}
.product-info__links-mobile-wrapper:only-child .product-info__suptitle-share {
    padding-left: 20px;
}
.product-info__links-mobile-wrapper:only-child .product-info__suptitle-share::before {
    top: 1px;
    left: 0;
}
.product-info__colors-item+.product-info__colors-item {
    margin-left: 6px;
}
.product-info__cart-btn {
    width: 65%;
    font-size: 10px;
    line-height: 11px;
}
.product-info__subtext, .product-info__text {
    padding-top: 18px;
}
.product-carousel__title {
    text-align: left;
    margin-left: calc((100% - var(--gridWidth))/ 2);
}
.breadcrumbs, .breadcrumbs_box {
    display: none;
}
.product-photos__back-btn {
    display: block;
}
.footer .grid {
    width: 100%}
.footer__row-item:first-child {
    padding: 0;
}
.footer__menu-link {
    display: block;
    padding: 19px 0;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
}
.footer__menu-link+.footer__menu-link {
    margin-left: 0;
    border-top: 1px solid #19233e;
}
.footer__contacts-link {
    display: block;
}
.footer__contacts-link+.footer__contacts-link {
    margin-left: 0;
    margin-top: 16px;
}
.footer__payments-link img {
    height: 18px;
    width: auto;
}
.footer__info-link:first-child {
    margin-top: 23px;
}
.pp__content.product-popup__share, .pp__content.product-popup__sizetable {
    width: 90%}
.product-popup__share-link {
    width: 40px;
    height: 40px;
}
.product-popup__share-btn {
    font-size: 12px;
    line-height: 13px;
    padding: 14px 22px;
}
.general-swiper .swiper-slide>.slide-text {
    left: calc((100% - var(--gridWidth))/ 2);
    bottom: 60px;
    max-width: var(--gridWidth);
}
.general-swiper .swiper-slide>.slide-text>span:first-child {
    font-size: 16px;
    margin-bottom: 20px;
}
.general-swiper .general-swiper-pagination {
    bottom: 30px;
    left: calc((100% - var(--gridWidth))/ 2);
}
.general-swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 5px;
}
.general-swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 2px;
}
.general-gallery .grid {
    width: auto;
    margin-right: 0;
}
.general-gallery__tags {
    margin-bottom: 25px;
    width: 100%;
    display: block;
    overflow-x: auto;
}
.general-gallery__tag-item::before {
    border-width: 1px;
}
.general-gallery__tags::-webkit-scrollbar {
    display: none;
}
.general-gallery__tags-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 36px;
    padding-left: calc((100% - var(--gridWidth))/ 2);
    padding-right: calc((100% - var(--gridWidth))/ 2);
}
.general-gallery__tag-item {
    font-size: 13px;
    margin-right: 9px;
    height: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    padding: 0 30px;
}
.general-gallery__tag-item::before {
    border-color: var(--colorLightGray);
    -webkit-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    transform: scale(1)!important;
}
.general-gallery__container {
    margin-left: calc((100% - var(--gridWidth))/ 2);
}
.general-gallery__slide {
    width: 53.334vw;
    margin-right: 3.2vw;
}
.general-gallery__slide:last-child {
    margin-right: 3.2vw;
}
.swiper-navigation {
    display: none;
}
.category-section .grid {
    width: 100%}
.category-section__item:not(:last-child) {
    margin-bottom: 6px;
}
.category-product__item-link {
    height: 78vw;
}
.preview-section__video {
    min-height: 235px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.photo-section .grid {
    width: 100%}
.photo-section__slide {
    width: 58.67vw;
    height: 58.67vw;
    margin-right: 4.8vw;
}
.photo-section__icon {
    width: 20px;
    height: 20px;
}
.partners-section .grid {
    width: 100%}
.partners-section__item {
    width: 32vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32vw;
    flex: 0 0 32vw;
    max-width: initial;
    height: auto;
    margin-right: 0;
    text-align: center;
}
.partners-section__nav {
    display: none;
}
.cookie-box {
    width: var(--gridWidth);
    bottom: 15px;
    left: calc((100% - var(--gridWidth))/ 2);
    padding: 17px 24px;
}
.cookie-box__title {
    font-size: 20px;
    line-height: 1;
}
.cookie-box__close {
    top: 17px;
    right: 24px;
}
.cookie-box__text {
    font-size: 12px;
}
.cookie-box__btn {
    height: 27px;
    width: auto;
    padding: 0 20px;
    font-size: 9px;
}
.pp-cart .pp__content {
    padding: 17px 20px 0;
}
.pp-cart__item_head h3 {
    font-size: 24px;
}
.pp-cart .pp__close {
    width: 24px;
    height: 24px;
}
.pp-cart__item_head-counter {
    font-size: 12px;
}
.cart-item__img {
    width: 94px;
    min-height: 120px;
}
.cart-item__content {
    margin-left: 15px;
}
.cart-item__close::after, .cart-item__close::before {
    background-color: var(--colorDarkGray);
}
.cart-item__close>span {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.pp-cart__item_body .category-product__item-price {
    font-size: 14px;
    padding-left: 0;
}
.pp-cart__item_body .category-product__item-oldprice {
    font-size: 10px;
}
.cart-info-label {
    font-size: 12px;
}
.pp-cart__item_body {
    margin-bottom: 70px;
}
.pp-cart__item_footer {
    padding: 15px 20px;
    margin: 0 -20px;
}
.cart-total__name {
    font-size: 18px;
}
.cart-total__price {
    font-size: 18px;
}
.cart-total {
    padding-bottom: 0;
    border-bottom: none;
}
.cart-buttons__button.close_btn {
    display: none;
}
.cart-buttons__button {
    height: 44px;
    width: 100%}
.support-form {
    padding-top: 40px;
    max-width: 100%}
.support-form__row input {
    padding: 17px 0;
}
.support-form__row input, .support-form__row label, .support-form__row textarea {
    font-size: 16px;
}
.support-form__row .inp-item:hover label {
    font-size: 10px;
}
.support-form__row textarea {
    padding: 20px;
}
.support-form__row .textarea-label {
    left: 20px;
    top: 20px;
}
.support-form__row .inp-item:hover .textarea-label {
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%);
}
.support-form__row.select__placeholder {
    font-size: 16px;
    text-align: left;
}
.support-form__row {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    padding-top: 0;
}
.support-form__row-email {
    width: 100%}
.support-form__row-phone {
    width: 80%}
.support-form__row .inp-item:not(:last-child) {
    margin-bottom: 20px;
}
.order-selected {
    max-width: 100%;
    display: block;
}
.order-selected__title {
    width: 100%;
    line-height: 1;
    margin-bottom: 20px;
}
.order-adresses {
    display: block;
    height: auto;
}
.order-adresses__map {
    width: 100%;
    height: 27.6vh;
}
.order-adresses__salepoints {
    width: 100%;
    height: 225px;
    border: 2px solid var(--colorLightGray);
}
.input-group-title {
    margin-bottom: 25px;
}
.order-breadcrumbs {
    padding: 12px 0;
    margin-bottom: 25px;
}
.order-breadcrumbs__button {
    width: 16px;
    height: 16px;
}
.order-breadcrumbs__img {
    width: 220px;
    height: 24px;
}
.order-info__item_promocode button {
    width: 120px;
}
fieldset {
    margin: 0 0 40px;
}
.order-fields fieldset>.btn {
    width: 100%;
    height: 50px;
}
.support-form__rules br {
    display: none;
}
.input-group-subtitle {
    margin-top: 0;
}
.order-selected__info {
    width: auto;
}
.checkbox {
    padding: 17px 16px;
    min-height: 60px;
}
.support-form__row .input-box_small {
    width: 100%}
.support-form__row .input-box {
    width: 100%;
    margin-right: 0;
}
.order-info__item_head::after {
    width: 18px;
    height: 8px;
}
.order-info__item_promocode {
    height: 45px;
}
.input-group>.support-form__row {
    margin-bottom: 20px;
}
.input-group .support-form__row .input-box.input-box_small {
    width: 100%;
    margin-bottom: 20px;
}
.input-group .support-form__row .input-box.input-box_small:last-child {
    margin-bottom: 0;
}
.salepoint-item:last-child {
    border-bottom: none;
}
.category-section__item {
    height: 220px;
}
.category-section__item .male-content__item-title {
    top: 32px;
    left: 20px;
    text-align: left;
    font-size: 24px;
    line-height: 26px;
}
.category-section__item .male-content__item-btn {
    bottom: 25px;
    left: 20px;
    height: 40px;
    width: 135px;
}
.category-product__item-count {
    padding-left: 5px;
    font-size: 14px;
    line-height: 1;
}
.cart-item__bottom .category-product__item-price {
    padding-right: 0;
}
.search-results__info {
    margin-top: 5px;
}
.search-results__title {
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.search-results__img {
    width: 65px;
    height: 78px;
    margin-bottom: 30px;
}
.search-results__container br {
    display: none;
}
.search-results__container {
    width: 80%;
    margin: 50px auto;
}
.not-found-product {
    padding: 42px 0;
}
.not-found-product__ico {
    width: 58px;
}
.not-found-product__txt {
    width: 92%;
    margin: 0 auto;
    font-size: 16px;
}
}