/**
 * Theme Name: SRP
 */
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
	font-family: Onest;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;
	color: #353535;
	--blue-color: #4A6DC8;
	--blue-color-i: #7095F3;
	--grey-l-color: #F6F6F6;
	--grey-d-color: #353535;
	--yellow-color: #FDCB19;
	--yellow-color-i: #FFDD55;
	--range-color: var(--blue-color);
	--l-blue-color: #2AABEE;
	--l-blue-color-i: #6ECCFD;

	
	
}
h1{
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;

}
h2{
font-size: 30px;
font-weight: 500;
line-height: 40px;
letter-spacing: 0em;
}

h3{
font-size: 22px;
font-weight: 500;
line-height: 28px;
letter-spacing: 0em;
}
.single-post h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0em;
    margin-bottom: 30px;
}
h4, h5, h6{
	
}

p{
	font-family: Onest;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;	
}
select{
	color: #000;
}

.w-15{
	width: 15%;
}
.w-20{
	width: 20%;
}
.w-25{
	width: 25%;
}
.w-30{
	width: 30%;
}
.w-35{
	width: 35%;
}
.w-40{
	width: 40%;
}
.w-45{
	width: 45%;
}
.w-55{
	width: 55%;
}
.w-60{
	width: 60%;
}
.w-65{
	width: 65%;
}
.w-70{
	width: 70%;
}
.w-75{
	width: 75%;
}
.w-80{
	width: 80%;
}
.w-85{
	width: 85%;
}
.w-90{
	width: 90%;
}
.w-95{
	width: 95%;
}
@media (max-width: 769px){.w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95{
	width: 100%;
	}
}

.conteiner{
	width: 1200px;
    max-width: 90vw;
    margin: 0 auto ;
}
img:not(.post-cont img) {
    width: 100%;
    height: auto;
}
/*Header*/
header {
	padding: 16px 0;
	background: #fff;
}
.tougle-menu {
	width: 56.395px;
	padding-right: 20px;
	cursor: pointer;
}
.tougle-menu svg rect{
	transition: all .3s;
}
.tougle-menu:hover svg rect.long {
	width: 90%;
	x: 1.5;
}
.tougle-menu:hover svg rect.short {
	width: 50%;
	x: 9;
}
.logo{
	width: 180px;
	padding-right: 20px;
}
.main-hearder{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-header{
	color: #fff;
	background-color: var(--blue-color);
}

.contact-header a{
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	color: inherit;
	text-decoration: none;
}
.mini-cart-btn{
	width:40px;
	height:40px;
	transition: all .3s;
}
.mini-cart-btn:hover rect{
	fill: var(--blue-color-i);
}
.wpml-ls-legacy-dropdown a{
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 10px 15px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
	background: #fff;
	width: 130px;
}
.modal-content .wpml-ls-legacy-dropdown a{
		width: 100%;
}
.modal-content .search-submit span, header .search-submit svg{
	display: none;
}
.modal-content .search-submit svg{
	width: 22px;
	fill: var(--blue-color);
}

.modal-content form#searchform{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-page h1 {
    margin: 40px 0 -90px;
    position: relative;
    z-index: 1001;
}
.title-page h1.light{
	color:#fff;
}
.title-page h1.dark{
	color:#000;
}

/*Menu*/
.icon-menu, .icon-menu-invert{
	width:25px!important;
	height:25px!important;
}
.icon-menu-invert{
	display: none;
}
li:hover .icon-menu{
	display: none;
}
li:hover .icon-menu-invert{
	display: block;
}
/* Модальные Окна */
.modal-nav{
	width: 450px;
    max-width: 100vw;
}
#sideMenu .modal-content{
	padding: 35px 75px;
}
.modal-top{
	margin-bottom: 35px;
}
.contact-popup {
    margin-top: 15px;
}
.msg-popup{
	margin-bottom: 25px;
}

#menu-popup ul{
	padding: 0px;
	margin-bottom: 5px;
}
.contact-popup a, .contact-popup p{
	font-family: Onest;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: left;
	text-decoration: none;
	color: #353535;
	transition: all .3s;
}
.contact-popup a:hover, .contact-header a:hover{
	color: var(--blue-color);
}
.contact-popup a:hover svg{
    fill: var(--blue-color);
}
.contact-popup p{
	margin-bottom; 20px;
}
.msg-popup a {
    margin-right: 10px;
	
}
.soc-items-popup {
    margin-top: 20px;
}
.soc-items-popup p {
	margin-bottom: 25px;
}
.soc-items-popup a {
    margin-right: 30px;
}
.contact-popup svg{
	width: 20px;
	height: auto;
	margin-right: 10px;
}
.popup-menu li a{
	color: #353535;
	font-family: Onest;
	font-size: 18px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: left;
	transition: all .3s;
	text-decoration: none;
	padding-left: 0px;
}
.popup-menu a:hover{
	color: #fff;
	padding-left: 10px;
	background: var(--blue-color);
}
.popup-menu a {
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 10px;
	transition: all .3s;
	display: block;
}

#priceForm .modal-content, #probnikForm .modal-content{
	width: 	610px;
	max-width: 90vw;
	padding: 40px 60px;
	border-radius: 30px;
	margin: 0 auto;
}
#priceForm .col-12, #probnikForm .col-12{
    margin-bottom: 18px;
}
.price-form p{
	font-family: Onest;
	font-size: 18px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 15px;	
}
.modal-content .wpcf7 input.wpcf7-text, .wpcf7 .select, .select2-container--default .select2-selection--multiple{
	width: 328.16px;
	height: 40px;
	border-radius: 7px;
	border: 0;
	background: #F6F6F6;
	box-shadow: 0px 0px 10px 0px #0000000D inset;
	padding: 0 10px;
}
.modal-content .wpcf7 input.wpcf7-submit{
	font-size: 12px;
	font-weight: 700;
	line-height: 15px;
	letter-spacing: 0.2em;
	text-align: center;
	border-radius: 10px;
	text-transform: uppercase;
	border: none;
	transition: all .3s;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/wp-content/themes/srp/img/polygon.svg);
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding: 10px;
}
.select2-container{
	z-index: 1100;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
	border: none;
	background: #F6F6F6;
	box-shadow: 0px 0px 10px 0px #0000000D inset;
}






/* Главная */

#hero nav{
	padding: 0;
	border-radius: 0px 0px 18px 18px;
    background: #F6F6F6;
}

#menu-menu-prod li span{
	color: #353535;
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 0 7px;
}
#menu-menu-prod li:hover span{
	color: #fff;
}
#menu-menu-prod{
	transition: all .3s;
}
ul#menu-menu-prod{
    padding: 20px 30px 20px 15px;
	flex-direction: column;
    justify-content: space-evenly;
	margin:0;
}
#menu-menu-prod  li{
	border-radius: 8px;
	transition: all .3s;
}
#menu-menu-prod  li:hover{
	background: var(--blue-color);
}
#menu-menu-prod a{
	display: flex;
    align-items: center;
}

.menu a{
	display: block;
	padding: 15px 20px;
	text-decoration: none;

}
nav ul{
	list-style-type: none;
}

.carousel-indicators li{
	list-style-type: none;
	padding: 5px;
}
.carousel-indicators li i{
    width: 10px;
    height: 10px;
    display: block;
    background: var(--grey-l-color);
	border-radius: 50%;
	transition: all .3s;
}
.carousel-indicators .active i{
	background: var(--blue-color);
}
/*Main*/
.btn, .search-submit, #menu-blog a{
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	border-radius: 8px;
	padding: 12px 20px;
	transition: all .3s;
}
#menu-blog a{
	letter-spacing: 1.4px;
}
.search-submit{
	color: var(--blue-color);
	border: 2px solid var(--blue-color);
	background-color: #fff;
	border-radius: 8px;
	height: 42px;
    padding: 0 28px;
}
.search-submit:hover{
	color: #fff;
	background-color: var(--blue-color);	
}
.search-box{
	margin-right: 25px;
}
#searchform{
	display: flex;
}
input.search-field {
	border-radius: 8px;
	background: #F6F6F6;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05) inset;
	border: 0;
	width: 245px;
    padding: 10px;
    margin-right: 20px;
	height: 42px;
	outline-color: transparent;
}
.modal-content input.search-field{
	width: auto;
}
.contact-header{
	margin-right: 25px;
}
.btn.btn-header{
	padding: 12px 15px;
	margin-right: 20px;
}

