/* -------------------------------*/
/* Fonts */
/*------------------------------- */

font-family: 'Open Sans', sans-serif;

@font-face {
  font-family: 'fontello';
  src: url('/wp-content/themes/blankslate/fonts/fontello.eot?4923233');
  src: url('/wp-content/themes/blankslate/fonts/fontello.eot?4923233#iefix') format('embedded-opentype'),
       url('/wp-content/themes/blankslate/fonts/fontello.woff2?4923233') format('woff2'),
       url('/wp-content/themes/blankslate/fonts/fontello.woff?4923233') format('woff'),
       url('/wp-content/themes/blankslate/fonts/fontello.ttf?4923233') format('truetype'),
       url('/wp-content/themes/blankslate/fonts/fontello.svg?4923233#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.svg?4923233#fontello') format('svg');
  }
}
*/
 
 /*[class^="icon-"]:before, [class*=" icon-"]:before {*/

/*заменил кодом как в видео*/

 	[class^-"icon-"]::before, [class*-" icon-"]::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  /* added from murzik video */
  font-size: 1em;
   display: inline-block;
  text-decoration: inherit;
  width: 1em;
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-plus-circled:before { content: '\e800'; } /* '' */
.icon-minus-circled:before { content: '\e801'; } /* '' */

/* -------------------------------
	Global 
------------------------------- */
/* for substrate */
/*html {background: #f6f7ec url(/wp-content/themes/blankslate/files/24zaymcomua_design_zagl.png) 50% 0 no-repeat;}*/

html, body {height: 100%;}
/* toggle comment html tag before/after toggle img-substrate */
	html {background: #f6f7ec;
	scroll-behavior: smooth;}
	body {
		min-width: 320px;
		font: 18px/1.5 'Open Sans', sans-serif;
		letter-spacing: 0.03em;
				/* opacity for substrate */
    /*opacity: 0.5;*/
	}



body,
dl, dd,
blockquote, fieldset, legend {
	margin: 0;
	padding: 0;
}
fieldset {border: none;}
table {
	border: none;
	border-collapse: collapse;
}
	th, td {vertical-align: top;}
	th {
		text-align: left;
		font-weight: normal;
	}
address {font-style: normal;}
p, ul, ol {margin: 0 0 1.8em 0;}
img {
	max-width: 100%;
	vertical-align: top;
}
iframe[src="//t.insigit.com/nsapi/static/partners.html"] {display: none;}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}

