@import "https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap";

:root {
	--blue-color: #70aeff;
	--blue-hover: #4e8cdd;
	--light-blue: #bdd9ff;
	--tomato: #f87a6b;
	--tomato-hover: rgba(215, 83, 59, 0.1)
}

html {
	height: 100%
}

body {
	overflow-x: hidden;
	font-family: Roboto, sans-serif !important;
	font-size: 16px;
	line-height: 1.5;
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column
}

a {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: inherit;
}

a:hover,
a:focus {
	text-decoration: none
}

p {
	margin: 0 0 10px;
	font-size: 16px
}

ul {
	list-style: none;
	padding: 0;
	margin: 0
}

img {
	max-width: 100%
}

.content {
	padding-left: 50px;
	margin-bottom: 20px;
	margin-top: 30px
}

.workarea {
	margin-bottom: 80px;
	-webkit-box-flex: 1;
	flex: 1
}

.mb-0 {
	margin-bottom: 0
}

.title404 {
	font-size: 30px;
	text-align: center;
	margin: 0
}

.img404 {
	display: block;
	margin: 90px auto
}

.continue404 {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center
}

.blue-btn,
.bx-filter.bx-blue .btn-themes {
	background: var(--blue-color);
	color: #fff;
	padding: 10px 20px;
	border-radius: 30px;
	border: none
}

.blue-btn:hover,
.blue-btn:focus,
.blue-btn.active,
.bx-filter.bx-blue .btn-themes:hover,
.bx-filter.bx-blue .btn-themes:focus {
	color: #fff;
	background: var(--blue-hover)
}

header {
	background: #fff;
	font-size: 16px;
	line-height: 1.4
}

.header-top {
	padding: 10px 0
}

.big-container {
	width: 95%;
	max-width: 1440px;
	margin: 0 auto
}

.header-top .container {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center
}

header p {
	margin: 0;
	font-size: 18px
}

header .time {
	background: url(/images/tomato-clock.png) no-repeat left center;
	padding-left: 60px;
	min-height: 55px;
	background-size: 40px
}

header .phone {
	background: url(/images/tomato-phone.png) no-repeat left center;
	padding-left: 60px;
	min-height: 55px;
	background-size: 40px;
	text-align: center;
}

.phone-msk {
	display: none
}

.phone .order-call {
	border: 1px solid var(--tomato);
	padding: 7px 12px 5px;
	border-radius: 38px;
	text-decoration: none;
	font-weight: 100;
	background: var(--tomato);
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.phone .order-call:hover,
.phone .order-call:focus {
	outline: none;
	opacity: .7
}

.phone p {
	margin: 5px
}

header .cart a {
	background: url(/images/tomato-cart.png) no-repeat left center;
	padding-left: 60px;
	min-height: 55px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-size: 40px;
	margin-right: 5px
}

header .cart .bx-hdr-profile {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

.logo-top {
	display: inline-block
}

.top-menu {
	-webkit-box-flex: 1;
	flex: 1
}

.top-menu a {
	color: #fff
}

.top-menu ul {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin: 10px 30px 10px 0
}

.top-menu ul a {
	padding: 5px 10px;
	white-space: nowrap;
	border-radius: 30px
}

.top-menu ul a:hover,
.top-menu ul a:focus,
.top-menu ul a.selected {
	background: var(--light-blue);
	color: var(--blue-hover)
}

.header-btm {
	background: var(--blue-color);
	padding: 5px 0
}

.header-btm.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
}

.header-btm .container {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center
}

.search-box {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	padding: 4px 20px;
	border-radius: 30px;
	width: 200px
}

.search-box:focus {
	outline: none
}

.search-box::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.7)
}

.search-box::-moz-placeholder {
	color: rgba(255, 255, 255, 0.7)
}

.search-box:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.7)
}

.search-box::placeholder {
	color: rgba(255, 255, 255, 0.7)
}

.order-call {
	font-weight: 700;
	text-decoration: underline
}

.banner-part {
	position: relative
}

.main-banner img {
	width: 100%
}

.banner-part .slick-arrow {
	width: 25px;
	height: 25px;
	top: 50%;
	border: none;
	background: transparent;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	position: absolute;
	z-index: 100
}

.banner-part .slick-prev {
	left: 5%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg)
}

.banner-part .slick-next {
	right: 5%;
	-webkit-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg)
}

.carousel .slick-arrow {
	width: 25px;
	height: 25px;
	top: 50%;
	border: none;
	background: transparent;
	border-left: 2px solid var(--blue-color);
	border-top: 2px solid var(--blue-color);
	position: absolute;
	z-index: 100
}

.carousel .slick-prev {
	left: -2%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	outline: none
}

.carousel .slick-next {
	right: -2%;
	-webkit-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
	outline: none
}

.carousel .slick-slide {
	height: auto;
	outline: none;
}

.carousel {
	padding: 40px 0;
}

#bx_1847241719_47 a {
	color: #ff7a6b;
}

.price__block {
	text-align: center;
}

.banner-part .sidebar {
	height: auto !important;
}

.banner-part .sidebar .pink-btn {
	position: absolute;
	background: #fff;
	color: var(--tomato);
	border-radius: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 50px
}

.banner-part .sidebar .pink-btn:hover,
.banner-part .sidebar .pink-btn:focus {
	background: var(--tomato);
	color: #fff
}

.del-title {
	font-size: 24px;
	text-align: center;
	font-weight: 700;
	margin: 30px 0
}

.del-subtitle {
	font-size: 24px;
	font-weight: 700
}

.del-img-block {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1.5fr 1fr;
	grid-template-columns: 1.5fr 1fr;
	margin: 30px 0;
	grid-gap: 0 25%
}

.del-img-block .img {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1/3;
	-ms-grid-column: 2;
	grid-column: 2
}

.del-img-block img {
	max-height: 120px;
	max-width: 100%
}

.sidebar {
	margin: 30px -15px
}

.sidebar .sidebar-item {
	background: #fff;
	padding: 5px 0 !important;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
	margin-bottom: 20px;
}

.sidebar .sidebar-item .sidebar-item_title {
	font-weight: 500;
	font-size: 20px;
	line-height: 27px;
	color: #3D302A;
	border-bottom: 1px solid #F87A6B;
	padding: 10px 0;
	margin: 0 15px 15px;
}

.sidebar .catalog-section-list>ul ul {
	display: none;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: relative;
	left: 0;
	z-index: 100;
	background: #fff;
	top: 0;
	width: 100%;
	padding: 5px 10px
}

.sidebar .catalog-section-list>ul>li:hover ul {
	display: block;
	opacity: 1
}

.sidebar ul li {
	margin: 0 !important;
	position: relative
}

