@charset "UTF-8";

@font-face{
	font-family: 'fontello';
	src: url("../fonts/fontello.eot?98149924");
	src: url("../fonts/fontello.eot?98149924#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?98149924") format("woff2"), url("../fonts/fontello.woff?98149924") format("woff"), url("../fonts/fontello.ttf?98149924") format("truetype"), url("../fonts/fontello.svg?98149924#fontello") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before{
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-twitter:before{
	content: '\f099';
}
/* '' */

.icon-facebook:before{
	content: '\f09a';
}
/* '' */

.icon-youtube:before{
	content: '\f167';
}
/* '' */

.icon-youtube-play:before{
	content: '\f16a';
}
/* '' */

.icon-instagram:before{
	content: '\f16d';
}
/* '' */

.icon-vkontakte:before{
	content: '\f189';
}
.bevelled-corners{
	position: relative;
	height: 60px;
	overflow: hidden;
	z-index: 4;
	display: inline-block;
	padding: 0 11px;
	line-height: 54px;
}
.bevelled-corners:after,
.bevelled-corners:before{
	position: absolute;
	content: '';
	top: 5px;
	height: 62px;
	width: 12px;
}
.bevelled-corners:before{
	background: #ff7200;
	left: 0;
	-webkit-transform: skewY(-45deg) translate3d(0, 0, 0);
	transform: skewY(-45deg) translate3d(0, 0, 0);
}
.no-csstransitions .bevelled-corners:before{
	display: none;
}
.bevelled-corners:after{
	background: #ff9300;
	right: 0;
	top: -5px;
	-webkit-transform: skewY(-45deg) translate3d(0, 0, 0);
	transform: skewY(-45deg) translate3d(0, 0, 0);
}
.no-csstransitions .bevelled-corners:after{
	display: none;
}
.title h1{
	color: #1a1a18;
	font-size: 43px;
	font-weight: 500;
	margin-bottom: 30px;
}
main h2{
	color: #1a1a18;
	text-align: center;
	line-height: 1.4em;
	font-size: 39px;
	margin: 53px 0 27px;
	font-weight: 400;
}
main h3{
	font-size: 33px;
	line-height: 1.36em;
	padding-left: 15px;
	position: relative;
	font-weight: 400;
	margin: 52px 0 26px;
}
main h3:before{
	width: 4px;
	height: 1em;
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	background-color: #ff5800;
}
main h4{
	color: #1a1a18;
	font-size: 26px;
	font-weight: 400;
	margin: 57px 0 23px;
}
main h5{
	color: #1a1a18;
	font-size: 20px;
	font-weight: 500;
	margin: 62px 0 29px;
}
main p{
	color: #1a1a18;
	font-weight: 300;
	font-size: 19px;
	line-height: 1.55em;
}
main p.important{
	font-size: 21px !important;
	color: #1a1a18;
	font-weight: 400;
}
main p a{
	color: #ed6e0b;
	text-decoration: none;
}
.no-touchevents main p a:hover{
	text-decoration: underline;
}
main ol{
	counter-reset: myCounter;
	margin-bottom: 18px;
}
main ol li{
	list-style: none;
	color: #1a1a18;
	font-size: 19px;
	line-height: 1.55em;
	font-weight: 300;
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
}
main ol li:last-child{
	margin-bottom: 0;
}
main ol li:before{
	counter-increment: myCounter;
	content: counter(myCounter) ".";
	font-size: 19px;
	font-weight: 300;
	color: #1a1a18;
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
}
main ol li a{
	color: #ed6e0b;
	text-decoration: none;
}
.no-touchevents main ol li a:hover{
	text-decoration: underline;
}
main ol li ol,
main ol li ul{
	margin-bottom: 8px;
	margin-top: 10px;
}
main ol li li{
	margin-bottom: 3px;
}
main ul{
	margin-bottom: 18px;
}
main ul li{
	color: #1a1a18;
	font-size: 19px;
	line-height: 1.55em;
	padding-left: 40px;
	position: relative;
	margin-bottom: 10px;
	font-weight: 300;
}
main ul li:last-child{
	margin-bottom: 0;
}
main ul li:before{
	content: '';
	width: 22px;
	height: 2px;
	background-color: #ff7f00;
	left: 0;
	top: 15px;
	position: absolute;
}
main ul li a{
	color: #ed6e0b;
	text-decoration: none;
}
.no-touchevents main ul li a:hover{
	text-decoration: underline;
}
main ul li ol,
main ul li ul{
	margin-bottom: 8px;
	margin-top: 10px;
}
main ul li li{
	margin-bottom: 3px;
}
main blockquote{
	margin: 48px 0;
	padding: 55px 0 70px;
	position: relative;
}
main blockquote:before{
	content: '';
	position: absolute;
	width: 5000px;
	background: #fff;
	z-index: -1;
	height: 100%;
	left: 50%;
	top: 0;
	margin-left: -2500px;
}
main blockquote p{
	color: #1a1a18;
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 12px;
}
main blockquote p.author{
	margin-bottom: 0;
	color: #888888;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
}
main blockquote p.author:before{
	top: 8px;
}
table{
	border-collapse: collapse;
	border-bottom: 2px solid #fff;
	margin: 32px 0 27px;
}
table thead tr th{
	background: #fff;
	color: #6d6c6c;
	font-size: 15px;
	font-weight: 500;
	border: 1px solid #fff;
	text-align: left;
	padding: 12px 15px;
}
table tbody tr td{
	color: #1a1a18;
	font-size: 15px;
	padding: 12px 15px;
	line-height: 1.6em;
	vertical-align: top;
	font-weight: 400;
}
table tbody tr:nth-child(even) td{
	border: 1px solid #fff;
	background: #fff;
}
.line-left{
	position: relative;
	padding-left: 35px;
	line-height: 1em;
}
.line-left:before{
	position: absolute;
	left: 0;
	top: 4px;
	content: '';
	width: 27px;
	height: 2px;
	background-color: #ffae5e;
	background-image: linear-gradient(to right, #ff7200 0%, #ff9300 100%);
}
.alignleft{
	text-align: left !important;
}
.separator-bottom:after{
	display: block;
	content: '';
	width: 70px;
	height: 3px;
	margin: 15px auto 0;
	background-color: #ff8500;
}
.videoWrapper{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 26px;
}
.videoWrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.table-wrap{
	overflow-y: auto;
	margin-bottom: 25px;
}
a[href^="tel"]{
	color: #1a1a18 !important;
	transition: all 0.2s ease 0s;
	text-decoration: none !important;
}
.no-touchevents a[href^="tel"]:hover{
	opacity: .75;
}
html{
	height: 100% !important;
}
body{
	height: 100%;
	color: #000;
	font-family: 'Roboto', sans-serif;
	min-width: 320px;
	background: #f4f5f7 url("../i/main-bg-inner.jpg") no-repeat 50% 0;
}
body.index-page{
	background: #f4f5f7;
}
button,
input,
optgroup,
select,
textarea{
	font-family: 'Roboto', sans-serif;
}
#wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	overflow-x: hidden;
	padding-top: 175px;
}
.index-page #wrapper{
	padding-top: 0;
	background-color: #f4f5f6;
}
.container{
	max-width: 1280px;
	padding: 0 20px;
	margin: 0 auto;
}
.small-container{
	max-width: 880px;
	padding: 0 20px;
	margin: 0 auto;
}
.no-touchevents img{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
input[type='submit'],
button{
	-webkit-appearance: none;
	border-radius: 0;
}
input{
	box-shadow: none;
	border-radius: 0;
}
a,
:visited{
	outline: 0;
	outline: none;
}
:hover,
:active,
:focus{
	outline: 0;
	outline: none;
}
::-moz-focus-inner{
	border: 0;
}
a::-moz-focus-inner{
	border: 0;
}
img.left{
	float: left;
	max-width: 50% !important;
	margin: 5px 20px 10px 0;
}
img.right{
	float: right;
	max-width: 50% !important;
	margin: 5px 0 10px 20px;
}
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-focus-ring-color: transparent;
	outline: none !important;
}
input::-webkit-input-placeholder{
	color: #000;
}
input::-moz-placeholder{
	color: #000;
	opacity: 1;
}
form .placeholder{
	color: #000;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder{
	opacity: 0;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder{
	opacity: 0;
}
input:focus .placeholder,
textarea:focus .placeholder{
	opacity: 0;
}
ol,
ul{
	padding: 0;
	margin: 0;
}
ul li{
	list-style: none;
}
.clearfix:after{
	content: '';
	display: table;
	clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
p{
	margin: 0;
	font-weight: normal;
	padding: 0;
}
.sr-only{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.row{
	font-size: 0;
}
.row .row-item{
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
}
.row.two-in-row .row-item{
	width: 50%;
}
.row.three-in-row .row-item{
	width: 33.33333%;
}
.row.four-in-row .row-item{
	width: 25%;
}
.desktop-hide{
	display: none;
}
.monochrome{
	-webkit-filter: gray;
	filter: gray;
	/* IE6-9 */
	filter: grayscale(1);
	/* Microsoft Edge and Firefox 35+ */
	-webkit-filter: grayscale(1);
	/* Google Chrome, Safari 6+ & Opera 15+ */
}
.slabtexted .slabtext{
	display: -moz-inline-box;
	display: inline-block;
	white-space: nowrap;
}
.slabtextinactive .slabtext{
	display: inline;
	white-space: normal;
	font-size: 1em !important;
	letter-spacing: inherit !important;
	word-spacing: inherit !important;
	*letter-spacing: normal !important;
	*word-spacing: normal !important;
}
.slabtextdone .slabtext{
	display: block;
}
header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	padding: 25px 0 0;
	transition: opacity 1s;
}
.index-page header{
	opacity: 0;
}
.loaded header{
	opacity: 1;
}
header .logo{
	background: url("../i/logo.png") no-repeat 0 0;
	width: 209px;
	height: 58px;
	display: inline-block;
	position: relative;
	top: 2px;
	transition: all .5s .5s;
	/*.index-page & {
      opacity: 0;
      visibility: hidden;
    }*/
}
.slider-loaded header .logo{
	opacity: 1;
	visibility: visible;
}
html[lang^='en'] header .logo{
	background-image: url("../i/logo-en.png");
}
header .lang{
	vertical-align: middle;
	display: inline-block;
	padding: 0 45px;
	font-size: 9px;
	margin: 0 42px 0 32px;
	border-right: 1px solid #d4d5d5;
	border-left: 1px solid #d4d5d5;
	transition: all .2s;
}
header .lang a{
	color: #ed6e0b !important;
}
.no-touchevents header .lang a:hover{
	color: #1a1a18 !important;
}
header .nav-box{
	float: right;
}
header .nav-box .top-panel{
	float: right;
	margin-bottom: 8px;
	transition: all .5s .5s;
	padding: 0 20px 0 0;
	/*.index-page & {
        opacity: 0;
      }*/
}
.slider-loaded header .nav-box .top-panel{
	opacity: 1;
}
header .nav-box .top-panel a{
	text-transform: uppercase;
	color: #989898;
	text-decoration: none;
	font-size: 9px;
	vertical-align: middle;
	letter-spacing: 1px;
	line-height: 1.3em;
	display: inline-block;
	font-weight: 500;
	transition: all .2s;
	padding: 5px 10px 4px;
	border-radius: 2px;
}
header .nav-box .top-panel a.active{
	border: 2px solid #ff7900;
	color: #1a1a18;
}
.no-touchevents header .nav-box .top-panel a:not(.active):hover{
	color: #ff8600;
}
header .nav-box .top-panel .search-box{
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
}
header .nav-box .top-panel .search-box form{
	float: right;
	display: inline-block;
	width: 0;
	overflow: hidden;
	transition: width .4s;
}
.open-form header .nav-box .top-panel .search-box form{
	width: 278px;
}
header .nav-box .top-panel .search-box .field-wrap{
	position: relative;
	margin-bottom: 0;
}
header .nav-box .top-panel .search-box input{
	color: #646464;
	font-size: 14px;
	font-weight: 300;
	height: 30px;
	width: 100%;
	padding: 0 20px 0 0;
	border: none;
	background: transparent;
	border-bottom: 1px solid #cbcbcb;
}
header .nav-box .top-panel .search-box .search-btn,
header .nav-box .top-panel .search-box .open-search{
	border: none;
	padding: 0;
	cursor: pointer;
	display: inline-block;
	transition: all .2s;
	position: absolute;
	right: 0;
	top: 0;
	width: 13px;
	height: 30px;
	background: url("../i/search-btn.png") no-repeat 50%;
}
.no-touchevents header .nav-box .top-panel .search-box .search-btn:hover,
.no-touchevents header .nav-box .top-panel .search-box .open-search:hover{
	background: url("../i/search-btn-hover.png") no-repeat 50%;
}
header .nav-box .top-panel .search-box .open-search{
	display: block;
}
.open-form header .nav-box .top-panel .search-box .open-search{
	display: none;
}
.no-touchevents.open-form .open-form header .nav-box .top-panel .search-box .open-search:hover{
	background: url("../i/close.png") no-repeat 50% !important;
}
header .nav-box .top-panel .search-box .search-btn{
	display: none;
}
header .nav-box .top-panel .search-box .search-btn:active{
	box-shadow: none;
}
.open-form header .nav-box .top-panel .search-box .search-btn{
	display: block;
}
header .nav-box nav{
	clear: both;
	position: relative;
	transition: top .5s .3s;
	/*.index-page & {
        top: -50px;
      }*/
}
.slider-loaded header .nav-box nav{
	top: 0;
}
header .nav-box nav .lang{
	border: none;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 35px;
	top: 32px;
	display: none;
}
header .nav-box nav .lang a{
	color: #ed6e0b;
	font-size: 13px;
	transition: all .2s;
	font-weight: 700;
	text-decoration: none;
}
header .nav-box nav .menu-box > ul{
	font-size: 0;
	position: relative;
}
header .nav-box nav .menu-box > ul > li{
	display: inline-block;
}
header .nav-box nav .menu-box > ul > li > a{
	text-decoration: none;
	font-size: 14px;
	color: #1a1a18;
	text-transform: uppercase;
	display: inline-block;
	padding: 7px 17px;
	border: 2px solid transparent;
	transition: all .2s;
}
.no-touchevents header .nav-box nav .menu-box > ul > li > a:hover{
	color: #ff8600;
}
.index-page header .nav-box nav .menu-box > ul > li > a{
	color: #989898;
}
.slider-loaded header .nav-box nav .menu-box > ul > li > a{
	color: #1a1a18;
}
header .nav-box nav .menu-box > ul > li > a.mob-link{
	display: none;
}
header .nav-box nav .menu-box > ul > li:last-child a{
	border-right: 0;
}
header .nav-box nav .menu-box > ul > li.active > a{
	border-radius: 2px;
	border: 2px solid #ff7900;
}
header .nav-box nav .menu-box > ul > li .submenu{
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 2;
	display: none;
	background-color: white;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	padding: 13px 0 2px;
}
header .nav-box nav .menu-box > ul > li .submenu li{
	display: inline-block;
	padding: 0 20px;
	margin: 0 0 14px;
}
header .nav-box nav .menu-box > ul > li .submenu li a{
	color: #1a1a18;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	transition: all .2s;
}
.no-touchevents header .nav-box nav .menu-box > ul > li .submenu li a:hover{
	color: #ff8600;
}
header .nav-box nav .menu-box > ul > li .submenu li.active a{
	color: #989898;
	position: relative;
}
header .nav-box nav .menu-box > ul > li .submenu li.active a:after{
	content: '';
	position: absolute;
	background: url("../i/pager-arrow-right.png") no-repeat 0 0/6px 11px;
	width: 6px;
	height: 11px;
	top: 3px;
	left: -12px;
}
header .nav-box nav .menu-box > ul > li.has-child > a{
	position: relative;
}
header .nav-box nav .bottom-link{
	position: absolute;
	bottom: 32px;
	width: 100%;
	text-align: center;
	left: 0;
	color: #989898;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: none;
}
#menu-toggle-wrapper{
	width: 52px;
	height: 40px;
	display: none;
	cursor: pointer;
	z-index: 11;
	position: absolute;
	top: 50%;
	right: 15px;
	vertical-align: middle;
	padding: 10px 13px;
	margin: -10px -13px 0;
}
#menu-toggle,
#menu-toggle-top,
#menu-toggle-bottom{
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.585, -0.6, 0.43, 1.65);
	background-color: #ed6e0b;
}
#menu-toggle{
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	background-color: #ed6e0b;
	width: 26px;
	margin-left: -13px;
	margin-top: -1px;
	height: 2px;
}
#menu-toggle-top{
	top: 10px;
}
#menu-toggle-top,
#menu-toggle-bottom{
	position: absolute;
	width: 26px;
	height: 2px;
	background-color: #ed6e0b;
	left: 13px;
	-ms-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
