@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Light.woff2') format('woff2'),
        url('../fonts/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Black.woff2') format('woff2'),
        url('../fonts/ProximaNova-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*	-------------------------------------------------
	Базовые стили сайта | Base site styles
	------------------------------------------------- */
* {
	box-sizing: border-box;
}
body {
	font:normal normal 18px/1.3 'Proxima Nova', sans-serif;
	background:#FFF;
	color: #56646B;
	overflow: hidden;
}

a { color:#56646B; text-decoration:none; }
a:hover { text-decoration:none; }

p { margin-bottom:15px; }

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

input,
label,
button,
textarea {
	font-family: 'Proxima Nova', sans-serif;
}
.input input[type=text],
.input input[type=email],
.input input[type=tel] {
	background: #EFFAE9;
	border-radius: 44px;
	height: 50px;
	width: 100%;
	padding-left: 40px;
	font-size: 18px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none inside;
}
.f-right {
	float: right;
}
.f-left {
	float: left;
}
ul {
	margin: 0;
	padding: 0;
}
.image {
	display: inline-block;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
.image > img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
	clear: both;
}
.flex-container {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
}
.flex-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
    justify-content: center;
}
.flex-around {
	-webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex-align-center {
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
html.no-scroll {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}
/*	-------------------------------------------------
	Стили блоков, содержимого страниц | Other styles
	------------------------------------------------- */
.wrapper {
	width: 1480px;
	max-width: 100%;
	margin: 0 auto;
}
.block-main {
	min-height: 100vh;
	/*background: url(../images/bg-main.png) 50% 0/cover no-repeat;
	background: url(../images/gif.gif) 50% 0/cover no-repeat;
	background-color: #5FB873;
	background-blend-mode: screen;*/
	background-color: #5FB873;
	background: radial-gradient(88.61% 141.16% at 36.98% 33.7%, #3eb73e 0%, rgba(76, 182, 76, 0) 100%),
				linear-gradient(0deg, #3da755, #44d063);
	padding-bottom: 160px;
	color: #fff;
	position: relative;
}
.block-main-gif:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/gif.gif) 50% 0/cover no-repeat;
	background-color: #5FB873;
	background-blend-mode: screen;
	opacity: .4;
}
.block-main .content {
	position: relative;
	z-index: 10;
}
.block-main a {
	color: #fff;
}
.header {
	padding-top: 60px;
	margin-bottom: 100px;
	position: relative;
	z-index: 50;
}
.header .wrapper {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.header .logo {
	font-weight: bold;
	font-size: 36px;
	line-height: 0;
}
.header .lang,
.header .navigation {
	margin-top: 6px;
}
.header .navigation > ul {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
}
.header .navigation > ul > li + li {
	margin-left: 50px;
}
.header .navigation > ul > li {
	text-transform: uppercase;
	font-size: 20px;
	position: relative;
}
.header .navigation > ul > li a.with-submenu {
	position: relative;
	padding-right: 22px;
	background: url(../images/ico-arrow-down.svg) 100% 50% no-repeat;
}
.header .navigation > ul > li .submenu {
	position: absolute;
	z-index: 200;
	padding: 40px 60px;
	background: #fff;
	top: calc(100% + 20px);
	left: 50%;
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s;
	box-shadow: 0px 24px 49px rgba(0, 0, 0, 0.16);
}
.header .navigation > ul > li:hover .submenu {
	visibility: visible;
	opacity: 1;
}
.header .navigation > ul > li .submenu:before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 13px 20px 13px;
	border-color: transparent transparent #ffffff transparent;
	left: 50%;
	margin-left: -13px;
	top: -20px;
}
.header .navigation > ul > li .submenu:after {
	content: '';
	position: absolute;
	display: block;
	height: 20px;
	left: 0;
	right: 0;
	top: -20px;
}
.header .navigation > ul > li .submenu li + li {
	margin-top: 10px;
}
.header .navigation > ul > li .submenu a {
	color: #56646B;
	transition: .2s;
	text-transform: none;
	font-size: 18px;
	white-space: nowrap;
}
.header .navigation > ul > li .submenu a:hover {
	color: #5FB873;
}
.footer .lang,
.header .lang {
	padding-left: 40px;
	background: url(../images/ico-lang.svg) no-repeat;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 28px;
	position: relative;
}
.footer .lang {
	display: inline-block;
	vertical-align: middle;
	background: url(../images/ico-lang-footer.svg) 0 50% no-repeat;
	font-weight: 600;
	color: #20323C;
	font-size: 14px;
	padding-left: 25px;
	margin-left: 10px;
}
.footer .lang .sublang,
.header .lang .sublang {
	position: absolute;
	padding: 40px 60px;
	background: #fff;
	top: calc(100% + 20px);
	left: 50%;
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s;
	box-shadow: 0px 24px 49px rgba(0, 0, 0, 0.16);
}
.footer .lang .sublang {
	top: auto;
	bottom: calc(100% + 20px);
}
.footer .lang:hover .sublang,
.header .lang:hover .sublang {
	visibility: visible;
	opacity: 1;
}
.footer .lang .sublang:before,
.header .lang .sublang:before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 13px 20px 13px;
	border-color: transparent transparent #ffffff transparent;
	left: 50%;
	margin-left: -13px;
	top: -20px;
}
.footer .lang .sublang:before {
	border-width: 20px 13px 0 13px;
	border-color: #ffffff transparent transparent transparent;
	top: auto;
	bottom: -20px;
}
.footer .lang .sublang:after,
.header .lang .sublang:after {
	content: '';
	position: absolute;
	display: block;
	height: 20px;
	left: 0;
	right: 0;
	top: -20px;
}
.footer .lang .sublang li + li,
.header .lang .sublang li + li {
	margin-top: 10px;
}
.footer .lang .sublang a {
	text-transform: uppercase;
	transition: .2s;
	color: #20323C;
}
.header .lang .sublang a {
	text-transform: uppercase;
	transition: .2s;
	color: #56646B;
}
.footer .lang .sublang a:hover,
.header .lang .sublang a:hover {
	color: #5FB873;
}
.footer .lang-active,
.header .lang-active {
	display: block;
	padding-right: 22px;
	position: relative;
}
.footer .lang-active:after,
.header .lang-active:after {
	content: '';
	position: absolute;
	display: block;
	width: 12px;
	height: 7px;
	background: url(../images/ico-arrow-down.svg) no-repeat;
	top: 11px;
	right: 0;
}
.footer .lang-active:after {
	background: url(../images/ico-arrow-down-gray.svg) no-repeat;
}
.header-single span,
.header-single a {
	color: #5FB873;
}
.header-single .navigation > ul > li a.with-submenu {
    background: url(../images/ico-arrow-down-green.svg) 100% 50% no-repeat;
}
.header-single .lang-active:after {
	background: url(../images/ico-arrow-down-green.svg) no-repeat;
}
.header-single .lang {
	background: url(../images/ico-lang-green.svg) no-repeat;
}
.header-single {
	padding: 20px 0;
	margin-bottom: 65px;
	background: #fff;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 8px 27px rgba(47, 63, 82, 0.08);
}
.btn,
button.btn,
a.btn {
	display: inline-block;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	padding: 22px 50px;
	background: #FE772B;
	color: #fff;
	border-radius: 50px;
	transition: .2s;
}
.btn:hover,
button.btn:hover,
a.btn:hover {
	background: #FE902B;
}
.btn-white,
button.btn-white,
a.btn-white {
	background: #fff;
	color: #5FB873;
}
.btn-white:hover,
button.btn-white:hover,
a.btn-white:hover {
	background: #FE902B;
	color: #fff;
}
.btn-green,
button.btn-green,
a.btn-green {
	background: #4CB862;
	background: #5FB873;
}
.btn-border,
button.btn-border,
a.btn-border {
	background: transparent;
	border: 2px solid #45A659;
	color: #45A659;
}
.btn-border:hover,
button.btn-border:hover,
a.btn-border:hover {
	border: 2px solid #FE902B;
	color: #FE902B;
	background: transparent;
}
.header .buttons .btn + .btn {
	margin-left: 10px;
}
.block-main .content {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
}
.block-main .left {
	max-width: 750px;
}
.block-main h1 {
	font-weight: 600;
	font-size: 72px;
	margin-bottom: 35px;
}
.block-main h2 {
	font-size: 31px;
	font-weight: 400;
	margin-bottom: 45px;
}
.block-main .content .left ul {
	margin-bottom: 45px;
}
.block-main .content .left ul li {
	padding-left: 35px;
	background: url(../images/ico-check-green.svg) 0 9px no-repeat;
	font-size: 24px;
}
.block-main .content .left ul li + li {
	margin-top: 20px;
}
.block-main .text {
	font-size: 31px;
	margin-bottom: 45px;
}
.block-main .video {
	width: 366px;
	text-align: center;
	margin-left: 235px;
	margin-top: 165px;
}
.block-main .video .icon {
	margin: 0 auto;
	display: block;
	position: relative;
	width: 165px;
	height: 165px;
}
.block-main .video .icon div {
	width: 165px;
	height: 165px;
	background: #fff url(../images/video-play.png) calc(50% + 8px) calc(50% + 10px) no-repeat;
	border-radius: 50%;
	box-shadow: 0px 27px 46px rgba(27, 119, 47, 0.7);
	position: relative;
	z-index: 10;
}
.block-main .video .icon:before {
	content: '';
	position: absolute;
	display: block;
	width: 366px;
	height: 361px;
	background: url(../images/play-dots.png) 50% no-repeat;
	top: 50%;
	margin-top: -168px;
    left: 50%;
    margin-left: -186px;
}
.block-main .video span {
	margin-top: 85px;
	display: inline-block;
	padding-left: 48px;
	background: url(../images/ico-video.svg) no-repeat;
	font-size: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.block-forwho {
	padding: 210px 0 200px 0;
	background: #ECFAF0;
}
.block-forwho .content {
	margin: 0 -70px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.block-forwho .item {
	width: 32%;
	position: relative;
	height: 852px;
	height: 880px;
	margin-bottom: 30px;
}
.block-forwho .item .item-wrap {
	max-height: 852px;
	max-height: 880px;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	transition: .3s;
}
.block-forwho .item .item-open {
	position: absolute;
	bottom: 50px;
	left: 60px;
	z-index: 20;
	font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #969696;
}
.block-forwho .item .item-open:after {
	content: '';
    display: inline-block;
    width: 19px;
    height: 20px;
    background: url(../images/arrow-down.svg) no-repeat;
    margin-left: 7px;
	position: relative;
	top: 2px;
}
.block-forwho .item:hover .item-open {
	opacity: 0;
}
.block-forwho .item:hover .item-wrap {
	max-height: 1500px;
	overflow: visible;
	box-shadow: 0px 33px 140px rgba(0, 0, 0, 0.3);
	z-index: 20;
}
.block-forwho .item .item-wrap:before {
	content: '';
	position: absolute;
	display: block;
	background: #fff;
	box-shadow: 0px 33px 137px rgba(0, 0, 0, 0.12);
	border: 1px solid #E5F1FE;
	border-radius: 20px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: .3s;
}
.block-forwho .item:hover .item-wrap:before {
	top: -30px;
	right: -15px;
	left: -15px;
}
.block-forwho .item .item-wrap:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 266px;
	bottom: 0;
	left: 0;
	//background: linear-gradient(0deg, #FFFFFF 12.5%, rgba(255, 255, 255, 0) 97.4%);
	background: linear-gradient(0deg, #FFFFFF 43.5%, rgba(255, 255, 255, 0) 97.4%);
	transition: .3s opactiy;
	z-index: 15;
}
.block-forwho .item:hover .item-wrap:after {
	opacity: 0;
	left: -9999px;
}
.block-forwho .item .text-hidden {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 100%;
	padding: 75px 60px 60px 60px;
}
.block-forwho .item .icon {
	width: 286px;
	height: 286px;
	position: relative;
	margin: 0 auto 50px auto;
}
.block-forwho .item .icon div {
	width: 286px;
	height: 286px;
	position: relative;
	background: #ECFFF2;
	border: 1px solid #AEE0BE;
	box-sizing: border-box;
	box-shadow: 0px 40px 40px rgba(89, 186, 111, 0.4);
	border-radius: 50%;
	transition: .3s;
}
.block-forwho .item .icon:before {
	content: '';
	position: absolute;
	display: block;
	width: 412px;
	height: 389px;
	background: url(../images/green-dots.png) no-repeat;
	top: 50%;
	margin-top: -189px;
    left: 50%;
    margin-left: -208px;
}
.block-forwho .item-1 .icon div {
	background: #ECFFF2 url(../images/forwho-1.svg) 50% no-repeat;
}
.block-forwho .item-2 .icon  div{
	background: #ECFFF2 url(../images/forwho-2.svg) 50% no-repeat;
}
.block-forwho .item-3 .icon div {
	background: #ECFFF2 url(../images/forwho-3.svg) 50% no-repeat;
}
.block-forwho .item-4 .icon div {
	background: #ECFFF2 url(../images/forwho-4.svg) 50% no-repeat;
}
.block-forwho .item-5 .icon div {
	background: #ECFFF2 url(../images/forwho-5.svg) 50% no-repeat;
}
.block-forwho .item-1:hover .icon div {
	background-image: url(../images/forwho-1-h.svg);
	background-color: #5EB872;
}
.block-forwho .item-2:hover .icon div {
	background-image: url(../images/forwho-2-h.svg);
	background-color: #5EB872;
}
.block-forwho .item-3:hover .icon div {
	background-image: url(../images/forwho-3-h.svg);
	background-color: #5EB872;
}
.block-forwho .item-4:hover .icon div {
	background-image: url(../images/forwho-4-h.svg);
	background-color: #5EB872;
}
.block-forwho .item-5:hover .icon div {
	background-image: url(../images/forwho-5-h.svg);
	background-color: #5EB872;
}
.block-forwho .item .name {
	font-weight: 600;
	font-size: 28px;
	color: #202741;
	text-align: center;
	margin-bottom: 32px;
	position: relative;
}
.block-forwho .item .list {
	margin-bottom: 55px;
	position: relative;
}
.block-forwho .item .list li {
	padding-left: 46px;
	background: url(../images/ico-check-circle.svg) 0 0 no-repeat;
	line-height: 1.6;
}
.block-forwho .item .list li + li {
	margin-top: 30px;
}
.block-forwho .item .button {
	text-align: center;
}
.block-forwho .item .button .toggle {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #969696;
	position: relative;
	//padding-right: 28px;
}
.block-forwho .item .button .toggle:after {
	content: '';
	display: inline-block;
	width: 19px;
	height: 20px;
	background: url(../images/arrow-down.svg) no-repeat;
	margin-left: 5px;
	transform: rotate(180deg);
}
.block-forwho .item-banner {
	position: relative;
	padding: 160px 65px 95px 65px;
	height: 880px;
	width: 32%;
	border-radius: 20px;
	text-align: center;
	
}
.block-forwho .item-banner:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 20px;
	background: #5EB872 url(../images/forwho-form.png) 50% 0/cover no-repeat;
	transition: .2s;
}
.block-forwho .item-banner:hover:before {
	top: -30px;
	right: -15px;
	bottom: -30px;
	left: -15px;
}
.block-forwho .item-banner:hover {
	z-index: 20;
}
.block-forwho .item-banner .text {
	font-weight: bold;
	font-size: 54px;
	color: #fff;
	margin-bottom: 340px;	
}
.block-forwho .item-banner .text,
.block-forwho .item-banner .button {
	position: relative;
	z-index: 10;
}
.block-product {
	padding: 200px 0;
}
.block-product .item {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	   -webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	 -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.block-product .item + .item {
	margin-top: 200px;
}
.block-product .item .photo {
	position: relative;
	width: 50%;
	max-width: 655px;
	line-height: 0;
	margin-top: 60px;
}
.block-product .item-1 .photo:before {
	content: '';
	position: absolute;
	display: block;
	width: 703px;
	height: 703px;
	top: 50%;
	margin-top: -351px;
	left: -133px;
	border-radius: 50%;
	background: linear-gradient(0deg, #5FB873, #5FB873), 
				linear-gradient(0deg, #90DB6D, #90DB6D), 
				linear-gradient(0deg, #00D664, #00D664),
				linear-gradient(122.11deg, #20F58E -1.18%, #4CB862 75.23%),
				linear-gradient(0deg, #4CB862, #4CB862),
				radial-gradient(50% 50% at 50% 50%, #17DF88 0%, #00C294 100%);
}
.block-product .item-2 .photo:before {
	content: '';
	position: absolute;
	display: block;
	width: 703px;
	height: 703px;
	top: 50%;
	margin-top: -351px;
	right: -133px;
	border-radius: 50%;
	background: linear-gradient(0deg, #90DB6D, #90DB6D),
				linear-gradient(0deg, #00D664, #00D664), 
				linear-gradient(122.11deg, #20F58E -1.18%, #4CB862 75.23%),
				linear-gradient(0deg, #4CB862, #4CB862),
				radial-gradient(50% 50% at 50% 50%, #17DF88 0%, #00C294 100%);
}
.page-politics .block-product .item-2 .photo:before {
	background: linear-gradient(0deg, #5FB873, #5FB873),
				linear-gradient(0deg, #90DB6D, #90DB6D),
				linear-gradient(0deg, #00D664, #00D664), 
				linear-gradient(122.11deg, #20F58E -1.18%, #4CB862 75.23%),
				linear-gradient(0deg, #4CB862, #4CB862), 
				radial-gradient(50% 50% at 50% 50%, #17DF88 0%, #00C294 100%);
}
.block-product .item .photo img {
	position: relative;
	z-index: 10;
	max-width: 100%;
	height: auto;
	//box-shadow: 0px 33px 137px rgba(0, 0, 0, 0.2);
}
.block-product .item .info {
	width: 48%;
}
.block-product .item .name {
	font-weight: 600;
	font-size: 48px;
	color: #202741;
	margin-bottom: 50px;
}
.block-product .item .text {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 30px;
}
.block-product .item .text p {
	margin-bottom: 0;
}
.block-product .item .text p + p {
	margin-top: 30px;
}
.block-product .item .text a {
	color: #4AB25F;
	text-decoration: underline;
}
.block-product .item .text a:hover {
	text-decoration: none;
}
.block-product .item .text li {
	position: relative;
	padding-left: 100px;
}
.block-product .item .text li b {
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-weight: 800;
	font-size: 24px;
	text-align: center;
	color: #778996;
	border-radius: 50%;
	background: #E0EFFF;
	top: 0;
	left: 0;
}
.block-product .item .text li + li {
	margin-top: 40px;
}
.block-form-1 {
	overflow: hidden;
	background: url(../images/bg-form-1.jpg) calc(50% + 475px) 0 no-repeat;
}
.block-form-1 .left {
	padding: 243px 0;
	position: relative;
	max-width: 700px;
}
.block-form-1 .left:before {
	content: '';
	position: absolute;
	width: 1283px;
	height: 1283px;
	right: -170px;
	top: 50%;
	margin-top: -641px;
	border-radius: 0 50% 50% 0;
	background: radial-gradient(45.06% 45.06% at 91.16% 25.33%, #4CB64C 0%, rgba(76, 182, 76, 0) 100%),
				linear-gradient(0deg, #5FB873, #5FB873), linear-gradient(0deg, #00D664, #00D664), 
				linear-gradient(122.11deg, #20F58E -1.18%, #4CB862 75.23%),
				linear-gradient(0deg, #4AB25F, #4AB25F), 
				radial-gradient(50% 50% at 50% 50%, #17DF88 0%, #00C294 100%);
}
.block-form-1 .name {
	font-weight: bold;
	font-size: 64px;
	color: #fff;
	margin-bottom: 50px;
	position: relative;
	z-index: 10;
}
.block-form-1 .text {
	font-size: 24px;
	margin-bottom: 40px;
	color: #fff;
	position: relative;
	z-index: 10;
}
.block-form-1 .button {
	position: relative;
	z-index: 10;
}
.block-form-1 .button .btn + .btn {
	margin-left: 10px;
}
.block-benefits {
	padding: 185px 0 200px 0;
}
h2.title {
	font-weight: 600;
	font-size: 48px;
	text-align: center;
	margin-bottom: 50px;
	color: #202741;
}
.list-benefits {
	margin: 0 -70px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	   -webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.list-benefits .item {
	width: 32%;
	position: relative;
	height: 583px;
	border: 1px solid #AEE0BE;
	color: #fff;
	text-align: center;
	padding: 250px 90px 20px 90px;
	border-radius: 20px;
}
.list-benefits .item:after {
	content: '';
	position: absolute;
	display: block;
	left: 34px;
	right: 34px;
	bottom: 0;
	height: 85px;
	box-shadow: 0px 27px 46px rgba(95, 184, 115, 0.7);
	border-radius: 20px;
}
.list-benefits .item .name {
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 20px;
}
.list-benefits .item .text {
	line-height: 1.5;
}
.list-benefits .item-1 {
	background: url(../images/benefit-1.svg) 50% 98px no-repeat,
				url(../images/benefits.png) 50% 0 no-repeat;
	background-color: #5EB872;
}
.list-benefits .item-2 {
	background: url(../images/benefit-2.svg) 50% 100px no-repeat,
				url(../images/benefits.png) 50% 0 no-repeat;
	background-color: #5EB872;
}
.list-benefits .item-3 {
	background: url(../images/benefit-3.svg) 50% 106px no-repeat,
				url(../images/benefits.png) 50% 0 no-repeat;
	background-color: #5EB872;
}
.list-benefits .item-4 {
	background: url(../images/benefit-4.svg) 50% 106px no-repeat,
				url(../images/benefits.png) 50% 0 no-repeat;
	background-color: #5EB872;
}
.list-benefits .item-5 {
	background: url(../images/benefit-5.svg) 50% 106px no-repeat,
				url(../images/benefits.png) 50% 0 no-repeat;
	background-color: #5EB872;
}
.list-benefits .item-6 {
	background: url(../images/benefit-6.svg) 50% 106px no-repeat,
				url(../images/benefits.png) 50% 0 no-repeat;
	background-color: #5EB872;
}
.list-benefits .item-7 {
	background: url(../images/benefit-7.svg) 50% 106px no-repeat,
				url(../images/benefits.png) 50% 0 no-repeat;
	background-color: #5EB872;
}
.list-benefits .item-8 {
	background: url(../images/benefit-8.svg) 50% 106px no-repeat,
				url(../images/benefits.png) 50% 0 no-repeat;
	background-color: #5EB872;
}
.block-technologies {
	background: #ECFAF0;
	padding: 130px 0 150px 0;
}
.list-technologies {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	   -webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.list-technologies .item {
	width: 25%;
	text-align: center;
	line-height: 0;
	position: relative;
}
.list-technologies .item + .item:before {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 100px;
	background: #A7BFC5;
	left: 0;
	top: 50%;
	margin-top: -50px;
}
.list-technologies .item:first-child {
	text-align: left;
}
.block-about {
	padding: 200px 0;
}
.block-about .content {
	margin: 0 -70px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	   -webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.block-about .video {
	width: 60%;
	max-width: 887px;
	line-height: 0;
	position: relative;
}
.block-video .video {
	line-height: 0;
	position: relative;
	margin: 0 auto;
}
.block-video {
	padding: 80px 0;
}
.block-video .video img,
.block-about .video img {
	max-width: 100%;
	height: auto;
}
.block-video .video:after,
.block-about .video:after {
	content: '';
	display: block;
	position: absolute;
	left: 66px;
	right: 66px;
	height: 410px;
	box-shadow: 0px 27px 46px rgba(95, 184, 115, 0.7);
	border-radius: 20px;
	bottom: 0;
}
.block-video .video a,
.block-about .video a {
	line-height: 0;
	display: block;
	position: relative;
	z-index: 10;
}
.block-video .video span,
.block-about .video span {
	position: absolute;
	bottom: 48px;
	left: 47px;
    display: block;
    padding-left: 48px;
    background: url(../images/ico-video.svg) no-repeat;
    font-size: 22px;
    padding-bottom: 2px;
	line-height: 1.3;
	color: #fff;
}
.block-video .video i,
.block-about .video i {
	display: block;
	font-style: normal;
	width: 165px;
    height: 165px;
    background: #fff url(../images/video-play.png) calc(50% + 8px) calc(50% + 10px) no-repeat;
    border-radius: 50%;
    box-shadow: 0px 27px 46px rgba(27, 119, 47, 0.7);
    position: absolute;
	top: 50%;
	margin-top: -82px;
	left: 50%;
	margin-left: -82px;
    z-index: 10;
}
.block-video .video i:before,
.block-about .video i:before {
    content: '';
    position: absolute;
    display: block;
    width: 366px;
    height: 361px;
    background: url(../images/play-dots.png) 50% no-repeat;
    top: 50%;
    margin-top: -168px;
    left: 50%;
    margin-left: -186px;
}
.block-about .right {
	width: 40%;
	max-width: 560px;
}
.block-about .name {
	font-weight: 600;
	font-size: 48px;
	color: #202741;
	margin-bottom: 50px;
}
.block-about .text p {
	margin-bottom: 0;
	line-height: 1.7;
	font-size: 24px;
}
.block-about .text p + p {
	margin-top: 30px;
}
.block-about .video {
	position: relative;
}
.block-form-2 {
	background: radial-gradient(45.06% 45.06% at 91.16% 25.33%, #4CB64C 0%, rgba(76, 182, 76, 0) 100%), #5FB873;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.block-form-2:after {
	content: '';
	position: absolute;
	display: block;
	width: 917px;
	height: 950px;
	background: url(../images/bg-form-2.png) no-repeat;
	right: 0;
	top: 0;
}
.block-form-2 .left {
	padding: 337px 0;
}
.block-form-2 .name {
	font-weight: bold;
	font-size: 64px;
	margin-bottom: 50px;
}
.block-form-2 .text {
	font-size: 30px;
	margin-bottom: 40px;
}
.block-form-2 .button .btn + .btn {
	margin-left: 10px;
}
.block-blog {
	padding: 180px 0 250px 0;
}
.slider-blog {
	//margin: 0 -70px;
}
.slider-blog .item {
	max-width: 520px;
	margin: 0 auto;
	padding-bottom: 65px;
	background: #FFFFFF;
	border: 1px solid #E5F1FE;
	border-radius: 20px;
}
.slider-blog .item .photo {
	margin-bottom: 55px;
}
.slider-blog .item .photo img {
	max-width: 100%;
	height: auto;
	border-radius: 20px 20px 0 0;
}
.slider-blog .item .date {
	font-weight: 300;
	font-size: 14px;
	color: #82A8D0;
	margin-bottom: 15px;
	padding: 0 70px;
}
.slider-blog .item .name {
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 35px;
	color: #202741;
	padding: 0 70px;
}
.slider-blog .item .text {
	margin-bottom: 40px;
	padding: 0 70px;
}
.slider-blog .item .button {
	padding: 0 70px;
}
.slider-blog .item .link {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #969696;
	padding-right: 30px;
	background: url(../images/arrow-right.svg) 100% 50% no-repeat;
}
.slider-blog .slick-slide .item {
	box-shadow: none;
	transition: box-shadow 0.1s ease-in-out;
}
.slider-blog .slick-slide.slick-active .item {
	box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.12);
}
.slider-blog .slick-list {
  overflow: visible;
}
.slider-blog-wrap {
	margin: 0 -140px;
	overflow: hidden;
	padding-bottom: 85px;
	position: relative;
}
.slider-blog .slick-slide div {
	transition: .2s;
}
.slider-blog .slick-active > div {
	padding-left: 70px;
}
.slider-blog .slick-active + .slick-active > div {
	padding-left: 35px;
    padding-right: 35px;
}
.slider-blog .slick-active + .slick-active + .slick-active > div {
	padding-left: 0;
	padding-right: 70px;
}
.block-blog .button {
	text-align: center;
}
.slider-blog-container {
	position: relative;
	margin: 0 -140px;
	padding: 0 140px;
}
.slick-arrow {
	position: absolute;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	top: 50%;
	margin-top: -35px;
	cursor: pointer;
	font-size: 0;
	z-index: 20;
	transition: .2s;
}
.slick-prev {
	left: -38px;
	background: #DDEDFF url(../images/slider-prev.svg) 50% no-repeat;
}
.slick-next {
	right: -38px;
	background: #DDEDFF url(../images/slider-next.svg) 50% no-repeat;
}
.slick-arrow:hover {
	background-color: #8AA5C1;
}
.slick-arrow.slick-disabled {
	opacity: 0;
}
.slick-dots {
	text-align: center;
}
.slick-dots li {
	margin: 0 9px;
	display: inline-block;
	vertical-align: middle;
}
.slick-dots li button {
	width: 10px;
	height: 10px;
	background: #8AA5C1;
	border-radius: 50%;
	font-size: 0;
}
.slick-dots li.slick-active button {
	width: 16px;
	height: 16px;
	background: #5FB873;
}
.block-subscribe {
	color: #fff;
	position: relative;
	padding: 126px 0 115px 0;
	background: radial-gradient(45.06% 45.06% at 91.16% 25.33%, #4CB64C 0%, rgba(76, 182, 76, 0) 100%),
				linear-gradient(0deg, #5FB873, #5FB873), linear-gradient(0deg, #00D664, #00D664),
				linear-gradient(153.52deg, #20F58E -1.18%, #4CB862 75.23%), 
				linear-gradient(0deg, #4AB25F, #4AB25F), 
				linear-gradient(0deg, #4AB25F, #4AB25F), 
				radial-gradient(50% 50% at 50% 50%, #17DF88 0%, #00C294 100%), #E8E8E8;
}
.block-subscribe:before {
	content: '';
	position: absolute;
	display: block;
	width: 1035px;
	height: 608px;
	background: url(../images/subscribe-decor.png) no-repeat;
	top: 0;
	left: 0;
}
.block-subscribe .right {
	max-width: 762px;
}
.block-subscribe .name {
	font-weight: 600;
	font-size: 48px;
	margin-bottom: 40px;
}
.block-subscribe .text {
	margin-bottom: 40px;
	font-size: 30px;
}
.block-subscribe .wrapper {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.block-subscribe .right {
	position: relative;
}
.block-subscribe .right:before {
	content: '';
	position: absolute;
	display: block;
	width: 413px;
	height: 714px;
	background: url(../images/photo-mobile.png) no-repeat;
	left: -533px;
	top: -174px;
}
.footer {
	padding-top: 250px;
}
.footer-white {
	background: #fff;
}
.footer .footer-top {
	margin-bottom: 75px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	   -webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer .links {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
}
.footer .links .col + .col {
	margin-left: 85px;
}
.footer .links .col .name {
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 35px;
	color: #20323C;
}
.footer .links .col a {
	color: #82A8D0;
}
.footer .links .col a:hover {
	color: #5FB873;
}
.footer .links .col li + li {
	margin-top: 20px;
}
.footer .links .col .address {
	max-width: 230px;
	position: relative;
	color: #82A8D0;
	line-height: 1.8;
}
.footer .links .col .address:before {
	content: '';
	position: absolute;
	display: block;
	width: 17px;
	height: 20px;
	background: url(../images/ico-address.svg) no-repeat;
	top: 0;
	left: -25px;
}
.footer .subscribe {
	width: 518px;
	text-align: right;
}
.footer .subscribe form {
	position: relative;
}
.footer .subscribe b {
	display: block;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
	color: #20323C;
}
.footer .subscribe input {
	width: 100%;
	background: #DDEDFF;
	border-radius: 44px;
	padding-left: 45px;
	padding-right: 215px;
	height: 60px;
	font-size: 16px;
}
.footer .subscribe .btn-subscribe {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding: 23px 50px;
	background: #24243B;
	border-radius: 47px;
}
.footer-social {
	text-align: center;
	padding-bottom: 45px;
	border-bottom: 2px solid #DDEDFF;
}
.footer-social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 7px;
	transition: .2s;
	position: relative;
	top: 0;
	box-shadow: none;
}
.footer-social a:hover {
	top: -10px;
	box-shadow: 0px 8px 18px rgba(14, 212, 141, 0.4);
}
.footer-social a.soc-insta {
	background: url(../images/soc-insta.svg) no-repeat;
}
.footer-social a.soc-tw {
	background: url(../images/soc-tw.svg) no-repeat;
}
.footer-social a.soc-fb {
	background: url(../images/soc-fb.svg) no-repeat;
}
.footer-social a.soc-ytb {
	background: url(../images/soc-ytb.svg) no-repeat;
}
.footer-social a.soc-in {
	background: url(../images/soc-in.svg) no-repeat;
}
.footer-social a.soc-insta:hover {
	background: url(../images/soc-insta-h.svg) no-repeat;
}
.footer-social a.soc-tw:hover {
	background: url(../images/soc-tw-h.svg) no-repeat;
}
.footer-social a.soc-fb:hover {
	background: url(../images/soc-fb-h.svg) no-repeat;
}
.footer-social a.soc-ytb:hover {
	background: url(../images/soc-ytb-h.svg) no-repeat;
}
.footer-social a.soc-in:hover {
	background: url(../images/soc-in-h.svg) no-repeat;
}
.footer-bottom {
	padding: 45px 0;
	color: #82A8D0;
	font-size: 12px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	   -webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.footer-bottom a {
	color: #82A8D0;
	transition: .2s;
}
.footer-bottom .center {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
    justify-content: center;
}
.footer-bottom .center a {
	margin: 0 20px;
}
.footer-bottom a:hover {
	color: #5FB873;
}
#scroll-to-top {
	display: none;
	z-index: 100;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: fixed;
	left: calc(50% + 770px);
	bottom: 30px;
	background: #fff url(../images/scroll-up.svg) 50% calc(50% - 3px) no-repeat;
	border: 1px solid #E5F1FE;
	box-shadow: 0px 24px 49px rgba(0, 0, 0, 0.16);
}
.subscribe-banner {
	padding: 16px 0;
	border-bottom: 1px solid #56b760;
	background: #fff;
}
.subscribe-banner .wrapper {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.subscribe-banner .text {
	color: #6F9EB8;
	font-size: 16px;
	margin-right: 45px;
}
.subscribe-banner .text b {
	font-weight: 400;
	color: #5CB06F;
}
.subscribe-banner form {
	position: relative;
}
.subscribe-banner input[type=email] {
	width: 383px;
	height: 40px;
	padding-left: 27px;
	font-size: 14px;
	border-radius: 58px;
	background: #E0F1E5;
}
.subscribe-banner .btn-subscribe {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding: 13px 22px;
	background: #5FB873;
	border-radius: 47px;
	transition: .2s;
}
.subscribe-banner .btn-subscribe:hover {
	background: #FE902B;
	color: #fff;
}
.subscribe-banner .close {
	width: 18px;
	height: 18px;
	background: url(../images/ico-close.svg) no-repeat;
	position: absolute;
	top: 27px;
	right: 27px;
	cursor: pointer;
}
.block-forwho-mob {
	display: none;
}
.toggle-menu {
	display: none;
    width: 30px;
    height: 48px;
    cursor: pointer;
    position: relative;
	float: right;
	z-index: 990;
}
.toggle-menu span {
    position: absolute;
    height: 4px;
    background: #fff;
    top: 50%;
    margin-top: -2px;
    left: 8px;
    right: 0;
    transition: .2s;
}
.toggle-menu span:before,
.toggle-menu span:after {
    content: '';
    position: absolute;
    left: -8px;
    right: 0;
    height: 4px;
    background: #fff;
    -webkit-transition-duration: .2s, .2s;
    -moz-transition-duration: .2s, .2s;
    -o-transition-duration: .2s, .2s;
    transition-duration: .2s, .2s;
    -webkit-transition-delay: .2s, 0s;
    -o-transition-delay: .2s, 0s;
    -moz-transition-delay: .2s, 0s;
    transition-delay: .2s, 0s;
}
.toggle-menu span:before {
    top: -12px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}
.toggle-menu span:after {
    bottom: -12px;
    transition-property: bottom, transform;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}
.toggle-menu.open span {
    background: transparent;
}
.toggle-menu.open span:before {
    top: 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, .2s;
    -o-transition-delay: 0s, .2s;
    -moz-transition-delay: 0s, .2s;
    transition-delay: 0s, .2s;
}
.toggle-menu.open  span:after {
    bottom: 0;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, .2s;
    -o-transition-delay: 0s, .2s;
    -moz-transition-delay: 0s, .2s;
    transition-delay: 0s, .2s;
}
.mobile-menu {
	position: fixed;
	//position: absolute;
	z-index: 999;
	color: #fff;
	width: 100%;
	//height: 100%;
	overflow: auto;
	left: 0;
	background: #5EB872 url(../images/bg-mob-menu.png) 50% 0/cover no-repeat;
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: transform .4s;
}
.mobile-menu-wrap {
	padding: 64px 100px;
}
.mobile-menu .mob-navigation {
	margin-bottom: 50px;
}
.mobile-menu .mob-navigation a {
	font-weight: 600;
	font-size: 36px;
	text-transform: uppercase;
	color: #fff;
}
.mobile-menu .mob-navigation a.with-submenu {
    position: relative;
    padding-right: 45px;
}
.mobile-menu .mob-navigation a.with-submenu:after {
	content: '';
	position: absolute;
	display: block;
	width: 20px;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../images/ico-arrow-down.svg) 0 50%/100% auto no-repeat;
	transition: .2s;
}
.mobile-menu .mob-navigation a.with-submenu.open:after {
	transform: rotate(180deg);
}
.mobile-menu .mob-navigation > ul > li + li {
	margin-top: 35px;
}
.mobile-menu .mob-navigation li ul {
	margin-left: 20px;
	display: none;
}
.mobile-menu .mob-navigation li ul li {
	margin-top: 20px;
}
.mobile-menu .mob-navigation li ul li a {
	text-transform: none;
	font-size: 24px;
	font-weight: 400;
}
.mobile-menu.open {
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.header .logo,
.header {
	transition: .2s;
}
.header.menu-open {
	background: #fff;
	color: #5EB872;
	padding-top: 15px;
	padding-bottom: 15px;
}
.header.menu-open .logo a {
	color: #5EB872;
}
.header-single .toggle-menu span,
.header-single .toggle-menu span:before,
.header-single .toggle-menu span:after,
.header-fixed .toggle-menu span,
.header-fixed .toggle-menu span:before,
.header-fixed .toggle-menu span:after,
.header.menu-open .toggle-menu span:before,
.header.menu-open .toggle-menu span:after {
	background: #5EB872;
}
.header-single .toggle-menu.open span,
.header-fixed .toggle-menu.open span {
    background: transparent;
}
.header.menu-open .btn-white {
	border: 2px solid #5EB872;
}
.header.menu-open .btn-white:hover {
	background: #5EB872;
	color: #fff;
}


.header-fixed {
	background: #fff;
	box-shadow: 0px -6px 105px rgba(0, 0, 0, 0.3);
	color: #5EB872;
	padding: 15px 0;
	position: fixed;
	width: 100%;
	top: 0;
	left: -9999px;
	opacity: 0;
	transition: opacity .2s;
	z-index: 100;
}
.header-fixed.active {
	opacity: 1;
	left: 0;
}
.header-fixed .logo a {
	color: #5EB872;
}
.header-fixed .navigation a {
	color: #5EB872;
}
.header-fixed .navigation ul li a.with-submenu {
	background: url(../images/ico-arrow-down-green.svg) 100% 50% no-repeat;
}
.header-fixed .btn-white {
	border: 2px solid #5EB872;
}
.header-fixed .btn-white:hover {
	background: #5EB872;
	color: #fff;
}
.header-fixed .navigation > ul > li .submenu {
	top: calc(100% + 40px);
	top: calc(100% + 53px);
}
.header-fixed .navigation > ul > li .submenu:after {
	height: 53px;
	top: -53px;
}
.modal-video {
	max-width: 1244px;
	background: none;
	padding: 0;
}
.modal-video .video-wrap {
	height: 700px;
	margin-bottom: 60px;
}
.page-politics .block-main {
	background: radial-gradient(88.61% 141.16% at 36.98% 33.7%, #4CB64C 0%, rgba(76, 182, 76, 0) 100%),
				url(../images/bg-politics-main-1.png),
				linear-gradient(0deg, #5FB873, #5FB873), #F1F8F3;
	background-position: 50% 0;
	background-size: cover;
	position: relative;
}
.page-politics .block-main .wrapper {
	position: relative;
	//z-index: 10;
}
.page-politics .header {
	margin-bottom: 50px;
}
.breadcrumbs {
	color: #fff;
	margin: 0 -10px 100px -10px;
}
.breadcrumbs span,
.breadcrumbs a {
	color: rgba(255, 255, 255, .4);
	margin: 0 10px;
	transition: .2s;
}
.breadcrumbs a:first-child {
	margin-left: 0;
}
.breadcrumbs a:hover {
	color: #fff;
}
.breadcrumbs-single {
	color: #7A9197;
	margin-bottom: 65px;
}
.breadcrumbs-single span,
.breadcrumbs-single a {
	color: rgba(138, 165, 193, .4);
}
.breadcrumbs-single  a:hover {
	color: #5FB873;
}
.page-inside .block-main .content,
.page-politics .block-main .content {
	text-align: center;
	display: block;
	max-width: 850px;
	margin: 0 auto;
}
.page-inside .block-main h1,
.page-politics .block-main h1 {
	font-weight: 300;
	font-size: 56px;
	margin-bottom: 50px;
}
.page-inside .block-main h1 b,
.page-politics .block-main h1 b {
	font-weight: 600;
}
.page-inside .block-main h2,
.page-politics .block-main h2 {
	font-size: 24px;
	margin-bottom: 65px;
}
.page-politics .block-main .button .btn + .btn {
	margin-left: 20px;
}
.page-politics .block-product .info li {
	padding-left: 55px;
	min-height: 30px;
	background: url(../images/ico-check-circle.svg) 0 3px no-repeat;
}
.block-example {
	background: #ECFAF0;
	padding: 180px 0 80px 0;
}
.list-example {
	max-width: 1300px;
	margin: 0 auto;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	   -webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.list-example .item {
	width: 30%;
	max-width: 411px;
	text-align: center;
	margin-bottom: 100px;
}
.list-example .item .icon {
	margin: 0 auto 60px auto;
	position: relative;
	transition: .2s;
}
.list-example .item .icon:before {
    content: '';
    position: absolute;
    display: block;
    width: 412px;
    height: 389px;
    background: url(../images/green-dots.png) no-repeat;
    top: 50%;
    margin-top: -189px;
    left: 50%;
    margin-left: -208px;
	transition: .5s;
}
.list-example .item .icon div {
	width: 286px;
	height: 286px;
	margin: 0 auto;
	z-index: 10;
	border-radius: 50%;
	position: relative;
	/*border: 1px solid #AEE0BE;
	box-shadow: 0px 40px 40px rgba(89, 186, 111, 0.4);
	transition: .2s;*/
}
.list-example .item .icon div:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #AEE0BE;
	transition: .2s;
	box-shadow: 0px 40px 40px rgba(89, 186, 111, 0.4);
}
.list-example .item .icon:hover div:after {
	top: -15px;
	right: -15px;
	bottom: -15px;
	left: -15px;
}
.list-example .item .icon div:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	border-radius: 50%;
}
.list-example .item-1 .icon div:before {
	background: url(../images/example-1.svg) 50% no-repeat;
}
.list-example .item-2 .icon div:before {
	background: url(../images/example-2.svg) 50% no-repeat;
}
.list-example .item-3 .icon div:before {
	background: url(../images/example-3.svg) 50% no-repeat;
}
.list-example .item-4 .icon div:before {
	background: url(../images/example-4.svg) 50% no-repeat;
}
.list-example .item-5 .icon div:before {
	background: url(../images/example-5.svg) 50% no-repeat;
}
.list-example .item-6 .icon div:before {
	background: url(../images/example-6.svg) 50% no-repeat;
}
.list-example .item-5 .icon div:after,
.list-example .item-3 .icon div:after,
.list-example .item-1 .icon div:after {
	background: #fff;
}
.list-example .item-6 .icon div:after,
.list-example .item-4 .icon div:after,
.list-example .item-2 .icon div:after {
	background: #5EB872;
}
.block-opportunities {
	padding: 190px 0;
}
.block-opportunities .content {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	   -webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.block-opportunities .info {
	max-width: 763px;
	width: 42%;
}
.block-opportunities .photo {
    position: relative;
    width: 50%;
    max-width: 655px;
    line-height: 0;
    margin-top: 130px;
}
.block-opportunities .photo:before {
    content: '';
    position: absolute;
    display: block;
    width: 703px;
    height: 703px;
    top: 50%;
    margin-top: -351px;
    left: -133px;
    border-radius: 50%;
    background: linear-gradient(0deg, #5FB873, #5FB873), linear-gradient(0deg, #90DB6D, #90DB6D), linear-gradient(0deg, #00D664, #00D664), linear-gradient(122.11deg, #20F58E -1.18%, #4CB862 75.23%), linear-gradient(0deg, #4CB862, #4CB862), radial-gradient(50% 50% at 50% 50%, #17DF88 0%, #00C294 100%);
}
.block-opportunities .photo img {
    position: relative;
    z-index: 10;
    max-width: 100%;
    height: auto;
    box-shadow: 0px 33px 137px rgba(0, 0, 0, 0.2);
}
.block-opportunities .info .item {
	font-size: 31px;
	position: relative;
	transition: .2s;
}
.block-opportunities .info .item-wrap {
	position: relative;
	z-index: 10;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.block-opportunities .info .num {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #778996;
	font-weight: 800;
	font-size: 24px;
	background: #E0EFFF;
	text-align: center;
	line-height: 60px;
	margin-right: 40px;
	transition: .2s;
}
.block-opportunities .info .text {
	width: calc(100% - 100px);
}
.block-opportunities .info .item {
	margin-bottom: 90px;
}
.block-opportunities .info .item:before {
	content: '';
	position: absolute;
	display: block;
	top: -80px;
	right: -80px;
	bottom: -80px;
	left: -80px;
	background: url(../images/arrow-left.svg) 32px 50% no-repeat,
				linear-gradient(0deg, #FE772B, #FE772B);
	box-shadow: 0px 33px 137px rgba(0, 0, 0, 0.12);
	border-radius: 20px;
	opacity: 0;
	transition: .4s;
}
.block-opportunities .info .item:hover:before {
	opacity: 1;
}
.block-opportunities .info .item:hover {
	color: #fff;
}
.block-opportunities .info .item:hover .num {
	color: #FE772B;
	background: #fff;
}
.block-dialog-politics {
	background: #ECFAF0;
}
.block-dialog-politics .content {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	   -webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.block-dialog-politics .info {
	max-width: 593px;
}
.block-dialog-politics .info li {
	padding-left: 55px;
	background: url(../images/ico-check-circle.svg) 0 3px no-repeat;
	font-size: 24px;
	line-height: 1.7;
}
.block-dialog-politics .info li + li {
	margin-top: 50px;
}
.block-dialog-politics .video {
	width: 100%;
}
.block-dialog-politics .button {
	text-align: center;
	margin-top: 50px;
}
.block-system {
	padding: 190px 0;
}
.block-system .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
   -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.block-system .photo {
	position: relative;
    width: 50%;
    max-width: 655px;
    line-height: 0;
    margin-top: 130px;
}
.block-system .photo:before {
    content: '';
    position: absolute;
    display: block;
    width: 703px;
    height: 703px;
    top: 50%;
    margin-top: -351px;
    left: -133px;
    border-radius: 50%;
    background: linear-gradient(0deg, #5FB873, #5FB873), linear-gradient(0deg, #90DB6D, #90DB6D), linear-gradient(0deg, #00D664, #00D664), linear-gradient(122.11deg, #20F58E -1.18%, #4CB862 75.23%), linear-gradient(0deg, #4CB862, #4CB862), radial-gradient(50% 50% at 50% 50%, #17DF88 0%, #00C294 100%);
}
.block-system .photo img {
    position: relative;
    z-index: 10;
    max-width: 100%;
    height: auto;
    box-shadow: 0px 33px 137px rgba(0, 0, 0, 0.2);
}
.block-system .info {
    width: 48%;
}
.block-system .name {
	font-weight: 600;
    font-size: 48px;
    color: #202741;
    margin-bottom: 50px;
}
.block-system .text {
	font-size: 24px;
}
.block-system .text p {
	margin-bottom: 50px;
}
.block-system .text ul {
	margin-bottom: 50px;
}
.block-system .text li {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.block-system .text li .num {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #778996;
    font-weight: 800;
    font-size: 24px;
    background: #E0EFFF;
    text-align: center;
    line-height: 60px;
    margin-right: 40px;
}
.block-system .text li .li-text {
	width: calc(100% - 100px);
	line-height: 1.5;
}
.block-system .text li + li {
	margin-top: 50px;
}
.slider-product {
	//box-shadow: 0px 33px 137px rgba(0, 0, 0, 0.2);
}
.slider-product .slick-prev {
	left: -95px;
}
.slider-product .slick-next {
	right: -95px;
}
.block-product-slider .item .info {
	max-width: 655px;
}
.block-product-slider .content {
	margin: 0 -50px;
}
.slider-product .slick-dots {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -50px;
}
.slider-product .slick-dots button {
	background: #fff;
}
.slider-product .slick-dots .slick-active button {
	background: #FE772B;
}
.block-product-slider .button .btn + .btn {
	margin-left: 20px;
}
.block-subscribe-2 {
	position: relative;
	background: radial-gradient(45.06% 45.06% at 91.16% 25.33%, #4CB64C 0%, rgba(76, 182, 76, 0) 100%),
				linear-gradient(0deg, #5FB873, #5FB873), 
				linear-gradient(0deg, #00D664, #00D664), 
				linear-gradient(153.53deg, #20F58E -1.18%, #4CB862 75.23%), 
				linear-gradient(0deg, #4AB25F, #4AB25F), 
				linear-gradient(0deg, #4AB25F, #4AB25F), 
				radial-gradient(50% 50% at 50% 50%, #17DF88 0%, #00C294 100%), #E8E8E8;
	padding: 125px 0;
}
.block-subscribe-2 .left {
	max-width: 655px;
	color: #fff;
	position: relative;
}
.block-subscribe-2 .name {
	font-weight: bold;
	font-size: 48px;
	margin-bottom: 50px;
}
.block-subscribe-2 .text {
	font-size: 30px;
	margin-bottom: 50px;
}
.block-subscribe-2 .left:before {
    content: '';
    position: absolute;
    display: block;
    width: 631px;
    height: 714px;
    background: url(../images/photo-subscribe.png) no-repeat;
    right: -645px;
    top: -174px;
}
.block-subscribe-2:before {
    content: '';
    position: absolute;
    display: block;
    width: 1283px;
    height: 614px;
    background: url(../images/bg-subscribe.png) 0 -256px no-repeat;
    top: 0;
    right: -75px;
}
.page-polittechnolog .block-main {
    background: radial-gradient(88.61% 141.16% at 36.98% 33.7%, #4CB64C 0%, rgba(76, 182, 76, 0) 100%), url(../images/bg-polittechnolog-main-1.png), linear-gradient(0deg, #5FB873, #5FB873), #F1F8F3;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
}
.page-polittechnolog .block-product .item {
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.page-polittechnolog .block-opportunities {
	background: #ECFAF0;
}
.page-polittechnolog .block-opportunities .photo {
    position: relative;
    width: 50%;
    max-width: 655px;
    line-height: 0;
	margin-top: 0;
}
.page-polittechnolog .block-opportunities .photo:before {
    content: '';
    position: absolute;
    display: block;
    width: 703px;
    height: 703px;
    top: 50%;
    margin-top: -351px;
    right: -133px;
	left: auto;
    border-radius: 50%;
    background: linear-gradient(0deg, #90DB6D, #90DB6D), linear-gradient(0deg, #00D664, #00D664), linear-gradient(122.11deg, #20F58E -1.18%, #4CB862 75.23%), linear-gradient(0deg, #4CB862, #4CB862), radial-gradient(50% 50% at 50% 50%, #17DF88 0%, #00C294 100%);
}
.page-polittechnolog .block-opportunities .info .item:before {
	background: url(../images/arrow-right-1.svg) calc(100% - 32px) 50% no-repeat,
				linear-gradient(0deg, #FE772B, #FE772B);
}
.page-polittechnolog .block-opportunities .content {
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.page-polittechnolog .block-system .photo {
	margin-top: 0;
}
.page-polittechnolog .block-system .text li {
	-webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.block-system .text li .num {
	margin-top: -10px;
}
.block-video-1 {
	padding: 190px 0 200px 0;
	background: #ECFAF0;
}
.block-video-1 .video {
	margin: 0 auto 100px auto;
}
.block-video-1 .text {
	column-width: 50%;
	column-count: 2;
	column-gap: 135px;
	margin-bottom: 40px;
}
.block-video-1 .button {
	text-align: center;
}
.page-product .block-main,
.page-articles .block-main,
.page-blog .block-main,
.page-price .block-main,
.page-reshenie .block-main {
	background: radial-gradient(88.61% 141.16% at 36.98% 33.7%, #4CB64C 0%, rgba(76, 182, 76, 0) 100%),
				url(../images/bg-reshenie.png), linear-gradient(0deg, #5FB873, #5FB873), #F1F8F3;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
}
.page-subscribe .block-main {
	background: radial-gradient(88.61% 141.16% at 36.98% 33.7%, #4CB64C 0%, rgba(76, 182, 76, 0) 100%),
				url(../images/bg-subscribe-page.png), linear-gradient(0deg, #5FB873, #5FB873), #F1F8F3;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
}
.block-reshenie {
	padding: 100px 0;
	background: #ECFAF0;
}
.block-reshenie .content {
	max-width: 1050px;
	margin: 0 auto;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.block-reshenie .item {
	width: 48.5%;
	padding: 150px 50px 115px 50px;
	background: #fff;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	transition: .2s;
}
.block-reshenie .item:hover {
	box-shadow: 0px 33px 140px rgba(0, 0, 0, 0.3);
}
.block-reshenie .item:before {
	content: '';
	position: absolute;
	display: block;
	width: 680px;
	height: 680px;
	background: #90DB6D;
	opacity: .15;
	border-radius: 50%;
}
.block-reshenie .item-1:before {
	bottom: -320px;
    right: -50px;
}
.block-reshenie .item-2:before {
	top: -320px;
    right: -340px;
}
.block-reshenie .item-3:before {
	top: 15px;
    right: -480px;
}
.block-reshenie .item-4:before {
	top: -195px;
    left: -455px;
}
.block-reshenie .item-5:before {
	bottom: -195px;
    left: -455px;
}
.block-reshenie .item .button {
	text-align: center;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
}
.block-reshenie .item-1 .button {
	text-align: left;
	position: static;
}
.block-reshenie .item + .item {
	margin-top: 40px;
}
.block-reshenie .item .name {
	font-weight: 600;
	font-size: 40px;
	color: #202741;
	margin-bottom: 30px;
}
.block-reshenie .item ul {
	margin-bottom: 50px;
}
.block-reshenie .item-1 .name {
	margin-bottom: 50px;
}
.block-reshenie .item-1 {
	width: 100%;
	padding: 50px 60px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.block-reshenie .item-1 ul {
	margin-bottom: 0;
}
.block-reshenie .item-1 .right,
.block-reshenie .item-1 .left {
	width: 50%;
}
.block-reshenie .item-1 .left {
	padding-top: 128px;
	background: url(../images/reshenie-1.svg) 0 0 no-repeat;
}
.block-reshenie .item li {
	font-size: 24px;
	padding-left: 45px;
	background: url(../images/ico-check-circle.svg) 0 4px no-repeat;
}
.block-reshenie .item li + li {
	margin-top: 25px;
}
.block-reshenie .item-2 {
	background: #fff url(../images/reshenie-2.svg) 50px 50px no-repeat;
}
.block-reshenie .item-3 {
	background: #fff url(../images/reshenie-3.svg) 50px 50px no-repeat;
}
.block-reshenie .item-4 {
	background: #fff url(../images/reshenie-4.svg) 50px 50px no-repeat;
}
.block-reshenie .item-5 {
	background: #fff url(../images/reshenie-5.svg) 50px 50px no-repeat;
}
.block-reshenie .item-1 .right .button {
	display: none;
}
.page-reshenie .block-main .button {
	text-align: center;
	margin-top: 120px;
}
.page-reshenie .block-main .button a {
	font-size: 20px;
	position: relative;
	padding-bottom: 15px;
}
.page-reshenie .block-main .button a:after {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 7px;
    background: url(../images/ico-arrow-down.svg) no-repeat;
    bottom: 5px;
    left: 50%;
	margin-left: -6px;
	animation: arrow-animation 1.5s ease-in-out infinite;
}
@keyframes arrow-animation {
    0% { 
        opacity: 0;
        bottom: 5px;
    }
    50% {
        opacity: 1;
    }
    100% { 
        opacity: 0;
		bottom: -10px;
    }
}
.block-price {
	padding: 100px 0;
}
.block-price .title {
	font-weight: bold;
	margin-bottom: 30px;
}
.block-price .subtitle {
	font-size: 20px;
	margin-bottom: 55px;
	text-align: center;
}
.price-tabs-head {
	text-align: center;
	margin-bottom: 120px;
}
.price-tabs-line {
	display: inline-block;
	background: #D3F1C5;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 8px 27px 1px rgba(47, 63, 82, 0.08);
	border-radius: 10px;
	padding: 4px;
}
.price-tabs-line a {
	display: inline-block;
	padding: 10px 30px;
	min-width: 250px;
	text-align: center;
	color: #778996;
	font-weight: 400;
	font-size: 18px;
	transition: .2s;
}
.price-tabs-line a:hover {
	color: #202741;
}
.price-tabs-line a.selected {
	background: #FFFFFF;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 8px 16px rgba(47, 63, 82, 0.08);
	border-radius: 10px;
	font-weight: 600;
	color: #202741;
}
.price-tabs-line a.selected:hover {
	background: #5FB873;
	color: #fff;
}
.page-price .block-benefits {
	padding-top: 0;
}
.page-price .block-benefits .button {
	text-align: center;
	margin-top: 40px;
}
.page-price .list-benefits {
	-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
}
.page-price .list-benefits .item {
	margin: 0 1% 30px 1%;
	width: 31.33%;
}

.price-table {
	margin: 0 -40px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.price-table .col-main {
	width: 25%;
}
.price-table .col-main-title {
	font-weight: 600;
	font-size: 40px;
	margin-bottom: 30px;
	color: #202741;
}
.col-main-top {
	padding-top: 70px;
	height: 536px;
}
.price-table .col-main .line {
	font-weight: 600;
}
.price-table .col-lines .line {
	padding: 20px 10px 20px 30px;
	font-size: 18px;
	line-height: 20px;
	border-top: 1px solid #DFDFEB;
	border-left: 1px solid #DFDFEB;
	transition: .2s;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.price-table .col-lines .last-line {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	display: block;
}
.price-table .col-main .col-lines .last-line {
	font-size: 20px;
	color: #778996;
	font-weight: 400;
	padding-top: 40px;
	padding-left: 30px;
    padding-bottom: 45px;
	text-align: left;
}
.price-table .col-lines .line:nth-child(odd){
	background: #F3F3F8;
}
.price-table .col:hover .col-lines .line {
	background: #E8F7E1;
}
.price-table .col:hover .col-lines .line:nth-child(odd){
	background: #C9E9B9;
}
.price-table .col-lines .line:nth-child(15),
.price-table .col-lines .line:nth-child(9),
.price-table .col-lines .line:nth-child(7) {
	height: 82px;
}
.price-table .col-lines .line i {
	display: inline-block;
	width: 20px;
	height: 14px;
	transition: .2s;
	cursor: pointer;
	position: relative;
	top: 3px;
}
.price-table .col-lines .line i:before {
	content: '';
	position: absolute;
	display: block;
	top: -5px;
	width: 20px;
	height: 20px;
	transition: .2s;
	background: url(../images/ico-tooltip.svg) no-repeat; 
}
.price-table .col-lines .line i:hover:before {
	background: url(../images/ico-tooltip-h.svg) no-repeat;
}
.price-table .col-lines .line i span {
	position: absolute;
	z-index: 20;
	padding: 15px;
	background: #FFFFFF;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 8px 27px 1px rgba(47, 63, 82, 0.08);
	border-radius: 5px;
	font-size: 16px;
	font-style: normal;
	width: 310px;
	top: calc(100% + 5px);
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s;
}
.price-table .col-lines .line i:hover span {
	opacity: 1;
	visibility: visible;
}
.price-table .col {
	width: 15%;
}
.price-table .col-top {
	position: relative;
}
.price-table .col-top .label {
	padding: 16px 38px;
	background: #5EB872;
	border-radius: 20px 20px 0px 0px;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: -52px;
	font-size: 16px;
	text-align: center;
}
.price-table .col-rec .col-top .label {
	background: #FE772B;
}
.price-table .col-top .paket {
	border-left: 1px solid #AEE0BE;
	border-bottom: 1px solid #AEE0BE;
	border-top: 1px solid #AEE0BE;
	height: 290px;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #202741;
	padding-top: 170px;
	background: url(../images/price-paket.png) 100% 0 no-repeat;
	transition: .2s;
}
.price-table .col:hover .col-top .paket {
	background: #5EB872 url(../images/price-paket-h.png) 0 100% no-repeat;
	color: #fff;
}
.price-table .col-top .price {
	padding-top: 50px;
	padding-bottom: 40px;
	height: 142px;
	text-align: center;
	border-left: 1px solid #DFDFEB;
}
.price-table .col:hover .col-top .price {
	background: #E8F7E1;
}
.price-table .col-top .price .ind {
	font-weight: 600;
	font-size: 28px;
	color: #202741;
}
.price-table .col-top .price i {
	font-style: normal;
	color: #778996;
	position: relative;
	font-size: 24px;
	top: -12px;
}
.price-table .col-top .price b {
	font-weight: bold;
	font-size: 40px;
	color: #202741;
	transition: .2s;
}
.price-table .col:hover .col-top .price b {
	color: #5EB872;
}
.price-table .col-top .price span {
	font-size: 24px;
	color: #778996;
}
.price-table .col-top .button {
	text-align: center;
	border-left: 1px solid #DFDFEB;
	padding-bottom: 40px;
}
.price-table .col:hover .col-top .button {
	background: #E8F7E1;
}
.price-table .col-lines .line b {
	display: inline-block;
	width: 20px;
	height: 14px;
	position: relative;
	margin-right: 5px;
}
.price-table .col-lines .line b:before {
	content: '';
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: -2px;
}
.price-table .col-lines .line b.yes:before {
	background: url(../images/ico-price-yes.svg) no-repeat;
}
.price-table .col-lines .line b.no:before {
	background: url(../images/ico-price-no.svg) no-repeat;
}
.price-table .col:last-child .paket {
	border-radius: 0 20px 0 0;
	border-right: 1px solid #AEE0BE;
}
.price-table .col:last-child .col-lines .line,
.price-table .col:last-child .button,
.price-table .col:last-child .price {
	border-right: 1px solid #DFDFEB;
}
.block-faq {
	padding-bottom: 100px;
}
.block-faq .title {
	margin-bottom: 30px;
}
.block-faq .subtitle {
	font-size: 20px;
	text-align: center;
	margin-bottom: 50px;
}
.list-faq {
	max-width: 1050px;
	margin: 0 auto 50px auto;
}
.list-faq .item + .item {
	margin-top: 12px;
}
.list-faq .item .question {
	position: relative;
	font-weight: bold;
	color: #202741;
	background: #FFFFFF;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 8px 16px rgba(47, 63, 82, 0.08);
	border-radius: 5px;
	padding: 25px 45px 25px 25px;
	cursor: pointer;
}
.list-faq .item .question:after {
	content: '';
	position: absolute;
	display: block;
	width: 14px;
	height: 9px;
	background: url(../images/arrow-faq.svg) no-repeat;
	top: 50%;
	margin-top: -4px;
	right: 25px;
}
.list-faq .item.open .question:after {
	background: url(../images/arrow-faq-open.svg) no-repeat;
}
.list-faq .item .answer {
	background: #FFFFFF;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 8px 16px rgba(47, 63, 82, 0.08);
	border-radius: 5px;
	padding: 25px;
	font-size: 14px;
	margin-top: 12px;
	display: none;
}
.list-faq .item .answer a {
	color: #5EB872;
	text-decoration: underline;
}
.list-faq .item .answer a:hover {
	text-decoration: none;
}
.list-faq .item .answer ol {
	margin-bottom: 20px;
	margin-top: 0;
}
.block-faq .button {
	text-align: center;
}
.price-table-mob,
.price-table-tablet {
	display: none;
}
.block-blog {
	padding: 100px 0;
	background: #FAFAFA;
}
.block-blog .wrapper {
	width: 1590px;
}
.blog-search {
	margin-bottom: 35px;
}
.blog-search input {
	width: 100%;
	height: 56px;
	padding-left: 80px;
	background: #FFFFFF url(../images/ico-search.svg) 40px 50% no-repeat;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 4px 8px 1px rgba(47, 63, 82, 0.04);
	border-radius: 150px;
	font-size: 24px;
	color: #202741;
}
.blog-search input::placeholder {
	color: #82A8D0;
	opacity: 1;
}
.tag-list {
	margin-bottom: 30px;
}
.tag-list a {
	display: inline-block;
	vertical-align: top;
	background: #E9F8E2;
	border-radius: 20px;
	padding: 8px 16px;
	font-weight: 600;
	color: #202741;
	text-transform: capitalize;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: 600;
	transition: .2s;
}
.tag-list a:hover {
	background: #5FB873;
	color: #fff;
}
.blog-content {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.blog-left {
	width: 66%;
}
.blog-grid {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.blog-grid .item {
	width: 48.5%;
	overflow: hidden;
	background: #FFFFFF;
	border: 1px solid #E5F1FE;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 8px 27px rgba(47, 63, 82, 0.08);
	border-radius: 20px;
	margin-bottom: 32px;
	transition: .2s;
	position: relative;
	padding-bottom: 43px;
}
.blog-grid .item:hover {
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 33px 27px rgba(0, 0, 0, 0.12);
}
.blog-grid .item-full {
	width: 100%;
}
.blog-grid .item img {
	max-width: 100%;
	height: auto;
}
.blog-grid .item .info {
	padding: 40px;
}
.blog-list .item .tags,
.blog-grid .item .tags {
	margin-bottom: 12px;
}
.blog-list .item .tags a,
.blog-grid .item .tags a {
	display: inline-block;
	vertical-align: top;
	background: #E9F8E2;
	border-radius: 20px;
	padding: 8px 16px;
	font-weight: 600;
	color: #202741;
	text-transform: capitalize;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: 600;
	transition: .2s;
}
.blog-list .item .tags a:hover,
.blog-grid .item .tags a:hover {
	background: #5FB873;
	color: #fff;
}
.blog-list .item .name,
.blog-grid .item .name {
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 16px;
}
.blog-list .item .name {
	font-size: 24px;
}
.blog-list .item .name a,
.blog-grid .item .name a {
	color: #202741;
}
.blog-list .item .name a:hover,
.blog-grid .item .name a:hover {
	text-decoration: underline;
}
.blog-grid .item-full .name {
	font-size: 32px;
}
.blog-list .item .text,
.blog-grid .item .text {
	color: #56646B;
	margin-bottom: 24px;
}
.blog-list .item .bottom,
.blog-grid .item .bottom {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.blog-grid .item .bottom {
	position: absolute;
	bottom: 40px;
	left: 40px;
	right: 40px;
}
.blog-list .item .bottom .author,
.blog-grid .item .bottom .author {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 5px;
}
.blog-list .item .bottom .date,
.blog-grid .item .bottom .date {
	font-weight: 300;
	font-size: 14px;
	color: #82A8D0;
}
.blog-list .item .bottom .read-more,
.blog-grid .item .bottom .read-more {
	font-weight: bold;
	text-transform: uppercase;
	color: #5FB873;
	padding-right: 33px;
	background: url(../images/arrow-right-green.svg) calc(100% - 5px) 50% no-repeat;
	transition: .2s;
}
.blog-list .item .bottom .read-more:hover,
.blog-grid .item .bottom .read-more:hover {
	background: url(../images/arrow-right-orange.svg) 100% 50% no-repeat;
	color: #FE772B;
}
.blog-list .item + .item {
	margin-top: 40px;
}
.blog-list .item {
	border-radius: 20px;
	transition: .2s;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-list .item:hover {
	//box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 33px 27px rgba(0, 0, 0, 0.12);
}
.blog-list .item .photo {
	width: 375px;
	border-radius: 20px;
	line-height: 0;
}
.blog-list .item .photo img {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}
.blog-list .item .info {
	width: calc(100% - 375px);
	padding-left: 30px;
}
.pagination {
	text-align: center;
	margin-top: 65px;
	margin-bottom: 95px;
}
.pagination a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	color: #202741;
	transition: .2s;
}
.pagination a:hover {
	color: #5FB873;
}
.pagination a.active {
	background: #5FB873;
	color: #fff;
}
.pagination a.active:hover {
	color: #fff;
}
.pagination a.prev {
	background: url(../images/pagination-prev.svg) 50% no-repeat;
}
.pagination a.prev:hover {
	background: url(../images/pagination-prev-h.svg) 50% no-repeat;
}
.pagination a.next {
	background: url(../images/pagination-next.svg) 50% no-repeat;
}
.pagination a.next:hover {
	background: url(../images/pagination-next-h.svg) 50% no-repeat;
}
.blog-subscribe {
	max-width: 1050px;
	padding: 150px 0 50px 0;
	background: #FFFFFF url(../images/ico-rassilka.svg) 50% 40px no-repeat;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 8px 27px rgba(47, 63, 82, 0.08);
	border-radius: 20px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.blog-subscribe:before {
	content: '';
	position: absolute;
	display: block;
	width: 680px;
	height: 680px;
	background: #90DB6D;
	opacity: 0.15;
	top: -440px;
	left: -440px;
	border-radius: 50%;
}
.blog-subscribe .name {
	font-weight: 600;
	font-size: 36px;
	margin-bottom: 16px;
	color: #202741;
}
.blog-subscribe .subtitle {
	font-size: 20px;
	margin-bottom: 18px;
}
.blog-subscribe form {
	max-width: 430px;
	margin: 0 auto;
}
.blog-subscribe .input {
	margin-bottom: 32px;
}
.blog-subscribe .btn {
	font-size: 20px;
}
.blog-right {
	width: 32.1%;
}
.blog-right .col-item {
	background: #FFFFFF;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 8px 27px rgba(47, 63, 82, 0.08);
	border-radius: 20px;
	padding: 50px 40px;
	margin-bottom: 32px;
}
.blog-right .item-subscribe {
	padding-top: 152px;
	position: relative;
	overflow: hidden;
	background: #fff url(../images/ico-rassilka.svg) 50% 40px no-repeat;
}
.blog-right .item-subscribe:before {
	content: '';
	position: absolute;
	display: block;
	width: 680px;
	height: 680px;
	background: #90DB6D;
	opacity: 0.15;
	top: -440px;
	left: -460px;
	border-radius: 50%;
}
.blog-right .col-item .name {
	font-weight: 600;
	font-size: 32px;
	color: #202741;
	margin-bottom: 15px;
}
.blog-right .item-subscribe .subtitle {
	margin-bottom: 25px;
}
.blog-right .item-subscribe .button {
	margin-top: 30px;
}
.blog-right .item-social a {
	display: block;
	background: #FFFFFF;
	border: 1px solid #5FB873;
	border-radius: 10px;
	padding: 24px 24px 24px 88px;
	transition: .2s;
	position: relative;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.blog-right .item-social a.fb {
	background: #fff url(../images/soc-color-fb.svg) 24px 50% no-repeat;
}
.blog-right .item-social a.in {
	background: #fff url(../images/soc-color-in.svg) 24px 50% no-repeat;
}
.blog-right .item-social a.yt {
	background: #fff url(../images/soc-color-yt.svg) 24px 50% no-repeat;
}
.blog-right .item-social a.tw {
	background: #fff url(../images/soc-color-tw.svg) 24px 50% no-repeat;
}
.blog-right .item-social a.insta {
	background: #fff url(../images/soc-color-insta.svg) 24px 50% no-repeat;
}
.blog-right .item-social a:hover {
	background-color: #5FB873;
}
.blog-right .item-social a + a {
	margin-top: 16px;
}
.blog-right .item-social a b {
	font-weight: 600;
	font-size: 24px;
	color: #202741;
}
.blog-right .item-social a span {
	font-weight: 600;
	font-size: 16px;
	color: #5FB873;
}
.blog-right .item-social a:hover b,
.blog-right .item-social a:hover span {
	color: #fff;
}
.preview-tabs-head {
	margin-bottom: 40px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.preview-tabs-head a {
	display: inline-block;
	font-size: 24px;
	color: #202741;
}
.preview-tabs-head a.selected {
	color: #5FB873;
	border-bottom: 1px solid #5FB873;
}
.preview-tabs-body .tab a {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	color: #202741;
	transition: .2s;
}
.preview-tabs-body .tab a:hover {
	color: #5FB873;
}
.preview-tabs-body .tab a + a {
	margin-top: 24px;
}
.preview-tabs-body .tab a .photo {
	width: 37%;
}
.preview-tabs-body .tab a img {
	max-width: 100%;
	height: auto;
}
.preview-tabs-body .tab a .text {
	width: 63%;
	padding-left: 16px;
	font-weight: 600;
	font-size: 20px;
}
.preview-tabs-body .tab-categories li + li {
	margin-top: 7px;
}
.preview-tabs-body .tab-categories a {
	display: inline-block;
	font-weight: 600;
	font-size: 20px;
	color: #202741;
	text-transform: capitalize;
}
.preview-tabs-body .tab-categories a i {
	font-style: normal;
	font-weight: normal;
	color: #56646B;
	display: inline-block;
}
.page-blog-post {
	background: #FAFAFA;
}
.block-blogpost {
	padding: 0 0 100px 0;
}
.block-blogpost .tag-list {
	text-align: center;
}
.block-blogpost .tag-list-bottom {
	text-align: left;
	padding: 32px 0;
}
.block-blogpost h1 {
	font-weight: 600;
	font-size: 56px;
	text-align: center;
	color: #202741;
	margin-bottom: 25px;
}
.block-blogpost .author {
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #202741;
	margin-bottom: 5px;
}
.block-blogpost .date {
	font-weight: 300;
	font-size: 14px;
	text-align: center;
	color: #82A8D0;
}
.photo-blogpost {
	margin-top: 50px;
	margin-bottom: 70px;
	text-align: center;
}
.photo-blogpost img {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}
.article-container {
	max-width: 1050px;
	margin: 0 auto;
}
.article-content {
	font-size: 24px;
	line-height: 1.6;
	border-bottom: 3px solid #BCDDF5;
	padding-bottom: 20px;
}
.page-article .article-content {
	border-bottom: none;
}
.article-content p {
	margin-bottom: 30px;
}
.article-content b {
	font-weight: 600;
}
.article-content a:not(.btn) {
	color: #49AF5E;
	text-decoration: underline;
}
.article-content h2 {
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 40px;
	color: #202741;
}
.article-content a:not(.btn):hover {
	text-decoration: none;
}
.article-content .quote-right {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.article-content .quote-right .left {
	width: 77%;
	padding-right: 90px;
}
.article-content .quote-right .right {
	width: 23%;
}
.article-content .quote-right .quote {
	border-left: 3px solid #BCDDF5;
	padding: 15px 30px;
	margin-right: -240px;
}
.article-content .list-numbers {
	margin-bottom: 55px;
}
.article-content .list-numbers .item {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.article-content .list-numbers .item + .item {
	margin-top: 40px;
}
.article-content .list-numbers .item .num {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-weight: 800;
	font-size: 24px;
	text-align: center;
	color: #778996;
	border-radius: 50%;
	background: #E0EFFF;
}
.article-content .list-numbers .item .text {
	width: calc(100% - 60px);
	padding-left: 40px;
}
.article-content .photo {
	margin-bottom: 50px;
}
.article-content .photo img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}
.quote-horizontal {
	position: relative;
	text-align: center;
	padding: 40px 0;
	max-width: 780px;
	margin: 0 auto 40px auto;
	font-weight: 600;
	font-size: 26px;
	color: #56646B;
}
.quote-horizontal:before,
.quote-horizontal:after {
	content: '';
	position: absolute;
	display: block;
	width: 510px;
	height: 3px;
	max-width: 100%;
	background: #BCDDF5;
	left: 50%;
	transform: translateX(-50%);
}
.quote-horizontal:before {
	top: 0;
}
.quote-horizontal:after {
	bottom: 0;
}
.article-content ul {
	margin-bottom: 60px;
}
.article-content ul li {
	position: relative;
	padding-left: 65px;
}
.article-content ul li + li {
	margin-top: 40px;
}
.article-content ul li:before {
	content: '';
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	border: 8px solid #82A8D0;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
	left: 0;
	top: 5px;
}
.block-blogpost .share {
	text-align: center;
	font-size: 24px;
}
.block-blogpost .share a {
	vertical-align: middle;
	line-height: 0;
	margin: 0 5px;
}
.block-blogpost .share span {
	display: inline-block;
	margin-right: 32px;
}
.block-blog-recommend .wrapper {
	padding-top: 65px;
	border-top: 2px solid #BCDDF5;
}
.block-blog-recommend .blog-grid .item {
	width: 32%;
}
.block-blog-subscribe {
	padding: 64px 0;
}
.block-blog-subscribe .blog-subscribe {
	max-width: 1050px;
	margin: 0 auto;
}
.block-helpform {
	padding-bottom: 235px;
}
.block-helpform .subtitle {
	font-size: 32px;
	margin-bottom: 55px;
	text-align: center;
	margin-top: -30px;
}
.block-helpform .subtitle b {
	font-weight: 600;
}
.form-help {
	background: #FFFFFF;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 8px 16px rgba(47, 63, 82, 0.08);
	border-radius: 20px;
	padding: 65px 95px 40px 605px;
	position: relative;
}
.form-help:before {
	content: '';
	position: absolute;
	display: block;
	width: 540px;
	background: url(../images/bg-formhelp.png) 0 0/cover no-repeat;
	border-radius: 20px 0 0 20px;
	left: 0;
	top: 0;
	bottom: 0;
}
.form-help .form-head {
	font-weight: bold;
	font-size: 32px;
	color: #202741;
	margin-bottom: 12px;
}
.form-help .form-subtitle {
	font-size: 20px;
	margin-bottom: 50px;
}
.form-help .line {
	margin-bottom: 25px;
}
.form-help .line-two {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form-help .line-two .input {
	width: 49%;
}
textarea {
	background: #EFFAE9;
	border-radius: 5px;
	height: 240px;
	resize: none;
	padding: 25px 40px;
	font-size: 18px;
	width: 100%;
}
.float-share {
	position: fixed;
	top: 50%;
	margin-top: -75px;
	right: 10px;
	background: #FFFFFF;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 1px 0px 8px rgba(47, 63, 82, 0.08);
	border-radius: 10px;
	overflow: hidden;
}
.float-share a {
	display: block;
	height: 50px;
	width: 50px;
	transition: .2s;
}
.float-share a + a {
	border-top: 1px solid #BCDDF5;
}
.float-share a.fb {
	background: url(../images/soc-sharing-fb.svg) 50% no-repeat;
}
.float-share a.in {
	background: url(../images/soc-sharing-in.svg) 50% no-repeat;
}
.float-share a.tw {
	background: url(../images/soc-sharing-tw.svg) 50% no-repeat;
}
.float-share a.fb:hover {
	background: url(../images/soc-sharing-fb-h.svg) 50% no-repeat;
}
.float-share a.in:hover  {
	background: url(../images/soc-sharing-in-h.svg) 50% no-repeat;
}
.float-share a.tw:hover  {
	background: url(../images/soc-sharing-tw-h.svg) 50% no-repeat;
}
.modal-thank {
	border-radius: 20px;
	max-width: 510px;
	background: #fff url(../images/ico-thank.svg) 50% 40px no-repeat;
	overflow: hidden;
	padding: 150px 40px 50px 40px;
}
.modal-thank:before {
	content: '';
	position: absolute;
	display: block;
	width: 680px;
	height: 680px;
	background: #90DB6D;
	opacity: 0.15;
	border-radius: 50%;
	top: -500px;
	left: -450px;
}
.modal-thank .thank-title {
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 15px;
}
.modal-thank .thank-subtitle {
	margin-bottom: 40px;
}
.remodal-close {
	right: 0;
	left: auto;
}
.block-video {
	text-align: center;
}
.block-video .video {
	width: 885px;
	max-width: 100%;
}
.block-about-text {
	padding: 85px 0;
	background: #F2FFF6;
}
.block-about-text .title {
	text-align: left;
}
.block-about-text p {
	margin-bottom: 0;
	line-height: 1.7;
}
.block-about-text p + p {
	margin-top: 40px;
}
.block-about-text a {
	text-decoration: underline;
	color: #49AF5E;
}
.block-about-text a:hover {
	text-decoration: none;
}
.block-about-text-2 {
	background: #fff;
}
.block-vacancies {
	padding: 65px 0;
	background: #FAFAFA;
}
.list-vacancies {
	margin: 0 -55px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
    justify-content: center;
}
.list-vacancies .item {
	width: 31.33%;
	margin: 0 1% 40px 1%;
	max-width: 510px;
	text-align: center;
	background: #FFFFFF url(../images/ico-vacancy.svg) 50% 48px no-repeat;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 8px 16px rgba(47, 63, 82, 0.08);
	border-radius: 20px;
	padding: 160px 50px 75px 50px;
	position: relative;
	transition: .2s;
}
.list-vacancies .item.open {
	background-color: #D5EFDB;
}
.list-vacancies .item:hover {
	background-color: #E2F4E6;
}
.list-vacancies .item .name {
	font-weight: 600;
	font-size: 26px;
	color: #202741;
	margin-bottom: 30px;
}
.list-vacancies .item .button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
}
.list-vacancies .item .more {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #5FB873;
	padding-right: 30px;
	position: relative;
	display: inline-block;
}
.list-vacancies .item .more:after {
	content: '';
	position: absolute;
	display: block;
	width: 14px;
	height: 9px;
	background: url(../images/arrow-faq.svg) no-repeat;
	top: 7px;
	right: 0;
	transition: .2s;
}
.list-vacancies .item.open .more {
	color: #202741;
}
.list-vacancies .item.open .more:after {
	transform: rotate(180deg);
}
.list-vacancies .item .text {
	display: none;
}
.list-vacancies .vacancy-desc {
	display: none;
	background: #FFFFFF;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 8px 16px rgba(47, 63, 82, 0.08);
	border-radius: 20px;
	max-width: 1320px;
	margin: 0 auto 30px auto;
	padding: 40px;
}
.vacancy-desc p {
	line-height: 1.7;
}
.vacancy-desc h3 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 25px;
}
.vacancy-desc h4 {
	margin-bottom: 10px;
}
.vacancy-desc > ul {
	margin-bottom: 25px;
	margin-top: 25px;
}
.vacancy-desc ul li {
	position: relative;
}
.vacancy-desc ul li + li {
	margin-top: 20px;
}
.vacancy-desc > ul > li {
	padding-left: 40px;
}
.vacancy-desc > ul > li:before {
    content: '';
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    border: 8px solid #82A8D0;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
    left: 0;
    top: -4px;
}
.vacancy-desc > ul > li > ul {
	margin-top: 15px;
}
.vacancy-desc .button {
	margin-top: 40px;
}
.block-articles {
	background: #EAEAEA;
	padding: 100px 0;
}
.list-articles {
	margin: 0 -55px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list-articles .item {
	width: 24%;
	margin: 0 0.5%;
	max-width: 375px;
	background: #FFFFFF;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 8px 27px rgba(47, 63, 82, 0.08);
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	transition: .2s;
	cursor: pointer;
}
.list-articles .item:hover {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 33px 27px rgba(0, 0, 0, 0.12);
}
.list-articles .item img {
	max-width: 100%;
	height: auto;
	border-radius: 20px 20px 0 0;
}
.list-articles .item .info {
	padding: 25px 40px 110px 40px;
}
.list-articles .item .name {
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 15px;
}
.list-articles .item .name a {
	color: #202741;
}
.list-articles .item .name a:hover {
	text-decoration: underline;
}
.list-articles .item .text {
	margin-bottom: 25px;
}
.list-articles .item .button {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
}
.articles-cat + .articles-cat {
	margin-top: 100px;
}
.list-all-articles .item {
	margin-bottom: 20px;
}
.page-articles .blog-subscribe {
	margin: 100px auto 0 auto;
}
.text-toggle-button {
	text-align: center;
	margin-top: 30px;
}
.text-toggle-button a {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #969696;
	padding-right: 30px;
	position: relative;
}
.text-toggle-button a:after {
	content: '';
    position: absolute;
    display: block;
    width: 14px;
    height: 9px;
    background: url(../images/arrow-faq.svg) no-repeat;
    top: 7px;
    right: 0;
	transform: rotate(180deg);
}
.page-subscribe .block-main .content {
	text-align: left;
	max-width: 100%;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page-subscribe .block-main .left {
	max-width: 862px;
}
.page-subscribe .block-main h1 {
	margin-bottom: 20px;
}
.page-subscribe .block-main h2 {
	margin-bottom: 55px;
}
.page-subscribe .list-subscribe li {
	position: relative;
	padding-left: 35px;
	font-size: 24px;
}
.page-subscribe .list-subscribe li + li {
	margin-top: 35px;
}
.page-subscribe .list-subscribe li:before {
	content: '';
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	background: #fff url(../images/ico-check-green.svg) 50%/12px auto no-repeat;
	top: 0;
	left: 0;
	border-radius: 50%;
}
.page-subscribe .block-main .content .right {
	max-width: 510px;
}
.page-subscribe .block-main .form {
	background: #FFFFFF;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 8px 16px rgba(47, 63, 82, 0.08);
	border-radius: 20px;
	padding: 40px;
}
.page-subscribe .block-main .form-head {
	font-weight: bold;
	font-size: 48px;
	color: #202741;
	margin-bottom: 25px;
}
.page-subscribe .block-main .form .input + .input {
	margin-top: 25px;
}
.page-subscribe .block-main .form .button {
	margin-top: 30px;
}
.page-article {
	background: #fff;
}
.article-top {
	margin-bottom: 80px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.article-top .left {
	width: 57%;
	max-width: 785px;
}
.article-top .left h1 {
	font-weight: 600;
	font-size: 44px;
	color: #202741;
	text-align: left;
}
.article-top .right {
	width: 40%;
	max-width: 592px;
}
.article-top .right img {
	max-width: 100%;
	height: auto;
}
.article-top .article-form {
	max-width: 412px;
}
.article-top .article-form .input {
	margin-bottom: 25px;
}
.article-top .article-form input {
	border: 2px solid #41B761;
	background: #fff;
	height: 64px;
}
.articles-nav {
	margin-top: 70px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.articles-nav .item {
	display: block;
	max-width: 457px;
	background: #FFFFFF;
	border: 1px solid #E5F1FE;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 32px 32px 32px 72px;
	transition: .2s;
}
.articles-nav .item:hover {
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 8px 27px rgba(47, 63, 82, 0.08);
}
.articles-nav .item b {
	display: block;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	color: #82A8D0;
	position: relative;
}
.articles-nav .item-prev b:before {
	content: '';
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/article-prev.svg) no-repeat;
	top: 0;
	left: -38px;
	transition: .2s;
}
.articles-nav .item-next b:before {
	content: '';
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/article-next.svg) no-repeat;
	top: 0;
	right: -38px;
	transition: .2s;
}
.articles-nav .item-prev:hover b:before {
	left: -45px;
}
.articles-nav .item-next:hover b:before {
	right: -45px;
}
.articles-nav .item span {
	display: block;
	font-weight: 600;
	font-size: 18px;
	color: #202741;
}
.articles-nav .item-prev {
	padding: 32px 32px 32px 72px;
}
.articles-nav .item-next {
	padding: 32px 72px 32px 32px;
	text-align: right;
}
.page-article .block-blogpost {
	padding-bottom: 0;
}
.block-preview-articles {
	padding-top: 50px;
}
.list-preview-articles {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.list-preview-articles .item {
	width: 31%;
	background: #FFFFFF url(../images/ico-preview-articles.svg) 25px 50% no-repeat;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 8px 27px rgba(47, 63, 82, 0.08);
	border-radius: 20px;
	transition: .2s;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.list-preview-articles .item:hover {
	background: #41B761 url(../images/ico-preview-articles-h.svg) 25px 50% no-repeat;
}
.list-preview-articles .item a {
	display: block;
	padding: 35px 35px 35px 72px;
	font-weight: 600;
	font-size: 20px;
}
.list-preview-articles .item:hover a {
	color: #fff;
}
.block-product-screen {
	padding: 300px 0;
}
.block-product-screen .item {
	display: -webkit-box;
    display: -webkit-flex;
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.block-product-screen .item + .item {
	margin-top: 400px;
}
.block-product-screen .item .left {
	max-width: 870px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.block-product-screen .item .right {
	max-width: 585px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.block-product-screen .item:nth-child(even) .left {
	order: 2;
}
.block-product-screen .item:nth-child(even) .right {
	order: 1;
}
.block-product-screen .slider-product {
	max-width: 655px;
	box-shadow: none;
}
.block-product-screen .slider-product:before {
	content: '';
	position: absolute;
	display: block;
	width: 750px;
	height: 750px;
	border-radius: 50%;
	top: -160px;
    left: -120px;
	background: linear-gradient(0deg, #5FB873, #5FB873), 
				linear-gradient(0deg, #90DB6D, #90DB6D), 
				linear-gradient(0deg, #00D664, #00D664), 
				linear-gradient(122.11deg, #20F58E -1.18%, #4CB862 75.23%), 
				linear-gradient(0deg, #4CB862, #4CB862), 
				radial-gradient(50% 50% at 50% 50%, #17DF88 0%, #00C294 100%);
}
.block-product-screen .item:nth-child(even) .slider-product:before {
	left: auto;
	right: -120px;
}
.block-product-screen .item-mobile .slider-product:before {
	display: none;
}
.block-product-screen .slider-product .screen {
	margin-bottom: 15px;
	text-align: center;
	padding: 0 2px;
	cursor: pointer;
}
.block-product-screen .slider-product .screen img {
	max-width: 100%;
	height: auto;
	display: inline;
}
.block-product-screen .item-mobile .slider-product .screen img {
	max-width: 290px;
	height: auto;
}
.block-product-screen .slider-product .description {
	font-weight: 600;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.block-product-screen .item-mobile .slider-product .description {
	color: #202741;
}
.block-product-screen .item-mobile .slider-product .slick-dots button {
	background: #A7B3C7;
}
.block-product-screen .item-mobile .slider-product .slick-dots .slick-active button {
	background: #FE772B;
}
.block-product-screen .item .name {
	font-weight: 600;
	font-size: 48px;
	color: #202741;
	margin-bottom: 50px;
}
.block-product-screen .item .text {
	font-size: 28px;
	margin-bottom: 50px;
	line-height: 1.7;
}
.block-jobs-form {
	padding-bottom: 235px;
}
.back {
	margin-bottom: 40px;
}
.back a {
	display: inline-block;
	background: #FFFFFF url(../images/article-prev.svg) 32px 30px no-repeat;
	border: 1px solid #E5F1FE;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 32px 72px 28px 72px;
	font-size: 18px;
	text-transform: uppercase;
	color: #82A8D0;
	transition: .2s;
}
.back a:hover {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 8px 27px rgba(47, 63, 82, 0.08);
	background-position: 25px 30px;
}
.job-name {
	padding-top: 105px;
	font-weight: 600;
	font-size: 48px;
	text-align: center;
	color: #202741;
	background: url(../images/ico-vacancy.svg) 50% 0 no-repeat;
	margin-bottom: 55px;
}
.job-form {
	max-width: 1050px;
	margin: 0 auto;
	background: #FFFFFF;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 8px 16px rgba(47, 63, 82, 0.08);
	border-radius: 20px;
	padding: 65px;
}
.block-jobs-form .form-head {
	font-weight: bold;
	font-size: 32px;
	color: #202741;
	margin-bottom: 10px;
}
.block-jobs-form .form-subtitle {
	font-size: 20px;
	color: #56646B;
	margin-bottom: 50px;
}
.job-form .line-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.job-form .line-two .input {
    width: 49%;
}
.job-form .line {
    margin-bottom: 25px;
}

.modal-screen {
	padding: 0;
	background: transparent;
	text-align: center;
	max-width: 1400px;
}
.modal-screen img {
	max-width: 100%;
	height: auto;
}
.block-404 {
	padding-top: 300px;
	padding-bottom: 75px;
	background: url(../images/404.png) 50% 0 no-repeat;
	text-align: center;
}
.block-404 h2 {
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 25px;
}
.block-404 p {
	margin-bottom: 25px;
}
.block-404 .button a {
	margin: 0 15px;
}
.block-links {
	text-align: center;
	padding-bottom: 175px;
}
.block-links .name {
	color: #969696;
	margin-bottom: 15px;
}
.block-links .links a {
	display: inline-block;
	margin: 0 15px;
	text-decoration: underline;
	color: #41B761;
}



@media (max-width: 1850px) {
	.slider-blog-wrap {
		margin: 0 -100px;
	}
	.slider-blog-container {
		position: relative;
		margin: 0 -100px;
		padding: 0 100px;
	}
	.slick-next {
		right: -25px;
	}
	.slick-prev {
		left: -25px;
	}
	.block-product-slider .item .info {
		max-width: 600px;
	}
	.block-product-slider .item .photo {
		margin-left: 80px;
	}
}

@media (max-width: 1730px) {
	.slider-blog-wrap {
		margin: 0 -70px;
	}
	.slider-blog-container {
		position: relative;
		margin: 0 -70px;
		padding: 0 70px;
	}
	.slick-next {
		right: -15px;
	}
	.slick-prev {
		left: -15px;
	}
	.block-form-2:after {
		right: -150px;
	}
	.block-forwho .item-banner .text {
		font-size: 46px;
	}
	.block-forwho .item .button {
		text-align: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#scroll-to-top {
		right: 20px;
		left: auto;
		opacity: .8;
		transition: .2s;
	}
	#scroll-to-top:hover {
		opacity: 1;
	}
}

@media (max-width: 1650px) {
	.slider-blog-wrap {
		margin: 0 -20px;
	}
	.slider-blog-container {
		position: relative;
		margin: 0 -20px;
		padding: 0 20px;
	}
	.slick-next {
		right: 20px;
	}
	.slick-prev {
		left: 20px;
	}
	.block-forwho .content,
	.list-benefits,
	.block-about .content {
		margin: 0;
	}
	.block-system .photo {
		margin-top: 0;
	}
	.block-product-slider .item .info {
		max-width: 650px;
	}
	.block-blog .wrapper {
		width: 1480px;
	}
	.block-product-screen .item .left {
		padding-left: 100px;
	}
	.block-product-screen .item:nth-child(even) .left {
		padding-right: 100px;
	}
}

@media (max-width: 1550px) {
	.slider-blog-wrap {
		margin: 0;
	}
	.slider-blog-container {
		position: relative;
		margin: 0;
		padding: 0 50px;
	}
	.slider-blog .item .name {
		font-size: 24px;
	}
	.block-about .video {
		width: 56%;
	}
	.list-benefits .item {
		padding: 250px 70px 20px 70px;
	}
	.block-dialog-politics .right-video {
		width: 54%;
	}
	.block-dialog-politics .video {
		width: 100%;
	}
	.block-product-slider .item .photo {
		width: 42%;
		margin-left: 100px;
	}
	.block-opportunities .info .item {
		font-size: 24px;
	}
	.block-product-slider .content {
		margin: 0;
	}
	.block-product .item .info {
		width: 45%;
	}
	.price-table {
		max-width: 1400px;
		margin: 0 auto;
	}
	.price-table .col-top .paket {
		font-size: 27px;
	}
	.price-table .col-top .price .ind {
		font-size: 25px;
		line-height: 50px;
	}
	.price-table .col-lines .line {
		padding: 20px 10px 20px 10px;
	}
	.price-table .col-top .label {
		padding: 16px 10px;
	}
	.blog-right .item-social a b {
		font-size: 22px;
	}
	.list-articles {
		margin: 0;
	}
}

@media (max-width: 1500px) {
	.block-blog .wrapper,
	.wrapper {
		width: 1366px;
	}
	.slider-blog .item .text,
	.slider-blog .item .name,
	.slider-blog .item .date {
		padding: 0 35px;
	}
	.block-form-2:after {
		right: -200px;
	}
	.modal-video {
		max-width: 70%;
	}
	.modal-video .video-wrap {
		height: 500px;
	}
}

@media (max-width: 1440px) {
	.block-blog .wrapper,
	.wrapper {
		width: 1168px;
	}
	.header .right {
		display: none;
	}
	.block-main h1 {
		font-size: 62px;
		margin-bottom: 20px;
	}
	.block-main h2 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.block-main .content ul li {
		font-size: 22px;
		background-position: 0 6px;
	}
	.block-main .text {
		font-size: 26px;
	}
	.block-main .left {
		max-width: 632px;
	}
	.block-main .video {
		margin-left: 110px;
	}
	.header {
		margin-bottom: 45px;
		padding-top: 35px;
	}
	.header-single {
		padding-top: 20px;
	}
	.header-fixed {
		padding: 15px 0;
		margin-bottom: 0;
	}
	.block-main {
		padding-bottom: 70px;
	}
	.block-main .text,
	.block-main .content ul {
		margin-bottom: 30px;
	}
	.subscribe-banner {
		padding: 11px 0;
	}
	.subscribe-banner .close {
		top: 20px;
	}
	.block-forwho .content {
		margin: 0 -41px;
	}
	.block-forwho .item {
		width: 33%;
	}
	.block-forwho .item .icon,
	.block-forwho .item .icon div {
		width: 222px;
		height: 222px;
	}
	.block-forwho .item .icon:before {
		width: 320px;
		height: 302px;
		background-size: cover;
		margin-top: -147px;
		margin-left: -164px;
	}
	.block-forwho .item-1 .icon div {
		background-size: 60px auto;
	}
	.block-forwho .item-2 .icon div {
		background-size: 75px auto;
	}
	.block-forwho .item-3 .icon div {
		background-size: 75px auto;
	}
	.block-forwho .item-4 .icon div {
		background-size: 70px auto;
	}
	.block-forwho .item-5 .icon div {
		background-size: 75px auto;
	}
	.block-forwho .item .text-hidden {
		padding: 75px 40px 60px 40px;
	}
	.block-forwho .item .name {
		font-size: 26px;
	}
	.block-forwho .item-banner .text {
		font-size: 42px;
	}
	.block-forwho .item-banner {
		padding: 100px 40px 80px 40px;
	}
	.block-forwho .item .item-wrap {
		max-height: 668px;
	}
	.block-forwho .item-banner,
	.block-forwho .item {
		height: 668px;
	}
	.block-forwho .item {
		margin-bottom: 10px;
	}
	.block-forwho .item-banner {
		width: 33%;
	}
	.block-forwho .item-banner .text {
		margin-bottom: 262px;
	}
	.page-polittechnolog .block-opportunities .photo:before,
	.block-system .photo:before,
	.block-opportunities .photo:before,
	.block-product .item-2 .photo:before,
	.block-product .item-1 .photo:before {
		width: 490px;
		height: 490px;
		margin-top: -245px;
	}
	.page-polittechnolog .block-opportunities .photo,
	.block-product .item .photo {
		max-width: 456px;
	}
	.block-product .item .photo {
		//margin-top: 100px;
	}
	.block-product .item .info {
		width: 50%;
	}
	.block-product {
		padding: 140px 0 150px 0;
	}
	.block-form-1 .name {
		font-size: 58px;
	}
	.block-form-1 .left {
		padding: 110px 0;
	}
	.block-form-1 .left:before {
		right: -95px;
	}
	.block-form-1 .text {
		max-width: 500px;
	}
	.block-form-1 .text br {
		display: none;
	}
	.block-form-1 {
		background-size: auto 692px;
	}
	.block-benefits {
		padding: 135px 0 150px 0;
	}
	.list-benefits .item .name {
		font-size: 26px;
	}
	.list-benefits .item {
		padding: 250px 35px 20px 35px;
	}
	.block-about .video {
		width: 54%;
	}
	.block-video .video:after,
	.block-about .video:after {
		height: 100px;
	}
	.block-about {
		padding: 140px 0;
	}
	.block-form-2 .left {
		padding: 187px 0;
		max-width: 525px;
	}
	.block-form-2:after {
		width: 655px;
		background-size: 100% auto;
	}
	.block-form-2 .name {
		font-size: 58px;
	}
	.block-form-2 .text {
		font-size: 26px;
	}
	.block-blog {
		padding: 120px 0 190px 0;
	}
	.slider-blog .slick-active > div {
		padding-right: 20px;
	}
	.slider-blog .slick-active + .slick-active > div {
		padding-left: 20px;
		padding-right: 70px;
	}
	.block-subscribe .right {
		max-width: 618px;
	}
	.footer {
		padding-top: 180px;
	}
	.footer .subscribe {
		max-width: 440px;
	}
	.block-forwho {
		padding: 100px 0;
	}
	.block-opportunities .photo {
		max-width: 456px;
	}
	.block-dialog-politics .right-video {
		width: 54%;
	}
	.block-dialog-politics .video {
		width: 100%;
	}
	.block-dialog-politics .info {
		width: 40%;
	}
	.block-about .video span {
		bottom: 12px;
	}
	.page-polittechnolog .block-system .photo {
		margin-top: 100px;
	}
	.block-system .photo {
		max-width: 456px;
		margin-top: 100px;
	}
	.block-system .content {
		webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
	}
	.block-system .info {
		width: 51%;
	}
	.block-product-slider .info {
		width: 46%;
	}
	.block-subscribe-2 .left:before {
		right: -568px;
	}
	.block-product-slider .item .photo {
		margin-left: 70px;
	}
	.block-example {
		padding: 100px 0 0 0;
	}
	.block-system,
	.block-opportunities {
		padding: 140px 0;
	}
	.header-fixed .navigation > ul > li .submenu {
		top: calc(100% + 40px);
	}
	.header-fixed .navigation > ul > li .submenu:after {
		height: 40px;
		top: -40px;
	}
	.block-reshenie .item .name {
		font-size: 36px;
	}
	.block-reshenie .item li {
		font-size: 22px;
		background-position: 0 0;
	}
	.price-table .col-main-title {
		font-size: 32px;
	}
	.price-table .col-top .paket {
		font-size: 22px;
	}
	.price-table .col-top .price b {
		font-size: 36px;
	}
	.price-table .col-top .price .ind {
		font-size: 20px;
	}
	.price-table .col .btn {
		padding: 12px 35px;
		font-size: 14px;
	}
	.col-main-top {
		height: 514px;
	}
	.price-table .col-lines .line {
		font-size: 17px;
	}
	.price-table .col-lines .line:nth-child(1),
	.price-table .col-lines .line:nth-child(16),
	.price-table .col-lines .line:nth-child(6),
	.price-table .col-lines .line:nth-child(7),
	.price-table .col-lines .line:nth-child(8),
	.price-table .col-lines .line:nth-child(3) {
		height: 82px;
	}
	.price-table .col-main .col-lines .last-line {
		font-size: 18px;
		padding-left: 10px;
	}
	.block-blog .title br {
		display: none;
	}
	.blog-search input {
		font-size: 22px;
	}
	.blog-list .item .name, .blog-grid .item .name {
		font-size: 24px;
	}
	.blog-grid .item .info {
		padding: 20px 30px;
	}
	.blog-list .item .bottom .read-more, .blog-grid .item .bottom .read-more {
		font-size: 16px;
	}
	.blog-list .item .photo {
		width: 40%;
	}
	.blog-list .item .info {
		width: 60%;
	}
	.blog-list .item .tags, .blog-grid .item .tags {
		margin-bottom: 0;
	}
	.blog-right .item-social a {
		padding: 15px 24px 15px 88px;
	}
	.preview-tabs-head a {
		font-size: 18px;
	}
	.preview-tabs-body .tab a .text {
		font-size: 16px;
	}
	.preview-tabs-body .tab-categories a {
		font-size: 18px;
	}
	.blog-grid .item .bottom {
		bottom: 20px;
		left: 30px;
		right: 30px;
	}
	.article-content .quote-right .left {
		width: 68%;
		padding-right: 50px;
	}
	.form-help {
		padding-left: 440px;
		padding-right: 50px;
	}
	.form-help:before {
		width: 390px;
	}
	.list-vacancies .item .name {
		font-size: 20px;
	}
	.list-articles .item .info {
		padding: 15px 20px 110px 20px;
	}
	.list-articles .item .name {
		font-size: 22px;
	}
	.list-articles .item .btn {
		padding: 18px 30px;
	}
	.page-subscribe .block-main .left {
		max-width: 630px;
	}
	.page-subscribe .block-main .content .right {
		max-width: 450px;
	}
	.block-product-screen .item .left {
		padding-left: 50px;
	}
	.block-product-screen .item:nth-child(even) .left {
		padding-right: 50px;
	}
	.block-product-screen .slider-product {
		max-width: 530px;
	}
	.block-product-screen .item .right {
		max-width: 470px;
	}
	.block-product-screen .slider-product:before {
		width: 650px;
		height: 650px;
	}
	.block-product-screen {
		padding: 230px 0;
	}
	.block-product-screen .item .name {
		font-size: 40px;
	}
	.block-product-screen .item .text {
		font-size: 24px;
	}
	.block-product-screen .slick-arrow {
		width: 50px;
		height: 50px;
		background-size: 15px auto;
	}
	.block-product-screen .slick-prev {
		left: -70px;
	}
	.block-product-screen .slick-next {
		right: -70px;
	}
	.block-product-screen .item + .item {
		margin-top: 250px;
	}
}

@media (max-width: 1300px) {
	.list-vacancies,
	.block-forwho .content {
		margin: 0;
	}
	.list-vacancies .item {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (max-width: 1200px) {
	.block-blog .wrapper,
	.wrapper {
		width: 1070px;
	}
	.block-main .text,
	.block-main h2 {
		font-size: 24px;
	}
	.block-main h1 {
		font-size: 58px;
	}
	.block-main .left {
		max-width: 590px;
	}
	.block-main .video {
		margin-left: 70px;
		margin-top: 133px;
	}
	.header .lang,
	.header .navigation ul li {
		font-size: 18px;
	}
	.block-forwho .content {
		margin: 0;
	}
	.block-forwho .item {
		margin-bottom: 5px;
	}
	.block-forwho .item-banner .text {
		font-size: 40px;
	}
	.block-forwho .item .name {
		font-size: 24px;
	}
	.block-forwho .item .text-hidden {
		padding: 50px 20px 30px 20px;
	}
	.block-forwho .item .list {
		font-size: 16px;
	}
	.block-product .item .name {
		font-size: 42px;
	}
	.block-product .item .text {
		font-size: 20px;
	}
	.block-form-1 .left:before {
		right: 20px;
	}
	.block-benefits {
		padding: 100px 0 120px 0;
	}
	.list-benefits {
		margin: 0;
	}
	.list-benefits .item .name {
		font-size: 24px;
	}
	.list-technologies .item img {
		max-width: 80%;
	}
	.block-technologies {
		padding: 100px 0 120px 0;
	}
	.block-about .content {
		margin: 0;
	}
	.block-about .name {
		margin-bottom: 20px;
		font-size: 42px;
	}
	.block-about .text p {
		font-size: 20px;
		line-height: 1.5;
	}
	.block-video .video i,
	.block-about .video i {
		width: 120px;
		height: 120px;
		margin-left: -60px;
		margin-top: -60px;
		background-size: 70% auto;
		background-position: calc(50% + 5px) calc(50% + 10px);
	}
	.block-video .video i:before,
	.block-about .video i:before {
		width: 270px;
		height: 265px;
		background-size: 100% auto;
		margin-top: -123px;
		margin-left: -137px;
	}
	.block-video .video span,
	.block-about .video span {
		font-size: 18px;
		bottom: 20px;
	}
	.block-form-2:after {
		width: 540px;
	}
	.block-form-2 .left {
		padding: 132px 0;
	}
	.block-subscribe .right {
		max-width: 560px;
	}
	.block-subscribe .name {
		font-size: 42px;
	}
	.block-subscribe .right:before {
		left: -485px;
	}
	.block-subscribe:before {
		top: 0;
		bottom: 0;
		height: auto;
	}
	.footer .links .col .address,
	.footer .links .col a {
		font-size: 16px;
	}
	.footer .links .col + .col {
		margin-left: 55px;
	}
	.modal-video .video-wrap {
		height: 400px;
	}
	.block-main .breadcrumbs {
		margin-bottom: 50px;
	}
	.block-product-slider .item .photo {
		margin-left: 0;
	}
	.block-product .item-1 .photo:before {
		left: -90px;
	}
	.block-product-slider .button {
		text-align: center;
	}
	.block-product-slider .button .btn {
		min-width: 301px;
	}
	.block-product-slider .button .btn + .btn {
		margin-left: 0;
		margin-top: 20px;
	}
	.block-subscribe-2 .left:before {
		width: 580px;
		height: 660px;
		right: -500px;
		background-size: 100% auto;
	}
	.block-subscribe-2 {
		padding: 85px 0;
	}
	.block-subscribe-2:before {
		height: 536px;
	}
	.list-example .item .icon div {
		width: 222px;
		height: 222px;
	}
	.list-example .item .icon:before {
		width: 320px;
		height: 302px;
		background-size: cover;
		margin-top: -147px;
		margin-left: -164px;
	}
	.list-example .item .icon div {
		background-size: 80px auto;
	}
	.list-example .item-2 .icon div {
		background-size: 65px auto;
	}
	.block-opportunities .info {
		width: 46%;
	}
	.block-opportunities .info .item {
		margin-bottom: 65px;
	}
	.block-opportunities .info .item:before {
		top: -50px;
		bottom: -50px;
		right: -5px;
	}
	.block-system, .block-opportunities {
		padding: 100px 0;
	}
	.block-system .name {
		font-size: 42px;
	}
	.block-dialog-politics .info li {
		font-size: 20px;
		line-height: 1.5;
	}
	.block-opportunities .info .item,
	.block-system .text {
		font-size: 20px;
	}
	.page-inside .block-main h1,
	.page-politics .block-main h1 {
		font-size: 50px;
	}
	.page-polittechnolog .block-product .photo {
		margin-top: 0;
	}
	.price-table .col-top .label {
		font-size: 14px;
		top: -50px;
	}
	.col-main-top .btn {
		padding: 16px 40px;
	}
	.price-table .col-top .paket {
		font-size: 20px;
	}
	.price-table .col-top .price b {
		font-size: 32px;
	}
	.price-table .col-lines .line:nth-child(13) {
		height: 82px;
	}
	.price-table .col-main .col-lines .last-line {
		padding-top: 34px;
		padding-bottom: 30px;
	}
	.price-table .col .btn {
		padding: 12px 25px;
	}
	.blog-right .col-item .name {
		font-size: 26px;
	}
	.blog-right .item-social a b {
		font-size: 18px;
	}
	.article-content {
		font-size: 22px;
	}
	.article-content .quote-right .left {
		width: 60%;
	}
	.job-form,
	.form-help {
		padding-left: 50px;
		padding-right: 50px;
	}
	.form-help:before {
		display: none;
	}
	.float-share {
		display: none;
	}
	.list-vacancies .item {
		width: 48%;
	}
	.list-vacancies .item .name {
		font-size: 24px;
	}
	.list-articles .item .btn {
		font-size: 14px;
	}
	.page-subscribe .block-main .left {
		max-width: 560px;
	}
	.page-subscribe .block-main .content .right {
		max-width: 400px;
	}
	.block-main .content .left ul li {
		font-size: 22px;
	}
	.block-product-screen .slider-product {
		max-width: 490px;
	}
}

@media (max-width: 1100px) {
	.block-blog .wrapper,
	.wrapper {
		width: 960px;
	}
	.subscribe-banner input {
		width: 345px;
	}
	.subscribe-banner .text {
		font-size: 14px;
	}
	.block-main h1 {
		font-size: 50px;
	}
	.block-main .text, .block-main h2 {
		font-size: 22px;
	}
	.block-main .left {
		max-width: 535px;
	}
	.block-main .video {
		margin-left: 30px;
	}
	.block-main .video .icon div {
		width: 120px;
		height: 120px;
		background-size: 70% auto;
		background-position: calc(50% + 5px) calc(50% + 10px);
	}
	.block-main .video .icon {
		width: 120px;
		height: 120px;
	}
	.block-main .video .icon:before {
		width: 270px;
		height: 265px;
		background-size: 100% auto;
		margin-top: -123px;
		margin-left: -137px;
	}
	.block-main .video span {
		margin-top: 50px;
	}
	.block-main .content ul li {
		font-size: 20px;
	}
	.block-forwho .item .icon, .block-forwho .item .icon div {
		width: 180px;
		height: 180px;
	}
	.block-forwho .item .icon:before {
		background-size: 100% auto;
		width: 290px;
		height: 260px;
		margin-top: -133px;
		margin-left: -148px;
	}
	.block-forwho .item-banner {
		padding: 70px 20px 60px 20px;
	}
	.block-forwho .item-banner .text {
		font-size: 28px;
	}
	.block-forwho .item .item-wrap {
		max-height: 568px;
	}
	.block-forwho .item-banner, 
	.block-forwho .item {
		height: 568px;
	}
	.block-product .item .photo {
		max-width: 415px;
	}
	.block-product .item .text {
		font-size: 18px;
	}
	.block-form-1 .name {
		font-size: 50px;
	}
	.block-form-1 .left {
		max-width: 625px;
	}
	.block-form-1 {
		background-position: 100% 0;
	}
	.list-benefits .item .text {
		font-size: 16px;
	}
	.list-benefits .item .name {
		font-size: 20px;
	}
	.list-benefits .item {
		padding-top: 200px;
		height: 500px;
	}
	.list-benefits .item-1 {
		background: url(../images/benefit-1.svg) 50% 50px no-repeat,
					url(../images/benefits.png) 50% 0 no-repeat;
		background-color: #5EB872;
	}
	.list-benefits .item-2 {
		background: url(../images/benefit-2.svg) 50% 50px no-repeat,
					url(../images/benefits.png) 50% 0 no-repeat;
		background-color: #5EB872;
	}
	.list-benefits .item-3 {
		background: url(../images/benefit-3.svg) 50% 55px no-repeat,
					url(../images/benefits.png) 50% 0 no-repeat;
		background-color: #5EB872;
	}
	.list-benefits .item-4 {
		background: url(../images/benefit-4.svg) 50% 50px no-repeat,
					url(../images/benefits.png) 50% 0 no-repeat;
		background-color: #5EB872;
	}
	.list-benefits .item-5 {
		background: url(../images/benefit-5.svg) 50% 50px no-repeat,
					url(../images/benefits.png) 50% 0 no-repeat;
		background-color: #5EB872;
	}
	.list-benefits .item-6 {
		background: url(../images/benefit-6.svg) 50% 50px no-repeat,
					url(../images/benefits.png) 50% 0 no-repeat;
		background-color: #5EB872;
	}
	.list-benefits .item-7 {
		background: url(../images/benefit-7.svg) 50% 50px no-repeat,
					url(../images/benefits.png) 50% 0 no-repeat;
		background-color: #5EB872;
	}
	.list-benefits .item-8 {
		background: url(../images/benefit-8.svg) 50% 50px no-repeat,
					url(../images/benefits.png) 50% 0 no-repeat;
		background-color: #5EB872;
	}
	h2.title {
		font-size: 42px;
	}
	.block-form-2:after {
		right: -90px;
	}
	.block-subscribe .name {
		font-size: 38px;
	}
	.block-subscribe .right {
		max-width: 500px;
	}
	.footer .footer-top {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer .subscribe {
		margin-top: 50px;
		text-align: center;
	}
	.block-system .info {
		width: 46%;
	}
	.block-forwho .item .item-wrap:after {
		height: 200px;
	}
	.block-video-1 .text {
		column-gap: 80px;
	}
	.price-table {
		display: none;
	}
	.price-table-tablet {
		display: block;
	}
	.price-help {
		margin-top: 50px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.price-help .left {
		width: 50%;
		font-weight: 600;
		font-size: 40px;
		color: #202741;
	}
	.price-help .right {
		width: 50%;
		text-align: right;
	}
	.price-table-tablet .item + .item {
		margin-top: 50px;
	}
	.price-table-tablet .label {
		text-align: center;
		color: #fff;
		padding: 16px 20px;
		background: #5EB872;
		border-radius: 20px 20px 0px 0px;
	}
	.price-table-tablet .paket {
		padding: 50px 0;
		position: relative;
		overflow: hidden;
		text-align: center;
		font-weight: bold;
		font-size: 30px;
		color: #202741;
		border: 1px solid #AEE0BE;
		background: url(../images/price-paket.png) 100% -20px no-repeat;
		border-radius: 20px 20px 0 0;
	}
	.price-table-tablet .item:nth-child(3) .paket,
	.price-table-tablet .item:nth-child(1) .paket {
		border-radius: 0;
	}
	.price-table-tablet .price {
		padding: 40px 0;
		text-align: center;
		border-right: 1px solid #DFDFEB;
		border-bottom: 1px solid #DFDFEB;
		border-left: 1px solid #DFDFEB;
	}
	.price-table-tablet.price .ind {
		font-weight: 600;
		font-size: 28px;
		color: #202741;
	}
	.price-table-tablet .price i {
		font-style: normal;
		color: #778996;
		position: relative;
		font-size: 24px;
		top: -12px;
	}
	.price-table-tablet .price b {
		font-weight: bold;
		font-size: 40px;
		color: #202741;
		transition: .2s;
	}
	.price-table-tablet .price .ind {
		font-weight: bold;
		font-size: 40px;
		color: #202741;
	}
	.price-table-tablet .lines {
		border-right: 1px solid #DFDFEB;
		border-bottom: 1px solid #DFDFEB;
		border-left: 1px solid #DFDFEB;
		border-radius: 0 0 20px 20px;
		padding: 20px 30px 30px 30px;
	}
	.price-table-tablet .lines .line {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.price-table-tablet .lines .line + .line {
		border-top: 1px dashed #DFDFEB;
	}
	.price-table-tablet .lines .line .left {
		width: 65%;
		font-weight: 600;
	}
	.price-table-tablet .lines .line .right {
		width: 35%;
	}
	.price-table-tablet .line i {
		display: inline-block;
		width: 20px;
		height: 14px;
		transition: .2s;
		cursor: pointer;
		position: relative;
		top: 3px;
	}
	.price-table-tablet .line i:before {
		content: '';
		position: absolute;
		display: block;
		top: -5px;
		width: 20px;
		height: 20px;
		transition: .2s;
		background: url(../images/ico-tooltip.svg) no-repeat; 
	}
	.price-table-tablet .line i:hover:before {
		background: url(../images/ico-tooltip-h.svg) no-repeat;
	}
	.price-table-tablet .line i span {
		position: absolute;
		z-index: 20;
		padding: 15px;
		background: #FFFFFF;
		box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 8px 27px 1px rgba(47, 63, 82, 0.08);
		border-radius: 5px;
		font-size: 16px;
		font-style: normal;
		width: 310px;
		top: calc(100% + 5px);
		left: 0;
		visibility: hidden;
		opacity: 0;
		transition: opacity .2s;
	}
	.price-table-tablet .line i:hover span {
		opacity: 1;
		visibility: visible;
	}
	.price-table-tablet .line b {
		display: inline-block;
		width: 20px;
		height: 14px;
		position: relative;
		margin-right: 5px;
	}
	.price-table-tablet .line b:before {
		content: '';
		position: absolute;
		display: block;
		width: 20px;
		height: 20px;
		top: -2px;
	}
	.price-table-tablet .line b.yes:before {
		background: url(../images/ico-price-yes.svg) no-repeat;
	}
	.price-table-tablet .line b.no:before {
		background: url(../images/ico-price-no.svg) no-repeat;
	}
	.price-table-tablet .lines .button {
		margin-top: 20px;
		text-align: center;
	}
	.price-table-tablet .item-rec .paket {
		background: #5EB872 url(../images/price-mob-paket-h.png) 100% 0 no-repeat;
		color: #fff;
	}
	.price-table-tablet .item-rec .label {
		background: #FE772B;
	}
	.price-table-tablet .item-rec .price {
		background: #E8F7E1;
	}
	.price-table-tablet .item-rec .lines {
		background: #E8F7E1;
	}
	.price-tabs-head {
		margin-bottom: 50px;
	}
	.blog-right,
	.blog-left {
		width: 100%;
	}
	.blog-left {
		margin-bottom: 50px;
	}
	.blog-list .item .photo {
		line-height: 0;
	}
	.blog-list .item .photo a {
		height: 85%;
		display: block;
	}
	.blog-list .item .photo img {
		object-fit: cover;
		height: 100%;
	}
	.blog-right .item-subscribe {
		display: none;
	}
	.blog-right .item-social a {
		width: 49%;
		padding: 24px 24px 24px 88px;
	}
	.blog-right .item-social .social-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.blog-right .item-social a + a {
		margin-top: 0;
	}
	.blog-right .item-social a {
		margin-bottom: 16px;
	}
	.preview-tabs-body .tab a .photo {
		width: 160px;
	}
	.preview-tabs-body .tab a .text {
		width: calc(100% - 160px);
	}
	.block-blogpost h1 {
		font-size: 48px;
	}
	.article-content {
		font-size: 20px;
	}
	.article-content .quote-right .quote {
		margin-right: -200px;
	}
	.form-help {
		padding: 50px;
	}
	.list-articles {
		max-width: 770px;
		margin: 0 auto;
	}
	.list-articles .item {
		width: 49%;
		margin-bottom: 20px;
	}
	.page-subscribe .block-main .left {
		max-width: 500px;
	}
	.block-product-screen .item .right {
		max-width: 100%;
	}
	.block-product-screen .slider-product:before {
		width: 575px;
		height: 575px;
	}
	.block-product-screen .item:nth-child(even) .left,
	.block-product-screen .item .left {
		padding: 0;
		margin: 0 auto;
	}
	.block-product-screen .item .right {
		width: 100%;
		margin-bottom: 230px;
	}
	.block-product-screen .item:nth-child(odd) .left {
		order: 2;
	}
	.block-product-screen .item:nth-child(odd) .right {
		order: 1;
	}
	.block-product-screen {
		padding-top: 100px;
	}
	.block-product-screen .slider-product:before {
		left: -85px;
	}
	.block-product-screen .item:nth-child(even) .slider-product:before {
		left: -85px;
		right: auto;
	}
	.block-product-screen .slider-product .description {
		font-size: 18px;
	}
	.block-product-screen .item + .item {
		margin-top: 200px;
	}
	.block-product-screen .slider-product .slick-dots {
		bottom: -30px;
	}
}

@media (max-width: 1024px) {
	.block-blog .wrapper,
	.wrapper {
		width: 768px;
	}
	.subscribe-banner .text b {
		display: none;
	}
	.header .lang {
		display: none;
	}
	.header .navigation ul li {
		font-size: 17px;
	}
	.block-main .left {
		max-width: 630px;
	}
	.block-main .video span {
		margin-top: 75px;
	}
	.block-main .video {
		margin: 50px auto 0 auto;
	}
	.block-forwho {
		display: none;
	}
	.block-forwho-mob {
		padding: 130px 0;
		background: #ECFAF0;
		display: block;
	}
	.block-forwho-mob .item {
		background: #FFFFFF;
		border: 1px solid #E5F1FE;
		box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.12);
		border-radius: 20px;
		margin-bottom: 15px;
	}
	.block-forwho-mob .item-top {
		cursor: pointer;
		height: 220px;
		font-weight: 600;
		font-size: 26px;
		padding-left: 245px;
		padding-right: 105px;
		position: relative;
		color: #202741;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
	}
	.block-forwho-mob .item-top:after {
		content: '';
		position: absolute;
		display: block;
		width: 33px;
		height: 20px;
		background: url(../images/arrow-down-1.svg) no-repeat;
		top: 50%;
		margin-top: -10px;
		right: 50px;
		transition: .2s;
	}
	.block-forwho-mob .item.open .item-top:after {
		transform: rotate(180deg);
	}
	.block-forwho-mob .item .icon {
		position: absolute;
		width: 140px;
		height: 140px;
		border-radius: 50%;
		box-shadow: 0px 20px 28px rgba(89, 186, 111, 0.4);
		top: 50%;
		margin-top: -70px;
		left: 50px;
		transition: .2s;
	}
	.block-forwho-mob .item .icon:before {
		content: '';
		position: absolute;
		display: block;
		background: url(../images/green-dots.png) no-repeat;
		top: 50%;
		left: 50%;
		background-size: 100% auto;
		width: 225px;
		height: 200px;
		margin-top: -103px;
		margin-left: -114px;
	}
	.block-forwho-mob .item-1 .icon {
		background: #ECFFF2 url(../images/forwho-1.svg) calc(50% + 5px) 50%/40% auto no-repeat;
	}
	.block-forwho-mob .item-2 .icon {
		background: #ECFFF2 url(../images/forwho-2.svg) 50%/40% auto no-repeat;
	}
	.block-forwho-mob .item-3 .icon {
		background: #ECFFF2 url(../images/forwho-3.svg) calc(50% + 5px) 50%/40% auto no-repeat;
	}
	.block-forwho-mob .item-4 .icon {
		background: #ECFFF2 url(../images/forwho-4.svg) 50%/40% auto no-repeat;
	}
	.block-forwho-mob .item-5 .icon {
		background: #ECFFF2 url(../images/forwho-5.svg) 50%/40% auto no-repeat;
	}
	.block-forwho-mob .item-1.open .icon {
		background-image: url(../images/forwho-1-h.svg);
		background-color: #5EB872;
	}
	.block-forwho-mob .item-2.open .icon {
		background-image: url(../images/forwho-2-h.svg);
		background-color: #5EB872;
	}
	.block-forwho-mob .item-3.open .icon {
		background-image: url(../images/forwho-3-h.svg);
		background-color: #5EB872;
	}
	.block-forwho-mob .item-4.open .icon {
		background-image: url(../images/forwho-4-h.svg);
		background-color: #5EB872;
	}
	.block-forwho-mob .item-5.open .icon {
		background-image: url(../images/forwho-5-h.svg);
		background-color: #5EB872;
	}
	.block-forwho-mob .item-bottom {
		padding: 0 50px 50px 50px;
		display: none;
	}
	.block-forwho-mob .item-bottom li {
		padding-left: 46px;
		background: url(../images/ico-check-circle.svg) 0 0 no-repeat;
		line-height: 1.6;
	}
	.block-forwho-mob .item-bottom li + li {
		margin-top: 40px;
	}
	.block-forwho-mob .item-bottom .list {
		margin-bottom: 40px;
	}
	.block-forwho-mob .item-banner {
		border-radius: 20px;
		background: #5EB872 url(../images/forwho-form-mob.png) 50% 0/cover no-repeat;
		padding: 67px 50px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		   flex-wrap: wrap;
		   -webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
	}
	.block-forwho-mob .item-banner .text {
		max-width: 50%;
		font-weight: bold;
		font-size: 36px;
		color: #fff;
	}
	.page-polittechnolog .block-opportunities .photo,
	.block-product .item .photo {
		width: 100%;
		max-width: 604px;
		margin: 0 auto;
		text-align: center;
	}
	.page-polittechnolog .block-opportunities .photo:before,
	.block-product .item .photo:before {
		width: 650px;
		height: 650px;
		margin-top: -325px;
		margin-left: -325px;
		left: 50%;
	}
	.block-product .item .info {
		width: 100%;
		margin-bottom: 180px;
	}
	.block-product .item-1 .info {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		order: 1;
	}
	.block-product .item-1 .photo {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		order: 2;
	}
	.block-product {
		padding: 118px 0 200px 0;
	}
	.block-product .item .name {
		font-size: 48px;
	}
	.block-product .item .text {
		font-size: 24px;
	}
	.block-form-1 {
		background-position: 50% 0;
		background-size: auto;
	}
	.block-form-1 .left {
		margin-top: 700px;
		max-width: 100%;
		padding-top: 160px;
		text-align: center;
	}
	.block-form-1 .left:before {
		width: 1283px;
		height: 1283px;
		border-radius: 50%;
		left: 50%;
		margin-left: -642px;
		right: auto;
		top: 0;
		margin-top: 0;
		transform: rotate(-90deg);
	}
	.block-form-1 .text {
		width: 100%;
		max-width: 100%;
	}
	.page-price .list-benefits,
	.list-benefits {
		max-width: 630px;
		margin: 0 auto;
		background
	}
	.page-price .list-benefits .item,
	.list-benefits .item {
		width: 100%;
		height: 450px;
		padding-left: 140px;
		padding-right: 140px;
	}
	.list-benefits .item + .item {
		margin-top: 40px;
	}
	.list-benefits .item-1 {
		background: url(../images/benefit-1.svg) 50% 50px no-repeat, url(../images/benefits-mob.png) 50% 0 no-repeat;
		background-color: #5EB872;
	}
	.list-benefits .item-2 {
		background: url(../images/benefit-2.svg) 50% 50px no-repeat, url(../images/benefits-mob.png) 50% 0 no-repeat;
		background-color: #5EB872;
	}
	.list-benefits .item-3 {
		background: url(../images/benefit-3.svg) 50% 50px no-repeat, url(../images/benefits-mob.png) 50% 0 no-repeat;
		background-color: #5EB872;
	}
	.list-benefits .item-4 {
		background: url(../images/benefit-4.svg) 50% 50px no-repeat, url(../images/benefits-mob.png) 50% 0 no-repeat;
		background-color: #5EB872;
	}
	.list-benefits .item-5 {
		background: url(../images/benefit-5.svg) 50% 50px no-repeat, url(../images/benefits-mob.png) 50% 0 no-repeat;
		background-color: #5EB872;
	}
	.list-benefits .item-6 {
		background: url(../images/benefit-6.svg) 50% 50px no-repeat, url(../images/benefits-mob.png) 50% 0 no-repeat;
		background-color: #5EB872;
	}
	.list-benefits .item-7 {
		background: url(../images/benefit-7.svg) 50% 50px no-repeat, url(../images/benefits-mob.png) 50% 0 no-repeat;
		background-color: #5EB872;
	}
	.list-benefits .item-8 {
		background: url(../images/benefit-8.svg) 50% 50px no-repeat, url(../images/benefits-mob.png) 50% 0 no-repeat;
		background-color: #5EB872;
	}
	.list-technologies .item + .item:before {
		display: none;
	}
	.list-technologies .item {
		width: 50%;
		text-align: center;
	}
	.list-technologies .item:first-child {
		text-align: center;
	}
	.list-technologies .item:nth-child(1),
	.list-technologies .item:nth-child(2) {
		margin-bottom: 110px;
	}
	.list-technologies {
		position: relative;
	}
	.list-technologies:before {
		content: '';
		position: absolute;
		display: block;
		width: 108px;
		height: 1px;
		background: #A7BFC5;
		top: 50%;
		left: 50%;
		margin-left: -54px;
	}
	.list-technologies:after {
		content: '';
		position: absolute;
		display: block;
		width: 1px;
		height: 108px;
		background: #A7BFC5;
		top: 50%;
		left: 50%;
		margin-top: -54px;
	}
	.block-about .video {
		width: 100%;
		text-align: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		order: 2;
	}
	.block-about .right {
		width: 100%;
		max-width: 100%;
		margin-bottom: 70px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		order: 1;
	}
	.block-about {
		padding: 118px 0;
	}
	.block-form-2:after {
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
		height: 557px;
		background: url(../images/bg-form-2-mob.png) 50% 100%/100% auto no-repeat;
	}
	.block-form-2 {
		padding-top: 650px;
	}
	.block-form-2 .left {
		padding-top: 0;
		padding-bottom: 100px;
		max-width: 100%;
		text-align: center;
	}
	.block-blog {
		padding: 100px 0;
	}
	.block-subscribe .right:before {
		width: 298px;
		height: 516px;
		background-size: 100% auto;
		left: 50%;
		margin-left: -149px;
		top: -200px;
	}
	.block-subscribe .right {
		max-width: 100%;
		text-align: center;
		padding-top: 380px;
	}
	.footer-bottom > div {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	}
	.footer-bottom .center {
		order: 1;
		width: 100%;
		margin-bottom: 50px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-bottom .left {
		order: 2;
	}
	.footer-bottom .right {
		order: 3;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
	}
	.slider-blog .slick-active > div {
		padding-right: 70px;
	}
	.modal-video {
		max-width: 80%;
	}
	.modal-video .video-wrap {
		height: 350px;
	}
	.list-example .item {
		width: 48%;
	}
	.block-opportunities .info {
		width: 100%;
		max-width: 425px;
		margin: 0 auto 180px auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		order: 1;
	}
	.block-opportunities .info .item {
		margin-bottom: 40px;
	}
	.block-opportunities .info .text br {
		display: none;
	}
	.block-opportunities .info .item:before {
		display: none;
	}
	.block-opportunities .info .item:hover {
		color: #56646B;
	}
	.block-opportunities .info .item:hover .num {
		color: #778996;
		background: #E0EFFF;
	}
	.block-opportunities .info .button {
		text-align: center;
	}
	.block-system .photo,
	.block-opportunities .photo {
		width: 100%;
		max-width: 604px;
		margin: 0 auto;
		text-align: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		order: 2;
	}
	.block-system .photo:before,
	.block-opportunities .photo:before {
		width: 650px;
		height: 650px;
		margin-top: -325px;
		margin-left: -325px;
		left: 50%;
	}
	.block-system .text li + li {
		margin-top: 40px;
	}
	.block-opportunities {
		padding-bottom: 200px;
	}
	.block-dialog-politics .info {
		width: 100%;
		max-width: 100%;
		margin-bottom: 50px;
	}
	.block-about .name {
		margin-bottom: 50px;
	}
	.block-dialog-politics .right-video {
		width: 100%;
	}
	.block-system .info {
		width: 100%;
		margin-bottom: 180px;
	}
	.block-system {
		padding-bottom: 200px;
	}
	.block-system .button {
		text-align: center;
	}
	.block-product .button {
		text-align: center;
	}
	.block-product-slider .item-1 .info {
		width: 100%;
		max-width: 100%;
	}
	.block-product-slider {
		padding-bottom: 260px;
	}
	.slider-product {
		width: 100%;
	}
	.block-subscribe-2 {
		padding-top: 600px;
	}
	.block-subscribe-2 .left:before {
		right: 0;
		top: -700px;
	}
	.block-subscribe-2:before {
		height: 1000px;
	}
	#scroll-to-top {
		width: 50px;
		height: 50px;
		background-size: 20px auto;
		background-position: 50%;
	}
	.block-subscribe-2 .left {
		text-align: center;
		max-width: 100%;
	}
	.block-video-1 .text {
		column-count: 1;
	}
	.block-reshenie .item-1 {
		display: block;
	}
	.block-reshenie .item-1 .right, .block-reshenie .item-1 .left,
	.block-reshenie .item {
		width: 100%;
	}
	.block-reshenie .item-1 .left .button,
	.block-reshenie .item .name br {
		display: none;
	}
	.block-reshenie .item-1 .right .button {
		display: block;
		text-align: center;
	}
	.block-reshenie .item-1 .name {
		margin-bottom: 30px;
	}
	.block-reshenie .item-1 ul {
		margin-bottom: 50px;
	}
	.page-reshenie .block-form-2 {
		background: radial-gradient(45.06% 45.06% at 91.16% 25.33%, #4CB64C 0%, rgba(76, 182, 76, 0) 100%), 
					linear-gradient(0deg, #5FB873, #5FB873), 
					linear-gradient(0deg, #00D664, #00D664),
					linear-gradient(122.11deg, #20F58E -1.18%, #4CB862 75.23%),
					linear-gradient(0deg, #4AB25F, #4AB25F),
					radial-gradient(50% 50% at 50% 50%, #17DF88 0%, #00C294 100%);
		background: radial-gradient(46.06% 54.06% at 23.16% 60.33%, #4CB64C 30%, rgba(76, 182, 76, 0) 100%),
					linear-gradient(0deg, #5FB873, #5FB873);
	}
	.blog-list .item .photo a {
		height: 91%;
	}
	.blog-right .item-social a span {
		display: none;
	}
	.article-content .quote-right .quote {
		font-size: 16px;
	}
	.article-content .quote-right .quote {
		margin-right: 0;
	}
	.article-content .quote-right .left {
		width: 65%;
	}
	.article-content .quote-right .right {
		width: 35%;
	}
	.block-blog-recommend .blog-grid .item:nth-child(3) {
		display: none;
	}
	.block-blog-recommend .blog-grid .item {
		width: 49%;
	}
	.list-vacancies .item .name {
		font-size: 20px;
	}
	.list-vacancies .item {
		margin-bottom: 20px;
	}
	.page-subscribe .block-main .left {
		max-width: 100%;
		width: 100%;
	}
	.page-subscribe .block-main .content .right {
		max-width: 510px;
		margin: 0 auto;
	}
	.article-top .left {
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.article-top .right {
		width: 100%;
		max-width: 100%;
	}
	.article-top {
		margin-bottom: 50px;
	}
	.articles-nav .item {
		width: 49%;
	}
	.list-preview-articles {
		max-width: 470px;
		margin: 0 auto;
	}
	.list-preview-articles .item {
		width: 100%;
	}
	.list-preview-articles .item + .item {
		margin-top: 25px;
	}
}

@media (max-width: 800px) {
	.block-blog .wrapper,
	.wrapper {
		width: 648px;
	}
	.subscribe-banner input {
		width: 310px;
	}
	.header .buttons,
	.header .navigation {
		display: none;
	}
	.header .right,
	.toggle-menu {
		display: block;
	}
	.header .wrapper {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
	}
	.header .buttons {
		display: block;
		margin-right: 40px;
	}
	.header .buttons .btn {
		font-size: 12px;
		padding: 12px 24px;
	}
	.header .right {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
	}
	.block-main .button,
	.block-main .text {
		text-align: center;
	}
	a.btn {
		font-size: 15px;
	}
	.list-forwho {
		margin: 0 -40px;
	}
	.block-forwho-mob .item-banner .text {
		max-width: 338px;
	}
	.block-form-2:after {
		background: url(../images/bg-form-2-mob.png) 50% 100%/800px auto no-repeat;
	}
	.breadcrumbs {
		font-size: 16px;
	}
	.page-politics .header {
		margin-bottom: 30px;
	}
	.page-inside .block-main h1,
	.page-politics .block-main h1 {
		font-size: 44px;
	}
	.subscribe-banner .close {
		right: 10px;
	}
	.subscribe-banner .text {
		margin-right: 15px;
	}
	.block-product {
		padding-top: 80px;
	}
	.blog-grid .item .info {
		padding: 20px;
	}
	.blog-list .item .photo {
		width: 100%;
		margin-bottom: 20px;
	}
	.blog-list .item .photo img {
		width: 100%;
		height: 300px;
	}
	.blog-list .item .info {
		width: 100%;
		padding-left: 0;
	}
	.blog-grid .item .bottom {
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
	.list-vacancies .item {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.block-helpform .subtitle {
		font-size: 28px;
	}
	.block-helpform .subtitle br {
		display: none;
	}
	.block-404 .button a {
		margin: 10px 0;
	}
}

@media (max-width: 680px) {
	.block-blog .wrapper,
	.wrapper {
		width: 500px;
	}
	.subscribe-banner {
		display: none;
	}
	.header .buttons {
		display: none;
	}
	.block-forwho-mob .item .icon {
		width: 100px;
		height: 100px;
		margin-top: -50px;
		left: 30px;
	}
	.block-forwho-mob .item .icon:before {
		display: none;
	}
	.block-forwho-mob .item-top {
		height: 150px;
		padding-left: 160px;
	}
	.block-forwho-mob .item-banner .button {
		text-align: center;
		width: 100%;
	}
	.block-forwho-mob .item-banner .text {
		max-width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.block-product .item .name {
		font-size: 42px;
	}
	.page-polittechnolog .block-opportunities .photo:before,
	.block-product .item .photo:before {
		width: 500px;
		height: 500px;
		margin-top: -250px;
		margin-left: -250px;
	}
	.block-product .item .text {
		font-size: 20px;
	}
	h2.title {
		font-size: 40px;
	}
	.list-benefits .item {
		padding-left: 80px;
		padding-right: 80px;
	}
	.block-video .video i,
	.block-about .video i {
		width: 80px;
		height: 80px;
	    margin-left: -40px;
		margin-top: -40px;
		background-position: calc(50% + 4px) calc(50% + 6px);
	}
	.block-video .video i:before,
	.block-about .video i:before {
		width: 215px;
		height: 200px;
		margin-top: -92px;
		margin-left: -109px;
	}
	.block-video .video span,
	.block-about .video span {
		font-size: 16px;
		padding-top: 2px;
	}
	.block-form-2:after {
		background-size: auto;
		background-position: 50% 0;
	}
	.block-form-2 {
		padding-top: 600px;
	}
	.footer {
		padding-top: 75px;
	}
	.footer .links .col {
		width: 100%;
		text-align: center;
	}
	.footer .links .col + .col {
		margin-top: 55px;
		margin-left: 0;
	}
	.footer .links .col .name {
		margin-bottom: 20px;
	}
	.footer .links .col li + li {
		margin-top: 10px;
	}
	.footer .links .col .address {
		margin: 0 auto;
		text-align: left;
	}
	.list-forwho {
		margin: 0;
	}
	.block-forwho-mob .item-top {
		font-size: 22px;
	}
	.mobile-menu-wrap {
		padding: 50px 65px;
	}
	.mobile-menu .mob-navigation a {
		font-size: 28px;
	}
	.mobile-menu .mob-navigation li ul li a {
		font-size: 20px;
	}
	.slider-blog-container {
		margin: 0 -70px;
	}
	.slider-blog-wrap {
		padding-bottom: 40px;
	}
	.slider-blog-container {
		padding: 0;
	}
	.block-forwho-mob .item-bottom {
		padding: 0 20px 35px 30px;
	}
	.modal-video .video-wrap {
		height: 300px;
	}
	.list-example .item .icon div {
		width: 180px;
		height: 180px;
	}
	.list-example .item .icon:before {
		background-size: 100% auto;
		width: 260px;
		height: 260px;
		margin-top: -118px;
		margin-left: -134px;
	}
	.list-example .item .icon {
		margin: 0 auto 40px auto;
	}
	.list-example .item .icon div {
		background-size: 65px auto;
	}
	.list-example .item-2 .icon div {
		background-size: 50px auto;
	}
	.page-politics .block-main .button {
		text-align: center;
	}
	.page-politics .block-main .button .btn {
		min-width: 255px;
	}
	.page-politics .block-main .button .btn + .btn {
		margin-top: 10px;
		margin-left: 0;
	}
	.block-system .photo:before,
	.block-opportunities .photo:before {
		width: 500px;
		height: 500px;
		margin-top: -250px;
		margin-left: -250px;
	}
	.block-subscribe-2 .name {
		font-size: 42px;
	}
	.block-subscribe-2 .text {
		font-size: 26px;
	}
	.block-subscribe-2 .left:before {
		width: 440px;
		height: 500px;
		left: 50%;
		margin-left: -220px;
		right: auto;
		top: -535px;
	}
	.block-subscribe-2 {
		padding-top: 450px;
	}
	.block-video-1 .title br {
		display: none;
	}
	.block-reshenie .item .name {
		font-size: 30px;
	}
	.block-reshenie .item li {
		font-size: 20px;
	}
	.block-reshenie .item-1 .left {
		background-size: 70px auto;
	}
	.price-table-tablet {
		display: none;
	}
	.price-table-mob {
		display: block;
	}
	.price-table-mob .right,
	.price-table-mob .left {
		width: 100%;
	}
	.price-table-mob .left {
		font-weight: bold;
		margin-bottom: 5px;
		color: #202741;
	}
	.price-table-mob .label {
		text-align: center;
		color: #fff;
		padding: 16px 20px;
		background: #5EB872;
		border-radius: 20px 20px 0px 0px;
	}
	.price-table-mob .paket {
		padding: 20px 0;
		position: relative;
		overflow: hidden;
		text-align: center;
		font-weight: bold;
		font-size: 30px;
		color: #202741;
		border: 1px solid #AEE0BE;
		background: url(../images/price-paket.png) 100% -40px/177px auto no-repeat;
		border-radius: 20px 20px 0 0;
	}
	.price-table-mob .item:nth-child(3) .paket, .price-table-mob .item:nth-child(1) .paket {
		border-radius: 0;
	}
	.price-table-mob .price {
		padding: 20px 0;
		text-align: center;
		border-right: 1px solid #DFDFEB;
		border-bottom: 1px solid #DFDFEB;
		border-left: 1px solid #DFDFEB;
	}
	.price-table-mob .price i {
		font-style: normal;
		color: #778996;
		position: relative;
		font-size: 24px;
		top: -12px;
	}
	.price-table-mob .price b {
		font-weight: bold;
		font-size: 40px;
		color: #202741;
		transition: .2s;
	}
	.price-table-mob .lines {
		position: relative;
		max-height: 300px;
		transition: 1s;
		overflow: hidden;
		border-right: 1px solid #DFDFEB;
		border-bottom: 1px solid #DFDFEB;
		border-left: 1px solid #DFDFEB;
		border-radius: 0 0 20px 20px;
		padding: 20px 30px 53px 30px;
	}
	.price-table-mob .lines:after {
		content: '';
		position: absolute;
		display: block;
		left: 0;
		right: 0;
		bottom: 0;
		height: 85px;
		background: linear-gradient(180deg, #FFFFFF 97.4%, rgba(255, 255, 255, 0.94) 66.67%, rgba(255, 255, 255, 0) 22.56%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 25%,rgba(255,255,255,1) 62%,rgba(255,255,255,1) 88%);
		border-radius: 0px 0px 20px 20px;
		transition: .2s;
	}
	.price-table-mob .lines.open:after {
		opacity: 0;
	}
	.price-table-mob .lines .line {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.price-table-mob .lines .line + .line {
		border-top: 1px dashed #DFDFEB;
	}
	.price-table-mob .lines .line .left {
		position: relative;
	}
	.price-table-mob .line i {
		display: inline-block;
		width: 20px;
		height: 14px;
		transition: .2s;
		cursor: pointer;
		position: relative;
		top: 3px;
	}
	.price-table-mob .line i:before {
		content: '';
		position: absolute;
		display: block;
		top: -5px;
		width: 20px;
		height: 20px;
		transition: .2s;
		background: url(../images/ico-tooltip.svg) no-repeat;
	}
	.price-table-mob .line i + span {
		position: absolute;
		z-index: 20;
		padding: 15px;
		background: #FFFFFF;
		box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 8px 27px 1px rgba(47, 63, 82, 0.08);
		border-radius: 5px;
		font-size: 13px;
		font-weight: 400;
		font-style: normal;
		top: calc(100% + 5px);
		left: 10px;
		right: 10px;
		visibility: hidden;
		opacity: 0;
		transition: opacity .2s;
	}
	.price-table-mob .line i:hover + span {
		opacity: 1;
		visibility: visible;
	}
	.price-table-mob .line i:hover:before {
		background: url(../images/ico-tooltip-h.svg) no-repeat;
	}
	.price-table-mob .line b {
		display: inline-block;
		width: 20px;
		height: 14px;
		position: relative;
		margin-right: 5px;
	}
	.price-table-mob .line b:before {
		content: '';
		position: absolute;
		display: block;
		width: 20px;
		height: 20px;
		top: -2px;
	}
	.price-table-mob .line b.yes:before {
		background: url(../images/ico-price-yes.svg) no-repeat;
	}
	.price-table-mob .line b.no:before {
		background: url(../images/ico-price-no.svg) no-repeat;
	}
	.price-table-mob .button {
		text-align: center;
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.price-table-mob .link-hide {
		text-align: center;
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
		z-index: 10;
	}
	.price-table-mob .link-hide a {
		color: #41B761;
		font-weight: bold;
		font-size: 18px;
		text-transform: uppercase;
		padding-right: 28px;
		position: relative;
	}
	.price-table-mob .link-hide a:after {
		content: '';
		position: absolute;
		display: block;
		width: 20px;
		height: 19px;
		background: url(../images/arrow-top.svg) 50% no-repeat;
		top: 0;
		right: 0;
		transform: rotate(180deg);
	}
	.price-table-mob .link-hide a.open:after {
		transform: rotate(0);
	}
	.price-table-mob .item + .item {
		margin-top: 30px;
	}
	.price-table-mob .item-rec .paket {
		background: #5EB872 url(../images/price-mob-paket-h.png) 30% 0 no-repeat;
		color: #fff;
	}
	.price-table-mob .item-rec .price {
		background: #E8F7E1;
	}
	.price-table-mob .item-rec .lines {
		background: #E8F7E1;
	}
	.price-table-mob .item-rec .lines:after {
		background: linear-gradient(to bottom, rgba(232, 247, 225,0) 0%,rgba(232, 247, 225,0.8) 25%,rgba(232, 247, 225,1) 62%,rgba(232, 247, 225,1) 88%);
	}
	.price-table-mob .item-rec .label {
		background: #FE772B;
	}
	.price-table-mob .price-help {
		margin-top: 40px;
		text-align: center;
	}
	.price-table-mob .price-help .left {
		font-weight: 600;
		font-size: 32px;
		margin-bottom: 20px;
	}
	.price-help .right {
		text-align: center;
	}
	.block-blog .title {
		font-size: 34px;
	}
	.blog-search input {
		font-size: 20px;
	}
	.blog-list .item .name, .blog-grid .item .name {
		font-size: 20px;
	}
	.blog-grid .item {
		padding-bottom: 81px;
	}
	.blog-grid .item .bottom .left,
	.blog-grid .item .bottom .right {
		width: 100%;
	}
	.blog-grid .item .bottom .left {
		margin-bottom: 15px;
	}
	.blog-list .item .text, .blog-grid .item .text {
		font-size: 16px;
	}
	.blog-list .item .tags a, .blog-grid .item .tags a {
		font-size: 15px;
	}
	.blog-subscribe {
		padding-left: 30px;
		padding-right: 30px;
	}
	.blog-subscribe .subtitle br {
		display: none;
	}
	.blog-right .item-social a {
		width: 100%;
	}
	.tag-list a {
		margin-right: 0;
	}
	.blog-subscribe .input {
		margin-bottom: 20px;
	}
	.block-blogpost h1 {
		font-size: 40px;
	}
	.article-content .quote-right .left {
		width: 100%;
		padding-right: 0;
	}
	.article-content .quote-right .right {
		width: calc(100% - 50px);
		margin-left: 50px;
	}
	.article-content .quote-right {
		margin-bottom: 30px;
	}
	.article-content h2 {
		font-size: 32px;
	}
	.quote-horizontal {
		font-size: 22px;
	}
	.block-blog-subscribe .blog-subscribe .name {
		font-size: 30px;
	}
	.block-blog-subscribe .blog-subscribe .subtitle {
		font-size: 16px;
	}
	.job-form,
	.form-help {
		padding: 25px;
	}
	.form-help .form-subtitle {
		margin-bottom: 25px;
	}
	.job-form .line-two .input,
	.form-help .line-two .input {
		width: 100%;
	}
	.job-form .line-two .input + .input,
	.form-help .line-two .input + .input {
		margin-top: 25px;
	}
	.list-articles .item {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.list-articles {
		max-width: 375px;
	}
	.vacancy-desc .button {
		text-align: center;
	}
	.article-top .left h1 {
		font-size: 30px;
	}
	.articles-nav .item {
		width: 100%;
		max-width: 100%;
	}
	.articles-nav .item + .item {
		margin-top: 20px;
	}
	.block-product-screen .item:nth-child(even) .slider-product:before,
	.block-product-screen .slider-product:before {
		left: 50%;
		margin-left: -287px;
		top: -130px;
	}
	.block-product-screen .slick-arrow {
		top: auto;
		bottom: -110px;
	}
	.block-product-screen .slick-prev {
		left: 0;
	}
	.block-product-screen .slick-next {
		right: 0;
	}
	.block-product-screen .item .name {
		margin-bottom: 30px;
	}
	.block-product-screen .slider-product {
		max-width: 100%;
	}
	.block-product-screen .item .left {
		max-width: 100%;
	}
	.job-name {
		font-size: 36px;
	}
}

@media (max-width: 540px) {
	.block-blog .wrapper,
	.wrapper {
		width: 400px;
	}
	.header {
		padding-top: 20px;
	}
	.header-fixed {
		padding-top: 15px;
	}
	.block-main h1 {
		font-size: 40px;
	}
	.block-forwho-mob {
		padding: 80px 0;
	}
	.block-forwho-mob .item .icon {
		width: 70px;
		height: 70px;
		margin-top: -35px;
	}
	.block-forwho-mob .item-top {
		height: 125px;
		padding-left: 125px;
		padding-right: 90px;
		font-size: 18px;
	}
	.block-forwho-mob .item-top:after {
		width: 28px;
		height: 17px;
		background-size: 100% auto;
	}
	.block-forwho-mob .item-banner .text {
		font-size: 28px;
	}
	a.btn {
		padding: 12px 24px;
		font-size: 14px;
	}
	.block-product .item .name {
		font-size: 30px;
	}
	.page-polittechnolog .block-opportunities .photo:before,
	.block-product .item .photo:before {
		width: 450px;
		height: 450px;
		margin-top: -225px;
		margin-left: -225px;
	}
	.block-product .item .text li {
		padding-left: 0;
		padding-top: 90px;
	}
	.block-form-1 {
		background-size: 500px auto;
	}
	.block-form-1 .left {
		margin-top: 340px;
		padding-top: 90px;
	}
	.block-form-1 .name {
		font-size: 36px;
	}
	h2.title {
		font-size: 32px;
	}
	.page-price .list-benefits .item,
	.list-benefits .item {
		padding-left: 40px;
		padding-right: 40px;
	}
	.list-technologies .item img {
		max-width: 100%;
	}
	.list-technologies .item {
		width: 100%;
		margin-bottom: 0 !important;
	}
	.list-technologies .item + .item {
		margin-top: 70px;
	}
	.list-technologies:before,
	.list-technologies:after {
		display: none;
	}
	.block-about {
		padding: 80px 0;
	}
	.block-about .text p {
		font-size: 18px;
	}
	.block-video .video span,
	.block-about .video span {
		bottom: -50px;
		color: #778996;
		background: url(../images/ico-video-gray.svg) 0 50% no-repeat;
		padding-left: 28px;
	}
	.block-form-2:after {
		height: 450px;
		background-position: 50% 100%;
	}
	.block-form-2 {
		padding-top: 500px;
	}
	.block-form-2 .name {
		font-size: 42px;
		margin-bottom: 30px;
	}
	.block-subscribe .name {
		font-size: 30px;
	}
	.block-subscribe .text {
		margin-bottom: 40px;
		font-size: 24px;
	}
	.block-forwho-mob .item-1 .icon {
		background-position: calc(50% + 3px) 50%;
	}
	.block-forwho-mob .item-3 .icon {
		background-position: calc(50% + 2px) 50%;
	}
	.footer .subscribe input {
		height: 40px;
		padding-left: 20px;
		padding-right: 130px;
	}
	.footer .subscribe .btn-subscribe {
		padding: 14px 20px;
	}
	.footer-bottom .left,
	.footer-bottom .center {
		margin-bottom: 40px;
	}
	.footer-bottom .center div {
		width: 100%;
	}
	.footer-bottom .center div + div {
		margin-top: 15px;
	}
	.footer-bottom .right,
	.footer-bottom .left {
		width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.mobile-menu .mob-navigation a {
		font-size: 22px;
	}
	.mobile-menu .mob-navigation li ul li a {
		font-size: 18px;
	}
	.mobile-menu .mob-navigation a.with-submenu {
		padding-right: 30px;
	}
	.mobile-menu .mob-navigation a.with-submenu:after {
		width: 16px;
	}
	.mobile-menu .mob-navigation > ul > li + li {
		margin-top: 25px;
	}
	.slider-blog .item .name {
		font-size: 20px;
	}
	.slider-blog .item .text {
		font-size: 16px;
	}
	.modal-video {
		max-width: 90%;
	}
	.modal-video .video-wrap {
		height: 300px;
	}
	.block-main .breadcrumbs span,
	.block-main .breadcrumbs a {
		margin: 0 5px;
	}
	.breadcrumbs {
		font-size: 14px;
	}
	.page-inside .block-main h1,
	.page-politics .block-main h1 {
		font-size: 34px;
	}
	.page-inside .block-main h2,
	.page-politics .block-main h2 {
		font-size: 20px;
	}
	.page-politics .block-product .item .text li {
		padding-left: 55px;
		padding-top: 0;
		background-position: 0 1px;
	}
	.list-example .item {
		width: 100%;
	}
	.block-system .photo:before, 
	.block-opportunities .photo:before {
		width: 450px;
		height: 450px;
		margin-top: -225px;
		margin-left: -225px;
	}
	.block-subscribe-2 .name,
	.block-system .name,
	.page-politics .block-about .name {
		font-size: 30px;
	}
	.block-dialog-politics .button {
		margin-top: 80px;
	}
	.block-subscribe-2 .text {
		font-size: 20px;
	}
	.block-subscribe-2:before {
		height: 833px;
	}
	.block-opportunities .info {
		max-width: 100%;
	}
	.list-example .item {
		margin-bottom: 70px;
	}
	.page-politics .block-about .name {
		text-align: center;
	}
	.block-opportunities .info,
	.block-product .item .info {
		margin-bottom: 110px;
	}
	.block-system .info {
		margin-bottom: 85px;
	}
	.block-reshenie .item .name {
		font-size: 26px;
	}
	.block-reshenie .item li {
		font-size: 18px;
		min-height: 26px;
	}
	.page-reshenie .block-form-2 {
		background: radial-gradient(45.06% 45.06% at 91.16% 25.33%, #4CB64C 0%, rgba(76, 182, 76, 0) 100%), #5FB873;
	}
	.price-table-tablet .lines .line .right,
	.price-table-tablet .lines .line .left {
		width: 100%;
	}
	.price-table-tablet .lines .line .right {
		margin-top: 10px;
	}
	.price-table-mob .line .right,
	.price-table-mob .line .left {
		font-size: 14px;
	}
	.block-faq .subtitle br {
		display: none;
	}
	.block-blog .title {
		font-size: 26px;
	}
	.blog-search input {
		font-size: 18px;
	}
	.blog-list .item .photo img,
	.blog-grid .item img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
	.blog-grid .item {
		width: 100%;
	}
	.blog-subscribe .subtitle {
		font-size: 18px;
	}
	.preview-tabs-body .tab a .photo {
		width: 140px;
	}
	.preview-tabs-body .tab a .text {
		width: calc(100% - 140px);
	}
	.blog-right .col-item {
		padding: 35px 25px;
	}
	.tag-list a {
		font-size: 16px;
	}
	.blog-subscribe .name {
		font-size: 30px;
	}
	.page-blog .block-blog {
		padding: 70px 0 50px 0;
	}
	.block-blogpost h1 {
		font-size: 32px;
	}
	.photo-blogpost {
		margin-bottom: 25px;
	}
	.article-content .list-numbers .item {
		display: block;
	}
	.article-content .list-numbers .item .num {
		margin-bottom: 15px;
	}
	.article-content .list-numbers .item .text {
		width: 100%;
		padding-left: 0;
	}
	.article-content {
		font-size: 18px;
	}
	.quote-horizontal {
		font-size: 20px;
	}
	.block-blogpost .share {
		font-size: 18px;
	}
	.block-blogpost .share a {
		display: inline-block;
		width: 38px;
	}
	.block-blogpost .share a img {
		max-width: 100%;
		height: auto;
	}
	.block-blogpost {
		padding: 0 0 50px 0;
	}
	.block-blog-recommend .blog-grid .item {
		width: 100%;
	}
	.block-blog-subscribe .blog-subscribe .name {
		font-size: 24px;
	}
	.form-help .form-head {
		font-size: 26px;
	}
	.form-help .form-subtitle {
		font-size: 18px;
	}
	.form-help .line {
		margin-bottom: 15px;
	}
	.form-help .line-two .input + .input {
		margin-top: 15px;
	}
	.jq-selectbox ul {
		max-height: 300px;
	}
	.vacancy-desc {
		font-size: 16px;
	}
	.vacancy-desc h3 {
		font-size: 18px;
	}
	.block-about-text {
		padding: 50px 0;
	}
	.list-articles .item .name {
		font-size: 20px;
	}
	.articles-cat + .articles-cat {
		margin-top: 60px;
	}
	.block-main .content .left ul li {
		font-size: 16px;
	}
	.page-subscribe .block-main .form-head {
		font-size: 24px;
	}
	.page-subscribe .block-main .form .input + .input {
		margin-top: 10px;
	}
	.page-subscribe .block-main .form {
		padding: 40px 20px;
	}
	.list-preview-articles .item a {
		font-size: 16px;
	}
	.block-product-screen .item:nth-child(even) .slider-product:before,
	.block-product-screen .slider-product:before {
		width: 450px;
		height: 450px;
		margin-left: -225px;
		top: -90px;
	}
	.block-product-screen .item .text {
		font-size: 20px;
	}
	.block-helpform .subtitle {
		font-size: 24px;
	}
	.back a {
		padding-top: 25px;
		padding-bottom: 25px;
		background-position: 32px 25px;
		font-size: 16px;
		padding-right: 25px;
	}
	.block-404 {
		background-size: 300px auto;
		padding-top: 250px;
	}
	.block-product-screen .item-mobile .slider-product .screen img {
		max-width: 200px;
	}
}

@media (max-width: 440px) {
	.block-blog .wrapper,
	.wrapper {
		width: 100%;
		padding: 0 20px;
	}
	.block-forwho-mob {
		padding: 40px 0;
	}
	.block-main .text, .block-main h2 {
		font-size: 18px;
	}
	.block-main .content ul li {
		font-size: 18px;
	}
	.block-main .video .icon div {
		width: 90px;
		height: 90px;
		background-position: calc(50% + 3px) calc(50% + 6px);
	}
	.block-main .video .icon {
		width: 90px;
		height: 90px;
	}
	.block-main .video .icon:before {
		width: 220px;
		height: 180px;
		margin-top: -81px;
		margin-left: -112px;
	}
	.block-main .video span {
		margin-top: 45px;
		font-size: 14px;
		padding-top: 3px;
	}
	.block-main h1 {
		font-size: 36px;
		text-align: center;
	}
	.block-forwho-mob .item-top {
		padding-right: 65px;
		font-size: 16px;
	}
	.block-forwho-mob .item-top:after {
		right: 20px;
	}
	.block-forwho-mob .item-banner {
		padding: 50px 35px;
	}
	.block-product {
		padding: 70px 0 150px 0;
	}
	.block-product .item .photo {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.block-product .item .photo img {
		max-width: 90%;
	}
	.page-polittechnolog .block-opportunities .photo:before,
	.block-product .item .photo:before {
		width: 350px;
		height: 350px;
		margin-top: -175px;
		margin-left: -175px;
	}
	.block-product .item .text {
		font-size: 18px;
	}
	.block-form-1 .button {
		max-width: 280px;
		margin: 0 auto;
	}
	.block-form-1 .button .btn {
		width: 200px;
	}
	.block-form-1 .button .btn + .btn {
		margin-top: 10px;
		margin-left: 0;
	}
	h2.title {
		font-size: 26px;
	}
	.block-benefits {
		padding: 60px 0 80px 0;
	}
	.block-video .video span,
	.block-about .video span {
		left: 0;
		font-size: 14px;
	}
	.block-form-2:after {
		height: 151px;
		background: url(../images/bg-form-2-mob2.png) 50% 100%/100% auto no-repeat;
	}
	.block-form-2 {
		padding-top: 200px;
	}
	.block-form-2 .name {
		font-size: 36px;
	}
	.block-form-2 .button {
		max-width: 280px;
		margin: 0 auto;
		text-align: center;
	}
	.block-form-2 .button .btn {
		width: 200px;
	}
	.block-form-2 .button .btn + .btn {
		margin-top: 10px;
		margin-left: 0;
	}
	.block-blog {
		padding: 70px 0 100px 0;
	}
	.block-subscribe .right:before {
		width: 200px;
		height: 350px;
		margin-left: -100px;
	}
	.block-subscribe .right {
		padding-top: 190px;
	}
	.block-subscribe .text b {
		display: block;
	}
	.mobile-menu .mob-navigation a {
		font-size: 20px;
	}
	.mobile-menu .mob-navigation li ul li a {
		font-size: 14px;
	}
	.mobile-menu-wrap {
		padding: 40px 40px;
	}
	.modal-video .video-wrap {
		height: 250px;
		margin-bottom: 30px;
	}
	.block-subscribe-2 .left:before {
		width: 330px;
		height: 375px;
		margin-left: -165px;
		top: -390px;
	}
	.block-subscribe-2:before {
		height: 734px;
	}
	.page-politics .block-product .item .photo img {
		max-width: 100%;
	}
	.block-dialog-politics .info li,
	.block-opportunities .info .item, .block-system .text {
		font-size: 18px;
	}
	.block-system .photo:before, 
	.block-opportunities .photo:before {
		width: 350px;
		height: 350px;
		margin-top: -175px;
		margin-left: -175px;
	}
	.block-subscribe-2 {
		padding-top: 350px;
	}
	#scroll-to-top {
		right: 10px;
	}
	.block-reshenie .item {
		padding-left: 30px;
		padding-right: 30px;
		background-size: 70px auto;
		background-position: 30px 50px;
	}
	.block-price .subtitle br {
		display: none;
	}
	.block-price .subtitle {
		font-size: 16px;
	}
	.preview-tabs-head a {
		font-size: 16px;
		font-weight: 600;
	}
	.block-blogpost h1 {
		font-size: 26px;
	}
	.quote-horizontal {
		font-size: 18px;
	}
	.block-blogpost .share span {
		margin-right: 15px;
	}
	.articles-nav .item-prev {
		padding: 20px 20px 20px 50px;
	}
	.articles-nav .item-next {
		padding: 20px 50px 20px 20px;
	}
	.block-product-screen .item:nth-child(even) .slider-product:before, 
	.block-product-screen .slider-product:before {
		width: 400px;
		height: 400px;
		margin-left: -200px;
		top: -70px;
	}
	.block-product-screen .item .name {
		font-size: 32px;
	}
	.block-product-screen .item .text {
		font-size: 18px;
	}
	.block-product-screen .item .right {
		width: 100%;
		margin-bottom: 150px;
	}
	.block-helpform .subtitle {
		font-size: 20px;
	}
	.job-name {
		font-size: 30px;
	}
}

@media (max-width: 380px) {
	.wrapper {
		padding: 0 10px;
	}
	.block-main h1 {
		font-size: 30px;
	}
	.block-main .content ul li {
		font-size: 16px;
	}
	.block-forwho-mob .item .icon {
		width: 50px;
		height: 50px;
		margin-top: -25px;
		left: 20px;
	}
	.block-forwho-mob .item-top {
		padding-left: 85px;
		font-size: 15px;
		padding-right: 42px;
		height: 90px;
	}
	.block-forwho-mob .item-top:after {
		width: 17px;
		height: 10px;
		margin-top: -5px;
	}
	.block-forwho-mob .item-banner .text {
		font-size: 22px;
	}
	a.btn {
		font-size: 12px;
	}
	.page-polittechnolog .block-opportunities .photo:before,
	.block-product .item .photo:before {
		width: 300px;
		height: 300px;
		margin-top: -150px;
		margin-left: -150px;
	}
	.block-product .item .info {
		margin-bottom: 110px;
	}
	.block-form-1 {
		background-size: 100% auto;
	}
	.block-form-1 .left {
		margin-top: 233px;
	}
	.block-form-1 .name {
		font-size: 30px;
	}
	.block-form-1 .text {
		font-size: 16px;
	}
	.list-benefits .item-1 {
		background: url(../images/benefit-1.svg) 50% 50px/80px auto no-repeat, 
					url(../images/benefits-mob.png) 50% 0 no-repeat;
		background-color: #5EB872;
	}
	.list-benefits .item-2 {
		background: url(../images/benefit-2.svg) 50% 50px/80px auto no-repeat, 
					url(../images/benefits-mob.png) 50% 0 no-repeat;
		background-color: #5EB872;
	}
	.list-benefits .item-3 {
		background: url(../images/benefit-3.svg) 50% 50px/80px auto no-repeat, 
					url(../images/benefits-mob.png) 50% 0 no-repeat;
		background-color: #5EB872;
	}
	.list-benefits .item {
		padding-top: 165px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.list-technologies .item img {
		zoom: .7;
	}
	.list-technologies .item + .item {
		margin-top: 40px;
	}
	.block-technologies {
		padding: 70px 0;
	}
	.block-about .video i {
		width: 60px;
		height: 60px;
		margin-left: -30px;
		margin-top: -30px;
		background-position: calc(50% + 2px) calc(50% + 4px);
	}
	.block-about .video i:before {
		width: 155px;
		height: 130px;
		margin-top: -59px;
		margin-left: -79px;
	}
	.block-form-2 .text {
		font-size: 20px;
	}
	.block-subscribe .right:before {
		width: 150px;
		height: 260px;
		margin-left: -75px;
	}
	.block-subscribe .right {
		padding-top: 100px;
	}
	.block-subscribe .name {
		font-size: 26px;
	}
	.slider-blog .item .text, .slider-blog .item .name, .slider-blog .item .date {
		padding: 0 30px;
	}
	.block-forwho-mob .item-bottom {
		padding: 0 20px 35px 20px;
	}
	.modal-video .video-wrap {
		height: 200px;
	}
	.page-inside .block-main h1,
	.page-politics .block-main h1 {
		font-size: 26px;
	}
	.page-politics .block-main h2 {
		font-size: 17px;
	}
	.block-subscribe-2 {
		padding-top: 300px;
	}
	.block-subscribe-2 .left:before {
		width: 270px;
		height: 310px;
		margin-left: -135px;
		top: -350px;
	}
	.block-subscribe-2:before {
		height: 680px;
	}
	.breadcrumbs {
		margin-left: 0;
		margin-right: 0;
	}
	.block-blog .title {
		font-size: 22px;
	}
	.blog-search input {
		font-size: 16px;
		padding-left: 60px;
		background-position: 20px 50%;
		height: 46px;
	}
	.tag-list a {
		font-size: 14px;
	}
	.pagination a {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.input input[type=text], .input input[type=email], .input input[type=tel] {
		font-size: 16px;
	}
	.blog-right .item-social a b {
		font-size: 16px;
	}
	.preview-tabs-head a {
		font-size: 15px;
	}
	.preview-tabs-body .tab a .photo {
		width: 105px;
	}
	.preview-tabs-body .tab a .text {
		width: calc(100% - 105px);
		font-size: 14px;
	}
	.blog-right .col-item {
		padding: 25px 15px;
	}
	textarea,
	.jq-selectbox li,
	.jq-selectbox__select-text {
		font-size: 16px;
	}
	.jq-selectbox__select,
	.input input[type=text], .input input[type=email], .input input[type=tel] {
		padding-left: 20px;
	}
	.block-blogpost .share span {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.block-product-screen .item .text {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.block-product-screen .item .name {
		font-size: 26px;
	}
}