.woocommerce-error, .woocommerce-info, .woocommerce-message {
    display: none !important;
}

html {
    line-height: 1;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    line-height: 1;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

* {
    outline: none
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: none
}

::-webkit-scrollbar {
    width: 4px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .3)
}

::-webkit-scrollbar-thumb {
    background: #f2bf1f
}

html.hidden {
    overflow: hidden
}

html {
    font-size: 10px
}

body, html {
    height: 100%
}

body {
    min-width: 320px;
    position: relative;
    font-family: Lato, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    color: #000;
    background-color: #fff
}

a, button, input, select, textarea {
    cursor: pointer;
    outline: none
}

textarea {
    resize: none
}

a, a:hover {
    text-decoration: none;
    color: inherit
}

.fd-c {
    flex-direction: column
}

.container {
    width: 1200px;
    max-width: 100%;
    padding: 0 20px;
    display: flex;
    margin: 0 auto;
    color: #000
}

.container:after, .container:before {
    display: none
}

main {
    min-height: calc(100vh - 291px);
    padding-top: 80px
}
main>.woocommerce {
    min-height: calc(100vh - 291px);
}
.title-section {
    margin: 0;
    font-weight: 700;
    font-size: 6.4rem;
    line-height: 7.7rem;
    text-transform: uppercase;
    color: #030022;
    text-align: center;
    display: block;
    position: relative
}

.title-section:after {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    content: "";
    width: 70%;
    height: 2px;
    background-color: #f2bf1f
}

.modal {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .8)
}

.modal.active {
    display: block;
    visibility: visible;
    overflow: visible
}

.modal.modal-order .box {
    width: 50%;
    margin: 20vh auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 60px 100px;
    background-color: #fff
}

.modal.modal-order .box .box-thanks {
    display: none;
}
.modal.modal-order .box .close {
    position: absolute;
    border: none;
    background-color: transparent;
    right: 20px;
    top: 20px;
    z-index: 2
}

.modal.modal-order .box .mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.modal.modal-order .box .title {
    margin: 0 0 40px;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 4.3rem;
    text-transform: uppercase;
    color: #030022;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1
}

.modal.modal-order .box .desc {
    margin: 25px 0 0;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #0E0E0E;
    text-align: center;

}

.modal.modal-order .box .title:after {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    content: "";
    width: 70%;
    height: 2px;
    background-color: #f2bf1f
}

.modal.modal-order .box form {
    height: 230px;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1
}

.modal.modal-order .box form p {
    margin: 0;
}

.modal.modal-order .box form .row-acceptance {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.modal.modal-order .box form .row-acceptance .wpcf7-form-control-wrap.acceptance-26 {
    margin-right: 15px;
    margin-top: 5px;
}
.modal.modal-order .box form .row-acceptance p {
    font-size: 12px;
    line-height: 20px;
    color: #686868;
}
.modal.modal-order .box form .row-acceptance p a {
    color: #000;
}

.modal.modal-order .box label {
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 15px
}

.modal.modal-order .box label.active .label {
    opacity: 1;
    transition: all .3s linear 0s
}

.modal.modal-order .box label .label {
    position: absolute;
    color: #030022;
    top: -20px;
    left: 15px;
    font-size: 1.4rem;
    line-height: 1.4rem;
    opacity: 0;
    transition: all .3s linear 0s
}

.modal.modal-order .box label .wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column;
    width: 100%
}

.modal.modal-order .box label input {
    text-indent: 15px;
    background: hsla(0, 0%, 100%, .5);
    border: 1px solid #adadad;
    height: 44px;
    width: 100%;
    color: #030022;
    font-size: 1.4rem;
    line-height: 2.4rem
}

.modal.modal-order .box label input::placeholder {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #686868
}

.modal.modal-order .box label textarea {
    padding-top: 10px;
    text-indent: 15px;
    background: hsla(0, 0%, 100%, .5);
    border: 1px solid #adadad;
    height: 125px;
    width: 100%;
    color: #030022;
    font-size: 1.4rem;
    line-height: 2.4rem
}

.modal.modal-order .box label textarea::placeholder {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #686868
}

.modal.modal-order .box .row-input {
    display: flex;
    align-content: flex-start;
    width: 100%
}

.modal.modal-order .box .row-input label {
    width: calc(50% - 10px)
}

.modal.modal-order .box .row-input label:first-child {
    margin-right: 20px
}

.modal.modal-order .box .wpcf7-submit {
    height: 42px;
    width: 178px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #0e0e0e;
    border: 1px solid #0e0e0e;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-transform: lowercase;
    transition: all .3s linear 0s
}

.modal.modal-order .box .wpcf7-submit:hover {
    background-color: #fff;
    color: #0e0e0e;
    transition: all .3s linear 0s
}


.modal.modal-gallery .box {
    width: 50%;
    height: 75vh;
    margin: 20vh auto 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative
}

.modal.modal-gallery .box .modalSwiper {
    height: 100px;
    margin-bottom: 30px;
    width: 100%
}

.modal.modal-gallery .box .modalSwiper img {
    width: 100%;
    object-fit: cover;
    object-position: center
}

.modal.modal-gallery .box .modalSwiper2 {
    height: calc(75vh - 202px);
    margin-bottom: 30px;
    width: 100%
}

.modal.modal-gallery .box .btns {
    position: absolute;
    width: 100%;
    margin: calc(37.5vh - 101px) auto 0
}

.modal.modal-gallery .box .swiper-button-prev {
    left: -40px
}

.modal.modal-gallery .box .swiper-button-prev:after {
    color: #fff;
    font-size: 40px
}

.modal.modal-gallery .box .swiper-button-next {
    right: -40px
}

.modal.modal-gallery .box .swiper-button-next:after {
    color: #fff;
    font-size: 40px
}

.modal.modal-gallery .box .btn {
    height: 42px;
    width: 178px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2rem;
    text-transform: lowercase;
    background-color: #f2bf1f;
    color: #000;
    transition: all .3s linear 0s
}

.modal.modal-gallery .swiper-slide img {
    width: 100%;
}
.modal.modal-gallery .box .btn:hover {
    background-color: #000;
    color: #f2bf1f;
    transition: all .3s linear 0s
}

.header {
    background-color: #0e0e0e;
    height: 80px;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99
}

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

.header .container {
    justify-content: space-between;
    align-items: center
}

.header .logo {
    height: 62px
}

.header .logo img {
    height: 100%
}

.header .nav .menu-items {
    display: flex;
    align-items: center
}

.header .nav .menu-items li {
    margin-right: 70px
}

.header .nav .menu-items li:last-child {
    margin-right: 0
}

.header .nav .menu-items li a {
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-align: center;
    color: #fff;
    transition: all .3s linear 0s
}

.header .nav .menu-items li.current-menu-item a {
    color: #f2bf1f;
}

.header .nav .menu-items li a:hover {
    color: #f2bf1f;
    transition: all .3s linear 0s
}

.header .nav .menu-items li.menu-item-has-children, .header .nav .menu-items li.menu-item-has-children > a {
    position: relative
}

.header .nav .menu-items li.menu-item-has-children > a:after {
    content: "";
    background-image: url(../img/svg/arrow-down-white.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 8px;
    position: absolute;
    right: -20px;
    top: 10px
}

.header .nav .menu-items li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    transition: all .3s linear 0s
}

.header .nav .menu-items li.menu-item-has-children .sub-menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 30px;
    width: 180px;
    padding: 6px 9px;
    background-color: rgba(14, 14, 14, .6);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all .3s linear 0s
}

.header .other {
    display: flex;
    align-items: center
}

.header .other .lang-box {
    position: relative;
    margin-right: 50px;
    width: 27px;
    height: 27px;
}

.header .other .lang-items {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
}

.header .other .lang-items:hover li:first-child:after {
    transform: rotate(180deg);
    transition: all .3s linear 0s
}

.header .other .lang-items:hover li:nth-child(2) {
    top: 54px;
    opacity: 1;
    visibility: visible;
    transition: all .3s linear 0s
}

.header .other .lang-items:hover li:nth-child(3) {
    top: 81px;
    opacity: 1;
    visibility: visible;
    transition: all .3s linear 0s
}

