@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-semibold.woff2') format('woff2'), url('../fonts/montserrat-semibold.woff') format('woff');
    font-weight: 600;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-medium.woff2') format('woff2'), url('../fonts/montserrat-medium.woff') format('woff');
    font-weight: 500;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-regular.woff2') format('woff2'), url('../fonts/montserrat-regular.woff') format('woff');
    font-weight: normal;
}

html {
    box-sizing: border-box
}

html * {
    box-sizing: inherit
}

body {
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 500;
    background: #fff;
    -webkit-font-smoothing: antialiased
}

form {
    display: block
}

input {
    display: block;
    width: 100%;
    background: transparent;
    border-radius: 0;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'Montserrat'
}

input::-moz-placeholder {
    opacity: 1
}

input:-moz-placeholder {
    opacity: 1
}

label {
    display: block;
    cursor: pointer;
    user-select: none;
    width: 30px;
    height: 30px;
    border: 1px solid #a5a5a5;
    font-size: 10px;
    font-weight: 500;
    color: #a5a5a5;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 28px;
}

input[type="radio"] {
    display: none
}

input[type="radio"]:checked+label {
    border: 1px solid #2a2a2a;
    color: #2a2a2a;
}

textarea {
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'Montserrat'
}

textarea::-moz-placeholder {
    opacity: 1
}

textarea:-moz-placeholder {
    opacity: 1
}

button {
    position: relative;
    display: block;
    width: 100%;
    background: #2a2a2a;
    border: none;
    border-radius: 0;
    outline: none;
    margin: 0;
    padding: 22px 17px!important;
    font-family: 'Montserrat';
    font-size: 0!important;
    font-weight: 600!important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
}

button:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #121314;
    width: 0;
    transition: width .25s ease;
}

button:hover:before {
    width: 100%;
}

button:after {
    content: attr(data-text);
    position: relative;
    font-size: 11px;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0
}

p {
    margin: 0;
    font-weight: normal;
}

a {
    text-decoration: none
}

iframe {
    border: none
}

img,
svg,
iframe {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none
}

dl,
dt,
dd {
    margin: 0
}

.clearfix:after,
.row:after,
.container:after {
    content: '';
    display: block;
    clear: both
}

.container {
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto
}

.row {
    position: relative;
    margin: 0 -10px
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    position: relative;
    min-height: 1px;
    float: left;
    padding: 0 10px
}

.col-1 {
    width: 8.33333333333%
}

.col-2 {
    width: 16.6666666667%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.3333333333%
}

.col-5 {
    width: 41.6666666667%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.3333333333%
}

.col-8 {
    width: 66.6666666667%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.3333333333%
}

.col-11 {
    width: 91.6666666667%
}

.col-12 {
    width: 100%
}

.hidden-scroll {
    position: fixed;
    width: 100%;
}

.no-hidden-scroll {
    position: static;
    width: auto;
}

.no-scroll {
    overflow-y: hidden;
}

.no-overflow {
    overflow-x: hidden;
}

.fixed {
    position: fixed;
    z-index: 100;
}

.left-part {
    float: left;
    font-size: 0;
}

.right-part {
    float: right;
    font-size: 0;
}

.button {
    display: block;
    padding: 22px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.button.fill-button {
    background: #2a2a2a;
    color: #fff;
    transition: background .25s ease;
}

.button.fill-button:hover {
    background: #696969;
}

.button.stroke-button {
    border: 1px solid #2a2a2a;
    color: #2a2a2a;
    transition: border .25s ease, color .25s ease;
}

.button.stroke-button:hover {
    border: 1px solid #696969;
    color: #696969
}

.button+.button {
    margin-top: 20px
}

.frame {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none
}

.frame.frame-outer {
    border: 10px solid #f2f2f2;
    z-index: 104
}

.frame.frame-inner {
    border: 50px solid #fff;
    z-index: 101
}

.main .frame.frame-inner {
    display: none;
}

.sidebar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 104;
    pointer-events: none;
    overflow: hidden;
}

.sidebar.sidebar-scroll {
    overflow-y: scroll;
}

.sidebar .sidebar-underlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(42, 42, 42, 0);
    transition: background .5s ease;
}

.sidebar .sidebar-inner {
    display: table;
    position: relative;
    min-height: 100%;
    float: right;
    width: 440px;
    background: #fff;
    padding: 40px;
    text-align: center;
    transform: translateX(100%);
    overflow-x: hidden;
    transition: transform .5s ease
}

