body {
    /*  font-family: 'Poppins', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
}

body,
button,
input,
textarea {
    font-family: 'Open Sans', sans-serif;
}

a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
    outline: none;
}

.wrap {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.text-nowrap {
    white-space: nowrap;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.modal-header:after,
.modal-footer:after {
    clear: both;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.site-header {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
}

.logo {
    position: relative;
}

.logo__main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.logo__link {}

.logo__img {
    margin: 0 auto;
}

.header {
    background: #2CA5EC;
    position: relative;
    z-index: 1;
}

.header .wrap {
    max-width: 1660px;
}

.header__main {}

.header__line {}

.header__mainrow {
    display: flex;
    justify-content: space-between;
}

.header__maincol {}

.header__maincol_logo {
    width: 25%;
    text-align: center;
    padding-top: 15px;
    display: none;
}

.header__maincol_main {
    width: 100%;
}

.header__mainpart {
    background: #2CA5EC;
    position: relative;
}

.header__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header__col {
    padding: 32px 0;
}

.header__col_logo {}

.header__col_nav {
    width: 100%;
    order: 1;
    padding: 0;
    display: none;
}

.show-main-nav .header__col_nav {
    display: block;
}

.header__col_cart {
    margin-left: auto;
}

.header__col_burger {}

.header__col_lang {}

.mobilelogo {}

.mobilelogo__main {}

.mobilelogo__link {
    display: block;
    padding: 0;
    font-size: 0;
    line-height: 1;
}

.mobilelogo__img {
    width: auto;
    max-width: none;
}

.main-nav {
    line-height: 1.2;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 10px;
}

.main-nav:after {
    content: '';
    display: table;
    clear: both;
}

.main-nav__menu {}

.main-nav a {
    color: inherit;
    display: block;
    padding: 10px 0;
}

.main-nav .menu-account-item a {
    background: #1E5FA5;
    padding: 12px 44px;
    display: inline-block;
}

.main-nav a:hover,
.main-nav a:focus {
    outline: none;
}

.main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-nav .sub-menu {
    padding-left: 15px;
    background-color: rgba(0, 0, 0, 0.1);
    display: none;
}

.linkblock {}

.linkblock__main {}

.linkblock__row {
    display: flex;
    align-items: center;
    align-items: stretch;
}

.linkblock__col {}

.linkblock__col_link {
    width: 100%;
}

.linkblock__col_button {
    display: none;
}

.linkblock__button {
    background: none;
    padding: 5px 15px;
    margin: 0;
    display: block;
    height: 100%;
}

.linkblock__button:hover,
.linkblock__button:focus {
    background: none;
    outline: none;
}

.linkblock__button:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
    margin-top: -3px;
}

.menu-item-has-children>.linkblock .linkblock__col_button {
    display: block;
}

@media (max-width: 959.98px) {
    .show-sub-menu>.linkblock .linkblock__button:before {
        transform: rotate(-45deg);
        margin-top: 4px;
    }

    .menu-item-has-children.show-sub-menu>.sub-menu {
        display: block;
    }
}

a.cart-contents {}

.cart-contents {
    display: block;
    padding: 10px;
    line-height: 1;
    color: inherit;
    background: none;
    border: none;
}

.cart-contents:hover,
.cart-contents:focus {
    background: none;
    outline: none;
}

.cart-contents__row {
    position: relative;
}

.cart-contents__col {}

.cart-contents__col_icon {}

.cart-contents__col_count {
    position: absolute;
    bottom: 100%;
    left: 100%;
    margin: 0 0 -3px -3px;
}

.cart-contents__img {
    width: auto;
    max-width: none;
}

.cart-contents__count {
    font-size: 12px;
    color: #fff;
}

.navbutton {
    padding: 10px;
    background: none;
    display: block;
}

.navbutton__iconbox {
    display: block;
    transform: rotate(-45deg);
    transition: all 0.3s ease 0s;
}

.show-main-nav .navbutton__iconbox {
    transform: rotate(0);
}

.navbutton:hover,
.navbutton:focus {
    background: none;
    outline: none;
}

.navbutton i {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 2px;
    width: 28px;
    background: #ffffff;
}

.navbutton i:nth-child(1),
.navbutton i:nth-child(3) {
    width: 16px;
}

.navbutton i:nth-child(2) {
    margin: 6px 0;
}

.show-main-nav {}

.langs {}

.langs__dropdown {}

.langs__dropdown .current-lang {
    display: none;
}

.langs__btn {
    background: none;
    padding: 8px 5px;
    margin: 0;
    display: block;
    height: 100%;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
}

.langs__btn:hover,
.langs__btn:focus {
    background: none;
    outline: none;
    color: #ffffff;
}

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

.langs__curtext {}

.langs__iconbox {
    padding-left: 6px;
}

.langs__iconbox:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
    margin-top: -3px;
}

.open>.langs__btn .langs__iconbox:before {
    transform: rotate(-45deg);
    margin-top: 4px;
}

.langs__menu {
    right: 0;
    left: auto;
    border: none;
    border-radius: 0;
    min-width: auto;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.langs__menu>li>a {
    padding: 7px 15px;
}

@media (min-width: 960px) {
    .header {}

    .header__row {
        flex-wrap: nowrap;
    }

    .header__mainpart {
        /* padding-right: 20px; */
    }

    .header__mainpart:after {
        content: '';
        display: block;
        background: #2CA5EC;
        position: absolute;
        top: 0;
        left: 100%;
        height: 100%;
        width: 5000px;
    }

    .header__col_nav {
        display: block;
        order: 0;
    }

    .header__col_burger {
        display: none;
    }

    .header__col_logo {
        display: block;
    }

    .main-nav {
        width: 100%;
        text-align: center;
        padding-bottom: 0;
    }

    .main-nav__menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-nav__menu>li {
        padding: 5px 6px;
        position: relative;
        min-height: 115px;
        display: flex;
        align-items: center;
    }

    .main-nav__menu li:hover>.sub-menu,
    .main-nav__menu li:focus>.sub-menu {
        display: block;
    }

    .main-nav a {
        padding: 5px 5px;
    }

    .main-nav a:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .main-nav .menu-account-item a {
        /*        padding: 12px 44px;*/
    }

    .main-nav li:hover,
    .main-nav li:focus {
        background: rgba(255, 255, 255, 0.1);
    }

    .main-nav ul {}

    .main-nav .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        background: #2CA5EC;
        box-shadow: 0px 8px 10px 0 rgba(0, 0, 0, 0.2);
        padding: 0px 0 5px 0px;
        min-width: 100%;
        width: 15em;
        font-size: 14px;
        text-align: left;
    }

    .main-nav .sub-menu .linkblock__button:before {
        transform: rotate(45deg);
        margin-top: 0px;
    }

    .main-nav .sub-menu li {
        position: relative;
    }

    .main-nav .sub-menu .linkblock__row {
        position: relative;
        display: block;
    }

    .main-nav .sub-menu .linkblock__button {
        padding-left: 2px;
        padding-right: 10px;
    }

    .main-nav .sub-menu .linkblock__col_button {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }

    .main-nav .sub-menu .sub-menu {
        top: 0;
        left: 100%;
    }

    .main-nav .sub-menu a {
        padding: 0.6em 1.7em 0.7em 20px;
    }

    .linkblock__button {
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media (min-width: 1200px) {
    .header {
        background: none;
    }

    .header__maincol_logo {
        display: block;
    }

    .header__col_logo {
        display: none;
    }

    .main-nav__menu {
        justify-content: end;
    }

    .main-nav__menu>li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header__maincol_main {
        max-width: 1070px;
    }
}

/*@media (min-width: 1200px) {
  .header {
    background: #2CA5EC;
  }

  .header__maincol_logo {
    display: none;
  }

  .header__mainpart {
    padding-right: 0;
  }

  .main-nav__menu {
    width: 100%;
  }
}*/
.headcart {
    position: relative;
    z-index: 10;
    padding-right: 5px;
}

.headcart__buttonwrap {}

.headcart__content {}

.changequantity {
    max-width: 102px;
}

.changequantity__main {
    border: 1px solid #CCCCCC;
}

.changequantity__row {
    display: flex;
    align-items: stretch;
}

.changequantity__col {}

.changequantity__col_button {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.changequantity__col_button_left {}

.changequantity__col_button_right {}

.changequantity__col_field {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.changequantity__col_field .quantity input {
    border: none;
    box-shadow: none;
    padding: 0;
    background: none;
    font-family: inherit;
    display: block;
    margin: 0;
    width: 100%;
    height: 34px;
    text-align: center;
    color: #83878E;
    font-size: 13px;
    line-height: 1;
}

.changequantity__col_field input::-webkit-outer-spin-button,
.changequantity__col_field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.changequantity__col_field input[type=number] {
    -moz-appearance: textfield;
}

.changequantity__btn {
    background: none;
    border: none;
    color: #000;
    padding: 4px 13px;
    font-size: 0;
    line-height: 1;
    display: block;
    position: relative;
    height: 100%;
}

.changequantity__btn_bottom {}

.changequantity__btn_top {}

.product_list_widget li .minicartitemblock img {
    float: none;
    width: auto;
    height: auto;
    max-width: 100%;
}

.widget_shopping_cart .product_list_widget li a.remove {
    top: 0;
    right: 0;
    left: auto;
}

.minicartitemblock a.remove::before {
    content: "\f00d";
}

.site-header .widget_shopping_cart p.total,
.site-header .widget_shopping_cart p.buttons,
.site-header .widget_shopping_cart li {
    padding: 10px 0;
    border-bottom: 1px solid #CCCCCC;
}

.site-header .widget_shopping_cart p.buttons {
    text-align: center;
    display: flex;
    justify-content: center;
    border-bottom: 0;
    padding: 25px 0 20px;
}

.minicart {
    /* position: absolute; */
    /* top: 100%; */
    /* right: 0; */
    background: #fff;
    box-shadow: -3px 3px 6px 0 rgba(43, 43, 43, 0.26);
    /* min-width: 342px; */
    border: 1px solid #CCCCCC;
}

.minicart__main {
    padding: 10px 10px;
}

.minicart__header {
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
}

.minicart__title {
    font-weight: 500;
    font-size: 19px;
    color: #292929;
    text-transform: uppercase;
}

.minicart__subtitle {
    font-weight: 600;
    font-size: 16px;
    color: #83878e;
}

.minicart__content {}

.minicartitemblock {}

.minicartitemblock__main {}

.minicartitemblock__row {
    display: flex;
    flex-wrap: wrap;
}

.minicartitemblock__col {
    width: 100%;
}

.minicartitemblock__col_thumbnail {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-right: 10px;
}

.minicartitemblock__col_content {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.minicartitemblock__col_fullprice {}

.minicartitemblock___picture {
    max-width: 128px;
}

.minicartitemblock___pic {}

.minicartitemblock__title {
    font-weight: 600;
    font-size: 16px;
    color: #292929;
}

.minicartitemblock__title a {
    color: inherit;
}

.minicartitemblock__excerpt {
    font-size: 12px;
    line-height: 1.66666667;
    color: #83878e;
}

.minicartitemblock__info {
    margin-top: auto;
}

.minicartitemblock__fullprice {
    border-top: 1px solid #CCCCCC;
    margin-top: 10px;
    padding-top: 10px;
}

.mncibinfo {}

.mncibinfo__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mncibinfo__col {}

.mncibinfo__col_quantity {}

.mncibinfo__col_amountprice {
    margin-left: auto;
}

.mncibinfo__amountprice {
    font-weight: 600;
    font-size: 13px;
    color: #83878e;
}

.mncibfullprice {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
}

.mncibfullprice__title {
    font-weight: 500;
    font-size: 19px;
    color: #8c9096;
    text-transform: uppercase;
}

.mncibfullprice__value {
    font-weight: 600;
    font-size: 13px;
    text-align: right;
    color: #83878e;
}

.woocommerce-mini-cart {}

.woocommerce-mini-cart__total {
    color: #8c9096;
    font-weight: 500;
    font-size: 19px;
    text-transform: uppercase;
}

.woocommerce-mini-cart__total strong {}

.woocommerce-mini-cart__empty-message {
    padding-top: 10px;
}

.totalprice {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    font-weight: 500;
    font-size: 19px;
    color: #8c9096;
    text-transform: uppercase;
}

.totalprice__title {}

.totalprice__value {}

.minicart .wc-forward::after {
    display: none;
}

.headcart .button,
.headcart .widget a.button {
    border-radius: 6px;
    background: #618474;
    font-family: inherit;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
    color: #e8e8e8;
    text-transform: uppercase;
    padding: 16px 15px 15px;
}

.headcart .widget_shopping_cart .buttons a {
    margin: 0;
}

[data-showing-modal="miniCartModal"] .modal-backdrop {
    display: none;
}

.mini-cart-modal {
    background: rgba(0, 0, 0, 0.4);
}

.mini-cart-modal .modal-body {
    padding: 0;
}

.mini-cart-modal .close {
    float: none;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 10px;
    font-size: 0;
    line-height: 1;
}

.mini-cart-modal .modal-content {
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

@media (min-width: 960px) {
    .mini-cart-modal {
        padding: 0 !important;
        position: absolute;
        top: 100%;
        right: 0;
        bottom: auto;
        left: auto;
        width: auto;
        height: auto;
        background: no-repeat;
        width: 342px;
    }

    .modal-open .mini-cart-modal {
        overflow: visible;
    }

    .mini-cart-modal .modal-body {}

    .mini-cart-modal .modal-dialog {
        width: auto;
        margin: 0;
    }

    .mini-cart-modal .modal-content {}

    [data-showing-modal="miniCartModal"].modal-open {
        padding-right: 0 !important;
        overflow: visible;
    }
}

.col-full {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    box-sizing: border-box;
    padding: 0;
}

.site-main {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}

.site-main {
    padding-top: 45px;
}

@media (min-width: 1200px) {
    .site-main {
        padding-top: 140px;
    }
}

@media (min-width: 960px) {
    .site-main {}
}

@media (min-width: 768px) {
    .site-main {}
}

.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
    padding-top: 0;
    margin: 0;
    max-width: none;
}

.woocommerce.single-product .site-main,
.woocommerce.archive .site-main {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
}

.woocommerce.single-product .content-area,
.woocommerce.archive .content-area {
    padding: 0;
    margin: 0;
}

.page-template-template-homepage .type-page {
    padding: 0;
    margin: 0;
}

.page-template-template-homepage-php .content-area {
    padding: 0;
    margin: 0;
}

.homeposter {}

.homeposter__main {
    position: relative;
}

.homeposter__picture {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    /* padding-bottom: 80%; */
    height: 286px;
}

.homeposter__pic {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.homeposter__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.homeposter__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
    color: #292929;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 35px;
    max-width: 305px;
    margin: 0;
}

.homeposter__subtitle {
    font-size: 13px;
    /*    letter-spacing: 0.04em;*/
    color: #929292;
    padding: 30px 35px 25px;
}

.homeposter__content {}

.homeposter__wrap {}

.homeposter__control {
    padding: 0 35px;
}

.homeposter__button {
    line-height: 1;
    font-weight: 500;
    font-size: 16px;
    max-width: 260px;
    color: #292929;
    border: 1px solid #292929;
    text-transform: uppercase;
    background: none;
    padding: 23px 0;
    display: block;
    width: 100%;
    text-align: center;
    font-family: inherit;
    transition: all 0.3s ease 0s;
}

.homeposter__button:hover,
.homeposter__button:focus {
    /* background: none; */
    outline: none;
    border-color: #292929;
    background: #2CA5EC;
    color: #ffffff;
    border-color: #2CA5EC;
}

@media (min-width: 1200px) {
    .homeposter {}

    .homeposter__main {}

    .homeposter__content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
        padding-top: 140px;
        padding-left: 20px;
        padding-right: 20px;
        text-shadow: 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
    }

    .homeposter__wrap {
        max-width: 1366px;
        margin-left: auto;
        margin-right: auto;
    }

    .homeposter__picture {
        height: 768px;
        /* padding-bottom: 53%; */
        max-width: 1366px;
        margin-left: auto;
    }

    .homeposter__pic {}

    .homeposter__img {}

    .homeposter__title {
        position: static;
        font-size: 85px;
        padding: 0;
        max-width: 900px;
        line-height: 1.1;
    }

    .homeposter__subtitle {
        font-size: 19px;
        border-left: 4px solid #E6E6E6;
        padding-left: 25px;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .homeposter__control {
        padding: 140px 0 0 25px;
        border-left: 4px solid #E6E6E6;
    }

    .homeposter__button {}
}

.imgbox {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 100%;
}

.imgbox__pic {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* opacity: 0; */
}

.homeproducts {
    margin-top: 60px;
}

.homeproducts__main {
    max-width: 1280px;
    padding: 0 25px;
}

.homeproducts__header {}

.homeproducts__headerrow {}

.homeproducts__headercol {}

.homeproducts__headercol_titles {}

.titlesblock {}

.titlesblock:after {
    content: '';
    display: block;
    height: 4px;
    background: #618474;
    background-clip: content-box;
    border-left: 10px solid #618474;
    max-width: 114px;
    padding-left: 4px;
    margin-top: 15px;
}

.titlesblock__subtitle {
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 1.3;
    color: #929292;
    margin-bottom: 5px;
}

.titlesblock__title {
    font-weight: 500;
    font-size: 19px;
    line-height: 1.3;
    text-align: left;
    color: #000;
}

.homeproducts__headercol_control {}

.homeproducts__content {
    padding-top: 15px;
}

.homeproducts__list {
    font-size: 0;
    line-height: 1;
    /*white-space: nowrap;*/
    margin: 0 -10px;
    /* overflow: auto; */
}

.homeproducts__list .slick-arrow {
    background: #F7F7F7;
    padding: 52px 41px;
    position: absolute;
    right: 20px;
    bottom: 100%;
    margin-bottom: 30px;
    visibility: hidden;
}

.homeproducts__list .slick-prev {
    right: 170px;
}

.homeproducts__list .slick-next {}

.homeproducts__list .slick-disabled {
    background: #F2F2F2;
}

.homeproducts__list .slick-disabled svg {
    opacity: 0.1;
}

.homeproducts__list .slick-list {
    overflow: visible;
}

.homeproducts__item {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    line-height: 1.3;
    white-space: normal;
    padding: 10px;
    width: 33.333333%;
}

.slick-initialized .homeproducts__item {
    width: auto;
}

.homeproduct {
    width: 218px;
}

.homeproduct__main {}

.homeproduct__top {
    border: 1px solid #707070;
    position: relative;
    overflow: hidden;
}

.homeproduct__toplinkconver {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 1;
    z-index: 2;
}

.homeproduct__salebadge {
    font-weight: bold;
    font-size: 19px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #e21e1a;
    padding: 10px 15px;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 1;
}

.homeproduct__thumb {}

.homeproduct__excerpt {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px 15px;
    background: rgb(242 242 242 / 70%);
    transform: translateY(100%);
    transition: all 0.3s ease 0s;
}

.homeproduct__excerpt p {
    margin: 0;
}

.homeproduct:hover .homeproduct__excerpt {
    transform: translateY(0%);
}

.homeproduct__bottom {}

.homeproduct__title {
    font-weight: 500;
    font-size: 19px;
    color: #000;
    padding: 10px 0 10px;
}

.homeproduct__shortdescr {
    color: #929292;
    font-size: 13px;
}

.homeproduct__title a {
    color: inherit;
}

.homeproduct__price {
    font-weight: 600;
    font-size: 20px;
    color: #292929;
}

@media (min-width: 1200px) {
    .imgbox {
        padding-bottom: 100%;
    }

    .imgbox__pic {}

    .imgbox img {}

    .homeproducts {
        margin-top: 150px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .homeproducts__main {
        padding: 0;
    }

    .homeproducts__header {}

    .homeproducts__headerrow {}

    .homeproducts__headercol {}

    .homeproducts__headercol_titles {}

    .homeproducts__titlesblock {}

    .titlesblock__subtitle {
        font-weight: 500;
        font-size: 19px;
    }

    .titlesblock__title {
        font-size: 36px;
        color: #292929;
    }

    .homeproducts__headercol_control {}

    .homeproducts__content {
        padding-top: 30px;
    }

    .homeproducts__list {
        margin: 0 -20px;
        overflow: visible;
    }

    .homeproducts__list .slick-arrow {
        display: block;
        visibility: visible;
    }

    .homeproducts__item {
        padding: 20px;
    }

    .homeproduct {
        width: auto;
    }

    .homeproduct__main {}

    .homeproduct__top {}

    .homeproduct__toplinkconver {}

    .homeproduct__salebadge {
        min-width: 110px;
        padding: 15px;
    }

    .homeproduct__thumb {}

    .homeproduct__excerpt {
        font-size: 19px;
        padding: 25px 30px;
    }

    .homeproduct__bottom {}

    .homeproduct__title {
        font-size: 16px;
    }

    .homeproduct__shortdescr {}

    .homeproduct__price {
        font-size: 26px;
    }
}

.homecategories {
    background: #F2F2F2;
    padding: 30px 25px 20px;
    margin-top: 40px;
}

.homecategories__main {}

.homecategories__header {}

.homecategories__headerrow {}

.homecategories__headercol {}

.homecategories__headercol_titles {}

.homecategories__headercol_control {}

.homecategories__content {
    padding-top: 15px;
}

.homecategories__list {}

.homecategories__item {
    padding: 15px 0;
}

.homecategory {}

.homecategory__main {
    position: relative;
}

.homecategory__top {
    position: relative;
}

.homecategory__linkconver {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 1;
    z-index: 1;
}

.homecategory__thumb {}

.homecategoryimgbox {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 71%;
    /*    background: #fff;*/
}

.homecategoryimgbox__pic {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.homecategoryimgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* opacity: 0; */
}

.homecategory__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-right: 40px;
}

.homecategory__title {
    font-weight: 600;
    padding: 20px 15px;
    font-size: 16px;
    color: #fff;
    background: rgb(0 113 188 / 90%);
}

.homecategory__title a {
    color: inherit;
}

.homecategory__excerpt {
    font-weight: 600;
    font-size: 16px;
    color: #292929;
    padding-bottom: 25px;
    display: none;
}

.homecategory__control {
    display: none;
}

.homecategory__btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #0071BC;
    display: block;
    text-transform: uppercase;
    padding: 25px 10px;
    max-width: 230px;
}

@media (min-width: 1200px) {
    .homecategories {
        padding-top: 150px;
        padding-bottom: 180px;
    }

    .homecategories__main {}

    .homecategories__header {}

    .homecategories__headerrow {}

    .homecategories__headercol {}

    .homecategories__headercol_titles {}

    .homecategories__headercol_control {}

    .homecategories__content {
        padding-top: 35px;
    }

    .homecategories__list {
        display: flex;
        flex-wrap: wrap;
        margin-right: -35px;
        margin-left: -35px;
    }

    .homecategories__item {
        width: 100%;
        padding-right: 35px;
        padding-left: 35px;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .homecategory {}

    .homecategory__main {}

    .homecategory__top {}

    .homecategory__linkconver {}

    .homecategory__thumb {}

    .homecategoryimgbox {}

    .homecategoryimgbox__pic {}

    .homecategoryimgbox img {
        object-position: top;
    }

    .homecategory__bottom {
        position: static;
        padding: 0;
    }

    .homecategory__title {
        font-size: 26px;
        color: #292929;
        background: none;
        padding: 30px 0 15px;
    }

    .homecategory__title a {}

    .homecategory__excerpt {
        display: block;
    }

    .homecategory__control {
        display: block;
    }

    .homecategory__btn {}
}

.homeadvise {}

.homeadvise .wrap {
    padding: 0;
}

.homeadvise__main {
    max-width: 1280px;
}

.homeadvise__row {}

.homeadvise__col {}

.homeadvise__col_left {
    display: block;
}

.homeadvise__col_right {
    display: none;
}

.homeadvise__header {
    position: relative;
}

.homeadvise__headerpicture {}

.homeadvise__headerpic {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 200px;
}

.homeadvise__headerimg {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.homeadvise__titles {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 35px 25px;
}

.homeadvise__content {
    font-size: 16px;
    line-height: 1.5625;
    color: #292929;
    padding: 15px 35px;
}

.homeadvise__content p {}

.homeadvise__content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.homeadvise__content ul li {
    position: relative;
    padding: 10px 0 10px 50px;
}

.homeadvise__content ul li:before {
    content: '';
    background-image: url('//profhim.in.ua/wp-content/themes/storefront-child/assets/images/arrow-right.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 33px;
    height: 11px;
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
}

.homeadvise__picture {}

.homeadvise__pic {
    width: 547px;
    height: 610px;
    background-size: cover;
    background-position: 90% 50%;
    background-repeat: no-repeat;
}

.homeadvise__img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

@media (min-width: 1200px) {
    .homeadvise {
        margin-top: 150px;
        margin-bottom: 100px;
    }

    .homeadvise .wrap {}

    .homeadvise__main {}

    .homeadvise__row {
        display: flex;
    }

    .homeadvise__col {}

    .homeadvise__col_left {
        padding-right: 80px;
    }

    .homeadvise__col_right {
        display: block;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .homeadvise__header {}

    .homeadvise__headerpicture {
        display: none;
    }

    .homeadvise__headerpic {}

    .homeadvise__headerimg {}

    .homeadvise__titles {
        position: static;
        padding: 0;
    }

    .homeadvise__content {
        padding: 25px 0 0 0;
    }

    .homeadvise__content p {
        margin-bottom: 0.9em;
    }

    .homeadvise__content ul {}

    .homeadvise__content ul li {}

    .homeadvise__content ul li:before {}

    .homeadvise__picture {}

    .homeadvise__pic {}
}

.site-footer {
    background: none;
    padding: 0;
}

.site-footer a:not(.button):not(.components-button) {
    color: #ffffff;
}

.bottom-nav {
    font-size: 13px;
    line-height: 1;
    color: #e8e8e8;
    text-transform: uppercase;
}

.bottom-nav__menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bottom-nav__menu li {
    padding: 9px 0;
}

.footer-nav {}

.footer-nav__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.footer-nav__col {
    padding: 0 20px;
}

.footer-nav__col_menu {}

.footer-nav__col_lang {
    display: none;
}

.footer-catalog {}

.footer-catalog ul {}

.footer-catalog__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}

.footer-catalog__menu>li {
    font-weight: 800;
    padding: 10px 15px;
    width: 50%;
}

.footer-catalog__menu>li>a {
    /* margin-bottom: 5px; */
    display: inline-block;
}

.footer-catalog__menu .sub-menu {
    font-weight: normal;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 5px;
}

.footer-catalog__menu .sub-menu li {
    padding: 2px 0;
}

.footer-logo {}

.footer-logo__main {}

.footer-logo__link {}

.footer-logo__img {}

.footer {
    background: #83878E;
    color: #ffffff;
}

.footer .dropdown {
    font-weight: 500;
}

.footer .dropdown-menu {
    background: rgba(0, 0, 0, 0.1);
}

.footer .dropdown-menu>li>a:hover,
.footer .dropdown-menu>li>a:focus {
    background: rgba(0, 0, 0, 0.2);
}

.footer a {
    color: inherit;
    text-decoration: none;
}

.footer a:hover,
.footer a:focus {
    text-decoration: underline;
}

.footer__main {
    padding: 30px 25px 0;
}

.footer__row {
    display: flex;
    flex-wrap: wrap;
}

.footer__col {
    width: 100%;
}

.footer__col_contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 13px;
    /* text-transform: uppercase; */
}

.footer__col_nav {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer__navigation {}

.footer__catalog {
    display: none;
}

.footer__logoblock {
    width: 65px;
}

.footer__adaptlang {}

.footer__contacts {
    padding-top: 40px;
    width: 100%;
}

.footer__address {}

.footer__email {}

.footer__phone {}

.footer__copyright {
    display: none;
    font-weight: 500;
    font-size: 11px;
    padding-top: 25px;
}

.footer__adaptcopyright {
    font-size: 9px;
    color: #e8e8e8;
    line-height: 2;
    padding-top: 40px;
    padding-bottom: 30px;
}

.footer__socials {
    display: flex;
    gap: 15px;
    padding-top: 30px;
}

.footer__socials-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.footer__socials-icon {
    opacity: .5;
}

.footer__socials-icon:hover {
    opacity: 1;
}

.footer__socials-icon.youtube {
    background-image: url("data:image/svg+xml,%3Csvg width='38' height='27' viewBox='0 0 38 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.9808 0C19.0595 9.0215e-06 30.8577 0.00258523 33.7972 0.8125C34.6026 1.03276 35.3371 1.46246 35.9271 2.05859C36.5171 2.6548 36.9425 3.39708 37.1605 4.21094C38.4155 9.31604 38.1257 17.3794 37.1849 22.6816C36.9669 23.4956 36.5415 24.2377 35.9515 24.834C35.3614 25.4302 34.6271 25.8598 33.8216 26.0801C30.8729 26.8928 19.0042 26.8926 19.0042 26.8926C18.9288 26.8926 7.12628 26.8902 4.18685 26.0801C3.38152 25.8598 2.64691 25.4302 2.05697 24.834C1.46705 24.2378 1.0425 23.4955 0.824544 22.6816C-0.437896 17.5988 -0.0917979 9.53103 0.80013 4.23633C1.01802 3.4225 1.4427 2.68022 2.03255 2.08398C2.62254 1.48774 3.35702 1.05724 4.16244 0.836914C7.11129 0.0242141 18.9808 0 18.9808 0ZM15.2025 19.209L25.0482 13.4463L15.2025 7.68359V19.209Z' fill='white'/%3E%3C/svg%3E%0A");
}

.footer__socials-icon.instagram {
    background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 3.42356C24.0731 3.42356 24.674 3.44286 26.6775 3.53415C28.53 3.61876 29.5361 3.92825 30.2057 4.18846C31.0925 4.53313 31.7254 4.9449 32.3902 5.60975C33.0551 6.2746 33.4669 6.90754 33.8115 7.7943C34.0718 8.46391 34.3812 9.47002 34.4659 11.3224C34.5571 13.326 34.5764 13.9269 34.5764 19C34.5764 24.0731 34.5571 24.6742 34.4659 26.6776C34.3812 28.5301 34.0718 29.5361 33.8115 30.2057C33.4669 31.0925 33.0551 31.7255 32.3902 32.3904C31.7254 33.0552 31.0925 33.467 30.2057 33.8115C29.5361 34.0718 28.53 34.3814 26.6775 34.4659C24.6743 34.5573 24.0734 34.5766 19 34.5766C13.9266 34.5766 13.3255 34.5573 11.3224 34.4659C9.46987 34.3812 8.46391 34.0718 7.7943 33.8115C6.90754 33.467 6.27445 33.0552 5.6096 32.3904C4.94475 31.7254 4.53298 31.0925 4.18846 30.2057C3.92825 29.5362 3.61861 28.5301 3.53415 26.6776C3.44271 24.6742 3.42341 24.0733 3.42341 19C3.42341 13.9267 3.44271 13.326 3.53415 11.3225C3.61876 9.47002 3.92825 8.46391 4.18846 7.7943C4.53298 6.90754 4.94475 6.2746 5.6096 5.60975C6.2746 4.94475 6.90754 4.53313 7.7943 4.18846C8.46376 3.92825 9.46987 3.61876 11.3224 3.53415C13.3258 3.44286 13.9267 3.42356 19 3.42356ZM19 0C13.8399 0 13.1928 0.0218203 11.1664 0.114297C9.1439 0.206625 7.76269 0.527844 6.55426 0.9975C5.30471 1.48304 4.24516 2.13275 3.18888 3.18903C2.1326 4.24531 1.48304 5.30486 0.9975 6.55426C0.527695 7.76284 0.206625 9.14405 0.114297 11.1664C0.0218203 13.1928 0 13.8399 0 19C0 24.1601 0.0218203 24.8072 0.114297 26.8336C0.206625 28.8561 0.527695 30.2373 0.9975 31.4457C1.48289 32.6951 2.1326 33.7548 3.18888 34.8111C4.24516 35.8674 5.30471 36.517 6.55426 37.0025C7.76284 37.4723 9.1439 37.7934 11.1662 37.8857C13.1928 37.9782 13.8399 38 19 38C24.1601 38 24.8072 37.9782 26.8336 37.8857C28.856 37.7934 30.2372 37.4723 31.4456 37.0025C32.6951 36.5171 33.7547 35.8674 34.811 34.8111C35.8673 33.7548 36.517 32.6953 37.0025 31.4457C37.4722 30.2372 37.7934 28.8561 37.8857 26.8338C37.9782 24.8072 38 24.1601 38 19C38 13.8399 37.9782 13.1928 37.8857 11.1664C37.7934 9.14405 37.4722 7.76284 37.0025 6.55441C36.517 5.30486 35.8673 4.24531 34.811 3.18903C33.7547 2.13275 32.6951 1.48289 31.4457 0.9975C30.2372 0.527844 28.856 0.206625 26.8336 0.114297C24.8072 0.0218203 24.1601 0 19 0ZM19 9.2432C13.6114 9.2432 9.2432 13.6117 9.2432 19C9.2432 24.3883 13.6114 28.7568 19 28.7568C24.3884 28.7568 28.7568 24.3886 28.7568 19C28.7568 13.6116 24.3884 9.2432 19 9.2432ZM19 25.3334C15.5022 25.3334 12.6666 22.4978 12.6666 19C12.6666 15.5022 15.5022 12.6666 19 12.6666C22.4978 12.6666 25.3334 15.5022 25.3334 19C25.3334 22.4978 22.4978 25.3334 19 25.3334ZM31.4221 8.85771C31.4221 10.1171 30.4015 11.1377 29.1421 11.1377C27.8828 11.1377 26.8621 10.1171 26.8621 8.85771C26.8621 7.59837 27.8829 6.57771 29.1421 6.57771C30.4013 6.57771 31.4221 7.59852 31.4221 8.85771Z' fill='white'/%3E%3C/svg%3E%0A");
}

.footer__socials-icon.facebook {
    background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 0C29.4933 0 38 8.50666 38 19C38 28.4835 31.0519 36.3442 21.9688 37.7695V24.4922H26.3955L27.2383 19H21.9688V15.4355C21.9689 14.3086 22.383 13.2029 23.5859 12.7207C23.6861 12.6805 23.792 12.6454 23.9033 12.6143C24.2375 12.5207 24.623 12.4688 25.0654 12.4688H27.4609V7.79297C27.4609 7.79297 25.5502 7.46659 23.5986 7.42578L23.208 7.42188C21.8516 7.42188 20.6421 7.67912 19.6201 8.17773C19.416 8.27733 19.2191 8.38613 19.0303 8.50488C17.1394 9.69396 16.0312 11.8381 16.0312 14.8145V19H11.207V24.4922H16.0312V37.7695C6.94806 36.3442 0 28.4834 0 19C0 8.50666 8.50666 0 19 0Z' fill='white'/%3E%3C/svg%3E%0A");
}

@media (min-width: 768px) {
    .bottom-nav {
        font-weight: 500;
        font-size: 16px;
    }

    .bottom-nav__menu {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }

    .bottom-nav__menu li {
        padding: 8px 15px;
    }

    .footer-nav {}

    .footer-nav__row {}

    .footer-nav__col {}

    .footer-nav__col_menu {}

    .footer-nav__col_lang {}

    .footer-catalog {}

    .footer-catalog ul {}

    .footer-catalog__menu {}

    .footer-catalog__menu>li {}

    .footer-catalog__menu .sub-menu {}

    .footer-logo {}

    .footer-logo__main {}

    .footer-logo__link {}

    .footer-logo__img {}

    .footer {}

    .footer .dropdown {}

    .footer .dropdown-menu {}

    .footer .dropdown-menu>li>a:hover,
    .footer .dropdown-menu>li>a:focus {}

    .footer a {}

    .footer a:hover,
    .footer a:focus {}

    .footer__main {}

    .footer__row {}

    .footer__col {}

    .footer__col_contact {}

    .footer__col_nav {
        /* order: -1; */
    }

    .footer__navigation {}

    .footer__catalog {
        display: block;
        padding-top: 20px;
    }

    .footer__logoblock {}

    .footer__adaptlang {
        order: 1;
    }

    .footer__contacts {
        width: auto;
        padding: 0;
    }

    .footer__address {}

    .footer__email {}

    .footer__phone {}

    .footer__copyright {}

    .footer__adaptcopyright {}
}

@media (min-width: 960px) {
    .bottom-nav {}

    .bottom-nav__menu {}

    .bottom-nav__menu li {}

    .footer-nav {}

    .footer-nav__row {}

    .footer-nav__col {}

    .footer-nav__col_menu {}

    .footer-nav__col_lang {
        display: block;
    }

    .footer-catalog {}

    .footer-catalog ul {}

    .footer-catalog__menu {}

    .footer-catalog__menu>li {
        width: 50%;
    }

    .footer-catalog__menu .sub-menu {}

    .footer-logo {}

    .footer-logo__main {}

    .footer-logo__link {}

    .footer-logo__img {}

    .footer {}

    .footer .dropdown {}

    .footer .dropdown-menu {}

    .footer .dropdown-menu>li>a:hover,
    .footer .dropdown-menu>li>a:focus {}

    .footer a {}

    .footer a:hover,
    .footer a:focus {}

    .footer__main {}

    .footer__row {}

    .footer__col {}

    .footer__col_contact {}

    .footer__col_nav {}

    .footer__navigation {}

    .footer__catalog {}

    .footer__logoblock {}

    .footer__adaptlang {
        display: none;
    }

    .footer__contacts {}

    .footer__address {}

    .footer__email {}

    .footer__phone {}

    .footer__copyright {}

    .footer__adaptcopyright {}
}

@media (min-width: 1200px) {
    .bottom-nav {}

    .bottom-nav__menu {
        margin-left: -20px;
        margin-right: -20px;
    }

    .bottom-nav__menu li {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-nav {}

    .footer-nav__row {}

    .footer-nav__col {}

    .footer-nav__col_menu {}

    .footer-nav__col_lang {}

    .footer-catalog {}

    .footer-catalog ul {}

    .footer-catalog__menu {}

    .footer-catalog__menu>li {}

    .footer-catalog__menu .sub-menu {}

    .footer-logo {}

    .footer-logo__main {}

    .footer-logo__link {}

    .footer-logo__img {
        margin-left: auto;
        margin-right: auto;
    }

    .footer {}

    .footer .dropdown {}

    .footer .dropdown-menu {}

    .footer .dropdown-menu>li>a:hover,
    .footer .dropdown-menu>li>a:focus {}

    .footer a {}

    .footer a:hover,
    .footer a:focus {}

    .footer__main {
        padding: 130px 20px 130px;
    }

    .footer__row {}

    .footer__col {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .footer__col_contact {
        order: 1;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        display: block;
    }

    .footer__col_nav {
        padding: 0;
    }

    .footer__navigation {}

    .footer__catalog {
        padding-top: 50px;
    }

    .footer__logoblock {
        width: auto;
        text-align: center;
    }

    .footer__adaptlang {}

    .footer__contacts {
        font-weight: 500;
        font-size: 16px;
        padding-top: 70px;
    }

    .footer__address {}

    .footer__email {}

    .footer__phone {}

    .footer__copyright {
        display: block;
    }

    .footer__adaptcopyright {
        display: none;
    }
}

.breadcrumbs {
    font-size: 13px;
    line-height: 1.5;
    color: #929292;
}

.breadcrumbs a {
    color: inherit;
}

.breadcrumbs__separator {
    line-height: 1;
    font-size: 0;
    padding: 0 5px;
}

.breadcrumbs__last {}

.archiveposter {}

.archiveposter__wrap {}

.archiveposter__main {}

.archiveposter__header {
    line-height: 1;
    padding: 5px 35px 15px;
}

.archiveposter__breadcrumbs {}

.archiveposter__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    color: #292929;
    padding-top: 15px;
    margin: 0;
}

.archiveposter__picture {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    /* padding-bottom: 80%; */
    height: 286px;
}

.archiveposter__pic {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.archiveposter__img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    /* opacity: 0; */
}

.archiveposter__content {
    padding: 15px 35px 40px;
}

.archiveposter__description {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.8;
    color: #292929;
}

.archiveposter__control {
    padding-top: 25px;
}

.archiveposter__button {
    background: #61826D;
    font-family: inherit;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    padding: 26px 20px 25px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
}

.archiveposter__button:hover,
.archiveposter__button:focus {
    background: #61826D;
    color: #fff;
    outline: none;
}

@media (min-width: 960px) {
    .breadcrumbs {}

    .breadcrumbs a {}

    .breadcrumbs__separator {}

    .breadcrumbs__last {}

    .archiveposter {}

    .archiveposter__wrap {}

    .archiveposter__main {
        position: relative;
        min-height: 585px;
        /*        text-shadow: 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;*/
    }

    .archiveposter__header {
        padding: 0;
        max-width: 1396px;
        margin-left: auto;
        margin-right: auto;
        padding: 90px 15px 0;
    }

    .archiveposter__breadcrumbs {
        padding-right: 20px;
    }

    .archiveposter__breadcrumbs .breadcrumbs__last {
        display: none;
    }

    .archiveposter__title {
        font-weight: 500;
        font-size: 64px;
        padding: 0;
        max-width: 1150px;
    }

    .archiveposter__picture {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .archiveposter__picture:before {
        content: '';
        display: block;
        background: #fff;
        width: 200%;
        height: 200%;
        position: absolute;
        bottom: 0;
        right: -30%;
        z-index: 1;
        opacity: 0.7;
        transform: rotate(-45deg);
    }

    .archiveposter__pic {
        background-position: 100% 0;
        background-size: auto 100%;
    }

    .archiveposter__img {}

    .archiveposter__content {
        max-width: 1396px;
        margin-left: auto;
        margin-right: auto;
        padding: 30px 15px 40px;
    }

    .archiveposter__description {
        max-width: 535px;
    }

    .archiveposter__control {}

    .archiveposter__button {}
}

.storefront-full-width-content .woocommerce-products-header {
    text-align: left;
    padding: 0;
}

.archivecats {
    border-top: 6px solid #E6EEEF;
    border-bottom: 3px solid #E6EEEF;
    padding: 0 35px;
}

.archivecats__wrap {
    max-width: 1640px;
    margin: 0 auto;
}

.archivecats__main {}

.archivecats__list {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    padding: 30px 0;
    margin-left: -30px;
    margin-right: -30px;
}

.archivecats__item {
    padding: 8px 30px;
}

.archivecats__link {
    color: #0071BC;
}

.archivecats__name {
    text-decoration: underline;
}

.archivecats__link:hover .archivecats__name,
.archivecats__link:focus .archivecats__name {
    text-decoration: none;
}

.archivecats__count {
    font-weight: 500;
    vertical-align: super;
    font-size: 13px;
    color: #0071bc;
}

@media (min-width: 768px) {
    .archivecats {
        border-top-width: 3px;
    }

    .archivecats__wrap {}

    .archivecats__main {}

    .archivecats__list {
        display: flex;
        flex-wrap: wrap;
    }

    .archivecats__item {}

    .archivecats__link {}

    .archivecats__name {}

    .archivecats__link:hover .archivecats__name,
    .archivecats__link:focus .archivecats__name {}

    .archivecats__count {}
}

.archivemain {}

.archivemain__wrap {}

.archivemain__main {}

.archivemain__header {
    border-bottom: 3px solid #E6EEEF;
    padding: 15px 0 15px;
}

.archivemain__content {
    background: #f5f5f5;
    padding: 30px 35px 40px;
}

.archivecontrols {
    padding: 0 35px 0 35px;
    line-height: 1;
}

.archivecontrols__wrap {
    max-width: 1640px;
    margin: 0 auto;
}

.archivecontrols__main {}

.archivecontrols__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    align-items: center;
    justify-content: space-between;
}

.archivecontrols__col {
    padding: 0 10px;
}

.archivecontrols__col_sort {}

.archivecontrols__sort {}

.archivecontrols__col_count {
    display: none;
}

.archivecontrols__count {
    font-weight: bold;
    font-size: 16px;
    color: #83878e;
    text-transform: uppercase;
}

.sortblock {}

.sortblock .storefront-sorting,
.sortblock form {
    margin: 0;
    display: block;
    height: auto;
    vertical-align: middle;
    font-size: 1em;
}

.sortblock select {
    display: block;
    font-weight: bold;
    text-decoration: underline;
    font-size: 14px;
    color: #0071bc;
    text-transform: uppercase;
    border: none;
    padding: 5px 4px;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    appearance: none;
    line-height: 1;
}

.sortblock select:focus {
    outline: none;
}

.sortblock select option {
    padding: 0 25px;
}

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

.sortblock__col {}

.sortblock__col_title {
    padding-right: 4px;
}

.sortblock__title {
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    color: #292929;
    text-transform: uppercase;
}

.sortblock__col_form {}

.sortblock__formblock {}

.archivecount {}

.archivecount__count {
    color: #292929;
}

.archivecount__title {}

.catlinkwrap {
    background: #0071BC;
    color: #fff;
}

.product_cat .catlinkwrap {}

.catlinkwrap a {
    color: inherit;
    display: block;
    padding: 23px 25px;
}

.catlinkwrap a:hover,
.catlinkwrap a:focus {
    outline: none;
}

.catlinkwrap__row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.catlinkwrap__col {}

.catlinkwrap__col_link {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.catlinkwrap__col_button {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    display: none;
}

.cat-item-has-children>.catlinkwrap .catlinkwrap__col_button {
    display: block;
}

.catlinkwrap__button {
    display: block;
    background: none;
    padding: 0 24px;
    margin: 0;
    height: 100%;
}

.catlinkwrap__button:hover,
.catlinkwrap__button:focus {
    background: none;
    border: none;
    outline: none;
}

.catlinkwrap__buttonicon {}

.active>.catlinkwrap .catlinkwrap__buttonicon {
    transform: rotate(180deg);
}

.productscontent {}

.productscontent .woocommerce-pagination {
    float: none;
    font-weight: 600;
    font-size: 14px;
    color: #292929;
    padding: 0;
    padding-top: 55px;
    border: none;
}

.productscontent .woocommerce-pagination ul.page-numbers {
    font-size: 0;
    line-height: 1;
}

.productscontent .woocommerce-pagination .page-numbers li {
    font-weight: 600;
    font-size: 14px;
    text-align: right;
    color: #292929;
    padding: 5px;
}

.productscontent .woocommerce-pagination .page-numbers li .page-numbers {
    background: #fff;
    border: 1px solid #8c9096;
    padding: 6px 11px;
    color: #292929;
}

.productscontent .woocommerce-pagination .page-numbers li .page-numbers.current {
    background: #8c9096;
    border: 1px solid #8c9096;
    color: #fff;
}

.productscontent .woocommerce-pagination .prev,
.productscontent .woocommerce-pagination .next {
    text-indent: 0;
}

.productscontent .woocommerce-pagination .prev::after,
.productscontent .woocommerce-pagination .next::after {
    display: none;
}

.productscontent__wrap {
    max-width: 1640px;
    margin: 0 auto;
}

.productscontent__main {}

.productscontent__row {
    display: flex;
    flex-wrap: wrap;
}

.productscontent__col {
    width: 100%;
}

.productscontent__col_sidebar {}

.productscontent__col_products {}

.catalognav {
    background: #fff;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    padding: 18px 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
}

.catalognav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.catalognav .children {
    display: none;
}

.catalognav .active>ul {
    display: block;
}

.catalognav__list {}

.catalognav__list>li>.catlinkwrap {
    background: #929292;
}

.catalognav__list>li>.catlinkwrap a {
    padding-top: 31px;
    padding-bottom: 31px;
}

.catalognav__list ul {}

.catalognav a {}

.catalognav__list>li>ul>li {
    padding: 2px 0;
}

.catalognav__list>li>ul>li ul {
    text-transform: none;
}

.catalognav__list>li>ul>li li .catlinkwrap {
    background: #328dc9;
    border: 1px solid #0071bc;
}

.catalognav__list .current-cat-ancestor>.catlinkwrap {
    font-weight: bold;
}

.catalognav__list .current-cat>.catlinkwrap {
    font-weight: bold;
}

.catalognav__list>li>ul>li ul ul a {
    padding-left: 35px;
}

@media (min-width: 768px) {
    .archivemain {}

    .archivemain__wrap {}

    .archivemain__main {}

    .archivemain__header {}

    .archivemain__content {
        padding-bottom: 80px;
    }

    .archivecontrols {}

    .archivecontrols__wrap {}

    .archivecontrols__main {}

    .archivecontrols__row {}

    .archivecontrols__col {}

    .archivecontrols__col_sort {}

    .archivecontrols__sort {}

    .archivecontrols__col_count {
        display: block;
    }

    .archivecontrols__count {}

    .sortblock {}

    .sortblock .storefront-sorting,
    .sortblock form {}

    .sortblock select {}

    .sortblock select:focus {}

    .sortblock select option {}

    .sortblock__row {}

    .sortblock__col {}

    .sortblock__col_title {}

    .sortblock__title {}

    .sortblock__col_form {}

    .sortblock__formblock {}

    .archivecount {}

    .archivecount__count {}

    .archivecount__title {}

    .catlinkwrap {}

    .product_cat .catlinkwrap {}

    .catlinkwrap a {}

    .catlinkwrap a:hover,
    .catlinkwrap a:focus {}

    .catlinkwrap__row {}

    .catlinkwrap__col {}

    .catlinkwrap__col_link {}

    .catlinkwrap__col_button {}

    .cat-item-has-children>.catlinkwrap .catlinkwrap__col_button {}

    .catlinkwrap__button {}

    .catlinkwrap__button:hover,
    .catlinkwrap__button:focus {}

    .catlinkwrap__buttonicon {}

    .active>.catlinkwrap .catlinkwrap__buttonicon {}

    .productscontent {}

    .productscontent__wrap {}

    .productscontent__main {}

    .productscontent__row {}

    .productscontent__col {}

    .productscontent__col_sidebar {}

    .productscontent__col_products {}

    .catalognav {}

    .catalognav ul {}

    .catalognav .children {}

    .catalognav .active>ul {}

    .catalognav__list {}

    .catalognav__list>li>.catlinkwrap {}

    .catalognav__list>li>.catlinkwrap a {}

    .catalognav__list ul {}

    .catalognav a {}

    .catalognav__list>li>ul>li {}

    .catalognav__list>li>ul>li ul {}

    .catalognav__list>li>ul>li li .catlinkwrap {}

    .catalognav__list>li>ul>li ul ul a {}
}

@media (min-width: 992px) {
    .catalognav {
        max-width: 398px;
        width: 500px;
    }
}

ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
    margin: 0;
    padding: 10px 0;
}

ul.products li.product img,
ul.products .wc-block-grid__product img,
.wc-block-grid__products li.product img,
.wc-block-grid__products .wc-block-grid__product img {
    margin: 0;
}

.productscontent ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.storefront-full-width-content .site-main .productscontent ul.products.columns-3 li.product {
    width: 100%;
    padding: 8px 8px;
}

@media (min-width: 768px) {

    ul.products li.product,
    ul.products .wc-block-grid__product,
    .wc-block-grid__products li.product,
    .wc-block-grid__products .wc-block-grid__product {}

    .site-main ul.products li.product {}

    .site-main ul.products.columns-3 li.product {}

    .productscontent ul.products {}

    .storefront-full-width-content .site-main .productscontent ul.products.columns-3 li.product {
        width: 50%;
        float: none;
        margin: 0;
    }
}

@media (min-width: 992px) {
    .productscontent__col_sidebar {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        padding-top: 8px;
        padding-right: 15px;
    }

    .productscontent__col_products {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .productscontent ul.products {}
}

@media (min-width: 1200px) {
    .storefront-full-width-content .site-main .productscontent ul.products.columns-3 li.product {
        width: 33.333333%;
    }
}

.productimgbox {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 100%;
    background: #fff;
}

.productimgbox__pic {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.productimgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* opacity: 0; */
}

.productcard {
    text-align: left;
    height: 100%;
}

.productcard__main {
    background: #fff;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    padding: 11px 14px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;

}

.productcard__main:hover {
    box-shadow: 0px 3px 12px rgb(97 130 109 / 50%);
    position: static;
}

.productcard__thumb {
    background: #F5F5F5;
    position: relative;
}

.productcard__thumblinkcover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.productcard__salebadge {
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #e21e1a;
    padding: 10px 15px;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 1;
}

.productcard__text {}

.productcard__title {
    font-weight: 600;
    font-size: 16px;
    color: #83878e;
    /*    text-transform: uppercase;*/
    padding: 25px 0 0;
}

.productcard__title h2 {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

.productcard__title a {
    color: inherit;
    font-weight: inherit;
}

ul.products li.product .woocommerce-loop-product__title {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

.productcard__excerpt {
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #292929;
    padding-top: 10px;
}

.productcard__excerpt p:last-child {
    margin-bottom: 5px;
}

.productcard__price {
    font-weight: 500;
    font-size: 27px;
    color: #0071bc;
    line-height: 1;
}

.productcard__price del {
    display: none;
}

ul.products li.product .price {
    color: inherit;
    font-weight: inherit;
    margin: 0;
}

ul.products li.product .price ins {
    margin: 0;
    background: no-repeat;
    font-weight: inherit;
}

.productcard__controls {
    margin-top: auto;
}

.productcard__controlsrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -10px;
}

.productcard__controlscol {
    padding: 10px;
}

.productcard__controlscol_price {}

.productcard__controlscol_buttons {
    margin-left: auto;
}

.productcard__buttons {}

.productcard__buttons a,
.productcard__buttons a:focus {
    outline: none;
}

.productcard__buttonsrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -13px;
}

.productcard__buttonscol {
    padding: 0 13px;
}

.productcard__buttonscol_wishlist {}

ul.products li.product .tinvwl_add_to_wishlist_button {
    margin: 0;
}

.productcard__wishlistbuttonwrap .tinvwl_add_to_wishlist_button,
.product-buttons__wishlistbuttonwrap .tinvwl_add_to_wishlist_button {
    display: block;
    color: inherit;
}

.productcard__wishlistbuttonwrap .tinvwl_add_to_wishlist_button::after,
.product-buttons__wishlistbuttonwrap .tinvwl_add_to_wishlist_button::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "";
    animation: fa-spin .75s linear infinite;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    display: none;
}

.productcard__wishlistbuttonwrap .tinvwl_add_to_wishlist_button.ftinvwl-pulse,
.product-buttons__wishlistbuttonwrap .tinvwl_add_to_wishlist_button.ftinvwl-pulse {
    opacity: 0.5;
}

.productcard__wishlistbuttonwrap .tinvwl_add_to_wishlist_button.ftinvwl-pulse:after,
.product-buttons__wishlistbuttonwrap .tinvwl_add_to_wishlist_button.ftinvwl-pulse:after {
    display: block;
}

.productcard__wishlistbuttonwrap .tinvwl_add_to_wishlist_button.tinvwl-product-in-list,
.product-buttons__wishlistbuttonwrap .tinvwl_add_to_wishlist_button.tinvwl-product-in-list {
    color: #2CA5EC;
}

.productcard__wishlistbuttonwrap,
.product-buttons__wishlistbuttonwrap {
    font-size: 0;
    line-height: 1;
    color: #292929;
}

.product-buttons__wishlistbuttonwrap .tinv-wraper.tinv-wishlist {
    height: 64px;
    display: flex;
    align-items: center;
}

.productcard__buttonscol_cartbuttons {}

.productcard__cartbuttons {
    font-size: 0;
    line-height: 1;
    position: relative;
}

ul.products li.product .button,
ul.products li.product .added_to_cart {
    margin: 0;
}

.productcard__cartbuttons .button,
.productcard__cartbuttons .added_to_cart {
    background: none;
    padding: 0;
    color: inherit;
    border: none;
    font-weight: inherit;
    display: block;
    color: #292929;
    font-size: 0;
    line-height: 1;
}

.productcard__cartbuttons .add_to_cart_button.added {
    color: #2CA5EC;
}

.productcard__cartbuttons .added_to_cart {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.storefront-full-width-content .site-main .recentlyviewed__list ul.products.columns-3 li.product {
    width: auto;
    margin: 0;
    padding: 10px 10px;
    clear: none !important;
}

.archivemain__recently {
    padding-top: 60px;
    padding-bottom: 50px;
}

.recentlyviewed {}

.recentlyviewed__main {
    max-width: 1280px;
    padding: 0 25px;
}

.recentlyviewed__headercol_control {}

.recentlyviewed__content {
    padding-top: 15px;
}

.recentlyviewed__list {
    font-size: 0;
    line-height: 1;
    /*white-space: nowrap;*/
    margin: 0 -10px;
    /* overflow: auto; */
}

.recentlyviewed__list .slick-arrow {
    background: #F7F7F7;
    padding: 52px 41px;
    position: absolute;
    right: 20px;
    bottom: 100%;
    margin-bottom: 30px;
    visibility: hidden;
}

.recentlyviewed__list .slick-prev {
    right: 170px;
}

.recentlyviewed__list .slick-next {}

.recentlyviewed__list .slick-disabled {
    background: #F2F2F2;
}

.recentlyviewed__list .slick-disabled svg {
    opacity: 0.1;
}

.recentlyviewed__list .slick-list {
    overflow: visible;
}

.recentlyviewed__list .productcard {
    width: 250px;
}

.recentlyviewed__item {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    line-height: 1.3;
    white-space: normal;
    padding: 10px;
    width: 33.333333%;
}

.slick-initialized .recentlyviewed__item {
    width: auto;
}

@media (min-width: 1200px) {
    .archivemain__recently {
        padding-left: 25px;
        padding-right: 25px;
    }

    .recentlyviewed__main {
        padding: 0;
    }

    .recentlyviewed__content {
        padding-top: 40px;
    }

    .recentlyviewed__list {
        margin: 0 -20px;
        overflow: visible;
    }

    .recentlyviewed__list .slick-arrow {
        display: block;
        visibility: visible;
    }

    .recentlyviewed__list .productcard {
        width: auto;
    }

    .storefront-full-width-content .site-main .recentlyviewed__list ul.products.columns-3 li.product {
        padding: 20px 20px;
    }
}

.archivemain__description {
    padding: 15px 25px;
}

.archivemain__text {
    max-width: 1170px;
    font-size: 16px;
    line-height: 1.5625;
    color: #292929;
}

.archivemain__text h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    color: #292929;
    padding-bottom: 40px;
}

.archivemain__text p {}

.archivemain__text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.archivemain__text ul li {
    position: relative;
    padding: 10px 0 10px 50px;
}

.archivemain__text ul li:before {
    content: '';
    background-image: url('//profhim.in.ua/wp-content/themes/storefront-child/assets/images/arrow-right.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 33px;
    height: 11px;
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
}

@media (min-width: 1200px) {
    .archivemain__text {
        padding: 25px 0 0 0;
    }

    .archivemain__text p {
        margin-bottom: 1.2em;
    }
}

.archivemain__poster {
    padding-top: 60px;
    padding-bottom: 60px;
}

.additionalposter {
    color: #fff;
}

.additionalposter__wrap {
    max-width: 1762px;
    margin-left: auto;
    margin-right: auto;
}

.additionalposter__main {
    position: relative;
}

.additionalposter__picture {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
}

.additionalposter__picture:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #292929;
    opacity: 0.9;
}

.additionalposter__pic {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.additionalposter__img {
    height: 100%;
    width: 100%;
    opacity: 0;
}

.additionalposter__content {
    position: relative;
    z-index: 2;
    padding: 55px 25px;
}

.additionalposter__subtitle {
    font-size: 13px;
    letter-spacing: 0.04em;
    padding-bottom: 5px;
}

.additionalposter__title {
    font-weight: 500;
    font-size: 19px;
    line-height: 1.5;
}

.additionalposter__title:after {
    content: '';
    display: block;
    height: 4px;
    background: #618474;
    background-clip: content-box;
    border-left: 10px solid #618474;
    max-width: 114px;
    padding-left: 4px;
    margin-top: 10px;
}

.additionalposter__text {
    font-size: 13px;
    padding-top: 15px;
}

.additionalposter__control {
    padding-top: 30px;
}

.additionalposter__button {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #292929;
    background: #fff;
    padding: 24px 15px;
    width: 286px;
    max-width: 100%;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .archivemain__poster {}

    .additionalposter {}

    .additionalposter__wrap {}

    .additionalposter__main {}

    .additionalposter__picture {}

    .additionalposter__picture:after {}

    .additionalposter__pic {}

    .additionalposter__img {}

    .additionalposter__content {}

    .additionalposter__subtitle {}

    .additionalposter__title {}

    .additionalposter__title:after {}

    .additionalposter__text {}

    .additionalposter__control {}

    .additionalposter__button {}
}

@media (min-width: 960px) {
    .archivemain__poster {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .additionalposter {}

    .additionalposter__wrap {}

    .additionalposter__main {}

    .additionalposter__picture {}

    .additionalposter__picture:after {}

    .additionalposter__pic {}

    .additionalposter__img {}

    .additionalposter__content {}

    .additionalposter__subtitle {
        font-size: 19px;
    }

    .additionalposter__title {
        font-size: 25px;
        line-height: 1.2;
    }

    .additionalposter__title:after {
        margin-top: 16px;
    }

    .additionalposter__text {
        max-width: 812px;
        font-weight: 600;
        font-size: 16px;
        padding-top: 50px;
    }

    .additionalposter__control {}

    .additionalposter__button {
        width: 229px;
    }
}

@media (min-width: 1200px) {
    .archivemain__poster {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .additionalposter {}

    .additionalposter__wrap {}

    .additionalposter__main {}

    .additionalposter__picture {}

    .additionalposter__picture:after {}

    .additionalposter__pic {}

    .additionalposter__img {}

    .additionalposter__content {}

    .additionalposter__subtitle {}

    .additionalposter__title {
        font-size: 50px;
    }

    .additionalposter__title:after {
        margin-top: 25px;
    }

    .additionalposter__text {}

    .additionalposter__control {}

    .additionalposter__button {}
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    float: none;
    width: auto;
    margin: 0;
}

.storefront-full-width-content.single-product div.product .summary {
    float: none;
    width: auto;
    margin: 0;
}

.single-product div.product .woocommerce-product-gallery img {
    width: 100%;
    border-radius: 0;
    vertical-align: middle;
}

.productpage {}

.productpage__header {}

.productpage__headerin {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}

.productpage__breadcrumb {
    white-space: nowrap;
    overflow: auto;
}

.productpage__breadcrumb .breadcrumbs {
    padding: 10px 35px 10px 35px;
    display: inline-block;
}

.productpage__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    text-align: left;
    color: #292929;
    padding: 35px 35px 15px;
}

.productpage__title h1 {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    margin: 0;
    font-weight: inherit;
}

.productpage__wrap {
    max-width: 1470px;
    margin: 0 auto;
}

.productpage__row {}

.productpage__col {}

.productpage__col_gallery {}

.productpage__col_main {}

.productgallery {
    padding: 0 35px;
    margin-left: auto;
    margin-right: auto;
}

.woocommerce-product-gallery {}

.woocommerce-product-gallery__wrapper {}

.woocommerce-product-gallery__wrapper .slick-list {}

.woocommerce-product-gallery__wrapper .slick-track {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.woocommerce-product-gallery__wrapper .slick-arrow {
    background: #F7F7F7;
    padding: 18px 14px;
    position: absolute;
    bottom: 100%;
    width: 61px;
    height: 61px;
    top: 50%;
    z-index: 2;
}

.woocommerce-product-gallery__wrapper .slick-arrow svg {
    width: 17px;
}

.woocommerce-product-gallery__wrapper .slick-prev {
    left: 0;
    transform: translateY(-50%) translateX(-50%);
}

.woocommerce-product-gallery__wrapper .slick-next {
    right: 0;
    transform: translateY(-50%) translateX(50%);
}

.woocommerce-product-gallery__wrapper .slick-disabled {
    background: #F2F2F2;
}

.woocommerce-product-gallery__wrapper .slick-disabled svg {
    opacity: 0.1;
}

.woocommerce-product-gallery__item {
    /*    float: none;*/
    height: auto;
}

.woocommerce-product-gallery__navigation {
    margin-top: 20px;
}

.woocommerce-product-gallery__thumbs {
    margin: 0 -6px;
}

.woocommerce-product-gallery__thumbs .slick-arrow {
    background: #F7F7F7;
    padding: 18px 14px;
    position: absolute;
    bottom: 0;
    width: auto;
    height: 100%;
    z-index: 2;
    margin: 0;
    padding: 0 35px;
    visibility: hidden;
}

.woocommerce-product-gallery__thumbs .slick-arrow.slick-disabled {}

.woocommerce-product-gallery__thumbs .slick-prev {
    right: 100%;
    margin-right: 6px;
}

.woocommerce-product-gallery__thumbs .slick-next {
    left: 100%;
    margin-left: 6px;
}

.woocommerce-product-gallery_edged_left .woocommerce-product-gallery__thumbs .slick-prev,
.woocommerce-product-gallery_edged_right .woocommerce-product-gallery__thumbs .slick-next {
    background: #F2F2F2;
}

.woocommerce-product-gallery_edged_left .woocommerce-product-gallery__thumbs .slick-prev,
.woocommerce-product-gallery_edged_right .woocommerce-product-gallery__thumbs .slick-next {
    opacity: 0.1;
}

.woocommerce-product-gallery__controls {}

.galleryitembox {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.galleryitembox__main {}

.galleryitembox__picture {
    position: relative;
}

.galleryitembox__pic {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 0 0;
}

.galleryitembox__piclinkcover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: red;
}

.gallerythumb {
    padding: 0 6px;
}

.gallerythumb__picture {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 100%;
    /* width: 115px; */
    /* height: 115px; */
    margin: 0 auto;
}

.gallerythumb__pic {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.gallerythumb__img {
    height: 100%;
    opacity: 0;
}

.productinfo {
    padding: 0 35px;
}

.productinfo .price {}

.single-product div.product p.price {
    font-weight: 500;
    font-size: 27px;
    color: #292929;
    text-align: center;
    padding: 30px 0;
    margin: 0;
}

.productinfo .cart [name="add-to-cart"] {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    background: #292929;
    padding: 24px 25px 24px 90px;
    margin: 10px 0;
}

.productinfo .cart [name="add-to-cart"]:before {
    content: '';
    display: block;
    background-image: url(//profhim.in.ua/wp-content/themes/storefront-child/assets/images/cart.svg);
    background-repeat: no-repeat;
    background-size: 31px 26px;
    background-position: 50% 50%;
    background-color: #E8E8E8;
    width: 65px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.productinfo__shortdescr {
    font-weight: 500;
    font-size: 19px;
    color: #000;
    padding-top: 40px;
    padding-bottom: 30px;
}

.productinfo__shortdescr p {}

.productinfo__shortdescr p:last-child {
    margin: 0;
}

.single-product div.product form.cart {
    padding: 0;
    margin: 0;
}

.single-product div.product form.cart .quantity {
    padding: 10px 0;
}

.single-product .productinfo .quantity .qty {
    height: 65px;
}

.product-buttons {}

.product-buttons__row {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    margin: 0 -10px;
}

.product-buttons__col {
    padding: 10px 10px;
}

.product-buttons__col_addtocart {
    padding-top: 0;
    padding-bottom: 0;
}

.product-buttons__col_buyoneclick {
    display: none;
}

.product-buttons__col_whishlist {}

.product-buttons__wishlistbuttonwrap .tinvwl_add_to_wishlist_button svg {
    width: 30px;
    height: auto;
}

.buyoneclick {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    background: #DADADA;
    display: inline-block;
    padding: 24px 25px 24px 90px;
    color: #292929;
}

.buyoneclick:before {
    content: '';
    display: block;
    background-image: url(//profhim.in.ua/wp-content/themes/storefront-child/assets/images/buy-now-icon.svg);
    background-repeat: no-repeat;
    background-size: 31px 26px;
    background-position: 50% 50%;
    background-color: #E8E8E8;
    width: 65px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.product-characteristics {}

.tablepress-wrapper {
    min-height: 0.01%;
    overflow-x: auto;
    font-size: 0;
    line-height: 1;
    margin: 0 -35px;
}

.tablepress-inner {
    display: inline-block;
    line-height: 1.35;
    padding: 0 35px;
}

.tablepress-block {
    border: 1px solid #929292;
    display: inline-block;
}

.tablepress {
    font-size: 13px;
    color: #292929;
    margin: 0;
}

.tablepress b,
.tablepress strong {
    font-weight: bold;
}

.tablepress tr {}

.tablepress td,
.tablepress th {
    padding: 10px;
}

.tablepress thead {}

.tablepress thead th,
.tablepress thead td {
    border-bottom: 1px solid #929292;
    background: no-repeat;
}

.tablepress tbody th,
.tablepress tbody td {
    background: none;
}

.product-characteristics table {
    border-collapse: collapse;
}

.product-characteristics thead {
    background: #e9e9e9;
}

.product-characteristics td,
.product-characteristics th {
    border: 1px solid #929292;
}

.product-accordion {
    border-top: 1px solid #CCCCCC;
    font-size: 13px;
    color: #292929;
    line-height: 1.5;
}

.product-accordion__panel {
    border-bottom: 1px solid #CCCCCC;
}

.product-accordion .panel-heading {
    font-weight: 600;
    font-size: 16px;
    color: #292929;
    line-height: 1;
    text-transform: uppercase;
}

.product-accordion .panel-heading a {
    color: inherit;
    display: block;
    padding: 15px 0px;
    position: relative;
}

.product-accordion .panel-heading a:after {
    content: '-';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.product-accordion .panel-heading a.collapsed:after {
    content: '+';
}

.product-accordion .panel-body {
    padding: 5px 0 20px;
}

.product-accordion .panel-body p {}

.product-accordion .panel-body p:last-child {
    margin-bottom: 0;
}

.slick-track {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 400px) {
    .productgallery {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (min-width: 768px) {
    .productpage__title {
        font-weight: 500;
        font-size: 30px;
    }

    .productgallery {
        max-width: 400px;
    }

    .woocommerce-product-gallery__wrapper .slick-prev {
        transform: translateY(-50%) translateX(-25%);
    }

    .woocommerce-product-gallery__wrapper .slick-next {
        transform: translateY(-50%) translateX(25%);
    }
}

@media (min-width: 960px) {
    .productpage__title {
        font-size: 60px;
        padding: 0 35px 80px;
    }

    .productpage__row {
        display: flex;
        /* flex-wrap: wrap; */
        justify-content: center;
        width: 100%;
    }

    .productpage__col {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .productpage__col_gallery {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .productgallery {}

    .productinfo__shortdescr {
        order: 0;
        padding: 0;
        font-size: 26px;
        max-width: 600px;
    }

    .single-product div.product p.price {
        padding: 5px 0 10px;
        order: 1;
        text-align: left;
    }

    .product-accordion {
        order: 2;
    }

    .product-accordion .panel-heading {
        font-weight: 500;
        font-size: 19px;
    }

    .product-accordion .panel-heading a {
        padding: 14px 0 13px;
    }

    .product-accordion .panel-heading a:after {
        right: -20px;
    }

    .product-buttons {
        order: 3;
        padding-top: 25px;
    }

    .storefront-full-width-content.single-product div.product .summary {
        display: flex;
        flex-direction: column;
    }

    .woocommerce-product-gallery__wrapper .slick-prev {}

    .woocommerce-product-gallery__wrapper .slick-next {}

    .tablepress {
        /* font-weight: 600; */
        /* font-size: 16px; */
    }

    .tablepress td,
    .tablepress th {
        padding: 8px 10px;
    }
}

@media (min-width: 1200px) {
    .productpage__title {
        font-size: 48px;
        padding-bottom: 80px;
    }

    .productpage {
        padding-top: 160px;
    }

    .productpage__col_gallery {
        padding-right: 60px;
    }

    .productgallery {
        padding-left: 115px;
        padding-right: 115px;
        max-width: 620px;
    }

    .woocommerce-product-gallery__thumbs .slick-arrow {
        visibility: visible;
    }

    .woocommerce-product-gallery__wrapper .slick-arrow {
        visibility: hidden;
    }

    .product-accordion .panel-heading {}

    .tablepress {
        font-weight: 600;
        font-size: 16px;
    }

    .product-accordion {
        font-size: 16px;
    }
}

.storefront-full-width-content .site-main .relatedproducts__list ul.products.columns-3 li.product {
    width: auto;
    margin: 0;
    padding: 10px 10px;
    clear: none !important;
}

.relatedproducts {}

.relatedproducts__wrap {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}

.relatedproducts__container {
    padding-top: 60px;
    padding-bottom: 50px;
    background: #F2F2F2;
    margin-top: 110px;
    max-width: 1750px;
    margin-left: auto;
    margin-right: auto;
}

.relatedproducts__main {
    max-width: 1280px;
    padding: 0 25px;
}

.relatedproducts__headercol_control {}

.relatedproducts__content {
    padding-top: 15px;
}

.relatedproducts__list {
    font-size: 0;
    line-height: 1;
    /*white-space: nowrap;*/
    margin: 0 -10px;
    /* overflow: auto; */
}

.relatedproducts__list .slick-arrow {
    background: #F7F7F7;
    padding: 52px 41px;
    position: absolute;
    right: 20px;
    bottom: 100%;
    margin-bottom: 30px;
    visibility: hidden;
}

.relatedproducts__list .slick-prev {
    right: 170px;
}

.relatedproducts__list .slick-next {}

.relatedproducts__list .slick-disabled {
    background: #F2F2F2;
}

.relatedproducts__list .slick-disabled svg {
    opacity: 0.1;
}

.relatedproducts__list .slick-list {
    overflow: visible;
}

.relatedproducts__list .productcard {
    width: 250px;
}

.relatedproducts__item {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    line-height: 1.3;
    white-space: normal;
    padding: 10px;
    width: 33.333333%;
}

.slick-initialized .relatedproducts__item {
    width: auto;
}

.productrecently {
    padding-top: 60px;
    padding-bottom: 50px;
}

.productrecently .wrap {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
    .relatedproducts {}

    .relatedproducts__container {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .relatedproducts__wrap {}

    .relatedproducts__main {
        padding: 0;
    }

    .relatedproducts__content {
        padding-top: 40px;
    }

    .relatedproducts__list {
        margin: 0 -20px;
        overflow: visible;
    }

    .relatedproducts__list .slick-arrow {
        display: block;
        visibility: visible;
    }

    .relatedproducts__list .productcard {
        width: auto;
    }

    .storefront-full-width-content .site-main .relatedproducts__list ul.products.columns-3 li.product {
        padding: 20px 20px;
    }
}

.storefront-full-width-content.woocommerce-cart .entry-header h1:last-child,
.storefront-full-width-content.woocommerce-checkout .entry-header h1:last-child,
.storefront-full-width-content.woocommerce-account .entry-header h1:last-child,
.storefront-full-width-content .woocommerce-products-header h1:last-child {
    font-weight: 600;
    font-size: 26px;
    color: #292929;
    margin: 0;
    letter-spacing: 0;
}

.woocommerce-cart .hentry {
    margin: 0;
}

.woocommerce-cart .site-main {}

.woocommerce-cart .content-area {
    margin: 0;
    padding: 0;
}

.cartpage {
    padding: 0 35px 50px;
}

.cartpage__wrap {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}

.cartpage__main {}

.cartpage__backblock {
    font-size: 13px;
    line-height: 1;
    color: #929292;
    padding-top: 6px;
    padding-bottom: 20px;
}

.cartpage__content {}

.cartpage__addinfo {}

.backblock {}

.backblock a {
    color: inherit;
}

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

.backblock__iconbox {
    padding-bottom: 1px;
    padding-right: 10px;
}

.backblock__linkbox {}

.woocommerce-cart-form {
    margin: 30px 0 0 0;
}

table.cart {
    display: block;
    /* border-top: 1px solid #ccc; */
    margin: 0;
    box-shadow: 0px 0px 0 0 red;
}

table.cart:before {
    content: '';
    display: block;
    border-top: 1px solid #ccc;
    box-sizing: content-box;
    padding: 0 35px;
    width: 100%;
    margin-left: -35px;
}

table.cart tbody {
    display: block;
}

table.cart tr {
    display: block;
}

table.cart tr.cart-headline {
    display: none;
    font-weight: 500;
    font-size: 19px;
    line-height: 1;
    color: #8c9096;
}

table.cart tr.cart-headline th,
table.cart tr.cart-headline td {
    padding: 0 15px 5px;
}

table.cart tr.cart-headline th,
table.cart tr.cart-headline td.cart-headline__cell_empty {
    padding: 0;
}

table.cart tbody tr:last-child {
    display: none;
}

table.cart tr.woocommerce-cart-form__cart-item {
    position: relative;
    padding: 0 0 30px 75px;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

table.cart tr.woocommerce-cart-form__cart-item:after {
    content: '';
    display: block;
    border-top: 1px solid #ccc;
    box-sizing: content-box;
    padding: 0 35px;
    width: 100%;
    margin-left: -35px;
    position: absolute;
    bottom: 0;
    left: 0;
}

table.cart td,
table.cart th {
    display: block;
    padding: 0;
}

table.shop_table_responsive tr td[data-title]::before {
    float: none;
    display: none;
}

table.cart td.product-quantity .qty {
    width: 32px;
}

table.cart .product-thumbnail img {
    max-width: 100%;
}

table.cart td.product-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    z-index: 2;
}

table.cart tbody tr:nth-child(2n) td {
    background: none;
}

table.cart td.product-name {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    text-align: left;
    color: #292929;
    padding-right: 25px;
    width: 100%;
    padding-bottom: 10px;
}

table.cart td.product-name a {
    color: inherit;
    text-decoration: none;
}

table.cart .product-shortdescr {
    font-size: 12px;
    line-height: 1.5;
    color: #83878e;
    padding-top: 5px;
}

table.cart td.product-remove {
    float: none;
    clear: none;
    border-bottom: 1px solid #ccc;
    position: static;
}

table.cart td.product-remove a.remove {
    position: absolute;
    font-size: 0;
    top: 5px;
    right: 0;
    text-indent: 0;
    display: block;
    width: auto;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
}

table.cart td.product-price {}

table.cart td.product-quantity {}

table.cart td.product-subtotal {
    margin-left: auto;
    padding-top: 10px;
    width: 100%;
}

table.cart tbody td {
    background: none;
}

.cart_totals {
    margin-top: 40px;
    font-weight: 600;
    font-size: 16px;
    color: #292929;
    position: relative;
}

.cart-totals-main {
    padding-bottom: 50px;
}

.cart_totals h2 {
    display: none;
}

.cart_totals .cart-subtotal {
    display: none;
}

.cart_totals .shipping {
    display: none;
}

.cart_totals table td,
.cart_totals table th {
    padding: 0;
}

.cart_totals table th {
    background: none;
}

.cart_totals table.shop_table_responsive tbody th {
    display: table-cell;
}

.cart_totals table td {}

.wc-proceed-to-checkout {
    margin: 30px 0 0 0;
}

.wc-proceed-to-checkout .button.checkout-button {
    border-radius: 6px;
    background: #618474;
    font-family: inherit;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
    color: #e8e8e8;
    text-transform: uppercase;
    padding: 16px 15px 15px;
    margin: 0;
}

.woocommerce-shipping-totals {
    line-height: 1;
}

.woocommerce-shipping-totals ul,
.woocommerce-shipping-totals p {
    margin: 0;
    padding-bottom: 10px;
}

@media (min-width: 400px) {}

@media (min-width: 768px) {

    .storefront-full-width-content.woocommerce-cart .entry-header,
    .storefront-full-width-content.woocommerce-checkout .entry-header,
    .storefront-full-width-content.woocommerce-account .entry-header,
    .storefront-full-width-content .woocommerce-products-header {
        text-align: left;
        padding: 0 0 50px;
    }

    .storefront-full-width-content.woocommerce-cart .entry-header h1:last-child,
    .storefront-full-width-content.woocommerce-checkout .entry-header h1:last-child,
    .storefront-full-width-content.woocommerce-account .entry-header h1:last-child,
    .storefront-full-width-content .woocommerce-products-header h1:last-child {
        font-size: 50px;
        font-weight: 500;
    }

    .cartpage {}

    .cartpage__wrap {}

    .cartpage__main {}

    .cartpage__backblock {}

    .cartpage__content {}

    .backblock {}

    .backblock a {}

    .backblock__main {}

    .backblock__iconbox {}

    .backblock__linkbox {}

    .woocommerce-cart-form {}

    table.cart {
        display: table;
    }

    table.cart:before {
        display: none;
    }

    table.cart thead {
        display: none;
    }

    table.cart tbody {
        display: table-row-group;
    }

    table.cart tr {
        display: table-row;
    }

    table.cart tr.cart-headline {
        display: table-row;
    }

    table.cart tbody tr:last-child {}

    table.cart tr.woocommerce-cart-form__cart-item {
        display: table-row;
        margin: 0;
        padding: 0;
    }

    table.cart tr.woocommerce-cart-form__cart-item:after {
        display: none;
    }

    table.cart td,
    table.cart th {
        display: table-cell;
        border-bottom: 1px solid #ccc;
    }

    table.shop_table_responsive tr td[data-title]::before {}

    table.cart td.product-quantity .qty {}

    table.cart td.product-remove a.remove {
        /* position: static; */
        top: auto;
        bottom: 15px;
    }

    .cartremovebtn {
        font-size: 13px;
        line-height: 1;
        color: #83878e;
        display: block;
        border: 1px solid #2B2B2B;
        text-transform: uppercase;
        padding: 5px 26px;
    }

    .cartremovebtn__iconbox {
        display: none;
    }

    .cartremovebtn__textbox {}

    table.cart .product-thumbnail img {}

    table.cart td.product-thumbnail {
        position: static;
    }

    table.cart td.product-name {
        padding: 10px 15px 10px;
        width: auto;
    }

    table.cart td.product-name a {}

    table.cart .product-shortdescr {}

    table.cart td.product-remove,
    body table.cart td.product-remove {
        padding: 0;
    }

    table.cart td.product-price {}

    table.cart td.product-quantity {}

    table.cart td.product-subtotal {
        padding: 10px 15px 10px;
        width: auto;
    }

    table.cart tbody td {
        padding: 10px 15px 15px;
    }

    table.cart .cart-subtotal-wrap {
        padding-bottom: 30px;
    }

    .cart_totals {}

    .cart-totals-block {}

    .cart-totals-block:after {
        content: '';
        display: table;
        clear: both;
    }

    .cart-totals-main {
        float: right;
        padding-bottom: 20px;
    }

    .cart-collaterals .cart_totals {
        width: auto;
        float: none;
    }

    .cart_totals h2 {}

    .cart_totals .cart-subtotal {
        display: table-row;
    }

    .cart_totals .shipping {
        display: table-row;
    }

    .cart_totals table {
        margin-bottom: 0;
    }

    .cart_totals table td,
    .cart_totals table th {
        border-bottom: 1px solid #CCCCCC;
        padding: 10px 0;
    }

    .cart_totals table th {}

    .cart_totals table.shop_table_responsive tbody th {}

    .cart_totals table td {}

    .cart_totals table td:last-child {
        text-align: right;
    }

    .wc-proceed-to-checkout {
        margin-top: 20px;
    }

    .wc-proceed-to-checkout .button.checkout-button {}
}

@media (min-width: 960px) {
    .cartpage {}

    .cartpage__wrap {}

    .cartpage__main {}

    .cartpage__backblock {}

    .cartpage__content {}

    .backblock {}

    .backblock a {}

    .backblock__main {}

    .backblock__iconbox {}

    .backblock__linkbox {}

    .woocommerce-cart-form {}

    table.cart {}

    table.cart:before {}

    table.cart tbody {}

    table.cart tr {}

    table.cart tbody tr:last-child {}

    table.cart tr.woocommerce-cart-form__cart-item {}

    table.cart tr.woocommerce-cart-form__cart-item:after {}

    table.cart td,
    table.cart th {}

    table.shop_table_responsive tr td[data-title]::before {}

    table.cart td.product-quantity .qty {}

    table.cart td.product-remove a.remove {}

    table.cart .product-thumbnail img {}

    table.cart td.product-thumbnail {}

    table.cart td.product-name {}

    table.cart td.product-name a {}

    table.cart .product-shortdescr {}

    table.cart td.product-remove {}

    table.cart td.product-price {}

    table.cart td.product-quantity {}

    table.cart td.product-subtotal {}

    table.cart tbody td {}

    .cart_totals {}

    .cart_totals h2 {}

    .cart_totals .cart-subtotal {}

    .cart_totals .shipping {}

    .cart_totals table td,
    .cart_totals table th {}

    .cart_totals table th {}

    .cart_totals table.shop_table_responsive tbody th {}

    .cart_totals table td {}

    .wc-proceed-to-checkout {}

    .wc-proceed-to-checkout .button.checkout-button {}
}

@media (min-width: 1200px) {
    .cartpage {}

    .cartpage__wrap {}

    .cartpage__main {}

    .cartpage__backblock {
        display: none;
    }

    .cartpage__content {}

    .backblock {}

    .backblock a {}

    .backblock__main {}

    .backblock__iconbox {}

    .backblock__linkbox {}

    .woocommerce-cart-form {}

    table.cart {}

    table.cart:before {}

    table.cart tbody {}

    table.cart tr {}

    table.cart tbody tr:last-child {}

    table.cart tr.woocommerce-cart-form__cart-item {}

    table.cart tr.woocommerce-cart-form__cart-item:after {}

    table.cart td,
    table.cart th {}

    table.shop_table_responsive tr td[data-title]::before {}

    table.cart td.product-quantity .qty {}

    table.cart td.product-remove a.remove {}

    table.cart .product-thumbnail img {}

    table.cart td.product-thumbnail {}

    table.cart td.product-name {}

    table.cart td.product-name a {}

    table.cart .product-shortdescr {}

    table.cart td.product-remove {}

    table.cart td.product-price {}

    table.cart td.product-quantity {}

    table.cart td.product-subtotal {}

    table.cart tbody td {}

    .cart_totals {}

    .cart_totals h2 {}

    .cart_totals .cart-subtotal {}

    .cart_totals .shipping {}

    .cart_totals table td,
    .cart_totals table th {}

    .cart_totals table th {}

    .cart_totals table.shop_table_responsive tbody th {}

    .cart_totals table td {}

    .wc-proceed-to-checkout {}

    .wc-proceed-to-checkout .button.checkout-button {}
}

.addinfo {
    font-size: 13px;
    line-height: 1.6;
    color: #929292;
    text-align: center;
    position: relative;
    padding: 40px 0 0 0;
}

.addinfo:before {
    content: '';
    display: block;
    border-top: 1px solid #ccc;
    box-sizing: content-box;
    padding: 0 35px;
    width: 100%;
    margin-left: -35px;
    position: absolute;
    top: 0;
    left: 0;
}

.addinfo a {
    color: inherit;
    text-decoration: none;
}

.hentry .entry-content .addinfo a {
    /* text-decoration: none; */
}

.addinfo__row {}

.addinfo__col {
    padding: 0 5px;
}

.addinfo__col_text {}

.addinfo__text {}

.addinfo__phone {
    font-weight: bold;
}

.addinfo__col_nav {}

.customer-nav {}

.customer-nav__menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.customer-nav__menu li {
    /* border-left: 2px solid #83878e; */
    /* padding: 0 6px; */
}

@media (min-width: 400px) {}

@media (min-width: 960px) {
    .addinfo {
        font-weight: 600;
        font-size: 16px;
        line-height: 1;
    }

    .addinfo:before {}

    .addinfo a {}

    .hentry .entry-content .addinfo a {}

    .addinfo__row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .addinfo__col {}

    .addinfo__col_text {}

    .addinfo__text {}

    .addinfo__phone {}

    .addinfo__col_nav {}

    .customer-nav {}

    .customer-nav__menu {
        display: flex;
        align-items: center;
    }

    .customer-nav__menu li {
        border-left: 2px solid #83878e;
        padding: 0 6px;
    }
}

.entry-summary h2 {
    /*    font-size: 1.5em;*/
    font-size: 1em;
}

.entry-summary .available-on-backorder {
    color: red;
}

.ps-textarea {
    max-height: 115px;
}



.page-template-template-about-php .site-main {
    margin-bottom: 0;
    max-width: none;
}

@media (max-width: 959.98px) {
    .page-template-template-about-php .site-main {
        padding-top: 10px;
    }
}

.aboutpage {}

.aboutpage__header {
    padding-bottom: 45px;
}

.aboutpage__headermain {}

.aboutpage__breadcrumbs {}

.aboutpage__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    color: #292929;
    padding-top: 15px;
    margin: 0;
}

.aboutpage__poster {}

.aboutpage__picture {}

.aboutpage__pic {
    background-size: 0 0;
}

.aboutpage__img {
    vertical-align: middle;
}

.aboutpage__content {
    padding: 0 0 30px 0;
    color: #292929;
}

.aboutpage__cntrow {}

.aboutpage__cntcol {}

.aboutpage__slogan {
    position: relative;
    font-weight: 600;
    text-align: left;
    padding-left: 50px;
    margin-top: 45px;
}

.aboutpage__slogan:before {
    content: '';
    background-image: url(//profhim.in.ua/wp-content/themes/storefront-child/assets/images/arrow-right.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 33px;
    height: 11px;
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
}

.aboutpage__description {
    padding: 45px 0 0 0;
}

.aboutpage__clients {
    border-top: 1px solid #ccc;
    padding: 50px 0 0 0;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}

.aboutpage__clients .homeproducts {
    margin: 0;
}

@media (min-width: 960px) {
    .aboutpage {}

    .aboutpage__header {
        padding-bottom: 100px;
    }

    .aboutpage__headermain {
        display: flex;
        align-items: baseline;
    }

    .aboutpage__breadcrumbs {}

    .aboutpage__breadcrumbs .breadcrumbs__last {
        display: none;
    }

    .aboutpage__title {
        font-weight: 500;
        font-size: 64px;
        padding: 0;
        max-width: 1150px;
        padding-left: 10px;
    }

    .aboutpage__poster {}

    .aboutpage__picture {}

    .aboutpage__pic {}

    .aboutpage__img {}

    .aboutpage__content {}

    .aboutpage__cntrow {
        display: flex;
        align-items: top;
    }

    .aboutpage__cntcol {
        size: 0;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .aboutpage__slogan {
        max-width: 570px;
        font-size: 26px;
    }

    .aboutpage__slogan:before {
        top: 17px;
    }

    .aboutpage__description {}

    .aboutpage__clients {}
}

.page-template-template-delivery-php .site-main {
    margin-bottom: 0;
    max-width: none;
}

@media (max-width: 959.98px) {
    .page-template-template-delivery-php .site-main {
        padding-top: 10px;
    }
}

.page-template-template-delivery-php .content-area {
    padding: 0;
    margin: 0;
}

.page-template-template-delivery-php .aboutpage__content {
    padding: 0;
}

.delivery {}

.delivery__list {}

.delivery__item {}

.deliverybox {}

.deliverybox__main {
    position: relative;
    min-height: 230px;
}

.deliverybox__text {
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
    padding-top: 30px;
}

.deliverybox__title {
    position: relative;
    font-weight: 600;
    color: #292929;
    padding-left: 50px;
    max-width: 930px;
}

.deliverybox__title:before {
    content: '';
    background-image: url(//profhim.in.ua/wp-content/themes/storefront-child/assets/images/arrow-right.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 33px;
    height: 11px;
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
}

.deliverybox__picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.deliverybox__pic {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.deliverybox__img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

@media (min-width: 960px) {
    .delivery {}

    .delivery__list {}

    .delivery__item {}

    .deliverybox {}

    .deliverybox__main {}

    .deliverybox_has_img .deliverybox__main {
        min-height: 440px;
    }

    .deliverybox__text {}

    .deliverybox__title {
        color: #83878e;
        font-size: 26px;
    }

    .deliverybox__title:before {
        top: 17px;
    }

    .deliverybox__picture {}

    .deliverybox__pic {}

    .deliverybox__img {}
}

.page-template-template-warranty-php .site-main {
    margin-bottom: 0;
    max-width: none;
}

@media (max-width: 959.98px) {
    .page-template-template-warranty-php .site-main {
        padding-top: 10px;
    }
}

.warranty {}

.warranty__poster {}

.warranty__content {
    padding: 40px 20px;
}

.warranty__faq {}

.warranty__addinfo {}

.warranty-faq {}

.warranty-faq .panel-title {
    font-weight: 600;
    font-size: 16px;
}

.warranty-faq .panel-title a {
    color: inherit;
    display: block;
    padding-left: 50px;
    position: relative;
    line-height: 1.4;
    padding: 5px 0 5px 50px;
    min-height: 40px;
}

.warranty-faq .panel-title a:before,
.warranty-faq .panel-title a:after {
    content: '';
    display: block;
    background: #020202;
    position: absolute;
}

.warranty-faq .panel-title a:before {
    width: 33px;
    height: 2px;
    left: 0;
    top: 16px;
}

.warranty-faq .panel-title a:after {
    height: 33px;
    width: 2px;
    left: 15px;
    top: 1px;
}

.warranty-faq .panel-title a:after {
    display: none;
}

.warranty-faq .panel-title a.collapsed:after {
    display: block;
}

.warranty-faq .panel-body {
    font-size: 13px;
    line-height: 1.69230769231;
    color: #929292;
    padding: 15px 0 5px;
}

.warranty-faq .panel-body ul {
    padding: 0;
    margin: 0 0 1.41575em;
    list-style: none;
}

.warranty-faq .panel-body ul li {
    position: relative;
    padding-left: 50px;
}

.warranty-faq .panel-body ul li:before {
    content: '';
    background-image: url(//profhim.in.ua/wp-content/themes/storefront-child/assets/images/arrow-right.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 33px;
    height: 11px;
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
}

.warranty-faq__panel {
    padding: 8px 0;
}

.warranty-faq__row {}

.warranty-faq__col {}

.warranty-faq__col_title {}

.warranty-faq__col_description {}

@media (min-width: 960px) {
    .warranty {}

    .warranty__poster {}

    .warranty__content {}

    .warranty__faq {}

    .warranty__addinfo {}

    .warranty-faq {}

    .warranty-faq .panel-title {
        font-weight: 600;
        font-size: 26px;
        color: #83878e;
        line-height: 1;
        padding-right: 30px;
    }

    .warranty-faq .panel-title a {
        padding-top: 0;
        padding-bottom: 0;
        display: block;
    }

    .warranty-faq .panel-title a:before {
        content: '';
        background-image: url(//profhim.in.ua/wp-content/themes/storefront-child/assets/images/arrow-right.svg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-color: transparent;
        width: 33px;
        height: 11px;
        display: block;
        position: absolute;
        top: 14px;
        left: 0;
    }

    .warranty-faq .panel-title a.collapsed:after {
        display: none;
    }

    .warranty-faq .panel-body {
        font-size: 16px;
        color: #83878e;
        padding: 0;
    }

    .warranty-faq .panel-body ul {}

    .warranty-faq .panel-body ul li {}

    .warranty-faq__panel {
        padding: 20px 0;
    }

    .warranty-faq__row {
        display: flex;
        flex-wrap: wrap;
    }

    .warranty-faq__col {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .warranty-faq__col_title {}

    .warranty-faq__col_description {}

    .warranty-faq__col_description .panel-collapse {
        display: block;
        height: auto !important;
    }
}

.page-template-template-contacts-php .site-main {
    margin-bottom: 0;
    max-width: none;
}

@media (max-width: 959.98px) {
    .page-template-template-contacts-php .site-main {
        padding-top: 10px;
    }
}

.contactspage {}

.contactspage__header {
    padding-bottom: 50px;
}

.contactspage__slogan {
    position: relative;
    font-weight: 600;
    text-align: left;
    padding-left: 50px;
}

.contactspage__slogan:before {
    content: '';
    background-image: url(//profhim.in.ua/wp-content/themes/storefront-child/assets/images/arrow-right.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 33px;
    height: 11px;
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
}

.contactspage__map {}

.mapblock {}

.mapblock__description {}

.mapblock__main {
    padding-top: 50px;
}

.map {
    height: 291px;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.contactinfo {
    font-size: 16px;
    color: #83878e;
}

.contactinfo a {
    color: inherit;
}

.contactinfo__main {}

.contactinfo__row {}

.contactinfo__col {
    padding: 15px;
}

.contactspage__list {
    padding-top: 30px;
}

.contactslist {}

.contactslist__item {
    padding: 20px 0;
}

.contactbox {}

.contactbox__title {
    font-weight: 500;
    font-size: 19px;
    color: #000;
    padding-bottom: 10px;
}

.contactbox__content {
    font-size: 16px;
    color: #83878e;
}

.contactbox__content a {
    color: inherit;
}

.contactbox__content a[href^="mailto:"] {
    color: #E21E1A;
}

@media (min-width: 960px) {
    .contactspage {}

    .contactspage__header {
        padding-bottom: 100px;
    }

    .contactspage__slogan {
        max-width: 640px;
        font-size: 26px;
    }

    .contactspage__slogan:before {
        top: 17px;
    }

    .contactspage__map {}

    .mapblock {
        position: relative;
    }

    .mapblock__description {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        pointer-events: none;
    }

    .mapblock__main {
        padding: 0;
    }

    .map {
        height: 550px;
    }

    .contactinfo {
        display: flex;
        justify-content: end;
    }

    .contactinfo__main {
        background: #fff;
        padding: 25px;
        max-width: 100%;
        width: 610px;
        pointer-events: auto;
    }

    .contactinfo__row {
        display: flex;
    }

    .contactinfo__col {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .contactspage__list {}

    .contactslist {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .contactslist__item {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        padding: 20px 15px;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .contactbox {}

    .contactbox__title {
        font-weight: 600;
        font-size: 26px;
        color: #83878e;
    }

    .contactbox__content {}
}

.ps-form-robots-fields {
    display: none;
}

.wpcf7-form-control.wpcf7-tel,
.wpcf7-form-control.wpcf7-text {
    width: 100%;
}