/* Структурные блоки */
@import url(/adm/css/fontawesome.css);
header,
footer,
section,
.shell {
    position: relative;
}

section {
    overflow: hidden;;
    background-color: #fff
}

section.moreButton {
    padding: 20px 0;
    background: #d9d9d9
}

section.moreButton p.button {
    margin-top: 0
}

.shell {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 10px;    
}

.content .shell {
    padding: 0;
}

/* Навигация */

header {
    position: fixed;
    top: 0; left: 0; right: 0;
    padding-top: 0;
    min-height: 80px;
    background-color: #1b1b25;
    z-index: 5000;
    transition: all .4s   
}

header.index {
    padding-top: 60px;  
    background-color: transparent;
}

header .shell {
    position: relative;
    padding: 0
}

header h1 {
    margin-top: 15px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75)
}

/**/

nav {
    display: inline-block;
    margin-top: 16px;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase
}

nav ul,
nav ul li,
header ul.reg,
header ul.reg li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/**/

nav#desktop {
    /*position: absolute;*/
    /*left: 0; */
    /*top: 30px;*/
}

nav#desktop ul li {
    display: inline-block;
    margin-right: 16px;
}

nav#desktop a {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
    transition: .4s
}

nav#desktop a:hover, nav#desktop a.active {
    color: #2bc2f0;
    border-color: transparent
}

/**/

.topLine {
    /*position: absolute;*/
    /*top: 16px; */
    /*left: 10px;    */
}

.phone {
    display: inline-block;
    margin-right: 10px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: #1289c1;
    border-radius: 20px
}

.phone span {
    white-space: nowrap
}

.cartBlock {
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    background-color: #1289c1;
    border-radius: 20px
}

.cartBlock:hover {
    background-color: #00C2F3
}

.cartBlock a {
    color: #fff;
    border-bottom: none
}

/**/

nav#mobile {
    margin-left: 0;
    background-color: #1b1b25 !important
}

nav#mobile ul {
    margin-left: 40px;
    margin-top: 40px;
}

nav#mobile ul li {
    display: block;
    margin-top: 20px;
}

nav#mobile ul li.sub {
    font-size: 14px;
    margin-top: 7px;
    padding-left: 20px
}

nav#mobile a {
    color: #0088c5;
    border-color: rgba(213, 81, 38, 0.5);
    border-bottom-color: rgba(0, 136, 197, 0.71)
}

nav#mobile a:hover, nav#mobile a.active {
    color: #00C2F3
}

/* secondaryMenu */

menu {
    background-color: #0088c5
}

menu .shell {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

menu ul, menu ul li {
    margin: 0; padding: 0;
    vertical-align: top
}

menu ul {
    text-align: center
}

menu ul li {
    display: inline-block;    
}

menu ul li a {
    display: block;
    border: none;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    font-weight: 500
}

menu ul li a:hover, menu ul li.active a {
    color: #fff;
    background-color: #00C2F3
}



/*  */

nav#mobile, #feedback, #agreement, #account {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    margin-top: 0;
    font-size: 16px;
    background: #f2f2f2;
    overflow: auto;
    z-index: 10000;    
}

#feedback, #agreement, #account {
    text-align: center
}

#feedback p {
    max-width: 700px;
    margin: 0 auto 20px auto;
    text-align: center
}

.feedbackButton {
    cursor: pointer
}

.icoMenu, .icoClose, .icoClose2 {
    position: absolute;
    width: 18px; height: 18px;
    cursor: pointer
}

.icoMenu, .icoClose2 {
    display: none;
    top: 15px; left: 10px;
}

.icoClose {
    top: 21px; right: 10px;
}

.icoClose2 {
    display: block;
}

/* Блоки */

.content {
    background-color: #fff
}

#slider .shell {
    position: relative;
    padding: 0
}

/**/

.grayBlock {    
    background-color: #f2f2f2;
}

/* Каталог */

.sectionHeader {
    background-color: #408291;
    background-size: cover;
    background-position: center left
}

.sectionHeader .shell {
    height: 200px;
}

.sectionHeaderText {
    position: absolute;
    left: 0; right: 0;
    bottom: 20px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8)
}

.sectionHeaderText span {
    display: none
}

.sectionHeaderText span:first-child {
    display: inline-block
}

.sectionHeader.picCatalog {
    background-color: #315760;
    background-image: url(../img/bgCatalog.jpg)
}

.sectionHeader.picCommon {
    /*background-color: #555c77;*/
    /*background-image: url(../img/bgCommon.jpg)*/
    background-color: #315760;
    background-image: url(../img/bgCatalog.jpg)
}

.sectionHeader.picMedia {
    background-color: #593232;
    background-image: url(../img/bgMedia.jpg)
}

.sectionHeader.picEvents {
    background-image: url(../img/bgEvents.jpg)
}

.priceList {
    margin-bottom: 20px;
    font-weight: 500
}

p.button {
    text-align: center
}

p + p.button {
    margin-top: 30px !important
}

p.button.itemID {
    margin-top: 20px;
    text-align: left
}

p.button a {
    padding: 7px 10px 8px 10px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #0088c5;
    border-bottom: none;
}

p.button a:hover {
    background-color: #00C2F3
}

p.button.indexButton {
    margin-top: 0;
}

.shopList {
    margin: 20px 0;
}

.shopList article {
    position: relative;
    width: 168px;
    /*margin-top: 30px;*/
    /*margin-bottom: 30px;*/
    text-align: center;
}

