/* GLOBAL */
html,
body {
    margin: 0;
    padding: 0;
}

:root {
    --font-small: 16px;
    --font-normal: 18px;
    --font-big: 20px;
    --font-large: 24px;
    --font-subcaption: 26px;
    --font-caption: 44px;
    --font-subtitle: 46px;
    --font-title: 56px;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    background-color: #fff;
    color: #000;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body.locked {
    overflow: hidden !important;
    max-height: 90vh;
}

body::-webkit-scrollbar {
  display: none;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip:nth-child(2) {
    display: block;
}

p.privacy .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: none !important;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

p {
    font-weight: 500;
    margin-bottom: 34px;
}

a {
    color: #000 !important;
    text-decoration: none !important;
}

button {
    border: 0 none;
}

.button_b {
    background-color: transparent;
    display: inline-block;
    font-size: var(--font-big);
    font-weight: 600;
    padding: 18px 36px;
    line-height: normal;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #000;

    border: 1px solid transparent;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;

    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}

.button_b.white {
    background-color: #fff;
    border: 1px solid #000;
}

.button_b.white:hover {
    background-color: #000;
}

.button_b.white:hover a {
    color: #fff !important;
}

.button_b.black {
    background-color: #000;
    color: #fff;
}

.button_b.black:hover {
    background-color: #e7e7e7;
    color: #000;
    border: 1px solid #000;
}

.title {
    font-size: var(--font-caption);
    line-height: 1.2em;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 30px 0 60px;
}

.page_title {
    font-size: var(--font-title);
    line-height: 1.2em;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 30px 0 25px;
}

.sub_title {
    font-size: var(--font-subcaption);
    font-weight: 600;
    line-height: 1.2em;
    color: #7f7f7f;
    text-align: center;
    padding: 30px 0 60px;
}

.form-check-input {
    border: 1px solid #000;
}

.form-check-input:checked {
    background-color: #fff;
    border-color: #000;
}

input:active,
input:focus {
    box-shadow: none !important;
    outline: none !important;
}

select {
    border-color: transparent !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select:focus {
    border-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Contact Form 7 */
.wpcf7 .contact_wrapper {
    display: block;
    margin-bottom: 24px;
}

.wpcf7 .contact_wrapper .contact-f7 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.wpcf7 .contact_wrapper .contact-f7 .item {
    width: 23.333%;
}

.wpcf7 .contact_wrapper .item {
    position: relative;
}

.wpcf7 .contact_wrapper label {
    /* width: 100%;*/
}

/*.wpcf7 .contact_wrapper .label {
      display: block;
      padding-bottom: 10px;
  }*/
  .wpcf7 .contact_wrapper .item label {
    font-size: var(--font-normal);
    font-weight: 600;
    color: #7f7f7f;
    text-align: left;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
}

.wpcf7 .contact_wrapper .item label {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}

.wpcf7 .contact_wrapper .focus label {
    margin-top: -30px;
    font-size: 16px;
}

.wpcf7 .contact_wrapper .wpcf7-form-control {
    background-color: transparent;
    font-size: var(--font-normal);
    font-weight: 600;
    display: block;
    padding: 10px;
    width: 100%;
    border: 0 none;
    border-bottom: 1px solid #a5a5a5 !important;
}

.wpcf7 .contact_wrapper .wpcf7-form-control:active,
.wpcf7 .contact_wrapper .wpcf7-form-control:focus,
.wpcf7 .contact_wrapper .wpcf7-form-control:focus-visible {
    border: 0 none;
    border-bottom: 1px solid #000 !important;
    outline: 0;
}

.privacy {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.privacy__label {
    display: block;
    line-height: 125%;
    font-size: 14px;
    text-align: left;
}

.wpcf7 .contact_wrapper .wpcf7-form-control.wpcf7-checkbox {
    width: fit-content;
    border: none !important;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.wpcf7 .contact_wrapper .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    margin: 0 !important; 
}

.wpcf7 .contact_wrapper .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
    display: none;
}

.wpcf7 .contact_wrapper .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] {
    position: relative;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpcf7 .contact_wrapper .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]::before,
.wpcf7 .contact_wrapper .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]::after {
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.wpcf7 .contact_wrapper .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]::before {
    content: '';
    background: white;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: black;
    width: 100%;
    height: 100%;
    padding-left: 2px;
    border: 1px solid gray;
    border-radius: 5px;
}

.wpcf7 .contact_wrapper .wpcf7-form-control.wpcf7-checkbox.wpcf7-not-valid input[type=checkbox]::before {
    border: 1px solid red;
    outline: 2px solid rgb(255, 214, 207);
}

/* input[type=checkbox]::after {
    content: '⨯';
} */

.wpcf7 .contact_wrapper .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:checked::after {
    content: '✓';
    display: block;
    margin-left: 2px;
    margin-top: 2px;
    font-size: 16px;
    font-weight: 700;
    color: black;
    text-align: center;
}

.privacy .wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7 .contact_wrapper {
    margin: 40px 0 0;
    text-align: center;
}

.wpcf7 .contact_wrapper .wpcf7-textarea {
    height: 50px;
    min-height: 50px;
}

.wpcf7 .contact_wrapper .submit {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    /*     max-width: 270px; */
    max-width: 348px;
}

.wpcf7 .contact_wrapper .submit input {
    background-color: #000;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    display: inline-block;
    font-size: var(--font-big);
    padding: 18px 36px;
    line-height: normal;
    cursor: pointer;
    position: relative;
    overflow: hidden;

    border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.wpcf7 .contact_wrapper .submit input {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}

.wpcf7 .contact_wrapper .submit input:hover {
    background-color: #e7e7e7;
    color: #000;
    border: 1px solid #000;
}

.wpcf7 .contact_wrapper .privacy {
    font-size: 14px;
    font-weight: 600;
    margin-top: 50px;
}

.wpcf7 .contact_wrapper .privacy a {
    font-weight: 600;
    text-decoration: underline !important;
}

#send-request .modal-content {
    padding: 20px 100px 50px;
}

@media screen and (max-width: 1000px) {
    #send-request .modal-content {
        padding: 0;
    }
}

