#Go_Top {
    bottom: 105px !important;
}

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

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

.service-navigation {
    position: relative;
    height: 100px;
}

.service-navigation .navigation {
    margin: 10px auto 0px;
}

#content-19 ol li {
    display: list-item;
    list-style: inherit;
}

.service-mount {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-mount__item {
    width: 48%;
    text-align: center;
    padding: 7px;
    border: 1px solid #ccc;
    margin-bottom: 40px;
}

.service-mount__img {
    padding: 7px;
    border: 1px solid #ccc;
}

.service-mount__img img {
    max-width: 100%;
}

.service-mount__title {
    font-style: italic;
    margin: 6px 0;
    color: #777;
}

.service-mount__text {
    margin: 10px 0px;
}

@media (max-width: 580px) {
    .service-mount__item {
        width: 100%;
    }
}


/* 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: 20px 0 0 20% !important;
    /* position: absolute;
    left: 0;
    top: 46px; */
}

@media (max-width: 575px) {
    #header_right a.header-mail {
        position: absolute;
        left: 0;
        top: 46px;
    }
}

@media (max-width: 383px) {
    #header_right a.header-mail {
        position: absolute;
        left: 0;
        top: 68px;
    }
}

@media (max-width: 243px) {
    #header_right a.header-mail {
        position: absolute;
        left: 0;
        top: 90px;
    }
}

table.styled td,
table.styled th {
    border: 1px solid #000;
    padding: 5px;
}

table.styled th {
    font-weight: bold;
}

.service-color {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-color__item {
    width: 48%;
    padding: 7px;
    border: 1px solid #ccc;
    text-align: center;
    margin-bottom: 20px;
}

.service-color__title {
    font-style: italic;
    margin: 6px 0;
    color: #777;
}

.service-colort__img {
    padding: 7px;
    border: 1px solid #ccc;
}

.service-color__img img {
    max-width: 100%;
}

@media (max-width: 580px) {
    .service-color__item {
        width: 100%;
    }
}

#content-2 {
    padding-left: 0px;
    padding-right: 0px;
}

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

.catalog h1 {
    margin: 0px;
    padding: 0;
    font: 50px impact, Charcoal, 'Russo One', sans-serif;
    color: #2A9FED;
    padding-top: 15px;
}

.catalog h2 {
    font: bold 26px tahoma, sans-serif;
    color: #2A9FED;
    padding-top: 20px;
}

.catalog h3 {
    font: bold 24px arial, sans-serif !important;
    color: #3a1f1a !important;
}

#content-stext li {
    padding: 15px 0px 15px 50px;
    background-size: unset;
    line-height: 24px;
}

#main-3,
#main-6-pk,
#main-31 {
    width: auto;
    max-width: unset;
}

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}

.gallery-block img.height-auto {
    max-height: unset;
}

#check {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 0;
    line-height: normal;
}

#check:after {
    display: inline-block;
    width: 100%;
    content: '';
}

#check li {
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-block;
    word-wrap: break-word;
    width: 137px;
    height: 110px;
    vertical-align: middle;
    text-align: center;
    background-color: #ebebeb;
    box-sizing: border-box;
    border: 1px solid #dedfdd;
    transition: background .5s ease;
    padding: 0 5px;
}

#check li.active {
    background-color: #2a9fed;
    transition: background .5s ease;
}

#check li.active a {
    color: #fff;
    transition: color .5s ease;
}

#check li a,
#check li a:hover {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 35px;
    box-sizing: border-box;
    text-transform: uppercase;
}

#check li:hover {
    background-color: #2a9fed;
    transition: background .5s ease;
}

#check li:hover a {
    color: #fff;
    transition: color .5s ease;
}

.zakazform {
    background-color: #ebebeb;
    padding: 10px;
    box-sizing: border-box;
}

.zakazform p div {
    margin-left: 15px;
}

.zakazform p input {
    border: 1px solid #bcbcbc;
    height: 25px;
    box-sizing: border-box;
    padding-left: 10px;
    border-radius: 5px;
}

