/* block 1 */
#block_1 {
    margin-top: 2em;
    margin-bottom: 3em;
}
.form_white {
	background-color: #fff;
	border-radius: .5em;
	padding: 2em;
}
.inner_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}
@media (max-width: 575px){
    .inner_header {
        min-height: unset;
        padding-top: 2em;
        padding-bottom: 2em;
    }
}
.inner_header2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 4em;
}
.inner_header h1 {margin-bottom: .5em;}
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.breadcrumb-item {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    font-weight: 600;
    font-size: 1.2em;
    opacity: .7;
}
.breadcrumb-item:last-child {
    opacity: 1;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: .5rem;
    color: #fff;
    content: "❯";
    font-size: .75em;
}
.bc_dark .breadcrumb-item {color: #000;}
.bc_dark .breadcrumb-item+.breadcrumb-item::before {color: #000;}

.breadcrumb.type-2 {justify-content: flex-start;}
.breadcrumb.type-2 .breadcrumb-item {
    color: #000;
    font-size: 1em;
}
.breadcrumb.type-2 .breadcrumb-item+.breadcrumb-item::before {color: #000;}


/* block 2 */
/* #block_2 {margin-bottom: -8em} */
.offer_preview_box {
    display: flex;
    justify-content: space-evenly;
}
.offer_preview {
	width: 16.7em;
	border-radius: .3em;
	padding: .35em;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: width .25s ease 0s;
	overflow: hidden;
	position: relative;
}
.offer_preview img {
	width: 16em;
    height: 16em;
    object-fit: scale-down;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.offer_preview>div {
	position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 16em;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
}
.offer_preview.op_full {
	width: 33.4em;
	transition: width .15s ease 0s;
}
.offer_full {font-size: 1.2em;}
@media (max-width: 1199px){
    .offer_preview {width: 15.7em;}
    .offer_preview img, .offer_preview>div {width: 15em;}
    .offer_preview.op_full {width: 30.4em;}
}
@media (max-width: 991px){
    .offer_preview, .offer_preview.op_full {
        width: 32%;
        display: flex;
        flex-direction: column;
    }
    .offer_preview img {
        width: 100%;
        height: 200px;
    }
    .offer_preview>div {
        width: 100%;
        height: auto;
        position: relative;
        top: unset;
        right: unset;
    }
}
@media (max-width: 767px){
    .offer_preview_box {
        flex-wrap: wrap;
        justify-content: center;
    }
    .offer_preview, .offer_preview.op_full {
        width: 48%;
        margin: 1%;
    }
    .offer_full {font-size: 1.1em;}
}
@media (max-width: 575px){
    .offer_preview, .offer_preview.op_full {font-size: 11px;}
    .offer_preview>div {padding: .1em;}
    .offer_preview img {height: 30vw;margin-bottom: 1em;}
    .offer_2 {
        font-size: 11px;
        padding: .5em;
    }
}


/* block 3 */
#block_3 {
    margin-top: 4em;
    margin-bottom: 4em;
}
.img-plus {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#block_3 .svg_icon svg {
	width: 4em;
	height: 4em;
}
@media (max-width: 991px){
   #block_3 .blue_icon svg {
        width: 3em;
        height: 3em;
    } 
}


/* block 4 */
#block_4 {
    padding-top: 4em;
}
.step {
	text-align: center;
	margin-bottom: 1em;
}
.step_line {position: relative;}
.step_line::after {
    content: "";
    background-color: rgba(132,132,132,.2);
    position: absolute;
    top: 2.5em;
    left: 75%;
    width: calc(50% + 30px);
    height: 1px;
    font-size: 1.3em;
}
@media (max-width: 767px){.step_line::after {content: unset;}}
.step_num {
	font-size: 1.3em;
	color: #fff;
    font-weight: 600;
    width: 5em;
    height: 5em;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
    position: relative;
}
.step_num>span {
	position: relative;
	z-index: 1;
}
.step_num::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/icons/step_num_bg.png) no-repeat center;
	background-size: 80%;
	z-index: 0;
    transition: .25s;
}
.step_num:hover::before {background-size: 100%;transition: .25s;}
.services_img {
    width: 100%;
    height: 14em;
    object-fit: cover;
    border-radius: .3em;
}
@media (max-width: 1199px){.services_img {height: 12em;}}
@media (max-width: 991px){.services_img {height: 10em;}}
@media (max-width: 575px){.services_img {height: 35vw;}}