#send-request .wpcf7 .contact_wrapper .privacy {
    margin: 30px 0 25px;
}

/* Contact Form 7 */
.delay-2 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.delay-4 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.delay-6 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.delay-8 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.delay-10 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

/* Header block */

.home .header {
    padding: 100px 0 30px;
}


.header {
    padding: 50px 0 60px;
}

.header .header_wrapper {
    display: flex;
    /*margin: 0 12px;*/
}

.head_main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo_head {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.logo_head img {}

.logo_head a {
    display: flex;
    text-decoration: none;
}

.menu_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.menu_top .menu_left {
    position: absolute;
    top: -105px;
    left: 12px;
}

.menu_top .menu_right {
    position: absolute;
    top: -105px;
    right: 12px;
}

.menu_top .menu_link {
    font-weight: 600;
    font-size: var(--font-big);
    text-decoration: none;
}

.menu_top .home, .menu_top .page-template-about {
    position: relative;
    top: -2px;
}

.scrollTop .logo-block {
    visibility: hidden;
    opacity: 0;
}

/* Home content  */
.actor_list {
    display: flex;
    justify-content: center;
    width: 76%;
    margin: auto;
}

.slick-initialized .slick-slide {
    width: 152px;
}

.slick-initialized .slick-slide .item {
    /*height: 0;*/
    position: relative;


    padding: 0 12px;
    /*padding-bottom: 40%;*/
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.actor_list .item .wp-post-image {
    width: 100%;
    height: 128px;

    object-fit: cover;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.searchform {
    margin: 45px auto 65px;
    padding: 25px;
    width: 74%;

    border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;

    box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);

    z-index: 1;
}

#searchform,
.searchform .dgwt-wcas-sf-wrapp {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
}

#searchform #input_search,
.searchform .dgwt-wcas-search-form .dgwt-wcas-search-input {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600 !important;
    color: #7f7f7f;
    border: 0 none;
    width: 300px;
    position: relative;
}

#searchform .search_ico,
.searchform .search_ico {
    display: block;
    margin: 0 40px;
    width: 22px;
}

#searchform .line,
.searchform .line {
    display: block;
    margin: 0 0 0 40px;
}

#searchform .line:before,
.searchform .line:before {
    content: '';
    display: block;
    background-color: #000;
    width: 1px;
    height: 46px;
}

#searchform #product_cat {
    background-color: transparent;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #7f7f7f;
    width: 300px;
    cursor: pointer;
}

#searchform .arrow,
.searchform .dgwt-wcas-search-form .arrow {
    display: none;
}

#searchform .arrow-right,
.searchform .arrow-right {
    position: absolute;
    right: 84px;
    width: 18px;
    top: 7px;
    z-index: -1;
}

.dgwt-wcas-suggestions-wrapp {
    border: 0 none;
    margin-left: 62px;
    border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    box-shadow: 0px 15px 15px -5px rgba(100, 100, 100, 0.2);
    -webkit-box-shadow: 0px 15px 15px -5px rgba(100, 100, 100, 0.2)
}

.dgwt-wcas-si img {
    object-fit: cover;
    height: 45px !important;
    width: 45px !important;
}

.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
    display: none;
}

.postformSelect_wrapper {
    position: relative;
    width: 380px;
}

.postformSelectedList {
    position: relative;
    line-height: 1.5;
}

.postformSelect_wrapper .postformSelectedOption {
    font-size: 20px;
    font-weight: 600;
    color: #7f7f7f;
    padding-left: 40px;
    cursor: pointer;
}

.postform_list {
    background-color: #fff;
    position: absolute;
    top: 62px;
    padding: 0px 24px 30px;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    z-index: 99999;
    width: 100%;
}

.postform_list li {
    margin: 0 0 5px 5px;
    width: 126px;
}

.postform_list li:hover {
    background-color: #000;

    border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.postform_list li a {
    padding: 3px 10px;
    display: block;
}

.postform_list li:hover a {
    color: #fff !important;
}

.postform_list {
    border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    box-shadow: 0px 15px 15px -5px rgba(100, 100, 100, 0.2);
    -webkit-box-shadow: 0px 15px 15px -5px rgba(100, 100, 100, 0.2);
}

#searchform #searchsubmit,
.searchform #searchsubmit {
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    right: 0;
    padding: 13px 46px;
    border: 1px solid transparent;
}

#searchform #searchsubmit:hover,
.searchform #searchsubmit:hover {
    background-color: #e7e7e7;
    color: #000;
    border: 1px solid #000;
}

.home .buttons {
    text-align: center;
    position: relative;
}

.buttons_center{
    text-align: center;
    position: relative;
}
.wpcontent{
    padding-top: 2em;
    padding-bottom: 2em;
}
/* Page Contacts */

.page-template-contacts .contacts_wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.page-template-contacts .sub_title_contact {
    font-size: var(--font-subcaption);
    font-weight: 600;
    line-height: 1.2em;
    color: #7f7f7f;
    text-align: center;
    padding: 30px 0 60px;
}

.contacts_wrapper .contacts {
    display: block;
    text-align: center;
}

.page-template-contacts .wpcf7-form {
    max-width: 1080px;
    margin: auto;
}

.contacts_wrapper .contacts .name {
    font-weight: 600;
    font-size: var(--font-large);
    line-height: 1.2em;
    display: block;
    margin-bottom: 10px;
}

.contacts_wrapper .contacts .tel {
    font-size: var(--font-large);
    line-height: 1.2em;
    font-weight: 600;
}

.page-template-contacts .footer_wrapper.content {
    -webkit-animation-delay: 1s !important;
    animation-delay: 1s !important;
    -webkit-animation-delay: calc(var(--animate-delay)*1) !important;
    animation-delay: calc(var(--animate-delay)*1) !important;
}

.page-template-contacts .footer_wrapper {
    -webkit-animation-delay: 2s !important;
    animation-delay: 2s !important;
    -webkit-animation-delay: calc(var(--animate-delay)*2) !important;
    animation-delay: calc(var(--animate-delay)*2) !important;
}

/* Category Page */
/* Sidebar */
#blog-sidebar {
    width: 27%;
}

.category_actor {
    width: 73%;
}

