

/* Start:/local/templates/clover.1/components/sotbit/regions.choose/clover.1/style.css?17714445126069*/
.regions_clover-1 {
	position: relative;
}
.select-city-wrap {
	position: relative;
}

.select-city__block__text {
	color: #919294;
	font-size: 12px;
	line-height: 30px;
}

.select-city__block__text-city {
	font-size: 1em;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.select-city__block__text-city .icon-toggler {
	margin-left: 6px;
}
.select-city__dropdown__title-wrap {
	background: #006DB5;
	padding: 15px 30px;
}
.select-city__dropdown__title {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 500;
	display: block;
	white-space: nowrap;
}

.select-city__dropdown {
	background-color: #ffffff;
	box-shadow: 0px 1px 30px 0px rgba(0, 142, 236, 0.15);
	text-align: center;
	padding: 0;
	border-radius: 5px;
	overflow: hidden;
}

.select-city__dropdown-wrap {
	z-index: 1100;
	position: absolute;
	top: calc(100% + 8px);
}

.select-city__dropdown__choose {
	display: inline-block;
	height: 32px;
	width: 80px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #006DB5;
	font-weight: 500;
	color: #016EB6;
	transition: .3s;
}

.select-city__dropdown__choose:hover, .select-city__dropdown__choose:active,
.select-city__dropdown__choose:focus {
	opacity: .7;
}

.select-city__dropdown__choose__yes {
	margin-right: 15px;
	background: #DEF0FD;
}

.select-city__dropdown__choose__no {

}

.select-city__dropdown__choose-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

.select-city__modal {
	opacity: 0;
	visibility: hidden;
	height: 0;
	max-height: 0;
	z-index: 1100;

	position: absolute;
	top: calc(100% + 8px);
	right: -5px;
	transition: .3s;
}
.select-city__modal[data-toggle-step="active"] {
	opacity: 1;
	visibility: visible;
	max-height: 100vh;
	height: auto;
}

.modal__overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2500;
}

.select-city__modal-wrap {
	background: #FFFFFF;
	box-shadow: 0px 1px 30px 0px rgba(0, 142, 236, 0.15);
	border-radius: 5px;
	width: 15.3em;
	padding: 1.56em 1.25em;
}

.select-city__modal__title {
	color: #000000 !important;
	line-height: 30px;
	font-size: 25px !important;
	margin-bottom: 20px !important;
}

.select-city__modal__list {

}

.select-city__modal__list__title {
	color: #B3B3B3;
	font-weight: 400;
	font-size: 12px;
	display: block;
	margin-bottom: 11px;
}

.select-city__modal__list__item {
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 0 !important;
	cursor: pointer;
	margin-top: 0;
	transition: .3s;
	border-radius: 5px;
	padding: 5px 25px;
}

.select-city__modal__list__item:hover, .select-city__modal__list__item:focus,
.select-city__modal__list__item:active {
	text-decoration: none;
	background: rgba(0, 142, 236, 0.13);
	color: #008EEC;
}

.select-city__modal__submit__block-wrap {
	background: #eceef1;
	padding: 21px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 42px);
}

.select-city__modal__submit__title {
	color: #000000;
	line-height: 30px;
	font-size: 14px;
	display: block;
	margin-bottom: 0px;
}

.select-city__modal__submit__input {
	border: 1px solid #d3d3d3;
	background: #ffffff;
	box-shadow: none;
	height: 32px;
	width: calc(100% - 32px);
	max-width: 517px;
	color: #414141;
	font-size: 14px;
	margin-right: 15px;
	padding: 0 15px;
}

.select-city__modal__submit__btn {
	background: #000000;
	border: none !important;
	box-shadow: none !important;
	width: 147px;
	height: 32px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
}

.select-city__modal__submit__btn:hover, .select-city__modal__submit__btn:active,
.select-city__modal__submit__btn:focus {
	opacity: .7;
}

.select-city__close {
	background: url("/local/templates/clover.1/components/sotbit/regions.choose/clover.1/img/select-city__close.png") no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: -30px;
	cursor: pointer;
}

