/* HEADER */
.accordion li i {
    display: none;
}
.header-flex
{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.header_tel {
    max-width: 160px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.header_phone_icon svg {
    margin-right: 8px;
    margin-top: 3px;
}
.header_search {
    position: absolute;
    top: 50%;
    right: 0;
    width: 215px;
    height: max-content;
    transform: translate(0, -50%);
}
.form-control.ui-autocomplete-input {
    margin-bottom: 0;
}
.logo_header {
    max-width: 250px;
    width: 100%;

}
.header-bottom .btn_banner {
    max-width: 160px;
    width: 100%;
}

.header_phone_list {
    margin-top: 8px;

}
.social_header_items
{
    display: flex;
    justify-content: space-between;
}
.social_item {
    margin-top: 16px;
    width: 44px;
    height: 44px;
    
    display: flex;
    justify-content: center;
    align-items: center;
}
.social_header_items a:hover {
    transition: all .3s;
    opacity: 0.3;
}
.header_tel div {
    margin-bottom: 8px;
}
.header_tel .accordion li div a{
    color: #353644;

}
.header_tel .accordion li div a:hover {
    color: #0086B0;
    transition: all .3s;
}
.header_phone_title {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;

}

.header_tel div a {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;

    color: #353644;
    text-decoration: none;
}
.header_tel div a:hover {
    color: #0086B0;
    transition: all .3s;
}

@media (max-width: 768px) {
    .header-flex
    {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .header-flex>div:nth-child(6),.header-flex>div:nth-child(2) {
        margin: 0px;
    }


}


@media (max-width: 530px) {

    .header_contacts {
        display: flex;
    }
    .social_item
    {
        margin-top: 0px;
        margin-left: 16px;
        width: 45px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 390px) {
    .header-bottom .container {
        width: 100%;
        padding-left: 0px;
    }

    .header-flex>div:nth-child(6),.header-flex>div:nth-child(2) {
        margin: 0px;
    }
}

/* Buton 5 Bitti */
/*Footer*/
.footer-wrapper .footer_contacts {
    margin-top: 40px;
}
.footer_contacts {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
}
.contacts_title {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
}
.contacts_order {
    flex-basis: 20%;
}
.contacts_production {
    flex-basis: 20%;
}
.contacts_products {
    flex-basis: 20%;
}
.contacts_services {
    flex-basis: 20%;
}
.contacts_uslugi {
    flex-basis: 15%;
}
.contacts_item .contacts_title {
    margin-bottom: 20px;
}
.footer_contacts {
    display: flex;
    justify-content: space-between;
}
.footer_contacts a {
    margin-bottom: 8px;
    text-decoration: none;
}
/*
.contacts_order, .contacts_production {
    max-width: 210px;
}
.contacts_products, .contacts_services {
    max-width: 250px;
}
.contacts_uslugi {
    max-width: 110px;
}
*/

.contacts_item {
    display: flex;
}
.contacts_item_icon {
    min-width: 30px;
    margin-right: 10px;
}
.contacts_item_icon i:before {
    font-size: 22px;
}
.contacts_item_name {
    margin-bottom: 8px;
    font-weight: 600;
}
.contacts_item p {
    margin-bottom: 8px;
}

.contacts_item_contacts {
    display: flex;
    flex-direction: column;
}

.footer_contacts li {
    margin-bottom: 12px;
}
.copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.site_info_copyright {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
}

.accordion li i {
    visibility: hidden;
}
.accordion li a{
    color: #FFFFFFCC;
}
.submenu a:hover {
    color: #FFF;
}
.accordion .last a {
    background: none;
    text-transform: none;
    border-color: rgba(254, 254, 254, 0);
    color: #FFFFFFCC;
    font-size: 14px;
}
.accordion .last a:hover {
    color: #FFF;
}
.footer_hr {
    display: none;
    flex-basis: 100%;
}

@media (max-width: 1024px) {
    .footer_hr {
        display: block;
    }
    .footer-wrapper .footer_contacts {
        margin: auto;
        margin-left: 40px;
        margin-right: 40px;
    }

    .footer_contacts {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .contacts_order {
        flex-basis: 50%;
    }
    .contacts_production {
        flex-basis: 50%;
    }
    .contacts_services {
        text-align: center;
        flex-basis: 54%;
    }
    .contacts_products {
        text-align: center;
        flex-basis: 23%;
    }
    .contacts_uslugi {
        text-align: center;
        flex-basis: 23%;
    }
    .contacts_services .contacts_title {
        text-align: center;
    }
    .contacts_products .contacts_title {
        text-align: center;
    }
    .contacts_uslugi .contacts_title {
        text-align: center;
    }
}
@media (max-width: 580px) {
    .accordion li i {
    display: inline-block;
    }
    
    p {
        margin-bottom: 12px;
    }
    
    .link_mob {
        display: block;
    }
    .accordion  .link .contacts_title a {
        pointer-events: none;
        cursor: default;
    
    }
    .accordion li i {
        visibility: inherit;
    }
    .footer_hr {
        display: none;
    }

    .footer-wrapper .footer_contacts {
        margin: auto;
        margin-left: 40px;
        margin-right: 40px;
    }

    .footer_contacts {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .contacts_order {
        text-align: left;
        flex-basis: 100%;
        margin-bottom: 32px;
    }
    .contacts_production {
        text-align: left;
        flex-basis: 100%;
        margin-bottom: 5px;
    }
    .contacts_services {
        margin-left: 40px;
        text-align: left;
        flex-basis: 100%;
        margin-bottom: -5px;
    }
    .contacts_products {
        margin-left: 40px;
        text-align: left;
        flex-basis: 100%;
        margin-bottom: -5px;
    }
    .contacts_uslugi {
        margin-left: 40px;
        text-align: left;
        flex-basis: 100%;
        margin-bottom: -5px;
    }
    .contacts_services .contacts_title {
        text-align: left;
    }
    .contacts_products .contacts_title {
        text-align: left;
    }
    .contacts_uslugi .contacts_title {
        text-align: left;
    }


    .accordion {
        width: 100%;
        max-width: 320px;
    }

    .accordion .link {
        cursor: pointer;
        display: block;
        font-size: 14px;
        font-weight: 700;
        position: relative;
        padding-bottom: 12px;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .accordion li:last-child .link { border-bottom: 0; }

    .accordion li i {
        position: absolute;
        left: 12px;
        font-size: 18px;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .accordion li i.fa-chevron-down {
        left: auto;
        font-size: 13px;
        margin-left: 8px;
        margin-top: 4px;
    }

    /*.accordion li.open .link { color: #b63b4d; }

    .accordion li.open i { color: #b63b4d; }*/

    .accordion li.open i.fa-chevron-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    /**
 * Submenu
 -----------------------------*/


    .submenu {
        display: none;
    }


    .submenu a {
        display: block;
        text-decoration: none;
        color: #d9d9d9;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .submenu a:hover {
        color: #FFF;
    }
}

.btn_banner {
    width: 233px;
    height: 46px;
    padding: 12px;
    background-color: #0086B0;
    border: 0px solid;
    color: #FFFFFF;
}
.btn_banner:hover {
    color: #fff;
    background: #000;
}

/* HEADER new */
.header-info {
    flex-grow: 1;
    color:#353644;
}
.header-info a {
    color:#353644;
    text-decoration: none;
}

.header-info img {
    margin-right: 8px;
    vertical-align: top;
}

.header-info__accepting-orders {
    margin-bottom: 20px;
}

.header-info__accepting-orders,
.header-info__production {
    display:flex;
    gap: 16px;
    justify-content: center;
}

.description-block {
    max-width: 175px;
    display: inline-flex;
    max-width: 175px;
    flex-direction: column;
    gap: 3px;
}

.header-info__accepting-orders {}

.accepting-orders__title,
.production__title {
    font-weight: 600;
    width: 112px;
}

.accepting-orders__adress {}

.accepting-orders__working-time,
.production__working-time {
    width: 170px;
}

.header-buttons-mobile__wrapper {
    display: none;
}

.header_search.mobile_search {
    display: none;
    top: 54px;
    width: 100%;
    transform: translate(0, 0);
}

.search-button__medium {
    display: none;
}

@media (max-width: 1169px) {
    .social_item {
        margin: 0;
    }

    .social_header_items {
        gap: 12px;
    }

    .header_contacts {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        gap: 16px;
    }
}

@media (max-width: 1169px) and (min-width: 992px) {
    .header_search {
        width: 400px;
        transform: none;
        top: 100%;
    }

    .top-menu {
        position: relative;
    }

    .search-button__medium {
        display: block;
        width: max-content;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        right: 5px;
    }

    .header-flex {
        justify-content: end;
    }

    .header_contacts {
        flex-direction: row-reverse;
    }

    .header_search.medium.shedule.f14.upper {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-flex > .logo_header img,
    .header-bottom {
        display:none;
    }

    .header-flex {
        display: block;
    }

    .header-bottom {
        position: fixed;
        top: 55px;
        padding: 15px 0 20px;
        z-index: 99;
        width: 100%;
    }

    .header-buttons-mobile__wrapper {
        position: absolute;
        right: 0;
        display: flex;
        gap: 15px;
        margin-right: 15px;
        top: 7px;
    }
}

@media (max-width: 720px) {
    .accepting-orders__title,
    .production__title {
        width: 100%
    }

    .header-info__accepting-orders,
    .header-info__production {
        justify-content: start;
        flex-wrap: wrap;
    }

    .header_contacts {
        justify-content: start;
    }
}

@media (max-width: 588px) {
    .accepting-orders__title,
    .production__title {
        width: 100%
    }

    .header-info__accepting-orders > div,
    .header-info__production > div {
        width: 100%;
    }

    .header-bottom .container {
        padding-left: 15px !important;
    }

    .header-buttons-mobile__wrapper {
        gap: 0;
        margin: 0;
    }
}

/* Благоустройство - размеры */
.razmer-uchastka__wrapper {
    margin: 32px 0;
}

.razmer-uchastka__wrapper > p {
    font-size: 12px;
    margin-bottom: 8px;
}

.razmer-uchastka__values {
    display: flex;
    gap: 12px;
}

.razmer-uchastka__value {
    padding: 12px 20px;
    /* border: 1px solid #E2E6E7; */
    border: 1px solid #0086B0;
    width: max-content;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: 600;
}

.razmer-uchastka__value.active,
.razmer-uchastka__value:hover {
    /* border: 1px solid #0086B0; */
    background: #0086B0;
    color:#fff;
    transition: 0.3s;
}

@media (max-width: 768px) {
    .razmer-uchastka__value {
        font-size: 12px;
        padding: 12px 13px;
    }
}

/* MODAL POP-UP */
.pop-up_info-modal {
    background: rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 999999;
    display: none;
}

.modal-popup__wrapper {
    font-size: 16px;
    line-height: 26px;
    text-spacing-trim: space-first;
    max-width: 520px;
    padding: 30px;
    position: relative;
    background: #FFFFFF;
}

.modal-popup__wrapper p {
    margin-bottom: 8px;
    font-size: 14px;
}

.info-modal-close {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    
}

@media (max-width: 991px) {
    .modal-popup__wrapper {
    font-size: 14px;
    }
}

.article-img {
    padding-top: 20px;
}

.content p, .content li {
    text-align: justify;
}
.content h1,.content h2,.content h3,
.content .title-h1,.content .title-h2,.content .title-h3{
    margin:12px 0;
}

input[name="surname"] {
    display: block;
    width: 2px;
    height: 3px;
    margin-bottom: -3px;
    opacity: 0.01;
}


.similar-products__wrapper .header {
    font-size: 32px;
    color: #2E2E2E;
    font-weight: 500;
    font-family: "trump";
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.similar-products_slider .catalog {
    position: relative;
}

.similar-products_slider .catalog .slick-arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.similar-products_slider .catalog .slick-arrow.slick-next {
    transform: translate(100%, -50%);
    right: -11px;
}

.similar-products_slider .catalog .slick-arrow.slick-prev {
    left: -10px;
    transform: translate(-100%, -50%);
}

.similar-products_slider .catalog .slick-dots {
    margin: 20px 0 0 0;
}

@media (max-width: 767px) {
    .similar-products__wrapper .header {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

.similar-products__wrapper .mse_product .element-content {
    /*height: 176px;*/
    display: flex;
    flex-direction: column;
}

.similar-products__wrapper .mse_product .element-content .title-h6 {
    flex-grow: 1;
}


.services.portfolio-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
}


.services.portfolio-wrapper .portfolio-item {
    width: calc((100% - 24px * 2) / 3);
    height: 175px;
}

.services.portfolio-wrapper .portfolio-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.portfolio-section {
    text-align: center;
}

.portfolio-section h2 {
    text-align: start;
}

.portfolio-section .button {
    margin-top: 30px;
}

@media (min-width: 992px) and (max-width: 1229px) {
    .services.portfolio-wrapper .portfolio-item {
        width: calc((100% - 24px) / 2);
    }
}

@media (max-width: 767px) {
    .services.portfolio-wrapper {
        gap: 16px;
    }
    
    .portfolio-section .button {
        margin-top: 20px;
    }
}

@media (max-width: 767px) and (min-width: 600px) {
    .services.portfolio-wrapper .portfolio-item {
        width: calc((100% - 16px * 2) / 3);
        height: calc(60vw / 3);
    }
}

@media (max-width: 599px) {
    .services.portfolio-wrapper .portfolio-item {
        width: calc((100% - 16px) / 2);
        height: calc(60vw / 2);
    }
}


.fast-links_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

.fast-links_wrap .fast-link {
    border: 1px solid #D5D5D5;
    color: #2e2e2e;
    background-color: #F3F3F3;
    text-decoration: none;
    padding: 2px 10px;
    border-radius: 8px;
    transition: .3s ease-in-out;
}

.fast-links_wrap .fast-link:hover {
    border-color: #0086b0;
    color: #FFF;
    background-color: #0086b0;
}

.top-bar .top-bar-container, .top-bar .inner.relative {
    height: 100%;
}

/*sale tag*/
.element-content{
    position:relative;
}
.discount-persent{

    position:absolute;
    right:2rem;
    top:-2rem;
    border-color: #0086b0;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    color: #FFF;
    background-color: #0086b0;
    transform: rotate(-5deg);
    z-index:10;
  
}
.discount-persent p{
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    line-height: 4rem; 
    font-weight: 800;
}

.owl-item .mse_product{
    width: auto !important;
}
#sales-carousel .owl-nav{
    top:-120px;
    right: 16px;
    left: unset;
}
#portfolio .owl-nav{
    margin-top: 0;
    top:92%;
    right: 16px;
    left: unset;
}
#sales-carousel .owl-nav .owl-next,
#portfolio .owl-nav .owl-next{
    margin-left: 24px;
}
@media(max-width:991px){
    #portfolio .owl-nav{
        top:89%;
    }
}
@media(max-width:766px){
    #sales-carousel .owl-nav{
        top:-104px;
    }
}
@media(max-width:600px){
    #portfolio .owl-nav{
        top:95%;
    }
}
/* @media(max-width:600px){
    #sales-carousel .owl-nav{
        left:80%;
    }
}
@media(max-width:520px){
    #sales-carousel .owl-nav{
        left:70%;
    }
} */

.product_contacts_block_consultation {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}
.product_contacts_block_consultation .btn_banner {
    color: #0086B0;
    border: 2px solid #0086B0;
    background-color: #fff;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    
}
.product_contacts_block_consultation .btn_banner svg{
    margin-right: 10px;
}

.product_contacts_block_consultation .social_item {
    margin-top: 0px;
}

.installment-plan {
    background-color: #F5F5F5;
    padding: 12px;
}
.installment-plan table th, .installment-plan table td{
    padding: 10px 12px;
    border: none;
}
.installment-plan table th {
    color: #2E2E2E;
    background: #ffffff00;
    font-weight: 400;
    border: none;
}
.installment-plan table td {
    margin-bottom: 8px;

}
.installment-plan table td {
    background-color: #FFFFFF;
    border-bottom: 8px solid #F5F5F5;
    color: #0086B0;
}
.installment-plan table {
    border:none;
}
a.btn {
    text-decoration: none;
    border: 1px solid #0086b0;
    padding: 4px;
}

#rassrochka label {
    display: block !important;
}

div#rassrochka {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
#calculate {
    padding: 20px 40px;
    background-color: #F3F3F3;
}

.calculate-button_block {
    display: flex;
    justify-content: space-between;
}
.steps {
    margin-top: 5px;
    display: flex;
    gap: 5px;
}
.steps div {
    border: 1px solid #0086B0;
    width: 12px;
    height: 12px;
    border-radius: 10px;
}
.checked-step {
    background-color: #0086B0;
}
.calculate-btn {
    background-color: #0086B0;
    padding: 10px 25px;
    color: #fff;
    border: none;

}
.calculate-step-block {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
}
.calculate-item-block {
    /*display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;*/
    position: relative;
    background: #FFFFFF;
    width: 350px;
    height: 390px;
}
.calculate-block .calculate-right-block, .calculate-block .calculate-left-block, .calculate-block .calculate-right-block input {
    width: 100%;
}


.calculate_btn>div {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border: 1px solid #0285af;
    padding: 8px 16px;
    margin-top: 8px;
    text-transform: uppercase;
    color: #0285af;
}
a.calculate_btn {
    text-decoration: none !important;
}

.calculate-item-text {
    font-size: 14px;
    font-weight: 400;
    color: #2E2E2E;
    text-align: center;
}
.step-2 .calculate-item-block {
    width: 245px;
    height: 300px;
}
.step-2 .calculate-item-img {
    height: 220px;
}
.calculate-item-img {
    height: 300px;
}
.calculate-item-block {
    border: 1px solid #C7C7C7;
    padding: 15px 15px 15px 15px;
    cursor: pointer;
    transition: border-color 0.3s ease;
}
.calculate-item-block.selected {
    border-color: blue;
}
.calculate-item-img img {
    height: 100%;
    object-fit: contain;
}
.hidden {
    display: none;
}

.calculate-item-block-checkbox {
    position: absolute;
    top:10px;
    right:10px;
    height: 16px;
    visibility: hidden;
}
.calculate-item-block-checkbox.visible {
    visibility: visible;
}

.step-5 .calculate-item-block-checkbox {
    visibility: visible;
    background-color: #C7C7C7;
    border-radius: 50%;
}

.step-5 .calculate-item-block-checkbox svg {
    visibility: hidden;
}

.step-5 .calculate-item-block-checkbox svg.visible {
    visibility: visible;
}
#calculate.step-7 {
    background: linear-gradient(272.63deg, #004C63 2.19%, #0086B0 155.72%);
}
.calculate-step-block.step-6 div {
    flex-grow: 1;
}
.none {
    display: none;
}

.calculate-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.calculate-title {
    font-size: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
}
.calculate-sub-title {
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
}

.calculate-right-block>div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.calculate-right-block>div .calculate-btn {
    height: 40px;
}

.calculate-right-block .agreement i {
    font-size: 20px;
    top: 0px;
}
.calculate-right-block .agreement label {
    color: #fff;
}
.form-group.g-recap {
    scale: 0.7;
    position: relative;
    left: -45px;
    top: -5px;
}

.calculate-pre-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.calculate-step-block.step-5 .calculate-item-block {
    padding: 25px;
    justify-content: flex-start;
}

.calculate-left-block-btn {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

button.calculate-btn-back {
    height: 39px;
    width: 39px;
    margin-top: 0px;
    border: 1px solid #C7C7C7;
    padding-top: 6px;
}
.calculate_btn.mobile>div {
    border: 1px solid #ffffff;
}

.calculate_btn.mobile>div .text {
    color: #ffffff;
}

.mobile_btn {
    background-color: #353744;
    padding: 10px;
    margin-top: -9px;
}
.question-block.f16 {
    display: flex;
    align-items: center;
}

.question-block.f16 .calculate_btn div{
    margin-top:0px;
}
tr#option_stocks td:last-child {
    color: #0086b0;
    font-weight: 600;
}
.col-xs-12.goodprice.f16 {
    display: flex;
    gap: 8px;
}
.img-calculate {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}
span.blue {
    color: #0285af;
    font-weight: 700;
    text-decoration: underline;
}
@media (max-width: 530px) {
    #calculate {
        padding: 20px 12px;
    }
}

@media (min-width: 768px) {
    .calculate-step-block.step-5 .calculate-item-block {
        width: 340px;
    }
    .step-5 .calculate-item-block {
        display: flex;
        position: unset;
        background: #FFFFFF;
        width: 350px;
        height: initial;
        gap: 12px;
        align-items: center;
    }
    .step-5 .calculate-item-block-checkbox {
        position: unset;
        height: 16px;
    }
    .calculate-step-block.step-5 {
        justify-content: space-between;
    }
    .calculate-step-block.step-5 .calculate-item-block {
        justify-content: flex-start;
    }
    .calculate-block .calculate-right-block {
        width: 40%;
    }
    .calculate-block .calculate-left-block {
        width: 60%;
    }
    .calculate-block .calculate-right-block input {
        width: 48%;
    }

}
.advantages-banner{
    background-color:#F3F3F3;
    padding:32px 0;
}
.advantages-banner .container>div{
    display:flex;
    justify-content:space-between;
    gap:16px;
}
.advantages-banner .element{
     display:flex;
     gap:16px;
}
.advantages-banner .element .title-h4,
.vantages .element .title-h4{
    margin-bottom:8px;
}
@media only screen and (max-width: 767px) {
    .advantages-banner .element .title-h4 {
        font-size: 18px;
    }
}

.advantages-banner .element img{
    width:64px;
    height:64px;
}
.services-main .element{
    /*position:relative;*/
    margin-bottom:24px;
}
.steps-main{
    background: linear-gradient(92.43deg, #014960 16.25%, #017AA0 111.39%);
    position:relative;
    
}
.steps-main::before {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/assets/images/steps-bg.jpg);
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    opacity : 0.6;
    z-index: 0;
}
.steps-main .container{
    position:relative;
    z-index:1;
}

.steps-elements{
    display:flex;
    /*flex-wrap:wrap;*/
    gap:1.2rem;
    justify-content: center;
}
.steps-elements .element{
    display:flex; 
    flex-direction:column;
    gap:8px;
    padding:12px;
    background:#fff;
    max-width:224px;
}
@media(max-width:1200px){
    .steps-elements .element{
        max-width:180px;
    }
}
@media(max-width:991px){
    .steps-elements .element{
        max-width:unset;
        width:100%;
        flex-direction:row;
        gap: 12px;
    }
    .steps-elements{
        flex-direction: column;
    }
    
}
.steps-elements .element .num{
    font-family: "trump";
    font-size:20px;
    line-height:40px;
    padding: 0 15px;
    text-align:center;
    font-weight:700;
    color:#fff;
    width:40px;
    height:40px;
    border-radius:50%;
    background:#0076A3;
    
}
.steps-elements .element p{
    margin-bottom:0;
}
.steps-elements .element .title-h5{
    margin-bottom:8px;
}
.services-main .element a{
    color:#333644;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
    border: 1px solid #0076A3;
}
.services-main .element img{
    width: 120px;
    height: 108px;
    object-fit: cover;
    margin: 6px 0;
}
@media(max-width:768px){
    .services-main .element img {
        width: 80px;
        height: 72px;
        margin: 4px 0;
    }
}


.services-main .element .title-h5{
    font-size: 24px;
    width:100%;
    margin: 0;
}
.services-main .element .title-h5::after{
       border-top: 2px solid #0076A3;
    border-right: 2px solid #0076A3;
}
.services-main .element a:hover .title-h5{
    color:#0076A3;
}
.services-main .element a:hover .title-h5::after{
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 768px) {
    .advantages-banner .container>div{
        flex-direction:column;
        gap:20px;
    }
}
.btn-center{
    display:flex;
    justify-content:center;
}
.banner-seotext{
    padding: 0 8px;
}
.banner-seotext .container{
    background: linear-gradient(272.11deg, #004960 19.21%, #0086B0 116.3%);
    padding:12px 20px;
}
.banner-seotext .content{
    display:flex;
    align-items:center;
    gap:40px;
}
.banner-seotext p{
    margin-bottom:0;
    font-size: 18px;
}
.banner-seotext .title{
    font-family: "trump";
    line-height:130%;
    font-size:36px;
    margin-bottom:8px;
}
.banner-seotext .text-content{
    display:flex;
    align-items:center;
    gap:60px;
}
.banner-seotext img{
    height: 16rem;
    width: 23rem;
    object-fit: contain;
}

@media (max-width: 848px) {
    .banner-seotext .text-content{
        flex-direction:column;
        align-items: flex-start;
        gap: 8px;
    }
}
@media (max-width: 663px) {
    .banner-seotext .text-content{
        flex-direction:column;
        align-items: flex-start;
        gap: 8px;
    }
    .banner-seotext .content{
        flex-direction:column-reverse;
    } 
    .banner-seotext img{
        height: 100%;
        width: 23rem;
        object-fit: contain;
    }
}
.faq-main{
    margin-bottom: 40px;
}
.faq-elements{
    display:flex;
    flex-wrap: wrap;
    gap:12px;
}
.faq-elements .element{
    width: 48%;
    height: max-content;
    padding: 12px;
    background: #F3F3F3;
    cursor: pointer;
}
.faq-elements .element>div{
    display: flex;
    gap: 16px;
    align-items: center;
}
.faq-elements .element .faq-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 16px;
  background:
    linear-gradient(#fff, #fff),
    linear-gradient(#fff, #fff),
    #0076A3;
  background-position: center;
  background-size: 50% 2px, 2px 50%; 
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.faq-elements .element.opened .faq-icon {
  background:
    linear-gradient(#fff, #fff),
    #0076A3;
  background-position: center;
  background-size: 50% 2px;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.faq-elements .element .question{
    font-family: trump;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.faq-elements .element .answer{
    margin-left: 48px;
    margin-top: 8px;
    margin-bottom: 0;
    display: none;
}
.faq-elements .element.opened .answer{
    display: block;
}
@media (max-width: 768px) {
    .faq-elements .element{
        width: 100%;
    }
}
.catalog-elements{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.catalog-elements .element{
    width: 19%;
    border: 1px solid #C7C7C7;
}
.catalog-elements .element .img-wrapper {
    overflow: hidden;
    position: relative;
    height: 215px;
}
@media (max-width: 1170px) {
    .catalog-elements .element{
        width: 24%;
    }
}
@media (max-width: 831px) {
    .catalog-elements .element{
        width: 32%;
    }
}
@media (max-width: 586px) {
    .catalog-elements .element{
        width: 48%;
    }
     .catalog-elements .element .img-wrapper {
        height: 215px;
    }
    .catalog-elements .element .element-content .title-h5{
        margin-bottom: 4px;
        letter-spacing: 0.5px;
    }
}
.catalog-elements .element .img-wrapper .element-img{
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.catalog-elements .element .img-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.catalog-elements .element .img-wrapper .hiddentitle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: 2;
    opacity: 0;
    text-align: center;
}
.catalog-elements .element .img-wrapper .hiddentitle span {
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 10px 30px;
    color: #fff;
    display: inline-block;
}
.catalog-elements .element .element-content{
    background: #0086B0;
    padding: 8px;
    color: #fff;
}
.catalog-elements .element .element-content .title-h5{
    margin-bottom: 4px;
}
.catalog-elements .element .element-content p{
    margin-bottom: 0;
}
.catalog-elements .element:hover .img-wrapper .hiddentitle {
    opacity: 1;
}
.catalog-elements .element:hover .img-wrapper:after {
    opacity: 1;
}
.btn-border{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #fff;
}
.product-sale-banner{
    background: linear-gradient(272.11deg, #004960 19.21%, #0086B0 116.3%);
    padding: 12px 20px;
    color: white;
    text-align: justify;
    font-size:1.5rem;
}
@media(max-width:1230px){
    .product-sale-banner{
    margin-top:2rem;
    }
}
@media(max-width:767px){
    .product-sale-banner{
    margin-top:2rem;
    }
}
.product-sale-banner p{
      margin-bottom: 1rem;
}
.product-sale-banner .title{
    font-family: "trump";
    font-size: 3rem;
    text-align: center;
    letter-spacing: 2px;
}
.product-sale-banner a{
    color:#00c5ff;
}
.top-slider .img-mob{
    display:none;
}
@media (max-width:768px){
    .top-slider .img-mob{
        display:block;
    }
    .top-slider .img-pc{
        display:none;
    }
    .top-slider img,.top-slider {
        min-height: 80vw;
        height:80vw;
    }
    
    .noneaction .top-slider .element-content > .container {
        padding-top:1.25rem;
    }
    .noneaction .top-slider .element-content > .container > .element-content-inner{
        vertical-align: top;
    }
}
@media (max-width:567px){
    .top-slider img,.top-slider {
        min-height: 100vw;
        height:100vw;
    }
}
#cta-banner-blog{
    margin:40px 0;
    padding:12px 20px;
    background:#F3F3F3;
    display:flex;
    align-items:center;
    gap:40px;
}
#cta-banner-blog img{
    height:160px;
    width:160px;
    object-fit:cover;
}
#cta-banner-blog p{
    margin-bottom:12px;
}
#cta-banner-blog .title{
    font-family: "trump";
    font-size: 3rem;
    line-height:100%;
}
@media (max-width:567px){
    #cta-banner-blog{   
        margin:30px 0;
        flex-direction:column;
        gap:12px;
    }
    #cta-banner-blog img{
        height:auto;
        width:230px;
    }
}
.parent-513 .content ul.two-columns{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.parent-513 .content ul.two-columns li{
    width: 49%;
}
@media (max-width:768px){
    .parent-513 .content ul.two-columns li{
        width: 100%;
    }
}
#contact-form{
    padding:20px;
    background: linear-gradient(272.63deg, #004C63 2.19%, #0086B0 155.72%);
    display:flex;
    gap:40px;
}
#contact-form .text{
    color:#fff;
    width:45%;
}
#contact-form .text .title,
#callback_2 .title{
    font-family: "trump";
    font-size: 48px;
    line-height:100%;
    margin-bottom:12px;
    font-weight: normal;
    text-align: left;
}
#contact-form form{
   width:50%;
}
#contact-form .form-row,
#callbackform .form-row{
    display:flex;
    justify-content: space-between;
}
#contact-form .form-row .form-group,
#callbackform .form-row .form-group{
    width:49%;
}
#contact-form .agreement{
    color:#fff;
    margin-bottom:16px;
} 
#contact-form textarea,
#callbackform textarea{
    height:45px;
    min-height:unset;
} 
#callback_2{
    width:50vw;
}
@media (max-width:1200px){
    #contact-form .g-recaptcha,
    #callbackform .g-recaptcha{
        transform: scale(0.8);
        transform-origin: 0 0;
    } 
}
@media (max-width:991px){
    #contact-form .g-recaptcha{
        transform: scale(0.6);
    } 
    #callback_2{
        width:80vw;
    }
}
@media (max-width:768px){
    #contact-form{
        gap:20px;
    }
    #contact-form, 
    #contact-form .form-row, 
    #callbackform .form-row{
        flex-direction:column;
    }
    #contact-form form,
    #contact-form .text,
    #contact-form .form-row .form-group,
    #callbackform .form-row .form-group{
       width:100%;
    }
    #contact-form .g-recaptcha,
    #callbackform .g-recaptcha{
        transform: scale(1);
    } 
    #contact-form  input[type="button"],
    #callbackform  input[type="button"]{
        width:100%;
        margin-top:12px;
    }
    #callback_2{
        width:90vw;
    }
}