.sidebar .sidebar-inner .sidebar-close {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 1;
}

.sidebar .sidebar-inner .sidebar-close svg {
    width: 24px;
    height: 24px
}

.sidebar .sidebar-inner .cart-info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 46px;
    font-size: 0;
}

.sidebar .sidebar-inner .cart-info span {
    font-size: 11px;
    line-height: 12px;
    color: #2a2a2a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sidebar .sidebar-inner .cart-content {
    display: table-cell;
    position: relative;
    padding: 63px 0 127px;
}

.sidebar .sidebar-inner .cart-content.empty {
    position: absolute;
    left: 40px;
    right: 40px;
    top: 40px;
    bottom: 40px;
    padding: 13px 0 0;
}

.sidebar .sidebar-inner .sidebar-empty {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.sidebar .sidebar-inner .sidebar-empty .empty-text {
    font-size: 12px;
    color: #696969;
    margin-bottom: 17px
}

.sidebar .sidebar-inner .sidebar-full {
    margin-top: 50px
}

.sidebar .sidebar-inner .sidebar-full .cart-table {
    position: relative
}

.sidebar .sidebar-inner .sidebar-full .cart-table table {
    width: 100%
}

.sidebar .sidebar-inner .sidebar-full .cart-table table tr td {
    position: relative;
    vertical-align: top;
    padding: 20px 0
}

.sidebar .sidebar-inner .sidebar-full .cart-table table tr td a {
    display: block
}

.sidebar .sidebar-inner .sidebar-full .cart-table table tr td.cart-image {
    width: 80px
}

.sidebar .sidebar-inner .sidebar-full .cart-table table tr td.cart-image img {
    width: 100%;
    height: auto
}

.sidebar .sidebar-inner .sidebar-full .cart-table table tr td.cart-text {
    text-align: left;
    padding: 20px
}

.sidebar .sidebar-inner .sidebar-full .cart-table table tr td.cart-text .cart-title {
    font-size: 18px;
    color: #2a2a2a
}

.sidebar .sidebar-inner .sidebar-full .cart-table table tr td.cart-text dl {
    position: absolute;
    left: 20px;
    bottom: 22px;
    color: #696969;
    font-size: 0
}

.sidebar .sidebar-inner .sidebar-full .cart-table table tr td.cart-text dl dt {
    display: inline-block;
    font-size: 12px
}

.sidebar .sidebar-inner .sidebar-full .cart-table table tr td.cart-text dl dd {
    display: inline-block;
    font-size: 12px;
    margin-left: 3px
}

.sidebar .sidebar-inner .sidebar-full .cart-table table tr td.cart-number {
    padding-left: 20px;
    text-align: right
}

.sidebar .sidebar-inner .sidebar-full .cart-table table tr td.cart-number .cart-price {
    display: block;
    font-size: 18px;
    color: #2a2a2a
}

.sidebar .sidebar-inner .sidebar-full .cart-table table tr td.cart-number .remove {
    font-size: 14px;
    color: #696969;
    position: absolute;
    right: 0;
    bottom: 22px
}

.sidebar .sidebar-inner .sidebar-full .buttons {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 40px
}

.sidebar.move {
    pointer-events: auto;
}

.sidebar.move .sidebar-underlay {
    background: rgba(42, 42, 42, 0.5);
}

.sidebar.move .sidebar-inner {
    transform: translateX(0)
}

.wrapper {
    position: relative;
    padding: 0 50px;
    overflow-x: hidden
}

.wrapper .col-3 {
    height: 100vh
}

.wrapper .col-9 {
    min-height: 100vh;
    padding-bottom: 50px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 50px 0 16px;
    z-index: 102
}

.logo {
    display: inline-block;
    float: left
}

.logo svg {
    width: 64px;
    height: 42px
}

.header .cart-block {
    position: relative;
    font-size: 0
}

.header .cart-block .cart-info {
    display: inline-block;
    vertical-align: bottom;
    font-size: 0;
    margin-right: 7px
}

.header .cart-block .cart-info span {
    font-size: 11px;
    color: #2a2a2a;
}

.header .cart-block .cart-icon {
    display: inline-block;
    vertical-align: bottom
}

.header .cart-block .cart-icon svg {
    width: 40px;
    height: 42px
}

#tick {
    opacity: 0;
    transition: opacity .25s ease;
}