#gomessage {
    background-color: #4fd081;
    color: #fff;
    text-decoration: none;
    width: 150px;
    height: 40px;
    border-radius: 10px;
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 18px;
    transition: background .5s ease;
}

#gomessage:hover {
    background-color: #ff9000;
    transition: background .5s ease;
}

#typeZ {
    color: #ff9000;
    font-weight: bold;
    text-transform: uppercase;
}

#content ul.plitka li {
    display: inline-table;
    width: 145px;
    height: 90px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #308700;
}

#content ul.plitka li a {
    line-height: 90px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
}

#content ul.plitka li a:hover {
    text-decoration: underline;
}

.developer,
.developer a {
    color: #fff;
}

.h1-new-div {
    margin: 0px;
    padding: 0;
    padding-top: 0px;
    font: 50px impact, Charcoal, 'Russo One', sans-serif;
    color: #023650;
    padding-top: 15px;
}

@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;
    }
}

.overflow {
    overflow-x: auto;
}

@media (max-width: 991px) {
    body #bread-wrap {
        top: 146px;
    }
}

.warrning_cat {
    width: 100%;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #FF0000;
    font-weight: bold;
    padding: 10px 5px;
    background: #FFF;
}

.warrning_cat.active {
    position: fixed;
    left: 0px;
    top: 175px;
    z-index: 10000;
}

@media (max-width: 962px) {
    .warrning_cat.active {
        top: 105px;
    }
}

@media (max-width: 762px) {
    #check li {
        margin-right: 1%;
        margin-bottom: 10px;
        display: inline-block;
        word-wrap: break-word;
        width: 48%;
        height: 110px;
        vertical-align: middle;
        text-align: center;
        background-color: #ebebeb;
        box-sizing: border-box;
        border: 1px solid #dedfdd;
        transition: background .5s ease;
        padding: 0 5px;
        margin-left: 1%;
    }

    .warrning_cat.active {
        top: 100px;
    }
}

@media (max-width: 500px) {
    .warrning_cat.active {
        top: 125px;
    }
}

@media (max-width: 380px) {
    .warrning_cat.active {
        top: 140px;
    }
}

@media (max-width: 350px) {
    body #bread-wrap {
        top: 145px;
    }
}

#bread-wrap {
    top: 187px;
}

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;
    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;
    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;
    }
}

/* ���������� ����� (�������� ��� ����) */
.zakazform {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: white;
}

.calculator-h2 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    color: #2A9FED;
}

.left-col {
    display: flex;
    flex-direction: column;
    width: 33.33%;
    box-sizing: border-box;
    padding-right: 10px;
}

.length p.width {
    margin-top: 0 !important;
}

.left-col p.width {
    margin-top: 30px;
}

.zakazform p input {
    width: 100%;
    height: 40px;
    border: 1px solid #2A9FED;
    margin-top: 5px;
    border-radius: 5px;
}

.zakazform p select {
    width: 100%;
    height: 40px;
    border: 1px solid #2A9FED;
    margin-top: 5px;
    border-radius: 5px;
}

.zakazform .width {
    margin: 0;
}

.right-col {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
}

.right-col .cover {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.zakazform .second-column-wrapper {
    display: flex;
    flex-direction: column;
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 10px;
}

.zakazform .second-column-wrapper .btn {
    display: flex;
    justify-content: flex-end;
}

.zakazform .substrate {
    margin-top: 63px;
}

.zakazform .second-column-wrapper .btn #gomessage {
    background-color: #2A9FED;
    height: 40px;
    width: 175px;
    border: none;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
}

.substrate {
    width: 100%;
    clear: both;
    margin-top: 20px;
}

.result {
    width: 33.33%;
    box-sizing: border-box;
    padding-left: 10px;
}

.substrate-result {
    border: 2px solid #2A9FED;
    padding: 10px;
    border-radius: 5px;
}

.substrate-result #pogmetr {
    margin-bottom: 5px;
    margin-top: 0;
}