.header .other .lang-items li {
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-transform: uppercase;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header .other .lang-items li, .header .other .lang-items li:hover {
    color: #f2bf1f;
    transition: all .3s linear 0s
}

.header .other .lang-items li:first-child {
    position: relative
}

.header .other .lang-items li:first-child:after {
    content: "";
    background-image: url(../img/svg/arrow-down-yellow.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 8px;
    position: absolute;
    right: -13px;
    top: 10px;
    transform: rotate(0);
    transition: all .3s linear 0s
}

.header .other .lang-items li:nth-child(2), .header .other .lang-items li:nth-child(3) {
    /*position: absolute;*/
    background-color: rgba(14, 14, 14, .6);
    color: #fff;
    top: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear 0s
}

.header .other .shop-header-wrapper {
    position: relative
}

.header .other .shop-header-wrapper .shop-icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.header .other .shop-header-wrapper .shop-icon-box .shop-icon {
    background-color: transparent;
    border: none
}

.header .other .shop-header-wrapper .shop-icon-box .count {
    position: absolute;
    top: 0;
    right: 4px;
    width: 9px;
    height: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d21640;
    border-radius: 50%;
    font-style: normal;
    font-size: .7rem;
    line-height: .9rem;
    color: #fff
}

.header .other .shop-header-wrapper .shop-header-box {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    width: 486px;
    padding: 26px 40px 20px;
    background-color: #fff;
    border: 1px solid #f6f7f9
}

.header .other .shop-header-wrapper .shop-header-box .shop-header-box-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.header .other .shop-header-wrapper .shop-header-box .shop-header-box-top .title {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-transform: capitalize;
    color: #0e0e0e;
    margin: 0
}

.header .other .shop-header-wrapper .shop-header-box .shop-header-box-top .close {
    border: none;
    background-color: transparent;
    position: relative;
    width: 22px;
    height: 22px
}

.header .other .shop-header-wrapper .shop-header-box .shop-header-box-top .close:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -3px;
    height: 2px;
    width: 28px;
    background-color: #0d0d0d;
    transform: rotate(45deg)
}

.header .other .shop-header-wrapper .shop-header-box .shop-header-box-top .close:after {
    content: "";
    position: absolute;
    top: 10px;
    left: -3px;
    height: 2px;
    width: 28px;
    background-color: #0d0d0d;
    transform: rotate(-45deg)
}

.header .other .shop-header-wrapper .shop-header-box .shop-header-box-content {
    padding: 20px 0;
    border-top: 2px solid #c4c4c4;
    border-bottom: 2px solid #c4c4c4;
    margin-bottom: 20px;
    width: 100%
}

.header .other .shop-header-wrapper .shop-header-box .shop-header-box-content .basket-items {
    max-height: 250px;
    overflow-y: auto;
    width: 100%
}

.header .other .shop-header-wrapper .shop-header-box .shop-header-box-content .basket-items .empty {
    margin: 0;
    font-size: 1.6rem;
}
.header .other .shop-header-wrapper .shop-header-box .shop-header-box-content .basket-items .basket-item {
    width: 100%;
    display: grid;
    grid-template-columns:121px 1.3fr;
    grid-template-rows:1fr 1fr;
    gap: 0 20px;
    grid-template-areas:"img info" "img remove";
    margin-bottom: 15px
}

.header .other .shop-header-wrapper .shop-header-box .shop-header-box-content .basket-items .basket-item:last-child {
    margin-bottom: 0
}

.header .other .shop-header-wrapper .shop-header-box .shop-header-box-content .basket-items .basket-item .image-link {
    width: 100%;
    height: 97px;
    display: flex;
    grid-area: img
}

.header .other .shop-header-wrapper .shop-header-box .shop-header-box-content .basket-items .basket-item .image-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.header .other .shop-header-wrapper .shop-header-box .shop-header-box-content .basket-items .basket-item .info {
    width: 100%;
    grid-area: info;
    display: grid;
    grid-template-columns:1.5fr .5fr;
    grid-template-rows:1fr 1fr;
    gap: 0 0;
    grid-template-areas:"title price" "size ."
}

.header .other .shop-header-wrapper .shop-header-box .shop-header-box-content .basket-items .basket-item .info .title {
    font-weight: 400;
    grid-area: title;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #0e0e0e;
    margin: 0
}

.header .other .shop-header-wrapper .shop-header-box .shop-header-box-content .basket-items .basket-item .info .price {
    grid-area: price;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #0e0e0e;
    text-align: right;
    margin: 0;
    padding-right: 10px
}

.header .other .shop-header-wrapper .shop-header-box .shop-header-box-content .basket-items .basket-item .info .size {
    grid-area: size;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #686868;
    margin: 0
}

.header .other .shop-header-wrapper .shop-header-box .shop-header-box-content .basket-items .basket-item .remove {
    grid-atea: remove;
    display: flex;
    align-items: flex-end;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0;
    color: #686868
}

.header .other .shop-header-wrapper .shop-header-box .shop-header-box-content .basket-items .basket-item .remove a {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.header .other .shop-header-wrapper .shop-header-box .shop-header-box-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header .other .shop-header-wrapper .shop-header-box .shop-header-box-bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-transform: lowercase;
    color: #f2bf1f;
    background-color: #0e0e0e;
    margin: 0;
    width: 178px;
    height: 42px;
    transition: all .3s linear 0s
}

.header .other .shop-header-wrapper .shop-header-box .shop-header-box-bottom a:hover {
    color: #0e0e0e;
    background-color: #f2bf1f;
    transition: all .3s linear 0s
}

.burger {
    display: none;
    background-color: transparent;
    border: none;
    position: relative;
    width: 30px;
    height: 30px
}

.burger.active span {
    background-color: #fff;
    transition: all .3s linear 0s
}

.burger.active span:first-child {
    transform: rotate(45deg);
    top: 14px
}

.burger.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-40px)
}

.burger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 14px
}

.burger span {
    position: absolute;
    background-color: #f2bf1f;
    width: 30px;
    height: 2px;
    left: 0;
    transition: all .3s linear 0s
}

.burger span:first-child {
    top: 6px
}

.burger span:nth-child(2) {
    top: 14px
}

.burger span:nth-child(3) {
    top: 22px
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding-top: 60px;
    background-color: rgba(0, 0, 0, .8);
    background-image: url(../img/menu-bg.jpg);
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%
}

.mobile-menu .menu-mask {
    position: absolute;
    top: -30px;
    left: 0;
    width: 90%;
    z-index: 1
}

.mobile-menu .burger {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 2
}

.mobile-menu .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-bottom: 15px
}

.mobile-menu .logo img {
    width: 82px;
    height: 46px;
    transform: translateX(-15px)
}

.mobile-menu .menu-items {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
    z-index: 2;
    margin: 0 0 15px;
    padding: 0
}

.mobile-menu .menu-items li {
    margin-bottom: 15px;
    text-align: center
}

.mobile-menu .menu-items li:last-child {
    margin-bottom: 0
}

.mobile-menu .menu-items li a {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    transition: all .3s linear 0s
}

.mobile-menu .menu-items li a.active {
    color: #f2bf1f
}

.mobile-menu .lang-items {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 2
}

.mobile-menu .lang-items, .mobile-menu .lang-items li {
    display: flex;
    align-items: center;
    justify-content: center
}

.mobile-menu .lang-items li {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s linear 0s;
    margin-right: 10px
}

.mobile-menu .lang-items li:first-child {
    color: #f2bf1f
}

.mobile-menu .lang-items li:last-child {
    margin-right: 0
}

.hero-home .swiper-slide {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    display: flex;
    position: relative
}

.hero-home .swiper-slide .before-img {
    top: -90px;
    right: 115px;
    position: absolute;
    z-index: 3;
    width: 115%
}

.hero-home .swiper-slide .left {
    display: flex;
    height: 90vh;
    min-height: 750px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 50%;
    position: relative;
    padding-bottom: 80px
}

