@import url(reset.css);

/* FONTS -------------------------------------------- */

@font-face {
	font-family: 'Arial-Black';
	src: url('../fonts/ArialBlack/ariblk.eot');
	src: url('../fonts/ArialBlack/ariblk.woff')	format('woff'),
	url('../fonts/ArialBlack/ariblk.ttf') format('truetype'),
	url('../fonts/ArialBlack/ariblk.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/FontAwesome_4.7.0/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/FontAwesome_4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),
  url('../fonts/FontAwesome_4.7.0/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),
  url('../fonts/FontAwesome_4.7.0/fontawesome-webfont.woff?v=4.6.3') format('woff'),
  url('../fonts/FontAwesome_4.7.0/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),
  url('../fonts/FontAwesome_4.7.0/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'my-font-icon';
	src: url('../fonts/my-font-icon/my-font-icon.woff2') format('woff2'),
	url('../fonts/my-font-icon/my-font-icon.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* FONTS END ======================================== */

/* GENERAL -------------------------------------------- */

html {
	height: 100%;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {clear: both;}
img {max-width: 100%;}
a {text-decoration: none;}
/** {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			  box-sizing: border-box;
}*/

/* Стили для placeholder --> */
::-webkit-input-placeholder {
	font-size: 15px;
	color: #aaa;
	letter-spacing: 0.5px;
}
::-moz-placeholder {/* Firefox 19+ */
	font-size: 15px;
	color: #aaa;
	letter-spacing: 0.5px;
}
:-moz-placeholder {/* Firefox 18- */
	font-size: 15px;
	color: #aaa;
	letter-spacing: 0.5px;
}
:-ms-input-placeholder      {
	font-size: 15px;
	color: #aaa;
	letter-spacing: 0.5px;
}
/* Стили для placeholder END */

/* ************ Site Setup ***************** */

body {
	min-width: 320px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	color: #32353a;
	position: relative;
}
.wrapper {
	box-sizing: border-box;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}

/* GENERAL END ======================================== */

/* Header --> */

	/* Logo --> */
	.header .logo {
		width: 486px;
	}
	.logo img {
		width: 100%;
	}
	/* Logo END */

	/* main-text --> */
	.header .text_h1 {
		font-size: 17px;
		color: #017e00;;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 0.004em;
		text-align: center;
		margin-top: 8px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	}
	/* main-text END */

	/* График работы ->> */
	.header .schedule {
	    align-self: flex-end;
	    margin-bottom: 10px;
	    font-size: 21px;
	    text-align: right;
	    color: #017e00;
	    line-height: 1.2;
	    letter-spacing: 0.03em;
	}
	.header .schedule li:first-child {
		font-size: 23px;
	}
	.header .schedule li span {
		text-decoration: underline;
	}
	/* График работы END */

	/* item-3 block_tel --> */
	#touch_tel {
		display: none;
	}
	.tel_nubers {
		width: 300px;
		font-size: 25px;
		color: #017e00;
		text-align: right;
		letter-spacing: 1px;
		padding: 0px 10px;
		margin-bottom: 1px;
		box-sizing: border-box;
		position: relative;
	}
	.tel_nubers li {
		padding-bottom: 5px;
		position: relative;
	}
	.tel_nubers .email {
		font-size: 22px;
		margin: 2px 0;
	}
	.tel_nubers .kivev::before,
	.tel_nubers .mts::before,
	.tel_nubers .life::before {
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		background: url(../img/mobile-icon/sprite-mob-icon.png) no-repeat;
		background-position: 0 0;
		position: absolute;
		top: 2px;
		left: -5px;
	}
	.tel_nubers .mts::before {
		background-position: 0 -20px;
	}
	.tel_nubers .life::before {
		background-position: 0 -40px;
	}
	.tel_nubers .email::before {
		content: '\f2b6';
		font-family: 'FontAwesome';
		font-size: 21px;
		position: absolute;
		left: -5px;
		top: -1px;
	}
	.button {
		display: inline-block;
		width: 300px;
		background: #017e00;		
		font-size: 16px;
		color: #ffce0b;;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		text-decoration: none;		
		border: none;
		border-radius: 4px;		
		padding: 12px 0 12px 0;	
		box-shadow: inset 0 0 3px 1px rgba(0,0,0,.2),
		inset rgba(0,0,0,.5) -2px -2px 4px 3px,
		inset rgba(255,255,255,.5) 2px 2px 4px 4px;
		transition: .3s ease;
	}
	.button:hover {
		color: #fff;
		background: #149c14;
	}
	.button:active {
		background: #006e00;
		letter-spacing: 0;
		box-shadow: inset 0 0 3px 1px rgba(0,0,0,.2),
		inset rgba(0,0,0,.3) 2px 2px 4px 3px,
		inset rgba(0,0,0,.3) -2px -2px 4px 4px;
	}
	.button .add-text {
		display: none;
	}
	/* item-3 block_tel END */

/* Header END */

/* Section_1 --> */

	/* Slider-style --> */
	.flexslider {
		border: 2px solid #017e00 !important;
		margin: 0 !important;
		box-sizing: border-box;
	}
	.flex-direction-nav a:before {
		color: #049403 !important;
	}
	.flex-control-nav {
		bottom: 8px !important;
	}
	.flex-control-paging li a {
		width: 14px !important;
		height: 14px !important;
	}
	.flex-control-paging li a {
		background: rgba(1,126,0,0.5) !important;
	}
	.flex-control-paging li a:hover {
		background: rgba(255, 204, 0, 0.7) !important;
	}
	.flex-control-paging li a.flex-active {
		background: rgba(1,126,0,0.9) !important;

	}
	/* Slider-style END */

	/* Form-block --> */
	.section_1 .form_block,
	#form_order {
		background: #fccb04;
		font-size: 16px;
		color: #017e00;
		border: 2px solid #017e00;
		border-radius: 4px;
		padding: 25px 20px;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	}
	.section_1 .text_h3,
	#form_order .text_h3 {
		color: #017e00;
		font-weight: bold;
		letter-spacing: 0.5px;
		text-align: center;
		line-height: 25px;
		text-transform: uppercase;
		margin-bottom: 30px;
	}
	.section_1 .text_h3 .br {
		display: block;
	}
	.section_1 .text_red,
	#form_order .text_red {
		font-size: 20px;
		color: #ff0000;
	}
	.section_1 .sale,
	#form_order .sale {
		display: inline-block;
		font-size: 45px;
		color: #f00;
		font-weight: bold;
		letter-spacing: 1px;
		padding-left: 6px;
		text-shadow: 1px 1px 3px rgba(0,0,0,0.2),
		-1px 1px 1px rgba(0,0,0,0.2);
		-webkit-animation-name: pulse;
		        animation-name: pulse;
		-webkit-animation-duration: 1.2s;
		        animation-duration: 1.2s;
		-webkit-animation-iteration-count: infinite;
		        animation-iteration-count: infinite;
	}
	.input {
		width: 100%;
		height: 40px;
		background: #eee;
		font-size: 15px;
		border: 1px solid #a0a0a0;
		border-radius: 3px;
		text-align: center;
		margin-bottom: 15px;
		box-sizing: border-box;
	}
	.input:focus {
		background: #f5f5f5;
		border: 1px solid rgba(0,0,0,0.4);
		box-shadow: inset 1px 1px 5px rgba(0,0,0,0.3),
		inset -1px -1px 5px rgba(0,0,0,0.3);
	}
	.phone {
		font-size: 20px;
	}
	.section_1 .button,
	.hidden_callback .button,
	.form_callback .button,
	#form_order .button {
		width: 100%;
		font-size: 16px;
		color: #ccc;
		padding: 13px 0 12px 0;
		margin-top: 15px;
		pointer-events: none;
		cursor: default;
		transition: text-shadow 0.3s ease-in, all 0.3s ease;
		-webkit-transform: scale(0.85);
		    -ms-transform: scale(0.85);
		        transform: scale(0.85);
	}
	.section_1 .button:hover,
	.section_4 .button:hover, {
		color: #fff;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.5),
		-1px -1px 1px rgba(0,0,0,0.5);
	}
	.section_1 .button:active,
	.section_4 .button:active  {
		background: #006e00;
		letter-spacing: 0;
		padding: 15px 0 10px 0;
	}
	/* Form-block END */

/* Section_1 END */

/* Section_2 --> */

	.section_2 .item {
		box-sizing: border-box;
		background: #017e00;
		color: #fff;
		font-weight: bold;
		text-align: center;
		line-height: 1.4;
		text-transform: uppercase;
		border: 1px solid #a0a0a0;
		border-radius: 4px;
		padding: 10px 5px 8px 5px;
		margin: 0 10px 0 0;
	}
	.section_2 .item:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

/* Section_2 END */

/* Section_3 --> */

	.text_h2 {
		width: 100%;
		font-size: 20px;
		color: #017e00;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 1px;
		text-align: center;
		margin: 0 0 15px 0;
	}
	.section_3 .thumb {
		box-sizing: border-box;
		width: 100%;
		background: #eee;
		border: 2px solid #017e00;
		border-radius: 4px;
		padding: 15px 30px;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	}

/* Section_3 END */	

/* Section_4,6 --> */
	
	.section_4 {
		text-align: center;
		border-radius: 5px;
		background: #ffce0b;
	}
	.section_half_1 {		
		border-bottom: 2px solid transparent;
		border-radius: 4px 4px 0 0;
		padding: 20px 10px 10px 10px;
	}
	.section_4 .tel_block {
		font-weight: bold;
		margin-bottom: 4px;
	}
	.section_4 .tel_block .br {
		display: inline-block;
		margin: 3px 5px 5px 5px;
	}
	.section_4 .text_h4 {
		font-family: 'Arial-Black';
		font-size: 18px;
		color: #ff0000;
		font-weight: bold;
		line-height: 1.4;		
	}
	.section_half_2 {
		padding: 10px 10px 15px 10px;
		border-radius: 0 0 4px 4px;
		position: relative;
	}
	
	
	.section_4 .input {
	    width: 80%;
	    min-width: 280px;
	    margin-bottom: 10px;
	}
	.section_4 .button {
		width: 35%;
		font-size: 15px;
		min-width: 280px;
		color: #ccc;
		padding: 13px 0 12px 0;
		margin-top: 0;
		pointer-events: none;
		cursor: default;		
		transition: text-shadow 0.3s ease-in, all 0.3s ease;
		-webkit-transform: scale(0.85);
		    -ms-transform: scale(0.85);
		        transform: scale(0.85);
	}

/* Section_4,6 END */

/* Section_5 --> */	

	.section_5 .item {
		text-align: center;
		border: 2px solid #017e00;
		border-radius: 4px;
		margin: 10px 0;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	}
	.section_5 .text_h2 {
		border: none;
		box-shadow: none;
	}
	.section_5 .text_h3 {
		background: #ffce0b;
		font-size: 14px;
		font-weight: bold;
		color: #017e00;
		letter-spacing: 0.5px;
		line-height: 1.4;
		margin-bottom: 5px;
	}
	.section_5 .thumb {
		overflow: hidden;
	}
	.section_5 img {
		-webkit-transform: scale(0.85);
		    -ms-transform: scale(0.85);
		        transform: scale(0.85);
		transition: 0.3s linear;
	}
	.section_5 .btn {
		display: inline-block;
		box-sizing: border-box;
		width: 100%;
		background: #017e00;
		font-size: 18px;
		color: #fccb04;
		font-weight: bold;
		letter-spacing: 0.5px;
		text-transform: uppercase;			
		padding: 10px;
		transition: 0.2s linear;
	}
	.section_5 .item:hover img {
		-webkit-transform: scale(1);
		    -ms-transform: scale(1);
		        transform: scale(1);
	}
	.section_5 .item:hover .btn {
		color: #fff;			
		letter-spacing: 1px;
		box-shadow: inset 0 0 3px 1px rgba(0,0,0,.2),
		inset rgba(0,0,0,.5) -2px -2px 4px 3px,
		inset rgba(255,255,255,.5) 2px 2px 4px 4px;
	}
	.section_5 .btn:active {
		letter-spacing: 0;
		padding: 11px 0 9px 0 !important;
		box-shadow: inset 0 0 3px 1px rgba(0,0,0,0.5),
		inset rgba(0,0,0,0.5) 2px 3px 6px 3px,
		inset rgba(0,0,0,.5) -2px -2px 5px 4px !important;
	}

/* Section_5 END */			

/* Section_7 --> */
.section_7 {
	background: #eee;
	border: 2px solid #017e00;
	border-radius: 4px;
	padding: 40px;
}
.section_7 h4.text_p {
	font-size: 16px;
	padding-left: 30px;
	margin-bottom: 30px;
}
.section_7 .strong {
	font-weight: bold;
	color: #32353a;
}
.section_7 div.text_p {
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
}
.section_7 .checked {
	padding: 0 5px 15px 25px;
	position: relative;
}
.section_7 .checked:last-child {
	padding-bottom: 0;
}
.section_7 .checked::before {
	content: '\f046';
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #017e00;
	position: absolute;
	top: -1px;
	left: 0;

}
/* Section_7 END */

/* Section 8 --> */
.section_8 .text_h2 {
	margin-top: 60px;
	margin-bottom: 30px;
}
.section_8 .container_work {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.section_8 .container_work .item {
	width: 200px;
	margin: 10px 34px 20px 0;
}
.section_8 .item:last-child {
	margin-right: 0;
}
.section_8 .container_work .item .thumb {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 90px;
	height: 90px;
	margin: 0 auto 25px auto;
	position: relative;
}
.section_8 .item .thumb::after {
	content: '\f054';
	font-family: 'FontAwesome';
	font-size: 38px;
	color: #c8c8c8;
	position: absolute;
	top: 50%;
	right: -80%;
  transform: translate(50%, -50%);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4), -1px 1px 1px rgba(0,0,0,0.3);
}

.section_8 .item:last-child .thumb::after {
	content: "";
}

.section_8 .item .thumb .ic::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'my-font-icon';
	font-style: normal;
	font-size: 90px;
	color: #4c4c4c;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.section_8 .item .thumb .icon_1::before {
	content: 'a';
	transform: rotate(5deg);
	margin-top: 5px;
	font-size: 88px;
}
.section_8 .item .thumb .icon_2::before {
	content: 'b';
	width: 69px;
	margin-left: 14px;
}
.section_8 .item .thumb .icon_3::before {
	content: 'c';
	margin-left: 16px;
	width: 73px;
}
.section_8 .item .thumb .icon_4::before {
	content: 'd';
}
.section_8 .item .thumb .icon_5::before {
	content: 'e';
	margin-left: 24px;
}