.shopList article figure {
    position: relative;
    display: inline-block;
    width: 165px;
    height: 165px;
    border-radius: 200px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

.shopList article input.number {
    /* position: relative; */
    /* top: 1px; */
    max-width: 40px;
    /* padding-left: 3px; */
    /* padding-right: 3px; */
    /* border-radius: 20px 0 0 20px; */
    text-align: center;
    background: none;
    border: none;
    padding: 5px;
    width: 100%;
}

.shopList article input[type='button'] {
    /*display: inline-block;*/
    /*margin-top: 10px;*/
    /*padding: 4px 15px 6px 15px;*/
    /*font-size: 14px;*/
    /*font-weight: 600;    */
    /*color: #fff;*/
    /*background-color: #0088c5;*/
    /*border-radius: 0 20px 20px 0;*/
    cursor: pointer;
    border: none;
}

.shopList article input[type='button']:hover {
    /*background-color: #00C2F3*/
}

.shopList article .error {
    font-size: 12px
}

.labels {
    position: absolute;
    top: 0; left: 0
}

.shopList article h3 {
    font-size: 14px;
    font-weight: 500;
    color: #00C2F3;
    margin-top: 15px
}

.itemsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}

.orderButton {
    margin-top: 5px;
    text-align: center
}

.clausesList .orderButton {
    margin-top: 20px
}

.orderButton a {
    display: inline-block;
    padding: 1px 15px;
    font-size: 14px;
    font-weight: 600;    
    color: #fff;
    background-color: #0088c5;
    border-radius: 20px;
}

.orderButton a:hover {
    background-color: #00C2F3
}

.bigButton {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 15px;
}

.bigButton a {
    display: inline-block;
    padding: 4px 25px;
    font-size: 16px;
    font-weight: 600;    
    color: #fff;
    background-color: #0088c5;
    border-radius: 20px;
}

.bigButton a:hover {
    background-color: #00C2F3
}

.bigButtonIndex {
    margin-top: 30px !important;
    text-align: center
}

.bigButtonIndex a {
    display: inline-block;
    padding: 4px 25px;   
    color: #fff;
    font-size: 18px;
    background-color: #0088c5;
    border-radius: 40px;
}

.bigButtonIndex a:hover {
    background-color: #00C2F3
}

.idContent {
    text-align: center
}

.clauses_id .orderButton {
    margin-top: 30px
}

.clauses_text h3 {
    margin-top: 20px;
    text-align: center
}

/**/

.anons {
    text-align: center
}

.shopItemAnounce {
    font-weight: 600
}

.itemAnons {
    font-size: 12px;
    /*margin-top: 40px;*/
    margin-bottom: 20px;
}

.itemAnons p {
    margin: 10px 0;
}

.price {
    margin-top: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #277BAA;
}

.priceOld {
    font-size: 14px;
    font-weight: 500;
    color: #c40000;
    text-decoration: line-through
}

.topText {
    text-align: center
}

.bottomText {
    margin-top: 40px;
    padding: 4px 20px 15px 20px;
    background-color: #f2f2f2;
    text-align: center
}

.deliveryPrice {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 22px
}


.itemSwitch {
    margin-top: 5px;
    text-align: center;
    font-size: 12px
}

.itemSwitch p {
    display: inline-block;
    margin: 0; padding: 0;
    margin: 0 10px;
    color: #277baa
}

.itemSwitch span {
    margin-left: 6px
}

.itemSwitch span.back {
    margin-left: 0;
    margin-right: 6px;    
}

/**/

.clausesList article, .newsList article {
    position: relative;
    margin: 20px 0 40px 0;
    padding: 20px 40px;
    border-radius: 4px;
    background: #f2f2f2;
    overflow: hidden
}

.clausesList article.expo {
    min-height: 300px;
    background: #000
}

.clausesList article.expo figure, .clausesList article.expo figure a {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
}

.clausesList article.expo figure {
    background-size: cover;
    background-position: center center;
    transition: .4s
}

.clausesList article.expo figure:hover {
    opacity: .5
}

.clausesList article.expo h2 {
    position: absolute;
    top: 20px; left: 20px; width: 90%;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
    pointer-events: none
}

.clausesList article.expo .expoAnounce {
    position: absolute;
    bottom: 20px; left: 20px; width: 90%;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
    pointer-events: none 
}

.clausesList article.expo figure::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

/**/

.photoBlock {
    margin-top: 40px
}

.photo_cat_anons {
    margin-bottom: 40px
}

.photoList article {
    position: relative;
    margin: 20px 0 40px 0;
    padding: 20px 40px;
    border-radius: 4px;
}

.flexPhotos {
    display: flex;
    justify-content: space-around;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap
}

.photoItem {
    max-width: 250px;
    margin-top: 35px;
    margin-bottom: 15px;
    text-align: center;
    vertical-align: top;
    width: 33.33%;
}

.photoItem figure, .imagesList figure {
    display: inline-block;
    position: relative;
    width: 250px;
    height: 250px;
    background-position: center center;
    background-size: cover;
    border-radius: 300px;
    border: 5px solid #0088c5;
    transition: .4s
}

.photoItem figure:hover {
    border-color: #00C2F3;
    transform: scale(1.05)
}

.photoItem figure a {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    border: none
}


/**/

.imagesList {
    display: inline-block;
    margin: 20px 0 10px 0;
    padding: 10px;
}

.imagesList figure {
    display: inline-block;
    position: relative;
    width: 300px;
    height: 300px;
    margin: 10px;
    background-position: center center;
    background-size: cover;
    transition: .4s
}

.imagesList figure {
    display: none
}

.imagesList figure:nth-child(1), .imagesList figure:nth-child(2), .imagesList figure:nth-child(3) {
    display: inline-block
}

.imagesList figure a {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    border-bottom: none
}

.imagesList figure:hover {
    transform: scale(1.05)
}

/**/

.error {
    position: static;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}

.registration_form .error_message, .feedback_form .error_message {
    display: none !important;
    position: static;
    top: -7px !important; left: 0 !important;
    margin: 0; padding: 0;
    font-size: 13px;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    background-color: transparent;
}

.error_input {
    background-color: #f5ece9;
    border-color: #d60000
}

.error.reminding_result, .errors.registration_message {
    font-size: 16px;
    font-weight: 500;
    background-color: #f2f2f2;
}

.errors.registration_message {
    background-color: transparent
}

.reminding_form {
    margin-top: 20px
}

.infofield {
    margin-bottom: 3px
}

/*  */

.map {
    margin-top: 20px;
    border: 10px solid #d9d9d9
}

.agreement {
    font-size: 12px;
    margin-bottom: 10px
}

date {
    display: block;
    margin: 10px 0;
    padding: 5px 10px;
    font-size: 13px;
    color: #666;
    text-align: center
}

/*  */

.loginForm {
    text-transform: none;
    font-weight: 400
}

.loginForm input[type='checkbox'] {
    width: auto !important;
    min-width: auto !important
}

.loginForm a {
    color: #0088c5 !important;
    border-bottom-color: #0088c5 !important
}

/**/

.feedback_form {
    padding: 0 10px
}

.feedback_form h2 {
    margin-top: 12px
}

/**/

.breadcrumb {
    margin-top: 30px;
    line-height: 1.6em;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
}

.breadcrumb > span {
    display: flex;
    gap: 4px;
    align-items: center;
    line-height: 100%;
}

.breadcrumb span a {
    border: none;
    color: #277BAA;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

/**/

.shopList article .moreInfo {
    font-size: .9em;
    opacity: 0;
    transition: .4s;
    display: none;
}

.shopList article:hover .moreInfo {
    opacity: 1
}

/**/

.essBlock {
    max-width: 700px;
    margin: 0 auto
}

.essBlock h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center
}

.essLine {
    padding: 7px 10px
}

.essBlock .essLine:nth-child(even) {
    background-color: #f3f3f3
}

.essLine div {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top
}

.essLine div:first-child {
    width: 40%;
    padding-right: 20px
}

.essLine div:last-child {
    width: 60%
}

.moreLinks {
    text-align: center;
    font-weight: 600;
}

.indexComment {
    text-align: center
}

/* Подвал */

footer {
    min-height: 100px;
    font-size: 12px;
    font-weight: 500;
    line-height: 160%;
    color: rgba(255, 255, 255, 0.8);
    background-color: #1b1b25
}

footer .shell {
    padding: 0;
}

footer a {
    color: #00C2F3;
    border-bottom-style: dotted;
    border-bottom-color: rgba(0, 194, 243, 0.7)
}

footer a:hover {
    color: #ffcf01
}

footer .shell > div {
    /*display: inline-block;*/
    /*width: 50%;*/
    /*margin-right: -4px;*/
    /*vertical-align: top;*/
}

footer .shell > div:last-child {
    /*text-align: right*/
}

/* cardTable */

.tableContainer {
    max-width: 100%;
    overflow: auto;
}

table.cart {
    border-collapse: collapse;
    margin-top: 10px
}

table.cart a {
    border-bottom: none
}

table.cart thead, table.cart tr.cart_last_tr {
    color: rgb(255, 255, 255);
    background: #5a5e67 !important
}

table.cart th, table.cart td {
    padding: 5px 10px;
    text-align: center
}

table.cart th.cart_name,
table.cart td.cart_name,
table.cart td.cart_total {
    text-align: left
}

table.cart th {
    font-size: 12px
}

.cart_last_tr td {
    font-size: 18px;  
}

table.cart td.cart_img {
    padding: 5px 0;
    max-width: 60px
}

table.cart td.cart_count input {
    max-width: 60px
}

table.cart tr:nth-child(even) {
    background: #f3f3f3
}

.cart_order {
    text-align: center
}

.infofield {
    font-size: 12px;
    margin-top: 2px;
}

.cart_order input {
    margin-top: 5px !important;
    max-width: 400px
}

.cart_order input[type='submit'] {
    max-width: 320px    
}

.cart_delivery_title, .cart_delivery_name, .cart_delivery_text {
    text-align: left !important;
    margin-left: 0;
    margin-top: 6px;
    font-size: 11px;
    font-style: normal;
}

.cart_delivery_name {
    font-size: 15px
}

.cart_delivery_text {
    margin-bottom: 6px
}

/* navCard */

.cart_block span.cardCount {
    display: inline-block;
    margin: 4px 0 0 3px;
    padding: 2px 0;
    min-width: 18px;
    height: 18px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    vertical-align: top;
    color: #da317f;
    background: #f3f3f3;
    text-shadow: none
}

.js_cart_block_form.cart_block_form.ajax {
    display: none !important
}

a.textButton {
    display: inline-block;
    font-weight: 500;
    padding: 5px 10px 6px 10px;
    color: rgb(255, 255, 255);
    background: rgb(42, 42, 42);
    border-radius: 2px;
    text-decoration: none
}

a.textButton:hover {
    color: rgb(255, 255, 255);
    background: #da317f
}

.noBuy .buyButton {
    display: none !important
}

/**/

.idContent {
    padding-bottom: 30px;
    text-align: center
}

.idContent input.number  {
    /* position: relative; */
    /* top: 1px; */
    max-width: 40px;
    /* padding-left: 3px; */
    /* padding-right: 3px; */
    /* border-radius: 20px 0 0 20px; */
    text-align: center;
    background: none;
    border: none;
    padding: 5px 10px;
}

.idContent input[type='button'] {
    /*display: inline-block;*/
    /*margin-top: 10px;*/
    /*padding: 4px 15px 6px 15px;*/
    /*width: 160px;*/
    /*font-size: 14px;*/
    /*font-weight: 600;    */
    /*color: #fff;*/
    /*background-color: #0088c5;*/
    /*border-radius: 0 20px 20px 0;*/
    cursor: pointer;
    border: none;
}

