#Go_Top {
    bottom: 105px !important;
}

@media (min-width: 576px) {
    #Go_Top {
        bottom: 90px !important;
    }
}

@media (min-width: 768px) {
    #Go_Top {
        bottom: 60px !important;
    }
}

@media (max-width: 991px) {
    #header_right nav {
        display: none;
        width: 100%;
        top: 82px;
    }
}

.main-catalog-list {
    /* height: 480px; */
    height: 320px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.main-catalog-list__item {
    width: 20%;
}

.main-catalog-list__item img {
    max-width: 100%;
}

@media (min-width: 990px) {
    .menu_lvl_1>ul {
        min-width: 265px !important;
    }
    .parent-nav-li span {
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    body ul.new_top_menu.menu-v2__root .menu_lvl_22:hover ul {
        left: 265px !important;
    }
}


/* select city */

.widget-panel-item .addr4 a {
    z-index: 3;
    display: inline-block;
}

div#select_city {
    position: fixed;
    z-index: -999;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    padding: 20px;
    overflow-y: scroll;
    transition: all .3s ease-in-out;
}

.select-city-wr {
    position: relative;
    display: -ms-flexbox;
    display: block;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    width: 900px;
    outline: 0;
    margin: 0px auto;
    z-index: 2;
    column-count: 5;
    padding: 20px;
}

.select-city-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.select-city-wr a {
    width: 100%;
    display: block;
}

div#select_city.-open {
    opacity: 1;
    top: 0;
    z-index: 99999999;
}

.select-city-bg:hover {
    opacity: 0;
}

.select-city-bg {
    transition: all .3s ease-in-out;
}

div#select_city .select-city-bg {
    display: none !important;
}

div#select_city.-open .select-city-bg {
    display: block !important;
}

@media (max-width: 1024px) {
    .select-city-wr {
        column-count: 4;
        max-width: 80%;
    }
}

@media (max-width: 992px) {
    .select-city-wr {
        column-count: 3;
    }
}

@media (max-width: 600px) {
    .select-city-wr {
        column-count: 2;
        max-width: 90%;
    }
}

@media (max-width: 600px) {
    .select-city-wr {
        column-count: 2;
        max-width: 95%;
    }
    .select-city-wr {
        margin-left: 0px;
    }
    div#select_city {
        padding-left: 5px;
        padding-right: 10px;
    }
}

.header-right a.header-mail {
    display: inline-block;
    margin: 0 0 0 20%;
}

#header_right a.header-mail {
    display: inline-block;
    margin: 0 0 0 20%;
}

@media (max-width: 991px) {
    .header-mail {
        top: 20px;
        position: absolute;
        display: inline-block;
        margin: 0 !important;
    }
}

@media (max-width: 575px) {
    .header-mail {
        position: relative;
        display: inline-block;
        margin: 0 0 0 20%;
    }
}

section.nfooter-form-wr {
    width: 1030px;
    max-width: 100%;
    padding: 0 15px;
    margin: 40px auto 60px;
}

.nfooter-form-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-transform: uppercase;
    color: #2A9FED;
    margin-bottom: 25px;
}

.n-footer-form-flex {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.n-footer-form-flex>div {
    width: calc(50% - 30px);
}

.n-footer-f-left-title {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 25px;
}

.n-footer-f-item-row {
    display: flex;
    align-items: center;
}

.n-footer-f-item-row:not(:last-child) {
    margin-bottom: 20px;
}

.n-footer-f-item-img {
    width: 54px;
    min-width: 54px;
    height: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.n-footer-f-item-text {
    font-size: 20px;
    line-height: 1.2;
    color: #000;
}

.n-footer-f-item-text a {
    text-decoration: none;
    color: #000000;
    font-size: 20px;
}

.n-footer-wa-link {
    width: 54px;
    height: 54px;
    min-width: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
}

.n-footer-f-right form#footerform {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.n-footer-f-right form#footerform .footer-f-form-title {
    font-size: 26px;
    color: #2a9fed;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.n-footer-f-right form#footerform .formgroup {
    width: 100%;
    margin-bottom: 15px;
}

.n-footer-f-right form#footerform .formgroup input {
    width: 100%;
    height: 40px;
    border: 1px solid #2a9fed;
    border-radius: 6px;
    padding: 0 20px;
    font-size: 18px;
}