#tick.show {
    opacity: 1;
}

.nav {
    position: fixed;
    z-index: 102
}

.nav ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0
}

.nav ul li {
    display: block;
    margin: 0 -10px
}

.nav ul li a {
    position: relative;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    color: #2a2a2a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 10px
}

.nav ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 0;
    height: 1px;
    background: #2a2a2a;
}

.nav ul li a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    width: 0;
    height: 1px;
    background: #2a2a2a;
    transition: width .25s ease
}

.nav ul li a:hover:before {
    width: 100%;
    transition: width .25s ease
}

.nav ul li a:hover:after {
    width: 100%;
    background: transparent;
    transition: none
}

.nav ul li.active a {
    pointer-events: none
}

.nav ul li.active a:before {
    width: 100%
}

.nav ul li:nth-last-of-type(2) {
    margin-top: 32px
}

.nav ul li+li {
    margin-top: 15px
}

.footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 50px;
    z-index: 102;
    pointer-events: none;
}

.main-footer {
    position: fixed;
}

.footer .left-part, .footer .right-part {
    pointer-events: auto;
}

.footer .social {
    font-size: 0
}

.footer .social li {
    display: block;
}

.footer .social li+li {
    margin-top: 15px
}

.footer .social li a {
    position: relative;
    display: inline-block;
    font-size: 11px;
    color: #2a2a2a;
    padding-bottom: 2px;
}

.footer .social li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #2a2a2a;
}

.footer .social li a:hover:before {
    width: 100%;
    transition: width .25s ease
}

.footer .social li a:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #2a2a2a;
    transition: width .2s ease;
}

.footer .social li a:hover:after {
    width: 100%;
    background: transparent;
    transition: none
}

.lang {
    font-size: 0;
    white-space: nowrap;
}

.footer .lang {
    margin-top: 32px;
}

.wrapper .lang {
    display: none;
    position: relative;
    float: left;
}

.wrapper .lang.absolute {
    position: absolute;
    left: 10px;
    bottom: 50px;
    float: none;
}

.lang li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    color: #2a2a2a
}

.wrapper .lang li {
    line-height: 13px;
}

.lang li:after {
    content: '/';
    display: block;
    position: absolute;
    right: -12px;
    top: 0;
}

.lang li:last-of-type:after {
    display: none
}

.lang li a {
    position: relative;
    display: block;
    color: #2a2a2a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color .25s ease;
}

.lang li.current-lang a {
    color: #bdbebf;
    pointer-events: none
}

.lang li a:hover {
    color: #696969;
}

.lang li+li {
    margin-left: 20px
}

.developer {
    position: relative;
    float: right;
    font-size: 11px;
    color: #bdbebf;
}

.developer.absolute {
    position: absolute;
    right: 10px;
    bottom: 50px;
    float: none;
}

.main .developer {
    position: absolute;
    right: 10px;
    bottom: 50px;
    float: none;
    z-index: 1;
}

.developer a {
    position: relative;
    display: inline-block;
    color: #2a2a2a;
    padding-bottom: 2px;
}

.developer a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #2a2a2a;
}

.developer a:hover:before {
    width: 100%;
    transition: width .25s ease
}

.developer a:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #2a2a2a;
    transition: width .2s ease;
}

.developer a:hover:after {
    width: 100%;
    background: transparent;
    transition: none
}

.breadcrumbs {
    padding: 30px 0 12px;
    font-size: 0;
}

.breadcrumbs a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #2a2a2a;
    margin-right: 20px;
    transition: color .25s ease;
}

.breadcrumbs a:hover {
    color: #696969;
}

.breadcrumbs a:after {
    content: '/';
    display: block;
    position: absolute;
    right: -12.5px;
    top: 0;
    pointer-events: none
}

.breadcrumbs span {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #bdbebf;
}

.content {
    position: relative;
}

.main .content {
    padding: 70px 0;
}

.loader {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 1;
    pointer-events: auto;
    transition: opacity .25s ease-out;
    z-index: 2;
}

.loader.hide {
    opacity: 0;
    pointer-events: none;
}

.loader .loader-inner {
    position: fixed;
    width: 40px;
    height: 40px;
    transform-origin: 50% 50%;
    animation: spin 1s linear infinite;
}

