.small-container{
    max-width: 900px;
    margin: auto;
}

.swiper-slide {
    width: 100%;

}



.slider-text {
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1150px;
}

.slider-first-text {
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
}

.slder-info {
    font-size: 18px;
    text-align: left;
    color: #fff;
    width: 570px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.mobile-foto{
    display: none;
}

.categories-item{
    width: 50%;
    padding: 10px;
}

.categories-item a div{
    display: flex;
    align-items: center;
}

.categories-item a svg:last-child{
    margin-left: 30px;
}

.categories-item div:first-child {
    border-radius: 20px;
    padding: 25px 27px;
}

.categories-item:nth-child(1) div {
    background: #2F5D50;
}

.categories-item:nth-child(2) div {
    background: #A7C7E7;
}

.categories-item:nth-child(3) div {
    background: #6D4C41;
}

.categories-item:nth-child(4) div {
    background: #FBC02D;
}

.categories-block{
    margin-top: 125px;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
}

.categories-item a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.categories-item p{
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    color: #fff;

}

.slider-text a {
    color: #fff;
}

.number {
    margin-left: 150px;
    color: #fff;
}

.slider-pages div,
.slider-pages span {
    display: flex;
    align-items: center;
}

.page-breadcrumb ul li {
    list-style: none;
}


.slder-info {
    line-height: 30px;
}

.brend-item {
    border-radius: 10px;
    background: #fff;
    text-align: center;
    padding: 64px;
    box-shadow: 0px 4px 9px 0px #7D7D7D2B;
    border: 1px solid #E9E9E9;

}

.brend-slider{
    padding: 10px !important;
}

.brend-row {
    display: flex;
    justify-content: center;
    margin-top: 54px;
}

.circle {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #494d4e;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.row {
    width: 89px;
    height: 4px;
    border-radius: 2px;
    background: #494d4e;
    margin: 0 2px;
}

.title-underline {
    display: flex;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 30px;
}

.section-tile {
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 120px;


}

.texnika-section {
    margin: 93px 0 79px;
}

.product-card-item img {
    min-height: 300px;
    object-fit: contain;
    padding: 14px 11px 0;

}

.product-card-item {
    width: 25%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 3px 12px rgba(127, 126, 140, 0.16);
    margin-bottom: 10px;
    text-align: center;

}

.texnika-name {
    padding: 15px 0 24px 26px;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #060404;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.product-card {
    display: flex;
    flex-wrap: wrap;
    margin-top: 56px;
    /* justify-content: space-between; */
}

.product-card-scrollbar {
    display: none;
}

.product-item-slider .swiper-btn-block,
.texnika-section .swiper-btn-block {
    width: 50px;
    margin: auto;
}

.product-item-slider .swiper-button-next,
.product-item-slider .swiper-button-prev,
.texnika-section .swiper-button-next,
.texnika-section .swiper-button-prev {

    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    opacity: 1 !important;
    background: #fff;
    filter: drop-shadow(0px 3px 6px rgba(253, 92, 138, 0.07));
    border: 1px solid #d5d5d5;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(253, 92, 138, 0.07));
}

.swiper-button-prev {
    position: relative;
    left: auto;
    right: 70px;
}

.product-item-slider .swiper-button-next:after,
.product-item-slider .swiper-button-prev:after,
.texnika-section .swiper-button-next:after,
.texnika-section .swiper-button-prev:after {
    font-size: 17px;
    color: #6a5944;
}


.swiper-btn-block {
    display: none;
}

.new-product-section {
    margin: 100px 0 118px;
}

.product-btn {
    padding: 0 10px;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    color: #1f2535;
    cursor: pointer;
    border: none;
    background: transparent;
}

.new-product-section .product-btn:not(:last-child) {
    border-right: 1px solid #DDDDDD;
}

.product-btn:hover {
    color: #f4720a;
}

.new-product-btn {
    margin: 30px -10px;
}

.count {
    display: flex;
    align-items: center;
    border: 1px solid #C5C5C5;
    border-radius: 2px;
    background: transparent;
    justify-content: space-between;
    border-radius: 5px;
    padding: 3px 5px;
}

/* Chrome, Safari, Edge */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.minus,
.plus {
    padding: 6px 10px 6px 15px;
    border: none;
    background: #fff;
    color: #7C7C7C;
    cursor: pointer;
    font-size: 16px;
}

.count-number {
    border-left: 0.5px solid #C5C5C5;
    border-right: 0.5px solid #C5C5C5;
    padding: 0 5px;
    color: #7C7C7C;
    font-size: 16px;
}

.product-card-img {
    margin-bottom: 33px;
}

.product-icon button{
    cursor: pointer;
    border:none;
    background: transparent;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0px 4px 9px 0px #94949440;
    padding: 5px;

}

.product-icon button:first-child{
    margin-right: 10px;
}

.product-title {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    margin-bottom: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}


.type {
    font-size: 16px;
    text-align: left;
    color: #2F6743;
    margin-bottom: 13px;

}

.price {
    font-size: 23px;
    font-weight: 400;
    text-align: left;
    color: #000000;
    margin-bottom: 4px;
}

.product-item {
    width: 25%;
    padding: 12px;


}

.product-icon {
    display: flex;
    /* margin-left: 30px; */
    padding: 0 13px;
}

.product-icon img {
    padding: 0 5px;
}

.product-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.count-price-icon {
    display: flex;
    justify-content: space-between;
}

.price-count-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

.product-page #products-list-container{
    width: 75%;
}

.product-page .product-item{
    width: 33.33%;
}

.service-description {
    margin: 25px 0 55px;
    max-width: 1000px;
    font-family: Roboto;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #000;

}

.service-item {
    width: 33.333%;
    background: transparent;
    border: 1px solid #d7dbde;
    padding: 19px 0 17px 23px;
    /* margin:  0 8px 20px; */

}

.service-img{
    width: 68px;
    padding-bottom: 51px;
}

.about-img {
    max-width: 90px;
    margin-right: 46px;
}

.service-title {
    font-size: 23px;
    line-height: 41px;
    text-align: left;
    color: #545454;
    margin-bottom: 9px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.service-btn {
    border: none;
    cursor: pointer;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #5e5e5e;
    background: transparent;
}

.service-btn img {
    padding-left: 7px;
}

.service-card-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 135px;
}

.about-description {
    max-width: 1170px;
    font-family: Roboto;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #000;
    margin: 34px 0 47px;
}

.about-item {
    width: 50%;
    padding: 23px 12px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}

.about-card-row {
    display: flex;
    flex-wrap: wrap;
    margin: 100px -23px 90px;
}

.about-title {
    font-size: 36px;
    text-align: left;
    color: #000000;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    max-width: 516px;

}

.about-text {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

}



.news-foto img{
    border-radius: 10px;

}

.news-date {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #000;
    margin: 10px 0;

}

.news-title {
    font-size: 25px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 70px;
    margin-bottom: 20px;
}

.news-desc{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.news-slider{
    padding: 10px 20px 90px !important;
    margin-bottom: 60px;
}


.news-slider .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}


.news-slider .swiper-pagination-bullet-active {
    background: #2F6743;
}

.news-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    transition: 0.3s;
}

.news-slider .swiper-pagination-bullet-active {
    background: #2F6743;
    width: 10px;
    border-radius: 10px;
}

.news-detail-page .section-tile{
    text-align: center;
    margin-bottom: 30px;
}

.map-section{
    margin-bottom: 52px;
}

.page-top-title {
    display: flex;
    margin: 37px 0;
}

.title-line {
    padding: 0 8px;
}

.first-title a {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
}

.two-title a{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #000;

}

.type-title {
    background: #2F6743;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #fff;
    padding: 22px 13px;
    border-radius: 10px 10px 0 0;

}

