*::-webkit-input-placeholder {
	color: #909090;
	opacity: 1;
}
*:-moz-placeholder {
	color: #909090;
	opacity: 1;
}
*::-moz-placeholder {
	color: #909090;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #909090;
	opacity: 1;
}
body {
	font-family: 'Inter';
	font-size: 16px;
    letter-spacing: -0.32px;
    line-height: 150%; 
    color: #161616;
	overflow-x: hidden;
	margin: 0;
	background-color: #fff;
}
button {
	cursor: pointer;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
}
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
button,
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}
a, button, input, img {
	transition: all 0.3s;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.wrapper {
	/*overflow: hidden;*/
}
a {
	text-decoration: none;
	outline: none;
}
* {
	outline: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	outline: none;
}
img {
	outline: none;
	display: block;
}
p {
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
}
.header {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    z-index: 10000;
    background: #FFF;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.07);
    position:sticky;
    top:0;
}
.header-top {
    padding: 12px 0;
    background: #2D2D2D;
}
.header__wrapper {
    display: flex;
    align-items: center;
}
a, img, svg, a:hover, a:focus, a:active, img:hover, img:focus, img:active, svg:hover, svg:active, svg:focus {
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
}
.link-time {
    padding-right: 14px;
    color: #fff;
    position: relative;
}
.menu__haschild > a::after, .menu-item-has-children > a::after, .link-time::after {
    position: absolute;
    display: block;
    content: " ";
    width: 9px;
    height: 7px;
    top: 5px;
    right: 0;
    background-image: url(../img/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.3s;
}
.menu a:hover, .link-time:hover,
.menu a:active, .link-time:active {
    color: #F4213A;
}
.menu a:hover::after,
.link-time:hover::after,
.menu a:active::after,
.link-time:active::after{
    filter: brightness(100%);
}
.link-time:hover span,
.link-time:active span {
    border-color: #F4213A;
}
.link-time span {
    border-bottom: 1px #282828 dotted;
    transition: all 0.3s;
}
.menu {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.menu__item, .menu-item {
    margin-right: 22px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    position: relative;
}
.top-header-phone {
    margin-left:auto
}
.top-header-phone a {
    display:flex;
    align-items: center;
    gap:2px;
    color:#fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
}
.top-header-phone a:hover,
.top-header-phone a:active {
    color:#F4213A
}
.top-header-phone a:hover svg path {
    fill:#F4213A
}
.header-desktop-wa {
    line-height: 12px
}
.tg-header img {
    width: 47px;
    height: 47px;
}
.header-desktop-wa:hover svg, .tg-header:hover img, .header__contacts .btn-main_common:hover {
    opacity: .75;
}
input[name=fiz] {
    appearance: auto;
    display:inline-block;
    margin:0 5px 0 0;
}
input[type=search]::-webkit-search-cancel-button, .sk-agree {
    display:none !important;
}
.link-location.city-selector-mobile {
    display:none
}
.menu__item ul, .menu-item ul {
    padding: 15px;
    width: 230px;
    top: 100%;
    left: 0;
    background: #F4F4F4;
    position: absolute;
    opacity: 0;
    display:none;
    transition: all 0.3s;
    transform: translateY(10px);
    z-index: 10;
}
.menu-item-has-children > ul.sub-menu, .time-content {
    box-shadow: 0 0 12px rgb(0 0 0 / 18%);
    border: 1px solid #eaeaea;
    border-radius: 15px;
    background:#2D2D2D;
    color:#fff
}
.time-content .current {
    font-weight: 600;
}
.menu__item ul li, .menu-item ul li {
    margin-bottom: 10px;
}
.menu__item ul li:last-child, .menu-item ul li:last-child {
    margin-bottom: 0;
}
.menu__item:hover ul, .menu-item:hover ul,
.menu__item:active ul, .menu-item:active ul {
    /*visibility: visible;
    /*opacity: 1;*/
    display:block;
    -webkit-animation: .2s ease 0s normal forwards 1 fadein;
    animation: .2s ease 0s normal forwards 1 fadein;
    transform: translateY(0px);
}
.menu__item:last-child, .menu-item:last-child {
    margin-right: 0;
}
.menu__item a, .menu-item a {
    color: #fff;
}
.menu__haschild > a, .menu-item-has-children > a {
    padding-right: 14px;
}
.header-middle {
    padding: 20px 0;
}
.logo {
    display: inline-block;
}
.logo img {
    width: 89px;
    height: auto;
    display: block;
}
.logo-content-mobile {
    display:none
}
.form-search {
    width: 230px;
    position: relative;
}
.form-search input {
    height: 43px;
    padding: 0 16px;
    padding-right: 30px;
    border-radius: 42px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.42px;
    border: 1px solid #BBB;
    background: #FFF;
    width: 100%;
    color: #161616;
}
.btn-search {
    width: 43px;
    height: 43px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: none;
    border-radius: 50%;
    background-color: #AAAAAA;
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
}
.btn-search:hover {
    width: 63px;
    height: 35px;
    right: 5px;
    border-radius: 42px;
    background-color: #F4213A;
}
.btn-main,  .site-main .btn-main {
    font-size: 16px;
    padding: 0 30px;
    height: 60px;
    font-weight: 600;
    line-height: 93.523%;
    letter-spacing: -0.48px;
    border-radius: 45px;
    background: #F4213A;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border: none;
    transition: all 0.5s;
    position: relative;
}
.btn-main:hover, .site-main .btn-main:hover,
.btn-main:active, .site-main .btn-main:active {
    background: #FF5B6F;
    color:#fff
}
.header .btn-main {
    height: 43px;
    font-size: 15px;
    letter-spacing: -0.45px;
}
.btn-main_page, .site-main a.btn-main_page {
    color: #F4213A;
    background: #FFECEC;
}
.btn-main_page:hover, .site-main a.btn-main_page:hover,
.btn-main_page:active, .site-main a.btn-main_page:active {
    background: #F4213A;
    color: #fff;
}
.btn-main_common:hover img,
.btn-main_page:hover img {
    filter: brightness(0) invert(1);
}
.btn-main img {
    margin-right: 5px;
}
.header .btn-main_theme {
    font-size: 16px;
}
.btn-main_common {
    border: 1px solid #21735B;
    color: #279876;
    background: #FFF;
}
.btn-main_common:hover,
.btn-main_common:active {
    background: #65C1A6;
    color: #fff;
    border-color: #65C1A6;
}
.btn-main_theme {
    color: #21735B;
    background: #D3F7E5;
}
.btn-main_theme:hover,
.btn-main_theme:active {
    background: #65C1A6;
    color: #fff;
}
.btn-user {
    font-size: 12px;
    margin-left: 13px;
    color: #282828;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.btn-user__value {
    width: 22px;
    height: 18px;
    top: -8px;
    right: -2px;
    border-radius: 9px;
    background: #F4213A;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
}
.btn-user__value:empty {
    display:none
}
.btn-user__icon {
    width: 29px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-user__icon img {
    filter: brightness(0%);
    transition: all 0.3s;
}
.btn-user:hover {
    color: #F4213A;
}
.btn-user:hover .btn-user__icon img {
    filter: brightness(100%);
}
.header-middle .header__wrapper {
    justify-content: space-between;
    gap:5px;
}
.header__buttons,
.header__contacts {
    display: flex;
    align-items: center;
    gap:8px
}
.header__buttons {
    margin-left:15px
}
.header__contacts .btn-main {
    padding: 0 10px;
    min-width: 180px;
}
.header-middle {
    border-bottom: 1px #E0E0E0 solid;
}
.header-bottom {
    padding: 7px 0;
}
.btn-main.btn-main_catalog {
    height: 40px;
    padding-left: 48px;
    border: 2px transparent solid;
}
.btn-main.btn-main_catalog::after,
.btn-main.btn-main_catalog::before {
    position: absolute;
    display: block;
    content: " ";
    width: 48px;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
}
.btn-main.btn-main_catalog::after {
    background-image: url(../img/menu_active.svg);
    opacity: 0;
}
.btn-main.btn-main_catalog.active::before {
    opacity: 0;
}
.btn-main.btn-main_catalog.active::after {
    opacity: 1;
}
.btn-main.btn-main_catalog.active {
    color: #F4213A;
    border-color: #F4213A;
    background-color: #fff;
}
.nav-catalog {
    margin-left: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}
.nav-catalog a {
    color: #323232;
    display: flex;
    align-items: center;
}
.nav-catalog a img {
    margin-right: 4px;
    filter: brightness(10%);
    transition: all 0.3s;
    width:17px;
    height:17px
}
.nav-catalog a:hover,
.nav-catalog a:active {
    color: #F4213A;
}
.nav-catalog a:hover img {
    filter: brightness(100%);
}
.nav-catalog > li {
    border-right: 1px solid #323232;
    padding: 0 10px;
    margin: 0;
}
.nav-catalog > li:last-of-type {
    border-right: none;
    padding-right:0
}
.header__wrapper {
    position: relative;
}
.menu-dropdown {
    height: 75vh;
    margin-top: 20px;
    width: 1025px;
    top: 100%;
    left: 0;
    border-radius: 29px;
    background: #FFF;
    box-shadow: 0 0 37px 0 rgba(0, 0, 0, 0.25);
    position: absolute;
    display: none;
}
.menu-dropdown__left {
    padding: 11px;
    padding-top: 30px;
    width: 249px;
    border-radius: 29px;
    background: #F2F2F2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}
.menu-dropdown__left > .btn-main {
    border: 1px solid #F4213A;
    color: #F4213A;
    width: 100%;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 500;
    background-color: transparent;
    border-radius: 29px;
    margin-top: auto;
    flex: none;
}
.menu-dropdown__left > .btn-main:hover {
    color: #fff;
    background-color: #F4213A;
}
.nav-dropdown {
    width: 100%;
}
.nav-dropdown > li > a {
    height: 42px;
    padding: 0 11px;
    font-size: 22px;
    color: #282828;
    font-weight: 500;
    line-height: 181.023%;
    letter-spacing: -0.66px;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
}
.nav-dropdown > li.active > a img,
.nav-dropdown > li > a:hover img {
    filter: brightness(100%);
}
.nav-dropdown > li > a:hover,
.nav-dropdown > li.active > a {
    background: #fff;
    color: #F4213A;
}
.nav-dropdown > li > a img {
    margin-right: 8px;
    filter: brightness(10%);
    transition: all 0.3s;
}
.content-dropdown {
    display: none;
}
.nav-dropdown__menu.nav-dropdown__haschild > a::after {
    position: absolute;
    display: block;
    content: " ";
    width: 9px;
    height: 7px;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: brightness(10%);
    opacity: 0.5;
    transform: rotate(-90deg);
    transition: all 0.3s;
}
.nav-dropdown > li.nav-dropdown__menu > a {
    font-size: 16px;
    color: #555;
    font-weight: 400;
    letter-spacing: -0.48px;
}
.nav-dropdown > li.nav-dropdown__menu > a:hover,
.nav-dropdown > li.active.nav-dropdown__menu > a {
    color: #F4213A;
}
.current-menu-item-kontakt a {
    color: #F4213A !important;
}
.nav-dropdown > li.nav-dropdown__menu > a:hover::after,
.nav-dropdown > li.active.nav-dropdown__menu > a::after {
    opacity: 1;
    filter: brightness(100%);
}
.nav-dropdown > li:not(.nav-dropdown__menu) + .nav-dropdown__menu {
    margin-top: 15px;
}
.content-dropdown__head {
    margin-bottom: 20px;
    display: flex;
    align-items: end;
}
.content-dropdown__title {
    font-size: 44px;
    margin-right: 25px;
    font-weight: 600;
    line-height: 100.023%;
    letter-spacing: -1.32px;
}
.content-dropdown__head .form-search {width:195px}
.content-dropdown__head .form-search input {
    height:38px;
}
.content-dropdown__head .btn-search {
    height:38px;
    width:38px;
}
.content-dropdown {
    margin-top: 32px;
    left: 292px;
    right: 0;
    top: 0;
    height: calc(100% - 35px);
    overflow: auto;
    position: absolute;
}
.content-dropdown__columns {
    columns: 4;
}
.nav-dropdown li:first-child .content-dropdown__columns {
    columns: 4
}
.item-dropdown {
    padding-bottom: 30px;
    font-size: 14px;
    break-inside: avoid;
}
.item-dropdown li {
    margin-bottom: 10px;
}
.nav-dropdown-cutted .item-dropdown > ul > li:nth-child(n+7) {
    display:none
}
.item-dropdown.active > ul > li:nth-child(n+7) {
    display: list-item;
}
.item-dropdown li a {
    color: #555;
}
.item-dropdown li.current-menu-item a, #menu-top-header .current-menu-item a {
    color: #F4213A;
}
.item-dropdown li a:hover {
    color: #F4213A;
}
.item-dropdown li.current-menu-item a:hover, #menu-top-header .current-menu-item a:hover {
    color: #555;
}
#menu-top-header > li.menu-item-has-children > a {
    cursor:default;
}
.item-dropdown__title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #282828;
}
.link-more {
    color: #F4213A;
    padding-right: 14px;
    display: inline-block;
    position: relative;
}
.link-more::after, .item-dropdown li.has-submenu > a::after {
    position: absolute;
    display: block;
    content: " ";
    width: 9px;
    height: 7px;
    top: 5px;
    right: 0;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.3s;
}
.item-dropdown.active .link-more::after {
    transform: rotate(180deg);
    top:7px
}
.item-dropdown li.has-submenu a {
    position: relative;
}
.item-dropdown li.has-submenu > a::after {
    filter: brightness(10%);
    right:-13px
}
.item-dropdown li.has-submenu.active > a::after {
    transform: rotate(180deg);
    top:7px
}
.sk-menu__item-submenu {
    display:none;
    padding: 10px 10px 0;
}
.content-dropdown__head .btn-main {
    height: 38px;
    padding: 0 22px;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
}
.content-dropdown__head .btn-main span {
    margin-left:5px
}
.menu-dropdown__close {
    width: 29px;
    height: 29px;
    top: 26px;
    right: 26px;
    position: absolute;
    filter: brightness(10%);
    opacity: 0.2;
    background-image: url(../img/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s;
}
.menu-dropdown__close:hover {
    filter: brightness(100%);
    opacity: 1;
}
.modal-block {
    width: 627px;
    padding: 58px 70px;
    max-width: 100%;
    display: none;
    border-radius: 41px;
    background-color: #EDEDED;
    background-image: url(../img/bg_modal.svg);
    background-repeat: no-repeat;
    background-position: right -379px top -71px;
    color: #282828;
}
#modal-dir {
    overflow-x:hidden
}
.modal-block .fancybox-button svg path {
    fill: #fff;
}
.modal-block .fancybox-button {
    top: 20px;
    right: 15px;
    padding: 0 !important;
}
.title-modal {
    font-size: 44px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 93.523%;
    letter-spacing: -1.32px;
    text-align: center;
}
.descr-modal {
    font-size: 15px;
    max-width: 335px;
    margin: 0 auto;
    margin-bottom: 20px;
    line-height: 136.023%;
    letter-spacing: -0.45px;
    text-align: center;
}
.agree-form a {
    color:#F4213A;
    line-height: 170%;
    border-bottom: 1px solid #F4213A
}
.modal-block .agree-form {
    color: #555;
    line-height: 170%;
}
.item-form {
    margin-bottom: 10px;
}
.modal-block .btn-main {
    font-weight: 500;
}
.modal-block .btn-main:disabled, input.wpcf7-submit:disabled {
    background: #949494;
    opacity: .4;
    cursor: not-allowed;
}
.item-form.error-input textarea, .item-form textarea.wpcf7-not-valid,
.item-form.error-input input, .item-form input.wpcf7-not-valid {
    color: #F4213A !important;
    border-color: #F4213A !important;
}
.item-form.error-input *::-webkit-input-placeholder, .item-form.error-input *:-moz-placeholder,
.item-form.error-input *::-moz-placeholder, .item-form.error-input *:-ms-input-placeholder {
	color: #F4213A !important;
}
.item-form input.wpcf7-not-valid::-webkit-input-placeholder, .item-form input.wpcf7-not-valid:-moz-placeholder,
.item-form input.wpcf7-not-valid::-ms-input-placeholder, .item-form input.wpcf7-not-valid::-moz-placeholder {
    color: #F4213A !important;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none; // Yeah, yeah everybody write about it
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}
.text-error {
    margin-top: 8px;
    color: #F4213A;
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    display: none;
    letter-spacing: -0.3px;
}
.error-input .text-error {
    display: block;
}
.item-form .text-error {
    font-size: 11px;
}
.info-text {
    padding: 15px 20px;
    font-size: 13px;
    margin-top: 26px;
    line-height: 136.023%;
    letter-spacing: -0.39px;
    color: #A1A1A1;
    border-radius: 15px;
    border: 1px dashed #929292;
}
#modal-measurer .descr-modal {
    max-width: 344px;
}
#modal-measurer.modal-block {
    background-position: right -386px top -175px;
    overflow-x:hidden
}
.modal-block .item-form {
    margin-bottom: 9px;
}
#modal-measurer .bottom-form .btn-main {
    margin-right: 34px;
}
.modal-block .bottom-form {
    margin-top: 17px;
}
.time-block {
    position: relative;
}
.time-content {
    padding: 15px;
    width: 350px;
    top: 100%;
    margin-top: 1px;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    transform: translateY(10px);
    z-index: 10;
}
.time-block:hover .time-content {
    visibility: visible;
   /* opacity: 1;*/
    -webkit-animation: .4s ease 0s normal forwards 1 fadein;
    animation: .4s ease 0s normal forwards 1 fadein;
    transform: translateY(0px);
}
.time-content p {
    margin-bottom: 10px;
}
.time-content strong {
    font-weight: 400;
}
.time-content p b {
    color:#F4213A;
    font-size:10px;
    font-style: italic;
    display:block;
    line-height: 11px;
}
.sk-header-wishlist {
    position: relative;
}