.sidebar .submenu::after {
	content: '';
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #333;
	right: 13px;
	top: 15px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	border-left: none;
	border-top: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.sidebar .submenu:hover::after {
	-webkit-transform: translateY(-25%) rotate(-45deg);
	transform: translateY(-25%) rotate(-45deg)
}

.sidebar a {
	font-size: 15px;
	line-height: 1.2;
	padding: 9px 30px;
	display: block;
	background-repeat: no-repeat;
	background-position: 20px center
}

.catalog-section-list {
	z-index: 99;
}

.catalog-section-list>ul>li>.bg-link {
	padding-left: 55px
}

.sidebar li:hover,
.sidebar li:focus {
	background: var(--tomato-hover)
}

.content h1 {
	font-size: 36px;
	margin: 30px 0 40px;
	text-align: center
}

footer {
	background: #fff;
	font-size: 18px;
	padding: 25px 0 20px;
	border-top: 5px solid var(--tomato)
}

footer p {
	font-size: 18px;
	line-height: 1.4
}

footer .container {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between
}

footer .container:after,
footer .container:before,
header .container:after,
header .container:before {
	display: none
}

footer li a {
	padding: 2px 0;
	display: block
}

.logo-btm {
	display: block;
	margin-bottom: 20px;
	margin-top: 10px
}

.social {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

.social a {
	display: block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	color: var(--tomato)
}

.copyright {
	margin-top: 20px;
	font-size: 14px
}

.copyright a {
	background: url(/bitrix/templates/eshop_bootstrap_green/images/razvitie-logo-dark.png) no-repeat left top;
	background-size: 14px;
	padding-left: 18px;
	display: block;
	margin-top: 3px
}

.requisites {
	background: url(/images/envelops.png) no-repeat right center;
	line-height: 1.7;
	background-size: contain
}

.page-contacts {
	margin-top: -30px
}

.cont-subtitle {
	font-size: 24px;
	text-align: center
}

.map {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-top: 45px
}

.map p {
	margin: 0
}

.map-div {
	width: 60%
}

.map .left {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-right: 25px;
	width: 40%
}

.map-msk {
	margin-bottom: 70px
}

.managers {
	margin: 30px 0 70px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px 30px
}

.managers .manager {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.managers .manager p {
	margin: 0
}

.manager-img {
	width: 130px;
	margin-right: 15px
}

.manager-img img {
	height: 150px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	-o-object-position: center;
	object-position: center;
	border-radius: 10px
}

.review .name {
	font-weight: 700;
	font-size: 18px
}

.review-text {
	margin-bottom: 30px
}

.review-form {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column;
	max-width: 650px;
	width: 100%;
	margin: 20px auto 0 !important;
	padding: 20px 20px 15px !important;
	background: var(--blue-color);
	border-radius: 30px
}

.review-form input,
.review-form button,
.review-form h2 {
	text-align: center !important
}

.review-form .afbf_item_pole {
	margin: 0
}

.review-form .afbf_submit_block {
	margin: 0
}

.review-form input,
.review-form textarea,
.search-page form input[type=text] {
	text-align: center;
	border-radius: 30px;
	border: 2px solid var(--blue-color);
	padding: 6px 18px;
	box-shadow: inset 3px 3px 5px #ccc;
	color: grey;
	margin-bottom: 8px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 100%;
	line-height: 1.5 !important
}

.review-form .afbf_textarea {
	height: 130px;
	padding: 7px 15px !important
}

.review-form input:focus,
.review-form textarea:focus {
	outline: none;
	border: 2px solid var(--blue-hover) !important
}

.review-form button {
	background: #fff;
	border-radius: 30px;
	width: 200px;
	margin: 0 auto;
	outline: none;
	border: none;
	font-size: 17px;
	padding: 7px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: block
}

.review-form button:hover,
.review-form button:focus {
	background: var(--blue-hover);
	color: #fff
}

.review-form .afbf_name {
	display: none
}

.section-popular,
.section-service {
	margin: 50px 0
}

.popular-items .item,
.product-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	background: var(--light-blue);
	padding: 12px 12px 25px;
	box-shadow: 0 0 3px #ccc
}

.popular-items .item {
	background: #fff
}

.product-item-image-wrapper {
	padding-top: 66%
}

.popular-items .blue-btn {
	text-transform: uppercase;
	padding: 7px 50px;
	font-size: 15px;
	display: inline-block;
	margin: 20px auto 0;
	box-shadow: 0 2px 5px #aaa;
	background: var(--tomato);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.popular-items .blue-btn:hover,
.popular-items .blue-btn:focus {
	background: var(--tomato-hover)
}

.product-item-big-card .blue-btn {
	text-transform: uppercase;
	padding: 7px 25px;
	font-size: 15px;
	display: inline-block;
	margin: 20px auto 0;
	box-shadow: 0 2px 5px #aaa;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.product-item-big-card .product-item-price-container {
	margin: 0
}

.item-title a,
.product-item-big-card .product-item-title a {
	font-size: 18px;
	line-height: 1.2;
	margin: 20px 0 15px;
	white-space: initial;
	text-align: center
}

.product-item-amount-description-container {
	display: none
}

.product-item-info-container,
.product-item-image-wrapper {
	margin-bottom: 0
}

.section-popular .product-item-image-wrapper {
	margin-bottom: 10px
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus,
.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background: none
}

.price-block {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap
}

.quantity input {
	width: 45px;
	border: none;
	background: transparent;
	text-align: center;
	font-size: 15px
}

.quantity {
	display: -webkit-box;
	display: flex;
	background: #fff;
	padding: 0 5px;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 30px;
	box-shadow: 0 0 5px #bbb
}

.price-block .price {
	font-size: 15px
}

.item-txt {
	width: 100%
}

.main-subtitle {
	font-size: 30px;
	margin: 20px 0;
	text-align: center
}

.main-services {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	margin: 0 auto 30px;
	max-width: 1000px
}

.main-service {
	background: linear-gradient(0deg, #70ADFE 0%, #FFD5D0 133.11%);
	border-radius: 5px;
	padding: 40px 10px;
	text-align: center;
}

.main-service .service-img {
	text-align: center;
	height: 90px
}

.main-service .service-title {
	min-height: 70px;
	font-family: Roboto, sans-serif !important;
	color: #fff;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.2;
	padding-bottom: 10px;
	border-bottom: 1px solid currentColor;
	margin: 0;
}

.main-service .service-detail {
	font-family: Roboto, sans-serif !important;
	font-size: 14px;
	color: #fff;
	line-height: 1.3;
	margin: 10px 10px 20px;
	-webkit-box-flex: 1;
	flex: 1
}

.main-service.right-card .service-detail {
	margin: 0;
	font-size: 16px
}

.main-service.right-card .service-img {
	width: 90px;
	text-align: center;
	margin-right: 15px;
	height: 45px
}

.main-service.right-card .service-img img {
	max-height: 100%
}

.main-service.right-card .service-title {
	border-bottom: none;
	font-size: 19px;
	padding-bottom: 0;
	margin-bottom: 3px
}

.main-service-text {
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	align-items: center
}

.main-sm-title {
	font-size: 25px
}

.main-img-txt {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 10px 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
	margin: 50px 0
}

.making {
	padding: 0 0 50px
}

.main-partners {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
	margin-bottom: 30px;
	padding: 0 30px
}

.main-partner {
	height: 150px;
	background: #e1e1e1
}

.main-news {
	background: url(/images/main-news-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 20px 0 60px
}

.main-news-block {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
	grid-gap: 30px
}

.main-news-item {
	background: #fff;
	padding: 15px 20px;
	border-radius: 7px;
	border: 1px solid lightgray
}

.main-news .news-date {
	margin-bottom: 10px;
	color: grey;
	font-size: 14px
}

.main-news .news-text {
	margin-bottom: 0;
	line-height: 1.4
}

.main-news-title {
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
	line-height: 1.2
}

.main-news-link {
	color: var(--tomato);
	font-size: 15px;
	margin-top: 10px;
	display: block;
	font-weight: 700
}

.main-news-link:hover,
.main-news-link:focus {
	text-decoration: underline;
	color: var(--tomato)
}

.page-thanks {
	max-width: 600px;
	margin: 70px auto
}

.page-thanks .big {
	font-size: 43px;
	margin-bottom: 0
}

.page-thanks .small {
	font-size: 30px;
	margin-bottom: 0
}

.page-thanks img {
	position: relative;
	top: 25px;
	left: 50px
}

.bx-breadcrumb {
	padding: 25px 0 0;
	color: #c1c1c1;
	font-size: 16px;
	margin: 0 0 -15px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

.bx-breadcrumb .bx-breadcrumb-item {
	float: none;
	margin-bottom: 0;
	line-height: inherit;
	margin-right: 5px
}

.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: inherit;
	font-size: 15px
}

.bx-breadcrumb .separator {
	margin-right: 2px
}

.chain-path {
	margin-bottom: 0
}

.items-found {
	margin: 10px 0 25px
}

.search-res {
	margin-bottom: 15px
}

.search-page form {
	position: relative
}

.search-page form input[type=submit] {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	border: none;
	height: 45px;
	width: 150px;
	box-shadow: 3px 3px 5px #ccc
}

.search-page form input[type=text] {
	width: 100%;
	border-width: 1px;
	height: 45px;
	color: inherit
}

.bx-catalog-element .product-item-detail-price-current {
	color: initial;
	font-weight: unset;
	font-size: 23px;
	line-height: 1.5
}

.bx-catalog-element .pricing-info p {
	font-size: 18px;
	line-height: 1.5;
	margin: 0
}

/*.bx-catalog-element .pricing-info .pricing-min{font-size:16px;margin-top:15px}*/
.bx-catalog-element .product-item-detail-slider-left,
.product-item-detail-slider-right {
	width: 10%
}

.bx-catalog-element .product-item-amount-field-container {
	background: var(--blue-color);
	border-radius: 30px;
	padding: 5px 15px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	box-shadow: 0 2px 5px #aaa
}

.bx-catalog-element .product-item-amount-field {
	height: auto
}

.bx-catalog-element .product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	background: none
}

.bx-catalog-element .product-item-amount-field {
	color: #fff;
	font-weight: 400;
	font-size: 30px;
	line-height: 1;
	max-width: 90px
}

.bx-catalog-element .product-item-amount-field-btn-plus::after {
	background: none;
	content: '+';
	font-size: 30px;
	left: 50%;
	right: unset;
	bottom: unset;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	line-height: 1
}

.bx-catalog-element .product-item-amount-field-btn-minus::after {
	background: none;
	content: '-';
	font-size: 30px;
	left: 50%;
	right: unset;
	bottom: unset;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	line-height: 1
}

.bx-catalog-element .product-item-amount-field-btn-plus:hover,
.bx-catalog-element .product-item-amount-field-btn-minus:hover,
.bx-catalog-element .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.bx-catalog-element .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background: none
}

.bx-catalog-element .product-item-amount-description-container {
	font-size: 25px;
	margin: 15px auto;
	display: block
}

.bx-catalog-element .btn.btn-default.product-item-detail-buy-button {
	background: var(--tomato);
	color: #fff;
	padding: 11px 20px;
	border-radius: 30px;
	border: none;
	display: block;
	height: unset;
	box-shadow: 0 2px 5px #aaa;
	font-size: 14px
}

.bx-catalog-element .btn.btn-default.product-item-detail-buy-button:hover,
.bx-catalog-element .btn.btn-default.product-item-detail-buy-button:focus {
	background: var(--tomato-hover)
}

.bx-catalog-element .btn.btn-default.product-item-detail-buy-button span {
	position: static;
	-webkit-transform: none;
	transform: none
}

.bx-catalog-element .product-item-detail-info-container {
	margin-bottom: 0
}

.product-item-detail-pay-block {
	padding: 0;
	border: none;
	margin-bottom: 50px;
	max-width: 170px
}

.product-item-detail-info-section {
	padding: 0
}

.product-item-detail-properties {
	color: initial;
	font-size: 17px
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link,
.product-item-detail-tab-link {
	color: inherit
}

.product-item-detail-tab-link {
	padding: 0;
	height: auto;
	line-height: 1.3;
	text-transform: lowercase;
	font-size: 16px
}

.product-item-detail-tab-link::after {
	display: none
}

.product-item-detail-tab {
	min-height: unset;
	padding: 5px 20px;
	margin-right: 10px;
	margin-bottom: 5px
}

.product-item-detail-tabs-container {
	min-height: unset;
	border: none;
	margin-top: 20px
}

.product-item-detail-tab-content {
	padding: 17px 0
}

.product-item-detail-slider-controls-block {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

.product-item-detail-slider-controls-image img {
	position: static;
	max-height: 80px;
	width: auto;
	height: auto;
	-webkit-transform: none;
	transform: none;
	max-width: unset;
	margin-right: 5px
}

.prop-item-detail {
	margin-bottom: 5px
}

.prop-item-detail .prop-value {
	white-space: nowrap
}

.product-item-detail-slider-controls-image {
	width: auto;
	height: auto;
	outline: none
}

.pricing-info {
	margin-bottom: 20px
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column
}

.product-item-detail-slider-image img {
	position: static;
	-webkit-transform: none;
	transform: none;
	max-height: unset;
	width: 100%
}

.product-item-detail-slider-container {
	max-width: 83%
}

.product-item-detail-slider-container.popup {
	max-width: 100%
}

.product-item-detail-slider-block {
	padding-top: 66%
}

.bx-catalog-element .col-md-9.col-sm-12,
.bx-catalog-element .col-md-3.col-sm-12,
.bx-catalog-element .col-md-3.col-sm-12 .col-xs-12 {
	padding: 0
}

.bx_sitemap {
	display: none
}

.bx-newslist .news-preview {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start
}

.bx-newslist .bx-newslist-img {
	margin-bottom: 0
}

.bx-newslist .news-img-preview img {
	display: block;
	min-width: 200px
}

.bx-newslist .news-img-preview a {
	display: block;
	margin-right: 20px;
	margin-top: 5px
}

.bx-newslist .news-txt-preview {
	width: 100%
}

.bx-newslist-title a {
	font-size: 17px;
	padding: 0
}

h3.bx-newslist-title {
	padding: 0;
	margin: 8px 0 12px
}

.bx-newslist .bx-newslist-date,
.bx-newsdetail .bx-newsdetail-other {
	padding: 0;
	color: inherit;
	font-size: 14px
}

.bx-newslist .bx-newslist-more {
	margin: 0
}

.bx-newslist .read-more {
	font-size: 15px;
	font-weight: 700
}

.bx-newslist .read-more:hover,
.bx-newslist .read-more:focus {
	text-decoration: underline
}

.bx-newsdetail-block {
	padding: 0
}

.basket-items-list {
	padding: 0;
	min-height: unset !important
}

.basket-items-list-table tbody {
	display: -ms-grid;
	display: grid;
	grid-gap: 10px
}

.basket-items-list-table tr {
	background: var(--light-blue);
	padding: 15px
}

.basket-items-list-item-descriptions {
	padding-top: 0
}

.basket-items-list-item-container>td {
	border: none
}

.basket-items-list-wrapper {
	border: none
}

.basket-item-block-image {
	padding-bottom: 0
}

.basket-item-price-current-text {
	font-size: 27px
}

.basket-item-block-info {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-flex: 2;
	flex: 2
}

.basket-item-block-properties {
	display: none
}

.basket-item-info-name-link {
	padding: 0
}

.basket-item-info-name-link span {
	font-size: 20px
}

h2.basket-item-info-name {
	max-width: 220px;
	text-align: center;
	margin-bottom: 0
}

.basket-item-block-image {
	max-width: 220px;
	-webkit-box-flex: 2;
	flex: 2
}

.basket-item-image-link {
	display: block
}

.basket-items-list-item-amount {
	padding: 0;
	vertical-align: middle
}

.basket-item-block-amount {
	background: #fff;
	padding: 3px 15px;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 30px;
	box-shadow: 0 2px 5px #aaa
}

.basket-item-amount-filed {
	width: 70px;
	height: 40px;
	font-size: 27px;
	font-weight: 400;
	border: none
}

.basket-items-list-item-price {
	padding: 0 20px 0 30px;
	vertical-align: middle
}

.basket-item-block-price {
	padding-top: 0
}

.basket-item-amount-btn-plus:hover,
.basket-item-amount-btn-minus:hover {
	background: transparent
}

.basket-item-block-actions {
	opacity: 1
}

.basket-items-list-item-remove {
	padding-top: 0 !important;
	vertical-align: middle
}

.basket-item-amount-field-description {
	display: none
}

.basket-checkout-container {
	padding: 0;
	border: none;
	margin-top: 30px
}

.basket-checkout-block-total {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: baseline;
	align-items: baseline;
	padding: 0
}

.basket-checkout-block-total-title {
	font-size: 33px
}

.basket-coupon-block-total-price-current {
	font-size: 33px;
	margin: 0
}

.basket-checkout-block-total-price-inner {
	padding-top: 0
}

.basket-checkout-block-btn {
	padding: 0;
	margin-top: 30px
}

.basket-checkout-section-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column;
	-webkit-box-align: end;
	align-items: flex-end
}

.basket-checkout-block .btn.btn-default.basket-btn-checkout {
	background: var(--tomato);
	color: #fff;
	padding: 11px 30px;
	border-radius: 30px;
	border: none;
	display: block;
	height: unset;
	box-shadow: 0 2px 5px #aaa;
	font-size: 24px;
	font-weight: 400
}

.basket-checkout-block .btn.btn-default.basket-btn-checkout:hover,
.basket-checkout-block .btn.btn-default.basket-btn-checkout:focus {
	background: var(--tomato)
}

.bx-filter-title {
	display: none
}

.product-item-big-card {
	margin-bottom: 35px
}

.bx-filter.bx-blue .bx-filter-section {
	border: 2px solid var(--light-blue);
	background: #fff;
	border-radius: 15px;
	padding: 25px 30px 5px
}

.bx-filter .bx-filter-parameters-box-title span {
	color: inherit;
	font-size: 20px
}

.bx-filter .bx-filter-parameters-box-title {
	padding-bottom: 10px
}

.bx-filter {
	margin-bottom: 40px
}

.bx-filter-parameters-box-container .btn-link {
	color: var(--blue-hover)
}

.bx-theme-green #bx-soa-order .btn.btn-default {
	border: none;
	border-radius: 30px;
	padding-left: 30px;
	padding-right: 30px;
	background: var(--tomato);
	font-weight: 700
}

.bx-theme-green #bx-soa-order .btn.btn-default:hover,
.bx-theme-green #bx-soa-order .btn.btn-default:focus {
	background: var(--tomato-hover)
}

#bx-soa-order .bx-soa-section.bx-step-completed {
	border: 1px solid var(--light-blue);
	border-radius: 2px
}

#bx-soa-order .bx-soa-cart-total {
	border-radius: 3px;
	padding: 15px 17px;
	border: 1px solid var(--light-blue)
}