.section_8 .text_p {
	font-size: 18px;
	line-height: 1.3;
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	
}

@media screen and (max-width: 1182px) {

	.section_8 .item:nth-child(4) .thumb::after {
		display: none;
	}
}
@media screen and (max-width: 982px) {
	.section_8 .item:nth-child(3) .thumb::after {
		display: none;
	}
	.section_8 .item:nth-child(4) .thumb::after {
		display: block;
	}
}
@media screen and (max-width: 748px) {
	.section_8 .item:nth-child(2) .thumb::after {
		display: none;
	}
	.section_8 .item:nth-child(3) .thumb::after,
	.section_8 .item:nth-child(4) .thumb::after {
		display: block;
	}
}
@media screen and (max-width: 714px) {
	.section_8 .item:nth-child(4) .thumb::after {
		display: none;
	}
}
@media screen and (max-width: 514px) {
	.section_8 .container_work {
		max-width: 320px;
		margin: 0 auto;
	}
	.section_8 .container_work .item {
		width: 132px;
		margin-bottom: 30px;
	}
	.section_8 .container_work .item:nth-child(2),
	.section_8 .container_work .item:nth-child(4) {
		margin-right: 0;
	}
	.section_8 .item .thumb {
		justify-content: flex-start;
	}
	.section_8 .item .thumb::after {
		font-size: 26px;
		right: -38%;
	}
	.section_8 .item .thumb .icon_2::before {
		margin-left: 13px;
	}
	.section_8 .item .thumb .icon_5::before {
		margin-left: 0;
	}
	.section_8 .text_p {
		font-size: 14px;
		height: 40px;
	}
}
/* Section 8 END */