.type-row label,
.type-row input,
.popup-form label,
.popup-form input,
.fast-request-form input,
.fast-request-form label{
    font-size: 16px;
    text-align: left;
    color: #000;
    margin-left: 10px;
    cursor: pointer;
}
.fast-request-form label:hover
.fast-request-form input:hover,
.type-row label:hover,
.type-row input:hover,
.popup-form label:hover,
.popup-form input:hover {
    color: #2F6743;
}

.type-block{
    padding: 10px 13px 25px;
}

/* base checkbox */
.row-item input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;

    width: 18px;
    height: 18px;

    border: 2px solid #DFDFDF; /* 👈 серый border */
    background: #fff;

    cursor: pointer;
    position: relative;
    margin-right: 8px;
    border-radius: 3px;
}

/* checked border (optional but better UX) */
.row-item input[type="checkbox"]:checked {
    border-color: #2F6743;
    background: #fff;
}

/* check icon */
.row-item input[type="checkbox"]::before {
    content: "";
    position: absolute;

    top: 2px;
    left: 2px;

    width: 4px;
    height: 10px;

    border-right: 2px solid #2F6743;
    border-bottom: 2px solid #2F6743;

    transform: rotate(0deg);
    opacity: 0;
    transition: 0.2s;
}

/* show check */
.row-item input[type="checkbox"]:checked::before {
    opacity: 1;
    transform: rotate(45deg);
    top: 0px;
    left: 4px;
}

.row-item {
    padding: 15px 0 9px;
    display: flex;
}

.row-item:not(:last-child) {
    border-bottom: 1px solid #DFDFDF;
}

/* hide on desktop (optional) */
.filter-open {
    display: none;
    cursor: pointer;
}

/* modal hidden */
.type-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: #ffffffd6;
    backdrop-filter: blur(23px);
    z-index: 999;
}

/* center content */
.type-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 90%;
    max-width: 400px;
}

/* close icon */
.type-close {
    position: absolute;
    top: -40px;
    right: -8px;
    cursor: pointer;
    font-size: 20px;
}


.type-row {
    width: 20%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0px 4px 11px 0px #A8A8A840;
    height: fit-content;
    margin-top: 37px;

}

.product-list {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 -6px;
}

.product-type {
    display: flex;
    justify-content: space-between;
    margin-bottom: 115px;
}

.more-icon {
    display: none;
}

.show {
    display: block !important;
}

.product-block {
    display: block;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 14px 14px 20px;
    box-shadow: 0px 4px 11px 0px #62626240;
    height: 100%;
}

.product-three-foto div{
    padding: 6px;

}

.product-three-foto div img{
    box-shadow: 0px 4px 11px 0px #AFAFAF40;
    border-radius: 10px;

}

.photo-block {
    width: 50%;
}

.product-ditail-block {
    display: flex;
    justify-content: space-between;
}

.product-ditail-title {
    font-size: 50px;
    font-weight: 700;
    text-align: left;
    color: #000;
    margin-bottom: 12px;

}


.article{
    font-weight: 400;
    font-size: 16px;
    color: #2F6743;
    margin-bottom: 52px;

}

.parametrs-item {
    display: flex;
    padding: 11px 17px;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #A9A9A9;
    position: relative;

}


.parametrs-div {
    width: 100%;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #A9A9A9;
    margin: 20px 0 26px;
    margin: 150px 0;
}

.parametrs-item p{
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}

.parametrs-div p:first-child{
    width: 40%;
}
.parametrs-div p:last-child{
    width: 60%;
    text-align: left;
    padding-left: 17px;
}

.parametrs-item::after {
    content: "";
    position: absolute;
    left: 40%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #A9A9A9;
}

.parametrs-item:nth-child(odd) {
    background: #F5F5F5;
}

.parametrs-div .parametrs-item:last-of-type {
    border-bottom: none;
}

.parametrs-title {
    padding-bottom: 15px;
}

.more-price-title {
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    color: #46474b;

}

.more-product-price {
    font-weight: 500;
    font-size: 40px;
    text-align: left;
    color: #2F6743;

}

.price-div {
    display: flex;
    align-items: center;

}

.more-product-price {
    padding-right: 20px;
}

.product-sale {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #8E8E8E;
    position: relative;
    display: inline-block;

}


.product-sale::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #8E8E8E;
    transform: rotate(-15deg);
}

.product-price .count {
    max-width: 185px;
    background: #fff;
    border: 1px solid #C5C5C5;
    margin: 33px 0 50px;

}

.product-price .count div{
    width: 33.3%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-price .count .plus,
.product-price .count .minus {
    padding: 6px 10px 6px 12px;
    color: #7C7C7C;
}

.sales span{
    color: #CD0303;
}

.sale-block .price{
    text-align: center;
}

.remove-item{
    border: none;
    background: transparent;
    font-size: 16px;
    cursor: pointer;
}

/* .product-price .count-number {
    padding: 0 15px;
} */

.all-price {
    font-weight: 500;
    font-size: 41px;
    letter-spacing: 0.05em;
    color: #000;
    margin-left: 40px;

}

.button-div {
    display: flex;
}

.add-btn {
    background: transparent;
    color: #fff;
    border: none;
    font-size: 13px;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 63px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0px 4px 9px 0px #94949440;
    padding: 5px;
}

.add-btn img,
.choose-btn img {
    background: #fff;
    padding: 5px;
    color: #494d4e;
    margin-right: 6px;

}

.choose-btn {
    background: #fff;
    color: #313131;
    padding: 14px 5px;
    border: none;
    font-size: 14px;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0px 4px 9px 0px #94949440;
    padding: 5px;
}

.product-detail-page .choose-btn,
.product-detail-page .add-btn{
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0px 4px 9px 0px #94949440;
    padding: 10px;
    margin-left: 16px;

}

.product-detail-page .choose-btn img,
.product-detail-page .add-btn img{
    background: transparent;
    width: 100%;
    margin-right: 0;
    max-width: 32px;
}

.product-price .count{
    margin: 0;
}

.product-detail-page .product-price{
    margin: 33px 0 50px;
}

.product-three-foto{
    display: flex;
}

.product-ditail-text {
    max-width: 1375px;
    font-family: Roboto;
    font-weight: normal;
    font-size: 16px;
    line-height: 36px;
    text-align: left;
    color: #000;
    margin: 31px 0 29px;
    padding: 31px 28px 31px 37px;

}

.discription {
    margin-top: 120px;
}

.copy-product-row {
    display: flex;
    flex-wrap: wrap;
    margin: 53px 0;
}

.count-product {
    font-size: 11px;
    color: #000;
    margin-top: 5px;

}

.copy-product-row .product-item {
    width: 16.5%;
}

.product-block {
    padding: 7px 10px 10px;
}

.title-price-block {
    width: 50%;

}

.partners-item {
    width: 25%;
    border-radius: 3px;
    padding: 10px;
}

.partners-item-class{
    display: block;
    padding: 63px 66px;
    box-shadow: 0px 4px 9px 0px #7D7D7D2B;
    font-size: 12px;
    border-radius: 10px;
}


.information-page .section-tile,
.partners-page .section-tile{
    margin-bottom: 37px;
}

.about-page .section-tile{
    margin: 37px 0;
}

.about-page .gallery{
    margin: 77px 0 90px;
}


.information-page .editor{
    margin-bottom: 127px;
}

.partners-row {
    display: flex;
    flex-wrap: wrap;
    margin: 29px -10px 53px;
}

.partners-page .map-block{
    margin-bottom: 52px;
}

.news-block{
    margin: 0 -15px 120px;
    display: flex;
    flex-wrap: wrap;
}

.news-block  .news-item{
    width: 33.3%;
    padding: 15px;
    display: flex;
    height: auto;
}

.news-item a{
    display: block;
    padding: 12px 12px 34px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 6px 16px 0px #7E7E7E33;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: auto;
}

.news-ditail-foto {
    width: 100%;;
    margin: 22px 0 37px;
}

.gallery {
    clear: both;
    margin: 43px 0 38px;
}

.gallery_row_item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 33px;
}