.mini-cart-btn{
	width: 40px;
	height: 40px;
	margin-right: 20px;
	position: relative;
}
.cart-count{
	display: flex;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #D25252;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 500;
    width: 24px;
    height: 24px;
}
.mini-cart-btn rect {
    transition: all .3s;
}

#hero{
	margin-top: 30px;
}
.home .inform {
	padding: 15px 0px;	
}
.woocommerce-shop .inform {
    padding: 0px 15px;
}
 .inform div:nth-child(2){
	padding-left: 20px!important;
}
.baner {
    padding-top: 15px;
    height: calc( 100% - 75px );
}
.baner .carousel {
    height: 100%;
}


.inform img{
	width: 35px!important;
	height: 35px!important;
	margin: 5px 20px 5px 10px;
}
.inform span p{
	margin: 0;
	color: #353535;
	font-size: 14px;
	font-weight: 400;
}
.carousel-item {
    border-radius: 20px;
    align-self: stretch;
	color: #000;
	text-decoration: none;
}
.carousel-item:hover{
	color: #000;
	text-decoration: none;
}
.fon-bnr{
	border-radius: inherit;
	position: absolute; z-index:-1;
}
.fon-bnr:before{
	content:"";
	display: block;
	width: 100%;
	height:100%;
	background: linear-gradient(0deg, #fffffff0 0%, rgba(221, 221, 221, 0.00) 100%),  50% / cover no-repeat;
}
.title-block{
	margin: 55px 0 40px 0;
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: flex;
    align-items: center;
}
.content-slid{
	max-width: 380px;
    margin: 0 80px;
    padding: 40px;
    background: #fff;
    border-radius: 20px;
}
.header-tov{
	width: 83%;
}
@media (max-width: 599px){
	.header-tov{
	width: 100%;
}
	.header-tov .title-tovs {
    margin-left: 50px!important;	
    margin-right: 50px!important;
    padding: 20px 22px;
    background-color: var(--blue-color);
    border-radius: 0 0 20px 20px;
    min-width: 254px;
    width: 100%;
}
	.all-prod {
    padding: 10px 55px 20px!important;
}
	.all-btn a {
    width: 100%!important;
    padding: 15px 0!important;
}
	.slides-tov {
	margin-bottom: 40px!important;
	}
}

.header-tov .title-tovs {
    margin-left: 56px;
    padding: 20px 22px;
    background-color: var(--blue-color);
    border-radius: 0 0 20px 20px;
    min-width: 254px;
}

.title-tovs h3{
    color: #fff;
	font-size: 18px;
    font-style: normal;
    font-weight: 500;
	margin: 0 0 0 10px;
}
.title-tovs img{
	width: 22px!important;
	height: 22px!important;
}
.all-prod .btn{
	padding: 10px 0px;
}
.slides-tov{
	border-radius: 18px;
	background: var(--grey-l-color);
	margin-bottom: 20px;
	position: relative;
}

.iner-content h3 {
    color: #7F7D7D;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    max-width: 90%;
    margin: 8px auto;
	line-height: 15px;
}
.iner-content .price{
	text-align: center;
	padding-bottom: 20px;
}
.item-content {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #fff;
	overflow: hidden;
}
.products .owl-item{
	transition: all .3s;
}
.products .owl-item .item-content:hover{
	box-shadow: 0px 0px 10px 0px #0000001A;
}
.iner-content .price span{
	color: #4A6DC8;
	text-align: center;
	font-family: Onest;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration: none;
}
ins bdi, ins .woocommerce-Price-currencySymbol {
    color: #6D9D66!important;
}
.product.item a{
	text-decoration: none;
	text-align: center;
}
ins{
	text-decoration: none;
}

.slides-tov .product img{
	width: 100%;
	height: auto;
}
.owl-stage-outer{
	padding: 0;
}
.products .owl-dots {
    position: absolute;
    top: -31px;
    right: 36px;
    width: fit-content;
}
.slides-tov .products{
	padding: 20px 50px 40px 50px;
	margin: 0;
}
.all-prod{
	padding: 27px 0 0 0;
}
.btn-primary, #menu-blog a, .btn-transparent:hover{
	background: var(--blue-color);
	border-color: var(--blue-color);
	color: #fff;
}
.btn-transparent:disabled:hover{
	background: transparent;
	color: var(--blue-color);
}

.btn-primary:hover, #menu-blog a:hover{
	background: var(--blue-color-i);
	border-color: var(--blue-color-i);
}

.owl-dot span {
    background-color: #D9D9D9;
    width: 12px;
    height: 12px;
    margin: 5px;
    border-radius: 50%;
    display: block;
}
.owl-dot.active span, .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background-color: var(--blue-color);
}
.owl-nav {
    position: absolute;
    top: calc(50% - 15px);
	width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
	height:0px;
}
.nav-btn circle{
	fill: #C1C1C1;
	transition: all .2s;
}
.nav-btn:hover circle{
	fill: var(--blue-color);
}

/* Категории на главной*/
.cat-iner{
	border-radius: 20px;
	background: linear-gradient(180deg, #4A6DC8 0%, #3F5EAB 100%);
	overflow: hidden;
	position: relative;
	
}
.cat-iner h3{
	color: #FFF;
	text-align: center;
	font-size: 26px;
	font-weight: 500;
}

.cat-iner img {
	width: 100%;		
    max-width: 155px;
    height: auto;
    filter: grayscale(1);
}
.back-image {
    background-image: url(https://dev.tov-srp.com/wp-content/uploads/2024/01/ellipse-12.svg);
    padding: 30px 25px 20px 25px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 82%;
	transition: background-size .4s;
}
.cat-iner:hover .back-image{
    background-size: 110%;
}
.cat-iner a{
	text-decoration: none;
}
.btn-arrow{
	position: absolute;
	right: 10px;
	bottom: 10px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	opacity: 0;
	transition: all .3s;
}
.btn-arrow:hover {
    background: var(--blue-color);
}
.cat-iner:hover .btn-arrow{
	opacity: 1;
}
#cat-glav .col-md-3{
	margin-bottom:20px;
}
#homepage-galery .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
}


#pochemu_my {
	margin-top: 85px;
}
.pochemu-my-text{
	padding: 30px 40px 0 0;
}
#homepage-galery{
	border-radius: 20px;
	overflow: hidden;
}

/* Блок соц. сети */

#soc {
	margin: 60px 0;
}
.block-soc{
	background-color: var(--blue-color);
	padding: 80px 0;
	border-radius: 20px;
	flex-direction: column;
    align-items: center;
}
.block-soc h1, .block-soc h2, .block-soc h3, .block-soc h4, .block-soc h5, .block-soc h6, .block-soc p{
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.block-soc a {
    color: #fff;
    padding: 15px 9px;
    border-radius: 10px;
    width: 100%;
    display: block;
    text-decoration: none;
    transition: all .3s;
	text-align: center;
}

.block-soc svg{
	fill: #fff;
	width: 22px;
	height: 20px;
	margin-right: 5px;
}


/* Блок FAQ */
#faq h2{
	margin-bottom: 40px;
}
.card-faq{
	border-radius: 20px;
	background: #F6F6F6;
	margin-bottom: 20px;
	max-width: 740px;
	cursor: pointer;
	transition: all .3s;
}
.card-faq h5{
	transition: all .6s;
}
.card-faq:hover h5{
	color: var(--blue-color);
}
.card-faq-header.collapsed{
	padding: 24px 50px 24px 30px;
}
.card-faq-header{
	padding: 30px 50px 30px 30px;
}
.card-faq-body{
	padding: 10px 50px 30px 30px;
}
.card-faq svg {
	fill: var(--blue-color);
	display: block;
	transition: transform .3s;
}

.arrow-faq{
	border: 2px solid var(--blue-color);
	width: 20px;
	height: 20px;
	overflow: hidden;
	border-radius: 5px;
	display: block;
	margin-right: 25px;
	min-width: 20px;
}
.card-faq-header.collapsed .arrow-faq svg {
    transform: rotate(180deg);
}
.card-faq-header h5 {
	font-size: 18px;
}
#faq img{
	max-width: 345px;
}
/* Отзывы */

#testimonial h2{
	margin: 40px 0;
}
.slid-tml{
	padding: 20px 60px;
}
.item-tml {
	position: relative;
}
.item-tml .tml-btn{
	position: absolute;
	z-index: 1001;
}
.item-tml .tml-btn {
    position: absolute;
    z-index: 1001;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}