/* Footer --> */

	/* Footer-top --> */
	footer {
		background: #4c4c4c;
		color: #ccc;
		line-height: 1.3;
	}
	footer .wrapper {
		padding: 40px 15px;
	}
	.footer_left {
		width: 636px;
	}
	footer .adress_block .half_1 {
		padding-left: 7px;
		margin-bottom: 7px;
		-webkit-align-self: center;
		    -ms-flex-item-align: center;
		            -ms-grid-row-align: center;
		        align-self: center;
	}
	footer .adress_block .half_2 a {
		color: #ccc;
		border-bottom: double transparent;
		border-radius: 7px;
		padding: 0 7px 2px 7px;
		position: relative;
		transition: 0.3s ease-in;
	}
	footer .adress_block .half_2 a:hover {
		color: #fff;
		border-bottom: double #ccc;
	}
	footer .adress_block .half_2 a:focus {
		outline: none;
	}
	footer .phone_block li:last-child {
		font-size: 17px;
		margin-top: 17px;
	}
	footer .delivery {
		padding-bottom: 15px;
	}
	footer .delivery .text_h4 {
		font-weight: bold;
		padding-bottom: 17px;
	}
	footer .delivery .br {
		display: block;
	}

	.footer_right {
		font-weight: bold;		
		letter-spacing: 0.5px;
	}
	.footer_right .partners_name {
		font-size: 14px;
		letter-spacing: 0;
		text-transform: uppercase;
		margin-bottom: 12px;
	}
	.partners_name .br {
		display: block;
	}
	.footer_right .partners_link {
		padding: 7px 0 10px 0px;
	}
	.footer_right .partners_link a {
		display: inline-block;
		color: #ccc;
		border-bottom: double transparent;		
		border-radius: 7px;
		padding: 0 7px 2px 7px;
		position: relative;
		transition: 0.3s ease-in;
	}
	.footer_right .partners_link a:hover {
		color: #fff;
		border-bottom: double #ccc;

	}
	.footer_right .partners_link a:active {
		top: 1px;
		left: 1px;
	}
	/* Footer-top END */

	/* Footer-bottom --> */
	.footer_bottom .wrapper {
		height: 60px;
		padding: 0 15px;
	}
	.footer_bottom {
		box-sizing: border-box;
		background: #fff;
		font-size: 14px;
		color: #000;
	}
	.footer_bottom .text_right {
		padding-right: 20px;
	}
	.footer_bottom a.text_right {
		position: relative;
		border-bottom: 1px dotted;
		padding-right: 0;
		margin: 0 5px;
		color: #000;
	}
	.footer_bottom a.text_right::after {
	    content: "";
	    position: absolute;
	    width: 100%;
	    height: 1px;
	    bottom: -1px;
	    left: 0;
	    background-color: #888;
	    visibility: hidden;
	    transition: all 0.3s ease-in-out;
	    -webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	    transform: scaleX(0);
	}
	.footer_bottom a.text_right:hover::after {
	    visibility: visible;
	    -webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
	    transform: scaleX(1);
	}
	/* Footer-bottom END */