#search_form,
.archive .dgwt-wcas-search-form {
    position: relative;
    margin-bottom: 20px;
}

#search_form .search_ico,
#blog-sidebar .search_ico {
    position: absolute;
    top: 14px;
    left: 40px;
    width: 25px;
}

#search_form .search_input,
#blog-sidebar .dgwt-wcas-search-input {
    font-weight: 600;
    line-height: 1.5;
    font-size: var(--font-big);
    color: #7f7f7f;
        padding: 10px 10px 10px 80px;
    width: 100%;
    margin-bottom: 20px;
    border: 0 none;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
}

#search_form .search_input:active,
#search_form .search_input:focus,
#blog-sidebar .dgwt-wcas-search-input:active,
#blog-sidebar .dgwt-wcas-search-input:focus {
    border-radius: 10px !important;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2) !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
}

#search_form #search_submit {
    display: none;
}

.archive .dgwt-wcas-si {
    display: none;
}

.archive .dgwt-wcas-suggestions-wrapp {
    margin-left: 0;
}

.category_filter {
    display: block;
    position: relative;
    padding: 30px 40px;

    border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
}

.category_filter .filter__title {
    font-weight: 600;
    font-size: 32px !important;
}

.category_filter .filter__inner {
    margin-top: 30px;
}

.category_filter .filter--style-premmerce .filter__item,
.category_filter .filter--style-custom .filter__item {
    padding: 0;
}

.category_filter .filter__properties-item {
    display: inline-block;
    margin: 0 0 10px 1px;
}

.category_filter .filter__checkgroup-check {
    display: none !important;
}

.category_filter .filter__checkgroup-aside {
    display: none;
}

.category_filter .filter__checkgroup-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: var(--font-small) !important;
    border: 1px solid #000 !important;
    width: 115px;
    height: 50px;

    border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.category_filter .filter__checkgroup-title {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}

.category_filter .filter__checkgroup-title:hover {
    background-color: #eb3e3e !important;
    color: #fff !important;
    border: 1px solid #eb3e3e !important;
}

.category_filter .filter__properties-item--active .filter__checkgroup-title {
    background-color: #eb3e3e !important;
    color: #fff !important;
    border: 1px solid #eb3e3e !important;
}

.category_actor .hero_cart .scale {
    /*display: inline-block;*/
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 25px;
}

.category_actor .hero_cart img {
    transition: 1s;
    display: block;
    width: 100%;
}

.category_actor .hero_cart:hover img {
    transform: scale(1.2);
}

.category_actor h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.category_actor .product_tags {
    display: block;
    margin-bottom: 60px;
}

.category_actor .product_tags span {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2em;
    ;
    color: #7d7d7d;
    padding: 0 2px;
}

.archive .actor_cat {
    overflow: hidden;
    padding-top: 15px;
}

.archive .footer_wrapper.content .sub_title {
    display: none;
}

.archive .footer_wrapper.content .footer_contacts {
    display: none;
}

.archive .footer_wrapper.content {
    -webkit-animation-delay: 3s !important;
    animation-delay: 3s !important;
    -webkit-animation-delay: calc(var(--animate-delay)*3) !important;
    animation-delay: calc(var(--animate-delay)*3) !important;
}

.archive .footer_wrapper {
    -webkit-animation-delay: 4s !important;
    animation-delay: 4s !important;
    -webkit-animation-delay: calc(var(--animate-delay)*4) !important;
    animation-delay: calc(var(--animate-delay)*4) !important;
}

/* Template singular */
.single-product .product_tags {
    display: block;
    text-align: center;
    padding-bottom: 80px;
}

.single-product .product_tags span {
    font-weight: 600;
    font-size: 30px;
    color: #7d7d7d;
    line-height: 1.2em;
    padding: 0 5px;
}

.banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 457px;
    width: 100%;
    margin-bottom: 75px;
}

.actor_social {
    position: relative;
    margin-bottom: 55px;
}

.actor_social .socials {
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    width: 200px;
    z-index: 9;
}

.actor_social .socials .link {
    display: inline-block;
    margin-right: 15px;

    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}

.actor_social .socials .link:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.actor_social .socials .link img {
    height: 30px;
}

.actor_social .sub_headline {
    font-weight: 600;
    font-size: var(--font-subtitle);
    text-align: center;
    line-height: 50px;
}

.actor-content .content {
    column-count: 2;
    column-gap: 4%;
    padding: 0;
}

.video_slider .slick-list {
    padding: 0 300px 0 0;
}

.video_slider .slick-slide {
    padding-right: 15px;
}

.video_slider .item {
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.video_slider .video_wrp {
    position: relative;
    min-height: 380px;
    max-height: calc(100vh - 380px);
    max-height: -moz-calc(100vh - 380px);
    max-height: -webkit-calc(100vh - 380px);
}

.video_slider .videos {
    z-index: 88;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video_slider .videos:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 4;
}

.play {
    cursor: pointer;
    z-index: 100;
    width: 120px;
    max-width: 15%;
    height: 0;
    padding-top: 15%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../../../Reception/assets/images/play.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.hidden-block .play {
    display: none;
}

.video_slider .videos iframe {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.video_slider .videos img {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.video_slider img {
    min-height: 160px;
    max-height: calc(100vh - 425px);
    max-height: -moz-calc(100vh - 425px);
    max-height: -webkit-calc(100vh - 425px);
    width: auto;
}

.slick-slide .item .hidden-block.videos img {
    display: none;
}

.video_slider .hidden-block.videos:before {
    display: none;
}

.actor-content {
    padding-left: 16% !important;
    padding-right: 0px !important;
}

.actor-content .top {
    padding-right: 20%;
    padding-left: 0;
    padding-bottom: 75px;
}


.single .buttons_wrapper {
    display: block;
    text-align: center;
    margin-top: 75px;
}

.single .buttons_new {
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Woocommerce */
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: none !important;
    width: 100% !important;
}

woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    display: none;
}

.woocommerce-info {
    border-top-color: #000;
}

.woocommerce div.product div.summary {
    margin-bottom: 0;
}

/* Modal */
#send-request .modal-header {
    padding-top: 50px;
    border-bottom: 0 none;
    justify-content: center !important;
}

#send-request .btn-close {
    background-image: url('../../../Reception/assets/images/close.svg');
    position: absolute;
    top: -45px;
}

#send-request .btn-close:focus {
    box-shadow: none;
}