/* SK Minicart*/
.sk-mini-cart {
    position: absolute;
    top: 66px;
    right: 0;
    background-color: #fff;
    z-index: 2;
    padding: 30px;
    width:468px;
    box-shadow: 0 4px 18px 0 #00000038;
    border-radius: 16px;
    border:1px solid #F0F4FB
}
.mini-cart-head {
    display:flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 26px;
    border-bottom: 1px solid #ECECEC;
}
.mini-cart-head > div:first-child {
    font-size:22px;
    font-weight: 600;
    line-height: 27px;
    color:#252525;
}
.mini-cart-head > div:last-child {
    color:#F4213A;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}
.cart_list.product_list_widget {
    max-height: 230px;
    overflow-y: scroll;
}
.mini_cart_item {
    display:grid;
    grid-template-columns: 1fr 6fr 1fr;
    gap:13px;
    padding:8px 0;
    border-bottom: 1px solid #ECECEC;
    margin:0 15px 0 0;
    align-items: center;
}
.mini_cart_item img {
    width:100%;
    height:auto
}
.mini_cart_item > div > a {
    display:flex;
    flex-direction: column;
    gap:5px;
    font-size:12px;
    font-weight: 400;
    color:#000
}
.mini_cart_item a:hover {
    color:#F4213A
}
.mini_cart_item .mini-cart-quantity {
    font-size:10px;
    font-weight: 500;
    color:#ABB3C3
}
.mini_cart_item .mini-cart-quantity .amount {
    font-size:14px;
    color:#000
}
.mini_cart_item .remove_from_cart_button, .woocommerce-cart-form__cart-item .remove_from_cart_button, .remove_from_wishlist_button {
    display: flex;
    justify-content: end;
}
.mini_cart_item .remove_from_cart_button:hover:before,
.woocommerce-cart-form__cart-item .remove_from_cart_button:hover:before, .remove_from_wishlist_button:hover:before {
    filter: brightness(0.5) sepia(1) hue-rotate(-40deg) saturate(5);
}
.mini_cart_item .remove_from_cart_button::before,
.woocommerce-cart-form__cart-item .remove_from_cart_button::before,.remove_from_wishlist_button::before {
    content:"";
    display:block;
    background-image: url(../img/trash.svg);
    background-size: cover;
    height:19px;
    width:16px;
}
.sk-mini-wishes .woocommerce-mini-cart__buttons {
    padding-top:30px
}
.mini-cart-fees .cart-fee {
    display:grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
    width:100%
}
.mini-cart-fees .cart-fee span {
    font-size:15px
}
.mini-cart-fees .cart-fee span:first-of-type {
    color:#F4213A
}
.mini-cart-fees .cart-fee span:last-of-type {
    justify-self: flex-end;
}
.woocommerce-mini-cart__total {
    margin:17px 0 13px;
    display:flex;
    justify-content: space-between;
    align-items: end;
}
.woocommerce-mini-cart__total {
    font-weight: 500;
    color:#252525;
}
.woocommerce-mini-cart__total strong {
    font-size:15px;
    line-height: 18px;
}
.woocommerce-mini-cart__total > span {
    font-size:23px;
    line-height: 28px;
}
.woocommerce-mini-cart__buttons a {
    display:block;
    width:100%;
    padding:18px;
    text-align: center;
    font-size:15px;
    font-weight: 600;
    color:#fff;
    background-color: #F4213A;
    border-radius: 10px;
}
.woocommerce-mini-cart__buttons a:hover {
    background-color: #FF5B6F;
}
.woocommerce-mini-cart__empty-message {
    margin-top:20px
}

/* SK Typography*/
.content-area {
    margin-bottom:80px
}
.content-area.page-card {
    margin-bottom:40px
}
.breadcrumbs {
    padding: 22px 0;
    color: #282828;
    font-size: 15px;
    line-height: 143%;
    letter-spacing: -0.45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap:wrap;
}
.breadcrumbs li::after {
    width: 14px;
    height: 14px;
    margin: 0 6px;
    content: "";
    top: -2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.breadcrumbs li:last-child::after {
    display: none;
}
.breadcrumbs li:not(:nth-last-child(2))::after {
    opacity: 0.5;
}
.breadcrumbs li a {
    color: #8B8B8B;
}
.breadcrumbs li a:hover {
    color: #282828;
}
.title-section {
    font-size: 42px;
    text-align: center;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1.26px;
    padding-bottom: 22px;
    margin: 0 auto;
    text-transform: uppercase;
}
.breadcrumbs + .title-section {
    margin-top: 0;
}
.term-description {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #282828;
}
.site-main a, .term-description a {
    color: #CC333F;
}
.site-main a:hover, .term-description a:hover {
    color: #00889F;
}
.site-main p, .site-main ol, .site-main ul:not(.slick-dots, .products, .tags-form, .tabs, .no-dots), .site-main h2, .site-main h3, .site-main h4 {
    margin: 0 0 20px;
    line-height:23px;
    color: #282828;
}
.site-main p, .site-main ol li, .site-main ul:not(.slick-dots, .products, .tags-form, .tabs, .no-dots) li {
    font-size:16px;
    font-weight: 400;
}
.site-main h2, .site-main h3, .site-main h4 {
    margin-bottom:15px
}
.site-main ul:not(.slick-dots, .products, .tags-form, .tabs, .no-dots), .site-main ol {
    padding-left:5px;
    margin-bottom: 10px;
}
.site-main li {
    margin-bottom:12px;
}
.site-main ol {
    counter-reset: item
}
.site-main ol li {
    display: block;
    position: relative;
    padding-left:28px;
}
.site-main ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #F4213A;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    position: absolute;
    left:0;
}
.site-main ul:not(.slick-dots, .products, .tags-form, .tabs, .no-dots) {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}
.site-main ul:not(.slick-dots, .products, .tags-form, .tabs, .no-dots) li {
    padding-left: 30px;
    position: relative;
}
.site-main ul:not(.slick-dots, .products, .tags-form, .tabs, .no-dots) li:before {
    content: " ";
    position: absolute;
    left: 8px;
    top: 7px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: block;
    background-color: #F4213A;
}
.woocommerce-notices-wrapper {
    display:none !important;
}
h1.entry-title {
    font-size:42px;
    line-height: 46px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin:30px 0
}
.site-main h2 {
    font-size:36px;
    font-weight: 600;
    line-height: 40px;
    clear: both;
}
.site-main h3 {
    font-size:28px;
    font-weight: 600;
    line-height: 30px;
}
.site-main * + h2 {
    margin-top:40px;
}
.site-main * + h3 {
    margin-top:30px;
}
.site-main h4 {
    margin-top:30px;
    font-size:22px;
    font-weight: 600;
    line-height: 24px;
}
.site-main > img, .site-main > p > img, .entry-content > img, .entry-content > p > img, img.size-full {
    width:100%;
    height:auto;
    margin-bottom:30px
}


/* Блок категории */
.sk-cat-block {
    padding-bottom:30px;
    margin-bottom: 30px;
    border-bottom:1px solid #E0E0E0
}
.sk-cat-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom:9px
}
.sk-cat-meta {
    display:flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom:17px
}
.sk-cat-prices span {
    font-size:25px;
    font-weight: 600;
    color:#32AC88
}
.sk-cat-prices span:last-child {
    font-size:16px;
    color:#F4213A;
    text-decoration: line-through;
}
.site-main .sk-cat-links a {
    font-weight: 500;
    font-size:15px
}
.site-main .sk-cat-links > a {
    padding:16px 30px;
    height:auto;
}
.sk-cat-links {
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:7px
}
.sk-cat-calls {
    display:grid;
    grid-template-columns: 60px auto;
    gap:7px
}
.sk-cat-whatsapp {
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 45px;
    background: #D6F3CC;
}
.sk-cat-whatsapp:hover {
    background: #ACE799;
}
.sk-cat-whatsapp:hover svg path {
    fill: #1BA842;
}
.gradient {
    background: linear-gradient(0deg, #FFFFFF 0%, #D9D9D9 100%);
    padding:13px;
    flex-wrap: nowrap;
    margin-top:35px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/*Product Card*/
ul.sk-products {
    margin-bottom:20px;
    margin-top:0;
    padding:0;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:20px
}
.has-sidebar ul.sk-products {
    grid-template-columns: 1fr 1fr 1fr;
}
.products-more ul.sk-products {
    max-height:450px;
    overflow: hidden;
    position: relative;
}
.products-more ul.sk-products:after {
    content:"";
    display:block;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.32) 32%, rgba(255,255,255,1) 99%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.32) 32%,rgba(255,255,255,1) 99%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.32) 32%,rgba(255,255,255,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    z-index:2
}
.products-more.opened ul.sk-products {
    max-height: 100%;
}
.products-more.opened ul.sk-products:after {
    content:none;
}

