:root {
    --font: #1F2123;
    --red: #ED1C24;
    --grey: rgba(87, 92, 98, 1);
    --bgrey: #EFF3F6;
}

* {
    box-sizing: border-box;
}
::-webkit-scrollbar-button {
	background-repeat: no-repeat;
	width: 3px;
	height: 3px;
}

::-webkit-scrollbar-track {
	background-color: #EFF3F6;
}

::-webkit-scrollbar-thumb {
	background-color: var(--grey);
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

::-webkit-scrollbar-thumb:hover {
	background-color: var(--grey);
}

::-webkit-resizer {
	background-repeat: no-repeat;
	width: 3px;
	height: 0px;
}

::-webkit-scrollbar {
	width: 3px;
}

.pr{
    position: relative;
}
.mainbanner-preview_slider .slick-track {
    margin-left: auto;
    margin-right: auto;
}
.mainbanner-preview_slider_wrap .slick-list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.animinput{ 
    overflow: hidden; 
}
.replacement__goods .animinput .animinput-label{
    min-width: max-content;
}

.mainbanner-preview_slider_wrap .item {
    width: 1.5em;
    margin-left: 0.5em;
}

.mainbanner-preview_slider_wrap {
    margin-top: 0.95em;
    width: 100%;
    padding-left: 5em;
    padding-right: 5em;
    margin-bottom: 1.893em;
}

.mainbanner-preview_slider .item-img {
    height: 4.5em;
    width:  4.5em;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 0.2em;
    border-radius: 50%;
    filter: grayscale(75%);
    transition: all .3s;
}

.mainbanner-preview_slider .item:hover .item-img{
    filter: grayscale(0%);
}

html {
    font-size: 1.1vw;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    line-height: 160%;
}

input,
select,
textarea,
button {
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
}

html,
body {
    height: fit-content;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all 0.2s;
}

a:hover {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

ul {
    list-style: none;
    list-style-image: none;
}

.nav {
    display: none;
}

.mob {
    display: none !important;
}

.header {
    position: fixed;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 10%;
    padding-right: 10%;
    z-index: 5;
    box-shadow: 0px 0px 21px -2px rgb(60 61 74 / 12%);
    background: white;
    width: 100%;
    top: 0;
    transition: all .2s;
}

.header input[type="search"] {
    width: 100%;
    padding: 0;
    border: none;
    outline: none;
    line-height: 1.375em;
    padding: 0 0.625em;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

body>.container:first-child {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 21px -2px rgb(60 61 74 / 12%);
}

.mainbanner-top:not(.slick-initialized) .item:not(:first-child) {
    position: absolute;
    opacity: 0;
}

.search-btn>svg {
    width: 0.875em;
    height: auto;
    display: block;
}

.search-btn {
    border: 0;
    position: absolute;
    background: none;
    right: .375em;
    top: 0%;
    bottom: 0%;
    display: block;
    padding: 0.25em 0.25em;
    cursor: pointer;
}

.container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.footer>.wrapper{
    display: block;
}

.sidebar-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.container-head {
    padding-left: 10%;
    padding-right: 10%;
    box-shadow: 0px 0px 21px -2px rgba(60, 61, 74, 0.12);
    padding-bottom: 0.65em;
    padding-top: 0.65em;
    margin-bottom: 4em;
}

nav ul {
    display: flex;
    align-items: center;
    color: var(--font);
    padding: 0%;
    margin: 0%;
}

nav a {
    color: var(--font);
}

.sidebar-menu {
    display: flex;
    padding: 0;
}

.sidebar-menuadd {
    display: flex;
    align-items: center;
    padding: 0;
}

.sidebar-menuadd ul {
    display: flex;
    align-items: center;
    padding: 0;
    color: var(--font);
    margin: 0;
}

.menu a:hover {
    color: var(--red) !important;
    transition: all 0.3s;
}

.menu a {
    transition: all 0.3s;
}

.home .sidebar-logo {
    transition: all .2s;
    width: 7.6em;
}

.sidebar-logo img {
    width: 100%;
    display: block;
}

.sidebar-search {
    width: 11em;
    position: relative;
    margin-right: 1em;
}

.header input[type="search"]:focus {
    border-bottom: 1px solid var(--red);
    transition: all 0.3s;
}

.header input[type="search"]:active {
    border-bottom: 1px solid var(--red);
    transition: all 0.3s;
}

.header input[type="search"] {
    border-bottom: 1px solid var(--font);
    transition: all 0.3s;
}

.page-template-calendar footer>.wrapper{
    flex-direction: column;
}

.social_links a {
    margin-right: 0.375em;
}

.social_links a:first-child {
    margin-left: 1em;
}

.social_links {
    display: flex;
    margin-right: .625em;
}

.product-aside-section.marker_variations_2 .tit,
.product-aside-section.marker_variations_3 .tit,
.product-aside-section.marker_variations_4 .tit,
.product-aside-section.marker_variations_5 .tit,
.product-aside-section.marker_variations_6 .tit{
    display: none;
}

.cat-btn{
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0.02em;
    position: fixed;
    left: -1px;
    background-color: white;
    color: var(--red);
    box-shadow: 0px 2px 20px -8px rgba(60, 61, 74, 0.25);
    border: solid 1px var(--red);
    z-index: 4;
}

.cat-btn strong{
    line-height: 1.35;
    font-weight: 700;
}

.cat-btn p{
    margin: 0;
}

.langbox-langs {
    position: absolute;
    top: 85%;
    left: -1em;
    transition: all 0.2s;
    background: #fff;
    box-shadow: 0px 0px 21px -2px rgb(60 61 74 / 12%);
    padding: .675em 1em;
    opacity: 0;
    visibility: hidden;
}

header .menu-item-has-children {
    position: relative;
}

.sub-menu {
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    top: 107%;
    left: -1em;
    background: #fff;
    box-shadow: 0px 0px 21px -2px rgb(60 61 74 / 12%);
    padding: 0.675em 1em;
        width: max-content;
    max-width: 15em;
}

.langbox:hover .langbox-langs {
    opacity: 1;
    visibility: visible;
    color: var(--red);
}

.langbox-langs>a:hover {
    color: var(--red);
}

.langbox {
    text-transform: capitalize;
    position: relative;
}

.langbox a {
    color: var(--font);
    padding: .675em 0em;
}

a.current_lang {
    padding: .675em 0em;
    display: block;
}

.current_lang:after {
    margin-left: 0.3em;
    content: '';
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    background-image: url(./images/chevron_down.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.navigation_mob {
    display: none;
}

.container>.content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    color: rgba(31, 33, 35, 1);
    opacity: 0.24;
    margin-top: 4em;
    margin-bottom: 9em;
}

.developer{
    color: var(--grey);
}
.developer>span {
    font-weight: 900;
}

.new-section {
    position: relative;
    margin-bottom: .9375em;
}



.new-section>span {
    color: var(--red) !important;
    font-size: 1.125em;
    font-weight: 400;
    padding-right: .83em;
    display: inline-block;
    background: white;
    text-transform: uppercase;
}

.new-section::before {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--red);
    z-index: -1;
}

.social_links svg:hover path {
    fill: var(--red);
    transition: all .3s;
}

.social_links svg {
    height: auto;
    width: 1.5em;
    display: block;
}

.social_links svg:hover circle {
    stroke: var(--red);
    transition: all .3s;
}

.social_links path {
    transition: all .3s;
}

.social_links circle {
    transition: all .3s;
}

.mainbanner {
    width: 100%;
    position: relative;

}

.mainbanner-top {
    width: 100%;
    margin-bottom: 2.5em;
    position: relative;
}

.mainbanner-top>.item {
    width: 100% !important;
    height: 100% !important;
}

.wrapper {
    width: 100% !important;
    height: 100% !important;
    display: flex;

}

.mainbanner-top .slick-list {
    box-shadow: 0px 8px 30px -8px rgba(60, 61, 74, 0.15);
}


.img {
    width: 50%;
    padding-top: 21.5em;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: cover;
}
.img > a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.img>.item-size {
    text-transform: uppercase;
    padding: 1.25em 1.875em;
    position: absolute;
    right: 0;
    bottom: 0;
}

.related_item{
    color: var(--font);
}

.mainbanner-top .item-desc {
    width: 50%;
    padding: 0em 2.55em;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-bottom: 5.68em;
}

.red-btn {
    background-color: var(--red);
    border-radius: 3px;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 130%;
    color: white !important;
    transition: all 0.5s;
    display: flex;
    padding: 0.75rem 1.25rem;
    box-shadow: 0px 2px 20px -8px rgba(60, 61, 74, 0.25);
    width: fit-content;
    margin-bottom: 0em !important;
}

.desc-tit p{
    margin: 0;
    font-weight: 400;
}

.desc-tit span{
    font-weight: 400;
    max-height: 4.5em;
    overflow: hidden;
    display: block;
}

.red-btn img {
    margin-left: 1em;
    width: 2em;
}

.red-btn:hover {
    box-shadow: 0px 5px 20px -6px #ED1C24;
}

.mainbanner-top .item-desc h3 {
    font-weight: 800;
    font-size: 2em;
    line-height: 120%;
    color: var(--font);
    margin-top: 0em;
    display: block;
    margin-bottom: 0.625em;
}

.mainbanner-top .item-desc p {
    margin: 0;
}

.tag_forms {
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 130%;
    color: var(--red);
    text-transform: uppercase;
    display: block;
    margin-bottom: 1.1em;
}

.mainbanner-top .item-desc a {
    color: var(--font);
}

.desc-text {
    font-weight: 600;
    font-size: 1.15em;
    line-height: 140%;
    color: var(--font);
    margin-bottom: 1.1em;
}

.item-size>span {
    display: inline-block;
    text-align: center;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.item-size>span:last-child {
    margin-left: 2.4em;
}

.item-size{
    margin-bottom: 0.8em;
}

.mainbanner .sl-div {
    display: block;
    position: absolute;
    width: fit-content;
    padding: 0em 1.25em;
    bottom: 18.5%;
    right: 25%;
    z-index: 4;
    transform: translateX(50%);
    margin-bottom: 0;
    width: 35.5%;
    padding-right: 0.25em;
}

.mainbanner .sl-div .slick-prev,
.mainbanner .sl-div .slick-next{
    bottom: 0;
}

.sl-div {
    display: flex;
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 0em 1.25em;
    line-height: 0%;
    margin-bottom: 3.75em;
}

.sl-div .slick-prev {
    position: absolute;
    bottom: -16.2%;
    right: 100%;
    background-image: url(./images/slide-left.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border: none;
    font-size: 0%;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    background-color: white;
    transform: translate(0px, -31%);
}

.mainbanner-preview_slider .slick-current>.item-img {
    border: 1px solid var(--red);
    filter: grayscale(0%)
}

.sl-div .slick-next {
    position: absolute;
    bottom: -16.2%;
    left: 100%;
    background-image: url(./images/slide-right.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border: none;
    font-size: 0%;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    background-color: white;
    transform: translate(0px, -31%);
}

.sl-div .slick-dots {
    display: flex;
    padding: 0;
}

.sl-div .slick-dots button {
    padding: 0%;
    font-size: 0%;
    height: 1rem;
    width: 1rem;
    background-image: url(./images/dot.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    background-color: white;
}

.sl-div .slick-active button {
    padding: 0%;
    font-size: 0%;
    height: 1rem;
    width: 1rem;
    background-image: url(./images/dot-active.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    background-color: white;
}

.slick-dots li:not(:first-child) {
    margin-left: 0.5rem;
}

.main-items {
    margin-bottom: 0;
    margin-left: -0.75em;
    margin-right: -0.75em;
}
.main-items:not(.slick-slider){
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.catalog-items.main-items{
    justify-content: unset;
}
.main-items .slick-list {    
    padding-bottom: 2.5em;
}


.catalog-item-wrap {
    padding: 0 0.75em;
}

.catalog-item-wrap {
    width: 25%;
}

.catalog-item {
    box-shadow: 0px 8px 20px -8px rgba(60, 61, 74, 0.15);
    transition: all .3s;

}

.catalog-item:hover {
    box-shadow: 0px 12px 30px -8px rgba(60, 61, 74, 0.25);
    transition: all .3s;
}

.menu-item>a {
    position: relative;
}

.menu-item>a:after {
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--red);
    content: "";
    transition: width 0.3s ease-out;
}

.menu-item>a:hover:after,
.menu-item>a:focus:after {
    width: 100%;
}

.up-btn{
    position: fixed;
    bottom: 10%;
    right: 4%;
    border: none;
    background-color: transparent;
    background-image: url(./images/btn-up-2.svg);
    background-size: 132%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    cursor: pointer;
    width: 3.77rem;
    padding-top: 3.77rem;
    z-index: 4;
}

.catalog-item .item-desc {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 0.9em;
    line-height: 150%;
    color: var(--font);
}

.d-pad {
    padding: 0.7em 1.25em;
    padding-top: 0.2em;
}

.d-pad .desc-tit {
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    line-height: 140%;
    margin: 1em 0em;
    color: var(--font);
    height: 5.6em;
    overflow: hidden;
}

.catalog-item-shadow {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 15em;
    width: 100%;
}

.subscribe.replacement__goods {
    background: #EFF3F6;
    min-height: 146px;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.replacement__goods .flexrow {
    flex-wrap: wrap;
}

.replacement__goods .flexrow-cell {
    margin-bottom: 16px;
}

.replacement__goods.subscribe .subscribe-tit {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 15px;
}

.replacement__goods .subscribe-text {
    margin-bottom: 20px;
}

.replacement__goods.subscribe .subscribe-text {
    line-height: 24px;
    color: rgba(87, 92, 98, 1);
    font-weight: 700;
font-size: 16px;
line-height: 150%;
}

.replacement__goods .flexrow {
    flex-wrap: wrap;
}
.replacement__goods .form{
    max-width: 740px;
}

.replacement__goods .flexrow-cell {
    padding-left: 8px;
    padding-right: 8px;
}

.replacement__goods .animinput .animinput-label {
    display: block !important;
    position: absolute;
    font-size: 14px;
    color: rgba(87, 92, 98, 1);
    left: 12px;
    line-height: 1;
    top: 19px;
    text-transform: uppercase;
    transition: 0.3s;
    z-index: 2;
    font-weight: 600;
    cursor: text;
}

.replacement__goods .animinput input[type=file] {
    position: absolute;
    opacity: 0;
    padding: 14px 12px;
    font-size: 12px;
    line-height: 1;
    z-index: 2;
    max-width: 100%;
}

.replacement__goods .animinput .animinput-file-label {
    width: 100%;
    display: block;
    background: #FFDADB;
    border-radius: 4px;
    color: #575C62;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
    padding: 17px 12px;
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word;
}

.wpcf7 input[type="file"] {
    cursor: pointer;
}

.wpcf7-form-control-wrap.change_img2,
.wpcf7-form-control-wrap.change_img1{
    position: absolute;
    width: 100%;
}

.wpcf7-form-control-wrap{
    display: block;
}

.wpcf7-not-valid-tip{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: absolute;
    font-size: 8px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: .04em;
    text-transform: uppercase;
    right: 0;
    padding: 4px 12px 5px;
    bottom: 0;
}

.wpcf7 br{
    display: none;
}

.wpcf7 form .wpcf7-response-output{
    box-sizing: border-box;
    margin: 16px 0 0;
    border-radius: 8px;
    text-align: left;
    padding: 16px 12px;
    color: #f44336;
    border: 2px solid #f44336;
    font-size: 14px;
    line-height: 1.2;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #009688;
    color: #009688;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #f44336;
    color: #f44336;
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #ff5722;
    color: #ff5722;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #f44336;
    color: #f44336;
}

.wpcf7 .ajax-loader,
.wpcf7-spinner{
    position: absolute;
}
.subscribe-form-datas_input, .subscribe-form-datas_btn{
    position: relative;
}
.wpcf7-spinner{
    top: 100%;
    left: 0;
}

@media(min-width: 993px){
    .page-template-contacts .subscribe-form-text { /*
        width: 55%; */
        width: 34%;
    }
}

.page-template-contacts .agensies .agensies-item .item-desc {
    padding-left: 0;
}

.page-template-contacts:not(.home) header + * {
    margin-top: 6em;
}

@media (min-width: 993px){
    .header .menu li a{
        font-size: .9em;
    }
    .cat-btn strong{
        font-size: 1.1278em;
    }
    .cat-btn{
        font-size: 1.125em;
        bottom: 10%;
        border-radius: 0px 100px 100px 0px;
        padding: 1.1111em 2.278em 1em 1.667em;
    }

    .page-template-contacts footer{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .page-template-contacts footer>.wrapper{
        flex-direction: column;
        padding-right: 0;
        padding-left: 0;
    }

    .header .menu > li{
        padding-top: .675em;
        padding-bottom: .675em;
    }
    .sub-menu {
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s;
    }

    header .menu-item-has-children:hover .sub-menu {
        opacity: 1;
        visibility: visible;
    }
    header li:not(:last-child) {
        margin-right: 1.2em;
    }

    body:not(.home) header + * {
        margin-top: 6em;
    }
    .fixm .sidebar-logo,
    .sidebar-logo{
        width: 4.83em;
    }

    .search.search-results header + * {
        margin-top: 7.6em !important;
    }
}

@media (max-width: 992px) {
    .menu {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        font-weight: 400;
        font-size: 1.5em;
        line-height: 137.5%;
        text-align: left;
    }

    .cat-btn{
        font-size: 1.23em;
        bottom: 1.125em;
        border-radius: 0px 30px 30px 0px;
        padding: 1.25em 1.3em 1.05em .95em;
    }
    
    .cat-btn strong{
        font-size: 1.25em;
    }

    .sub-menu li:first-child {
        padding: 0.675em 1em;
    }

    .sub-menu li:not(:first-child) {
        padding: 0.675em 1em;
        padding-top: 0;
    }

    .sub-menu li {
        margin: 0 !important;
    }

    .sub-menu {
        position: static;
        box-shadow: none;
        padding-bottom: 0;
        opacity: 1;
        visibility: visible;
        display: none;
        padding: 0;
    }

    .container {
        width: 90%;
    }

    .menu-item-has-children>a::after {
        display: block;
        position: absolute;
        background-image: url(./images/cat-active.svg);
        width: 0.6em !important;
        height: 0.6em;
        width: 0.75em;
        background-color: white;
        background-repeat: no-repeat;
        background-size: 100%;
        top: 0%;
        background-position: center;
        transform: translateY(75%);
        transition: all .3s;
        margin-left: .5em;
        left: 100%;
    }

    .show>a:after {
        transform: translateY(75%) rotate(180deg);
        transition: all .5s;
    }

    .header {
        position: fixed;
    }

    html {
        font-size: 1.4vw;
    }

    .container>.content {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .sl-div {
        margin-bottom: 3em;
    }

    .sidebar-menu li:not(:first-child) {
        margin-top: 0.83em;
    }

    .nav {
        background: none;
        width: 5em;
        height: 4.5em;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 5%;
        z-index: 10;
        border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
        padding-left: 1em;
        padding-right: 0;
        transition: all .2s;
        top: 50%;
        transform: translateY(-50%);
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        overflow: hidden;
    }

    .nav svg {
        fill: none;
        stroke: var(--red);
        stroke-width: 7px;
        stroke-linecap: round;
        stroke-linejoin: round;

    }

    .nav svg use:nth-of-type(1) {
        opacity: 1;
        stroke-dashoffset: 221;
        stroke-dasharray: 46 249;
        transition: stroke-dashoffset .12s linear .2s, stroke-dasharray .12s linear .2s, opacity 0s linear .2s;
    }

    .nav svg use:nth-of-type(2) {
        animation: stroke-animation-reverse 1.2s ease-out forwards;
    }

    .nav input {
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 2;
        cursor: pointer;
        opacity: 0;
    }

    .nav input:checked+svg use:nth-of-type(1) {
        stroke-dashoffset: 175;
        stroke-dasharray: 0 295;
        opacity: 0;
        transition: stroke-dashoffset .07s linear .07s, stroke-dasharray .07s linear .07s, opacity 0s linear .14s;
    }

    .nav input:checked+svg use:nth-of-type(2) {
        animation: stroke-animation 1.2s ease-out forwards;
    }

    .related {
       display: flex;
       box-shadow: 0px 8px 30px -8px rgb(60 61 74 / 15%);
    }

    @keyframes stroke-animation {
        0% {
            stroke-dashoffset: 295;
            stroke-dasharray: 25 270;
        }

        50% {
            stroke-dashoffset: 68;
            stroke-dasharray: 59 236;
        }

        65% {
            stroke-dashoffset: 59;
            stroke-dasharray: 59 236;
        }

        100% {
            stroke-dashoffset: 68;
            stroke-dasharray: 59 236;
        }
    }

    @keyframes stroke-animation-reverse {
        0% {
            stroke-dashoffset: 68;
            stroke-dasharray: 59 236;
        }

        50% {
            stroke-dashoffset: 290;
            stroke-dasharray: 25 270;
        }

        65% {
            stroke-dashoffset: 295;
            stroke-dasharray: 25 270;
        }

        100% {
            stroke-dashoffset: 290;
            stroke-dasharray: 25 270;
        }
    }

    .sidebar-menuadd {
        padding-left: 0;
        padding-right: 6em;
    }

    .sidebar-content {
        justify-content: space-between;
    }

    .menu-menu-en-container {
        display: none;
    }

    .menu-menu-en-container {
        display: block;
    }

    .sidebar-menu {
        padding-left: 4.5em;
        padding-right: 4.5em;
        padding-top: 7em;
        height: 100vh;
        width: 100vw;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 5;
        background-color: white;
        transform: translateX(100%);
        transition: all .5s;
    }

    .active-menu .sidebar-menu {
        transform: translateX(0%);

    }

    .active-menu {
        overflow: hidden;
    }

    li > a {
        color: var(--font);
    }

    .mainbanner-top .item-desc h3{
        font-size: 1.5714em;
    }
}

.subscribe-form {
    font-size: 16px;
    padding: 1.8em 2.5em;
    background: var(--bgrey);
}

.flexrow {
    display: flex;
    align-items: center;
}

.subscribe-form-text { /*
    width: 32%; */
    width: 55%;
}

.subscribe-form-text>.subscribe-tit {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 137.5%;
    color: var(--font);
    margin-bottom: 0.16em;
}

.subscribe-form-text>.subscribe-text {
    font-size: 1em;
    font-weight: 400;
    line-height: 138%;
    color: rgba(31, 33, 35, 0.32);
}

.subscribe-form-datas {
    margin-left: 1.8em;
    width: 66%;
}

.subscribe-form-datas_btn {
    margin-left: 1.25em;
    width: 30%;
}

.animinput-label {
    display: none !important;
}

.subscribe-form-datas_btn input[type="submit"] {
    background: none;
    padding: 1.035em 1.715em;
    color: white;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.875em;
    background-color: var(--red);
    border-radius: 0.25em;
    background-image: url(./images/btn-arr.svg);
    background-repeat: no-repeat;
    background-position-x: 85%;
    background-position-y: center;
    padding-right: 4.5em;
    cursor: pointer;
    transition: all .3s;
    width: 100%;
    line-height: 1.357em;
}

.subscribe-form-datas_btn>.ajax-loader {
    display: none;
}

.subscribe-form-datas_btn input[type="submit"]:hover {
    box-shadow: 0px 5px 20px -6px #ED1C24;
}

.wpcf7-form-control-wrap input[type="email"] {
    border: none;
    padding: 1.45em 1em;
    font-size: 0.75em;
    line-height: 110%;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0.25em;
    outline: none;
    width: 100%;
}

.subscribe-form-datas_input {
    width: 70%;
}

.boxSendpulse input[type="text"],
.boxSendpulse input[type="email"]{
    font-family: 'Open Sans', sans-serif;
    font-size: .75em;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    padding: 1.45em 1em;    
    border-radius: 0.25em;
    outline: none;
    background: #FFFFFF;
    height: 4em;
}
.boxSendpulse button{
    font-family: 'Open Sans', sans-serif;
    font-size: .875em;
    line-height: 1.357em;
    font-weight: 600;
    text-transform: uppercase;    
    padding: 1.035em 4.5em 1.035em 1.715em;
    color: #fff;
    border: none;   
    background-color: var(--red);
    border-radius: .25em;
    background-image: url(images/btn-arr.svg);
    background-repeat: no-repeat;
    background-position-x: 85%;
    background-position-y: center;
    padding-right: 4.5em;
    cursor: pointer;
    transition: box-shadow .3s;
    height: 3.4285em;
}
.boxSendpulse button:hover{
    box-shadow: 0px 5px 20px -6px #ED1C24;
}
@media(min-width: 651px){
    .boxSendpulse > form{
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 1.25em;
    }
    .boxSendpulse input[type="text"],
    .boxSendpulse input[type="email"],
    .boxSendpulse button{
        width: calc(33.33% - .833em);
    }
}
@media(max-width: 650px){
    .boxSendpulse > form{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1em;
    }
}

.footer {
    margin-top: 5em;
}



.page-template-calendar .desc-size,
.search-results .desc-size{
    width: 50%;
    text-align: center;
    margin-left: -.72em;
    color: rgba(87, 92, 98, 1);
}

.page-template-calendar .desc-size:first-child,
.search-results .desc-size:first-child{
    order: 1;
    margin-right: -.72em;
}

@media (min-width: 651px) and (max-width: 992px){
    .subscribe.replacement__goods .subscribe-form-text {
        width: 26em;
    }
}

@media (min-width: 651px) {
    .search-results .catalog-items{
        width: calc(100% + 5em);
        margin-bottom: 0;
        margin-left: 0em;
    }

    .search-results .catalog-item-wrap{
        width: 25.37%;
        margin-bottom: 1.25em;
        margin-left: -1.225em;
    }
    
}

@media (max-width: 992px) and (min-width: 651px) {
    .header {
        padding-left: 5%;
        padding-right: 5%;
    }
    body:not(.fixm) .header {
        padding-top: 1.875em;
        padding-bottom: 1.875em;
        box-shadow: 0px 0px 21px -2px rgb(60 61 74 / 0%)
    }
    body:not(.fixm) .sidebar-logo img{
        height: 3.5715em;
    }
    body.fixm .sidebar-logo img{
        height: 2.8571em;
    }
    .sidebar-menu {
        overflow-x: hidden;
        overflow-y: auto;
    }
    header + * {
        margin-top: 8em;
    }
    .subscribe-form > .flexrow{
        flex-wrap: wrap;
    }
    .subscribe-form-text{
        width: 100%;
    }
    .subscribe-form-datas{
        margin-top: 1em;
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 779px) {
    html {
        font-size: 1.8vw;
    }

    .up-btn{
        bottom: 7%;
    }
    .img {
        height: 24.5em;
    }

    .mainbanner-top .item-desc {
        width: 50%;
        padding-left: 2.73em;
        padding-right: 2.73em;
        padding-top: 3.51em;
        padding-bottom: 3.51em;
    }

    .img > .item-size span:nth-child(2n+1){
        font-size: 1.25em;
        line-height: 1.2;
    }
    .img > .item-size span:nth-child(2n){
        font-size: .875em;
        line-height: .944;
    }
}

@media (min-width: 652px){
    .mob-disable + br{
        display: none;
    }
}

@media (max-width: 651px) {
    html {
        font-size: 3.8929vw;
    }

    .main-items .slick-list {    
        height: 100%;
    }

    header + * {
        margin-top: 6em;
    }

    .header {
        padding-left: 7.3%;
        padding-right: 7.3%;
    }

    .social_links svg {
        display: block;
        width: 2.0625em;
        height: 2.0625em;
    }

    .search-btn>svg {
        display: inline-block;
        width: 2em;
        height: 2em;
    }


    .sidebar-content>.sidebar-logo {
        display: block;
        width: 4.75em;
        transition: all .5s;
        top: 1.5625em;
        order: 2;
        align-self: baseline;
    }

    .sidebar-menuadd {
        display: none;
    }

    .sidebar-menuadd {
        display: block;
    }


    .container {
        width: 100%;
    }

    .sidebar-logo {
        display: none;
    }

    .current_lang:after {
        display: none;
    }

    .current_lang {
        color: var(--red) !important;
    }

    .langbox {
        display: flex;
        right: 58%;
    }

    .langbox-langs {
        display: flex;
        flex-direction: row;
    }

    .langbox a {
        padding: 0;
        color: var(--font);
        margin: 0;
        list-style: none;
        font-weight: 400;
        font-size: 1.5em;
        line-height: 137.5%;
        text-align: left;
    }

    .langbox a:not(:last-child) {
        margin-right: 1.25em;
    }

    .red-btn {
        display: none;
    }

    .mainbanner-top .item-desc {
        width: 100%;
        text-align: center;
        overflow: hidden;
    }

    .img {
        width: 100%;
    }

    .wrapper {
        display: flex;
        flex-direction: column;
    }

    .mainbanner-top {
        margin: 0%;
    }

    .new-section {
        text-align: center;
    }

    .new-section>span {
        padding-left: 0.5em;
        padding-right: 0.5em;
        font-size: 2.25em;
        width: fit-content;
        max-width: 57%;
        line-height: 137.4%;
    }

    .mainbanner-top .slick-list {
        box-shadow: none;
    }

    .search-btn{
        right: 0;
        padding: .75em;
    }

    .search-btn svg {
        width: auto;
        height: 1.25em;
    }

    .header {
        padding-top: 1.5625em;
        padding-bottom: 1.5625em;
        position: absolute;
    }

    body:not(.fixm) header{
        box-shadow: 0px 0px 21px -2px rgb(60 61 74 / 0%);
    }

    .mob {
        display: block !important;
        margin-left: 0%;
        width: 4.6em !important;
    }

    .mainbanner .search-btn path {
        stroke: white;
    }

    .mainbanner .item-desc {
        display: flex;
        flex-direction: column;
    }

    .mainbanner .item-desc>span {
        order: 1;
        font-size: 1.8rem;
        font-weight: 400;
    }

    .main-items {
        height: 55em;
    }

    .catalog-item-shadow {
        padding-top: 33em;
    }

    .langbox-langs {
        position: static;
        box-shadow: none;
        padding: 0;
        opacity: 1;
        visibility: visible;
    }

    .nav {
        width: 6em;
        height: 2.5em;
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -4%;
        z-index: 10;
        border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
        padding-left: 1em;
        padding-right: 2em;
        background: none;
        transition: all .2s;
        transform: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);        
        box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 0%);
        top: 1.4em;    }

    .nav.fixed {
        background: #fff;
        box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 15%);
    }

    .mainbanner-top .item-desc h3 {
        font-size: 3em;
    }

    .mainbanner-top .desc-text {
        font-size: 2em;
    }

    .d-pad {
        font-size: 2em;
    }

    .d-pad .item-desc {
        font-size: 0.9em;
        font-weight: 600;
    }

    .sl-div .slick-prev {
        right: 107%;
    }

    .sl-div .slick-next {
        left: 107%;
    }

    .sl-div .slick-prev,
    .sl-div .slick-next {
        height: 5.5rem;
        width: 5.5rem;
        top: 19%;
        bottom: 0;
    }

    .sl-div .slick-dots button {
        height: 1.8rem;
        width: 1.8rem;
    }

    .sl-div {
        margin-bottom: 6.5em;
        margin-top: 3.25em;
    }

    .mob-disable {
        display: none;
    }

    .active-menu header .sidebar-content {
        transform: translateX(0%);
    }


    .active-menu .sidebar-menu {
        transform: none;

    }

    .sidebar-content {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        z-index: 5;
        background-color: white;
        overflow-y: auto;
        overflow-x: hidden;
        flex-direction: column-reverse;
        transition: all .5s;
        transform: translateX(100%);
        justify-content: normal;
        padding: 1.5625em 7.3%;
    }

    .search {
        display: block;
        width: 100%;
        margin: 2.375em 0em 2.5em;
    }

    .search form {
        position: relative;
        align-self: flex-end;
        width: 100%;
    }

    .header input[type="search"] {
        width: 100%;
        height: 100%;
        font-weight: 400;
        font-size: 1.5em;
        line-height: 137.5%;
        padding: .2083em 1.667em .2083em .4167em; 
        color: var(--font);
        border-bottom: solid 1px black;
        outline: none;
        background: none;
        border-radius: 0;
    }

    .search input::placeholder {
        font-weight: 400;
        color: var(--font);
    }

    .sidebar-menuadd {
        position: static;
        width: 100%;
        margin-top: 1.4375em;
        padding: 0;
        margin-bottom: auto;
    }

    .langbox {
        position: static;
        display: flex;
    }

    .social_links {
        position: static;
        margin: 0;
    }

    .sidebar-menu {
        padding-top: 4.375em;
        z-index: 0;
        transform: translateX(0%);
        transition: none;
        margin-top: 0em;
        background: none;
        padding-left: 0;
        padding-right: 0;
        position: initial;
        height: auto;
        width: 100%;
        order: 1;
    }

    footer {
        font-size: 0.830em;
        margin-bottom: 6em;
        margin-top: 4em;
    }
    .page-template-contacts .sidebar-menu{
        order: 0;
    }

    .fixm header {
        position: absolute;
    }

    .sidebar-menuadd ul {
        flex-direction: column-reverse;
        align-items: flex-start !important;
    }

    .sidebar-menuadd li {
        width: 100%;
    }

    .sidebar-menuadd ul {
        flex-direction: column-reverse;
        align-items: flex-start !important;
    }

    .social_links a:first-child{
        margin-left: 0;
    }
    .social_links a:not(:last-child){
        margin-right: 1.6875em;
    }

    .main-items {
        margin-left: 0;
        margin-right: 0;
    }

    .sidebar-menu .menu {
        padding: 0;
    }

    .catalog-item-wrap {
        padding: 0em 2em;
    }

    body:not(.home) .new-section>span{
        max-width: 100%;
    } 

    .subscribe-form-text>.subscribe-tit{
        font-size: 1.25em;
        margin-bottom: .25em;
    }
    .subscribe-form-text>.subscribe-text{
        color: var(--font);
    }
    .flexrow {
        flex-direction: column;
        align-items: center;
    }

    .subscribe-form-text,
    .subscribe-form-datas,
    .subscribe-form-datas_input,
    .subscribe-form-datas_btn{
        width: 100%;
        margin-left: 0;
    }
    .wpcf7 .ajax-loader, .wpcf7-spinner{
        display: none;
    }
    .flexrow-cell.subscribe-form-text.global-mb24_mob,
    .animinput {
        margin-bottom: 1.25em !important;
    }
    .footer {
        background: var(--bgrey);
        margin: 0;
        margin-top: 3em;
    }

    .footer .content {
        flex-direction: column;
        width: 85.4%;
        padding-bottom: 2.5em;
        margin-bottom: 0;
        margin-top: 0;
    }

    .subscribe-form {
        padding: 1.8em 0;
        background: var(--bgrey);
    }

    .home .subscribe,
    .blog .subscribe,
    .category .subscribe,
    .single-post .subscribe,
    .single-paint .subscribe,
    .figure + footer .subscribe{
        width: 85.4%;
    }
    .subscribe{
        margin-left: auto;
        margin-right: auto;
    }

    .mainbanner .sl-div {
        bottom: 13.5%;
        right: 50%;
        width: 60%;
    }

    .subscribe.replacement__goods{
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
    .replacement__goods.subscribe .subscribe-tit {
        font-size: 20px;
    }
    .replacement__goods.subscribe .subscribe-text {
        color: #1F2123;
    }
    .replacement__goods .animinput{
        margin-bottom: 0!important;
    }

}

@media (min-width: 401px) and (max-width: 651px) {
    html {
        font-size: 3vw;
    }
}

@media (max-width: 400px) {
    html {
        font-size: 3.8929vw;
    }
}

@media(min-width: 1000px) and (max-width: 1100px){
	.page-template-shop .agensies .agensies-sidebar{
		margin-bottom: .75em;
	}
	.agensies .agensies-item{
		padding: 1.25em;
	}
	.agensies .agensies-item{
		margin-bottom: 1.75em;
	}
	.agensies .agensies-item .item-logo{
		width: 5.5em;
    	height: 5.5em;
	}
	.agensies .agensies-item .item-desc{
		padding-left: 7.95em;
	}
}