@media screen and (max-width: 600px) {
    #send-request .btn-close {
        top: 10px;
        right: 10px;
        filter: invert(1);
        width: 2em;
        height: 2em;
    }
}

/* Footer block */
.footer {
    padding: 70px 0 24px;
}

.footer_title {
    padding-bottom: 30px;
}

.footer-maps {
    padding: 30px 0 50px;
}

.footer_wrapper {
    display: block;
}

.home .footer_wrapper.content {
    -webkit-animation-delay: 5s !important;
    animation-delay: 5s !important;
    -webkit-animation-delay: calc(var(--animate-delay)*5) !important;
    animation-delay: calc(var(--animate-delay)*5) !important;
}

.footer_wrapper.content {
    padding-bottom: 30px
}

.home .footer_wrapper .hide-h {
    /* display: none */
}

.footer_contacts {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.footer_contacts .contacts {
    display: block;
    text-align: center;
}

.footer_contacts .contacts .name {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2em;
    display: block;
    margin-bottom: 10px;
}

.footer_contacts .contacts .tel {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2em;
}

.footer_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.footer_logo svg {
    max-width: 200px;
}

.page-template-contacts .sub_title, .page-template-about .sub_title {
    display: none
}

.page-template-contacts .footer_contacts, .page-template-about .footer_contacts {
    display: none
}

.footer_logo img {
    width: 100%;
}

.footer_soc {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

.footer_soc .f_wrp {
    display: flex;
}

.footer_soc .f_wrp .item {
    margin: 0 auto;
    min-width: 60px;
    text-align: center;
}

.footer_soc .f_wrp .item:first-child {
    margin-right: 0px;
}

.footer_soc .f_wrp .item .link {
    display: inline-block;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}

.footer_soc .f_wrp .item .link:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/*.tel-home {
      display: none;
  }
  .home .tel-home {
      display: block;
  }*/
  .home .footer_wrapper.copyright {
    -webkit-animation-delay: 6s !important;
    animation-delay: 6s !important;
    -webkit-animation-delay: calc(var(--animate-delay)*6) !important;
    animation-delay: calc(var(--animate-delay)*6) !important;
}

.footer-copy {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-copy .copy {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
}

/* Catalog */
.hero_image img {
    max-width: 100%;
}

/* Filter */
.wpc-checkbox-item input {
    display: none;
}

.wpc-checkbox-item label {
    padding: 8px 10px !important;
    border-radius: 5px !important;
}

.wpc-checkbox-item input+label {
    background: #fff;
    border: 1px solid #000;
}

.wpc-checkbox-item input:checked+label {
    background: #e60f46;
    border: 1px solid #e60f46;
}

.wpc-checkbox-item input:checked+label a {
    color: #fff !important;
}

/* Paginations */
.woocommerce nav.woocommerce-pagination {
  display: flex;
  justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    align-items: center;
    border: 0 none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0 none;
    margin: 0 10px 10px 0;
}

@media screen and (max-width: 700px) {
    .woocommerce nav.woocommerce-pagination ul li {
        margin: 0 2px 2px 0;
    }
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    float: none;
    width: 60px;
    height: 60px;
    font-size: 20px;
    font-weight: bold;

    border: 1px solid #000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #000;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination .next,
.woocommerce nav.woocommerce-pagination li:focus .next,
.woocommerce nav.woocommerce-pagination li:hover .next {
    font-size: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20%;
}

.woocommerce nav.woocommerce-pagination .prev,
.woocommerce nav.woocommerce-pagination li:focus .prev,
.woocommerce nav.woocommerce-pagination li:hover .prev {
    font-size: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20%;
}

@media (max-width: 1799px) {
    .video.actor .slick-list {
        padding: 0 200px 0 0;
    }

    .video_slider .video_wrp {
        min-height: 280px;
    }
}

@media (max-width: 1399px) {
    .actor-content {
        padding-left: 10% !important;
        padding-right: 0px !important;
    }

    .actor-content .top {
        padding-right: 12%;
    }

    .actor_list {
        width: 100%;
    }

    .searchform {
        width: 100%;
    }

    #searchform .search_ico {
        margin: 0 40px 0px 17px;
    }

    #searchform .line {
        margin: 0 20px;
    }

    .category_filter .filter__checkgroup-title {
        width: 96px;
        text-align: center;
    }

    .video.actor .slick-list {
        padding: 0 100px 0 0;
    }

}

@media (min-width: 1200px) {
    .header__title img {
        margin-top: 20px !important;
    }
    .archive .dgwt-wcas-suggestions-wrapp {
        width: 354px !important;
        margin-top: -5px;
    }
}

@media (max-width: 1199px) {
  
    .logo_head {
        margin: 0;
    }

    .home .title {
        padding-bottom: 30px;
    }

    #searchform .search_ico {
        margin: 0 16px 0 0;
    }

    #searchform .arrow-right {
        right: 20px;
    }

    #searchform .line {
        margin: 0 20px;
    }

    #searchform #input_search {
        width: 250px;
    }

    #searchform #product_cat {
        width: 250px;
    }

    .category_filter .filter__checkgroup-title {
        width: 100%;
    }

    .category_filter .filter__label-item {
        width: 100%;
    }

    #blog-sidebar {
        width: 100%;
        display: block;
        padding: 0;
    }

    .archive .dgwt-wcas-search-wrapp {
        padding: 0 25px;
    }

    .archive .dgwt-wcas-search-form {
        margin: 0 auto;
        padding: 0 !important
    }

    #search_form,
    .archive .dgwt-wcas-search-form {
        padding: 0 25px;
        margin-bottom: 25px;
    }

    #search_form .search_input,
    #blog-sidebar .dgwt-wcas-search-input {
        padding: 13px 50px 13px 60px !important;
        margin-bottom: 0;
        text-align: center;
    }

    #search_form .search_ico,
    #blog-sidebar .search_ico {
        top: 15px;
        left: 56px;
    }

    .archive .menu_top .menu_left {
        position: relative;
        left: 11px;
    }

    .archive .menu_top .menu_right {
        position: relative;
        right: 11px;
    }

    .category_actor {
        width: 100%;
        padding: 0 25px;
    }

    .category_filter .filter__properties-list {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-color: #fff transparent;
        scrollbar-width: thin;
    }

    .category_filter .filter__properties-list::-webkit-scrollbar {
        display: none;
    }

    .category_filter .filter__properties-list {
        scrollbar-width: thin;
        scrollbar-color: #fff transparent;
    }

    .category_filter .filter__properties-list:-webkit-scrollbar {
        width: 0px;
    }

    .category_filter .filter__properties-list:-webkit-scrollbar-track {
        background: transparent;
    }

    .category_filter .filter__properties-list:-webkit-scrollbar-thumb {
        background-color: #fff transparent;
        border-radius: 0px;
        border: 0px solid transparent;
    }

    /* webkit browsers */
    .category_filter .filter__properties-list::-webkit-scrollbar,
    .category_filter .filter__properties-list::-webkit-scrollbar-thumb {
        height: 0px;
        border-radius: 13px;
        background-clip: padding-box;
        border: 0px solid transparent;
    }

    .category_filter .filter__properties-list::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 0 0px;
    }

    .category_filter .filter__properties-item:first-child {
        margin-left: 0;
    }

    .category_filter {
        box-shadow: none;
        padding: 0 0 50px 24px;
    }

    .filter__title {
        display: none;
    }

    .category_filter .filter__label-item {
        width: auto;
        flex: 0 0 auto;
    }

    .category_filter .filter__checkgroup-title {
        width: 130px;
    }

    .category_actor .hero_cart .scale {
        margin-bottom: 13px;
    }

    .category_actor .product_tags {
        margin-bottom: 30px;
    }

    .video_slider .video_wrp {
        min-height: 230px;
    }

    .woocommerce nav.woocommerce-pagination {
        padding: 0;
    }

    .woocommerce nav.woocommerce-pagination ul {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .home .dgwt-wcas-suggestions-wrapp {
        width: 378px !important;
        margin-top: 32px;
    }

    /*.archive .dgwt-wcas-suggestions-wrapp {width: 354px !important;margin-top: 32px;}*/
}

