@charset "utf-8";
html, body {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased;
}
body {
	margin: 0;
	padding: 0;
	background: #F7F7F7;
	font: normal 15px/25px Roboto, Helvetica, Arial, "sans-serif";
	color: #4A4A4A;
	-webkit-text-size-adjust: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
*, *:before, *:after {
	box-sizing: border-box;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input, select, textarea, button {
	font: normal 15px/25px Roboto, Helvetica, Arial, "sans-serif";
	color: #4A4A4A;
	outline: none;
}
input[type="text"], input[type="password"], input[type="email"], input[type="color"], input[type="date"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, select {
	-webkit-appearance: none;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #4A4A4A;
	background: #fff;
	margin: 0;
	padding: 4px 10px;
	display: block;
	width: 100%;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
opacity: 1;
 color: #9B9B9B;
}
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1;
color: #9B9B9B;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
opacity: 1;
color: #9B9B9B;
}
 input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
opacity: 0.3!important;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
opacity: 0.3!important;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
opacity: 0.3!important;
}
input::-ms-clear {
 display: none;
}
button::-moz-focus-inner {
 border: 0;
}
textarea {
	resize: none;
	height: 140px;
}
.outtaHere {
	position: fixed!important;
	left: -10000px!important;
}
header, nav, section, article, aside, footer, menu, time, figure, figcaption, main {
	display: block;
}
img {
	border: 0;
	vertical-align: top;
}
a {
	color: #1891BF;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a[href^=tel] {
	color: inherit!important;
	cursor: inherit;
	text-decoration: none!important;
}
strong, .bold {
	font-weight: bold;
}
i, em, .italic {
	font-style: italic;
}
p, ol, ul {
	margin: 20px 0;
}
p + p {
	margin-top: -10px;
}
.accent + p {
	margin-top: 20px;
}
/*edited 13.08.18 start*/
p:first-child, ol:first-child, ul:first-child {
	margin-top: 0;
}

/*edited 05.10.19 start*/
p:first-child {
	margin-bottom: 10px;
}

/*edited 13.08.18 end*/
ol, ul {
	list-style: none;
	padding: 0;
}
li {
	position: relative;
	padding: 0 0 0 30px;
	margin: 10px 0;
}
ol ul, ol ol, ul ul, ul ol {
	margin: 10px 0;
}
ol {
	counter-reset: li;
}
ol > li:before {
	counter-increment: li;
	content: counters(li, ".") ". ";
	position: absolute;
	top: 0;
	right: 100%;
	margin: 0 -24px 0 0;
}
ul > li:before {
	content: '•';
	position: absolute;
	top: 0;
	left: 0;
	color: #1891BF;
	width: 30px;
	text-align: center;
	font-size: 30px;
}
/*edited 13.08.18 start*/
h1, .h1, h2, .h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 25px;
	line-height: 1.16;
	color: #E72C20;
	color: #000;
	margin: 20px 0;
}
h1:first-child, .h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}
h1, .h1 {
	font-size: 35px;
	line-height: 1.17;
	margin-bottom: 38px;
}
h2, .h2 {
	font-size: 28px;
}/*edited 13.08.18 end*/
.table {
	margin: 20px 0;
}
.table table {
	border-collapse: collapse;
	width: 100%;
}
.table th, .table td {
	padding: 7px 7px;
	border: 0;
	border-bottom: 1px solid #EAEAEA;
	text-align: left;
	vertical-align: top;
}
.table th {
	font-weight: bold;
	color: #000;
	border-bottom-width: 2px;
	border-bottom-color: #1891BF;
}
.table .center {
	text-align: center;
}
.table .right {
	text-align: right;
}
.accent {
	margin: 20px 0;
	position: relative;
	padding: 0 0 0 36px;
	display: block;
	font-size: 18px;
	line-height: 30px;
}
.accent:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: -2px 0;
	border-left: 5px solid #1891BF;
}
.accent.red:before, .accent.green:before {
	border-left-color: inherit;
}
.red {
	color: #E72C20;
}
.green {
	color: #82A91D;
}
.btn {
	-webkit-appearance: none;
	display: block;
	text-decoration: none!important;
	color: #fff;
	border: 0;
	margin: 0;
	font: normal 18px/21px Roboto, Helvetica, Arial, "sans-serif";
	padding: 19px 30px 20px 30px;
	box-shadow: none;
	border-radius: 3px;
	background: #1891BF;
	text-align: center;
}
.break-word {
	word-break: break-all;
}
.nowrap {
	white-space: nowrap;
}
.uppercase {
	text-transform: uppercase;
}
.image {
	text-align: center;
	margin: 39px 0;
}
.image:last-child {
	margin-bottom: 0!important;
}
.image img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.caption {
	text-align: center;
	font-size: 90%;
	font-style: italic;
	opacity: 0.5;
	margin: 12px 0 0 0;
	white-space: normal;
	text-transform: none;
}
.mainwrap {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.content {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}
.header, .footer {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.container {
	padding: 0 45px;
	max-width: 1290px;
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.header {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
.content {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.footer {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}
.header, .footer, .block, .modal, .side-menu.bg-white {
	background: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}
.header {
	position: relative;
}
.header .grid {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 86px;
}
.header .toggle-menu {
	display: none;
	position: absolute;
	width: 34px;
	height: 34px;
	top: 50%;
	left: 0;
	margin: -17px -12px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
}
.header .toggle-menu > * {
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	width: 24px;
	height: 2px;
	border-radius: 1px;
	background: #E72C20;
	margin: 5px 0 0 0;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.header .toggle-menu > *:first-child {
	margin-top: 0!important;
}
.header .toggle-menu > .pos2 {
	width: 20px;
	margin-right: 4px;
}
.open-menu .header .toggle-menu > .pos1 {
	-webkit-transform: translate3d(0, 7px, 0) rotate(-135deg);
	        transform: translate3d(0, 7px, 0) rotate(-135deg);
}
.open-menu .header .toggle-menu > .pos2 {
	opacity: 0;
}
.open-menu .header .toggle-menu > .pos3 {
	-webkit-transform: translate3d(0, -7px, 0) rotate(135deg);
	        transform: translate3d(0, -7px, 0) rotate(135deg);
}
.header .logo {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0 24px 0 0;
}
.header .logo img {
	width: auto;
	height: auto;
	max-width: 178px;
	max-height: 63px;
}
.header .logo img.small {
	display: none;
	visibility: hidden;
}
.header .name {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	font-size: 13px;
	line-height: 20px;
	color: #9B9B9B;
	margin: 0 auto 0 0;
}

.header .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-ms-flex-item-align: stretch;
	    align-self: stretch;
	margin: 0 0 0 auto;
	color: #1891BF;
}
.header .menu ul {
	list-style: none;
	margin: 0 0 0 -23px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	font-size: 15px;
	line-height: 20px;
}
.header .menu ul.for-mob {
	display: none;
}
.header .menu li:before {
	display: none;
}
.header .menu li {
	margin: 0 0 0 23px;
	padding: 0;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header .menu li > * {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header .menu li > *:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #E72C20;
	height: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header .menu li > .active:before {
	height: 3px;
}
.content {
	padding: 45px 0;
}
.main-sides {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.main-side-l {
	-webkit-box-ordinal-group: 2;		
		    -ms-flex-order: 1;		
	        order: 1;		
		width: 23.166%;		
}		
	.main-side-r {		
		-webkit-box-ordinal-group: 3;			-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;			    -ms-flex-order: 2;
	        order: 2;			        order: 2;
width: 23.166%;
}
	.main-side-r {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
		width: calc(76.834% - 28px);			width: calc(76.834% - 28px);
}
/*.main-side-l {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	width: 23.166%;
}
.main-side-r {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	width: calc(76.834% - 28px);
}*/
/*edited 13.08.18 start*/

.block {
	padding: 30px 70px;
	margin: 0 0 20px 0;
}
.side-menu {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 22px 0 32px 0;
	background: #1891BF;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
}
.side-menu a {
	color: inherit;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	text-decoration: none;
}
.side-menu a:hover, .side-menu .active {
	background: #167CA3;
	text-decoration: none;
}
.side-menu.bg-white {
	color: inherit;
}
.side-menu.bg-white a {
	color: #1891BF;
}
.side-menu.bg-white a:hover {
	background: none;
	text-decoration: underline;
}
.side-menu li {
	margin: 0;
	padding: 0;
}
.side-menu li:before {
	display: none;
}
.side-menu li > * {
	display: block;
	padding: 8px 30px;
	position: relative;
}
.side-menu li.with-icon > * {
	padding-left: 50px;
}
.side-menu li .pic {
	position: absolute;
	left: 0;
	width: 50px;
	text-align: center;
}
.side-menu li .pic .fa {
	font-size: 120%!important;
	line-height: inherit!important;
}
.side-menu.big {
	font-size: 18px;
	line-height: 21px;
	padding: 0;
}
.side-menu.big li > * {
	padding-top: 20px;
	padding-bottom: 20px;
}
/*edited 13.08.18 end*/
.slick-slide {
	outline: none;
	height: auto!important;
}
.slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.slick-dots {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 40px 0 0 0;
	padding: 0;
}
.slick-dots li > * {
	display: none;
}
.slick-dots li:before {
	display: none;
}
.slick-dots li {
	cursor: pointer;
	margin: 0 5px 0 6px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #E2E2E2;
	padding: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.slick-dots li.slick-active {
	cursor: default;
	background-color: #1891BF;
}
.slick-arrow {
	cursor: pointer;
	position: absolute;
	top: 50%;
	text-align: left;
	text-indent: -100000px;
	width: 32px;
	height: 32px;
	background: url(../img/slider-arr.svg) no-repeat 50% 50%;
	background-size: 27px auto;
	border: 0;
	margin: -16px -32px;
	z-index: 5;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
	-webkit-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}
.benefits {
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	margin: 54px -20px 50px -20px;
	padding: 38px 20px 48px 20px;
}
.benefits .slick-arrow {
	margin: -28px -16px -28px -23px;
}
.slider-benefits {
	display: -webkit-box;
		display: -ms-flexbox;			display: -ms-flexbox;
		display: flex;			display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		overflow: hidden;			overflow: hidden;
		margin: 0 -70px;			margin: -30px -70px;
		padding: 0 92px 0 96px;			padding: 0 82px 0 86px;
}
.slider-benefits.slick-initialized {
	display: block;
	margin: 0;
	padding: 0;
	overflow: visible;
}
.slider-benefits.slick-initialized .el {
	width: auto;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	opacity: 0;
}
.slider-benefits.slick-initialized .slick-active .el {
	opacity: 1;
}
.slider-benefits .slick-list {
	margin: 0 -70px;
	padding: 0 92px 0 96px;
}
.slider-benefits .slick-slide {
}
.slider-benefits .el {
	width: 50%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	padding: 30px 18px 30px 17px;
	position: relative;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	font-size: 13px;
	line-height: 20px;
	color: #9B9B9B;
}
.slider-benefits .el .pic {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 90px;
	height: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 20px 0 0;
}
.slider-benefits .el .pic img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.slider-benefits .el .big {
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	margin: 0 0 7px 0;
}
.tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 2;
	margin: 0 -2px 0 0;
}
.tabs .tab, .tab-title {
	font-weight: bold;
	font-size: 15px;
	line-height: 25px;
	color: #000000;
}
.tabs .tab {
	display: block;
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
	margin: 0 2px 0 0;
	max-width: 237px;
	text-decoration: none!important;
	text-align: left;
	cursor: pointer;
}
.tabs .tab .bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: -2px -2px 0 -2px;
	padding: 2px 2px 0 2px;
	overflow: hidden;
}
.tabs .tab .bg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 2px 2px 0 2px;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	background: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
	opacity: 0;
}
.tabs .tab.active .bg:before {
	opacity: 1;
}
.tabs .tab .text, .tab-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 61px;
	position: relative;
	padding: 0 26px;
}
.tabs .tab .text > * {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
}
.tabs .tab .text img, .tab-title img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 32px;
	height: auto;
	margin: 0 10px 0 0;
}
.tab-title {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: -18px 0 2px 0;
	padding-left: 0;
	padding-right: 0;
	display: none;
}
.download {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 23px -20px 30px 7px;
}
.download .link {
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	margin: 16px 0 0 20px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.download .link .btn {
	display: block;
	min-width: 250px;
	margin: 0 0 22px 0;
}
.download .text {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
	font-size: 18px;
}
.list-checks {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-checks li:before {
	content: '';
	position: absolute;
	top: 12.5px;
	left: 0;
	width: 32px;
	height: 32px;
	background: url(../img/check.svg) no-repeat 50% 50%;
	background-size: 100% 100%;
	margin: -16px 0;
}
.list-checks li {
	padding: 0 0 0 50px;
	margin: 16px 0 0 0;
}
.list-checks li:first-child {
	margin-top: 0!important;
}
.hidden-tab {
	display: none;
}
.hidden-tab.visible {
	display: block;
}
.block-testimonials {
	padding: 52px 54px 54px 54px;
}
.testimonials {
	margin: 24px 0 0 0;
}
.footer {
	font-size: 13px;
	line-height: 20px;
	color: #9B9B9B;
}
.footer .grid {
	height: 117px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.footer a {
	color: inherit;
}
.link-up {
	position: fixed;
	bottom: 0;
	left: 0;
	margin: 137px 20px;
	width: 60px;
	height: 60px;
	border-radius: 3px;
	background: #1891BF url(../img/arrow-up.svg) no-repeat 50% 50%;
	background-size: auto 11px;
	z-index: 90;
	-webkit-transform-origin: 0 100%;
	        transform-origin: 0 100%;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.scroll .link-up {
	-webkit-transform: scale(1);
	        transform: scale(1);
}
.share-desk {
	margin: 30px -20px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.share-desk .text {
	text-transform: none;
	font-family: "Caveat";
	font-weight: bold;
	font-size: 30px;
	margin: 0 20px 0 0;
}
.share-desk .text .red {
	color: #db493c;
	margin-right: 10px;
}
.share-desk ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
}
.share-desk li:before {
	display: none;
}
.share-desk li {
	padding: 0!important;
	margin: 0 0 0 2px!important;
}
.share-desk .ya-share2__icon {
	width: 40px!important;
	height: 40px!important;
}
.share-mob {
	display: none;
	margin: -1px -20px 0 -20px;
	padding: 0 20px 30px 20px;
	border-bottom: 1px solid #EAEAEA;
	background: #fff;
	position: relative;
}
.share-mob ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.share-mob li {
	margin: 0 1px!important;
	padding: 0!important;
}
.share-mob li:before {
	display: none;
}
.path {
	font-size: 13px;
	line-height: 20px;
	color: #9B9B9B;
	margin: -25px 0 5px 0;
}
.modal {
	width: 100%;
	margin: 0 auto;
	position: relative;
	max-width: 500px;
	padding: 30px;
}
.modal .h2:first-child {
	margin-top: 0;
}
.input {
	margin: 20px 0;
}
.submit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin: 20px 0 0 0;
}
/*edited 13.08.18 start*/
.top-download {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 30px 0;
}
.top-download:first-child {
	margin-top: 0;
}
.top-download .btn {
	min-width: 250px;
	font-size: 25px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0 20px 0 0;
}
.top-download .btn:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 24px;
	height: 24px;
	margin: -10px 0 -10px 16px;
	background: url(../img/download.svg) no-repeat 50% 50%;
	background-size: 100% 100%;
}
.share-top {
	margin: 0 -10px -10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-ms-flex-item-align: center;
	    align-self: center;
}
.share-top .text {
	text-transform: none;
	font-family: "Caveat";
	font-weight: bold;
	font-size: 30px;
	margin: 0 10px 10px 0;
}
.share-top .text .red {
	color: #db493c;
	margin-right: 10px;
}
.share-top ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 10px 10px 0;
	padding: 0;
}
.share-top li:before {
	display: none;
}
.share-top li {
	padding: 0!important;
	margin: 0 0 0 2px!important;
}
.share-top .ya-share2__icon {
	width: 40px!important;
	height: 40px!important;
}
/*edited 13.08.18 end*/
.top-links {
	/*margin: 30px 0;
	font-size: 18px;*/
	margin: 0 0 15px 0;
	font-size: 16px;	
}

.wysiwyg iframe {
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%;
	max-width: 750px;
}


/*edited 20.08.18 start*/

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-title {
	text-align: center;
	font-size: 90%;
	font-style: italic;
	margin: 6px 0;
	line-height: normal;
	padding: 0;
}
/*edited 20.08.18 start*/

/* added 25.10.18 start*/
.mfp-figure {
	position: relative;
}
.mfp-img-mobile button.mfp-close {
	display: none;
}
.mfp-figure .mfp-close {
	display: block;
	width: auto;
	left: auto;
	top: 0!important;
	margin: -20px!important;
}
.mfp-figure .mfp-close:before {
	content: '×';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.mfp-close {
	width: 32px!important;
	height: 32px!important;
	margin: 0!important;
	padding: 0!important;
	opacity: 1;
	text-align: center;
	line-height: 28px!important;
	top: 0!important;
	right: 0!important;
	background: #000!important;
	color: #fff!important;
	border: 2px solid #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
	border-radius: 50%;
	cursor: pointer!important;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: default;
}
.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
	padding: 0;
	max-height: calc(100vh - 60px)!important;
	max-width: calc(100vw - 50px)!important;
}
.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0;
}
.mfp-img-mobile .mfp-counter {
	right: 5px;
	left: 5px;
	text-align: center;
	top: -10px;
	display: none;
}
.mfp-img-mobile .mfp-bottom-bar {
	background: none;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-figure .mfp-close {
	top: 0!important;
	margin: 10px!important;
	position: absolute!important;
}
}
.item-descr {
	margin: 30px 0;
}
.item-descr .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.item-descr .l {
	width: 250px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0 16px 0 0;
}
.item-descr .l img {
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
}
.item-descr .r {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.item-descr table {
	border-collapse: collapse;
	width: calc(100% + 4px);
	margin: -2px;
}
.item-descr td {
	text-align: left;
	vertical-align: top;
	padding: 5px 10px;
	border: 2px solid #fff;
	background-color: rgba(234, 234, 234, 0.7);
	border-left-width: 0;
}
.item-descr td:nth-child(1), .item-descr td:nth-child(2) {
	background-color: rgba(234, 234, 234, 0.9);
}
.item-descr td.w0 {
	text-align: center;
	width: 1px;
	border-right-width: 0;
	padding-right: 0;
}
.item-descr .fa, .item-descr .fas, .item-descr .far {
	font-size: 120%;
	line-height: inherit;
}
.item-descr tr:nth-child(even) td {
	background-color: rgba(234, 234, 234, 0.2);
}
.item-descr tr:nth-child(even) td:nth-child(1), .item-descr tr:nth-child(even) td:nth-child(2) {
	background-color: rgba(234, 234, 234, 0.4);
}
.rating-stars {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: -1px;
	width: 100px;
	height: 25px;
}
.rating-stars input {
	position: absolute;
	-webkit-transform: scale(0);
	        transform: scale(0);
}
.rating-stars .labels, .rating-stars .stars {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.rating-stars .labels label {
	cursor: pointer;
}
.rating-stars .labels > *, .rating-stars .stars > * {
	width: 20%;
}
.rating-stars .stars > * {
	position: relative;
}
.rating-stars .stars > * > * {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	color: #1891BF;
}
.rating-stars .stars > * > *:first-child {
	opacity: 0;
}
.rating-stars .rate1 .stars > *:nth-child(1) > *:first-child, .rating-stars .rate2 .stars > *:nth-child(1) > *:first-child, .rating-stars .rate3 .stars > *:nth-child(1) > *:first-child, .rating-stars .rate4 .stars > *:nth-child(1) > *:first-child, .rating-stars .rate5 .stars > *:nth-child(1) > *:first-child, .rating-stars .rate2 .stars > *:nth-child(2) > *:first-child, .rating-stars .rate3 .stars > *:nth-child(2) > *:first-child, .rating-stars .rate4 .stars > *:nth-child(2) > *:first-child, .rating-stars .rate5 .stars > *:nth-child(2) > *:first-child, .rating-stars .rate3 .stars > *:nth-child(3) > *:first-child, .rating-stars .rate4 .stars > *:nth-child(3) > *:first-child, .rating-stars .rate5 .stars > *:nth-child(3) > *:first-child, .rating-stars .rate4 .stars > *:nth-child(4) > *:first-child, .rating-stars .rate5 .stars > *:nth-child(4) > *:first-child, .rating-stars .rate5 .stars > *:nth-child(5) > *:first-child {
	opacity: 1;
}
.rating-stars:hover .rate1 .stars > *:nth-child(1) > *:first-child, .rating-stars:hover .rate2 .stars > *:nth-child(1) > *:first-child, .rating-stars:hover .rate3 .stars > *:nth-child(1) > *:first-child, .rating-stars:hover .rate4 .stars > *:nth-child(1) > *:first-child, .rating-stars:hover .rate5 .stars > *:nth-child(1) > *:first-child, .rating-stars:hover .rate2 .stars > *:nth-child(2) > *:first-child, .rating-stars:hover .rate3 .stars > *:nth-child(2) > *:first-child, .rating-stars:hover .rate4 .stars > *:nth-child(2) > *:first-child, .rating-stars:hover .rate5 .stars > *:nth-child(2) > *:first-child, .rating-stars:hover .rate3 .stars > *:nth-child(3) > *:first-child, .rating-stars:hover .rate4 .stars > *:nth-child(3) > *:first-child, .rating-stars:hover .rate5 .stars > *:nth-child(3) > *:first-child, .rating-stars:hover .rate4 .stars > *:nth-child(4) > *:first-child, .rating-stars:hover .rate5 .stars > *:nth-child(4) > *:first-child, .rating-stars:hover .rate5 .stars > *:nth-child(5) > *:first-child {
	opacity: 0.5;
}
.rating-stars.untouch .rate1 .stars > *:nth-child(1) > *:first-child, .rating-stars.untouch .rate2 .stars > *:nth-child(1) > *:first-child, .rating-stars.untouch .rate3 .stars > *:nth-child(1) > *:first-child, .rating-stars.untouch .rate4 .stars > *:nth-child(1) > *:first-child, .rating-stars.untouch .rate5 .stars > *:nth-child(1) > *:first-child, .rating-stars.untouch .rate2 .stars > *:nth-child(2) > *:first-child, .rating-stars.untouch .rate3 .stars > *:nth-child(2) > *:first-child, .rating-stars.untouch .rate4 .stars > *:nth-child(2) > *:first-child, .rating-stars.untouch .rate5 .stars > *:nth-child(2) > *:first-child, .rating-stars.untouch .rate3 .stars > *:nth-child(3) > *:first-child, .rating-stars.untouch .rate4 .stars > *:nth-child(3) > *:first-child, .rating-stars.untouch .rate5 .stars > *:nth-child(3) > *:first-child, .rating-stars.untouch .rate4 .stars > *:nth-child(4) > *:first-child, .rating-stars.untouch .rate5 .stars > *:nth-child(4) > *:first-child, .rating-stars.untouch .rate5 .stars > *:nth-child(5) > *:first-child {
	opacity: 1;
}
.rating-stars.hover1 .stars > *:first-child > *:first-child, .rating-stars.hover2 .stars > *:nth-child(2) > *:first-child, .rating-stars.hover3 .stars > *:nth-child(3) > *:first-child, .rating-stars.hover4 .stars > *:nth-child(4) > *:first-child, .rating-stars.hover5 .stars > *:nth-child(5) > *:first-child {
	opacity: 1!important;
}
.rating-stars.untouch * {
	cursor: default;
}
.rating-stars.untouch .labels {
	display: none;
}
.item-screens {
	border: 1px solid #EAEAEA;
	background: #F7F7F7;
	margin: 30px 0;
}
.item-screens h2, .item-screens .h2 {
	margin: 0;
	padding: 30px;
}
.item-screens .scroll {
	overflow: hidden;
	overflow-x: auto;
	width: 100%;
}
.item-screens .scroll ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
	min-width: 600px;
	vertical-align: top;
	margin: 0;
	padding: 0 0 30px 30px;
}
.item-screens .scroll li {
	width: 25%;
	padding: 0 30px 0 0;
	margin: 0;
}
.item-screens .scroll li:before {
	display: none;
}
.item-screens .scroll img {
	width: 100%;
	height: auto;
}
/* added 25.10.18 end*/

.header .version {
	position:absolute;
	right:0;
	color: #db493c;
	line-height: 20px;
	font-size: 15px;
	margin: 0;
}

/*24.09.19 start*/
.btn-image {
	padding: 0!important;
	min-width: 0!important;
	background: none;
	box-shadow: none;
}
.btn-image:before, .btn-image:after {
	display: none!important;
}
.btn-image img {
	height: 60px;
	width: auto;
}
.download .link .btn {
	max-width: 250px;
}
.download .link .btn-image img {
	width: 100%;
	height: auto;
}
.top-download .btn:last-child {
	margin-right: 0!important;
}
/*24.09.19 end*/

.item-descr .link-download-image {
	margin-top: 20px;
}
.link-download-image img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.wrap-video {
	display: block;
	position: relative;
	background: #000;
}
.wrap-video img {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	opacity: 0.5;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.wrap-video:hover img {
	opacity: 0.65;
}
.wrap-video .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 90px;
	color: #fff;
	line-height: 1;
	-webkit-transform: translate3d(-50%, -50%, 0);
	        transform: translate3d(-50%, -50%, 0);
}