.hero-home .swiper-slide .left:before {
    content: "";
    background-image: url(../img/svg/bg-mask-lg.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 100%;
    width: 50vw;
    height: 100%;
    z-index: 1
}

.hero-home .swiper-slide .left .top {
    z-index: 5;
    position: relative;
    height: 100%;
    width: 100%
}

.hero-home .swiper-slide .left .top:before {
    content: "";
    /*background-color: rgba(0, 0, 0, .8);*/
    background-image: url(../img/svg/bg-mask-lg.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.hero-home .swiper-slide .left .top .desc {
    width: 70%;
    padding-top: 90px;
    z-index: 5;
    position: relative;
    margin-bottom: 20px
}

.hero-home .swiper-slide .left .top .desc p {
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #fff
}

.hero-home .swiper-slide .left .top .btn.btn-blue {
    z-index: 5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0abae5;
    height: 42px;
    width: 178px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: lowercase;
    color: #0abae5;
    transition: all .3s linear 0s
}

.hero-home .swiper-slide .left .top .btn.btn-blue:hover {
    background-color: #0abae5;
    color: #fff;
    transition: all .3s linear 0s
}

.hero-home .swiper-slide .left .bottom {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-right: 39.5px;
}

.hero-home .swiper-slide .left .bottom:after {
    content: "";
    /*background-color: rgba(0, 0, 0, .8);*/
    background-image: url(../img/svg/bg-mask-lg.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    width: 39.5px;
    height: 100%;
    z-index: 1
}

.hero-home .swiper-slide .left .bottom:before {
    content: "";
    /*background-color: rgba(0, 0, 0, .8);*/
    background-image: url(../img/svg/bg-mask-lg.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: calc(100% - 0px);
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.hero-home .swiper-slide .left .bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section-style {
    padding-top: 120px
}

.section-style .container {
    flex-direction: column;
    align-items: center;
    position: relative
}

.section-style .title-section {
    margin-bottom: 45px
}

.section-style .section-style-swiper {
    width: 100%
}

.section-style .swiper-pagination {
    position: static;
    margin-top: 10px;
    display: none
}

.section-style .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background-color: #0e0e0e;
    transition: all .3s linear 0s;
    opacity: 1;
    margin: 0 6px
}

.section-style .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f2bf1f;
    transition: all .3s linear 0s
}

.section-style .swiper-button-prev {
    left: -20px;
    transform: translateY(64px)
}

.section-style .swiper-button-prev:after {
    color: #000;
    font-size: 40px
}

.section-style .swiper-button-next {
    right: -20px;
    transform: translateY(64px)
}

.section-style .swiper-button-next:after {
    color: #000;
    font-size: 40px
}

.shop-item {
    position: relative
}

.shop-item .img {
    width: 100%
}

.shop-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.shop-item .link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 30px;
    background-color: rgba(0, 0, 0, .8);
    transition: all .3s linear 0s
}

.shop-item .link span {
    font-size: 2rem;
    line-height: 2.4rem;
    color: #fff
}

.shop-item .link svg {
    margin-left: 12px
}

.shop-item .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    transition: all .3s linear 0s
}

.shop-item .hover .desc {
    width: 100%;
    height: calc(100% - 56px);
    overflow: hidden;
    padding: 30px
}

.shop-item .hover .desc p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin: 0
}

.shop-item .hover .hoverlink {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 30px
}

.shop-item .hover .hoverlink span {
    font-size: 2rem;
    line-height: 2.4rem;
    color: #fff
}

.shop-item .hover .hoverlink svg {
    margin-left: 12px
}

.shop-item:hover .hover {
    opacity: 1;
    transition: all .3s linear 0s
}

.shop-item:hover .link {
    opacity: 0;
    transition: all .3s linear 0s
}

.section-gallery {
    padding-top: 120px
}

.section-gallery .container {
    flex-direction: column;
    align-items: center
}

.section-gallery .title-section {
    text-align: center;
    margin-bottom: 45px
}

.section-gallery .btn-more {
    display: none
}

.gallery-filter {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.gallery-filter li {
    margin-right: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    position: relative
}

.gallery-filter li:last-child {
    margin-right: 0;
    padding-right: 0
}

.gallery-filter li:last-child:after {
    display: none
}

.gallery-filter li:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #c4c4c4;
    display: block;
    position: absolute;
    right: 0;
    top: 0
}

.gallery-filter li a {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-align: center;
    text-transform: uppercase;
    color: #0e0e0e;
    transition: all .3s linear 0s
}

.gallery-filter li.current-menu-item a {
    color: #f2bf1f
}

.gallery-filter li a:hover {
    transition: all .3s linear 0s;
    color: #f2bf1f
}

.gallery-wrapper {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 25px
}

.gallery-wrapper .gallery-item {
    position: relative;
    width: 100%
}

.gallery-wrapper .gallery-item:hover .hover {
    opacity: 1;
    transform: scale(100%);
    transition: all .3s linear 0s
}

.gallery-wrapper .gallery-item .hover {
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
    background-color: rgba(0, 0, 0, .8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(50%);
    transition: all .3s linear 0s
}

.gallery-wrapper .gallery-item .hover p {
    color: #fff;
    text-align: center;
    margin: 0
}

.gallery-wrapper .gallery-item .hover p.title {
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-bottom: 2px
}

.gallery-wrapper .gallery-item .hover p.subtitle {
    font-size: 1.4rem;
    line-height: 1.7rem;
    opacity: .7;
    margin-bottom: 3px
}

.gallery-wrapper .gallery-item .hover p.date {
    font-size: 1.4rem;
    line-height: 1.7rem
}

.gallery-wrapper .gallery-item img {
    width: 100%
}

.section-reviews {
    padding-top: 120px;
    margin-bottom: 120px
}

.section-reviews .container {
    flex-direction: column;
    align-items: center
}

.section-reviews .title-section {
    text-align: center;
    margin-bottom: 45px
}

.section-reviews .reviews-swiper {
    width: 100%
}

.section-reviews .swiper-slide {
    display: flex;
    align-items: center
}

.section-reviews .swiper-slide .left {
    width: 50%;
    padding-right: 100px;
    padding-left: 60px;
    position: relative
}

.section-reviews .swiper-slide .left .quote {
    position: absolute;
    left: 0;
    top: 0
}

.section-reviews .swiper-slide .left .desc {
    margin-bottom: 40px
}

.section-reviews .swiper-slide .left .desc p {
    font-size: 16px;
    line-height: 26px;
    color: #686868;
    margin: 0 0 15px
}

.section-reviews .swiper-slide .left .desc p:last-child {
    margin-bottom: 0
}

.section-reviews .swiper-slide .left .info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.section-reviews .swiper-slide .left .info .author {
    display: flex;
    align-items: center
}

.section-reviews .swiper-slide .left .info .author img {
    width: 59px;
    min-width: 59px;
    height: 59px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    margin-right: 12px
}

.section-reviews .swiper-slide .left .info .author .author-info p {
    margin: 0
}

.section-reviews .swiper-slide .left .info .author .author-info .title {
    font-size: 2.2rem;
    line-height: 2.4rem;
    color: #0e0e0e;
    margin-bottom: 5px
}

.section-reviews .swiper-slide .left .info .author .author-info .subtitle {
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #686868
}

.section-reviews .swiper-slide .right {
    width: 50%
}

.section-reviews .swiper-slide .right img {
    width: 100%
}

.section-reviews .swiper-buttons {
    position: relative;
    display: flex
}

.section-reviews .swiper-buttons .swiper-button-prev {
    position: static;
    margin-right: 20px
}

.section-reviews .swiper-buttons .swiper-button-prev:after {
    font-size: 20px;
    color: #f2bf1f
}

.section-reviews .swiper-buttons .swiper-button-next {
    position: static
}

.section-reviews .swiper-buttons .swiper-button-next:after {
    font-size: 20px;
    color: #f2bf1f
}

.section-about {
    height: 90vh;
    min-height: 750px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.section-about .container {
    align-items: flex-end;
    justify-content: space-between
}

.section-about .container .left {
    align-items: flex-end;
    justify-content: center
}

.section-about .container .left, .section-about .container .right {
    width: calc(50% - 15px);
    height: 90vh;
    min-height: 750px;
    display: flex;
    position: relative
}

.section-about .container .right {
    align-items: flex-start
}

.section-about .container .right:before {
    content: "";
    width: 80px;
    min-width: 80px;
    height: 100%;
    background-color: rgba(0, 0, 0, .8)
}

.section-about .container .right:after {
    position: absolute;
    left: 100%;
    top: 0;
    content: "";
    height: 90vh;
    min-height: 750px;
    width: 50vw;
    background-color: rgba(0, 0, 0, .8)
}

.section-about .container .right .box {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.section-about .container .right .top {
    width: 100%;
    display: flex;
    flex-direction: column
}

.section-about .container .right .top:before {
    content: "";
    height: 100px;
    width: 100%;
    background-color: rgba(0, 0, 0, .8)
}

.section-about .container .right .top img {
    width: 100%
}

.section-about .container .right .desc {
    padding-top: 44px;
    width: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, .8)
}

.section-about .container .right .desc:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, .8);
    top: 100%;
    left: 0;
    width: 100%;
    height: 200%
}

.section-about .container .right .desc p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #fff
}

.product-page {
    padding-top: 80px
}

.breadcrumbs {
    padding: 80px 0 10px
}

.breadcrumbs .breadcrumbs-items {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    justify-content: flex-start
}

.breadcrumbs .breadcrumbs-items li:last-child:after {
    display: none
}

.breadcrumbs .breadcrumbs-items li:after {
    content: "/";
    margin: 0 4px
}

.breadcrumbs .breadcrumbs-items li:after, .breadcrumbs .breadcrumbs-items li a {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #686868
}

.breadcrumbs .breadcrumbs-items li a:hover {
    text-decoration: underline
}

.breadcrumbs .breadcrumbs-items li span {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #686868
}

.product-page {
    padding-bottom: 120px
}

.product-page .container {
    justify-content: space-between
}

.product-page .left {
    width: 500px;
    position: relative
}

.product-page .left .marker {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    right: -10px;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    width: 143px;
    height: 40px;
    background: #d21640;
    margin: 0
}

.product-page .left .swiper-prod-top {
    width: 100%;
    margin-bottom: 10px
}

.product-page .left .swiper-prod-top .swiper-slide.video .video-js {
    width: 100%;
    padding-top: 56.25%;

}

.video-js .vjs-big-play-button {
    border: none !important;
    background-color: transparent !important;
    width: 50px !important;
    height: 50px !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: '' !important;
    background-image: url('../img/svg/play.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-page .left .swiper-prod-top .swiper-slide {
    position: relative
}

.product-page .left .swiper-prod-top img {
    width: 100%
}

.product-page .left .swiper-prod-top img.play {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.product-page .left .swiper-prod-bottom {
    width: 100%
}

.product-page .left .swiper-prod-bottom .swiper-slide {
    max-width: 60px;
    width: auto;
    position: relative
}

.product-page .left .swiper-prod-bottom img {
    max-width: 100%;
    height: auto
}

.product-page .left .swiper-prod-bottom img.play {
    position: absolute;
    width: 23px;
    height: 23px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.product-page .right {
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.product-page .right .title {
    margin: 0 0 35px;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 4.3rem;
    text-transform: uppercase;
    color: #030022;
    text-align: left;
    display: block;
    position: relative
}

.product-page .right .title:after {
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 70%;
    height: 2px;
    background-color: #f2bf1f
}

.product-page .right .parametr-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 30px
}

.product-page .right .parametr-items .parametr-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.product-page .right .parametr-items .parametr-item:last-child {
    margin-bottom: 0
}

.product-page .right .parametr-items .parametr-item b {
    width: 100px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #0e0e0e
}

.product-page .right .parametr-items .parametr-item span {
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #686868
}

.product-page .right .info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px
}

.product-page .right .info-row .price {
    font-size: 3.6rem;
    line-height: 2.7rem;
    color: #000;
    margin: 0
}

.product-page .right .info-row .btn {
    width: 178px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #0abae5;
    border: 1px solid #0abae5;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-transform: lowercase;
    color: #fff;
    border-radius: 0;
    transition: all .3s linear 0s
}

.product-page .right .info-row .btn:hover {
    background-color: #fff;
    color: #0abae5;
    transition: all .3s linear 0s
}

.product-page .right .info-row .btn.btn-blue {
    z-index: 5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0abae5;
    color: #fff;
    border: 1px solid #0abae5;
    height: 42px;
    width: 178px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: lowercase;

    transition: all .3s linear 0s;
}

.product-page .right .info-row .btn.btn-blue:hover {

    background: white;
    color: #0abae5;
    transition: all .3s linear 0s
}

.product-page .right .info-items, .product-page .right .info-items .info-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.product-page .right .info-items .info-item {
    margin-bottom: 30px
}

.product-page .right .info-items .info-item:last-child {
    margin-bottom: 0
}

.product-page .right .info-items .info-item:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #c4c4c4;
    margin-bottom: 20px
}

.product-page .right .info-items .info-item .top {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.product-page .right .info-items .info-item .top img {
    margin-right: 20px;
    width: 30px
}

.product-page .right .info-items .info-item .top .title-item {
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    color: #0e0e0e;
    margin: 0
}

.product-page .right .info-items .info-item .desc p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #686868;
    margin: 0 0 15px
}

.product-page .right .info-items .info-item .desc p:last-child {
    margin-bottom: 0
}

.product-page .right .info-items .info-item .desc a {
    color: #f2bf1f
}

.product-page .right .info-items .info-item .desc a:hover {
    text-decoration: underline
}

.about-hero {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    display: flex;
    position: relative
}

.about-hero .container {
    justify-content: flex-end
}

.about-hero .right {
    display: flex;
    height: 90vh;
    min-height: 750px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 50%;
    position: relative;
    padding-bottom: 80px
}

.about-hero .right:before {
    content: "";
    background-image: url(../img/svg/bg-mask-lg.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 100%;
    width: 50vw;
    height: 100%;
    z-index: 1
}

.about-hero .right .top {
    z-index: 5;
    position: relative;
    height: 100%;
    width: 100%
}

.about-hero .right .top .before-img {
    top: -255px;
    left: calc(100% - 370px);
    transform: rotate(-5deg);
    position: absolute;
    z-index: 3;
    width: 115%
}

.about-hero .right .top:before {
    content: "";
    background-image: url(../img/svg/bg-mask-lg.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100% + 2px);
    z-index: 1;
    transform: translateY(-2px);
}

.about-hero .right .top .desc {
    width: 95%;
    padding-top: 90px;
    padding-left: 110px;
    z-index: 5;
    position: relative
}

.about-hero .right .top .desc.desc-sm {
    display: none;
}

.about-hero .right .top .desc .quote {
    position: absolute;
    top: 95px;
    left: 50px
}

.about-hero .right .top .desc p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    /*text-transform: lowercase;*/
    color: #fff;
    margin: 0 0 15px
}

.about-hero .right .top .desc .subtitle {
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #f2bf1f;
    margin: 0;
    text-align: right
}

.about-hero .right .bottom {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-left: 55px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.about-hero .right .bottom:after {
    top: 0;
    left: 0;
    width: 56px;
    transform: translateX(-1px);
}

.about-hero .right .bottom:after, .about-hero .right .bottom:before {
    content: "";
    background-image: url(../img/svg/bg-mask-lg.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
    z-index: 1
}

.about-hero .right .bottom:before {
    top: 100%;
    right: 0;
    width: 100%
}

.about-hero .right .bottom img {
    width: 100%;
    object-position: top center;
    object-fit: cover;
}

.about-info {
    padding: 120px 0
}

.about-info .container {
    align-items: center
}

.about-info .title-section {
    margin-bottom: 40px
}

.about-info .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.about-info .content .left {
    width: calc(50% - 30px);
    padding-right: 30px
}

.about-info .content .left p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #686868;
    margin: 0 0 15px
}

.about-info .content .left p:last-child {
    margin-bottom: 0
}

.about-info .content .left .items {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

.about-info .content .left .items .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px
}

.about-info .content .left .items .item:last-child {
    margin-bottom: 0
}

.about-info .content .left .items .item:before {
    content: "";
    background-color: #c4c4c4;
    height: 1px;
    width: 100%;
    display: block;
    margin-bottom: 20px
}

.about-info .content .left .items .item p {
    margin: 0
}

.about-info .content .left .items .item p.title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    color: #0e0e0e;
    margin-bottom: 15px;
    display: flex;
    align-items: center
}

.about-info .content .left .items .item p.title:before {
    content: "";
    height: 7px;
    width: 7px;
    min-width: 7px;
    display: block;
    border-radius: 50%;
    background-color: #f2bf1f;
    margin-right: 15px
}

.about-info .content .left .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 178px;
    height: 42px;
    background-color: #0e0e0e;
    border: 1px solid #0e0e0e;
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-transform: lowercase;
    transition: all .3s linear 0s
}