#wrapper {
	background: #f6f7ec;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 1950px;
	min-height: 100%;
	margin: 0 auto;
	overflow-x: hidden;
	position: relative;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.in {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

/* -------------------------------
	Txt 
------------------------------- */

.title2 {}

.title2.v2 {}

.title3 {}

.title3.v2 {margin-bottom: 0.84em;}
.title3.v2::after {
	content: "";
	width: 100px;
	height: 2px;
	color: #066fdb;
	background-color: #066fdb;
	display: block;
	margin: 18px auto 0 auto;
}

.tbl_hide,
.tbl_hide th,
.tbl_hide td {border: none;}

.tbl_border,
.tbl_border th,
.tbl_border tr,
.tbl_border td {border: 1px solid #333;}

.tbl_border.v1 td,
.tbl_border.v1 th, 
.tbl_border.v1 p {
	padding: 3px;
	text-align: center;
	margin: auto;
	vertical-align: middle;
}

.tbl_overflow {
	position: relative;
	overflow: auto;
}
	.tbl_overflow table {min-width: 640px;}

/* -------------------------------
	Links 
------------------------------- */
:focus {outline: none;}
a img {border: none;}

a {
	color:;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {text-decoration: none;}

a[href^="tel"] {
	color: inherit;
	white-space: nowrap;
	text-decoration: none;
}

/* -------------------------------
	Forms 
------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
	background: #f6f7ec;
	width: 100%;
	margin: 0;
	padding: 10px;
	border: 2px solid #232323;
	font-family: inherit;
	font-size: 18px;
	line-height: 1.3;
	color: #656565;
	-webkit-appearance: none;
}
select#selectlang {
	padding-right: 14px;
	border: none;
	font-size: 13px;
	background: #fff url(/wp-content/themes/blankslate/files/icon_triangle.png) no-repeat 100% 50%;
}
textarea {
	height: 207px;
	overflow: auto;
	resize: none;
	vertical-align: top;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {opacity: 1;}
input::-moz-placeholder,
textarea::-moz-placeholder {opacity: 1;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {opacity: 1;}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
.f_row textarea {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #656565;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
.f_row textarea {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #656565;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
.f_row textarea {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #656565;
}

input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
.f_row textarea {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #656565;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
.f_row textarea {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #656565;
}

input[type="submit"],
input[type="button"],
button {
	border: none;
	cursor: pointer;
}

.btn {
	background: transparent;
	padding: 10px 17px;
	border: 1px solid white;
	font-family: inherit;
	font-size: 18px;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	/*cursor: pointer;*/
	-webkit-appearance: none;
	white-space: nowrap;
}
a.btn {
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	padding: 14px 20px;
}

.btn2 {
	text-align: center;
	/*padding-bottom: 146px;*/
	padding-bottom: 50px;
	cursor: pointer;
}

/*.btn22 {
	text-align: center;
	padding-bottom: 50px;
	cursor: pointer;
}*/

.btn2 a {
	background-color: #b1c427;
	border-radius: 35px;
	font-weight: bold;
	font-size: 14px;
		width: 100%;
	 max-width: 310px;
	 height: 23vh;
	 max-height: 55px;
	white-space: nowrap;
	margin-top: 18px;
	/*text-align: center;*/
	/*position: absolute;*/
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  outline: 1px solid black;
}

/*.btn22 span {
	background-color: #b1c427;
	border-radius: 35px;
	font-weight: bold;
	font-size: 14px;
		width: 100%;
	 max-width: 310px;
	 height: 23vh;
	 max-height: 55px;
	white-space: nowrap;
	margin-top: 18px;
	padding: 10px 20px;
}*/

.btn23 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #b1c427;
	border-radius: 45px;
	max-width: 310px;
	max-height: 55px;
	padding: 25px 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 0;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
	bottom: -19px;
}


.btn3 {
	position: absolute;
	right: 0;
	bottom: -13px;
}


/* -------------------------------
	Header 
------------------------------- */
		#header {
			background: #f6f7ec;
			position: relative;
			z-index: 200;
			font-size: 12px;
			color: #232323;
		}

		.b_info100 {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
		}

		.item100:nth-child(1) {
			margin-bottom: 46px;
		}
		.item100:nth-child(1) img {
			width: 100%;
			max-width: 574px;
		}

		.item100:nth-child(2) {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			margin-bottom: 37px;
		}
		
		.item100:nth-child(3) {
			margin-bottom: 16px;
		}

		.thumb3 {
			padding-right: 15px;
		}
		.txt_wr {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			padding-top: 18px;
		}
		.title6 {
			font-weight: bold;
			font-size: 40px;
			color: #b1c427;
			line-height: 0.5;
		}
		.txt9 {
			font-size: 15px;
			font-weight: bold;
			color: #949494;
			text-transform: uppercase;
			padding-top: 5px;
		}

		.txt10 {
			font-weight: bold;
			font-size: 45px;
			margin-bottom: 6px;
		}

		.txt11 {
			font-weight: bold;
			font-size: 15px;
			background-color: #b1c427;
			padding: 5px 21px;
			border-radius: 30px;
			text-transform: uppercase;
			color: #fff;
			margin-bottom: 221px;
		}

		.hdr_row1	{
			background: #f4f4e8 url(/wp-content/themes/blankslate/files/bkg2.jpg) 0 0 repeat;
		}
		
		/* example circle round */
		.hdr_row1::after	{
 			content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 16px;
    background: url(/wp-content/themes/blankslate/files/bkg_circles_row_cut.png) 0 0 repeat-x;
		}

		.hdr_row1 .in {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			max-width: 780px;
			min-height: 140px;
			padding-top: 20px;
			padding-bottom: 20px;
		}
		
		.h_b_info1 {
			background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #daddbc), color-stop(10%, #f4f4e8), color-stop(75%, #f4f4e8), color-stop(50%, #fff));
			background-image: -o-linear-gradient(left, #daddbc 10%, #f4f4e8 10%, #f4f4e8 75%, #fff 50%);
			background-image: linear-gradient(90deg, #daddbc 10%, #f4f4e8 10%, #f4f4e8 75%, #fff 50%);
			height: 140px;
			-webkit-transform: skewX(-30deg);
			-ms-transform: skewX(-30deg);
			transform: skewX(-30deg);
			width: 100%;
			max-width: 270px;
			position: absolute;
			top: 0;
			left: -66px;
		}

		.h_b_info2 {
			position: relative;
			z-index: 1;
		}

		.thumb4 {
			padding-right: 15px;
			float: left;
		}

		.txt_wr2 {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-align: end;
			-ms-flex-align: end;
			align-items: flex-end;
		}

		.txt1 {
			font-weight: bold;
			font-size: 45px;
			line-height: 1.2;
			color: #000;
		}

		.txt2 {
			font-weight: bold;
			font-size: 15px;
			background-color: #b1c427;
			padding: 5px 16px;
			border-radius: 30px;
			text-transform: uppercase;
			color: #fff;
			text-align: right;
		}

		

/* -------------------------------
	Main 
------------------------------- */
#main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	padding-bottom: 30px;
}

		.txt3 {
			font-weight: bold;
			font-size: 20px;
			text-align: center;
		}

		.txt3::after {
    content: "";
    width: 150px;
    height: 1px;
    color: #b1c427;
    background-color: #b1c427;
    display: block;
    margin: 12px auto 12px auto;
		}

		.txt4 {
			text-align: center;
			font-size: 16px;
			color: #010101;
			line-height: 1.6;
		}

		.c_wr_head {
			padding-top: 20px;
		}

		.c_wr.v1 {
			background: url(/wp-content/themes/blankslate/files/bkg2_1.png) center 0 no-repeat,
			url(/wp-content/themes/blankslate/files/bkg_clock_01.jpg) center 100% no-repeat;
			padding-bottom: 70px;
		}

		.c_wr_head .item100 {
			text-align: center;
		}

.b_info3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -12px;
		padding-top: 30px;
	}

		.tov_img {
			/*width: 100%;*/
			width: 100%;
			height: 33vh;
			/*max-width: 169px;*/
			max-height: 59px;
			border-bottom: 1px dashed #b2b2b2;
			padding-top: 0px;
			padding-bottom: 15px;
			position: relative;
			display: table;
	}