.tml-btn button {
    background: transparent;
    border: 2px solid #fff;
	color: #fff;
    border-radius: 10px;
    padding: 15px 30px;
	transition: all .3s;
}
.tml-btn button:hover{
	background: var(--blue-color);
    border-color: var(--blue-color);
}
#testimonial .owl-dots{
    width: 100%;
    text-align: center;
    margin: 35px auto;
}
#testimonial .owl-nav{
    top: 35%;
    padding: 0px 15px;
}

#cons .conteiner{
	background: var(--blue-color);
	padding: 30px 80px 0 30px;
	border-radius: 20px;
}
.img-cons{
	position: relative;
	text-align: center;
}
.img-cons img {
    position: absolute;
    z-index: 1;
    width: 80%;
    max-width: 395px;
    bottom: 0px;
    left: 120px;
}
.img-cons  svg{
	position: absolute;
	bottom: 0;
	left: 11%;	
}
.iner-cons {
	padding: 60px 15px 60px 35px;
}
.iner-cons h2{
	margin-bottom: 22px;
	color: #fff;
}
.iner-cons p{
	color: #fff;
}
.iner-cons .wpcf7-form input[type=text], .iner-cons .wpcf7-form input[type=tel]{
    width: 100%;
    height: 50px;
	background: #F6F6F6;
    border: 1px solid #F6F6F6;
    border-radius: 10px;
	color: #353535;
	leading-trim: both;
	text-edge: cap;
	font-family: Onest;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 0 15px;
}
.wpcf7-form .submit-y input{
    width: 100%;
    height: 50px;
	background: var(--yellow-color);
    border: 1px solid var(--yellow-color);
    border-radius: 10px;
	transition: all .3s;
}
.wpcf7-form .submit-y input:hover{
	background: var(--yellow-color-i);
}
.iner-cons > a {
	color: #FFF;
	font-family: Onest;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
	opacity: .5;
}

.wpcf7-form label{
	width: 100%;
}
#read{
	margin-bottom: 60px;
}
#read h2{
	margin: 60px 0px 20px;
}
.post.item .item-post{
	padding: 20px;
    border-radius: 20px;
	transition: all .6s;
}
@media (max-width: 1000px){
	.post.item .item-post{
	padding: 0px;
   
}
}

.post.item .item-post:hover{
box-shadow: 0px 0px 10px 0px #0000001A;
}
.w-btn {
    border: 2px solid var(--blue-color);
    color: var(--blue-color);
    width: 100%;
    margin-bottom: 20px;
    padding: 16px;
}
.w-btn:hover{
	background: var(--blue-color);
    border-color: var(--blue-color);
	color: #fff;
}
.item-post img{
	border-radius: 20px;
	margin-bottom: 20px;
    filter: grayscale(1);
	transition: all .3s;
}
.post.item .item-post:hover img{
	filter: grayscale(0);
}
.item-post h3{
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 20px;
}
.item-post .entry-date {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 20px;
}

.item-post p{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 20px;
}
.all-btn a{
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	color: #fff;
	background: var(--blue-color);
	border-radius: 10px;
	width: 180px;
   
	
}
#read .all-btn a{
	 height: 50px;
}

#read .all-btn {
	margin: 40px 0;
}
.all-btn a:hover{
	background: var(--blue-color);
	color: #fff;
}
.all-btn a svg{
	width: 0;
	opacity: 0;
	transition: all .5s;
}
.all-btn a:hover svg{
	width: 20px;
	opacity: 1;
	margin-left: 5px;
}
#map {
    margin: 60px 0 -5px;
}
.map-title{
    position: absolute;
    padding: 20px;
    border-radius: 0 0 20px 20px;
    background-color: var(--blue-color);
    min-width: 400px;
}
.map-title h2, .map-title h3{
	color: #fff;
}
.map-title a {
	color: var(--yellow-color);
	text-decoration: none;
}

/* Footer */

footer{
	background-color: #353535;
	padding: 65px 0 20px 0;
}
footer h3{
	color: #eaeaea;
}
.footer-logo img{
	width: 115px;
	height: auto;
	padding: 10px 0;
}
footer ul.menu{
	padding-left: 0px;
	list-style: none;
}
footer .menu li a {
    padding: 10px 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
	color: #eaeaea;
	text-decoration: none;
	transition: all .3s;
}
footer .menu li:hover a {
    margin-left: 5px;
	color: #fff;
}
footer .row .col-md-3:first-child{
	padding: 0px;
	
}
footer .row .col-md-3:not(:first-child){
	padding: 0px;
	padding-left: 20px;
	}
@media (min-width: 768px) {footer .row .col-md-3:last-child{
	width: 20%;
	
	}}
.text-about{
    color: #eaeaea;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 215px;
    margin: 10px 0 10px 0;
}

.copy-right p {
    color: #707070;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0 10px 0;
}
.footer-right{
	display: flex;
    justify-content: space-around;
    padding: 0 0 0 70px;
}
.footer-soc a, .msg-items a {
    margin-right: 15px;
}
.footer-soc {
	margin: 20px 0;
}
.msg-items{
	margin-top: 25px;
}
.contact-footer a{
	color: #FFF;
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	transition: all .3s;
}
.contact-footer a:hover{
	color: var(--blue-color);
}
.contact-footer {    
	margin-top: 20px;}
.gm-inset-light{
	display: none!important;
}


.come-from-modal.left .modal-dialog,
.come-from-modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 450px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.come-from-modal.left .modal-content,
.come-from-modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0px;
}

.come-from-modal.left .modal-body,
.come-from-modal.right .modal-body {
    padding: 15px 15px 80px;
}
.come-from-modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.come-from-modal.right.fade.show .modal-dialog {
    right: 0;
}
.come-from-modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.come-from-modal.left.fade.show .modal-dialog {
    left: 0;
}


.breadcrumbs {
    padding-top: 20px;
	
}
.breadcrumbs-last{
	color: #7992D3!important;
}
.breadcrumbs a, .breadcrumbs span, .breadcrumbs{
	text-decoration: none;
	font-family: Onest;
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0em;
}
.light-breadcrumbs .breadcrumbs a, .light-breadcrumbs .breadcrumbs span{
	color: #fff;
}
.dark-breadcrumbs .breadcrumbs a, .dark-breadcrumbs .breadcrumbs span,  .breadcrumbs{
	color: #878787;
}
.page-template-team-php .breadcrumbs-last{
	color: #fff!important;
	font-weight: 600;
}
/* Команда */
.main-team{
	background: var(--blue-color);
}

.title-team{
	padding: 15px 0 10px;
	color: #fff;
}
#content-team {
	padding-bottom: 40px;
}
.text-team{
	width: 935px;
	max-width: 90%;
	margin: 0 auto;
}
.text-team p{
	color: #fff;
}
.department{
	background: #F2F2F2;
	padding: 45px 90px;
	border-radius: 20px;
}
.department-title h2{
	font-size: 30px;
	font-weight: 500;
	line-height: 38px;
	letter-spacing: 0em;
	text-align: center;
	margin: 0;
}
.department-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: center;
	width: 550px;
	max-width: 80%;
	margin: 0 auto;
}
.team-items {
    margin-top: 0px;
}
.team-item img{
	border-radius: 20px;
	margin-bottom: 20px;
}
.team-item h3{
	font-size: 22px;
	font-weight: 600;
	line-height: 33px;
	letter-spacing: 0em;
}
.team-item div{
	margin-bottom: 10px;
}
.team-item svg{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.position, .cont-item a, .cont-item p {
	font-size: 18px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0em;
}
.cont-item a{
	color: var(--blue-color);
}
.conteiner-dapart{
	padding-bottom: 60px;
}
/* О нас */
#about-slider{
	margin-top: 20px;
}
.conteiner-about {
    position: absolute;
    top: 26%;
    right: 16%;
    z-index: 1001;
    background: #353535;
    width: 440px;
    padding: 30px 50px;
    border-radius: 20px;
}
.conteiner-about h2{
	font-family: Onest;
	font-size: 30px;
	font-weight: 500;
	line-height: 38px;
	letter-spacing: 0em;
	color: #fff;
	margin-bottom: 20px;
}
.conteiner-about div{
	color: #fff;
}
#about-slider .owl-dots {
    position: absolute;
    left: 8.5%;
    bottom: 23px;
}
#about-slider .owl-dot span {
    width: 15px;
	height: 15px;}