.about-info .content .left .btn:hover {
    background-color: #fff;
    color: #0e0e0e;
    transition: all .3s linear 0s
}

.about-info .content .right {
    width: calc(50% - 20px);
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.about-info .content .right img {
    width: 100%
}

.about-gallery {
    padding: 60px 0
}

.about-gallery .container {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 25px;
    position: relative
}

.about-gallery .container:before {
    top: -60px
}

.about-gallery .container:after, .about-gallery .container:before {
    content: "";
    position: absolute;
    background-color: #c4c4c4;
    height: 1px;
    width: calc(100% - 40px);
    left: 20px;
    display: block
}

.about-gallery .container:after {
    bottom: -60px
}

.about-gallery .gallery-item img {
    width: 100%
}

.about-projects {
    padding: 120px 0 100px
}

.about-projects .container {
    align-items: center
}

.about-projects .title-section {
    margin-bottom: 40px
}

.about-projects .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.about-projects .content .items {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

.about-projects .content .items:first-child {
    margin-top: 0
}

.about-projects .content .items .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px
}

.about-projects .content .items .item:before {
    content: "";
    background-color: #c4c4c4;
    height: 1px;
    width: 100%;
    display: block;
    margin-bottom: 20px
}

.about-projects .content .items .item p {
    margin: 0
}

.about-projects .content .items .item p.title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    color: #0e0e0e;
    margin-bottom: 15px;
    display: flex;
    align-items: center
}

.about-projects .content .items .item p.title:before {
    content: "";
    height: 7px;
    width: 7px;
    min-width: 7px;
    display: block;
    border-radius: 50%;
    background-color: #f2bf1f;
    margin-right: 15px
}

.about-projects .content .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 178px;
    height: 42px;
    background-color: #0e0e0e;
    border: 1px solid #0e0e0e;
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-transform: lowercase;
    transition: all .3s linear 0s
}

.about-projects .content .btn:hover {
    background-color: #fff;
    color: #0e0e0e;
    transition: all .3s linear 0s
}

.about-projects .content p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #686868;
    margin: 0 0 15px
}

.about-projects .content .left {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.about-projects .content .left img {
    width: 100%;
    margin-bottom: 40px
}

.about-projects .content .right {
    width: calc(50% - 30px);
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.about-projects .content .right img {
    width: 100%;
    margin-bottom: 40px
}

.projects-images {
    padding-bottom: 120px
}

.projects-images .container {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 25px;
    position: relative
}

.projects-images .gallery-item img {
    width: 100%
}

.section-content {
    padding: 120px 0
}

.section-content .container {
    align-items: center
}

.section-content .title-section {
    margin-bottom: 40px
}

.section-content .desc {
    width: 100%;
    margin-bottom: 60px
}

.section-content .desc h2 {
    font-size: 2.6rem;
    line-height: 3rem;
    color: #686868;
}
.section-content .desc h3 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    color: #686868;
}
.section-content .desc h4 {
    font-size: 2rem;
    line-height: 2.6rem;
    color: #686868;
}
.section-content .desc h5 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #686868;
}

.section-content .desc a {
    color: #f2bf1f;
}
.section-content .desc p {
    font-style: normal;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #686868;
    margin: 0 0 15px
}

.section-content .desc ol,
.section-content .desc ul {
    font-style: normal;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #686868;
}

.section-content .desc p:last-child {
    margin-bottom: 0
}

.section-content .columns {
    width: 100%;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 25px
}

.section-content .columns .col img {
    width: 100%;
    margin-bottom: 20px
}

.section-content .columns .col .title-col {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #0e0e0e;
    padding-bottom: 16px;
    margin: 0 0 15px;
    position: relative
}

.section-content .columns .col .title-col:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #f2bf1f
}

.section-content .columns .col .desc-col p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #686868;
    margin: 0 0 10px
}

.section-content .columns .col .desc-col p:last-child {
    margin-bottom: 0
}

.gallery-page .section-style {
    margin-bottom: 120px
}
#sidebar {
    display: none !important;
}
.section-shop-page {
    padding: 120px 0
}

.section-shop-page .container {
    align-items: center
}

.section-shop-page .title-section {
    margin-bottom: 40px
}

.section-shop-page .shop-items {
    width: 100%;
}

.section-shop-page .shop-items .products.columns-3:before,
.section-shop-page .shop-items .products.columns-3:after {
    display: none;
}

.section-shop-page .shop-items .products.columns-3 {
    width: 100%;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 25px
}

.category-page .section-category-page {
    padding: 120px 0
}

.category-page .section-category-page .container {
    align-items: center
}

.category-page .section-category-page .title-section {
    margin-bottom: 40px
}

.category-page .section-category-page .product-items {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 25px
}

.category-page .section-category-page .product-items .product-item {
    display: flex;
    flex-direction: column
}

.category-page .section-category-page .product-items .product-item img {
    width: 100%;
    margin-bottom: 8px
}

.category-page .section-category-page .product-items .product-item .info {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.category-page .section-category-page .product-items .product-item .info p {
    font-size: 18px;
    line-height: 24px;
    margin: 0
}

.category-page .section-category-page .product-items .product-item .info p.title {
    width: 100%;
    padding-right: 10px;
    color: #686868
}

.category-page .section-category-page .product-items .product-item .info p.price {
    text-align: right;
    width: 70px;
    min-width: 70px;
    text-transform: capitalize;
    color: #0e0e0e
}

.error-page {
    margin-top: 0;
    padding-top: 0
}

.error-page .section-error-page {
    height: 100vh;
    overflow: hidden;
    background-image: url(../img/hero-slide-bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.error-page .section-error-page:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, .85);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.error-page .section-error-page .mask {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0
}

.error-page .section-error-page .brush {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0
}

.error-page .section-error-page .container {
    position: relative;
    z-index: 3;
    align-items: center;
    justify-content: center
}

.error-page .section-error-page .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 400px
}

.error-page .section-error-page .title {
    font-style: normal;
    font-weight: 700;
    font-size: 14.4rem;
    line-height: 17.3rem;
    text-transform: uppercase;
    color: #f2bf20;
    margin: 0
}

.error-page .section-error-page .subtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 5.8rem;
    color: #fff;
    margin: 0 0 10px
}

.error-page .section-error-page .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.9rem;
    text-align: center;
    text-transform: lowercase;
    color: #fff;
    margin: 0 0 10px
}

.error-page .section-error-page a {
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-align: center;
    text-decoration-line: underline;
    text-transform: lowercase;
    color: #ffcd62
}

.contact-page {
    overflow: hidden
}

.contact-page .section-contact-page {
    position: relative;
    padding: 120px 0
}

.contact-page .section-contact-page .contact-mask {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0
}

.contact-page .section-contact-page .row {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    align-items: center
}

.contact-page .section-contact-page .title-section {
    margin-bottom: 40px
}

.contact-page .section-contact-page .box {
    width: 100%;
    display: flex;
    margin-left: calc(100% - 1180px);
    align-items: center
}

.contact-page .section-contact-page .box .left {
    width: 650px;
    min-width: 650px;
    padding-right: 35px
}

.contact-page .section-contact-page .box .left form {
    display: flex;
    flex-direction: column
}

.contact-page .section-contact-page .box .left form p {
    margin: 0;
}