.news_preview_mini h4 {
    line-height: 1em;
    height: 2em;
    margin-bottom: .5em;
    overflow: hidden;
}
.news_preview_mini_text {
    color: #6d6d6d;
    height: 3em;
    overflow: hidden;
    margin-bottom: 1em;
}
.news_preview_mini_text p {line-height: 1em;}
.news_preview_mini img {
    width: 100%;
    height: 14em;
    object-fit: cover;
    border-radius: .3em;
}
@media (max-width: 1199px){.news_preview_mini img {height: 12em;}}
@media (max-width: 991px){
    .news_preview_mini img {height: 10em;}
    .news_preview_mini h4 {height: 3em;}
}
@media (max-width: 575px){
    .news_preview_mini img {height: 65vw;}
    .news_preview_mini h4 {height: 2em;}
}


/* block 5 */
#block_5 {
	padding-top: 4em;
	padding-bottom: 4em;
}
#block_5 p, #block_5 ul {
    margin-bottom: 1em;
}
.about_img {
    width: 50%;
    float: left;
    margin: 0 1em 1em 0;
}
@media (max-width: 575px){
    .about_img {
        width: 100%;
        margin: 0 0 1em 0;
    }
}


/* block 6, block 6_2 */
#block_6 {
    padding-top: 3em;
    padding-bottom: 4em;
}
#block_6 h1 {
    color: #000;
    font-size: 1.5em;
    font-family: "Manrope", Arial, sans-serif;
    margin-bottom: 0.75em;
}
.category, .service {
    display: block;
    position: relative;
    border: 2px solid rgb(var(--rgb-second-color) / 25%);
    border-radius: 10px;
    overflow: hidden;
}
.category img, .service img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    margin-bottom: 0;
    transform: scale(1);
    transition: .5s ease-out;
}
.category_info, .service_info {
    position: absolute;
    bottom: 0em;
    left: 0em;
    right: 0em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    height: fit-content;
    height: -moz-fit-content;
    background-color: rgb(var(--rgb-second-color) / 60%);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: .5em;
    transition: .2s ease 0s;
}
.category:hover .category_info, .service:hover .service_info {
    /*padding-bottom: 3em;*/
    transition: .2s ease 0s;
    background-color: rgb(var(--rgb-second-color) / 80%);
}
.category:hover img, .service:hover img {
    transform: scale(1.1);
}

.product_card {
    display: block;
    position: relative;
}
.product_card_img {
    width: 100%;
    height: 230px;
    object-fit: scale-down;
    margin-bottom: .5em;
}
.product_card:hover {filter: drop-shadow(0px 10px 15px rgba(0,0,0,0.1));}
.product_card_info {
    /*position: absolute;
    bottom: 1em;
    left: 1em;
    right: 1em;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    height: fit-content;
    height: -moz-fit-content;
    background-color: rgba(255,255,255,.5);
}
.product_card_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    text-align: center;
}
.page_button { border: 1px solid #d41f17;
    padding: 3px 10px;
    margin-right: 10px;
}
.active_page {color:#d41f17 !important;}
.product_card_line div:nth-child(1) {
    text-align: left;
    margin-right: .5em;
    line-height: 1em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2em;
}
.product_card_line div:nth-child(2) {
    text-align: right;
    /* display: flex;
    align-items: baseline; */
    width: fit-content;
    width: -moz-fit-content;
    white-space: nowrap;
}
.product_card_line .rouble {
    height: 17px;
    margin-left: 2px;
}
.product_card_line2 {
    font-weight: 300;
    font-size: .9em;
    line-height: 1.2em;
    height: 2.4em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 5px;
}
.product_card .current-price {
    font-size: 1.3em;
    font-weight: 600;
}
.product_card .current-price .cy {font-weight: 400;}
.product_card .old-price {
    font-size: .9em;
    font-weight: 400;
    color: gray;
    text-decoration: line-through;
    display: block;
    width: 100%;
    text-align: right !important;
}
.product_card .old-price .cy {font-weight: 300;}
.addToCart {
    position: absolute;
    top: .5em;
    right: .5em;
    width: 2em;
    filter: grayscale(1);
    z-index: 100;
}
.addToCart img {width: 100%;}
.addToCart:hover, .addToCart:active {filter: grayscale(0);}
.sale-label-box{
    position: absolute;
    top: .5rem;
    left: 0;
    display: flex;
    flex-direction: column;
}
.sale-label, .new-label {
    background-color: #f5f5f5;
    color: rgb(var(--rgb-main-color));
    text-transform: uppercase;
    font-size: .9em;
    padding: 0 1em;
    height: 1.5rem;
    width: auto;
    font-weight: 600;
    letter-spacing: .1em;
    font-family: "Raleway";
    display: flex;
    align-items: center;
    margin-bottom: 5px;

}
.new-label {top: 2rem;}