.loader .loader-inner svg {
    width: 40px;
    height: 20px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.content .content-title {
    position: relative;
    font-size: 22px;
    font-weight: normal;
    color: #2a2a2a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 30px 0 40px 60px;
}

.content .content-title:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 40px;
    height: 2px;
    background: #2a2a2a
}

.content .content-inner {
    padding-bottom: 36px;
}

.products {
    font-size: 0;
    margin: 0 -10px 40px
}

.products .product {
    display: inline-block;
    width: 50%;
    padding: 0 10px;
    text-align: center
}

.products .product a {
    display: block
}

.products .product a .product-image {
    display: block;
    position: relative;
}

.products .product a .product-image img {
    width: 100%;
    height: auto
}

.products .product a .product-image .product-hover {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
}

.products .product a:hover .product-image .product-hover {
    opacity: 1;
}

.products .product a .product-title {
    display: block;
    margin-top: 15px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    color: #2a2a2a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.products .product a .product-price {
    display: block;
    margin-top: 10px;
}

.products .product a .price {
    font-weight: 600;
}

.products .product:nth-of-type(n+3) {
    margin-top: 40px
}

.pagination {
    text-align: right;
    font-size: 0
}

.pagination ul {
    display: inline-block;
    text-align: left
}

.pagination ul li {
    display: inline-block;
    vertical-align: middle
}

.pagination ul li a {
    display: block;
    font-size: 12px;
    color: #2a2a2a;
    transition: color .25s ease;
}

.pagination ul li a:hover {
    color: #696969
}

.pagination ul li a svg {
    width: 10px;
    height: 7px
}

.pagination ul li a svg path {
    transition: fill .25s ease;
}

.pagination ul li a:hover svg path {
    fill: #696969
}

.pagination ul li a.prev {
    margin-right: 10px
}

.pagination ul li a.next {
    margin-left: 10px
}

.pagination ul li span {
    font-size: 12px;
    color: #2a2a2a
}

.pagination ul li span.current {
    color: #bdbebf;
}

.pagination ul li+li {
    margin-left: 10px
}

.content-inner .product {
    font-size: 0;
}

.content-inner .product-gallery {
    display: inline-block;
    vertical-align: top;
    width: 400px;
}

.content-inner .product-gallery img {
    width: 100%;
    height: auto;
    cursor: url(../images/zoom.svg), pointer;
}

.content-inner .product-gallery img+img {
    margin-top: 40px
}

.content-inner .product-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 450px);
    margin-left: 50px;
}

.content-inner .product-content .product-main {
    display: table;
    width: 100%;
    margin-bottom: 25px;
}

.content-inner .product-content .product-main .product-title {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    font-size: 22px;
    font-weight: normal;
    color: #2a2a2a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-right: 30px
}

.content-inner .product-content .product-main .product-price {
    display: table-cell;
    vertical-align: top;
    width: auto;
    padding-top: 3px;
}

.content-inner .product-content .product-label {
    font-size: 10px;
    color: #2a2a2a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 25px 0 10px
}

.content-inner .product-content .product-block p {
    font-size: 12px;
    line-height: 21px;
    color: #666
}

.content-inner .product-content .sizes {
    font-size: 0;
    padding-top: 7px
}

.content-inner .product-content .sizes .size {
    display: inline-block;
    vertical-align: middle
}

.content-inner .product-content .sizes>div+div {
    margin-left: 20px
}

.content-inner .product-content .size-grid {
    position: relative;
    font-size: 0;
    margin: 12px 0 -10px;
}

.content-inner .product-content .size-grid .grid-toggle {
    display: inline-block;
    margin-bottom: 10px;
}

.content-inner .product-content .size-grid .grid-toggle svg {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 5px;
}

.content-inner .product-content .size-grid .grid-toggle svg path {
    transition: stroke .25s ease;
}

.content-inner .product-content .size-grid .grid-toggle:hover svg path {
    stroke: #696969;
}

.content-inner .product-content .size-grid .grid-toggle span {
    display: inline-block;
    vertical-align: baseline;
    font-size: 11px;
    color: #2a2a2a;
    transition: color .25s ease;
}

.content-inner .product-content .size-grid .grid-toggle:hover span {
    color: #696969;
}

.content-inner .product-content .size-grid .grid {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    z-index: 1;
}

.content-inner .product-content .size-grid .grid table tr {
    border: 1px solid #2a2a2a
}

.content-inner .product-content .size-grid .grid table tr td {
    font-size: 10px;
    color: #2a2a2a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 7px 5px
}

