.home #main {
	background-color: #ffffff;
}


.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.icon-quote {
  width: 1.259765625em;
}

.content-main {
	margin-top: 80px;
	margin-bottom: 100px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
h1 {
	margin-bottom: 0;
	color: #010101;
	font-size: 40px;
}

h2 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 25px;
	margin-top: 45px;
}

h3 {
	font-size: 34px;
	line-height: 38px;
	margin-bottom: 25px;
	margin-top: 45px;
}

h4 {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 25px;
	margin-top: 45px;
}

h5 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 25px;
	margin-top: 45px;
}

h6 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 25px;
	margin-top: 45px;
	text-transform: uppercase;
}

.site-main p {
	margin-bottom: 20px;
}
.site-main p:last-child {
	margin-bottom: 0;
}

.site-main blockquote {
	min-height: 45px;
	padding-left: 70px;
	position: relative;
}

.site-main blockquote::before {
    position: absolute;
	content: "";
	background: url(../img/quote.svg) no-repeat center;
  left: 0px;
  top: 8px;
  width: 40px;
height: 31px;
}

.site-main blockquote p {
	margin-bottom: 20px;
}

.site-main blockquote cite {
	font-style: normal;
}

.site-main .warn {
    position: relative;
	font-weight: 700;
    line-height: 26px;
    margin-left: 90px;
}
.site-main .warn::before {
    position: absolute;
    content: "!";
    width: 52px;
    height: 52px;
		border: 1px solid #000000;
    font-weight: 400;
    top: 0;
    left: -90px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.site-main .static-img {
		margin: 20px auto;
    width: fit-content;
}


.site-main .img-sign {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin-top: 35px;
	margin-bottom: 20px;
}
.site-main ul {
  margin-top: 20px;
  padding-left: 0;
  margin-bottom: 25px;
}

.site-main ul > li {
    position: relative;
    margin-bottom: 20px;
}
.site-main ul > li > ul {
  padding-left: 30px;
}
/* .site-main ul > li::before {
    position: absolute;
  content: "";
  left: -30px;
  top: 8px;
  width: 16px;
  height: 2px;
  background-color: #219bd8;
} */

a {
  color: #d2870e;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.cart-back a {
	color: #000;
	font-size: 16px;
}
a .icon-link-out,
a .icon-link-new {
 	font-size: 14px;
}
a:hover,
a:active {
	color: #4691a1;
	text-decoration: none;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.site-main table {
  border: 0;
  border-collapse: collapse;
  margin-bottom: 60px;
  overflow: hidden;
  width: 100%;
}
.site-main .table-responsive {
  margin-bottom: 60px;
}
.table-responsive table {
	margin-bottom: 0;
}

.site-main table tr th {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #28282d;
  padding: 20px;
}

.site-main table tr td {
  color: #252525;
  font-size: 16px;
  font-weight: 400;
  padding: 25px 20px;
  border-bottom: 1px #cccccc solid;
}
.no-photo {
	background-color: #e3e3e3;
	border: 0 !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
	width: 100%;
}
.no-photo img {
	height: auto !important;
	width: 235px !important;
	max-height: 100%;
}

.section {
	padding: 50px 0;
	overflow: hidden;
}
.section--head {
	padding-bottom: 25px;
}
.section--head+.section {
	padding-top: 0;
}


/* Новости и акции */

.promotion__item {
	height: calc(100% - 65px);
	margin-bottom: 65px;
	position: relative;
	padding-bottom: 50px;
}
.promotion__img {
	height: 230px;
	width: 100%;
	margin-bottom: 40px;
}
.promotion__img:not(.no-photo) {
	display: block;
}
.promotion__img:not(.no-photo) img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}
.promotion__title {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
}
.promotion__title a {
	color: #212529;
}
.promotion__title a:hover {
	color: #4691a1;
}
.promotion__descr {
	margin-top: auto;
	margin-bottom: 40px;
}
.promotion__date {
	padding-top: 25px;
	border-top: 1px solid #ededed;
	margin-top: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.news-detail__main {
	border-top: 1px solid #ededed;
	padding-top: 20px;
	margin-bottom: 30px;
}
.news-detail__date {
	color: #212529;
	font-size: 14px;
	margin-bottom: 16px;
}
.news-detail__catalog-link {
	border: 1px solid #ededed;
	color: #212529;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
	-webkit-transition: border-color 0.3s ease-in-out;
	-o-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	margin-bottom: 35px;
}
.news-detail__catalog-link:hover {
	border-color: #a8bfc4;
	color: #212529;
}
.news-detail__catalog-link__img {
	margin-right: 20px;
}
.news-detail__gallery {
	max-width: 712px;
	margin: 35px 0 40px;
}
.news-detail__gallery-main {
	display: block;
	margin-bottom: 10px;
	position: relative;
}
.news-detail__gellery-row {
	margin-left: -5px;
	margin-right: -5px;
}
.news-detail__gellery-col {
	padding-left: 5px;
	padding-right: 5px;
	flex: 0 0 20%;
	max-width: 20%;
}
.news-detail__gellery-min {
	display: block;
	height: 75px;
	position: relative;
	margin-bottom: 10px;
}
.news-detail__gallery-main:before,
.news-detail__gellery-min:before {
	content: '';
	background: #a8bfc4;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
a.news-detail__gallery-main:hover:before,
a.news-detail__gellery-min:hover:before {
	opacity: 0.6;
}
.news-detail__gellery-min img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.news-detail__gellery-other {
	background: #3d3e42;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	height: 75px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.news-detail__gellery-other span {
	font-size: 22px;
	font-weight: 600;
}
.news-detail__prooducts-title {
	border-radius: 3px 3px 0 0;
	border: 1px solid #ededed;
	color: #212529;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	height: 68px;
	padding: 10px 30px;
}
.news-detail__prooducts {
	border-radius: 0 0 3px 3px;
	border: 1px solid #ededed;
	border-top: 0;
	padding: 10px 30px;
	margin-bottom: 30px;
}
.news-detail__prooducts-item {
	color: #212529;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 1.2;
	padding: 15px 0;
}
.news-detail__prooducts-item+.news-detail__prooducts-item {
	border-top: 1px solid #ededed;
}
.news-detail__prooducts-img {
	margin-right: 20px;
	width: 60px;
}
.news-detail__prooducts-name {
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
}
.news-detail__share {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 40px 0 55px;
}
.news-detail__share-title {
	font-size: 11px;
	font-weight: 600;
	margin-right: 20px;
	text-transform: uppercase;
}
.news-detail__share ul {
	margin-bottom: 0;
}
.news-detail__button {
	margin-bottom: 50px;
}

/* Пагинация */

.pagination-container {
	padding: 20px 35px;
	border-radius: 3px;
	border: 1px solid #ededed;
}
.pagination ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center ;
	-webkit-align-items: center ;
	-ms-flex-align: center ;
	align-items: center ;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
}
.pagination ul > li {
	margin-bottom: 0;
}
.pagination__item {
	margin: 0 6px;
	font-size: 18px;
	font-weight: 400;
}
.pagination__item>a,
.pagination__item>span {
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center ;
	-webkit-align-items: center ;
	-ms-flex-align: center ;
	align-items: center ;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid transparent;
	text-align: center;
	width: 42px;
	height: 42px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pagination__item>a:hover {
	border-color: #000;
}
.pagination__item.is-active>span {
	background: #000;
	color: #fff;
}
.pagination__arrow {
	position: absolute !important;
}
.pagination__arrow--prev {
	left: 0;
}
.pagination__arrow--next {
	right: 0;
}
.pagination__arrow>a,
.pagination__arrow>span {
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center ;
	-webkit-align-items: center;
	-ms-flex-align: center ;
	align-items: center ;
	text-align: center;
	font-size: 16px;
	height: 42px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pagination__arrow>a:hover {
	color: #4691a1;
}
.pagination__arrow>span {
	opacity: 0.6;
}
.pagination__arrow>span span,
.pagination__arrow>a span {
	margin: 0 14px;
}
.pagination__arrow .fa {
	font-size: 20px;
}

.product__prices {
	background: #fff;
	border-radius: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	        flex-direction: column;
	height: 160px;
	width: 160px;
	position: absolute;
	right: 55px;
	bottom: 55px;
	text-align: center;
	z-index: 1;
}
.product__prices-sale {
	font-size: 16px;
	line-height: 24px;
}
.product__prices-price {
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
}
.product__prices-price--old {
	color: #ecb152;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-decoration: line-through;
}
.product__prices-percent {
	color: #ecb152;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
.product__prices-empty {
	font-size: 16px;
	line-height: 24px;
}

.card__descr iframe {
	float: left;
	width: 50% !important;
	margin-right: 30px;
	height: 400px;
}

.card-head {
	position: relative;
	padding-right: 50px;
}
.card-head .btn {
	margin-top: -0.25rem;
	position: absolute;
	right: -15px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.card-head.collapsed .btn {
	-webkit-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
}
.card-head:hover .btn {
	color: #d2870e;
}

.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
	list-style: none;
	margin: 10px 0 !important;
	padding: 0 !important;
}
.slick-dots li {
	height: 24px;
	width: 24px;
	padding: 0;
	margin: 0 !important;
	position: relative;
}
.slick-dots li button {
	background: transparent;
	border: 0;
	cursor: pointer;
	font-size: 0;
	height: 100%;
	padding: 0;
	vertical-align: top;
	width: 100%;
}
.slick-dots li button:before {
	content: "";
	background: transparent;
	border: 1px solid #000;
	border-radius: 100%;
	position: absolute;
	width: 10px;
	height: 10px;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -5px;
	-webkit-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}
.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before {
	background: #000;
}

.order-form__field {
	margin-bottom: 25px;
}
.order-form__field .text {
	font-size: 16px;
	font-weight: 700;
	color: #212529;
	margin-bottom: 5px;
}
.order-form__field input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}
.order-form__field-checkbox {
	font-size: 12px;
	font-weight: 400;
	position: relative;
	padding-left: 27px;
	line-height: 1.2;
	cursor: pointer;
}
.order-form__field-checkbox:before,
.order-form__field-checkbox:after {
	content: "";
	border: 1px solid transparent;
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
	border-radius: 4px;
	overflow: hidden;
}
.order-form__field-checkbox:before {
	background: #fff;
	border-color: #000;
	-webkit-transition: border-color 0.3s ease-out;
	-o-transition: border-color 0.3s ease-out;
	transition: border-color 0.3s ease-out;
}
.order-form__field input[type="checkbox"].invalid+.order-form__field-checkbox:before {
	border-color: #ed3b4d;
}
.order-form__field-checkbox:after {
	background: url(../img/checked.svg) no-repeat center;
	background-size: 11px 8px;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.order-form__field input[type="checkbox"]:checked+.order-form__field-checkbox:after {
	opacity: 1;
}

.order-total__price {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 80px;
	border-bottom: 1px solid #cacaca;
	color: #000;
	font-weight: 700;
	line-height: 1.2;
}
.order-total__price--big {
	border-bottom: 0;
}
.order-total__price-name {
	font-size: 22px;
	width: 190px;
}
.order-total__price-value {
	font-size: 26px;
	width: calc(100% - 190px);
}
.order-total__price--big .order-total__price-value {
	font-size: 35px;
}
.order__text {
	color: #3d3e42;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	padding: 30px 0;
}

.where-map {
	margin-bottom: 55px;
	position: relative;
}
.where-map__filter {
	background: rgba(61, 62, 66, 0.9);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 5px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1;
}
.where-map__filter-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px 20px;
	width: 50%;
}
.where-map__filter-name {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding-right: 18px;
	white-space: nowrap;
}
.where-map__filter-select {
	background: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	color: #212529;
	display: block;
	font-size: 16px;
	padding: 6px 15px;
	height: 42px;
	width: 100%;
}
.where-map__map {
	height: 500px;
}
.where-map__map>* {
	height: 100%;
	width: 100%;
}
.where-partners {
	max-width: 1024px;
	margin: 0 auto;
}
.where-partners__text {
	font-size: 18px;
}
.where-partners__item {
	border-bottom: 1px solid #ededed;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 55px 0;
}
.where-partners__item:last-child {
	border-bottom: 0;
}
.where-partners__item-img {
	margin-right: 30px;
	margin-bottom: 30px;
	width: 144px;
}
.where-partners__item-info {
	width: calc(100% - 174px);
}
.where-partners__item-name {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
.where-list {
	display: none;
}
.where-list__name {
	margin: 0;
	padding: 10px 0 15px;
	border-bottom: 1px solid #000;
}
.where-list__item {
	border-bottom: 1px solid #ededed;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 50px 0 30px;
}
.where-list__item-info {
	padding-right: 30px;
	width: 50%;
}
.where-list__item-name {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.where-list__item-contacts {
	margin-bottom: 20px;
}
.where-list__item-contact--min {
	font-size: 14px;
	margin-top: 10px;
}
.where-list__item-contact a {
	color: #000;
}
.where-list__item-contact a:hover {
	text-decoration: none;
}
.where-list__item-text {
	width: 50%;
}
option[default] {
  display: none;
}
.map-popover {
  background: #fff;
  -webkit-box-shadow: 0px 0px 21px rgba(0,0,0,0.22);
          box-shadow: 0px 0px 21px rgba(0,0,0,0.22);
  position: absolute;
}
.map-popover__close {
  color: #9c9c9c !important;
  font-size: 10px;
  padding: 5px;
  position: absolute;
  right: 10px;
  top: 12px;
}
.map-popover__close:hover {
  color: #000 !important;
}
.map-popover__tail {
  border: 9px solid transparent;
  border-top-color: #fff;
  margin-left: -9px;
  position: absolute;
  left: 50%;
  top: 100%;
}
.ballon__head {
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
	padding: 18px 50px 15px 20px;
}
.baloon__logo {
  margin-right: 18px;
  width: 74px;
}
.baloon__logo img {
  max-height: 100%;
  vertical-align: top;
}
.ballon__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.baloon__body {
  padding: 15px 20px 13px;
}
.baloon__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  widows: 100%;
}
.baloon__line a {
  color: #333;
}
.baloon__line a:hover {
	text-decoration: none;
}
.baloon__line .icon {
  color: #999;
  font-size: 19px;
  position: absolute;
  left: 0;
  top: 0;
}
.baloon__line .icon-worktime {
  font-size: 18px;
}
.modal-dialog {
	max-width: 570px;
}
.modal-content {
	background-clip: border-box;
	border: 1px solid #ae663a;
	border-radius: 0;
}
.modal-header {
	border-bottom: 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 40px 70px 15px;
	position: relative;
	text-align: center;
}
.modal-title {
	color: #000;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}
.modal__close {
	background: transparent;
	border: 0;
	color: #888787;
	cursor: pointer;
	font-size: 25px;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 30px;
	top: 30px;
	-webkit-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
.modal__close:hover {
	color: #000;
}
.modal__close .icon {
	vertical-align: top;
}
.modal-body {
	font-size: 18px;
	font-weight: 400;
	padding: 10px 70px 40px;
}
.modal__link {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
}
.auth-control .modal__link {
	margin-right: 25px;
}
.modal__link:hover {
	color: #000;
	text-decoration: none;
}

.auth-control {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}
.auth-control>*:last-child {
	margin-right: 0;
}
.form__input {
	color: #000;
	margin-bottom: 20px;
}
.form__input-label {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
}
.form__input-field {
	background: transparent;
	border: 1px solid #c6c6c6;
	border-radius: 3px;
	height: 45px;
	font-size: 16px;
	padding: 0 15px;
	width: 100%;
	-webkit-transition: border-color 0.3s ease-out;
	-o-transition: border-color 0.3s ease-out;
	transition: border-color 0.3s ease-out;
}
.form__input.error .form__input-field,
.form__input-field.error,
.form__input-field.invalid {
	border-color: #ed3b4d;
}

.form__checkbox {
	position: relative;
}
.auth-control .form__checkbox {
	margin-right: 25px;
}
.form__checkbox-field,
.form__radio-field {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}
.form__checkbox-label {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	position: relative;
	padding-left: 27px;
	line-height: 1.2;
	cursor: pointer;
}
.form__checkbox-label--smaller {
	font-size: 12px;
}
.form__checkbox-label:before,
.form__checkbox-label:after {
	content: "";
	border: 1px solid transparent;
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
	border-radius: 4px;
	overflow: hidden;
}
.form__checkbox-label:before {
	background: #fff;
	border-color: #000;
	-webkit-transition: border-color 0.3s ease-out;
	-o-transition: border-color 0.3s ease-out;
	transition: border-color 0.3s ease-out;
}
.form__checkbox.error .form__checkbox-label:before,
.form__checkbox-field.error+.form__checkbox-label:before,
.form__checkbox-field.invalid+.form__checkbox-label:before {
	border-color: #ed3b4d;
}
.form__checkbox-label:after {
	background: url(../img/checked.svg) no-repeat center;
	background-size: 11px 8px;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.form__checkbox-field:checked+.form__checkbox-label:after {
	opacity: 1;
}

.form__radios {
	margin-bottom: 20px;
}
.form__radio {
	margin-bottom: 10px;
	position: relative;
}
.form__radio-label {
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
	position: relative;
	padding-left: 27px;
	line-height: 1.2;
	cursor: pointer;
}
.form__radio-label:before {
	content: "";
	border: 1px solid transparent;
	position: absolute;
	left: 0;
	top: 1px;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	overflow: hidden;
	background: #fff;
	border-color: #000;
	-webkit-transition: border-color 0.3s ease-out;
	-o-transition: border-color 0.3s ease-out;
	transition: border-color 0.3s ease-out;
}
.form__radio-label:after {
	content: "";
	position: absolute;
	left: 3px;
	top: 4px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	overflow: hidden;
	background: #000;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.form__radio-field.invalid+.form__radio-label:before,
.form__radio-field.error+.form__radio-label:before {
	border-color: #ed3b4d;
}
.form__radio-field:checked+.form__radio-label:after {
	opacity: 1;
}

.form__captcha {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 78px;
	margin: 30px -15px;
	position: relative;
}
.form__captcha.error>* {
	box-shadow: 0px 0px 5px #ed3b4d;
}
.form__button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}

.vpl-button {
	background: #a8bfc4;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	height: 70px;
	max-width: 300px;
	padding: 0 15px;
	text-align: center;
	width: 320px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.vpl-button:hover {
	background: #f7b448;
	color: #000;
	text-decoration: none;
}
.vpl-button--smaller {
	font-size: 16px;
	font-weight: 400;
	height: 54px;
	max-width: 230px;
	text-transform: none;
}
.vpl-button--small {
	max-width: 230px !important;
}
.vpl-button--reset {
	background: transparent;
	border: 2px solid #a8bfc4;
	color: #000;
}
.vpl-button--reset:hover {
	background: #a8bfc4;
	color: #fff;
}
.lk-text {
	font-size: 14px;
	margin: 40px 0 25px;
}
.lk-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
}
.lk-buttons>* {
	max-width: 280px;
	margin-bottom: 30px;
}
.lk-buttons>*:not(:last-child) {
	margin-right: 35px;
}
.publications-nav {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #e4e6ed;
  margin-bottom: 30px; }
  .publications-nav ul {
		margin: 0;
		padding: 0 25px;
	 }
  .publications-nav span, .publications-nav a, .publications-nav .about-shops span, .about-shops .publications-nav span {
    width: 100%;
    display: inline-block;
    line-height: 54px;
    font-size: 16px;
    color: #333; }
  .publications-nav a:hover, .publications-nav .about-shops span:hover, .about-shops .publications-nav span:hover {
		color: #a8bfc4; }
	.publications-nav ul>li {
		margin-bottom: 0;
	}
  .publications-nav li:not(:last-child), .publications-nav .support-wrapper p:not(:last-child), .support-wrapper .publications-nav p:not(:last-child) {
    border-bottom: 1px solid #e4e6ed; }

.search-page__form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.search-page__form-query {
	background: transparent;
	border: 1px solid #c6c6c6;
	border-radius: 3px 0 0 3px;
	font-size: 16px;
	padding: 0 15px;
	width: calc(100% - 300px);
}
.search-page__item {
	border-bottom: 1px solid #c6c6c6;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.search-page__item:last-child {
	border-bottom: 0;
}
.search-page__item .entry-title {
	margin-top: 0;
}
.search-page__item .entry-title a {
	color: #000;
}

.overviews__items {
	border: 1px solid #dfdfdf;
	border-radius: 3px;
}
.overviews__title {
	margin: 0;
}
.overview__child-name {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}
.overview-block ul {
	margin: 0;
}
.overview-block__item {
	border-bottom: 1px solid #dfdfdf;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0 !important;
	position: relative;
	padding: 5px 16px;
}
.overview-block__item:last-child {
	border-bottom: 0;
}
.overview-block__item a {
	color: #000;
	text-decoration: underline;
}
.overview-block__item a:hover {
	text-decoration: none;
}
.overview-block__item-name {
	max-width: -webkit-calc(100% - 245px);
	max-width: calc(100% - 245px);
	position: relative;
}
.overview-block__item-name:before {
	content: "";
	border-radius: 100%;
	background: #000;
	position: absolute;
	left: -16px;
	top: 50%;
	margin-top: -3px;
	height: 6px;
	width: 6px;
	overflow: hidden;
}
.overview-block__item-prices {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-width: 245px;
}
.overview-block__item-price {
	color: #000;
	font-size: 16px;
	font-weight: 700;
}
.overview-block__item-price--old {
	color: #f7b448;
	font-size: 15px;
	margin-left: 25px;
}
.overview-block__item-price--old span {
	text-decoration: line-through;
}

@media (max-width: 1679px) {

}
@media (max-width: 1409px) {
	.product__prices {
		right: 20px;
		bottom: 20px;
	}
	.card__descr iframe {
    height: 300px;
	}
	.order-left__head {
		padding-left: 20px;
	}
	.order__list {
    margin: 0 20px;
	}
	.order__sum {
    margin: 0 20px;
	}
	.order-left__link--big .order-left__link-price {
		font-size: 20px;
	}
	.order-total__price-name {
		width: 150px;
	}
	.order-total__price--big .order-total__price-value {
		width: calc(100% - 150px);
    font-size: 30px;
	}
}
@media (max-width: 1199px) {
	.order-total-right {
		padding: 0 25px 140px;
	}
	.order-total__price {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 20px 0;
	}
	.order-total__price-name {
		width: 100%;
		font-size: 20px;
	}
	.order-total__price-value {
		width: 100%;
	}
	.order-total .buy {
		width: auto;
	}
	.where-map__filter-item {
		width: 60%;
	}
	.where-map__filter-item--city {
		width: 40%;
	}
	.news-detail__prooducts-item {
		font-size: 15px;
	}
}
@media (max-width: 991px) {
	.product__prices {
		right: 10px;
		bottom: 10px;
		width: 115px;
		height: 115px;
	}
	.product__prices-sale {
    font-size: 14px;
    line-height: 22px;
	}
	.product__prices-price {
		font-size: 19px;
		line-height: 24px;
	}
	.product__prices-price--old,
	.product__prices-percent {
		font-size: 14px;
		line-height: 18px;
	}
	.product__prices-empty {
    font-size: 14px;
    line-height: 22px;
	}
	.card__descr iframe {
    float: none;
    width: 100% !important;
    margin-right: 0;
		margin-bottom: 20px;
		height: 400px;
	}
	.where-map {
    margin-bottom: 35px;
	}
	.where-map__filter {
		position: relative;
	}
	.where-map__filter-item {
		padding-top: 0;
		width: 100%;
	}
	.where-map__filter-item:first-child {
		padding-top: 25px;
	}
	.where-map__map {
    height: 400px;
	}
	.news-detail__prooducts-item {
		font-size: 16px;
	}
	.pagination__arrow span {
		display: none;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 33px;
	}

	h2 {
		font-size: 28px;
		line-height: 36px;
	}

	h3 {
		font-size: 26px;
		line-height: 32px;
	}

	h4 {
		font-size: 22px;
		line-height: 28px;
	}

	h5 {
		font-size: 20px;
		line-height: 26px;
	}

	h6 {
		font-size: 16px;
		line-height: 20px;
	}
	.card__descr {
    margin-bottom: 30px;
	}
	.card__descr iframe {
		height: 300px;
	}
	.where-partners__text {
    font-size: 16px;
	}
	.where-partners__item {
		padding: 30px 0;
	}
	.where-partners__item-info {
		width: 100%;
	}
	.where-list__item {
		padding: 25px 0;
	}
	.where-list__item-info {
		padding-right: 0;
		width: 100%;
	}
	.where-list__item-text {
		width: 100%;
	}
	.news-detail__gellery-other {
		font-size: 11px;
	}
	.search-page__form {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.search-page__form-query {
		height: 70px;
		margin-bottom: 15px;
		width: 100%;
	}
	.lk-buttons>* {
    max-width: 260px;
	}
	.lk-buttons>*:not(:last-child) {
    margin-right: 20px;
	}
}
@media (max-width: 575px) {
	.card__descr iframe {
		height: 250px;
	}
	.where-map__filter-item {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 17px 15px;
		padding-top: 0;
	}
	.where-map__filter-item:first-child {
		padding-top: 17px;
	}
	.where-map__filter-name {
		margin-bottom: 15px;
	}
	.where-map__map {
		height: 60vh;
		max-height: 400px;
	}

	.modal-dialog {
    max-width: 320px;
    margin: 0.5rem auto;
	}
	.modal-header,
	.modal-body {
		padding-left: 15px;
		padding-right: 15px;
	}
	.modal-title {
		font-size: 33px;
	}
	.modal__close {
		right: 15px;
    top: 15px;
	}
	.auth-control .form__checkbox {
		margin-right: 0;
		margin-bottom: 5px;
		width: 100%;
	}
	.form__captcha {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
	}
	.news-detail__gellery-col {
		flex: 0 0 25%;
    max-width: 25%;
	}
	.news-detail__gellery-col--12 {
		flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
	}
	.pagination-container {
		padding: 15px 10px;
	}
	.pagination__item {
    margin: 0 2px;
    font-size: 16px;
	}
	.pagination__item>a, .pagination__item>span {
		width: 30px;
    height: 30px;
	}
	.lk-buttons>* {
		max-width: 100%;
		width: 100%;
	}
	.lk-buttons>*:not(:last-child) {
    margin-right: 0;
	}
	.lk-buttons>.vpl-button--small {
    max-width: 100% !important;
		width: 100%;
	}
	.overview-block__item {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.overview-block__item-name {
		max-width: 100%;
		width: 100%;
	}
}
.error-email {
	color: red;
	font-size: 12px;
}