html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}


body {
    position: relative;
    font-size: 14px;
	line-height: 22px;
	font-family: 'Open Sans', 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
	color: #546371;
    background: #FFFFFF;
	-webkit-text-size-adjust: 100%;
	min-width: 320px;
}

img {
	border: 0;
}

form, fieldset {
	margin: 0;
	padding: 0;
	border: 0 none;
}

a {
	outline: 0;
	color: #2a3239;
	text-decoration: none;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

a:hover {
	color: #546371;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}

h2 {
	font-size: 40px;
	line-height: 54px;
	font-weight: bold;
	color: #262f3f;
	margin: 0 0 48px 0;
	text-align: center;
}

p {
	margin: 0 0 22px 0;
}

.about {
	padding: 67px 0 47px 0;
}

.about .about-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.about .about-list > li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #E9EAEC;
	width: 33.3333%;
	padding: 105px 30px 30px 30px;
	min-height: 262px;
	margin: -1px 0 0 -1px;
	background-color: #FFF;
	background-repeat: no-repeat;
}

.about .about-list > li:nth-child(odd) {
	background-color: #F2F3F5;
}

.about .about-list > li:nth-child(7) {
	background-color: #FFF;
}

.about .about-list > li > span {
	font-size: 15px;
	font-weight: bold;
	color: #2a3239;
	display: block;
	margin-bottom: 4px;
}

.about .about-list .about-list-analytics {
	background-image: url('../img/svg/analytics.svg');
	-moz-background-size: 56px 59px;
	-o-background-size: 56px 59px;
	background-size: 56px 59px;
	background-position: 29px 32px;
}

.about .about-list .about-list-colleagues {
	background-image: url('../img/svg/colleagues.svg');
	-moz-background-size: 42px 57px;
	-o-background-size: 42px 57px;
	background-size: 42px 57px;
	background-position: 30px 34px;
}

.about .about-list .about-list-documents {
	background-image: url('../img/svg/documents.svg');
	-moz-background-size: 48px 56px;
	-o-background-size: 48px 56px;
	background-size: 48px 56px;
	background-position: 29px 35px;
}

.about .about-list .about-list-file-storage {
	background-image: url('../img/svg/file-storage.svg');
	-moz-background-size: 57px 63px;
	-o-background-size: 57px 63px;
	background-size: 57px 63px;
	background-position: 30px 28px;
}

.about .about-list .about-list-partners {
	background-image: url('../img/svg/partners.svg');
	-moz-background-size: 61px 45px;
	-o-background-size: 61px 45px;
	background-size: 61px 45px;
	background-position: 30px 46px;
}

.about .about-list .about-list-products-services {
	background-image: url('../img/svg/products-services.svg');
	-moz-background-size: 61px 63px;
	-o-background-size: 61px 63px;
	background-size: 61px 63px;
	background-position: 30px 32px;
}

.about .about-list .about-list-task-management {
	background-image: url('../img/svg/task-management.svg');
	-moz-background-size: 44px 59px;
	-o-background-size: 44px 59px;
	background-size: 44px 59px;
	background-position: 37px 33px;
}

.button {
	display: inline-block;
	vertical-align: top;
	color: #2a3239;
	font-size: 14px;
	line-height: 44px;
	font-weight: bold;
	text-align: center;
	height: 46px;
	font-family: 'Open Sans', 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
	padding: 0 20px;
	min-width: 170px;
	background: #FFF;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;
	overflow: visible;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	margin: 0;
    cursor: pointer;
	border: 1px solid #D8D0DD;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.button:hover {
	border-color: #A7D5EF;
}

.button.button-dark {
	color: #FFF;
	background: #3350B8;
	border-color: #4060CF;
}

.button.button-dark:hover {
	background: #0A76D9;
	border-color: #4161CE;
}

.button.button-form {
	color: #72a8da;
	background: #FFF;
	border-color: #FFF;
}

.button.button-form:hover {
	background: #3350B8;
	color: #FFF;
	border-color: #3350B8;
}

.catalog {
	padding: 40px 0 60px 0;
}

.catalog .catalog-legend {
	float: left;
	margin: 305px 0 0 0;
	padding: 0;
	list-style-type: none;
}

.catalog .catalog-legend > li {
	font-size: 15px;
	color: #2a3239;
	font-weight: 600;
	margin-top: 27px;
}

.catalog .catalog-legend > li:first-child {
	margin: 0;
}

.catalog .catalog-list {
	float: right;
	width: auto;
}

.catalog .catalog-list .catalog-list-about {
	padding-bottom: 20px;
	font-weight: bold;
}

.catalog .catalog-list .catalog-list-about > p {
	margin-bottom: 3px;
}

.catalog .catalog-list .catalog-list-about > p > span {
	color: #262f3f;
}

.catalog .catalog-list .catalog-list-item {
	float: left;
	width: 296px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 3px solid #FFF;
	padding: 48px 10px;
}

.catalog .catalog-list .catalog-list-item .catalog-list-arrow-next,
.catalog .catalog-list .catalog-list-item .catalog-list-arrow-prev {
	display: none;
}

.catalog .catalog-list .catalog-list-name {
	font-size: 20px;
	line-height: 28px;
	color: #2a3239;
	margin-bottom: 15px;
	font-weight: bold;
}

.catalog .catalog-list .catalog-list-options {
	margin: 0;
	padding: 40px 0 0 0;
	list-style-type: none;
}

.catalog .catalog-list .catalog-list-options > li {
	font-size: 15px;
	color: #546371;
	padding: 13px 0;

}

.catalog .catalog-list .catalog-list-options > li > span {
	display: none;
	font-weight: 600;
	margin-bottom: 4px;
}

.catalog .catalog-list .catalog-list-options > li:first-child {
	margin: 0;
}

.catalog .catalog-list .catalog-list-price {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.catalog .catalog-list .catalog-list-price > span {
	position: absolute;
	top: -5px;
	left: -10px;
	font-size: 16px;
}

.catalog .catalog-list .optimal {
	border-color: #E6E7E9;
}

.catalog .catalog-list .optimal .catalog-list-options > li {
	color: #72a8da;
}

.catalog .catalog-list .optimal .catalog-list-options > li > span {
	color: #212e36;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: '';
}

.clearfix:after {
	clear: both;
}

.container {
	max-width: 1200px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin: 0 auto;
}

.contact {
	color: #FFF;
	padding: 48px 0 80px 0;
	background: url('../img/contact.jpg') no-repeat center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}

.contact h2 {
	margin-bottom: 3px;
	color: #FFF;
}

.contact h2 + p {
	font-size: 15px;
	margin-bottom: 40px;
}

.contact .contact-form {
	max-width: 370px;
	margin: 0 auto;
}

footer {
	background: #293239;
	padding: 50px 0;
}

footer .footer-copyright {
	font-size: 12px;
	line-height: 16px;
	color: #4d5c69;
	text-align: center;
}

footer .footer-logo {
	width: 113px;
	height: 34px;
	display: block;
	margin: 0 auto 37px;
	background: url('../img/footer-logo.png') no-repeat;
}

footer .footer-nav {
	text-align: center;
	height: 68px;
}

footer .footer-nav > ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
}

footer .footer-nav > ul > li {
	float: left;
	margin-left: 50px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

footer .footer-nav > ul > li:first-child {
	margin: 0;
}

footer .footer-nav > ul > li > a {
	color: #c0d0de;
}

footer .footer-nav > ul > li > a:hover {
	color: #FFF;
}

.form {
	padding-top: 10px;
}

.form fieldset {
	margin-bottom: 30px;
	position: relative;
	padding-top: 3px;
}

.form fieldset > label {
	position: absolute;
	left: 0;
	top: -10px;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	height: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.form fieldset > label:after {
	content: '';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 3px;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(255,255,255,0.2);
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
	margin-top: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
	-webkit-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
	display: block;
}

.form fieldset > label:before {
	content: '';
	width: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 3px;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-left: 1px solid rgba(255,255,255,0.2);
	-webkit-border-radius: 3px 0 0 0;
	-moz-border-radius: 3px 0 0 0;
	border-radius: 3px 0 0 0;
	margin-top: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
	-webkit-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
   	display: block;
}

.form fieldset > label > span {
	padding: 0 6px;
	-webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -o-flex: 0 1 auto;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    flex: 0 1 auto;
	white-space: nowrap;
	display: block;
}

.form fieldset .textfield {
	border-top: 0;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	height: 43px;
	padding-top: 9px;
}

.form fieldset .textfield:focus + label:after,
.form fieldset .textfield:focus + label:before {
	border-color: #FFF;
}

.form .form-button {
	margin: 0;
	padding-top: 10px;
	text-align: center;
}

.form .form-button .button {
	min-width: 200px;
}

.form .pass-show {
	position: absolute;
	right: 20px;
	top: 50%;
	margin: -10px 0 0 0;
	padding: 0;
	outline: 0;
	cursor: pointer;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	width: 26px;
	height: 18px;
	opacity: 0.2;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	background: url('../img/svg/eye.svg') no-repeat;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

.form .pass-show:hover {
	opacity: 1;
}

header {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 126px;
	position: relative;
	height: 980px;
	background: url('../img/header-large.jpg') no-repeat center bottom;
	text-align: center;
}

header h1 {
	font-size: 50px;
	line-height: 60px;
	font-weight: bold;
	color: #FFF;
	max-width: 770px;
	margin: 0 auto 35px;
}

header .button {
	min-width: 240px;
	height: 56px;
	line-height: 54px;
}

header .header-toolbox {
	position: absolute;
	right: 48px;
	top: 26px;
}

header .header-toolbox .header-enter {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

header .header-toolbox .header-enter > li {
	float: left;
	margin-left: 30px;
}

header .header-toolbox .header-enter > li:first-child {
	margin: 0;
}

header .header-toolbox .header-enter > li > button {
	color: #FFF;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	font-family: 'Open Sans', 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
	line-height: 38px;
	height: 38px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0;
	outline: 0;
	cursor: pointer;
	border: none;
	background: none;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}

header .header-toolbox .header-enter > li > button:hover {
	opacity: 0.7;
}

header .header-toolbox .header-lang {
	float: left;
	height: 38px;
	margin-right: 60px;
	position: relative;
	width: 140px;
}

header .header-toolbox .header-lang > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	transition: background 0.2s ease;
}

header .header-toolbox .header-lang > ul > li {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-align: left;
}

header .header-toolbox .header-lang > ul > li:first-child {
	visibility: visible;
	opacity: 1;
}

header .header-toolbox .header-lang > ul > li > a {
	color: #7d8b99;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

header .header-toolbox .header-lang > ul > li > a:hover {
	color: #2a3239;
	background: #E7E8EA;
}

header .header-toolbox .header-lang > ul > li > span {
	color: #FFF;
	position: relative;
	padding-right: 36px;
	cursor: pointer;
	border: 1px solid rgba(255,255,255,0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 36px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

header .header-toolbox .header-lang > ul > li > span:hover {
	border-color: #FFF;
}

header .header-toolbox .header-lang > ul > li > span:before {
	width: 8px;
	height: 5px;
	position: absolute;
	right: 19px;
	top: 16px;
	content: '';
	background: url('../img/lang-arrow.png') no-repeat;
}

header .header-toolbox .header-lang > ul > li > a,
header .header-toolbox .header-lang > ul > li > span {
	display: block;
	height: 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 19px;
	font-size: 12px;
	line-height: 38px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

header .header-toolbox .header-lang.opened > ul {
	background: #FFF;
	padding-bottom: 12px;
}

header .header-toolbox .header-lang.opened > ul > li {
	visibility: visible;
	opacity: 1;
}

header .header-toolbox .header-lang.opened > ul > li > span {
	color: #2a3239;
}

header .header-toolbox .header-lang.opened > ul > li > span:before {
	background-position: left -5px;
}

header .logo {
	display: block;
    background: url('../img/logo.png') no-repeat;
    width: 240px;
	height: 72px;
	margin: 0 auto 69px;
}

.popup {
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(79,169,220,0.99);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
	will-change: transform;
}

.popup::-webkit-scrollbar {
    width: 5px;
}

.popup::-webkit-scrollbar-track {
	background: rgba(255,255,255,0.2);
}

.popup::-webkit-scrollbar-thumb {
	background: rgba(10,118,217,0.5);
}

.popup .popup-box {
	max-width: 450px;
	min-width: 320px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #FFF;
}

.popup .popup-box .popup-header {
	font-size: 48px;
	line-height: 56px;
	font-weight: bold;
	margin-bottom: 30px;
}

.popup .popup-box .form fieldset .textfield {
	height: 67px;
	padding-top: 18px;
}

.popup .popup-box .form .form-button .button {
	display: block;
	width: 100%;
	padding: 0;
	height: 70px;
	line-height: 68px;
}

.popup .popup-box .popup-link {
	padding-top: 46px;
	font-weight: bold;
}

.popup .popup-box .popup-link > a {
	color: #FFF;
	text-decoration: underline;
}

.popup .popup-box .popup-link > a:hover {
	text-decoration: none;
}

.popup .popup-box .textfield {
	height: 70px;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	padding: 20px 19px;
}

.popup .popup-close {
	width: 32px;
	height: 32px;
	position: absolute;
	right: 40px;
	top: 40px;
	cursor: pointer;
	border: none;
	margin: 0;
	padding: 0;
	outline: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	background: url('../img/svg/close.svg') no-repeat;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

.popup-visible {
    opacity: 1;
    visibility: visible;
}

.set-mode {
	z-index: 1;
	position: relative;
	display: none;
}

.textfield {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    background: none;
    border: 1px solid rgba(255,255,255,0.2);
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0;
    outline: 0;
    padding: 11px 15px;
    font-size: 14px;
	line-height: 22px;
	font-family: 'Open Sans', 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
    color: #FFF;
    -webkit-appearance: none;
    -webkit-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    height: 46px;
}

.textfield:focus {
	border-color: #FFF;
}

.textfield::-webkit-input-placeholder {
    opacity: 1;
	color: #FFF;
}

.textfield::-moz-placeholder {
    opacity: 1;
	color: #FFF;
}

.textfield::-ms-placeholder {
    opacity: 1;
    color: #FFF;
}
.register-email-msg{
    margin-bottom:30px;
    background:#ffffff;
    color:#6478bf;
    padding:10px;
    display:none;
    border-radius:3px
}
.register-error{
    margin-bottom:30px;
    background:#e08b88;
    color:#ffffff;
    padding:10px;
    display:none;
    border-radius:3px
}

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

	.catalog .catalog-list .catalog-list-item {
		width: 256px;
	}

    .container {
		max-width: 1000px;
	}

}

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

	h2 {
		max-width: 580px;
		margin-left: auto;
		margin-right: auto;
	}

	.catalog .catalog-legend {
		width: 20%;
	}

	.catalog .catalog-list {
		width: 80%;
	}

	.catalog .catalog-list .button {
		min-width: 140px;
	}

	.catalog .catalog-list .catalog-list-item {
		width: 33.3333%;
	}

	.catalog .container {
		padding-right: 0;
	}

	.popup .popup-close {
		width: 20px;
		height: 20px;
		right: 10px;
		top: 10px;
	}

}

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

	h2 {
		line-height: 50px;
	}

	.about .about-list {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.about .about-list > li {
		width: 50%;
	}

	.about .about-list > li:nth-child(odd) {
		background-color: #FFF;
	}

	.about .about-list > li:nth-child(1),
	.about .about-list > li:nth-child(4),
	.about .about-list > li:nth-child(5) {
		background-color: #F2F3F5;
	}

	header {
		padding-top: 167px;
	}

	header h1 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 50px;
	}

	header .logo {
		margin-bottom: 50px;
	}
	.popup .popup-box .form fieldset .textfield {
		height: 43px;
		padding-top: 9px;
		font-size: 14px;
		line-height: 22px;
		padding: 11px 15px;
	}

	.popup .popup-box .form .form-button {
		padding: 0;
	}

	.popup .popup-box .form .form-button .button {
		height: 46px;
		line-height: 44px;
	}

	.popup .popup-box .popup-header {
		font-size: 36px;
		line-height: 42px;
	}

	.popup .popup-box .popup-link {
		padding-top: 15px;
		font-size: 12px;
		line-height: 16px;
	}

}

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

	header {
		height: 900px;
		background-image: url('../img/header-middle.jpg');
	}

}

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

	h2 {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 28px;
		max-width: 300px;
	}

	.about {
		padding: 40px 0 20px 0;
	}

	.catalog {
		padding: 20px 0 40px 0;
	}

	.catalog .catalog-legend {
		display: none;
	}

	.catalog .catalog-list {
		float: none;
		width: auto;
	}

	.catalog .container {
		padding: 0;
	}

	.contact h2 {
		font-size: 40px;
		line-height: 54px;
		max-width: none;
	}

	.popup .popup-box .popup-header {
		font-size: 24px;
		line-height: 34px;
	}

}

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

	.about .about-list {
		display: block;
	}

	.about .about-list > li {
		width: auto;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-moz-box-flex: 0;
		-ms-flex: none;
		flex: none;
		min-height: 240px;
	}

	.about .about-list > li:nth-child(odd) {
		background-color: #F2F3F5;
	}

	.about .about-list > li:nth-child(4) {
		background-color: #FFF;
	}

	.about .about-list > li:nth-child(5) {
		background-color: #F2F3F5;
	}

	.catalog .catalog-list .catalog-list-item {
		float: none;
		width: auto;
		padding: 26px 10px;
	}

	.catalog .catalog-list .catalog-list-item .catalog-list-arrow-next {
		background: url('../img/svg/arrow-right.svg') no-repeat;
		right: 26px;
	}

	.catalog .catalog-list .catalog-list-item .catalog-list-arrow-prev {
		background: url('../img/svg/arrow-left.svg') no-repeat;
		left: 26px;
	}

	.catalog .catalog-list .catalog-list-item .catalog-list-arrow-next,
	.catalog .catalog-list .catalog-list-item .catalog-list-arrow-prev {
		margin: 0;
		padding: 0;
		outline: 0;
		cursor: pointer;
		border: none;
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		width: 8px;
		height: 14px;
		position: absolute;
		top: 85px;
		content: '';
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
		display: block;
	}

	.catalog .catalog-list .catalog-list-options > li {
		margin-top: 14px;
	}

	.catalog .catalog-list .catalog-list-options > li:first-child {
		margin: 0;
	}

	.catalog .catalog-list .catalog-list-options > li > span {
		display: block;
	}

	.catalog .container {
		padding: 0 15px;
	}

	header {
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height: 564px;
		padding-top: 114px;
		background-image: url('../img/header-small.jpg');
	}

	header h1 {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 15px;
		max-width: 300px;
	}

	header .header-toolbox {
		width: 100%;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		right: 0;
		top: 26px;
	}

	header .header-toolbox .header-enter {
		float: right;
	}

	header .header-toolbox .header-lang {
		margin: 0;
		width: 114px;
	}

	header .logo {
		margin-bottom: 30px;
		width: 177px;
		height: 53px;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
	}

	.set-mode {
		z-index: 2;
	}

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.2916666666666667),
					   only screen and (-o-min-device-pixel-ratio: 31/24),
					   only screen and (min-resolution: 124dpi),
					   (-webkit-min-device-pixel-ratio: 1.3),
					   (min--moz-device-pixel-ratio: 1.3),
					   (-o-min-device-pixel-ratio: 4/3),
					   (min-device-pixel-ratio: 1.3),
					   (-o-min-device-pixel-ratio: 13/10),
					   (min-resolution: 1.3dppx) {

	footer .footer-logo {
		background-image: url('../img/footer-logo@2x.png');
	    -moz-background-size: 100% 100%;
	    -o-background-size: 100% 100%;
	    background-size: 100% 100%;
	}

	header .header-toolbox .header-lang > ul > li > span:before {
		background-image: url('../img/lang-arrow@2x.png');
	    -moz-background-size: 8px 10px;
	    -o-background-size: 8px 10px;
	    background-size: 8px 10px;
	}

	header .logo {
	    background-image: url('../img/logo@2x.png');
	    -moz-background-size: 100% 100%;
	    -o-background-size: 100% 100%;
	    background-size: 100% 100%;
	}

}

.owl-carousel {
  //display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    will-change: transform;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }
