/** Calculator */

.td-calculator ul li:before {
	display: none;
}

.td-calculator-wrap {
	float: left;
	width: 65%;
	padding-right: 45px;
	box-sizing: border-box;
}

.td-calculator-icon {
	width: 30%;
	float: right;
}

.td-calculator-icon img {
	max-width: 100%;
}

.td-calculator-step {
	position: relative;
	display: table;
	width: 100%;
	padding: 20px 0;
	padding-left: 45px;
}

.td-calculator-step + .td-calculator-step {
	border-top: 1px solid #ebebeb;
}

.td-calculator-step:before {
	position: absolute;
	content: '';
	top: 30px;
	left: 0;
	color: #f51617;
	font-size: 48px;
	font-weight: 600;
}

.td-calculator-tip {
	font-size: 13px;
	color: #bcbbbb;
	text-align: justify;
	margin-bottom: 20px;
}

.td-calculator-step:nth-child(1):before {
	content: '1';
}

.td-calculator-step:nth-child(2):before {
	content: '2';
}

.td-calculator-step:nth-child(3):before {
	content: '3';
}

.td-calculator-step:nth-child(4):before {
	content: '4';
}

.td-calculator-step:nth-child(5):before {
	content: '5';
}

.td-calculator-title {
	margin-bottom: 10px;
	font-weight: 400;
}

.td-calculator-submit input {
	width: 100%;
	background: none;
	border: 1px solid #f51617;
	color: #f51617;
	padding: 10px 0 9px;
	border-radius: 2px;
	cursor: pointer;
}

.td-calculator-submit input:hover {
	background: #d61314;
	border: 1px solid #d61314;
	color: #ffffff;
}

