* {margin: 0px; padding: 0px; box-sizing: border-box; outline: none}
html, body {width: 100%}
body {font-family: 'Inter', sans-serif; line-height: 1.7; background: #fff; font-size: 16px; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; overflow-x: hidden}
body.lock {overflow: hidden}
a {color: inherit; text-decoration: none; outline: none; cursor: pointer; transition: color 250ms, background-color 250ms}
h1, h2, h3, .h2-like {width: 100%; color: #00529e; font-weight: 500}
h1 {font-size: 32px}
h2, .h2-like {font-size: 26px; margin-bottom: 20px; margin-top: 40px}
h3 {font-size: 16px}
hr {margin: 20px 0px; height: 1px; border: none; background: #000}
b, strong, th {font-weight: 600}
img {object-fit: contain}
img, svg {height: auto; max-height: 100%; max-width: 100%; vertical-align: top}
iframe {width: 100%; border: none; min-height: 250px}
table {width: 100%; border-collapse: collapse}
ol li {list-style-type: none; position: relative; padding-left: 20px}
ol {counter-reset: list1}
ol li:before {counter-increment: list1; content: counter(list1) ". "; position: absolute; left: 0px; font-weight: 600}
ol ol {counter-reset: list2}
ol ol li {padding-left: 40px}
ol ol li:before {counter-increment: list2; content: counter(list1) "." counter(list2) ". "; position: absolute; left: 0px}
input, select, textarea, button {-webkit-appearance: none; -moz-appearance: none; transition: border-color 200ms; font-family: inherit; font-size: inherit; color: inherit}
input[type=text], input[type=tel], input[type=email], input[type=password], input[type=search], input[type=date] {display: block; width: 100%; font-size: 15px; border: none; border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 0px; background: transparent; border-radius: 0px; line-height: 44px; height: 45px}
textarea {display: block; width: 100%; border: 1px solid rgba(0, 0, 0, 0.1); padding: 10px; resize: none; height: 100px; font-size: 15px; border-radius: 0px}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, textarea:focus, input[type=password]:focus, input[type=search]:focus, input[type=date]:focus {border-color: #283a4c}
textarea::placeholder, input[type=text]::placeholder, input[type=tel]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=date]::placeholder {color: #6F7F89}

input[type=checkbox] {display: inline-block; vertical-align: middle; width: 16px !important; height: 16px; margin-right: 10px !important; position: relative; border: 1px solid #1368b1; background: #fff}
input[type=checkbox]:hover {border-color: #1368b1}
input[type=checkbox]:checked {background: #fff url("data:image/svg+xml,<svg viewBox='0 0 356.7 297.3' xmlns='http://www.w3.org/2000/svg'><polygon fill='%230060a9' points='42.4,153 0,195.4 101.9,297.3 356.7,42.4 314.3,0 101.9,212.4'/></svg>") 50% 50% no-repeat; background-size: 10px; border-color: #1368b1}

input[type=radio] {display: inline-block; vertical-align: middle; width: 16px !important; height: 16px; margin-right: 10px !important; position: relative; border-radius: 50%; border: 1px solid #1368b1; background: #fff}
input[type=radio]:hover {border-color: #1368b1}
input[type=radio]:checked {background: #fff; border: 4px solid #1368b1}

input.check:invalid {background-image: url(../images/ui-svg/invalid.svg); background-position: right, 10px 50%; background-size: 16px; background-repeat: no-repeat}
svg {fill: currentColor}
svg * {transition: fill 250ms}
/* GLOBAL */


/* BASIC */
.lazy {visibility: hidden}
.ds {-webkit-user-select: none; -moz-user-select: none; -webkit-user-drag: none}
.flex {display: flex; display:-webkit-flex; -webkit-justify-content:space-between; justify-content:space-between; flex-wrap: wrap; -webkit-flex-wrap: wrap}
.flex-nowrap {display: flex; display:-webkit-flex; -webkit-justify-content:space-between; justify-content:space-between; flex-wrap: nowrap; -webkit-flex-wrap: nowrap}
.flex-center {display: flex; display:-webkit-flex; -webkit-justify-content:space-between; justify-content:space-between; flex-wrap: wrap; -webkit-flex-wrap: wrap; align-items: center; -webkit-align-items:center}
.flex-inline {display: flex; display:-webkit-flex; -webkit-justify-content:flex-start; justify-content:flex-start; flex-wrap: wrap; -webkit-flex-wrap: wrap}
.max {padding: 0px 15px; max-width: 1200px; margin: 0px auto}
.max.flex-center {height: 100%}
.cover {background-position: 50% 50%; background-repeat: no-repeat; background-size: cover}
.contain-0 {background-position: 0% 50%; background-repeat: no-repeat; background-size: contain}
.contain-50 {background-position: 50% 50%; background-repeat: no-repeat; background-size: contain}
.contain-100 {background-position: 100% 50%; background-repeat: no-repeat; background-size: contain}
.button {background: #1368b1; margin-top: 40px; transition: 250ms; line-height: 50px; height: 50px; padding: 0px 15px; border: none; display: inline-block; cursor: pointer; vertical-align: top; text-align: center; white-space: nowrap; font-size: 16px; color: #fff; border-radius: 3px; width: 250px}
.button:hover, .button.active {box-shadow: 0 0 15px rgb(0 0 0 / 30%)}
.buttons {text-align: center; font-size: 0px}
.buttons .button + .button {margin-left: 15px}
.link {text-decoration: underline}
.mobile-show {display: none}
.tablet-show {display: none}
.admin {position: fixed; height: 50px; width: 50px; border-radius: 50%; background: #000; left: 50px; bottom: 50px}
.post-edit-link {position: fixed; bottom: 50px; left: 50px; width: 50px; height: 50px; border-radius: 50%; font-size: 0px; background: #ee3524 url(images/icon-edit.svg) no-repeat 50% 50%; background-size: 20px}
/* BASIC */


/* MAIN */
main {min-height: calc(100vh - 100px - 100px)}
.by-3 {display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 40px}
.by-4 {display: grid; grid-template-columns: repeat(4,1fr); grid-gap: 40px}
.by-5 {display: grid; grid-template-columns: repeat(5,1fr); grid-gap: 40px}
/* MAIN */


/* BREAD-CRUMBS */
.bread-crumbs {margin-bottom: 40px; font-weight: 400; margin-top: -20px; display: block; font-size: 13px; text-align: center; text-transform: lowercase; color: #6F7F89}
.bread-crumbs a:hover, .bread-crumbs .breadcrumb_last {opacity: 1; color: #1368b1}
/* BREAD-CRUMBS */


/* SEARCH */
.search-block {margin-top: 20px; position: relative; margin-bottom: 20px}
.search-block button {position: absolute; padding: 15px; width: 50px; height: 50px; right: 0; top: -5px; color: #6F7F89; background: transparent; border: none; cursor: pointer}
.search-block button svg {width: 20px; height: 20px}
/* SEARCH */


/* CONTENT */
.content h2 {margin-bottom: 20px; margin-top: 40px; color: inherit}
.content h3 {margin-bottom: 20px; margin-top: 40px; color: inherit}
.content ul + p, .content p + ul, .content p + p, .content ol + p, .content p + ol {margin-top: 15px}
.content ul li {display: block; position: relative; padding-left: 15px}
.content ul li:before {content: ''; width: 5px; height: 5px; background: #1368b1; left: 0px; top: 11px; position: absolute}
.content a {color: #1368b1; text-decoration: underline}

.city {border-top: 1px solid rgba(0,0,0,0.1); padding-top: 40px; margin-top: 40px}
.city .left-part {width: calc(50% - 20px)}
.city .right-part {width: calc(50% - 20px)}
.city .right-part > ymaps {width: 100% !important}
.city b {display: block}
.city svg {width: 50px; display: inline-block; vertical-align: middle; height: 20px; margin-left: 10px}
.city li + li {margin-top: 15px}
.city h2 {margin-top: 0px !important}
/* CONTENT */




/* HEADER */
header {background: #fff; transition: 250ms; box-shadow: 0 0 3em rgb(0 0 0 / 20%); position: relative; position: sticky; position: -webkit-sticky; top: 0px; height: 90px; z-index: 1000}
header .logo {height: 60px; margin-bottom: 10px; width: 240px; position: relative}
header .logo span {font-size: 11px; font-weight: 500; left: 0; width: 100%; text-align: center; bottom: -5px; position: absolute}
header .contacts a + a {margin-left: 30px}
.top-line .menu li {display: block; position: relative}
.top-line .menu li a {display: block; position: relative}
.top-line .menu > li + li {margin-left: 40px}
.top-line {height: 50px; text-transform: uppercase; font-weight: 600; font-size: 14px; line-height: 50px; background: rgba(0, 95, 168, 0.8); color: #fff; position: absolute; left: 0; top: 90px; width: 100%; z-index: 100}
.top-line .contacts a {position: relative; padding-top: 5px; height: 45px}
.top-line .contacts a + a {margin-left: 30px}
.top-line .contacts a span {font-size: 8px; position: absolute; left: 0; top: -12px}
.top-line .contacts .whatsapp {width: 25px; height: 25px; margin-left: 20px}
.top-line .menu > li > a:after {position: absolute; bottom: 0; height: 3px; width: 100%; left: 0; background: #fff; opacity: 0; content: ''; transition: 250ms}
.top-line .menu li:hover a:after {opacity: 1}
.top-line .menu li .sub-menu {display: none; position: absolute; left: 0; top: 100%; width: 100%; background: #1368b1}
.top-line .menu li:hover .sub-menu {display: block}
.top-line .menu .sub-menu li a {padding: 0px 10px}
.top-line .menu .sub-menu li:hover a {background: #283a4c}

.go-button {position: relative; font-size: 13px; width: 255px; color: #ee3524; font-weight: 600; text-transform: uppercase; text-align: center; height: 40px; line-height: 40px; z-index: 1}
.go-button:before {border: 1px solid #ee3524; transition: 250ms; top: 0px; left: 0px; height: 100%; position: absolute; width: 100%; transform: skew(-10deg); content: ''; z-index: -2; border-radius: 3px; box-sizing: border-box}
.go-button:hover, .go-button.active {color: #fff}
.go-button:hover:before, .go-button.active:before {background: #ee3524; border-color: #ee3524; opacity: 1}
/* HEADER */


/* CATALOG-MENU */
.catalog-button {position: relative; font-size: 13px; color: #1368b1; font-weight: 600; text-transform: uppercase; padding-left: 60px; height: 40px; line-height: 40px; z-index: 1; width: 255px}
.catalog-button:before {border: 1px solid #1368b1; transition: 250ms; top: 0px; left: 0px; height: 100%; position: absolute; width: 100%; transform: skew(10deg); content: ''; z-index: -2; border-radius: 3px}
.catalog-button span {background: #1368b1; width: 20px; height: 2px; position: absolute; transition: 250ms}

.catalog-button span:nth-of-type(1) {top: 12px; left: 20px; transition: top 300ms ease 300ms, transform 300ms ease 0ms}
.catalog-button span:nth-of-type(2) {top: 50%; left: 20px; margin-top: -1px; transition: opacity 0ms ease 300ms}
.catalog-button span:nth-of-type(3) {bottom: 12px; left: 20px; transition: bottom 300ms ease 300ms, transform 300ms ease 0ms}

.catalog-button.active span {background: #fff}
.catalog-button.active span:nth-of-type(1) {top: calc(50% - 1px); transform: rotateZ(45deg); transition: top 300ms ease 0ms, transform 300ms ease 300ms}
.catalog-button.active span:nth-of-type(2) {opacity: 0}
.catalog-button.active span:nth-of-type(3) {bottom: calc(50% - 1px); transform: rotateZ(-45deg); transition: bottom 300ms ease 0ms, transform 300ms ease 300ms}

.catalog-button.active {color: #fff}
.catalog-button.active:before {background: #1368b1}

.catalog-menu {background: #fff; position: fixed; top: 90px; left: 0; width: 100%; display: none; z-index: 900; padding: 40px 0px}
.catalog-menu.active {box-shadow: 0 0 3em rgb(0 0 0 / 20%)}
.catalog-menu li {display: block}
.catalog-menu .sub-menu {display: none}
.catalog-menu .grid {grid-template-columns: repeat(4, 1fr); display: grid; grid-gap: 40px}
.catalog-menu a {color: #283a4c; font-size: 14px; line-height: 1.3; font-weight: 500}
.catalog-menu a.show-all .img {background: #1368b1; color: #fff}
.catalog-menu a.show-all .img svg {position: absolute; left: 0; top: 0; bottom: 0; right: 0; margin: auto; height: 10px}
.catalog-menu a .img {display: block; border-radius: 3px; width: 80px; height: 50px; position: relative}
.catalog-menu a .img:after {position: absolute; z-index: 1; content: ''; width: 100%; height: 100%; background: rgba(0,0,0,0.03); left: 0; top: 0; pointer-events: none; border-radius: 3px}
.catalog-menu a .text {width: calc(100% - 90px); margin-left: 10px}
.catalog-menu a:hover {color: #1368b1}
/* CATALOG-MENU */

.related .grid {grid-template-columns: repeat(4, 1fr); display: grid; grid-gap: 40px}


/* CATS */
.cats .grid {display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 40px}
.cats .item.show-all .img {background: #1368b1; color: #fff}
.cats .item.show-all h3 {color: #ee3524}
.cats .item.show-all .img svg {position: absolute; filter: brightness(0) invert(1); left: 20px; top: 0; bottom: 0; right: 20px; width: calc(100% - 40px); margin: auto; height: 40px}
.cats .item .img {display: block; border-radius: 3px; height: 0; padding-bottom: 60%; position: relative; margin-bottom: 10px}
.cats .item .img:after {position: absolute; z-index: 1; content: ''; width: 100%; height: 100%; background: rgba(0,0,0,0.03); left: 0; top: 0; pointer-events: none; border-radius: 3px}
.cats .item h3 {color: #283a4c}
.cats .item:hover h3 {color: #1368b1}
/* CATS */


/* WORKS */
.works .grid {display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 40px}
.works .item .img {display: block; border-radius: 3px; height: 0; padding-bottom: 60%; position: relative; margin-bottom: 10px; border: 1px solid #00529e}
.works .item .img:after {position: absolute; border-radius: 3px; z-index: 1; content: ''; width: 100%; height: 100%; background: rgba(0,0,0,0.03); left: 0; top: 0; pointer-events: none}
.works .item h3 {font-size: 14px; color: #283a4c}
.works .item:hover h3 {color: #1368b1}
/* WORKS */


/* NEWS */
.news .grid {display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 40px}
.news .item .img {display: block; height: 0; padding-bottom: 60%; position: relative; margin-bottom: 10px}
.news .item .img:after {position: absolute; z-index: 1; content: ''; width: 100%; height: 100%; background: rgba(0,0,0,0.03); left: 0; top: 0; pointer-events: none}
.news .item h3 {font-size: 14px}
.news .item:hover h3 {color: #283a4c}
.news .date {margin-top: 10px; color: #1368b1; font-size: 12px}
/* NEWS */


/* HOME */
.home-cats {margin: 80px 0px}
.home-works {margin: 80px 0px; background: #eaeef2; padding: 80px 0px}
.home-works h2 {margin-top: 0}
.home-sets {margin: 80px 0px}
.home-sets .left-part, .home-sets .right-part {width: calc(50% - 20px)}

.show-all-link {margin-top: 40px; font-weight: 500; text-align: center; display: block; color: #283a4c}
.show-all-link svg {height: 15px; width: 15px; margin-left: 10px; vertical-align: middle}
.show-all-link:hover {color: #1368b1}
/* HOME */


.pagination {text-align: center; display: block; margin-top: 40px; width: 100%; grid-column: span 4}
.pagination .screen-reader-text, .pagination .prev, .pagination .next {display: none}
.pagination a, .pagination span {margin: 0px 5px; width: 40px; font-size: 14px; text-align: center; color: #1368b1; line-height: 30px; height: 30px; background: transparent; display: inline-block; border-radius: 2px}
.pagination span.current {background: #1368b1; color: #fff}
.pagination a:hover {color: #283a4c}

/* CATALOG */
.catalog .grid {grid-template-columns: repeat(4, 1fr); display: grid; grid-gap: 40px}
.catalog-item .top-part {position: relative; height: 0; padding-bottom: 100%; background: #fff}
.catalog-item .top-part:after {position: absolute; z-index: 1; content: ''; width: 100%; height: 100%; background: rgba(0,0,0,0.03); left: 0; top: 0; pointer-events: none; border-radius: 3px 3px 0px 0px}
.catalog-item .img {display: block; border-radius: 3px 3px 0px 0px; position: absolute; top: 20px; left: 20px; bottom: 20px; right: 20px; width: calc(100% - 40px); height: calc(100% - 40px)}
.catalog-item img {width: 100%; height: 100%; object-fit: contain; display: block}
.catalog-item .title {font-weight: 500; display: block; color: #283a4c; font-size: 15px; line-height: 1.3}
.catalog-item .price {line-height: 1; margin-bottom: 10px; text-align: center; overflow: hidden; position: relative}
.catalog-item .price b {font-size: 14px; display: block; margin-top: 5px}
.catalog-item .price .with, .catalog-item .price .without {z-index: 1; width: 50%; font-size: 10px; height: 40px; display: flex; flex-direction: column; justify-content: center}
.catalog-item .price .with {color: #fff; background: #1368b1}
.catalog-item .price .without {color: #1368b1; background: #fff; border: 1px solid #1368b1}
.catalog-item:hover .title {color: #1368b1}
.catalog-item:hover .top-part:after {background: rgba(0, 95, 168, 0.1)}
.catalog-item .addToCart {position: absolute; bottom: -40px; left: 0; width: 100%; background: #283a4c; height: 40px; line-height: 40px; color: #fff; text-align: center; transition: 250ms; z-index: 2; cursor: pointer}
.catalog-item:hover .addToCart, .catalog-item .addToCart.fixed {bottom: 0px}
.catalog-item .addToCart:hover {background: #1368b1}
.catalog-item .stickers {position: absolute; text-transform: lowercase; transform-origin: left top; left: 0; top: 20px; z-index: 2; display: flex; transform: rotateZ(-90deg) translateX(-100%); pointer-events: none}
.catalog-item .stickers span {position: relative; color: #fff; padding: 0px 10px; font-size: 12px; font-weight: 500}
.catalog-item .stickers span + span {margin-left: 10px}
.catalog-item .stickers span.new {background: #283a4c}
.catalog-item .stickers span.hit {background: #ee3524}
.by-4-slider .swiper-button-prev, .by-4-slider .swiper-button-next {top: 13px; width: 17px; height: 17px; margin: 0px; color: #283a4c}
.by-4-slider .swiper-button-prev {transform: rotateZ(-180deg); left: unset; right: 37px}
.by-4-slider .swiper-button-next.swiper-button-disabled, .by-4-slider .swiper-button-prev.swiper-button-disabled {opacity: 0.1}
/* CATALOG */


/* SINGLE CATALOG */
.single-catalog {margin-top: 110px}
.single-catalog .left-part {width: 500px}
.single-catalog .left-part .swiper-slide {height: 0; padding-bottom: 100%; position: relative}
.single-catalog .left-part .swiper-slide img {position: absolute; z-index: 1; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff}
.single-catalog .left-part .swiper-slide:after {position: absolute; content: ''; width: 100%; height: 100%; background: rgba(0,0,0,0.03); left: 0; top: 0; z-index: 2; pointer-events: none}
.single-catalog .right-part {width: calc(100% - 540px)}
.single-catalog .right-part h1 {line-height: 1.2}
.single-catalog .right-part .stickers {margin: 40px 0px} 
.single-catalog .right-part .stickers span {position: relative; margin-right: 5px; color: #fff; padding: 2px 10px; font-size: 12px; font-weight: 500}
.single-catalog .right-part .stickers span.available {background: #32CD32}
.single-catalog .right-part .stickers span.new {background: #283a4c}
.single-catalog .right-part .stickers span.hit {background: #ee3524}
.single-catalog .right-part .price {font-size: 11px; line-height: 1; color: #6F7F89}
.single-catalog .right-part .price b {font-size: 22px; color: #283a4c; display: block; margin-top: 5px}
.single-catalog .right-part .price .with {margin-right: 40px}
.single-catalog .right-part .tab {font-size: 14px}

.single-catalog .line .name {color: #6F7F89; white-space: nowrap; margin-right: 5px}
.single-catalog .line .value {text-align: right; margin-left: 5px; color: #6F7F89}
.single-catalog .line .separator {background: linear-gradient(90deg,#7f7f7f 0,#7f7f7f 25%,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0)); flex-grow: 1; background-position: 0 bottom; background-size: 4px 1px; background-repeat: repeat-x}
.single-catalog .line a.name {text-decoration: underline; color: #1368b1}
.single-catalog .left-part .swiper-pagination-bullet-active {background: #1368b1}
.single-catalog .left-part .swiper-button-prev, .single-catalog .left-part .swiper-button-next {top: unset; bottom: 14px; width: 17px; height: 17px; margin: 0px; color: #1368b1}
.single-catalog .left-part .swiper-button-prev {transform: rotateZ(-180deg); left: unset; right: 50px}
.single-catalog .left-part .swiper-button-next {right: 20px}
.single-catalog .left-part .swiper-button-prev:hover, .single-catalog .left-part .swiper-button-next:hover {color: #283a4c}
.single-catalog .swiper-button-next.swiper-button-disabled, .single-catalog .swiper-button-prev.swiper-button-disabled {opacity: 0.1}
.single-catalog .buttons .by-via-tinkoff {background: #ffdd2d; border: 1px solid #283a4c; margin-left: 20px; color: #283a4c; line-height: 48px}
/* SINGLE CATALOG*/

.small-cats .grid {grid-gap: 20px}
.small-cats .item {background: #1368b1; padding: 10px; border-radius: 1px; display: flex; align-items: center}
.small-cats .item h3 {color: #fff; font-size: 14px; line-height: 1.2}

/* SINGLE WORK*/
.single-work .back:before {position: absolute; z-index: 1; width: 100%; height: 100%; background: rgba(0, 95, 168, 0.3); top: 0; left: 0; content: ''}
.single-work .left-part {width: 500px}
.single-work .left-part .swiper-container {padding-bottom: 30px}
.single-work .left-part .swiper-slide {height: 0; padding-bottom: 100%; position: relative}
.single-work .left-part .swiper-slide img {position: absolute; z-index: 1; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; object-fit: cover}
.single-work .left-part .swiper-slide:after {position: absolute; content: ''; width: 100%; height: 100%; background: rgba(0,0,0,0.03); left: 0; top: 0; z-index: 2; pointer-events: none}
.single-work .right-part {width: calc(100% - 540px)}
.single-work .right-part .price-section {font-size: 11px; line-height: 1; color: #6F7F89; margin-top: 40px}
.single-work .right-part .price-section b {font-size: 22px; color: #283a4c; display: block; margin-top: 5px}
.single-work .left-part .swiper-pagination {bottom: 2px; line-height: 1}
.single-work .left-part .swiper-pagination-bullet-active {background: #1368b1}
.single-work .left-part .swiper-button-prev, .single-work .left-part .swiper-button-next {top: unset; bottom: 0px; width: 17px; height: 17px; margin: 0px; color: #1368b1}
.single-work .left-part .swiper-button-prev {transform: rotateZ(-180deg); left: unset; right: 30px}
.single-work .left-part .swiper-button-next {right: 0px}
.single-work .left-part .swiper-button-prev:hover, .single-work .left-part .swiper-button-next:hover {color: #283a4c}
.single-work .right-part .catalog-section {margin-top: 40px}
.single-work .right-part .catalog-section .grid {grid-template-columns: repeat(3, 1fr); grid-gap: 40px; display: grid}
/* SINGLE WORK*/


/* TABS */
.tab:not(.active) {display: none}
.tab-links {border-bottom: 1px solid #eaeef2; font-size: 15px; margin-bottom: 40px; margin-top: 40px}
.tab-links .tab-link {cursor: pointer; position: relative; display: inline-block; line-height: 40px; height: 40px}
.tab-links .tab-link + .tab-link {margin-left: 30px}
.tab-links .tab-link.active, .tab-links .tab-link:hover {color: #000}
.tab-links .tab-link:before {content: ''; left: 0px; bottom: -1px; background: transparent; height: 2px; width: 100%; position: absolute}
.tab-links .tab-link.active:before {background: #000}
/* TABS */


/* TAGS */
.tags {margin: 40px 0px; font-size: 13px; border-bottom: 1px solid #eaeef2}
.tags a {padding: 0px 15px; position: relative; line-height: 30px; height: 30px}
.tags a:before {content: ''; left: 0px; bottom: -1px; background: transparent; height: 2px; width: 100%; position: absolute}
.tags a.active:before {background: #000}
/* TAGS */


/* MODAL */
.modal {position: fixed; z-index: 9000; transition: 250ms; background: #fff; width: 600px; height: 100%; right: -600px; top: 0; display: flex; flex-direction: column; justify-content: center}
.modal .close {width: 40px; height: 40px; position: absolute; top: 10px; right: 10px; padding: 10px; cursor: pointer; color: #1368b1}
.modal .close:hover {color: #283a4c}
.modal .inner {padding: 40px 80px}
.modal.show {right: 0; box-shadow: 0 0 3em rgb(0 0 0 / 20%)}
.overlay {position: fixed; display: none; z-index: 8000; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5)}
.modal-order .info {margin: 20px 0px 40px 0px}
.modal-order .info .img {width: 80px; height: 80px; position: relative}
.modal-order .info .img img {position: absolute; top: 10px; left: 10px; width: 60px; height: 60px}
.modal-order .info .img:after {position: absolute; pointer-events: none; content: ''; width: 100%; height: 100%; background: rgba(0,0,0,0.03); left: 0; top: 0}
.modal-order .info .text {width: calc(100% - 100px)}
.modal-order input[name="your-model"] {display: none !important}
.modal-go .date-tip {margin-top: 20px; font-size: 13px; color: #6F7F89}
/* MODAL */

/* WCF7 */
.wpcf7-list-item {margin: 0px 20px 0px 0px}
.wpcf7-form-control-wrap {display: block; margin-top: 20px}
/* WCF7 */

.desc {background: #eaeef2; padding: 40px 0px; margin-bottom: -50px; margin-top: 50px}


.back {height: 400px; margin-bottom: 100px; background-image: url(images/back.jpg); position: relative}
.back .max {position: relative}
.back h1 {height: 80px; display: flex; line-height: 1.2; align-items: center; justify-content: center; text-align: center; color: #fff; position: absolute; left: 10%; right: 10%; top: 360px; width: unset; z-index: 3; font-size: 26px}
.back h1:before {background: #1368b1; height: 100%; position: absolute; left: 0; top: 0; width: 100%; transform: skew(10deg); content: ''; z-index: -1; border-radius: 3px}
.back h1:after {border: 1px solid rgba(0,0,0,0.1); top: 10px; left: 10px; height: 100%; border-radius: 3px; position: absolute; width: 100%; transform: skew(10deg); content: ''; z-index: -2}

/* FOOTER */
footer {color: #fff; margin-top: 50px; font-size: 14px}
footer .belka {display: block; width: 90px; height: 23px; transition: 250ms}
footer .top-part {padding: 30px 0px; background: #1368b1; position: relative}
footer .top-part:after {content: ''; position: absolute; background: #fff; opacity: 0.1; height: 1px; width: 100%; left: 0; top: 75px}
footer .top-part .footer-column:first-of-type ul {max-height: 135px; overflow: hidden}
footer .top-part .grid {grid-template-columns: repeat(4, 1fr); grid-gap: 60px; display: grid}
footer .top-part .title {color: #fff; line-height: 1; font-weight: 500; margin-bottom: 60px; font-size: 16px}
footer .top-part .menu li {color: #fff; opacity: 0.5; transition: 300ms;  display: block; padding-left: 10px; position: relative}
footer .top-part .menu li + li {margin-top: 5px}
footer .top-part .menu li:hover {opacity: 1}
footer .top-part .menu li:before {content: ''; width: 4px; height: 4px; background: #fff; position: absolute; top: 10px; left: 0; margin-right: 5px}
footer .top-part .sub-menu {display: none}
footer .bottom-part {padding: 30px 0px; background: #1368b1; color: #fff}
footer .copyright a {text-decoration: underline}
footer .payments {height: 30px}
footer .show-all {color: #fff; font-weight: 500; text-decoration: underline; margin-top: 10px; display: block; font-size: 12px}
/* FOOTER */


@media screen and (max-width:1023px) {
body {font-size: 14px}
h1 {font-size: 22px}
h2, .h2-like {font-size: 22px}
.tablet-show {display: block}
.tablet-hide {display: none}
.top-line {font-size: 12px}
.top-line .menu li + li, .top-line .contacts a + a {margin-left: 25px}
.catalog-button, .go-button {font-size: 11px; width: 225px}
.back h1 {height: 60px; top: 320px}
.back {margin-bottom: 90px; height: 350px}
.catalog .grid, .home-works .grid, .related .grid {grid-template-columns: repeat(3, 1fr); grid-column-gap: 15px; grid-row-gap: 30px}
.catalog-item .title {font-size: 14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; height: 36px}
.top-line .contacts .whatsapp {width: 22px; height: 22px}
.catalog-item .addToCart {position: static; margin-top: 5px}
.cats .grid {grid-template-columns: repeat(3, 1fr); grid-column-gap: 15px; grid-row-gap: 30px}
.cats .item.show-all .img svg {height: 25px}
.cats .item .img {margin-bottom: 5px}
h3 {font-size: 14px}
.catalog-item .price b {font-size: 13px}
.home-sets .left-part, .home-sets .right-part {width: 100%}
.catalog-item .price {overflow: unset; margin-bottom: 5px}
.modal {width: 400px; right: -400px}
.modal .inner {padding: 40px 40px}
.single-catalog .left-part, .single-catalog .right-part {width: calc(50% - 15px)}
.pagination {grid-column: span 3}
}

@media screen and (max-width:767px) {
body, input[type=text], input[type=tel], input[type=email], input[type=password], input[type=search], input[type=date], textarea {font-size: 13px}
header {height: 70px}
.max {padding: 0px 20px}
h1 {font-size: 16px}
h2, .h2-like {font-size: 16px; margin-bottom: 15px}
.content h2 {margin-bottom: 15px; margin-top: 30px}
h3 {line-height: 1.3; font-size: 13px}
.back h1 {left: 30px; right: 30px; padding: 0px 15px; font-size: 16px}
.mobile-show {display: block}
.mobile-hide {display: none}
.single-catalog .left-part, .single-catalog .right-part {width: 100%}
.cats .grid {grid-template-columns: repeat(2, 1fr); grid-column-gap: 15px; grid-row-gap: 30px}
.pagination {grid-column: unset}
.catalog-button {font-size: 0px; width: 20px; padding-left: 0px; height: 30px; line-height: 30px; margin-right: 15px}
.go-button {width: unset; padding: 0px 10px; font-size: 10px; height: 30px; line-height: 30px; margin-left: auto}
.go-button:before {transform: unset}
.catalog-button:before {display: none}
.catalog-button span {left: 0px !important}
.catalog-button.active span {background: #1368b1}
.catalog-button span:nth-of-type(1) {top: 8px}
.catalog-button span:nth-of-type(3) {bottom: 8px}
.modal .inner {padding: 40px 40px}
header .logo {height: 21px; margin-bottom: 5px; width: 130px}
header .logo span {font-size: 6px; bottom: -10px}
.catalog .grid, .related .grid {grid-template-columns: 100%; grid-column-gap: 15px; grid-row-gap: 30px}
.catalog-item .top-part {padding-bottom: 50%}
.catalog-item .bottom-part {display: flex; flex-direction: column}
.catalog-item .price {order: 2}
.catalog-item .price b {font-size: 12px}
.catalog-item .title {font-size: 13px; display: block; overflow: unset; height: unset; order: 1; margin: 5px 0px}
.catalog-item .addToCart {margin-top: 5px}
.catalog-menu {top: 70px; padding: 20px 0px 0px 0px; height: calc(100% - 70px); overflow-y: auto}
.single-catalog .right-part .stickers {margin: 30px 0px}
.cats .item.show-all .img svg {height: 15px}
.tab {display: block !important; margin-top: 30px}
.tab .h2-like {color: inherit; height: 40px; line-height: 40px; background: #eaeef2; padding: 0px 30px; margin: 0px -30px 15px -30px; width: calc(100% + 60px)}
.single-catalog .right-part .h2-like {top: 70px; position: sticky; position: -webkit-sticky}
.single-catalog .line {font-size: 11px}
.single-catalog .line .name {white-space: unset}
.single-catalog .line .value {min-width: 30px}
.single-catalog .right-part .price {justify-content: space-between}
.single-catalog .right-part .price b {font-size: 16px}
.single-catalog .right-part .price .with, .single-catalog .right-part .price .without {width: calc((100% - 30px)/2); margin-right: 0px}
.city .left-part {width: 100%; order: 1}
.city .right-part {width: 100%; margin-top: 20px; order: 2}
.city {margin-top: 20px; padding-top: 20px}
.catalog-menu .grid {grid-template-columns: 100%; grid-gap: 20px}
.catalog-menu a .img {width: 50px; height: 30px}
.catalog-menu a .text {width: calc(100% - 60px)}
.catalog-menu a.show-all .img svg {height: 6px}
.catalog-menu a {font-size: 12px; font-weight: 400}
.works .grid {grid-template-columns: repeat(2, 1fr); grid-gap: 30px}
.single-work .left-part {width: 100%}
.single-work .right-part {width: 100%; margin-top: 20px}
footer .top-part .grid {grid-template-columns: 100%; grid-gap: 40px}
footer .top-part .footer-column {width: 100%}
.catalog-menu .pages {background: #eaeef2; margin-top: 20px; padding: 20px 0px}
footer .top-part:after {display: none}
footer .top-part .title {margin-bottom: 10px}
.news .grid {grid-template-columns: 100%; grid-gap: 20px}
.single-catalog .right-part .buttons .button {width: 100%; margin-left: 0px !important; margin-top: 20px}
.single-catalog .right-part .buttons form {width: 100%}
}