ul.sk-products li {
    padding: 5px;
    text-indent:0;
    margin-bottom: 0;
}
ul.sk-products li:before {
    content:none;
}
.item-product {
    padding: 5px;
    border-radius: 8px;
    min-height: calc(100% - 38px);
    border: 2px solid #E8E8E8;
    background: #FFF;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.5s;
}
.item-product:hover,
.item-product:active,
.item-product:focus {
    border-color: #FD2C2C;
    box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.15);
    z-index:2
}
.badges-card {
    top: 8px;
    left: 8px;
    position: absolute;
    z-index: 2;
}
.badge {
    width: 59px;
    height: 59px;
    margin-bottom: 8px;
    border-radius: 50%;
    display: block;
}
a.badge:hover img {
    filter: brightness(180%);
}
.badge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 50%;
}
.item-product__image, .woocommerce-LoopProduct-link {
    height: 234px;
    margin-bottom: 11px;
    border-radius: 5px;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.nd_product_discount {
    position: absolute;
    bottom:0;
    font-size: 19px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: -0.02em;
    color:#fff;
    background: #F4213A;
    border-radius: 7px;
    padding:5px 10px
}
.item-product__image img, a.woocommerce-LoopProduct-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 5px;
    margin-bottom: 0;
}
a.woocommerce-LoopProduct-link img {
    height:auto
}
.sk-product-sec-image, .sk-products > li:hover .sk-product-sec-image + .attachment-woocommerce_thumbnail  {
    display:none
}
.sk-products > li:hover .sk-product-sec-image {
    display:block
}
.item-product__top {
    margin-bottom: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-main {
    font-size: 23px;
    color: #000;
    font-weight: 700;
    line-height: normal;
}
.price-main.discount-price {
    display:flex;
    align-items: baseline;
    gap:5px;
    flex-wrap: wrap;
}
.price-main.discount-price > .amount {
    color: #F4213A;
}
.price-main.discount-price > .full-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-decoration: line-through;
    color: #171717;
}
a.item-product__title {
    margin-bottom: 15px;
    color: #535353;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size:13px;
    font-weight: 400;
}
.item-product .btn-main {
    height: 43px;
    color: #F4213A;
    margin-top: auto;
    border: 1px solid #F4213A;
    width: 100%;
    background-color: #fff;
}
.item-product .btn-main:hover {
    background: #F4213A;
    color: #fff;
}
.item-product__content {
    padding: 7px;
    padding-top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}