#bx-soa-order .bx-soa-section.bx-step-completed .bx-soa-section-title-count {
	background: transparent;
	border-color: #a9a9a9
}

#bx-soa-order .bx-soa-section-title-container {
	background: #f6f6f6
}

#bx-soa-order .bx-soa-section.bx-step-completed .bx-soa-section-title-count::after,
#bx-soa-order .bx-soa-section .bx-soa-section-title-count::after {
	color: #a9a9a9
}

#bx-soa-order .bx-soa-section-title-count {
	border-color: #a9a9a9
}

#bx-soa-order .bx-soa-section.bx-step-warning .bx-soa-section-title-count {
	background: transparent
}

.customers {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(200px, 1fr))[auto-fill];
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	place-items: center;
	margin-top: 20px;
	grid-gap: 10px
}

.serv-page-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 700
}

.serv-page-title img {
	margin-right: 20px
}

.serv-page-block {
	margin-bottom: 40px
}

.serv-page-block ul,
.bx-newsdetail ul,
.bx-section-desc ul {
	list-style: square;
	margin-left: 15px;
	margin-bottom: 10px
}

.bx-newsdetail ul li {
	font-size: 16px
}

.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {
	background: var(--blue-color)
}

.callback-over {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000;
	display: none
}

.callback-over .review-form {
	position: absolute;
	left: 50%;
	top: 25%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 15px 30px !important
}

