/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url('owl.video.play63243.png') no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
	margin-top: 10px;
}
.owl-theme .owl-nav [class*='owl-'] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 0.2s ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}
@font-face {
	font-family: bebasneuebold;
	src: url('BebasNeueBold37609.woff') format('woff'),
		url('../fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
	font-weight: 400;
	font-style: normal;
}
body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.2;
	font-family: roboto, sans-serif;
	overflow-x: hidden;
	margin: 0;
	color: #000;
}
#wrapper {
	overflow: hidden;
	width: 100%;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul li img {
	width: 70px;
	height: 70px;
}
.tb5 .title-h3 > span,
.tb6 .title-h3 > span,
.tb1 .title-h3 > span {
	display: block;
	text-align: inherit;
}
.header {
	background-color: #ef5056;
	position: fixed;
	left: 0;
	top: 0;
	padding: 10px 0;
	z-index: 1111;
	width: 100%;
}
.top-box {
	height: 765px;
	background: url('tb52a57.jpg') 50% 0 no-repeat;
	background-size: cover;
}
.wrap {
	max-width: 1000px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.call {
	padding: 10px 20px;
	background: #f9e434;
	background: -moz-linear-gradient(top, #f9e434 0%, #f5cc1c 100%);
	background: -webkit-linear-gradient(top, #f9e434 0%, #f5cc1c 100%);
	background: linear-gradient(to bottom, #f9e434 0%, #f5cc1c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e434', endColorstr='#f5cc1c', GradientType=0);
	display: inline-block;
	vertical-align: middle;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
}
.call:hover {
	background: #f9e434;
}
.top-line {
	padding: 19px 0;
	overflow: hidden;
}
.wrap:after {
	content: '';
	display: block;
	clear: both;
}
.info-list {
}
.info-list li {
	margin-bottom: 5px;
}
.info-list li img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.info-list li span {
	color: #3f3f3f;
	font-size: 15px;
}
.weight {
	position: absolute;
	left: 372px;
	top: 98px;
}
.top-box .images {
	position: absolute;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #109d58;
	left: 380px;
	top: 484px;
	line-height: 1.1;
}
.top-box .images li {
	display: inline-block;
}
.wv_phone {
	margin-bottom: 0 !important;
}
.order-form-box .white-box {
	box-shadow: 0 18px 10px 0 rgba(0, 0, 0, 0.15);
	background-color: #fff;
	text-align: center;
	padding: 22px;
}
.order-form-box {
	width: 376px;
	float: right;
}
.order-form-box .tt1 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.order-form-box .tt3 {
	color: #000;
	font-size: 15px;
	margin-bottom: 20px;
}
.countdown {
	text-align: center;
	margin-bottom: 10px;
	color: #026dc3;
	font-size: 35px;
	font-family: bebasneuebold;
	line-height: 57px;
}
.countdown span {
	display: inline-block;
	width: 57px;
	height: 57px;
	border-radius: 30px;
	border: 3px solid #d9d9d9;
	vertical-align: middle;
}
.countdown b {
	display: inline-block;
	vertical-align: middle;
	color: #dbdbdb;
	font-size: 35px;
	font-family: bebasneuebold;
	margin: 0 5px;
}
.order-form-box .words {
	margin-bottom: 20px;
	color: #000;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding-left: 3px;
}
.order-form-box .words li {
	display: inline-block;
	width: 59px;
	text-transform: uppercase;
}
.order-form-box .words li:first-child {
	position: relative;
	left: -4px;
}
.order-form-box .words li:last-child {
	position: relative;
	right: -4px;
}
.order-form-box .words li:nth-child(2) {
	margin: 0 8px;
}
.order-form-box .price {
	text-align: center;
	color: #000;
	margin-bottom: 25px;
}
.order-form-box .price .t {
	font-size: 14px;
	color: #000;
}
.order-form-box .old-price {
	display: inline-block;
	vertical-align: middle;
}
.order-form-box .old-price span {
	font-size: 30px;
	color: #707070;
	text-decoration: line-through;
	font-family: bebasneuebold;
	text-transform: uppercase;
}
.order-form-box .price .sepp {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	border-right: 1px solid #bdbdbd;
	height: 48px;
}
.order-form-box .new-price {
	display: inline-block;
	vertical-align: middle;
}
.order-form-box .new-price span {
	color: #32a05d;
	font-size: 30px;
	font-family: bebasneuebold;
	text-transform: uppercase;
}
.order-form p {
	margin: 0 0 5px;
	color: #909597;
	font-size: 14px;
	text-align: left;
	padding-left: 15px;
}
.order-form input[type='text'],
.order-form input[type='tel'],
select {
	display: block;
	width: 100%;
	border-radius: 6px;
	border: 0;
	color: #000;
	font-size: 16px;
	padding: 20px 10px;
	margin-bottom: 15px;
	background: #efefef;
	text-align: center;
}
.order-form input[type='text']::-webkit-input-placeholder,
select {
	color: #c5c4c4;
}
.order-form input[type='text']:-moz-placeholder,
select {
	color: #c5c4c4;
}
.order-form input[type='text']::-moz-placeholder,
select {
	color: #c5c4c4;
}
.order-form input[type='text']:-ms-input-placeholder,
select {
	color: #c5c4c4;
}
.order-form input[type='submit'],
select {
	margin-top: 5px;
}
.mark {
	text-align: center;
	color: #5e5e5e;
	margin-top: 15px;
	font-size: 13px;
}
.ostatok {
	color: #494949;
	font-size: 14px;
	margin-top: 10px;
}
.ostatok span {
	font-size: 16px;
	font-weight: 700;
}
.data {
	color: #909597;
	font-size: 14px;
	text-align: center;
	line-height: 1.1;
}
.data img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.data span {
	display: inline-block;
	vertical-align: middle;
}
.logo {
	display: flex;
	align-items: center;
}
.dcd {
	border: 3px solid #32a05d;
	width: 126px;
	display: flex;
	height: 40px;
	padding-top: 1px;
	justify-content: center;
	align-items: center;
	font-family: 'bebasneuebold';
	margin-right: 20px;
	font-size: 18px;
}
.btn {
	width: 100%;
	max-width: 300px;
	height: 70px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	text-align: center;
	line-height: 70px;
	border-radius: 10px;
	background-image: -moz-linear-gradient(
		-90deg,
		rgb(255, 231, 73) 0%,
		rgb(255, 199, 38) 100%
	);
	background-image: -webkit-linear-gradient(
		-90deg,
		rgb(255, 231, 73) 0%,
		rgb(255, 199, 38) 100%
	);
	background-image: -ms-linear-gradient(
		-90deg,
		rgb(255, 231, 73) 0%,
		rgb(255, 199, 38) 100%
	);
	box-shadow: 0 5px 0 0 rgba(249, 161, 35, 0.004),
		0 15px 35px 0 rgba(247, 200, 170, 0.004);
	border-bottom: 4px solid #f9a123;
	font-size: 30px;
	font-family: bebasneuebold;
	text-transform: uppercase;
	color: #000;
}
.btn:hover {
	opacity: 0.9;
}
.top-box .left {
	padding-top: 38px;
	width: 450px;
	float: left;
}
/* .logo > * {
	display: inline-block;
	vertical-align: middle;
} */
.top-box {
	color: #fff;
}
.logo img {
	margin-right: 5px;
}
.logo .t {
	font-size: 13px;
}
.top-box .sep {
	border-top: 1px solid #4e6aba;
	margin: 30px 0;
}
.top-box .h1 {
	font-size: 54px;
	margin-bottom: 10px;
	font-family: bebasneuebold;
	line-height: 0.9;
	text-transform: uppercase;
}
.top-box .h1 span {
	font-size: 46px;
}
.top-box .h2 {
	padding: 5px 15px;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #32a05d;
	margin-bottom: 40px;
}
.container {
	position: relative;
}
.tovar {
	position: absolute;
	bottom: -45px;
	left: 490px;
	transform: scale(1.1);
}
.top-box .list li {
	margin-bottom: 15px;
}
.top-box .list li > * {
	display: inline-block;
	vertical-align: middle;
}
.top-box .list img {
	margin-right: 10px;
}
.top-box .list .t {
	max-width: 215px;
	font-size: 16px;
}
.top-box .list .t b {
	font-weight: 700;
}
.svid {
	position: absolute;
	right: 75px;
	top: 38px;
	font-size: 13px;
}
.svid > * {
	display: inline-block;
	vertical-align: middle;
}
.order-form-box {
	margin-top: 110px;
}
.order-form-box .wra {
	padding: 12px;
	border: 1px solid #4e6aba;
}
.top-box > div {
	height: 100%;
}
.bottom {
	margin-bottom: 70px;
}
.tb3 {
	background: url('tb33ee8b.jpg') 50% 100% no-repeat;
	background-size: cover;
	height: 932px;
}
.tb3 .left {
	float: left;
	padding-top: 100px;
	width: 510px;
}
.title-h3 {
	font-size: 35px;
	text-transform: uppercase;
	font-family: bebasneuebold;
	margin-bottom: 40px;
}
.title-h3 span {
	padding: 0 5px;
	color: #fff;
}
.title-h3 .blue {
	background-color: #026dc3;
}
.title-h3 .green {
	background-color: #32a05d;
}
.tb3 .left p {
	font-size: 16px;
	margin: 0 0 20px;
	color: #000;
	line-height: 1.5;
}
.tb3 .left .sep {
	max-width: 363px;
	margin: 30px 0;
	border-top: 1px solid #d2d2d2;
}
.tb3 .list {
	max-width: 434px;
}
.tb3 .list li {
	margin-bottom: 40px;
	width: 49%;
	padding-right: 6px;
	display: inline-block;
	vertical-align: top;
}
.tb3 .list .t1 {
	color: #32a05d;
	font-size: 35px;
	text-transform: uppercase;
	font-family: bebasneuebold;
}
.tb3 .list .t2 {
	font-size: 14px;
	color: #000;
}
.tb3 .left .tt {
	color: #b5b5b5;
	font-size: 14px;
}
.tb3 .order-form-box .wra {
	border: 0;
}
.tb1 .fr {
	overflow: hidden;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 18px 10px 0 rgba(0, 0, 0, 0.15);
}
.tb1 .row {
	margin-left: -5px;
	margin-right: -5px;
}
.tb1 .row > div {
	padding-left: 5px;
	padding-right: 5px;
}
.tb1 .fr img {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.tb1 .fr .tt {
	padding: 0 10px 20px;
	min-height: 191px;
}
.tb1 .fr .h4 {
	font-size: 25px;
	text-transform: uppercase;
	font-family: bebasneuebold;
	margin-bottom: 15px;
}
.tb1 .fr p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}
.tb1 {
	text-align: center;
	padding: 150px 0 50px;
}
.tb1 .title-h3 {
	margin-bottom: 25px;
}
.under {
	margin-bottom: 40px;
	color: #000;
	font-size: 16px;
}
.tb2 {
	padding-top: 80px;
	height: 810px;
	color: #fff;
	background: url('tb24aca6.jpg') 50% 0 no-repeat;
	background-size: cover;
}
.tb2 .left {
	max-width: 640px;
}
.tb2 .fr {
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 18px 10px 0 rgba(0, 0, 0, 0.15);
	overflow: hidden;
}
.tb2 .fr img {
	float: left;
}
.tb2 .fr .t {
	overflow: hidden;
	color: #000;
	padding-top: 15px;
	padding-right: 10px;
	line-height: 1.5;
}
.tb2 .tt {
	font-size: 14px;
	line-height: 1.5;
	padding-top: 20px;
}
.tb4 .image {
	position: relative;
	top: 170px;
	text-align: center;
}
.sostav li {
	position: absolute;
}
.sostav li:after {
	content: '';
	display: block;
	clear: both;
}
.sostav li:nth-child(1) {
	left: 0;
	top: 100px;
}
.sostav li:nth-child(2) {
	left: 0;
	top: 250px;
}
.sostav li:nth-child(3) {
	left: 0;
	top: 400px;
}
.sostav li:nth-child(4) {
	right: 0;
	top: 100px;
}
.sostav li:nth-child(5) {
	right: 0;
	top: 250px;
}
.sostav li:nth-child(6) {
	right: 0;
	top: 400px;
}
.sostav li.tar {
	text-align: right;
}
.sostav li.tar .img {
	float: right;
	margin-right: 0;
	margin-left: 20px;
}
.sostav li.tar .t {
	float: left;
}
.sostav .img {
	margin-right: 20px;
	float: left;
	width: 103px;
	height: 103px;
}
.sostav .t {
	width: 250px;
	float: left;
}
.sostav .t .t1 {
	font-size: 17px;
	font-weight: 700;
}
.sostav .t .sp {
	display: inline-block;
	width: 25px;
	height: 2px;
	background-color: #40b06c;
	margin: 3px 0;
}
.sostav .t p {
	margin: 0;
	font-size: 16px;
}
.tb4 {
	height: 645px;
	background: url('tb44822d.jpg') 50% 0 no-repeat;
	background-size: cover;
	padding-top: 80px;
	color: #fff;
}
.tb4 .title-h3 {
	text-align: center;
	margin-bottom: 50px;
}
.tb5 {
	padding-top: 130px;
	height: 751px;
	background: url('tb5957ae.jpg') 50% 40% no-repeat;
	background-size: cover;
}
.tb5 .left {
	max-width: 590px;
}
.tb5 .left p {
	line-height: 1.5;
	margin: 0 0 30px;
}
.tb5 .left p.t {
	padding-top: 20px;
	margin-bottom: 0;
}
.owl-carousel {
	max-width: 900px;
	margin: 0 auto;
}
.owl-carousel .owl-nav > div {
	display: block;
	text-indent: -9999px;
	width: 17px;
	position: absolute;
	left: -40px;
	top: 50%;
	margin-top: -14px;
	height: 27px;
	background: url('prev4fd1b.png') 0 0 no-repeat;
}
.owl-carousel .owl-nav > div:last-child {
	left: auto;
	right: -40px;
	background: url('nextdf928.png') 0 0 no-repeat;
}
.tb6 {
	padding: 60px 0;
	text-align: center;
}
.tb6 .rev {
	background-color: #fff;
	box-shadow: 0 18px 10px 0 rgba(0, 0, 0, 0.15);
	padding: 20px 10px;
	margin: 10px 10px 30px;
}
.rev-carousel .item img {
	width: auto;
	display: inline-block;
}
.rev .h4 {
	font-size: 25px;
	text-transform: uppercase;
	font-family: bebasneuebold;
	margin-bottom: 15px;
}
.rev .sp {
	display: inline-block;
	width: 25px;
	height: 2px;
	background-color: #40b06c;
	margin: 0 0 15px;
}
.rev p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}
.tb6 .title-h3 {
	margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
	.tovar {
		left: 385px;
	}
	.owl-carousel .owl-nav > div {
		left: 0;
	}
	.owl-carousel .owl-nav > div:last-child {
		right: 0;
	}
}

@media only screen and (max-width: 991px) {
	.order-form-box .wra {
		border: 0;
		padding: 0;
	}
	.order-form-box {
		width: 280px;
	}
	.top-box .left {
		width: 410px;
	}
	.btn {
		font-size: 24px;
	}
	.top-box .h1 span {
		font-size: 42px;
	}
	.top-box .h1 {
		font-size: 49px;
	}
	.top-box .h2 {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.top-box .list li {
		margin-bottom: 10px;
	}
	.tovar {
		bottom: -100px;
		left: 270px;
		transform: scale(0.78);
	}
	.svid {
		right: 25px;
	}
	.tb1 .fr {
		margin-bottom: 10px;
	}
	.tb3 .left {
		width: 425px;
	}
	.order-form-box .tt1 br {
		display: none;
	}
	.tb4 {
		padding: 50px 0;
		background: #023090;
		height: auto;
	}
	.sostav li {
		position: static;
		width: 49%;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 20px;
	}
	.sostav li.tar .img {
		float: left;
		margin-left: 0;
		margin-right: 20px;
	}
	.sostav .t {
		width: auto;
		overflow: hidden;
		float: none;
	}
	.sostav li.tar .t {
		float: none;
	}
	.sostav li.tar {
		text-align: left;
	}
	.tb4 .image {
		display: none;
	}
	.bottom {
		margin-bottom: 150px;
	}
}
@media only screen and (max-width: 767px) {
	.svid {
		display: none;
	}
	.top-box .left {
		text-align: center;
	}
	.top-box .h1,
	.top-box .h1 span {
		font-size: 30px;
	}
	.top-box .left {
		width: auto;
		float: none;
		margin-bottom: 30px;
		padding-top: 0;
	}
	.order-form-box {
		width: auto;
		float: none;
	}
	.top-box,
	.tb2 {
		padding: 50px 0;
		background: url('tb52a57.jpg') 0 0 no-repeat;
		height: auto;
		background-size: cover;
	}
	.tovar img,
	.dfdsf {
		transform: scale(1.1);
		object-fit: cover;
	}
	img.dfdsf {
		position: relative;
		top: 150px;
	}
	.order-form-box {
		margin-top: 0;
	}
	.tovar {
		position: static;
		margin-bottom: 20px;
		text-align: center;
	}
	.tb1 {
		padding: 50px 0;
	}
	.tb1 .fr .tt {
		min-height: inherit;
	}
	.tb3,
	.tb5 {
		background: #fff;
		height: auto;
		padding: 50px 0;
	}
	.tb3 .left {
		width: auto;
		float: none;
		margin-bottom: 30px;
		padding-top: 0;
	}
	.top-box .list .t {
		text-align: left;
	}
	.bottom {
		margin-bottom: 0;
	}
	.tb6 {
		padding-bottom: 20px;
	}
	.top-box {
		padding-top: 20px;
	}
}
@media only screen and (max-width: 480px) {
	.tb5 .left p {
		font-size: 14px;
	}
	.logo {
		display: flex;
		flex-direction: column;
	}
	.dcd {
		margin-bottom: 20px;
	}
	.tb5 .left p.t {
		padding-top: 0;
	}
	.sostav li.tar .img,
	.sostav .img {
		float: none;
		display: inline-block;
		margin: 0 0 10px;
	}
	.sostav .t p {
		font-size: 13px;
	}
	.title-h3 {
		font-size: 26px;
	}
	/* .logo img {
		margin-bottom: 10px;
	} */
	.top-box .list .t {
		max-width: 180px;
	}
	.tb2 .fr .t {
		padding: 10px;
		text-align: center;
	}
	.tb2 .fr .img {
		overflow: hidden;
		width: 160px;
		float: none;
		margin: 0 auto 10px;
	}
}

.country_select {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
}
.copyright {
	font-size: 14px;
	text-align: center;
	padding: 20px 10px;
	color: #6c6e6f;
}
.copyright p {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}

.copyright img {
	margin: 10px auto !important;
	max-width: 100%;
	width: auto;
}
.copyright a {
	color: #6c6e6f;
	text-decoration: none;
}
.copyright a:hover {
	color: #ff0069;
	text-decoration: none;
}
.errField {
	display: none;
	font-size: 14px;
	background: #f00;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
}
.errorMessage {
	font-size: 15px;
	background: rgba(255, 0, 0, 0.64);
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	position: absolute;
	margin: 10px 0 0;
	z-index: 99999;
}

.tb2 img {
	width: 160px;
	height: 100px;
	margin-right: 10px;
}
.rev-carousel .item img {
	height: 170px;
	width: auto;
	display: inline-block;
	width: 170px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 20px;
}

@media only screen and (min-width: 800px) and (max-width: 1000px) {
	.tovar img,
	.dfdsf {
		object-fit: cover;
	}
}