.substrate-result p#pogmetr {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.substrate-result p#pogmetr span {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.substrate-result .result_p {
    margin: 0;
    border-bottom: 2px solid #2A9FED;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.substrate-result p.result_p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.substrate-result p.result_p span {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.substrate-result .zakaz-zabora {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.substrate-result .zakaz-zabora p {
    margin: 0;
    width: 100%;
}

.substrate-result .zakaz-zabora p span {
    display: none;
}

.substrate-result .zakaz-zabora #mail {
    display: none;
}

.substrate-result .zakaz-zabora #name_real {
    margin-bottom: 5px;
}

.calculator-under a {
    color: black;
    font-size: 18px;
}

.calculator-under a:hover {
    color: #2A9FED;
}

.substrate-result .zakaz_rek_m {
    border-radius: 5px;
    background-color: #2A9FED;
    box-shadow: none;
    color: white;
    height: 50px;
    width: 175px;
    border-color: #2A9FED;
    font-size: 16px;
    font-weight: 700;
}

.result-text {
    line-height: normal;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* ���������� ������ (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .zakazform {
        flex-wrap: wrap;
    }

    .left-col,
    .zakazform .second-column-wrapper {
        width: 50% !important;
        padding: 0 15px !important;
    }

    .left-col {
        padding-left: 0;
    }

    .result {
        width: 100%;
        padding: 20px 0 0 0;
        margin-top: 30px;
        order: 3;
    }

    .substrate-result {
        max-width: 600px;
        margin: 0 auto;
    }
}

/* ��������� ������ (�� 767px) */
@media (max-width: 767px) {
    .zakazform {
        flex-direction: column;
    }

    .left-col,
    .zakazform .second-column-wrapper,
    .result {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 20px;
    }

    .left-col .thickness p,
    .left-col .pole-width p,
    .left-col .number p,
    .left-col .width p,
    .left-col .height p {
        margin-top: 20px;
    }

    .right-col .cover {
        gap: 20px;
    }

    .zakazform .second-column-wrapper .btn {
        justify-content: center;
    }

    .zakazform .second-column-wrapper .btn #gomessage {
        width: 100%;
        max-width: 300px;
        height: 45px;
        font-size: 16px;
    }

    .substrate {
        margin-top: 20px;
    }

    .calculator-h2 {
        font-size: 24px;
        text-align: center;
    }

    .calculator-sub {
        text-align: center;
    }

    .calculator-under {
        text-align: center;
        padding: 15px;
        background-color: #f5f5f5;
        border-radius: 5px;
        margin-top: 20px;
    }

    .calculator-under a {
        display: block;
        margin-top: 5px;
        font-size: 16px;
    }

    .substrate-result {
        padding: 15px;
    }

    .substrate-result p#pogmetr,
    .substrate-result p.result_p {
        font-size: 18px;
    }

    .substrate-result p#pogmetr span,
    .substrate-result p.result_p span {
        font-size: 18px;
    }

    .zakazform p input,
    .zakazform p select {
        height: 45px;
        font-size: 16px;
    }

    .substrate-result .zakaz_rek_m {
        width: 100%;
        max-width: 300px;
        height: 50px;
    }

    .result-text {
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.content-3-pk table.price {
    background: #2A9FED;
    border-radius: 5px;
}

.content-3-pk table.price th {
    background: #2A9FED;
    border: 1px solid white;
    box-shadow: none;
}

.content-3-pk table.price td {
    background: white;
    border: 1px solid #2A9FED;
    box-shadow: none;
}


@media (max-width: 992px) {
    .c-card__desc ul li {
        flex-direction: column;
    }

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

    .row.c-card__items .c-card__desc p.c-card__cost {
        flex-direction: column;
        text-align: start;
    }


}

#bread-wrap {
    left: 0;
}

@media (max-width: 656px) {

    .n-footer-f-left-title,
    .n-footer-f-item-text {
        font-size: 18px;
        text-align: center;
    }


    .n-footer-f-item-row {
        flex-direction: column;
    }

    section.nfooter-form-wr {
        width: auto;
    }

    .n-footer-f-right form#footerform .formgroup {
        width: fit-content;
    }

    .n-footer-f-right form#footerform .formgroup input {
        width: auto;
    }
}