.contact-page .section-contact-page .box .left form .row-acceptance {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.contact-page .section-contact-page .box .left form .row-acceptance .wpcf7-form-control-wrap.acceptance-26 {
    margin-right: 15px;
    margin-top: 5px;
}
.contact-page .section-contact-page .box .left form .row-acceptance p {
    font-size: 12px;
    line-height: 20px;
    color: #686868;
}
.contact-page .section-contact-page .box .left form .row-acceptance p a {
    color: #000;
}

.contact-page .section-contact-page .box .left label {
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 15px
}

.contact-page .section-contact-page .box .left label.active .label {
    opacity: 1;
    transition: all .3s linear 0s
}

.contact-page .section-contact-page .box .left label .label {
    position: absolute;
    color: #030022;
    top: -20px;
    left: 15px;
    font-size: 1.4rem;
    line-height: 1.4rem;
    opacity: 0;
    transition: all .3s linear 0s
}

.contact-page .section-contact-page .box .left label .wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column;
    width: 100%
}

.contact-page .section-contact-page .box .left label input {
    text-indent: 15px;
    background: hsla(0, 0%, 100%, .5);
    border: 1px solid #adadad;
    height: 44px;
    width: 100%;
    color: #030022;
    font-size: 1.4rem;
    line-height: 2.4rem
}

.contact-page .section-contact-page .box .left label input::placeholder {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #686868
}

.contact-page .section-contact-page .box .left label textarea {
    padding-top: 10px;
    text-indent: 15px;
    background: hsla(0, 0%, 100%, .5);
    border: 1px solid #adadad;
    height: 125px;
    width: 100%;
    color: #030022;
    font-size: 1.4rem;
    line-height: 2.4rem
}

.contact-page .section-contact-page .box .left label textarea::placeholder {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #686868
}

.contact-page .section-contact-page .box .left .row-input {
    display: flex;
    align-content: flex-start;
    width: 100%
}

.contact-page .section-contact-page .box .left .row-input label {
    width: calc(50% - 10px)
}

.contact-page .section-contact-page .box .left .row-input label:first-child {
    margin-right: 20px
}

.contact-page .section-contact-page .box .left .wpcf7-submit {
    height: 42px;
    width: 178px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #0e0e0e;
    border: 1px solid #0e0e0e;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-transform: lowercase;
    transition: all .3s linear 0s
}

.contact-page .section-contact-page .box .left .wpcf7-submit:hover {
    background-color: #fff;
    color: #0e0e0e;
    transition: all .3s linear 0s
}

.contact-page .section-contact-page .box .left .checkbox-wrapper {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.contact-page .section-contact-page .box .left .checkbox-wrapper .checkbox {
    border: 1px solid #adadad;
    width: 18px;
    min-width: 18px;
    height: 18px;
    display: flex;
    margin: 0 10px 0 0;
    align-items: center;
    justify-content: center
}

.contact-page .section-contact-page .box .left .checkbox-wrapper .checkbox input {
    position: absolute;
    opacity: 0
}

.contact-page .section-contact-page .box .left .checkbox-wrapper .checkbox input:checked + img {
    opacity: 1;
    transition: all .3s linear 0s
}

.contact-page .section-contact-page .box .left .checkbox-wrapper .checkbox img {
    opacity: 0;
    transition: all .3s linear 0s
}

.contact-page .section-contact-page .box .left .checkbox-wrapper p {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #686868;
    margin: 0
}

.contact-page .section-contact-page .box .left .checkbox-wrapper p a {
    color: #030022
}

.contact-page .section-contact-page .box .right {
    width: 50%;
    position: relative
}

.contact-page .section-contact-page .box .right img {
    width: 100%
}

.contact-page .section-contact-page .box .right p {
    width: 200px;
    margin: 0;
    padding: 10px 30px;
    background-color: #f2bf1f;
    position: absolute;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #000;
    bottom: -25px;
    left: 0
}

footer.footer .container {
    position: relative;
    z-index: 3;
}

footer.footer.footer-mobile {
    display: none
}

footer.footer.footer-desktop {
    background-color: #0e0e0e;
    color: #fff;
    padding: 40px 0 50px;
    overflow: hidden;
    position: relative
}

footer.footer.footer-desktop .footer-mask {
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    z-index: 1;
}

footer.footer.footer-desktop ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

footer.footer.footer-desktop .col {
    width: 25%;
    display: flex;
    flex-direction: column
}

footer.footer.footer-desktop .col.col-logo {
    justify-content: space-between
}

footer.footer.footer-desktop .col.col-logo .logo {
    width: 150px
}

footer.footer.footer-desktop .col.col-logo .logo img {
    width: 100%
}

footer.footer.footer-desktop .col.col-logo .bottom {
    padding-left: 20px;
    display: flex;
    flex-direction: column
}

footer.footer.footer-desktop .col.col-logo .social-items {
    margin-bottom: 15px
}

footer.footer.footer-desktop .col.col-logo .social-items li {
    margin-right: 25px
}

footer.footer.footer-desktop .col.col-logo .social-items li:last-child {
    margin-right: 0
}

footer.footer.footer-desktop .col.col-logo .copyright {
    font-family: Lato;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #fff;
    margin: 0
}

footer.footer.footer-desktop .col.col-menu {
    position: relative
}

footer.footer.footer-desktop .col.col-menu .menu-items {
    flex-direction: column
}

footer.footer.footer-desktop .col.col-menu .menu-items li {
    margin-bottom: 15px
}

footer.footer.footer-desktop .col.col-menu .menu-items li:last-child {
    margin-bottom: 0
}

footer.footer.footer-desktop .col.col-menu .menu-items li a {
    font-family: Lato;
    font-size: 1.6rem;
    line-height: 2.1rem;
    color: #fff;
    transition: all .3s linear 0s
}

footer.footer.footer-desktop .col.col-menu .menu-items li a:hover {
    color: #f2bf1f;
    transition: all .3s linear 0s
}

footer.footer.footer-desktop .col.col-lang {
    align-items: center
}

footer.footer.footer-desktop .col.col-lang .lang-items li:first-child {
    margin-right: 8px
}

footer.footer.footer-desktop .col.col-lang .lang-items li:first-child a {
    color: #f2bf1f
}

footer.footer.footer-desktop .col.col-lang .lang-items li a {
    font-family: Lato;
    font-size: 1.6rem;
    line-height: 2.1rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.woocommerce ul.order_details {
    display: flex;
    justify-content: center;
    margin: 50px 0;
}
.woocommerce ul.order_details li {
    font-size: 1.2em;
}

.woocommerce ul.order_details + form {
    display: flex;
    justify-content: center;
}

.woocommerce ul.order_details + form button {
    font-size: 1.5em;
}

.title-woocommerce {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 43px;
    text-transform: uppercase;
    color: #030022;
    margin: 0 0 50px 0;
}

.cart-page {
    height: calc(100vh - 371px);
}

.cart-page .cart-section {}

.cart-page .cart-section .container {
    flex-direction: column;
}

.cart-page .cart-section .container .box {
    display: flex;
    justify-content: space-between;
}

.cart-page .cart-section .woocommerce-cart-form {
    width: 65%;
}

.cart-page .cart-section table.shop_table {
    border: none;
    margin: 0;
}

.cart-page .cart-section table.shop_table .cart_item {}
.cart-page .cart-section table.shop_table .cart_item .product-remove {
    padding: 0;
    width: 28px;
}
.cart-page .cart-section table.shop_table .cart_item .product-remove .remove {
    font-size: 25px;
}
.cart-page .cart-section table.shop_table .cart_item .product-thumbnail{}
.cart-page .cart-section table.shop_table .cart_item .product-thumbnail a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
}
.cart-page .cart-section table.shop_table .cart_item .product-thumbnail a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.cart-page .cart-section table.shop_table .cart_item .product-name {}
.cart-page .cart-section table.shop_table .cart_item .product-name a {
    font-size: 18px;
    line-height: 24px;
    color: #0E0E0E;
    margin: 0 0 5px 0;
}

.cart-page .cart-section table.shop_table .cart_item .product-name p {
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    margin: 0;
}
.cart-page .cart-section table.shop_table .cart_item .product-price {}
.cart-page .cart-section table.shop_table .cart_item .product-price span {
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    margin: 0;
}
.cart-page .cart-section table.shop_table .cart_item .product-quantity{}
.cart-page .cart-section table.shop_table .cart_item .product-subtotal{}
.cart-page .cart-section table.shop_table .cart_item .product-subtotal span {
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    margin: 0;
}

.cart-page .cart-section table.shop_table .actions {}
.cart-page .cart-section table.shop_table .actions .coupon {
    display: flex;
    align-items: center;
    width: calc(100% - 185px);
}
.cart-page .cart-section table.shop_table .actions .coupon .input-text {
    width: 200px;
    height: 42px;
    margin-right: 10px;
}
.cart-page .cart-section table.shop_table .actions>.button {
    z-index: 5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0abae5;
    background-color: #ffffff;
    height: 42px;
    width: 185px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-transform: lowercase;
    color: #0abae5;
    transition: all .3s linear 0s;
}
.cart-page .cart-section table.shop_table .actions>.button:hover {
    background-color: #0abae5;
    color: #fff;
    transition: all .3s linear 0s
}
.woocommerce ul.order_details + form button.button.alt,
.cart-page .cart-section .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-transform: lowercase;
    color: #0e0e0e;
    background-color: #f2bf1f;
    margin: 0;
    /*width: 178px;*/
    height: 42px;
    transition: all .3s linear 0s
}
.woocommerce ul.order_details + form button.button.alt:hover,
.cart-page .cart-section .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover {
    color: #f2bf1f;
    background-color: #0e0e0e;
    transition: all .3s linear 0s
}

.cart-page .cart-section .cart-collaterals {
    width: calc(35% - 60px);
}

.cart-page .cart-section .cart-collaterals {}

.cart-page .cart-section .cart-collaterals h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px 0;
}

.cart-page .cart-section .cart-collaterals .cart_totals {}
.cart-page .cart-section .cart-collaterals .cart_totals .cart-subtotal {}
.cart-page .cart-section .cart-collaterals .cart_totals .cart-subtotal tr {
    padding: 0;
}
.cart-page .cart-section .cart-collaterals .cart_totals .cart-subtotal th {
    font-size: 14px;
    line-height: 20px;
    padding: 9px 0;
}
.cart-page .cart-section .cart-collaterals .cart_totals .cart-subtotal td {
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    padding: 9px 0;
}
.cart-page .cart-section .cart-collaterals .cart_totals .order-total {}
.cart-page .cart-section .cart-collaterals .cart_totals .order-total tr {
    padding: 0;
}
.cart-page .cart-section .cart-collaterals .cart_totals .order-total th {
    font-size: 14px;
    line-height: 20px;
    padding: 9px 0;
}
.cart-page .cart-section .cart-collaterals .cart_totals .order-total td {
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    padding: 9px 0;
}