.btn-like {
    width: 21px;
    height: 19px;
    background-image: url(../img/product/like.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    filter: brightness(10%);
    opacity: 0.2;
    display:block
}
.btn-like.active {
    filter: brightness(100%);
    opacity: 1;
}
ul.badges-card > li {
    padding:0
}
.item-product .badge {
    width: 49px;
    height: 49px;
    margin-bottom: 5px;
}
.item-product__bottom {
    padding-top: 11px;
    width: 100%;
    text-align: center;
    display: none;
}
.item-product:hover .item-product__bottom {
    display: block;
    position: absolute;
    bottom: -35px;
    background: #fafafa;
    left: -2px;
    right: -2px;
    width: initial;
    border: 2px solid #FD2C2C;
    border-top:none;
    padding-bottom: 10px;
    box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.15);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    z-index:2
}
a.link-main {
    color: #F4213A;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.28px;
    display: inline-block;
}
a.link-main:hover {
    color: #FF4F64;
}
.sk-remove-param span {
    display:flex;
    gap:7px;
    align-items: center;
}
.product-color-mark {
    display:block;
    width:21px;
    height:21px;
    border-radius: 2px;
    position:relative;
}

.item-product .remove_from_wishlist {
    position:absolute;
    top:-10px;
    right:-10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #D6D6D6;
    background:#fff;
    color:#FE5C01;
    font-size:26px;
    line-height:31px;
    text-align:center
}
.item-product .remove_from_wishlist:hover {
    border: 1px solid #00889F;
}

/* Pagination */
.woocommerce-pagination .page-numbers {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 10px 0 20px;
    font-weight: 600;
}
.woocommerce-pagination .page-numbers li a {
    color: #337ab7;
}
.woocommerce-pagination .page-numbers li span {
    color:#000
}
.woocommerce-pagination .page-numbers li a:hover {
    color: #23527c;
}

.info-attention {
    padding: 19px 30px;
    padding-bottom: 24px;
    padding-left: 67px;
    font-size: 17px;
    margin-bottom: 9px;
    line-height: 143%;
    letter-spacing: -0.34px;
    border-radius: 20px;
    border: 1px dashed #F4213A;
    background-image: url(../img/product/ic_attention.svg);
    background-repeat: no-repeat;
    background-position: left 30px center;
}

.fast-cat-links a {
    display:inline-block;
    color:#337ab7;
    border: 2px solid #337ab7;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 4px;
    font-size: 13px;
}
.fast-cat-links a:hover {
    color:#338ecf;
    border-color:#338ecf;
}