.select-city__close:hover {
	opacity: .7;
}
@media (max-width: 991.98px) {
	.select-city__modal {
		width: max-content;
		right: unset;
		left: 0;
	}
	.select-city__modal-wrap {
		margin: 1em 0 0;
	}
}

@media ( max-width : 575px) {
	.select-city__modal__title {
		font-size: 20px !important;
		margin-bottom: 10px !important;
	}
	.select-city__close {
		top: 15px;
		right: 15px;
	}
	.select-city__modal__list__item {
		font-size: 13px !important;
	}
}

@media ( max-width : 400px) {
	.select-city__modal__list {
		columns: unset;
		/*max-height:100px;*/
		overflow:auto;
	}
	.select-city__modal__list__title {
		line-height: 20px;
	}
	.select-city__modal__submit__block-wrap {
		display: block;
	}
	.select-city__modal__submit__input {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.select-city__modal-wrap {
		padding: 15px 20px;
	}
	.select-city__modal__submit__btn
	{
		width:100%;
	}
}
.select-city__modal__submit__block-wrap__input_wrap
{
	position:relative;
	width:100%;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-container
{
	position:absolute;
	width:100%;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list
{
	padding-left:0;
	margin:0;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list li
{
	list-style:none;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list .sey-item
{
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	background: #ffffff;
	height: 32px;
	width: 100%;
	max-width: 517px;
	color: #414141;
	font-size: 14px;
	padding: 0 15px;
	line-height:32px;
	margin:0!important;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list .sey-hide
{
	display:none;
}
.select-city__modal__submit__block-wrap__input_wrap_error
{
	color:red;
	position:absolute;
	top:-20px;
}
/* End */


/* Start:/local/templates/clover.1/components/bitrix/breadcrumb/.default/style.css?1771444512832*/
.bx-breadcrumb {
    width: 100%;
    display: flex;
    align-items: center;
    overflow-x: auto;
}
.bx-breadcrumb::-webkit-scrollbar {
    width: 0px;
    background: transparent;
	display: none;
}
.bx-breadcrumb-item {
    display: flex;
    align-items: center;
}
.bx-breadcrumb-item a {
    display: flex;
    text-decoration: none;
    color: #B3B3B3;
}
.bx-breadcrumb-item span {
    color: #B3B3B3;
    font-weight: 400;
	font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
}
.icon-breadcrumb-arrow {
    display: inline-block;
    width: 7px;
    height: 6px;
    background: no-repeat center url("/local/templates/clover.1/components/bitrix/breadcrumb/.default/./images/breadcrumbs_arrow.svg");
    background-size: contain;
    flex-shrink: 0;
}
.bx-breadcrumb .icon-breadcrumb-arrow {
    margin-left: 8px;
    margin-right: 8px;
}
#breadcrumbs {
    margin-top: 10px;
}
/* End */


/* Start:/local/templates/clover.1/styles.css?17714445125576*/
#006DB5.catalog-title-list{
	margin-top: 40px;
}

.catalog-review-list{
	border-bottom: 1px solid #E5E5E5;
    padding: 23px 35px 30px 35px;
	background: #FFF;
	border-radius: 5px;
	margin-bottom: 40px;
}

.catalog-review-top-list{
	display: flex;
    align-items: baseline;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.catalog-review__user-circle-list{
	width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #008EEC;
    background: #DEF0FD;
}

.catalog-review__user-circle-list span{
	font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #008EEC;
}

.catalog-review__stars-date-name-list{
	margin-left: 15px;
}

.catalog-review__stars-name-list{
	display: flex;
    align-items: center;
}

.catalog-review__name-list{
	font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: #424242;
}

.catalog-review__stars-list{
	    margin-left: 30px;
}

.catalog-review__stars-date-list{
	display: flex;
    align-items: center;
}

.catalog-review__date-list{
	font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #B3B3B3;
    margin-top: 7px;
}

.catalog-review__is-recommended-list{
	display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #A2DA02;
    margin-left: auto;
    background: url(/local/components/cloverit/reviews.product/templates/.default/./img/recommended.png) left top -1px no-repeat;
    padding-left: 20px;
}

.catalog-review__text-title-list{
	font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #424242;
    margin-bottom: 5px;
}

.catalog-review__comment-list{
	font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #999999;
    margin-bottom: 20px;
}

.c-uncontainer h3.def-tab--name {
	font-size: 16px;
	line-height: 18.4px;
	padding-bottom:16px;
	margin-bottom:0px;
	font-weight: 400;
}

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

.faq_block h2.faq_title {
font-family: Montserrat;
font-weight: 600;
font-size: 24px;
line-height: 135%;
letter-spacing: 0%;
vertical-align: middle;
color:#424242;
}

  .accordion-button{
 position:relative;
 display:flex;
 align-items:center;
 width:100%;
 padding:15px 15px 15px 20px;
 font-size:18px ;
 color:#424242;
 text-align:left;
 background-color:#fff;
 border:0;
 border-radius:5px;
 overflow-anchor:none;
 box-shadow: 0px 2px 16px 0px #008EEC1A;
 transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}
 @media (prefers-reduced-motion:reduce){
 .accordion-button{transition:none}}
 .accordion-button:not(.collapsed){color:#fff;background-color:#006DB5;}
 .accordion-button:not(.collapsed)::after {
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23006DB5' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
 transform: none; 
 background-color: #fff;}
.accordion-button:not(.collapsed) span {margin-right:10px;}
.accordion-button::after {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  content: "";

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");

background-repeat: no-repeat;
  background-size: 2.5rem;
  transition: transform .2s ease-in-out;
  color: #fff;
  background-color: #006DB5;
  border-radius: 5px;
}
 @media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}
 .accordion-button:hover{z-index:2}
 .accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}
 .accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}
 /*.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}
 .accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}
 *.accordion-item:not(:first-of-type){border-top:0}
 .accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}
 .accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}
 .accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}
*/ 

.accordion-body {padding: 30px 40px;font-size: 18px;line-height: 25px;}
.accordion-flush .accordion-collapse{border-width:0}
 .accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}
 .accordion-flush .accordion-item:first-child{border-top:0}
 .accordion-flush .accordion-item:last-child{border-bottom:0}
 .accordion-flush .accordion-item .accordion-button{border-radius:0}
.accordion-item {margin-bottom: 15px; border-radius:5px}
.accordion-item .collapsed span {color:#006DB5; margin-right: 10px}

@media screen and (max-width:767px) {
	#advantages-2 .advantages_wrap {
		flex-wrap: wrap;
	}
}

/* End */


/* Start:/local/templates/clover.1/template_styles.css?1771444512820*/
#catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_block .popup_text {
    width: 120px !important;
}

.c-row{
	align-items: end;
}

.socials__contacts{
	margin-top: 40px;
}

.socials__contacts-title{
	font-size: 20px;
	line-height: 120%;
	color: #fff;
	font-weight: 300;
	margin-bottom: 25px;
}

.socials__contacts-btns{
	display: flex;
	justify-content: space-between;
    max-width: 455px;
}

.contacts-btns-btn{
	flex: 0 1 220px;
	display: flex;
	align-items: center;
    width: 100%;
    justify-content: center;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	line-height: 150%;
	padding: 4px 10px; 
	text-decoration: none;
	cursor: pointer;
}

.contacts-btns-btn:first-child{
	background-color: #25D366;
	margin-right: 6px;
}

.contacts-btns-btn:last-child{
	background-color: #0088CC;
}
/* End */
/* /local/templates/clover.1/components/sotbit/regions.choose/clover.1/style.css?17714445126069 */
/* /local/templates/clover.1/components/bitrix/breadcrumb/.default/style.css?1771444512832 */
/* /local/templates/clover.1/styles.css?17714445125576 */
/* /local/templates/clover.1/template_styles.css?1771444512820 */