.callback-over .afbf_success_block {
	background: #fff;
	width: 95%;
	max-width: 400px;
	position: absolute;
	left: 50%;
	top: 25vh;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 30px;
	padding: 30px
}

.callback-over .close {
	background: none;
	width: auto;
	height: unset;
	color: #000;
	font-size: 30px;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 20px;
	top: 10px
}

.callback-over .close:hover,
.callback-over .close:focus {
	background: none;
	color: #000
}

.callback-over .afbf_item_pole {
	margin: 3px 0
}

.callback-over .afbf_submit_block {
	margin: 15px 0
}

.callback-over h2,
.callback-over .h2 {
	font-size: 25px;
	margin: 15px 0 20px
}

.callback-over .afbf_success_block .afbf_mess_ok {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.callback-over .afbf_success_block .afbf_mess_ok .mess {
	margin-left: 20px;
	line-height: 1.7
}

.callback-over .afbf_error_block {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	left: 50%;
	top: 10vh;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.callback-over .afbf_error_block .afbf_error_text {
	padding-bottom: 0
}

table {
	margin: 15px 0
}

table td {
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	padding: 5px 10px
}

a.file {
	background: url(/images/file-lightblue.svg) no-repeat left center;
	background-size: 20px;
	display: inline-block;
	padding: 5px 0 5px 30px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

a.file:hover,
a.file:focus {
	background-image: url(/images/file-darkblue.svg)
}

.popup-window-buttons {
	padding: 0 0 10px
}

.popup-window-buttons .btn.btn-default.btn-buy {
	background: var(--blue-color);
	border-radius: 30px;
	padding: 7px 30px;
	font-size: 15px;
	border: none;
	box-shadow: 0 2px 5px #aaa;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.popup-window-buttons .btn.btn-default.btn-buy:hover,
.popup-window-buttons .btn.btn-default.btn-buy:focus {
	background: var(--blue-hover)
}

.popup-window-with-titlebar .popup-window-content {
	padding: 15px 20px
}

.popup-window-with-titlebar .popup-window-content img {
	margin-bottom: 10px
}

.basket-items-list-container {
	min-height: unset !important
}

.header-mobile {
	display: none
}

.city-page h2 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
}

.city-page section {
	margin-bottom: 100px;
}

.city-page .alx-feedb-error .afbf_error_block {
	display: none !important;
}

.buy-main {
	background: url(/bitrix/templates/eshop_bootstrap_green/images/landing/env-bg-top.png) no-repeat right center;
	margin-bottom: 0 !important;
	padding: 100px 0;
}

.buy-main__title {
	font-size: 65px;
	text-transform: uppercase;
	margin: 0 0 40px;
	max-width: 640px;
	letter-spacing: -3px;
}

.buy-main__form-title {
	max-width: 520px;
	margin-bottom: 0;
	line-height: 1.4;
}

.buy-main__form {
	max-width: 520px;
}

.buy-main__descr {
	max-width: 950px;
	line-height: 1.6;
}

.buy-main__form-fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: 45px;
}

.buy-main__form-fields .afbf_submit_block {
	margin: 0;
	height: 100%;
}

#alx_feed_back_FID .buy-main__form-fields #fb_close_FID {
	padding: 0 30px !important;
	height: 100%;
	border-radius: 0 !important;
	background: var(--tomato) !important;
}

#alx_feed_back_FID .buy-main__form-fields .afbf_item_pole.is_focused .afbf_inputtext {
	border-color: var(--tomato);
}

.buy-main__form-fields .afbf_item_pole .afbf_inputtext {
	border: none;
	border-bottom: 1px solid #bdbdbd;
	height: 45px;
	font-size: 16px;
}

.buy-main__form-fields .afbf_item_pole {
	margin: 0;
}

.buy-main__form-fields .afbf_item_pole .afbf_inputtext::-webkit-input-placeholder {
	color: #6b6b6b;
}

