@font-face {
    font-family: 'Open Sans';
    src: url(/resource/site/admin/fonts/OpenSans-Regular.woff2);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url(/resource/site/admin/fonts/OpenSans-SemiBold.woff2);
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: Open Sans;
    src: url(/resource/site/admin/fonts/OpenSans-Light.woff2);
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url(/resource/site/admin/fonts/OpenSans-ExtraBold.woff2);
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url(/resource/site/admin/fonts/BebasNeue-Bold.woff2);
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'icons';
    src: url(/resource/site/admin/fonts/icons.woff2);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    font-size: 16px;
}
body {
    background: #f0effc;
}
h1, h2 {
    font-family: 'Bebas Neue';
}
button, .btn {
    background: linear-gradient(to right, #6639a0, #ad2dad);
    padding: 14px 60px;
    border-radius: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border: none;
    cursor: pointer;
}
button:hover, .btn:hover {
    background: #6639a0;
}
button::before, .btn::before {
    background: linear-gradient(to right, #6639a0, #ad2dad);
    border-radius: 40px;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    content: '';
    opacity: 0.15;
}
input[type=text], input[type=tel], input[type=email], input[type=password], textarea {
    border: 1px solid #8690b9;
    background: #fff;
    font-size: 16px;
    padding: 14px 30px;
    border-radius: 40px;
    -webkit-appearance: none;
}
input::placeholder, textarea::placeholder {
    color: #8690b9;
}
a {
    text-decoration: none;
}
table {
    width: 100%;
    border: 1px solid #4a4167;
    border-collapse: collapse;
}
table tr td {
    padding: 4px 20px;
    border: 1px solid #4a4167;
    color: #fff;
    font-size: 17px;
}
.wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
header {
    background: linear-gradient(to right, #43216a, #3b43b5);
    opacity: 0.9;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 20px 0;
    z-index: 99;
}
header .wrapper {
    display: flex;
    align-items: center;
}
header .logo {
    width: 120px;
    min-width: 120px;
    margin-right: 150px;
}
header .logo img {
    width: 100%;
}
header .menu {
    width: 100%;
    display: flex;
}
header .menu a {
    color: #fff;
    font-weight: bold;
    padding: 8px 30px;
    border: 1px solid transparent;
}
header .menu a:hover  {
    border: 1px solid #fff;
    border-radius: 40px;
}
header .icon-block {
    display: flex;
    align-items: center;
    margin-left: auto;
}
header .icon-block .cart {
    width: 29px;
    height: 26px;
    background: url(/resource/site/images/icons/cart.svg) 100% no-repeat;
    position: relative;
    margin-right: 60px;
}
header .icon-block .cart a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
header .icon-block .cart .count {
    position: absolute;
    min-width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 10px;
    top: 0;
    left: 19px;
    color: #5043af;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 5px 3px 6px;
    line-height: 14px;
    text-align: center;
}
header .icon-block .account {
    width: 19px;
    height: 28px;
    background: url(/resource/site/images/icons/open-door.svg) 100% no-repeat;
}
.goods-meta {
    display: none;
}
.goods-add {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #5043af;
    position: fixed;
    transition: 1s;
    z-index: 999;
    border: 1px solid #fff;
}
footer {
    background: #2d2447;
}
footer .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}
footer .top .logo {
    width: 115px;
}
footer .top .logo img {
    width: 100%;
}
footer .top .menu a {
    color: #fff;
    font-weight: bold;
    margin-right: 50px;
}
footer .bottom .row .social {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
}
footer .bottom .row .social a {
    width: 40px;
    height: 40px;
    border: 1px solid #707070;
    font-family: YKIcon;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #fff;
}
footer .bottom .row .social .vk:before {
    content: "\e90e";
}
footer .bottom .row .social .insta:before {
    content: "\e90f";
}
footer .bottom .row .social .ok:before {
    content: "\e910";
}
footer .bottom .row .social .facebook:before {
    content: "\e90d";
}
footer .bottom .row .social .youtube:before {
    content: "\e918";
}
footer .bottom .row .social .twitter:before {
    content: "\e917";
}
footer .bottom .copyright {
    text-align: center;
    color: #999;
    font-size: 12px;
    font-weight: 100;
    padding-bottom: 20px;
}
footer .bottom .copyright a {
    color: #999;
    font-size: 12px;
    font-weight: 100;
}
.message-error {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background: #f51;
    color: #fff;
    text-align: center;
    padding: 15px;
    animation: hideMessage 10s linear both;
}
.message-info {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background:#051;
    color: #fff;
    text-align: center;
    padding: 15px;
    animation: hideMessage 10s linear both;
}
.window-background {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.window-body {
    width: 400px;
    max-width: 95%;
    background: #fff;
    border-radius: 10px;
}
.window-body .window-title {
    padding: 10px 20px;
    font-weight: bold;
}
.window-body .window-content {
    padding: 20px;
}
.window-body .window-content input {
    width: 100%;
    margin-bottom: 10px;
}
@keyframes hideMessage {
    0% {
        display: block;
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 0;
        top: 80px;
    }
    100% {
        top: -1000px;
    }
}
@media screen and (max-width: 1280px) {
    .wrapper {
        padding: 0 20px;
    }
    header .logo {
        width: 100px;
        min-width: unset;
        margin-right: 40px;
    }
    footer .top .logo {
        margin: 0 auto;
    }
    header .menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: -330px;
        width: 320px;
        background: linear-gradient(to right, #43216a, #3b43b5);
        opacity: 0.9;
        padding: 40px 0;
        transition: 0.5s;
    }
    header .show {
        left: 0;
    }
    header .menu a:hover {
        border: 1px solid transparent;
    }
    footer .menu {
        display: none;
    }
    header .hamburger {
        width: 34px;
        height: 24px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 40px;
        cursor: pointer;
    }
    header .hamburger div {
        width: 100%;
        height: 2px;
        background: #fff;
    }
    header .icon-block .cart {
        margin-right: 40px;
    }
}
@media screen and (max-width: 768px) {
    .wrapper {
        padding: 0 10px;
    }
    header .icon-block .search {
        display: none;
    }
    header .menu .menu-search {
        display: block;
        order: -1;
        margin-bottom: 20px;
    }
    header .menu .menu-search form {
        display: flex;
    }
    header .menu .menu-search form input {
        width: calc(100% - 40px);
        height: 40px;
        padding: 0 12px;
        border: none;
        font-size: 12px;
    }
    header .menu .menu-search form .send {
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #201f24;
        color: #fff;
        font-size: 16px;
        font-family: YKIcon;
    }
    header .menu .menu-search form .send:hover {
        box-shadow: 0 3px 6px #000;
    }
    header .menu .menu-search form .send:before {
        content: '\e915';
    }
    footer .bottom .row {
        flex-direction: column;
    }
    footer .bottom .logo {
        background-position: center;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    footer .bottom .logo a {
        position: static;
    }
}
@media screen and (max-width: 768px) {
    button, .btn {
        font-size: 14px;
    }
}