#about{
	margin-top: 90px;
	margin-bottom: 60px;
}
.icon-items {
    padding-top: 35px;
}
.icon-item h3{
	margin-top: 20px;
	color: var(--blue-color);
}
.about-box{ 
	margin-top: 55px;
}


.icon-about, .icon-box{
	width: 70px;
	height: auto;
	margin: 0 auto;
}
.box-item {
    background: #F9F9F9;
    padding: 30px 40px 60px;
    border-radius: 20px;
}
.box-items{
	margin-top: 45px;
}
.box-item h3 {
    padding: 15px;
	color: var(--blue-color);
}
.icon-item .text-box {
    max-width: 95%;
    margin: 0 auto;
}
.text-box{
	font-family: Onest;
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: center;

}
.checkbox-btn-group label {
	display: inline-block;
	float: left;  
	margin: 0;
	user-select: none;
	position: relative;
	width: auto;
	padding: 0px;
}
.checkbox-btn-group{
	padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.checkbox-btn-group input[type=checkbox] {
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.checkbox-btn-group span {
	display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
	line-height: 30px;
    box-shadow: 0px 0px 10px 0px #0000000D inset;
	background: #F6F6F6;
	transition: all 0.3s ease;
	width: 99px;
	height: 40px;
	border-radius: 7px;
	border: 2px solid transparent;
}
input[type="submit"]{
	height: 51px;
}


/* Checked */
.checkbox-btn-group input[type=checkbox]:checked + span {
	border: 2px solid #4A6DC8;
}

/* Hover */
.checkbox-btn-group span:hover {
	border: 2px solid #4A6DC8;
}

/* Active */
/*.checkbox-btn-group input[type=checkbox]:active:not(:disabled) + span {
	background: blue;
	color: #000;
}
*/
/* Disabled */
.checkbox-btn-group input[type=checkbox]:disabled + span {
	background: #efefef;
	color: #666;
	cursor: default;
}
.checkbox-btn-group input[type=checkbox]:checked:disabled + span {
	background: #f7efdc;
}
/* Доставка */
#order{
	padding: 90px 0;
}
.step {
    padding: 30px 0 50px;
    max-width: 85%;
    margin: 0 auto;
}
.step .iner-img {
    background: var(--blue-color);
    padding: 25px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
	margin: 0 auto 25px;
	position: relative;
}
.step .iner-img img{
	width: 50px;
	height: 50px;
}
/*.step div:not(:last-child) .iner-img:after{
	content: '';
    position: absolute;
    right: -125%;
    width: 100px;
    height: 15px;
    display: block;
    z-index: 1001;
    top: calc( 50% - 7px);
	background: url('https://dev.tov-srp.com/wp-content/uploads/2024/02/dots.svg');
	background-size: cover;
}*/
.dots-step:last-child{
	display: none;
}
.dots-step {
    max-width: 100px;
    padding: 40px 10px;
}

.step h3{
	font-size: 18px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: center;
}

.order-box div:last-child div.box-item{
	background: #FFDC80AB;
}
.order-box div div.box-item{
	background: #fff;
}
.order-box {
	padding-bottom: 40px;
}
#order {
    padding: 60px 0;
    background: #F5F5F5;
    margin: 30px 0 70px;
}
.delivery-item {
    background: #F9F9F9;
    padding: 40px 50px 27px 60px;
    border-radius: 20px;
    position: relative;
}
.delivery-text {
    font-family: Onest;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
	position: relative;
}
.delivery-icon {
	background: var(--blue-color);
	width: 65px;
	height: 65px;
}
.delivery-icon {
    background: var(--blue-color);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 15px;
    display: flex;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: -10px;
}



/* Закупаем */

#info-purchase .desc {
    padding: 70px 0 25px 0;
    max-width: 960px;
    margin: 0 auto;
}
.f-40{
	/*font-size: 40px;*/
    margin-bottom: 25px;
}
#info-purchase .box-form{
	background: #F9F9F9;
    border-radius: 20px;
    margin-left: 55px;
	padding: 40px 0;
}
#info-purchase .box-form img{
	margin: 0 50px 0 -55px;}

#info-purchase .box-form .space span{
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0em;
}
#info-purchase .box-form  .wpcf7{
	padding: 15px 130px 0 0;
}
#info-purchase .box-form .wpcf7 input{
	width: 100%;
	height: 40px;
	top: 432.21px;
	left: 730px;
	border-radius: 7px;
	border: 1px solid #e0dfdf;
}
#info-purchase .box-form .wpcf7 textarea{
	width: 100%;
	height: 95px;
	top: 792.21px;
	left: 557px;
	border-radius: 7px;
	border: 1px solid #e0dfdf;
	resize: none;
}
#info-purchase .box-form .wpcf7 .space {
    padding: 0px 0 18px;
    align-items: center;
}
.box-form .wpcf7-submit {
    width: 242px!important;
    height: 51px!important;
    border-radius: 10px !important;
    background: var(--blue-color);
	color: #fff;
	
}
#info-purchase{
	margin-bottom: 60px;
}
#himikat .conteiner{
	padding: 50px 135px;
	background: #F5F5F5;
	border-radius: 20px;
}
.card-accordion {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
}

.card-accordion-header{
	padding: 20px;
}
.card-in{ 
	padding: 0px 20px 20px 20px;
	margin: -10px 0 0 0;
	
}
.card-body {
    border-top: 1px solid #eee;
    padding-top: 10px;
}
.accordion{
	padding-top: 35px;
}
#himikat{
	margin-bottom: 60px;
}
#snab .team-item img{
	max-width: 230px;
	max-height: 230px;
}

#snab .team-item svg{
	width: 30px;
	height: 30px;
	margin: 0 0 0 10px;
}
#snab .team-item a{
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
	color: var(--blue-color);
}
.snab-img{
	max-width: 535px;
}
#snab .team-item div {
    margin-bottom: 25px;
}
.contact-main {
    position: relative;
}
.cover-backgraund {
    background: url("https://dev.tov-srp.com/wp-content/uploads/2024/02/ec1e2bceb83053a88f9324f784a1a3f3-min-scaled.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .1;
}
.cont-item img{
	width: 70px;
    height: 70px;
}
#snab .cont-item{
    background: #F6F6F6;
    padding: 30px 30px 15px;
	border-radius: 20px;
}
#snab .cont-item{
    background: #F6F6F6;
    padding: 30px 30px 15px;
	border-radius: 20px;
}


.cont-box{
	display: flex;
	padding: 20px 10px;
}
.contact-item {
	background: #F6F6F6;
    padding: 30px 30px 15px;
	border-radius: 20px;
}
.cont-item  h3{
	font-size: 18px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0em;
}
.cont-item div{
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0em;

}
a.cont-mail, a.cont-tel{
	font-size: 18px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: center;
	color: var(--blue-color);
	text-decoration: none;
	padding: 3px 12px;
	background: #fff;
	border-radius: 18px;
}
.contact-main h1 {
    padding: 55px 0px 30px;
}
.cont-link {
    padding: 7px 0;
}
.conts {
	padding-top: 25px;
}
.cont-msg {
    margin-left: 10px;
}
#soc-cont{
	margin: 75px 0 60px;
}
#soc-cont h3{
	font-size: 26px;
	font-weight: 500;
	line-height: 33px;
	letter-spacing: 0em;
	margin-left: 30px;
}
#soc-cont img {
    width: 40px;
    height: 40px;
    margin: 0px 10px 0 30px;
}
#map .col-md-6:last-child{
	padding-right:0;
}
#map .col-md-6:first-child .map-item{
	padding-right: 10px;
}
#map .col-md-6:last-child .map-item{
	padding-left: 10px;
}
.contact-item h3{
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: center;
	color: var(--blue-color);
}
.contact-item img{
	width: 70px;
	height: 70px;
	margin-bottom: 20px;
}

/* Импорт */
#import-page{
	margin: 60px 0 55px 0;
}
#import-page h2{
	/*font-family: Onest;
	font-size: 40px;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: 0em;*/
	text-align: center;
	margin-bottom: 40px;
	
}
#import-page .desc{
	width: 915px;
	max-width: 90%;
	margin: 0 auto 40px;
}
/*#import-page h3{
	font-size: 26px;
	font-weight: 500;
	line-height: 33px;
	letter-spacing: 0em;
	text-align: left;
}*/
.form-import{
	background: #f9f9f9;
	border-radius: 20px;
	padding: 45px 55px 35px 75px;
}
.form-import p{
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0em;
	margin: 0px;
}
.form-import input, .form-import select{
	width: 100%;
	height: 40px;
	border: 1px solid #e5e5e5;
	border-radius: 7px;
	padding: 5px 10px;
}
.text-right{
	text-align: right;
}
#form-import textarea{
	width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 7px;
	resize: none;
	
}