.buy-main__form-fields .afbf_item_pole .afbf_inputtext::-moz-placeholder {
	color: #6b6b6b;
}

.buy-main__form-fields .afbf_item_pole .afbf_inputtext:-ms-input-placeholder {
	color: #6b6b6b;
}

.buy-main__form-fields .afbf_item_pole .afbf_inputtext::-ms-input-placeholder {
	color: #6b6b6b;
}

.buy-main__form-fields .afbf_item_pole .afbf_inputtext::placeholder {
	color: #6b6b6b;
}

.buy-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 80px 0 120px;
}

.buy-icons__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.buy-icons__text {
	margin: 0 0 0 20px;
	line-height: 1.2;
}

.buy-icons__block:first-of-type {
	margin-right: 100px;
}

.env-types__block {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(300px, 1fr))[auto-fill];
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	-ms-grid-column-align: center;
	justify-items: center;
}

.env-types__type {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 20px 30px;
	border: 1px solid #e5e5e5;
	width: 100%;
}

.env-types__title {
	font-weight: bold;
	font-size: 19px;
	line-height: 1.3;
	margin-bottom: 5px;
}

.env-types__link {
	font-weight: bold;
	font-size: 19px;
	background: url(/bitrix/templates/eshop_bootstrap_green/images/landing/arrow-right.svg) no-repeat center right;
	padding-right: 35px;
}

.env-types__link:hover {
	opacity: 0.7;
}

.env-types__desc {
	color: #535353;
	line-height: 1.3;
	margin-bottom: 15px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.env-types__imgwrap {
	height: 180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.order-avd__blocks {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(250px, 1fr))[auto-fill];
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-gap: 15px;
}

.order-adv__block {
	border: 1px solid var(--tomato);
	padding: 15px 20px;
}

.order-adv__block:nth-of-type(2) {
	background: var(--tomato);
	color: white;
}

.order-adv__text {
	margin: 0;
	line-height: 1.2;
}

.order-adv__imgwrap {
	height: 45px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.del-pay__blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.del-pay__block {
	padding: 50px;
	position: relative;
	z-index: 10;
	background: white;
}

.del-pay__block b {
	display: block;
}

.del-pay__block h3 {
	margin-top: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.del-pay__wrapper--del {
	width: 35%;
	position: relative;
}

.del-pay__wrapper--del:after {
	content: url(/bitrix/templates/eshop_bootstrap_green/images/landing/pack.png);
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	-webkit-transform: translate(-35%, 50%);
	-ms-transform: translate(-35%, 50%);
	transform: translate(-35%, 50%);
}

.del-pay__wrapper--pay:after {
	content: url(/bitrix/templates/eshop_bootstrap_green/images/landing/card.png);
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	-webkit-transform: translate(-35%, 50%);
	-ms-transform: translate(-35%, 50%);
	transform: translate(-35%, 50%);
}

.del-pay__wrapper--pay {
	width: 60%;
	position: relative;
}

.tomato-block {
	background-color: var(--tomato);
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 80px 0;
	margin: 120px 0;
}

.tomato-block__img {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-35%);
	-ms-transform: translateY(-35%);
	transform: translateY(-35%);
}

.tomato-block__imgwrap {
	min-width: 400px;
	margin-right: 10px;
	position: relative;
	height: 100%;
}

.tomato-block__container {
	max-width: 960px;
	margin-right: 15px;
}

.tomato-block h2 {
	margin-top: 0;
	margin-bottom: 15px;
}

.tomato-block p {
	margin: 0;
	font-size: 18px;
}

.city-page .order-form__title {
	text-transform: uppercase !important;
	text-align: center !important;
	margin-top: 0;
	margin-bottom: 10px;
}

.city-page .order-form {
	border: 3px solid var(--tomato);
	padding-top: 40px;
}

.city-page .order-form__text {
	text-align: center !important;
	margin: 0 auto;
	max-width: 600px;
	line-height: 1.3 !important;
}

.order-form__tomato {
	background: var(--tomato);
	padding: 30px 100px 30px 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.order-form__white {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	padding: 40px 100px 60px 80px;
	grid-gap: 35px 150px;
}

.order-form__white .afbf_item_pole:last-of-type {
	grid-row: 1/4;
	-ms-grid-column: 2;
	grid-column: 2;
}

.order-form__white .afbf_item_pole:last-of-type .afbf_inputtext_bg {
	height: calc(100% - 20px);
}

.order-form__white .afbf_item_pole:last-of-type .afbf_textarea {
	height: 100%;
	border: 1px solid #c4c4c4;
}

.order-form__white .afbf_item_pole {
	margin: 0;
}

#alx_feed_back_FID5 .afbf_feedback_poles .order-form .afbf_btn {
	width: 100%;
	text-align: center !important;
	color: var(--tomato) !important;
	background: white !important;
	box-shadow: none;
	border-radius: 0 !important;
}

.order-form .afbf_submit_block {
	margin: 0;
	width: calc(50% - 75px);
	margin-left: 75px;
}

.order-form .main-user-consent-request {
	color: white;
	font-weight: 400;
	font-size: 15px;
	margin-right: 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(50% - 75px);
}

.order-form .main-user-consent-request input {
	margin-right: 10px;
	margin-top: 0;
	width: 20px;
	height: 20px;
}

.order-form .afbf_item_pole .afbf_inputtext {
	border: none;
	border-bottom: 1px solid #c4c4c4;
	padding-left: 25px !important;
}

.order-form .afbf_item_pole #NAME_FID51 {
	background: url(/bitrix/templates/eshop_bootstrap_green/images/order-user.svg) no-repeat left center;
}

.order-form .afbf_item_pole #PHONE_FID51 {
	background: url(/bitrix/templates/eshop_bootstrap_green/images/order-phone.svg) no-repeat left center;
}

.order-form .afbf_item_pole #EMAIL_FID51 {
	background: url(/bitrix/templates/eshop_bootstrap_green/images/order-at.svg) no-repeat left center;
}

#alx_feed_back_FID5 .order-form .afbf_item_pole.is_focused .afbf_inputtext,
#alx_feed_back_FID5 .order-form .afbf_item_pole.is_focused .afbf_textarea {
	border-color: var(--tomato)
}

.order-form .afbf_item_pole .afbf_name {
	font-size: 15px;
}

.city-page .order {
	margin-bottom: 50px;
}

.quest {
	font-size: 19px;
}

.answer {
	font-size: 16px;
	margin: 10px 40px;
}

.answ-ul {
	list-style: disc;
	padding: 0px 40px;
	margin: 10px 10px 20px;
}

.city-over,
.city-over-ask,
.new-over-ask {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.7);
}

.city-switch,
.city-switch-ask {
	position: absolute;
	left: 50%;
	top: 20%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 15px 40px 35px;
	width: 95%;
	max-width: 380px;
	background-color: #fff;
}

.city-switcher {
	background-color: unset;
	border: none;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom: 1px dashed;
	margin-bottom: 2px;
}

.city-switcher:hover,
.city-switcher:focus {
	color: var(--blue-color);
	outline: none;
}

.city-switch__link {
	cursor: pointer;
}

.city-switch__close {
	background-color: unset;
	border: none;
	padding: 0;
	font-size: 30px;
	color: var(--blue-color);
	position: absolute;
	right: 15px;
	top: 10px;
	line-height: 1;
}

.city-switch__close:hover,
.city-switch__close:focus {
	outline: none;
	color: var(--blue-hover);
}

.city-switch h2 {
	margin-bottom: 20px;
}

.city-switch__city {
	margin: 5px 0;
	font-size: 18px;
}

.city-switch__city:hover,
.city-switch__city:focus {
	color: var(--blue-hover);
}

.city-switch-ask h3 {
	margin-bottom: 20px;
	display: block;
	line-height: 1.2;
}