.gallery_block__item {
    position: relative;
    padding: 5px;
    width: 25%;
}

.gallery_block__item a{
    display: flex;
    height: 100%;
}

.gallery_block__item img{
    border-radius: 5px;
}

.video-icon{
    position: absolute;
    top: 16px;
    left: 16px;
}

.news-ditail-text {
    margin-top: 46px;

}

.profilePage {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.profilePage .product-item {
    width: 50%;
}

.product-price {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
    align-items: center;
}

.product-price .mobile-title {
    font-weight: 600;
}

.product-price .border {
    grid-column: 1 / -1;
    height: 1px;
    background: #BEBEBE;
}

.profile-menu {
    border-radius: 30px;
    background: #fff;
    box-shadow: 0px 4px 23px 0px #96969640;
    padding: 14px 120px 25px 0;
    width: 28%;
    height: fit-content;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.profile-page-item a {
    font-size: 20px;
    display: flex;
    align-items: center;
    padding: 13px 10px 13px 0;
    justify-content: space-between;
    color: #000;
}

.profilePage-menu-trigger {
    display: none;
}

.profilePage-popup-menu .profile-page-item {
    justify-content: flex-end;
}

.profilePage-popup-menu {
    display: none;
}

.actives{
    background: #2F6743;
    color: #fff;
    padding: 5px 50px 6px 0;
    border-radius: 0 56px 56px 0;
    -webkit-border-radius: 0 56px 56px 0;
    -moz-border-radius: 0 56px 56px 0;
    -ms-border-radius: 0 56px 56px 0;
    -o-border-radius: 0 56px 56px 0;
}

.actives p{
    color: #fff;
}

.active {
    color: #2F6743;
}

.icon-text {
    display: flex;

}

.icon-text p {
    padding-left: 32px;
}

.product-card-item img:hover {
    transition: transform 1.5s ease;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: transform 1.5s ease;
    -moz-transition: transform 1.5s ease;
    -ms-transition: transform 1.5s ease;
    -o-transition: transform 1.5s ease;
}

.red {
    color: red;
}

/* input effect */
/* .group {
    position: relative;
    margin-bottom: 45px;
}
.fast-request-form input,
.form-input-row input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 250px;
    border: none;
    border-bottom: 1px solid #E8E8E8;
    background: transparent;
}

.login-form input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 510px;
    border: none;
    border-bottom: 1px solid #E8E8E8;
    background: transparent;
}

.fast-request-form input,
.login-form input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #E8E8E8;
    background: transparent;
}

.fast-request-form .bar{
    width: 100%;
}

.login-form .bar {
    position: relative;
    display: block;
    width: 510px;
}
.fast-request-form input:focus,
.form-input-row input:focus,
.login-form input:focus {
    outline: none;
}

/* LABEL ======================================= */
/* .fast-request-form label,
.form-input-row label,
.login-form label,
.popup-form label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    /* width: 200px; */
/* transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
-webkit-transition: 0.2s ease all; */
/* } */

/* active state */
/* .fast-request-form input:focus~label,
.fast-request-form input:valid~label,
.form-input-row input:focus~label,
.form-input-row input:valid~label,
.login-form input:focus~label,
.login-form input:valid~label,
.popup-form input:focus~label,
.popup-form input:valid~label {
    top: -20px;
    font-size: 14px;
    color: #f4720a; */
/* } */

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 250px;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #f4720a;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

/* active state */
.fast-request-form input:focus~.bar:before,
.fast-request-form input:focus~.bar:after,
.form-input-row input:focus~.bar:before,
.form-input-row input:focus~.bar:after,
.login-form input:focus~.bar:before,
.login-form input:focus~.bar:after,
.popup-form input:focus~.bar:before,
.popup-form input:focus~.bar:after{
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.fast-request-form input:focus~.highlight,
.form-input-row input:focus~.highlight,
.login-form input:focus~.highlight,
.popup-form input:focus~.highlight{
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #f4720a;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #f4720a;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #f4720a;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.form-input-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.form-block {
    width: 65%;
}

.form-item {
    width: 100%;
    position: relative;
    margin-bottom: 37px;
}

.form-item input{
    width: 100%;
    border: 1px solid #DEDEDE;
    padding: 18px;
    border-radius: 86px;
    -webkit-border-radius: 86px;
    -moz-border-radius: 86px;
    -ms-border-radius: 86px;
    -o-border-radius: 86px;
    outline: none;
}

.form-item  .group select {
    width: 100%;
    border: 1px solid #DEDEDE;
    padding: 18px;
    border-radius: 86px;
    -webkit-border-radius: 86px;
    -moz-border-radius: 86px;
    -ms-border-radius: 86px;
    -o-border-radius: 86px;
    outline: none;
    background: url('../image/Polygon 3 (1).png') no-repeat right 10px center;
    background-size: 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    cursor: pointer;
}

.form-item  .group label {
    position: absolute;
    top: -10px;
    left: 14px;
    background: #fff;
    padding: 0px 10px;
    color: #2E2F3099;
}


.form-item label{
    position: absolute;
    top: -10px;
    left: 14px;
    background: #fff;
    padding: 0px 4px;
    color: #2E2F3099;
}

.contact-page-form .form-item:last-child{
    width: 100%;
}

.message{
    width: 100% !important;

}

.message textarea{
    padding-right: 32px;
    border: 1px solid #DEDEDE !important;
    height: 200px;
    border-radius: 32px;
}


.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
}

.form-btn {
    padding: 18px 107px;
    background: #fff;
    border: 1px solid #494d4e;
    font-size: 14px;
    line-height: 15px;
    text-align: left;
    color: #2F6743;
    cursor: pointer;
    width: 100%;
    text-align: center;
    border-radius: 86px;
    -webkit-border-radius: 86px;
    -moz-border-radius: 86px;
    -ms-border-radius: 86px;
    -o-border-radius: 86px;margin-bottom: 125px;
}

.form-btn:hover{
    background: #2F6743;
    color: #fff;
}

.profie-page .form-input-row {
    justify-content: space-between;

}

.profie-page .form-btn {
    margin-top: 0;
}

.login-div {
    max-width: 880px;
    margin: 68px auto;
    border-radius: 5px;
    background: #fff;

}

.login-div p{
    font-weight: 400;
    font-size: 24px;
    line-height: 47px;
    text-align: center;
    margin-bottom: 109px;

}

.checkboxs-link a{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    color: #272A2CCF;

}

.login-div .login-form label{
    max-width: 200px;
}

.login-page-logo {
    max-width: 260px;
    margin: auto;
}

.login-form {
    max-width: 740px;
    margin: auto;
}



.div-checkbox {
    display: flex;
}

.checkboxs-link {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 41px;
    align-items: center;
}

/*.checkboxs-link a {*/
/*    text-decoration: underline;*/
/*    font-size: 12px;*/
/*    line-height: 18px;*/
/*    text-align: left;*/
/*    color: #494d4e;*/
/*}*/

.checkboxs-link p {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #2b3c45;
    margin-left: 5px;
    width: auto;

}

.checkboxs-link input {
    width: 16%;

}
.form-loginpage-btn-once {
    width: 100%;
    padding: 15px 100px;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    color: #494d4e;
    cursor: pointer;
}
.login-btn{
    width: 100%;
    padding: 18px 5px;
    background: #fff;
    border: 1px solid #2F6743;
    border-radius: 86px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #2F6743;
    cursor: pointer;
}

.register-btn {
    max-width: 250px;
    padding: 15px 100px;
    background: #494d4e;
    border: 1px solid #494d4e;
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    cursor: pointer;

}
.form-loginpage-btn-once{
    display: flex;
    /* justify-content: center; */
}

.form-loginpage-btn {
    display: flex;
    justify-content: space-between;
}


/* menu */
nav.greedy {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    background: #f2f2f2;
}

nav.greedy h1 {
    display: flex;
    align-self: stretch;
    align-items: center;
    background: #d8d8d8;
    color: #404040;
    padding: 0 1.5rem;
    font-weight: bold;
}

nav.greedy button {
    align-self: stretch;
    transition: all .4s ease-out;
    padding: 0 1rem 0 1.5rem;
    outline: 0;
    border: 0;
    font-size: 0.9rem;
    font-weight: bold;
    background: #c8c8c8;
    color: #404040;
}

nav.greedy button.hidden {
    transition: none;
    border-right: 0.5rem solid #b6b6b6;
    width: 0;
    padding: 0;
    overflow: hidden;
}

nav.greedy button::after {
    content: attr(count);
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: #9f9f9f;
    color: #f2f2f2;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    font-size: 14px;
    line-height: 14px;
    margin-left: 1rem;
    margin-right: calc(-1rem + -8px);
}

ul.links {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    overflow: hidden;
}

ul.links li {
    flex: none;
    padding: 1rem;
}

ul.links li a {
    color: #404040;
}

ul.hidden-links {
    position: absolute;
    background: #d8d8d8;
    right: 0;
    top: 100%;
}

ul.hidden-links li a {
    color: #404040;
    padding-right: 1rem;
}

ul.hidden-links.hidden {
    display: none;
}

ul.hidden-links li {
    padding: 1rem;
}

/*
  -- Demo Styles
  */


h5 {
    text-align: center;
    margin: auto;
    font-size: 0.8rem;
    line-height: 140%;
    margin-top: 1rem;
    max-width: 50ex;
}

.mail-text{
    margin-top: 53px;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    color: #2b3c45;

}


.form-loginpage-btn-once .login-btn{
    display: flex;
    justify-content: center;
    width: 100%;
}

.about-text-title{
    margin: 60px 0 74px;
    font-weight: 500;
    font-size: 35px;
    text-align: left;
    color: #060404;

}

.editor{
    margin-bottom: 37px;
}

.about-page-foto{
    display: flex;
    margin: -10px;
}

.about-page-foto img{
    width: 50%;
    padding: 10px;
    margin-top: 180px;
}

.katalog-row {
    width: 70%;
    display: flex;
    margin: 47px -10px 40px;
    flex-wrap: wrap;
}

.katalog-item{
    width: 25%;
    border-radius: 10px;
    padding: 10px;
    height: fit-content;
}

.katalog-item a{
    display: block;
    padding: 10px;
    box-shadow: 0px 3px 12px rgba(127, 126, 140, 0.16);
}

.katalog-type-row{
    display: flex;
    flex-wrap: wrap;
}
.katalog-title {
    font-family: Roboto;
    font-size: 15px;
    text-align: left;
    color: #060404;
    padding: 20px;
    height: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.photo-block{
    width: 48%;
    filter: drop-shadow(0px 3px 12px rgba(127, 126, 140, 0.16));
    padding: 10px;

}

.katalog-ditail-text{
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #000;
}

.row-dashed{
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.row-dashed::after {
    content: ".....................";
    font-size: 30px;
    color: #000;
    display: inline-block;
    vertical-align: 3px;
    padding: 0 10px;
}

.katalog-info{
    display: flex;
    align-items: baseline;
}

.katalog-ditail-info{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.katalog-number{
    width: 50%;
}

.sale-form{
    margin: 46px 0 20px;
}

.sale-form .login-form{
    margin-top: 0;

}

.katalog-ditail-description{
    width: 160px;
}

.contact-page .section-tile{
    margin-bottom: 72px;
}

.contact-page-info{
    display: flex;
    justify-content: center;
    flex-direction: column;
}



.contact-info{
    display: flex;
    flex-direction: column;
    margin-bottom: 75px;
}

.contact-page-info .contact-info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 75px;
}

.contact-page-info .contact-item{
    width: 33.3%;
    padding: 23px;
    margin: 0 -23px;
    height: auto;

}

.contact-page-info .contact-item p{
    margin-top: 30px;
}

.contact-page-info .contact-item div{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background: #EEF6F1;
    border-radius: 10px;
    padding: 37px 19px;
    height: 100%;

}

.contact-title{
    font-weight: 400;
    font-size: 10px;
    color: #9E9E9E;

}

.home-contact-info .contact-item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    max-width: 340px;

}

.contact-page-form div:first-child{
    width: 55%;
}

.form-title{
    font-weight: 700;
    font-size: 36px;;
    line-height: 47px;
    color: #000;
    margin-bottom: 70px;

}

.contact-page-form .login-form{
    width: 100%;
    max-width: 100%;
}

.contact-page-form .form-item:not(:last-child){
    width: 50%;
    padding-right: 32px;
}



.map-block iframe{
    height: 430px;
}

.contact-logo{
    margin: 56px auto 76px;
}

.contact-item a{
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}



.soc-icon{
    margin-top: 10px;
}

.soc-icon div{
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 1px solid #2F6743;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

.map-block{
    position: relative;
}

.home-contact-info{
    position: absolute;
    top: 0;
    right: 0;
    backdrop-filter: blur(14px);
    background: #ffffff61;
    border-radius: 5px;
    padding: 30px 42px 23px 29px;
    height: 99%;
}

.home-contact-info .contact-item img{
    margin-right: 19px;
}

.contact-social{
    margin: auto;
}

.form-item textarea{
    width: 100%;
    height: 200px;
    resize: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #E8E8E8;
}

.contact-page-form {
    display: flex;
}

.contact-page-form .login-form {
    display: flex;
    flex-wrap: wrap;

}

.contact-page-form .login-form input{
    width: 100%;
    border: 1px solid #DEDEDE;
    border-radius: 46px;
    padding: 23px;
    font-size: 16px;
    position: relative;
}

.contact-page-form .login-form label{
    position: absolute;
    top: -10px;
    padding: 3px 15px;
}

.contact-page-form .login-form .bar {
    width: 80%;
}

.contact-page-form .form-loginpage-btn .login-btn{
    margin: 15px 0 0;
}

.contact-page-form img{
    border-radius: 10px;
}

.contact-page-info .contact-page-form {
    margin-bottom: 165px;
}

.contact-page-info button{
    padding: 19px 78px;
    background: #2F6743;
    color: #fff;

}

.work-info .editor{
    max-width: 820px;
}

.work-foto {
    width: 40%;
    padding: 20px;
    border-radius: 50%;
    background: #f5f5f5;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


.work-info{
    display: flex;
    justify-content: space-between;
    border-bottom:  1px dashed #D9D9D9;
    padding-bottom: 40px;

}

.work-mail-tel-block{
    display: flex;
    text-align: center;

}

.work-mail{
    margin-right: 21px;
    background: #fff;
    filter: drop-shadow(0px 7px 21px rgba(127, 126, 140, 0.16));
    padding: 17px 19px;

}

.work-tel{
    background: #fff;
    filter: drop-shadow(0px 7px 21px rgba(127, 126, 140, 0.16));
    padding: 17px 19px;

}

.work-short-text{
    font-size: 14px;
    text-align: center;
    color: #2d1c18;
}

.work-short-info{
    font-size: 20px;
    text-align: center;
    color: #494d4e;

}

/* accordeon */


.accordion-input{
    display: none;
}
.accordion-label{
    border-radius: .25em;
    cursor: pointer;
    display: block;
    margin-bottom: .125em;
    padding: 19px 0;
    z-index: 20;
    font-size: 16px;
    line-height: 12px;
    text-align: left;
    color: #000;
}
/* #accordion label:hover {
color: #494d4e;
} */

#accordion input:checked + label {

    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #000;
    margin-bottom: 0;

}
#accordion article {
    height:0px;
    overflow:hidden;
    z-index:10;
}
#accordion article p {
    padding: 19px 5px 7px;
}
#accordion input:checked article {
}
#accordion input:checked ~ article {
    border-bottom-left-radius: .25em;
    border-bottom-right-radius: .25em;
    height: auto;
    border-bottom:  1px dashed #D9D9D9;

}
.produckt-btn{
    padding: 12px 61px;
    border-radius: 1px;
    background: #fff;
    border: 1px solid #494d4e;
    cursor: pointer;
    margin-top: 52px;
}