.min-text{
	height: 70px;
}
.max-text{
	height: 180px;
}
#form-import{
	margin-bottom: 60px;
}
#form-import .wpcf7-submit {
    height: 51px!important;
    border-radius: 10px !important;
    background: var(--blue-color);
    color: #fff;
}
.condition-text ul{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-desc {
    width: 555px;
    max-width: 90%;
    margin: 0 auto;
}
.title-box {
    background: #f9f9f9;
    padding: 15px 0 40px 0;
}
.page-title{
	margin-bottom: 20px;
}
.page-title a{
	color: #000;
}
#alert{
	padding: 37px 0;
	max-width: 90%;
	margin: 0 auto;
}
#alert h2{
	font-family: Onest;
	font-size: 26px;
	font-weight: 500;
	line-height: 33px;
	letter-spacing: 0em;
	text-align: center;
	margin-bottom: 35px;
}

.alert-title{
	margin-bottom: 45px!important;
}
.box-alert {
    width: 630px;
    margin: auto;
    background: #f9f9f9;
    padding: 35px 40px;
    margin-bottom: 40px;
	position: relative;
	border-radius: 20px;
	max-width: 90%;
}
.alert-text p{
	margin:0px;
}
.alert-icon{
    position: absolute;
    top: -10px;
    width: 100%;
    left: 0;
}
.alert-icon span {
    background: #f9f9f9;
    padding: 13px;
    border-radius: 50%;
}
.condition-text{
	max-width: 90%;
	margin: 0 auto;
}


/* Блог 
#menu-blog a{
	font-family: Onest;
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: center;
	color: #000;
	text-decoration: none;
	padding: 20px 30px;
	background: #f6f6f6;
    border-radius: 10px;
	transition: all .3s;
}
#menu-blog a:active, #menu-blog a:focus, #menu-blog a:hover, #menu-blog .current-menu-item a{
    background: var(--blue-color);
	color: #fff;
}*/


#menu-blog {
    padding: 0px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
	flex-direction: row;
}
#menu-blog li {
    margin: 0 10px 10px 0;
}
.content-entry{
	text-align: justify;
}
.blog-title{
	margin: 35px auto 15px;
}
.blog-desc{
	width: 915px;
	max-width: 90%;
	margin: 0 auto 40px;
}
.blog-arhive img{
	border-radius: 20px;
	margin-bottom: 20px;
}
.blog-arhive a.entry-link{
	color: #000;
	text-decoration: none;
}
.blog-arhive .iner-title {
    font-family: Onest;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 10px;
}
.blog-arhive a.entry-date{
	font-family: Onest;
	font-size: 18px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: left;
	color: #7f7f7f;
	text-decoration: none;
}
.pagination-blog {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 55px auto;
}
.pagination-blog .page-numbers {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
	border-radius: 7px;
	margin: 5px;
    font-size: 14px;
    font-weight: 400;
	margin: 5px;
    font-size: 14px;
    font-weight: 400;
}
.pagination-blog a.page-numbers {
    background: #f9f9f9;
    color: #9a9a9a;
    text-decoration: none;
}
.pagination-blog span.page-numbers {
    background: var(--blue-color);
    color: #fff;
    text-decoration: none;
}
.nav-links {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

a.next, a.prev{
	background: none;
}
.title-post {
    margin: 20px 0 40px 0;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
	background-size: cover;
	background-repeat: no-repeat;
}
.conteiner-post {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto 60px;
}
.conteiner-post img{
	margin-bottom: 20px;
	overflow-clip-margin: content-box;
    overflow: clip;
	
}
.data a{
	font-size: 18px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: left;
	color: #7f7f7f;
	text-decoration: none;
}
.data {
    margin-bottom: 20px;
}
.img-404 img{
	width: 630px;
	max-width: 70%;
	margin: 0 auto;
}
.img-404{
	margin: 70px 0 40px;
}
.btn-404{
	margin-bottom: 70px;
}
.entry-page-title{
	text-align: center;
	margin: 70px auto 50px;
}
.entry-content{
	width: 915px;
	max-width: 90%;
	margin: 0 auto 70px;
}
.breadcrumbs-prod{
	margin-bottom: 25px;
}
.prod-page-content .col-md-3.sidebar-prod, .helps .col-md-3{
	width: 30%;
}
.prod-page-content .col-md-9, .helps .col-md-9{
	width: 70%;
}
.sidebar-prod section{
	background: #fafafa;
	border-radius: 20px;
	margin-bottom: 20px;
}
.sidebar-prod .widget_product_categories{
	padding: 40px 25px;
}
.wc-blocks-filter-wrapper h3{
	text-align:center;
}
.wp-block-woocommerce-filter-wrapper {
    padding: 15px 20px;
}
input[type="range" ] {
     accent-color: var(--blue-color);
}
.widget-title{
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0em;
}
.widget_products {
    padding: 40px 15px 20px 0;
}
ul.product_widget {
    list-style: none outside;
}
.product_widget li{
	padding-bottom: 40px;
}
.side-baner {
    padding: 25px 20px 20px 20px;
    background: #FFE15A;
    border-radius: 20px;
}
.side-baner span{font-family: Onest;
font-size: 18px;
font-weight: 500;
line-height: 28px;
letter-spacing: 0em;
text-align: left;
}
.product_widget .product-title{
	font-family: Onest;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: 0em;
	text-align: left;
	color: #7F7D7D;
	margin-bottom: 10px;
}
.product_widget a{
	text-decoration: none;
}
.product_widge .woocommerce-Price-amount{
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	color: #4A6DC8;
}
.product_widget ins{
	text-decoration: none;
	font-family: Onest;
	color: #D25252;
	margin-left: 5px;
}
.woocommerce-product-gallery__wrapper{
	border-radius: 20px;
	overflow: hidden;
}
.woocommerce-product-gallery__wrapper .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.woocommerce-loop-product__title{
	font-size: 12px!important;
	font-weight: 400;
	line-height: 15px;
	color: #7F7D7D;
}
li.product .price{
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	color: var(--blue-color);
	display: block;
	text-align: center;
}
 li.product .price{
	color: var(--blue-color)!important;
}
li.product{
	text-align: center;
}
.woocommerce-LoopProduct-link ins bdi{
	color: #6D9D66;}
.woocommerce-LoopProduct-link ins{
	text-decoration: none;
}
ul.products li.product .price del {
	opacity: 1;}
.woocommerce-products-header__title {
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0em;
	margin-bottom: 0;
	padding-left: 10px;
}
.by-sort span{
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0em;
	margin-right: 10px;
}
.woocommerce .woocommerce-ordering {
    margin: 0;
}
span.onsale, span.new {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px!important;
    letter-spacing: 0em;
    background: #6D9D66!important;
    padding: 2px 10px;
    color: #fff;
    border-radius: 5px!important;
    height: 20px;
    min-height: 23px!important;
    top: 5px!important;
    left: auto!important;
    right: 5px;
    position: absolute;
}
.woocommerce ul.products {
   padding: 20px 0px 0px 10px;
}
.woocommerce-ordering select {
    font-family: Onest;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    padding: 2px;
}
.woocommerce .woocommerce-ordering select {
    height: 35px;
    border: none;
    border-radius: 7px;
    padding: 8px 35px 8px 15px;
    border: 1px solid #eeeeee;
}
.by-sort{
	display: flex;
    align-content: center;
    align-items: center;
}
.prod-page-content .pagination-blog {
    margin: 20px auto;
}
.woocommerce-products-header{
	padding-left: 10px;
}
.products-new {
    padding: 0 55px;
}
.helps h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 20px;
}
.collapsed.more .nomore-text{
	display: none;
}
.collapsed.more .more-text{
	display: block;
}
.more .more-text{
	display: none;
}
.more .nomore-text{
	display: block;
}
.collapsed.more .arrow svg{
	transform: rotate(0deg);
}
.more .arrow svg{
	transform: rotate(180deg);
}
#info-prod.conteiner{
	width: 970px;
}