.city-switcher-yes {
	font-size: 20px;
	background-color: var(--blue-color);
	color: white;
	padding: 8px 25px 10px;
	border-radius: 30px;
	line-height: 1;
	margin-right: 20px;
	display: inline-block;
	border: none;
}

.city-switcher-yes:hover,
.city-switcher-yes:focus {
	outline: none;
	background-color: var(--blue-hover);
}

.city-switcher-new {
	background-color: unset;
	border: none;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom: 1px dashed;
	margin-bottom: 2px;
}

.city-switcher-new:hover,
.city-switcher-new:focus {
	color: var(--blue-color);
	outline: none;
}

@media (max-width: 425px) {

	.city-switch,
	.city-switch-ask {
		padding: 10px 30px 25px;
	}

	.city-switch h2 {
		margin-bottom: 15px;
		font-size: 26px;
	}

	.city-switch__city {
		font-size: 16px;
	}

	.city-switch-ask h3 {
		margin-top: 15px;
		font-size: 22px;
	}

	.city-switcher-yes {
		font-size: 17px;
	}

	.city-switch-ask .city-switcher {
		font-size: 17px;
	}

	.city-switch-ask .city-switcher-new {
		font-size: 17px;
	}
}

@media (max-width: 1600px) {
	.banner-part .sidebar .pink-btn {
		bottom: 50px;
		padding: 10px 50px;
		font-size: 17px
	}
}

@media (max-width: 1400px) {
	.buy-main {
		background-size: 60%;
		background-position: top right;
		padding-top: 75px;
	}

	.buy-main__title {
		font-size: 60px;
	}

	.buy-icons {
		margin: 80px 0;
	}
}

@media (max-width: 1024px) {
	.tomato-block {
		margin: 0 0 100px;
	}

	.tomato-block__imgwrap {
		display: none;
	}

	.tomato-block__container {
		width: 95%;
		margin: 0 auto;
	}

	.del-pay__block {
		padding: 10px 30px 20px 0;
	}

	.del-pay__blocks {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.del-pay__wrapper--del {
		width: calc(100% - 100px);
		margin-bottom: 80px;
	}

	.del-pay__wrapper--pay {
		width: calc(100% - 100px);
	}

	.del-pay__wrapper--del:after,
	.del-pay__wrapper--pay:after {
		-webkit-transform: translate(35%, 50%);
		-ms-transform: translate(35%, 50%);
		transform: translate(35%, 50%);
		left: unset;
		right: 0;
	}

	.order-form__white {
		padding: 40px 50px 60px 50px;
		grid-gap: 35px 70px;
	}

	.order-form .main-user-consent-request {
		margin-right: 35px;
		width: calc(50% - 35px);
	}

	.order-form .afbf_submit_block {
		width: calc(50% - 35px);
		margin-left: 35px;
	}

	.order-form__tomato {
		padding: 30px 60px 30px 60px;
	}
}

@media (max-width: 992px) {
	.bx-breadcrumb {
		display: none
	}

	.banner-part .sidebar .pink-btn {
		padding: 10px 25px;
		font-size: 15px;
		bottom: 15%
	}

	.banner-part .slick-arrow {
		width: 20px;
		height: 20px
	}

	.main-services {
		-ms-grid-columns: 2fr 3fr;
		grid-template-columns: 2fr 3fr
	}

	.main-service {
		padding: 35px 30px 40px
	}
}

@media (max-width: 991px) {
	.sidebar .catalog-section-list>ul ul {
		position: static;
		box-shadow: inset 0 0 10px var(--blue-color);
		width: 100%;
		margin-bottom: 5px
	}

	.sidebar .submenu::after {
		top: 17px
	}

	.sidebar .submenu:hover::after {
		-webkit-transform: translateY(-25%) rotate(-135deg);
		transform: translateY(-25%) rotate(-135deg);
		top: 20px
	}

	.submenu a {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content
	}

	.header-btm {
		display: none
	}

	.mobile-menu {
		margin: 0 auto
	}

	.header-mobile {
		background: var(--blue-color);
		padding: 5px 0;
		display: -webkit-box;
		display: flex;
		position: relative
	}

	.header-mobile .container {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
		min-height: 50px
	}

	.mobile-menu ul {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		margin: 10px 30px 10px 0
	}

	.hamburger {
		background: none;
		position: absolute;
		top: 0;
		right: 0;
		line-height: 45px;
		padding: 5px 15px 0;
		color: #fff;
		border: 0;
		font-size: 1.4em;
		font-weight: 700;
		cursor: pointer;
		outline: none
	}

	.cross {
		background: none;
		position: absolute;
		top: 0;
		right: 0;
		padding: 7px 15px 0;
		color: #fff;
		border: 0;
		font-size: 3em;
		line-height: 65px;
		font-weight: 700;
		cursor: pointer;
		outline: none
	}

	.mobile-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		list-style-image: none
	}

	.mobile-menu li {
		display: block;
		padding: 10px 0;
		border-bottom: #fff 1px solid;
		text-align: center
	}

	.mobile-menu li:hover {
		display: block;
		padding: 15px 0;
		border-bottom: #fff 1px solid
	}

	.mobile-menu ul li a {
		text-decoration: none;
		margin: 0;
		color: #fff;
		font-size: 17px
	}

	.mobile-menu ul li a:hover {
		text-decoration: none
	}

	.mobile-menu a {
		text-decoration: none
	}

	.mobile-menu a:hover {
		text-decoration: none
	}

	.header-mobile .search-form .search-box {
		background: #fff;
		margin-top: 11px;
		margin-bottom: 11px
	}

	.search-box::-webkit-input-placeholder {
		color: rgba(0, 0, 0, 0.7)
	}

	.search-box::-moz-placeholder {
		color: rgba(0, 0, 0, 0.7)
	}

	.search-box:-ms-input-placeholder {
		color: rgba(0, 0, 0, 0.7)
	}

	.search-box::placeholder {
		color: rgba(0, 0, 0, 0.7)
	}
}