.td-calculator-meta {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.td-calculator-field {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.td-calculator-field input {
	float: right;
	text-align: right;
	width: 60% !important;
	margin-right: 15px;
	font-size: 14px !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	box-shadow: none;
	color: #383838;
	height: auto;
	padding: 8px 13px 7px;
	outline: none;
}

.td-calculator-field input::-webkit-outer-spin-button,
.td-calculator-field input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.td-calculator-field span {
	font-size: 16px;
	padding: 6px 0;
	display: inline-block;
	float: right;
}

.td-calculator-name {
	display: block;
	color: #2f2f2f;
	font-size: 16px;
	margin-bottom: 3px;
}

.td-calculator-line2 label:nth-child(1),
.td-calculator-line2 label:nth-child(3) {
	float: left;
	width: 48%;
}

.td-calculator-line2 label {
	margin-bottom: 10px;
}

.td-calculator-line2 label:nth-child(2),
.td-calculator-line2 label:nth-child(4) {
	float: right;
	width: 49%;
}

.td-calculator-step-radio {
	padding-bottom: 10px;
}

.td-calculator-line1 {
	display: block;
	color: #2f2f2f;
	font-size: 16px;
	margin-bottom: 10px;
}

.td-calculator-line2 span {
	background: #f7f7f7;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	box-shadow: none;
	color: #383838;
	text-align: center;
	font-size: 12px;
	padding: 8px 13px 7px;
	cursor: pointer;
}

.td-calculator-line2 input {
	position: absolute;
	top: -10px;
	left: -10px;
	visibility: hidden;
}

.td-calculator-line2 input[type=radio]:checked + span {
	border: 1px solid #f51617;
}

.td-calculator-tip,
.td-calculator-submit {
	margin-right: -45px;
}

.calc-tablet,
.calc-mobile {
	display: none;
}

/** Partners */

.td-partners-item {
	margin-bottom: 40px;
}

.td-partners-icon,
.td-partners-about {
	display: table-cell;
	vertical-align: middle;
}

.td-partners-icon {
	width: 35%;
	text-align: center;
}

/** Pellets **/

.pellets-image {
	position: relative;
	width: 100%;
	height: 235px;
	background-color: #cccccc;
	background-image: url(../../../../include/pallets/bg.jpg);
	margin-bottom: 20px;
}

.pellets-image-name {
	position: absolute;
	top: 40px;
	left: 30px;
	font-size: 36px;
	font-weight: 600;
	color: #ffffff;
}

.pellets-image-name span {
	display: block;
	font-size: 16px;
	margin-top: 15px;
	font-weight: 400;
}

.pellets-image-icon {
	width: 278px;
	height: 161px;
	background-image: url(../../../../include/pallets/pallet.png);
	position: absolute;
	right: 55px;
	top: 50%;
	margin-top: -80.5px;
}

.pellets-price {
	position: relative;
	padding: 25px 0 0;
	background-color: #faf8f4;
	height: 615px;
}

.pellets-price-title,
.pellets-price-subtitle {
	padding: 0 30px;
}

.pellets-price-title {
	font-size: 16px;
	color: #2f2f2f;
	font-weight: 600;
}

.pellets-wrap ul {
	width: 100%;
	margin-bottom: 0 !important;
}

.pellets-wrap li:before {
	display: none !important;
}

.pellets-wrap-table li {
	border-bottom: 1px solid #ebebeb;
	font-size: 10px;
	color: #d8d8d8;
	padding: 30px 0 0 10px;
}

.pellets-wrap-metrica {
	position: absolute;
	bottom: 0;
	left: 0;
}

.pellets-wrap-metrica {
	text-align: center;
}

.pellets-wrap-metrica li {
	position: relative;
	display: inline-block;
	width: 12%;
	height: 300px;
	vertical-align: bottom;
	box-sizing: border-box;
	margin-bottom: 0 !important;
}

.pellets-wrap-metrica img {
	width: auto;
	height: 38px;
}

.pellets-wrap-metrica .pellets-item-1 {
	height: 250px;
}

.pellets-wrap-metrica .pellets-item-2 {
	height: 310px;
	background: -moz-linear-gradient(top, rgba(249, 249, 249, 0.01) 0%, rgba(249, 249, 249, 0.01) 1%, rgba(255, 240, 212, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(249, 249, 249, 0.01) 0%, rgba(249, 249, 249, 0.01) 1%, rgba(255, 240, 212, 1) 100%);
	background: linear-gradient(to bottom, rgba(249, 249, 249, 0.01) 0%, rgba(249, 249, 249, 0.01) 1%, rgba(255, 240, 212, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03f9f9f9', endColorstr='#fff0d4', GradientType=0);
}

.pellets-wrap-metrica .pellets-item-3 {
	height: 320px;
}

.pellets-wrap-metrica .pellets-item-4 {
	height: 335px;
}

.pellets-wrap-metrica .pellets-item-5 {
	height: 365px;
}

.pellets-wrap-metrica .pellets-item-6 {
	height: 425px;
}

.pellets-wrap-metrica .pellets-item-7 {
	height: 495px;
}

.pellets-wrap-metrica .pellets-item-8 {
	height: 535px;
}

.pellets-name {
	position: absolute;
	height: 100px;
	width: 100%;
	bottom: 0;
	left: 0;
}

.pellets-name span {
	display: block;
	color: #8b8b8b;
	font-weight: 400;
	line-height: 18px;
	padding: 0 2px;
}

.pellets-cost {
	color: #2f2f2f;
	font-size: 16px;
	margin-top: 15px;
	font-weight: 600;
}

.pellets-cost span {
	font-size: 12px;
	line-height: 12px;
	display: block;
}

.pellets-line {
	width: 24px;
	height: 100px;
	border-radius: 15px;
	background-color: red;
	position: absolute;
	bottom: 115px;
	left: 50%;
	margin-left: -12px;
}

.pellets-line:before {
	position: absolute;
	content: '';
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #464646;
	top: -2px;
	left: 50%;
	margin-left: -14px;
}

.pellets-item-1 .pellets-line {
	height: 75px;
	background: #4bfb58;
	background: -moz-linear-gradient(top, #4bfb58 0%, #37c741 100%);
	background: -webkit-linear-gradient(top, #4bfb58 0%, #37c741 100%);
	background: linear-gradient(to bottom, #4bfb58 0%, #37c741 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4bfb58', endColorstr='#37c741', GradientType=0);
}

.pellets-item-2 .pellets-line {
	height: 135px;
	background: #4cfb58;
	background: -moz-linear-gradient(top, #4cfb58 0%, #36c741 100%);
	background: -webkit-linear-gradient(top, #4cfb58 0%, #36c741 100%);
	background: linear-gradient(to bottom, #4cfb58 0%, #36c741 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4cfb58', endColorstr='#36c741', GradientType=0);
}

.pellets-item-3 .pellets-line {
	height: 145px;
	background: #4cfb58;
	background: -moz-linear-gradient(top, #4cfb58 0%, #36c741 100%);
	background: -webkit-linear-gradient(top, #4cfb58 0%, #36c741 100%);
	background: linear-gradient(to bottom, #4cfb58 0%, #36c741 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4cfb58', endColorstr='#36c741', GradientType=0);
}

.pellets-item-4 .pellets-line {
	height: 160px;
	background: #35c7a3;
	background: -moz-linear-gradient(top, #35c7a3 0%, #4cabfb 100%);
	background: -webkit-linear-gradient(top, #35c7a3 0%, #4cabfb 100%);
	background: linear-gradient(to bottom, #35c7a3 0%, #4cabfb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35c7a3', endColorstr='#4cabfb', GradientType=0);
}

.pellets-item-5 .pellets-line {
	height: 190px;
	background: #f3da36;
	background: -moz-linear-gradient(top, #f3da36 0%, #df9123 100%);
	background: -webkit-linear-gradient(top, #f3da36 0%, #df9123 100%);
	background: linear-gradient(to bottom, #f3da36 0%, #df9123 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3da36', endColorstr='#df9123', GradientType=0);
}

.pellets-item-6 .pellets-line {
	height: 250px;
	background: #ff7523;
	background: -moz-linear-gradient(top, #ff7523 0%, #c57d16 100%);
	background: -webkit-linear-gradient(top, #ff7523 0%, #c57d16 100%);
	background: linear-gradient(to bottom, #ff7523 0%, #c57d16 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7523', endColorstr='#c57d16', GradientType=0);
}

.pellets-item-7 .pellets-line {
	height: 320px;
	background: #ee3f40;
	background: -moz-linear-gradient(top, #ee3f40 0%, #df5c22 100%);
	background: -webkit-linear-gradient(top, #ee3f40 0%, #df5c22 100%);
	background: linear-gradient(to bottom, #ee3f40 0%, #df5c22 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee3f40', endColorstr='#df5c22', GradientType=0);
}

.pellets-item-8 .pellets-line {
	height: 360px;
	background: #ff0000;
	background: -moz-linear-gradient(top, #ff0000 0%, #ee3f40 100%);
	background: -webkit-linear-gradient(top, #ff0000 0%, #ee3f40 100%);
	background: linear-gradient(to bottom, #ff0000 0%, #ee3f40 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ee3f40', GradientType=0);
}

@media (max-width: 1023px) {
	.pellets-line {
		height: 24px !important;
		width: 20% !important;
		top: 50%;
		margin-top: -12px;
		left: 195px !important;
		bottom: auto !important;
	}
	
	.pellets-line:before {
		top: -2px !important;
		right: -2px;
		left: auto !important;
	}
	
	.pellets-img, .pellets-name span {
		display: table-cell;
		vertical-align: middle;
	}
	
	.pellets-wrap-metrica li {
		height: 70px !important;
		display: block !important;
		width: 100% !important;
	}
	
	.pellets-name {
		position: relative !important;
		height: 70px !important;
		width: 155px !important;
		display: table;
		padding-left: 15px;
	}
	
	.pellets-name span {
		font-weight: 500 !important;
		padding-left: 10px;
	}
	
	.pellets-price {
		height: 650px !important;
	}
	
	.pellets-cost {
		position: absolute;
		height: 65px;
		right: 30px;
	}
	
	.pellets-item-2 {
		background: -moz-linear-gradient(left, rgba(255, 240, 212, 1) 0%, rgba(249, 249, 249, 0.01) 99%, rgba(249, 249, 249, 0.01) 100%) !important;
		background: -webkit-linear-gradient(left, rgba(255, 240, 212, 1) 0%, rgba(249, 249, 249, 0.01) 99%, rgba(249, 249, 249, 0.01) 100%) !important;
		background: linear-gradient(to right, rgba(255, 240, 212, 1) 0%, rgba(249, 249, 249, 0.01) 99%, rgba(249, 249, 249, 0.01) 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0d4', endColorstr='#03f9f9f9', GradientType=1) !important;
	}
	
	.pellets-img {
		width: 45px;
	}
	
	.pellets-img img {
		height: 40px !important;
	}
	
	.pellets-wrap-table {
		display: none;
	}
	
	.pellets-item-1 .pellets-line {
		width: 8% !important;
	}
	
	.pellets-item-2 .pellets-line {
		width: 16% !important;
	}
	
	.pellets-item-3 .pellets-line {
		width: 18% !important;
	}
	
	.pellets-item-4 .pellets-line {
		width: 19% !important;
	}
	
	.pellets-item-5 .pellets-line {
		width: 23% !important;
	}
	
	.pellets-item-6 .pellets-line {
		width: 32% !important;
	}
	
	.pellets-item-7 .pellets-line {
		width: 42% !important;
	}
	
	.pellets-item-8 .pellets-line {
		width: 48% !important;
	}
}

@media (max-width: 580px) {
	.pellets-wrap-metrica {
		position: relative !important;
		margin-top: 20px !important;
	}
	
	.pellets-price {
		height: auto !important;
	}
	
	.pellets-line {
		display: none !important;
	}
	
	.pellets-price-title {
		margin-bottom: 5px
	}
	
	.pellets-item-1 .pellets-cost {
		color: #3ff443;
	}
	
	.pellets-item-2 .pellets-cost {
		color: #09bc1e;
	}
	
	.pellets-item-3 .pellets-cost {
		color: #09bc1e;
	}
	
	.pellets-item-4 .pellets-cost {
		color: #1cc9c3;
	}
	
	.pellets-item-5 .pellets-cost {
		color: #dbd022;
	}
	
	.pellets-item-6 .pellets-cost {
		color: #e4a02a;
	}
	
	.pellets-item-7 .pellets-cost {
		color: #e82d4c;
	}
	
	.pellets-item-8 .pellets-cost {
		color: #f70e0e;
	}
	
	.pellets-cost span {
		color: #2f2f2f !important;
	}
}

.pellets-form-row {
	margin-bottom: 20px;
	margin-left: -15px;
	margin-right: -15px;
	height: 61px;
}

.pellets-form-row:after {
	content: '';
	display: table;
	clear: both;
}

.pellets-form-label {
	color: #8b8b8b;
	margin-bottom: 4px;
	font-size: 12px;
	display: block;
}

.pellets-form-col {
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}

.pellets-form-col-4 {
	width: 33.33333333%;
}

.pellets-form-col-8 {
	width: 66.66666667%;
}

.chosen-container-single .chosen-single {
	line-height: 36px !important;
	height: 38px !important;
	padding: 0 33px 0 15px !important;
}

.chosen-container-single .chosen-single span {
	color: #bdbdbd !important;
}

.bx-touch .ik_select_link {
	display: block !important;
}

.pellets-form .bx_filter .bx_filter_select_block,
.pellets-form .common_select .common_select-link {
	height: 37px !important;
	line-height: 37px;
}

.pellets-form .bx_filter .bx_filter_select_arrow,
.pellets-form .common_select .common_select-link .trigger {
	height: 35px;
}

.pellets-form .bx_filter .bx_filter_select_arrow:before,
.pellets-form .common_select .common_select-link .trigger:before {
	position: relative;
	top: 4px;
}

.pellets-form .ik_select_link_text {
	color: #bdbdbd;
	padding-left: 5px;
}

label[for="form_checkbox_PERSONAL_229"] {
	position: relative;
	height: 45px;
	display: block;
	cursor: pointer;
}

label[for="form_checkbox_PERSONAL_229"] span {
	padding-left: 50px;
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	padding-top: 5px;
}

label[for="form_checkbox_PERSONAL_229"]:before {
	position: absolute;
	content: '';
	top: 3px;
	left: 0;
	width: 33px;
	height: 33px;
	display: block;
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

.pellets-form-check input[type=radio] {
	position: relative;
	top: 2px;
	margin-right: 4px;
	margin-bottom: 8px;
}

.pellets-form-check label {
	cursor: pointer;
}

.pellets-form input[type=checkbox] {
	display: none;
}

.pellets-form input[type=submit] {
	width: 100%;
}

.pellets-form input[type=checkbox]:checked + label:after {
	position: absolute;
	content: '';
	top: 8px;
	left: 5px;
	width: 25px;
	height: 25px;
	display: block;
	background-color: #f51617;
	border-radius: 3px;
}

.pellets-form-last {
	margin-top: 30px;
}

.pellets-form-label b {
	font-weight: normal;
	color: #8b8b8b;
}

.pellets-certificate {
	position: relative;
	background-color: #f9f9f9;
	padding: 25px;
	height: 200px;
}

.pellets-certificate-title {
	color: #2f2f2f;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.pellets-certificate-content {
	width: 50%;
}

.pellets-certificate-doc {
	width: 313px;
	height: 178px;
	background-image: url(../../../../include/pallets/cert.png);
	position: absolute;
	right: 55px;
	bottom: 0;
}

@media (max-width: 1023px) {
	.pellets-certificate {
		height: 165px !important;
	}
	
	.pellets-certificate-doc {
		right: 35px !important;
	}
	
	.pellets-image-icon {
		right: 35px !important;
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	.pellets-form-col {
		width: 100% !important;
		margin-bottom: 10px;
	}
	
	.pellets-form-row {
		height: auto !important;
		margin: 0 !important;
	}
	
	.pellets-certificate {
		height: auto !important;
		padding: 0 !important;
		padding-top: 25px !important;
		margin-top: 20px;
	}
	
	.pellets-certificate-content {
		width: 100% !important;
	}
	
	.pellets-certificate-title,
	.pellets-certificate-content p {
		padding: 0 25px;
	}
	
	.pellets-certificate-doc {
		position: relative !important;
		margin: 0 auto;
		right: auto !important;
		width: 275px !important;
		height: 155px !important;
		background-size: cover;
	}
	
	.pellets-image-name {
		font-size: 20px;
		top: 25px !important;
		left: 25px !important;
	}
	
	.pellets-image-icon {
		width: 215px !important;
		height: 124px !important;
		background-size: cover;
		bottom: 20px;
		top: auto !important;
		left: 50%;
		margin-left: -107.5px;
		margin-top: 0 !important;
	}
	
	.pellets-image-name span {
		margin-top: 5px !important;
	}
}

.actions-image {
	margin-bottom: 15px;
}

.actions-image img {
	max-width: 100%;
}

.actions-date {
	color: #383838;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 15px;
}

.actions-about {
	line-height: 16px;
	margin-bottom: 40px;
}

.actions-title {
	text-align: center;
	font-size: 16px;
	color: #2f2f2f;
	font-weight: bold;
	margin-bottom: 20px;
}

.actions-houses-item {
	padding: 10px 0;
}

.actions-houses-item + .actions-houses-item {
	margin-top: 25px;
}

.actions-houses-item:before {
	display: none;
}

.actions-houses-title {
	color: #f51617;
	font-size: 16px;
	margin-bottom: 5px;
}

.actions-houses-subtitle {
	margin-bottom: 10px;
	line-height: 14px;
	color: #8b8b8b;
	font-size: 12px;
	font-style: italic;
}

.actions-houses-image img {
	max-width: 100%;
}

.actions-houses-plan {
	margin-top: 10px;
}

.actions-houses-plan span {
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	display: block;
	color: #282727;
	margin-bottom: 10px;
}

.actions-houses-plan p {
	font-size: 13px;
	line-height: 13px;
	margin: 0;
	color: #8b8b8b;
	font-style: italic;
}

.actions-houses-price span {
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	display: block;
	color: #282727;
	margin-bottom: 10px;
	text-align: center;
}

.actions-houses-price table {
	width: 100%;
}

.actions-houses-price tr:nth-child(odd) {
	background-color: #fffdf3;
}

.actions-houses-price td {
	padding: 10px 15px;
	color: #8b8b8b;
	vertical-align: top;
}

.actions-houses-price td:nth-child(1) {
	font-style: italic;
}

.actions-houses-price td:nth-child(2) {
	width: 60px;
	font-weight: bold;
	text-align: right;
}

.actions-houses-main:after {
	display: table;
	content: '';
	clear: both;
}

.actions-houses-meta {
	margin-top: 20px;
}

.actions-houses-meta span {
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	display: block;
	color: #282727;
	margin-bottom: 15px;
	text-align: center;
}

.actions-houses-paragraph {
	margin-bottom: 15px;
}

.actions-houses-meta b {
	color: #8b8b8b;
	display: block;
}

.actions-houses-meta li:before {
	display: none !important;
}

.actions-brands-item {
	text-align: center;
}

.actions-brands-image {
	margin-bottom: 10px;
}

.actions-brands-title {
	color: #2f2f2f;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}

.actions-brands-image img {
	display: inline-block !important;
	width: auto !important;
	height: 90px;
}

.actions-brands .owl-carousel {
	padding: 30px 0 40px;
}

.actions-brands .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 20px;
}

.actions-brands .owl-theme .owl-dots .owl-dot.active span,
.actions-brands .owl-theme .owl-dots .owl-dot:hover span {
	background: #f51617;
}

.actions-brands {
	margin-top: 40px;
}

@media (min-width: 768px) {
	.actions-houses-item {
		border: 1px solid #ebebeb;
		padding: 30px;
	}
	
	.actions-houses-image {
		float: left;
		width: 65%;
	}
	
	.actions-houses-plan {
		float: left;
		width: 35%;
		padding-left: 30px;
		margin-top: 0;
		box-sizing: border-box;
	}
	
	.actions-houses-price {
		clear: both;
		padding-top: 15px;
	}
	
	.actions-houses-price span {
		text-align: left;
	}
	
	.actions-houses-price td:nth-child(2) {
		width: 115px;
	}
	
	.actions-houses-meta span {
		text-align: left;
	}
	
	.actions-houses-left,
	.actions-houses-right {
		display: inline-block;
		box-sizing: border-box;
		width: 48%;
		padding-right: 30px;
		vertical-align: top;
	}
}

@media (min-width: 1024px) {
	.actions-houses-image {
		width: 35%;
	}
	
	.actions-houses-plan {
		width: 15%;
	}
	
	.actions-houses-price {
		clear: none;
		float: left;
		width: 50%;
		padding-top: 0;
		padding-left: 30px;
		box-sizing: border-box;
	}
}

.credit-steps-head {
	font-size: 16px;
	color: #2f2f2f;
	margin-bottom: 20px;
}

.credit-steps-list {
	margin: 0 !important;
	padding: 0;
	word-spacing: -.36em;
	display: table;
	margin-left: -15px !important;
	margin-right: -15px !important;
	text-align: center;
}

.credit-steps-item {
	position: relative;
	width: 50%;
	display: inline-block;
	word-spacing: normal;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	margin-bottom: 30px !important;
}

.credit-steps-wrapper {
	padding: 20px 20px 20px 65px;
	text-align: left;
	background-color: #f6f6f6;
}

.credit-steps-wrapper:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 32px;
	margin-top: -15px;
	height: 30px;
	color: #f51617;
	font-size: 48px;
	font-weight: 600;
}

.credit-steps-item:nth-child(1) .credit-steps-wrapper:before {
	content: '1';
}

.credit-steps-item:nth-child(2) .credit-steps-wrapper:before {
	content: '2';
}

.credit-steps-item:nth-child(3) .credit-steps-wrapper:before {
	content: '3';
}

.credit-steps-item:nth-child(4) .credit-steps-wrapper:before {
	content: '4';
}

.credit-steps-item:nth-child(5) .credit-steps-wrapper:before {
	content: '5';
}

@media (min-width: 1200px) {
	.credit-steps-item:nth-child(1):after,
	.credit-steps-item:nth-child(3):after {
		position: absolute;
		content: '';
		width: 21px;
		height: 6px;
		background-image: url(../img/next-1.png);
		background-size: 100%;
		top: 50%;
		margin-top: -3px;
		right: -10.5px;
	}
	
	.credit-steps-item:nth-child(2):after {
		position: absolute;
		content: '';
		width: 16px;
		height: 16px;
		background-image: url(../img/next-2.png);
		background-size: 100%;
		left: -7px;
		bottom: -23px;
	}
	
	.credit-steps-item:nth-child(4):after {
		position: absolute;
		content: '';
		width: 11px;
		height: 17px;
		background-image: url(../img/next-3.png);
		background-size: 100%;
		left: -6px;
		bottom: -21px;
	}
}

.credit-steps-item:before {
	display: none !important;
}

.credit-steps-icon,
.credit-steps-content {
	display: table-cell;
	vertical-align: middle;
	height: 115px;
}

.credit-steps-icon {
	width: 90px;
}

.credit-steps-icon img {
	width: auto;
	height: 65px;
}

.credit-steps-text {
	font-size: 12px;
}

.credit-steps-title {
	font-size: 14px;
	color: #2f2f2f;
	margin-bottom: 5px;
}

.credit-table-head {
	font-size: 16px;
	color: #2f2f2f;
	margin-bottom: 20px;
	font-weight: normal;
}

.credit-table-head a {
	color: #f51617;
	text-decoration: underline;
}

.credit-table-box table {
	width: 100%;
}

.credit-table-box thead {
	background-color: #e1e1e1;
	font-size: 14px;
	color: #252525;
}

.credit-table-box thead th {
	font-weight: normal;
}

.credit-table-box th,
.credit-table-box td {
	padding: 10px;
	vertical-align: top;
}

.credit-table-box th:nth-child(1) {
	width: 50px;
	text-align: right;
}

.credit-table-box td:nth-child(1) {
	width: 50px;
	text-align: right;
}

.credit-table-box td:nth-child(3) {
	width: 210px;
	text-align: left;
}

.credit-table-red {
	background-color: #fff5e6;
	font-size: 14px;
	color: #272727;
	font-style: italic;
}

.credit-table-red td {
	text-align: center !important;
}

.credit-table-box li {
	margin: 0 !important;
}

.credit-table-box li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '-'
}

.credit-table-box li span {
	font-weight: 500;
}

.credit-table-green {
	color: #0a660a;
	font-style: italic;
}

.credit-table-gray {
	background-color: #f6f6f6;
}

.credit-table-box img {
	width: 30px;
	height: auto;
}

.doc-icon, .doc-link {
	display: table-cell;
	vertical-align: middle;
}

.doc-link {
	padding-left: 10px;
}

.doc-link a {
	text-decoration: underline;
}

.credit-steps-message {
	margin-top: 20px;
}

.credit-steps-message a {
	text-decoration: underline;
}

.credit-table-box {
	width: 100%;
	overflow-y: hidden;
}

.credit-table-box table {
	min-width: 750px;
}

@media (max-width: 991px) {
	.credit-steps {
		margin-bottom: 20px;
	}
	
	.credit-steps-item {
		width: 100%;
		display: block;
		margin-bottom: 10px !important;
	}
}

@media (max-width: 767px) {
	.credit-steps-icon, .credit-steps-content {
		display: block;
		width: 100%; !important;
		height: auto;
	}
	
	.credit-steps-icon {
		text-align: center;
		margin-bottom: 10px;
	}
	
	.credit-steps-wrapper {
		padding: 20px;
	}
	
	.credit-steps-wrapper:before {
		top: 30px;
		margin-top: 0;
	}
}

/** Callback */

.wt-callback a {
	position: fixed;
	width: 100%;
	height: 50px;
	background-color: red;
	background-color: rgba(255, 0, 0, 0.9);
	bottom: -50px;
	right: 0;
	text-align: center;
	line-height: 55px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	z-index: 9999;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.wt-callback a:active,
.wt-callback a:focus {
	background-color: rgba(255, 0, 0, 1);
}

.wt-callback-active a {
	bottom: 0;
}

@media (min-width: 768px) {
	.wt-callback a {
		width: 70px;
		height: 70px;
		right: -70px;
		bottom: 120px;
		border-radius: 50%;
		background-image: url(../img/phone.svg);
		background-position: 50% 50%;
		background-size: 35px 36px;
		background-repeat: no-repeat;
	}
	
	.wt-callback span {
		display: none;
	}
	
	.wt-callback-active a {
		bottom: 120px;
		right: 62px;
	}
	
	.wt-callback a:hover {
		background-color: rgba(235, 0, 0, 1);
	}
}

.sale_order_success_phone {
	font-size: 19px;
}

.sale_order_success_phone p {
	font-size: 19px;
	color: #1e1e1e;
	margin: 0 0 10px;
}

.sale_order_success_phone a {
	display: inline-block;
	margin-top: 10px;
}

.wt-slider .owl-dots {
	width: 100%;
	height: 10px;
	text-align: center;
	bottom: 15px;
	left: 0;
	position: absolute;
}

.wt-slider .owl-dot {
	width: 6px;
	height: 6px;
	display: inline-block;
	background-color: transparent;
	vertical-align: top;
	margin: 0 3px;
	border-radius: 50%;
	border: 2px solid #ffffff;
}

.wt-slider .owl-dot.active {
	background-color: #ffffff;
}

.wt-slider .owl-nav {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
	width: 100%;
	height: 40px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.wt-slider:hover .owl-nav {
	opacity: 1;
}

.wt-slider .owl-prev,
.wt-slider .owl-next {
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 50%;
	position: absolute;
	background-size: 15px 15px;
	background-repeat: no-repeat;
}

.wt-slider .owl-prev:hover,
.wt-slider .owl-next:hover {
	background-color: #f51617;
}

.wt-slider .owl-nav .disabled:hover {
	background-color: #ffffff;
}

.wt-slider .owl-prev {
	left: 15px;
	background-image: url(../img/arrow-prev.svg);
	background-position: 45% 50%;
}

.wt-slider .owl-next {
	right: 15px;
	background-image: url(../img/arrow-next.svg);
	background-position: 55% 50%;
}

@media (max-width: 767px) {
	.wt-slider .owl-item {
		overflow: hidden;
	}
}

.wt-search {
	position: absolute;
	bottom: 10px;
	width: 85%;
	width: calc(100% - 30px);
}

.wt-search input {
	background-color: #ffffff;
	border: none;
	float: left;
	width: 85%;
	width: calc(100% - 30px);
	height: 30px;
	border-radius: 5px 0 0 5px;
}

.wt-search button {
	float: left;
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 0 5px 5px 0;
	border: none;
}

.wt-search button i {
	display: block;
	background: url(../images/icons_wish.png) -60px -173px no-repeat;
	height: 26px;
	width: 29px;
}

@media (max-width: 600px) {
	body #header .center_block .main-nav {
		padding: 0 15px 10px !important;
		height: 70px;
	}
	
	.wrapper.front_page .header_wrap {
		padding-bottom: 80px !important;
	}
	
	.main-nav .menu.opened {
		position: relative;
		z-index: 99;
	}
	
	body .wrapper.head_type_1:not(.front_page) #header {
		margin-bottom: 115px !important;
	}
}

@media (min-width: 601px) {
	.wt-search {
		display: none;
	}
}

.wt-subcategory li {
	position: relative;
	display: inline-block;
	background-color: #f51617;
	padding: 3px 12px;
	border-radius: 3px;
	margin: 0 3px 6px 0 !important;
}

.wt-subcategory li.active {
	background-color: #1d1a1a;
}

.wt-subcategory li:hover {
	background-color: #d61314;
}

.wt-subcategory {
	margin-top: -30px !important;
	margin-bottom: 35px !important;
	text-align: center;
}

.wt-subcategory a {
	color: #ffffff;
	display: block;
}

.right_block .wt-subcategory li:before {
	display: none;
}

@media (min-width: 551px) {
	.wt-subcategory {
		text-align: left;
	}
}

@media (min-width: 769px) {
	.wt-subcategory {
		margin-left: 20px !important;
	}
}

#content .left_block.catalog {
	margin-top: 0;
}

@media (max-width: 650px) {
	.sort_filter .sort_btn.SHOWS,
	.sort_filter .sort_btn.NAME {
		display: none;
	}
	
	body .filter_opener span {
		margin-left: 5px;
	}
	
	body .filter_opener span,
	body .sort_header .sort_filter a span {
		display: inline-block !important;
		float: none;
	}
}

.catalog_section_list {
	margin: 0;
	border: none;
	padding: 0;
	margin-left: -7px;
	margin-right: -7px;
	
}

.catalog_section_list .section_item_inner {
	width: 100%;
	margin: 0;
}

.catalog_section_list .section_item_inner .image {
	padding: 0;
}

.catalog_section_list .section_item_inner .image img {
	max-width: 100%;
	max-height: 100%;
}

body .catalog_section_list .section_item {
	margin-bottom: 7px;
	width: 50% !important;
	padding: 0 7px;
}

@media (min-width: 768px) {
	.catalog_section_list {
		margin-left: -14px;
		margin-right: -14px;
	}
	
	body .catalog_section_list .section_item {
		width: 33.333333% !important;
	}
}

@media (min-width: 850px) {
	.catalog_section_list {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	body .catalog_section_list .section_item {
		width: 25% !important;
		padding: 0 10px;
		margin-bottom: 15px;
	}
}

.catalog_block .wt-price {
	margin-top: 10px;
	font-weight: 600;
	color: #1e1e1e;
	font-size: 15px;
}

.catalog_block .wt-price-credit {
	margin-top: 10px;
}

.wt-price-credit .price_label {
	display: block;
	color: #6d6d6d;
	font-size: 12px;
}

.catalog_block .wt-price-credit .price_amount {
	font-size: 14px;
	margin-top: 2px;
	display: block;
	color: red;
	opacity: 0.9;
	font-weight: 600;
}

.display_list .wt-price {
	color: #1e1e1e;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}

.display_list .wt-price-credit {
	margin-bottom: 10px;
}

.display_list .wt-price-credit .price_amount {
	font-size: 16px;
	margin-top: 2px;
	display: block;
	color: red;
	opacity: 0.9;
	font-weight: 600;
}

.catalog .table .wt-price {
	color: #1e1e1e;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 5px;
}

.catalog .table .wt-price-credit .price_amount {
	font-size: 14px;
	display: block;
	color: red;
	opacity: 0.9;
	font-weight: 600;
}

@media (max-width: 767px) {
	.wt-subcategory {
		display: none;
	}
	
	.wt-subsections {
		margin-top: -30px;
		margin-bottom: 30px;
	}
	
	.wt-subsections label {
		display: block;
		margin-bottom: 5px;
	}
	
	.ik_select_list_inner {
		min-height: 224px !important;
	}
}

@media (min-width: 768px) {
	.wt-subsections {
		display: none;
	}
}

.wt-composite, .wt-composite * {
	box-sizing: border-box;
}

.wt-composite-wrap {
	display: block;
	text-align: center;
	padding: 20px;
	border-radius: 5px;
	transition: all 0.2s ease;
	border: 1px solid #ffffff;
}

.wt-composite-image img {
	max-width: 100%;
	width: auto !important;
	max-height: 140px;
	display: inline-block !important;
}

.wt-composite-name {
	margin-top: 20px;
	color: #f51617;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
}

.wt-composite-description {
	color: #6d6d6d;
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.25;
}

.wt-composite-price {
	font-size: 15px;
	font-weight: bold;
	color: #1d1a1a;
	margin-top: 5px;
}

.wt-composite-link {
	text-align: center;
	margin-bottom: 30px;
	margin-top: -5px;
}

.wt-composite-link a {
	border: 2px solid #f51617;
	color: #f51617;
	text-transform: uppercase;
	padding: 10px 25px;
	display: inline-block;
	font-weight: bold;
}

.wt-composite-link a:hover {
	background-color: #f51617;
	color: #ffffff;
}

.wt-composite .owl-stage-outer {
	margin-right: -15px;
}

.wt-composite .owl-item:first-child {
	margin-left: -50px;
}

@media (max-width: 767px) {
	.wt-composite-list {
		margin-bottom: 25px;
	}
}

@media (min-width: 768px) {
	.wt-composite-list {
		width: 100%;
		letter-spacing: -.36em;
		font-size: 0;
	}
	
	.wt-composite-list:after {
		content: '';
		clear: both;
		display: table;
	}
	
	.wt-composite-item {
		width: 33.3333333%;
		display: inline-block;
		vertical-align: top;
		padding: 0 15px;
		margin-bottom: 30px;
		letter-spacing: normal;
	}
	
	.wt-composite-wrap:hover {
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
		-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
	}
}

@media (min-width: 1200px) {
	.wt-composite-item {
		width: 20%;
	}
}

.wrapper_partner {
	display: none;
}

@media (max-width: 767px) {
	.wrapper_partner {
		display: block;
		text-align: center;
		padding: 20px 20px 15px;
	}
	
	.wrapper_partner_title {
		font-size: 18px;
		color: #1d1a1a;
		font-weight: 500;
	}
	
	.wrapper_partner img {
		max-width: 280px;
	}
	
	.module-enter {
		display: none;
	}
	
	.basket_wrapp .header-compare-block,
	.basket_wrapp .wraps_icon_block.delay {
		display: none;
	}
	
	.header-cart {
		float: right !important;
	}
	
	.top-h-row {
		display: none;
	}
	
	.top-h-row .phones {
		padding: 2.5px 0 !important;
	}
	
	#header {
		padding: 10px 0;
	}
	
	.logo_wrapp {
		padding: 0 !important;
	}
	
	.main-nav {
		margin-top: 10px !important;
	}
	
	#header .middle-h-row .logo_wrapp .logo a img {
		max-height: 35px;
	}
	
	body #header ul.menu.adaptive > li > a, body #header ul.menu.full > li > a {
		height: 40px;
		line-height: 40px;
		font-weight: 500;
	}
	
	.tizers_block {
		width: 100%;
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.tizers_block .item {
		width: 50% !important;
		padding: 0 15px !important;
		margin: 0 !important;
	}
	
	.tizers_block .img {
		min-height: auto !important;
		margin: 0 !important;
	}
	
}

@media (min-width: 768px) {
	.wrapper_inner.wides {
		margin-top: 20px;
	}
	
	.tizers_block {
		margin: -10px 0 10px;
	}
}

.catalog_detail .item_main_info .price {
	float: none;
}

.themodal-lock {
	overflow: hidden;
}

.themodal-overlay {
	position: fixed;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	z-index: 9999;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: rgba(255, 255, 255, 0.75);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	zoom: 1;
}

.wt-modal {
	display: none;
	box-sizing: border-box;
	position: relative;
	background: #ffffff;
	width: 90%;
	max-width: 800px;
	margin: 80px auto;
	padding: 30px 20px 20px;
	text-align: center;
	-webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}

.wt-modal-title {
	font-size: 16px;
	color: #1f1f1f;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 10px;
}

.wt-modal-title > span {
	color: #124b03;
	display: block;
	font-size: 18px;
}

.wt-modal-description {
	color: #7f7f7f;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.wt-modal-description > span {
	color: #124b03;
}

.wt-modal .form_head, .wt-modal button[name="web_form_reset"] {
	display: none !important;
}

.wt-modal .form_body {
	margin-bottom: 30px;
}

.wt-modal .form_footer {
	margin-bottom: 10px;
}

.wt-modal button[name="web_form_submit"] {
	width: 100%;
}

.wt-modal .form-control {
	background-color: transparent;
	border: none;
	border-radius: 0;
}

.wt-modal .form-control .star {
	color: #f51617;
}

.wt-modal .form_result.success {
	font-size: 18px;
}

.wt-modal-cross {
	position: absolute;
	top: 15px;
	right: 15px;
}

.wt-modal-close {
	cursor: pointer;
	width: 15px;
	height: 15px;
}

@media (min-width: 768px) {
	.wt-modal {
		padding: 30px;
	}
	
	.wt-modal-title {
		font-size: 24px;
		line-height: 1.35;
	}
	
	.wt-modal-title > span {
		font-size: 30px;
	}
	
	.wt-modal-description {
		font-size: 18px;
		line-height: 1.5;
	}
	
	.wt-modal .form_body {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.wt-modal .form-control {
		padding: 0 15px;
		float: left;
		width: 50%;
		box-sizing: border-box;
		height: auto;
	}
	
	.wt-modal .form-control label {
		text-align: left;
		font-size: 14px;
		margin-bottom: 10px;
		font-weight: normal;
	}
	
	.wt-modal .form-control .error {
		padding-right: 15px;
	}
	
	.wt-modal .form-control input {
		height: 50px;
		font-size: 16px;
	}
	
	.wt-modal .form_body {
		margin-bottom: 10px;
	}
	
	.wt-modal button[name="web_form_submit"] {
		height: 50px;
		width: 300px;
		font-size: 14px;
		font-weight: 400;
		display: inline-block;
	}
}

@media (min-width: 1200px) {
	.wt-modal {
		padding: 40px 50px;
	}
	
	.wt-modal .form_body {
		padding: 0 50px;
	}
	
	.wt-modal-description {
		margin-bottom: 30px;
	}
}

.wt-subsections .common_select .common_select-link {
	height: 40px;
	padding-left: 15px;
	padding-right: 50px;
}

.wt-subsections .common_select .common_select-link .ik_select_link_text {
	font-size: 14px;
	line-height: 38px;
}

.wt-subsections .common_select .common_select-link .trigger {
	width: 35px;
	line-height: 44px;
	height: 38px;
}

.wt-catalog .wt-slider {
	margin-bottom: 25px;
}

.wt-catalog h3 {
	font-size: 18px;
	color: #2f2f2f;
}

.wt-catalog .long {
	display: none;
}

.wt-catalog .main_description {
	font-size: 14px;
	color: #2f2f2f;
}

.wt-catalog-categories {
	letter-spacing: -0.36em;
	margin-bottom: 20px;
}

.wt-catalog-categories-item {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 20px;
	border-radius: 3px;
	padding: 10px 20px;
	border: 2px solid transparent;
}

.wt-catalog-categories-item:hover {
	border: 2px solid #f51617;
}

.wt-catalog-categories-thumb {
	margin-bottom: 10px;
}

.wt-catalog-categories-thumb img {
	max-width: 100%;
}

.wt-catalog-categories-name a {
	font-size: 12px;
	color: #2f2f2f;
	font-weight: 600;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.wt-catalog .wt-slider {
		margin-bottom: 35px;
	}
	
	.wt-catalog-categories-item {
		width: 25%;
	}
	
	.wt-catalog h3 {
		font-size: 21px;
	}
	
	.wt-catalog-categories-name a {
		font-size: 16px;
	}
	
	.wt-catalog .main_description {
		font-size: 16px;
	}
}

@media (min-width: 769px) {
	.wt-catalog {
		padding-left: 20px;
	}
	
	.wt-catalog-categories-item {
		width: 33.3333333%;
	}
	
	.wt-catalog-categories-name a {
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	.wt-catalog-categories-item {
		width: 25%;
		padding: 20px;
	}
	
	.wt-catalog h3 {
		margin-bottom: 30px;
	}
	
	.wt-catalog-categories-name {
		min-height: 40px;
	}
	
	.wt-catalog-categories-name a {
		font-size: 16px;
	}
}

.basket_wrapp .header-cart {
	float: right;
}

.wraps_icon_block.delay, .header-compare-block {
	display: none;
}

.offers_table .active {
	background: #ffe3e3;
	color: #000000;
}

.wt-modal-form .button.transparent:not(.text) {
	font-size: 11px;
}

.wt-modal-form .form_result.success + form {
	display: none;
}

/** Front page */

.wt-header {
	padding: 20px 0;
	box-sizing: border-box;
}

.wt-header * {
	box-sizing: border-box;
}

.wt-header-wrap {
	display: table;
	width: 100%;
}

.wt-header-logo, .wt-header-navigation {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.wt-header-navigation-bottom {
	position: relative;
	background-color: #0a660a;
	border-radius: 10px 0 0 10px;
	padding: 10px 20px;
	height: 45px;
}

.wt-header-top {
	overflow: hidden;
}

.wt-header-navigation-bottom:after {
	position: absolute;
	content: '';
	right: -100%;
	top: 0;
	width: 100%;
	height: 45px;
	background-color: #0a660a;
}

.wt-header-navigation-right {
	display: table;
	width: 100%;
}

.wt-header-logo img {
	max-width: 105px;
}

.wt-header-logo a.print_img {
	display: none;
}

.wt-header-burger {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}

.wt-header-burger img {
	margin-top: 5px;
}

.wt-header-catalog {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.wt-header-bottom {
	padding-top: 10px;
}

.wt-header-catalog a {
	text-align: center;
	height: 50px;
	line-height: 45px;
	border-radius: 10px;
	border: 2px solid #e72424;
	font-size: 14px;
	color: #232323;
	font-weight: 500;
	transition: all 0s ease;
}

.wt-header-catalog a:hover {
	border: 2px solid #0a660a;
	background-color: #0a660a;
	color: #ffffff;
}

.wt-header-catalog a.active {
	border: 2px solid #0a660a;
	background-color: #0a660a;
	color: #ffffff;
	width: calc(100% + 1px);
}

.wt-header-actions {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 50%;
}

.wt-header-actions a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}

.brands_slider_wrapp {
	background-color: #f7f7f9;
	padding: 15px 50px;
}

.brands_slider_wrapp ul, .brands_slider_wrapp ol {
	margin: 0!important;
}

@media (max-width: 767px) {
	.brands_slider_wrapp .flex-viewport {
		height: auto;
	}
	.brands_slider > li {
		line-height: 1;
	}
	.brands_slider_wrapp li img {
		max-height: 20px;
	}
}

.wt-index-catalog {
	margin-top: 40px;
	padding: 40px 0 10px;
}

.wt-index-catalog-title {
	text-align: center;
	margin-bottom: 30px;
}

.wt-index-catalog-title h3 {
	font-size: 18px;
	font-weight: 500;
	border-bottom: 2px solid #f51617;
	display: inline-block;
	padding-bottom: 25px;
}

.wt-index-catalog .catalog_section_list {
	margin-top: 0;
}

body .wt-index-catalog .section_item {
	width: 100% !important;
	margin-bottom: 30px;
}

body .wt-index-catalog .section_info li {
	position: relative;
	display: block !important;
	padding-left: 20px !important;
	font-size: 14px;
	margin-left: 30px!important;
}

body .wt-index-catalog .section_info li:before {
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	background-color: #f51617;
	border-radius: 50%;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

body .wt-index-catalog .section_info li + li {
	margin-top: 10px;
}

body .wt-index-catalog .section_info a {
	color: #242424;
}
body .wt-index-catalog .section_info a:hover {
	color: #f51617;
}

body .wt-index-catalog .item-title img {
	height: 30px;
	width: auto;
	float: left;
	margin-right: 20px;
}

body .wt-index-catalog .item-title .thumb {
	display: table;
	width: 100%;
	color: #242424;
	font-weight: 600;
	font-size: 16px;
}

body .wt-index-catalog .item-title-thumb {
	display: table-cell;
	vertical-align: middle;
}

body .wt-index-catalog .item-title-name {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding-left: 10px;
}

body .wt-index-catalog .item-title {
	margin-bottom: 20px;
}

.wt-catalog-desktop-open span {
	position: relative;
	padding-right: 25px;
}

.wt-catalog-desktop-open span:after {
	position: absolute;
	content: '';
	width: 10px;
	height: 6px;
	background-image: url(../img/arrow-bottom-black.svg);
	background-size: cover;
	top: 50%;
	margin-top: -2px;
	right: 0;
}

.wt-catalog-desktop-open.active span:after, .wt-catalog-desktop-open:hover span:after {
	background-image: url(../img/arrow-bottom-white.svg);
}

.wt-index-title {
	background-color: #0f7f02;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	padding: 25px 0;
}

.wt-index-title img {
	margin-right: 5px;
}

.wt-index-features .tizers_block {
	margin: 0;
	padding: 40px 0 10px;
}

.wt-index-features .tizers_block .img {
	margin-bottom: 15px;
	margin-right: 0 !important;
}

.wt-index-features .tizers_block .title {
	display: block !important;
	font-size: 13px !important;
	text-align: center;
	width: 100% !important;
}

.wrapper_inner .tizers_block .item {
	width: 50% !important;
	margin-bottom: 30px !important;
	margin-top: 0 !important;
}

.wt-index-about-left img {
	max-width: 100%;
}

.wt-index-about-right p {
	color: #242424;
	font-size: 14px;
}

.wt-index-about {
	padding: 40px 0;
}

.wt-index-about .icon_more {
	font-size: 14px;
}

.wt-index-shops-list {
	padding: 40px 0 25px;
}

.wt-index-shops-list .wrapp_block {
	background-color: #f7f7f9;
	padding: 20px;
	margin-bottom: 15px;
}

.wt-index-shops-list .item:before {
	content: '';
}

.wt-index-shops-list .store_text {
	margin-top: 10px;
}

.wt-index-shops-list .title {
	display: block;
}

.wt-index-shops-list .value {
	color: #242424;
}

#footer {
	border-top: 2px solid #16850d;
}

.wt-catalog-touch-open {
	display: block;
}

.side-menu-lock {
	overflow: hidden; }

.side-menu-overlay {
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	position: fixed;
	z-index: 1000;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	cursor: pointer; }

.side-menu-overlay.active {
	opacity: 1;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s; }

.side-menu {
	display: block;
	position: fixed;
	overflow: auto;
	z-index: 1001;
	max-width: 300px;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	background-color: #ffffff;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s; }

.side-menu-left {
	left: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%); }

.side-menu-right {
	right: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%); }

.side-menu-left.active, .side-menu-right.active {
	-webkit-transform: translateX(0);
	transform: translateX(0); }

#menu_catalog {
	background-color: #0a660a;
}

.side-menu-head {
	position: relative;
	background-color: #0a660a;
	padding: 40px 20px 30px;
	color: #ffffff;
	font-size: 18px;
}

.side-menu-cross {
	position: absolute;
	top: 40px;
	right: 20px;
}

.side-menu-navigation {
	padding: 25px 20px;
}

.side-menu-navigation .menu {
	font-size: 16px;
}

.side-menu-navigation .menu li {
	display: block;
}

.wt-accordion-navigation li:before {
	content: '';
}

.wt-accordion-navigation > li {
	position: relative;
}

.wt-accordion-navigation > li img {
	max-height: 20px;
	position: absolute;
	left: 25px;
	top: 10px;
}

.wt-accordion-navigation > li > a {
	position: relative;
	display: block;
	background-color: #0a660a;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 25px 10px 60px;
}

.wt-accordion-navigation > li.active > a {
	background-color: #6fbf34;
}

.wt-accordion-navigation > li:after {
	position: absolute;
	content: '';
	width: 13px;
	height: 7px;
	right: 15px;
	top: 17px;
	background-image: url(../img/accordion-bottom.svg);
	background-size: cover;
}

.wt-accordion-navigation > li.active:after {
	background-image: url(../img/accordion-top.svg);
	background-size: cover;
}

.wt-accordion-navigation > li > ul {
	padding: 10px 0;
	display: none;
	background-color: #ffffff;
}

.wt-accordion-navigation > li > ul li {
	position: relative;
	display: block;
	font-size: 16px;
	padding: 10px 25px 10px 25px;
}

.wt-accordion-navigation > li > ul li a {
	color: #242424;
	border-bottom: 2px dotted #ff9999;
	padding-bottom: 3px;
}

.wt-accordion-navigation > li > ul li a:hover {
	color: #b51011;
	border-bottom: 2px dotted #b51011;
}

.wrapp_block > a {
	position: relative;
	display: block;
	padding-left: 20px;
}

.wrapp_block > a:before {
	position: absolute;
	content: '';
	left: 0;
	top: 3px;
	width: 10px;
	height: 14px;
	background-image: url(../img/location.svg);
	background-size: cover;
}

.wt-sentence {
	background-color: #ececec;
	border-radius: 10px;
}

.wt-sentence-wrap {
	position: relative;
}

.wt-sentence-image {
	position: absolute;
	background-image: url(../images/form.jpg);
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
	background-size: cover;
	border-radius: 10px;
}

.wt-sentence-form {
	padding: 25px;
	padding-top: 375px;
}

.wt-sentence-form h4 {
	color: #3b661c;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.25;
	font-weight: 500;
	margin-bottom: 15px;
}

.wt-sentence-form .form_desc {
	text-align: center;
	color: #575757;
	margin-bottom: 20px;
}

.wt-sentence-form .form_footer {
	margin: 0;
}

.wt-sentence-form .form .form_result {
	text-align: center;
	margin-bottom: 20px;
}

.wt-sentence-form button[type=submit] {
	width: 100%;
	height: 45px;
	border-radius: 5px;
}

.wt-sentence-form .form-control {
	margin-bottom: 10px;
}

.wt-sentence-form .form-control input {
	height: 45px;
	line-height: 45px;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 5px;
}

.wt-policy {
	text-align: center;
	margin-top: 20px;
}

.wt-policy p {
	color: #1b1b1b;
	margin: 0;
	font-size: 12px;
	line-height: 1.25;
}

.wt-policy a {
	text-decoration: underline;
}

.wt-policy a:hover {
	color: #f51617;
	text-decoration: none;
}

form[name=CREDIT] .wt-policy, form[name=ASK] .wt-policy {
	text-align: left;
}

.left_block_wrap {
	margin-bottom: 25px;
}

.left_block_title {
	position: relative;
	border: 1px solid #e5e5e5;
	display: block;
	padding: 10px 20px;
	font-size: 12px;
	color: #838383;
	margin-bottom: 1px;
}

.left_block_title:after {
	position: absolute;
	content: '';
	right: 15px;
	top: 50%;
	margin-top: -2px;
	width: 11px;
	height: 6px;
	background-image: url(../img/accordion-top-grey.svg);
	background-size: cover;
}

.left_block_title.active:after {
	background-image: url(../img/accordion-bottom-grey.svg);
	background-size: cover;
}

.left_block_wrap {
	display: none;
}

.wt-actions, .wt-catalog-categories {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.wt-catalog .main_description {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.wt-header-search, .wt-header-cart, .wt-header-callback, .wt-header-phone {
		display: none;
	}
	
	.wt-index-about-left {
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	.wt-header-navigation-left, .wt-header-navigation-top, .wt-catalog-desktop-open, .wt-header-catalog-dropdown {
		display: none;
	}
}

@media (min-width: 768px) {
	.wt-actions, .wt-catalog-categories, .wt-catalog .main_description {
		margin-bottom: 30px;
	}
	.wt-header-logo {
		padding-right: 20px;
		width: auto;
	}
	
	.wt-header-navigation {
		width: 100%;
		padding-left: 20px;
	}
	
	.wt-header-callback, .wt-header-phone {
		display: table-cell;
		vertical-align: middle;
		text-align: right;
	}
	
	.wt-header-callback {
		width: 55%;
	}
	
	.wt-header-callback span {
		color: #ffffff;
		border-bottom: 2px dotted #ffffff;
		display: inline-block;cursor: pointer;
	}
	
	.wt-header-callback span:hover {
		border-bottom: 2px dotted transparent;
	}
	
	.wt-header-phone {
		width: 35%;
	}
	
	.wt-header-burger {
		width: 10%;
	}
	
	.wt-header-phone a {
		position: relative;
		font-size: 20px;
		color: #ffffff;
		font-weight: 500;
		margin-top: 2px;
		display: inline-block;
		padding-left: 25px;
	}
	
	.wt-header-phone a:before {
		position: absolute;
		content: '';
		top: 50%;
		margin-top: -7.5px;
		left: 0;
		width: 15px;
		height: 15px;
		background-image: url(../img/telephone.svg);
		background-size: cover;
	}
	
	.wt-header-catalog {
		width: 33.3333333%;
	}
	
	.wt-header-search, .wt-header-cart {
		display: table-cell;
		vertical-align: middle;
		width: 33.3333333%;
		padding-left: 20px;
	}
	
	.wt-header-search-wrap {
		position: relative;
		border-bottom: 2px solid #e0e0e0;
	}
	
	.wt-header-search input[type=text] {
		border: none;
		height: 48px;
		background-color: transparent;
		font-size: 14px;
		font-weight: 500;
		padding: 0 75px 0 15px;
	}
	
	.wt-header-search input[type=submit] {
		border: none;
		height: 48px;
		width: 48px;
		position: absolute;
		top: 0;
		right: 0;
		background-image: url(../img/search.svg);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 13px 13px;
		background-color: transparent;
	}
	
	.wt-header-cart-wrap {
		position: relative;
		border-bottom: 2px solid #e0e0e0;
		padding-left: 40px;
		height: 48px;
		line-height: 45px;
	}
	
	.wt-header-cart .f-left {
		float: none !important;
	}
	
	.wt-header-cart .wraps_icon_block {
		display: none !important;
	}
	
	.wt-header-cart-wrap:before {
		position: absolute;
		content: '';
		left: 10px;
		top: 50%;
		margin-top: -6.5px;
		width: 13px;
		height: 13px;
		background-image: url(../img/cart.svg);
		background-size: cover;
	}
	
	.basket_block .title,
	.basket_block .value {
		display: inline-block;
		vertical-align: middle;
	}
	
	.basket_block .title {
		font-size: 14px;
		color: #2e2e2e;
		font-weight: 500;
	}
	
	.wt-header-actions {
		display: none;
	}
	
	.basket_normal .popup {
		width: 100%;
	}
	
	.basket_normal .popup.card_popup_frame .basket_popup_wrapp {
		width: 375px;
		top: 0 !important;
		right: 0 !important;
	}
	
	body .wt-index-catalog .section_item {
		width: 33.3333333% !important;
		padding: 0 15px;
	}
	
	.wt-index-catalog-title h3 {
		font-size: 24px;
	}
	
	.wrapper_inner .tizers_block .item {
		width: 25% !important;
	}
	
	.wt-index-title {
		padding: 30px 0;
		font-size: 24px;
	}
	
	.wt-index-about-row {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.wt-index-about-row:after {
		display: table;
		content: '';
		clear: both;
	}
	
	.wt-index-about-left, .wt-index-about-right {
		float: left;
		padding: 0 15px;
		box-sizing: border-box;
	}
	
	.wt-index-about-left {
		width: 40%;
	}
	
	.wt-index-about-right {
		width: 60%;
	}
	
	.wt-index-shops-list {
		margin-left: -15px;
		margin-right: -15px;
		letter-spacing: -0.36em;
	}
	
	.wt-index-shops-list:after {
		clear: both;
		content: '';
		display: table;
	}
	
	.wt-index-shops-list li {
		width: 50%;
		display: inline-block;
		padding: 0 10px;
		letter-spacing: normal;
		box-sizing: border-box;
		vertical-align: top;
	}
	
	.wt-index-shops-list .wrapp_block {
		min-height: 120px;
	}
	
	.wt-sentence-wrap:after {
		clear: both;
		display: table;
		content: '';
	}
	.wt-sentence-image, .wt-sentence-form {
		float: left;
		box-sizing: border-box;
	}
	.wt-sentence-image {
		width: 40%;
		height: 100%;
	}
	.wt-sentence-form {
		width: 60%;
		padding: 25px 60px;
		margin-left: 40%;
	}
	.wt-sentence-form h4 {
		text-align: center;
	}
}

@media (min-width: 769px) {
	.left_block_wrap {
		display: block;
	}
}

@media (min-width: 992px) {
	.wt-header-wrap {
		position: relative;
	}
	
	.wt-header-catalog-dropdown {
		display: none;
		position: absolute;
		width: 100%;
		top: 70px;
		z-index: 99;
		left: 0;
		background-color: #ffffff;
		border: 2px solid #3b661c;
	}
	
	.wt-catalog-desktop-open {
		display: block;
	}
	
	.wt-header-burger, .wt-catalog-touch-open {
		display: none;
	}
	
	.wt-header-catalog {
		width: 20%;
	}
	
	.wt-header-search, .wt-header-cart {
		width: 40%;
	}
	
	.wt-header-search input[type=text] {
		padding-left: 30px;
	}
	
	.basket_normal .popup.card_popup_frame .basket_popup_wrapp {
		width: 100%;
		top: 0 !important;
	}
	
	.wt-header-navigation-bottom {
		display: table;
		width: 100%;
	}
	
	.wt-header-navigation-left, .wt-header-navigation-right {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
	}
	
	.wt-header-navigation-right {
		text-align: right;
	}
	
	.wt-header-callback, .wt-header-phone {
		display: inline-block;
		width: auto;
	}
	
	.wt-header-phone {
		margin-left: 25px;
	}
	
	.wt-header-bottom {
		padding-top: 20px;
	}
	
	.wt-header-navigation-top .menu, .wt-header-navigation-navbar .menu {
		font-size: 11px;
	}
	
	.wt-header-navigation-top .menu li, .wt-header-navigation-navbar .menu li {
		line-height: 1;
	}
	
	.wt-header-navigation-top .menu > li > a span, .wt-header-navigation-navbar .menu > li > a span {
		border: none;
		padding: 0;
	}
	
	.wt-header .stretch {
		display: none !important;
	}
	
	.wt-header-navigation-top {
		margin-bottom: 15px;
	}
	
	.wt-header-navigation-top .menu li {
		margin-left: 20px;
	}
	
	.wt-header-navigation-top .menu li + li {
		margin-left: 60px;
	}
	
	.wt-header-navigation-top .menu a {
		color: #9d9d9d;
	}
	
	.wt-header-navigation-top .menu a:hover {
		color: #242424;
	}
	
	.wt-header-navigation-navbar .menu {
		font-size: 14px;
	}
	
	.wt-header-navigation-navbar .menu a {
		color: #ffffff;
		border-bottom: 1px solid transparent;
	}
	
	
	.wt-header-navigation-navbar .menu a:hover {
		color: #b7fe83;
		border-bottom: 1px solid #b7fe83;
	}
	
	.wt-header-navigation-navbar .menu li + li {
		margin-left: 50px;
	}
	
	body .wt-index-catalog .item-title .thumb {
		font-size: 18px;
	}
	
	.wt-index-features .tizers_block {
		padding: 50px 0 20px;
	}
	
	.wt-index-features .tizers_block .title {
		font-size: 16px !important;
	}
	
	.wt-index-about-right p {
		font-size: 16px;
	}
	
	.wt-index-shops-list li {
		width: 25%;
	}
	
	.wt-index-shops-list .wrapp_block {
		min-height: 160px;
	}
	
	.wt-header {
		padding: 25px 0;
	}
	
	.absolute .flex-direction-nav > li {
		top: 50% !important;
		margin-top: 8px;
	}
	
	.wt-tabs:after {
		content: '';
		clear: both;
		display: table;
	}
	
	.wt-tabs-navigation {
		width: 270px;
		background-color: #0a660a;
		position: absolute;
		height: 100%;
		padding: 30px 0;
		margin-left: -2px;
	}
	
	.wt-tabs-navigation li:before {
		content: '';
	}
	
	.wt-tabs-navigation li img {
		max-height: 20px;
		position: absolute;
		left: 25px;
		top: 10px;
	}
	
	.wt-tabs-navigation li a {
		position: relative;
		display: block;
		color: #ffffff;
		font-size: 16px;
		padding: 10px 25px 10px 60px;
	}
	
	.wt-tabs-navigation li a {
		position: relative;
		display: block;
		color: #ffffff;
		font-size: 16px;
		padding: 10px 25px 10px 60px;
	}
	
	.wt-tabs-navigation li a:after {
		position: absolute;
		content: '';
		width: 7px;
		height: 13px;
		background-image: url(../img/arrow-right.svg);
		background-size: cover;
		right: 10px;
		top: 50%;
		margin-top: -6px;
	}
	
	.wt-tabs-navigation li a:hover {
		background-color: #6fbf34;
	}
	
	.wt-tabs-navigation li.wt-tabs-active {
		background-color: #6fbf34;
	}
	
	.wt-tabs-navigation li a:before {
		content: '';
		clear: both;
		display: table;
	}
	
	.wt-tabs-content {
		padding-left: 270px;
	}
	
	.wt-tabs-box {
		padding: 25px 30px;
	}
	
	.wt-tabs-content div.item-title a, .wt-tabs-content div.item-title a span {
		color: #242424;
		font-size: 24px;
	}
	
	.wt-tabs-content div.item-title a {
		border-bottom: 2px solid #b51011;
		display: inline-block;
		padding: 0 0 15px;
		margin-bottom: 25px;
	}
	
	.wt-tabs-content .section_info ul {
		margin-left: -15px;
		margin-right: -15px;
		letter-spacing: -0.36em;
	}
	
	.wt-tabs-content .section_info li {
		display: inline-block;
		width: 33.3333333%;
		letter-spacing: normal;
		vertical-align: top;
		margin-bottom: 15px;
		padding: 0 15px;
		font-size: 14px;
	}
	
	.wt-tabs-content .section_info a {
		color: #242424;
		border-bottom: 2px dotted #ff9999;
		padding-bottom: 3px;
		font-size: 16px;
	}
	
	.wt-tabs-content .section_info a:hover {
		color: #b51011;
		border-bottom: 2px dotted #b51011;
	}
	
	.wt-tabs-content .section_info li:before {
		content: '';
	}
	
	.wt-tabs-box {
		min-height: 450px;
	}
	
	.wt-sentence-image {
		width: 60%;
	}
	
	.wt-sentence-form {
		width: 40%;
		margin-left: 60%;
	}
	
	.wt-sentence-form button[type=submit] {
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.wt-header-logo {
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
		width: 20%;
	}
	
	.wt-header-logo img {
		max-width: 125px;
	}
	
	.wt-header-search {
		width: 50%;
	}
	
	.wt-header-cart {
		width: 30%;
	}
	
	body .wt-index-catalog .section_item {
		width: 25% !important;
		margin-bottom: 40px;
	}
	
	.wt-index-catalog {
		padding: 50px 0 10px;
	}
	
	.wt-sentence-image {
		width: 50%;
	}
	
	.wt-sentence-form {
		width: 50%;
		margin-left: 50%;
	}
	
	.wt-sentence-form h4 {
		font-size: 24px;
	}
	
	.wt-sentence-form .form_desc {
		font-size: 16px;
	}
	
	.wt-sentence-form form {
		padding: 0 35px;
	}
}

.wt-header-navigation-navbar ul {
	margin: 0!important;
}

.footer-copyright {
	border-top: 1px solid #e1e1e1;
	padding: 20px 0;
	text-align: center;
}

.footer-copyright p {
	margin: 0;
	color: #737373;
}

/** Список новостей */

.wt-news-list {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 25px;
	letter-spacing: -0.36em;
	box-sizing: border-box;
}

.wt-news-item {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	min-height: 1px;
	letter-spacing: normal;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.wt-news-thumb {
	display: block;
	margin-bottom: 15px;
}

.wt-news-thumb img {
	max-width: 100%;
}

.wt-news-date {
	font-size: 14px;
	color: #7d7d7d;
	margin-bottom: 10px;
}

.wt-news-title {
	font-size: 16px;
	color: #2b2b2b;
	transition: all 0.3s ease;
}

.wt-news-item a:hover .wt-news-title {
	color: #f51617;
}
s
@media (min-width: 768px) {
	.wt-news-item {
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.wt-news-item {
		width: 33.3333333%;
	}
}

/** Список cоветов */

.wt-advices-list {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 25px;
	letter-spacing: -0.36em;
	box-sizing: border-box;
	font-size: 16px;
}

.wt-advices-item {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	min-height: 1px;
	letter-spacing: normal;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	margin-bottom: 25px;
}

.wt-advices-wrap {
	position: relative;
}

.wt-advices-link {
	display: block;
	position: relative;
}

.wt-advices-link:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s ease;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.wt-advices-link:hover:before {
	opacity: 1;
}

.wt-advices-category {
	position: absolute;
	top: 15px;
	left: 15px;
	color: #000000;
	font-size: 11px;
	background-color: #ffffff;
	padding: 4px 12px;
}

.wt-advices-category:hover {
	color: #ffffff;
	background-color: #096608;
}

.wt-advices-thumb img {
	max-width: 100%;
	margin-bottom: -4px;
}

.wt-advices-title {
	position: absolute;
	bottom: 15px;
	left: 15px;
	font-size: 14px;
	color: #ffffff;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.wt-advices-item {
		width: 33.3333333%;
	}
}

@media (min-width: 992px) {
	.wt-advices-item {
		margin-bottom: 30px;
	}
	.wt-advices-title {
		font-size: 16px;
		line-height: 1.5;
	}
}

@media (min-width: 1200px) {
	.wt-advices-list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.wt-advices-item {
		padding-left: 15px;
		padding-right: 15px;
	}
	.wt-advices-title {
		left: 20px;
		padding-right: 20px;
	}
}

/** Список акций */

.wt-actions-list {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 25px;
	letter-spacing: -0.36em;
	box-sizing: border-box;
	font-size: 16px;
}

.wt-actions-item {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	min-height: 1px;
	letter-spacing: normal;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	margin-bottom: 25px;
}

.wt-actions-thumb {
	margin-bottom: 15px;
}

.wt-actions-thumb img {
	max-width: 100%;
}

.wt-actions-title {
	font-size: 14px;
	margin-bottom: 10px;
}

.wt-actions-date {
	font-size: 12px;
	color: #121212;
}

.wt-actions-date span {
	color: #616161;
}

@media (max-width: 767px) {
	.wt-actions-thumb {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (min-width: 768px) {
	.wt-actions-item {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.wt-actions-title {
		margin-bottom: 5px;
	}
}

@media (max-width: 991px) {
	#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company-graf-container {
		display: block;
		width: 100%;
		height: 120px;
	}
	
	#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company-smalltitle {
		display: block;
		margin-top: 50px;
		text-align: center;
		padding: 0;
	}
	
	#bx-soa-order .bx-soa-pp-company-graf-container .bx-soa-pp-company-image {
		width: 100%;
		height: 100%;
		top: 0;
		background-size: cover!important;
	}
	
	#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-delivery-cost {
		padding: 10px 5px;
		bottom: -42px;
		font-weight: 600;
	}
}

#bx-soa-paysystem .bx-soa-pp-item-container .bx-soa-pp-company-smalltitle {
	margin-top: 10px;
}

#bx-soa-order .bx-selected .bx-soa-pp-company-graf-container {
	border: none!important;
}

#bx-soa-order .bx-soa-pp-company.bx-selected .bx-soa-pp-company-image,
#bx-soa-order .bx-soa-pp-company.bx-selected .bx-soa-pp-delivery-cost {
	border-color: #f51617;
}

#bx-soa-order .bx-soa-pp-company.bx-selected .bx-soa-pp-company-smalltitle {
	color: #f51617!important;
}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company {
	padding: 0;
}

#bx-soa-order .bx-soa-pp-desc-container {
	margin-top: 30px!important;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr:first-child .bx-soa-item-td {
	padding: 0!important;
}

#bx-soa-order #bx-soa-basket .bx-price {
	font-size: 14px;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-logo .bx-soa-pp-company-graf-container {
	height: 120px;
	width: 100%;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-subTitle {
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: 600;
}

@media (min-width: 768px) and (max-width: 991px) {
	#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company-graf-container {
		height: 150px;
		max-width: 300px;
	}
	#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company-smalltitle {
		max-width: 300px;
	}
	#bx-soa-order .bx-soa-item-tr {
		padding: 20px 35px!important;
	}
}

@media (min-width: 768px) {
	#bx-soa-order .bx-soa-pp-desc-container {
		margin-top: 0!important;
	}
	#bx-soa-order #bx-soa-basket .bx-price {
		text-align: right;
		display: block;
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	#bx-soa-order .bx-soa-pp-company-graf-container {
		width: 200px;
		height: 95px;
	}
	#bx-soa-order .bx-soa-pp-company-graf-container .bx-soa-pp-company-image {
		width: 100%;
		height: 100%;
		top: 0;
		background-size: 100%!important;
	}
	#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company {
		padding: 0 0 48px;
	}
	#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-delivery-cost {
		padding: 10px 5px;
		bottom: -42px;
		font-weight: 600;
	}
	#bx-soa-order .bx-soa-section .bx-soa-section-content {
		padding: 30px;
	}
	#bx-soa-order .bx-soa-coupon {
		margin: 30px -29px -2px -30px;
	}
	#bx-soa-order .bx-soa-more {
		margin: 27px -29px 0 -30px;
	}
	#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-content {
		padding: 0;
	}
	#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr:first-child .bx-soa-item-td {
		text-align: left;
	}
	#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr:first-child .bx-soa-item-td, #bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td {
		padding: 30px 30px 20px !important;
	}
	#bx-soa-order .bx-soa-cart-total .change_basket .change_link {
		top: 3px;
	}
	#bx-soa-order .bx-soa-cart-total {
		padding: 30px 25px 30px;
	}
	#bx-soa-order .bx-soa-cart-total .change_basket {
		margin: 0 -25px 35px;
	}
	#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line {
		margin: 0 0 10px;
	}
	#bx-soa-order .bx-soa-cart-total-line.bx-soa-cart-total-line-total {
		margin-top: 20px;
		padding-top: 17px;
	}
	#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-t {
		font-size: 15px !important;
	}
	#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
		font-size: 15px !important;
	}
}

/** Контакты */

.wt-contacts-list:after, .wt-contacts-bank:after {
	content: '';
	display: table;
	clear: both;
}

.wt-contacts-data li:before {
	display: none;
}

.wt-contacts-blockquote {
	margin-top: 10px;
	margin-bottom: 30px;
}

.wt-contacts-blockquote blockquote {
	margin: 0;
}

.wt-contacts-title {
	font-size: 13px;
	color: #adadad;
	margin-bottom: 5px;
}

.wt-contacts-address {
	margin-bottom: 30px;
}

.wt-contacts-address span, .wt-contacts-mails span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #2f2f2f;
}

.wt-contacts-address p, .wt-contacts-mails a {
	display: block;
	font-size: 14px;
	margin: 0;
	line-height: 1.4;
}

.wt-contacts-mails li+li {
	margin-top: 10px;
}

.wt-contacts-address li+li {
	margin-top: 20px;
}

.wt-contacts-phone, .wt-contacts-worktime {
	margin-bottom: 20px;
}

.wt-contacts-mails {
	margin-bottom: 30px;
}

.wt-contacts-worktime p {
	margin: 0;
	color: #f51617;
	line-height: 1.4;
}

.wt-contacts-bank {
	border-top: 1px solid #e0e0e0;
	padding-top: 30px;
	margin-bottom: 60px;
}

.wt-contacts-bank-col span, .wt-contacts-bank-col p {
	color: #adadad;
	font-size: 13px;
	margin: 0;
	display: block;
}

.wt-contacts-bank-col+.wt-contacts-bank-col {
	margin-top: 10px;
}

.wt-contacts .contacts_map {
	margin-bottom: 0;
}

.wt-contacts-form {
	padding-top: 35px;
}

.wt-contacts-form .form_head h4 {
	text-align: left;
	font-weight: 600;
}

.wt-contacts-form .captcha_input {
	position: relative;
	left: auto;
}

.wt-contacts-form-captcha .captcha_input input {
	width: 180px;
}

.wt-contacts-form-captcha {
	text-align: center;
}
.wt-contacts-form-captcha .captcha-row {
	text-align: left;
}

.wt-contacts-form-captcha .button {
	display: block;
	width: 100%;
	max-width: 165px;
	margin: 30px auto 0;
}

.wt-partners-list, .wt-partners-banks {
	letter-spacing: -0.36em;
	margin: 0 0 30px!important;
}

.wt-partners-list li:before, .wt-partners-banks li:before {
	display: none!important;
}

.wt-partners-col {
	 position: relative;
	 z-index: 1;
	 letter-spacing: normal;
	 margin: 0 0 10px!important;
	 border: 2px solid #f0f0f0;
 }

.wt-partners-col:hover {
	z-index: 2;
	border: 2px solid #ff0e10!important;
}

.wt-partners h3 {
	font-weight: 600;
	text-align: left;
	line-height: 1.25;
}

.wt-partners-list-item {
	display: table;
	width: 100%;
	padding: 15px 25px;
	box-sizing: border-box;
}

.wt-partners-list-name {
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.25;
	color: #2f2f2f;
	text-transform: uppercase;
	padding-left: 50px;
}

.wt-partners-list-logo, .wt-partners-list-name {
	display: table-cell;
	vertical-align: middle;
}

.wt-partners-manufacturers li:before {
	display: none!important;
}

.wt-partners-manufacturers {
	margin-left: -15px;
	margin-right: -15px;
	letter-spacing: -0.36em;
	box-sizing: border-box;
}

.wt-partners-manufacturers:after {
	content: '';
	display: table;
	clear: both;
}

.wt-partners-manufacturers li {
	width: 33.3333333%;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	text-align: center;
	padding: 0 15px;
	margin-bottom: 30px!important;
	box-sizing: border-box;
}

.wt-partners-manufacturers a {
	display: block;
}

.wt-partners-manufacturers img {
	max-width: 100%;
}

.wt-partners-banks-col {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	text-align: center;
	margin: 0!important;
	border: 2px solid transparent;
	box-sizing: border-box;
	margin-bottom: 20px;
	border-radius: 3px;
}

.wt-partners-banks-col:hover {
	border: 2px solid #f51617;
}

.wt-partners-banks-item {
	display: block;
	padding: 10px 20px;
}

.wt-partners-banks-col img {
	max-width: 100%;
}

.wt-partners-banks-logo {
	margin-bottom: 10px;
}

.wt-partners-banks-name {
	font-size: 12px;
	color: #2f2f2f;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.wt-partners-list, .wt-partners-banks, .wt-partners-manufacturers {
		margin: 30px 0 35px!important;
	}
	.wt-partners-manufacturers {
		margin-bottom: 0!important;
	}
	.wt-partners-col {
		display: inline-block;
		vertical-align: top;
		letter-spacing: 0;
		width: 50%;
		margin: 0!important;
		box-sizing: border-box;
		margin-top: -2px!important;
	}
	.wt-partners-col:nth-child(odd) {
		margin-right: -2px!important;
	}
	.wt-partners-list-item {
		min-height: 125px;
	}
	.wt-partners-list-name {
		font-size: 16px;
	}
	.wt-partners-manufacturers li {
		width: 16.66667%;
	}
	.wt-partners-banks-col {
		width: 25%;
	}
	.wt-partners-banks-name {
		font-size: 16px;
	}
	.wt-contacts-list, .wt-contacts-bank {
		margin-left: -15px;
		margin-right: -15px;
		box-sizing: border-box;
	}
	.wt-contacts-address, .wt-contacts-mails, .wt-contacts-meta {
		width: 33.3333333%;
		float: left;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.wt-contacts-bank {
		margin-bottom: 40px;
	}
	.wt-contacts-bank-col {
		float: left;
		width: 25%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.wt-contacts-bank-col+.wt-contacts-bank-col {
		margin-top: 0;
	}
	.wt-contacts-form-row {
		margin-left: -15px;
		margin-right: -15px;
		box-sizing: border-box;
	}
	.wt-contacts-form-row:after {
		content: '';
		display: table;
		clear: both;
	}
	.wt-contacts-form-col {
		width: 50%;
		float: left;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.wt-contacts-form-captcha {
		width: 100%;
	}
	.wt-contacts-form .captcha_input {
		left: 216px;
		position: absolute;
	}
	.wt-contacts-form-captcha .button{
		max-width: 180px;
		margin: 0;
	}
	.wt-contacts-form .form_body {
		margin-bottom: 0;
	}
	.wt-contacts-form .wt-policy {
		text-align: left;
	}
	.footer-copyright:after {
		content: '';
		display: table;
		clear: both;
	}
	.wt-footer-copyright-text {
		float: left;
		width: 50%;
		text-align: left;
	}
	.wt-footer-policy {
		float: right;
		width: 50%;
		text-align: right;
	}
}

@media (min-width: 992px) {
	.wt-partners-banks-name {
		font-size: 18px;
		line-height: 1.25;
	}
	.wt-contacts-address {
		width: 50%;
	}
	.wt-contacts-mails, .wt-contacts-meta {
		width: 25%;
	}
	.wt-contacts-bank {
		margin-bottom: 50px;
	}
	.wt-contacts-form-col, .wt-contacts-form-captcha {
		width: 33.3333333%;
	}
	.wt-contacts-form .captcha_input {
		position: relative;
		left: auto;
	}
	.wt-contacts-form-captcha .button{
		margin-top: 25px;
	}
}

@media (min-width: 1200px) {
	.wt-contacts-blockquote {
		margin-bottom: 50px;
		font-weight: 600;
	}
	.wt-contacts-bank {
		margin-top: 10px;
		margin-bottom: 60px;
		padding-top: 40px;
	}
	.wt-contacts-form {
		padding: 40px 0 20px;
	}
}

@media (max-width: 767px) {
	.wrap_md.submenu_top .menu_item {
		width: auto!important;
		display: inline-block;
	}
	.wrap_md.submenu_top .menu_item+.menu_item {
		margin-left: 15px;
	}
	.wrap_md.submenu_top .menu_item a {
		font-size: 14px;
	}
	.wrap_md .submenu_block {
		width: 100%!important;
	}
	.wrap_md .submenu_block a {
		font-size: 14px;
	}
	.wrap_md .submenu_block li {
		margin-top: 5px;
	}
}

/** Контакты */

.wt-contacts-list:after, .wt-contacts-bank:after {
	content: '';
	display: table;
	clear: both;
}

.wt-contacts-data li:before {
	display: none;
}

.wt-contacts-blockquote {
	margin-top: 10px;
	margin-bottom: 30px;
}

.wt-contacts-blockquote blockquote {
	margin: 0;
}

.wt-contacts-title {
	font-size: 13px;
	color: #adadad;
	margin-bottom: 5px;
}

.wt-contacts-address {
	margin-bottom: 30px;
}

.wt-contacts-address span, .wt-contacts-mails span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #2f2f2f;
}

.wt-contacts-address p, .wt-contacts-mails a {
	display: block;
	font-size: 14px;
	margin: 0;
	line-height: 1.4;
}

.wt-contacts-mails li+li {
	margin-top: 10px;
}

.wt-contacts-address li+li {
	margin-top: 20px;
}

.wt-contacts-phone, .wt-contacts-worktime {
	margin-bottom: 20px;
}

.wt-contacts-mails {
	margin-bottom: 30px;
}

.wt-contacts-worktime p {
	margin: 0;
	color: #f51617;
	line-height: 1.4;
}

.wt-contacts-bank {
	border-top: 1px solid #e0e0e0;
	padding-top: 30px;
	margin-bottom: 60px;
}

.wt-contacts-bank-col span, .wt-contacts-bank-col p {
	color: #adadad;
	font-size: 13px;
	margin: 0;
	display: block;
}

.wt-contacts-bank-col+.wt-contacts-bank-col {
	margin-top: 10px;
}

.wt-contacts .contacts_map {
	margin-bottom: 0;
}

.wt-contacts-form {
	padding-top: 35px;
}

.wt-contacts-form .form_head h4 {
	text-align: left;
	font-weight: 600;
}

.wt-contacts-form .captcha_input {
	position: relative;
	left: auto;
}

.wt-contacts-form-captcha .captcha_input input {
	width: 180px;
}

.wt-contacts-form-captcha {
	text-align: center;
}
.wt-contacts-form-captcha .captcha-row {
	text-align: left;
}

.wt-contacts-form-captcha .button {
	display: block;
	width: 100%;
	max-width: 165px;
	margin: 30px auto 0;
}

.wt-partners-list, .wt-partners-banks {
	letter-spacing: -0.36em;
	margin: 0 0 30px!important;
}

.wt-partners-list li:before, .wt-partners-banks li:before {
	display: none!important;
}

.wt-partners-col {
	 position: relative;
	 z-index: 1;
	 letter-spacing: normal;
	 margin: 0 0 10px!important;
	 border: 2px solid #f0f0f0;
 }

.wt-partners-col:hover {
	z-index: 2;
	border: 2px solid #ff0e10!important;
}

.wt-partners h3 {
	font-weight: 600;
	text-align: left;
	line-height: 1.25;
}

.wt-partners-list-item {
	display: table;
	width: 100%;
	padding: 15px 25px;
	box-sizing: border-box;
}

.wt-partners-list-name {
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.25;
	color: #2f2f2f;
	text-transform: uppercase;
	padding-left: 50px;
}

.wt-partners-list-logo, .wt-partners-list-name {
	display: table-cell;
	vertical-align: middle;
}

.wt-partners-manufacturers li:before {
	display: none!important;
}

.wt-partners-manufacturers {
	margin-left: -15px;
	margin-right: -15px;
	letter-spacing: -0.36em;
	box-sizing: border-box;
}

.wt-partners-manufacturers:after {
	content: '';
	display: table;
	clear: both;
}

.wt-partners-manufacturers li {
	width: 33.3333333%;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	text-align: center;
	padding: 0 15px;
	margin-bottom: 30px!important;
	box-sizing: border-box;
}

.wt-partners-manufacturers a {
	display: block;
}

.wt-partners-manufacturers img {
	max-width: 100%;
}

.wt-partners-banks-col {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	text-align: center;
	margin: 0!important;
	border: 2px solid transparent;
	box-sizing: border-box;
	margin-bottom: 20px;
	border-radius: 3px;
}

.wt-partners-banks-col:hover {
	border: 2px solid #f51617;
}

.wt-partners-banks-item {
	display: block;
	padding: 10px 20px;
}

.wt-partners-banks-col img {
	max-width: 100%;
}

.wt-partners-banks-logo {
	margin-bottom: 10px;
}

.wt-partners-banks-name {
	font-size: 12px;
	color: #2f2f2f;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.wt-partners-list, .wt-partners-banks, .wt-partners-manufacturers {
		margin: 30px 0 35px!important;
	}
	.wt-partners-manufacturers {
		margin-bottom: 0!important;
	}
	.wt-partners-col {
		display: inline-block;
		vertical-align: top;
		letter-spacing: 0;
		width: 50%;
		margin: 0!important;
		box-sizing: border-box;
		margin-top: -2px!important;
	}
	.wt-partners-col:nth-child(odd) {
		margin-right: -2px!important;
	}
	.wt-partners-list-item {
		min-height: 125px;
	}
	.wt-partners-list-name {
		font-size: 16px;
	}
	.wt-partners-manufacturers li {
		width: 16.66667%;
	}
	.wt-partners-banks-col {
		width: 25%;
	}
	.wt-partners-banks-name {
		font-size: 16px;
	}
	.wt-contacts-list, .wt-contacts-bank {
		margin-left: -15px;
		margin-right: -15px;
		box-sizing: border-box;
	}
	.wt-contacts-address, .wt-contacts-mails, .wt-contacts-meta {
		width: 33.3333333%;
		float: left;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.wt-contacts-bank {
		margin-bottom: 40px;
	}
	.wt-contacts-bank-col {
		float: left;
		width: 25%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.wt-contacts-bank-col+.wt-contacts-bank-col {
		margin-top: 0;
	}
	.wt-contacts-form-row {
		margin-left: -15px;
		margin-right: -15px;
		box-sizing: border-box;
	}
	.wt-contacts-form-row:after {
		content: '';
		display: table;
		clear: both;
	}
	.wt-contacts-form-col {
		width: 50%;
		float: left;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.wt-contacts-form-captcha {
		width: 100%;
	}
	.wt-contacts-form .captcha_input {
		left: 216px;
		position: absolute;
	}
	.wt-contacts-form-captcha .button{
		max-width: 180px;
		margin: 0;
	}
	.wt-contacts-form .form_body {
		margin-bottom: 0;
	}
	.wt-contacts-form .wt-policy {
		text-align: left;
	}
	.footer-copyright:after {
		content: '';
		display: table;
		clear: both;
	}
	.wt-footer-copyright-text {
		float: left;
		width: 50%;
		text-align: left;
	}
	.wt-footer-policy {
		float: right;
		width: 50%;
		text-align: right;
	}
}

@media (min-width: 992px) {
	.wt-partners-banks-name {
		font-size: 18px;
		line-height: 1.25;
	}
	.wt-partners-list-item {
		min-height: 140px;
	}
	.wt-contacts-address {
		width: 50%;
	}
	.wt-contacts-mails, .wt-contacts-meta {
		width: 25%;
	}
	.wt-contacts-bank {
		margin-bottom: 50px;
	}
	.wt-contacts-form-col, .wt-contacts-form-captcha {
		width: 33.3333333%;
	}
	.wt-contacts-form .captcha_input {
		position: relative;
		left: auto;
	}
	.wt-contacts-form-captcha .button{
		margin-top: 25px;
	}
}

@media (min-width: 1200px) {
	.wt-contacts-blockquote {
		margin-bottom: 50px;
		font-weight: 600;
	}
	.wt-contacts-bank {
		margin-top: 10px;
		margin-bottom: 60px;
		padding-top: 40px;
	}
	.wt-contacts-form {
		padding: 40px 0 20px;
	}
}

@media (max-width: 767px) {
	.wrap_md.submenu_top .menu_item {
		width: auto!important;
		display: inline-block;
	}
	.wrap_md.submenu_top .menu_item+.menu_item {
		margin-left: 15px;
	}
	.wrap_md.submenu_top .menu_item a {
		font-size: 14px;
	}
	.wrap_md .submenu_block {
		width: 100%!important;
	}
	.wrap_md .submenu_block a {
		font-size: 14px;
	}
	.wrap_md .submenu_block li {
		margin-top: 5px;
	}
}

.wrapper_inner .wrapper_inner {
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.wt-about {
	margin-top: 40px;
}

.wt-about-welcome {
	background-color: #eeeeea;
}

.wt-about-welcome-box {
	position: relative;
	text-align: center;
	background-color: #eeeeea;
	padding: 40px 20px 340px;
	margin-left: -15px;
	margin-right: -15px;
}

.wt-about-welcome-box:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 250px;
	background-image: url(../../../../about/img/about.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 47% 50%;
}

.wt-about-welcome-logo img {
	max-width: 225px;
}

.wt-about-welcome-logo {
	margin-bottom: 30px;
}

.wt-about-welcome-desc {
	font-size: 24px;
	line-height: 1.25;
	color: #444444;
}

.wt-about-list {
	margin-left: -15px;
	margin-right: -15px;
	box-sizing: border-box;
	letter-spacing: -0.36em;
}

.wt-about-list:after {
	content: '';
	display: table;
	clear: both;
}

.wt-about-features {
	padding: 0;
}

.wt-about-features li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	box-sizing: border-box;
	letter-spacing: normal;
	margin-bottom: 30px;
}

.wt-about-features p {
	font-size: 14px;
}

.wt-about-list li:before {
	display: none;
}

.wt-about-features img {
	max-height: 70px;
	margin-bottom: 10px;
}
.wt-about-prospects {
	background-color: #eeeeea;
}
.wt-about-prospects-box {
	position: relative;
	text-align: center;
	background-color: #eeeeea;
	padding: 40px 20px 320px;
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}

.wt-about-prospects-title {
	color: #09660a;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 30px;
}

.wt-about-prospects-desc {
	text-align: left;
}

.wt-about-prospects-desc p {
	font-size: 14px;
}

.wt-about-prospects-box:before {
	position: absolute;
	content: '';
	bottom: 50px;
	left: 15px;
	width: 100%;
	height: 250px;
	background-image: url(../../../../about/img/map.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.wt-about-images {
	padding: 35px 0 0;
	margin-bottom: -30px;
}

.wt-about-images .wt-about-list {
	margin-left: -10px;
	margin-right: -10px;
}

.wt-about-images li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	box-sizing: border-box;
	letter-spacing: normal;
	margin-bottom: 25px;
}

.wt-about-philosophy {
	margin-bottom: -25px;
}

.wt-about-philosophy-title {
	color: #09660a;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 30px;
	text-align: center;
}

.wt-about-philosophy li {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	box-sizing: border-box;
	letter-spacing: normal;
	margin-bottom: 30px;
}

.wt-about-philosophy img {
	-webkit-box-shadow: 0 0 15px 5px #f3f3f3;
	box-shadow: 0 0 15px 5px #f3f3f3;
}

.wt-about-team-box {
	text-align: right;
	background-color: #eeeeea;
	background-image: url(../../../../about/img/team.png);
	margin-left: -15px;
	margin-right: -15px;
	background-size: cover;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

.wt-about-team-text {
	padding: 40px 20px;
	padding-left: 30%;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(238,238,234,0.65) 20%, rgba(238,238,234,1) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(238,238,234,0.65) 20%,rgba(238,238,234,1) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(238,238,234,0.65) 20%,rgba(238,238,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#eeeeea',GradientType=1 );
}

.wt-about-team-desc p {
	font-size: 16px;
	line-height: 1.5;
}

.wt-about-team-title {
	color: #09660a;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 30px;
}

.wt-about-abilities {
	margin-bottom: -40px;
}

.wt-about-abilities-box {
	background-image: url(../../../../about/img/ability.jpg);
	margin-left: -15px;
	margin-right: -15px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 680px;
}

.wt-about-abilities-title {
	font-size: 30px;
	margin-bottom: 40px;
	color: #454545;
	text-align: center;
	line-height: 1.25;
}

.wt-about-abilities-text {
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.wt-about-abilities-tags li:before {
	display: none;
}

.wt-about-abilities-tags li {
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}

.wt-about-abilities-tags span {
}

.wt-about-abilities-1 span {
	color: #79bd06;
}

.wt-about-abilities-2 span {
	color: #ca1947;
}

.wt-about-abilities-3 span {
	color: #00acf1;
}

.wt-about-abilities-tags li span {
	display: inline-block;
	font-size: 24px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 5px 2px #e2e2e2;
	box-shadow: 0 0 5px 2px #e2e2e2;
	padding: 15px 30px;
	border-radius: 25px;
}

.wt-about-content {
	padding: 30px 0;
	line-height: 1.5
}

.wt-about-content a {
	color: #09660a;
	text-decoration: underline;
}

.wt-about-content a:hover {
	text-decoration: none;
}

.wt-about-content h1,
.wt-about-content h2,
.wt-about-content h3,
.wt-about-content h4,
.wt-about-content h5,
.wt-about-content h6 {
	text-align: left!important;
	line-height: 1.25!important;
}

.wt-about-content p {
	font-size: 16px;
}

@media (min-width: 768px) {
	.wt-about-content {
		padding: 40px 0 30px;
	}
	.wt-about-welcome-box {
		margin-left: 0;
		margin-right: 0;
		overflow: hidden;
		padding-bottom: 360px;
	}
	.wt-about-welcome-box:before {
		bottom: -50px;
		height: 350px;
	}
	.wt-about-welcome-logo img {
		max-width: 290px;
	}
	.wt-about-prospects-title {
		font-size: 30px;
	}
	.wt-about-prospects-box {
		padding-bottom: 500px;
	}
	.wt-about-prospects-box:before {
		left: 0;
		height: 420px;
		background-position: 50% 50%;
	}
	.wt-about-features li {
		width: 25%;
	}
	.wt-about-features img {
		min-height: 100px;
	}
	.wt-about-images li {
		width: 25%;
	}
	.wt-about-prospects-box, .wt-about-team-box, .wt-about-abilities-box {
		margin: 0;
	}
	.wt-about-philosophy li {
		width: 33.3333333%;
	}
	.wt-about-team-title {
		font-size: 30px;
		margin-bottom: 40px;
	}
	.wt-about-team-desc p {
		font-size: 18px;
	}
	.wt-about-team-text {
		padding: 60px 25px;
		padding-left: 60%;
		background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(238,238,234,0.65) 50%, rgba(238,238,234,1) 100%);
		background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(238,238,234,0.65) 50%,rgba(238,238,234,1) 100%);
		background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(238,238,234,0.65) 50%,rgba(238,238,234,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#eeeeea',GradientType=1 );
	}
	.wt-about-abilities-tags {
		text-align: center;
	}
	.wt-about-abilities-tags li {
		display: inline-block;
		margin: 0 20px;
	}
	.wt-about-abilities-text {
		padding-bottom: 160px;
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(125,185,232,0) 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(125,185,232,0) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(125,185,232,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#007db9e8',GradientType=0 );
	}
	.wt-about-abilities-title {
		font-size: 36px;
	}
	.wt-about-abilities-box {
		height: 620px;
	}
}

@media (min-width: 992px) {
	.wt-about-team-text {
		padding: 60px 50px 100px;
		padding-left: 60%;
	}
	.wt-about-welcome-box {
		padding-bottom: 340px;
	}
	.wt-about-welcome-logo {
		margin-bottom: 20px;
	}
	.wt-about-prospects-desc p {
		font-size: 22px;
		line-height: 1.5;
	}
	.wt-about-prospects-box {
		padding-right: 40px;
		padding-left: 40px;
	}
	.wt-about-prospects-title, .wt-about-philosophy-title, .wt-about-team-title {
		font-size: 36px;
		margin-bottom: 40px;
	}
	.wt-about-team-desc p {
		font-size: 22px;
	}
	.wt-about-team-box {
		background-size: contain;
		background-position: 0 50%;
	}
	.wt-about-team-text {
		background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(238,238,234,0.65) 100%);
		background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(238,238,234,0.65) 100%);
		background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(238,238,234,0.65) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#eeeeea',GradientType=1 );
	}
	.wt-about-abilities-tags li span {
		font-size: 36px;
		line-height: 1.25;
		padding: 12px 40px;
	}
	.wt-about-abilities-title {
		font-size: 48px;
	}
}

@media (min-width: 1200px) {
	.wt-about-content {
		padding: 60px 0 45px;
	}
	.wt-about-content {
		max-width: 960px;
		margin: 0 auto;
	}
	.wt-about-welcome-box {
		padding-right: 100px;
		padding-bottom: 60px;
	}
	.wt-about-welcome-box:before {
		width: 60%;
		background-position: 100% 50%;
	}
	.wt-about-welcome-text {
		text-align: right;
		margin-left: 60%;
	}
	.wt-about-prospects-box {
		padding-bottom: 60px;
	}
	.wt-about-prospects-box:before {
		width: 60%;
		background-position: 100% 50%;
		right: 0;
		left: auto;
		top: 50%;
		bottom: auto;
		margin-top: -180px;
		height: 360px;
	}
	.wt-about-prospects-text {
		text-align: left;
		margin-right: 60%;
	}
	.wt-about-features img {
		margin-bottom: 20px;
	}
	.wt-about-features p {
		font-size: 18px;
		line-height: 1.35;
	}
	.wt-about-abilities-title {
		margin-bottom: 60px;
	}
}

.wt-installment-sidebar {
	color: #2b2b2b;
	border: 1px solid #ebebeb;
	margin-bottom: 30px;
}

.wt-installment-sidebar-title {
	font-size: 16px;
	padding: 35px 20px;
	font-weight: 600;
}

.wt-installment-sidebar-price, .wt-installment-sidebar-amount, .wt-installment-sidebar-discount {
	padding: 20px;
	border-top: 1px solid #ebebeb;
}

.wt-installment-sidebar-price span, .wt-installment-sidebar-amount span, .wt-installment-sidebar-discount span {
	float: right;
}

.wt-installment-main {
	border: 1px solid #ebebeb;
	margin-bottom: 30px;
}

.wt-installment-title {
	position: relative;
	background-color: #fbfbfb;
	padding: 25px 25px 25px 75px;
	font-weight: 600;
	border-bottom: 1px solid #ebebeb;
	color: #2b2b2b;
	font-size: 16px;
}

.wt-installment-title:before {
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	left: 25px;
	top: 50%;
	margin-top: -15px;
}

.wt-installment-title-user:before {
	background-image: url(../img/installment-1.png);
}

.wt-installment-title-cart:before {
	background-image: url(../img/installment-2.png);
}

.wt-installment-body {
	padding: 20px 20px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #ebebeb;
}

.wt-installment-basket-item {
	padding: 20px;
	font-size: 14px;
	color: #2b2b2b;
}

.wt-installment-basket-item > div+div {
	margin-top: 15px;
}

.wt-installment-basket-item > div > span {
	display: block;
	color: #b5b5b5;
	font-size: 12px;
}

.wt-installment-basket-item+.wt-installment-basket-item {
	border-top: 1px solid #ebebeb;
}

.wt-installment-footer {
	text-align: center;
}

.wt-installment-main .form-control input[type=checkbox]+label {
	position: relative;
	padding-left: 50px;
	font-size: 14px;
	cursor: pointer;
	user-select: none;
	display: block;
	margin-top: 35px;
	margin-bottom: 28px;
}

.wt-installment-main .form-control input[type=checkbox] {
	position: absolute;
	visibility: hidden;
}

.wt-installment-main .form-control input, .wt-installment-main .form-control textarea {
	background-color: #fbfbfb;
}

.wt-installment-main .form-control input[type=checkbox]+label:before {
	position: absolute;
	content: '';
	top: -8px;
	left: 0;
	width: 33px;
	height: 33px;
	background-color: #fbfbfb;
	border: 1px solid #ebebeb;
	border-radius: 3px;
}

.wt-installment-main .form-control input[type=checkbox]:checked+label:before {
	background-image: url(../img/checkbox.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.snt {
	display: none;
}

.snt.active {
	display: block;
}

@media (min-width: 768px) {
	.wt-installment-basket-item > div > span {
		display: none;
	}
	.wt-installment-sidebar-title, .wt-installment-body, .wt-installment-sidebar-price, .wt-installment-sidebar-amount, .wt-installment-sidebar-discount, .wt-installment-basket-item {
		padding-left: 30px;
		padding-right: 30px;
	}
	.wt-installment-basket-item {
		display: table;
		width: 100%;
		box-sizing: border-box;
	}
	.wt-installment-basket-item > div {
		display: table-cell;
		vertical-align: middle;
	}
	.wt-installment-basket-name {
		width: 65%;
	}
	.wt-installment-basket-quantity {
		text-align: right;
		width: 10%;
	}
	.wt-installment-basket-price {
		text-align: right;
		width: 25%;
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	.wt-installment:after {
		content: '';
		clear: both;
		display: table;
	}
	.wt-installment-left {
		float: left;
		width: 75%;
		box-sizing: border-box;
		padding-right: 30px;
	}
	.wt-installment-sidebar {
		float: right;
		width: 25%;
		box-sizing: border-box;
	}
	.wt-installment-body {
		padding: 30px 30px 10px;
	}
	.wt-installment-basket-item {
		padding: 25px 30px;
	}
	.wt-installment-footer button {
		font-size: 14px;
	}
}

/** Сотрудничество */

.wt-partnership-content * {
	font-size: 16px;
	color: #272727;
}

.wt-partnership-content {
	padding: 30px 0 10px;
}

.wt-partnership-content a {
	color: #fe3838;
	text-decoration: underline;
}

.wt-partnership-content a:hover {
	text-decoration: none;
}

.wt-partnership-content p {
	line-height: 1.5;
}

.wt-partnership-welcome-box {
	background-color: #f3f7ff;
	background-image: url(../../../../partnership/img/welcome.jpg);
	background-size: cover;
	background-position: 45% 50%;
	margin-left: -15px;
	margin-right: -15px;
}

.wt-partnership-welcome-text {
	font-size: 24px;
	line-height: 1.5;
	color: #131313;
	padding: 30px 40px;
	min-height: 310px;
	font-weight: 600;
	background: -moz-linear-gradient(left, rgba(243,247,255,1) 0%, rgba(243,247,255,0.5) 75%, rgba(125,185,232,0) 100%);
	background: -webkit-linear-gradient(left, rgba(243,247,255,1) 0%,rgba(243,247,255,0.5) 75%,rgba(125,185,232,0) 100%);
	background: linear-gradient(to right, rgba(243,247,255,1) 0%,rgba(243,247,255,0.5) 75%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7ff', endColorstr='#007db9e8',GradientType=1 );
}

.wt-partnership-welcome-text span {
	color: #3b661c;
}

.wt-parnership-blockquote-wrap {
	background-color: #75c6f6;
	padding: 15px 20px;
	border-radius: 10px;
}

.wt-parnership-blockquote-2 .wt-parnership-blockquote-wrap {
	background-color: #4674b7;
}

.wt-parnership-blockquote p {
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	margin: 0;
	line-height: 1.35;
}

.wt-partnership-item {
	text-align: center;
	color: #272727;
	margin-bottom: 30px;
}

.wt-partnership-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.wt-partnership-item-1 span {
	color: #1d3bab;
}

.wt-partnership-item-2 span {
	color: #29a112;
}

.wt-partnership-item-3 span {
	color: #cb568d;
}

.wt-partnership-item img {
	display: inline-block;
	max-width: 100%;
}

.wt-partnership-list li:before {
	display: none;
}

.wt-partnership-work {
	text-align: center;
	background-color: #fafafa;
	color: #131313;
	margin-bottom: 30px;
}

.wt-partnership-work-box {
	min-height: 360px;
	background-image: url(../../../../partnership/img/work.png);
	background-size: auto 135px;
	background-repeat: no-repeat;
	background-position: 100% 80%;
}

.wt-partnership-work-text {
	padding: 30px 0;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 600;
}

.wt-partnership-work-text span {
	color: #eaba3f;
}

.wt-partnership-criteria-title {
	text-align: center;
	font-size: 16px;
	color: #000000;
	line-height: 1.5;
	border: 3px solid #bc1c07;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.wt-partnership-criteria-title span {
	font-size: 18px;
	display: block;
	font-weight: 600;
	margin-top: 5px;
}

.wt-partnership-criteria-list li:before {
	display: none;
}

.wt-partnership-criteria-list li:after {
	position: absolute;
	content: '';
	top: 4px;
	left: 0;
	width: 16px;
	height: 16px;
	background-image: url(../../../../partnership/img/list.svg);
	background-size: cover;
}

.wt-partnership-criteria-list li {
	position: relative;
	font-size: 16px;
	color: #464646;
	padding-left: 30px;
	line-height: 1.5;
}

.wt-partnership-criteria-list li+li {
	margin-top: 25px;
}

@media (min-width: 768px) {
	.wt-partnership {
		margin-top: 20px;
	}
	.wt-partnership-welcome-box {
		margin: 0;
		background-position: 0% 50%;
	}
	.wt-partnership-welcome-text {
		font-size: 30px;
		background: none;
		padding: 60px 40px;
	}
	.wt-partnership-list {
		margin-left: -15px;
		margin-right: -15px;
		letter-spacing: -0.36em;
		margin-bottom: 40px;
	}
	.wt-partnership-item {
		box-sizing: border-box;
		display: inline-block;
		width: 33.3333333%;
		padding: 0 15px;
		vertical-align: top;
		letter-spacing: normal;
		margin: 0;
	}
	.wt-partnership-title {
		line-height: 1.35;
	}
	.wt-partnership-title span {
		display: block;
	}
	.wt-partnership-work {
		margin-bottom: 40px;
	}
	.wt-partnership-work-text {
		font-size: 24px;
	}
	.wt-partnership-work-box {
		background-size: auto 205px;
		min-height: 400px;
		background-position: 50% 80%;
	}
	.wt-partnership-criteria-title {
		margin-bottom: 40px;
	}
	.wt-partnership-criteria-list {
		margin-left: -15px;
		margin-right: -15px;
		letter-spacing: -0.36em;
	}
	.wt-partnership-criteria-list li {
		box-sizing: border-box;
		display: inline-block;
		width: 33.3333333%;
		padding: 0 15px 0 45px;
		vertical-align: top;
		letter-spacing: normal;
		margin: 0;
	}
	.wt-partnership-criteria-list li+li {
		margin-top: 0;
	}
	.wt-partnership-criteria-list li:after {
		left: 15px;
	}
	.wt-parnership-blockquote-wrap {
		padding: 20px 40px;
	}
	.wt-parnership-blockquote p {
		line-height: 1.5;
	}
}

@media (min-width: 1200px) {
	.wt-partnership {
		margin-top: 40px;
	}
	.wt-partnership-welcome-text {
		font-size: 36px;
		padding: 60px 60px;
	}
	.wt-partnership-work-text {
		padding-top: 50px;
		font-size: 30px;
	}
	.wt-partnership-work-box {
		background-size: auto 345px;
		min-height: 575px;
	}
	.wt-partnership-criteria-title {
		font-size: 18px;
	}
	.wt-partnership-criteria-title span {
		font-size: 24px;
	}
	.wt-partnership-criteria-title {
		padding: 30px;
	}
	.wt-partnership-content {
		max-width: 960px;
		margin: 0 auto;
		padding: 50px 0 30px;
	}
	.wt-partnership-list, .wt-partnership-work, .wt-partnership-criteria {
		margin-bottom: 50px;
	}
	.wt-partnership-title {
		font-size: 24px;
	}
}

/** Купить в кредит */

.wt-credit-welcome-box {
	background-color: #e0e0e0;
	background-image: url(../../../../credit/img/welcome.png);
	background-size: auto 200px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
}

.wt-credit-welcome-text {
	font-size: 24px;
	color: #131313;
	padding: 30px 30px 215px;
	line-height: 1.25;
}

.wt-credit-welcome-text span {
	font-size: 18px;
	color: #3b661c;
	font-weight: 600;
	display: block;
	margin-top: 10px;
}

.wt-credit-banks-title {
	text-align: center;
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
	margin-bottom: 20px;
}

.wt-credit .wt-partners-banks {
	margin: 0!important;
}

.wt-credit-banks-title span {
	display: block;
	color: #4284e7;
}

.wt-credit-steps {
	margin-bottom: 40px;
}

.wt-credit-steps-title {
	font-size: 16px;
	text-align: center;
	color: #4284e7;
	font-weight: 600;
	line-height: 1.35;
	margin-bottom: 30px;
}

.wt-credit-steps-tip {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
}

.wt-credit-steps-list li:before {
	display: none;
}

.wt-credit-steps-list li {
	margin-bottom: 20px;
}

.wt-credit-steps-item {
	text-align: center;
	background-color: #f7f7f7;
	border-radius: 10px;
	padding: 20px;
}

.wt-credit-steps-num {
	font-size: 56px;
	line-height: 1;
	height: auto;
	color: #e1e1e1;
	font-weight: 600;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.wt-credit-steps-text {
	color: #000000;
	margin-bottom: 20px;
	font-size: 14px;
}

.wt-credit-steps-required {
	color: #464646;
}

.wt-credit-steps-text span, .wt-credit-steps-required span {
	color: #4b6628;
	font-weight: 600;
}

.wt-credit-calculator:after {
	display: table;
	content: '';
	clear: both;
}

.wt-credit-calculator {
	background-color: #f7f7f7;
	padding: 40px 0;
}

.wt-credit-calculator .td-calculator-message {
	display: none;
}

.wt-credit-calculator .td-calculator-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.35;
}

.wt-credit-calculator .td-calculator-step {
	padding-left: 0;
}

.wt-credit-calculator .td-calculator-step:before {
	display: none;
}

.wt-credit-calculator .td-calculator-field input {
	background-color: #ffffff;
	font-size: 16px !important;
	padding: 15px 13px 14px;
}

.wt-credit-calculator .td-calculator-name {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 600;
}

.wt-credit-calculator .td-calculator-step + .td-calculator-step {
	border: none;
}

.wt-credit-calculator .td-calculator-step {
	padding: 15px 0;
}

.wt-credit-calculator .td-calculator-about {
	font-size: 16px;
}

.wt-credit-calculator #td-calculator-number {
	background-color: #ffffff;
}

.wt-credit-calculator .noUi-target {
	background-color: #ffffff;
}

.wt-credit-calculator .td-calculator-wrap {
	padding: 0;
}

.wt-credit-calculator .td-calculator-field span {
	padding: 14px 0;
	margin-right: 15px;
}

.wt-credit-calculator .td-calculator-submit {
	margin: 0;
	margin-top: 25px;
}

.wt-credit-calculator .td-calculator-tip {
	margin: 0;
	font-size: 14px;
	color: #797979;
	text-align: left;
	font-style: italic;
	line-height: 1.45;
}

.wt-credit-calculator .td-calculator-field {
	margin-top: 20px;
}

.wt-credit-calculator #td-calculator-number {
	padding: 14px;
	font-size: 16px;
}

.wt-credit-calculator .td-calculator-submit input {
	transition: all 0.3s ease;
	background-color: #f51617;
	color: #ffffff;
	font-size: 16px;
	padding: 15px 35px;
	white-space: normal;
	line-height: 1.5;
	font-weight: 600;
}
.wt-credit-calculator .td-calculator-submit input:hover {
	background-color: #d61314;
}
.td-calculator-tip-red {
	color: #f51617;
}

.wt-credit-calculator .td-calculator-icon {
	padding: 20px 0;
}

.wt-credit-calculator .td-calculator-line1 {
	font-size: 18px;
	font-weight: 600;
}

.wt-credit-content {
	padding: 30px 0 10px;
}

.wt-credit-content p {
	font-size: 16px;
	color: #272727;
	line-height: 1.5;
}

.wt-credit-content h2 {
	font-weight: 600;
	text-align: left;
	line-height: 1.25;
	font-size: 18px;
	color: #000000;
}

.wt-credit-questions {
	margin-top: 30px;
}

.wt-credit-questions p {
	font-size: 18px;
	line-height: 1.5;
}

@media (min-width: 768px) {
	.wt-credit {
		margin-top: 20px;
	}
	.wt-credit-welcome-box {
		background-position: 50% 90px;
		background-size: auto 350px;
		margin: 0;
	}
	.wt-credit-welcome-text {
		padding: 30px 30px 270px;
	}
	.wt-credit-steps-list {
		margin-left: -10px;
		margin-right: -10px;
		letter-spacing: -0.36em;
	}
	.wt-credit-steps-list li {
		box-sizing: border-box;
		display: inline-block;
		width: 50%;
		padding: 0 10px;
		vertical-align: top;
		letter-spacing: normal;
	}
	.wt-credit-steps-item {
		display: table;
		width: 100%;
		box-sizing: border-box;
		min-height: 100px;
	}
	.wt-credit-steps-num, .wt-credit-steps-text, .wt-credit-steps-icon {
		display: table-cell;
		vertical-align: middle;
	}
	.wt-credit-steps-num {
		width: 15%;
		text-align: left;
	}
	.wt-credit-steps-text {
		text-align: left;
		padding: 0 10px;
		font-weight: 600;
	}
	.wt-credit-steps-icon {
		text-align: right;
		width: 50px;
	}
	.wt-credit-steps-text br {
		display: none;
	}
	.wt-credit-calculator .td-calculator-submit {
		text-align: center;
	}
	.wt-credit-calculator .td-calculator-submit input {
		display: inline-block;
		width: auto;
	}
	.wt-credit-calculator #td-calculator-number {
		margin: 0;
	}
	.wt-credit-calculator .noUi-target {
		float: right;
		width: 80%;
		margin-top: 15px;
	}
	.wt-credit-calculator .td-calculator-title {
		text-align: center;
	}
	.wt-credit-calculator .td-calculator-icon {
		padding: 30px 0;
	}
	.wt-credit-banks-title {
		margin-bottom: 30px;
	}
	.wt-credit-questions {
		text-align: center;
	}
}

@media (min-width: 1200px) {
	.wt-credit {
		margin-top: 40px;
	}
	.wt-credit-welcome-box {
		background-position: 95% 0;
	}
	.wt-credit-welcome-text {
		font-size: 36px;
		text-align: left;
		padding: 40px 650px 40px 60px;
	}
	.wt-credit-welcome-text span {
		font-size: 30px;
		margin-top: 20px;
	}
	.wt-credit-banks-title {
		font-size: 24px;
	}
	.wt-credit-steps-num {
		font-size: 84px;
	}
	.wt-credit-steps-text {
		font-size: 18px;
		line-height: 1.5;
		padding: 0 20px 0 0;
	}
	.wt-credit-steps-required {
		text-align: center;
	}
	.wt-credit-calculator .td-calculator-title {
		font-size: 36px;
		margin-bottom: 30px;
	}
	.wt-credit-calculator .td-calculator-step {
		padding: 20px 0;
	}
	.wt-credit-content {
		max-width: 960px;
		margin: 0 auto;
		padding: 50px 0 30px;
	}
	.wt-credit-content h2 {
		font-size: 24px;
	}
	.wt-credit-banks-title {
		margin-bottom: 50px;
	}
	.wt-credit-steps-title {
		max-width: 960px;
		margin: 0 auto 30px;
	}
	.wt-credit-steps-tip {
		max-width: 960px;
		margin: 0 auto 30px;
	}
	.wt-credit-questions {
		margin-top: 40px;
	}
	.wt-credit-questions p {
		font-size: 24px;
	}
}

.snt-special {
	margin-top: 20px;
}

.snt-special a {
	position: relative;
	text-align: center;
	display: block;
	background-color: #0a660a;
	color: #ffffff;
	font-size: 18px;
	padding: 15px 20px 20px;
	line-height: 36px;
	border-radius: 10px;
	font-weight: 600;
	transition: 0.3s ease all;
}

.snt-special a:hover {
	color: #b7fe83;
}

.snt-special a:hover span {
	border-color: #b7fe83;
}

.snt-special span {
	border-bottom: 2px dotted #ffffff;
	padding-bottom: 2px;
}

body .wt-modal-gardener .form_head {
	display: block!important;
	margin-bottom: 30px;
	line-height: 32px;
}

body .wt-modal-gardener button[name="web_form_reset"] {
	display: block!important;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.snt-special a {
		font-size: 21px;
		padding: 20px 20px 25px;
	}
	.snt-special a::before {
		position: absolute;
		content: '';
		width: 65px;
		height: 64px;
		left: 20px;
		top: 50%;
		margin-top: -32px;
		background-image: url(../img/snt-left.png);
		background-size: cover;
	}
	.snt-special a::after {
		position: absolute;
		content: '';
		width: 69px;
		height: 50px;
		right: 20px;
		top: 50%;
		margin-top: -25px;
		background-image: url(../img/snt-right.png);
		background-size: cover;
	}
	.snt-special span {
		border-bottom: 3px dotted #ffffff;
	}
}

@media (min-width: 991px) {
	.snt-special {
		margin-top: 35px;
	}
	.snt-special a {
		font-size: 24px;
		padding: 25px 20px 30px;
		border-radius: 15px;
	}
	body .wt-modal-gardener .form_head {
		margin-bottom: 40px;
	}
}