@media (max-width: 991px) {
    .category_filter a {
        width: 45% !important;
        padding: 5px !important;
        max-width: 100% !important;
        margin:10px auto;
    }
    .aboutcompany {
        width: 100% !important;
    }
    .filter__title {
        text-align: center;
    }
    .header {
        /*         padding: 100px 0 50px; */
    }

    .menu_top {
        padding-bottom: 35px
    }

    .category_filter .filter__inner {
        margin-top: 0;
    }

    .category_filter {
        padding-bottom: 40px;
    }

    .category_filter .filter__properties-item {
        margin: 0 0 0 20px;
    }

    .menu_top .menu_left {
        position: relative;
        top: 0;
        left: 16px;
    }

    .menu_top .menu_right {
        position: relative;
        top: 0;
        right: 16px;
    }

    .searchform {
        box-shadow: none;
        -webkit-box-shadow: none;
        width: 100%;
        margin-bottom: 0;
        padding: 25px 0;
    }

    #searchform,
    .dgwt-wcas-sf-wrapp {
        display: block !important;
    }

    #searchform .search_ico,
    .searchform .search_ico {
        margin: 0;
        position: absolute;
        top: 14px;
        left: 30px;
        z-index: 1;
    }

    #searchform #input_search,
    .searchform .dgwt-wcas-search-input {
        text-align: center;
        padding: 10px 30px 10px 50px;
        width: 100% !important;
        margin-bottom: 20px;

        border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;

        box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
        -webkit-box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
    }

    #searchform #input_search:active,
    #searchform #input_search:focus,
    .searchform .dgwt-wcas-search-input:active,
    .searchform .dgwt-wcas-search-input:focus {
        border-radius: 5px !important;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;

        box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2) !important;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
    }

    #searchform .line,
    .searchform .line {
        display: none;
    }

    #searchform #product_cat,
    .searchform #product_cat {
        text-align: center;
        padding: 8px 30px;
        width: 100%;
        margin-bottom: 20px;

        border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;

        box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
        -webkit-box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
    }

    #searchform #product_cat:active,
    #searchform #product_cat:focus,
    .searchform #product_cat:active,
    .searchform #product_cat:focus {
        border-radius: 5px !important;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;

        box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2) !important;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
    }

    #searchform .arrow-right,
    .searchform .arrow-right {
        display: none;
    }

    #searchform .arrow,
    .searchform .arrow {
        display: block !important;
        width: 18px;
        position: absolute;
        top: 85px;
        left: 32px;
    }

    .dgwt-wcas-suggestions-wrapp {
        margin-left: 0;
        margin-top: -2px;
    }

    .archive .dgwt-wcas-suggestions-wrapp {
        margin-left: 0;
        margin-top: -6px;
    }

    .category_actor .product_tags {
        margin-bottom: 20px;
    }

    .postformSelect_wrapper {
        text-align: center;
        padding: 10px 0px;
        margin-bottom: 20px;
        border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
        -webkit-box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
        width: 100%;
    }

    .postform_list {
        text-align: left;
        top: 36px;
        padding-top: 15px;
    }

    #searchform #searchsubmit,
    .searchform .dgwt-wcas-search-submit {
        display: block;
        position: relative !important;
        width: 100%;
    }

    .home .buttons {
        padding: 0
    }

    .home .buttons .button_b.white {
        width: 100%;
        padding: 12px 36px;
    }

    .actor-content .top {
        padding-bottom: 55px;
    }

    .video_slider .video_wrp {
        min-height: 380px;
    }
}
.button-center {
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 768px) {

    .container,
    .container-sm {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .home .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .home .title {
        font-size: 26px;
    }

    .searchform {
        margin-top: 30px
    }

    .row {
        margin-left: 0;
        margin-right: 0
    }

    .woocommerce div.product {
        padding: 0
    }

    .actor-content {
        padding-left: 0 !important;
    }

    .actor-content .top {
        padding-right: 0;
    }

    .actor-content .content {
        column-count: 1;
        column-gap: 0;
        text-align: center;
        padding: 0 30px;
    }

    .category_actor {
        padding: 0 12px;
    }

    .banner {
        margin-bottom: 30px;
    }

    .page_title {
        font-size: var(--font-subcaption);
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .single-product .product_tags {
        padding-bottom: 20px;
    }

    .single-product .product_tags span {
        font-size: 14px;
    }

    .single-product .banner {
        -webkit-animation-delay: 1s !important;
        animation-delay: 1s !important;
        -webkit-animation-delay: calc(var(--animate-delay)*1) !important;
        animation-delay: calc(var(--animate-delay)*1) !important;
    }

    .single-product .page_title {
        -webkit-animation-delay: 3s !important;
        animation-delay: 3s !important;
        -webkit-animation-delay: calc(var(--animate-delay)*3) !important;
        animation-delay: calc(var(--animate-delay)*3) !important;
    }

    .single-product .product_tags {
        -webkit-animation-delay: 4s !important;
        animation-delay: 4s !important;
        -webkit-animation-delay: calc(var(--animate-delay)*4) !important;
        animation-delay: calc(var(--animate-delay)*4) !important;
    }

    .actor_social {
        margin-bottom: 30px;
    }

    .actor_social .socials {
        position: relative;
        text-align: center;
        margin: 0 auto 50px;
        width: 200px;
    }

    .actor_social .socials a {
        margin-right: 30px;
    }

    .actor_social .socials a:last-child {
        margin-right: 0;
    }

    .actor_social .sub_headline {
        font-size: var(--font-big);
    }

    .actor-content .video.actor {
        padding-left: 30px;
    }

    .category_actor .hero_cart {
        width: 50%
    }

    .category_actor h2 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .category_actor .product_tags span {
        font-size: 18px;
    }

    .wpcf7 .contact_wrapper .contact-f7 {
        display: block
    }

    .wpcf7 .contact_wrapper .contact-f7 .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .page-template-contacts .contacts_wrapper {
        display: block;
        margin-bottom: 30px;
    }

    .contacts_wrapper .contacts {
        margin-bottom: 45px;
    }

    .contacts_wrapper .contacts:last-child {
        margin-bottom: 0;
    }

    .contacts_wrapper .contacts {
        width: 100%;
    }

    .footer_contacts {
        display: block;
    }

    .footer_contacts .contacts {
        width: 100%;
    }

    .footer_contacts .contacts {
        margin-bottom: 45px;
    }

    .footer_contacts .contacts:last-child {
        margin-bottom: 0;
    }

    .footer_contacts .contacts .name {
        font-size: 20px;
    }

    .footer_contacts .contacts .tel {
        font-size: 20px;
    }

    .single .buttons_wrapper {
        margin-top: 50px;
    }

    .single .buttons_wrapper .buttons {
        padding: 0 30px;
    }

    .single .buttons_wrapper .button_b.black {
        width: 100%;
    }

    .wpcf7 {
        padding: 0 30px;
    }

    .wpcf7 .contact_wrapper .submit {
        width: 100%
    }

    .footer-copy .copy {
        font-size: 14px;
    }

    .video_slider .video_wrp {
        min-height: 280px;
    }
}

@media (max-width: 576px) {
    .actor_list {
        padding: 0 12px;
    }

    .searchform {
        padding-right: 12px;
        padding-left: 12px;
    }

    .home .buttons {
        padding: 0 12px
    }

    .video.actor .slick-list {
        padding: 0 30px 0 0;
    }
}

@media (max-width: 480px) {
    .header .header_wrapper {
        margin: 0;
    }

    .slick-initialized .slick-slide .item {
        padding: 0 6px;
    }

    .actor_list .item .wp-post-image {
        height: 70px;
    }

    .video_slider .video_wrp {
        min-height: 160px;
    }


    .woocommerce nav.woocommerce-pagination ul {
        display: inline-block;
    }

    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span {
        font-size: 17px;
        height: 40px;
        width: 40px;
    }
}


@media screen and (max-width: 700px) {
 .woocommerce nav.woocommerce-pagination ul li a,
 .woocommerce nav.woocommerce-pagination ul li span {
    height: 36px;
    width: 36px;
}
}

@media (max-width: 400px) {
    #searchform #product_cat {
        text-align: right;
    }

    .category_actor .product_tags span {
        font-size: 12px;
    }
}

/* 26.01.2023 */

body {
    /* overflow-x: hidden; */
}

.header .header_wrapper {
    position: relative;
}

/* header button */

.header__side-menu-button_1 {
    position: absolute;
    left: 0;
    top: -5px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    cursor: pointer;
    /*     z-index: 101; */
    z-index: 10002;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all linear 150ms;
    -o-transition: all linear 150ms;
    transition: all linear 150ms;
    opacity: 0;
    margin-left: 12.9%;
    animation: side-menu-button 1000ms linear 2000ms 1 forwards;
}

@media screen and (max-width: 1399px) {
    .header__side-menu-button_1 {
        margin-left: 0;
    }

}

@media only screen and (min-width: 991px) and (max-width: 1399px) {
          .category_filter {
        padding: 30px 20px !important;
    }
    .category_filter a {
        width: 44% !important;
    }
}

@media screen and (max-width: 600px) {
    .header__side-menu-button_1 {
        left: 4px
    }
}

@keyframes side-menu-button {
    to {
        opacity: 1;
    }
}

.header__side-menu-button_1.active {
    /*  position: fixed;
    right: 30px;
    top: 50px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); */
        }

        .header__side-menu-button_1:hover {
            opacity: .7;
        }

        .header__side-menu-button_1 span {
            position: absolute;
            width: 20px;
            height: 2px;
            display: block;
            background: #111111;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: 2px;
        }

        .header__side-menu-button_1 span:nth-child(1) {
            -webkit-transform: translate(0, -5px);
            -ms-transform: translate(0, -5px);
            transform: translate(0, -5px);
            -webkit-transition: all linear 250ms;
            -o-transition: all linear 250ms;
            transition: all linear 250ms;
        }

        .header__side-menu-button_1.active span:nth-child(1) {
            -webkit-transform: translate(0, 0) rotate(-135deg);
            -ms-transform: translate(0, 0) rotate(-135deg);
            transform: translate(0, 0) rotate(-135deg);
        }

        .header__side-menu-button_1 span:nth-child(2) {
            -webkit-transition: all linear 100ms;
            -o-transition: all linear 100ms;
            transition: all linear 100ms;
        }

        .header__side-menu-button_1.active span:nth-child(2) {
            opacity: 0;
        }

        .header__side-menu-button_1 span:nth-child(3) {
            -webkit-transform: translate(0, 5px);
            -ms-transform: translate(0, 5px);
            transform: translate(0, 5px);
            -webkit-transition: all linear 200ms;
            -o-transition: all linear 200ms;
            transition: all linear 200ms;
        }

        .header__side-menu-button_1.active span:nth-child(3) {
            -webkit-transform: translate(0, 0) rotate(-45deg);
            -ms-transform: translate(0, 0) rotate(-45deg);
            transform: translate(0, 0) rotate(-45deg);
        }

        .btn-not-on-homepage {
            top: 50%;
            left: 10px;
            transform: translate(0, -50%);
            margin: 0;
            opacity: 1;
        }

        @media screen and (max-width: 600px) {
         .btn-not-on-homepage {
          left: 22px;
          top: 50%;
      }
  }

/* header side menu */

.header__side-menu_1 {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    /*     -webkit-transform: translate(100%);
        -ms-transform: translate(100%);
            transform: translate(100%); */
            z-index: 101;
            /*     max-width: 360px; */
            width: 100%;
            pointer-events: none;
            height: 100vh;
            -webkit-box-shadow: 0px 0px 15px 0px rgb(100 100 100 / 20%);
            box-shadow: 0px 0px 15px 0px rgb(100 100 100 / 20%);
            -webkit-transition: all linear 200ms;
            -o-transition: all linear 150ms;
            transition: all linear 150ms;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            /*     background: white; */
            /*     width: 0; */
            /*      overflow-y: auto; */
            overflow: hidden;
            padding-top: 0;
        }

        .header__side-menu_1.active {
    /*     -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0); */
            opacity: 1;
            /*  backdrop-filter: blur(100px); */
            pointer-events: all;
            /*     width: 100%; */
        }

        .header__side-menu_1 * {
            margin: 0;
            padding: 0;
            color: #000000;
            line-height: 100%;
            font-size: 21px;
            font-weight: 500;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;

        }

        .header__logo_1 {
            position: absolute;
            top: 55px;
            left: 50%;
            transform: translate(-50%, 0);
            width: 212px;
            height: 45px;
            /*  display: block; */
            display: none;
        }

        .header__logo_1 img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .header__side-menu_1 a {
            text-decoration: none;
            -webkit-transition: all linear 150ms;
            -o-transition: all linear 150ms;
            transition: all linear 150ms;
        }

        .header__side-menu_1 ul li a:hover {
            opacity: .85;
        }

        .header__side-menu_1 nav {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: end;
            gap: 50px;
            width: 100%;
            min-height: 100%;
            padding: 0px 30px 120px 30px;
            background: white;
        }

        @media screen and (max-width: 1399px) {
            .header__side-menu_1 nav {
                gap: 40px;
                padding: 0px 30px 20px 30px;
            }
        }

        @media screen and (max-width: 1000px) {
            .header__side-menu_1 nav {
                gap: 35px;
            }
        }

        @media screen and (max-width: 800px) {
            .header__side-menu_1 nav {
                gap: 20px;
            }
        }

        .header__side-menu_1 nav ul {
            list-style: none;
            padding: 240px 0 0 0;
            min-height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 30px;
        }

        @media screen and (max-width: 1399px) {
            .header__side-menu_1 nav ul {
                gap: 40px;
                padding: 0;
            }
        }

        @media screen and (max-width: 1000px) {
            .header__side-menu_1 nav ul {
                gap: 35px;
                padding-top: 35vh;
                margin-bottom: auto;
            }
        }

        @media screen and (max-width: 800px) {
            .header__side-menu_1 nav ul {
                gap: 30px;
            }
        }


        .header__side-menu_1 nav ul li {
            text-align: center;
        }

        .header__side-menu_1 nav ul li a {
            display: block;
            width: fit-content;
            font-weight: 500; 
            text-align: center;
            font-size: 65px;
            opacity: .6;
        }


        @media screen and (max-width: 1399px) {
            .header__side-menu_1 nav ul li a {
                font-size: 54px;
            }
        }

        @media screen and (max-width: 1000px) {
            .header__side-menu_1 nav ul li a {
                font-size: 44px;
            }
        }

        @media screen and (max-width: 600px) {
            .header__side-menu_1 nav ul li a {
                font-size: 32px;
            }
        }

        .header__side-menu_1 nav ul li a.current {
            opacity: 1;
        }

        .header__side-menu_1 nav hr {
            /*  tmp */
            /*  display: none; */
        }

        .header__side-menu_1 nav hr {
            display: block;
            border: none;
            height: 1px;
            background-color: #949494;
            /*  tmp */
            display: none;
        }

        .header__contacts_1 {
            display: flex;
            justify-content: center;
            gap: 60px
        }

        @media screen and (max-width: 1399px) {
            .header__contacts_1 {
                gap: 50px;
            }
        }

        @media screen and (max-width: 1000px) {
            .header__contacts_1 {
                flex-direction: column;
                gap: 40px;
            }
        }

        .header__side-menu_1 nav p {
            /*     padding: 10px 0 5px 20px; */
            font-size: 24px;
            width: fit-content;
            text-align: center;
            font-weight: 600;
            /*  tmp */
            /*  display: none; */
        }


        .header__side-menu_1 nav p a {
            display: block;
            width: fit-content;
            text-align: center;
            font-size: 24px;
            margin-top: 10px;
            font-weight: 600;
            /*     padding: 10px 0 0 20px; */
        }

        .header__social-links {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 37px;
            padding-bottom: 6px;
        }

/* header social link */

.header__social-link_1 {
    display: block;
    width: 23px;
    height: 23px;
    -webkit-transition: all linear 150ms;
    -o-transition: all linear 150ms;
    transition: all linear 150ms;
}

.header__social-link_1:hover {
    transform: scale(1.1);
}

.header__social-link_1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.header__copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
}