.pp_photo {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.pp_photo_min {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.product_page .rouble {
    vertical-align: baseline;
    height: 1em;
}
.product_page .text p {
    font-size: 1.1em;
    margin-bottom: 1em;
    text-align: justify;
    /* text-indent: 2em; */
    /*color: #6d6d6d;*/
}

.product_page select {
    max-width: 220px;
    padding: .75em .75em;
}

.product_page .current-price {
    font-size: 1.8em;
    font-weight: 700;
    display: flex;
    align-items: baseline;
}
.product_page .current-price .cy {
    font-weight: 400;
    font-size: .9em;
}
.product_page .old-price {
    font-size: 1.3em;
    font-weight: 500;
    color: gray;
    text-decoration: line-through;
    margin-left: 1em;
}
.product_page .old-price .cy {
    font-weight: 300;
    font-size: 1em;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
    padding: .2em .8em;
}
.nav-tabs .nav-link {
    color: #000;
    border: none;
    text-transform: capitalize;
    font-weight: 500;
}
.nav-tabs .nav-link.active {
    color: rgb(var(--rgb-main-color));
}

.review {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: .5em;
    margin-bottom: 1em;
}
.review_client {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .5em;
}
.review_text p {
    color: #6d6d6d;
    line-height: 1.1em;
}
.review_rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.review_rating>img {
    width: 1em;
    margin-right: .3em;
}

/*sprite with stars*/
#reviewStars-input input:checked ~ label, #reviewStars-input label, #reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
  background: url('../images/icons/stars_sprite.png') no-repeat;
  background-size: 100% auto;
}
#reviewStars-input {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
}
#reviewStars-input input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  z-index: 0;
}
#reviewStars-input input:checked ~ label {
  background-position: 0 -25px;
  height: 25px;
  width: 25px;
}
#reviewStars-input label {
  background-position: 0 0;
  height: 25px;
  width: 25px;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}
#reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
  background-position: 0 -25px;
  height: 25px;
  width: 25px;
}
#reviewStars-input #star-1 {left: 0px;}
#reviewStars-input #star-2 {left: 50px;}
#reviewStars-input #star-3 {left: 100px;}
#reviewStars-input #star-4 {left: 150px;}
#reviewStars-input #star-5 {left: 200px;}

@media (max-width: 1199px){
    .category img, .product_card img, .service img {height: 200px;}
    .pp_photo {height: 450px;}
    .pp_photo_min {height: 100px;}
    .product_page select {max-width: 180px;}
}
@media (max-width: 991px){
    .category img,.product_card img, .service img {height: 160px;}
    .pp_photo {height: 270px;}
    .pp_photo_min {height: 70px;}
    .product_page select {max-width: 240px;}
}
@media (max-width: 767px){
    .category img, .product_card img, .service img {height: 180px;}
    .pp_photo {height: 510px;}
    .pp_photo_min {height: 110px;}
}
@media (max-width: 575px){
    .category img, .product_card img, .service img {height: 40vw;}
    .category, .product_card {font-size: 12px;}
    .pp_photo {height: 100vw;}
    .pp_photo_min {height: 20vw;}
    .product_page select {max-width: 200px;}
    .product_card_line {flex-wrap: wrap;}
    .product_card_line .f_11 {font-size: 1em;}
    .product_card_line .f_13 {font-size: 1.1em;}
    .product_card_line .rouble {height: 10px;}
}



