@charset "UTF-8";
@font-face{
    font-family: 'Lato';
    src: url('../fonts/lato-thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face{
    font-family: 'Lato';
    src: url('../fonts/lato-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face{
    font-family: 'Lato';
    src: url('../fonts/lato-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Lato';
    src: url('../fonts/lato-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face{
    font-family: 'Lato';
    src: url('../fonts/lato-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face{
    font-family: 'Lato';
    src: url('../fonts/lato-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,input,button,textarea,p,blockquote,th,td,figure,figcaption,nav,section,menu,main{
	margin: 0;
	padding: 0;
}
table{
	border-spacing: 0;
}
img{
	border: none;
/*	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);*/
}
ul li, menu li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: inherit;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
*{
/*	text-rendering: optimizeLegibility;*/
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
::-webkit-input-placeholder{
	opacity: 1;
	color: #acacac;
	transition: all .4s ease;
}
::-moz-input-placeholder{
	opacity: 1;
	color: #acacac;
	transition: all .4s ease;
}
:-moz-input-placeholder{
	opacity: 1;
	color: #acacac;
	transition: all .4s ease;
}
:input-placeholder{
	opacity: 1;
	color: #acacac;
	transition: all .4s ease;
}
.error::-webkit-input-placeholder{
	color: #f45803;
}
.error::-moz-input-placeholder{
	color: #f45803;
}
.error:-moz-input-placeholder{
	color: #f45803;
}
.error:input-placeholder{
	color: #f45803;
}
select:invalid{
	color: #acacac;
}
option{
	color: #555;
}
:focus::-webkit-input-placeholder{
	opacity: 0;
	text-indent: -100px;
}
:focus:-moz-placeholder{
	opacity: 0;
	text-indent: -100px;
}
:focus::-moz-placeholder{
	opacity: 0;
	text-indent: -100px;
}
:focus:input-placeholder{
	opacity: 0;
	text-indent: -100px;
}
input[type='checkbox'],input[type='submit'],input[type='reset'],input[type='radio'],input[type='image'],input[type='file'],button,label{
	cursor: pointer;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
	transition: all .4s ease;
}
a:hover,
a[href^='tel'],
a.noline{
	text-decoration: none;
}
body{
    font: normal 16px/1.075 'Lato', Tahoma, Ubuntu, sans-serif;
	color: #555;
	background: #fff;
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='number'], input[type='search'], input[type='url'], input[type='time'], textarea, select{
	display: block;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 9px 10px 10px;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	color: #555;
	text-align: left;
	text-indent: 0;
	border: 1px solid #a6a6a6;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0;
	box-shadow: none !important;
	transition: all .4s ease;
}
input[type='text']:hover, input[type='password']:hover, input[type='email']:hover, input[type='tel']:hover, input[type='number']:hover, input[type='search']:hover, input[type='url']:hover, input[type='time']:hover, textarea:hover, select:hover{
	border-color: #6c6c6c;
}
input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='tel']:focus, input[type='number']:focus, input[type='search']:focus, input[type='url']:focus, input[type='time']:focus, textarea:focus, select:focus{
	box-shadow: 0 0 0 2px rgba(0,0,0,.1) !important;
}
input.error,
textarea.error,
select.error{
	font-weight: bold !important;
	color: #f45803 !important;
	border-color: #f45803 !important;
}
select{
	cursor: pointer;
	line-height: normal;
	padding: 0 30px 0 6px;
	background: #fff url('../images/select.png') no-repeat right 10px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
select::-ms-expand{
	display: none;
}
textarea{
	height: 118px;
	text-align: left;
	resize: none;
}
input[type='checkbox'],
input[type='radio']{
	display: none;
}
input[type='checkbox']+.input,
input[type='radio']+.input{
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	margin: 0 15px 0 0;
	vertical-align: -9px;
	border: 2px solid #fff;
	box-sizing: border-box;
	border-radius: 100%;
}
input[type='checkbox']+.input:after,
input[type='radio']+.input:after{
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	content: '';
	background: #fff;
	border-radius: 100%;
	transition: all .4s ease;
}
input[type='checkbox']:checked+.input:after,
input[type='radio']:checked+.input:after{
	opacity: 1;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: 40px;	   
	margin: 0;
	padding: 8px 18px;
	font-size: 22px;
	font-weight: normal;
	line-height: normal;
	color: #fff;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	border: 0 none;
	background: #7bac36;
	box-sizing: border-box;
	border-radius: 0;
	box-shadow: none !important;
	transition: all .4s ease;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button.orange{
	background: #ff9d38;
}
.button:focus{
	box-shadow: 0 0 0 2px rgba(0,0,0,.1) !important;
}
.button:hover{
	background: #959595;
}
.button:active{
	background: #aaa;
}
.button.active{
	cursor: default;
}
[disabled]{
	cursor: not-allowed !important;
	opacity: .5 !important;
	background: #aaa !important;
	box-shadow: none !important;
}
.button.inline-table{
	padding-top: 0;
	padding-bottom: 0;
}
.button .img{
	height: 38px;
	padding-top: 2px;
	padding-right: 10px;
}
.button .img img{
	max-width: none;
	max-height: none;
}
.button .txt{
	text-align: left;
}
.button[disabled],
.button.disabled{
	color: #fff !important;
	background: #ccc !important;
	box-shadow: none !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}
.nobr{
	white-space: nowrap;
}
.relative{
	position: relative;
}
.center{
	text-align: center;
}
.justify{
	text-align: justify;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	display: block;
	clear: both;
}
.clearfix:before,
.clearfix:after{
	float: none !important;
	content: '';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.animate{
	transition: all .4s ease;
}
.cover,
.cover [class*='type-'],
.passive [class*='type-']{
	opacity: 0;
}
@media only screen and (min-width: 768px){ 
	.cover,
	.cover [class*='type-'],
	.passive [class*='type-']{
		-webkit-filter: blur(5px);
		filter: blur(5px);
	}
}
.wait-1{
	transition-delay: .2s;
}
.wait-2{
	transition-delay: .4s;
}
.wait-3{
	transition-delay: .6s;
}
.wait-4{
	transition-delay: .8s;
}
.wait-5{
	transition-delay: 1s;
}
.wait-6{
	transition-delay: 1.2s;
}
.wait-7{
	transition-delay: 1.4s;
}
.wait-8{
	transition-delay: 1.6s;
}
.wait-9{
	transition-delay: 1.8s;
}
.wait-10{
	transition-delay: 2s;
}
.wait-11{
	transition-delay: 2.2s;
}
.wait-12{
	transition-delay: 2.4s;
}
.wait-13{
	transition-delay: 2.6s;
}
.wait-14{
	transition-delay: 2.8s;
}
.wait-15{
	transition-delay: 3s;
}
.wait-16{
	transition-delay: 3.2s;
}
.wait-17{
	transition-delay: 3.4s;
}
.wait-18{
	transition-delay: 3.6s;
}
.wait-19{
	transition-delay: 3.8s;
}
.wait-20{
	transition-delay: 4s;
}
.wait-21{
	transition-delay: 4.2s;
}
.wait-22{
	transition-delay: 4.4s;
}
.wait-23{
	transition-delay: 4.6s;
}
.wait-24{
	transition-delay: 4.8s;
}
.wait-25{
	transition-delay: 5s;
}
.wait-26{
	transition-delay: 5.2s;
}
.wait-27{
	transition-delay: 5.4s;
}
.wait-28{
	transition-delay: 5.6s;
}
.wait-29{
	transition-delay: 5.8s;
}
.wait-30{
	transition-delay: 6s;
}
.wait-31{
	transition-delay: 6.2s;
}
.wait-32{
	transition-delay: 6.4s;
}
.wait-33{
	transition-delay: 6.6s;
}
.wait-34{
	transition-delay: 6.8s;
}
.wait-35{
	transition-delay: 7s;
}
.cover .type-top,
.passive .type-top{
	-webkit-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
}
.cover .type-left,
.passive .type-left{
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
}
.cover .type-right,
.passive .type-right{
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px);
}
.cover .type-bottom,
.passive .type-bottom{
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
}
.cover .type-zoom-in,
.passive .type-zoom-in{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}
.cover .type-zoom-out,
.passive .type-zoom-out{
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	transform: scale(2);
}
.circle{
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0 none;
	border-bottom: 1px solid #fff;
	background: none;
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 0;
}
.table .table{
	background: none;
}
.inline-table{
	display: inline-table;
	border-spacing: 0;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.td.left{
	text-align: left;
}
.td.right{
	text-align: right;
}
.td.top{
	vertical-align: top;
}
.td.bottom{
	vertical-align: bottom;
}
.img{
	font-size: 0;
	line-height: 0;
}
.img img{
	max-width: 100%;
	max-height: 100%;
}
.inline-block{
	display: inline-block;
}
.noselect{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flex{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-align:center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.inline-flex{
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-align:center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex.row,
.inline-flex.row{
	-webkit-flex-flow: row wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-align: start;
	align-content: flex-start;
}
.flex.row.around,
.inline-flex.row.around{
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
/* off */

/* text */
.plaintext h1,
.plaintext h2,
.plaintext h3,
.title{
	margin-bottom: 20px;
	font-size: 58px;
	font-weight: 300;
	line-height: 1;
	color: #959595;
}
.plaintext h3,
h3.title,
.title.small{
	font-size: 32px;
}
.plaintext p,
.plaintext img,
.plaintext hr{
	margin: 0 0 20px;
}
.plaintext img{
	max-width: 100%;
}
.plaintext img[style*='float:left'],
.plaintext img[style*='float: left']{
	margin: 0 20px 20px 0 !important;
}
.plaintext img[style*='float:right'],
.plaintext img[style*='float: right']{
	margin: 0 0 20px 20px !important;
}
.plaintext ol,
.plaintext ul{
	margin: 0 0 20px;
	padding: 0 17px;
}
.plaintext ol ol,
.plaintext ul ol,
.plaintext ul ol,
.plaintext ul ul{
	margin: 0;
}
.plaintext ol ol li{
	list-style: lower-alpha;
}
.plaintext ul li,
.plaintext ol ul li{
	list-style: disc;
}
.plaintext ul ul li{
	list-style: square;
}
.plaintext table{
	margin: 0 0 20px;
}
.plaintext table img,
.plaintext table p{
	margin: 0;
}
.plaintext sup,
.plaintext sub{
	font-size: .7em;
	line-height: 100%;
	vertical-align: 4px;
}
.plaintext sub{
	vertical-align: -2px;
}
.plaintext > *:nth-last-child(2){
	margin-bottom: 0;
}
/* off */
.white{
	color: #fff !important;
}

.wrapper{
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	min-width: 1000px;
    min-height: 100vh;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-content: stretch;
	-ms-flex-align: stretch;
	align-content: stretch;
/*	background: url('../images/tmp.png') no-repeat center top;*/
}
header,
footer{
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.inside{
	width: 940px;
	margin: 0 auto;
}
.section{
	padding: 60px 0 0;
}
#action.section{
	padding-top: 85px;
}
#safety-technics.section{
	margin-left: -48px;
	margin-top: -24px;
	padding-left: 48px;
	padding-top: 95px;
	background: url('../images/carrot2.png') no-repeat left top;
}
#safety-technics.section .title{
	margin-bottom: 54px;
}

.side-nav{
	position: fixed;
	z-index: 7778;
	right: calc((50vw - 490px) / 2 + 10px);
	top: 0;
	width: 0;
	height: 100%;
	padding-top: 40px;
	box-sizing: border-box;
}
.side-nav,
.nav{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.side-nav li{
	padding: 5px 0;
}
.side-nav .noline{
	display: block;
	width: 6px;
	height: 6px;
	border: 2px solid #000;
}
.side-nav li:nth-child(1) .noline{
	border-color: #f45803;
	background: #f45803;
}
.side-nav li:nth-child(2) .noline{
	border-color: #ff972c;
	background: #ff972c;
}
.side-nav li:nth-child(3) .noline{
	border-color: #ffbf2a;
	background: #ffbf2a;
}
.side-nav li:nth-child(4) .noline{
	border-color: #7bac36;
	background: #7bac36;
}
.side-nav li:nth-child(5) .noline{
	border-color: #555;
	background: #555;
}
.side-nav li:not(.active) .noline{
	background: #fff;
}
.side-nav li.active .noline{
	cursor: default;
}
/* header */
header{
	position: absolute;
	z-index: 7777;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 180px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
header.fixed{
	position: fixed;
	top: -140px;
}
header .top,
footer .top{
	height: 57px;
	padding: 40px 0 43px;
}
.nav{
	margin: 0 -10px;
	font-size: 20px;
	font-weight: bold;
}
.nav:before,
.nav:after{
	position: absolute;
	top: 0;
	width: 300%;
	height: 100%;
	content: '';
}
.nav:before{
	right: 50%;
	background: #f45803;
}
.nav:after{
	left: 50%;
	background: #555;
}
.nav .table{
	z-index: 1;
	table-layout: fixed;
}
.nav .td{
	width: 33.333%;
}
.nav .td .td{
	width: 10000px;
	height: 38px;
	padding: 0 0 2px;
}
footer .nav .td{
	height: 5px;
}
footer .nav .td:nth-child(1),
.nav .td:nth-child(1) .td{
	background: #ff972c
}
footer .nav .td:nth-child(2),
.nav .td:nth-child(2){
	background: #ffbf2a;
}
footer .nav .td:nth-child(3),
.nav .td:nth-child(3){
	background: #7bac36;
}
.nav .td .td:hover{
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.05);
}
.nav .td.active .td{
	cursor: default;
	box-shadow: none;
}
.nav .td .td:after{
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin: 0 0 0 -10px;
	content: '';
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: transparent;
	transition: all .4s ease;
}
.nav .td.active:nth-child(1) .td:after{
	border-top-color: #ff972c
}
.nav .td.active:nth-child(2) .td:after{
	border-top-color: #ffbf2a;
}
.nav .td.active:nth-child(3) .td:after{
	border-top-color: #7bac36;
}
/* header off */

/* content */
main{
	padding-top: 180px;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.figure:not(:first-child){
	margin-top: 40px;
}
#action .figure:not(:first-child){
	margin-top: 53px;
}
#action .figure:nth-child(2){
	margin-top: 0;
}
.figure:first-child{
	padding-bottom: 20px;
}
.figure:before,
.figure:after{
	pointer-events: none;
	position: absolute;
}
.figure:first-child:before{
	right: -41px;
	top: -28px;
	width: 261px;
	height: 268px;
	content: url('../images/pan.png');
}
#safety-technics .figure:first-child:before{
	right: -40px;
	top: -30px;
	width: 260px;
	height: 270px;
	content: url('../images/2-layers-safe.png');
}
#safety-technics .figure:first-child:after{
	left: 100%;
	top: 347px;
	width: 34px;
	height: 28px;
	margin-left: 54px;
	content: url('../images/triangle1.png');
}
#action .figure:nth-child(2){
	margin-right: -158px;
	padding: 0 158px 286px 0;
	background: url('../images/11-layers.png') no-repeat right bottom;
}
.plock{
	position: absolute;
	left: 278px;
	top: 230px;
}
.figure:nth-child(2):before{
	right: 100%;
	top: 58px;
	width: 106px;
	height: 22px;
	content: url('../images/spaghetti.png');
}
#action .figure:nth-child(2):before,
#safety-technics .figure:nth-child(4):before{
	right: 100%;
	top: 4px;
	width: 49px;
	height: 55px;
	margin-right: 101px;
	content: url('../images/traingle-hole.png');
}
.figure:nth-child(2):after{
	right: 432px;
	top: 25px;
	width: 89px;
	height: 98px;
	content: url('../images/paprika.png');
}
#action .figure:nth-child(2):after{
	left: 100%;
	right: auto;
	top: 273px;
	width: 87px;
	height: 66px;
	margin-left: -169px;
	content: url('../images/potato.png');
}
#safety-technics .figure:nth-child(2):after{
	right: 421px;
	top: 18px;
	width: 98px;
	height: 64px;
	content: url('../images/watermelon.png');
}
#safety-technics .figure:nth-child(6):after{
	right: 632px;
	top: 8px;
	width: 108px;
	height: 61px;
	content: url('../images/plates.png');
}
.figure:nth-child(3){
	background: url('../images/2-layers.png') no-repeat right bottom 20px;
}
#action .figure:nth-child(3){
	background: url('../images/bottom-1.png') no-repeat right 27px bottom 76px;
}
#safety-technics .figure:nth-child(3){
	background-image: url('../images/3-layers.png');
}
.figure:nth-child(3):before{
	left: -30px;
	top: -177px;
	width: 177px;
	height: 171px;
	content: url('../images/vegetables.png');
}
#action .figure:nth-child(3):before{
	left: -5px;
	top: -36px;
	width: 43px;
	height: 49px;
	content: url('../images/mushroom.png');
}
#safety-technics .figure:nth-child(3):before{
	left: -12px;
	top: -156px;
	width: 75px;
	height: 158px;
	content: url('../images/flowers.png');
}
.figure:nth-child(3):after{
	left: 100%;
	top: 21px;
	width: 91px;
	height: 92px;
	margin-left: 70px;
	content: url('../images/yellow-romb.png');
}
#action .figure:nth-child(3):after{
	content: none;
}
#safety-technics .figure:nth-child(3):after{
	left: 100%;
	top: 21px;
	width: 110px;
	height: 359px;
	margin-left: 50px;
	content: url('../images/2-layers-square.png');
}
#safety-technics .figure:nth-child(4) .img{
	position: relative;
}
#safety-technics .figure:nth-child(4) .img:before{
	position: absolute;
	right: 100%;
	top: 344px;
	width: 83px;
	height: 67px;
	margin: 20px 465px 0 0;
	content: url('../images/cheeze.png');
}
#safety-technics .figure:nth-child(4):after{
	left: 100%;
	top: 337px;
	width: 22px;
	height: 106px;
	margin-left: 138px;
	content: url('../images/spaghetti-vertical-reverse.png');
}
#safety-technics .figure:nth-child(5){
	background: url('../images/2-layers-bb.png') no-repeat right bottom;
}
#safety-technics .figure:nth-child(6){
	margin-left: -108px;
	padding-left: 108px;
	margin-right: -200px;
	padding-right: 200px;
	padding-bottom: 229px;
	background: url('../images/5-layers-bot.png') no-repeat left bottom;
}
#safety-technics .figure:nth-child(5):after{
	left: 100%;
	top: 52px;
	width: 138px;
	height: 314px;
	margin-left: 35px;
	content: url('../images/2-layers-circle.png');
}
.spaghetti-vertical{
	position: absolute;
	left: 100%;
	bottom: 22px;
	margin-left: 67px;
}
.figure .img{
	width: 440px;
	height: 440px;
	border: 5px solid #f45803;
	box-sizing: border-box;
}
#safety-technics .figure:nth-child(4) .img{
	margin-top: -20px;
	margin-bottom: 20px;
}
.figure.yellow .img{
	border-color: #ff972c;
}
.figure.yellower .img{
	border-color: #ffbf2a;
}
.figure .img.left{
	background: #f45803;
}
.figure.yellow .img.left{
	background: none;
}
.figure.yellower .img.left,
.figure.yellower:nth-child(6) .img{
	background: #ffbf2a;
}
.figure .image{
	width: inherit;
	height: inherit;
	margin: -25px 0 0 15px;
	background: no-repeat center center/auto 100%;
	box-sizing: border-box;
}
.figure .img.right .image{
	margin: -25px 0 0 -25px;
}
.figure:first-child .image,
.figure.yellow .image,
.figure.yellow .img.right .image{
	margin-top: 15px;
}
#safety-technics .figure:nth-child(4) .img .image{
	margin-top: 15px;
}
#text-block .figure:first-child .image{
	width: 680px;
}
#action .figure:nth-child(3) .img.left{
	position: relative;
}
#action .figure:nth-child(3) .image{
	cursor: pointer;
	width: 496px;
	height: 495px;
	margin-left: 33px;
	margin-top: 15px;
	background-position: left top;
	background-size: auto !important;
}
#action .figure:nth-child(3) .img.active .image{
	background-image: url('../files/images/lock1.png') !important;
}
#action .figure:nth-child(3) .image:before,
#action .figure:nth-child(3) .image:after{
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 85px;
	height: 10px;
	content: url('../images/arrows-green-r.png');
	transition: all .4s ease;
}
#action .figure:nth-child(3) .image:after{
	opacity: 0;
	content: url('../images/arrows-orange-l.png');
	transform: scale(-1);
}
#action .figure:nth-child(3) .img.active .image:after{
	opacity: 1;
	transform: scale(1);
}
#action .figure:nth-child(3) .img.active .image:before{
	opacity: 0;
	transform: scale(-1);
}
.figure .image img{
	opacity: 0;
	width: 100%;
	height: 100%;
}
.figure .txt{
	font-size: 20px;
}
.figure .txt,
.figure .txt:before,
.figure .txt:after{
	position: absolute;
	z-index: 1;
	box-sizing: border-box;
}
.figure:first-child .txt{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	left: 480px;
	top: 240px;
	width: 220px;
	height: 220px;
	padding: 0 50px 17px 17px;
	background: #f45803;
}
.figure.yellower:first-child .txt{
	padding-right: 10px;
	color: #fff;
	background: #ffbf2a;
}
.figure:first-child .txt:before{
	opacity: .5;
	left: 17px;
	top: 20px;
	content: url('../images/speak-white.png');
}
.figure.yellower:first-child .txt:before{
	opacity: 1;
}
.figure:nth-child(even) .txt{
	left: 117px;
	top: 152px;
	width: 220px;
}
#action .figure:nth-child(2) .txt{
	left: 0;
	top: 156px;
	width: 235px;
}
#safety-technics .figure:not(:first-child) .txt{
	width: 260px !important;
}
#safety-technics .figure:nth-child(4) .txt{
	top: 164px;
	width: 220px !important;
}
.figure:nth-child(6) .txt{
	top: 95px;
}
.figure:nth-child(even) .txt:before{
	left: 0;
	bottom: 100%;
	margin-bottom: 10px;
	content: url('../images/speak.png');
}
#safety-technics .figure:nth-child(even) .txt:before{
	content: url('../images/speak-yellower.png');
}
#safety-technics .figure:nth-child(odd):not(:first-child) .txt:before{
	bottom: 100%;
	margin-bottom: 10px;
	content: url('../images/speak-yellower-reverse.png');
}
.figure.yellow:nth-child(2) .txt:before{
	left: auto;
	right: 100%;
	top: 4px;
	bottom: auto;
	margin-right: 20px;
	margin-bottom: 0;
	content: url('../images/speak-yellow.png');
}
.figure:nth-child(odd):not(:first-child) .txt{
	left: 496px;
	top: 113px;
	width: 225px;
}
#safety-technics .figure:nth-child(odd):not(:first-child) .txt{
	top: 95px;
}
#safety-technics .figure:nth-child(5):not(:first-child) .txt{
	top: 80px;
}
.figure:nth-child(3) .txt:after{
	position: static;
	margin-left: 10px;
	content: url('../images/speak-bottom.png');
	vertical-align: -17px;
}
#safety-technics .figure:nth-child(6) .txt{
	width: 220px !important;
	left: 225px;
}
#safety-technics .figure:nth-child(6) .txt:after{
	right: 0;
	top: 100%;
	margin: -10px 16px 0 0;
	content: url('../images/speak-btm.png');
}
#safety-technics .figure:nth-child(3) .txt:after{
	content: none;
}
.spaghetti{
	padding-top: 110px;
}
.figure .text{
	position: absolute;
	left: 489px;
	width: auto;
}
.figure .text.text1{
	top: 98px;
}
.figure .text.text2{
	top: 100%;
	margin-top: 30px;
}
.figure .text .td{
	width: 290px;
	font-size: 20px;
	text-align: left;
}
.figure .text.text3 .td{
	width: 330px;
}
.figure .text .td:first-child{
	width: 40px !important;
	padding: 0 10px 8px 0;
	color: #7bac36;
	font-size: 100px;
	font-weight: 100;
	line-height: 0;	
	text-align: right;
}
.f3.figure{
	margin: 81px -200px 0 !important;
	padding: 0 200px;
	height: 696px;
	background: url('../images/19-layers.png') no-repeat 59px bottom;
}
.f3.figure .text{
	left: 689px;
	top: 410px;
}
#safety-tips{
	margin: -26px -200px 0;
	padding: 86px 200px 0;
	min-height: 1160px;
	background: url('../images/tips.png') no-repeat center top;
}
.tips{
	padding-top: 14px;
	table-layout: fixed;
}
.tips .td{
	width: 50%;
	height: 50%;
}
.tips .tip{
	padding-top: 20px;
}
.tips .tip:first-child,
.tips .tip figure.td:first-child{
	padding-right: 10px;
}
.tips .tip:last-child,
.tips .tip figure.td:last-child{
	padding-left: 10px;
}
.tips .image,
.tips .txt{
	height: 220px;
	text-align: left;
	background: #e1e1e1;
}
.tips .text{
	padding: 0 20px;
}
.tips .image{
	background: no-repeat center center/cover;
}
#callback-form{
	padding-top: 43px;
	padding-bottom: 43vw;
	background: url('../images/9-layers-bottom.png') no-repeat center bottom 60px/69.47291361639824% auto, url('../images/9-layers-top.png') no-repeat center 17px, url('../images/form.png') no-repeat center bottom/100% auto;
}
#callback-form .button{
	vertical-align: top;
}
#form{
	width: 980px;
	height: 80vh;
	background: #fff;
}
#callback-form .title{
	margin-bottom: 28px;
}
#callback-form h3,
#form h3{
	margin: 0 0 23px;
	font-size: 22px;
}
#form h3{
	margin-bottom: 10px;
}
.after-send .title{
	margin: 10px 0;
}
#callback-form .after-send h3,
#form .after-send h3{
	margin-bottom: 0;
}
.before-send table{
	width: 660px;
	margin: 0 auto;
	border-spacing: 20px;
}
#callback-form .before-send table{
	table-layout: fixed;
}
#form .before-send table{
	width: 620px;
	border-spacing: 0;
}
.after-send table{
	width: 100%;
}
.before-send td{
	vertical-align: top;
}
#form .before-send td{
	width: 10000px;
}
#form .before-send td:last-child{
	width: 0;
}
#callback-form .after-send td{
	padding-bottom: 80px;
}
.before-send td:first-child{
	text-align: right;
}
.before-send td:last-child{
	text-align: left;
}
.before-send tr:last-child td{
	padding-top: 22px;
}
.after-send{
	display: none;
}
.close-win{
	cursor: pointer;
	position: absolute;
	z-index: 5;
	right: 22px;
	top: 22px;
}
.close-win:hover{
	opacity: .8;
}
#callback-form .close-win{
	right: 245px;
	top: 45px;
}
/* content off */