@media (min-width: 768px) {
    
.related-gallery {
    position: relative;
    width: 100%;
}

.related-thumbnails {
    position: relative;
    display: flex;
    height: 250px;
    width: 100%;
    z-index:2;
    /* margin-bottom: 2rem; */
    overflow: hidden;
}

.related-thumb {
    flex: 1;
    cursor: pointer;
    display:flex;
    align-items: flex-end;
    justify-content: center;
}

.related-thumb img {
    position: absolute;
    inset: 0;
    opacity: 0;
    object-fit:cover;
    width:100%;
    height:auto;
    top:50%;
    transform: translateY(-50%);
    left:0;
    bottom:0;
    right:0;
    z-index:-2;
}

.related-bullets{
    display: flex;
    gap: 0.25rem;
    justify-content: flex-end;
    position: absolute;
    bottom: 12px;
    right: 12px;
    padding: 0.5rem;
    background: #0086b033;
    border-radius: 20px;
}
.related-bullets .related-bullet{
    cursor: pointer;
    opacity:.4;
    width: 8px;
    height: 8px;
    background: #0086b0;
    border-radius: 50%;
}
.related-bullets .related-bullet.active{
    opacity:1;
    width: 8px;
    height: 8px;
    background: #0086b0;
    border-radius: 50%;
}
.related-thumb:hover img,
.related-thumb:not(:hover):first-child img,
.related-thumb.hover img,
.related-thumb:not(.hover):first-child img {
    z-index: -1;
    opacity: 1;
}
.related-thumbnails .related-thumb:hover ~ .related-thumb img,
.related-thumbnails .related-thumb.hover ~ .related-thumb img {
    opacity: 0 !important;
}
.related-thumb:hover .related-bullet,
.related-thumb.hover .related-bullet{
    opacity: 1 !important;
}
}