.form-agree-line {
    display: flex;
    align-items: center;
}

.input-agree input {
    width: 18px !important;
    height: 18px !important;
    border-radius: 10px;
    margin-right: 18px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
}

.input-agree-text {
    font-size: 16px;
    line-height: 1.2;
    color: #000;
}

.n-footer-f-right form#footerform button {
    height: 50px;
    width: 250px;
    border-radius: 5px;
    background: #2a9fed;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 992px) {
    .n-footer-form-flex {
        flex-direction: column;
    }
    .n-footer-form-flex>div {
        width: 450px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    .n-footer-f-right {
        margin-top: 30px;
    }
}

.n-footer-f-item-img {
    margin-right: 15px;
}

section.nfooter-form-wr {
    width: 1030px;
    max-width: 100%;
    padding: 0 15px;
    margin: 40px auto 60px;
}

.nfooter-form-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-transform: uppercase;
    color: #2A9FED;
    margin-bottom: 25px;
}

.n-footer-form-flex {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.n-footer-form-flex>div {
    width: calc(50% - 30px);
}

.n-footer-f-left-title {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 25px;
}

.n-footer-f-item-row {
    display: flex;
    align-items: center;
}

.n-footer-f-item-row:not(:last-child) {
    margin-bottom: 20px;
}

.n-footer-f-item-img {
    width: 54px;
    min-width: 54px;
    height: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.n-footer-f-item-text {
    font-size: 20px;
    line-height: 1.2;
    color: #000;
}

.n-footer-f-item-text a {
    text-decoration: none;
    color: #000000;
    font-size: 20px;
}

.n-footer-wa-link {
    width: 54px;
    height: 54px;
    min-width: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
}

.n-footer-f-right form#footerform {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.n-footer-f-right form#footerform .footer-f-form-title {
    font-size: 26px;
    color: #2a9fed;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.n-footer-f-right form#footerform .formgroup {
    width: 100%;
    margin-bottom: 15px;
}

.n-footer-f-right form#footerform .formgroup input {
    width: 100%;
    height: 40px;
    border: 1px solid #2a9fed;
    border-radius: 6px;
    padding: 0 20px;
    font-size: 18px;
}

.form-agree-line {
    display: flex;
    align-items: center;
}

.input-agree input {
    width: 18px !important;
    height: 18px !important;
    border-radius: 10px;
    margin-right: 18px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
}

.input-agree-text {
    font-size: 16px;
    line-height: 1.2;
    color: #000;
}

.n-footer-f-right form#footerform button {
    height: 50px;
    width: 250px;
    border-radius: 5px;
    background: #2a9fed;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 992px) {
    .n-footer-form-flex {
        flex-direction: column;
    }
    .n-footer-form-flex>div {
        width: 450px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    .n-footer-f-right {
        margin-top: 30px;
    }
}

.c-card__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border: 1px solid #2a9fed;
    border-radius: 8px;
    box-shadow: 0px 0px 30px 4px rgba(150, 150, 150, 0.1);
    overflow: hidden;
}

.row.c-card__items {
    margin-right: -15px;
    width: calc(100% + 30px);
    margin-left: -30px;
}

.row.c-card__items .c-card__img {
    order: 0;
    overflow: hidden;
}

.row.c-card__items p.c-card__title {
    order: 1;
    background: transparent;
}