/* Footer END */

/* PopUp-block --> */

	.hidden_callback,
	.hidden_order,
	.hidden_inform {
		display: none;
	}
	.form_callback {
		box-sizing: border-box;
		max-width: 600px;
		min-width: 300px;
		background: #fccb04;
		border: 2px solid #017e00;
		border-radius: 4px;
		padding: 40px 10px 20px 10px;
		margin: auto;
		box-shadow: 1px 1px 5px rgba(255, 2555, 255, 0.3),
		-1px -1px 5px rgba(255, 2555, 255, 0.3);
		position: relative;
	}
	.form_callback .text_h2 {
		text-transform: none;
		font-size: 25px;
		letter-spacing: 0;
	}
	.form_callback .input,
	#form_order .input {
		margin-bottom: 10px;
	}
	.form_callback .button,
	#form_order .button {
		width: 280px;
		margin-top: 10px;
	}
	.button:focus,
	#popup_toggle:focus {
		outline: none !important;
	}
	
	#form_order {
		box-sizing: border-box;
		max-width: 600px;
		min-width: 300px;
		margin: auto;
		padding: 15px 10px 15px 10px !important;
		box-shadow: 1px 1px 5px rgba(255, 2555, 255, 0.3),
		-1px -1px 5px rgba(255, 2555, 255, 0.3);
		position: relative;
	}
	@media screen and (max-width: 545px) {
		#form_order .text_red {
			display: block;
		}
	}
	#form_order .text_h3 {
		line-height: 18px;
		margin: 5px 0 15px 0;
	}

	.success-window {
		position: fixed;
    box-sizing: border-box;
    max-width: 604px;
    width: 97%;
    min-width: 300px;
    min-height: 285px;
    background: #fff;
    border: 2px solid #017e00;
    border-radius: 4px;
    padding: 25px 20px 25px 20px;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.3), -1px -1px 5px rgba(255, 255, 255, 0.3);
    color: #565656;
    display: none;
    z-index: 100000;
	}
	.success-window p {
    font-size: 25px;
    font-weight: bold;
    color: #3a3a3a;
    text-align: center;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
	}
	#overlay {
		background: #000;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		opacity: 0.5;
		z-index: 200;
		display: none;
	}

	/* Анимация PopUp */

		/* overlay at start */
		.mfp-fade.mfp-bg {
		  opacity: 0;
		  transition: all 0.15s ease-out;
		}
		/* overlay animate in */
		.mfp-fade.mfp-bg.mfp-ready {
		  opacity: 0.8;
		}
		/* overlay animate out */
		.mfp-fade.mfp-bg.mfp-removing {
		  opacity: 0;
		}

		/* content at start */
		.mfp-fade.mfp-wrap .mfp-content {
		  opacity: 0;

		  -webkit-transform: scale(0);
			  -ms-transform: scale(0);
		 		  transform: scale(0);
		  transition: all 0.5s ease-out;
		}
		/* content animate it */
		.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
		  opacity: 1;

		    -webkit-transform: scale(1);
		  	  -ms-transform: scale(1);
		   		  transform: scale(1);
		}
		/* content animate out */
		.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
		  opacity: 0;
		}
	/* Анимация PopUp END */

	/* Анимация PopUp 2 ->> */

	.mfp-zoom-in {
		/* start state */
		/* animate in */
		/* animate out */
	}
	.mfp-zoom-in .mfp-content {
		opacity: 0;
		transition: all 0.2s ease-in-out;
		transform: scale(0.8);
	}
	.mfp-zoom-in.mfp-bg {
		opacity: 0;
		transition: all 0.3s ease-out;
	}
	.mfp-zoom-in.mfp-ready .mfp-content {
		opacity: 1;
		transform: scale(1);
	}
	.mfp-zoom-in.mfp-ready.mfp-bg {
		opacity: 0.8;
	}
	.mfp-zoom-in.mfp-removing .mfp-content {
		transform: scale(1.2);
		opacity: 0;
	}
	.mfp-zoom-in.mfp-removing.mfp-bg {
		opacity: 0;
	}

	.mfp-with-zoom .mfp-container,
	.mfp-with-zoom.mfp-bg {
		opacity: 0;
		-webkit-backface-visibility: hidden;
		/* ideally, transition speed should match zoom duration */
		-webkit-transition: all 0.3s ease-out; 
		-moz-transition: all 0.3s ease-out; 
		-o-transition: all 0.3s ease-out; 
		transition: all 0.3s ease-out;
	}

	.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
	}
	.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
	}

	.mfp-with-zoom.mfp-removing .mfp-container, 
	.mfp-with-zoom.mfp-removing.mfp-bg {
		opacity: 0;
	}
	/* Анимация PopUp 2 End*/