.cart-page .cart-section .cart-collaterals .cart_totals {
    width: 100%;
    border: 1px solid #C4C4C4;
    padding: 30px;

}
.cart-page .cart-section .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.cart-page .cart-section table.shop_table .actions .coupon .button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-transform: lowercase;
    color: #fff;
    background-color: #0e0e0e;
    margin: 0;
    width: 178px;
    height: 42px;
    transition: all .3s linear 0s
}
.cart-page .cart-section table.shop_table .actions .coupon .button:hover {
    color: #0e0e0e;
    background-color: #f2bf1f;
    transition: all .3s linear 0s
}

.woocommerce #payment #place_order {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-transform: lowercase;
    color: #f2bf1f;
    background-color: #0e0e0e;
    margin: 0;
    /*width: 178px;*/
    height: 42px;
    transition: all .3s linear 0s
}
.woocommerce #payment #place_order:hover {
    color: #0e0e0e;
    background-color: #f2bf1f;
    transition: all .3s linear 0s
}

.woocommerce-form-coupon-toggle {
    display: none;
}

.checkout-page {}
.checkout-page .checkout-section {}
.checkout-page .checkout-section .container {
    flex-direction: column;
}

.checkout-page .checkout-section .checkout.woocommerce-checkout {
    width: 100%;
}

.checkout-page .checkout-section .checkout.woocommerce-checkout h3 {
    font-size: 20px;
    line-height: 26px;
}
.checkout-page .checkout-section .checkout.woocommerce-checkout .select2-container .select2-selection--single {
    height: 32px;
    border: 1px solid #D7D7D7;
}
.checkout-page .checkout-section .checkout.woocommerce-checkout .form-row {
    margin-bottom: 12px;
}
.checkout-page .checkout-section .checkout.woocommerce-checkout .form-row label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 7px;
}
.checkout-page .checkout-section .checkout.woocommerce-checkout .form-row input.input-text  {
    border: 1px solid #D7D7D7;
    height: 32px;
    font-family: 'Lato', sans-serif;
    text-indent: 5px;
    font-size: 14px;
}

.checkout-page .checkout-section .checkout.woocommerce-checkout .form-row textarea.input-text  {
    border: 1px solid #D7D7D7;
    height: 200px;
    font-family: 'Lato', sans-serif;
    text-indent: 5px;
    font-size: 14px;
    resize: none;
}
.woocommerce table.shop_table {
    font-size: 14px;
}

.wc_payment_method.payment_method_bs_payone_creditcard > label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 7px;
}

.woocommerce #payment .form-row label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 7px;
}
.woocommerce #payment .form-row input,
.woocommerce #payment .form-row select {
    border: 1px solid #D7D7D7;
    height: 32px;
    font-family: 'Lato', sans-serif;
    text-indent: 5px;
    font-size: 14px;
}

.checkout-page .checkout-section .container .box {
    display: flex;
}

.woocommerce-checkout #payment div.payment_box,
.woocommerce-checkout #payment {
    background: #fff;
    font-size: 14px;
    line-height: 21px;
}
.woocommerce-checkout #payment div.payment_box::before {
    border-color: #ffffff;
}

.return-to-shop {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5%;
}
.return-to-shop .button.wc-backward {
    width: 178px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #0e0e0e;
    border: 1px solid #0e0e0e;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-transform: lowercase;
    color: #fff;
    border-radius: 0;
    transition: all .3s linear 0s;
}

.return-to-shop .button.wc-backward:hover {
    background-color: #fff;
    color: #0e0e0e;
    transition: all .3s linear 0s;
}

.wpcf7 form .wpcf7-response-output {
    padding: 0.5em 1em;
    font-size: 15px;
}

@media only screen and (max-width: 1600px) {
    .about-hero .right .bottom:after {
        /*transform: translateX(-0.5px);*/
        height: calc(100% + 0px);
    }
    .about-hero .right .top:before {
        transform: translateY(-1.5px);
    }
    .about-hero .right .bottom img {
        height: calc(100% + 1px);
        transform: translateY(-0.2px);
    }
    .about-hero .right .bottom:before {
        width: calc(100% + 2px);
        transform: translateX(0.5px);
    }
}
@media only screen and (max-width: 1440px) {
    .contact-page .section-contact-page .box {
        width: 1200px;
        max-width: 100%;
        margin-left: 0;
    }
    .contact-page .section-contact-page .box .right {
        width: 50%;
    }
    .hero-home .swiper-slide .left .top:before {
        height: calc(100% + 1px);
        transform: translateY(-0.25px);
    }
    .hero-home .swiper-slide .left .bottom:before {
        top: calc(100% - 1px);
    }
    .about-hero .right .bottom img {
        height: 100%;
        transform: none;
    }
    .about-hero .right .bottom:after {
        transform: none;
    }
    .about-hero .right .bottom:before {
        width: calc(100% + 0.5px);
        transform: translateX(0.5px);
    }
}
@media only screen and (max-width: 1366px) {
    .hero-home .swiper-slide .left .bottom img {
        transform: translate(0.45px, 0.45px);
    }
    .hero-home .swiper-slide .left .bottom:after {
        width: 38px;
    }
    .hero-home .swiper-slide .left .bottom:before {
        top: calc(100% + 0px);
    }

    .about-hero .right .bottom:after {
        transform: translate(0px, 0.35px);
        height: calc(100% - 0.05px);
    }
    .about-hero .right .bottom img {
        height: 100%;
        transform: translate(0.3px, 0px);
    }
}
@media only screen and (max-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 40px
    }

    .header .container {
        padding: 0 20px
    }

    .header .nav .menu-items li {
        margin-right: 30px
    }

    .header .other .lang-items {
        margin-right: 20px
    }

    .header .other .shop-header-wrapper .shop-header-box .shop-header-box-content .basket-items {
        max-height: 120px
    }

    .hero-home .swiper-slide .left {
        width: 60%
    }

    .hero-home .swiper-slide .left .top:before {
        /*height: 100%;*/
        height: calc(100% + 1px)
    }

    .hero-home .swiper-slide .left .top .desc {
        padding-top: 200px
    }

    .section-style {
        padding-top: 100px
    }

    .section-style .title-section {
        margin-bottom: 35px
    }

    .section-style .section-style-swiper {
        width: calc(100% - 20px)
    }

    .section-style .swiper-button-prev {
        left: 20px
    }

    .section-style .swiper-button-prev:after {
        font-size: 20px
    }

    .section-style .swiper-button-next {
        right: 20px
    }

    .section-style .swiper-button-next:after {
        font-size: 20px
    }

    .section-gallery {
        padding-top: 100px
    }

    .section-gallery .title-section {
        margin-bottom: 35px
    }

    .section-reviews {
        padding-top: 100px;
        margin-bottom: 100px
    }

    .section-reviews .swiper-slide .left {
        padding-right: 20px;
        padding-left: 36px
    }

    .section-reviews .swiper-slide .left .quote {
        width: 26px
    }

    .section-about {
        height: 548px;
        min-height: 548px
    }

    .section-about .container .left {
        width: calc(40% - 15px);
        height: 548px;
        min-height: 548px;
        padding-left: 40px
    }

    .section-about .container .left img {
        width: calc(150% + 40px)
    }

    .section-about .container .right {
        width: calc(60% - 15px);
        height: 548px;
        min-height: 548px
    }

    .section-about .container .right:before {
        width: 40px;
        min-width: 40px
    }

    .section-about .container .right .top:before {
        height: 70px
    }

    .section-about .container .right .top img {
        margin-top: -1px
    }

    .about-info {
        padding: 100px 0
    }

    .about-info .content .left {
        width: 50%
    }

    .about-gallery {
        padding: 20px 0
    }

    .about-gallery .container {
        grid-gap: 15px
    }

    .about-gallery .container:before {
        top: -20px;
        left: 40px;
        width: calc(100% - 80px)
    }

    .about-gallery .container:after {
        bottom: -20px;
        left: 40px;
        width: calc(100% - 80px)
    }

    .about-projects {
        padding: 100px 0 70px
    }

    .about-projects .content .left {
        width: calc(50% - 20px)
    }

    .about-projects .content .right {
        width: calc(50% - 20px);
        padding-left: 0
    }

    .projects-images {
        padding-bottom: 100px
    }

    .gallery-wrapper, .projects-images .container {
        grid-gap: 15px
    }

    .gallery-page .section-gallery {
        padding-top: 80px
    }

    .shop-page .section-shop-page {
        padding: 80px 0 100px
    }

    .shop-page .section-shop-page .shop-items {
        grid-gap: 15px
    }

    .category-page .section-category-page {
        padding: 80px 0 100px
    }

    .category-page .section-category-page .product-items {
        grid-gap: 15px
    }

    .category-page .section-category-page .product-items .product-item .info p {
        font-size: 14px;
        line-height: 16px
    }

    .shop-item .hover .hoverlink {
        padding: 0 10px
    }

    .shop-item .hover .hoverlink span {
        font-size: 1.6rem;
        line-height: 2rem
    }

    .contact-page .section-contact-page .box {
        flex-direction: column;
        margin-left: 0;
        padding: 0 90px
    }

    .contact-page .section-contact-page .box .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 60px
    }

    .contact-page .section-contact-page .box .right {
        width: 100%
    }

    .product-page .left {
        width: 40%
    }

    .product-page .left .swiper-prod-top {
        width: 100%
    }

    .product-page .right {
        width: 60%;
        padding-left: 50px
    }
}