/* social link */

.social-link_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: fit-content;
    height: fit-content;
    /*  tmp */
    /*  display: none; */
    font-size: 20px;
    padding: 15px 36px;
    border: 1px solid black;
    background: black;
    color: white !important;
    font-weight: 600;
    border-radius: 5px;
    gap: 18px;
    margin: 0 auto 60px;
    -webkit-transition: all linear 50ms;
    -o-transition: all linear 50ms;
    transition: all linear 50ms;
}

@media screen and (max-width: 430px) {
    .social-link_1 {
        width: calc(100% - 42px);
        padding: 15px;
        gap: 8px;
    }
}

.btn-on-contactspage {
    transform: translate(0, -100%);
    margin: 0 auto -10px;
}

a.social-link_1:hover {
    background: #f1f1f1;
    color: black !important;
}

.social-link_1 img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all linear 150ms;
    -o-transition: all linear 150ms;
    transition: all linear 150ms;
    filter: invert(1) brightness(2);
}

@media screen and (max-width: 430px) {
    .social-link_1 img {
        width: 20px;
        height: 20px;
    }
}

.social-link_1:hover img {
    filter: invert(0);
}

@media screen and (max-width: 430px) {
    .social-link_1 img {
        /*      display: none; */
    }
}

.artists--app-locations {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
    height: 90px;
    margin-bottom: 40px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    align-items: center;
}