/*выравнивание по вертикали*/
	.tov_img img {
		/*position: absolute;*/
  /*top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;*/
		/*text-align: center;*/
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
	}

	.tov_descr1 {
		padding-top: 12px;
		font-size: 16px;
		color: #eb4d00;
		font-weight: bold;
		padding-bottom: 12px;
	}

	.tov_descr2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 -10px;
	}

	.tov_descr2 .price {
		font-size: 13px;
		text-align: left;
		margin: 0 10px 16px 7px;
		white-space: nowrap;
	}

	.tov_descr3 a {
		background-color: #b1c427;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.47;
		width: 100%;
	}

	/* карточка товара */
	.item1 {
		border-top: 5px solid #e5e7d3;
		width: calc(100% / 3 - 24px);
		background-color: #fff;
		padding: 15px 30px 10px 30px;
		margin: 0 12px 20px 12px;
		position: relative;
		text-align: center;
	}

/* ярлык на карточку товара скидки распродажа кредит */
		.b_label {
  background: #747e2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 126px;
  min-height: 32px;
  padding: 0 15px;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 2;
  font-size: 14px;
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
}
	/* декоративный элемент (треугольник) оформления ярлыка */
.b_label::after {
  content: "";
  border-top: 10px solid #414712;
  border-left: 10px solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
}
	/* декоративный элемент оформления ярлыка - другой цвет, две надписи и другое расположение надписей */
	.b_label.v1 {
	  background: #eb4d00;
	  font-size: 12px;
	}
	/* декоративный элемент (треугольник) оформления ярлыка - другой вариант */
	.b_label.v1::after {border-top-color: #892d00;}
/* крупный шрифт для ярлыка с двумя надписями */
	.b_label.v1 span {
 	 margin-right: 0.2em;
 	 font-weight: bold;
 	 font-size: 30px;
 	 line-height: 1;
	}

/* поведение карточки товара при наведении мыши hover */
	.item1:hover {
		border-top: 5px solid #b1c427;
		-webkit-box-shadow: 5px 5px 15px  rgba(0, 0, 0, 0.1),
		-5px -5px 15px rgba(0, 0, 0, 0.1);
		box-shadow: 5px 5px 15px  rgba(0, 0, 0, 0.1),
		-5px -5px 15px rgba(0, 0, 0, 0.1);
	}

/* меняем цвет кнопки при наведении на карточку товара */
	.item1:hover .tov_descr3 a {
		background-color: #747e2a;
	}

	.bnr1, 
	.bnr2 {
		width: 99%;
		max-width: 1160px;
		height: 33vh;
		max-height: 150px;
		margin: 21px auto 15px auto;
		text-align: center;
	}
	
	.bnr1 img,
	.bnr2 img {
		width: 100%;
		max-width: 1160px;
		height: auto;
	}

	.c_wr2 {
		background: url(/wp-content/themes/blankslate/files/bkg5.png) 0 0 repeat;
		padding: 45px 0;
		position: relative;
	}

/* circles кружочки кругляшки перфорация - в начале и конце блока */
	.c_wr2::before {
 			content: "";
    position: absolute;
    left: 0;
    top: -8px;
    width: 100%;
    height: 16px;
    background: url(/wp-content/themes/blankslate/files/bkg_circles_row_cut.png) 0 0 repeat-x;
		}

	.c_wr2::after {
				content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 16px;
    background: url(/wp-content/themes/blankslate/files/bkg_circles_row_cut.png) 0 0 repeat-x;
	}

	.b_info4 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin: 0 -10px;
	}

	.b_info4 .item2 {
		width: calc(100% / 4 - 20px);
		min-width: 162px;
		margin: 0 10px;
		padding: 15px 0;
		text-align: center;
	}

	.b_info4 .descr1 {
		margin-bottom: 40px;
	}

	.b_info4 .descr2 {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.15;
		margin-bottom: 0.8em;
	}

	.b_info4 .descr3 {
		font-size: 14px;
		line-height: 1.45;
	}

	.bnr2 {
		padding-top: 50px;
	}
	
	/*.bnr2 img {
		width: 100%;
		height: auto;
	}*/

	.title1 {
		font-size: 30px;
		/*line-height: 0.67;*/
		line-height: 1.3;
		text-transform: uppercase;
		text-align: center;
		padding-top: 104px;
		padding-bottom: 40px;
	}