.content-inner .product-content .size-grid .grid table tr td:first-of-type {
    border: 1px solid #2a2a2a;
    text-align: left;
    padding: 7px 10px
}

.content-inner .product-content .size-grid .grid table tr td:nth-of-type(2) {
    padding-left: 10px
}

.content-inner .product-content .size-grid .grid table tr td:last-of-type {
    padding-right: 10px
}

.articles > div + div {
    margin-top: 40px;
}

.about {
    width: 66.9%;
}

.article {
    font-size: 0;
}

.article .article-image {
    width: 34.6%;
    display: inline-block;
    vertical-align: middle;
}

.article .article-text {
    width: 65.4%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 8.33333333333%;
}

.content-inner img {
    width: 100%;
    height: auto;
}

.content-inner .content-subtitle {
    font-size: 24px;
    color: #2a2a2a;
    margin-top: 15px;
}

.content-inner .primary-subtitle {
    margin-top: 0;
}

.content-inner .secondary-subtitle {
    margin-top: 20px;
}

.content-inner .content-date {
    font-size: 10px;
    color: #2a2a2a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 5px;
}

.content-inner .content-text {
    margin-top: 20px;
}

.content-inner .content-text p {
    font-size: 12px;
    color: #696969;
}

.content-inner .content-text p + p {
    margin-top: 15px;
}

.content-part {
    float: left;
    width: 50%;
}

.content-block {
    margin-top: 20px;
}

.about .content-block {
    margin-top: 40px;
}

.sections .content-left {
    padding-right: 4.545454545454545%;
}

.sections .content-right {
    padding-left: 4.545454545454545%;
}

.sections .content-date {
    margin-top: 0;
}

.sections .content-text {
    margin-top: 5px;
}

.navicon {
    display: none;
    float: left;
    margin-top: 9px;
}

.navicon:before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #2a2a2a;
}

.navicon:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #2a2a2a;
}

.navicon span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 9px 0;
    background: #2a2a2a;
}

.modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 103;
    overflow: hidden;
    pointer-events: none;
}

.modal.show {
    pointer-events: auto;
}

.modal .modal-close {
    display: block;
    width: 24px;
    position: absolute;
    left: 50px;
    top: 59px;
}

.modal .modal-close svg {
    width: 100%;
    height: auto;
}

.modal .modal-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: translateX(-100%);
    overflow-y: auto;
    text-align: center;
    transition: transform .5s ease;
}

.modal.show .modal-inner {
    transform: translateX(0);
}

.modal .modal-inner:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.modal .logo {
    display: block;
    float: none;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 106px;
    z-index: auto;
}

.modal .nav {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: auto;
    padding-bottom: 50px;
}

.modal .nav ul {
    top: auto;
    transform: none;
    margin-top: 50px;
}

.modal .footer {
    z-index: auto;
    pointer-events: auto;
}

.modal .footer .social {
    margin-bottom: 50px;
}

.modal .footer .lang {
    float: left;
    margin-top: 0;
}

.modal .footer .developer {
    position: relative;
    right: auto;
    bottom: auto;
    float: right;
}

.slider-block {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
}

.slider {
    height: 100%;
    z-index: 1;
}

.slider .slick-slide {
    position: relative;
    outline: none;
    height: calc(100vh - 20px);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1179px) {
    .header {
        padding: 50px 50px 16px;
    }
    .footer {
        padding: 0 50px 50px;
    }
    .content-inner .product-gallery {
        width: 300px;
    }
    .content-inner .product-content {
        width: calc(100% - 350px);
        margin-left: 50px;
    }
}

@media screen and (max-width: 1023px) {
    .header {
        background: #fff;
    }
    .main .header {
        background: transparent;
    }
    .navicon {
        display: block;
    }
    .main .wrapper .container {
        position: absolute;
        left: 50px;
        right: 50px;
        top: 0;
        bottom: 0;
        width: auto;
    }
    .wrapper .col-3 {
        display: none;
    }
    .wrapper .col-9 {
        width: 100%;
    }
    .wrapper .lang {
        display: block;
    }
    .main-footer {
        display: none;
        bottom: 0;
        background: transparent;
        padding: 18px 50px 50px;
    }
    .main-footer .social {
        display: none;
    }
    .main-footer .lang {
        margin-top: 0;
    }
    .main .content {
        padding: 150px 0;
    }
    .slider-block {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        padding: 150px 0;
    }
    .slider .slick-slide {
        height: calc(100vh - 300px);
    }
    .content-inner .product-gallery {
        width: 50%;
        padding-right: 25px;
    }
    .content-inner .product-content {
        width: calc(50% - 25px);
        margin-left: 25px;
    }
    .pagination {
        text-align: center;
    }
    .article .article-text {
        padding: 0 50px;
    }
    .sections .content-left {
        padding-right: 25px;
    }
    .sections .content-right {
        padding-left: 25px;
    }
}