.row.c-card__items .c-card__desc {
    order: 3;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.row.c-card__items .c-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.row.c-card__items .c-card__img a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

p.c-card__title a {
    color: #2a9fed !important;
    text-align: left;
    padding: 10px 0px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #2a9fed;
    min-height: 57px;
}

.c-card__desc ul li {
    display: flex;
    justify-content: space-between;
}

.c-card__desc ul li {}

.c-card__desc ul li p.f-w-b {
    font-weight: 500;
    color: #000;
    margin-right: 15px;
}

.c-card__desc ul li p {
    color: #2a9fed;
}

.row.c-card__items .c-card__desc ul {
    width: 100%;
}

.row.c-card__items .c-card__desc p.c-card__cost {
    width: 100%;
    margin-bottom: 10px;
}

.row.c-card__items .c-card__desc span.c-btn.callform,
.row.c-card__items .c-card__desc a.c-btn.red {
    width: calc(50% - 8px);
    font-size: 13px !important;
    white-space: nowrap;
    box-shadow: none;
    border: none;
    text-transform: none;
    font-weight: 500;
    border-radius: 6px !important;
    color: #fff !important;
    line-height: 1 !important;
    height: 32px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 992px) {
    .row.c-card__items .c-card__desc span.c-btn.callform,
    .row.c-card__items .c-card__desc a.c-btn.red {
        width: calc(100%);
    }
    .row.c-card__items {
        margin-right: 0px;
        width: calc(100%);
        margin-left: 0px;
    }
}

@media (max-width: 768px) {
    .row.c-card__items .c-card__desc span.c-btn.callform,
    .row.c-card__items .c-card__desc a.c-btn.red {
        width: calc(50% - 8px);
    }
    .c-section.c-card-block .container {
        padding: 0px;
    }
    .c-section.c-card-block .container .c-card__items .col-md-4 {
        padding: 0px;
    }
}

@media (max-width: 390px) {
    .row.c-card__items .c-card__desc span.c-btn.callform,
    .row.c-card__items .c-card__desc a.c-btn.red {
        width: calc(100%);
    }
}

.faq-section {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.row.c-card__items .c-card__desc p.c-card__cost {
    display: flex;
    justify-content: space-between;
    font: 15px / 19px "tahoma", sans-serif;
    color: #2a9fed;
}

.row.c-card__items .c-card__desc p.c-card__cost span {
    color: #000;
}

.c-card__desc ul li p {
    text-align: right;
}

.c-card__desc ul li p.f-w-b {
    text-align: left;
}

p.c-card__bottom {
    text-align: center;
    width: 100%;
    color: #000;
    order: 4;
}

.row.c-card__items .c-card__desc p.c-card__cost {
    order: 2;
    justify-content: flex-end;
}

.row.c-card__items .c-card__desc span.c-btn.callform,
.row.c-card__items .c-card__desc a.c-btn.red {
    order: 9;
}

p.c-card__name {
    color: #000;
    text-align: center;
    width: 100%;
}

.c-card__desc ul li {
    display: flex !important;
}

.row.c-card__items .c-card__desc p.c-card__cost span {
    margin-right: auto;
}

.gallery-main-slider {
    margin-top: 40px;
}

.gallery-main-slider a.fancybox {
    height: 200px;
    min-height: 200px;
    display: flex;
    padding: 10px;
    overflow: hidden;
}

.gallery-main-slider .slick-prev::before {
    color: #2a9fee;
    content: '\276E';
    font-size: 40px;
}

.gallery-main-slider .slick-next::before {
    color: #2a9fee;
    content: '\276F';
    font-size: 40px;
}

.gallery-main-slider ul.slick-dots {
    display: none !important;
}

.gallery-main-slider a.fancybox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@media (max-width: 768px) {
    #main-5 {
        display: block !important;
        height: fit-content;
        min-height: fit-content;
        padding-bottom: 20px;
    }
}

.gallery-main-slider {
    max-width: 100%;
}

.gallery-main-slider a.fancybox {
    width: 100%;
    max-width: calc(100% - 20px);
}

.c-section.c-card-block .c-card__title a {
    color: #2a9fed !important;
    padding: 0px;
    min-height: 0px;
    font-weight: 500;
    width: 100%;
    border: none;
}

.row.c-card__items p.c-card__title {
    min-height: 57px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    color: #2a9eeb;
    font-weight: 500;
    border-bottom: 1px solid #2a9eeb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5px;
}

.relink-new-block {
    width: 1030px;
    padding: 0 15px;
    max-width: 100%;
    margin: 40px auto;
}

.relink-new-title {
    color: #2a9fed;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.relink-new-wr {
    display: flex;
    justify-content: space-between;
}

.relink-new-item {
    width: calc(33% - 10px);
    overflow: hidden;
    border: 2px solid #2A9FED;
    border-radius: 5px;
    margin-bottom: 15px;
}

.relink-new-item-img {
    height: 200px;
    overflow: hidden;
}

.relink-new-item-bottom {
    border-top: 2px solid #2A9FED;
    padding: 10px;
    text-align: center;
    align-items: center;
}

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

.relink-new-item-title a {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    color: #2a9fed;
}

.relink-new-item-price {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

@media (max-width: 768px) {
    .relink-new-item {
        width: calc(100%);
        overflow: hidden;
        border: 2px solid #2A9FED;
        border-radius: 5px;
        margin-bottom: 15px;
    }
    .relink-new-wr {
        display: flex;
        flex-direction: column;
    }
}


/* upd mp */

.main-page-catalog-list-wr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -11px;
}

.mp-page-catalog-item {
    width: calc(33% - 20px);
    margin: 0px 10px 20px;
}

.mp-page-catalog-item {
    border: 1px solid #2a9fed;
    border-radius: 5px;
}

.mp-page-catalog-img {
    height: 200px;
    min-height: 200px;
    background-size: cover !important;
    background-position: top center !important;
}

.mp-page-catalog-title {
    margin: 10px;
    text-align: left;
    color: #2a9fed;
    font-weight: 500;
}

.mp-page-catalog-price {
    margin: 10px;
    text-align: left;
    color: #2a9fed;
    font-weight: 500;
}

.mp-page-catalog-link {
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mp-page-catalog-link a {
    color: #fff;
    background: #ff9000;
    padding: 5px;
    border-radius: 10px;
    width: 120px;
    max-width: 100%;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.mp-page-catalog-link a:hover {
    background: #2a9eeb;
}

.main-page-catalog-show-more {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mp-show-more-btn {
    color: #fff;
    background: #ff9000;
    padding: 5px;
    border-radius: 10px;
    width: 120px;
    max-width: 100%;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
}

.mp-show-more-btn:hover {
    background: #2a9fed;
}

.mp-page-catalog-img#item-svarnye {
    background: url('/images/ea3ea757-1b46-4158-8134-d0a536cac6b3.jpg');
}

.mp-show-more-btn.full {
    opacity: 0;
    z-index: -1;
}

.mp-page-catalog-item {
    overflow: hidden;
}

@media (max-width: 992px) {
    div#body_wrap-1 {
        box-sizing: border-box;
        padding: 0 15px;
    }
    section.nfooter-form-wr {
        padding: 0px;
    }
    .n-footer-f-right form#footerform .formgroup {
        width: 100%;
    }
    .n-footer-f-right form#footerform button {
        border: none;
        margin-top: 20px;
    }
    .n-footer-wa-link {
        margin: 20px;
    }
    .n-footer-f-item-img {
        margin: 10px;
    }
    .content-15 {
        padding: 0 30px 0px;
    }
    .montazh-vorot__list {
        box-sizing: border-box;
    }
    .montazh-vorot__list>li {
        box-sizing: border-box;
        margin-left: 0px;
    }
    .calc-column.center-col {
        padding-left: 0px;
        padding-right: 0px;
    }
    .container.cat-main {
        padding: 0 15px;
    }
    .mp-page-catalog-item {
        width: calc(50% - 22px);
    }
}

@media (max-width: 600px) {
    .mp-page-catalog-item {
        margin: 0px 5px 10px;
        width: calc(50% - 12px);
    }
    .main-page-catalog-list-wr {
        margin: 0px -10px;
    }
    .mp-page-catalog-img {
        height: 150px;
        min-height: 150px;
        max-height: 150px;
    }
    .mp-page-catalog-title {
        line-height: 1.2;
        min-height: 42px;
        display: flex;
        justify-content: center;
        align-items: baseline;
        flex-direction: column;
    }
    .mp-page-catalog-price {
        line-height: 1.2;
        min-height: 42px;
        display: flex;
        justify-content: center;
        align-items: baseline;
        flex-direction: column;
    }
}