.product-popup{
    display: none;
}
.fast-request-popup-bg,
.request-popup-bg{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .6);
}

.product-popup{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    background-color: #fff;
    width: 560px;
    flex-direction: column;
    height: fit-content;
    padding: 0 45px;
}

.close-btn{
    background: #fff;
    border: none;
    display: flex;
    justify-content: flex-end;
    margin: 25px 28px;
}

.request-btn{
    font-size: 15px;
    text-align: left;
    color: #0078f5;
    padding: 15px 57px;
    background: #fff;
    border: 1px solid #0078f5;
    margin: 60px;
}

.popup-name{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DEE2E6;
    padding-top: 10px;
}

.popup-tel{
    display: flex;
    justify-content: center;
    text-align: center;
}
.popup-tel a .work-short-text{
    font-size: 20px;
    text-align: center;
    color: #494d4e;

}

.popup-forms .form-item{
    width: 100%;
    padding: 34px 41px;
}
.popup-form-item{
    width: 100%;
}

input{
    display: flex;
}

.popup-forms input{
    display: flex;
    flex-direction: column;
    border: none;
    border-bottom: 1px solid #DEE2E6;
    width: 100%;
    padding: 25px 0 23px;
}

.popup-form-btn .form-btn{
    margin: 0 auto 19px;
    display: flex;
}