@media screen and (max-width: 767px) {
    .frame.frame-inner {
        border: 30px solid #fff;
    }
    .sidebar {
        z-index: 103;
    }
    .header {
        left: 30px;
        right: 30px;
        padding: 30px 0 15px;
    }
    .wrapper {
        padding: 0 30px;
    }
    .main .wrapper {
        padding: 0 10px;
    }
    .wrapper .col-9 {
        padding-bottom: 30px;
    }
    .main .content {
        padding: 10px 0;
    }
    .main .wrapper .container {
        display: none;
    }
    .developer.absolute, .wrapper .lang.absolute {
        bottom: 30px;
    }
    .sidebar .sidebar-underlay {
        background: transparent;
    }
    .sidebar.move .sidebar-underlay {
        background: transparent;
    }
    .sidebar .sidebar-inner {
        width: 100%;
        float: none;
        padding: 30px;
    }
    .sidebar .sidebar-inner .sidebar-close {
        right: 30px;
        top: 39px;
    }
    .sidebar .sidebar-inner .cart-info {
        top: 44.5px;
    }
    .sidebar .sidebar-inner .sidebar-full .buttons {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }
    .modal .modal-close {
        left: 30px;
        top: 39px;
    }
    .modal .nav {
        padding-bottom: 32px;
    }
    .modal .nav ul {
        margin-top: 32px;
    }
    .modal .footer {
        padding: 0 30px 30px;
    }
    .modal .footer .social {
        margin-bottom: 30px;
    }
    .slider-block {
        padding: 10px 0;
    }
    .slider .slick-slide {
        height: calc(100vh - 20px);
    }
    .products .product {
        width: 100%;
    }
    .products .product:nth-of-type(n+2) {
        margin-top: 40px
    }
    .content-inner .product-gallery {
        width: 100%;
        padding-right: 0;
    }
    .content-inner .product-gallery img+img {
        margin-top: 30px;
    }
    .content-inner .product-content {
        width: 100%;
        margin-left: 0;
    }
    .product-main {
        margin-top: 40px;
    }
    .content-inner .product-content .product-main .product-title {
        padding-right: 20px;
    }
    .about {
        width: 100%;
    }
    .article .article-image {
        display: block;
        width: 100%;
    }
    .article .article-text {
        display: block;
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .content-part {
        float: none;
        width: 100%;
    }
    .sections .content-left {
        padding-right: 0;
    }
    .sections .content-right {
        padding-left: 0;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .main .content {
        padding: 50px 0;
    }
    .sidebar .sidebar-inner .sidebar-full .buttons {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 50px;
    }
    .modal .modal-inner:before {
        display: none;
    }
    .modal .modal-close {
        position: relative;
        left: auto;
        top: auto;
        margin: 39px 30px 24px;
    }
    .modal .nav ul {
        display: inline-block;
    }
    .modal .footer {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
    }
    .modal .footer:after {
        content: '';
        display: block;
        clear: both;
    }
    .products .product {
        width: 50%;
    }
    .products .product:nth-of-type(n+2) {
        margin-top: 0
    }
    .products .product:nth-of-type(n+3) {
        margin-top: 40px
    }
    .content-inner .product-gallery {
        width: 50%;
        padding-right: 15px;
    }
    .content-inner .product-content {
        width: calc(50% - 15px);
        margin-left: 15px;
    }
    .product-main {
        margin-top: 0;
    }
    .about {
        width: 66.9%;
    }
    .article .article-image {
        display: inline-block;
        width: 34.6%;
    }
    .article .article-text {
        display: inline-block;
        width: 65.4%;
        padding: 0 30px;
        margin-top: 0;
    }
    .content-part {
        float: left;
        width: 50%;
    }
    .sections .content-left {
        padding-right: 25px;
    }
    .sections .content-right {
        padding-left: 25px;
        margin-top: 0;
    }
}