@media (max-width: 768px) {
	.header-top .container {
		display: grid;
		grid-template-columns: 1fr 2fr;
		place-items: center
	}

	.header-top .container .cart {
		grid-column: 1/-1
	}

	header .time {
		margin-bottom: 15px;
		display: none
	}

	.social {
		-webkit-box-pack: center;
		justify-content: center
	}

	.social a {
		display: block;
		width: 40px;
		height: 40px;
		margin: 10px;
		color: var(--tomato)
	}

	.bx-newslist .news-preview {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center
	}

	.bx-newslist .news-img-preview a {
		display: block;
		margin-right: 0;
		margin-top: 5px;
		margin-bottom: 20px
	}

	.main-img-txt {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		margin: 0
	}

	.main-img-txt img {
		max-width: 100%;
		margin: 42px auto
	}

	footer .container {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}

	.foot-1 {
		grid-column: 1/-1;
		justify-self: center;
		text-align: center;
		-ms-grid-row: 3;
		grid-row: 3;
	}

	.foot-2,
	.foot-3 {
		text-align: center;
	}

	.foot-4 {
		grid-column: 1/-1;
		justify-self: center;
		text-align: center;
		-ms-grid-row: 1;
		grid-row: 1;
	}

	.copyright a {
		margin: 3px auto 0;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}

	.del-pay__wrapper--del {
		width: 100%;
		margin-bottom: 20px;
	}

	.del-pay__wrapper--pay {
		width: 100%
	}

	.del-pay__block {
		background: transparent;
	}

	.del-pay__wrapper--del:after,
	.del-pay__wrapper--pay:after {
		display: none;
	}

	.del-pay__block {
		padding: 10px 0;
	}

	.buy-main {
		background: none;
	}

	.buy-main__title {
		max-width: unset;
		text-align: center;
		font-size: 55px;
	}

	.buy-main__form-title {
		margin: 0 auto;
		text-align: center;
	}

	.buy-main__form {
		margin: 0 auto;
	}

	.buy-icons {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 55px 0;
	}

	.buy-icons__block {
		margin: 0 30px;
	}

	.buy-icons__block:first-of-type {
		margin-right: 30px;
	}

	.order-form__white {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.order-form__white .afbf_item_pole:last-of-type {
		-ms-grid-row: auto;
		grid-row: auto;
		-ms-grid-column: auto;
		grid-column: auto;
	}

	.city-page .order-form__text,
	.city-page .order-form__title {
		padding: 0 30px;
	}
}

@media (max-width:640px) {
	table {
		display: block;
		overflow-x: scroll
	}

	tbody {
		display: table;
		width: 100%
	}

	.main-service.left-card {
		grid-row: auto;
		-webkit-box-align: center;
		align-items: center
	}

	.main-services {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr
	}

	.main-service {
		padding: 20px
	}

	.main-service.right-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-flow: column;
		-webkit-box-align: center;
		align-items: center;
		text-align: center
	}

	.main-service.right-card .service-img {
		-webkit-box-ordinal-group: 2;
		order: 1;
		margin: 0
	}

	.main-service .service-img {
		margin: 10px auto;
		width: 90px;
		height: 45px;
		text-align: center
	}

	.main-service .service-img img {
		max-height: 100%
	}

	.main-service .service-title {
		font-size: 19px
	}

	.main-service .service-detail {
		font-size: 16px;
		margin: 0 0 10px
	}

	.main-service.right-card .service-detail {
		margin: 0 0 10px
	}

	.main-service.right-card .service-title {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid currentColor
	}

	.main-service.right-card {
		-webkit-box-pack: justify;
		justify-content: space-between
	}

	.buy-main {
		padding-bottom: 0;
		margin-bottom: 100px !important;
	}

	.buy-main__title {
		font-size: 48px;
		line-height: 1.2;
		letter-spacing: -2px;
	}
}

@media (max-width:580px) {
	.map-div {
		width: 100%
	}

	.map .left {
		width: 100%
	}

	.map {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}

	.basket-items-list-item-descriptions-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		align-content: center;
		-webkit-box-align: center;
		align-items: center
	}

	h2.basket-item-info-name {
		padding: 0
	}

	.basket-items-list-item-container-expend .basket-items-list-item-removed-container {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		text-align: center
	}

	.basket-item-amount-filed {
		width: 85px
	}

	.basket-item-block-amount {
		width: 210px;
		margin: 15px auto
	}

	.basket-items-list-item-container {
		margin-bottom: 12px
	}

	.basket-checkout-section-inner {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center
	}

	.del-img-block {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		text-align: center
	}

	.del-img-block .img {
		margin: 15px
	}

	.banner-part .sidebar .pink-btn {
		display: none;
		padding: 8px 20px;
		font-size: 14px;
		bottom: 20px;
		white-space: nowrap
	}

	.order-form .afbf_submit_block {
		width: 250px;
		margin: 0;
	}

	.order-form .main-user-consent-request {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}

	.order-form__tomato {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.order-form__white {
		padding: 40px 35px;
	}

	.order-form__tomato {
		padding: 30px 35px;
	}
}

@media (max-width: 480px) {
	.main-partners {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
		margin-bottom: 30px;
		padding: 0 30px
	}

	.header-top .container {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 2fr;
		grid-template-columns: 1fr 2fr;
		place-items: center
	}

	.header-top .container .cart {
		grid-column: 1/-1
	}

	header .phone {
		min-height: 51px;
		background: none;
		padding: 0;
		text-align: center
	}

	.page-thanks .big {
		text-align: center
	}

	.page-thanks img {
		position: relative;
		top: 25px;
		left: 0
	}

	footer .container,
	footer p {
		font-size: 15px;
	}

	.social {
		-webkit-box-pack: center;
		justify-content: center
	}

	.social a {
		display: block;
		width: 40px;
		height: 40px;
		margin: 10px;
		color: var(--tomato)
	}

	.content {
		padding: 0;
		margin-top: 30px
	}

	.content h1 {
		font-size: 30px;
		line-height: 35px;
		letter-spacing: .3px;
		margin-top: 44px;
		margin-bottom: 28px
	}

	.page-thanks .big {
		font-size: 32px
	}

	.page-thanks .small {
		font-size: 25px
	}

	.container-fluid {
		margin: 0
	}

	.product-item-detail-price-current {
		font-size: 24px !important;
		line-height: 28px;
		letter-spacing: .24px
	}

	.pricing-info p {
		font-size: 18px;
		line-height: 21px;
		letter-spacing: .18px
	}

	.product-item-detail-slider-container {
		max-width: 100%
	}

	.product-item-detail-slider-image {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center
	}

	.product-item-detail-slider-image img {
		width: 318px;
		max-height: 239px
	}

	.product-item-detail-pay-block {
		margin: 0 auto;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}

	.product-item-detail-info-container {
		margin-top: 21px
	}

	.btn .btn-default .product-item-detail-buy-button {
		font-weight: 100
	}

	.product-item-detail-info-container {
		margin: 0;
		padding-right: 15px;
		padding-left: 15px
	}

	.bx-catalog-element .btn.btn-default.product-item-detail-buy-button {
		width: 141px
	}

	.bx-catalog-element .product-item-amount-field-container {
		margin-top: 44px
	}

	.cont-subtitle {
		padding-top: 23px
	}

	.map .left {
		margin-right: 0;
		margin-bottom: 20px
	}

	.map .left .time {
		margin-top: 20px
	}

	.managers {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center
	}

	.manager {
		margin-bottom: 20px;
		text-align: center;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center !important;
		align-items: center !important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}

	.manager-txt {
		margin-top: 21px
	}

	.manager-img {
		margin-right: 0
	}

	.manager-img img {
		height: auto
	}

	.requisites {
		text-align: center;
		background: none
	}

	.search-page form input[type=submit] {
		position: static
	}

	.search-page form {
		margin-bottom: 20px;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center
	}

	.main-services {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}

	.serv-page-title img {
		margin-right: 15px;
		height: 40px
	}

	.serv-page-title {
		margin-bottom: 13px;
		font-size: 20px;
		font-weight: 400;
		line-height: 1.3
	}

	.serv-page-block {
		margin-bottom: 25px
	}

	.buy-icons {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.buy-icons__block:first-of-type {
		margin-right: 10px;
	}

	.buy-icons__block {
		margin: 0 10px;
	}

	.buy-icons__text {
		margin-left: 15px;
	}

	.buy-icons__icon {
		width: 40px;
	}

	#alx_feed_back_FID .buy-main__form-fields #fb_close_FID {
		padding: 0 15px !important;
		font-size: 15px !important;
	}
}

@media (max-width: 420px) {
	.banner-part .sidebar .pink-btn {
		font-size: 12px
	}

	.banner-part .slick-arrow {
		height: 15px;
		width: 15px
	}

	.buy-main__title {
		font-size: 40px;
	}

	.city-page h2 {
		font-size: 27px;
	}

	.city-page h3 {
		font-size: 22px;
	}

	.buy-main {
		margin-bottom: 80px !important;
		padding-top: 55px;
	}

	.city-page section {
		margin-bottom: 80px;
	}

	.city-page .del-pay,
	.city-page .order {
		margin-bottom: 20px;
	}

	.buy-icons__icon {
		width: 35px;
	}
}

@media (max-width: 380px) {
	.city-page .order-form {
		border-width: 2px;
		padding-top: 30px;
	}

	.city-page .order-form__text,
	.city-page .order-form__title {
		padding: 0 15px;
	}

	.order-form__white {
		padding: 35px 20px;
	}

	.order-form .afbf_item_pole .afbf_name {
		font-size: 14px;
	}

	.order-form__white {
		grid-gap: 30px;
	}

	.order-form__tomato {
		padding: 25px 20px;
	}

	.order-form .main-user-consent-request input {
		width: 15px;
		height: 15px;
		min-width: 15px;
	}

	#alx_feed_back_FID5 .afbf_feedback_poles .order-form .afbf_btn {
		padding: 12px !important;
	}
}