@media only screen and (max-width: 1024px) {
    .about-hero .right .bottom img {
        height: calc(100% + 0px);
        transform: none;
    }
    .about-hero .right .bottom:before {
        width: calc(100% + 0px);
        transform: none;
    }
    .about-hero .right .bottom:after {
        transform: none;
        height: calc(100% - 0.85px);
    }
}
@media only screen and (max-width: 992px) {
    .about-hero .right .bottom img {
        height: calc(100% + 1px);
        transform: translate(-0.1px, 0.8px);
    }
    html {
        font-size: 8px
    }

    .hero-home .swiper-slide .before-img {
        top: -60px;
        right: 0
    }

    .hero-home .swiper-slide .left .bottom:after {
        width: 40px;
        height: calc(100% - 0px);
    }

    .about-hero .container {
        padding: 0
    }

    .about-hero .right {
        width: 55%;
        overflow: hidden
    }

    .about-hero .right:after {
        content: "";
        position: absolute;
        bottom: 0;
        height: 80px;
        width: 100%;
        background-color: rgba(0, 0, 0, .8)
    }

    .about-hero .right .top {
        padding-right: 20px;
        padding-top: 210px
    }

    .about-hero .right .top .desc {
        padding-left: 75px;
        padding-top: 0
    }

    .about-hero .right .top .desc .subtitle {
        text-align: left
    }

    .about-hero .right .top .desc .quote {
        left: 25px;
        width: 33px;
        top: 0
    }

    .about-hero .right .top .before-img {
        top: -65px;
        right: -35px;
        left: auto;
        transform: rotate(0)
    }

    .about-hero .right .bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 0
    }

    .about-hero .right .bottom:after {
        position: static;
        height: 100%;
        width: 19px;
        min-width: 19px;
        display: block;
        transform: translateX(-0.15px);
    }

    .about-hero .right .bottom:before {
        content: "";
        position: static;
        height: 100%;
        width: 38px;
        min-width: 38px;
        display: block
    }

    .modal.modal-gallery .box {
        width: calc(100% - 80px)
    }

    .modal.modal-gallery .box .swiper-button-next:after, .modal.modal-gallery .box .swiper-button-prev:after {
        font-size: 24px
    }

    .section-content {
        padding: 70px 0
    }

    .section-content .title-section {
        margin-bottom: 45px
    }

    .section-content .desc p {
        font-size: 14px;
        line-height: 22px
    }

    .section-content .columns .col .desc-col p {
        font-size: 14px;
        line-height: 24px
    }
}