/* footer */
footer{
}
.socials{
	margin: 0 300px;
	padding: 5px 0 0;
}
#safety-tips .socials,
.send{
	opacity: 0;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 220px;
	margin: 0;
	padding: 0;
	background: rgba(255,255,255,.8);
}
.send{
	z-index: 11;
	background: #7bac36;
}
.send:before{
	position: absolute;
	left: 100%;
	top: 50%;
	width: 0;
	height: 0;
	margin: -14px 0 0;
	content: '';
	border-style: solid;
	border-width: 14px 0 14px 14px;
	border-color: transparent transparent transparent #7bac36;
}
.img+.txt .send:before{
	left: auto;
	right: 100%;
	border-width: 14px 14px 14px 0;
	border-color: transparent #7bac36 transparent transparent;
}
figure > .tr > .txt .send:before{
	left: 50%;
	top: 100%;
	margin: 0 0 0 -14px;
	border-width: 14px 14px 0 14px;
	border-color: #7bac36 transparent transparent transparent;
}
figure > .tr + .tr .txt .send:before{
	top: auto;
	bottom: 100%;
	border-width: 0 14px 14px 14px;
	border-color: transparent transparent #7bac36 transparent;
}
.send .img{
	margin: 8px 0;
}
#safety-tips figure:hover .socials,
figure:hover .send{
	opacity: 1;
}
#safety-tips .socials .soc-text{
	font-size: 16px;
	line-height: 1.075;
}
.socials .inline-table{
	width: 34px;
	height: 34px;
	margin: 5px;
	vertical-align: middle;
}
.socials .noline{
	background: #555;
}
.socials .fb:hover{
	background: #507abd;
}
.socials .vk:hover{
	background: #5b8da9;
}
.socials .yt:hover{
	background: #eb6b52;
}
.socials .tw:hover{
	background: #63ccee;
}
.socials .gp:hover{
	background: #434646;
}
/* footer off */