.idContent input[type='button']:hover {
    /*background-color: #00C2F3;*/
}
/* minor edits */
.itemsList figure a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: none;
}
.itemsList h3 a {
    text-decoration: none;
    border: none;
}
.itemsList span a {
    text-decoration: none;
    border: none;
    margin-top: 15px;
}
.itemsList span {
    margin-top: 15px;
}
.shopList article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.invisible-img {
    display: none;
}
.fanera-navigation {
    border-bottom: none;
    display: inline-block;
    margin: 5px 5px 0 5px;
    padding: 5px 20px;
    border-radius: 20px;
    color: #0088c5;
    background-color: #e5e5e5;
    cursor: pointer;
}
.current a {
    color: #FFFFFF;
}
.fanera-navigation:hover {
    color: #FFFFFF;
    background-color: #00C2F3;
}
.fanera-navigation.current {
    color: #fff;
    background-color: #00C2F3;
}
.shell > h1 {
    margin-top: 15px;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    gap: 30px;
}
.header-menu {
    display: flex;
    /* gap: 35px; */
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.catalog-btn {
    background: #00C2F3;
    border-radius: 20px;
    padding: 10px 20px;
    display: flex;
}
.catalog a {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    border-bottom: none;
}
.phone-number a {
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    border-bottom: none;
    pointer-events: none;
    cursor: dult;
}
.email a {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    border-bottom: none;
}
.catalog-btn:after {
    content: url("/img/ico-arrow.svg");
    display: block;
    margin-left: 10px;
    transition: .4s;
}
.catalog-btn.active:after {
    transform: rotate(180deg);
    transition: .4s;
}
.catalog-menu {
    display: none;
    position: absolute;
    max-width: 1000px;
    width: 100%;
}
.catalog-menu-wrapper {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 0px 0px 40px 40px;
    padding: 20px 75px;
}
.catalog-menu.active {
    display: block;
}
.menu-item a {
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    color: #333333;
    border: unset;
}
.category-item a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #00C2F3;
}
.footer-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}
.site-map a:before {
    content: url("/img/ico-map-part.svg");
    display: block;
    margin-right: 15px;
}
.adress span:before {
    content: url("/img/ico-point.svg");
    display: block;
    margin-right: 10px;
}
.footer-contacts > .email a:before {
    content: url("/img/ico-mail.svg");
    display: block;
    margin-right: 10px;
}
.phones > .first-phone:before {
    content: url("/img/ico-phone.svg");
    display: block;
    margin-right: 10px;
}
.site-map a {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    border: none;
    display: flex;
}
.footer-catalog a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
}
.adress span {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    display: flex;
}
.email a {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    display: flex;
    pointer-events: none;
    cursor: default;
}
.phones a {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    border: none;
    display: flex;
    pointer-events: none;
    cursor: default;
}
.feedback a {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    text-align: center;
    padding: 15px 0px;
    background: #00C2F3;
    border-radius: 40px;
}
.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-header span {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.second-phone {
    margin-left: 26px;
}
.feedback {
    display: flex;
    flex-direction: column;
}
.footer-logo {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-dev-wrap {
    background: #00495B;
    padding: 15px 0;
}
.footer-dev {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-dev p {
    margin: 0;
}
.footer-dev p:nth-child(1) {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
.footer-dev p:nth-child(2) a {
    display: flex;
    align-items: center;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
.footer-dev p:nth-child(2) a img {
    margin-left: 10px;
}
.footer-mobile {
    display: none;
}
.header-wrap-mobile {
    display: none;
}
.submenu_wrapper {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    flex-wrap: wrap;
    gap: 20px;
}
.submenu_name a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: none;
}
.submenu_name a span {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #277BAA;
}
.submenu {
    background: #F2FDFF;
    border-bottom: 1px solid #B7E0EA;
}
.submenu_container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 10px;
}
.submenu_img {
    margin-bottom: 15px;
}
.catalog_page > .sectionHeaderText {
    bottom: 50px;
}
.catalog_page > .sectionHeaderText > h1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.price__add-to-cart__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.price__add-to-cart__wrapper.product_page {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.idContent .price__add-to-cart__wrapper.product_page .product_amount {
    max-width: unset;
}
.idContent .price__add-to-cart__wrapper.product_page {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    gap: 40px;
}
.product_amount {
    display: flex;
    border: 1px solid rgba(47, 47, 47, 0.3);
    border-radius: 50px;
    max-width: 80px;
}
.product_amount:hover {
    border: 1px solid #277BAA;
}
.button_plus:active {
    color: #277BAA;
    transition: unset;
}
.button_minus:active {
    color: #277BAA;
    transition: unset;
}
.product_amount input {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #2F2F2F;
}
.button_minus, .button_plus {
    padding: 5px 10px;
    background: none;
}
.button.solid {
    background: #00C2F3;
    border-radius: 60px;
    padding: 10px 40px;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 0;
    width: 100%;
}
.shell.catalog_shop {
    margin-top: 50px;
}
.subcategory_products {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.shopList.indexShop  {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}
.shopListItems {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}
.button_show-more-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}
#show_more_btn {
    background: none;
    padding: 10px 40px;
    border: 1px solid #00C2F3;
    border-radius: 60px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    color: #00C2F3;
}
.catalog:hover .catalog-menu {
    display: block;
}
.header-wrapper > .cart {
    width: unset;
}
.cart-icon a {
    border-bottom: unset;
    height: 100%;
    display: block;
}
.cart-icon {
    position: relative;
}
.cart_count-header-cart {
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    color: #FFFFFF;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -9px;
    left: 10px;
    background: #00C2F3;
    border: 2px solid #1B1B25;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainLogo a {
    border-bottom: none;
}
.mainLogo a img {
    max-width: unset;
}
.product figure > a {
    width: 100%;
    display: block;
    height: 100%;
    border: none;
}
.site_map p a {
    text-decoration: none;
    border: none;
}
.site_map p {
    margin-top: 15px;
}
.site_map p:nth-child(1) {
    margin-top: 40px;
    margin-bottom: 30px;
}
.site_map .O_kompanii, .site_map .Kontakty {
    margin-top: 30px;
}
.site_map {
    margin-top: 40;
    margin-bottom: 60px;
}
.Glavnaya a, .Katalog a, .O_kompanii a, .Kontakty a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #00C2F3;
}
.Fanera a, .DVP_plity a, .DSP_plity a, .OSB_plity a{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #1B1B25;
}
.FK_1525×1525 a, .FSF_2440h1220 a, .Laminirovannaya a, .Hvoynaya a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #1B1B25;
}
.map_page .sectionHeaderText {
    bottom: 50px;
}
.map_page .sectionHeaderText h1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.site_map {
    padding: 0 15px;
}
.sort-option {
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.sort-option p {
    margin: 0;
}
.change__price {
    background: #e5e5e5;
}
.sort-by.by-price.by-name {
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    padding: 0 15px;
}
.sort-by.by-price.by-name a, .block.paginator a {
    text-decoration: none;
    border-bottom: none;
}
.paginator_more input {
    background: none;
    padding: 10px 40px;
    border: 1px solid #00C2F3;
    border-radius: 60px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    color: #00C2F3;
}
.paginator_more input:hover {
    background: none;
}
.fake__search:after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.04938 16.0928C9.83702 16.0928 11.5735 15.4963 12.9838 14.3977L18.3045 19.7191C18.7019 20.103 19.3353 20.092 19.7192 19.6945C20.0936 19.3067 20.0936 18.6919 19.7192 18.3042L14.3985 12.9828C17.1243 9.47344 16.4895 4.41858 12.9807 1.69241C9.47196 -1.03376 4.41791 -0.398932 1.69215 3.11039C-1.03361 6.61971 -0.398872 11.6746 3.10992 14.4007C4.52252 15.4983 6.26058 16.0937 8.04938 16.0928ZM3.77429 3.77179C6.13538 1.4103 9.96347 1.41025 12.3246 3.7717C14.6857 6.13315 14.6858 9.96181 12.3247 12.3233C9.9636 14.6848 6.13551 14.6848 3.77438 12.3234C3.77434 12.3234 3.77434 12.3234 3.77429 12.3233C1.4132 9.97906 1.39929 6.16436 3.74318 3.80291C3.75354 3.79251 3.76389 3.78215 3.77429 3.77179Z' fill='white'/%3E%3C/svg%3E%0A");
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.fake__search {
    transition: .4s;
}
.fake__search.active {
    opacity: 0;
    /*visibility: hidden;*/
}
.cart__search__wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
}
.contacts {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.main__search {
    display: none;
    position: absolute;
    max-width: 1000px;
    width: 100%;
}
.main__search__wrapper {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 0px 0px 40px 40px;
    /*height: 60px;*/
    align-items: center;
    padding: 20px 55px;
}
.input_search {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #999999;
    background: #FFFFFF;
    margin: 0;
    border: none;
    padding: 0;
    width: 100%;
    max-width: unset;
}
.input_search:focus-visible {
    outline: none;
}
.search_form {
    display: flex;
    width: 100%;
    align-items: center;
}
.search {
    width: 100%;
}
.input_search::placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #999999;
}
.search__submit {
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}
.search__header__text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
.search__results .paginator_more {
    text-align: center;
}
.search__results {
    margin: 40px 0 60px 0;
}
.search__results__text {
    margin-bottom: 40px;
}
.main__search .shopListItems {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: unset;
    margin-top: 20px;
    column-gap: 0;
}
.main__search .paginator_more_form, .main__search .block.paginator, .main__search .product > *:not(span) {
    display: none;
}
.mobile__search .paginator_more_form, .mobile__search .block.paginator, .mobile__search .product > *:not(span) {
    display: none;
}
.main__search .shop_list, .mobile__search .shop_list {
    margin: 0;
    border-bottom: none;
}
.main__search .product {
    flex: 0 0 50%;
}
.mobile__search .shopListItems {
    display: flex;
    flex-direction: column;
    column-gap: unset;
    row-gap: 20px;
    margin-top: 20px;
}
.mobile__search .js_search_result {
    overflow: auto;
    max-height: 300px;
}
.close__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 50px;
    cursor: pointer;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
}
.close__button span:nth-child(1) {
    width: 20px;
    display: block;
    height: 2px;
    background: #999999;
    transform: rotate(45deg);
    position: absolute;
}
.close__button span:nth-child(2) {
    width: 20px;
    display: block;
    height: 2px;
    background: #999999;
    transform: rotate(-45deg);
    position: absolute;
}
.main-page-banner__wrapper.shell {
    padding: 0;
    display: flex;
    height: 100%;
    position: initial;
}
.main-page-banner {
    height: 620px;
    position: relative;
    background: #00495B;
    /*background: center / contain url("/custom/base/img/main_page/banner-background.png"), #00495B;*/
    /*background-repeat: no-repeat;*/
    /*background-position: right;*/
}
.main-page-banner__head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    max-width: 590px;
    position: relative;
    z-index: 3;
}
.main-page-banner__title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.main-page-banner__text span:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%2300C2F3'/%3E%3C/svg%3E%0A");
    display: block;
    width: 8px;
    height: 8px;
}
.main-page-banner__text span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.main-page-banner__text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.main-page-banner__button {
    display: flex;
    margin-top: 20px;
}
.main-page-banner__button a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    border-radius: 60px;
    background: #00C2F3;
    padding: 9px 40px;
}
.main-page-banner__background-image img:nth-child(1) {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
}
.main-page-banner__background-image img:nth-child(2) {
    display: none;
}
.main-page-banner__background-image img:nth-child(3) {
    position: absolute;
    z-index: 2;
    right: 9%;
    bottom: 0;
    top: 0;
    margin: auto;
}
.mainLogo img {
    max-width: unset;
}
.rating_votes img {
    cursor: pointer;
}
.page-product h1 {
    color: #2F2F2F;
    text-align: start;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product__wrapper {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}
.product__delivery__wrapper {
    border-radius: 20px;
    background: #F5FDFF;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product__delivery-pay-head:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.75 12.1875H17.0625C15.2799 12.1875 13.8125 13.6549 13.8125 15.4375C13.8125 17.2201 15.2799 18.6875 17.0625 18.6875H20.3125V21.125C20.3125 21.5711 19.9461 21.9375 19.5 21.9375H6.5C5.16262 21.9375 4.0625 20.8374 4.0625 19.5V7.3125C4.0625 5.97512 5.16262 4.875 6.5 4.875H8.125C8.57106 4.875 8.9375 4.50856 8.9375 4.0625C8.9375 3.61644 8.57106 3.25 8.125 3.25H6.5C4.27131 3.25 2.4375 5.08381 2.4375 7.3125V19.5C2.4375 21.7287 4.27131 23.5625 6.5 23.5625H19.5C20.8374 23.5625 21.9375 22.4624 21.9375 21.125V18.6875H22.75C23.1961 18.6875 23.5625 18.3211 23.5625 17.875V13C23.5625 12.5539 23.1961 12.1875 22.75 12.1875ZM21.9375 17.0625H17.0625C16.1712 17.0625 15.4375 16.3288 15.4375 15.4375C15.4375 14.5462 16.1712 13.8125 17.0625 13.8125H21.9375V17.0625Z' fill='%23277BAA'/%3E%3Cpath d='M6.20716 6.55693C5.30041 6.95261 5.60022 8.12505 6.49966 8.12505H19.4997C19.9457 8.12505 20.3122 8.49149 20.3122 8.93755V9.75005C20.3122 10.1961 20.6786 10.5626 21.1247 10.5626C21.5707 10.5626 21.9372 10.1961 21.9372 9.75005V8.93755C21.9364 8.29161 21.6796 7.67168 21.2222 7.21505C20.7655 6.75762 20.1456 6.50087 19.4997 6.50005H19.2397L17.8178 2.94943C17.6528 2.53912 17.1816 2.33436 16.7697 2.49443L6.20716 6.55693ZM17.4847 6.50005H10.879L16.6072 4.29818L17.4847 6.50005Z' fill='%23277BAA'/%3E%3C/svg%3E%0A");
    display: block;
    width: 26px;
    height: 26px;
}
.product__delivery-delivery-head:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.4158 12.0161L22.787 8.37735C22.3742 7.80616 21.7072 7.46491 21.0019 7.46491H17.0909V6.11819C17.0909 5.00832 16.1878 4.10522 15.078 4.10522H4.11328C3.55225 4.10522 3.09766 4.55982 3.09766 5.12085C3.09766 5.68188 3.55225 6.13647 4.11328 6.13647L15.0597 6.11819V14.9509C15.0597 15.5119 15.5143 15.9665 16.0753 15.9665C16.6363 15.9665 17.0909 15.5119 17.0909 14.9509V9.49616H21.0019C21.0567 9.49616 21.1083 9.52257 21.1404 9.56685L23.7656 13.1947L23.7843 16.8005H21.9424C21.4212 16.3252 20.7309 16.0327 19.9717 16.0327C18.3556 16.0327 17.041 17.3474 17.041 18.9634C17.041 20.5799 18.3556 21.8945 19.9717 21.8945C21.5881 21.8945 22.9027 20.5799 22.9027 18.9634C22.9027 18.9191 22.8979 18.8757 22.8963 18.8318H23.7843C24.8938 18.8318 25.7969 17.9287 25.7969 16.8192V13.1947C25.7969 12.7697 25.6653 12.3623 25.4158 12.0161ZM19.9717 19.8637C19.4756 19.8637 19.0722 19.4603 19.0722 18.9638C19.0722 18.4678 19.4756 18.0644 19.9717 18.0644C20.4681 18.0644 20.8715 18.4678 20.8715 18.9638C20.8715 19.4598 20.4681 19.8637 19.9717 19.8637Z' fill='%23277BAA'/%3E%3Cpath d='M6.02834 16.0332C5.26906 16.0332 4.57884 16.3257 4.05762 16.801H1.21875C0.657719 16.801 0.203125 17.2556 0.203125 17.8166C0.203125 18.3777 0.657719 18.8323 1.21875 18.8323H3.10416C3.10212 18.8761 3.09766 18.9196 3.09766 18.9639C3.09766 20.5804 4.41228 21.895 6.02834 21.895C7.64441 21.895 8.95903 20.5804 8.95903 18.9639C8.95903 17.3478 7.644 16.0332 6.02834 16.0332ZM6.02834 19.8637C5.53231 19.8637 5.12891 19.4603 5.12891 18.9639C5.12891 18.4679 5.53231 18.0645 6.02834 18.0645C6.52437 18.0645 6.92778 18.4679 6.92778 18.9639C6.92778 19.4599 6.52437 19.8637 6.02834 19.8637Z' fill='%23277BAA'/%3E%3Cpath d='M15.1172 16.8008H10.8809C10.3198 16.8008 9.86523 17.2554 9.86523 17.8164C9.86523 18.3774 10.3198 18.832 10.8809 18.832H15.1172C15.6783 18.832 16.1329 18.3774 16.1329 17.8164C16.1329 17.2554 15.6783 16.8008 15.1172 16.8008Z' fill='%23277BAA'/%3E%3Cpath d='M1.21875 10.4199H8.70553C9.26656 10.4199 9.72116 9.96533 9.72116 9.4043C9.72116 8.84327 9.26656 8.38867 8.70553 8.38867H1.21875C0.657719 8.38867 0.203125 8.84327 0.203125 9.4043C0.203125 9.96533 0.657719 10.4199 1.21875 10.4199Z' fill='%23277BAA'/%3E%3Cpath d='M3.04688 13.459C3.04688 14.0196 3.50147 14.4746 4.0625 14.4746H11.5493C12.1103 14.4746 12.5649 14.0196 12.5649 13.459C12.5649 12.898 12.1103 12.4434 11.5493 12.4434H4.0625C3.50147 12.4434 3.04688 12.898 3.04688 13.459Z' fill='%23277BAA'/%3E%3C/svg%3E%0A");
    display: block;
    width: 26px;
    height: 26px;
}
.product__delivery-pay-head,
.product__delivery-delivery-head {
    color: #277BAA;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.product__delivery-delivery-text,
.product__delivery-pay-text {
    color: #2F2F2F;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: start;
}
.product__delivery-pay,
.product__delivery-delivery {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product__delivery-button {
    display: flex;
}
.product__delivery-button a {
    color: #00C2F3;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    background: #F5FDFF;
    padding: 9px 0;
    text-decoration: none;
    width: 100%;
    border-radius: 60px;
    border: 1px solid #00C2F3;
}
.product__appearance-description__head {
    color: #2F2F2F;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.product__appearance-description__text {
    color: #2F2F2F;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.product__appearance-description__text p {
    margin-top: 9px;
}
.product__appearance-description {
    text-align: start;
    margin-top: 30px;
    max-width: 50%;
}
.product__right__wrapper-content {
    display: flex;
    gap: 30px;
}
.product__right__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product__image image-compare {
    height: 100%;
}
.product__image figure {
    border-radius: 20px;
    overflow: hidden;
    width: 300px;
    height: 100%;
}
.product__image img {
    width: 300px;
    height: 100%;
    object-fit: cover;
}
.product__description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.idContent .product__description .price__add-to-cart__wrapper.product_page{
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
    gap: 8px;
}
.product__description .shopItemAnounce p {
    margin-top: 20px;
    color: #2F2F2F;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    white-space: nowrap;
}
.product__description .shopItemAnounce {
    text-align: start;
}
.product.idContent {
    padding-bottom: 60px;
}
.product__params-name {
    color: #2F2F2F;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 21px */
}
.product__params-value {
    color: #2F2F2F;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.product__params__wrapper {
    display: flex;
    text-align: start;
    gap: 5px;
    align-items: center;
    white-space: nowrap;
}
.product__params {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media (max-width: 1050px) {
    .shell.search__shell, .main-page-banner__wrapper.shell, .shell.page-product {
        padding: 0 15px;
    }
}
@media (max-width: 1000px) {
    footer .shell {
        margin: 0 15px;
    }
    .submenu_wrapper {
        column-gap: 150px;
        justify-content: center;
    }
    .subcategory_products {
        justify-content: center;
    }
    .shell.catalog_shop {
        padding: 0 15px;
    }
    .shell.header-wrap-desc {
        padding: 0 15px;
    }
    .catalog-menu, .main__search {
        padding-right: 30px;
    }
    .header-menu > .catalog:nth-child(4) {
        /*max-width: 75px;*/
    }
    .header-wrapper {
        gap: 10px;
    }
    .header-menu {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 8px 0px;
        grid-template-areas: "a b c"
                            "a d e";
    }
    .header-menu .catalog {
        text-align: center;
    }
    .header-menu .catalog:nth-child(1) {
        grid-area: a;
        max-width: 120px;
        justify-self: center;
    }
    .header-menu .catalog:nth-child(2) {
        grid-area: b;
    }
    .header-menu .catalog:nth-child(3) {
        grid-area: c;
    }
    .header-menu .catalog:nth-child(4) {
        grid-area: d;
        white-space: nowrap;
    }
    .header-menu .catalog:nth-child(5) {
        grid-area: e;
    }
}
@media (max-width: 900px) {
    .main-page-banner__background-image img:nth-child(1) {
        /*display: none;*/
    }
    .main-page-banner__background-image img:nth-child(2) {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .main-page-banner__background-image img:nth-child(3) {
        position: relative;
        max-width: 301px;
        max-height: 205px;
        right: unset;
        margin: 0;
    }
    .main-page-banner__wrapper.shell {
        flex-direction: column;
        align-items: center;
    }
    .main-page-banner__background-image {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-right: 60px;
    }
    .main-page-banner__head {
        padding-top: 30px;
        max-width: unset;
        width: 100%;
        align-items: center;
    }
    .main-page-banner__title {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .footer-mobile {
        display: block;
    }
    .footer-desc {
        display: none;
    }
    .footer-wrapper {
        flex-direction: column;
        width: fit-content;
        margin: 0 auto;
        align-items: flex-start;
        gap: 20px;
    }
    .footer-dev p:nth-child(2) {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #FFFFFF;
    }
    .footer-dev p:nth-child(3) a {
        display: flex;
        align-items: center;
        border: none;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #FFFFFF;
    }
    .footer-dev p:nth-child(3) a img {
        margin-left: 10px;
    }
    .footer-dev {
        flex-direction: column;
        gap: 15px;
    }
    .footer-dev-wrap {
        padding: 20px 0;
    }
    .site-map a {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: #FFFFFF;
    }
    .footer-logo {
        align-self: center;
    }
    .img-footer-logo img {
        max-width: 110px;
    }
    .header-wrap-mobile {
        display: block;
    }
    .header-wrap-desc {
        display: none;
    }
    .email a:before {
        display: none;
    }
    .burger-btn {
        width: 30px;
        position: relative;
        transition-duration: 1s;
        cursor: pointer;
    }
    .burger-btn span {
        height: 5px;
        width: 30px;
        background-color: #0EBAED;
        border-radius: 20px;
        position: absolute;
        transition-duration: .25s;
        transition-delay: .25s;
    }
    .burger-btn span:before {
        left: 0;
        position: absolute;
        top: -8px;
        height: 5px;
        width: 30px;
        background-color: #0EBAED;
        content: "";
        border-radius: 20px;
        transition-duration: .25s;
        transition: transform .25s, top .25s .25s;
    }
    .burger-btn span:after {
        left: 0;
        position: absolute;
        top: 8px;
        height: 5px;
        width: 30px;
        background-color: #0EBAED;
        content: "";
        border-radius: 20px;
        transition-duration: .25s;
        transition: transform .25s, top .25s .25s;
    }
    .burger-btn.active span {
        transition-duration: 0.1s;
        transition-delay: .25s;
        background: transparent;
    }
    .burger-btn.active span:before {
        transition: top .25s, transform .25s .25s;
        top: 0px;
        transform: rotateZ(-45deg);
    }
    .burger-btn.active span:after {
        transition: top 0.4s, transform .25s .25s;
        top: 0px;
        transform: rotateZ(45deg);
    }
    .shell.header-wrap-mobile {
        margin: 0 15px;
    }
    .burger-menu {
        display: none;
    }
    .catalog-burger-menu {
        display: none;
    }
    #overlay {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
        z-index: 2;
        cursor: pointer;
    }
    #overlay.active {
        display: block;
    }
    .catalog-ico {
        margin-left: 10px;
        fill: #00C2F3;
        transition: .4s;
    }
    .burger-catalog.active > a > .catalog-ico{
        fill: #FFFFFF;
        transform: rotate(180deg);
        transition: .4s;
    }
    .burger-catalog a {
        font-weight: 700;
        font-size: 13px;
        line-height: 16px;
        text-transform: uppercase;
        color: #FFFFFF;
        border: 1px solid #00C2F3;
        border-radius: 20px;
        text-align: center;
        width: 100%;
        display: block;
        padding: 10px 0;
    }
    .burger-catalog.active a {
        background: #00C2F3;
    }
    .burger-menu-item a {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .burger-item a {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #FFFFFF;
        border: none;
    }
    .burger-catalog-item a {
        font-weight: 700;
        font-size: 13px;
        line-height: 16px;
        text-transform: uppercase;
        color: #FFFFFF;
        border: none;
    }
    .burger-catalog {
        margin-top: 10px;
    }
    .catalog-burger-menu-wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }
    .burger-item {
        margin-left: 20px;
    }
    .burger-catalog-menu {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .header-email a:before {
        display: block;
    }
    .header-feedback {
        margin-bottom: 30px;
    }
    .submenu_name a img {
        width: 165px;
        height: 60px;
        object-fit: cover;
        border-radius: 60px;
    }
    .submenu_container {
        padding: 0 15px;
    }
    #show_more_btn {
        width: 100%;
    }
    .map_page .sectionHeaderText h1 {
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .map_page .sectionHeaderText {
        bottom: 30px;
    }
    .input_search::placeholder {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 13px;
        line-height: 16px;
        color: #FFFFFF;
    }
    .input_search {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 13px;
        line-height: 16px;
        color: #1b1b25;
        height: 38px;
        padding: 10px 0 10px 15px;
        border-radius: 20px;
    }
    .search__submit {
        position: absolute;
        right: 15px;
    }
    .mobile__search {
        margin-bottom: 20px;
    }
    .search__header__text {
        bottom: 20px;
    }
    .close__button.active {
        visibility: visible;
        opacity: 1;
    }
    .mobile__search .js_search_result > p {
        font-weight: 700;
        font-size: 13px;
        line-height: 16px;
        text-transform: uppercase;
        color: #FFFFFF;
        border: none;
    }
    .main-page-banner__title {
        color: #FFF;
        font-family: Montserrat;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
    }
    .main-page-banner__text span {
        color: #FFF;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }
    .main-page-banner__text {
        gap: 10px;
    }
    .main-page-banner__button a {
        width: 100%;
        text-align: center;
    }
    .main-page-banner {
        height: 543px;
    }
    .product__wrapper {
        flex-direction: column;
    }
    .product__image img {
        width: 100%;
        max-height: 300px;
    }
    .product__image figure {
        width: 100%;
    }
    .product__appearance-description {
        text-align: center;
        max-width: unset;
    }
    .page-product h1 {
        color: #2F2F2F;
        text-align: center;
        font-family: Montserrat;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .product__right__wrapper-content {
        flex-direction: column;
        gap: 40px;
    }
    .product-buy-button .button.solid {
        max-width: unset;
    }
    .product__description {
        gap: 20px;
    }
    .product__description .shopItemAnounce p {
        color: #2F2F2F;
        font-family: Montserrat;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
    }
    .product__appearance-description__text {
        color: #2F2F2F;
        font-family: Montserrat;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }
    .product__delivery-pay-head,
    .product__delivery-delivery-head {
        color: #277BAA;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
    }
    .product.idContent {
        padding-bottom: 40px;
    }
}
@media (max-width: 520px) {
    .submenu_wrapper {
        column-gap: 20px
    }
    .submenu_name {
        width: 155px;
    }
    .shopList article {
        width: 160px;
    }
    .shopList article figure {
        width: 160px;
        height: 160px;
    }
}
@media (max-width: 406px) {
    .shopListItems, .shopList.indexShop {
        column-gap: unset;
        justify-content: space-around;
    }
    .main-page-banner__head {
        align-items: unset;
    }
    .main-page-banner__title {
        text-align: unset;
    }
}
@media (max-width: 370px) {
    .mainLogo a img {
        max-width: 100%;
    }
    .submenu_name {
        width: 130px;
    }
    .submenu_name a span {
        max-width: 100px;
        text-align: center;
    }
    .main-page-banner__button {
        margin-top: unset;
    }
    .mainLogo img {
        max-width: 100%;
    }
}
/* minor edits end */