/* PopUp-block END */

/* cтили для брендов ->> */

.br_block {
	box-sizing: border-box;
	width: 100%;
	background: #eee;
	border: 2px solid #017e00;
	border-radius: 4px;
	padding: 15px 30px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.br_block .row {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.br_block a {
	max-width: 180px;
	text-align: center;
	border-bottom: 2px solid transparent;
	padding-bottom: 2px;
	margin: 0 5px;
	transition: 0.25s ease;
}
.br_block a:hover {
	transform: scale(1.1);
}
.br_block a:focus {
	outline: none;
	border-bottom: 2px solid blue;
}

.hidden {
	display: none;
}
.br_content {
	width: 100%;
	max-width: 600px;
	min-width: 300px;
	max-height: 70vh;
	background: #fff;
	line-height: 1.2;
	border: 2px solid #017e00;
	border-radius: 4px;
	padding: 15px 10px 10px 20px ;
	margin: auto;
	overflow: auto;
	position: relative;
	box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.3), -1px -1px 5px rgba(255, 255, 255, 0.3);
	font-family: tahoma, sans-serif;
	font-size: 17px;
	letter-spacing: 0.01em;
}
.br_content .text_name {
	font-size: 25px;
	font-weight: bold;
	margin-left: 45px;
	margin-bottom: 10px;
	margin-top: 2px;
	color: #444;
}
.br_content p {
	margin-bottom: 10px;
}
.br_content .strong {
	font-weight: bold;
	color: #444;
}
.br_content li {
	padding-left: 20px;
	position: relative;
	margin-bottom: 5px;
}
.br_content li::before {
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 7px;
	position: absolute;
	top: 10px;
	left: 5px;
	color: #000;
}
.br_content button.mfp-close {
	font-size: 40px;
}

/* cтили для брендов END */

/* Политика конфиденциальности --> */
.inform {
	box-sizing: border-box;
	width: 90%;
	min-width: 300px;
	height: 500px;
	overflow: auto;
	font-size: 14px;
	background: #fff;
	border: 2px solid #017e00;
	border-radius: 4px;
	margin: auto;
	padding: 25px;
	box-shadow: 1px 1px 5px rgba(255, 2555, 255, 0.3),
	-1px -1px 5px rgba(255, 2555, 255, 0.3);
	position: relative !important;
}
.inform .mfp-close {
	position: fixed;
	top: 10px;
	right: 20px;
	font-size: 40px;
	font-weight: bold;
	opacity: 1;
	text-shadow: 2px 0px #fff, 0px 2px #fff, -2px 0px #fff, 0px -2px #fff
}
.inform .mfp-close:active {
	top: 10px !important;
	-webkit-transform: scale(0.98);
	    -ms-transform: scale(0.98);
	        transform: scale(0.98);
}
.inform .hest_3 {
	font-size: 15px;
	margin: 10px 0 6px 0;
	text-transform: uppercase;
}
.inform .strong {
	font-weight: bold;
	color: #000;
	
}
.inform .center {
	text-align: center;
}
.inform p {
	padding-bottom: 5px;
}
.inform p:last-child {
	padding-bottom: 0;
}
.inform li {
	padding-left: 20px;
	position: relative;
	margin-bottom: 5px;
}
.inform li::before {
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 7px;
	position: absolute;
	top: 4px;
	left: 5px;
}

@media screen and (max-width: 800px) {
	.inform {
		height: 280px;
	}
}
@media screen and (max-width: 500px) {
	.inform {
		height: 450px;
	}
}
/* Политика конфиденциальности END */

/* sticky button --> */
	#popup_toggle {
		transition: 1s cubic-bezier(0.18, 0.89, 0.32, 1.28);
		-webkit-transform: scale(0);
		    -ms-transform: scale(0);
		        transform: scale(0);
	}
/* sticky button END */