/* SK Gallery*/
.sk-gallery {
    margin:0 0 20px;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.sk-gallery.closed {
    overflow: hidden;
    max-height: 200px;
    position: relative;
}
.sk-gallery.closed:after {
    content: '';
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.32) 32%, rgba(255,255,255,1) 99%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.32) 32%,rgba(255,255,255,1) 99%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.32) 32%,rgba(255,255,255,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
}
.sk-gallery > * {
    padding:5px;
    position: relative;
}
.sk-gallery > * span {
    position: absolute;
    top:10px;
    left:10px;
    background: #D9D9D9;
    color: #000;
    width:26px;
    height:26px;
    line-height: 27px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
}
.sk-gallery img {
    width:100%;
    height:auto;
    margin-bottom:0;
    border-radius: 18px;
}
.sk-gallery > a:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    background-image: url('data:image/false;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhAxgKKzSZkustAAACBklEQVRIx6WUz0tUURTHP2+MFolBmwpByYmIiMTxx6L20cqNg7UQwU0UrvobXLQSBqNop600cOViIBkqaNNKR2gThFnQwlAzNBcSzKeFd149582M6Xf3zjmf77n33HtfRAPZRS85cuTIUKZMmeVolaPJAUum6a03m8MtFmykZ56q1kYpeBvz3Ik/v7LEEhX66KMrjr4hH/2s13827rRgRyLT7nyce/13FUl8NBRsOQLgNe/73He+cNxeMO96dSNpeNYdVbftBFt9YiWx+3HwfGxRO06LITUG9roWg1vB6DGA+eqJ1IzPfVWL4Bk/qbrmPS+C57ztXU+HyuosLicNhkI4Cz5V9aWtqZNqD5XDyfC0quvgJSvqajoO4OeDLWUS0VsAlIE9vvOF4Wiv7m1bAiCXNPgNwApEG1znRrQMzQySl+EXABmA6AeNddC6kkkxyHEU9R1sN2mwAUDP/xgkJzsYDudKM9qOUJlPhlv8pmqpqcFCMOg6nJgIiYcN8ZFQVdvI7pDa9WpdvNOtUDVQm5yKn89u+ioccztUFGqTh39kpeQ4zcavVV/ZAolfmgUepbTcYIUyFXrIcSGOzvEg2m3cvb52HG2++Cm7nQiH+q/2LZptjhfiezHorCXf+8GPTjtkW9pcJ9PxI8r+E+Hg4olwcPNEODgT45PHwMGzzrjpov3HwvkD3DGC/I5bGe8AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTctMDMtMjRUMTA6NDM6NTIrMDE6MDAd2Wq5AAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE3LTAzLTI0VDEwOjQzOjUyKzAxOjAwbITSBQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=');
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    border-radius: 18px;
}
.sk-gallery > a:hover:before {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.open-this {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #ed313d;
    border-bottom: 1px dashed;
    margin-bottom: 30px;
    display: inline-block;
}
.open-this:hover {
    opacity:.8;
    border-bottom:1px dashed #fff
}
.opacity-link:hover img {
    opacity:.8;
}

/* Преимущества */
.advantages > * {
    margin-bottom:40px
}
.advantages img {
    min-height:70px;
    margin-bottom:10px
}
.advantages > div > div {
    font-size: 18px;
    font-weight: 600;
}
.advantage-link {
    padding: 34px 31px 24px;
    border-radius: 25px;
    color: #fff;
    background: #F4213A;
    box-shadow: 0 0 46px 0 rgba(129, 23, 35, 0.38);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.advantage-link .title-middle {
    max-width: 293px;
    display: block;
    font-size: 28px;
    font-weight: 600;
    line-height: 101.5%;
    letter-spacing: -0.84px;
    color:#fff !important;
}
.advantage-link:hover {
    background: #FB455A;
}
.advantage-link::after {
    position: absolute;
    display: block;
    content: " ";
    width: 94px;
    height: 94px;
    right: 32px;
    bottom:15px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(../img/arrow_btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*Category*/
body.category article {
    margin-bottom:30px
}
body.category article .entry-header a, body.category article .entry-content p {
    color: #282828;
    margin-bottom:10px;
    display:block;
}
body.category article .entry-header a {
    font-weight: 600;
}
body.category article .entry-header a:hover {
    color: #f4213a;
}
body.category article .entry-content a {
    color: #f4213a;
    text-transform: uppercase;
}
body.category article .entry-content a:hover {
    color: #F76375;
}
.tab-pane.site-main:not(.active) {
    display:none
}
.hidden-fields-container {
    display:none !important;
}

.youtube_video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom:20px;
    cursor:pointer;
    display:block;
}
.youtube_video:hover {
    opacity: .8;
}
.youtube_video iframe,
.youtube_video object,
.youtube_video embed,
.youtube_video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nd-fast-menu {
    display:flex;
    gap:1%;
    flex-wrap: wrap;
    margin-bottom:20px
}
.nd-fast-menu > a {
    min-height:211px;
    border-radius: 7px;
    padding:20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-basis:29%;
    background-repeat: no-repeat !important;
    background-position: center center;
    margin-bottom:10px
}
.nd-fast-menu > a:nth-child(3), .nd-fast-menu > a:nth-child(9),
.nd-fast-menu > a:nth-child(4), .nd-fast-menu > a:nth-child(10){
    flex-basis:40%;
}
.nd-fast-menu > a:hover {
    opacity: .8;
}
.nd-fast-menu > a > div {
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    color:#fff;
    margin-bottom:7px
}
.nd-fast-menu > a > span {
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
    color:#45CAA2;
}
.grey-cards {
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:10px
}
.grey-cards > div {
    padding:20px;
    background: #f3f3f3;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    margin-bottom: 15px;
}
.grey-cards > div b {
    display:block;
    margin-bottom:10px
}
.link-location {
    padding-left: 18px;
    margin-right: 29px;
    color: #F4213A;
    font-weight: 500;
    position: relative;
    display: inline-block;
    cursor: pointer;
    max-width: 110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
body.subdomen .link-location{
    max-width: 100%
}
.link-location::before {
    position: absolute;
    display: block;
    content: " ";
    top: 2px;
    left: 0;
    width: 12px;
    height: 14px;
    background-image: url(../img/loc.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.link-location:hover {
    /*opacity: 0.7;*/
}
.header__top__modal_city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 0;
    max-height: 100vh;
    padding: 18px;
    min-width: 203px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    border: 1px solid #f4213a;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
    gap: 10px;
    left: -5px;
    font-size: 15px;
}
.link-location:hover .header__top__modal_city, .header__top__modal_city:hover {
    visibility: visible;
    -webkit-animation: .4s ease 0s normal forwards 1 fadein;
    animation: .4s ease 0s normal forwards 1 fadein;
    z-index: 2;
}
.header__top__modal_city a p {
    color: #323232;
}
.header__top__modal_city a:hover p {
    color:#f4213a;
}
.header__top__modal_city a span {
    color: #777777;
    font-weight: 400;
    font-size:14px
}
.header__top__modal_city a:hover span {
    color: #F4213A;
}

/* Виджет */
#pact-widget {
    left:unset !important;
    right:calc(((100vw - 1180px) / 2) - 80px);
    padding:10px !important;
    bottom:35px !important;
}
#pact-widget ul {
    flex-direction: column;
    align-items: center;
}
#pact-widget li {
    margin-left:0 !important;
    margin-right:0 !important;
    text-align:right !important;
}
#pact-widget > ul > li > a > span {
    display:none
}
.instructions a {
    display:flex;
    align-items: center;
    gap:2px
}
.instructions a:after {
    content:"";
    display:inline-block;
    width:20px;
    height:20px;
    position:relative;
    right:-5px;
    background-image:url(../img/sun.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

/* Боковая плашка */
#calc_list_fix {
    position: fixed;
    top:50%;
    margin-top: -80px;
    right: -300px;
    width: 300px;
    height: 295px;
    padding: 5px 0 5px 5px;
    background: #F4213A;
    border: 1px solid #F4213A;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 30%);
    transition: ease 0.2s right;
    z-index: 9;
}
#calc_list_fix #close_zamer {
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 5px;
    width: 25px;
    height: 25px;
}
#calc_list_fix #close_zamer:hover svg path {
    fill:#F4213A !important;
}
#calc_list_fix .calc_list_fix_inner {
    background: #ffffff;
    border-radius: 30px 0 0 30px;
    height: 100%;
    margin-right: -3px;
}
#calc_list_fix .calc_list_fix_inner a:hover{
    color:#FF5B6F
}
#calc_list_fix .toggler {
    margin: 118px -124px 0;
    padding: 15px 30px;
    position: absolute;
    background: url(/wp-content/uploads/2024/03/calculator-vert.png);
    background-repeat: no-repeat;
    background-position: 16% 50%;
    background-size: 27px;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    transform: rotate(-90deg);
    background-color: #F4213A;
    box-shadow: 0px -15px 50px rgb(129 23 35 / 55%);
    border-radius: 30px 30px 0 0;
    width: 296px;
    right: 298px;
}
#calc_list_fix:not(.active) .toggler {
    -webkit-animation: vibro_calc 1.6s infinite linear;
    -moz-animation: vibro_calc 1.6s infinite linear;
    animation: vibro_calc 1.6s infinite linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    animation-delay: 20s;
}
#calc_list_fix .toggler::before {
    content: attr(data-before);
    padding-left: 30px;
}
#calc_list_fix .toggler::after {
    content: "";
}
#calc_list_fix .title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #312627;
    padding-top: 20px;
    margin: 0;
}
#calc_list_fix ul {
    margin: 0;
    padding: 10px 0;
    padding-left: 40px;
    list-style: none;
    line-height: 2;
}
#calc_list_fix ul li {
    line-height: 30px;
}
#calc_list_fix a {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 14px;
    letter-spacing: -0.03em;
    text-decoration-line: underline;
    color: #ED2039;
}
#calc_list_fix.active {
    right: 0;
}