@media (max-width: 320px) {
	.header-top .container {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 2fr;
		grid-template-columns: 1fr 2fr;
		place-items: center
	}

	.header-top .container .cart {
		grid-column: 1/-1
	}
}

.h2,
.h3 {
	font-weight: 400;
}

.new-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .new-header .phone,
header .new-header .time,
header .new-header .mail {
	background: none;
	padding: 0;
	min-height: auto;
	font-size: 14px;
	padding: 0 10px;
	font-weight: 400;
	display: flex;
	align-items: center;
}

header .new-header .city-switcher {
	border: none;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	font-family: Roboto, sans-serif !important;
}

header .header-top .cart,
header .new-header .phone a,
header .new-header .time a,
header .new-header .mail a {
	font-size: 14px;
	font-weight: 400;
}

header .new-header img {
	margin-right: 10px;
}

header .cart a {
	background: url(/bitrix/templates/eshop_bootstrap_green/images/icon/cart.svg) no-repeat left center;
	padding-left: 35px;
}

@media (max-width: 768px) {
	.new-header {
		display: grid;
		align-items: center;
		justify-content: end;
	}
}

.slick-list {
	width: 100%;
}

.price__block a {
	padding: 15px 25px;
	font-size: 18px;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 10px;
}

.price__block {
	margin: 20px 0;
}

/*izgotovlenie-konvertov*/
.izgotovlenie-konvertov .grid-4 {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}

.izgotovlenie-konvertov_sec_3 .grid-4 {
	align-items: end;
}

.izgotovlenie-konvertov_sec_3 .grid-4 p {
	text-align: center;
	font-weight: bold;
}

.izgotovlenie-konvertov .grid-2 {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 50%;
	grid-gap: 30px;
}

.izgotovlenie-konvertov .slick-dots {
	display: block;
	text-align: center;
}

.izgotovlenie-konvertov .slick-dots button {
	display: none;
}

.izgotovlenie-konvertov .slick-dots li {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0 3px;
}

.izgotovlenie-konvertov .slick-dots li.slick-active {
	background: #71ADFD;
}

.image_form button {
	display: none !important;
}

.izgotovlenie-konvertov .slick-dots li:before {
	display: none;
}

.izgotovlenie-konvertov li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

.izgotovlenie-konvertov li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #70AEFF;
	position: absolute;
	left: 0;
	top: 7px;
}

.izgotovlenie-konvertov .main-img-txt {
	margin: 0;
	text-align: left;
	align-items: center;
	grid-template-columns: 1fr 2fr;
	grid-gap: 30px;
}

.izgotovlenie-konvertov .main-img-txt h2 {
	text-align: left;
}

.izgotovlenie-konvertov .main-services {
	grid-template-columns: 1fr 1fr 1fr;
}

.izgotovlenie-konvertov .main-service .service-title {
	min-height: auto;
	border: none;
}

.izgotovlenie-konvertov .main-service {
	padding: 10px;
}

.izgotovlenie-konvertov .index-text-border {
	margin: 40px 0;
}

.izgotovlenie-konvertov h2 {
	text-align: center;
	margin-bottom: 20px;
}

.izgotovlenie-konvertov h2.text-left {
	text-align: left;
}

.izgotovlenie-konvertov,
.izgotovlenie-konvertov p {
	font-size: 14px;
	line-height: 17px;
}

.form-container h3 {
	font-size: 21px;
}

.photo-konvert {
	text-align: center;
}

.step_4 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.step_4-item-number {
	text-align: left;
	margin: 0 auto 10px;
	background: #71ADFD;
	display: grid;
	grid-template-columns: 1fr 6fr;
	grid-gap: 10px;
	height: 55px;
	border-radius: 10px;
	font-size: 14px;
	align-items: center;
	padding: 7px 10px;
	line-height: 1;
}

.step_4-item-number b {
	font-size: 42px;
	font-weight: bold;
	line-height: 1;

}

.step_4-item-text {
	text-align: left;
	color: #000000;
	padding: 7px 10px;
}

.step_4-item-text p {
	font-size: 14px;

}

.step_4-item {
	background: #D2F5FD;
	border-radius: 10px;
	color: #fff;
	text-align: left;
}

.step_4 .grid-4 {
	align-items: start;
	grid-gap: 10px;
}

.izgotovlenie-konvertov .form-container {
	background: #87bbff;
	border-radius: 20px;
	padding: 25px;
	color: #fff;
}

.izgotovlenie-konvertov .main-sm-title {
	text-align: left;
	font-size: 25px
}

.izgotovlenie-konvertov form input,
.izgotovlenie-konvertov form select,
.izgotovlenie-konvertov form textarea {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	border: none;
	color: #000;
	padding: 10px;
	box-sizing: border-box;
}

.izgotovlenie-konvertov form p {
	font-weight: bold;
}

.izgotovlenie-konvertov form label {
	font-weight: normal;
}

.izgotovlenie-konvertov form input[type="submit"] {
	background: #264C7C;
	border-radius: 5px;
	color: #fff;
	text-align: center;
}

@media (max-width: 768px) {

	.izgotovlenie-konvertov .main-services,
	.izgotovlenie-konvertov .grid-2,
	.izgotovlenie-konvertov .grid-4 {
		grid-template-columns: 100%;
	}

	.izgotovlenie-konvertov form .grid-2,
	.izgotovlenie-konvertov_sec_3 .grid-4 {
		grid-template-columns: 1fr 1fr;
	}

	.price-block .price {
		margin-bottom: 0;
	}

	.width100 {
		width: 100%;
		padding-bottom: 30px;
	}
}



.grt-price-form #f_feedback_FID4 {
	margin: 0 !important;
	padding: 10px !important;
	margin-bottom: 20px !important;
	border-radius: 10px;
}

.grt-price-form #f_feedback_FID4 h3 {
	margin-top: 0;
}

.grt-price-form .review-form input,
.grt-price-form .review-form textarea {
	border-radius: 10px;
	text-align: left !important;
}

.grid-2-1 {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 30px;

}

.end-form {
	padding: 15px 0 35px;
	background: #87bbff;
	color: #fff;
	margin-top: 30px;
	position: relative;
}

.end-form:before {
	display: block;
	content: '';
	position: absolute;
	height: 100%;
	width: 100vw;
	right: 100%;
	top: 0;
	background: #87bbff;
}

.end-form:after {
	display: block;
	content: '';
	position: absolute;
	height: 100%;
	width: 100vw;
	left: 100%;
	top: 0;
	background: #87bbff;
}

.end-form p {
	font-size: 22px;
}

.end-form_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.end-form_head .main-sm-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
}

.end-form .grid-2 {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 50%;
	grid-gap: 20px;
	margin-bottom: 10px;
}

.end-form input {
	display: block;
	background: #FFFFFF;
	border-radius: 3px;
	outline: none;
	width: 100%;
	height: 35px;
	border: none;
	padding: 0 10px;
}

.end-form textarea {
	display: block;
	background: #FFFFFF;
	border-radius: 3px;
	outline: none;
	width: 100%;
	margin-bottom: 10px;
	border: none;
	padding: 10px;
}

.end-form input[type=submit] {
	background: #F87A6B;
	text-align: center;
	color: #fff;
}

.sidebar {
	height: auto !important;
}

.prinyatie {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
	align-items: start;
}

.prinyatie input {
	width: auto;
	padding: initial;
	box-shadow: none;
}

.prinyatie label {
	font-weight: normal;
}