.prod-icon {
    background: var(--blue-color);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 15px;
    display: flex;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: calc(50% - 65px/2);
}
.prod-box-item {
    background: #fff;
    padding: 40px 50px 27px 60px;
    border-radius: 20px;
    position: relative;
}
.prod-box-item ul{
	padding-left: 0;
}
.single-product{
	background: #F9F9F9;
}
.length {
    color: #eee;
    text-align: right;
    width: 100%;
    position: absolute;
    bottom: 10px;
    right: 30px;
}
.comment-form .form-submit{
	text-align: right;
}
.woocommerce #review_form #respond .form-submit input{
	border-radius: 10px;
	background: var(--blue-color);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 15px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.woocommerce p.stars a::before, .woocommerce p.stars a:hover~a::before, .woocommerce p.stars.selected a.active~a::before{
	content: url("/wp-content/themes/srp/img/star.svg");
}
.woocommerce p.stars:hover a::before, .woocommerce p.stars.selected a:not(.active)::before, .woocommerce p.stars.selected a.active::before{
	content: url("/wp-content/themes/srp/img/star-j.svg");
}
p.stars a{ 
	margin-right: 10px;
}
.pcf-field-container label, .comment-form-rating label, .comment-form-comment label{
	font-family: Onest;
	font-size: 18px;
	font-weight: 500;
	line-height: 22.95px;
	text-align: left;
}
input#pros {
    height: 40px;
    width: 100%;
    max-width: 195px;
    margin: 10px 0 40px;
    border: #fff;
    border-radius: 10px;
}

.woocommerce .star-rating::before {
	content: "SSSSS";
	color: #d9d9d9;
}
.woocommerce .star-rating span::before{
	color: var(--yellow-color);
}
.comment-form-comment textarea {
    height: 170px!important;
    border-radius: 20px;
    border: 1px solid #fff;
    resize: none;
    padding: 15px;
    margin-top: 10px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 100%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    
    clear: none;
}
.woocommerce-product-attributes.shop_attributes {
    padding: 10px 0 10px 24px;
}
.woocommerce-product-attributes-item__label.d-flex p{
	margin-bottom: 0px;
}
#desc-prod .col-md-3{
	width: 29%;
}
#desc-prod .col-md-9{
	width: 71%;
}
#desc-prod .more span{
	font-size: 14px;
	font-weight: 700;
	line-height: 18.2px;
}
#desc-prod {
	margin-bottom: 55px;
	margin-top: 30px;
}

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

.conteiner-review > div.col-md-3 {
    width: 100%!important;
}	
	.row-reverse{
	flex-direction: row-reverse;
}
		#desc-prod .col-md-3{
	width: 100%;
}
	#desc-prod .col-md-9{
	width: 100%;
}
}
.comment-text{
	position: relative;
}
.comment-text .length{font-family: Onest;
font-size: 10px;
font-weight: 400;
line-height: 12.75px;
text-align: left;
}
.conteiner-review > div.col-md-3{
	width: 27%;
}
.conteiner-review > div.col-md-3 {
    width: 27%;
    margin-top: 81px;
}
.conteiner-review > div.col-md-3 span{
    font-family: Onest;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.95px;
    padding-bottom: 15px;
}
.form-submit .submit {
    width: 200px;
    margin-top: 10px!important;
}
.comment-form-author, .comment-form-email, .comment-form-cookies-consent, .required-field-message, .comment-notes{
	display: none;
}
#review-list {
    padding: 0px;
    list-style: none;
}
.pcf-row{
	font-family: Onest;
	font-size: 18px;
	font-weight: 500;
	line-height: 22.95px;
	margin-bottom: 15px;
}
.comment-text{
	padding-bottom: 65px;
}
.quantity {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}
#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 50%;
}
.woocommerce-cart .woocommerce{
	border-radius: 20px;
	background: #f9f9f9;
	padding: 40px 75px;
}
.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 140px;
    box-shadow: none;
    border-radius: 20px;
}
.woocommerce table.shop_table {
    border: 0px;
}
.woocommerce table.shop_table td {
    border-top: 0px;
}
.product-name a{
	font-size: 12px;
	font-weight: 400;
	line-height: 25.5px;
	text-align: left;
	text-decoration: none;
	color: #7F7D7D;
}
.minus, .plus {
    border: 0;
    background: transparent;
}
.woocommerce .quantity .qty {
    width: 2.631em;
    text-align: center;
    border: 2px solid #dedcdc;
    border-radius: 8px;
}
.calc{
	padding-top: 15px;
}
.calc .amount{
	font-size: 20px;
	font-weight: 500;
	line-height: 25.5px;
	text-align: left;
	color: var(--blue-color);
	margin-left: 10px;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 8px;
	height: 42px;
	width: calc( 100% - 168px);
	padding: 8px;
}
.wc-proceed-to-checkout{
	text-align: right;
}
.cart-subtotal th{
	font-size: 15px;
	font-weight: 500;
	line-height: 40px;
	color: #353535;
}
.cart-subtotal-price{
	font-size: 15px;
	font-weight: 500;
	line-height: 40px;
	color: #D25252;
}
.order-total th{
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
	color: #353535;
}
.order-total td{
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
	color: #D25252;
}

 .woocommerce-page table.cart td.actions {
    text-align: left;
}
.actions .btn{
	float: right;
}
.cart-form {
    max-width: 610px;
}
.btn-transparent{
	font-size: 12px;
	font-weight: 700;
	line-height: 15.3px;
	letter-spacing: 0.1em;
	text-align: center;
	color: var(--blue-color);
	border: 2px solid var(--blue-color);
}
.cart-prod{
	margin: 60px 0;
}
form.checkout {
    background: #F9F9F9;
    border-radius: 20px;
    padding: 30px 55px 40px 75px;
    margin-bottom: 50px;
}
.woocommerce-billing-fields__field-wrapper .form-row{
	display: flex;
}
.woocommerce-billing-fields__field-wrapper label {
    width: 30%;
    font-family: Onest;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin-top: 2px;
}
.woocommerce-additional-fields label {
    font-family: Onest;
    font-size: 18px;
    font-weight: 500;
    line-height: 28.05px!important;
    text-align: left;
    margin-bottom: 20px;
}
.woocommerce-billing-fields__field-wrapper span {
	width: 70%;
}
.woocommerce form .form-row .required {
	color: #D25252;
}
.woocommerce-additional-fields__field-wrapper .optional{
	display: none;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row select, .woocommerce-page form .form-row select {
    height: 40px;
    border-radius: 7px;
    border: 1px solid #eee;
    color: #000;
	padding: 5px 10px;
}
.woocommerce form .form-row textarea {
    height: 95px;
    border-radius: 7px;
    border: 1px solid #eee;
    color: #000;
    padding: 5px 10px;
	resize: none;
}
.woocommerce-checkout #payment {
	background: transparent;}
.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 15px;
}
.woocommerce-privacy-policy-text p, .woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox{
	font-family: Onest;
font-size: 12px;
font-weight: 400;
line-height: 17.85px;
text-align: left;
}
.woocommerce-privacy-policy-link{
	text-decoration: none;
}
.checkout-submit { 
    padding: 12px 50px;
}
.woocommerce-checkout #payment div.form-row {
    padding: 16px 0 0;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
	border: 0;
}
.product-table, .product-table a {
    font-family: Onest;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.3px;
    text-align: left;
}
.table-body {
    border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	margin-bottom: 10px;
}
.cart_item {
	padding: 10px 0;
}
.cart_item img{
	border-radius: 15px;
	max-width: 100px;
	max-height: 100px;
}
.cart_item .product-quantity {
    font-size: 10px;
    font-weight: 400;
    line-height: 12.75px;
    text-align: center;
    border: 1.5px solid #C1C1C1;
    border-radius: 15px;
    padding: 2px 3px;
	margin-right: 10px;
	min-width: 50px;
}
.order-total{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-total div.total{
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
}
.order-total .woocommerce-Price-amount{
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
	color: #D25252;
}
#miniCart .modal-content{
	padding: 35px 25px;
}
.woocommerce-mini-cart{
	border-top: 0; 
	border-bottom: 1.5px solid #eee; 
	padding: 30px 0;
	margin-bottom: 25px;
}
.woocommerce-mini-cart__total, .woocommerce-mini-cart__total strong{
	font-size: 25px;
	font-weight: 500!important;
	line-height: 40px;

}
.woocommerce-mini-cart__total .woocommerce-Price-amount{
	color: #D25252}
.modal-open{
	overflow: hidden;
}
#miniCart .wc-forward {
    max-width: 48%;
    padding: 12px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wc-forward{
    letter-spacing: 0.06em;
    border: 2px solid var(--blue-color);
}

.cart-subtotal-count{
	font-size: 15px;
	font-weight: 500;
	line-height: 40px;
}
.order-total{
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
}
.sorting_select_container {
    display: flex;
    flex-direction: column;
    width: auto;
}
div#sorting_form {
    display: flex;
    justify-content: space-between;
}
.product_title{
	margin-bottom: 25px;
}
.variations_form_cart h3{
font-size: 14px;
font-weight: 700;
line-height: 17.85px;
margin-bottom: 10px;
}
.sorting_select {
    height: 35px;
    border: none;
    border-radius: 7px;
    padding: 8px 35px 8px 15px;
}
#sorting_form, #variations_list{
	margin-bottom: 10px;
}
#description, #sku{
	font-size: 14px;
}
.product-variation {
    display: flex;
    padding-bottom: var(--bs-gutter-x);
}
.box-var {
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
	transition: all .3s;
	padding-top: 10px;
}
.box-var label{
	padding: 0 10px;
}
.extra-info{
	background-color: var(--blue-color);
	text-align: center;
	color: white;
	width: 100%;
	border-radius: 5px;
	transition: all .3s;
	
}
.box-var:hover .extra-info, .box-var.selected-var .extra-info{
	background-color: var(--blue-color-i);
}
.box-var:hover {
    box-shadow: 0px 0px 10px 0px #0000001A;
}
.box-var.none-stock:hover {
    box-shadow: none;
}
.none-stock .box-var:hover .extra-info{
    background-color: var(--blue-color);
}
.none-stock{
	opacity: .5;
	filter: grayscale(1);
	order: 1;
}
.box-var.selected-var, .box-var.selected-var:hover{
	box-shadow: 0px 0px 10px 0px #00000033 inset;
}