.file-input{
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.file-block{
    position: relative;
}
.file-block>label{
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    padding: 9px 12px;
    cursor: pointer;
    background: #fff;
    border: 1px dashed #b7b7b7;
    width: 100%;
    margin: 23px 0 66px;
    padding: 18px 11px;
    color: #495057;
    outline: none;
}
.sale-title{
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.sale-row{
    width: 100%;
    box-shadow: 0px 4px 23px 0px #96969640;
    border: 1px solid #DCDFE4;
    padding: 10px 13px 10px 28px;
    margin-bottom: 34px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.order-status{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background: #0D5B4F;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    padding: 10px 14px;
    margin-right: 20px;
}

.on-process{
    background: #EA9E00;
}

.waiting{
    background: #B4116B;
}

.order-date{
    display: flex;
    background: #2F6743;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    padding: 10px 14px;

}

.order-number{
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #747474;

}

.date{
    display: flex;
    border-radius: 3px;
    padding: 3px;
    color: white;
    width: fit-content;
}

.row-title,
.sale-block .product-price {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.sale-block .product-price:not(:last-child) {
    border-bottom: 1px solid #BEBEBE;
}

.product-price{
    display: flex;
    align-items: center;
    padding-top: 27px;
}



#accordion {
    width: 70%;
}
.sale-block .product-price p{
    font-size: 20px;
}

.product-price .price-div{
    font-size: 41px;
}

.sale-row .product-price .count{
    margin: 0;
}

.row-title p,
.product-price p{
    width: 20%;
}

.row-title p{
    color: #2F6743;
    font-size: 16px;
    margin-bottom: 7px;
}

.product-price p{
    margin-bottom: 27px;
}

.total-price{
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    align-items: center;
}

.total-price .price{
    font-size: 12px;
    padding-left: 10px;
}

.sale-item #accordion{
    width: 100%;
}

.sale-item{
    width: 68%;
}

.partners-logo{
    width: 20%;
    padding: 24px;
    box-shadow: 0px 3px 12px rgba(127, 126, 140, 0.32);
    margin-top: 16px;
}

.partners-ditail-text{
    margin-top: 38px;
    font-family: Roboto;
    font-size: 15px;
    color: #7e7e8c;

}

.document-col {
    width: 100%;
    padding: 10px 15px;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0px 1px 15px rgba(133, 114, 114, 0.11);
    margin-bottom: 15px;
    display: block  ;

}

.document-item{
    display: flex;
    align-items: center;
}

.doc-icon{
    width: 50%;
}

.document-title{
    color: #000;
    font-size: 12px;
}

.shops{
    display: flex;
    justify-content: space-between;
    margin-bottom: 44px;
}

.shop-info{
    width: 40%;
    display: flex;
    flex-direction: column;
    background: #fff;
    filter: drop-shadow(0px 0px 13px rgba(148, 148, 148, 0.23));



}
.shop-item{
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px dashed #DCDCDC ;
    padding: 14px;

}

.shop-orange{
    color: #f4720a;
}

.shop-map{
    width: 56%;
    padding: 19px;
    background: #fff;
    filter: drop-shadow(0px 0px 13px rgba(81, 80, 80, 0.26));

}

.shop-text{
    padding-left: 13px;
}

.shop-foto{
    width: 50%;
}
.mobile-title{
    display: none;
}

.border{
    display: none   ;
}

.page-404-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 94px auto 143px;
    max-width: 826px;
    padding: 0 15px;
}

.page-404-info img{
    width: 60%;
}

.page-404-text{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-404-about{
    margin-top: 30px;
    max-width: 500px;
    text-align: center;
}

.page-404-btn{
    padding: 15px 36px;
    font-size: 14px;
    color: #494d4e;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #494d4e;

}

.page-404-btn a{
    color: #494d4e;

}

.notification-bg{

}

.notification-modal{
    display: flex;
    align-items: center;
    max-width: 380px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0px 2px 9px rgba(165, 178, 204, 0.32);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: fit-content;
    z-index: 10;
}

.notification-modal p{
    padding-left: 8px;
}

.buscet-row{
    display: flex;
    margin-top: 16px;
}

.buscet-modal{
    max-width: 315px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    filter: drop-shadow(0px 7px 8px rgba(130, 130, 130, 0.32));
    padding: 5px 15px 19px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: none;
    position: absolute;
    right: 15%;
}

.buscet-product-count{
    width: 100px;
}

.buscet-modal .count{
    margin: 19px 0 16px;

}

.buscet-product-item {
    border-bottom: 1px dashed #BDBDBD;
}

.buscet-text{
    padding-left: 10px;
}
/* .mobile-search-icon{
    display: none;
} */

.buscet-modal-total-price{
    display: flex;
    justify-content: space-between;
    margin: 17px 0;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.buscet-btn{
    padding: 12px 32px;
    background: #f4720a;
    border: none;
    color: white;
    font-size: 13px;
    cursor: pointer;
}

.fast-request-btn{
    background: #fff;
    border: 1px solid #494d4e;
    padding: 12px 19px;
    color: #494d4e;
    font-size: 13px;
    cursor: pointer;
}
.buscet-btn-block{
    display: flex;
    justify-content: space-between;
}

.surch-btn{
    border: none;
    background: transparent;
}

.fast-request-btn-popup{
    font-family: Roboto;
    font-weight: normal;
    font-size: 15px;
    line-height: 16px;
    text-align: left;
    color: #494d4e;
    padding: 18px 130px;
    background: transparent;
    border: 1px solid #494d4e;
    cursor: pointer;
    display: flex;
    margin: 36px auto 29px;

}

.fast-request-popup{
    max-width: 450px;
    padding: 17px 24px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 3px 53px rgba(40, 40, 40, 0.07);
    margin: auto;
    display: none;

}
.fast-request-title{
    font-size: 19px;
    line-height: 38px;
    text-align: center;
    color: #000;
    text-shadow: 0px 3px 3px rgba(154, 154, 154, 0.16);
    margin: 12PX 0 19px;

}




.popup-phone p{
    font-size: 14px;
    line-height: 29px;
    text-align: center;
    color: #2d1c18;

}

.fast-block {
    margin-top: 20px;
}

.sale-number .sale-title{
    padding: 12px 0 16px;
}

.sale-number .row-title {
    padding: 12px 0 16px;
    color: #667b8c;

}

.buscetpage-form .login-form{
    display: flex;
    width: 50%;
}

.buscetpage-form .login-form .form-item{
    width: 50%;
    padding:  0 10px;
}

.buscetpage-form .login-form .bar {
    width: 100%;
}
/* .buscetpage-form .login-form input{
    width: 50%;
    margin: 10px;
} */

.delivery-btn-two,
.pikup-on-the-spot-btn{
    background: #494d4e;
    color: #fff;
    padding: 19px 69px;
    border: none;
    border-radius: 4px;
    margin-right: 14px;
    cursor: pointer;
    opacity: 0.27;
}

.delivery-btn-two:hover,
.pikup-on-the-spot-btn:hover{
    background: #f4720a;
    opacity: unset;
}

.pikup-on-the-spot-btn-two:hover,
.delivery-btn:hover{
    background: #f4720a;
    opacity: unset;
}

.payment-btn:hover{
    background: #2F6743;
    color: #fff;
    border: 1px solid #fff;
}

.payment-item:hover{
    border: 1px dashed #2F6743;

}

.pikup-on-the-spot-btn-two,
.delivery-btn{
    background: #494d4e;
    color: #fff;
    padding: 19px 69px;
    border: none;
    border-radius: 4px;
    opacity: 0.27;
    cursor: pointer;
}

.buscetpage-btn-block{
    width: 100%;
    height: 145px;
    background: #F4F4F4;
    padding: 25px 0 0 20px;
}

.address{
    font-size: 12px;
    line-height: 11px;
    text-align: left;
    color: #f4720a;
    margin-bottom: 17px;

}

.phone-number{
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: #242424;
}

.address-block{
    width: 242px;
    height: 76px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 4px 7px #e1e1e1;
    padding: 12px;
    margin: -54px 0 34px 20px;

}

.buscetpage-circle{
    width: 8px;
    background: #f4720a;
    border-radius: 50%;
    border: 8px double #fff;
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.address-block-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buscetpage-map{
    margin-bottom: 26px;
}

.buscetpage-price .total-price{
    display: flex;
    flex-direction: column;
    align-items: end;
}

.buscetpage-price{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.buscetpage-price .total-price .price{
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #000;

}

.checkbox-round {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #BFBFBF;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round:checked {
    background-color: #f4720a;
    border: 5px double white;
    padding: 5px;

}

.payment-kind{
    display: flex;
    width: 80%;
}

.payment-item{
    display: flex;
    margin: 0 10px;
    border: 1px dashed #BFBFBF;
    padding: 0 5px;
    align-items: center;
    cursor: pointer;
}

.payment-item label{
    margin-left: 10px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #5e5e5e;
}

.payment{
    display: flex;
    justify-content: space-between;
    margin-bottom: 88px;
    width: 100%;
}

.payment div{
    display: flex;
    width: 100%;
    border-radius: 44px;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    -ms-border-radius: 44px;
    -o-border-radius: 44px;
}

.payment-btn{
    padding: 19px 0;
    background: #fff;
    border: 1px solid #494d4e;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #494d4e;
    cursor: pointer;
    width: 100%;
    border-radius: 44px;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    -ms-border-radius: 44px;
    -o-border-radius: 44px;
}

.delivery-kind{
    margin: 44px 0 50px;
}
/* .standart-btn{
    padding: 15px 29px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #f4720a;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #f4720a;
    cursor: pointer;
    margin-right: 10px;

} */


.standart-btn,
.express-btn{
    padding: 15px 22px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #5e5e5e;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #5e5e5e;
    cursor: pointer;
}

.standart-btn:hover,
.express-btn:hover{
    background: #f4720a;
    color: #fff;
    border: 1px solid #fff;
}

.buscetpageTwo-login-form{
    display: flex;
    flex-wrap: wrap;

}

.buscetpageTwo-login-form .bar {
    width: 100%;
}

.form-item-textarea {
    margin-top: 50px;
    display: flex;
    resize: none;
    width: 80%;
    border: none;
    outline: none;
    /* border-bottom: 1px solid #E8E8E8; */
}

.form-item-textarea textarea{
    resize: none;
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 70px;
}


.dinamic-page-image{
    width: 100%;
    height: 535px;
}

/* partnersLogoPage */
.brend-logo img{
    width: 56px;
    height: 56px;
}

.brend-logo .brend-row{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.brend-logo .brend-items{
    padding: 20px;
    width: 100%;
    margin: 0;
}

.brend-logo .brend-items a{
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid #494d4e;
    padding-top: 12px;
}

.brend-item-page{
    width: 20%;
}

.two-block-bascet{
    display: none;
}

.brend-section{
    margin-bottom: 110px;
}

.main-slider {
    height: 500px;
}

.thumbs-slider {
    height: 100px;
    margin-top: 10px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sale{
    position: absolute;
    bottom: 27px;
    right: 22px;
    color: red;
    z-index: 5;
}



.count input {
    width: 40px;
    border: none;
    outline: none;
    text-align: center;
    border-left: 0.5px solid #C5C5C5;
    border-right: 0.5px solid #C5C5C5;
}


.contact-page{
    margin-bottom: 52px;
}

.favorite_active svg path{
    fill: #2F6743;
    stroke: #2F6743;
}






/* Responsive */

@media all and (max-width: 1400px) {
    .categories-block {
        margin-top: 25px;
    }
}

@media all and (max-width: 1199px) {
    .slider-text {
        top: 50px;
    }
    .product-item {
        width: 33.33%;
    }

    .product-page #products-list-container {
        width: 100%;
    }

    .profilePage-menu-trigger {
        display: flex;
        margin-top: 22px;
    }

    .partners-item-class{
        padding: 30px;
    }

    .show {
        display: block;
    }

    .desktop-only {
        display: none;
    }

    .filter-open {
        display: block;
    }
    .filter-open {
        display: block;
    }

    .type-row {
        width: 100%;
    }
    .product-type{
        flex-direction: column;
    }

    .product-row{
        margin: 0;
    }
    .product-page .product-row{
        width: 100%;
    }

    .profile-menu {
        position: absolute;
        top: 260px;
        flex-direction: column;
        display: none;
        min-width: 315px;
        z-index: 5;
    }

    .trigger-background {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        /* z-index: 999; */
        background: rgba(0, 0, 0, .5);
    }

    .profilePage .product-list {
        width: 100%;
        margin-top: 36px;
    }

    .form-block {
        width: 100%;
        margin-top: 42px;
    }
    .katalog-item{
        width: 33.333%;
    }
    .sale-item {
        width: 100%;
        margin-top: 30px;
    }
    .contact-item img{
        max-width: 80px;
    }

    .contact-page-info .contact-item {
        width: 33.3%;
        padding: 10px;
        margin: 0 -10px;
    }
    .contact-page-form .form-item:not(:last-child) {
        width: 100%;
        padding-right: 32px;
    }
    .form-title{
        font-size: 20px;
        margin-bottom: 58px;
    }
    .form-item textarea{
        height: 100px;
    }




}

@media all and (max-width: 1099px){
    .katalog-ditail-info{
        flex-direction: column;
    }

    .katalog-number {
        width: 100%;
    }
    .katalog-ditail-info .login-form input{
        width: 70%;
    }
    .sale-form .login-form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sale-form .login-form .form-item{
        width: 50%;
    }
    .katalog-ditail-info .login-form .bar{
        width: 70%;
    }
    .katalog-ditail-info .form-loginpage-btn-once {
        padding: 33px 0 36px 0;
    }
    .work-info{
        flex-direction: column;
    }
    .work-info .editor {
        width: 100%;
    }
    .partners-logo {
        width: 30%;
        padding: 16px;

    }
    .shop-foto {
        width: 80%;
    }

}




@media all and (max-width: 1024px) {


    .slider {
        aspect-ratio: 9/4;
    }

    .slider-section img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .contact-page-info .contact-item div {
        padding: 15px 10px;
    }

    .slider-first-text {
        font-size: 20px;
        margin-bottom: 11px;
    }
    .categories-item div:first-child {
        padding: 15px 19px;
    }

    .categories-item p{
        font-size: 20px;
    }

    .categories-item svg{
        max-width: 54px;
        height: 100%;
    }
    .new-product-section {
        margin: 40px 0 60px;
    }
    .section-tile{
        margin-bottom: 40px;
    }
    .product-card-item {
        width: 25%;
        border-radius: 10px;
    }

    .product-item {
        width: 33.3%;
    }

    .product-page .product-item {
        width: 50%;
    }

    .product-row {
        display: flex;
        flex-wrap: wrap;
    }

    .service-item {
        width: 50%;
    }

    .brend-section{
        margin-bottom: 50px;
    }

    .brend-row {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .news-block .news-item {
        width: 50%;
    }



    .about-item {
        width: 100%;
    }

    .news-item {
        width: 50%;
    }

    .new-product-btn {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
    }

    .new-product-btn::-webkit-scrollbar {
        display: none;
    }



    .product-list {
        width: 100%;
    }

    .more-icon {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 41px;
    }

    .row-item {
        text-align: end;
    }

    .type-title {
        text-align: right;
    }

    .product-ditail-block {
        flex-direction: column;
        margin-top: 36px;

    }

    .photo-block {
        width: 100%;
    }

    .article{
        margin-bottom: 30px;
    }

    .parametrs-div {
        max-width: 100%;
        border-radius: 4px;
        background: #fff;
        border: 1px solid #e3e3e3;
        margin: 10px 0 50px;
    }

    .title-price-block{
        width: 100%;
    }

    .product-three-foto{
        margin: 44px 0;
    }

    .product-three-foto div {
        width: 100%;

    }

    .product-detail-page .product-price {
        margin: 30px 0 17px;
    }

    .button-div {
        flex-direction: unset;
        width: fit-content;

    }

    .choose-btn {
        margin-top: 0;
        margin-left: 22px;
    }

    .add-btn {
        padding: 0 30px;
        width: 240px;
    }

    .copy-product-row .product-item {
        width: 25%;
    }

    .partners-item {
        width: 25%;

    }


    .news-ditail-text {
        margin-top: 15px;

    }

    .about-text-title{
        margin: 23px 0;
    }
    .about-page-foto img{
        margin-top: 71px;

    }
    .katalog-row {
        width: 100%;
    }
    .katalog-item{
        width: 25%;
    }

    .contact-page-form .login-form input {
        width: 95%;
    }
    .contact-page-form .login-form .bar {
        width: 95%;
    }

    .contact-page-info .contact-page-form {
        margin-bottom: 25px;
        flex-direction: column-reverse;
    }

    .brend-item-page{
        width: 25%;
    }
    .contact-page-info .contact-info{
        margin-bottom: 25px;
    }
    .form-title{
        margin-top: 25px;
    }
    .contact-page-form div:first-child{
        width: 100%;
    }
    .contact-page-form .form-item:not(:last-child) {
        padding-right: 0;
    }
    .contact-page-form .login-form input{
        width: 100%;
    }

}



@media all and (max-width: 950px) {
    .small-container {
        padding: 0 30px;
    }
}



@media all and (max-width: 900px) {
    .product-item {
        width: 33.333%;
    }
    .katalog-item{
        width: 33.333%;
    }
    .payment-item {
        margin: 0 2px;
        padding: 0 2px;

    }

}




@media all and (max-width: 767px) {
    .mobile-foto{
        display: flex;
    }

    .web-photo{
        display: none;
    }
    .slider-first-text {
        max-width: 350px;
        margin-bottom: 42px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -moz-box;
        display: -webkit-box;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .slider-text{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .slider {
        aspect-ratio: 4 / 4;
    }

    slider-text {
        top: 30px;
    }

    .slder-info {
        font-size: 16px;
    }

    .categories-block{
        flex-direction: column;
    }
    .categories-item {
        width: 100%;
        padding: 0;
        margin-bottom: 18px;
    }

    .home-contact-info {
        position: relative;
        margin-top: -200px;
        border-radius: 44px 44px 5px 5px;
        backdrop-filter: blur(10px);
        background: #ffffff78;
    }

    .soc-icon{
        justify-content: flex-start;
        margin-top: 22px;
    }
    .news-slider {
        padding-bottom: 68px;
        margin-bottom: 50px;
    }

    .map-section {
        margin-bottom: 0px;
    }

    .product-card-item {
        width: 50%;
    }

    .product-item {
        width: 50%;
    }

    .partners-page .map-block{
        margin-bottom: 0;
    }

    .copy-product-row .product-item {
        width: 33.333%;
    }

    .photo-block {
        width: 100%;
    }

    .product-price .count {
        margin: 22px 0;
    }

    .product-page #products-list-container {
        width: 100%;
    }

    .partners-item {
        width: 33.333%;
    }

    .news-block{
        margin: 0 0 47px;
    }
    .news-block .news-item {
        width: 100%;
        padding: 0 0 25px 0;
    }

    .information-page .editor{
        margin-bottom: 60px;
    }

    .about-page .gallery{
        margin: 38px 0;
    }
    .about-card-row{
        margin: 0 0 52px;
    }

    .product-three-foto{
        flex-direction: column;
    }

    .parametrs-div p:first-child{
        width: 50%;
        padding-right: 10px;
    }
    .parametrs-div p:last-child{
        width: 50%;
    }

    .parametrs-item::after {
        left: 50%;
    }

    .parametrs-item p{
        font-size: 16px;
    }

    .form-item {
        width: 100%;
        margin-bottom: 20px;

    }

    .form-btn {
        margin: 60px 0;
    }

    .form-input-row {
        justify-content: flex-start;
    }

    .profie-page .form-btn {
        margin-top: 32px;
    }

    .login-div {
        max-width: 600px;
        padding: 37px 54px;
    }

    .login-form input {
        width: 100%;
    }

    .login-form .bar {
        width: 100%;
    }

    .checkboxs-link input {
        width: auto;
    }

    .register-btn,
    .login-btn {
        padding: 15px 70px;

    }
    .katalog-item{
        width: 50%;
    }
    .katalog-row {
        margin-bottom: -80px;
    }
    .form-input-row input{
        width: 100%;
    }
    .bar{
        width: 100%;
    }
    .katalog-ditail-info .login-form input {
        width: 100%;
    }

    .sale-form .login-form {
        display: flex;
        flex-direction: column;
    }
    .sale-form .login-form .form-item{
        width: 100%;
    }
    .katalog-ditail-info .login-form .bar{
        width: 100%;
    }
    .contact-info{
        flex-direction: column;

    }
    .contact-item{
        margin-bottom: 19px;
    }
    .contact-logo {
        margin: 9px auto 23px;
    }
    .contact-page-info{
        margin-top: 9px;
    }
    .contact-info{
        margin-bottom: 23px;
    }

    .work-foto{
        width: 100%;
    }
    .work-mail-tel-block{
        flex-direction: column;
        align-items: center;
    }
    .work-mail{
        margin-right: 0;
        margin-bottom: 17px;
    }
    .shops{
        flex-direction: column;
    }
    .shop-info {
        width: 100%;

    }
    .shop-map {
        width: 100%;
        height: 700px;
    }
    .row-title{
        display: none;
    }
    .mobile-title{
        display: flex;
        font-size: 16px;
        font-weight: 400;
        color: #2F6743;

    }
    .remove-item svg{
        width: 25px;
        height: 20px;
    }

    .product-price p {
        margin-bottom: 24px;
    }
    .sale-block .price {
        text-align: left;
    }

    .row-title, .sale-block .product-price {
        position: relative;
        flex-direction: column;
        border-radius: 3px;
        background: #fff;
    }

    .remove-item {
        position: absolute;
        right: 20px;
    }

    .basket-table .product-title{
        height: auto;
    }

    .row-title p, .product-price p {
        width: 100%;
    }

    #accordion article p {
        padding: 19px 5px 7px;
        border-bottom: 1px solid #E1E2E4;
        width: 100%;
    }
    .sale-row .product-price .count {
        margin: 10px 0;
    }


    .total-price {
        font-size: 20px;
        align-items: inherit;
    }
    .sale-block .total-price .price{
        font-size: 18px;
    }
    .page-404-info{
        margin: 55px auto 65px;
    }
    .payment,
    .payment-kind{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .buscetpage-form .login-form {
        width: 100%;
    }
    .brend-item-page{
        width: 33.3333%;
    }
    .brend-item {
        padding: 45px;
    }

    .contact-page-info .contact-info{
        flex-direction: column;
    }
    .contact-page-info .contact-item {
        width: 100%;
        margin: 0 0 22px 0;
        padding: 0;
    }
    .contact-item div .contact-item div {
        padding: 29px 15px;
    }
    .contact-item a{
        margin-top: 52px;
    }

}





@media all and (max-width: 575px) {
    .small-container {
        max-width: 100%;
        padding: 0 15px;
    }
    .slider-first-text {
        font-size: 19px;
        margin-top: 0;
        margin-bottom: 30px;
        width: 320px;
    }

    .slider-text {
        top: 20px;

    }

    .slder-info {
        margin-top: 3px;
        width: 300px;
        font-size: 12px;
    }

    .slider {
        aspect-ratio: 3/4;
    }

    .categories-block{
        margin-top: 0;
    }

    .product-page .product-item {
        width: 100%;
        padding: 12px 0;
    }

    .product-card {
        flex-wrap: unset;
        margin: 0;
        margin-top: 20px;
    }

    .swiper-btn-block {
        display: flex;
    }

    .product-card-item>img {
        max-height: fit-content;
        padding: 14px 11px 0;
    }

    .product-item {
        width: 100%;
    }

    .news-title{
        font-size: 18px;
        margin-bottom: 13px;
    }

    .service-item {
        width: 100%;
    }

    /* .brend-item{
        width: 100%;
    } */

    .about-title{
        font-size: 20px;
    }

    .about-item{
        margin-bottom: 5px;
    }

    .about-img {
        max-width: 50px;
        margin-right: 30px;
    }

    .news-item {
        width: 100%;
    }

    .news-detail-page .section-tile {
        text-align: left;
        margin-bottom: 25px;
    }

    .product-list .product-item {
        width: 50%;
    }

    .button-div {
        flex-direction: column;
        width: fit-content;
    }

    .choose-btn {
        margin-top: 19px;
        margin-left: 0;
    }

    .add-btn {
        padding: 14px 13px;
        width: 200px;
    }

    .choose-btn {
        width: 255px;
    }

    .all-price {
        font-size: 31px;
        margin-left: 25px;
    }

    .discription {
        margin-top: 29px;
    }

    .product-ditail-text {
        padding: 12px;
    }

    .profilePage .product-item{
        width: 100%;
    }

    .copy-product-row .product-item {
        width: 50%;
    }

    .copy-product-row {
        margin: 19px 0;
    }

    .product-ditail-title {
        font-size: 18px;
        top: 240px;
    }

    .partners-item {
        width: 50%;
    }

    .news-title {
        max-width: 100%;
    }

    .news-ditail-foto {
        max-width: 100%;
    }

    .gallery_block__item {
        width: 50%;
    }

    .gallery_row_item {
        margin-top: 18px;
    }

    .section-tile {
        font-size: 25px;

    }

    .texnika-row {
        display: flex;

    }

    .texnika-row .product-card {
        display: flex;
        flex-wrap: wrap;

    }

    .texnika-row .product-card .product-card-item {
        width: 100%;
    }

    .profile-menu {
        top: 230px;
    }

    .form-item {
        width: 100%;
    }

    .bar {
        position: relative;
        display: block;
        width: 100%;
    }

    .form-input-row input {
        width: 100%;

    }

    .form-btn {
        margin: 15px 0;
    }

    .login-form input {
        width: 100%;
    }

    .form-loginpage-btn {
        flex-direction: column;
        align-items: center;
    }



    .register-btn {
        width: 250px;

    }

    .checkboxs-link input {
        width: 10%;
    }

    .login-div {
        margin: 68px 0;
        padding: 18px 15px;

    }
    .form-loginpage-btn-once {
        padding: 15px 50px;
    }
    .mail-text{
        font-size: 15px;
        margin-top: 24px

    }
    .about-text-title{
        margin: 11px 0;
        font-size: 20px;
    }
    .about-page-foto img{
        margin-top: 26px;

    }
    .katalog-item{
        width: 100%;
    }

    .katalog-row {
        margin-bottom: -90px;
    }
    .katalog-ditail-info .form-loginpage-btn-once {
        padding: 21px 0 27px 0;
    }

    .contact-page-form .login-form input {
        width: 100%;
    }
    .contact-page-form .login-form .bar {
        width: 100%;
    }
    .contact-page-form .login-form .form-item {
        width: 100%;
    }

    .contact-page-form .login-form {
        margin-top: 32px;
    }
    .partners-logo {
        width: 40%;
        padding: 14px;
    }
    .shop-item {
        flex-direction: column;
    }
    .shop-foto {
        width: 90%;
        margin-bottom: 11px;
    }
    .shop-text {
        padding-left: 0;
    }
    .shop-map {
        height: 300px;
    }
    .sale-title {
        flex-direction: column;
    }
    .date {
        margin-top: 10px;
    }
    .page-404-info{
        margin: 38px auto 31px;
    }
    .pikup-on-the-spot-btn {
        margin: 5px 0 5px ;
    }
    .address-block {
        margin: 10px auto;
    }
    .buscetpage-btn-block {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0;
    }
    .payment-kind {
        flex-wrap: wrap;
        margin-bottom: 10px;
        width: 100%;
    }


    .buscetpage-price {
        display: flex;
        flex-direction: inherit;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .buscetpage-price .total-price {
        display: flex;
        flex-direction: inherit;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .buscetpage-form .login-form .form-item {
        width: 100%;
        padding: 0 10px;
    }
    .buscetpage-form .login-form {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .delivery-btn-two, .pikup-on-the-spot-btn {
        margin-right: 0;

    }
    .express-btn {
        width: 100%;
        margin-top: 10px;
    }
    .standart-btn{
        width: 100%;
    }
    .brend-item-page{
        width: 50%;
    }
    .brend-item-page .brend-name{
        padding: 15px;

    }
    .brend-logo .brend-items{
        padding: 10px;
    }
    .login-div p{
        font-size: 16px;
        margin-bottom: 47px;
        line-height: 27px;
    }


}