@media (max-width: 768px) {
    .related-thumbnails{
        position:relative;
    }
    .related-thumbnails .owl-dots{
        display: flex;
        gap: 0.25rem;
        justify-content: flex-end;
        position: absolute;
        bottom: 12px;
        right: 12px;
        padding: 0.5rem;
        background: #0086b033;
        border-radius: 20px;
    }
    .related-thumbnails .owl-dots .owl-dot{
        opacity:.4;
        width: 8px;
        height: 8px;
        background: #0086b0;
        border-radius: 50%;
    }
        .related-thumbnails .owl-dots .owl-dot.active{
        opacity:1;
        width: 8px;
        height: 8px;
        background: #0086b0;
        border-radius: 50%;
    }


}
.footer-wrapper .submenu .submenu_second ul{
    list-style: disc;
    padding-left: 1.5rem;
}
.footer-wrapper .submenu .submenu_second ul li{
    margin-bottom: 0.5rem;
}
.footer_requizites{
    margin: 1rem 1rem 1rem 0;
}
.footer_requizites p{
    margin: 0;
    font-size: 12px;
}
.content table{
    /* margin-bottom: 30px; */
    width: max-content;
}
.content table td, .content table p{
    width: max-content;
}
.text-start{
    text-align: start !important;
}
.gallery_tpl_index_pam img{
    height: 360px;
    object-fit: cover;
}
.by_grizzly {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

@media (max-width: 576px) {
    .by_grizzly {
        flex-direction:column;
         align-items: start;
    }
}

.thank-you-wrapper{
    max-width: 600px;
    margin: 50px auto;
    text-align: center;
    padding: 40px 20px;
    background: #fff;
}
.thank-you-title{
    margin-bottom: 5px;
}
.thank-you-text{
    font-size: 1.6rem;
    color: #555;
    margin-bottom: 15px;
    text-align: center !important;
}
.thank-you-button{
    color: #fff;
    text-decoration: none;
}
.sticky-sidebar-wrapper .social_item {
    width: unset;
}
.sticky-sidebar-wrapper {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) translateX(20px);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    width: clamp(160px, 12vw, 220px);
    box-sizing: border-box;
}