.header__wrapper .logo {
    display:flex;
    gap:9px;
    align-items: center;
    min-width:285px;
    margin-right:24px
}

@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

.sk-rolls-menu {
    display:grid;
    gap:12px;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-flow:row;
    margin-bottom:30px
}
.sk-rolls-menu > a {
    border-radius: 9px;
    min-height: 245px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.02em;
    color:#fff !important;
    gap:15px;
    background-size:cover;
    width:100%;
}
.sk-rolls-menu > a > div {
    padding-left:25px;
    padding-bottom:25px;
}
.sk-rolls-menu > a > div:last-of-type {
    padding-bottom:25px;
    font-size: 17px;
    font-weight: 700;
    line-height: 19px;
    color:#45CAA2;
    display:none
}
.sk-rolls-menu > a:hover {
    opacity: .8;
}
.rolls-menu-window {
    background-image: url(/wp-content/uploads/2024/12/window.png);
    grid-column: span 3;
}
.rolls-menu-garazh {
    background-image: url(/wp-content/uploads/2024/12/garazh.png);
    grid-column: span 3;
}
.rolls-menu-resh {
    background-image:url(/wp-content/uploads/2024/12/reshetki.png);
    grid-column: span 2;
}
.rolls-menu-anti {
    background-image:url(/wp-content/uploads/2024/12/anti.png);
    grid-column: span 2;
}
.rolls-menu-skaf {
    background-image:url(/wp-content/uploads/2024/12/balkon.png);
    grid-column: span 2;
}
.rolls-menu-santeh {
    background-image:url(/wp-content/uploads/2024/12/santeh.png);
    grid-column: span 3;
}
.rolls-menu-photo {
    background-image:url(/wp-content/uploads/2024/12/photo.png);
    grid-column: span 3;
}
.vorota-menu-r {
    background-image:url(/wp-content/uploads/2024/12/vrul.png);
    grid-column: span 3;
}
.vorota-menu-s {
    background-image:url(/wp-content/uploads/2024/12/vsec.png);
    grid-column: span 3;
}
.vorota-menu-p {
    background-image:url(/wp-content/uploads/2024/12/vprom.png);
    grid-column: span 2;
}
.vorota-menu-ra {
    background-image:url(/wp-content/uploads/2024/12/vras.png);
    grid-column: span 2;
}
.vorota-menu-a {
    background-image:url(/wp-content/uploads/2024/12/vauto.png);
    grid-column: span 2;
}
.vorota-menu-o {
    background-image:url(/wp-content/uploads/2024/12/votk.png);
    grid-column: span 3;
}
.vorota-menu-pa {
    background-image:url(/wp-content/uploads/2024/12/vpan.png);
    grid-column: span 3;
}

#modal-newyear {
    background-image: url(/wp-content/uploads/2024/12/ng.png);
    background-size: cover;
    background-position: center top;
    padding-top:80px
}

