

/* Start:/local/templates/clover.1/components/sotbit/regions.choose/clover.fix/style.css?17550103395864*/
.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 {
	color: #414141;
	font-size: 13px;
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
}

.select-city__dropdown {
	background-color: #ffffff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
	width: 211px;
	text-align: center;
	padding: 11px 5px 17px 5px;
}

.select-city__dropdown-wrap {
	z-index: 1100;
	position: absolute;
}

.select-city__dropdown__choose {
	display: inline-block;
	height: 32px;
	width: 82px;
	font-size: 12px;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

.select-city__dropdown__choose:hover, .select-city__dropdown__choose:active,
.select-city__dropdown__choose:focus {
	opacity: .7;
}

.select-city__dropdown__choose__yes {
	color: #919294;
	border: 1px solid #d3d3d3;
	margin-right: 15px;
}

.select-city__dropdown__choose__no {
	color: #ffffff;
	background: #333333;
}

.select-city__dropdown__choose-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.select-city__modal {
	opacity: 0;
	visibility: hidden;
	height: 0;
	max-height: 0;
	z-index: 1100;

	position: absolute;
	top: 100%;
	right: -10px;
	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 rgba(0, 0, 0, 0.15);
	border-radius: 16px;
	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: 25px;
	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: #E1E8F0;
}

.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.fix/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/search.title/clover.1/style.css?17240594452108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/clover.1/components/bitrix/search.title/clover.1/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/components/cloverit/marketing.popup/templates/.default/style.css?17240594445696*/
.cloverit-popup {
  display: none;
  padding: 0!important;
  background: transparent!important;
  max-width: 100%;
}
.cloverit-popup_inner {
  position: relative;
  border-radius: 16px;
  max-width: 100%;
  width: 900px;
  height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #fff;
}
.cloverit-popup_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  background: #FFFFFF;
  border-radius: 50%;
  border: none;
  outline: none !important;
  cursor: pointer;
}
.cloverit-popup_close--icon {
  width: 10px;
  height: 10px;
  position: relative;
}
.cloverit-popup_close--icon:before, .cloverit-popup_close--icon:after {
  content: "";
  height: 1px;
  width: 14px;
  background: #424242;
  position: absolute;
  top: 50%;
  left: 50%;
}
.cloverit-popup_close--icon:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.cloverit-popup_close--icon:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cloverit-popup_picture {
  width: 650px;
  height: 100%;
  background: #C0C0C0;
}
.cloverit-popup_picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cloverit-popup_info {
  background: #FFFFFF;
  padding: 25px;
  width: 250px;
  flex-shrink: 0;
}
.cloverit-popup_info--title {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #374151;
}
.cloverit-popup_timer {
  margin-top: 20px;
}
.cloverit-popup_timer--title {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #565F6C;
}
.cloverit-popup_timer-items {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cloverit-popup_timer-item {
  background: #374151;
  border-radius: 16px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cloverit-popup_timer-item--sep {
  color: #374151;
  margin: 0 10px;
  font-size: 25px;
}
.cloverit-popup_form-wrap {
  margin-top: 25px;
}
.cloverit-popup_form-field {
  display: block;
  position: relative !important;
  font-size: 13px !important;
}
.cloverit-popup_form-field + .field {
  margin-top: 10px;
}
.cloverit-popup_form-field.error input {
  border: 1px solid red !important;
}
.btn.cloverit-popup_form--submit {
  margin-top: 15px;
  width: 100%;
  border-radius: 16px;
  box-shadow: 2px 6px 15px rgba(0, 0, 0, 0.4);
  border: none !important;
}
.btn.cloverit-popup_form--submit-text {
  font-size: 14px;
  color: #fff;
}



.cloverit-popup .c-row {
  display: flex;
  flex-wrap: wrap;
}
.field input[type="text"],
.field input[type="password"],
.field input[type="email"],
.field input[type="tel"],
.field input[type="number"] {
  border: 1px solid #B3B3B3;
  outline: none !important;
  border-radius: 16px;
  height: 2.625em;
  padding: 0 1.5em;
  width: 100%;
  font-size: 1em;
  line-height: 1.19;
  color: #B3B3B3;
  background: transparent;
  transition: 0.3s;
}
.field--label-text {
  position: absolute;
  color: #B3B3B3;
  top: 50%;
  left: 2em;
  right: 2em;
  transform: translateY(-50%);
  transition: all 0.5s, width ease-in 0.5s;
  font-size: 1em;
  padding: 5px;
  width: auto;
  background: #fff;
}
.btn.cloverit-popup_form--submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  text-decoration: none;
  height: 38px;
  cursor: pointer;
  outline: 0;
  transition: 0.3s;
  text-align: center;
  line-height: 36px;
  padding: 0 20px;
  color: #fff;
  background: #004394;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.01em;
  width: 100%;
}
.popup-form .fancybox__content {
  background: #FFFFFF;
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .cloverit-popup {
    width: 100%;
  }
  .cloverit-popup_inner {
    flex-direction: column;
    width: 100%;
    height: auto;
    background: transparent;
  }
  .cloverit-popup_picture {
    width: 100%;
    height: 190px;
  }
  .cloverit-popup_info {
    padding: 15px;
    background: #004394;
    width: 100%;
  }
  .cloverit-popup_info--title {
    color: #fff;
  }
  .cloverit-popup_timer {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cloverit-popup_timer--title {
    color: #fff;
    margin-right: 10px;
  }
  .cloverit-popup_timer-items {
    margin-top: 0;
    justify-content: unset;
  }
  .cloverit-popup_timer-item {
    background: #fff;
    color: #004394;
    width: 47px;
    height: 40px;
  }
  .cloverit-popup_timer-item--sep {
    color: #fff;
  }
  .cloverit-popup_form-wrap {
    margin-top: 20px;
  }
  .cloverit-popup_form-field input {
    background: #fff !important;
  }
  .cloverit-popup_form-field input::-moz-placeholder {
    color: #004394;
  }
  .cloverit-popup_form-field input:-ms-input-placeholder {
    color: #004394;
  }
  .cloverit-popup_form-field input::placeholder {
    color: #004394;
  }
  .btn.cloverit-popup_form--submit {
    margin-top: 10px;
    background: #fff;
  }
  .btn.cloverit-popup_form--submit-text {
    font-size: 16px;
    color: #004394;
  }
  .cloverit-popup_form-field {
    width: 100%;
  }
}
.fancybox__content.cloverit-popup > .carousel__button.is-close {
  top: 0;
}
.btn-marketing-popup-trigger {
  position: fixed;
  width: auto;
  max-width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  z-index: 9;
}
/* End */


/* Start:/local/templates/clover.1/template_styles.css?1740477480322*/
.bold{
    font-weight: bold;
}
.center{
    text-align: center;
}
.footer-block.phone .address{
    color: #b3b3b3;
}
.flex{
    display: flex;
    justify-content: space-between;
}
#article_content{
    list-style-type: none;
    padding-left: 0;
}
#article_content li a{
    color: #000;
}
.hidden{
    display: none;
}
/* End */
/* /local/templates/clover.1/components/sotbit/regions.choose/clover.fix/style.css?17550103395864 */
/* /local/templates/clover.1/components/bitrix/search.title/clover.1/style.css?17240594452108 */
/* /local/components/cloverit/marketing.popup/templates/.default/style.css?17240594445696 */
/* /local/templates/clover.1/template_styles.css?1740477480322 */