@media only screen and (max-width: 600px) {
    main {
        padding-top: 60px
    }

    .header {
        height: 60px
    }

    .header .burger {
        display: block
    }

    .header .logo {
        height: 40px
    }

    .header .nav, .header .other .lang-items {
        display: none
    }

    .header .other .shop-header-wrapper .shop-header-box {
        padding: 20px;
        top: 48px;
        width: calc(100vw - 40px)
    }

    .header .other .shop-header-wrapper .shop-header-box .shop-header-box-top {
        margin-bottom: 15px
    }

    .header .other .shop-header-wrapper .shop-header-box .shop-header-box-top .close {
        width: 18px;
        height: 18px
    }

    .header .other .shop-header-wrapper .shop-header-box .shop-header-box-top .close:after, .header .other .shop-header-wrapper .shop-header-box .shop-header-box-top .close:before {
        width: 22px;
        top: 8px;
        left: -2px
    }

    .header .other .shop-header-wrapper .shop-header-box .shop-header-box-content {
        padding: 12px 0;
        margin-bottom: 12px
    }

    .header .other .shop-header-wrapper .shop-header-box .shop-header-box-content .basket-items .basket-item {
        grid-template-columns:84px 1.5fr;
        gap: 0 12px;
        grid-template-areas:"img info" "remove remove";
        grid-template-rows:1fr 25px
    }

    .header .other .shop-header-wrapper .shop-header-box .shop-header-box-content .basket-items .basket-item .image-link {
        width: 84px;
        height: 68px
    }

    .header .other .shop-header-wrapper .shop-header-box .shop-header-box-content .basket-items .basket-item .remove a {
        text-decoration: underline
    }

    .header .other .shop-header-wrapper .shop-header-box .shop-header-box-content .basket-items .basket-item .info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 68px
    }

    .header .other .shop-header-wrapper .shop-header-box .shop-header-box-content .basket-items .basket-item .info .title {
        font-size: 14px;
        line-height: 16px
    }

    .header .other .shop-header-wrapper .shop-header-box .shop-header-box-content .basket-items .basket-item .info .size {
        font-size: 12px;
        line-height: 13px
    }

    .header .other .shop-header-wrapper .shop-header-box .shop-header-box-content .basket-items .basket-item .info .price {
        text-align: left;
        order: 3;
        padding-right: 0;
        font-size: 14px;
        line-height: 18px
    }

    .header .other .shop-header-wrapper .shop-header-box .shop-header-box-bottom {
        justify-content: center
    }

    .mobile-menu .burger {
        display: block
    }

    .container {
        padding: 0 35px
    }

    .title-section {
        font-size: 24px;
        line-height: 28px
    }

    .hero-home .swiper-slide .container {
        flex-direction: row;
        align-items: flex-end;
        padding: 0;
        height: 75vh
    }

    .hero-home .swiper-slide .before-img {
        display: none
    }

    .hero-home .swiper-slide .left {
        flex-direction: row;
        height: 75vh;
        padding-bottom: 0;
        min-height: 0;
        width: 100%;
        align-items: flex-end
    }

    .hero-home .swiper-slide .left:before {
        display: none
    }

    .hero-home .swiper-slide .left .top {
        height: auto;
        padding: 0 32px 50px 20px
    }

    .hero-home .swiper-slide .left .top:before {
        height: 100%;
        /*display: none*/
    }

    .hero-home .swiper-slide .left .top:after {
        content: "";
        background-image: url(../img/svg/hero-bg-sm-trans.svg);
        background-position: 100% 0;
        background-size: cover;
        background-repeat: no-repeat;
        height: calc(50vh - 15px);
        width: 100%;
        bottom: 100%;
        left: 0;
        position: absolute;
        display: block
    }

    .hero-home .swiper-slide .left .top .desc {
        padding-top: 0;
        width: 100%;
        margin-bottom: 0
    }

    .hero-home .swiper-slide .left .bottom {
        padding-right: 0;
        width: 127px;
        min-width: 127px
    }

    .hero-home .swiper-slide .left .bottom img {
        width: 100%
    }

    .hero-home .swiper-slide .left .bottom:after, .hero-home .swiper-slide .left .bottom:before {
        display: none
    }

    .hero-home .swiper-slide .left .bottom:after {
        content: "";
        background-image: url(../img/svg/hero-bg-sm-trans.svg);
        background-position: 100% 0;
        background-size: cover;
        background-repeat: no-repeat;
        height: calc(50vh - 15px);
        width: 100%;
        bottom: 100%;
        left: 0;
        position: absolute;
        display: block
    }

    .about-hero .right {
        flex-direction: row;
        height: 75vh;
        padding-bottom: 0;
        min-height: 0;
        width: 100%;
        align-items: flex-end
    }

    .about-hero .right .before-img, .about-hero .right:after {
        display: none
    }

    .about-hero .right:before {
        content: "";
        background-color: transparent;
        background-image: url(../img/svg/hero-bg-sm-trans.svg);
        background-position: 100% 0;
        background-size: cover;
        background-repeat: no-repeat;
        height: calc(50vh - 15px);
        width: 100%;
        bottom: 218px;
        top: auto;
        left: 0;
        position: absolute;
        display: block
    }

    .about-hero .right .top {
        height: auto;
        min-height: 218px;
        padding: 0 32px 50px 20px;
        background-color: rgba(0, 0, 0, .8)
    }

    .about-hero .right .top:before {
        height: 100%;
        display: none
    }

    .about-hero .right .top .desc-lg {
        display: none
    }

    .about-hero .right .top .desc-sm {
        display: flex !important;
        flex-direction: column;
        padding: 0
    }

    .about-hero .right .top .desc-sm .quote {
        width: 26px;
        left: 0;
        top: -30px
    }

    .about-hero .right .top .desc-sm p {
        margin: 0
    }

    .about-hero .right .bottom {
        padding-right: 0;
        width: 127px;
        min-width: 127px;
        height: auto !important
    }

    .about-hero .right .bottom img {
        width: 100%
    }

    .about-hero .right .bottom:after, .about-hero .right .bottom:before {
        display: none
    }

    .section-style {
        padding-top: 70px
    }

    .section-style .title-section {
        margin-bottom: 28px
    }

    .section-style .swiper-pagination {
        display: block
    }

    .section-style .section-style-swiper {
        width: 100%
    }

    .section-style .swiper-button-prev {
        left: 5px
    }

    .section-style .swiper-button-next {
        right: 5px
    }

    .section-gallery {
        padding-top: 70px
    }

    .section-gallery .gallery-wrapper {
        margin-bottom: 15px
    }

    .section-gallery .gallery-wrapper .gallery-item {
        display: none
    }

    .section-gallery .gallery-wrapper .gallery-item.active, .section-gallery .gallery-wrapper .gallery-item:nth-child(-n+4) {
        display: block
    }

    .section-gallery .btn-more {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #f2bf1f;
        text-decoration: underline
    }

    .gallery-wrapper {
        width: 100%;
        grid-gap: 20px 0;
        grid-template-columns:repeat(1, 1fr)
    }

    .section-reviews {
        padding-top: 70px;
        margin-bottom: 70px
    }

    .section-reviews .container {
        padding: 0 20px
    }

    .section-reviews .title-section {
        margin-bottom: 28px
    }

    .section-reviews .swiper-slide {
        flex-direction: column-reverse
    }

    .section-reviews .swiper-slide .left {
        width: 100%;
        padding-left: 25px;
        padding-right: 0
    }

    .section-reviews .swiper-slide .left .quote {
        width: 15px
    }

    .section-reviews .swiper-slide .left .desc {
        margin-bottom: 20px
    }

    .section-reviews .swiper-slide .left .desc p {
        font-size: 14px;
        line-height: 22px
    }

    .section-reviews .swiper-slide .right {
        width: 100%;
        margin-bottom: 20px
    }

    .section-about {
        height: auto
    }

    .section-about .container {
        flex-direction: column-reverse;
        padding: 0;
        align-items: flex-end
    }

    .section-about .container .left {
        width: 85%;
        height: 100%;
        min-height: 100%;
        padding-left: 0;
        padding-top: 30px;
        padding-right: 16px
    }

    .section-about .container .left img {
        width: 100%
    }

    .section-about .container .right {
        width: 100%;
        height: 100%;
        min-height: 100%;
        padding-top: 37px
    }

    .section-about .container .right:before {
        position: absolute;
        height: 37px;
        width: 100%;
        top: 0;
        left: 0
    }

    .section-about .container .right .top {
        position: relative;
        flex-direction: row;
        justify-content: center
    }

    .section-about .container .right .top:before {
        height: 100%;
        width: 12.5vw;
        position: absolute;
        left: 0;
    }

    .section-about .container .right .top:after {
        content: "";
        height: 100%;
        width: 12.5vw;
        right: 0;
        background-color: rgba(0, 0, 0, .8);
        position: absolute;
    }

    .section-about .container .right .top img {
        width: 75%;
        margin-top: 0
    }

    .section-about .container .right .desc {
        padding: 18px 20px 30px
    }

    .section-about .container .right .desc p {
        font-size: 14px;
        line-height: 22px
    }

    .section-about .container .right .desc p:last-child {
        margin-bottom: 0
    }

    .section-about .container .right .desc:after {
        display: none
    }

    .about-info {
        padding: 70px 0
    }

    .about-info .title-section {
        margin-bottom: 28px
    }

    .about-info .content {
        flex-direction: column
    }

    .about-info .content .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 50px
    }

    .about-info .content .left p {
        font-size: 14px;
        line-height: 22px
    }

    .about-info .content .left .items {
        margin-top: 20px
    }

    .about-info .content .left .items .item:before {
        margin-bottom: 10px
    }

    .about-info .content .right {
        width: 100%
    }

    .about-gallery .container {
        grid-template-columns:repeat(1, 1fr)
    }

    .about-gallery .container:after, .about-gallery .container:before {
        width: calc(100% - 70px);
        left: 35px
    }

    .about-projects {
        padding: 70px 0 50px
    }

    .about-projects .title-section {
        margin-bottom: 28px
    }

    .about-projects .content {
        flex-direction: column
    }

    .about-projects .content .left {
        width: 100%;
        flex-direction: column-reverse
    }

    .about-projects .content .right {
        width: 100%
    }

    .projects-images .container {
        grid-template-columns:repeat(1, 1fr)
    }

    .gallery-filter {
        flex-direction: column
    }

    .gallery-filter li {
        margin-right: 0;
        min-width: 170px;
        max-width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
        padding-right: 0;
        text-align: center;
        justify-content: center
    }

    .gallery-filter li:after {
        top: auto;
        bottom: 0;
        width: 100%;
        height: 1px
    }

    .gallery-filter li:last-child {
        margin-bottom: 0
    }

    .gallery-wrapper .gallery-item:hover .hover {
        display: none
    }

    .modal.modal-gallery .box {
        align-items: center
    }

    .modal.modal-gallery .box .swiper-button-next:after, .modal.modal-gallery .box .swiper-button-prev:after {
        font-size: 18px
    }

    .modal.modal-gallery .box .modalSwiper2 {
        height: auto;
        margin-bottom: 5px
    }

    .modal.modal-gallery .box .modalSwiper2 .swiper-slide img {
        width: 100%
    }

    .modal.modal-gallery .box .modalSwiper {
        height: 70px;
        margin-bottom: 40px
    }

    .modal.modal-gallery .box .modalSwiper .swiper-slide, .modal.modal-gallery .box .modalSwiper .swiper-slide img {
        height: 70px
    }

    .section-content {
        padding: 40px 0 70px
    }

    .section-content .title-section {
        margin-bottom: 28px
    }

    .section-content .desc p {
        margin-bottom: 0
    }

    .section-content .columns {
        grid-template-columns:repeat(1, 1fr);
        grid-gap: 40px 0
    }

    .error-page .section-error-page .mask {
        width: 100%
    }

    .error-page .section-error-page .brush {
        width: 55%
    }

    .contact-page .section-contact-page {
        padding: 70px 0
    }

    .contact-page .section-contact-page .contact-mask {
        display: none
    }

    .contact-page .section-contact-page .box {
        padding: 0 30px;
    }

    .contact-page .section-contact-page .box .right p.box{
        right: 0;
        left: auto;
    }
    .contact-page .section-contact-page .box .left {
        min-width: 100%
    }

    .contact-page .section-contact-page .box .left form {
        align-items: center
    }

    .contact-page .section-contact-page .box .left p {
        width: 100%;
    }
    .contact-page .section-contact-page .box .left .row-input {
        flex-direction: column
    }

    .contact-page .section-contact-page .box .left .row-input br {
        display: none
    }

    .contact-page .section-contact-page .box .left .row-input label {
        width: 100%;
        margin-right: 0
    }

    .category-page .section-category-page {
        padding: 40px 0 70px
    }

    .category-page .section-category-page .title-section {
        margin-bottom: 28px
    }

    .category-page .section-category-page .product-items {
        grid-template-columns:repeat(1, 1fr);
        grid-gap: 20px 0
    }

    .category-page .section-category-page .product-items .product-item .info p {
        line-height: 22px
    }

    .product-page {
        padding: 60px 0 70px
    }

    .breadcrumbs {
        padding: 40px 0 10px
    }

    .product-page .container {
        flex-direction: column;
        padding: 0 20px
    }

    .product-page .left {
        width: 100%;
        margin-bottom: 40px
    }

    .product-page .right {
        width: 100%;
        padding-left: 0
    }

    .product-page .right .title {
        margin-bottom: 24px
    }

    .product-page .right .parametr-items {
        margin-bottom: 20px
    }

    .product-page .right .info-row {
        flex-direction: column;
        align-items: flex-start
    }

    .product-page .right .info-row .price {
        margin-bottom: 20px;
        font-weight: 700
    }

    .product-page .right .info-items .info-item {
        margin-bottom: 20px
    }

    .product-page .right .info-items .info-item:before {
        margin-bottom: 10px
    }

    .product-page .right .info-items .info-item .top {
        margin-bottom: 12px
    }

    .product-page .right .info-items .info-item .top img {
        width: 20px;
        margin-right: 10px
    }

    .product-page .right .info-items .info-item .top .title-item {
        font-weight: 700
    }

    .product-page .right .info-items .info-item .desc p {
        font-weight: 600
    }

    footer.footer.footer-desktop {
        display: none
    }

    footer.footer.footer-mobile {
        display: block;
        background-color: #0e0e0e
    }

    footer.footer.footer-mobile .container {
        padding: 0;
        flex-direction: column
    }

    footer.footer.footer-mobile ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0
    }

    footer.footer.footer-mobile .top {
        display: flex;
        align-items: flex-start;
        width: 100%;
        padding: 40px 20px 50px
    }

    footer.footer.footer-mobile .top .col {
        width: 50%
    }

    footer.footer.footer-mobile .top .col .social-items {
        margin-bottom: 30px
    }

    footer.footer.footer-mobile .top .col .social-items li {
        margin-right: 25px
    }

    footer.footer.footer-mobile .top .col .social-items li:last-child {
        margin-right: 0
    }

    footer.footer.footer-mobile .top .col .menu-items {
        flex-direction: column
    }

    footer.footer.footer-mobile .top .col .menu-items li {
        margin-bottom: 10px
    }

    footer.footer.footer-mobile .top .col .menu-items li:last-child {
        margin-bottom: 0
    }

    footer.footer.footer-mobile .top .col .menu-items li a {
        font-family: Lato;
        font-size: 1.6rem;
        line-height: 2.1rem;
        color: #fff;
        transition: all .3s linear 0s
    }

    footer.footer.footer-mobile .top .col .menu-items li a:hover {
        color: #f2bf1f;
        transition: all .3s linear 0s
    }

    footer.footer.footer-mobile .top .col .lang-items {
        margin-bottom: 30px;
        height: 27px
    }

    footer.footer.footer-mobile .top .col .lang-items li:first-child {
        margin-right: 10px
    }

    footer.footer.footer-mobile .top .col .lang-items li:first-child a {
        color: #f2bf1f
    }

    footer.footer.footer-mobile .top .col .lang-items li a {
        font-family: Lato;
        font-size: 1.6rem;
        line-height: 2.1rem;
        text-align: center;
        text-transform: uppercase;
        color: #fff
    }

    footer.footer.footer-mobile .bottom {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 15px;
        justify-content: center
    }

    footer.footer.footer-mobile .bottom .logo {
        width: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        margin-left: -10px
    }

    footer.footer.footer-mobile .bottom .logo img {
        width: 100%
    }

    footer.footer.footer-mobile .bottom p.copyright {
        margin: 0;
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        color: #fff
    }

    footer.footer.footer-mobile .bottom .footer-mask {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%
    }
}

@media only screen and (max-width: 320px) {
    .mobile-menu {
        padding-top: 40px
    }
}
@media screen and (width: 1024px),
screen and (height: 1366px) {

}
@media screen and (width: 414px),
screen and (height: 896px) {
    .hero-home .swiper-slide .left .bottom {
        display: flex;
        flex-direction: column-reverse;
    }
    .hero-home .swiper-slide .left .bottom:after {
        position: static;
        height: 100px;
        width: 127%;
        background-color: transparent;
    }
}
@media screen and (width: 375px),
screen and (height: 812px) {
    .hero-home .swiper-slide .left .bottom {
        display: flex;
        flex-direction: column-reverse;
    }
    .hero-home .swiper-slide .left .bottom:after {
        position: static;
        height: 100px;
        width: 165%;
        background-color: transparent;
    }
}
@media screen and (width: 390px),
screen and (height: 840px) {
    .hero-home .swiper-slide .left .bottom {
        display: flex;
        flex-direction: column-reverse;
    }
    .hero-home .swiper-slide .left .bottom:after {
        position: static;
        height: 100px;
        width: 165%;
        background-color: transparent;
    }
    .hero-home .swiper-slide .left .bottom img {
        width: calc(100 + 1px);
    }
}
