@charset "utf-8";

@media only screen and (max-width: 980px) {
body {
	background: #fff;
}
h1, .h1, h2, .h2, h3, h4, h5, h6 {
	font-size: 20px;
	line-height: 1.1;
}
/*edited 13.08.18 start*/

h1, .h1 {
	font-size: 25px;
	line-height: 1.16;
	margin-bottom: 18px;
}
h2, .h2 {
	font-size: 22px;
}
.content > .container > h1:first-child, .content > .container > .h1:first-child {
	margin-top: 25px;
}
/*edited 13.08.18 end*/
.image {
	margin: 30px 0 40px 0;
}
.container {
	padding: 0 20px;
}
.header {
	position: relative;
}
.header .grid {
	height: 50px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.header .logo {
	margin: 0;
}
.header .logo img {
	max-width: 102px;
	max-height: 29px;
	display: none;
	visibility: hidden;
}
.header .logo img.small {
	display: inline;
	visibility: visible;
}
.header .name {
	display: none;
}
.header .toggle-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header .menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 -20px;
	padding: 0 0 19px 0;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	z-index: 100;
	-webkit-transform-origin: 50% 0;
	        transform-origin: 50% 0;
	-webkit-transform: scale(1, 0);
	        transform: scale(1, 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);
}
.open-menu .header .menu {
	-webkit-transform: scale(1);
	        transform: scale(1);
}
.header .menu ul {
	border-top: 1px solid #EAEAEA;
	padding: 15px 0;
	margin: 0;
	display: block;
}
.header .menu li {
	margin: 1px 0 0 0;
	padding: 0;
	display: block;
}
.header .menu li:first-child {
	margin-top: 0!important;
}
.header .menu ul.for-mob {
	display: block;
}
.header .menu li > * {
	display: block;
	padding: 7px 20px;
}
.header .menu li > *:before {
	display: none;
}
.header .menu li > a:hover, .header .menu li > .active {
	color: #E72C20;
}
.content {
	padding: 0;
	margin: -5px 0;
}
.main-sides {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.main-side-l {
	width: 100%;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.main-side-r {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	width: 100%;
}
.block {
	box-shadow: none;
	background: none;
	margin: 0 -20px;
	padding: 30px 20px;
	border-bottom: 1px solid #EAEAEA;
}
.block:last-child {
	border-bottom-width: 0;
}
h1 + .main-sides .block:first-child {
	padding-top: 0;
}
.side-menu {
	display: none;
}
.slick-slide {
	outline: none;
	height: auto!important;
}
.benefits {
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	margin: 46px -20px 32px -20px;
	padding: 38px 17px 44px 20px;
}
.benefits .slick-arrow {
	margin: -16px 0;
}
/*edited 25.10.18 start*/
.slider-benefits {
	margin: -10px -17px -10px -20px;
	padding: 0;
}
.slider-benefits.slick-initialized {
	margin: 0;
	padding: 0;
}
.slider-benefits.slick-initialized .el {
	opacity: 1;
}
.slider-benefits .slick-list {
	margin: 0 -17px 0 -20px;
	padding: 0;
}
.slider-benefits .el {
	padding: 10px 17px 10px 20px;
	width: 100%;
}
/*edited 25.10.18 end*/
.tabs {
	display: none;
}
.tab-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.download {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	margin: 0 0 -1px 0;
}
.download .link {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	width: 250px;
	margin: 42px 0 0 0;
}
.download .text {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.hidden-tab {
	display: block;
	margin: 0 -20px;
	border-top: 1px solid #EAEAEA;
	padding: 30px 20px;
}
.hidden-tab:first-child {
	border-top-width: 0;
	margin-top: -30px;
}
.hidden-tab:last-child {
	margin-bottom: -30px;
}
.block-testimonials {
	padding: 30px 20px;
}
.testimonials {
	margin: 15px 0 0 0;
}
.footer {
	font-size: 13px;
	line-height: 20px;
	color: #9B9B9B;
	text-align: center;
	background: none;
	box-shadow: none;
	border-top: 1px solid #EAEAEA;
}
.footer .grid {
	height: auto;
	padding: 32px 0 33px 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.footer .grid > * {
	margin: 5px 0;
}
.link-up {
	display: none;
}
.share-desk {
	display: none;
}
.share-mob {
	display: block;
}
.path {
	margin-top: 20px;
}
.table {
	margin-left: -20px;
	margin-right: -20px;
	overflow: hidden;
	overflow-x: auto;
}
.table th:first-child, .table td:first-child {
	padding-left: 20px;
}
.table th:last-child, .table td:last-child {
	padding-right: 20px;
}
.table table {
	min-width: 375px;
}
/*edited 13.08.18 start*/
.top-download {
	margin: 20px 0 -10px 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.top-download:first-child {
	margin-top: 0;
}
.top-download .btn {
	font-size: 20px;
	margin-bottom: 20px;
}
.top-download .btn:after {
	width: 16px;
	height: 16px;
	margin-left: 10px;
}
.top-links {
	margin: 20px 0;
	font-size: inherit;
}
.share-top {
	margin-bottom: 10px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.share-top .text {
	font-size: 24px;
}
.share-top .ya-share2__icon {
	width: 24px!important;
	height: 24px!important;
}
/*edited 13.08.18 end*/
/*added 25.10.18 start*/

.item-descr {
	margin: 20px 0;
}
.item-descr .grid {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.item-descr .l {
	margin: 0 0 30px 0;
	max-width: 100%;
}
.item-descr .l img {
	margin-top: 0;
}
.item-descr .r {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.item-descr table {
	margin-left: -22px;
	margin-right: -22px;
	width: calc(100% + 44px);
}
.item-screens h2, .item-screens .h2 {
	padding: 20px;
}
.item-screens .scroll ul {
	padding: 0 0 10px 10px;
}
.item-screens .scroll li {
	padding: 0 10px 0 0;
}
/*added 25.10.18 end*/

.header .version {
	display:none;
}

}