@media (min-width:768px) and (max-width : 1200px) {
    .ya-site-form__search-input-layout-r:after {
        width:32px;
        height:32px
    }
}
@media only screen and (max-width : 1200px) {
    .container {
        max-width: 768px;
    }
    .content-area {
        margin-bottom:30px
    }
    .nav-catalog,
    .menu,
    .top-header-phone {
        display: none;
    }
    .header__wrapper .logo .logo-content {
        display:none;
        min-width:auto
    }
    .header__contacts .btn-main {
        width: 41px;
        height: 41px;
        margin: 0 7px;
        border-radius: 50%;
        font-size: 0;
        padding: 0;
        min-width: initial;
    }
    .header-top {
        padding: 16px 0;
    }
    .header-middle {
        padding: 8px 0;
        border: none;
    }
    .form-search  {
        top: -50px;
        width: 334px;
        right: 0;
        position: absolute;
    }
    .content-dropdown__head .form-search {
        display:none !important;
    }
    .header__wrapper {
        position: relative;
    }
    .form-search input {
        height: 32px;
        font-size: 15px;
    }
    .btn-search {
        width: 48px;
        height: 27px;
        right: 3px;
        border-radius: 42px;
        background-size: 14px auto;
    }
    .hidden-tablet {
        display: none !important;
    }
    .header__contacts .btn-main img {
        margin: 0;
    }
    .header__contacts .btn-main_theme {
        background: #F4213A;
        box-shadow: 0px 0px 9px 0px rgba(118, 22, 34, 0.58);
    }
    .header__contacts .btn-main_common {
        background: #34C55C;
        border-color: #34C55C;
        box-shadow: 0px 0px 12px 0px rgba(52, 197, 92, 0.72);
    }
    .header__contacts .btn-main_common img {
        filter: brightness(0) invert(1);
    }
    .btn-main.btn-main_catalog {
        top: -50px;
        left: 105px;
        height: 43px;
        position: absolute;
    }
    .header .logo {
        /*margin-right: 150px;*/
    }
    .header-bottom {
        padding: 0;
    }
    .header {
        box-shadow: none;
    }
    body {
        font-size: 15px;
    }
    .menu-dropdown {
        width: 738px;
    }
    .content-dropdown__columns, .nav-dropdown li:first-child .content-dropdown__columns {
        columns: 2;
    }
    .content-dropdown {
        padding-bottom: 40px;
        left: 280px;
    }
    .content-dropdown__title {
        font-size: 36px;
        margin-right: 20px;
        line-height: 100.023%;
        letter-spacing: -1px;
    }
    .menu-dropdown::after {
        position: absolute;
        display: block;
        content: " ";
        height: 73px;
        bottom: 0;
        right: 0;
        left: 280px;
        pointer-events: none;
        background: linear-gradient(180deg, rgba(254, 254, 254, 0.00) 0%, #FEFEFE 86.81%);
    }
    .breadcrumbs {
        font-size:12px
    }
    .modal-block_contact {
        background: #fff !important;
    }
    .modal-block_contact .fancybox-button svg path {
        fill: #929292 !important;
    }
    #modal-contact .btn-main {
        padding: 0 10px;
        width: 100%;
        height: 53px;
        margin-bottom: 12px;
    }
    #modal-contact .btn-main img {
        margin-right: 5px;
    }
    #modal-contact .btn-main_page {
        border: 1px solid #F4213A;
        background: #FFF;
    }
    #modal-contact .btn-main_page:hover {
        background: #F4213A;
        color: #fff;
    }
    .title-section {
        font-size:22px
    }
    ul.sk-products, .has-sidebar ul.sk-products {
        grid-template-columns: 1fr 1fr;
        gap:10px
    }
    .sk-cat-meta {
        flex-wrap: wrap;
        gap:15px
    }
    .sk-cat-links {
        flex-basis:100%;
        display:grid;
        grid-template-columns: 1fr 1fr;
        gap:10px
    }
    .advantage-link {
        padding:34px 31px
    }
    .nd-fast-menu > a, .nd-fast-menu > a:nth-child(3), .nd-fast-menu > a:nth-child(9), .nd-fast-menu > a:nth-child(4),
    .nd-fast-menu > a:nth-child(10) {
        flex-basis: 49%;
    }
    .fast-cat-links {
        height: 60px;
        white-space: nowrap;
        overflow-x: scroll;
        width:100%;
    }
    .rollet-tabs-block .tabs {
        display:flex;
        flex-wrap:wrap;
        justify-content: flex-start;
    }
    #pact-widget {
        bottom: 30px !important;
        right: -10px !important;
    }
    .sk-rolls-menu {
        grid-template-columns: 1fr 1fr;
        gap:10px;
    }
    .sk-rolls-menu > a {
        font-size:14px;
        gap:6px;
        min-height: 30vh;
    }
    .sk-rolls-menu > a > div {
        padding-left:11px;
        padding-bottom:11px
    }
    .sk-rolls-menu > a > div:last-of-type {
        padding-bottom:11px
    }
    .rolls-menu-window {
        grid-column: span 2;
    }
    .rolls-menu-garazh {
        background-image:url(/wp-content/uploads/2024/12/garazh-mob.png);
        grid-column: span 1;
    }
    .rolls-menu-resh {
        grid-column: span 1;
    }
    .rolls-menu-anti {
        background-image:url(/wp-content/uploads/2024/12/anti-mob.png);
        grid-column: span 2;
    }
    .rolls-menu-skaf {
        grid-column: span 1;
    }
    .rolls-menu-santeh {
        background-image:url(/wp-content/uploads/2024/12/santeh-mob.png);
        grid-column: span 1;
    }
    .rolls-menu-photo {
        grid-column: span 2;
    }
    .vorota-menu-r {
        grid-column: span 2;
    }
    .vorota-menu-s {
        background-image:url(/wp-content/uploads/2024/12/vsec-mob.png);
        grid-column: span 1;
    }
    .vorota-menu-p {
        grid-column: span 1;
    }
    .vorota-menu-ra {
        background-image:url(/wp-content/uploads/2024/12/vras-mob.png);
    }
    .vorota-menu-a {
        grid-column: span 1;
    }
    .vorota-menu-o {
        background-image:url(/wp-content/uploads/2024/12/vokt-mob.png);
        grid-column: span 1;
    }
    .vorota-menu-pa {
        grid-column: span 2;
    }
}



@media only screen and (max-width : 767px) {
    .header {
        box-shadow: 0 4px 6px 0 #00000012;
        padding-top: 20px;
    }
    .logo-content-mobile {
        font-size: 11px;
        font-weight: 700;
        line-height: 12px;
        letter-spacing: -0.01em;
        color:#F4213A
    }
    .header-top {
        background: transparent;
    }
    .img-responsive {
        float:none;
        width:100% !important;
        height:auto;
        margin-bottom:20px
    }
    .hidden-mobile {
        display:none !important;
    }
    .form-search {
        margin-left: 71px;
        margin-right:0;
        position: relative;
        top: 0;
        width: 100%;
        padding-bottom:10px
    }
    .header-middle {
        padding:20px 0 0;
    }
    .header__contacts {
        top: -50px;
        right: 0;
        position: absolute;
        width: 100%;
        padding-left: 70px;
    }
    .header__buttons {
        display: none;
    }
    .time-block {
        display: none;
    }
    .btn-main.btn-main_catalog {
        width: 59px;
        top: -53px;
        left: 0;
        padding: 0;
        font-size: 0;
    }
    .btn-main.btn-main_catalog::after, 
    .btn-main.btn-main_catalog::before {
        width: 100%;
    }
    .header .logo img {
        width: 56px;
    }
    .form-search input {
        height: 43px;
    }
    .btn-search {
        width: 63px;
        height: 35px;
        top:-10px
    }
    .header .logo {
        top: -45px;
        left: 0;
        position: absolute;
        margin-right: 0;
        min-width:1px;
        gap:4px
    }
    .header-top .link-location {display:none}
    .header .city-selector-mobile {
        display: inline-flex !important;
        height: 41px;
        top: auto;
        align-items: center;
        max-width: 80px;
        visibility: visible;
        margin: 0 auto 0 0
    }
    .header .city-selector-mobile span {
        font-size: 12px;
        width: auto;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .header .city-selector-mobile.link-location::before {
        top: 11px;
        width: 15px;
        height: 19px;
    }
    .header__contacts .btn-main_page {
        font-size: 14px;
        padding: 0 20px;
        width: auto;
        border-radius: 55px;
    }
    .header__contacts .btn-main_page img {
        display: none;
    }
    .header-top .header__wrapper {
        padding-left: 70px;
    }
    .header-top {
        padding: 20px 0 0;
    }
    .header__buttons {
        height: 53px;
        padding: 0 20px;
        padding-top: 3px;
        align-items: center;
        display: flex;
        justify-content: space-between;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 27px 27px 0 0;
        background: #fff;
        z-index: 800;
        box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.16);
        margin:0
    }
    .btn-user__icon {
        width: 23px;
        height: 21px;
        margin-bottom: 2px;
    }
    .btn-user__icon img {
        max-width: 100%;
        max-height: 100%;
    }
    .btn-user.show-mobile {
        display: flex !important;
    }
    .btn-user:first-child .btn-user__icon {
        width: 37px;
    }
    .btn-user:nth-child(3) {
        order: 1;
    }
    .btn-user:nth-child(5) {
        order: 5;
    }
    .header__buttons .sk-header-cart {
        order:6
    }
    .btn-user {
        font-size: 10px;
        font-weight: 600;
        color: #262626;
        margin: 0;
    }
    .btn-user__value {
        width: 19px;
        height: 15px;
        top: -6px;
        right: -2px;
    }
    .btn-user__icon img {
        opacity: 0.8;
        filter: grayscale(100%);
    }
    .header__buttons > a:first-child .btn-user__icon img,.header__buttons > a:first-child .btn-user__title {
        filter: none;
        color:#F4213A
    }
    .header__buttons > a:first-child:hover {
        opacity: .8;
    }
    .btn-user:hover .btn-user__icon img {
        opacity: 1;
    }
    .header__contacts .btn-main:last-child {
        margin-right: 0;
    }
    .menu-dropdown {
        width: 100%;
    }
    .menu-dropdown__left {
        padding: 8px;
        padding-top: 22px;
        width: 185px;
    }
    .content-dropdown {
        left: 205px;
    }
    .content-dropdown__head {
        display: block;
    }
    .content-dropdown__columns, .nav-dropdown li:first-child .content-dropdown__columns {
        columns: 1;
    }
    .content-dropdown__title {
        margin: 0;
        margin-bottom: 12px;
    }
    .item-dropdown {
        margin-bottom: 20px;
        padding-bottom:0
    }
    .menu-dropdown::after {
        left: 195px;
    }
    .modal-block {
        padding: 42px 29px;
        width: 340px;
        border-radius: 30px;
        background-image: url(../img/bg_modal2.svg);
        background-position: right top 20px;
        background-repeat: no-repeat;
    }
    .modal-block .fancybox-button svg path {
        fill: #929292;
    }
    .title-modal {
        font-size: 28px;
        text-align: left;
    }
    .descr-modal {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }
    #modal-contact .title-modal {
        text-align: center;
    }
    .modal-block form .bottom-form .btn-main {
        margin-top: 10px;
        width:100%
    }
    #modal-measurer.modal-block {
        background-position: right top 20px;
    }
    #modal-measurer .descr-modal {
        max-width: 244px;
    }
    .modal-block .fancybox-button {
        top: 10px;
        right: 5px;
    }
    .info-text {
        font-size: 11px;
    }
    .btn-search:hover {
        right: 3px;
    }
    .modal-block {
        max-height: 90vh;
        overflow: auto;
    }
    .menu-dropdown {
        height: calc(100vh - 245px);
        margin-top: 5px;
        overflow: auto;
    }
    .menu-dropdown__left {
        min-height: 100%;
        height: auto;
    }
    #modal-contact.modal-block {
        height: auto;
    }
    .item-dropdown li {
        margin-bottom: 12px;
    }
    .item-dropdown__title {
        margin-bottom: 12px;
    }
    .breadcrumbs {
        flex-wrap: nowrap !important;
        overflow-x: scroll;
        justify-content: flex-start;
    }
    .breadcrumbs li, .breadcrumbs li > * {
        white-space: nowrap;
    }
    aside#secondary {
        order:2;
        display: flex;
        flex-direction: column;
    }
    h1.entry-title {
        font-size:28px;
        line-height: 111%;
    }
    .site-main h2 {
        font-size:26px;
        line-height: 111%;
    }
    .site-main h3 {
        font-size:22px;
        line-height: 111%;
    }
    .site-main h4 {
        font-size:18px;
        line-height: 111%;
    }

    .item-product__title {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .item-product__image, .woocommerce-LoopProduct-link {
        height: 48vw;
    }
    .item-product .badge {
        width: 42px;
        height: 42px;
    }
    .item-product:hover .item-product__bottom {
        display:none
    }
    .products {
        padding-bottom: 10px;
    }
    .info-attention {
        font-size: 14px;
        padding: 18px 24px;
        padding-bottom: 20px;
        padding-left: 60px;
    }
    .sk-cat-block .products li:nth-child(n+3) {
        display:none
    }
    .site-main .sk-cat-links a {
        font-size:13px !important;
        white-space: nowrap;
        padding: 15px;
    }
    .sk-cat-links {
        grid-template-columns: 1fr;
    }
    .advantage-link {
        display:grid;
        grid-template-columns: 2fr 1fr;
        gap:10px;
        justify-content: space-between;
        align-items: center;
    }
    .advantage-link:after {
        position: unset;
        width:60px;
        height:60px;
        justify-self: flex-end;
    }
    .advantages > div > div {
        font-size:16px
    }
    .sk-cat-title {
        font-size: 28px;
        line-height: 31px;
    }
    #calc_list_fix .toggler {
        margin: 95px -101px 0;
        padding: 8px 30px;
        position: absolute;
        cursor: pointer;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 17px;
        text-align: center;
        letter-spacing: -0.03em;
        color: #FFFFFF;
        transform: rotate(-90deg);
        background-color: #F4213A;
        box-shadow: 0 -15px 50px rgb(129 23 35 / 55%);
        border-radius: 30px 30px 0 0;
        width: 235px;
    }
    #calc_list_fix .toggler {
        background:none;
        background-color: #F4213A;
        width:130px;
        right:348px;
        opacity: 0.7;
    }
    #calc_list_fix .toggler:hover, #calc_list_fix.active .toggler {
        opacity:1
    }
    #calc_list_fix.active .toggler {
        right:330px
    }
    #calc_list_fix .toggler::before {
        content:"Рассчитать";
        padding-left:0;
    }
    #calc_list_fix ul li {
        line-height: 23px;
    }
    #calc_list_fix {
        height: 235px;
        top: 65%;
        width:280px
    }
}