.box-var span{
	font-size: 12px;
	font-weight: 500;
	line-height: 15.3px;
	text-align: center;

}
.price-currency {
    padding: 5px 10px;
    font-family: Onest;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.95px;
    text-align: left;
    background: #6D9D66;
    color: #fff;
    border-radius: 7px;
}
.top-add-to-cart{
	margin-bottom: 40px;
}
.bottom-add-to-cart button, .bottom-add-to-cart a {
    height: 51px;
    width: 100%;
    max-width: 235px;
    border-radius: 10px!important;
	font-size: 12px;
	font-weight: 700;
	line-height: 15.3px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	justify-content: center;
}
.bottom-add-to-cart .single_add_to_cart_button{
	background: var(--yellow-color);
	transition: .3s;
}
.bottom-add-to-cart .single_add_to_cart_button:hover{
	background: var(--yellow-color-i);
}
.bottom-add-to-cart .price-list-button {
    background: var(--l-blue-color);
    transition: .3s;
    color: #fff;
    display: flex;
    align-items: center;
}
.bottom-add-to-cart  .price-list-button:hover{
	background: var(--l-blue-color-i);
	
}
.variation .variation-atridution::last-child .separator{
	display: none;
}
input[type="checkbox"] + span::before {
    content: '';
    width: 14px;
    height: 14px;
    margin-right: 4px;
}
input[value="Viber"] + span::before {
	background: url('/wp-content/themes/srp/img/viber-btn.svg') center / contain no-repeat ; 
}
input[value="Телефон"] + span::before {
	background: url('/wp-content/themes/srp/img/tel-btn.svg') center / contain no-repeat ;
}
input[value="Telegram"] + span::before {
	background: url('/wp-content/themes/srp/img/telegram-btn.svg') center / contain no-repeat ;
}
input[value="Почта"] + span::before {
	background: url('/wp-content/themes/srp/img/mail-btn.svg') center / contain no-repeat ;
}
.variation-atridution:last-child .separator {
    display:none;
}
.woocommerce .woocommerce-ordering select.orderby{
	background-size: 8px;
}
.woocommerce-mini-cart__buttons a {
    margin-bottom: 15px;
}
.mini-cart-title {
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
    border-top: 1.5px solid #eee;
    padding-top: 25px;
}
.woocommerce-message .btn{
	float: right;
}
li.blog-arhive, li.product{
	list-style: none;

}
.woocommerce-LoopProduct-link{
	text-decoration: none;
}
li.product .price {
    display: block;
    font-weight: 400;
    margin-bottom: 0.5em;
    font-size: .857em;
}
.product.item {
    display: flex;
}
#hero-slid .carousel-inner {
    height: 100%;
    display: flex;
	min-height: 390px;
}
#cons .wpcf7-response-output{
	color: #fff;
}
.blog-read{
	/*padding: 0 30px;*/
}
.post.item{
	padding: 10px;
}
.right-btn{
	float: right;
}
.fancybox-button--close {
    background-image: url('/wp-content/themes/srp/img/polygon.svg'); /* Замените на ваше изображение */
    width: 40px; 
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.fancybox-button--close:hover {
    opacity: 0.8; 
}
.thumb-gallery-wrapper .owl-nav {
	top: calc(50% - 15px);
}
.thumb-gallery-detail{
	margin-bottom: 5px;
}
.owl-nav {
   width: 100%;
	margin: 0 5px;
	left: -5px;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag{
	width: 18px;
	height: 12px;
}
.wpml-ls-legacy-dropdown {
	width: auto;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: none;
}
.item-info {
	text-align: left;
}
.item-info img{
	width: 35px!important;
}

@media (max-width: 992px) {
    #hero .side-menu #menu-menu-prod {
        display: none;
        flex-direction: column;
    }

    .menu-button {
        display: block;
    }
	#c {
    display: none; /* Меню скрыто по умолчанию */
}
}
@media (max-width: 768px) {
	.baner{
		height: 100%!important;
	}
	.baner .carousel{
		height: auto;
	}
	.slides-tov .products {
    padding: 20px 50px 0px 50px;
	}
	.all-prod {
    padding: 10px 0 20px 55px;
}
	.products .owl-dots {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    left: 0px;
    padding: 0;
}
	.inform div:nth-child(2) {
    padding-left: 0px!important;
}
	.form-import .col {
		width: 100%;
}
	.w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-50, .w-60, .w-65, .w-75, .w-85, .w-90, .w-95 {
    width: 100%;
}
	#info-purchase .box-form .wpcf7 {
    padding: 35px 25px;
}
	#info-purchase .box-form {
    padding: 0;
	margin: 0px;
}
	#himikat .conteiner {
		padding: 50px 30px;
}
	.map-title{
		min-width: 0px;
	}
	.woocommerce-cart .woocommerce {
    padding: 20px 10px;
}
	.cart-form {
    max-width: 100%;
}
	.conteiner-about {
    width: 90%;
    left: 5%;
	top: 20%;
}
	#about-slider .background {
    height: 600px!important;
}
	.prod-page-content .col-md-3.sidebar-prod, .helps .col-md-3
	{
		width: 100%;
	}
	.prod-page-content .col-md-3.sidebar-prod, .helps .col-md-9
	{
		width: 100%;
	}
	h1, h2 {
    font-size: 22px;
}
	.dots-step {
    max-width: 75px;
    padding: 27px 10px 20px;
}
	.step .iner-img {
    background: var(--blue-color);
    padding: 20px;
    width: 70px;
    height: 70px;
}
	.step .iner-img img {
    width: 30px;
    height: 30px;
}
	.copy-right{
	margin: 50px auto 0;
	}
	footer {
    padding: 25px 0 0 0;
}
	.blog-read {
    margin: 0!important;
}
	#cons .conteiner {
    padding: 30px;
}
	.iner-cons {
    padding: 15px;
}
	.btns-block{
		margin: 0 auto;
	}
}
@media(max-width: 992px){
	#info-purchase .box-form img {
    margin: 0;
    padding: 30px;
}
	#info-purchase .box-form {
    padding: 0;
    margin: 0px;
}
	#info-purchase .box-form .wpcf7 {
    padding: 35px 25px;
}
}
	.col-md-12.space {
    padding-left: 15px!important;
}
@media (max-width: 1024px) {
	#himikat .conteiner {
		padding: 50px 30px;
}
	footer .row .col-md-3:not(:first-child) {
   
    padding-left: 0px;
}
	footer {
    padding: 25px 0 20px 0;
}
	.contact-footer {
    margin-top: 15px;
}	
	.contact-footer p{
	margin-bottom: 10px;
}
	
}
.soc-mob img {
    height: 24px;
    width: auto;
    margin-right: 15px;
}