@media screen and (max-width: 430px) {
    .artists--app-locations {
        display: flex;
        gap: 20px;
        flex-wrap: nowrap;
        overflow-x: auto;
        height: unset;
        width: 100%;
        margin-bottom: 50px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        align-items: unset;
    }
}



@media screen and (max-width: 900px) {
    .artists--app-locations {
        margin-left: 11px;
    }
}

.artists--app-locations::-webkit-scrollbar {
    display: none;
}

a.artists--app-location {
    display: block;
    padding: 12px 28px;
    width: fit-content;
    height: fit-content;
    border: 1px solid black;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    color: black !important;
    transition: all linear 150ms;
    white-space: nowrap;
    font-weight: 600;
}

@media screen and (max-width: 900px) {
    a.artists--app-location {
        font-size: 16px;
        padding: 12px 16px;
        border-radius: 6px;
    }
}

a.artists--app-location:hover {
    background-color: #000000;
    color: white !important;
    opacity: .88;
}

a.artists--app-location-current {
    background-color: #000000;
    color: white !important;
    pointer-events: none;
}

@media screen and (max-width: 700px) {
    a.artists--app-location-current {
        order: -1;
    }
}

.modal-body .social-links-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px 40px;
}

@media screen and (max-width: 700px) {
    .header {
        padding-bottom: 40px !important;
    }

    .home .header {
        padding-bottom: 30px !important;
    }

    .modal-body {
      padding: 0;
  }

  .modal-body .social-link_1 {
      width: 100%;
      max-width: 348px;
      margin: 0;
  }
}