#menu-toggle-bottom{
	bottom: 10px;
}
.menu-open #menu-toggle-wrapper #menu-toggle{
	opacity: 0;
}
.menu-open #menu-toggle-wrapper #menu-toggle-top{
	-ms-transform: rotate(45deg) translate(7px, 6px);
	-webkit-transform: rotate(45deg) translate(7px, 6px);
	transform: rotate(45deg) translate(7px, 6px);
}
.menu-open #menu-toggle-wrapper #menu-toggle-bottom{
	-ms-transform: rotate(-45deg) translate(7px, -6px);
	-webkit-transform: rotate(-45deg) translate(7px, -6px);
	transform: rotate(-45deg) translate(7px, -6px);
}
.preload{
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
}
.preload:after{
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	background: url("../i/preloader-main.gif") no-repeat 50%;
}
.full-height{
	height: 100vh;
	min-height: 100vh;
}
.ios .full-height{
	min-height: 0;
}
.main-top{
	background: url("../i/main-bg.jpg") no-repeat 0 0/cover;
	background-attachment: fixed;
	overflow: hidden;
	position: relative;
	min-height: 550px;
}
.ios .main-top,
.android .main-top{
	height: auto !important;
	background-attachment: scroll;
}
.main-top:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(244, 245, 246, 0.82);
	box-shadow: inset 0 0 204px rgba(1, 1, 1, 0.1);
	transition: all .2s;
}
.slider-loaded .main-top:before{
	background: rgba(244, 245, 246, 0.95);
}
.f-screen{
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	position: absolute;
	transition: all .5s .5s;
	opacity: 1;
}
.slider-loaded .f-screen{
	top: -300px;
	transition: all .5s 0s;
	opacity: 0;
}
.ios .f-screen,
.android .f-screen{
	position: relative;
	opacity: 1;
	min-height: 500px !important;
	top: 0;
}
.f-screen .lang-link{
	padding-top: 22px;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	color: #989898;
	text-transform: uppercase;
	transition: all .2s;
	position: relative;
	z-index: 11;
}
.slider-loaded .f-screen .lang-link{
	display: none;
}
.no-touchevents .f-screen .lang-link:hover{
	color: #ff8600;
}
.f-screen .big-logo{
	position: absolute;
	height: 363px;
	left: 0;
	top: 50%;
	padding: 0 15px;
	margin: -226px 0 0;
	width: 100%;
	text-align: center;
	z-index: 8;
}
.ios .f-screen .big-logo,
.android .f-screen .big-logo{
	margin-top: -176px;
}
.f-screen .big-logo .bevelled-corners{
	top: 49px;
}
.stock-android .f-screen .big-logo .bevelled-corners:before,
.stock-android .f-screen .big-logo .bevelled-corners:after{
	display: none;
}
.f-screen .big-logo .bevelled-corners p{
	color: white;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7200', endColorstr='#ff9300', GradientType=1);
	/* IE6-9 */
	background-image: linear-gradient(to right, #ff7200 0%, #ff9300 100%);
	font-size: 40px;
	font-weight: 100;
	position: relative;
	height: 100%;
	line-height: 56px;
	padding: 0 14px;
	z-index: 4;
	-webkit-font-smoothing: subpixel-antialiased;
}
.stock-android .f-screen .big-logo .bevelled-corners p{
	background: #ff7200;
}
.f-screen .big-logo img{
	display: block;
	margin: 0 auto;
	position: relative;
	right: -65px;
	top: 150px;
	z-index: 3;
	opacity: 0;
	transition: all 1s;
}
.loaded .f-screen .big-logo img{
	top: 33px;
	opacity: 1;
}
.f-screen .big-logo img.logo-mob{
	display: none;
}
html[lang^='en'] .f-screen .big-logo img{
	right: 10px;
}
.f-screen .big-logo:before{
	content: '';
	background: url("../i/big-logo-white.png") no-repeat 0 0;
	position: absolute;
	width: 1538px;
	height: 363px;
	left: 50%;
	top: -100px;
	z-index: 2;
	margin: 0 0 0 -723px;
	opacity: 0;
	transition: all 1s;
}
.loaded .f-screen .big-logo:before{
	top: 0;
	opacity: 1;
}
html[lang^='en'] .f-screen .big-logo:before{
	margin: 0 0 0 -768px;
	background: url("../i/big-logo-white-eng.png") no-repeat 0 0;
}
.scroll-next,
.scroll-first{
	background: url("../i/next-arrow.png") no-repeat 0 0;
	width: 21px;
	height: 13px;
	position: absolute;
	left: 50%;
	z-index: 8;
	bottom: 35px;
	margin: 0 0 0 -10px;
	opacity: .5;
	transition: all .2s;
}
.no-touchevents .scroll-next:hover,
.no-touchevents .scroll-first:hover{
	opacity: 1;
}
.desktop .scroll-first{
	display: none;
}
.s-screen{
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 7;
	position: absolute;
	min-height: 500px;
}
.slider-loaded .s-screen{
	z-index: 9;
}
.ios .s-screen,
.android .s-screen{
	position: relative;
	height: auto !important;
	min-height: 0;
	padding-bottom: 70px;
}
.s-screen .container{
	white-space: nowrap;
	height: 100%;
}
.s-screen .container:before{
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	content: '';
}
.s-screen .scroll-to-prod{
	opacity: 0;
	transition: all .3s .5s;
}
.slider-loaded .s-screen .scroll-to-prod{
	opacity: .5;
}
.no-touchevents .s-screen .scroll-to-prod:hover{
	transition: all .3s 0s;
	opacity: 1 !important;
}
.s-screen .text-rotator{
	white-space: normal;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	z-index: 3;
	width: 100%;
}
.s-screen .text-rotator .action-box{
	max-width: 1180px;
	margin: 0 auto;
	padding: 120px 15px 120px 35px;
	opacity: 0;
	transition: opacity 1s 0s;
}
.ios .s-screen .text-rotator .action-box,
.android .s-screen .text-rotator .action-box{
	opacity: 1;
	visibility: visible;
	padding-bottom: 100px;
}
.slider-loaded .s-screen .text-rotator .action-box{
	opacity: 1;
	transition: opacity 1s .5s;
	visibility: visible;
}
.no-touchevents .s-screen .text-rotator .action-box .btn:hover span{
	right: -20px;
	color: white;
}
.s-screen .text-rotator .action-box .slide-img{
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	box-shadow: 0 10px 62px rgba(1, 1, 1, 0.15);
	position: relative;
	width: 434px;
}
.s-screen .text-rotator .action-box .slide-img:before{
	content: '';
	background: url("../i/inner-circle.png") no-repeat 0 0/cover;
	width: 506px;
	height: 506px;
	position: absolute;
	left: -36px;
	top: -36px;
	z-index: 4;
}
.s-screen .text-rotator .action-box .slide-img .outer-white-circle{
	position: absolute;
	background: url("../i/outer-white-circle.png") no-repeat 0 0/cover;
	width: 506px;
	height: 506px;
	left: 50%;
	z-index: 3;
	top: 50%;
	margin: -253px 0 0 -253px;
	box-shadow: 0 10px 62px rgba(1, 1, 1, 0.05);
	border-radius: 50%;
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.s-screen .text-rotator .action-box .slide-img .outer-circle{
	background: url("../i/outer-circle.png") no-repeat 0 0/cover;
	width: 587px;
	height: 587px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -293px 0 0 -293px;
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.s-screen .text-rotator .action-box .slide-img .dotted{
	background: url("../i/chaos.png") no-repeat 0 0/cover;
	width: 641px;
	height: 596px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -293px 0 0 -320px;
	z-index: 2;
	-webkit-animation-name: infinite-rotate;
	animation-name: infinite-rotate;
	-webkit-animation-duration: 60s;
	animation-duration: 60s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.s-screen .text-rotator .action-box .slide-img img{
	border-radius: 50%;
	width: 100%;
	position: relative;
	box-shadow: 0 10px 62px rgba(1, 1, 1, 0.15);
	z-index: 3;
	height: 434px;
}
.s-screen .text-rotator .action-box .slide-img img.new-img{
	display: none;
	position: absolute;
	width: 100%;
	box-shadow: none;
	height: 100%;
	left: 0;
	top: 0;
}
.s-screen .text-rotator .action-box .slide-img.animated .outer-white-circle{
	-webkit-animation-name: invert-rotate;
	animation-name: invert-rotate;
}
.s-screen .text-rotator .action-box .slide-img.animated .outer-circle{
	-webkit-animation-name: rotate;
	animation-name: rotate;
}
.s-screen .slide{
	display: none;
}
.s-screen .slide .slide-img{
	border-radius: 50%;
	display: inline-block;
	padding: 15px;
	background: #fff;
	margin-bottom: 20px;
}
.s-screen .slide .slide-img img{
	max-width: 100%;
	border-radius: 50%;
	height: 286px;
	box-shadow: 0 10px 22px rgba(1, 1, 1, 0.15);
}
.s-screen .slide .slide-img .slide-text p{
	font-size: 20px;
}
.s-screen .slide .slide-img .slide-text p:last-child{
	margin-bottom: 0 !important;
}
.s-screen .slide-text{
	display: inline-block;
	vertical-align: middle;
	width: 61.2%;
	width: calc(100% - 439px);
	padding-left: 100px;
}
.s-screen .slide-text p{
	color: #1a1a18;
	line-height: 1.25em;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
}
.s-screen .slider-bullets{
	position: relative;
	transition: all .2s;
	opacity: 1;
	text-align: center;
	z-index: 5;
}
.s-screen .slider-bullets li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
	opacity: 0;
	padding-left: 0;
}
.s-screen .slider-bullets li:before{
	display: none;
}
.loaded .s-screen .slider-bullets li{
	opacity: 1;
}
.s-screen .slider-bullets li:first-child{
	transition: opacity .3s .6s;
}
.s-screen .slider-bullets li:nth-child(2){
	transition: opacity .3s .9s;
}
.s-screen .slider-bullets li:nth-child(3){
	transition: opacity .3s 1.2s;
}
.s-screen .slider-bullets li:nth-child(4){
	transition: opacity .3s 1.5s;
}
.s-screen .slider-bullets li:nth-child(5){
	transition: opacity .3s 1.8s;
}
.s-screen .slider-bullets li:last-child{
	margin-right: 0;
}
.s-screen .slider-bullets li a{
	width: 93px;
	height: 93px;
	border-radius: 50%;
	display: block;
	text-align: center;
	white-space: nowrap;
	position: relative;
	text-decoration: none !important;
	transition: all .2s;
}
.desktop .s-screen .slider-bullets li a:hover{
	-webkit-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}
.s-screen .slider-bullets li a:before{
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	content: '';
}
.s-screen .slider-bullets li a img{
	display: inline-block;
	vertical-align: middle;
	margin-left: -5px;
}
.s-screen .slider-bullets li a .active-img{
	display: none;
}
.s-screen .slider-bullets li a.active{
	background-color: #ff8500;
	box-shadow: 0 10px 62px rgba(1, 1, 1, 0.05);
}
.desktop .s-screen .slider-bullets li a.active{
	-webkit-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}
.s-screen .slider-bullets li a.active:after{
	content: '';
	width: 101px;
	height: 101px;
	left: -5px;
	top: -5px;
	position: absolute;
	border-radius: 50%;
	border: 1px solid #ff8500;
}
.s-screen .slider-bullets li a.active img{
	display: none;
}
.s-screen .slider-bullets li a.active .active-img{
	display: inline-block;
}
.s-screen .slider-bullets.disable{
	opacity: .4;
}
.products-preview{
	padding: 44px 0 0;
	position: relative;
	margin-bottom: 100px;
	background-color: #f4f5f6;
	z-index: 4;
}
.products-preview .container > .row{
	margin-bottom: 20px;
}
.products-preview .row{
	margin: 0 -11px;
}
.products-preview .row .row{
	position: relative;
	z-index: 4;
}
.products-preview .row .row-item{
	overflow: hidden;
	padding: 0 11px;
	font-size: 0;
}
.products-preview .row .row-item.new-box{
	position: relative;
	z-index: 4;
}
.products-preview .row .row-item.new-box .product-box{
	z-index: 3;
}
.products-preview .row .row-item.new-box .product-box.product-box-big{
	z-index: 2;
}
.products-preview .row .row-item.new-box .product-box:before{
	display: none;
}
.products-preview .row .row-item.new-box .product-box.product-box-big{
	position: relative;
	z-index: 4;
}
.products-preview .row .row-item.new-box .product-box .new{
	position: absolute;
	left: 0;
	top: 0;
	background: url("../i/new-badge-transparent.png") no-repeat 0 0;
	width: 62px;
	height: 60px;
	opacity: 0;
	transition: opacity .3s 1s;
}
html[lang^='en'] .products-preview .row .row-item.new-box .product-box .new{
	background: url("../i/new-badge-transparent-en.png") no-repeat 0 0;
}
.products-preview .row .row-item .product-box{
	font-size: 16px;
	vertical-align: top;
	margin-bottom: 25px;
	position: relative;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 305px;
}
.desktop .products-preview .row .row-item .product-box:hover .prep-descr{
	opacity: 1;
}
.desktop .products-preview .row .row-item .product-box:hover .prep-descr .text p{
	opacity: 1;
	left: 0;
}
.desktop .products-preview .row .row-item .product-box:hover .prep-descr .divider{
	opacity: 1;
}
.products-preview .row .row-item .product-box .mask{
	position: absolute;
	left: 0;
	top: 0;
	background-color: white;
	box-shadow: 0 5px 10px rgba(26, 26, 24, 0.2);
	width: 30px;
	height: 0;
	transition: height .4s .5s, width .6s .9s;
}
.products-preview .row .row-item .product-box.visible:before,
.products-preview .row .row-item .product-box.visible:after,
.products-preview .row .row-item .product-box.visible .new,
.ios .products-preview .row .row-item .product-box:before,
.ios .products-preview .row .row-item .product-box:after,
.ios .products-preview .row .row-item .product-box .new,
.android .products-preview .row .row-item .product-box:before,
.android .products-preview .row .row-item .product-box:after,
.android .products-preview .row .row-item .product-box .new{
	opacity: 1;
}
.products-preview .row .row-item .product-box.visible .mask,
.ios .products-preview .row .row-item .product-box .mask,
.android .products-preview .row .row-item .product-box .mask{
	height: 100%;
	width: 100%;
}
.products-preview .row .row-item .product-box.visible h2,
.ios .products-preview .row .row-item .product-box h2,
.android .products-preview .row .row-item .product-box h2{
	opacity: 1;
}
.products-preview .row .row-item .product-box.visible .img-wrap,
.ios .products-preview .row .row-item .product-box .img-wrap,
.android .products-preview .row .row-item .product-box .img-wrap{
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.products-preview .row .row-item .product-box:before,
.products-preview .row .row-item .product-box:after{
	opacity: 0;
	transition: opacity .3s 1.5s;
}
.products-preview .row .row-item .product-box:before{
	content: '';
	position: absolute;
	z-index: 3;
	top: -8px;
	left: -10px;
	background: url("../i/corner-top-small.jpg") no-repeat 0 0;
	width: 44px;
	height: 44px;
}
.products-preview .row .row-item .product-box:after{
	content: '';
	position: absolute;
	z-index: 3;
	bottom: -17px;
	right: -11px;
	background: url("../i/corner-bottom-small.jpg") no-repeat 0 0;
	width: 55px;
	height: 53px;
}
.products-preview .row .row-item .product-box.product-box-big{
	height: 455px;
	z-index: 3;
}
.products-preview .row .row-item .product-box.product-box-big:after{
	content: '';
	position: absolute;
	z-index: 3;
	bottom: -14px;
	right: -10px;
	background: url("../i/corner-bottom.jpg") no-repeat 0 0;
	width: 69px;
	height: 64px;
}
.products-preview .row .row-item .product-box.product-box-big:before{
	content: '';
	position: absolute;
	z-index: 3;
	top: -12px;
	left: -17px;
	background: url("../i/corner-top.jpg") no-repeat 0 0;
	width: 60px;
	height: 60px;
}
.products-preview .row .row-item .product-box .img-wrap{
	text-align: center;
	max-width: 100%;
	padding: 20px 10px;
	height: 100%;
	white-space: nowrap;
	opacity: 0;
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
	transition: opacity .6s 1.5s, -webkit-transform .5s 1.5s;
	transition: opacity .6s 1.5s, transform .5s 1.5s;
	transition: opacity .6s 1.5s, transform .5s 1.5s, -webkit-transform .5s 1.5s;
}
.products-preview .row .row-item .product-box .img-wrap:before{
	display: inline-block;
	vertical-align: middle;
	content: '';
	height: 100%;
}
.products-preview .row .row-item .product-box .img-wrap img{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.products-preview .row .row-item .product-box h2{
	color: #1a1a18;
	font-size: 16px;
	font-weight: 400;
	background: rgba(255, 255, 255, 0.55);
	padding: 10px 0 0;
	position: absolute;
	bottom: 0;
	opacity: 0;
	margin: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	text-align: center;
	text-transform: uppercase;
	transition: all .3s 1.4s;
}
.products-preview .row .row-item .product-box h2:after{
	width: 1px;
	height: 12px;
	background-color: #1a1a18;
	background-image: linear-gradient(to top, #ff7200 0%, #ff9300 100%);
	content: '';
	display: block;
	margin: 2px auto 0;
}
.products-preview .row .row-item .product-box .prep-descr{
	position: absolute;
	left: 0;
	text-align: left;
	width: 100%;
	opacity: 0;
	top: 0;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.95);
	height: 100%;
	white-space: nowrap;
	transition: all .2s;
}
.products-preview .row .row-item .product-box .prep-descr:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.products-preview .row .row-item .product-box .prep-descr .divider{
	content: '';
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .5s .2s;
	background-color: #1a1a18;
	background-image: linear-gradient(to top, #ff7200 0%, #ff9300 100%);
}
.products-preview .row .row-item .product-box .prep-descr .text{
	white-space: normal;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	margin-left: -3px;
}
.products-preview .row .row-item .product-box .prep-descr p{
	left: 50%;
	opacity: 0;
	position: relative;
	transition: opacity .3s .2s, left .2s .2s;
	color: #1a1a18;
	font-size: 15px;
	font-weight: 500;
}
.title-wrap{
	color: #fffffe;
	position: relative;
	z-index: 0;
	height: 140px;
	text-align: center;
	margin-bottom: -2px;
}
.title-wrap:before{
	display: inline-block;
	vertical-align: middle;
	content: '';
	height: 100%;
}
.title-wrap .overlay-text{
	text-align: center;
	position: absolute;
	left: -.85em;
	right: -.85em;
	top: 50%;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-o-user-select: none;
	font-weight: 700;
	-webkit-transform: translateY(-49%);
	-ms-transform: translateY(-49%);
	transform: translateY(-49%);
}
.title-wrap .overlay-text span{
	line-height: 1em;
}
.title-wrap h2{
	text-shadow: 0 10px 70px rgba(26, 26, 24, 0.3);
	color: #1a1a18;
	position: relative;
	z-index: 5;
	display: inline-block;
	vertical-align: middle;
	font-size: 50px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 18px;
	text-transform: uppercase;
	margin: 0;
}
.title-wrap h2 a{
	text-decoration: none;
	color: #1a1a18;
	position: relative;
}
.no-touchevents .title-wrap h2 a:hover:before{
	left: 50%;
}
.no-touchevents .title-wrap h2 a:hover:after{
	right: 50%;
}
.title-wrap h2 a:before{
	transition: left .4s;
	content: '';
	background: #ff8600;
	position: absolute;
	bottom: 0;
	height: 1px;
	right: 50%;
	left: 0;
}
.title-wrap h2 a:after{
	transition: right .4s;
	content: '';
	background: #ff8600;
	position: absolute;
	bottom: 0;
	height: 1px;
	right: 0.4em;
	left: 50%;
}
.news{
	background-color: #f4f5f6;
	padding: 0 0 87px;
}
.news .row{
	position: relative;
	z-index: 1;
	text-align: center;
}
.news .row .row-item{
	text-align: left;
	position: relative;
	opacity: 0;
	transition: opacity .3s 0s;
}
.news .row .row-item:nth-child(2n){
	transition: opacity .3s .2s;
}
.news .row .row-item:nth-child(2n) .descr{
	transition: all .3s .4s;
}
.news .row .row-item:nth-child(3n){
	transition: opacity .3s .4s;
}
.news .row .row-item:nth-child(3n) .descr{
	transition: all .3s .6s;
}
.news .row .row-item:nth-child(4n){
	transition: opacity .3s .6s;
}
.news .row .row-item:nth-child(4n) .descr{
	transition: all .3s .8s;
}
.news .row .row-item.visible,
.ios .news .row .row-item,
.android .news .row .row-item{
	opacity: 1;
}
.news .row .row-item.visible .descr,
.ios .news .row .row-item .descr,
.android .news .row .row-item .descr{
	opacity: 1;
	bottom: 20px;
}
.news .row .row-item a{
	display: block;
	text-decoration: none;
	position: relative;
	box-shadow: 0 10px 20px rgba(26, 26, 24, 0.2);
	transition: all .2s;
}
.news .row .row-item a:after{
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: opacity .2s;
	background-color: #ffa528;
	background-image: linear-gradient(to right, #ff7200 0%, #ff9300 100%);
	opacity: 0;
}
.no-touchevents .news .row .row-item a:hover:after{
	opacity: .8;
}
.no-touchevents .news .row .row-item a:hover .descr h3{
	top: 0;
	transition: all .2s 0s;
}
.no-touchevents .news .row .row-item a:hover .descr .hidden-content{
	bottom: 0;
	transition: all .2s .2s;
	opacity: 1;
}
.news .row .row-item .img-wrap{
	position: relative;
}
.news .row .row-item .img-wrap:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, rgba(26, 26, 24, 0.55) 0%, transparent 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#8c000000', GradientType=0);
	/* IE6-9 */
}
.no-csstransitions .news .row .row-item .img-wrap:before{
	background: rgba(0, 0, 0, 0.3);
}
.news .row .row-item .img-wrap img{
	display: block;
	max-width: 100%;
	width: 100%;
}
.news .row .row-item .descr{
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 20px;
	opacity: 0;
	bottom: 0;
	z-index: 2;
	transition: all .4s .2s;
}
.news .row .row-item .descr h3{
	color: white;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	top: 12px;
	margin: 0;
	padding-left: 0;
	line-height: 1.2em;
	transition: all .2s .1s;
}
.ios .news .row .row-item .descr h3,
.android .news .row .row-item .descr h3{
	top: 0;
}
.news .row .row-item .descr h3:before{
	display: none;
}
.news .row .row-item .descr .hidden-content{
	transition: all .2s 0s;
	opacity: 0;
	position: relative;
	bottom: -20px;
}
.ios .news .row .row-item .descr .hidden-content,
.android .news .row .row-item .descr .hidden-content{
	opacity: 1;
	bottom: 0;
}
.news .row .row-item .descr p{
	color: white;
	line-height: 1.45em;
	font-size: 15px;
	font-weight: 400;
}
.news .row .row-item .descr time{
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	margin: 7px 0 0;
}
.research{
	padding: 0 0 70px;
}
.index-page .research{
	background-color: #f4f5f6;
}
.research .title-wrap{
	margin-bottom: 10px;
}
.research .title-wrap .overlay-svg{
	-webkit-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	transform: translateY(-40%);
}
.research .title-wrap .overlay-text{
	left: -.7em;
	right: -.7em;
}
.research .row{
	position: relative;
	z-index: 5;
	margin: 0 -20px;
}
.research .row .row-item{
	padding: 0 20px;
	margin-bottom: 30px;
	opacity: 0;
	position: relative;
	bottom: -40px;
	transition: all .3s 0s;
}
.research .row .row-item:nth-child(2){
	transition: all .3s .2s;
}
.research .row .row-item.visible,
.ios .research .row .row-item,
.android .research .row .row-item{
	bottom: 0;
	opacity: 1;
}
.research .row .row-item .research-item h3{
	margin: 0 0 18px;
	font-size: 20px;
	padding-left: 0;
}
.research .row .row-item .research-item h3:before{
	display: none;
}
.research .row .row-item .research-item h3 a{
	color: #1a1a18;
	font-size: 20px;
	text-decoration: none;
	border-bottom: 1px solid #bec0c2;
	font-weight: 500;
	transition: all .2s;
}
.no-touchevents .research .row .row-item .research-item h3 a:hover{
	border-bottom: none;
	color: #ff8600;
}
.research .row .row-item .research-item p{
	color: #1a1a18;
	font-size: 15px;
	margin-bottom: 16px;
}
.research .row .row-item .research-item p.meta{
	color: #b9b9b9;
	font-size: 11px;
	margin-bottom: 0;
	letter-spacing: 3px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
}
.research .row .row-item .research-item p.meta:before{
	top: 7px;
}
.ff-browser .research .row .row-item .research-item p.meta:before{
	top: 8px;
}
.slabtext{
	display: -moz-inline-box;
	display: inline-block;
	white-space: nowrap;
}
.slabtextinactive .slabtext{
	display: inline;
	white-space: normal;
	font-size: 1em !important;
	letter-spacing: inherit !important;
	word-spacing: inherit !important;
	*letter-spacing: normal !important;
	*word-spacing: normal !important;
}
.slabtextdone .slabtext{
	display: block;
}
.main-slider-box .link-slider-box{
	display: none;
	width: 90%;
	position: relative;
	left: 10px;
	text-align: center;
}
.no-touchevents .main-slider-box .btn:hover span{
	right: -20px;
	color: white;
}
.about-info{
	background: white url("../i/logo-bg.png") no-repeat 0 0;
	box-shadow: 0 5px 10px rgba(26, 26, 24, 0.05);
	white-space: nowrap;
}
.about-info .row{
	white-space: normal;
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.about-info .row .row-item{
	width: 50%;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.about-info .row .row-item .inner{
	padding: 15px 15px 15px 0;
	position: relative;
}
.about-info .row .row-item .inner:after{
	content: '';
	position: absolute;
	right: -3px;
	top: 0;
	height: 100%;
	background-color: #ff7900;
	width: 6px;
	z-index: 2;
}
.about-info p{
	font-size: 21px;
	line-height: 1.62em;
}
.about-info .img-wrap{
	margin-right: -15px;
}
.about-info .img-wrap img{
	-webkit-filter: gray;
	filter: gray;
	/* IE6-9 */
	filter: grayscale(1);
	/* Microsoft Edge and Firefox 35+ */
	-webkit-filter: grayscale(1);
	/* Google Chrome, Safari 6+ & Opera 15+ */
	display: block;
}
.num-box{
	box-shadow: inset 0 5px 50px rgba(0, 0, 0, 0.08);
	height: 450px;
	position: relative;
}
.num-box .container{
	height: 100%;
	white-space: nowrap;
}
.num-box .container:before{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	content: '';
}
.num-box .num-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}
.num-box .num-bg:after{
	content: '';
	background: url("../i/pattern.png") repeat 0 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.num-box .inner{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	white-space: normal;
}
.num-box .row{
	text-align: center;
	margin: 0 -10px;
}
.num-box .row .row-item{
	padding: 0 10px;
	border-right: 1px solid #e0e0e0;
}
.num-box .row .row-item:last-child{
	border-right: none;
}
.num-box h4{
	margin: 0 0 60px;
	text-align: center;
	position: relative;
	z-index: 4;
}
.num-box img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	position: relative;
	z-index: 4;
}
.num-box p{
	color: #1a1a18;
	font-size: 21px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.3em;
	position: relative;
	z-index: 4;
}
.num-box p .num{
	display: block;
	color: #ff6e00;
	font-size: 80px;
	line-height: 1.1em;
	position: relative;
	z-index: 4;
}
.num-box p .num .count{
	font-weight: 700;
	position: relative;
	z-index: 4;
	margin: 0 10px 6px 0;
}
.about-text{
	padding: 43px 0 28px;
}
.about-text p{
	margin-bottom: 26px;
}
.about-text p strong{
	font-weight: 500;
}
.presentation-box{
	padding: 120px 0 155px;
	text-align: center;
	position: relative;
}
.presentation-box:before{
	content: '';
	background: url("../i/big-logo-white.png") no-repeat 0 0/1238px 292px;
	position: absolute;
	width: 1238px;
	height: 292px;
	left: 50%;
	top: 50%;
	z-index: -1;
	margin: -146px 0 0 -582px;
}
html[lang^='en'] .presentation-box:before{
	background: url("../i/big-logo-white-eng.png") no-repeat 0 0/1238px 292px;
	margin: -146px 0 0 -619px;
}
.presentation-box h4{
	margin: 0 0 11px;
}
.presentation-box .link-box{
	margin: 35px 0 0;
}
.presentation-box .link-box a{
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.presentation-box .link-box a span{
	padding: 0 50px;
}
.history{
	padding: 60px 0 25px;
	background: url("../i/timeline-bg.png") no-repeat 50% -400px;
}
.history h2{
	color: #1a1a18;
	font-size: 39px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 40px;
}
.history .timeline{
	overflow-x: hidden;
}
.years-events{
	white-space: nowrap;
	font-size: 0;
	padding: 25px 0 0;
	position: relative;
	z-index: 4;
}
.ios .years-events,
.android .years-events{
	overflow: scroll;
	will-change: overflow;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
}
.years-events:after{
	border-bottom: 1px solid #d9d9d9;
	content: '';
	position: absolute;
	height: 1px;
	width: 3000px;
	bottom: 42px;
	z-index: -1;
	left: 0;
	margin: 0 0 0 -1500px;
	display: block;
}
.ios .years-events:after,
.android .years-events:after{
	display: none;
}
.years-events .mCSB_scrollTools{
	opacity: 1;
}
.years-events .mCSB_scrollTools.mCSB_scrollTools_horizontal{
	bottom: 35px;
}
.years-events .mCSB_horizontal.mCSB_inside > .mCSB_container{
	margin-bottom: 0;
}
.years-events .mCSB_buttonLeft,
.years-events .mCSB_buttonRight{
	background: #f1f2f3;
	width: 46px !important;
	height: 46px !important;
	opacity: 1 !important;
	border-radius: 50%;
	display: inline-block;
	z-index: 3;
	top: 50% !important;
	margin: -23px 0 0 !important;
	border: 1px solid #d8d8d8;
	transition: all .2s;
}
.years-events .mCSB_buttonLeft:after,
.years-events .mCSB_buttonRight:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../i/arrow-left.png") no-repeat 50%;
}
.no-touchevents .years-events .mCSB_buttonLeft:hover,
.no-touchevents .years-events .mCSB_buttonRight:hover{
	border: 1px solid #f3840b;
	opacity: 1;
	background: #f3840b;
}
.no-touchevents .years-events .mCSB_buttonLeft:hover:after,
.no-touchevents .years-events .mCSB_buttonRight:hover:after{
	background: url("../i/arrow-left-white.png") no-repeat 50%;
}
.years-events .mCSB_buttonRight{
	background: #f1f2f3;
}
.years-events .mCSB_buttonRight:after{
	background: url("../i/arrow-right.png") no-repeat 52% 50%;
}
.no-touchevents .years-events .mCSB_buttonRight:hover{
	background: #f3840b;
}
.no-touchevents .years-events .mCSB_buttonRight:hover:after{
	background: url("../i/arrow-right-white.png") no-repeat 50%;
}
.years-events.disable-right .mCSB_buttonRight{
	cursor: default;
}
.years-events.disable-right .mCSB_buttonRight:after{
	opacity: .3;
}
.no-touchevents .years-events.disable-right .mCSB_buttonRight:hover{
	border: 1px solid #d8d8d8;
	background: #f1f2f3;
}
.no-touchevents .years-events.disable-right .mCSB_buttonRight:hover:after{
	background: url("../i/arrow-right.png") no-repeat 52% 50%;
}
.years-events.disable-left .mCSB_buttonLeft{
	cursor: default;
}
.years-events.disable-left .mCSB_buttonLeft:after{
	opacity: .3;
}
.no-touchevents .years-events.disable-left .mCSB_buttonLeft:hover{
	border: 1px solid #d8d8d8;
	background: #f1f2f3;
}
.no-touchevents .years-events.disable-left .mCSB_buttonLeft:hover:after{
	background: url("../i/arrow-left.png") no-repeat 52% 50%;
}
.years-events .mCSB_draggerContainer{
	opacity: 0;
	visibility: hidden;
}
.years-events .event{
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	width: 620px;
	position: relative;
	padding: 10px 0 0 20px;
	font-size: 0;
}
.years-events .event:after{
	border-bottom: 1px solid #d9d9d9;
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: 42px;
	z-index: -1;
	left: 0;
	display: none;
}
.ios .years-events .event:after,
.android .years-events .event:after{
	display: block;
}
.years-events .event .img-wrap{
	max-width: 44%;
	vertical-align: middle;
	display: inline-block;
}
.years-events .event .img-wrap img{
	display: inline-block;
	box-shadow: 0 10px 20px rgba(26, 26, 24, 0.2);
	max-width: 100%;
}
.years-events .event .events-descr{
	padding-left: 18px;
	font-size: 16px;
	max-width: 56%;
	display: inline-block;
	vertical-align: middle;
}
.years-events .event .events-descr h4{
	color: #1a1a18;
	font-size: 26px;
	font-weight: 400;
	position: relative;
	margin: 0;
}
.years-events .event .events-descr h4:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11.5px 0 11.5px 11px;
	border-color: transparent transparent transparent #f3840b;
	content: '';
	position: absolute;
	left: -18px;
	top: 4px;
}
.years-events .event .events-descr p{
	color: #1a1a18;
	font-weight: 400;
	font-size: 15px;
}
.years-events .event .year{
	width: 44%;
	text-align: center;
	clear: both;
	padding: 64px 0 0;
	position: relative;
}
.years-events .event .year:after{
	position: absolute;
	content: '';
	width: 1px;
	height: 45px;
	background: #f1b97c;
	left: 50%;
	top: 0;
}
.years-events .event .year p{
	color: #1a1a18;
	font-size: 19px;
	font-weight: 500;
	position: relative;
}
.years-events .event .year p:before{
	box-sizing: border-box;
	width: 13px;
	height: 13px;
	background-color: #ff8500;
	box-shadow: 0 1px 32px rgba(0, 0, 0, 0.28);
	content: '';
	position: absolute;
	left: 50%;
	top: -20px;
	border-radius: 50%;
	margin: 0 0 0 -6px;
}
.years-events .event .year p:after{
	content: '';
	box-sizing: border-box;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 50%;
	top: -26px;
	border-radius: 50%;
	border: 1px solid #f3ba7d;
	margin: 0 0 0 -12px;
}
.timeline-nav{
	font-size: 0;
	max-width: 700px;
	margin: 0 auto;
	white-space: nowrap;
}
.ios .timeline-nav,
.android .timeline-nav{
	overflow: auto;
}
.stock-android .timeline-nav{
	display: none;
}
.timeline-nav .mCSB_scrollTools{
	opacity: 1;
	top: 14px;
}
.timeline-nav .mCustomScrollBox{
	padding-bottom: 30px;
}
.timeline-nav .mCSB_horizontal.mCSB_inside > .mCSB_container{
	margin-bottom: 0;
}
.timeline-nav .mCSB_buttonLeft,
.timeline-nav .mCSB_buttonRight{
	background: #f1f2f3;
	width: 34px !important;
	height: 34px !important;
	opacity: 1 !important;
	border-radius: 50%;
	display: inline-block;
	z-index: 3;
	top: 0;
	margin: 0 !important;
	border: 2px solid #ff8c01;
	transition: all .2s;
}
.timeline-nav .mCSB_buttonLeft:after,
.timeline-nav .mCSB_buttonRight:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../i/arrow-left.png") no-repeat 50%;
}
.no-touchevents .timeline-nav .mCSB_buttonLeft:hover,
.no-touchevents .timeline-nav .mCSB_buttonRight:hover{
	border: 2px solid #f3840b;
	opacity: 1;
	background: #f3840b;
}
.no-touchevents .timeline-nav .mCSB_buttonLeft:hover:after,
.no-touchevents .timeline-nav .mCSB_buttonRight:hover:after{
	background: url("../i/arrow-left-white.png") no-repeat 50%;
}
.timeline-nav .mCSB_buttonRight{
	background: #f1f2f3;
}
.timeline-nav .mCSB_buttonRight:after{
	background: url("../i/arrow-right.png") no-repeat 52% 50%;
}
.no-touchevents .timeline-nav .mCSB_buttonRight:hover{
	background: #f3840b;
}
.no-touchevents .timeline-nav .mCSB_buttonRight:hover:after{
	background: url("../i/arrow-right-white.png") no-repeat 50%;
}
.timeline-nav.disable-right .mCSB_buttonRight{
	cursor: default;
}
.timeline-nav.disable-right .mCSB_buttonRight:after{
	opacity: .3;
}
.no-touchevents .timeline-nav.disable-right .mCSB_buttonRight:hover{
	background: #f1f2f3;
	border: 2px solid #ff8c01;
}
.no-touchevents .timeline-nav.disable-right .mCSB_buttonRight:hover:after{
	background: url("../i/arrow-right.png") no-repeat 52% 50%;
}
.timeline-nav.disable-left .mCSB_buttonLeft{
	cursor: default;
}
.timeline-nav.disable-left .mCSB_buttonLeft:after{
	opacity: .3;
}
.no-touchevents .timeline-nav.disable-left .mCSB_buttonLeft:hover{
	border: 2px solid #ff8c01;
	background: #f1f2f3;
}
.no-touchevents .timeline-nav.disable-left .mCSB_buttonLeft:hover:after{
	background: url("../i/arrow-left.png") no-repeat 52% 50%;
}
.timeline-nav .mCSB_draggerContainer{
	opacity: 0;
	visibility: hidden;
}
.timeline-nav .indent-left,
.timeline-nav .indent-right{
	width: 60px;
	display: inline-block;
	height: 10px;
}
.timeline-nav .nav-item{
	white-space: normal;
	font-size: 16px;
	display: inline-block;
	width: 150px;
	vertical-align: top;
	position: relative;
	text-align: right;
}
.timeline-nav .nav-item.active ~ .timeline-nav .nav-item:after{
	background-color: #d9d9d9;
}
.timeline-nav .nav-item:after{
	content: '';
	height: 2px;
	position: absolute;
	left: 0;
	background-color: #ff8c01;
	box-sizing: border-box;
	width: 120%;
	z-index: 0;
	bottom: 6px;
}
.timeline-nav .nav-item a{
	border-bottom: 1px dotted;
	color: #1a1a18;
	font-size: 15px;
	text-decoration: none;
	display: inline-block;
	position: relative;
	font-weight: 500;
	z-index: 1;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	margin-bottom: 20px;
	transition: all .2s;
}
.no-touchevents .timeline-nav .nav-item a:hover{
	color: #1a1a18;
}
.timeline-nav .nav-item a:after{
	content: '';
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	background-color: #ff8c01;
	border: 2px solid #ff8c01;
	border-radius: 50%;
	position: absolute;
	right: 0;
	bottom: -21px;
	margin-right: 11px;
}
.nav-item.active ~ .nav-item:after{
	background-color: #d9d9d9;
}
.nav-item.active ~ .nav-item a{
	border-bottom: 1px dotted;
	color: #b6b6b7;
}
.nav-item.active ~ .nav-item a:after{
	background-color: #f1f2f3;
}
.company-today{
	padding: 30px 0;
}
.company-today h2{
	color: #1a1a18;
	font-size: 39px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 16px;
}
.company-today h2:after{
	width: 70px;
	height: 3px;
	background-color: #ff8500;
	display: block;
	content: '';
	margin: 34px auto 0;
}
aside{
	float: left;
	width: 275px;
	position: relative;
	z-index: 2;
	margin-right: -100%;
}
.content-wrap{
	float: left;
	width: 100%;
	padding-bottom: 100px;
}
.content-wrap .content{
	margin-left: 275px;
	padding-left: 40px;
	position: relative;
}
.prod-grid{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.prod-grid .row-item{
	padding: 0 10px;
	margin-bottom: 20px;
}
.prod-grid .row-item .prod-card{
	background-color: white;
	border: 1px solid white;
	display: block;
	position: relative;
	text-decoration: none;
	padding-bottom: 42px;
	box-shadow: 0 5px 10px rgba(26, 26, 24, 0.05);
	height: 100%;
}
.prod-grid .row-item .prod-card .new{
	position: absolute;
	left: 0;
	top: 0;
	background: url("../i/new-badge-transparent.png") no-repeat 0 0;
	width: 62px;
	height: 60px;
	z-index: 1;
	transition: opacity .3s 1s;
}
html[lang^='en'] .prod-grid .row-item .prod-card .new{
	background: url("../i/new-badge-transparent-en.png") no-repeat 0 0;
}
.prod-grid .row-item .prod-card .img-wrap{
	position: relative;
	text-align: center;
	padding: 10px 15px;
	height: 260px;
	white-space: nowrap;
}
.prod-grid .row-item .prod-card .img-wrap:before{
	display: inline-block;
	content: '';
	vertical-align: middle;
	height: 100%;
}
.prod-grid .row-item .prod-card .img-wrap img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
.prod-grid .row-item .prod-card .prod-descr{
	padding: 0 15px;
}
.prod-grid .row-item .prod-card .prod-descr h2{
	color: #1a1a18;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	padding-left: 0;
	margin: 0 0 9px;
	transition: all .2s;
}
.prod-grid .row-item .prod-card .prod-descr h2:before{
	width: 10px;
	height: 1px;
	left: -15px;
	top: 7px;
}
.prod-grid .row-item .prod-card .prod-descr p{
	color: #7e7e7e;
	font-size: 14px;
	line-height: 1.35em;
	font-weight: 400;
}
.prod-grid .row-item .prod-card .recipe{
	padding: 0 15px;
	position: absolute;
	bottom: 12px;
	left: 0;
	width: 100%;
}
.prod-grid .row-item .prod-card .recipe p{
	text-shadow: 0 10px 70px rgba(26, 26, 24, 0.3);
	color: #666666;
	font-size: 13px;
	font-weight: 500;
	position: relative;
	padding-left: 22px;
}
.prod-grid .row-item .prod-card .recipe p:before{
	content: '';
	background: url("../i/recipe.png") no-repeat 0 0;
	width: 12px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 1px;
}
.prod-grid .row-item .prod-card .recipe p.without:before{
	background: url("../i/wo-recipe.png") no-repeat 0 0;
	width: 13px;
}
.no-touchevents .prod-grid .row-item .prod-card:hover .prod-descr h2{
	color: #ff8500;
}
.sort{
	position: absolute;
	right: 0;
	font-size: 13px;
	top: -53px;
	color: #666666;
	font-weight: 400;
	z-index: 2;
}
.sort a, .sort .js-filter-alphabet{
	color: #1a1a18;
	font-weight: 500;
	text-decoration: none;
	border-bottom: 1px dotted #b3b4b4;
	transition: border .2s ease;
	cursor: pointer;
}
.no-touchevents .sort a:hover, .no-touchevents .sort .js-filter-alphabet:hover{
	border-color: transparent;
}


.products-search-box{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: -60px 0 30px;
}
.products-search-form{
	position: relative;
	margin: 0;
	width: 278px;
}
.products-search-form .form-control{
	position: relative;
	z-index: 1;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	height: 30px;
	width: 100%;
	padding: 0 30px 0 0;
	background: transparent;
	border: none;
	border-bottom: 1px solid #CBCBCB;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	outline: none !important;
}
.products-search-form .form-control:focus{
	border-color: #ff7900;
}
.products-search-form .form-control::-webkit-input-placeholder{
	color: #CBCBCB;
	opacity: 1;
}
.products-search-form .form-control::-moz-placeholder{
	color: #CBCBCB;
	opacity: 1;
}
.products-search-form .form-control:-ms-input-placeholder{
	color: #CBCBCB;
	opacity: 1;
}
.products-search-form .form-control:focus::-webkit-input-placeholder{
	opacity: 0 !important;
}
.products-search-form .form-control:focus::-moz-placeholder{
	opacity: 0 !important;
}
.products-search-form .form-control:focus:-ms-input-placeholder{
	opacity: 0 !important;
}
.products-search-form .js-clear-field{
	position: absolute;
	z-index: 2;
	right: 26px;
	top: 5px;
	display: none;
	cursor: pointer;
	transition: opacity .2s ease;
}
.products-search-form.filled .js-clear-field{
	display: block;
}
.products-search-btn{
	display: block;
	position: absolute;
	z-index: 2;
	right: -5px;
	top: 0;
	width: 30px;
	height: 30px;
	background: transparent url("../i/search-btn.png") no-repeat 50% 50%;
	border: none;
	cursor: pointer;
	outline: none !important;
	cursor: pointer;
}
.no-touchevents .products-search-btn:hover{
	background-image: url("../i/search-btn-hover.png");
}

.alphabet-search-box{
	display: flex;
	align-self: flex-start;
	width: calc(100% - 320px);
	margin: 6px 0 0 auto;
}
.alphabet-search{
	order: 1;
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
	line-height: 18px;
	color: #666;
	margin: 0 32px 0 0;
}
.alphabet-search .js-filter-alphabet{
	margin: 0 4px 6px 0;
	cursor: pointer;
	transition: color .2s ease;
}
.alphabet-search .js-clear-alphabet{
	position: relative;
	left: 26px;
	display: inline-block;
	vertical-align: top;
	margin: 1px 0 0 -16px;
	cursor: pointer;
	transition: opacity .2s ease;
}
.alphabet-search .js-clear-alphabet:not(.visible){
	display: none;
}
.touchevents .alphabet-search .js-filter-alphabet{
	margin-right: 12px;
}
.alphabet-search .js-filter-alphabet.active, .no-touchevents .alphabet-search .js-filter-alphabet:hover{
	color: #EE8131;
}
.alphabet-search span:last-child{
	margin: 0;
}
.products-search-box .sort{
	position: relative;
	display: table;
	order: 2;
	white-space: nowrap;
	top: 0;
	margin: 1px 0 0 auto;
}

.products-ajax-box.loading{
	background: url("../i/loader.svg") no-repeat 50% 80px/54px auto;
}
.products-ajax-box .hidden{
	opacity: 0;
}



.filter .form-overlay{
	display: none;
}
.filter.covered{
	position: relative;
}
.filter.covered form{
	opacity: .5;
	z-index: 0;
	position: relative;
}
.filter.covered .form-overlay{
	position: absolute;
	left: -15px;
	display: block;
	top: 0;
	right: -15px;
	height: 100%;
	content: '';
	z-index: 10;
}
.filter.covered:before{
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	z-index: 2;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background: url("../i/preloader-form.gif") no-repeat 0 0/32px 32px;
}
.filter form .close{
	cursor: pointer;
	display: none;
	background: #fff url("../i/close.png") no-repeat 50%;
	width: 30px;
	position: absolute;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	top: 30px;
	right: 40px;
	padding: 5px;
	border-radius: 4px;
	height: 30px;
}
.open-filter{
	display: none;
}
.pager{
	margin: 40px 0 60px;
}
.pager ul li{
	display: inline-block;
	vertical-align: middle;
	padding-left: 0;
	font-size: 16px;
	margin-bottom: 0;
}
.pager ul li:before{
	display: none;
}
.pager ul li a{
	color: #666666;
	text-decoration: none;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	transition: all .2s;
}
.no-touchevents .pager ul li a:hover{
	color: #ff7c06;
}
.pager ul li a.prev,
.pager ul li a.next{
	background: url("../i/pager-arrow-left.png") no-repeat 0 0;
	width: 7px;
	height: 13px;
	margin-right: 18px;
	line-height: 13px;
	position: relative;
	top: 1px;
}
.no-touchevents .pager ul li a.prev:hover,
.no-touchevents .pager ul li a.next:hover{
	opacity: .75;
}
.pager ul li a.next{
	background: url("../i/pager-arrow-right.png") no-repeat 0 0;
	margin-left: 18px;
	margin-right: 0;
}
.pager ul li span{
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background-color: #ff7c06;
	border-radius: 2px;
	box-shadow: 0 2px 5px rgba(26, 26, 24, 0.15);
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.breadcrumbs ul{
	margin-bottom: 0;
}
.breadcrumbs li{
	font-size: 13px;
	font-weight: 400;
	padding-left: 0;
	color: #a1a1a1;
	margin: 0 0 0;
}
.breadcrumbs li:before{
	display: none;
}
.breadcrumbs li a{
	color: #a1a1a1;
	text-decoration: underline;
}
.no-touchevents .breadcrumbs li a:hover{
	text-decoration: none;
}
.full-descr{
	padding-right: 20px;
	margin-bottom: 50px;
}
.full-descr .title h1{
	color: #1a1a18;
	font-size: 43px;
	margin-bottom: 13px;
	font-weight: 500;
}
.full-descr .icon{
	left: -48px;
	top: 0;
	position: absolute;
}
.full-descr .descr-section-big{
	padding-left: 48px;
	margin-bottom: 35px;
}
.full-descr .descr-section-big .global-name{
	position: relative;
	margin-bottom: 20px;
}
.full-descr .descr-section-big h2{
	color: #1a1a18;
	font-size: 39px;
	font-weight: 300;
	text-align: left;
	margin: 0;
}
.full-descr .descr-section-big .note{
	color: #b3b3b3;
	font-size: 15px;
	font-weight: 400;
}
.full-descr .descr-section-big p{
	color: #1a1a18;
	font-size: 17px;
	font-weight: 400;
}
.full-descr .spec-list .row-item{
	padding-left: 48px;
	padding-right: 20px;
	position: relative;
	margin-bottom: 35px;
}
.full-descr .spec-list .row-item .icon{
	left: -2px;
}
.full-descr .spec-list .row-item h4{
	color: #666666;
	font-weight: 400;
	font-size: 15px;
	margin: 0;
}
.full-descr .spec-list .row-item p{
	font-size: 15px;
	color: #1a1a18;
	font-weight: 500;
}
.share{
	text-align: center;
	margin-right: 105px;
}
.share p{
	display: inline-block;
	vertical-align: middle;
	color: #a1a1a1;
	font-size: 13px;
	font-weight: 500;
	margin-right: 6px;
}
.share .social-likes{
	display: inline-block;
	vertical-align: middle;
}
.share .social-likes .social-likes__widget{
	border: 1px solid #f8bf8d;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 28px;
	height: 28px;
	margin-right: 2px;
	text-align: center;
	transition: all .2s;
	line-height: 26px;
	color: #fe800e;
}
.share .social-likes .social-likes__widget:before{
	font-size: 16px;
}
.no-touchevents .share .social-likes .social-likes__widget:hover{
	color: #fff;
	background: #fe800e;
}
.full-descr-img{
	position: relative;
	float: right;
	max-width: 620px;
	margin-bottom: 50px;
}
.full-descr-img .img-big{
	margin-right: 105px;
	text-align: center;
}
.full-descr-img .img-big .img-wrap{
	box-shadow: 0 5px 10px rgba(26, 26, 24, 0.05);
	background-color: white;
	text-align: center;
	position: relative;
	margin-bottom: 8px;
}
.full-descr-img .img-big .img-wrap .spacer{
	padding-bottom: 100%;
	display: block;
}
.full-descr-img .img-big .img-wrap .new{
	position: absolute;
	left: 0;
	top: 0;
	background: url("../i/new-badge-transparent.png") no-repeat 0 0;
	width: 62px;
	height: 60px;
	z-index: 1;
	transition: opacity .3s 1s;
}
html[lang^='en'] .full-descr-img .img-big .img-wrap .new{
	background: url("../i/new-badge-transparent-en.png") no-repeat 0 0;
}
.full-descr-img .img-big .img-wrap img{
	max-width: 100%;
	padding: 30px 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.full-descr-img .thumbnails{
	position: absolute;
	right: 0;
	top: 0;
}
.full-descr-img .thumbnails a{
	width: 85px;
	margin-bottom: 15px;
	height: 85px;
	background-color: white;
	box-shadow: 0 5px 10px rgba(26, 26, 24, 0.05);
	display: block;
	text-align: center;
	white-space: nowrap;
	position: relative;
}
.full-descr-img .thumbnails a:before{
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	content: '';
}
.full-descr-img .thumbnails a img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	padding: 5px 10px;
	transition: all .2s;
}
.full-descr-img .thumbnails a:last-child{
	margin-bottom: 0;
}
.full-descr-img .thumbnails a.active img{
	opacity: .3;
}
.full-descr-img .thumbnails a.active:after{
	content: '';
	width: 3px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #1a1a18;
	background-image: linear-gradient(to top, #ff7200 0%, #ff9300 100%);
}
.no-touchevents .full-descr-img .thumbnails a:not(.active):hover img{
	opacity: .75;
}
.instructions{
	position: relative;
	padding-top: 80px;
	overflow: hidden;
	margin-bottom: 100px;
}
.instructions .overlay-svg{
	top: 100px;
	z-index: -1;
	-webkit-transform: translateY(-41.5%);
	-ms-transform: translateY(-41.5%);
	transform: translateY(-41.5%);
}
.instructions .overlay-text{
	color: #fff;
	position: absolute;
	left: 0;
	font-weight: 700;
	display: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-o-user-select: none;
	top: 80px;
	z-index: -1;
	margin: 0;
	width: 100%;
	-webkit-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
}
.accordion-box{
	max-width: 855px;
	padding-left: 35px;
	margin: 0 auto 50px;
}
.accordion-box .title h1{
	margin-bottom: 45px;
}
.accordion-box .accordion{
	padding-bottom: 38px;
	margin-bottom: 33px;
	border-bottom: 1px solid #dddede;
}
.accordion-box .accordion .accordion-title{
	color: #1a1a18;
	position: relative;
	font-size: 26px;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	padding-left: 0;
	transition: all .2s;
}
.accordion-box .accordion .accordion-title:before{
	display: none;
}
.accordion-box .accordion .accordion-title span{
	transition: all .2s;
	border-bottom: 1px dotted #b4b4b4;
}
.no-touchevents .accordion-box .accordion .accordion-title:hover{
	color: #ff7900;
}
.no-touchevents .accordion-box .accordion .accordion-title:hover span{
	border-bottom: 1px dotted transparent;
}
.accordion-box .accordion .accordion-title .accordion-icon{
	width: 21px;
	height: 21px;
	border: 2px solid #ff7900;
	display: inline-block;
	border-radius: 2px;
	position: absolute;
	left: -35px;
	top: 7px;
}
.accordion-box .accordion .accordion-title .accordion-icon:before{
	content: '';
	position: absolute;
	width: 11px;
	height: 3px;
	background-color: #ff7900;
	left: 3px;
	top: 7px;
}
.accordion-box .accordion .accordion-title .accordion-icon:after{
	content: '';
	position: absolute;
	width: 3px;
	height: 11px;
	background-color: #ff7900;
	left: 7px;
	top: 3px;
}
.accordion-box .accordion .accordion-body{
	padding: 22px 0 0;
	display: none;
}
.accordion-box .accordion .accordion-body h5{
	margin: 42px 0 29px;
}
.accordion-box .accordion .accordion-body p{
	color: #1a1a18;
	margin-bottom: 9px;
}
.accordion-box .accordion .accordion-body p:last-child{
	margin-bottom: 0;
}
.accordion-box .accordion.open .accordion-title{
	color: #666666;
}
.accordion-box .accordion.open .accordion-title .accordion-icon:after{
	display: none;
}
.accordion-box .accordion.open .accordion-body{
	display: block;
}
.news-list{
	position: relative;
	background: transparent;
}
.news-list .row{
	margin: 0 -10px;
	text-align: left;
}
.news-list .row .row-item{
	padding: 0 10px;
	transition: opacity 0s 0s !important;
	opacity: 1;
	margin-bottom: 20px;
}
.news-list .row .row-item:nth-child(4n){
	transition: opacity .3s 0s;
}
.news-list .row .row-item:nth-child(4n) .descr{
	transition: all .3s 0s;
}
.news-list .row .row-item a{
	overflow: hidden;
}
.no-touchevents .news-list .row .row-item a:hover .descr{
	margin-top: 0 !important;
}
.no-touchevents .news-list .row .row-item a:hover h3{
	transition: all .2s 0s;
}
.no-touchevents .news-list .row .row-item a:hover time{
	transition: all .2s 0s;
	top: 0;
}
.no-touchevents .news-list .row .row-item a:hover .hidden-content{
	display: block;
	transition: all .2s 0s;
}
.news-list .row .row-item .descr{
	transition: all .5s 0s !important;
	opacity: 1;
	bottom: 10px;
}
.news-list .row .row-item .descr h3{
	font-size: 19px;
	transition: all .2s 0s;
	top: 0;
}
.news-list .row .row-item .descr time{
	transition: all .2s 0s;
	margin-bottom: 13px;
	display: inline-block;
	top: 0;
	position: relative;
}
.news-list .row .row-item .descr .hidden-content{
	transition: all .2s 0s;
	display: none;
	/* .ios &, .android & {
            display: block;
          }*/
}
.news-list .pager{
	text-align: left;
}
.news-list .pager ul{
	display: inline-block;
}
.news-list .pager .subscribe-form{
	float: right;
	position: relative;
	padding: 0 155px 0 0;
}
.news-list .pager .subscribe-form .field-wrap{
	margin-bottom: 0;
}
.news-list .pager .subscribe-form .field-wrap label{
	display: inline-block;
	vertical-align: middle;
	color: #666666;
	font-size: 13px;
	font-weight: 400;
	margin-right: 6px;
}
.news-list .pager .subscribe-form .field-wrap input{
	display: inline-block;
	vertical-align: middle;
	height: 31px;
	border-radius: 0;
	font-size: 13px;
	background-color: rgba(241, 242, 243, 0.5);
	border: 1px solid #b8b8b8;
	width: 255px;
}
.news-list .pager .subscribe-form .field-wrap input::-webkit-input-placeholder{
	color: #989898;
}
.news-list .pager .subscribe-form .field-wrap input::-moz-placeholder{
	color: #989898;
}
.news-list .pager .subscribe-form .field-wrap.error input{
	background-color: rgba(255, 57, 13, 0.35);
	border: 2px solid #ff5833;
}
.news-list .pager .subscribe-form button{
	height: 31px;
	font-size: 11px;
	width: 145px;
	font-weight: 500;
	letter-spacing: 0;
	position: absolute;
	right: 0;
	margin: 0;
	top: 0;
}
.news-list .pager .subscribe-form .info-message{
	position: absolute;
	right: 0;
	bottom: 0;
	min-height: 43px;
	background-color: white;
	padding: 9px 10px 7px 45px;
	border: 2px solid white;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	max-width: 410px;
	width: 100%;
}
.news-list .pager .subscribe-form .info-message:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 7px 5px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	left: 50%;
	top: -7px;
	content: '';
	margin: 0 0 0 -5px;
}
.news-list .pager .subscribe-form .info-message p{
	color: #1a1a18;
	font-size: 13px;
	font-weight: 400;
}
.news-list .pager .subscribe-form.success{
	padding-bottom: 57px;
}
.news-list .pager .subscribe-form.success .info-message:before{
	content: '';
	position: absolute;
	left: 5px;
	top: 50%;
	width: 29px;
	height: 29px;
	margin-top: -15px;
	border-radius: 50%;
	border: 1px solid #fbd0b5;
	background: url("../i/subscribe-success.png") no-repeat 55% 55%;
}
.lg-outer .lg-item{
	background: url("../i/loading.gif") no-repeat scroll center center transparent;
	display: none !important;
}
.article .gallery{
	margin: 40px -200px 20px;
}
.gallery .photo-grid{
	margin: 0 -10px 12px;
}
.gallery .photo-grid-item,
.gallery .grid-sizer{
	width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.gallery .photo-grid-item a,
.gallery .grid-sizer a{
	display: block;
	border-radius: inherit;
	transition: all .2s;
}
.no-touchevents .gallery .photo-grid-item a:hover,
.no-touchevents .gallery .grid-sizer a:hover{
	box-shadow: 0 10px 20px rgba(26, 26, 24, 0.2);
}
.gallery .photo-grid-item a img,
.gallery .grid-sizer a img{
	display: block;
	max-width: 100%;
	width: 100%;
	border-radius: inherit;
}
.article{
	padding-bottom: 130px;
}
.article h1{
	color: #1a1a18;
	font-size: 43px;
	line-height: 1.27em;
	font-weight: 500;
	margin-bottom: 10px;
}
.article img{
	max-width: 100%;
}
.article img.center{
	display: block;
	margin: 30px auto 23px;
}
.article time{
	color: #7b7b7b;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.article .meta-box{
	margin-bottom: 38px;
}
.article .meta-box .meta{
	float: right;
	color: #888888;
	font-size: 11px;
	font-weight: 700;
	line-height: 18px;
	max-width: 63%;
	letter-spacing: 2px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.article .meta-box .meta:before{
	top: 7px;
}
.ff-browser .article .meta-box .meta:before{
	top: 8px;
}
.article p{
	margin-bottom: 19px;
}
.article p a{
	color: #ed6e0b;
	text-decoration: none;
}
.no-touchevents .article p a:hover{
	text-decoration: underline;
}
.article-pager{
	border-top: 1px solid #d9d9d9;
	padding: 20px 0;
	margin: 57px 0 0;
}
.article-pager.row .row-item{
	vertical-align: middle;
}
.article-pager.row .row-item:nth-child(2n){
	text-align: center;
}
.article-pager.row .row-item.share-box{
	text-align: right;
}
.article-pager .return{
	position: relative;
	padding-left: 30px;
	text-decoration: none;
	color: #ed6e0b;
	font-size: 13px;
	font-weight: 500;
}
.article-pager .return:before{
	content: '';
	position: absolute;
	left: 0;
	top: -5px;
	background: url("../i/return.png") no-repeat 0 0;
	width: 21px;
	height: 27px;
}
.no-touchevents .article-pager .return:hover{
	text-decoration: underline;
}
.article-pager .next-article{
	color: #ed6e0b;
	text-decoration: none;
	font-size: 13px;
	padding-right: 35px;
	font-weight: 500;
	position: relative;
}
.article-pager .next-article:after{
	content: '';
	position: absolute;
	right: 0;
	top: -6px;
	background: url("../i/pager-arrow-right.png") no-repeat 50%;
	width: 27px;
	height: 27px;
	border: 2px solid #ff8c01;
	border-radius: 50%;
}
.no-touchevents .article-pager .next-article:hover{
	text-decoration: underline;
}
.article-pager .share{
	margin-right: 0;
	position: relative;
	top: 2px;
	display: inline-block;
}
.article-pager .share p{
	margin-bottom: 0;
}
.search-form{
	margin-bottom: 40px;
}
.search-form p{
	font-size: 11px;
	font-weight: 700;
	color: #888888;
	line-height: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.search-form p span{
	color: #5a5a5a;
}
.search-form .field-wrap{
	position: relative;
	padding-right: 185px;
	margin-bottom: 4px;
}
.search-form .field-wrap input{
	border: 2px solid #d4d4d4;
	height: 44px;
	background: transparent;
	color: #1a1a18;
	width: 100%;
	padding: 0 20px;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 400;
}
.search-form .field-wrap button[type='submit']{
	position: absolute;
	right: 0;
	top: 0;
}
.search-result-list .pager{
	text-align: center;
}
.search-result-list ol li{
	color: #1a1a18;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}
.search-result-list ol li:before{
	display: none;
}
.search-result-list ol li .num{
	color: #1a1a18;
	position: absolute;
	left: 0;
	top: -1px;
	font-size: 20px;
	font-weight: 500;
}
.search-result-list ol li h2{
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 500;
	color: #1a1a18;
	text-align: left;
	margin-bottom: 17px;
}
.search-result-list ol li h2 a{
	color: #1a1a18;
	text-decoration: none;
	border-bottom: 1px solid #bec0c1;
}
.no-touchevents .search-result-list ol li h2 a:hover{
	border-bottom: none;
}
.search-result-list ol li p{
	font-size: 15px;
	font-weight: 400;
	color: #1a1a18;
}
.search-result-list ol li .mark{
	color: #989898;
}
.address{
	position: relative;
	padding-left: 47px;
}
.address:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url("../i/pin.png") no-repeat 0 0;
	width: 25px;
	height: 39px;
}
.work-time{
	position: relative;
	padding-left: 47px;
}
.work-time:before{
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	background: url("../i/time.png") no-repeat 0 0;
	width: 34px;
	height: 34px;
}
.phone{
	position: relative;
	padding-left: 47px;
}
.phone:before{
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	background: url("../i/phone.png") no-repeat 0 0;
	height: 35px;
	width: 23px;
}
.email{
	position: relative;
	padding-left: 47px;
}
.email:before{
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	background: url("../i/email.png") no-repeat 0 0;
	height: 40px;
	width: 35px;
}
.requisites{
	position: relative;
	padding: 0 30px 0 47px;
}
.requisites:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url("../i/requisites.png") no-repeat 0 0;
	width: 31px;
	height: 37px;
}
.representative{
	position: relative;
	padding-left: 47px;
}
.representative:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url("../i/representative.png") no-repeat 0 0;
	width: 32px;
	height: 38px;
}
.contacts{
	height: 550px;
	position: relative;
	background: white url("../i/logo-bg.png") no-repeat scroll 0 0;
	box-shadow: 0 5px 10px rgba(26, 26, 24, 0.05);
}
.contacts .container{
	white-space: nowrap;
	height: 100%;
}
.contacts .container:before{
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	content: '';
}
.contacts .container .contacts-info{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}
.contacts h4{
	margin: 0 0 30px;
}
.contacts .row .row-item{
	position: relative;
}
.contacts .row .row-item:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #ff7900;
	width: 6px;
	z-index: 2;
}
.contacts .row .row-item .row .row-item{
	padding: 0 30px 0 47px;
	margin-bottom: 30px;
}
.contacts .row .row-item .row .row-item:after{
	display: none;
}
.contacts address{
	font-style: normal;
}
.contacts p{
	color: #1a1a18;
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 0;
}
.contacts p.title{
	color: #666666;
	font-weight: 400;
}
.contacts p a{
	color: #ed6e0b;
	text-decoration: none;
}
.no-touchevents .contacts p a:hover{
	text-decoration: underline;
}
.contacts p a[href^="tel"],
.contacts p a[href^="viber"]{
	color: #1a1a18;
	transition: all .2s;
}
.no-touchevents .contacts p a[href^="tel"]:hover,
.no-touchevents .contacts p a[href^="viber"]:hover{
	text-decoration: none;
	opacity: .75;
}
.contacts p span{
	color: #929292;
}
.contacts .map-box{
	height: 100%;
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
}
.contacts .map-box #map{
	width: 100%;
	height: 100%;
}
.contacts-personal{
	padding: 70px 0 30px;
}
.contacts-personal h5{
	margin: 0 0 8px;
}
.contacts-personal h3{
	margin: 0 0 33px;
}
.contacts-personal .person-card{
	margin-bottom: 45px;
}
.contacts-personal .row{
	margin: 0 -10px;
}
.contacts-personal .row .row-item{
	padding: 0 10px;
}
.contacts-personal .row .row-item .row{
	margin: 0;
}
.contacts-personal .row .row-item .row .row-item{
	padding: 0 10px 0 47px;
}
.contacts-personal p{
	color: #1a1a18;
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 0;
}
.contacts-personal p.name{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}
.contacts-personal p.title{
	color: #666666;
	font-weight: 400;
}
.contacts-personal p a{
	color: #ed6e0b;
	text-decoration: none;
}
.no-touchevents .contacts-personal p a:hover{
	text-decoration: underline;
}
.contacts-personal p a[href^="tel"],
.contacts-personal p a[href^="viber"]{
	color: #1a1a18;
	transition: all .2s;
}
.no-touchevents .contacts-personal p a[href^="tel"]:hover,
.no-touchevents .contacts-personal p a[href^="viber"]:hover{
	text-decoration: none;
	opacity: .75;
}
.contacts-personal p span{
	color: #929292;
}
.contact-form{
	position: relative;
	padding: 0 0 120px;
	text-align: center;
}
.contact-form h2{
	position: relative;
	display: inline-block;
	padding: 20px 0 0;
	margin: 0 0 30px;
}
.contact-form h2:before{
	content: '';
	position: absolute;
	left: 0;
	top: -3px;
	width: 100%;
	height: 6px;
	background-color: #ff7900;
}
.contact-form .num-bg{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}
.contact-form .num-bg:after{
	content: '';
	background: url("../i/pattern.png") repeat 0 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.contact-form form{
	max-width: 420px;
	text-align: left;
	margin: 0 auto;
}
.contact-form form .field-wrap{
	position: relative;
}
.contact-form form .select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: #a6a6a6;
}
.contact-form form label{
	left: 0;
	padding-right: 15px;
	top: 50%;
	-webkit-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
	position: absolute;
}
.contact-form form button[type='submit']{
	width: 100%;
}
.accordion-body .vacancy-contacts{
	border-bottom: 1px solid #fff;
	padding-bottom: 25px;
	margin: 60px 0 25px;
	text-align: center;
}
.accordion-body .vacancy-contacts .row-item{
	text-align: left;
	padding: 0 5px 0 47px;
}
.accordion-body .vacancy-contacts .row-item p{
	color: #1a1a18;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.32em;
	margin-bottom: 0;
}
.accordion-body .vacancy-contacts .row-item p.name{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}
.accordion-body .vacancy-contacts .row-item p.title{
	color: #666666;
	font-weight: 400;
}
.accordion-body .vacancy-contacts .row-item p a{
	color: #ed6e0b;
	text-decoration: none;
}
.no-touchevents .accordion-body .vacancy-contacts .row-item p a:hover{
	text-decoration: underline;
}
.accordion-body .vacancy-contacts .row-item p a[href^="tel"],
.accordion-body .vacancy-contacts .row-item p a[href^="viber"]{
	color: #1a1a18;
	transition: all .2s;
}
.no-touchevents .accordion-body .vacancy-contacts .row-item p a[href^="tel"]:hover,
.no-touchevents .accordion-body .vacancy-contacts .row-item p a[href^="viber"]:hover{
	text-decoration: none;
	opacity: .75;
}
.accordion-body .vacancy-contacts .row-item p span{
	color: #929292;
}
.scroll-to-form{
	text-align: center;
	margin-bottom: 50px;
}
.scroll-to-form a{
	border: 2px solid #ff7200;
	height: 64px;
	display: inline-block;
	color: #1a1a18;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	border-radius: 3px;
	padding: 0 50px;
	letter-spacing: 2px;
	line-height: 60px;
	text-transform: uppercase;
	position: relative;
}
.no-touchevents .scroll-to-form a:hover{
	color: white;
	background-color: #ffb200;
	background-image: linear-gradient(to right, #ff7200 0%, #ff9300 100%);
}
.no-touchevents .scroll-to-form a:hover:before{
	bottom: -27px;
}
.no-touchevents .scroll-to-form a:hover span{
	border-bottom: transparent;
}
.scroll-to-form a:before{
	content: '';
	position: absolute;
	left: 50%;
	background: url("../i/arrow-bottom.png") no-repeat 0 0;
	width: 12px;
	height: 27px;
	bottom: -16px;
	margin: 0 0 0 -6px;
	transition: bottom .2s;
}
.scroll-to-form a span{
	border-bottom: 1px dotted #a7a8a8;
}
.awards .gallery{
	margin: 0;
}
.awards .photo-grid-item a img{
	padding: 20px;
	background: #fff;
	box-shadow: 0 5px 10px rgba(26, 26, 24, 0.05);
}
.error-page{
	text-align: center;
	padding: 100px 0 40px;
}
.error-page img{
	max-width: 100%;
	margin-bottom: 30px;
}
.error-page p{
	color: black;
	font-size: 19px;
	font-weight: 300;
}
.error-page p.big{
	color: black;
	font-size: 26px;
	font-weight: 400;
}
.error-page p.big:after{
	content: '';
	display: block;
	width: 70px;
	height: 3px;
	background-color: #ff8500;
	margin: 9px auto 11px;
}
.error-page p a{
	color: #ed6e0b;
	text-decoration: none;
}
.no-touchevents .error-page p a:hover{
	text-decoration: underline;
}
.research-list{
	padding-top: 20px;
	background: transparent;
}
.research-list .row .row-item{
	opacity: 1;
	bottom: auto;
	margin-bottom: 50px;
}
.research-list .row .row-item .research-item p.meta{
	color: #888888;
}
.research-list .pager{
	border-top: 1px solid #d9d9d9;
	padding-top: 40px;
	margin: 100px 0 0;
	text-align: center;
}
.download{
	text-align: center;
	margin: 55px 0 0;
}
.download a{
	width: auto;
	padding: 0 45px;
	margin-bottom: 8px;
	font-size: 13px !important;
}
.download p{
	font-size: 13px;
	text-align: center;
	font-weight: 500;
	color: #a1a1a1;
}
.slider-box{
	position: relative;
	margin: 45px 0 70px;
}
.slider-box .overlay-svg{
	margin-top: 30px;
	padding: 0 20px;
}
.slider-box .container{
	position: relative;
}
.slider-box .overlay-text{
	width: 100%;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-o-user-select: none;
	color: #fff;
	left: 0;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	margin-top: 22px;
}
.slider-box .prod-slider{
	max-width: 840px;
	margin: 0 auto;
	border-top: 1px solid #d9d9d9;
}
.slider-box .prod-slider .slick-arrow{
	text-indent: -10000px;
	width: 46px;
	height: 46px;
	background-color: #f1f2f3;
	background-repeat: no-repeat;
	border: 1px solid #d8d8d8;
	position: absolute;
	cursor: pointer;
	top: 50%;
	z-index: 2;
	border-radius: 50%;
	transition: all .2s;
}
.no-touchevents .slider-box .prod-slider .slick-arrow:hover{
	background-color: #ed6e0b;
	border: 1px solid #ed6e0b;
}
.no-touchevents .slider-box .prod-slider .slick-arrow:hover.slick-prev{
	background-image: url("../i/arrow-left-white.png");
}
.no-touchevents .slider-box .prod-slider .slick-arrow:hover.slick-next{
	background-image: url("../i/arrow-right-white.png");
}
.slider-box .prod-slider .slick-arrow.slick-prev{
	left: 0;
	background-image: url("../i/arrow-left.png");
	background-position: 50% 50%;
}
.slider-box .prod-slider .slick-arrow.slick-next{
	right: 0;
	background-image: url("../i/arrow-right.png");
	background-position: 52% 50%;
}
.slider-box .prod-slider .slide{
	font-size: 0;
	padding: 65px 60px 20px;
}
.slider-box .prod-slider .slide a{
	display: block;
	text-decoration: none;
}
.no-touchevents .slider-box .prod-slider .slide a:hover h3{
	color: #ed6e0b;
}
.slider-box .prod-slider .slide .img-wrap{
	padding: 10px;
	background-color: #fff;
	width: 45%;
	vertical-align: middle;
	display: inline-block;
	box-shadow: 0 5px 10px rgba(26, 26, 24, 0.05);
}
.slider-box .prod-slider .slide .img-wrap img{
	background-color: white;
}
.slider-box .prod-slider .slide .descr{
	display: inline-block;
	width: 55%;
	padding-left: 15px;
	vertical-align: middle;
}
.slider-box .prod-slider .slide .descr h3{
	color: #1a1a18;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.375em;
	text-transform: uppercase;
	padding-left: 0;
	margin: 0 0 6px;
	position: relative;
	transition: all .2s;
}
.slider-box .prod-slider .slide .descr h3:before{
	display: none;
}
.slider-box .prod-slider .slide .descr h3:after{
	content: '';
	width: 10px;
	height: 1px;
	background-color: #1a1a18;
	background-image: linear-gradient(to top, #ff7200 0%, #ff9300 100%);
	position: absolute;
	left: -15px;
	top: 10px;
}
.slider-box .prod-slider .slide .descr p{
	color: #5a5a5a;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 400;
}
.pharmacovigilance-contacts{
	margin-bottom: 60px;
}
.pharmacovigilance-contacts .row-item{
	margin-bottom: 30px;
}
.pharmacovigilance-contacts .row-item address{
	font-style: normal;
}
.pharmacovigilance-contacts .row-item p{
	color: #1a1a18;
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 0;
	line-height: 1.4em;
}
.pharmacovigilance-contacts .row-item p.title{
	color: #666666;
	font-weight: 400;
}
.pharmacovigilance-contacts .row-item p a{
	color: #ed6e0b;
	text-decoration: none;
}
.no-touchevents .pharmacovigilance-contacts .row-item p a:hover{
	text-decoration: underline;
}
.pharmacovigilance-contacts .row-item p a[href^="tel"],
.pharmacovigilance-contacts .row-item p a[href^="viber"]{
	color: #1a1a18;
	transition: all .2s;
}
.no-touchevents .pharmacovigilance-contacts .row-item p a[href^="tel"]:hover,
.no-touchevents .pharmacovigilance-contacts .row-item p a[href^="viber"]:hover{
	text-decoration: none;
	opacity: .75;
}
.pharmacovigilance-contacts .row-item p span{
	color: #929292;
}
/*Find in pharmacy*/
.find-in-pharmacy-box{
	text-align: center;
	margin: 44px 85px 0 0;
}
.find-in-pharmacy{
	color: #ff7900;
	text-decoration: none;
}
/*Popup*/
#popup-box{
	position: fixed;
	z-index: 10001;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	padding: 0;
	background: rgba(255, 255, 255, .95);
	visibility: hidden;
	transform: scale(.9);
	opacity: 0;
	transition: all .3s ease;
	min-width: 320px;
}
.opened-popup #popup-box{
	opacity: 1;
	visibility: visible;
	transform: none;
}
#popup-box .container{
	position: relative;
	font-size: 0;
	height: 100%;
	text-align: center;
	padding-top: 64px;
	visibility: hidden;
	opacity: 0;
}
.opened-popup #popup-box .container{
	opacity: 1;
	visibility: visible;
	transition: opacity .5s linear .3s;
}
#popup-box .container:before{
	content: '';
	position: relative;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	margin: 0 -1px 0 0;
}
.popup{
	position: relative;
	display: none;
	vertical-align: middle;
	text-align: left;
	font-size: 18px;
	line-height: 1.5em;
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	padding-bottom: 48px;
}
.popup.visible{
	display: inline-block;
}
.popup .title{
	font-size: 33px;
	line-height: 1.36em;
	padding-left: 15px;
	position: relative;
	font-weight: 400;
	margin: 0 0 40px;
}
.popup .title:before{
	width: 4px;
	height: 1em;
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	background-color: #ff5800;
}
.find-in-pharmacy-list li{
	padding: 0;
	margin: 24px 0;
	background: none;
}
.find-in-pharmacy-list a{
	color: #ff7900;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}
.no-touchevents .find-in-pharmacy-list a:hover{
	text-decoration: none;
	border-color: transparent;
}
.js-close-popup{
	position: absolute;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	top: 16px;
	right: 16px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	transition: opacity .2s ease;
}
.no-touchevents .js-close-popup:hover{
	opacity: .7;
}

#find-in-pharmacy-popup .select2{
	max-width: 270px;
	margin: 0 0 4px;
}

.popup-select-dropdown{
	z-index: 10002 !important;
	background: #fff !important;
}
.select2-container--default .popup-select-dropdown .select2-search--dropdown .select2-search__field{
	font-size: 14px;
	padding: 7px 20px 6px;
}
@media (min-width: 961px){
	.find-in-pharmacy.sticky{
		position: fixed;
		z-index: 10001;
		right: 0;
		bottom: 140px;
	}
	.find-in-pharmacy{
		font-weight: 500;
		font-size: 15px;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #fff;
		padding: 14px 32px 12px;
		background: linear-gradient(to right, #ff7200 0%, #ff9300 50%, #ff7200 100%);
		background-size: 200% 200%;
		transition: background-position ease-in-out .3s;
	}
	.no-touchevents .find-in-pharmacy:hover{
		background-color: #ff7900;
		background-position: 100%;
	}
}
@media (max-width: 960px){
	.find-in-pharmacy-box{
		display: block;
		z-index: 1000;
		position: fixed;
		right: 0;
		bottom: 0;
		width: 100%;
		cursor: pointer;
		text-align: center;
		border: none;
		margin: 0;
		transition: all .2s;
	}
	.find-in-pharmacy{
		display: block;
		font-size: 15px;
		font-weight: 500;
		line-height: 1em;
		text-transform: uppercase;
		color: #fff;
		padding: 16px 16px 15px;
		background: rgba(255, 114, 0, .925);
		background-size: 200% 200%;
		transition: background ease-in-out .3s;
		border: none;
	}
	.no-touchevents .find-in-pharmacy:hover{
		background: #ff7900;
	}
	.inner-footer-indent footer .container{
		padding-bottom: 72px;
	}


	/*Products search*/
	.products-search-box{
		margin: 0 0 18px;
	}
}
@media (max-width: 680px){
	#popup-box .container{
		padding-left: 16px;
		padding-right: 16px;
	}
	.popup{
		font-size: 17px;
		padding-bottom: 40px;
	}
}

@media (max-width: 420px){
	#popup-box .container{
		padding-top: 48px;
	}
	.popup{
		padding-bottom: 32px;
	}
	.popup .title{
		font-size: 28px;
		margin: 0 0 24px;
	}
	.find-in-pharmacy-list li{
		margin: 16px 0;
	}
	.js-close-popup{
		top: 8px;
		right: 8px;
	}
}
.tabs__caption{
	max-width: 1030px;
	margin: 0 auto 30px;
	padding: 0 0 10px;
	text-align: center;
	border-bottom: 1px solid #dedede;
}
.tabs__caption li{
	display: inline-block;
	border-radius: 3px;
	border: 2px solid #e5e5e5;
	padding: 4px 17px;
	cursor: pointer;
	position: relative;
}
.tabs__caption li:before{
	display: none;
}
.tabs__caption li span{
	font-size: 20px;
	font-weight: 500;
	color: #ed6e0b;
	display: inline-block;
	border-bottom: 1px dotted;
	line-height: 1em;
}
.tabs__caption li.active{
	border: 2px solid transparent;
	cursor: default;
}
.tabs__caption li.active:after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7.5px 0 7.5px;
	border-color: #dedede transparent transparent transparent;
	left: 50%;
	bottom: -30px;
	margin-left: -7px;
}
.tabs__caption li.active span{
	color: #1a1a18;
	border-bottom: none;
}
.tabs__content{
	display: none;
}
.tabs__content.active{
	display: block;
}
.pharmacovigilance-form{
	background: #fff;
	padding: 0 0 115px;
}
.pharmacovigilance-form .form-title{
	max-width: 750px;
	margin: 0 auto 28px;
	text-align: center;
	padding: 20px 0 0;
}
.pharmacovigilance-form h2{
	margin: 0 0 13px;
	line-height: 1.4em;
	display: inline-block;
	position: relative;
}
.pharmacovigilance-form h2:after{
	content: '';
	position: absolute;
	height: 6px;
	width: 100%;
	left: 0;
	top: -23px;
	background-color: #ff7900;
}
.pharmacovigilance-form .tabs{
	margin: 0 auto;
}
.pharmacovigilance-form form{
	max-width: 420px;
	margin: 0 auto;
	position: relative;
}
.pharmacovigilance-form form .field-row{
	position: relative;
	margin-bottom: 22px;
}
.pharmacovigilance-form form .field-wrap{
	position: relative;
}
.pharmacovigilance-form form .field-wrap.age-select{
	max-width: 205px;
}
.pharmacovigilance-form form input,
.pharmacovigilance-form form .select2-container--default .select2-selection--single,
.pharmacovigilance-form form textarea{
	border-color: #d9d9d9;
}
.pharmacovigilance-form form label,
.pharmacovigilance-form form .label{
	left: 0;
	padding-right: 15px;
	top: 50%;
	-webkit-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
	position: absolute;
	color: #1a1a18;
	font-size: 15px;
	font-weight: 400;
}
.pharmacovigilance-form form .note{
	color: #797979;
	font-size: 12px;
	line-height: 1.33em;
	margin: 14px 0 0;
	font-weight: 400;
}
.pharmacovigilance-form form button[type='submit']{
	width: 100%;
}
.archive{
	position: absolute;
	right: 0;
	top: -70px;
}
.archive .field-wrap label{
	display: inline-block;
	vertical-align: middle;
	color: #666666;
	font-size: 13px;
	font-weight: 400;
	margin-right: 12px;
}
.archive .field-wrap .select2-container--default .select2-selection--single{
	height: 31px;
	border: 1px solid #b8b8b8;
}
.archive .field-wrap .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 29px;
	padding-left: 17px;
	font-size: 13px;
}
.archive .field-wrap .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 31px;
	width: 31px;
}
.archive .field-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b{
	margin-top: -2px;
}
.overlay-svg{
	position: absolute;
	top: 50%;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-o-user-select: none;
	-webkit-transform: translateY(-48%);
	-ms-transform: translateY(-48%);
	transform: translateY(-48%);
	left: 0;
	width: 100%;
}
.overlay-svg img{
	max-height: 203px;
	max-width: 100%;
}
.info-block{
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
	padding: 80px 20px 80px;
}
.info-block i{
	display: block;
	width: 77px;
	height: 77px;
	margin: 0 auto 23px;
}
.info-block p{
	color: black;
	font-size: 29px;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 40px;
}
.info-block .btn{
	max-width: 305px;
	width: 100%;
}
.info-block.success i{
	background: url("../i/subscribe-success-big.png") no-repeat 0 0;
}
.info-block.failed i{
	background: url("../i/subscribe-failed-big.png") no-repeat 0 0;
}
.virtual-tour{
	margin-left: 20px !important;
	margin-right: 20px !important;
}
/*Cookies*/
.cookies-page main{
	margin-bottom: 130px;
}
.cookies-page main > .container{
	max-width: 880px;
}
.cookies-page main h3{
	margin: 50px 0 24px;
}
.cookies-page main p{
	margin: 18px 0;
}
.cookies-page main h3 + ul{
	margin-top: 24px;
}
.cookies-page main ul li{
	margin-bottom: 18px;
}
.cookies-page main ul h4{
	margin: 0 0 4px;
}
.cookies-page main ul h4 + p{
	margin-top: 0;
}
.default-btn{
	display: table;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	height: auto;
	padding: 13px 38px;
	margin: 32px 0 0;
	background: linear-gradient(to right, #ff7200 0%, #ff9300 50%, #ff7200 100%);
	background-size: 200% 200%;
	background-position: 0 0;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	outline: none !important;
	transition: background .3s ease-in-out;
}
.no-touchevents .default-btn:hover{
	background-position: 100%;
}
.cookies-page main .default-btn{
	margin: 40px auto 0;
}


.cookies-popup{
	position: fixed;
	z-index: 10000;
	right: 0;
	bottom: 0;
	font-weight: 300;
	font-size: 19px;
	line-height: 1.578947368421053em;
	text-align: center;
	color: #585F65;
	padding: 30px 16px;
	width: 520px;
	max-width: 100%;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
.cookies-popup .container{
	padding: 0;
	max-width: 380px;
}
.cookies-popup p{
	font-weight: 300;
}
.cookies-popup a{
	color: #ED6E0B;
	text-decoration: none;
}
.no-touchevents .cookies-popup a:hover{
	text-decoration: underline;
}
.cookies-popup .btns-box{
	display: flex;
	justify-content: space-between;
	max-width: 360px;
	margin: 20px auto 10px;
}
.cookies-popup .default-btn{
	width: calc(50% - 15px);
	margin: 0;
	padding: 13px 16px;
}
/*Footer*/
footer{
	background: #1a1a18;
	text-align: center;
	position: relative;
	z-index: 4;
}
footer .container{
	padding-top: 46px;
	padding-bottom: 48px;
}
footer .copyright{
	float: left;
	color: white;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 4px;
}
footer .social{
	display: inline-block;
}
footer .social p{
	display: inline-block;
	vertical-align: middle;
	color: #707068;
	font-size: 11px;
	margin-right: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
footer .social ul{
	display: inline-block;
	vertical-align: middle;
}
footer .social ul li{
	margin-right: 7px;
	display: inline-block;
	vertical-align: middle;
}
footer .social ul li:last-child{
	margin-right: 0;
}
footer .social ul li a{
	text-decoration: none;
	color: #ff8b00;
	transition: all .2s;
}
.no-touchevents footer .social ul li a:hover{
	color: #fff;
}
footer .dev{
	float: right;
	color: #ffeef0;
	font-size: 11px;
	font-weight: 400;
	margin-top: 4px;
}
footer .dev a{
	background: url("../i/dev.png") no-repeat 0 0;
	background: url("../i/development-iquadart.svg") no-repeat 0 0/74px 22px;
	width: 74px;
	margin-left: 1px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	transition: all .2s;
}
.no-touchevents footer .dev a:hover{
	opacity: .7;
}
@-webkit-keyframes rotate{
	from{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to{
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate{
	from{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to{
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes invert-rotate{
	from{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to{
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
@keyframes invert-rotate{
	from{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to{
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
@-webkit-keyframes infinite-rotate{
	from{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50%{
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	to{
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes infinite-rotate{
	from{
		-webkit-transform: rotate(0deg) scale(0.88, 0.75);
		transform: rotate(0deg) scale(0.88, 0.75);
	}

	50%{
		-webkit-transform: rotate(180deg) scale(1, 1);
		transform: rotate(180deg) scale(1, 1);
	}

	to{
		-webkit-transform: rotate(360deg) scale(0.88, 0.75);
		transform: rotate(360deg) scale(0.88, 0.75);
	}
}
@-webkit-keyframes fadeInRight{
	from{
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to{
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInRight{
	from{
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to{
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInRight > *{
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInLeft{
	from{
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to{
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInLeft{
	from{
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to{
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInLeft > *{
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeOutUp{
	from{
		opacity: 1;
	}

	to{
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
}
@keyframes fadeOutUp{
	from{
		opacity: 1;
	}

	to{
		opacity: 0;
		-webkit-transform: translate3d(0, -25%, 0);
		transform: translate3d(0, -25%, 0);
	}
}
@-webkit-keyframes fadeInDown{
	from{
		opacity: 0;
		-webkit-transform: translate3d(0, -25%, 0);
		transform: translate3d(0, -25%, 0);
	}

	to{
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDown{
	from{
		opacity: 0;
		-webkit-transform: translate3d(0, -25%, 0);
		transform: translate3d(0, -25%, 0);
	}

	to{
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-webkit-keyframes fadeInUp{
	from{
		opacity: 0;
		-webkit-transform: translate3d(0, 25%, 0);
		transform: translate3d(0, 25%, 0);
	}

	to{
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUp{
	from{
		opacity: 0;
		-webkit-transform: translate3d(0, 25%, 0);
		transform: translate3d(0, 25%, 0);
	}

	to{
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-webkit-keyframes fadeOutDown{
	from{
		opacity: 1;
	}

	to{
		opacity: 0;
		-webkit-transform: translate3d(0, 25%, 0);
		transform: translate3d(0, 25%, 0);
	}
}
@keyframes fadeOutDown{
	from{
		opacity: 1;
	}

	to{
		opacity: 0;
		-webkit-transform: translate3d(0, 25%, 0);
		transform: translate3d(0, 25%, 0);
	}
}
.select2-container{
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}
.select2-container .select2-selection--single{
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear{
	position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{
	padding-right: 8px;
	padding-left: 20px;
}
.select2-container .select2-selection--multiple{
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-search--inline{
	float: left;
}
.select2-container .select2-search--inline .select2-search__field{
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{
	-webkit-appearance: none;
}
.select2-dropdown{
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}
.select2-results{
	display: block;
}
.select2-results__options{
	list-style: none;
	margin: 0;
	padding: 0;
}
.select2-results__option{
	padding: 6px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}
.select2-results__option[aria-selected]{
	cursor: pointer;
}
.select2-container--open .select2-dropdown{
	left: 0;
}
.select2-container--open .select2-dropdown--above{
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below{
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-search--dropdown{
	display: block;
	padding: 4px;
}
.select2-search--dropdown .select2-search__field{
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{
	-webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide{
	display: none;
}
.select2-close-mask{
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}
.select2-hidden-accessible{
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}
.select2-container--default .select2-selection--single{
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #444;
	line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
	cursor: pointer;
	float: right;
	font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{
	float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{
	left: 1px;
	right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single{
	background-color: #eee;
	cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{
	display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple{
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
	list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder{
	color: #999;
	margin-top: 5px;
	float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear{
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
	color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{
	float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
	margin-left: 5px;
	margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
	margin-left: 2px;
	margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
	border: solid black 1px;
	outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple{
	background-color: #eee;
	cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove{
	display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
	border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field{
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options{
	max-height: 200px;
	overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group]{
	padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true]{
	color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true]{
	background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option{
	padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group{
	padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option{
	margin-left: -1em;
	padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
	margin-left: -2em;
	padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
	margin-left: -3em;
	padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
	margin-left: -4em;
	padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
	margin-left: -5em;
	padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color: #5897fb;
	color: white;
}
.select2-container--default .select2-results__group{
	cursor: default;
	display: block;
	padding: 6px;
}
.select2-container--classic .select2-selection--single{
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus{
	border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered{
	color: #444;
	line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear{
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder{
	color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow{
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b{
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{
	float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single{
	border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{
	background: transparent;
	border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple{
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus{
	border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered{
	list-style: none;
	margin: 0;
	padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear{
	display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice{
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{
	color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
	float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
	margin-left: 5px;
	margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
	margin-left: 2px;
	margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple{
	border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field{
	border: 1px solid #aaa;
	outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field{
	outline: 0;
	box-shadow: none;
}
.select2-container--classic .select2-dropdown{
	background-color: white;
	border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above{
	border-bottom: none;
}
.select2-container--classic .select2-dropdown--below{
	border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options{
	max-height: 200px;
	overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group]{
	padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true]{
	color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected]{
	background-color: #3875d7;
	color: white;
}
.select2-container--classic .select2-results__group{
	cursor: default;
	display: block;
	padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown{
	border-color: #5897fb;
}
input[type="checkbox"],
input[type="radio"]{
	vertical-align: top;
	margin: 0 3px 0 0;
	width: 17px;
	width: auto !important;
	height: 17px;
}
input[type="checkbox"] + label,
input[type="radio"] + label{
	cursor: pointer;
}
input[type="checkbox"]:not(checked),
input[type="radio"]:not(checked){
	position: absolute;
	opacity: 0;
}

.checkbox-item{
	position: relative;
	margin: 0 0 22px;
}
.checkbox-item:last-child{
	margin-bottom: 0;
}
form .checkbox-item{
	margin-left: -34px;
}
.checkbox-item input[type="checkbox"], .radio-item input[type="radio"]{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
}
.checkbox-item input[type="checkbox"] + label{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0;
	color: #1A1A18;
	padding-left: 34px;
	margin: 0;
	transform: none;
	cursor: pointer;
}
.checkbox-item input[type="checkbox"]:disabled + label{
	opacity: .5;
	cursor: default;
	pointer-events: none;
}
.checkbox-item input[type="checkbox"] + label:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	border: 2px solid #B7B7B9;
	border-radius: 2px;
	box-sizing: border-box;
}
.checkbox-item input[type="checkbox"]:disabled + label:before{
	opacity: .8;
}
.checkbox-item input[type="checkbox"]:checked + label:before{
	background: #ff7900 url("../i/check.png") no-repeat 2px 4px;
	border-color: #ff7900;
}
.checkbox-item input[type="checkbox"] + label a{
	color: #FF7900;
	text-decoration: none;
}
.no-touchevents .checkbox-item input[type="checkbox"] + label a:hover{
	text-decoration: underline;
}


.inline-radios{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 10px -50px -10px 0;
}
.inline-radios.centered{
	justify-content: center;
	margin: 50px -25px 40px;
}
.inline-radios .radio-item{
	position: relative;
	margin: 0 50px 10px 0;
}
.inline-radios.centered .radio-item{
	margin: 0 25px 10px;
}
.radio-item input[type="radio"] + label{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-weight: 300;
	font-size: 19px;
	line-height: 24px;
	color: #1A1A18;
	padding-left: 31px;
	margin: 0;
	transform: none;
	cursor: pointer;
}
.radio-item input[type="radio"] + label:before{
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 16px;
	height: 16px;
	border: 1px solid #989898;
	border-radius: 110%;
	box-sizing: border-box;
}
.radio-item input[type="radio"]:disabled + label{
	opacity: .4;
	cursor: default;
}
.radio-item input[type="radio"]:checked + label:before{
	border-color: #ff7900;
}
.radio-item input[type="radio"]:disabled + label:before{
	border-color: #989898;
}
.radio-item input[type="radio"] + label:after{
	content: '';
	position: absolute;
	left: 4px;
	top: 8px;
	width: 8px;
	height: 8px;
	background: #ff7900;
	border-radius: 110%;
	opacity: 0;
}
.radio-item input[type="radio"]:checked + label:after{
	opacity: 1;
}
.radio-item input[type="radio"]:disabled + label:after{
	background: #989898;
}

.btn{
	background-color: transparent;
	border: 2px solid #ff7900;
	height: 64px;
	text-decoration: none;
	font-size: 13px;
	color: #1a1a18;
	width: 370px;
	letter-spacing: 2px;
	position: relative;
	text-align: center;
	font-weight: 700;
	display: inline-block;
	padding: 0 25px;
	border-radius: 4px;
	line-height: 60px;
	text-transform: uppercase;
	transition: all .2s;
}
.btn span{
	display: inline-block;
	position: relative;
	right: 0;
	transition: all .3s;
}
.btn:before{
	content: '';
	position: absolute;
	top: 50%;
	background: url("../i/btn-arrow.png") no-repeat 100% 0;
	width: 37px;
	height: 12px;
	left: -17px;
	margin-top: -6px;
	opacity: 1;
	transition: all .3s;
}
.btn:after{
	content: '';
	position: absolute;
	top: 50%;
	background: url("../i/btn-arrow-white.png") no-repeat 100% 0;
	width: 37px;
	height: 12px;
	left: -17px;
	margin-top: -6px;
	opacity: 0;
	transition: all .3s;
}
.no-touchevents .btn:hover{
	color: white;
	background-color: #ffb200;
	background-image: linear-gradient(to right, #ff7200 0%, #ff9300 100%);
}
.no-touchevents .btn:hover span{
	right: -30px;
}
.no-touchevents .btn:hover:before{
	opacity: 0;
	left: 24px;
}
.no-touchevents .btn:hover:after{
	opacity: 1;
	left: 24px;
}
.link-box{
	text-align: center;
	transition: all .3s .4s;
}
.link-box.viewport-check{
	opacity: 1;
}
.link-box.visible{
	opacity: 1;
}
.link-box a{
	color: #1a1a18;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	height: 64px;
	line-height: 60px;
	border-radius: 3px;
	transition: all .2s;
	min-width: 320px;
	position: relative;
	border: 2px solid #ff7900;
}
.link-box a span{
	display: inline-block;
	position: relative;
	right: 0;
	color: #1a1a18;
	transition: all .3s;
}
.link-box a:before{
	content: '';
	position: absolute;
	top: 50%;
	background: url("../i/btn-arrow.png") no-repeat 100% 0;
	width: 37px;
	height: 12px;
	left: -17px;
	margin-top: -6px;
	opacity: 1;
	transition: all .3s;
}
.link-box a:after{
	content: '';
	position: absolute;
	top: 50%;
	background: url("../i/btn-arrow-white.png") no-repeat 100% 0;
	width: 37px;
	height: 12px;
	left: -17px;
	margin-top: -6px;
	opacity: 0;
	transition: all .3s;
}
.no-touchevents .link-box a:hover{
	color: white;
	background-color: #ffb200;
	background-image: linear-gradient(to right, #ff7200 0%, #ff9300 100%);
}
.no-touchevents .link-box a:hover span{
	right: -20px;
	color: white;
}
.no-touchevents .link-box a:hover:before{
	opacity: 0;
	left: 24px;
}
.no-touchevents .link-box a:hover:after{
	opacity: 1;
	left: 24px;
}
.select2-container--default .select2-selection--single{
	background: transparent;
	border: 2px solid #ff7900;
	height: 44px;
	border-radius: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #1a1a18;
	font-size: 15px;
	font-weight: 400;
	line-height: 40px;
	padding-left: 25px;
	padding-right: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	width: 35px;
	height: 44px;
	top: 0;
	right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	background: url("../i/sel-arrow.png") no-repeat 50%;
	width: 10px;
	height: 6px;
	border: none;
	margin: -3px 0 0 -5px;
}
.select2-dropdown{
	border: 2px solid #ff7900;
	background: #f1f2f3;
	border-radius: 2px;
}
.select2-dropdown.gray{
	border-color: #d9d9d9;
	background: #fff;
}
.select2-dropdown.small{
	border-width: 1px;
}
.select2-results__option{
	font-size: 15px;
	padding: 10px 20px 10px 25px;
}
.small .select2-results__option{
	font-size: 13px;
	padding: 8px 20px 8px 17px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background: #ff7900;
}
.select2-container--default .gray .select2-results__option--highlighted[aria-selected]{
	background: #d9d9d9;
	color: #000;
}
.sub-el{
	padding-left: 30px;
}
.field-wrap.sel-wrap{
	margin-bottom: 45px;
	max-width: 290px;
	position: relative;
	z-index: 4;
}
.stock-android .field-wrap.sel-wrap{
	max-width: 280px;
}
.field-wrap.sel-wrap p{
	color: #9e9e9e;
	line-height: 1.3em;
	font-size: 13px;
	margin: 8px 0 0;
	font-weight: 400;
}
.field-wrap.check-wrap{
	margin-bottom: 10px;
}
.field-wrap.check-wrap input + label{
	color: #666666;
	font-size: 15px;
	font-weight: 400;
	padding-left: 25px;
	cursor: pointer;
	position: relative;
	display: inline-block;
}
.field-wrap.check-wrap input + label:before{
	content: '';
	position: absolute;
	left: 0;
	top: 1px;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	border-radius: 2px;
	border: 2px solid #b7b7b9;
}
.field-wrap.check-wrap input + label:after{
	content: '';
	position: absolute;
	left: 4px;
	top: 6px;
	background: url("../i/check-small.png") no-repeat 0 0;
	width: 8px;
	height: 5px;
	opacity: 0;
	transition: all .2s;
}
.field-wrap.check-wrap input:checked + label:before{
	background-color: #ff7900;
	border: 2px solid #ff7900;
}
.field-wrap.check-wrap input:checked + label:after{
	opacity: 1;
}
.field-wrap.check-wrap input:disabled + label{
	cursor: default;
	opacity: 0.3;
}
.field-wrap.check-wrap input:disabled + label:before{
	background-color: #f4f5f6;
}
.field-wrap.title-category{
	margin-bottom: 13px;
}
.field-wrap.title-category input + label{
	color: #1a1a18;
	font-weight: 500;
	font-size: 17px;
	padding-left: 30px;
}
.field-wrap.title-category input + label:before{
	width: 18px;
	height: 18px;
}
.field-wrap.title-category input + label:after{
	background: url("../i/check.png") no-repeat 0 0;
	width: 10px;
	height: 6px;
	top: 7px;
	left: 5px;
}
.filter-category{
	margin-bottom: 45px;
}
.filter-category .label{
	margin-bottom: 12px;
	color: #1a1a18;
	font-size: 16px;
	font-weight: 700;
}
.filter .hidden{
	display: none;
}
.filter .hidden.visible{
	display: block;
}
.filter .show-hidden{
	color: #45453f;
	border-bottom: 1px dotted;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	margin-left: 25px;
}
.no-touchevents .filter .show-hidden:hover{
	border-bottom: none;
}
.filter .clear-filter{
	background-color: #e8e9ea;
	border: 2px solid #e8e9ea;
	width: 100%;
	padding: 0;
	cursor: pointer;
	height: 51px;
	letter-spacing: 2px;
	color: #1a1a18;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	transition: all .2s;
}
.no-touchevents .filter .clear-filter:hover{
	border: 2px solid #dfdfe1;
	background: #dfdfe1;
}
form fieldset{
	border: none;
	padding: 0;
	margin: 0;
}
form legend{
	display: block;
	color: #1a1a18;
	text-align: center;
	font-size: 18px;
	width: 100%;
	line-height: 1.55em;
	font-weight: 400;
	margin: 25px 0 22px;
}
form button[type='submit']{
	height: 44px;
	padding: 0;
	cursor: pointer;
	background-color: #ff7900;
	background: linear-gradient(to right, #ff7200 0%, #ff9300 50%, #ff7200 100%);
	background-size: 200% 200%;
	background-position: 0%;
	border: none;
	letter-spacing: 1px;
	width: 170px;
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	transition: all ease-in-out 0.3s;
}
.no-touchevents form button[type='submit']:not(:disabled):hover{
	background-color: #ff7900;
	background-position: 100%;
}
form button[type='submit']:not(:disabled):active{
	background-color: #ff7900;
	background-position: 100%;
	box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.11);
}
form button[type='submit']:disabled{
	cursor: default;
	background-color: #ff7900;
	background: linear-gradient(to right, #ff7200 0%, #ff9300 50%, #ff7200 100%);
	opacity: .6;
}
.field-wrap{
	margin-bottom: 22px;
}
.field-wrap label{
	color: #1a1a18;
	font-size: 15px;
	font-weight: 400;
}
.field-wrap input{
	height: 44px;
	background: transparent;
	border: 2px solid #ff7900;
	padding: 0 15px;
	width: 100%;
	vertical-align: middle;
	color: #1a1a18;
	font-size: 15px;
	font-weight: 400;
	border-radius: 3px;
}
.field-wrap input:focus{
	border: 2px solid #ff7900;
}
.field-wrap textarea{
	width: 100%;
	background: transparent;
	border: 2px solid #ff7900;
	padding: 10px 15px;
	color: #1a1a18;
	font-size: 15px;
	font-weight: 400;
	border-radius: 3px;
	resize: none;
	vertical-align: middle;
	height: 94px;
}
.field-wrap textarea:focus{
	border: 2px solid #ff7900;
}
.field-wrap.error{
	position: relative;
	margin-bottom: 42px;
}
.field-wrap.error input,
.field-wrap.error textarea{
	background-color: rgba(255, 57, 13, 0.35);
	border: 2px solid #ff5833;
}
.field-wrap.error .error-message{
	color: #ff390d;
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 100%;
	padding-top: 6px;
}
.fileinput-box{
	text-align: center;
}
.fileinput-wrapper{
	position: relative;
	text-align: left;
	margin-bottom: 25px;
	padding: 2px 0 2px 47px;
	display: inline-block;
	height: 46px;
	transition: all .2s;
}
.no-touchevents .fileinput-wrapper:hover{
	opacity: .75;
}
.fileinput-wrapper:after{
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	background: url("../i/fileinput.png") no-repeat 0 0;
	width: 31px;
	height: 37px;
}
.fileinput-wrapper .fileinput-name{
	font-size: 16px;
	color: #ed6e0b;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	white-space: normal;
	position: relative;
	top: -4px;
}
.fileinput-wrapper .fileinput{
	overflow: hidden;
	position: relative;
	display: inline-block;
	cursor: pointer;
	z-index: 1;
}
.fileinput-wrapper .fileinput span{
	color: #ed6e0b;
	font-size: 20px;
	font-weight: 500;
}
.fileinput-wrapper .fileinput span em{
	color: #b3b3b3;
	font-size: 14px;
	display: block;
	font-style: normal;
	font-weight: 400;
}
.fileinput-wrapper .fileinput-clear{
	position: absolute;
	left: -40px;
	top: 50%;
	width: 30px;
	height: 30px;
	z-index: 3;
	margin-top: -14px;
	display: inline-block;
	border: 1px solid #ed6e0b;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	background-color: #ff7900;
	background-image: linear-gradient(to right, #ff7200 0%, #ff9300 100%);
}
.no-touchevents .fileinput-wrapper .fileinput-clear:hover{
	background-color: #ff7900;
	background-image: linear-gradient(to left, #ff7200 0%, #ff9300 100%);
}
.fileinput-wrapper.file-added{
	white-space: nowrap;
}
.fileinput-wrapper.file-added:after{
	display: none;
}
.fileinput-wrapper.file-added:before{
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.fileinput-wrapper.file-added .fileinput span{
	display: none;
}
.fileinput input[type=file],
.fileinput input[type=file]:focus,
.fileinput input[type=file]:hover{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
	outline: 0;
}
.radio-wrap{
	display: inline-block;
	margin-bottom: 0 !important;
}
.radio-wrap input{
	height: auto;
}
.radio-wrap input + label{
	position: relative;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	color: #1a1a18;
	padding-left: 25px;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0;
	padding-right: 20px;
}
.radio-wrap input + label:before{
	width: 19px;
	height: 19px;
	border: 2px solid #c9c9c9;
	box-sizing: border-box;
	content: '';
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
.ios .radio-wrap input + label:before,
.android .radio-wrap input + label:before{
	top: -2px;
}
.radio-wrap input:checked + label:before{
	border: 2px solid #ff7900;
}
.radio-wrap input:checked + label:after{
	width: 7px;
	height: 7px;
	background-color: #ff7900;
	content: '';
	box-sizing: border-box;
	position: absolute;
	left: 6px;
	top: 6px;
	border-radius: 50%;
}
.ios .radio-wrap input:checked + label:after,
.android .radio-wrap input:checked + label:after{
	top: 4px;
}
.radio-wrap.error{
	margin-bottom: 0;
}
.radio-wrap.error input + label:before{
	border: 2px solid #ff5833;
}
.submit-message{
	text-align: center;
	padding-top: 65px;
	margin-top: 30px;
}
.submit-message.success{
	background: url("../i/success.png") no-repeat 50% 0;
}
.submit-message.failed{
	background: url("../i/failed.png") no-repeat 50% 0;
}
.submit-message p{
	color: #1a1a18;
	font-size: 18px;
	font-weight: 400;
}
.radio-box.error .error-message{
	position: absolute;
	color: #ff390d;
	font-size: 12px;
	font-weight: 400;
	left: 0;
	bottom: -22px;
}
@media (min-width: 541px){
	.years-events{
		height: auto !important;
	}
}
@media screen and (max-height: 830px) and (min-width: 768px){
	.s-screen .text-rotator .action-box{
		padding: 120px 15px 40px 35px;
	}
}
@media (min-width: 768px){
	.s-screen .slide-text .inner-text.animated > *{
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}
	.s-screen .slide-text .inner-text *:nth-child(2){
		-webkit-animation-delay: .2s;
		animation-delay: .2s;
	}
}
@media (min-width: 961px){
	header .nav-box nav{
		height: auto !important;
	}
	header .nav-box nav .menu-box > ul > li.active .submenu{
		display: block;
		background: transparent;
		z-index: 1;
		text-align: left;
		box-shadow: none;
	}
	header .nav-box nav .menu-box > ul > li.has-child:not(.active):hover > a{
		position: relative;
	}
	header .nav-box nav .menu-box > ul > li.has-child:not(.active):hover > a:after{
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 5px 7px 5px;
		border-color: transparent transparent #ffffff;
		position: absolute;
		left: 50%;
		bottom: -2px;
		margin: 0 0 0 -5px;
	}
	header .nav-box nav .menu-box > ul > li.has-child:not(.active):hover .submenu{
		display: block;
	}
}
@media screen and (max-width: 1550px){
	.f-screen .big-logo:before{
		margin: 0 0 0 -780px;
	}
}
@media screen and (max-width: 1400px){
	.info-block{
		padding: 30px 20px 80px;
	}
}
@media screen and (max-width: 1300px){
	.article .gallery{
		margin: 40px -100px 20px;
	}
}
@media screen and (max-width: 1280px){
	.about-info .img-wrap img{
		height: 400px;
	}
}
@media (max-width: 1250px){
	.about-info p{
		font-size: 18px;
	}
	.prod-grid.three-in-row .row-item{
		width: 50%;
	}
}
@media (max-width: 1150px){
	.s-screen .text-rotator .action-box .slide-img{
		width: 286px;
	}
	.s-screen .text-rotator .action-box .slide-img:before{
		width: 334px;
		height: 334px;
		left: -23px;
		top: -23px;
	}
	.s-screen .text-rotator .action-box .slide-img .outer-white-circle{
		width: 334px;
		height: 334px;
		margin: -167px 0 0 -167px;
	}
	.s-screen .text-rotator .action-box .slide-img .outer-circle{
		width: 387px;
		height: 387px;
		margin: -193px 0 0 -193px;
		background: url("../i/outer-circle-small.png") no-repeat 0 0;
	}
	.s-screen .text-rotator .action-box .slide-img .dotted{
		width: 423px;
		height: 393px;
		margin: -211px 0 0 -186px;
	}
	.s-screen .text-rotator .action-box .slide-img img{
		height: 286px;
	}
	.s-screen .slide-text{
		width: calc(100% - 291px);
	}
	.full-descr .spec-list .row-item{
		width: 100%;
		padding-right: 0;
	}
	.instructions{
		padding-top: 30px;
		margin-bottom: 60px;
	}
	.instructions .overlay-svg{
		top: 50px;
	}
	.instructions .overlay-text{
		top: 20px;
	}
	.contacts .row .row-item .row .row-item{
		padding: 0 20px 0 47px;
	}
}
@media screen and (max-width: 1100px){
	.article .gallery{
		margin: 40px -50px 20px;
	}

	/*Products search*/
	.products-search-box{
		display: block;
		margin-bottom: 18px;
	}
	.alphabet-search-box{
		width: 100%;
		margin: 24px 0 0 0;
	}
}
@media (max-width: 1024px){
	header .nav-box nav .menu-box > ul > li > a{
		padding: 7px 15px;
	}
	.num-box p .num{
		font-size: 60px;
	}
	.contacts{
		height: auto;
	}
	.contacts .container .contacts-info{
		width: 100%;
		padding: 30px 0;
	}
	.contacts .row .row-item:after{
		display: none;
	}
	.contacts .row .row-item .row .row-item{
		padding: 0 40px 0 47px;
	}
	.contacts .map-box{
		width: 100%;
		position: relative;
		right: auto;
		top: auto;
		height: 350px;
	}
	.contacts-personal .row .row-item .row .row-item{
		width: 100%;
		margin-bottom: 10px;
	}
	.contacts-personal .row .row-item .row .row-item:last-child{
		margin-bottom: 0;
	}
	.pharmacovigilance-form form .field-wrap.error{
		margin-bottom: 19px;
	}
	.pharmacovigilance-form form .field-wrap.error .error-message{
		position: relative;
		left: auto;
		top: auto;
	}
	.pharmacovigilance-form form label,
	.pharmacovigilance-form form .label{
		left: auto;
		top: auto;
		position: relative;
		display: block;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		margin-bottom: 7px;
	}
	.radio-box.error{
		margin-bottom: 0 !important;
	}
	.radio-box.error .error-message{
		position: relative;
		left: auto;
		bottom: auto;
	}


	form .checkbox-item{
		margin-left: 0;
	}
}
@media screen and (max-height: 830px) and (max-width: 1023px){
	.s-screen .slide-text{
		padding-left: 60px;
	}
}
@media screen and (max-width: 1000px){
	.article .gallery{
		margin: 40px 0 20px;
	}

	/*Cookies*/
	.cookies-page main{
		margin-bottom: 13vw;
	}
}
@media (max-width: 960px) and (max-width: 960px){
	header .nav-box nav .menu-box > ul > li.nav-visible.has-child > a:after{
		display: none;
	}
}
@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 960px) and (min-resolution: 144dpi){
	header .nav-box .top-panel .search-box .open-search{
		background: url("../i/search-mob-x2.png") no-repeat 50%/22px 21px !important;
	}
	header .nav-box .top-panel .search-box .search-btn:after{
		background: url("../i/search-mob-white-x2.png") no-repeat 50%/22px 21px;
	}
	header .nav-box nav .menu-box > ul > li.has-child > a:before{
		background: url("../i/menu-open-arrow-x2.png") no-repeat 0 0/9px 6px;
	}
	.open-filter:before{
		background: url("../i/filter-x2.png") no-repeat 0 0/27px 25px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), only screen and (min-resolution: 144dpi) and (max-width: 960px){
	header .logo{
		background-size: 145px 40px !important;
	}
	html[lang^='en'] header .logo{
		background-size: 145px 40px !important;
	}
	.open-form header .nav-box .top-panel .search-box .open-search{
		background: url("../i/close-x2.png") no-repeat 50%/20px 20px !important;
	}
	header .nav-box .top-panel .search-box .search-btn{
		background-color: #ff7900 !important;
		background-image: linear-gradient(to right, #ff7200 0%, #ff9300 100%) !important;
	}
}
@media (max-width: 960px){
	html.menu-open,
	html.filter-opened{
		overflow: hidden;
	}
	#wrapper{
		padding-top: 90px;
	}
	.menu-open #wrapper:before,
	.filter-opened #wrapper:before{
		background-color: rgba(26, 26, 24, 0.6);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 9;
		content: '';
	}
	.desktop-hide{
		display: block;
	}
	.tablet-hide{
		display: none;
	}
	header{
		padding: 19px 0 0;
	}
	header .logo{
		opacity: 1;
		visibility: visible;
		width: 145px;
		top: 0;
		height: 40px;
		background-size: 145px 40px;
		/*.index-page & {
        opacity: 1;
        visibility: visible;
      }*/
	}
	header .nav-box{
		display: inline-block;
	}
	.stock-android header .nav-box{
		width: 95px !important;
	}
	header .nav-box .top-panel{
		opacity: 1;
		padding-right: 0;
		margin-bottom: 0;
		float: none;
		/*.index-page & {
          opacity: 1;
        }*/
	}
	header .nav-box .top-panel a{
		display: none;
	}
	header .nav-box .top-panel .lang{
		border: none;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 120px;
		top: 30px;
	}
	header .nav-box .top-panel .lang a{
		font-size: 13px;
		font-weight: 700;
		color: #ed6e0b;
		display: block;
	}
	header .nav-box .top-panel .search-box{
		margin-right: 45px;
		margin-top: 2px;
	}
	.open-form header .nav-box .top-panel .search-box form{
		width: 450px;
		padding-right: 7px;
		width: calc(100vw - 350px);
		white-space: nowrap;
	}
	header .nav-box .top-panel .search-box form{
		float: none;
		vertical-align: middle;
	}
	header .nav-box .top-panel .search-box input{
		height: 44px;
		border-radius: 3px;
		padding: 0 50px 0 15px;
		background: rgba(255, 255, 255, 0.8);
		border: 2px solid #d5d5d6;
	}
	header .nav-box .top-panel .search-box .open-search{
		background: url("../i/search-mob.png") no-repeat 50%;
		width: 44px;
		height: 44px;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		right: auto;
		top: auto;
	}
	.no-touchevents header .nav-box .top-panel .search-box .open-search:hover{
		background: url("../i/search-mob.png") no-repeat 50%;
	}
	.open-form header .nav-box .top-panel .search-box .open-search{
		display: inline-block;
		background: url("../i/close.png") no-repeat 50% !important;
	}
	header .nav-box .top-panel .search-box .search-btn{
		width: 44px;
		height: 44px;
		margin: 0;
		border-radius: 3px;
		border: none;
		background-color: #ff7900;
		background-image: linear-gradient(to right, #ff7200 0%, #ff9300 100%);
		transition: all .2s;
	}
	.no-touchevents header .nav-box .top-panel .search-box .search-btn:hover{
		background-color: #ff7900;
		background-image: linear-gradient(to left, #ff7200 0%, #ff9300 100%);
	}
	.no-touchevents header .nav-box .top-panel .search-box .search-btn:hover:before{
		border-color: transparent transparent transparent #ff7200;
	}
	header .nav-box .top-panel .search-box .search-btn:after{
		position: absolute;
		content: '';
		left: 0;
		width: 100%;
		top: 0;
		height: 100%;
		background: url("../i/search-mob-white.png") no-repeat 50%;
	}
	header .nav-box .top-panel .search-box .search-btn:before{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 7px;
		border-color: transparent transparent transparent #ff9300;
		content: '';
		position: absolute;
		right: -7px;
		top: 50%;
		margin: -5px 0 0;
	}
	header .nav-box nav{
		width: 70%;
		min-width: 280px;
		height: 100vh;
		top: 0;
		background-color: #f4f5f6;
		position: absolute;
		right: -70%;
		padding: 0 35px;
		text-align: center;
		white-space: nowrap;
		transition: right .3s;
	}
	.index-page header .nav-box nav{
		top: 0;
	}
	.menu-open header .nav-box nav{
		right: 0;
		box-shadow: 1.5px 2.6px 18px rgba(0, 0, 0, 0.11);
	}
	header .nav-box nav .menu-box{
		display: inline-block;
		vertical-align: middle;
		height: 100%;
		width: 100%;
		white-space: normal;
		padding: 50px 0 20px;
	}
	header .nav-box nav .menu-box:before{
		content: '';
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}
	header .nav-box nav .lang{
		display: block;
	}
	header .nav-box nav .menu-box > ul{
		width: 100%;
		margin-left: -4px;
		display: inline-block;
		vertical-align: middle;
		clear: both;
		overflow-y: auto;
		max-height: 100%;
	}
	header .nav-box nav .menu-box > ul > li{
		margin-bottom: 5px;
		display: block;
	}
	header .nav-box nav .menu-box > ul > li > a{
		color: #1a1a18;
		font-size: 17px;
		padding: 7px 25px;
	}
	header .nav-box nav .menu-box > ul > li > a.mob-link{
		display: block;
	}
	header .nav-box nav .menu-box > ul > li.active .submenu{
		text-align: center;
	}
	header .nav-box nav .menu-box > ul > li.active.has-child > a{
		border: none;
	}
	header .nav-box nav .menu-box > ul > li .submenu{
		position: relative;
		left: auto;
		top: auto;
		right: auto;
		background: transparent;
		box-shadow: none;
		padding: 5px 0 3px;
	}
	header .nav-box nav .menu-box > ul > li .submenu li{
		margin: 0 0 4px;
		padding: 0;
		display: block;
	}
	header .nav-box nav .menu-box > ul > li .submenu li a{
		display: inline-block;
		font-size: 15px;
		padding: 5px 10px 6px;
		border-radius: 2px;
		border: 2px solid transparent;
	}
	header .nav-box nav .menu-box > ul > li .submenu li.active a{
		border-radius: 2px;
		color: #1a1a18;
		border: 2px solid #ff7900;
	}
	header .nav-box nav .menu-box > ul > li .submenu li.active a:after{
		display: none;
	}
	header .nav-box nav .menu-box > ul > li .submenu li.active a{
		color: #1a1a18;
		/*border: 2px solid rgb(255, 121, 0);*/
	}
	header .nav-box nav .menu-box > ul > li.nav-visible.has-child > a{
		position: relative;
	}
	header .nav-box nav .menu-box > ul > li.nav-visible.has-child > a:before{
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	header .nav-box nav .menu-box > ul > li.nav-visible.has-child > a:after{
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 5px 7px 5px;
		border-color: transparent transparent #ffffff;
		position: absolute;
		left: 50%;
		bottom: -2px;
		margin: 0 0 0 -5px;
	}
	header .nav-box nav .menu-box > ul > li.nav-visible.has-child .submenu{
		display: block;
	}
	header .nav-box nav .menu-box > ul > li.has-child > a:before{
		content: '';
		display: inline-block;
		background: url("../i/menu-open-arrow.png") no-repeat 0 0;
		width: 9px;
		height: 6px;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		position: absolute;
		top: 50%;
		right: 8px;
		margin-top: -3px;
	}
	header .nav-box nav .bottom-link{
		display: block;
	}
	#menu-toggle-wrapper{
		display: inline-block;
	}
	.f-screen .lang-link{
		display: none;
	}
	.f-screen .big-logo img{
		max-width: 100%;
		right: 0;
	}
	html[lang^='en'] .f-screen .big-logo img{
		right: 0;
	}
	.f-screen .big-logo:before{
		display: none;
	}
	.products-preview .container > .row.two-in-row > .row-item{
		width: 100%;
		display: block;
		max-width: 610px;
		margin: 0 auto;
	}
	.news .row .row-item{
		width: 50%;
		max-width: 310px;
	}
	.years-events .mCSB_buttonLeft,
	.years-events .mCSB_buttonRight{
		display: none !important;
	}
	.stock-android .years-events .mCSB_buttonLeft,
	.stock-android .years-events .mCSB_buttonRight{
		display: block !important;
	}
	aside{
		width: 100%;
		margin-right: 0;
		float: none;
		z-index: 11;
	}
	.content-wrap{
		padding-bottom: 50px;
	}
	.content-wrap .content{
		padding-left: 0;
		margin-left: 0;
	}
	.filter{
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 20;
		padding: 0;
		width: 100%;
		opacity: 0;
		visibility: hidden;
	}
	.filter-opened .filter{
		display: block;
		opacity: 1;
		visibility: visible;
	}
	.filter.covered{
		position: fixed;
	}
	.filter form{
		padding: 50px 15px 0;
		overflow-y: auto;
		max-height: 100%;
		text-align: center;
		margin: 0 auto;
		border-radius: 4px;
		background: rgba(255, 255, 255, 0.85);
		box-shadow: 1.5px 2.6px 18px rgba(0, 0, 0, 0.11);
	}
	.filter form .clear-filter{
		max-width: 300px;
		margin-bottom: 20px;
	}
	.filter form .field-row,
	.filter form .filter-category{
		max-width: 400px;
		margin: 0 auto 30px;
		text-align: left;
	}
	.filter form .close{
		display: block;
	}
	.open-filter{
		display: block;
		z-index: 5;
		position: fixed;
		right: 0;
		bottom: 0;
		padding: 0 20px;
		width: 100%;
		cursor: pointer;
		text-align: center;
		border: none;
		height: 41px;
		background-color: rgba(255, 255, 255, 0.7);
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
		text-shadow: 0 10px 70px rgba(26, 26, 24, 0.3);
		color: #666666;
		font-size: 13px;
		font-weight: 500;
		transition: all .2s;
	}
	.open-filter span{
		transition: all .2s;
		border-bottom: 1px dotted #b7b7b7;
	}
	.no-touchevents .open-filter:hover{
		background-color: white;
	}
	.no-touchevents .open-filter:hover span{
		border-bottom: 1px dotted transparent;
	}
	.open-filter:before{
		background: url("../i/filter.png") no-repeat 0 0;
		width: 27px;
		height: 25px;
		content: '';
		display: inline-block;
		position: relative;
		vertical-align: middle;
		margin-right: 11px;
	}
	.pager{
		text-align: center;
	}
	.full-descr{
		width: 100% !important;
		margin-bottom: 30px;
	}
	.full-descr-img{
		width: 100% !important;
		float: none;
		display: block !important;
		margin: 0 auto 30px;
	}
	.news-list .row{
		text-align: center;
	}
	.news-list .row .row-item{
		width: 50%;
		max-width: 400px;
	}
	.news-list .pager{
		text-align: center;
	}
	.news-list .pager .subscribe-form{
		float: none;
		max-width: 410px;
		margin: 20px auto 0;
		text-align: left;
	}
	.news-list .pager .subscribe-form .field-wrap label{
		display: block;
		margin-bottom: 4px;
	}
	.news-list .pager .subscribe-form button{
		top: 19px;
	}
	.awards .photo-grid-item a img{
		padding: 10px;
	}
	.info-block{
		padding: 30px 20px 80px;
	}
	.field-wrap.sel-wrap{
		margin-bottom: 30px;
	}
	.filter-category{
		margin-bottom: 30px;
	}
	.filter .clear-filter{
		background: #9a9a9a;
		border-color: #9a9a9a;
		color: #fff;
	}
	/*Cookies*/
	.cookies-page main > .container{
		max-width: none;
	}
	.cookies-page h1{
		font-size: 4.45vw;
	}
}
@media (max-width: 960px) and (max-width: 640px){
	header .nav-box .top-panel .search-box .search-btn:before{
		display: none;
	}
}
@media (max-width: 880px){
	.main-top{
		min-height: 0;
		height: auto !important;
	}
	.f-screen{
		position: relative;
	}
	.slider-loaded .f-screen{
		opacity: 1;
		top: 0;
	}
	.s-screen{
		position: relative;
		height: auto !important;
		min-height: 0;
		padding-bottom: 50px;
	}
	.s-screen .text-rotator .action-box{
		opacity: 1;
		visibility: visible;
		padding-bottom: 60px;
	}
	.s-screen .text-rotator .action-box .slide-img{
		display: block;
		margin: 0 auto 70px;
	}
	.s-screen .slide-text{
		width: 100%;
		padding-left: 0;
	}
	.about-info .row{
		display: block;
	}
	.about-info .row .row-item{
		display: block;
		width: 100%;
	}
	.about-info .row .row-item .inner{
		padding-right: 0;
	}
	.about-info .row .row-item .inner:after{
		display: none;
	}
	.about-info .img-wrap img{
		display: none;
	}
	.num-box{
		height: auto;
		padding: 50px 0;
	}
	.num-box .row.three-in-row .row-item{
		width: 50%;
		margin-bottom: 30px;
	}
	.num-box .row.three-in-row .row-item:nth-child(2n){
		border-right: none;
	}
	.num-box .row.three-in-row .row-item:last-child{
		margin-bottom: 0;
	}
	.presentation-box{
		padding: 60px 0 70px;
	}
	.gallery .photo-grid-item,
	.gallery .grid-sizer{
		width: 33.3333%;
	}
	.article{
		padding-bottom: 80px;
	}
	.contacts-personal .row .row-item{
		width: 100%;
	}
}
@media (max-width: 767px){
	main h2{
		font-size: 32px;
		margin: 40px 0 27px;
	}
	main h3{
		font-size: 26px;
		margin: 40px 0 26px;
	}
	main h4{
		font-size: 22px;
		margin: 40px 0 23px;
	}
	main h5{
		font-size: 18px;
		margin: 40px 0 29px;
	}
	main blockquote{
		margin: 30px 0;
		padding: 40px 0 50px;
	}
	main blockquote p{
		font-size: 22px;
	}
	.f-screen .big-logo img{
		top: 33px;
		opacity: 1;
	}
	.s-screen .container:before{
		display: none;
	}
	.s-screen .text-rotator .action-box{
		padding: 80px 0 !important;
	}
	.s-screen .text-rotator .action-box .slide-img{
		margin-bottom: 20px;
	}
	.s-screen .text-rotator .action-box .slide-img:before{
		display: none;
	}
	.s-screen .text-rotator .action-box .slide-img .outer-white-circle{
		display: none;
	}
	.s-screen .text-rotator .action-box .slide-img .outer-circle{
		display: none;
	}
	.s-screen .text-rotator .action-box .slide-img .dotted{
		display: none;
		transition-property: none !important;
		/*CSS transforms*/
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		animation: none !important;
	}
	.s-screen .text-rotator .action-box .slide-img img{
		height: auto;
		background: #fff;
		padding: 15px;
	}
	.s-screen .slide-text{
		width: 100%;
		display: block;
		padding-left: 0;
		text-align: center;
		max-width: 540px;
		margin: 0 auto;
		min-height: 100px;
	}
	.s-screen .slide-text .inner-text{
		text-align: center;
	}
	.s-screen .slide-text p{
		font-size: 20px;
	}
	.title-wrap h2{
		font-size: 36px;
		letter-spacing: 10px;
	}
	.title-wrap h2 a:after{
		right: .3em;
	}
	.research .row .row-item{
		width: 100%;
	}
	.news-list .row .row-item{
		width: 100%;
	}
	.article h1{
		font-size: 36px;
	}
	.article-pager.row .row-item{
		width: 50%;
		margin-bottom: 20px;
	}
	.article-pager.row .row-item:nth-child(2n){
		text-align: right;
	}
	.article-pager.row .row-item.share-box{
		display: block;
		width: 100%;
		text-align: center;
	}
	.contact-form form label{
		left: auto;
		top: auto;
		position: relative;
		display: block;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		margin-bottom: 7px;
	}
	.accordion-body .vacancy-contacts{
		padding-bottom: 0;
	}
	.accordion-body .vacancy-contacts .row-item{
		width: 50%;
		margin-bottom: 25px;
	}
	.pharmacovigilance-form h2 br{
		display: none;
	}
	footer .container{
		padding-top: 36px;
		padding-bottom: 38px;
	}
	footer .copyright{
		float: none;
		display: table;
		margin: 0 auto 18px;
	}
	footer .dev{
		float: none;
		display: block;
		margin-top: 14px;
	}
	.field-wrap.check-wrap{
		margin-bottom: 15px;
	}
	.field-wrap.title-category{
		margin-bottom: 20px;
	}
	.field-wrap.error{
		margin-bottom: 19px;
	}
	.field-wrap.error .error-message{
		position: relative;
		left: auto;
		top: auto;
	}
	/*Cookies*/
	.cookies-popup{
		padding: 24px 16px;
		width: 100%;
	}
}
@media screen and (max-width: 680px){
	.years-events .event{
		width: 480px;
		vertical-align: bottom;
		position: relative;
	}
	.ios .years-events .event,
	.android .years-events .event{
		width: 480px !important;
	}
	.years-events .event .img-wrap{
		max-width: 100%;
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	.years-events .event .events-descr{
		max-width: 100%;
		padding-left: 0;
	}
	.years-events .event .events-descr h4:after{
		display: none;
	}
	.years-events .event .year{
		width: 100%;
	}
	/*Cookies*/
	.cookies-page .title h1{
		font-size: 28px;
	}
}
@media (max-width: 640px){
	.table-wrap table{
		width: 600px;
		margin-bottom: 0;
	}
	header .nav-box .top-panel .search-box{
		position: static;
	}
	.open-form header .nav-box .top-panel .search-box form{
		position: absolute;
		padding-right: 0;
		left: 0;
		right: 0;
		top: 100%;
		width: auto;
		padding-top: 7px;
	}
	.open-form header .nav-box .top-panel .search-box form:before{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 5px 7px 5px;
		border-color: transparent transparent #c7c7c8 transparent;
		content: '';
		position: absolute;
		right: 80px;
		top: 0;
	}
	header .nav-box .top-panel .search-box input{
		border: 1px solid #c7c7c8;
		background: white;
	}
	.full-height:not(.f-screen){
		height: auto !important;
		min-height: 0;
	}
	.s-screen .text-rotator .action-box{
		padding: 40px 0 !important;
		display: none;
	}
	.s-screen .text-rotator .action-box .slide-img.animated .outer-white-circle{
		transition-property: none !important;
		/*CSS transforms*/
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		animation: none !important;
	}
	.s-screen .text-rotator .action-box .slide-img.animated .outer-circle{
		transition-property: none !important;
		/*CSS transforms*/
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		animation: none !important;
	}
	.s-screen .slide{
		display: block;
		text-align: center;
	}
	.s-screen .slide-text{
		min-height: 0;
	}
	.s-screen .slider-bullets li{
		margin-right: 10px;
	}
	.s-screen .slider-bullets li a{
		width: 60px;
		height: 60px;
	}
	.s-screen .slider-bullets li a img{
		max-width: 40px;
		width: auto;
		height: auto;
		max-height: 40px;
	}
	.s-screen .slider-bullets li a.active:after{
		width: 68px;
		height: 68px;
	}
	.products-preview{
		margin-bottom: 50px;
	}
	.title-wrap{
		height: auto;
		padding: 20px 0;
	}
	.title-wrap .overlay-text{
		display: none;
	}
	.news{
		padding: 0 0 45px;
	}
	.research{
		padding: 0 0 50px;
	}
	.main-slider-box{
		padding-bottom: 20px;
	}
	.main-slider-box .link-slider-box{
		display: block;
	}
	.num-box img{
		margin-bottom: 20px;
	}
	.num-box p{
		font-size: 19px;
	}
	.num-box p .alignleft{
		text-align: center !important;
	}
	.num-box p .num{
		font-size: 44px;
	}
	.instructions{
		padding-top: 0;
		margin-bottom: 30px;
	}
	.instructions .overlay-text{
		position: relative;
		color: #1a1a18;
		text-align: center;
		padding: 20px 0;
		margin-bottom: 15px;
		margin-top: 0;
		top: auto;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		left: auto;
	}
	.instructions .overlay-text .slabtext{
		font-size: 36px !important;
		letter-spacing: 10px !important;
	}
	.accordion-box{
		padding-left: 0;
	}
	.accordion-box .accordion{
		padding-bottom: 25px;
		margin-bottom: 20px;
	}
	.accordion-box .accordion .accordion-title{
		padding-left: 35px;
		font-size: 20px;
	}
	.accordion-box .accordion .accordion-title .accordion-icon{
		left: 0;
		top: 3px;
	}
	.accordion-box .accordion .accordion-body p{
		font-size: 16px;
	}
	.article-pager{
		margin: 37px 0 0;
	}
	.contacts .row .row-item .row .row-item{
		padding: 0 20px 0 47px;
	}
	.contacts-personal{
		padding: 50px 0;
	}
	.contact-form{
		padding: 0 0 70px;
	}
	.slider-box{
		margin: 25px 0 40px;
	}
	.slider-box .overlay-text{
		display: none;
	}
	.slider-box .prod-slider .slick-arrow{
		margin: -11px 0 0;
	}
	.slider-box .prod-slider .slide .img-wrap{
		width: 100%;
		max-width: 310px;
		margin: 0 auto 20px;
		display: block;
	}
	.slider-box .prod-slider .slide .descr{
		width: 100%;
		padding-left: 0;
	}
	.slider-box .prod-slider .slide .descr h3:after{
		display: none;
	}
	.pharmacovigilance-form{
		padding: 0 0 60px;
	}
	.overlay-svg{
		display: none;
	}
}
@media screen and (max-width: 580px){
	.years-events .event .img-wrap{
		display: none;
	}
}
@media (max-width: 540px){
	.bevelled-corners{
		height: 46px;
		line-height: 42px;
	}
	.bevelled-corners:after,
	.bevelled-corners:before{
		height: 48px;
	}
	.title h1{
		font-size: 34px;
	}
	main h2{
		font-size: 26px;
		margin: 30px 0 27px;
	}
	main h3{
		font-size: 22px;
		margin: 30px 0 27px;
	}
	main h4{
		font-size: 20px;
		margin: 30px 0 27px;
	}
	main h5{
		font-size: 17px;
		margin: 30px 0 27px;
	}
	main p{
		font-size: 16px;
	}
	main p.important{
		font-size: 18px;
	}
	main ol li{
		padding-left: 30px;
		font-size: 16px;
	}
	main ol li:before{
		font-size: 16px;
	}
	main ul li{
		font-size: 16px;
		padding-left: 30px;
	}
	main ul li:before{
		top: 11px;
	}
	main blockquote{
		padding: 25px 0 35px;
	}
	main blockquote p{
		font-size: 18px;
	}
	img.left{
		max-width: 100% !important;
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}
	img.right{
		max-width: 100% !important;
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}
	header{
		position: fixed;
		box-shadow: 1.5px 2.6px 7px rgba(0, 0, 0, 0.11);
		background: #fff;
		padding: 10px 0 5px;
	}
	header .nav-box .top-panel .lang{
		top: 17px;
	}
	header .nav-box .top-panel .search-box{
		margin-top: -3px;
	}
	header .nav-box .top-panel .search-box form{
		margin-top: -7px;
	}
	#menu-toggle-wrapper{
		margin-top: -18px;
	}
	.main-top:before{
		box-shadow: none;
	}
	.f-screen{
		min-height: 400px !important;
	}
	.ios .f-screen,
	.android .f-screen{
		min-height: 400px !important;
	}
	.ios .f-screen .big-logo,
	.android .f-screen .big-logo{
		margin-top: -100px;
	}
	.f-screen .big-logo{
		height: 200px;
		margin-top: -120px;
	}
	.f-screen .big-logo .bevelled-corners p{
		font-size: 32px;
		line-height: 44px;
	}
	.f-screen .big-logo img{
		display: none;
	}
	.f-screen .big-logo img.logo-mob{
		display: block;
	}
	.s-screen .text-rotator .action-box .btn:before{
		width: 25px;
		left: -10px;
	}
	.s-screen .text-rotator .action-box .btn:after{
		width: 25px;
		left: -10px;
	}
	.s-screen .text-rotator .action-box .btn{
		font-size: 11px;
		width: 100%;
		line-height: 46px;
		letter-spacing: 0;
	}
	.no-touchevents .s-screen .text-rotator .action-box .btn:hover:before{
		left: 12px;
	}
	.no-touchevents .s-screen .text-rotator .action-box .btn:hover:after{
		left: 12px;
	}
	.s-screen .slide .slide-img img{
		height: 220px;
	}
	.s-screen .slide .slide-img .slide-text p{
		font-size: 18px;
		text-align: left;
	}
	.s-screen .slide-text p{
		font-size: 16px !important;
		text-align: left;
	}
	.s-screen .slide-text p:last-child{
		margin-bottom: 0;
	}
	.products-preview .row .row-item{
		width: 100%;
	}
	.products-preview .row .row-item .product-box.product-box-big{
		height: 305px;
	}
	.products-preview .row .row-item .product-box.product-box-big .img-wrap img{
		max-width: 210px;
		max-height: 190px;
	}
	.title-wrap h2{
		font-size: 28px;
		letter-spacing: 5px;
	}
	.title-wrap h2 a:after{
		right: .2em;
	}
	.main-slider-box .btn:before{
		width: 25px;
		left: -10px;
	}
	.main-slider-box .btn:after{
		width: 25px;
		left: -10px;
	}
	.main-slider-box .btn{
		font-size: 11px;
		width: 100%;
		height: 50px;
		max-width: 290px;
		line-height: 46px;
		letter-spacing: 0;
	}
	.no-touchevents .main-slider-box .btn:hover:before{
		left: 12px;
	}
	.no-touchevents .main-slider-box .btn:hover:after{
		left: 12px;
	}
	.about-info p{
		font-size: 16px;
	}
	.num-box .row{
		margin: 0;
	}
	.num-box .row .row-item{
		padding: 0 0 30px;
		border-bottom: 1px solid #e0e0e0;
	}
	.num-box .row .row-item:last-child{
		padding-bottom: 0;
		border-bottom: none;
	}
	.num-box .row.three-in-row .row-item{
		width: 100%;
		border-right: none;
	}
	.num-box .row.two-in-row .row-item{
		width: 100%;
		margin-bottom: 30px;
		border-right: none;
	}
	.num-box h4{
		margin: 0 0 40px;
	}
	.presentation-box .link-box a{
		font-size: 11px;
	}
	.presentation-box .link-box a span{
		padding: 0 15px;
		letter-spacing: 1px;
	}
	.years-events .event{
		width: 290px;
		padding: 0 10px;
		vertical-align: bottom;
	}
	.ios .years-events .event,
	.android .years-events .event{
		width: 290px !important;
	}
	.timeline-nav .indent-left,
	.timeline-nav .indent-right{
		width: 50px;
	}
	.timeline-nav .nav-item{
		width: 100px;
	}
	.prod-grid.three-in-row .row-item{
		width: 100%;
	}
	.sort{
		position: relative;
		right: auto;
		top: auto;
		margin-bottom: 20px;
	}
	.filter form .field-row,
	.filter form .filter-category{
		margin: 0 auto 40px;
	}
	.filter form .close{
		top: 5px;
		right: 5px;
	}
	.stock-android .filter form .close{
		right: 20px;
	}
	.open-filter{
		bottom: 0;
		right: 0;
		width: 100%;
	}
	.pager{
		margin: 30px 0;
	}
	.pager ul li a{
		width: 21px;
	}
	.pager ul li a.prev,
	.pager ul li a.next{
		margin-right: 9px;
	}
	.pager ul li a.next{
		margin-left: 9px;
	}
	.full-descr .icon{
		left: -35px;
		top: 2px;
	}
	.full-descr .icon img{
		max-width: 25px;
	}
	.full-descr .descr-section-big h2{
		font-size: 30px;
	}
	.full-descr .descr-section-big p{
		font-size: 16px;
	}
	.share{
		display: block;
		margin-right: 0;
	}
	.full-descr-img .img-big{
		margin-right: 0;
	}
	.full-descr-img .thumbnails{
		position: relative;
		right: auto;
		top: auto;
		text-align: center;
	}
	.full-descr-img .thumbnails a{
		display: inline-block;
		vertical-align: top;
		margin-right: 10px;
		width: 70px;
		height: 70px;
	}
	.full-descr-img .thumbnails a:last-child{
		margin-right: 0;
	}
	.full-descr-img .thumbnails a:last-child{
		margin-bottom: 15px;
	}
	.full-descr-img .thumbnails a.active:after{
		top: auto;
		left: 0;
		width: 100%;
		height: 3px;
		bottom: 0;
	}
	.instructions .overlay-text .slabtext{
		font-size: 28px !important;
		letter-spacing: 6px !important;
	}
	.gallery .photo-grid{
		margin: 0 -5px 12px;
	}
	.gallery .photo-grid-item,
	.gallery .grid-sizer{
		padding: 0 5px;
		width: 50%;
		margin-bottom: 10px;
	}
	.article{
		padding-bottom: 30px;
	}
	.article h1{
		font-size: 30px;
	}
	.article .meta-box{
		margin-bottom: 25px;
	}
	.article .meta-box .meta{
		float: none;
		max-width: 100%;
		margin: 0 0 15px;
	}
	.article-pager.row .row-item{
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.article-pager.row .row-item:nth-child(2n){
		text-align: center;
	}
	.search-form .field-wrap{
		padding-right: 0;
	}
	.search-form .field-wrap button[type='submit']{
		position: relative;
		display: table;
		margin: 15px auto 10px;
	}
	.search-result-list ol li .num{
		font-size: 17px;
		top: -4px;
	}
	.search-result-list ol li h2{
		font-size: 17px;
	}
	.requisites{
		padding: 0 0 0 47px;
	}
	.contacts .row .row-item .row .row-item{
		width: 100%;
		padding: 0 0 0 47px;
	}
	.contacts .map-box{
		height: 275px;
	}
	.accordion-body .vacancy-contacts .row-item{
		width: 100%;
	}
	.scroll-to-form{
		margin-bottom: 20px;
	}
	.error-page{
		padding-top: 60px;
	}
	.research-list .pager{
		margin: 0;
	}
	.download a{
		font-size: 11px !important;
		letter-spacing: 0;
		padding: 0 20px;
	}
	.pharmacovigilance-contacts .row-item{
		width: 100% !important;
	}
	.archive{
		top: -60px;
	}
	.btn{
		font-size: 12px;
		padding: 0 15px;
	}
	.link-box a:before{
		width: 25px;
		left: -10px;
	}
	.link-box a:after{
		width: 25px;
		left: -10px;
	}
	.no-touchevents .link-box a:hover:before{
		left: 12px;
	}
	.no-touchevents .link-box a:hover:after{
		left: 12px;
	}
	form button[type='submit']{
		position: relative;
		display: table;
		margin: 15px auto 10px;
	}
	.fileinput-box.error .error-message{
		margin-top: 0 !important;
	}
	.fileinput-wrapper{
		margin-bottom: 0;
	}


	.fileinput-box + .field-wrap{
		margin-top: 22px;
	}

	/*Cookies*/
	.cookies-page main{
		margin-bottom: 70px;
	}
	.inline-radios, .inline-radios.centered{
		margin: 10px -32px -10px 0;
	}
	.inline-radios.centered{
		margin: 34px -16px 30px;
	}
	ul + .inline-radios.centered{
		justify-content: flex-start;
		margin: 30px -32px -10px 30px;
	}
	.inline-radios .radio-item, .inline-radios.centered .radio-item{
		margin: 0 32px 10px 0;
	}
	.inline-radios.centered .radio-item{
		margin: 0 16px 10px;
	}
	ul + .inline-radios.centered .radio-item{
		margin: 0 32px 10px 0;
	}
	.radio-item input[type="radio"] + label{
		font-size: 17px;
	}
	.default-btn{
		padding: 13px 24px;
	}
	.cookies-page main .default-btn{
		margin: 40px auto 0;
	}
}
@media (max-width: 480px){
	header .nav-box nav{
		width: 290px;
		right: -290px;
	}
	.f-screen .big-logo .bevelled-corners p{
		font-size: 26px;
	}
	.s-screen .slider-bullets li{
		margin: 0 9px 0 0;
	}
	.s-screen .slider-bullets li a{
		width: 45px;
		height: 45px;
	}
	.s-screen .slider-bullets li a img{
		max-width: 30px;
		max-height: 30px;
	}
	.s-screen .slider-bullets li a.active:after{
		width: 55px;
		top: -6px;
		left: -6px;
		height: 55px;
	}
	.news .row .row-item{
		width: 100%;
	}
	.timeline-nav{
		display: none;
	}
	.full-descr .descr-section-big{
		padding-left: 35px;
	}
	.full-descr .spec-list .row-item{
		padding-left: 35px;
		margin-bottom: 25px;
	}
	.news-list .pager .subscribe-form{
		max-width: 100%;
		padding-right: 52px;
	}
	.news-list .pager .subscribe-form .field-wrap input{
		height: 42px;
		width: 100%;
	}
	.news-list .pager .subscribe-form button{
		margin: 0;
		height: 42px;
		width: 42px;
		text-indent: -100000px;
	}
	.news-list .pager .subscribe-form button:after{
		background: url("../i/subsribe-icon.png") no-repeat 50%;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		content: '';
	}
	.news-list .pager .subscribe-form .info-message{
		max-width: 100%;
		left: 0;
		width: auto;
		bottom: auto;
		top: 72px;
	}
	.slider-box .prod-slider .slick-arrow{
		width: 40px;
		height: 40px;
		margin: -11px 0 0;
	}
	.slider-box .prod-slider .slick-arrow.slick-prev{
		left: -10px;
	}
	.slider-box .prod-slider .slick-arrow.slick-next{
		right: -10px;
	}
	.slider-box .prod-slider .slide{
		padding: 20px 40px;
	}
	.tabs__caption li span{
		font-size: 16px;
	}
	.archive{
		top: auto;
		right: auto;
		position: relative;
		margin-bottom: 40px;
	}
	.btn{
		line-height: 50px;
		height: 50px;
	}
	.link-box a{
		width: 100%;
		min-width: 0;
		line-height: 46px;
		height: 50px;
	}
	.sub-el{
		padding-left: 15px;
	}
	.field-wrap.check-wrap input + label{
		font-size: 14px;
	}
	.field-wrap.check-wrap input + label:before{
		top: 0;
	}
	.field-wrap.check-wrap input + label:after{
		top: 5px;
	}
	.field-wrap.title-category input + label{
		font-size: 16px;
	}
	.field-wrap.title-category input + label:after{
		top: 6px;
	}
	/*Cookies*/
	.cookies-page main h3{
		margin: 40px 0 20px;
	}

	.default-btn{
		font-size: 14px;
		width: 100%;
		padding: 13px;
	}

	/*Cookies*/
	.cookies-popup{
		font-size: 18px;
		padding: 20px 16px;
	}
	.cookies-popup .btns-box{
		margin: 16px auto 10px;
	}
	.cookies-popup .default-btn{
		width: calc(50% - 8px);
	}

}
@media only screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 480px) and (min-resolution: 144dpi){
	.news-list .pager .subscribe-form button:after{
		background: url("../i/subsribe-icon-x2.png") no-repeat 50%/31px 22px;
	}
}
@media (max-width: 440px){
	/*Products search*/
	.products-search-box{
		margin: 0 0 12px;
	}
	.products-search-form{
		margin: 0 0 24px;
		width: 100%;
	}
	.alphabet-search-box{
		display: block;
		width: 100%;
		margin: 0;
	}
	.alphabet-search{
		margin: 0 -4px 0 0;
	}
	.products-search-box .sort{
		margin: 0 0 16px;
	}
}
@media (max-width: 360px){
	header .logo{
		width: 112px;
		height: 31px;
		background-size: 112px 31px;
	}
	html[lang^='en'] header .logo{
		width: 112px;
		position: relative;
		top: 3px;
		height: 31px;
		background-size: 112px 31px;
	}
	header .nav-box .top-panel .lang{
		right: 102px;
	}
	header .nav-box .top-panel .lang a{
		padding-left: 5px;
		padding-right: 5px;
	}
	header .nav-box .top-panel .search-box{
		margin-right: 35px;
	}
	.s-screen .slide .slide-img{
		max-width: 70%;
	}
	.s-screen .slide .slide-img img{
		height: auto;
	}
	.products-preview .container > .row.two-in-row > .row-item{
		width: auto;
		margin: 0 -20px;
	}
	.news .row .row-item{
		width: auto;
		display: block;
		margin: 0 -20px 20px;
		max-width: none;
	}
	.prod-grid.three-in-row .row-item{
		width: auto;
		display: block;
		margin: 0 -20px 20px;
	}
	.full-descr{
		margin: 0 0 30px;
		width: auto !important;
	}
	.full-descr-img{
		margin: 0 -20px 30px;
		width: auto !important;
	}
	.news-list .row .row-item{
		margin: 0 -20px 20px;
		width: auto;
	}
	.article h1{
		font-size: 26px;
	}
	.article img.center{
		margin: 20px -8%;
		width: 116%;
		max-width: none;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 360px), only screen and (min-resolution: 144dpi) and (max-width: 360px){
	header .logo{
		background-size: 112px 31px !important;
	}
	html[lang^='en'] header .logo{
		background-size: 112px 31px !important;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi){
	header .logo{
		background: url("../i/logo-x2.png") no-repeat 0 0/209px 58px;
	}
	html[lang^='en'] header .logo{
		background-image: url("../i/logo-en-x2.png");
	}
	header .nav-box .top-panel .search-box .search-btn,
	header .nav-box .top-panel .search-box .open-search{
		background: url("../i/search-btn-x2.png") no-repeat 50%/13px 12px;
	}
	.no-touchevents header .nav-box .top-panel .search-box .search-btn:hover,
	.no-touchevents header .nav-box .top-panel .search-box .open-search:hover{
		background: url("../i/search-btn-hover.png") no-repeat 50%/13px 12px;
	}
	.preload:after{
		background: url("../i/preloader-mainx2.gif") no-repeat 50%/64px 64px;
	}
	.scroll-next,
	.scroll-first{
		background: url("../i/next-arrow-x2.png") no-repeat 0 0/21px 13px;
	}
	.years-events .mCSB_buttonLeft:after,
	.years-events .mCSB_buttonRight:after{
		background: url("../i/arrow-left-x2.png") no-repeat 50%/9px 16px;
	}
	.no-touchevents .years-events .mCSB_buttonLeft:hover:after,
	.no-touchevents .years-events .mCSB_buttonRight:hover:after{
		background: url("../i/arrow-left-white-x2.png") no-repeat 50%/9px 16px;
	}
	.years-events .mCSB_buttonRight:after{
		background: url("../i/arrow-right-x2.png") no-repeat 52% 50%/9px 16px;
	}
	.no-touchevents .years-events .mCSB_buttonRight:hover:after{
		background: url("../i/arrow-right-white-x2.png") no-repeat 50%/9px 16px;
	}
	.no-touchevents .years-events.disable-right .mCSB_buttonRight:hover:after{
		background: url("../i/arrow-right-x2.png") no-repeat 52% 50%/9px 16px;
	}
	.no-touchevents .years-events.disable-left .mCSB_buttonLeft:hover:after{
		background: url("../i/arrow-left-x2.png") no-repeat 52% 50%/9px 16px;
	}
	.timeline-nav .mCSB_buttonLeft:after,
	.timeline-nav .mCSB_buttonRight:after{
		background: url("../i/arrow-left-x2.png") no-repeat 50%/9px 16px;
	}
	.no-touchevents .timeline-nav .mCSB_buttonLeft:hover:after,
	.no-touchevents .timeline-nav .mCSB_buttonRight:hover:after{
		background: url("../i/arrow-left-white-x2.png") no-repeat 50%/9px 16px;
	}
	.timeline-nav .mCSB_buttonRight:after{
		background: url("../i/arrow-right-x2.png") no-repeat 52% 50%/9px 16px;
	}
	.no-touchevents .timeline-nav .mCSB_buttonRight:hover:after{
		background: url("../i/arrow-right-white-x2.png") no-repeat 50%/9px 16px;
	}
	.no-touchevents .timeline-nav.disable-right .mCSB_buttonRight:hover:after{
		background: url("../i/arrow-right-x2.png") no-repeat 52% 50%/9px 16px;
	}
	.no-touchevents .timeline-nav.disable-left .mCSB_buttonLeft:hover:after{
		background: url("../i/arrow-left-x2.png") no-repeat 52% 50%/9px 16px;
	}
	.prod-grid .row-item .prod-card .recipe p:before{
		background: url("../i/recipe-x2.png") no-repeat 0 0/12px 16px;
	}
	.prod-grid .row-item .prod-card .recipe p.without:before{
		background: url("../i/wo-recipe-x2.png") no-repeat 0 0/13px 16px;
	}
	.filter form .close{
		background: #fff url("../i/close-x2.png") no-repeat 50%/20px 20px;
	}
	.pager ul li a.prev,
	.pager ul li a.next{
		background: url("../i/pager-arrow-left-x2.png") no-repeat 0 0/7px 13px;
	}
	.pager ul li a.next{
		background: url("../i/pager-arrow-right-x2.png") no-repeat 0 0/7px 13px;
	}
	.news-list .pager .subscribe-form.success .info-message:before{
		background: url("../i/subscribe-success-x2.png") no-repeat 55% 55%/14px 9px;
	}
	.article-pager .return:before{
		background: url("../i/return-x2.png") no-repeat 0 0/21px 27px;
	}
	.article-pager .next-article:after{
		background: url("../i/pager-arrow-right-x2.png") no-repeat 50%/7px 13px;
	}
	.address:before{
		background: url("../i/pin-x2.png") no-repeat 0 0/25px 39px;
	}
	.work-time:before{
		background: url("../i/time-x2.png") no-repeat 0 0/34px 34px;
	}
	.phone:before{
		background: url("../i/phone-x2.png") no-repeat 0 0/23px 35px;
	}
	.email:before{
		background: url("../i/email-x2.png") no-repeat 0 0/35px 40px;
	}
	.requisites:before{
		background: url("../i/requisites-x2.png") no-repeat 0 0/31px 37px;
	}
	.representative:before{
		background: url("../i/representative-x2.png") no-repeat 0 0/32px 38px;
	}
	.scroll-to-form a:before{
		background: url("../i/arrow-bottom-x2.png") no-repeat 0 0/12px 27px;
	}
	.no-touchevents .slider-box .prod-slider .slick-arrow:hover.slick-prev{
		background-image: url("../i/arrow-left-white-x2.png");
		background-size: 9px 16px;
	}
	.no-touchevents .slider-box .prod-slider .slick-arrow:hover.slick-next{
		background-image: url("../i/arrow-right-white-x2.png");
		background-size: 9px 16px;
	}
	.slider-box .prod-slider .slick-arrow.slick-prev{
		background-image: url("../i/arrow-left-x2.png");
		background-size: 9px 16px;
	}
	.slider-box .prod-slider .slick-arrow.slick-next{
		background-image: url("../i/arrow-right-x2.png");
		background-size: 9px 16px;
	}
	.info-block.success i{
		background: url("../i/subscribe-success-big-x2.png") no-repeat 0 0/77px 77px;
	}
	.info-block.failed i{
		background: url("../i/subscribe-failed-big-x2.png") no-repeat 0 0/77px 77px;
	}
	.btn:before{
		background: url("../i/btn-arrow-x2.png") no-repeat 100% 0/37px 12px;
	}
	.btn:after{
		background: url("../i/btn-arrow-white-x2.png") no-repeat 100% 0/37px 12px;
	}
	.link-box a:before{
		background: url("../i/btn-arrow-x2.png") no-repeat 100% 0/37px 12px;
	}
	.link-box a:after{
		background: url("../i/btn-arrow-white-x2.png") no-repeat 100% 0/37px 12px;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow b{
		background: url("../i/sel-arrow-x2.png") no-repeat 50%/10px 6px;
	}
	.field-wrap.check-wrap input + label:after{
		background: url("../i/check-small-x2.png") no-repeat 0 0/8px 5px;
	}
	.field-wrap.title-category input + label:after{
		background: url("../i/check-x2.png") no-repeat 0 0/10px 6px;
	}
	.fileinput-wrapper:after{
		background: url("../i/fileinput-x2.png") no-repeat 0 0/31px 37px;
	}
	.submit-message.success{
		background: url("../i/success-x2.png") no-repeat 50% 0/51px 51px;
	}
	.submit-message.failed{
		background: url("../i/failed-x2.png") no-repeat 50% 0/51px 51px;
	}
}
@media screen and (max-height: 830px){
	.s-screen .text-rotator .action-box .slide-img{
		width: 286px;
	}
	.s-screen .text-rotator .action-box .slide-img:before{
		width: 334px;
		height: 334px;
		left: -23px;
		top: -23px;
	}
	.s-screen .text-rotator .action-box .slide-img .outer-white-circle{
		width: 334px;
		height: 334px;
		margin: -167px 0 0 -167px;
	}
	.s-screen .text-rotator .action-box .slide-img .outer-circle{
		width: 387px;
		height: 387px;
		margin: -193px 0 0 -193px;
		background: url("../i/outer-circle-small.png") no-repeat 0 0;
	}
	.s-screen .text-rotator .action-box .slide-img .dotted{
		width: 423px;
		height: 393px;
		margin: -211px 0 0 -186px;
	}
	.s-screen .text-rotator .action-box .slide-img img{
		height: 286px;
	}
	.s-screen .slide-text p{
		font-size: 20px;
	}
}
@media screen and (max-height: 660px){
	.s-screen .slide-text p{
		font-size: 18px;
	}
}