.woocommerce ul.product-catalog li.product a {
    text-decoration: none;
}
.woocommerce ul.product-catalog li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}
.step-img {
    padding: 20px;
    background: var(--blue-color);
    border-radius: 50%;
	margin-bottom: 20px;
}
.step-img img {
    width: 30px;
}
.block-soc-in{
    width: 620px;
    margin: 0 auto;
    max-width: 90%;
}
.woocommerce-product-gallery .owl-item {
	overflow: hidden;
	border-radius: 20px;
}
#miniCart .modal-dialog {
    right: 0;
    max-width: 100%;
}
 .woocommerce table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    display: block!important;
}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
	display: none;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: transparent;
}
.woocommerce-cart-form__cart-item .product-thumbnail{
	width: 120px;
}
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: left !important;
}
.coupon button{
	width: 158px;
}
.coupon input{
	width: calc( 100% - 168px);
}
.woocommerce-input-wrapper{
	width: 100%;
}
#about-slider .background {
    height: 500px;
}
.wc-block-price-filter div{
	max-width: 90wv;
}
.dots-step svg{
    max-width: 100%;
    min-width: 30px;
	margin: 0 auto;
}
form.checkout {
    background: #F9F9F9;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 50px;
}
.woocommerce-billing-fields__field-wrapper label, .woocommerce-billing-fields__field-wrapper span {
    width: 100%;
}
}

.lang-select-mob .wpml-ls-item-toggle {
    background: #353535;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
	border: 1.5px solid #C1C1C1;
}
.wpml-ls-statics-shortcode_actions {
    background-color: transparent!important;
}
.lang-select-mob .wpml-ls-legacy-dropdown a {
    border: 1px solid #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    background: #353535;
	color: #fff;
	padding: 3px 10px;
}
.lang-select-mob .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .lang-select-mob .wpml-ls-legacy-dropdown a:focus, .lang-select-mob .wpml-ls-legacy-dropdown a:hover {
    color: #fff;
    background: #353535;
	border-radius: 5px 5px 0 0;
}
.lang-select-mob .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{
	border-radius: 0 0 5px 5px;
}
.form-group {
    margin-bottom: 0;
}

.modal-content{
	max-width: 100vw;
}
.sort-dropdown {
  position: relative;
  display: inline-block;
}

.sort-button {
    background-color: var(--blue-color);
    color: white;
    padding: 7px 13px;
    font-size: 1px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
}

.sort-button:hover {
  background-color: var(--blue-color); /* Темный зеленый при наведении */
}

.sort-options {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 230px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
    top: 55px;
}

.sort-options a {
  color: #000;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
}



.sort-dropdown:hover .sort-options {
  display: block; /* Показать при наведении */
}
.modal-content .form-group{
	width:100%;
}
.modal-content input.search-field{
	background: #fff;
	width: 100%!important;
	box-shadow: none;
}
.modal-content .search-submit {
	color: #fff;
	background: var(--blue-color);
	border-radius: 0px;
}
.modal-content .search-submit:hover svg, .modal-content .search-submit:active svg, .modal-content .search-submit:focus svg{
	fill: #fff;
}
#btnSearh .modal-content{
	overflow: hidden;
}
#btnSearh .modal-content .search-submit svg {
    width: 22px;
    fill: #ffffff;
}
@media (max-width: 500px){
.content-slid {
    max-width: 80vw;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    border-radius: 20px;
	}}
#mobMenu .modal-top, #sidebarShop .modal-top {
    padding: 35px 75px 0;
}
#mobMenu .side-menu{
	 margin: 0px 40px 35px;
}
.side-menu {
    padding: 20px;
    border-radius: 18px;
    background: #F6F6F6;
}
@media (min-width: 1000px){
	.side-menu {
    padding: 0!important;
}
}
@media (max-width: 992px){
	.form-import{
	padding: 45px 25px;
}
	#info-purchase .desc {
    padding: 40px 0 25px 0;
}
}
select.sorting_select{
	color: #000;
	background-color: #fff;
}

.top-add-to-cart{
	flex-direction: row;
}
@media (max-width: 1300px){.top-add-to-cart{
	flex-direction: column;
	}
}
@media (max-width: 769px){
	#cons .img-cons{
		display: none!important;
	}	
	#cons .iner-cons{
		max-width: 100%!important;
		flex: 0 0 100%!important;
	}
	.about-box .col-md-4{
		max-width: 100%!important;
		flex: 0 0 100%!important;
	}
}
@media (max-width: 897px) {
	.step{
	max-width: 100%;
	}
}
.text-sogl{
	max-width: 300px;
}
.btn-send{
	max-width: 270px;		
}
@media (max-width: 769px){
	.text-sogl{
max-width: 100%;
}
.btn-send{
	max-width: 100%;		
}
	
	}
@media (max-width: 1110px){
	#desc-prod h2{
		font-size: 20px;
	}
}
@media (max-width: 768px){
	.pcf-container label{
		width: 20%;
	}
	.pcf-container input, .pcf-container p{
		width: 79%!important;
        max-width: 79%!important;
		margin-bottom: 25px!important;
	}
	.menu-button{
		width: 100%;
		
	}
	.side-menu{
		position: absolute;
		z-index: 1001;
		top: 42px;
	}
	#hero .conteiner{
		position: relative;
	}
}

#sidebarShop aside{	
	padding: 0 10%;
}

a.close {
    position: absolute;
    right: 25px;
    top: 25px;
}
.products-related img{
	margin: 0 0 1em;
}
.products-related a:hover{
	text-decoration: none;
}
@media (max-width:999px){
	#read .owl-nav {
    width: calc(100% + 60px);
    margin: 0 -30px;
}
}
@media (max-width: 699px){
	.slid-tml{
		margin-bottom: 60px;
	}
}
@media (max-width: 494px){
	#read .all-btn a{
		width: 100%;
	}
	#read .all-btn {
    margin: 0 10px;
}
}
.checkbox-btn-group{
	margin: 0;
	padding: 0 0 1rem 0;
}
#priceForm .col-12{
	padding: 0;
}
.price-form .sent .row{
	opacity: 0;
}
.price-form .sent .wpcf7-response-output{
    position: absolute;
    top: 45%;
    left: 37px;
    right: 37px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0 0 10px!important;}
}
.wp-tag-cloud li {
    display: inline-block;
    margin: 8px 4px;
	
}
.wp-tag-cloud{
	padding: 10px;
	list-style-type:none;
	}
a.tag-cloud-link {
    padding: 5px 10px;
    background: #eee;
    color: #000;
	border-radius: 5px;
	text-decoration: none;
}
a.tag-cloud-link:hover{
	color: var(--blue-color);
	text-decoration: none;
}
.copy-right a{
	color: #707070;
}
.woocommerce-loop-product__link{
	text-decoration: none!important;
}
.search-no-results{
}
/* footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}*/

.search-no-results .search-submit svg {
    width: 18px;
    margin-left: 4px;
    fill: var(--blue-color);
}
.search-no-results .page-content #searchform{
	padding-bottom: 60px;
}
@media(max-width: 768px) {
	.woocommerce-order-received .entry-page-title {
    text-align: center;
    margin: 50px auto 25px;
}
	.woocommerce ul.order_details {
		padding-left: 12px;
	}
	.woocommerce ul.order_details li {
    width: 100%;
}
}
.wpml-ls-legacy-dropdown .wpml-ls-item {
    width: fit-content;
}
.comment-form-rating{
	display: flex;
}
@media(max-width:666px){
	 .pcf-container label, .pcf-container input, .pcf-container p {
     width: 100%!important;
	 max-width: 100%!important;
    }
	.comment-form-rating {
    flex-direction: column;
}
}

.single-product .woocommerce-error, .single-product .woocommerce-info, .single-product .woocommerce-message {
    padding: 1em 2em 1em 2em;
}
.single-product .woocommerce-message p, .single-product .woocommerce-message a, .single-product .cart-empty.woocommerce-info {
    padding-left: 1.5em;
}
.variation-image {
  width: 120px;
}
.alignleft {
    float: left;
    padding: 0px 15px 10px 0;
    margin-bottom: 0px !important;
}
.alignright {
    float: right;
    padding: 0px 0px 10px 15px;
    margin-bottom: 0px !important;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.conteiner-post ul, .conteiner-post ol{
	margin: 5px;
}
.items-center{
	text-align: center;
}
.soc-mob img{
	max-width: 25px;
}