.sticky-sidebar-wrapper.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

.sticky-sidebar-wrapper .header_contacts {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.sticky-sidebar-wrapper .button_header_item,
.sticky-sidebar-wrapper .button_header_item a,
.sticky-sidebar-wrapper .btn_banner,
.sticky-sidebar-wrapper .calculate_btn {
    width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    margin: 0;
}

@media (max-width: 1499px) {
    .sticky-sidebar-wrapper {
        display: none !important;
    }
}
@media (max-width: 1650px) and (min-width: 1500px) {
    .sticky-sidebar-wrapper .header_contacts {
        gap: 5px;
    }
    .sticky-sidebar-wrapper {
        right: 10px !important;
        width: 140px !important;
        padding: 12px !important;
    }
    .sticky-sidebar-wrapper .btn_banner {
        font-size: 11px !important;
        padding: 8px 2px !important;
    }

    .sticky-sidebar-wrapper .social_header_items {
        gap: 2px !important;
    }
    .sticky-sidebar-wrapper .social_item img {
        width: 28px !important;
        height: auto !important;
    }

    .sticky-sidebar-wrapper .calculate_btn .text {
        font-size: 9px !important;
    }
    .sticky-sidebar-wrapper .calculate_btn svg {
        width: 14px !important;
        height: 14px !important;
    }
    .sticky-sidebar-wrapper .social_item{
        margin: 0;
    }
    .sticky-sidebar-wrapper .calculate_btn>div{
        margin: 0;
    }
}