/* slider */
.slider-box{
	overflow: hidden;
	height: 43.10850439882698vw;
	padding: 0 0 52px;
}
.slider-box:before{
	pointer-events: none;
	position: absolute;
	z-index: 7776;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: url('../images/slider.png') no-repeat center center/contain;
}
.caroufredsel_wrapper[style*='move']{
	cursor: url('../images/Move.cur'), auto !important;
}
#slider li img{
	width: 100vw;
}
#slider{
	width: 99999px;
}
.slider-nav{
	cursor: pointer;
	position: absolute;
	z-index: 5;
	top: 50%;
	margin: -13px 0 0;
}
.slider-nav.prev{
	left: 0;
}
.slider-nav.next{
	right: 0;
	-webkit-transform: scale(-1);
	-ms-transform: rotate(180deg);
	transform: scale(-1);
}
.slider-pager{
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: 33px;
	width: 100%;
	height: 0;
}
.slider-pager a{
	display: inline-block;
	margin: 0 2px;
	padding: 3px;
	border-radius: 100%;
}
.slider-pager a span{
	display: block;
	width: 6px;
	height: 6px;
	border: 2px solid transparent;
	background: #fff;
	border-radius: 100%;
	transition: all .4s ease;
}
.slider-pager a:nth-child(1) span{
	border-color: #f45803;
}
.slider-pager a:nth-child(1):hover span,
.slider-pager a.selected:nth-child(1) span{
	background: #f45803;
}
.slider-pager a:nth-child(2) span{
	border-color: #ff9c36;
}
.slider-pager a:nth-child(2):hover span,
.slider-pager a.selected:nth-child(2) span{
	background: #ff9c36;
}
.slider-pager a:nth-child(3) span{
	border-color: #ffbf2a;
}
.slider-pager a:nth-child(3):hover span,
.slider-pager a.selected:nth-child(3) span{
	background: #ffbf2a;
}
.slider-pager a:nth-child(4) span{
	border-color: #81b03f;
}
.slider-pager a:nth-child(4):hover span,
.slider-pager a.selected:nth-child(4) span{
	background: #81b03f;
}
.slider-pager a:nth-child(5) span{
	border-color: #5d5d5d;
}
.slider-pager a:nth-child(5):hover span,
.slider-pager a.selected:nth-child(5) span{
	background: #5d5d5d;
}
.slider-pager a.selected{
	cursor: default;
}
/* slider off */