@media only screen and (max-width : 479px) {
    .header__contacts .btn-main {
        margin-left: 0;
        margin-right: 0;
    }
    .header__contacts {
        gap:5px;
        width: 100%;
        padding-left: 70px;
    }
    .header__contacts .btn-main_page {
        font-size: 12px;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: -0.02em;
        padding:13px 9px
    }
    body {
        font-size: 14px;
    }
    .header__contacts .header-measurer {
        font-size:0;
    }
    .header__contacts .header-measurer .hidden-desktop {
        display:block
    }
    .menu-dropdown__left {
        padding: 4px;
        padding-top: 5px;
        width: 142px;
        border-radius: 14px;
    }
    .nav-dropdown > li > a {
        height: 35px;
        padding: 0 8px;
        font-size: 16px;
    }
    .nav-dropdown > li.nav-dropdown__menu > a {
        font-size: 13px;
    }
    .content-dropdown {
        left: 155px;
        margin-top: 15px;
        height: calc(100% - 15px);
    }
    .content-dropdown__title {
        font-size: 24px;
    }
    .menu-dropdown {
        border-radius: 14px;
        height: calc(100vh - 210px);
    }
    .menu-dropdown__close {
        width: 23px;
        height: 23px;
        top: 16px;
        right: 19px;
    }
    .content-dropdown__head .btn-main span {
        display: none;
    }
    .content-dropdown__head {
        margin-bottom: 16px;
    }
    .menu-dropdown::after {
        left: 150px;
    }
    .menu-dropdown__left > .btn-main {
        font-size: 12px;
        border-radius: 13px;
        height: 40px;
    }
    .modal-block {
        padding: 38px 26px;
        border-radius: 16px;
    }
    .modal-block .fancybox-button {
        top: 1px;
        right: 1px;
        padding: 5px !important;
    }
    .item-product .badge {
        width: 29px;
        height: 29px;
        margin-bottom: 2px;
    }
    .item-product {
        padding: 3px;
    }
    .badges-card {
        top: 6px;
        left: 6px;
    }
    .badge {
        width: 45px;
        height: 45px;
        margin-bottom: 5px;
    }
    .price-main {
        font-size: 20px;
    }
    .btn-like {
        width: 18px;
        height: 16px;
    }
    .item-product__content {
        padding: 3px;
        padding-top: 0;
    }
    .item-product__title {
        font-size: 12px;
        -webkit-line-clamp: 4;
    }
    .item-product .btn-main {
        height: 34px;
        font-size: 14px;
        padding:0 15px
    }
    .link-main {
        font-size: 13px;
    }
    .item-product__bottom {
        padding-top: 8px;
    }
    .nd-fast-menu {
        display:grid;
        grid-template-columns: 1fr 1fr;
        gap:10px
    }
    .nd-fast-menu > a {
        padding:10px;
        min-height:135px;
        background-size: cover !important;
    }
    .nd-fast-menu > a > div {
        font-size:14px;
        line-height: 105%;
        margin-bottom:6px
    }
    .nd-fast-menu > a > span {
        font-size:12px;
        line-height: 111%;
    }
    .grey-cards {
        grid-template-columns: 1fr;
    }
    .rollet-tabs-block .tabs li {
        flex-basis:100%;
        margin-bottom:10px
    }
    .rollet-tabs-block .tabs li a {
        width:100%;
        height:35px
    }
    .rollet-tabs-block .selectize-input input, .rollet-tabs-block select {
        font-size:16px;
    }
}
@media only screen and (max-width : 399px) {
    .header .city-selector-mobile span {
        width:38px;
    }
}

@media only screen and (max-width : 359px) {
    .header .city-selector-mobile span {
        width: 35px;
    }
    .header .city-selector-mobile span {
        display:none
    }
}



@media only screen and (min-width : 1200px) {
    .hidden-desktop {
        display: none !important;
    }
}
@media only screen and (min-width : 768px) {
    .header .show-mobile {
        display: none !important;
    }
}