/* block 7 */
#block_7 {
    padding-top: 5em;
    padding-bottom: 5em;
}
.question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.question:hover {color: #0051a2;}



/* block 10 */
#block_10 .white_icon svg {
	width: 3em;
	height: 3em;
}
.bottom_contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom_contact>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
@media (max-width: 991px){
    .bottom_contact {flex-flow: row wrap;}
    .bottom_contact>div:last-child {
        width: 100%;
        margin-top: 1em;
    }
}
@media (max-width: 767px){
    .bottom_contact>div {
        width: 100% !important;
        margin-bottom: 1em;
    }
}


/* block 11 */
#block_11 .blue_icon svg {
    width: 1.2em;
    height: 1.2em;
}

.new_preview {margin-bottom: 3em;}
.new_preview_img {
    width: 100%;
    height: 20em;
    overflow: hidden;
    border-radius: .5em;
}
@media (max-width: 1199px){
    .new_preview_img {height: 18em;}
}
@media (max-width: 991px){
    .new_preview_img {height: 15em;}
}
@media (max-width: 767px){
    .new_preview_img {height: 13em;}
}
@media (max-width: 575px){
    .new_preview_img {
        height: 75vw;
        margin-bottom: 1em;
    }
}
.new_preview_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .25s;
}
.new_preview:hover .new_preview_img img {
    transform: scale(1.1);
    transition: .25s;
}
.new_preview h2 {font-weight: 500;}
.new_preview h2>a {transition: .25s;}
.new_preview h2>a:hover {color: rgb(var(--rgb-main-color));}
@media (max-width: 767px){
    .new_preview h2 {font-size: 1.7em;}
    .new_preview h2, .new_preview h2>a {
        line-height: 1em;
    }
}
.readmore {
    font-weight: 600;
    position: relative;
    transition: .25s;
}
.readmore::after {
    content: "❯";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.6em;
    margin-right: -1em;
    transition: margin-right .25s ease 0s;
}
.readmore:hover {color: rgb(var(--rgb-main-color));}
.readmore:hover::after {
    margin-right: -2em;
    transition: margin-right .25s ease 0s;
}

.new_article_img {
    display: block;
    max-width: 100%;
    margin: 1.5em auto;
}
.new_article_text p {
    font-size: 1.2em;
    margin-bottom: 1em;
}
#block_11 .svg_icon svg {
    width: 1.2em; 
    height: 1.2em; 
}



/* block 12 */
.pf_card {
    display: block;
    background-color: #f5f5f5;
    border-radius: .5em;
    padding: 1em;
    position: relative;
    margin-bottom: 4em;
}
.pf_card img {
    width: 100%;
    height: 16em;
    object-fit: cover;
}
@media (max-width: 1199px){
    .pf_card img {height: 17em;}
}
@media (max-width: 991px){
    .pf_card img {height: 13em;}
}
@media (max-width: 767px){
    .pf_card img {height: 15em;}
}
@media (max-width: 575px){
    .pf_card img {height: 80vw;}
}
.pf_card_info {
    position: absolute;
    bottom: -2em;
    left: 10%;
    right: 10%;
    max-height: 80%;
    background-color: #fff;
    border-radius: .5em;
    padding: 1em;
    filter: drop-shadow(0px 3px 10px rgba(0,0,0,0.1));
    transition: .3s;
}
.pf_card:hover .pf_card_info {
    bottom: 2em;
    transition: .3s;
}
.pf_card_info>div:nth-child(1) {
    font-weight: 600;
    font-size: 1.3em;
}
.pf_card:hover .pf_card_info>div:nth-child(1) {color: rgb(var(--rgb-main-color));}


/* block 13 */
.swiper_clients {
    position: relative;
    overflow: hidden;
}
.client_img {
    width: 100%;
    height: 125px;
    object-fit: scale-down;
    object-position: center;
    filter: grayscale(1) opacity(.5);
}
.client_img:hover {filter: grayscale(0) opacity(1);}
@media (max-width: 1199px){
    .client_img {height: 115px;}
}
@media (max-width: 991px){
    .client_img {height: 100px;}
}
@media (max-width: 767px){
    .client_img {height: 80px;}
}
@media (max-width: 575px){
    .client_img {height: 20vw;}
}