/* file */
.file{
	cursor: pointer;
}
.file,
.filename{
	overflow: hidden;
	text-overflow: ellipsis;
}
.button .td{
	text-align: left;
}
.file input{
	opacity: 0 !important;
	position: absolute !important;
	width: 1000% !important;
	height: 1000% !important;
	right: -100px !important;
	top: -10px !important;
	font-size: 200px !important; 
}
.uploadifive-button{
	opacity: 0 !important;
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	right: 0 !important;
	top: 0 !important;
	font-size: 200px !important;
	border: 0 none !important;
}
#queue{
	padding-top: 10px;
	text-align: left;
}
.uploadifive-queue-item{
	float: left;
	clear: left;
	position: relative;
	padding: 0;
	border: 0 none;
	background: none;
	box-shadow: none;
}
.uploadifive-queue-item:not(:first-child){
	margin-top: 4px;
}
.uploadifive-queue-item > div{
	display: inline;
}
.uploadifive-queue-item .close{
	position: absolute;
	z-index: 2;
	left: 100%;
	top: 0;
	width: auto;
	height: auto;
	margin: 4px 0 0 4px;
	font-size: 0;
	line-height: 0;
	color: #f45803;
	text-indent: 0;
	background: none;
	text-decoration: none;
	text-transform: lowercase;
	transition: all .4s ease;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.uploadifive-queue-item .close:before{
	font-size: 18px;
	content: '×';
}
.uploadifive-queue-item .close:hover{
	color: #222;
}
.filename{
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #acacac;
	max-width: 287px;
	white-space: nowrap;
}
.fileinfo:first-letter{
	font-size: 0;
	color: transparent;
}
.fileinfo{
	position: absolute;
	right: 100%;
	top: 0;
	margin: 4px 20px 0 0;
	font-size: 10px;
	white-space: nowrap;
}
.uploadifive-queue-item.complete .fileinfo{
	color: #7bac36;
}
.uploadifive-queue-item.error .filename,
.uploadifive-queue-item.error .fileinfo{
	color: #f45803;
}
.uploadifive-queue-item .progress{
	position: absolute;
	z-index: 20;
	left: 0;
	top: 100%;
	width: 100%;
	height: 5px;
	margin: 0;
	padding: 0;
	border: 0 none;
}
.uploadifive-queue-item .progress-bar{
	height: 5px;
	background-color: #7bac36;
}
/* file off */

/* popup */
.fancybox-lock{
	overflow: visible !important;
}
.fancybox-type-iframe,
.fancybox-type-iframe > .fancybox-skin{
	overflow: visible !important;
}
.popup,
.popup .fancybox-skin{
	color: inherit;
	border: 0 none;
	background: #fff;
	border-radius: 0;
	box-shadow: none;
}
.popup .fancybox-close{
	right: 9px;
	top: 9px;
	background: url('../images/close.png') no-repeat center center !important;
	transition: all .4s ease;
}
.popup .fancybox-close:hover{
	opacity: .8;
}
/* popup off */

.mobile{
	display: none;
}
@media only screen and (max-width: 999px){
	.wrapper{
/*		background: url('../images/tmp-mobile.png') no-repeat center top;*/
	}
	.mobile{
		display: block;
	}
	.desktop{
		display: none;
	}
	.section {
		padding: 20px 0 0;
	}
	.side-nav{
		padding-top: 50px;
		right: 5px;
	}
	.side-nav .noline{
		width: 2px;
		height: 2px;
	}
	.wrapper{
		min-width: 320px;
	}
	.inside{
		width: 300px;
	}
	header .inside{
		display: inline;
	}
	header{
		position: absolute;
		height: 50px;
		box-shadow: none;
	}
	header .top{
		position: absolute;
		left: 0;
		top: 50px;
		width: 100%;
		height: 70px;
		padding: 21px 10px 17px;
		background: #fff;
		box-sizing: border-box;
	}
	header .top .logo.left img{
		height: 32px;
	}
	header .top .logo.right img{
		height: 27px;
	}
	header .nav{
		cursor: pointer;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		margin: 0;
		box-shadow: 0 0 5px rgba(0,0,0,.2);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	header .nav .mobile{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: center;
		-ms-flex-align:center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		z-index: 12;
		height: 50px;
		padding: 0 0 2px;
		background: #f45803;
		box-sizing: border-box;
	}
	header .nav .table{
		pointer-events: none;
		position: absolute;
		z-index: 10;
		left: 0;
		top: 100%;
		width: 100%;
		height: auto;
	}
	header .nav.active .table{
		pointer-events: all;
	}
	header .nav li.td{
		display: block;
		width: auto;
		-webkit-transform: translateY(-150px);
		-ms-transform: translateY(-150px);
		transform: translateY(-150px);
	}
	header .nav:not(.active) li.td{
		transition-delay: .0001s;
	}
	header .nav.active li.td{
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	header .nav .td .td{
		height: 48px;
	}
	header .nav .td .td:before,
	header .nav .td .td:after{
		display: inline-block;
		position: static;
		top: auto;
		left: auto;
		width: 0;
		height: 0;
		margin: 0 10px;
		content: '';
		vertical-align: -3px;
		border-style: solid;
		border-color: transparent;
		transition: all .4s ease;
	}
	header .nav .td .td:before{
		border-width: 10px 0 10px 10px;
	}
	header .nav .td .td:after{
		border-width: 10px 10px 10px 0;
	}
	header .nav .td.active .td:before{
		border-left-color: #fff;
	}
	header .nav .td.active .td:after{
		border-right-color: #fff;
	}
	header .nav:before,
	header .nav:after{
		z-index: 15;
		left: 10px;
		right: auto;
		top: 14px;
		width: 30px;
		transition: all .4s ease;
	}
	header .nav:before{
		height: 3px;
		margin-top: 9px;
		background: #fff;
	}
	header .nav:after{
		height: 21px;
		box-shadow: inset 0 3px 0 #fff, inset 0 -3px 0 #fff;
		background: none;
	}
	header .nav.active:before{
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	header .nav.active:after{
		height: 3px;
		margin-top: 9px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	main{
		padding-top: 120px;
	}
	.slider-box{
		height: 100vw;
		padding-bottom: 40px;
	}
	.slider-box:before{
		height: 100%;
		background-image: url('../images/7-layers-mobile.png');
		background-position: center bottom;
	}
	.figure .img {
		width: 290px;
		height: 290px;
	}
	.figure .image{
		width: 290px !important;
		height: 290px !important;
		margin: 5px 0 0 5px !important;
	}
	.figure:first-child .txt{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		left: 150px;
		top: 150px;
		width: 150px;
		height: 150px;
		padding: 0 10px 10px;
	}
	.figure .txt{
		font-size: 16px;
	}
	.figure:nth-child(even) .txt{
		left: 117px;
		top: 152px;
		width: 220px;
	}
	.figure:first-child .txt:before{
		left: 10px;
		top: 10px;
		content: url('../images/speak-mobile.png');
	}
	.figure:first-child:before{
		z-index: 10;
		right: -10px;
		top: 274px;
		width: 90px;
		height: 112px;
		content: url('../images/pot-mobile.png');
	}
	.figure:not(:first-child){
		padding-top: 250px;
	}
	.figure:nth-child(2):before{
		right: auto;
		left: -10px;
		top: -18px;
		width: 43px;
		height: 12px;
		content: url('../images/spaghetti-mobile.png');
	}
	.figure .img.right .image{
		margin: -15px 0 0 -15px !important;
	}
	.figure:nth-child(even) .txt{
		left: 66px;
		top: 52px;
		width: 166px;
	}
	.figure:nth-child(even) .txt:before{
		content: url('../images/speak-small.png');
	}
	.figure:nth-child(2):after{
		left: -10px;
		right: auto;
		top: 202px;
		width: 48px;
		height: 63px;
		content: url('../images/paprika-mobile.png');
	}
	#text-block .figure:nth-child(2){
		background: url('../images/hz.png') no-repeat right 126px;
	}
	.figure:nth-child(odd):not(:first-child) .txt{
		left: 66px;
		top: 42px;
		width: 184px;
	}
	.figure:nth-child(3) .txt:before{
		right: 100%;
		top: -7px;
		margin-right: 12px;
		content: url('../images/speak-speak.png');
	}
	.figure:nth-child(3) .txt:after{
		content: none;
	}
	.figure:nth-child(3):before{
		left: 0;
		top: 188px;
		width: 70px;
		height: 68px;
		content: url('../images/vegies.png');
	}
	.figure:nth-child(3):after{
		left: auto;
		right: 0;
		top: -7px;
		width: 51px;
		height: 50px;
		margin-left: 0;
		content: url('../images/yellow-romb-mobile.png');
	}
	#text-block .figure:nth-child(3){
		background: url('../images/111.png') no-repeat right 155px;
	}
    .figure:nth-child(3) .img{
		margin: 10px 0 -10px;
	}
    .figure:nth-child(3) .image{
		margin: -15px 0 0 5px !important;
	}
	.spaghetti {
		padding-top: 35px;
	}
	#action .figure:nth-child(2) .img.right{
		display: none;
	}
	.plaintext h1,
	.plaintext h2,
	.plaintext h3,
	.title{
		margin-bottom: 20px;
		font-size: 42px;
		text-align: center;
	}
	#action.section{
		padding-top: 11px;
	}
	#action .figure:nth-child(2) .txt{
		left: 55px;
		top: 104px;
		width: 200px;
	}
	.figure.yellow:nth-child(2) .txt:before{
		top: 3px;
		margin-right: 12px;
		content: url('../images/spk.png');
	}
	#action .figure:nth-child(2):before,
	#safety-technics .figure:nth-child(4):before{
		content: none;
	}
	#action .figure:nth-child(2) {
		margin-right: 0;
		padding: 0 0 394px;
		background: url('../images/222.png') no-repeat center bottom;
	}
	.plock {
		left: 170px;
		top: 228px;
		width: 118px;
	}
    #action .figure:nth-child(2):after{
		content: none;
	}
	#action .figure:not(:first-child){
		margin-top: 0;
		padding-top: 0;
	}
	#action .figure:nth-child(3){
		margin-top: 4px;
		background: none;
	}
	#action .figure:nth-child(3) .img{
		width: 250px;
		height: 250px;
	}
    #action .figure:nth-child(3) .image{
		margin: 10px 0 0 20px !important;
		background-image: url('../files/images/lock0-mobile.png') !important;
	}
    #action .figure:nth-child(3) .img.active .image{
		background-image: url('../files/images/lock1-mobile.png') !important;
	}
	#action .figure:nth-child(3):before{
		z-index: 10;
		left: 0;
		top: -4px;
		width: 25px;
		height: 28px;
		content: url('../images/mush.png');
	}
	#action .figure:nth-child(3):after{
		top: 65px;
		width: 13px;
		height: 58px;
		content: url('../images/333.png');
	}
	.f3.figure{
		margin: 0 0 0 !important;
		padding: 155px 0  0 !important;
		height: 803px;
		background: url('../images/hll.png') no-repeat center bottom;
	}
	.figure .text {
		position: absolute;
		left: 12px !important;
		width: auto;
	}
	.figure .text .td:first-child {
		width: 40px !important;
		padding: 0 10px 8px 0;
		color: #7bac36;
		font-size: 75px;
		font-weight: 100;
		line-height: 0;
		text-align: right;
	}
	.figure .text .td{
		width: 220px !important;
		font-size: 14px;
		text-align: left;
	}
	.f3.figure .text1 {
		top: 86px;
	}
	.f3.figure .text2 {
		top: 317px;
	}
	.f3.figure .text3 {
		top: 618px;
	}
    #safety-technics.section{
		margin: 0;
		padding: 11px 0 0;
		background: none;
	}
	#safety-technics.section .title{
		margin-bottom: 22px;
	}
	#safety-technics .figure:first-child {
		padding-bottom: 310px;
		background: url('../images/b.png') no-repeat 217px 365px;
	}
	#safety-technics .figure:first-child:before {
		right: -39px;
		top: 420px;
		width: 149px;
		height: 150px;
		content: url('../images/s.png');
	}
	#safety-technics .figure:first-child:after {
		left: 266px;
		top: 340px;
		width: 58px;
		height: 13px;
		margin-left: 0;
		content: url('../images/spg.png');
	}
	.figure.yellower:first-child .txt {
		right: auto;
		left: 0;
		top: 320px;
		width: 180px;
		height: 180px;
		padding-bottom: 50px;
	}
	.figure.yellower:not(:first-child) {
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 290px;
	}
	#safety-technics .figure:nth-child(3){
		background-position: right bottom 10px;
	}
	#safety-technics .figure:nth-child(2){
		margin-right: -20px;
		padding-right: 20px;
		background: url('../images/37.png') no-repeat right 319px;
	}
	#safety-technics .figure:nth-child(2):before{
		left: -18px;
		top: 337px;
	}
	#safety-technics .figure:nth-child(2):after {
		left: 8px;
		right: auto;
		top: -34px;
		width: 46px;
		height: 30px;
		content: url('../images/wm.png');
	}
	#safety-technics .figure:not(:first-child) .txt {
		top: 392px;
		width: 150px !important;
	}
	#safety-technics .figure:nth-child(even) .txt:before{
		content: url('../images/s1.png');
	}	
	#safety-technics .figure:nth-child(3):before {
		left: -4px;
		top: -97px;
		width: 51px;
		height: 107px;
		content: url('../images/f.png');
	}
	#safety-technics .figure:nth-child(odd):not(:first-child) .txt {
		top: 392px;
	}
	#safety-technics .figure:nth-child(3) .txt{
		width: 200px !important;
	}
	#safety-technics .figure:nth-child(odd):not(:first-child) .txt:before {
		right: auto;
		top: auto;
		content: url('../images/s2.png');
	}
	#safety-technics .figure:nth-child(3) {
		background-image: url('../images/s3.png');
	}
	#safety-technics .figure:nth-child(3):after {
		left: -19px;
		top: 440px;
		width: 19px;
		height: 20px;
		margin-left: 0;
		content: url('../images/ss.png');
	}
	#safety-technics .figure:nth-child(4) .img {
		margin-top: 20px;
		margin-bottom: 0;
	}
	#safety-technics .figure:nth-child(4) .txt{
		top: 425px;
	}
	#safety-technics .figure:nth-child(4){
		background: url('../images/dd.png') no-repeat left 358px;
	}
	#safety-technics .figure:nth-child(5){
		background: url('../images/mm.png') no-repeat right bottom 10px;
	}
    #safety-technics .figure:nth-child(5) .img{
		margin: 10px 0 -10px;
	}
    #safety-technics .figure:nth-child(5) .image{
		margin-top: -15px !important;
	}
	#safety-technics .figure:nth-child(5) .txt{
		top: 413px !important;
		width: 200px !important;
	}
	#safety-technics .figure:nth-child(5) .txt:before{
		content: url('../images/s1.png') !important;
	}
	#safety-technics .figure:nth-child(5):after{
		content: none;
	}
	#safety-technics .figure:nth-child(6){
		margin-top: 20px;
		padding-bottom: 368px;
		background: url('../images/6.png') no-repeat 58px bottom;
	}
	#safety-technics .figure:nth-child(6):after {
		left: 89px;
		right: auto;
		top: 10px;
		width: 51px;
		height: 29px;
		content: url('../images/pl.png');
	}
	#safety-technics .figure:nth-child(6) .txt{
		left: 171px;
		top: 353px;
		width: 200px !important;
		
	}
	#safety-technics .figure:nth-child(6) .txt:after {
		right: 0;
		top: 100%;
		margin: -10px 0 0;
		content: url('../images/s4.png');
	}
	#safety-tips {
		margin: 0 -200px 0;
		padding: 16px 200px 49px;
		min-height: 0;
		background: url('../images/tt.png') no-repeat 201px bottom;
	}
	.tips .image, .tips .txt{
		height: 150px;
	}
	.tips .tip{
		display: block;
		width: auto;
		padding: 0 !important;
	}
    .tips .txt{
		font-size: 12px;
	}
	.tips .tip figure{
		padding-top: 10px;
	}
	.tips li:first-child .tip:first-child figure{
		padding-top: 0;
	}
	#safety-tips .title{
		margin-bottom: 8px;
	}
	#safety-tips li:last-child .tip:first-child,
	#safety-tips li:last-child .tip:first-child figure{
		display: block;
	}
	.tips .text {
		padding: 0 10px;
	}
	.tips .tip figure.td:first-child{
		padding-right: 5px;
	}
	.tips .tip figure.td:last-child{
		padding-left: 5px;
	}
	.plaintext h3, h3.title, .title.small {
		font-size: 24px;
	}	
	#callback-form {
		padding-top: 12px;
		padding-bottom: 60vw;
		background: url('../images/555.png') no-repeat left 19px bottom 12px/90.9375% auto, url('../images/form.png') no-repeat center bottom/131% auto;
	}
	#callback-form .title {
		margin-bottom: 15px;
	}
	#callback-form h3, #form h3{
		margin: 0 0 16px;
		font-size: 14px;
	}
	#callback-form .before-send table,
	#callback-form .before-send tr,
	#callback-form .before-send td,
	#callback-form .before-send tbody{
		display: block;
		width: 100%;
		border-spacing: 0;
	}
	#callback-form .before-send tr:after{
		display: block;
		content: '';
		clear: both;
	}
	#callback-form .before-send td{
		padding: 10px 0 0;
	}
	#callback-form .before-send tr:last-child td:first-child{
		float: left;
		width: auto;
	}
	#callback-form .before-send tr:last-child td:last-child{
		float: right;
		width: auto;
	}
	input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='number'], input[type='search'], input[type='url'], input[type='time'], textarea, select{
		height: 30px;
		padding-top: 4px;
		padding-bottom: 5px;
		font-size: 14px;
	}
	textarea{
		height: 89px;
	}
	.button{
		height: 30px;
		font-size: 14px;
		padding-left: 16px;
		padding-right: 16px;
	}
	.button .img {
		height: 28px;
		padding-right: 16px;
	}
	.button img{
		height: 14px;
	}
	.uploadifive-queue-item .close{
		height: 17px;
		width: 17px;
		margin-top: -1px;
		text-align: center;
		border: 2px solid #f45803;
		border-radius: 100%;
	}
	.uploadifive-queue-item .close:hover{
		border-color: #222;
	}
	.uploadifive-queue-item .close:before {
		font-size: 22px;
		line-height: 17px;
	}
	footer .nav .td{
		height: 3px;
	}
	footer .logo{
		display: none;
	}
	.socials{
		margin: 0;
	}
	footer .top{
		height: auto;
		padding: 3px 0 5px;
	}
	.socials .fb{
		background: #507abd;
	}
	.socials .vk{
		background: #5b8da9;
	}
	.socials .yt{
		background: #eb6b52;
	}
	.socials .tw{
		background: #63ccee;
	}
	.socials .gp{
		background: #434646;
	}
	#callback-form .close-win {
		right: 0;
		top: 10px;
	}
	#form {
		width: auto;
		height: 60vh;
		background: #fff;
	}
	.popup .fancybox-close {
		right: -3px;
		top: -3px;
	}
	#safety-tips .socials,
	.send,
	#safety-tips figure:hover .socials,
	figure:hover .send{
		opacity: 0;
		visibility: hidden;
	}
	#safety-tips .socials,
	.send{
		height: 150px;
	}
	#safety-tips figure.active .socials,
	figure.active .send{
		opacity: 1;
		visibility: visible;
	}
	.filename {
		max-width: 124px;
	}
	#safety-technics .figure:nth-child(4) .img:before{
		content: none;
	}
	#form .before-send table{
		width: 240px;
	}
	#form .before-send .button{
		padding-left: 10px;
		padding-right: 10px;
	}
	#form .before-send .button .img{
		padding-right: 10px;
	}
	#form .before-send tr:last-child td{
		padding-top: 0;
	}
	#form h3{
		margin: 0 10px 20px;
	}
	#form .after-send img{
		height: 70px;
	}
	.tips li:first-child .tip:last-child{
		top: 160px;
	}
	.tips li:nth-child(2) .tip:first-child{
		top: -160px;
	}
}
















/* eof */