.aboutcompany strong {
    font-weight: 200;
}

.sub_title_company {
    display: none;
}

.animated-text1 {
    transition: all linear 50ms;
    animation-delay: calc(var(--animate-delay)*0.5);
    -webkit-animation-delay: calc(var(--animate-delay)*0.5);
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


.animated-text2 {
  transition: all linear 100ms;
  animation-delay: calc(var(--animate-delay)*1);
  -webkit-animation-delay: calc(var(--animate-delay)*1);
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-text3 {
  transition: all linear 150ms;
  animation-delay: calc(var(--animate-delay)*1.5);
  -webkit-animation-delay: calc(var(--animate-delay)*1.5);
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-text4 {
    transition: all linear 200ms;
    animation-delay: calc(var(--animate-delay)*2);
    -webkit-animation-delay: calc(var(--animate-delay)*2);
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


.aboutcompany {
    width: 76%;
    font-size: 20px;
    margin: 0 auto;
}

.btn-on-aboutpage
{
    margin-top: 50px;
}
.category_actor nav.woocommerce-pagination {
    display: none;
}
.header__title img{
    max-width: 200px;   
}
#wpadminbar .ab-item {
    color: #FFF !important;
}
.logo_head img {
    max-width: 200px;
}


.header__title img {
  margin-top: 10px;
}
.cat_col {
    display: flex;
     justify-content: flex-start; 
    flex-wrap: wrap;
}
.category_filter a {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
width: 40%;
    max-width: 150px;
    margin: 10px 10px 0px 0px;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    font-size: var(--font-small) !important;
    border: 1px solid #000 !important;
    display: block;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.category_filter a:hover {
    color: #fff !important;
    background-color: #eb3e3e;
    border: 1px solid #eb3e3e !important;
}
.header__title {
    z-index: 1111111111;
}
.logo_black_home {
    display: none;
}
.dis_block {
    display: block;
}
.dis_none {
    display: none;
}
.all_pages .footer {
    background-color: transparent;
}
.footer__copyright {
    text-align: center;
    margin-top: 30px;
    font-weight: 500;
}
.category_actor  {
    margin-bottom: 50px;
}
.page-template-about #content {
    margin-top: 100px;
    margin-bottom: 0px;
}
.page-template-contacts #content {
    margin-bottom: 0px;
}
.page-template-about .footer {
    padding-top: 10px;
}
@media only screen and (max-width: 640px) {
    header .button_border {
        display: none !important;
    }    
}
.privacy_policy {
    text-align: center;
    font-size: 12px;
}
.privacy_policy a {
    display: inline-block;
    margin: 0px 5px;
    font-weight: 400;
}
.privacy-policy-section {
    margin: 80px 0px 50px 0px !important;
}
.privacy-policy-section strong {
    font-weight: 600;
}
.privacy-policy-section ul {
    list-style: disc;
    margin-left: 20px;
}
.privacy-policy-section ol {
    list-style: auto;
    padding-left: 20px;
}
.privacy-policy-section p, .privacy-policy-section ul li, .privacy-policy-section ol li {
    font-weight: 500;
}
.footer__icons a {
    height: 25px;
    line-height: 1;
}
.icons__menu {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    justify-content: center;
}