/* block 14 */
.block_14_item {
    padding: 3em;
    text-align: center;
    border-bottom: 3px solid transparent;
    height: 100%;
}
.block_14_item h4 {text-align: center;}
.block_14_item:hover {
    background-color: #fff;
    border-bottom: 3px solid rgb(var(--rgb-main-color));
    filter: drop-shadow(0px 10px 15px rgba(0,0,0,0.1));
}
#block_14 .blue_icon svg {
    width: 4em;
    height: 4em;
}


/* block 15 */
.swiper_1 {
    position: relative;
    overflow: hidden;
}
.client_review {
    background-color: #0051a2;
    color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em;
}
.client_photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
blockquote>div {position: relative;}
blockquote>div::before {
    content: '“';
    position: absolute;
    top: 0;
    left: 0;
}
blockquote>div::after {
    content: '„';
    position: absolute;
    bottom: 0;
    right: 0;
}
blockquote>div>p {text-indent: 1em;}


/* block 16 */
#block_16 img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
@media (max-width: 1199px){
    #block_16 img {height: 400px;}
}
@media (max-width: 991px){
    #block_16 img {height: 350px;}
}
@media (max-width: 767px){
    #block_16 img {height: 500px;}
}
@media (max-width: 575px){
    #block_16 img {height: 90vw;}
}


/* block 17 */
.offer_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.offer_text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20%;
}
@media (max-width: 1199px){
    .offer_text {padding: 15%;}
}
@media (max-width: 991px){
    .offer_text {padding: 10%;}
}
@media (max-width: 767px){
    .offer_text {padding: 2em;}
}


/* block 18 */
#block_18 .svg_icon svg {
    width: 2.5em;
    height: 2.5em;
}
#block_18 .svg_icon svg {
    width: 2.5em;
    height: 2.5em;
}
#block_18 .svg_icon:hover svg path, #block_18 .svg_icon:hover svg circle {
    fill: rgb(var(--rgb-second-color));
}

/************ map **********/
#map {
    position: relative;
}
.map_info  {
    position: absolute;
    top: 10%;
    left: 10%;
    padding: 2em 3em;
}
@media (max-width: 767px){
    #map {
        display: flex;
        flex-direction: column-reverse;
    }
    .map_info {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        padding: 2em 3em;
        text-align: center;
    }
    .map_info h4 {text-align: center;}
}

/* block 19 */
.drafts {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 1em;
}
.draft {
    width: 20%;
    display: block;
    padding: .5em;
}
.draft img {
    width: 100%;
}
@media (max-width: 767px){
    .draft {width: 25%;}
}
@media (max-width: 575px){
    .draft {width: 33%;}
}


/* block 20 */
.step_img {
    display: block;
    max-width: 200px;
    width: 100%;
    border-radius: 50%;
    padding: 1em;
    background-color: rgb(255 255 255 / 50%);
    margin: 0 auto 1em;
}
@media (max-width: 575px){
    .step_img {padding: .5em;}
}


/* block 21 */
@media (max-width: 575px){
    #block_21 {font-size: 11px;}
}

/** Политика конфиденциальности **/
#privacy_policy ol {counter-reset: myCounter;}
#privacy_policy ol li {
    list-style: none;
    margin: .75em 0;
}
#privacy_policy ol li:before {
    counter-increment: myCounter;
    content:counters(myCounter,'.') " ";
    float: left;
    text-align: left;
    font-weight: 500;
    padding-right: 1em;
}
#privacy_policy ol.politika>li {margin-top: 2em;}
#privacy_policy ol.politika>li:before {
    font-family: var(--font-title);
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 400;
}

/*** Cпособы доставки и оплаты ***/
#delivery ul {padding-left: 1em;}
#delivery ul>li {
    list-style-type: '— ';
    margin: .75em 0;
}


.toggle-menu {position: relative;}
.toggle-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    display: none;
    background-color: #fff;
    padding: 1em;
    z-index: 1000;
}
.toggle-submenu>div{margin-bottom: .5em;}
.toggle-submenu>div:last-child{margin-bottom: 0;}
.top_menu .nav-item .dropdown-toggle::after {border-top: .3em solid #fff;}
.dropdown-toggle-split {
    border: 1px solid rgb(255 255 255 / 0.25);
    margin-left: .5em;
}

.stock-yes{
    color: green
}
.stock-no{
    color:#000080;
}
.opis{ 
    padding: 10px 14px 50px; 
    overflow: hidden;
}
.opis h1 { display:none;}