/* accordion - begin */
.accordion {}
.accordion_item {margin-bottom: 4px;}
.accordion_header {
  background: #ffffff;
  border-radius: 20px;
  padding: 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #535353;
  text-align: left;
  padding-left: 50px;
}
/*.accordion_header::after {
  content: "\e800";
  font-family: "fontello";
  font-size: 26px;
  color: #b1c427;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 43px;
}*/
.accordion_content {
  /*display: none;*/
  padding: 20px;
  font-size: 15px;
  line-height: 1.8;
}

/*.accordion_item.open .accordion_header::after {
	 content: "\e801";
  font-family: "fontello";
  color: #fff;
}*/
.accordion_item.open .accordion_content {display: block;}

.accordion_item.open .accordion_header {
	background-color: #b1c427;
	color: #fff;
}

/* accordion - end */



/* -------------------------------
	Footer 
------------------------------- */
#footer {
	background: #f6f7ec url(/wp-content/themes/blankslate/files/24_footer_img2.png) 0 0 no-repeat;
 background-size: cover;
	padding: 33px 0;
	position: relative;
	font-size: 13px;
	line-height: 1.62;
	letter-spacing: 0.0002em;
	color: #000000;
	text-align: center;
}

	.b_info2 {
		font-weight: bold;
		font-size: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 16px;
	}

	.b_info2 a {
		color: #000;
	}

/*.54686520646576656c6f7065722069732073656f626f6d626140676d61696c2e636f6d {}	*/

@media screen and (max-width: 1110px) {
		.btn3 {
		position: absolute;
		/*right: -85px;*/
		right: 10px;
		bottom: -13px;
 }
 .tov_img {
		padding-top: 10px;
 }
}

@media screen and (max-width: 1061px) {
	.item1 {
		width: calc(100% / 2 - 24px);
	}
}

@media screen and (max-width: 980px) {
	.in {
		padding-left: 10px;
		padding-right: 10px;
	}

}

@media screen and (max-width: 733px) {
	.b_info3 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
		.item1 {
			width: calc(100% - 24px);
			max-width: 400px;
		}
}

@media screen and (max-width: 670px) {
	.hdr_row1 .in {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 15px;
	}
	.h_b_info1 {
		display: none;
	}

	.txt1 {margin-bottom: 0.2em;}

	.txt_wr2 {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.accordion_header {
    padding-right: 10px;
    padding-left: 10px;
   }
   .txt_wr2 {
   	margin-right: 0;
   }
   .bnr1, .bnr2 {
   	display: none;
   }
   .c_wr2 {
   	padding-top: 15px;
   	padding-bottom: 15px;
   }
}

@media screen and (max-width: 556px) {
	/*body {font-size: 12px;}*/
 /*#footer {
	 padding-top: 30px;
	 padding-bottom: 30px;
	 font-size: 11px;
 }*/
.btn3 {
    bottom: 0px;
   }
}

@media screen and (max-width: 480px) {
	body {font-size: 15px;}

	.title1 {font-size: 25px;}

	.txt3 {font-size: 18px;}

	.txt4 {font-size: 14px;}

	.txt10 {
		text-align: center;
	}

	.b_info4 .item2 {
		min-width: 140px;
	}
		.b_info4 .descr1 {margin-bottom: 20px;}
		.b_info4 .descr2 {font-size: 16px;}
		.b_info4 .descr3 {font-size: 13px;}

	.accordion_content {
		padding: 10px;
		font-size: 13px;
	}
}

@media screen and (max-width: 400px) {
	.txt1 {
		font-size: 35px;
	}
}

@media screen and (max-width: 375px) {
	.tov_descr2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
   }
  .tov_descr2 .price {text-align: center;}

  .accordion_header {text-align: center;}
}