/*@font-face {
	font-family: 'Segoe UI';
	src: url('fonts/SegoeUI.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}*/
* {
    margin: 0;
    padding: 0;
}
*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html {
    max-width: 100vw;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	font-family: Segoe UI,sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #3D3B35;
	background: #fff;
	position: relative;
	max-width: 100vw;
	overflow: hidden;
	min-height: 800px;
}
input,
button,
label,
pre{
	font-family: Segoe UI,sans-serif;
}
a{
	cursor: pointer;
	color: #212121;
	text-decoration: none;
}
img{
	display: block;
	max-width: 100%;
}
strong,
b{
	font-weight: 700;
}
ul,
li{
	list-style: inside;
}
.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1420px;
	margin: auto;
	padding: 0 15px;
}
.hidethispermanently{
	display:none !important;
}
.flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	-moz-align-content: flex-start;
	-ms-align-content: flex-start;
	align-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.nowrap{
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.justify-content-between{
    -webkit-justify-content:space-between;
    -ms-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content:space-between;
}
.justify-content-around{
    -webkit-justify-content:space-around;
    -ms-justify-content:space-around;
    -moz-justify-content:space-around;
    justify-content:space-around;
}
.justify-content-center{
    -webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.justify-content-end{
    justify-content:flex-end;
    -webkit-justify-content:flex-end;
    -ms-justify-content:flex-end;
    -moz-justify-content:flex-end;
}
.align-items-center{
    -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.align-items-stretch{
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
}
.align-items-end{
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.align-content-end{
	-webkit-align-content: flex-end;
	-moz-align-content: flex-end;
	-ms-align-content: flex-end;
	align-content: flex-end;
}
.align-content-center{
	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	align-content: center;
}
.page-template-content{
	position: relative;
	z-index: 50;
}

.grecaptcha-badge{
	display:none !important;
}
/********************************************************************************************************************************************************************************/
/**************************************************** LIGHTBOX ******************************************************************************************************************/
/********************************************************************************************************************************************************************************/

.wokione-lightbox{
	display:none;
	position: fixed;
	width:100vw;
	height:100vh;
	z-index: 2222;
	left: 0;
	top: 0;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.35); 
	overflow: scroll;
}
.wokione-lightbox.active{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.wokione-lightbox-container{
	width: calc(100% - 30px);
	margin: 0 15px;
	background: #fff;
	border-radius: 24px;
	overflow: auto;
	position: relative;
	padding: 80px;
	cursor: default;
	max-width: 1290px;
	max-height: 100vh;
}
.wokione-lightbox-close {
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
	transition: transform .25s ease-in-out;
}
.wokione-lightbox-close:hover{
	transform: rotate(-90deg);
}
.wokione-lightbox-close {
	position: absolute;
	top: 80px;
	right: 100px;
	width: 63px;
	height: 63px;
	transition: transform .25s ease-in-out;
	background-image: url('images/lightbox-close.svg');
	background-size: 26px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(125, 144, 246, 0.08);
	border-radius: 100%;
}
.lightbox-form{
	
}


/********************************************************************************************************************************************************************************/
/**************************************************** HEADER ********************************************************************************************************************/
/********************************************************************************************************************************************************************************/

.site-backgrounds{
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left:0;
	top:0;
	background:#F5F5F7;
	opacity: 0.4;
}
.site-backgrounds-layer{
	position: relative;
	width: 100%;
	height: 850px;
}
.site-backgrounds-layer1-circle{
	position: absolute;
	width: 383.551px;
	height: 383.551px; 
	opacity: 0.4;
	-webkit-filter: blur(100px);
	filter: blur(100px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border-radius: 100%;
}
.site-backgrounds-layer1-circle1{
	z-index:1;
	left: -15px;
	top: 340px;
	background-color: #5285F3;
}
.site-backgrounds-layer1-circle2{
	z-index:2;
	left: 285px;
	top: 425px;
	background-color: #ECABE3;
}
.site-backgrounds-layer1-circle3{
	z-index:3;
	left: 220px;
	top: 225px;
	background-color: #F352D6;
}
.site-backgrounds-layer1-circle4{
	z-index:4;
	left: 355px;
	top: 150px;
	background-color: #FF9A87;
}
.site-backgrounds-layer1-circle5{
	z-index:5;
	left: 110px;
	top: 655px;
	background-color: #F3C052;
}
.site-backgrounds-layer1-circle6{
	width: 452.018px;
	height: 452.018px; 
	z-index:6;
	left: 830px;
	top: 10px;
	background-color: #52F36F;
}


#header{
	background: #fff;
	padding: 12px 0;
	position: relative;
	z-index: 100;
}
.header-logo{
	margin-right: 35px;
	max-width: 160px;
	max-height: 48px;
}
.header-logo img{
	max-width: 100%;
	max-height: 100%;
}
.header-logo-mobile{
	display:none;
}
.header-register-btn{
	border-radius: 45px;
	background: #323232;
	display: block;
	text-align: center;
	padding: 13px 40px;
	min-width: 200px;
	margin-right: 10px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	border: 1px solid #323232;
}
.header-register-btn:hover{
	background: #fff;
	color:#323232;
}
.header-login-btn{
	border-radius: 16px;
	background: #fff;
	display: block;
	text-align: center;
	padding: 13px 22px;
	min-width: 80px;
	margin-right: 10px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	color: #23372A;
	border: 0px solid #64AB76;
}
.header-login-btn:hover{
	background: #F7F7F7;
	color: #323232;
}
.header-consult-btn{
	border-radius: 16px;
	background: #fff;
	display: block;
	text-align: center;
	padding: 13px 10px;
	min-width: 80px;
	margin-right: 10px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	color: #23372A;
	border: 0px solid #64AB76;
	position: relative;
	margin-right:0;
}
.header-consult-btn::after{
	content:'';
	position: absolute;
	right: 0px;
	top:14px;
	width:1px;
	height:20px;
	background: rgba(0, 0, 0, 0.10);
}
.header-consult-btn:hover{
	background: #F7F7F7;
	color: #323232;
}
.header-consult-btn:hover::after{
	display:none;
}
.header-lang-switcher{
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color:#3D3B35;
	padding: 0 20px 0 10px;
	background-image: url(images/menu-arrowdown.svg);
	background-position: 100% center;
	background-repeat: no-repeat;
	background-size: 14px auto;
	cursor:pointer;
}
.header-lang-switcher-flag{
	margin-right: 6px;
}
.header-lang-switcher-list{
	display:none;
	position: absolute;
	z-index: 101;
	width: 100%;
	left: 0;
	top: 35px;
	padding: 10px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.45);
	list-style: none;
}
.header-lang-switcher-list li:not(:last-child){
	margin-bottom: 6px;
}
.header-lang-switcher.active .header-lang-switcher-list{
	display:block;
}

.main-menu{
	height: 48px;
	margin-right: auto;
}
.main-menu > .menu-item{
	height:100%;
}
.menu-item{
	padding: 0;
	margin-right: 30px;
}
.menu-item.has-submenu {
	padding-right: 18px;
	background-image: url(images/menu-arrowdown.svg);
	background-position: calc(100% - 0px) center;
	background-repeat: no-repeat;
	background-size: 12px auto;
}
.main-menu-link.level-1{
	font-size: 13px;
	font-weight: 600;
	line-height: 24px;
	color:#0D333F;
	height:100%;
}

.main-submenu{
	display:none;
	background: #fff;
	position: absolute;
	z-index: 100;
	left: 0;
	width: 100vw;
	top: 63px;
}
.menu-item:hover .main-submenu{
	display:block;
}
.main-submenu-flex{
	padding: 20px 0;
}
.main-submenu-left{
	width:calc(100% - 450px);
}
.main-submenu-right{
	width:450px;
	border-left: 1px solid #DBDADE;
	padding-left: 50px;
}
.main-submenu-col4-title{
	color: #64AB76;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	padding: 16.5px 0;
}
.main-submenu-col4-item{
	border-radius: 24px;
	border: 1px solid #DBDADE;
	background: #FFF;
	overflow: hidden;
	max-width: 300px;
}
.main-submenu-col4-item-image{
	width: 100%;
	height: auto;
	max-height: 190px;
	margin-bottom: 10px;
}
.main-submenu-col4-item-title{
	color: #64AB76;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 36px;
	padding: 0 20px;
	margin-top: 10px;
}
.main-submenu-col4-item-text{
	color: #4B465C; 
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
	padding: 0 20px;
	margin-bottom: 16px;
	opacity: 0.8;
}
.main-submenu-col4-item-btn{
	border-radius: 8px;
	background: #64AB76;
	padding: 13px;
	margin: 0 20px 24px;
	display: block;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #fff;
	border: 1px solid #64AB76;
}
.main-submenu-col4-item-btn:hover{
	color: #23372A;
	background: #fff;
}
.main-submenu-left-col{
	width: 25%;
	padding-right: 10px;
}
.main-submenu-col-title{
	color: #64AB76;
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
	padding: 16.5px 0;
}
.main-submenu-col-link{
	color: #3D3B35;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
	display: block;
}
.main-submenu-col-link:hover{
	text-decoration: underline;
}
.main-submenu-col-link.main-submenu-col-link-bold{
	font-weight: 600;
}
.main-menu-close,
.main-submenu-close{
	display:none;
}
@media screen and (max-width: 1300px){
	.header-logo {
		margin-right: 15px;
	}
	.header-register-btn {
		padding: 13px 20px;
	}
	.header-login-btn {
		padding: 13px 10px;
	}
	.menu-item {
		margin-right: 15px;
	}
}
@media screen and (max-width: 1200px){
	.header-logo {
		margin-right: 10px;
	}
	.header-logo-desktop{
		display:none;
	}
	.header-logo-mobile {
		display: block;
	}
	.header-register-btn {
		padding: 13px 20px;
		min-width: unset;
	}
	.menu-item.has-submenu{
		padding-right: 20px;
		background-position: 100% center;
	}
	.menu-item{
		margin-right: 10px;
	}
}
@media screen and (max-width: 990px){
	.main-submenu-left {
		width: calc(100% - 300px);
	}
	.main-submenu-right {
		width: 300px;
		padding-left: 25px;
	}
	.main-submenu-col4-item {
		border-radius: 15px;
		max-width: 250px;
	}
	.main-submenu-left-col {
		width: 50%;
	}
	.main-submenu-col-title {
		font-size: 18px;
		line-height: 22px;
		padding: 10px 0;
	}
	.main-submenu-col-link {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 20px;
	}
	.main-submenu-col4-title {
		font-size: 18px;
		line-height: 22px;
		padding: 10px 0;
	}
	.main-submenu-col4-item-title {
		font-size: 18px;
		padding: 0 10px;
	}
	.main-submenu-col4-item-text {
		font-size: 14px;
		line-height: 20px;
		padding: 0px 10px;
		margin-bottom: 10px;
	}
	.main-submenu-col4-item-btn {
		padding: 10px;
		margin: 0 10px 15px;
		font-size: 14px;
	}
}
@media screen and (max-width: 768px){
	.header-row{
		gap: 5px;
	}
	.main-menu{
		display:none;
	}
	.header-burger {
		display: flex;
		width: 50px;
		height: 50px;
		border-radius: 10px;
		border: 1px solid #64AB76;
		margin-right: auto;
		cursor: pointer;
	}
	.header-burger span {
		margin: 3px auto;
		border-radius: 3px;
		height: 3px;
		width: 55%;
		background: #64AB76;
	}
	.main-menu.active{
		display: block;
		position: absolute;
		z-index: 200;
		background: #fff;
		width: 100vw;
		top: 0;
		left: 0;
		height: auto;
		adding: 30px 0;
		border-bottom: 1px solid #DBDADE;
	}
	.main-menu > .menu-item {
		height: 40px;
		max-width: 250px;
	}
	.main-submenu {
		top: 0;
	}
	.main-submenu-flex {
		padding: 30px 0 20px;
	}
	.main-menu-close,
	.main-submenu-close {
		display: block;
		position: absolute;
		right: 10px;
		top: 5px;
		width: 30px;
		height: 30px;
		background-image: url('images/lightbox-close.svg');
		background-size: 12px;
		background-position: center;
		background-repeat: no-repeat;
		background-color: rgba(125, 144, 246, 0.18);
		border-radius: 100%;
		cursor: pointer;
	}
	.menu-item:hover .main-submenu {
		display: none;
	}
	.main-submenu.active{
		display: block !important;
	}
	.header-consult-btn,
	.header-login-btn,
	.header-register-btn{
		font-size: 13px;
	}
	.header-consult-btn::after {
		display:none;
	}
}
@media screen and (max-width: 650px){
	.main-submenu-left {
		width: 100%;
	}
	.main-submenu-right {
		width: 100%;
		padding-left: 0;
		border: none;
	}
	.main-submenu-col4-title {
		text-align: center;
	}
	.main-submenu-col4-item-image {
		display: none;
	}
	.main-submenu-col4-item {
		border-radius: 10px;
		margin: auto;
	}
}
@media screen and (max-width: 400px){
	.main-submenu-left-col {
		width: 100%;
	}
	.main-submenu-col4-title {
		text-align: left;
	}
	.main-submenu-col4-item {
		margin: 0;
	}
}
/********************************************************************************************************************************************************************************/
/**************************************************** FOOTER ********************************************************************************************************************/
/********************************************************************************************************************************************************************************/

#footer{
	padding: 20px 0;
	background: #141414;
	color:#fff;
}
.footer-menu-col{
	width: 25%;
	padding-right: 10px;
	margin-bottom: 4px;
}
.footer-menu-col-title{
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	padding: 20px 0;
	margin-bottom: 8px;
}
.footer-menu-col-link{
	display: block;
	color: #FFF;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 16px;
}
.footer-menu-col-link:hover{
	text-decoration: underline;
}
.footer-menu-col-link.footer-menu-col-link-bold{
	margin-top: 24px;
	font-weight: 600;
}

.footer-row-2{
	padding: 12px 0;
}
.footer-search{
	width:75%;
}
.footer-addtext{
	width: 25%;
}
.footer-searchform-button{
	display:none;
}
.footer-searchform-input{
	background-color: transparent;
	border-radius: 4px;
	border: 1px solid #BABEC5;
	padding: 7px 8px 7px 32px;
	width: 228px;
	color: #D4D7DC;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	font-family: Segoe UI,sans-serif;
	outline: none;
	background-image: url(images/footer-search.svg);
	background-position: 8px center;
	background-repeat: no-repeat;
	background-size: 16px auto;
}
.footer-addtext-text{
	color: #D4D7DC;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.footer-row-3{
	border-top: 1px solid #6B6C72;
	border-bottom: 1px solid #6B6C72;
	padding: 16px 0;
}
.footer-row-3-left{
	width:25%;
}
.footer-row-3-center{
	width:50%;
}
.footer-row-3-right{
	width:25%;
}
.footer-sitemap-title{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.wokione-flags-opener-flag{
	max-width: 27px;
	max-height: 20px;
}
.wokione-flags-opener-text{
	color: #FFF;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	margin-left: 8px;
	padding-right: 22px;
	background-image: url(images/footer-arrowdown.png);
	background-position: 100% 8px;
	background-repeat: no-repeat;
	background-size: 15px auto;
}
.footer-social-link{
	display: block;
	margin-right: 20px;
}
.footer-social-link-image{
	max-width: 20px;
	max-height: 20px;
}


.footer-row-4{
	padding: 40px 0;
}
.footer-row-4-left{
	width:50%;
}
.footer-row-4-right{
	width:50%;
}
.footer-logo{
	margin-bottom: 18px;
}
.footer-bottom-menu-link{
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 25.06px;
	display: block;
}
.footer-bottom-menu-link:hover{
	text-decoration: underline;
}
.footer-text{
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 20.02px;
}
.footer-text > *{
	margin-bottom: 13px;
}
.footer-text a{
	color:#fff;
}
.footer-text a:hover{
	text-decoration: underline;
}

.countries-lightbox-title{
	color: #3D3B35;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: bold;
	line-height: 52px;
	margin-bottom: 20px;
	padding: 0 90px;
}
.countries-lightbox-section-switchers{
	border-bottom: 1px solid #DBDADE; 
	margin-bottom: 20px;
}
.countries-lightbox-section-switch{
	border-bottom: 2px solid transparent;
	padding: 8px 16px 6px;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: -1px;
}
.countries-lightbox-section-switch.active{
	border-color: #5285F3;
	font-weight: 600;
}


.countries-lightbox-section{
	display:none;
	width:100%;
}
.countries-lightbox-section.active{
	display:block;
}
.countries-lightbox-section-col{
	width:25%;
}
.countries-lightbox-country img{
	max-width: 26px;
	max-height: 20px;
	margin-right: 4px;
}
.countries-lightbox-country{
	color: #000;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 16px;
}
@media screen and (max-width: 1080px){
	.footer-search {
		width: 50%;
	}
	.footer-addtext {
		width: 50%;
		text-align: right;
	}
}
@media screen and (max-width: 990px){
	.wokione-lightbox-container {
		border-radius: 15px;
		padding: 25px;
	}
	.wokione-lightbox-close {
		top: 15px;
		right: 15px;
		width: 40px;
		height: 40px;
		background-size: 20px;
	}
}
@media screen and (max-width: 768px){
	.footer-menu-col {
		width: 50%;
	}
	.footer-menu-col-title {
		font-size: 14px;
		padding: 10px 0;
	}
	.footer-menu-col-link {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.footer-search,
	.footer-addtext{
		width: 50%;
	}
	.footer-addtext-text {
		font-size: 14px;
		line-height: 18px;
	}
	.footer-row-3-left, 
	.footer-row-3-center {
		width: 50%;
	}
	.footer-row-3-right {
		margin-top: 10px;
		width: 100%;
	}
	.wokione-flags-opener-text {
		font-size: 14px;
		line-height: 18px;
	}
	.wokione-lightbox-container {
		border-radius: 10px;
		padding: 15px;
	}
	.countries-lightbox-title {
		font-size: 25px;
		line-height: 40px;
		margin-bottom: 0;
		padding: 0 35px;
	}
	.countries-lightbox-section-switch {
		padding: 4px 8px 4px;
	}
	.countries-lightbox-section-switchers {
		margin-bottom: 15px;
	}
	.countries-lightbox-section-col {
		width: 50%;
	}
	.countries-lightbox-country {
		line-height: 20px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 550px){
	.footer-menu-col {
		width: 100%;
		padding-right: 0;
	}
	.footer-search,
	.footer-addtext{
		width: 100%;
		text-align: left;
	}
	.footer-addtext-text {
		margin-top: 10px;
	}
	.footer-row-3-left{
		width: 100%;
	}
	.footer-row-3-center {
		margin-top: 10px;
		width: 100%;
	}
	.footer-row-4 {
		padding: 20px 0 0;
	}
	.footer-row-4-left {
		width: 100%;
	}
	.footer-row-4-right {
		width: 100%;
		margin-top: 10px;
	}
	.wokione-lightbox-close {
		top: 5px;
		right: 5px;
		width: 30px;
		height: 30px;
		background-size: 15px;
	}
}

/********************************************************************************************************************************************************************************/
/**************************************************** MAIN PAGE *****************************************************************************************************************/
/********************************************************************************************************************************************************************************/

/* всі слайдери SLICK на головній */
.slick-arrow{
	position: absolute;
	bottom: -64px;
	left:0;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	border: none;
	cursor: pointer;
	background-color: #fff;
	font-size: 0;
	color: transparent;
	background-image: url(images/main-hero-arrow-left.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 45px;
	left:0;
	box-shadow: 0 0 1px #ddd;
	z-index: 100;
}
.slick-arrow.slick-next{
	transform: rotate(180deg);
	left:unset;
	right:0;
}
.slick-dots{
	position: absolute;
	bottom: -64px;
	display: flex;
	list-style: none;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: calc(100% - 128px);
	padding: 22px 0;
	margin-left: 64px;
}
.slick-dots li{
	display: flex;
}
.slick-dots li button{
	width: 16px;
	height: 16px;
	border-radius: 100%;
	font-size: 0;
	color: transparent;
	padding: 0;
	margin: 0;
	appearance: none;
	background: #323232;
	opacity: 0.5;
	border: none;
	cursor: pointer;
	margin: 0 8px;
}
.slick-dots li.slick-active button{
	background: #323232;
	width: 20px;
	height: 20px;
	opacity:1;
}
@media screen and (max-width: 768px){
	.slick-arrow {
		bottom: -40px;
		width: 40px;
		height: 40px;
		background-size: 30px;
	}
	.slick-dots {
		bottom: -40px;
		width: calc(100% - 80px);
		padding: 10px 0;
		margin-left: 40px;
	}
	.slick-dots li button {
		margin: 0 4px;
	}
}



/* HERO */
.main-hero{
	padding: 56px 0;
	background: #fff;
}
.main-hero-slider{
	margin-bottom: 64px;
}
.main-hero-slide-flex{
	margin-bottom: 39px;
}
.main-hero-slide-left{
	width: 50%;
	padding-right: 50px;
}
.main-hero-slide-right{
	width: 50%;
	padding-left: 50px;
}
.main-hero-slide-title{
	color: #3D3B35;
	font-size: 40px;
	font-weight: 700;
	line-height: 65px;
	margin-bottom: 23px;
}
.main-hero-slide-list{
	list-style: none;
}
.main-hero-slide-list-item{
	list-style: none;
	background-image: url(images/main-hero-marker.svg);
	background-position: 0 9px;
	background-repeat: no-repeat;
	background-size: 16px auto;
	padding-left: 26px;
	color: #3D3B35;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 10px;
}
.main-hero-slide-buttons{
	margin-top: 23px;
	gap: 20px 0;
}
.main-hero-slide-button{
	padding: 13px 40px;
	display: block;
	border-radius: 45px;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	border: 1px solid transparent;
}
.main-hero-slide-button-1,
.main-hero-slide-button-2:hover{
	background: #323232;
	color: #Fff;
	margin-right: 24px;
}
.main-hero-slide-button-2,
.main-hero-slide-button-1:hover{
	color: #323232; 
	background: #fff;
	border-color: #323232;
}

@media screen and (max-width: 1200px){
	.main-hero-slide-title {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.main-hero-slide-left {
		width: 65%;
		padding-right: 15px;
	}
	.main-hero-slide-right {
		width: 35%;
		padding-left: 15px;
	}
	.main-hero-slide-list-item {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.main-hero-slide-button {
		padding: 13px 20px;
		font-size: 14px;
	}
}
@media screen and (max-width: 768px){
	.main-hero {
		padding: 25px 0;
	}
	.main-hero-slide-left {
		width: 100%;
		padding-right: 0;
	}
	.main-hero-slide-right {
		display:none;
	}
	.main-hero-slide-title {
		font-size: 25px;
		line-height: 30px;
	}
	.main-hero-slide-flex {
		margin-bottom: 20px;
	}
	.main-hero-slider {
		margin-bottom: 40px;
	}
}

/* PLANS */
.main-plans{
	margin: 120px 0;
}
.main-plans-title{
	color: #3D3B35;
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	line-height: 65px;
	margin-bottom: 30px;
	background: linear-gradient(82deg, #FF3D3D 30%, #5956FF 60%);
    background-clip: border-box;
	background-clip: border-box;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.main-plans-title span{
	color: #141414; 
	background: #141414;
	background-clip: border-box;
	background-clip: border-box;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.main-plans-subtitle{
	color: #3D3B35;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 40px;
}
.main-plans-stages{
	padding: 28px 0;
}
.main-plans-stage-number{
	border-radius: 100%;
	background: #323232;
	color: #FFF;
	width:36px;
	height: 36px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 34px;
	margin-right: 9px;
	box-shadow: 0 0 1px #ddd;
}
.main-plans-stage-text{
	color: #141414;
	font-size: 20px;
	font-weight: 700;
	line-height: 27px; 
}
.main-plans-stage:not(:last-child){
	margin-right: 20px;
}
.main-plans-stage-separator{
	opacity: 0.3;
	background: #657CF6;
	width: 56px;
	height: 1px;
	margin-right: 20px;
}

.main-plans-plans{
	gap: 60px;
}
.main-plans-plan{
	width:350px;
	padding: 65px 26px 26px;
	border-radius: 24px;
	background: #FAFAFA;
	//box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	position: relative;
}
.main-plan-popular-badge{
	border-radius: 20px;
	background: rgba(100, 171, 118, 0.16);
	position: absolute;
	top: 26px;
	right: 26px;
	padding: 5px 10px 5px 24px;
	color: #141414;
	font-size: 13px;
	font-weight: 600;
	line-height: 14px;
}
.main-plan-popular-badge::before{
	content:'';
	display:block;
	position: absolute;
	left: 10px;
	top: 8px;
	width:10px;
	height:10px;
	border-radius: 100%;
	background:#64AB76;
}
.main-plans-plan-img-wrap{
	height:200px;
	margin-bottom: 12px;
}
.main-plans-plan-img-wrap img{
	max-height: 100%;
	max-width: 100%;
	display:block;
	margin: auto;
}
.main-plan-title{
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 6px;
}
.main-plan-subtitle{
	color: #3D3B35;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 8px;
}
.main-plan-price-currency{
	color: #37352F;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	margin-top: 15px;
	margin-right: 5px;
}
.main-plan-price-number{
	color: #37352F;
	font-size: 48px;
	font-weight: 500;
	line-height: 68px;
	margin-right: 5px;
}
.main-plan-price-text{
	color: #3D3B35;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	margin-top: 8px;
}
.main-plan-custonprice{
	color: #37352F;
	font-size: 32px;
	font-weight: 500;
	line-height: 56px;
	text-align: center;
	margin-bottom: 12px;
}
.main-plan-list{
	list-style: none;
}
.main-plan-list-item{
	list-style: none;
	background-image: url(images/main-plan-list-item.svg);
	background-position: 0 3px;
	background-repeat: no-repeat;
	background-size: 16px auto;
	color: #3D3B35;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 10px;
	padding-left: 24px;
}
.main-plan-button{
	margin-top: 40px;
	padding: 13px;
	display: block;
	border-radius: 45px;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.11), 0px 1px 2px 0px rgba(0, 0, 0, 0.05); 
	color: #323232;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
}
.main-plan-button:hover{
	color: #fff;
	background: #323232;
}
@media screen and (max-width: 1120px){
	.main-plans {
		margin: 50px 0;
	}
	.main-plans-title {
		font-size: 40px;
		line-height: 50px;
	}
	.main-plans-stages {
		padding: 20px 0;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		gap: 10px 0;
	}
	.main-plans-stage-separator {
		display: none;
	}
	.main-plans-plans{
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}
}
@media screen and (max-width: 768px){
	.main-plans {
		margin: 50px 0;
	}
	.main-plans-title {
		font-size: 25px;
		line-height: 30px;
	}
	.main-plans-plans {
		gap: 25px;
	}
	.main-plans-stage,
	.main-plans-stage:not(:last-child) {
		margin-right: 0;
		width: 100%;
	}
	.main-plans-stage-text{
		width:calc(100% - 36px);
	}
	.main-plans-stage-text {
		font-size: 18px;
		line-height: 22px;
	}
}


/* PLANS COMPARE  */
.main-plans-compare{
	margin: 120px 0;
}
.main-plans-compare-table-wrap{
	border-radius: 24px;
	background: #FFF;
	//box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 80px;
	margin-bottom: 30px;
}
.main-plans-compare-title {
	color: #000;
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	line-height: 65px;
	margin: 0 auto 30px;
}
.main-plans-compare-title span {
	background: linear-gradient(82deg, #FF3D3D 0%, #5956FF 100%);
	background-clip: border-box;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.main-plans-compare-subtitle{
	color: #3D3B35;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 20px;
}
.main-plans-compare-table-desktop{
	background: #FAFAFA;
}
.main-plans-compare-table-head{
	border-radius: 6px 6px 0px 0px;
	border-bottom: 1px solid #DBDADE;
}
.main-plans-compare-table-content-left{
	width:31%;
}
.main-plans-compare-table-content-right{
	width:69%;
}
.main-plans-compare-table-content-left-head{
	padding: 17.5px 20px;
}
.main-plans-compare-th-title{
	text-transform: uppercase;
	color: #3D3B35;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 4px;
}
.main-plans-compare-th-subtitle{
	color: #323232;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	opacity: 0.4;
}
.main-plans-compare-table-col{
	height:100%;
}
.main-plans-compare-table-col-head{
	padding: 17.5px 5px;
}
.main-plans-compare-table-col-head .main-plans-compare-th-subtitle{
	text-align: center;
}
.main-plans-compare-table-col-head img{
	max-width: 24px;
	max-height: 24px;
	margin-left: 4px;
}

.main-plans-compare-table-body{
	border-left: 1px solid #DBDADE;
	border-right: 1px solid #DBDADE;
}
.main-plans-compare-table-row{
	border-bottom: 1px solid #DBDADE;
}
.main-plans-compare-table-row:nth-child(2n-1){
	background:#FBFBFC;
}
.main-plans-compare-row-title{
	padding: 11px 20px;
	color: #323232;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.main-plans-compare-table-col-yes{
	border-radius: 20px;
	background-color: rgba(100, 171, 118, 0.08);
	width: 20px;
	height: 20px;
	background-image: url('images/main-plans-compare-table-col-yes.svg');
	background-position: center;
	background-repeat: no-repeat;
}
.main-plans-compare-table-col-no{
	border-radius: 20px;
	background-color: rgba(168, 170, 174, 0.08);
	width: 20px;
	height: 20px;
	background-image: url('images/main-plans-compare-table-col-no.svg');
	background-position: center;
	background-repeat: no-repeat;
}
.main-plans-compare-table-col-text{
	color: #1E3245;
	font-size: 13px;
	font-weight: 400;
	line-height: 14px;
	padding: 5px 10px 6px 24px;
	border-radius: 20px;
	background: rgba(0, 207, 232, 0.16);
	position: relative;
}
.main-plans-compare-table-col-text::before{
	content:'';
	display:block;
	position: absolute;
	left: 10px;
	top: 8px;
	width:10px;
	height:10px;
	border-radius: 100%;
	background:#6896B9;
}

.main-plans-compare-table-footer{
	border-radius: 0px 0px 6px 6px;
}
.main-plans-compare-table-col-footer{
	padding: 21px 5px;
	text-align: center;
}

.main-plans-compare-table-button{
	display: inline-block;
	border-radius: 45px;
    background: #FFF;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.11), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    padding: 18.5px 20px;
	max-width: 100%;
	color: #23372A;
	text-align: left;
	font-size: 19px;
	font-weight: 600;
	line-height: 21px;
	width: 50%;
	background-image: url('images/gradient_right.svg');
	background-position: 106px 24px;
	background-repeat: no-repeat;
	min-width: 151px;
}
.main-plans-compare-table-button:hover{
	color: #fff;
	background:#323232;

	background-position: right;
	background-repeat: no-repeat;
}

.main-plans-compare-table-mobile{
	display:none;
	margin-bottom: 20px;
	background-position: right;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1120px){
	.main-plans-compare-table-wrap {
		padding: 15px;
	}
}
@media screen and (max-width: 1120px){
	.main-plans-compare-title {
		font-size: 25px;
		line-height: 30px;
	}
}
@media screen and (max-width: 768px){
	.main-plans-compare{
		margin: 50px 0;
	}
	.main-plans-compare-table-desktop{
		display:none;
	}
	.main-plans-compare-table-mobile{
		display:block;
	}
	.main-plans-compare-table-mobile:last-child{
		margin-bottom:0;
	}
	.main-plans-compare-table-col{
		width:100%;
	}
	.main-plans-compare-table-content-left,
	.main-plans-compare-table-content-right	{
		width: 50%;
	}
	.main-plans-compare-row-title {
		padding: 5px 10px;
		font-size: 14px;
	}
	.main-plans-compare-table-col-footer {
		padding: 15px 5px;
	}
	.main-plans-compare-table-button {
		border-radius: 20px;
		padding: 10px 20px;
		font-size: 18px;
		background-position: 106px 16px;
	}
}


/* CTA */
.main-cta {
	margin: 150px 0 16px;
}
.main-cta-flex{
	border-radius: 30px;
	//background: linear-gradient(0deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%), rgba(100, 171, 118, 0.50);
	//box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.11), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.main-cta-left{
	width: 63%;
	padding: 50px 80px;
}
.main-cta-right{
	width: 37%;
	position: relative;
}
.main-cta-right img{
	position: absolute;
	max-height: 370px;
}
.main-cta-title{
	color: #3D3B35;
	font-size: 26px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 6px;
}
.main-cta-subtitle{
	color: #3D3B35;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 20px;
}
.main-cta-button{
	color: #FAFAFA;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	padding: 13px;
	border-radius: 45px;
	background: #323232;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.11), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	border: 1px solid transparent;
	min-width: 200px;
	display: inline-block;
	text-align: center;
}
.main-cta-button:hover{
	background: #fff;
	border-color: transparent;
	color:#23372A;
}
@media screen and (max-width: 990px){
	.main-cta-left {
		padding: 25px 15px;
	}
}
@media screen and (max-width: 768px){
	.main-cta {
		margin: 25px 0;
	}
	.main-cta-title {
		font-size: 25px;
		line-height: 30px;
	}
	.main-cta-left {
		width: 100%;
		text-align: center;
	}
	.main-cta-right {
		display: none;
	}
}



/* What to do */
.main-whattodo {
	margin: 200px 0 160px;
}
.main-whattodo-title{
	font-size: 60px;
	font-weight: 700;
	line-height: 65px;
	margin-bottom: 40px;
	text-align: center;
}
.main-whattodo-flex{
	gap: 60px;
}
.main-whattodo-item{
	width:350px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.50);
    //box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.11), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	padding: 36px 27px;
	text-align: center;
}
.main-whattodo-item-img-wrap{
	margin-bottom: 15px;
	height: 48px;
}
.main-whattodo-item-img-wrap img{
	display: block;
	margin: auto;
	max-height: 100%;
}
.main-whattodo-item-title{
	text-align: center;
	font-size: 33px;
	font-weight: 700;
	line-height: 44px;
	margin-bottom: 15px;
	min-height: 88px;
}
.main-whattodo-item-subtitle{
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 15px;
}
.main-whattodo-item-button{
	color: #323232;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	padding: 13px;
	border-radius: 45px;
	background: #FFFFFF;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.11), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	border: 1px solid transparent;
	min-width: 159px;
	display: inline-block;
	text-align: center;
}
.main-whattodo-item-button:hover {
	background: #fff;
	border-color: #323232;
	color: #323232;
}

@media screen and (max-width: 990px){
	.main-whattodo {
		margin: 50px 0;
	}
	.main-whattodo-title {
		font-size: 40px;
		line-height: 50px;
	}
	.main-whattodo-flex {
		gap: 30px;
	}
	.main-whattodo-item {
		border-radius: 15px;
		padding: 25px 10px;
	}
	.main-whattodo-item-title {
		font-size: 25px;
		line-height: 30px;
		min-height: unset;
	}
}
@media screen and (max-width: 768px){
	.main-whattodo-title {
		font-size: 25px;
		line-height: 30px;
	}
	.main-whattodo-item {
		width: 300px;
		padding: 15px 10px;
	}
	.main-whattodo-item-title {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 5px;
	}
	.main-whattodo-item-subtitle {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.main-whattodo-item-button {
		font-size: 14px;
		padding: 10px;
	}
}


/* FORMBLOCK */
.main-formblock{
	margin: 120px 0;
}
.main-formblock > .container{
	/*overflow-x: hidden;*/
}
.main-formblock-slider .slick-list{
	/*overflow: visible;*/
}
.main-formblock-title{
	text-align: center;
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
	margin-bottom: 60px;
}
.main-formblock-title span{
	background: linear-gradient(82deg, #FF3D3D 0%, #5956FF 100%);
    background-clip: border-box;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.main-formblock-wrap{
	border-radius: 12px;
	background: #F6F5F4; 
	padding: 36px 45px 12px;
}
.main-formblock-slider{
	position: relative;
	margin-top: -80px;
	bottom: -80px;
}
.main-formblock-slide-flex{
	padding-bottom: 80px;
}
.main-formblock-slide{
	padding: 43px 0;
}
.main-formblock-slide-left{
	padding-top: 50px;
	padding-right: 15px;
	width:50%;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.main-formblock-slide-right{
	width: calc(50% - 40px);
	position: relative;
}
.main-formblock-slide-text{
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	padding-left: 20px;
	max-width: 420px;
}
.main-formblock-slide-image,
.main-formblock-formslide-image{
	width:100%;
	margin-top: auto;
}
.main-formblock-slide-right-bg-1{
	left:0;
	top:0;
	width: 100%;
	height: calc(100% + 60px);
	position: absolute;
	border-radius: 16px;
	background: #F5F5F7;
	box-shadow: 8px 0px 20px 0px rgba(13, 51, 63, 0.15);
	z-index: 2;
}
.main-formblock-slide-right-bg-2{
	left:20px;
	top:18px;
	width: calc(100% - 10px);
	height: calc(100% - 20px);
	position: absolute;
	border-radius: 16px;
	background: #DBEDEE;
	z-index: 1;
}
.main-formblock-slide-right-bg-3{
	left:41px;
	top:25px;
	width: calc(100% - 25px);
	height: calc(100% - 25px);
	position: absolute;
	border-radius: 16px;
	background: #DBEDEE;
	z-index: 0;
}
.main-formblock-slide-right-content {
	position: relative;
	z-index: 3;
	padding: 80px 60px 164px;
	border-radius: 16px;
	background: #FFF;
}
.main-formblock-slide-text-right{
	font-size: 19px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 48px;
	max-width: 200px;
}
.main-formblock-slide-right-box-flex{
	padding: 29px 20px;
	margin-bottom: 10px;
	border-radius: 4px;
	background: #FAFAFA; 
}
.main-formblock-slide-right-box-text{
	cursor: pointer;
	width: calc(100% - 20px);
	max-width: 290px;
	color: #0D333F;
	font-size: 15px;
	line-height: 16px;
	font-weight: 400;
	padding-left: 32px;
	background-image: url('images/main-formblock-slide-right-box-text-unchecked.png');
	background-position: 0 center;
	background-size: 22px;
	background-repeat: no-repeat;
}
.main-formblock-slide-right-box-text.active{
	background-image: url('images/main-formblock-slide-right-box-text-checked.png');
}
.main-formblock-slide-right-box-hint{
	position: relative;
	width: 14px;
	height: 14px;
	cursor: pointer;
	background-image: url('images/main-formblock-slide-right-box-hint.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.main-formblock-slide-right-box-hint::after{
	content: url('images/main-formblock-slide-right-box-hint-content-bg.svg');
	position: absolute;
	top: -16px;
	left: -5px;
	display: none;
}
.main-formblock-slide-right-box-hint-content{
	position: absolute;
	top: -144px;
	left: -180px;
	width: 261px;
	height: 130px;
	overflow-y: auto;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 10px 20px 20px;
	display: none;
}
.main-formblock-slide-right-box-hint-title{
	font-size: 13px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 8px;
}
.main-formblock-slide-right-box-hint-text{
	color: #0D333F;
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
}
.main-formblock-slide-right-box-hint:hover::after,
.main-formblock-slide-right-box-hint:hover .main-formblock-slide-right-box-hint-content{
	display:block;
}
.main-page .main-formblock .slick-dots {
	bottom: unset;
	top: 35px;
	justify-content: flex-start;
	padding: 20px 0px;
	margin-left: 20px;
}
.main-page .main-formblock .slick-dots li button{
	margin: 0 4px 0 0;
	width: 50px;
	height: 4px;
	border-radius: 1px;
	background: #fff;
}
.main-page .main-formblock .slick-dots li.slick-active button{
	height: 8px;
	background: #0A85D1; 
}
.main-page .main-formblock .slick-arrow{
	bottom: 193px;
	background-image: unset;
	border: 1px solid #323232;
	text-align: center;
	font-size: 19px;
	font-weight: 700;
	line-height: 25px;
	padding: 15.5px;
	text-align: center;
	width: 150px;
	height: auto;
	transform: none;
	z-index: 100;
	left: auto;
	border-radius: 45px;
	background-color: #323232;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.11), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	color: rgba(255, 255, 255, 0.88);
	background-repeat: no-repeat;
}
.main-page .main-formblock .slick-arrow.slick-next{
	background-image: url('images/btn-arrow-left.svg');
	background-size: 24px auto;
	background-position: 93px center;
	right: 60px;
	padding-right: 70px;
	padding-left: 20px;
}
.main-page .main-formblock .slick-arrow.slick-prev{
	background-image: url('images/btn-arrow-right.svg');
	background-size: 24px auto;
	background-position: 20px center;
	right: 230px;
	padding-left: 70px;
	padding-right: 20px;
}
.main-page .main-formblock .slick-arrow:hover{
	color: #323232;
	background-color:#fff;
	background-image:none;
}
.main-formblock-formslide-title{
	font-size: 40px;
	font-weight: 700;
	line-height: 52px;
	margin-bottom: 24px;
	margin-top: -40px;
}
.main-formblock-formslide-text{
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	max-width: 400px;
}
.home-formblock-textarea{
	display: none;
	resize: none;
	width: 100%;
}
.home-formblock-theform-title{
	font-size: 19px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 48px;
	margin-top: 30px;
}
.home-formblock-theform-wrap{
	border-radius: 4px;
	background: #FFF;
	padding: 20px;
	margin-bottom: 48px;
}
.home-formblock-theform-label{
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 8px;
	display: block;
}
.home-formblock-theform-row input{
	border-radius: 6px;
	border: 1px solid #DBDADE;
	display: block;
	width: 100%;
	padding: 10px 14px;
	color: #6F6B7D;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.main-formblock input[type="submit"],
.home-formblock-theform-row input[type="submit"],
.home-formblock-theform-submit input{
	color: #323232;
	background:#fff;
	border-radius: 45px;
	border: 1px solid #323232;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	padding: 13px 40px;
	display: inline-block;
	width: auto;
	cursor: pointer;
}
.main-formblock input[type="submit"]:hover,
.home-formblock-theform-row input[type="submit"]:hover,
.home-formblock-theform-submit input:hover{
	color: #fff;
	background:#323232;
}
.home-formblock-theform-submit {
	text-align: right;
}
.main-formblock .wpcf7-spinner{
	display:none !important;
}
.main-formblock .wpcf7-form{
	position: relative;
}
.main-formblock .wpcf7 form .wpcf7-form-control-wrap {
	position: relative;
	display: block;
}
.main-formblock .wpcf7 form .wpcf7-response-output {
	position: absolute;
	margin: 20px 0 0;
}
.main-formblock .wpcf7 form .wpcf7-not-valid-tip {
	display: block;
	position: absolute;
	width: inherit;
	bottom: 0px;
	left: 5px;
	font-size: 12px;
}

@media screen and (max-width: 1200px){
	.main-formblock-slide {
		padding: 35px 15px 0;
	}
	.main-formblock-slide-right-content {
		padding: 25px 25px 100px 25px;
	}
	.main-formblock-slide-text-right {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 25px;
	}
	.main-formblock-slide-right-box-flex {
		padding: 15px;
	}
	.main-page .main-formblock .slick-arrow.slick-next {
		right: 40px;
	}
	.main-page .main-formblock .slick-arrow.slick-prev {
		right: 210px;
	}
	.main-formblock-slide-text,
	.main-formblock-formslide-text{
		font-size: 14px;
		line-height: 20px;
	}
	.home-formblock-theform-title {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 25px;
		margin-top: 0;
	}
	.main-formblock-formslide-title {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 15px;
	}
	.main-page .main-formblock .slick-dots {
		margin-left: 35px;
	}
}
@media screen and (max-width: 990px){
	.main-formblock {
		margin: 50px 0;
	}
	.main-formblock-title {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 25px;
	}
	.main-formblock-slide-right-content {
		padding: 25px 25px 150px 25px;
	}
	.main-page .main-formblock .slick-arrow {
		bottom: 170px;
	}
	.main-formblock-wrap {
		padding: 36px 15px 12px;
	}
	.main-formblock-slide {
		padding: 35px 0 0;
	}
	.main-page .main-formblock .slick-arrow.slick-prev {
		background-size: 15px auto;
		right: 170px;
		padding-left: 40px;
		padding-right: 20px;
		width: 125px;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 15px;
	}
	.main-page .main-formblock .slick-arrow.slick-next {
		background-size: 15px auto;
		right: 25px;
		padding-right: 40px;
		padding-left: 20px;
		width: 125px;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 15px;
	}
}
@media screen and (max-width: 800px){
	.main-formblock-slide-left {
		width:100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.main-formblock-slide-image,
	.main-formblock-formslide-image{
		display:none;
	}
	.main-formblock-slide-right {
		width: calc(100% - 15px);
	}
	.main-formblock-slider{
		margin-top: -20px;
		bottom: -20px;
	}
	.main-formblock-slide-flex {
		padding-bottom: 20px;
	}
	.main-formblock-slide {
		padding: 0 15px;
	}
	.main-page .main-formblock .slick-dots {
		top: 0;
	}
	.main-formblock-slide-right-bg-1 {
		height: calc(100% + 10px);
	}
	.main-formblock-wrap {
		padding: 30px 0;
	}
	.main-page .main-formblock .slick-arrow {
		bottom: 60px;
		font-size: 14px;
		line-height: 18px;
		padding: 10px;
		width: 100px;
	}
	.main-page .main-formblock .slick-arrow.slick-arrow {
		right: 55px;
	}
	.main-page .main-formblock .slick-arrow.slick-prev {
		right: 200px;
	}
}



/* CTA 2 */
.main-cta2 {
	margin: 150px 0 160px;
}
.main-cta2-flex{
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.50);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 10px; 
}
.main-cta2-right{
	width: 44%;
	padding: 53px 0;
}
.main-cta2-left{
	width: 56%;
	position: relative;
	padding-right: 55px;
	padding-bottom: 58px;
}
.main-cta2-left img{
	margin-top: -125px;
	margin-left: auto;
	display:block;
}
.main-cta2-title{
	font-size: 40px;
	font-weight: 700;
	line-height: 52px;
	margin-bottom: 20px;
}
.main-cta2-subtitle{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 20px;
}
.main-cta2-button{
	color: #F9F9F9;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	padding: 13px;
	border-radius: 45px;
	background: #323232;
	border: 1px solid transparent;
	min-width: 149px;
	display: inline-block;
	text-align: center;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.11), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.main-cta2-button:hover{
	background: #fff;
	border-color: #323232;
	color:#323232;
}
.main-cta2-badge{
	border-radius: 20px;
	background: rgba(100, 171, 118, 0.16);
	padding: 5px 10px 5px 24px;
	color: #3D3B35;
	font-size: 11px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0.5px; 
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}
.main-cta2-badge::before {
	content: '';
	display: block;
	position: absolute;
	left: 10px;
	top: 9px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #A084BF;
}
@media screen and (max-width: 990px){
	.main-cta2 {
		margin: 50px 0;
	}
	.main-cta2-left{
		padding-bottom: 0;
	}
	.main-cta2-left img{
		margin-top: 0;
	}
}
@media screen and (max-width: 768px){
	.main-cta2 {
		margin: 25px 0;
	}
	.main-cta2-title {
		font-size: 25px;
		line-height: 30px;
	}
	.main-cta2-right {
		width: 100%;
		text-align: center;
		padding: 10px 0 20px;
	}
	.main-cta2-left {
		width: 100%;
		padding: 25px 0 0;
	}
	.main-cta2-left img {
		max-width: 200px;
		margin: auto;
	}
}


/* Configurations */
.main-configuration{
	margin: 120px 0 200px;
}
.main-configuration-title{
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	line-height: 76px;
	margin-bottom: 60px;
}
.main-configuration-slide{
	border-radius: 45px;
	background: rgba(255, 255, 255, 0.50);
	//box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 30px 24px;
	margin: 3px 27px 20px 3px;
}
.main-configuration .slick-list{
	padding-right: 25px;
}
.main-configuration .slick-track{
    display: flex !important;
}
.main-configuration .slick-slide{
    height: inherit !important;
}
.main-configuration-slide-left{
	width:50%;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.main-configuration-slide-right{
	width:50%;
}
.main-configuration-slide-title{
	margin-top: 5px;
	font-size: 26px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 24px;
}
.main-configuration-slide-text{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 33px;
}
.main-configuration-slide-button{
	color: #323232;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	padding: 13px;
	border-radius: 45px;
	background: #fff;
	//border: 1px solid #323232;
	min-width: 167px;
	display: inline-block;
	text-align: center;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.11), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.main-configuration-slide-button:hover{
	background: #323232;
	border-color: #323232;
	color:#fff;
}
.main-configuration-slide-image{
	width:100%;
}
.main-configuration-slide-image img{
	margin: auto;
}
.main-configuration-slide-badges{
	width:100%;
	margin-top: 8px;
	gap: 8px;
}
.main-configuration-slide-badge{
	background-color: #d6e4ee;
	padding: 4px 10px;
	border-radius: 20px;
}
.main-configuration-slide-badge-text{
	color: #23372A;
	font-size: 13px;
	font-weight: 600;
	line-height: 15px;
}
.main-configuration-slide-badge-bullet{
	margin-right: 4px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #A084BF;
}
.main-configuration-slide-badge img{
	margin-left: 4px;
	margin-bottom: 0;
}
@media screen and (max-width: 1080px){
	.main-configuration {
		margin: 50px 0 100px;
	}
	.main-configuration-title {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 25px;
	}
	.main-configuration-slide-title {
		margin-top: 0;
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.main-configuration-slide-text {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 15px;
	}
	.main-configuration-slide-button {
		font-size: 14px;
		line-height: 16px;
		padding: 12px;
		min-width: 150px;
	}
	.main-configuration-slide-image img {
		max-height: 150px;
	}
}
@media screen and (max-width: 990px){
	.main-configuration .slick-list {
		padding-right: 0;
	}
	.main-configuration-slide {
		margin: 3px 10px 20px;
	}
	.main-configuration-title {
		font-size: 25px;
		line-height: 35px;
	}
}
@media screen and (max-width: 500px){
	.main-configuration-slide-left {
		width: 100%;
		margin-bottom: 20px;
	}
	.main-configuration-slide-right {
		width: 100%;
	}
	.main-configuration-slide-image img {
		margin: 0;
	}
	.main-configuration-slide-badges {
		-webkit-justify-content:flex-start;
		-ms-justify-content:flex-start;
		-moz-justify-content:flex-start;
		justify-content:flex-start;
	}
}


/* Testimonials */
.main-testimonials{
	margin: 120px 0 130px;
}
.main-testimonials-title{
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 60px;
}
.main-testimonials-title span {
	background: linear-gradient(82deg, #FF3D3D 0%, #5956FF 100%);
	background-clip: border-box;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.main-testimonials-slider::before{
	content:'';
	position: absolute;
	height:100%;
	width:228px;
	background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 78.95%);
	left:0;
	top:0;
	z-index: 10;
}
.main-testimonials-slider::after{
	content:'';
	position: absolute;
	height:100%;
	width:228px;
	background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 78.95%);
	right:0;
	top:0;
	z-index: 10;
}
.main-testimonials-slide{
	border-radius: 12px;
	background: #F6F5F4; 
	padding: 30px;
	margin: 0 30px 0 0;
}
.main-testimonials .slick-list{
	padding-right: 200px;
}
.main-testimonials .slick-track{
    display: flex !important;
}
.main-testimonials .slick-slide{
    height: inherit !important;
}
.main-testimonials-slide-left{
	width:75px;
	margin-right: 25px;
}
.main-testimonials-slide-right{
	width:calc(100% - 100px);
}
.main-testimonials-slide-name{
	color: #121212;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}
.main-testimonials-slide-company{
	color: #888888;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 16px;
}
.main-testimonials-slide-text{
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	max-height: 126px;
}
@media screen and (max-width: 990px){
	.main-testimonials {
		margin: 50px 0;
	}
	.main-testimonials-title {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 25px;
	}
	.main-testimonials .slick-list {
		padding-right: 0;
	}
	.main-testimonials-slide {
		margin: 3px 10px 30px;
	}
	.main-testimonials-slider::before,
	.main-testimonials-slider::after{
		display:none;
	}
}
@media screen and (max-width: 450px){
	.main-testimonials-slide-left {
		width: 100%;
		margin-right: 0;
	}
	.main-testimonials-slide-image img{
		margin: 0 0 10px;
	}
	.main-testimonials-slide-right {
		width: 100%;
	}
	.main-testimonials-slide-text {
		font-size: 14px;
		line-height: 20px;
		max-height: 180px;
	}
}


/* Logogs */
.main-logos{
	margin: 20px 0 85px;
}
.main-logos-title{
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	line-height: 76px;
	margin-bottom: 60px;
}
.main-logos-slide{
}
.main-logos .slick-list{
	padding-right: 25px;
}
.main-logos .slick-track{
    display: flex !important;
}
.main-logos .slick-slide{
    height: inherit !important;
}
.main-logos-slide-wrap{
	margin: 3px 27px 30px 3px;
}
.main-logos-slide-flex{
	//border-radius: 100%;
	//background: rgba(255, 255, 255, 0.50);
	//box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 10px; 
	width: 50%;
	height: 50%;
}
.main-logos-slide-flex:hover{
	//background: #fff;
}
.main-logos-slide-flex img{
	margin:0;
}
@media screen and (max-width: 990px){
	.main-logos{
		margin: 25px 0 50px;
	}
	.main-logos-title {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 50px){
	.main-logos-slide-wrap{
		margin-right: 10px;
		margin-bottom: 15px;
	}
}


/* Info N1 */
.main-info-n1{
	margin: 120px 0;
}
.main-info-n1-title{
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	line-height: 65px;
	margin-bottom: 20px;
}
.main-info-n1-subtitle{
	font-size: 20px;
	line-height: 28px;
	text-align: center;
}
.main-info-n1-slider .slick-list {
	padding-right: 45px;
}
.main-info-n1-slider{
	margin: 30px -15px 184px;
}
.main-info-n1-block{
	border-radius: 10px;
	padding: 45px;
	margin: 15px 15px 20px;
}
.main-info-n1-block-ico{
	margin: 0 auto 24px;
}
.main-info-n1-block-title{
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}
.main-info-n1-slider .slick-track {
	display: flex !important;
}
.main-info-n1-slider .slick-slide {
	height: inherit !important;
}
.main-info-n1-slider .slick-arrow {
	left: 15px;
}
.main-info-n1-slider .slick-arrow.slick-next {
	left: unset;
	right: 15px;
}
.main-info-n1-slider-wrap{
	position: relative;
}
.main-info-n1-button-wrap{
	position: absolute;
	bottom:-54px;
	left:0;
	width:100%;
	text-align: center;
}
.main-info-n1-button{
	border-radius: 8px;
	border: 1px solid #64AB76;
	padding: 13px 40px;
	display: inline-block;
	color: #23372A;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
}
.main-info-n1-button:hover{
	background: #64AB76;
	color: #F9F9F9;
}
@media screen and (max-width: 1200px){
	.main-info-n1-title{
		font-size: 45px;
		line-height: 55px;
	}
}
@media screen and (max-width: 990px){
	.main-info-n1{
		margin: 25px 0 50px;
	}
	.main-info-n1-title{
		font-size: 25px;
		line-height: 35px;
	}
	.main-info-n1-subtitle{
		font-size: 18px;
		line-height: 22px;
	}
	.main-info-n1-block-title {
		font-size: 18px;
		line-height: 22px;
	}
	.main-info-n1-block-ico{
		margin: 0 auto 10px;
	}
	.main-info-n1-slider{
		margin: 10px -15px 100px;
	}
}
@media screen and (max-width: 768px){
	.main-info-n1-button-wrap{
		bottom:-38px;
	}
	.main-info-n1-button{
		padding: 8px 30px;
	}
	.main-info-n1-block {
		padding: 15px;
	}
	.main-info-n1-block-title {
		font-size: 16px;
		line-height: 20px;
	}
}



/* Peaple */
.main-peaple{
	margin: 120px 0;
}
.main-peaple-title{
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	line-height: 70px;
	margin-bottom: 0;
	background: linear-gradient(82deg, #FF3D3D 30%, #5956FF 60%);
	background-clip: border-box;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.main-peaple-blocks{
	gap: 30px;
	margin-top: 40px;
}
.main-peaple-block {
	width: 100%;
	max-width: 545px;
	border-radius: 12px;
	background: #FAFAFA;
	padding: 30px 30px 40px;
}
.main-peaple-block-photo{
	text-align: center;
	margin: 0 auto 16px;
}
.main-peaple-block-photo-wrap{
	padding: 4px;
	border-radius: 100%;
	overflow: hidden;
	background: #FFF;
	display: inline-block;
}
.main-peaple-block-photo-wrap img{
	margin: auto;
	border-radius: 100%;
	overflow: hidden;
}
.main-peaple-block-name{
	color: #272727;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 18px;
}
.main-peaple-block-text {
	color: #272727;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	min-height: 48px;
}
.main-peaple-spheres{
	gap: 10px;
	margin: 28px auto 0;
	max-width: 480px;
}
.main-peaple-sphere{
	gap: 4px;
	border-radius: 20px; 
	padding: 4px 10px;
}
.main-peaple-sphere-dot{
	width: 10px;
	height: 10px;
	border-radius: 100%;
}
.main-peaple-sphere-text{
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 15px;
	color: #141414;
}

@media screen and (max-width: 990px){
	.main-peaple{
		margin: 50px 0;
	}
	.main-peaple-title {
		font-size: 25px;
		line-height: 35px;
	}
	.main-peaple-block-photo-wrap {
		max-width: 200px;
	}
	.main-peaple-block-photo {
		margin: -100px auto 5px;
	}
	.main-peaple-blocks {
		gap: 25px 50px;
	}
	.main-peaple-block {
		border-radius: 10px;
		padding: 15px;
		max-width: 320px;
		margin-top: 120px;
	}
	.main-peaple-block-name {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 5px;
	}
	.main-peaple-block-text {
		line-height: 20px;
		margin-bottom: 30px;
		min-height: unset;
	}
	.main-peaple-block-bottom {
		border-radius: 10px;
		margin: 0 auto -30px;
		padding: 0 15px 20px;
	}
	.main-peaple-block-sphere {
		margin: -15px auto 0;
		line-height: 20px;
	}
}


/* Info */
.main-info{
	margin: 120px 0 185px;
}
.main-info-blocks{
	gap: 50px 104px;
}
.main-info-block{
	width: 100%;
	max-width: 320px;
}
.main-info-block-ico{
	margin: 0 auto 9px;
}
.main-info-block-title{
	color: #101828;
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	line-height: 52px;
	letter-spacing: -0.8px; 
	margin-bottom: 9px;
}
.main-info-block-text{
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
@media screen and (max-width: 990px){
	.main-info{
		margin: 25px 0;
	}
	.main-info-blocks {
		gap: 25px;
	}
	.main-info-block-title {
		font-size: 25px;
		line-height: 35px;
	}
	.main-info-block-text {
		font-size: 16px;
		line-height: 20px;
	}
}


/* CTA 3 */
.main-cta3{
	margin-top: 120px;
}
.main-cta3 img{
	display: block;
	margin: 50px auto 60px;
}
.main-cta3-title {
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	margin: 0 auto 30px;
	text-align: center;
	max-width: 900px;
	color: #141414;
}
.main-cta3-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 auto 30px;
	max-width: 550px;
	text-align: center;
	color: #141414;
}
.main-cta3-text > *:not(:last-child){
	margin-bottom: 18px;
}
.main-cta3-right-buttons{
	gap:10px;
}
.main-cta3-button {
	color: #F9F9F9;
	font-size: 19px;
	font-weight: 600;
	line-height: 21px;
	padding: 16.5px 20px;
	border: 1px solid transparent;
	text-align: left;
	background-image: url('images/btn-arrow-left.svg');
	background-size: 24px auto;
	background-position: 92% 55%;
	background-repeat: no-repeat;
	border-radius: 45px;
	background-color: #323232;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.11), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	padding-right: 64px;
}
.main-cta3-button.main-cta3-button-2{
	padding-right: 46px;
	padding-left: 46px;
	text-align: center;
	background-image: none;
}
.main-cta3-button.main-cta3-button-2,
.main-cta3-button:hover{
	background: #fff;
	border-color: #323232;
	color:#323232;
}
.main-cta3-button.main-cta3-button-2:hover{
	color: #fff;
	background: #323232;
	border-color: transparent;
}
.main-cta3-add-text{
	margin-top: 10px;
	color: #181D1F;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
	text-align: center;
}
@media screen and (max-width: 990px){
	.main-cta3{
		margin-top: 50px;
	}
	.main-cta3-button{
		padding: 10px 50px 10px 15px;
		background-position: 95% 55%;
	}
}
@media screen and (max-width: 768px){
	.main-cta3 img{
		margin: 25px auto;
		max-height: 300px;
	}
	.main-cta3-title {
		font-size: 25px;
		line-height: 30px;
		text-align: center;
		margin: 0 auto 15px;
	}
	.main-cta3-text {
		margin: 0 auto 21px;
		text-align: center;
	}
	.main-cta3-text > :not(:last-child) {
		margin-bottom: 10px;
	}
}


/********************************************************************************************************************************************************************************/
/**************************************************** СТАНДАРТИЗАЦІЯ *****************************************************************************************************************/
/********************************************************************************************************************************************************************************/
.std-button-1,
.std-button-2{
	border-radius: 45px;
	background: #323232;
	color: #F9F9F9;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px; 
	display:inline-block;
	border: 1px solid transparent;
	padding: 13px 10px; 
	min-width:200px;
}
.std-button-2,
.std-button-1:hover{
	background: #F9F9F9;
	color: #23372A;
	border-color: #323232;
}
.std-button-2:hover{
	background: #64AB76;
	color: #F9F9F9;
	border-color: transparent;
}
@media screen and (max-width: 768px){
	.std-button-1,
	.std-button-2{
		padding: 10px;
		min-width: 150px;
		font-size: 14px;
	}
}

.std-video-meta-title{
	background-image: url(images/play_circle_outline.svg);
	background-position: 0px center;
	background-repeat: no-repeat;
	background-size: 24px;
	color: #64AB76;
	font-size: 16px;
	line-height: 24px;
	padding-left: 32px;
}
.std-video-meta-time{
	color: #3D3B35;
	font-size: 16px;
	line-height: 24px;
	margin-left: 5px;
}


.std-badge{
	border-radius: 20px;
	background: rgba(100, 171, 118, 0.16);
	padding: 5px 10px 5px 24px;
	font-size: 11px;
	font-weight: 700; 
	line-height: 16px;
	letter-spacing: 0.5px;
	position: relative;
	display: inline-block;
}
.std-badge::before {
	content: '';
	display: block;
	position: absolute;
	left: 10px;
	top: 9px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #A084BF;
}


.wpcf7-form-control-wrap {
	position: relative;
	display: block;
}

/********************************************************************************************************************************************************************************/
/**************************************************** SINGLE ПРОДУКТИ ***********************************************************************************************************/
/********************************************************************************************************************************************************************************/

/* HERO type 1 */
.std-hero-type-1{
	background: #FFF; 
	padding: 40px 0;
	margin-bottom: 120px;
}
.std-hero-type-1 > .container{
	max-width: 1370px;
}
.std-hero-type-1-left,
.std-hero-type-1-right{
	width: calc(50% - 10px);
}
.std-hero-type-1-title{
	font-size: 60px;
	font-weight: 700;
	line-height: 76px;
	margin-bottom: 40px;
}
.std-hero-type-1-text{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 47px;
}
.std-hero-type-1-button{
	margin-bottom: 20px;
}
.std-hero-type-1-video-meta-title{
	background-image: url(images/std-play-small.svg);
	background-size: 20px;
	color: #64AB76;
	line-height: 22px;
	padding-left: 28px;
}
.std-hero-type-1-video-meta-time{
	color: #6B6C72;
	line-height: 22px;
}
@media screen and (max-width: 1200px){
	.std-hero-type-1-title{
		font-size: 45px;
		line-height: 55px;
	}
}
@media screen and (max-width: 990px){
	.std-hero-type-1 {
		padding: 25px 0;
		margin-bottom: 50px;
	}
	.std-hero-type-1-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 25px;
	}
	.std-hero-type-1-text {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 768px){
	.std-hero-type-1-left{
		width: 100%;
		order:2;
	}
	.std-hero-type-1-right{
		width: 100%;
		order:1;
	}
	.std-hero-type-1-right img{
		max-width: 200px;
		margin: 0 auto 15px;
	}
	.std-hero-type-1-title,
	.std-hero-type-1-text,
	.std-hero-type-1-button-wrap{
		text-align: center;
	}
	.std-hero-type-1-video-meta-flex{
		justify-content: center;
	}
}


/* HERO type 2 */
.std-hero-type-2{
	background: #FFF; 
	padding: 40px 0;
	margin-bottom: 120px;
}
.std-hero-type-2-left{
	width: calc(50% - 65px);
	padding: 20px 0;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.std-hero-type-2-right{
	width: calc(50% + 15px);
}
.std-hero-type-2-title{
	font-size: 60px;
	font-weight: 700;
	line-height: 76px;
	margin-bottom: 40px;
}
.std-hero-type-2-text{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 15px;
}
.std-hero-type-2-left-bottomflex{
	gap: 10px 0;
	width: 100%;
}
.std-hero-type-2-phone-text{
	margin-left: 17px;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
.std-hero-type-2-phone-number{
	margin-left: 6px;
	display:block;
	color: #172B4D;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	transition: all .5s ease;
}
.std-hero-type-2-phone-number:hover{
	opacity: 0.5;
}
@media screen and (max-width: 1200px){
	.std-hero-type-2-title{
		font-size: 45px;
		line-height: 55px;
	}
}
@media screen and (max-width: 990px){
	.std-hero-type-2 {
		padding: 25px 0;
		margin-bottom: 50px;
	}
	.std-hero-type-2-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 25px;
	}
	.std-hero-type-2-text {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 768px){
	.std-hero-type-2-left{
		width: 100%;
		order:2;
		padding: 0;
	}
	.std-hero-type-2-right{
		width: 100%;
		order:1;
	}
	.std-hero-type-2-right img{
		max-width: 200px;
		margin: 0 auto 15px;
	}
	.std-hero-type-2-title,
	.std-hero-type-2-text,
	.std-hero-type-2-button-wrap{
		text-align: center;
	}
	.std-hero-type-2-phone-text,
	.std-hero-type-2-phone-number{
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.std-hero-type-2-left-bottomflex{
		justify-content: center;
	}
}


/* HERO type 3 */
.std-hero-type-3{
	background: #FFF; 
	padding: 40px 0;
	margin-bottom: 120px;
}
.std-hero-type-3 > .container{
	max-width: 1370px;
}
.std-hero-type-3-left,
.std-hero-type-3-right{
	width: calc(50% - 10px);
}
.std-hero-type-3-title{
	font-size: 59px;
	font-weight: 700;
	line-height: 76px;
	margin-bottom: 40px;
}
.std-hero-type-3-text{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 47px;
}
@media screen and (max-width: 1200px){
	.std-hero-type-3-title{
		font-size: 45px;
		line-height: 55px;
	}
}
@media screen and (max-width: 990px){
	.std-hero-type-3 {
		padding: 25px 0;
		margin-bottom: 50px;
	}
	.std-hero-type-3-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 25px;
	}
	.std-hero-type-3-text {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 768px){
	.std-hero-type-3-left{
		width: 100%;
		order:2;
	}
	.std-hero-type-3-right{
		width: 100%;
		order:1;
	}
	.std-hero-type-3-right img{
		max-width: 200px;
		margin: 0 auto 15px;
	}
	.std-hero-type-3-badge-wrap{
		margin-bottom: 5px;
	}
	.std-hero-type-3-title,
	.std-hero-type-3-text,
	.std-hero-type-3-button-wrap,
	.std-hero-type-3-badge-wrap{
		text-align: center;
	}
}


/* HERO type 4 */
.std-hero-type-4{
	background: #FFF; 
	padding: 40px 0;
	margin-bottom: 120px;
}
.std-hero-type-4-left{
	width: calc(50% - 40px);
}
.std-hero-type-4-right{
	width: calc(50% + 20px);
}
.std-hero-type-4-title{
	font-size: 59px;
	font-weight: 700;
	line-height: 76px;
	margin-bottom: 41px;
}
.std-hero-type-4-text{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 36px;
	max-width: 454px;
}
.std-hero-type-4-left-bottomflex{
	gap: 10px 0;
	width: 100%;
}
.std-hero-type-4-phone-text{
	margin-left: 17px;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
.std-hero-type-4-phone-number{
	margin-left: 6px;
	display:block;
	color: #172B4D;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	transition: all .5s ease;
}
.std-hero-type-4-phone-number:hover{
	opacity: 0.5;
}
.std-hero-type-4-video-meta-flex {
	padding-left: calc(50% - 20px);
	width: 100%;
	margin-top: 20px;
}
.std-hero-type-4-rating-flex{
	margin-bottom: 84px;
}
.std-hero-type-4-rating-flex > img{
	margin-right: 12px;
}
.std-hero-type-4-rating-stars{
	margin-right: 14px;
}
.std-hero-type-4-rating-stars > img:not(:last-child){
	margin-right: 2px;
}
.std-hero-type-4-rating-number{
	font-weight: 800;
	font-size: 18px;
	line-height: 1;
}
.std-hero-type-4-right-image-wrap{
	position: relative;
	border-radius: 100%;
	overflow: hidden;
	display:inline-block;
}
.std-hero-type-4-right-image-wrap img{
	position: relative;
	z-index: 1;
}
.std-hero-type-4-right-image-bg{
	background-color:rgba(0, 0, 0, 0.25);
	background-image: url(images/big-play-button.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 28%;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
@media screen and (max-width: 1200px){
	.std-hero-type-4-title{
		font-size: 45px;
		line-height: 55px;
	}
}
@media screen and (max-width: 990px){
	.std-hero-type-4 {
		padding: 25px 0;
		margin-bottom: 50px;
	}
	.std-hero-type-4-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 25px;
	}
	.std-hero-type-4-text {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 768px){
	.std-hero-type-4-left{
		width: 100%;
		order:3;
		padding: 0;
	}
	.std-hero-type-4-right{
		width: 100%;
		order:1;
	}
	.std-hero-type-4-video-meta-flex {
		padding-left: 0;
		margin-top: 10px;
		order: 2;
	}
	.std-hero-type-4-right img{
		max-width: 200px;
	}
	.std-hero-type-4-title,
	.std-hero-type-4-text,
	.std-hero-type-4-button-wrap,
	.std-hero-type-4-right-wrap{
		text-align: center;
	}
	.std-hero-type-4-phone-text,
	.std-hero-type-4-phone-number{
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.std-hero-type-4-left-bottomflex{
		justify-content: center;
	}
	.std-hero-type-4-text {
		max-width: unset;
	}
	.std-hero-type-4-rating-flex {
		margin-bottom: 25px;
		justify-content: center;
	}
}


/* HERO type 5 */
.std-hero-type-5{
	background: #FFF; 
	padding: 20px 0 40px;
	margin-bottom: 120px;
	position:relative;
}
.std-hero-type-5-bg{
	position: absolute;
	z-index:0;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
	opacity: 0.4;
}
.std-hero-type-5-content{
	position: relative;
	z-index:1;
}
.std-hero-type-5-bg-layer{
	position: relative;
	width: 100%;
	height: 100%;
}
.std-hero-type-5-bg-circle{
	position: absolute;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border-radius: 100%;
}
.std-hero-type-5-bg-circle1{
	z-index:1;
	left: -175px;
	top: -155px;
	width: 841.285px;
	height: 841.285px; 
	background-color: #4461F2;
	-webkit-filter: blur(158px);
	filter: blur(158px);
	opacity: 0.6;
}
.std-hero-type-5-bg-circle2{
	z-index:2;
	right: 15px;
	top: 60px;
	width: 745.768px;
	height: 745.768px; 
	background-color: #DDA82A;
	-webkit-filter: blur(272.5px);
	filter: blur(272.5px);
}
.std-hero-type-5-left{
	width: calc(50% + 50px);
	padding-top: 25px;
}
.std-hero-type-5-right{
	width: calc(50% - 90px);
}
.std-hero-type-5-title{
	font-size: 60px;
	font-weight: 700;
	line-height: 76px;
	margin-bottom: 40px;
}
.std-hero-type-5-text{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 40px;
}
.std-hero-type-5-button{
	margin-bottom: 40px;
}
.std-hero-type-5-image{
	margin-bottom: 15px;
}
.std-hero-type-5-right-form{
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.50);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 40px;
}
.std-hero-form-title{
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	margin-top: 6px;
	margin-bottom: 41px;
}
.std-hero-form-text{
	text-align: center;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 18px;
}
.std-hero-form-hint{
	font-size: 14px;
	line-height: 20px;
}
.std-hero-form-hint a{
	color: #4388DD;
}
.std-hero-form-label{
	color: #344054;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 8px;
	display: block;
}
.std-hero-form-wrap input:not([type="submit"]){
	border-radius: 6px;
	border: 1px solid #DBDADE;
	background: #FFF;
	padding: 10px 14px;
	width: 100%;
	margin-bottom: 18px;
	display: block;
}
.std-hero-form-submit{
	text-align: center;
	margin-bottom: 20px;
}
.std-hero-form-submit input{
	border-radius: 8px;
	background: #64AB76;
	color: #F9F9F9;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	display: inline-block;
	border: 1px solid transparent;
	padding: 13px 10px;
	min-width: 200px;
	cursor: pointer;
}
.std-hero-form-submit input:hover {
	background: #F9F9F9;
	color: #23372A;
	border-color: #64AB76;
}
.std-hero-type-5-right-form .wpcf7-spinner{
	display:none !important;
}
.std-hero-type-5-right-form .wpcf7-not-valid-tip {
	margin-top: -15px;
	margin-bottom: 15px;
}
@media screen and (max-width: 1200px){
	.std-hero-type-5-title{
		font-size: 45px;
		line-height: 55px;
	}
	.std-hero-type-5-right-form {
		padding: 20px;
	}
	.std-hero-type-5-left{
		width: calc(50% - 5px);
	}
	.std-hero-type-5-right{
		width: calc(50% - 5px);
	}
	.std-hero-form-title {
		font-size: 20px;
		line-height: 30px;
		margin-top: 0;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 990px){
	.std-hero-type-5 {
		padding: 25px 0;
		margin-bottom: 50px;
	}
	.std-hero-type-5-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 25px;
	}
	.std-hero-type-5-text {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 768px){
	.std-hero-type-5-left{
		width: 100%;
		margin-bottom: 25px;
	}
	.std-hero-type-5-right{
		width: 100%;
	}
	.std-hero-type-5-image {
		margin: 0 auto 15px;
	}
	.std-hero-type-5-title,
	.std-hero-type-5-text,
	.std-hero-type-5-button-wrap{
		text-align: center;
	}
	.std-hero-type-5-video-meta-flex{
		justify-content: center;
	}
}


/* 3 cols block - small */
.std-colsblock-small{
	margin: 120px 0;
	padding-bottom: 55px;
}
.std-colsblock-small-title{
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	line-height: 76px;
	margin-bottom: 80px;
}
.std-colsblock-small-flex{
	gap: 30px;
}
.std-colsblock-small-item{
	width: 295px;
}
.std-colsblock-small-item-ico{
	margin-bottom: 24px;
	max-width: 72px;
	max-height: 72px;
}
.std-colsblock-small-item-title{
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 19px;
}
.std-colsblock-small-item-text{
	font-size: 16px;
	line-height: 24px;
}
@media screen and (max-width: 1200px){
	.std-colsblock-small-title{
		font-size: 45px;
		line-height: 55px;
	}
}
@media screen and (max-width: 990px){
	.std-colsblock-small{
		margin: 50px 0;
		padding-bottom: 15px;
	}
	.std-colsblock-small-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 25px;
	}
	.std-colsblock-small-item-ico {
		margin-bottom: 5px;
		max-width: 50px;
		max-height: 50px;
	}
	.std-colsblock-small-item-title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.std-colsblock-small-item-text {
		font-size: 14px;
		line-height: 20px;
	}
	.std-colsblock-small-flex{
		gap: 15px;
	}
}


/* 3 cols block */
.std-colsblock{
	margin: 120px 0;
	padding-bottom: 15px;
}
.std-colsblock-title{
	text-align: center;
	font-size: 59px;
	font-weight: 700;
	line-height: 76px;
	margin-bottom: 40px;
}
.std-colsblock-flex{
	gap: 30px;
	max-width: 1000px;
	margin: auto;
}
.std-colsblock-item{
	width: 250px;
}
.std-colsblock-item-ico{
	margin-bottom: 20px;
	max-width: 72px;
	max-height: 72px;
}
.std-colsblock-item-title{
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 8px;
}
.std-colsblock-item-text{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 19px;
}
.std-colsblock-item-link {
	color: #0077C5;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	display: block;
}
.std-colsblock-item-link:hover{
	color: #3D3B35;
}
@media screen and (max-width: 1200px){
	.std-colsblock-title{
		font-size: 45px;
		line-height: 55px;
	}
}
@media screen and (max-width: 990px){
	.std-colsblock{
		margin: 50px 0;
	}
	.std-colsblock-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 25px;
	}
	.std-colsblock-item-ico {
		margin-bottom: 5px;
		max-width: 50px;
		max-height: 50px;
	}
	.std-colsblock-item-title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.std-colsblock-item-text {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.std-colsblock-item-link{
		font-size: 14px;
		line-height: 20px;
	}
	.std-colsblock-flex{
		gap: 25px;
		justify-content:center;
	}
}


/* videoblock - nobg - image left - small */
.std-videoblock-nobg-left-small{
	margin: 120px 0;
}
.std-videoblock-nobg-left-small-left{
	width: calc(50% + 25px);
}
.std-videoblock-nobg-left-small-right{
	width: calc(50% - 120px);
}
.std-videoblock-nobg-left-small-left-wrap{
	text-align: right;
}
.std-videoblock-nobg-left-small-title{
	font-size: 48px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 21px;
}
.std-videoblock-nobg-left-small-text{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 40px;
}
.std-videoblock-nobg-left-small-left-image-wrap{
	position: relative;
	border-radius: 100%;
	overflow: hidden;
	display:inline-block;
}
.std-videoblock-nobg-left-small-left-image-wrap img{
	position: relative;
	z-index: 1;
}
.std-videoblock-nobg-left-small-left-image-bg{
	background-color:rgba(0, 0, 0, 0.25);
	background-image: url(images/big-play-button.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 28%;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
@media screen and (max-width: 1200px){
	.std-videoblock-nobg-left-small-title{
		font-size: 45px;
		line-height: 55px;
	}
	.std-videoblock-nobg-left-small-left{
		width: calc(50% - 10px);
	}
	.std-videoblock-nobg-left-small-right{
		width: calc(50% - 10px);
	}
}
@media screen and (max-width: 990px){
	.std-videoblock-nobg-left-small {
		margin: 50px 0;
	}
	.std-videoblock-nobg-left-small-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 5px;
	}
	.std-videoblock-nobg-left-small-text {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 768px){
	.std-videoblock-nobg-left-small-left,
	.std-videoblock-nobg-left-small-right{
		width: 100%;
	}
	.std-videoblock-nobg-left-small-video-meta-flex {
		justify-content: center;
	}
	.std-videoblock-nobg-left-small-left img{
		max-width: 200px;
	}
	.std-videoblock-nobg-left-small-title,
	.std-videoblock-nobg-left-small-text,
	.std-videoblock-nobg-left-small-left-wrap{
		text-align: center;
	}
}



/* big block - nobg - with categories */
.std-big-nobg-withcats{
	margin: 120px 0;
}
.std-big-nobg-withcats-left{
	width: calc(50% - 205px);
}
.std-big-nobg-withcats-right{
	width: calc(50% + 145px);
}
.std-big-nobg-withcats-title{
	font-size: 60px;
	font-weight: 700;
	line-height: 76px;
	text-align: center;
	margin-bottom: 70px;
}
.std-big-nobg-withcats-left-cat-title{
	border-top: 1px solid #D4D7DC; 
	padding: 20px 80px 20px 20px;
	font-size: 19px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	cursor: pointer;
	background-image: url(images/plus.svg);
	background-position: calc(100% - 20px) center;
	background-repeat: no-repeat;
}
.std-big-nobg-withcats-left-cat-item.active .std-big-nobg-withcats-left-cat-title{
	background-image: url(images/minus.svg);
}
.std-big-nobg-withcats-left-cat-subcats{
	border-top: 1px solid #393A3D;
	border-bottom: 1px solid #393A3D;
	padding: 20px 20px 20px 36px;
	display:none;
}
.std-big-nobg-withcats-left-cat-item.active .std-big-nobg-withcats-left-cat-subcats{
	display:block;
}
.std-big-nobg-withcats-left-subcat{
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	cursor: pointer;
}
.std-big-nobg-withcats-left-subcat.active{
	font-size: 19px;
	font-weight: 700; 
}
.std-big-nobg-withcats-left-subcat:not(:last-child){
	margin-bottom: 16px;
}
.std-big-nobg-withcats-right-content-block{
	display:none;
}
.std-big-nobg-withcats-right-content-block.active{
	display:block;
}
.std-big-nobg-withcats-right-content-block-image-wrap {
	position: relative;
	border-radius: 8px; 
	overflow: hidden;
	display: inline-block;
	margin-bottom: 20px;
}
.std-big-nobg-withcats-right-content-block-image-wrap img {
	position: relative;
	z-index: 1;
}
.std-big-nobg-withcats-right-content-block-image-bg{
	background-color: rgba(255, 255, 255, 0.25);
	background-image: url(images/play-btn-100.svg);
	background-position: calc(100% - 20px) calc(100% - 20px);
	background-repeat: no-repeat;
	background-size: 100px;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.std-big-nobg-withcats-right-content-block-video-meta-flex{
	margin-bottom: 20px;
}
.std-big-nobg-withcats-right-title{
	font-size: 40px;
	font-weight: 700;
	line-height: 52px;
	margin-bottom: 30px;
}
.std-big-nobg-withcats-right-text{
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 28px;
}
.std-big-nobg-withcats-right-text ol li{
	padding: 10px;
}
.std-big-nobg-withcats-right-text ul li{
	list-style: none;
	padding: 10px 10px 10px 27px;
	position: relative;
}
.std-big-nobg-withcats-right-text ul li::after{
	content:'';
	width:4px;
	height:4px;
	border-radius: 4px;
	background:#393A3D;
	position: absolute;
	left:11px;
	top:20px;
}
.std-big-nobg-withcats-right-text p,
.std-big-nobg-withcats-right-text li,
.std-big-nobg-withcats-right-text table{
	margin-bottom: 8px;
}
.std-big-nobg-withcats-right-buttons{
	gap: 20px;
}
@media screen and (max-width: 1200px){
	.std-big-nobg-withcats-title{
		font-size: 45px;
		line-height: 55px;
	}
	.std-big-nobg-withcats-left{
		width: calc(35% - 10px);
	}
	.std-big-nobg-withcats-right{
		width: calc(65% - 10px);
	}
	.std-big-nobg-withcats-left-cat-title {
		padding: 10px 30px 10px 10px;
		font-size: 16px;
		line-height: 22px;
		background-position: calc(100% - 10px) center;
	}
	.std-big-nobg-withcats-left-cat-subcats {
		padding: 10px 10px 10px 20px;
	}
	.std-big-nobg-withcats-left-subcat.active,
	.std-big-nobg-withcats-left-subcat {
		font-size: 16px;
		line-height: 22px;
	}
	.std-big-nobg-withcats-left-subcat:not(:last-child) {
		margin-bottom: 8px;
	}
	.std-big-nobg-withcats-right-content-block-image-bg {
		background-size: 50px;
	}
	.std-big-nobg-withcats-right-content-block-image-wrap,
	.std-big-nobg-withcats-right-content-block-video-meta-flex {
		margin-bottom: 10px;
	}
	.std-big-nobg-withcats-right-title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.std-big-nobg-withcats-right-text {
		font-size: 16px;
		line-height: 22px;
	}
	.std-big-nobg-withcats-right-text ul li {
		padding: 5px 5px 5px 15px;
	}
	.std-big-nobg-withcats-right-text ul li::after {
		left: 5px;
		top: 15px;
	}
	.std-big-nobg-withcats-right-text p, .std-big-nobg-withcats-right-text li, .std-big-nobg-withcats-right-text table {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 990px){
	.std-big-nobg-withcats{
		margin: 50px 0;
	}
	.std-big-nobg-withcats-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 700px){
	.std-big-nobg-withcats-left{
		width: 100%;
		margin-bottom: 25px;
	}
	.std-big-nobg-withcats-right{
		width: 100%;
	}
	.std-big-nobg-withcats-right-buttons {
		gap: 10px;
	}
}


/* content - bg - image left - content right */
.std-bg-content{
	margin: 120px 0;
}
.std-bg-content-flex{
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.50);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 0 60px;
}
.std-bg-content.withpadding .std-bg-content-flex{
	padding-top: 80px;
	padding-bottom: 80px;
}
.std-bg-content-left{
	width: calc(50% - 5px);
}
.std-bg-content-right{
	width: calc(50% - 35px);
}
.std-bg-content-right-title{
	font-size: 60px;
	font-weight: 700;
	line-height: 76px;
	margin-bottom: 50px;
}
.std-bg-content-right-text{
	font-size: 20px;
	line-height: 28px;
}
.std-bg-content-left img{
	margin-left: auto;
}
.std-bg-content-button-wrap{
	margin-top: 50px;
}
@media screen and (max-width: 1200px){
	.std-bg-content-right-title{
		font-size: 45px;
		line-height: 55px;
	}
	.std-bg-content-left{
		width: calc(50% - 10px);
	}
	.std-bg-content-right{
		width: calc(50% - 10px);
		padding: 15px 0;
	}
}
@media screen and (max-width: 990px){
	.std-bg-content.withpadding .std-bg-content-flex{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.std-bg-content {
		margin: 50px 0;
	}
	.std-bg-content-right-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 5px;
	}
	.std-bg-content-right-text {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 768px){
	.std-bg-content-flex,
	.std-bg-content.withpadding .std-bg-content-flex{
		padding: 15px;
	}
	.std-bg-content-left,
	.std-bg-content-right{
		width: 100%;
	}
	.std-bg-content-left img{
		margin: auto;
		max-width: 200px;
	}
	.std-bg-content-right-title,
	.std-bg-content-right-text,
	.std-bg-content-button-wrap{
		text-align: center;
	}
	.std-bg-content-button-wrap {
		margin-top: 15px;
	}
}




/* videoblock - bg - image left */
.std-videoblock-bg-left{
	margin: 120px 0;
}
.std-videoblock-bg-left-wrapper{
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.50);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 80px 60px;
}
.std-videoblock-bg-left-left{
	width: calc(50% + 90px);
	text-align: center;
}
.std-videoblock-bg-left-right{
	width: calc(50% - 150px);
}
.std-videoblock-bg-left-title{
	font-size: 48px;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
	margin: 0 -5px 80px;
}
.std-videoblock-bg-left-text{
	font-size: 20px;
	line-height: 28px;
	max-width: 420px;
}
.std-videoblock-bg-left-text > *{
	margin-bottom: 22px;
}
.std-videoblock-bg-left-left-image-wrap{
	position: relative;
	border-radius: 100%;
	overflow: hidden;
	display:inline-block;
}
.std-videoblock-bg-left-left-image-wrap img{
	position: relative;
	z-index: 1;
}
.std-videoblock-bg-left-left-image-bg{
	background-color:rgba(0, 0, 0, 0.25);
	background-image: url(images/big-play-button.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 28%;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.std-videoblock-bg-left-video-meta-flex,
.std-videoblock-bg-left-button-wrap{
	margin-top: 40px;
}
.std-videoblock-bg-left-smalltext{
	font-size: 12px;
	line-height: 16px;
}


.std-videoblock-bg-left.type-2 .std-videoblock-bg-left-wrapper{
	padding: 0;
}
.std-videoblock-bg-left.type-2 .std-videoblock-bg-left-left{
	width: calc(50% - 10px);
}
.std-videoblock-bg-left.type-2 .std-videoblock-bg-left-right{
	width: 50%;
	padding: 80px 60px 80px 0;
}
.std-videoblock-bg-left.type-2 .std-videoblock-bg-left-title{
	font-size: 47px;
	margin: 0 0 40px;
	text-align: left;
}
.std-videoblock-bg-left.type-2 .std-videoblock-bg-left-video-meta-flex{
	margin-top: 20px;
}
.std-videoblock-bg-left.type-2 .std-videoblock-bg-left-button-wrap {
	margin-top: 0;
}
.std-videoblock-bg-left.type-2 .std-videoblock-bg-left-text {
	max-width: unset;
}
.std-videoblock-bg-left.type-2 .std-videoblock-bg-left-text > * {
	margin-bottom: 20px;
}
.std-videoblock-bg-left.type-2 .std-videoblock-bg-left-text ul li{
	list-style:none;
	padding-left:22px;
	margin-bottom:20px;
	background-image: url(images/std-videoblock-bg-left-text-li.svg);
	background-position: 0 11px;
	background-repeat: no-repeat;
	background-size: 16px auto;
}
.std-videoblock-bg-left-phone-text,
.std-videoblock-bg-left-phone-number{
	margin-left: 20px;
	font-size: 16px;
	line-height: 24px;
}
.std-videoblock-bg-left-phone-number{
	margin-left: 10px;
}
@media screen and (max-width: 1200px){
	.std-videoblock-bg-left-title,
	.std-videoblock-bg-left.type-2 .std-videoblock-bg-left-title{
		font-size: 45px;
		line-height: 55px;
		margin: 0 0 25px;
	}
	.std-videoblock-bg-left-left,
	.std-videoblock-bg-left.type-2 .std-videoblock-bg-left-left{
		width: calc(40% - 10px);
	}
	.std-videoblock-bg-left-right,
	.std-videoblock-bg-left.type-2 .std-videoblock-bg-left-right{
		width: calc(60% - 10px);
	}
	.std-videoblock-bg-left-text{
		max-width: unset;
		font-size: 16px;
		line-height: 22px;
	}
	.std-videoblock-bg-left-text > * {
		margin-bottom: 15px;
	}
	.std-videoblock-bg-left-video-meta-flex, 
	.std-videoblock-bg-left-button-wrap {
		margin-top: 20px;
	}
}
@media screen and (max-width: 990px){
	.std-videoblock-bg-left {
		margin: 50px 0;
	}
	.std-videoblock-bg-left-title,
	.std-videoblock-bg-left.type-2 .std-videoblock-bg-left-title{
		font-size: 25px;
		line-height: 35px;
	}
	.std-videoblock-bg-left-text {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 5px;
	}
	.std-videoblock-bg-left-wrapper {
		padding: 20px 15px;
	}
	.std-videoblock-bg-left.type-2 .std-videoblock-bg-left-right{
		padding: 25px 25px 25px 0;
	}
}
@media screen and (max-width: 768px){
	.std-videoblock-bg-left-left,
	.std-videoblock-bg-left-right,
	.std-videoblock-bg-left.type-2 .std-videoblock-bg-left-left,
	.std-videoblock-bg-left.type-2 .std-videoblock-bg-left-right{
		width: 100%;
	}
	.std-videoblock-bg-left.type-2 .std-videoblock-bg-left-left{
		padding: 25px 25px 0;
	}
	.std-videoblock-bg-left.type-2 .std-videoblock-bg-left-right{
		padding: 0 25px 25px;
	}
	.std-videoblock-bg-left-right{
		margin-top: 15px;
	}
	.std-videoblock-bg-left-video-meta-flex {
		justify-content: center;
	}
	.std-videoblock-bg-left-left img{
		max-width: 200px;
	}
	.std-videoblock-bg-left-left,
	.std-videoblock-bg-left-title,
	.std-videoblock-bg-left.type-2 .std-videoblock-bg-left-title,
	.std-videoblock-bg-left-left-wrap,
	.std-videoblock-bg-left-button-wrap,
	.std-videoblock-bg-left-smalltext{
		text-align: center;
	}
	.std-videoblock-bg-left-text{
		text-align: justify;
	}
	.std-videoblock-bg-left.type-2 .std-videoblock-bg-left-text{
		text-align: left;
	}
	.std-videoblock-bg-left-bottomflex{
		justify-content:center;
		gap: 10px 0;
	}
}


/* switchers block - bg - image right */
.std-switchers-right{
	margin: 120px 0;
}
.std-switchers-right-wrapper{
	border-radius: 24px;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 80px 60px;
}
.std-switchers-right-titles{
	margin-bottom: 40px;
}
.std-switchers-right-left{
	width: calc(50% - 110px);
}
.std-switchers-right-right{
	width: calc(50% + 35px);
}
.std-switchers-right-title{
	font-size: 60px;
	font-weight: 700;
	line-height: 65px;
	text-align: center;
	margin: 0;
}
.std-switchers-right-subtitle{
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	margin: 11px 0 0;
}
.std-switchers-right-right img{
	position: relative;
	z-index: 1;
}
.std-switchers-right-left-switchers-item{
	padding-bottom: 40px;
}
.std-switchers-right-left-switchers-item-title{
	font-size: 33px;
	font-weight: 700;
	line-height: 44px;
	margin-bottom: 20px;
	opacity: 0.5;
	cursor: pointer;
}
.std-switchers-right-left-switchers-item.active .std-switchers-right-left-switchers-item-title{
	opacity: 1;
}
.std-switchers-right-left-switchers-item-text {
	font-size: 16px;
	line-height: 21px;
	max-width: 395px;
	display: none;
}
.std-switchers-right-left-switchers-item.active .std-switchers-right-left-switchers-item-text {
	display: block;
}
@media screen and (max-width: 1200px){
	.std-switchers-right-title{
		font-size: 45px;
		line-height: 55px;
	}
	.std-switchers-right-left{
		width: calc(60% - 10px);
	}
	.std-switchers-right-right{
		width: calc(40% - 10px);
	}
	.std-switchers-right-left-switchers-item-title {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.std-switchers-right-left-switchers-item {
		padding-bottom: 10px;
	}
	.std-switchers-right-left-switchers-item-text {
		font-size: 14px;
		line-height: 18px;
	}
}
@media screen and (max-width: 990px){
	.std-switchers-right-wrapper{
		padding: 20px 15px;
	}
	.std-switchers-right {
		margin: 50px 0;
	}
	.std-switchers-right-title{
		font-size: 25px;
		line-height: 35px;
	}
	.std-switchers-right-subtitle {
		font-size: 16px;
		line-height: 22px;
		margin: 5px 0 0;
	}
}
@media screen and (max-width: 768px){
	.std-switchers-right-titles {
		margin-bottom: 10px;
	}
	.std-switchers-right-left{
		width: 100%;
		order:2;
	}
	.std-switchers-right-right{
		width: 100%;
		order:1;
	}
	.std-switchers-right-right{
		margin-bottom: 15px;
	}
	.std-switchers-right-right img{
		margin: auto;
		max-width: 200px;
	}
	.std-switchers-right-left{
		text-align: center;
	}
	.std-switchers-right-left-switchers-item-text {
		margin: auto;
	}
}


/* content - no bg - image left - content right */
.std-nobg-content{
	margin: 120px 0;
}
.std-nobg-content-flex{
	padding: 15px 0;
}
.std-nobg-content-left{
	width: calc(50% + 25px);
}
.std-nobg-content-right{
	width: calc(50% - 55px);
}
.std-nobg-content-right-title{
	font-size: 48px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 21px;
}
.std-nobg-content-right-text{
	font-size: 20px;
	line-height: 28px;
}
.std-nobg-content-left img{
	margin-left: auto;
}
.std-nobg-content-button-wrap{
	margin-top: 40px;
}
.std-nobg-content-video-meta-flex{
	margin-top: 20px;
}
@media screen and (max-width: 1200px){
	.std-nobg-content-right-title{
		font-size: 45px;
		line-height: 55px;
	}
	.std-nobg-content-left{
		width: calc(50% - 10px);
	}
	.std-nobg-content-right{
		width: calc(50% - 10px);
		padding: 15px 0;
	}
}
@media screen and (max-width: 990px){
	.std-nobg-content {
		margin: 50px 0;
	}
	.std-nobg-content-right-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 5px;
	}
	.std-nobg-content-right-text {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 768px){
	.std-nobg-content-left,
	.std-nobg-content-right{
		width: 100%;
	}
	.std-nobg-content-left img{
		margin: auto;
		max-width: 200px;
	}
	.std-nobg-content-right-title,
	.std-nobg-content-right-text,
	.std-nobg-content-button-wrap{
		text-align: center;
	}
	.std-nobg-content-button-wrap {
		margin-top: 15px;
	}
	.std-nobg-content-video-meta-flex{
		justify-content:center;
	}
}



/* content - bg - image left - content right - + badge - bigger */
.std-bg-content-bigger{
	margin: 120px 0;
}
.std-bg-content-bigger-flex{
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.50);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 30px 50px;
}
.std-bg-content-bigger-left{
	width: 50%;
}
.std-bg-content-bigger-right{
	width: calc(50% - 70px);
}
.std-bg-content-bigger-right-title{
	font-size: 40px;
	font-weight: 700;
	line-height: 52px;
	margin-bottom: 20px;
}
.std-bg-content-bigger-right-text{
	font-size: 20px;
	line-height: 28px;
}
.std-bg-content-bigger-right-text > *{
	margin-bottom: 20px;
}
.std-bg-content-bigger-left img{
	margin-left: auto;
}
.std-bg-content-bigger-badge-wrap{
	margin-bottom: 20px;
}
@media screen and (max-width: 1200px){
	.std-bg-content-bigger-right-title{
		font-size: 45px;
		line-height: 55px;
	}
	.std-bg-content-bigger-left{
		width: calc(50% - 10px);
	}
	.std-bg-content-bigger-right{
		width: calc(50% - 10px);
		padding: 15px 0;
	}
}
@media screen and (max-width: 990px){
	.std-bg-content-bigger {
		margin: 50px 0;
	}
	.std-bg-content-bigger-right-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 5px;
	}
	.std-bg-content-bigger-right-text {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 768px){
	.std-bg-content-bigger-flex{
		padding: 15px;
	}
	.std-bg-content-bigger-left,
	.std-bg-content-bigger-right{
		width: 100%;
	}
	.std-bg-content-bigger-left img{
		margin: auto;
		max-width: 200px;
	}
	.std-bg-content-bigger-right-title,
	.std-bg-content-bigger-right-text,
	.std-bg-content-bigger-button-wrap,
	.std-bg-content-bigger-badge-wrap{
		text-align: center;
	}
}


/* 4 cols block - small */
.std-colsblock-4-small{
	margin: 120px 0;
}
.std-colsblock-4-small-title{
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	line-height: 65px;
	margin-bottom: 15px;
}
.std-colsblock-4-small-subtitle{
	text-align: center;
	font-size: 20px;
	line-height: 28px;
}
.std-colsblock-4-small-flex{
	gap: 16px;
	margin-top: 38px;
}
.std-colsblock-4-small-item{
	width: 310px;
	padding: 20px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.50);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.std-colsblock-4-small-item-title{
	margin-bottom: 21px;
	color: #64AB76;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
}
.std-colsblock-4-small-item-text{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 41px;
}
.std-colsblock-4-small-item-link{
	font-size: 16px;
	line-height: 24px;
	display:inline-block;
}
@media screen and (max-width: 1200px){
	.std-colsblock-4-small-title{
		font-size: 45px;
		line-height: 55px;
	}
}
@media screen and (max-width: 990px){
	.std-colsblock-4-small{
		margin: 50px 0;
	}
	.std-colsblock-4-small-title{
		font-size: 25px;
		line-height: 35px;
	}
	.std-colsblock-4-small-subtitle {
		font-size: 16px;
		line-height: 22px;
	}
	.std-colsblock-4-small-item-title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.std-colsblock-4-small-item-text {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.std-colsblock-4-small-item-link {
		font-size: 14px;
		line-height: 20px;
	}
}


/* 3 cols block - bg cols - images */
.std-colsblock-3-big{
	margin: 120px 0;
}
.std-colsblock-3-big-title{
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	line-height: 76px;
	margin-bottom: 60px;
}
.std-colsblock-3-big-flex{
	gap: 60px;
}
.std-colsblock-3-big-item{
	width: 386px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.50);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.std-colsblock-3-big-item-content{
	padding: 0 40px 40px;
}
.std-colsblock-3-big-item img {
	margin: auto;
}
.std-colsblock-3-big-item-title{
	max-width: 284px;
	margin: 39px auto 20px;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
}
.std-colsblock-3-big-item-text{
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	max-width: 284px;
	margin: auto;
}
@media screen and (max-width: 1200px){
	.std-colsblock-3-big-title{
		font-size: 45px;
		line-height: 55px;
	}
}
@media screen and (max-width: 990px){
	.std-colsblock-3-big{
		margin: 50px 0;
	}
	.std-colsblock-3-big-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 25px;
	}
	.std-colsblock-3-big-flex{
		gap: 25px;
	}
	.std-colsblock-3-big-item img {
		max-width: 200px;
		margin-top: 15px;
	}
	.std-colsblock-3-big-item-content{
		padding: 0 15px 15px;
	}
	.std-colsblock-3-big-item-title {
		font-size: 18px;
		line-height: 22px;
		margin: 15px auto;
	}
	.std-colsblock-3-big-item-text {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 15px;
	}
}



/* videoblock - nobg - image left - mormal */
.std-videoblock-nobg-left{
	margin: 120px 0;
}
.std-videoblock-nobg-left-left{
	width: calc(50% + 20px);
}
.std-videoblock-nobg-left-right{
	width: calc(50% - 50px);
}
.std-videoblock-nobg-left-left-wrap{
	text-align: right;
}
.std-videoblock-nobg-left-title{
	font-size: 57px;
	font-weight: 700;
	line-height: 76px;
	margin-bottom: 21px;
}
.std-videoblock-nobg-left-text{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 40px;
}
.std-videoblock-nobg-left-left-image-wrap{
	position: relative;
	border-radius: 100%;
	overflow: hidden;
	display:inline-block;
}
.std-videoblock-nobg-left-left-image-wrap img{
	position: relative;
	z-index: 1;
}
.std-videoblock-nobg-left-left-image-bg{
	background-color:rgba(0, 0, 0, 0.25);
	background-image: url(images/big-play-button.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 28%;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.std-videoblock-nobg-left-button-wrap{
	margin-bottom: 20px;
}
@media screen and (max-width: 1200px){
	.std-videoblock-nobg-left-title{
		font-size: 45px;
		line-height: 55px;
	}
	.std-videoblock-nobg-left-left{
		width: calc(40% - 10px);
	}
	.std-videoblock-nobg-left-right{
		width: calc(60% - 10px);
	}
}
@media screen and (max-width: 990px){
	.std-videoblock-nobg-left {
		margin: 50px 0;
	}
	.std-videoblock-nobg-left-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 5px;
	}
	.std-videoblock-nobg-left-text {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 768px){
	.std-videoblock-nobg-left-left{
		width: 100%;
		margin-bottom: 15px;
	}
	.std-videoblock-nobg-left-right{
		width: 100%;
	}
	.std-videoblock-nobg-left-video-meta-flex {
		justify-content: center;
	}
	.std-videoblock-nobg-left-left img{
		max-width: 200px;
	}
	.std-videoblock-nobg-left-title,
	.std-videoblock-nobg-left-text,
	.std-videoblock-nobg-left-left-wrap,
	.std-videoblock-nobg-left-badge-wrap,
	.std-videoblock-nobg-left-button-wrap{
		text-align: center;
	}
}


/* videoblock - nobg - image right - mormal */
.std-videoblock-nobg-right{
	margin: 120px 0;
}
.std-videoblock-nobg-right-left{
	width: calc(50% - 50px);
}
.std-videoblock-nobg-right-right{
	width: calc(50% + 5px);
}
.std-videoblock-nobg-right-title{
	font-size: 48px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 21px;
}
.std-videoblock-nobg-right-text{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 40px;
}
.std-videoblock-nobg-right-right-image-wrap{
	position: relative;
	border-radius: 100%;
	overflow: hidden;
	display:inline-block;
}
.std-videoblock-nobg-right-right-image-wrap img{
	position: relative;
	z-index: 1;
}
.std-videoblock-nobg-right-right-image-bg{
	background-color:rgba(0, 0, 0, 0.25);
	background-image: url(images/big-play-button.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 28%;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.std-videoblock-nobg-right-button-wrap{
	margin-bottom: 20px;
}
@media screen and (max-width: 1200px){
	.std-videoblock-nobg-right-title{
		font-size: 45px;
		line-height: 55px;
	}
	.std-videoblock-nobg-right-left{
		width: calc(40% - 10px);
	}
	.std-videoblock-nobg-right-right{
		width: calc(60% - 10px);
	}
}
@media screen and (max-width: 990px){
	.std-videoblock-nobg-right {
		margin: 50px 0;
	}
	.std-videoblock-nobg-right-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 5px;
	}
	.std-videoblock-nobg-right-text {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 768px){
	.std-videoblock-nobg-right-left{
		width: 100%;
		order:2;
	}
	.std-videoblock-nobg-right-right{
		width: 100%;
		order:1;
		margin-bottom: 15px;
	}
	.std-videoblock-nobg-right-video-meta-flex {
		justify-content: center;
	}
	.std-videoblock-nobg-right-right-image-wrap img{
		max-width: 200px;
	}
	.std-videoblock-nobg-right-title,
	.std-videoblock-nobg-right-text,
	.std-videoblock-nobg-right-right-wrap,
	.std-videoblock-nobg-right-badge-wrap,
	.std-videoblock-nobg-right-button-wrap{
		text-align: center;
	}
}


/* 2 cols block - type 1 */
.std-cols2-type1{
	margin: 120px 0;
}
.std-cols2-type1-title{
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	line-height: 65px;
	max-width: 1190px;
	margin: auto;
}
.std-cols2-type1-subtitle{
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
}
.std-cols2-type1-flex{
	gap: 18px;
	margin-top: 40px;
}
.std-cols2-type1-item{
	width: calc(50% - 9px);
	min-width: 300px;
	padding: 40px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.50);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.std-cols2-type1-item-ico{
	margin-bottom: 44px;
}
.std-cols2-type1-item-title{
	margin-bottom: 1px;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
}
.std-cols2-type1-item-text{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 21px;
}
.std-cols2-type1-item-link{
	font-size: 16px;
	line-height: 24px;
	display:inline-block;
	color: #0D333F; 
}
@media screen and (max-width: 1200px){
	.std-cols2-type1-title{
		font-size: 45px;
		line-height: 55px;
	}
}
@media screen and (max-width: 990px){
	.std-cols2-type1{
		margin: 50px 0;
	}
	.std-cols2-type1-flex {
		gap: 15px;
		margin-top: 25px;
	}
	.std-cols2-type1-item {
		padding: 20px;
	}
	.std-cols2-type1-item-ico {
		margin-bottom: 15px;
	}
	.std-cols2-type1-title{
		font-size: 25px;
		line-height: 35px;
	}
	.std-cols2-type1-subtitle {
		font-size: 16px;
		line-height: 22px;
	}
	.std-cols2-type1-item-title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.std-cols2-type1-item-text {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.std-cols2-type1-item-link {
		font-size: 14px;
		line-height: 20px;
	}
}
@media screen and (max-width: 330px){
	.std-cols2-type1-item{
		width: 100%;
		min-width: unset;
	}
}


/* 2 cols block - type 2 */
.std-cols2-type2{
	margin: 120px 0;
}
.std-cols2-type2-title{
	text-align: center;
	font-size: 59px;
	font-weight: 700;
	line-height: 76px;
	margin-bottom: 61px;
}
.std-cols2-type2-flex{
	gap: 18px;
}
.std-cols2-type2-item{
	width: calc(50% - 9px);
	min-width: 300px;
	padding: 40px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.50);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.std-cols2-type2-item-content{
	width:100%;
}
.std-cols2-type2-item-title{
	width:100%;
	text-align: center;
	margin-bottom: 21px;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
}
.std-cols2-type2-item-text{
	width:100%;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
.std-cols2-type2-button-wrap{
	width:100%;
	text-align: center;
	margin-top: 41px;
}
@media screen and (max-width: 1200px){
	.std-cols2-type2-title{
		font-size: 45px;
		line-height: 55px;
	}
}
@media screen and (max-width: 990px){
	.std-cols2-type2{
		margin: 50px 0;
	}
	.std-cols2-type2-flex {
		gap: 15px;
	}
	.std-cols2-type2-item {
		padding: 20px;
	}
	.std-cols2-type2-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 25px;
	}
	.std-cols2-type2-item-title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.std-cols2-type2-item-text {
		font-size: 14px;
		line-height: 20px;
	}
	.std-cols2-type2-button-wrap{
		margin-top: 15px;
	}
}
@media screen and (max-width: 330px){
	.std-cols2-type2-item{
		width: 100%;
		min-width: unset;
	}
}


/* 2 cols block - type 3 */
.std-cols2-type3{
	margin: 120px 0;
}
.std-cols2-type3-title{
	text-align: center;
	font-size: 59px;
	font-weight: 700;
	line-height: 76px;
	margin-bottom: 61px;
}
.std-cols2-type3-flex{
	gap: 18px;
}
.std-cols2-type3-item{
	width: calc(50% - 9px);
	min-width: 400px;
	padding: 40px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.50);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	min-height: 300px;
}
.std-cols2-type3-item > *{
	width:100%;
}
.std-cols2-type3-item-title{
	width:100%;
	margin-bottom: 21px;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
}
.std-cols2-type3-item-text{
	width:100%;
	font-size: 16px;
	line-height: 24px;
	max-width: 508px;
}
.std-cols2-type3-item-bottomflex{
	width:100%;
	margin-top: 60px;
}
.std-cols2-type3-item-ico{
	margin-bottom: 20px;
}
.std-cols2-type3-phone-text,
.std-cols2-type3-phone-number{
	margin-left: 20px;
	font-size: 16px;
	line-height: 24px;
}
.std-cols2-type3-phone-number{
	margin-left: 10px;
}
.std-cols2-type3-button-wrap .std-button-1{
	padding: 13px 40px;
}
@media screen and (max-width: 1200px){
	.std-cols2-type3-title{
		font-size: 45px;
		line-height: 55px;
	}
	.std-cols2-type3-phone-text, 
	.std-cols2-type3-phone-number {
		margin-left: 0;
		font-size: 14px;
		line-height: 20px;
	}
	.std-cols2-type3-item-bottomflex {
		gap: 10px;
	}
	.std-cols2-type3-button-wrap {
		width: 100%;
	}
}
@media screen and (max-width: 990px){
	.std-cols2-type3{
		margin: 50px 0;
	}
	.std-cols2-type3-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 25px;
	}
	.std-cols2-type3-flex {
		gap: 15px;
	}
	.std-cols2-type3-item {
		padding: 20px;
		min-height: unset;
	}
	.std-cols2-type3-item-ico {
		margin-bottom: 15px;
	}
	.std-cols2-type3-item-title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.std-cols2-type3-item-text {
		font-size: 14px;
		line-height: 20px;
	}
	.std-cols2-type3-item-bottomflex{
		margin-top: 15px;
	}
}
@media screen and (max-width: 768px){
	.std-cols2-type3-button-wrap .std-button-1{
		padding: 10px;
	}
}
@media screen and (max-width: 430px){
	.std-cols2-type3-item{
		width: 100%;
		min-width: unset;
	}
}


/* plans */
.main-plans.std{
	margin: 120px 0;
	padding: 0;
}
@media screen and (max-width: 768px){
	.main-plans.std{
		margin: 50px 0;
	}
}

/* CTA */
.main-cta.std{
	margin: 160px 0 120px;
}
.main-cta.std .main-cta-flex {
	background: rgba(255, 255, 255, 0.50);
}
@media screen and (max-width: 768px){
	.main-cta.std{
		margin: 50px 0;
	}
}


/* Quote block */
.std-quote{
	margin: 120px 0;
}
.std-quote-flex{
	border-radius: 16px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	border: 1px solid #E5E5E5;
	background: #FFF;
	overflow: hidden;
	position: relative;
}
.std-quote-bg{
	width:600px;
	height:600px;
	border-radius: 100%;
	background: #64AB76; 
	position: absolute;
	left: -290px;
	top: calc(50% - 300px);
	z-index:1;
}
.std-quote-left{
	width: calc(50% - 70px);
	position: relative;
	z-index: 1;
}
.std-quote-photo{
	margin: auto;
}
.std-quote-right{
	width: calc(50% + 70px);
	padding: 84px 80px 84px 0;
	position: relative;
	z-index:2;
}
.std-quote-title{
	font-size: 60px;
	font-weight: 700;
	line-height: 65px;
	margin-bottom: 62px;
	text-align: center;
}
.std-quote-text{
	font-size: 32px;
	font-weight: 700;
	line-height: 44px;
	margin-bottom: 10px;
}
.std-quote-name{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
}
.std-quote-link{
	color: #0077C5;
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
}
.std-quote-slider{
	margin: -20px -15px 184px;
}
.std-quote-slide{
	margin: 15px 20px;
}
.std-quote .slick-arrow {
	left: 15px;
}
.std-quote .slick-arrow.slick-next {
	left: unset;
	right: 15px;
}
@media screen and (max-width: 990px){
	.std-quote{
		margin: 50px 0;
	}
	.std-quote-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 25px;
	}
	.std-quote-left{
		width: 30%;
	}
	.std-quote-right {
		width: 70%;
		padding: 40px 40px 40px 0;
	}
	.std-quote-text {
		font-size: 20px;
		line-height: 25px;
	}
	.std-quote-name {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.std-quote-bg {
		width: 300px;
		height: 300px;
		left: -150px;
		top: calc(50% - 150px);
	}
	.std-quote .slick-arrow {
		background-size: 80%;
	}
	.std-quote-slider {
		margin: -20px -15px 100px;
	}
}
@media screen and (max-width: 600px){
	.std-quote-left,
	.std-quote-bg {
		display:none;
	}
	.std-quote-right {
		width: 100%;
		padding: 25px;
	}
	.std-quote-text {
		font-size: 18px;
		line-height: 22px;
	}
}



/* content - no bg - image right - content left */
.std-nobg-content-2{
	margin: 120px 0;
}
.std-nobg-content-2-left{
	width: calc(50% - 160px);
	padding-left: 82px;
}
.std-nobg-content-2-right{
	width: calc(50% + 5px);
}
.std-nobg-content-2-left-title{
	font-size: 60px;
	font-weight: 700;
	line-height: 76px;
	margin-bottom: 21px;
}
.std-nobg-content-2-left-text{
	font-size: 20px;
	line-height: 28px;
}
.std-nobg-content-2-right img{
	margin-left: auto;
}
.std-nobg-content-2-button-wrap{
	margin-top: 40px;
}
.std-nobg-content-2-video-meta-flex{
	margin-top: 20px;
}
@media screen and (max-width: 1200px){
	.std-nobg-content-2-left-title{
		font-size: 45px;
		line-height: 55px;
	}
	.std-nobg-content-2-left{
		width: calc(50% - 10px);
		padding: 0;
	}
	.std-nobg-content-2-right{
		width: calc(50% - 10px);
	}
}
@media screen and (max-width: 990px){
	.std-nobg-content-2 {
		margin: 50px 0;
	}
	.std-nobg-content-2-left-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 5px;
	}
	.std-nobg-content-2-left-text {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 768px){
	.std-nobg-content-2-left{
		width: 100%;
		order:2;
	}
	.std-nobg-content-2-right{
		width: 100%;
		order: 1;
		margin-bottom: 15px;
	}
	.std-nobg-content-2-right img{
		margin: auto;
		max-width: 200px;
	}
	.std-nobg-content-2-left-title,
	.std-nobg-content-2-left-text,
	.std-nobg-content-2-button-wrap{
		text-align: center;
	}
	.std-nobg-content-2-button-wrap {
		margin-top: 15px;
	}
	.std-nobg-content-2-video-meta-flex{
		justify-content:center;
	}
	.std-nobg-content-2-left-title br{
		display:none;
	}
}



/* content - no bg - image right - content left */
.std-formblock{
	margin: 120px 0;
}
.std-formblock-form{
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.50);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 80px 60px;
}
.std-block-form-title{
	margin-bottom: 30px;
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	line-height: 60px;
}
.std-block-form-text{
	text-align: center;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 30px;
}
.std-block-form-wrap{
	gap: 35px 20px;
	margin-bottom: 50px;
}
.std-block-form-row{
	width:318px;
}
.std-block-form-row.std-block-form-submit{
	width:154px;
}
.std-block-form-hint{
	text-align: center;
	font-size: 16px;
	line-height: 21px;
}
.std-block-form-hint a{
	color: #4388DD;
}
.std-block-form-label{
	color: #344054;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 0;
	display: block;
}
.std-block-form-wrap input:not([type="submit"]){
	border-radius: 6px;
	border: 1px solid #DBDADE;
	background: #FFF;
	padding: 10px 14px;
	width: 100%;
	margin-bottom: 0;
	display: block;
}
.std-block-form-submit{
	text-align: center;
}
.std-block-form-submit input{
	border-radius: 8px;
	background: #64AB76;
	color: #F9F9F9;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	display: inline-block;
	width: 100%;
	border: 1px solid transparent;
	padding: 13px 10px;
	cursor: pointer;
}
.std-block-form-submit input:hover {
	background: #F9F9F9;
	color: #23372A;
	border-color: #64AB76;
}
.std-formblock .wpcf7-spinner{
	display:none !important;
}
.std-formblock .wpcf7-not-valid-tip {
	position: absolute;
	width: 100%;
	display: block;
	color: #CE0010;
	font-size: 13px;
	line-height: 20px;
	padding-top: 8px;
}
.std-formblock .wpcf7 form .wpcf7-response-output {
	text-align: center;
}
@media screen and (max-width: 1200px){
	.std-formblock-form{
		padding: 25px;
	}
	.std-block-form-row,
	.std-block-form-row.std-block-form-submit{
		width: calc(25% - 15px);
	}
}
@media screen and (max-width: 990px){
	.std-formblock{
		margin: 50px 0;
	}
	.std-block-form-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 5px;
	}
	.std-block-form-wrap {
		gap: 35px 10px;
		margin-bottom: 35px;
	}
	.std-block-form-hint {
		text-align: center;
		font-size: 14px;
		line-height: 18px;
	}
	.std-formblock .wpcf7 form .wpcf7-response-output {
		font-size: 14px;
		line-height: 18px;
	}
	.std-block-form-submit input {
		font-size: 14px;
		line-height: 17px;
		padding: 10px;
	}
}
@media screen and (max-width: 768px){
	.std-formblock-form {
		padding: 15px;
	}
	.std-block-form-row, 
	.std-block-form-row.std-block-form-submit {
		width: calc(50% - 5px);
	}
}
@media screen and (max-width: 500px){
	.std-block-form-text {
		margin-bottom: 15px;
	}
	.std-block-form-row, 
	.std-block-form-row.std-block-form-submit {
		width: 100%;
	}
	.std-block-form-submit input {
		max-width: 200px;
	}
}


/* 3 cols block - bg cols - images, badges, buttons */
.std-colsblock-3-full{
	margin: 120px 0;
}
.std-colsblock-3-full-title{
	text-align: center;
	font-size: 58px;
	font-weight: 700;
	line-height: 76px;
	margin-bottom: 20px;
}
.std-colsblock-3-full-subtitle{
	text-align: center;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 40px;
}
.std-colsblock-3-full-flex{
	gap: 40px;
}
.std-colsblock-3-full-item{
	width: 403px;
	border-radius: 8px 8px 24px 24px;
	background: rgba(255, 255, 255, 0.50);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-bottom:36px;
}
.std-colsblock-3-full-item > *{
	width:100%;
}
.std-colsblock-3-full-item-content{
	padding: 0 40px;
}
.std-colsblock-3-full-item img {
	margin: 0 auto 36px;
}
.std-colsblock-3-full-item-title{
	max-width: 284px;
	margin: 25px auto;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
}
.std-colsblock-3-full-item-text{
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	max-width: 292px;
	margin: auto;
}
.std-colsblock-3-full-item-badge-wrap{
	text-align: center;
}
.std-colsblock-3-full-item-button-wrap{
	margin-top: 45px;
	text-align: center;
}
@media screen and (max-width: 1200px){
	.std-colsblock-3-full-title{
		font-size: 45px;
		line-height: 55px;
	}
}
@media screen and (max-width: 990px){
	.std-colsblock-3-full{
		margin: 50px 0;
	}
	.std-colsblock-3-full-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 5px;
	}
	.std-colsblock-3-full-subtitle {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 25px;
	}
	.std-colsblock-3-full-flex{
		gap: 25px;
	}
	.std-colsblock-3-full-item img {
		max-width: 200px;
		margin-top: 15px;
		margin-bottom: 15px;
		border-radius: 8px;
	}
	.std-colsblock-3-full-item-content{
		padding: 0 15px;
	}
	.std-colsblock-3-full-item-title {
		font-size: 18px;
		line-height: 22px;
		margin: 15px auto;
	}
	.std-colsblock-3-full-item-text {
		font-size: 14px;
		line-height: 20px;
	}
	.std-colsblock-3-full-item-button-wrap{
		margin-top: 15px;
	}
	.std-colsblock-3-full-item {
		padding-bottom: 20px;
	}
}




/* 2 cols slider - images, badges, buttons */
.std-2col-sliderblock{
	margin: 120px 0;
}
.std-2col-sliderblock-title{
	text-align: center;
	font-size: 58px;
	font-weight: 700;
	line-height: 76px;
}
.std-2col-sliderblock-subtitle{
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	margin-top: 21px;
}
.std-2col-sliderblock-slider{
	margin: 80px -20px 184px;
}
.std-2col-sliderblock-slide{
	margin: 10px 20px 20px;
}
.std-2col-sliderblock-slide-flex{
	border-radius: 8px 8px 24px 24px;
	background: rgba(255, 255, 255, 0.50);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-bottom:36px;
	height: 100%;
}
.std-2col-sliderblock-slide-flex > *{
	width:100%;
}
.std-2col-sliderblock-slide-content{
	padding: 0 38px;
}
.std-2col-sliderblock-slide img {
	margin: 0 auto 36px;
}
.std-2col-sliderblock-slide-title{
	margin: 24px 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
}
.std-2col-sliderblock-slide-text{
	font-size: 16px;
	line-height: 24px;
	margin: auto;
}
.std-2col-sliderblock-slide-button-wrap{
	margin-top: 45px;
	padding: 0 38px;
}
.std-2col-sliderblock-slider .slick-track {
	display: flex !important;
}
.std-2col-sliderblock-slider .slick-slide {
	height: inherit !important;
}
.std-2col-sliderblock-slider .slick-arrow {
	left: 20px;
}
.std-2col-sliderblock-slider .slick-arrow.slick-next {
	left: unset;
	right: 20px;
}
@media screen and (max-width: 1200px){
	.std-2col-sliderblock-title{
		font-size: 45px;
		line-height: 55px;
	}
}
@media screen and (max-width: 990px){
	.std-2col-sliderblock{
		margin: 50px 0;
	}
	.std-2col-sliderblock-title{
		font-size: 25px;
		line-height: 35px;
	}
	.std-2col-sliderblock-subtitle {
		font-size: 16px;
		line-height: 22px;
		margin-top: 5px;
	}
	.std-2col-sliderblock-slider{
		margin: 35px -20px 100px;
	}
	.std-2col-sliderblock-slider .slick-arrow {
		background-size: 80%;
	}
	.std-2col-sliderblock-slide img {
		max-width: 250px;
		margin-top: 15px;
		margin-bottom: 15px;
		border-radius: 8px;
	}
	.std-2col-sliderblock-slide-content{
		padding: 0 15px;
	}
	.std-2col-sliderblock-slide-title {
		font-size: 18px;
		line-height: 22px;
		margin: 15px auto;
	}
	.std-2col-sliderblock-slide-text {
		font-size: 14px;
		line-height: 20px;
	}
	.std-2col-sliderblock-slide-button-wrap{
		margin-top: 15px;
	}
	.std-2col-sliderblock-slide-flex{
		padding-bottom: 20px;
	}
	.std-2col-sliderblock-slide-content,
	.std-2col-sliderblock-slide-button-wrap{
		text-align: center;
	}
}
@media screen and (max-width: 768px){
	.std-2col-sliderblock-slider {
		margin-top: 15px;
	}
}



/* FAQ standart */
.std-faq{
	margin: 120px 0;
}
.std-faq-wrap{
	//border-radius: 30px;
	//background: rgba(255, 255, 255, 0.50);
	//box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	//padding: 80px;
}
.std-faq-title{
	font-size: 60px;
	font-weight: 700;
	line-height: 65px;
	text-align: center;
	margin: 0;
}
.std-faq-subtitle{
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin: 10px 0 0;
}
.std-faq-items{
	margin-top: 40px;
	margin-bottom: -8px;
}
.std-faq-item{
	border-radius: 45px;
	background: #FFF;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.11), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
	margin-bottom: 8px;
}
.std-faq-item-q{
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	cursor: pointer;
}
.std-faq-item-a{
	margin-top: 12px;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	display: none;
}
@media screen and (max-width: 1200px){
	.std-faq-title{
		font-size: 45px;
		line-height: 55px;
	}
}
@media screen and (max-width: 990px){
	.std-faq{
		margin: 50px 0;
	}
	.std-faq-wrap{
		padding: 20px 15px;
		border-radius: 15px;
	}
	.std-faq-title{
		font-size: 25px;
		line-height: 35px;
	}
	.std-faq-subtitle {
		font-size: 16px;
		line-height: 22px;
		margin: 5px 0 0;
	}
	.std-faq-items {
		margin-top: 15px;
	}
	.std-faq-item-q,
	.std-faq-item-a{
		font-size: 16px;
		line-height: 20px;
	}
}



/* 2 cols block - dark bg */
.std-cols2-black{
	margin: 120px 0;
}
.std-cols2-black-flex{
	gap: 20px;
}
.std-cols2-black-item{
	width: calc(50% - 10px);
	min-width: 400px;
	padding: 40px;
	border-radius: 8px;
	background: #232735;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.std-cols2-black-item > *{
	width:100%;
}
.std-cols2-black-item-title{
	width:100%;
	margin-bottom: 10px;
	color: #64AB76;
	font-size: 40px;
	font-weight: 700;
	line-height: 52px;
}
.std-cols2-black-item-text{
	width:100%;
	font-size: 16px;
	line-height: 24px;
	color: #FFF;
}
.std-cols2-black-item-text >*{
	margin-bottom: 20px;
}
.std-cols2-black-item-bottomflex{
	width:100%;
}
.std-cols2-black-item-ico{
	margin-bottom: 24px;
}
.std-cols2-black-button-wrap{
	gap: 20px;
	margin-top: 60px;
}
.std-cols2-black-button-wrap > *{
	padding: 13px 40px;
}
.std-cols2-black-button-wrap .std-cols2-black-button-2,
.std-cols2-black-button-wrap .std-cols2-black-button-1:hover{
	background: #232735;
	border-color: #64AB76;
	color: #FFF;
}
.std-cols2-black-button-wrap .std-cols2-black-button-2:hover{
	color: #23372A;
	background: #FFF;
}
@media screen and (max-width: 1200px){
	.std-cols2-black-phone-text{
		font-size: 14px;
		line-height: 20px;
	}
	.std-cols2-black-item{
		min-height: unset;
	}
}
@media screen and (max-width: 990px){
	.std-cols2-black{
		margin: 50px 0;
	}
	.std-cols2-black-flex {
		gap: 15px;
		margin-top: 30px;
	}
	.std-cols2-black-item {
		padding: 20px;
	}
	.std-cols2-black-item-ico {
		margin-bottom: 15px;
	}
	.std-cols2-black-item-title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.std-cols2-black-item-text {
		font-size: 14px;
		line-height: 20px;
	}
	.std-cols2-black-button-wrap {
		gap: 10px;
	}
	.std-cols2-black-button-wrap > * {
		padding: 10px;
	}
	.std-cols2-black-button-wrap {
		margin-top: 20px;
	}
}
@media screen and (max-width: 430px){
	.std-cols2-black-item{
		width: 100%;
		min-width: unset;
	}
}


/********************************************************************************************************************************************************************************/
/**************************************************** ШАБЛОН ПЛАНИ **************************************************************************************************************/
/********************************************************************************************************************************************************************************/

/* 3 cols block - type 1 */
.std-cols3-type1{
	margin: 120px 0;
}
.std-cols3-type1-title{
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	line-height: 65px;
}
.std-cols3-type1-subtitle{
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
}
.std-cols3-type1-flex{
	gap: 16px;
	margin-top: 40px;
}
.std-cols3-type1-item{
	width: calc(33% - 11px);
	min-width: 300px;
	min-height: 300px;
	padding: 40px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.50);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.std-cols3-type1-item-ico{
	margin: 0 auto 19px;
}
.std-cols3-type1-item-title{
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
}
.std-cols3-type1-item-text{
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
@media screen and (max-width: 1200px){
	.std-cols3-type1-title{
		font-size: 45px;
		line-height: 55px;
	}
}
@media screen and (max-width: 990px){
	.std-cols3-type1{
		margin: 50px 0;
	}
	.std-cols3-type1-flex {
		gap: 15px;
		margin-top: 25px;
	}
	.std-cols3-type1-item {
		padding: 20px;
		min-height: unset;
	}
	.std-cols3-type1-item-ico {
		margin-bottom: 15px;
	}
	.std-cols3-type1-title{
		font-size: 25px;
		line-height: 35px;
	}
	.std-cols3-type1-subtitle {
		font-size: 16px;
		line-height: 22px;
	}
	.std-cols3-type1-item-title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.std-cols3-type1-item-text {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 330px){
	.std-cols3-type1-item{
		width: 100%;
		min-width: unset;
	}
}


/********************************************************************************************************************************************************************************/
/**************************************************** SINGLE ОСОБЛИВОСТІ ***********************************************************************************************************/
/********************************************************************************************************************************************************************************/

/* HERO type1 перероблений */
.std-hero-type-1.feature-hero{
	margin-bottom: 40px;
}
.std-hero-type-1.feature-hero .std-hero-type-1-title{
	margin-bottom: 21px;
}
.std-hero-type-1.feature-hero .std-hero-type-1-text {
	margin-bottom: 40px;
}
.std-hero-type-1-abovetitle{
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase; 
}
.std-hero-type-1.feature-hero .std-hero-type-1-right {
	padding-left: 20px;
}
@media screen and (max-width: 1200px){
	.std-hero-type-1.feature-hero .std-hero-type-1-title{
		font-size: 45px !important;
		line-height: 55px !important;
	}
}
@media screen and (max-width: 990px){
	.std-hero-type-1.feature-hero{
		padding: 25px 0 !important;
	}
	.std-hero-type-1.feature-hero .std-hero-type-1-title{
		font-size: 25px !important;
		line-height: 35px !important;
	}
	.std-hero-type-1.feature-hero .std-hero-type-1-text{
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 768px){
	.std-hero-type-1.feature-hero .std-hero-type-1-left{
		width: 100% !important;
		order:2;
	}
	.std-hero-type-1.feature-hero .std-hero-type-1-right{
		width: 100% !important;
		order:1;
		padding-left: 0;
	}
	.std-hero-type-1-abovetitle{
		text-align:center;
	}
}

/* content - no bg - image left - content right */
/* перероблений */
.std-nobg-content.type-2 .std-nobg-content-right {
	width: calc(50% - 105px);
}
.std-nobg-content.type-2 .std-nobg-content-right-title {
	font-size: 60px;
	line-height: 76px;
}
.std-nobg-content.type-2 .std-nobg-content-right-text {
	max-width: 386px;
}
@media screen and (max-width: 1200px){
	.std-nobg-content.type-2 .std-nobg-content-right-title{
		font-size: 45px;
		line-height: 55px;
	}
	.std-nobg-content.type-2 .std-nobg-content-right{
		width: calc(50% - 10px);
	}
}
@media screen and (max-width: 990px){
	.std-nobg-content.type-2 .std-nobg-content-right-title{
		font-size: 25px;
		line-height: 35px;
	}
}
@media screen and (max-width: 768px){
	.std-nobg-content.type-2 .std-nobg-content-right{
		width: 100%;
	}
	.std-nobg-content.type-2 .std-nobg-content-right-text {
		margin: auto;
	}
}


/* 3 cols block - small */
/* перероблений */
.std-colsblock-small.version-2 .std-colsblock-small-flex {
	gap: 60px;
}
.std-colsblock-small.version-2 .std-colsblock-small-item {
	width: 250px;
}
@media screen and (max-width: 990px){
	.std-colsblock-small.version-2 .std-colsblock-small-flex {
		gap: 15px;
	}
}

/* 3 cols block */
/* перероблений */
.std-colsblock.version-2 .std-colsblock-title,
.std-colsblock.type-2 .std-colsblock-title {
	margin: 0 auto 120px;
	max-width: 1230px;
}
.std-colsblock.version-2 .std-colsblock-flex,
.std-colsblock.type-2 .std-colsblock-flex {
	gap: 60px;
	max-width: unset;
}
.std-colsblock.version-2 .std-colsblock-item,
.std-colsblock.type-2 .std-colsblock-item{
	width: 320px;
}
.std-colsblock.type-2 .std-colsblock-item{
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.std-colsblock.type-2 .std-colsblock-item > *{
	width:100%;
}
.std-colsblock.type-2 .std-colsblock-item-text {
	margin-bottom: 0;
}
.std-colsblock-item-button-wrap{
	margin-top: 17px;
}
@media screen and (max-width: 990px){
	.std-colsblock.version-2 .std-colsblock-title,
	.std-colsblock.type-2 .std-colsblock-title {
		margin-bottom: 25px;
	}
	.std-colsblock.version-2 .std-colsblock-item,
	.std-colsblock.type-2 .std-colsblock-item{
		width: 250px;
	}
	.std-colsblock.version-2 .std-colsblock-flex,
	.std-colsblock.type-2 .std-colsblock-flex{
		gap: 15px;
	}
	.std-colsblock-item-button-wrap{
		margin-top: 5px;
		margin-bottom: 10px;
	}
}


/* content - no bg - image right - content left */
/* перероблений */
.std-nobg-content-2.type-2 .std-nobg-content-2-left {
	width: calc(50% - 75px);
	padding-left: 0;
}
.std-nobg-content-2.type-2 .std-nobg-content-2-right {
	width: calc(50% + 55px);
}
.std-nobg-content-2.type-2 .std-nobg-content-2-left-title {
	font-size: 59px;
	margin-bottom: 20px;
}
@media screen and (max-width: 1200px){
	.std-nobg-content-2.type-2 .std-nobg-content-2-left-title {
		font-size: 45px;
		line-height: 55px;
	}
	.std-nobg-content-2.type-2 .std-nobg-content-2-left{
		width: calc(50% - 10px);
		padding: 0;
	}
	.std-nobg-content-2.type-2 .std-nobg-content-2-right{
		width: calc(50% - 10px);
	}
}
@media screen and (max-width: 990px){
	.std-nobg-content-2.type-2 .std-nobg-content-2-left-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 768px){
	.std-nobg-content-2.type-2 .std-nobg-content-2-left{
		width: 100%;
	}
	.std-nobg-content-2.type-2 .std-nobg-content-2-right{
		width: 100%;
	}
}


/* huge image and 4 cols text */
.std-colsblock-4-full{
	margin: 120px 0;
}
.std-colsblock-4-full-title{
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	line-height: 76px;
	margin-bottom: 20px;
}
.std-colsblock-4-full-subtitle{
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	max-width: 580px;
	margin: 0 auto 40px;
}
.std-colsblock-4-full-image{
	margin-top: 40px;
	margin-bottom: 80px;
}
.std-colsblock-4-full-flex{
	gap: 10px;
	margin-top: 40px;
	padding: 40px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.50);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.std-colsblock-4-full-item{
	width: 280px;
}
.std-colsblock-4-full-item-title{
	margin-bottom: 7px;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}
.std-colsblock-4-full-item-text{
	font-size: 16px;
	line-height: 24px;
}
@media screen and (max-width: 1200px){
	.std-colsblock-4-full-title{
		font-size: 45px;
		line-height: 55px;
	}
}
@media screen and (max-width: 990px){
	.std-colsblock-4-full{
		margin: 50px 0;
	}
	.std-colsblock-4-full-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 10px;
	}
	.std-colsblock-4-full-subtitle {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	.std-colsblock-4-full-image {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.std-colsblock-4-full-flex{
		margin-top: 20px;
		padding: 15px;
	}
	.std-colsblock-4-full-item-title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.std-colsblock-4-full-item-text {
		font-size: 14px;
		line-height: 20px;
	}
}



/* links sets block */
.std-links-sets{
	margin: 120px 0;
}
.std-links-sets-title{
	font-size: 48px;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
	margin-bottom: 16px;
}
.std-links-sets-subtitle{
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 40px;
}
.std-links-sets-wrapper{
	margin-top: 40px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.50);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 80px 75px;
}
.std-links-sets-left{
	width: calc(50% - 45px);
}
.std-links-sets-right{
	width: calc(50% + 30px);
}
.std-links-sets-item{
	width: calc(50% - 10px);
}
.std-links-sets-item-title,
.std-links-sets-link{
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 20px;
}
.std-links-sets-link{
	display:block;
	color: #0077C5;
	font-weight: 400;
}
.std-links-sets-link:hover{
	text-decoration: underline;
}
@media screen and (max-width: 1200px){
	.std-links-sets-title{
		font-size: 45px;
		line-height: 55px;
	}
	.std-links-sets-left{
		width: calc(60% - 10px);
	}
	.std-links-sets-right{
		width: calc(40% - 10px);
	}
}
@media screen and (max-width: 990px){
	.std-links-sets{
		margin: 50px 0;
	}
	.std-links-sets-wrapper{
		margin-top: 15px;
		padding: 20px 15px;
	}
	.std-links-sets-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 10px;
	}
	.std-links-sets-subtitle {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	.std-links-sets-item-title, .std-links-sets-link {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 768px){
	.std-links-sets-left{
		width: 100%;
		order:2;
	}
	.std-links-sets-right{
		width: 100%;
		order:1;
	}
	.std-links-sets-right{
		margin-bottom: 15px;
	}
	.std-links-sets-right img{
		margin: auto;
		max-width: 200px;
	}
}
@media screen and (max-width: 500px){
	.std-links-sets-item{
		width: 100%;
	}
	.std-links-sets-left {
		text-align: center;
	}
}



/* huge tabs */
.std-huge-tabs{
	margin: 40px 0 200px;
}
.std-huge-tabs .container {
	max-width: 1034px;
}
.std-huge-tabs .std-huge-tabs-content-block .container {
	max-width: 1054px;
}
.std-huge-tabs-switchers{
	border-bottom: 2px solid #fff;
	margin-bottom: 80px;
}
.std-huge-tabs-switcher{
	color: #6B6C72;
	font-size: 16px;
	line-height: 20px;
	padding: 20px;
	position:relative;
	cursor: pointer;
	text-align: center;
}
.std-huge-tabs-switcher.active{
	font-weight: 700; 
	color: #393A3D; 
}
.std-huge-tabs-switcher.active::after{
	content:'';
	position: absolute;
	bottom: -3px;
	left: 0;
	width:100%;
	height:4px;
	border-radius: 2px;
	background: #64AB76; 
}
.std-huge-tabs-content{
	display:none;
}
.std-huge-tabs-content.active{
	display:block;
}
.std-huge-tabs-content-title{
	text-align: center;
	max-width: 805px;
	margin: 0 auto 140px;
	font-size: 48px;
	font-weight: 700;
	line-height: 52px;
}
.std-huge-tabs-content-text{
	max-width: 805px;
	margin: 0 auto 60px;
}
.std-huge-tabs-content-text > *{
	margin-bottom: 20px;
}
.std-huge-tabs-content-flex{
	gap: 15px;
	margin-bottom: 80px;
}
.std-huge-tabs-content-col{
	width: 290px;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.std-huge-tabs-content-col > *{
	width:100%;
}
.std-huge-tabs-content-col-ico{
	margin-bottom: 20px;
}
.std-huge-tabs-content-col-title{
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 8px;
}
.std-huge-tabs-content-col-text{
	font-size: 16px;
	line-height: 24px;
}
.std-huge-tabs-content-block{
	margin-bottom: 65px;
	position: relative;
}
.std-huge-tabs-content-block-bg{
	position: absolute;
	z-index:1;
	left:0;
	top:0;
	width:50%;
	height:100%;
	border-radius: 0px 24px 24px 0px;
	background: rgba(255, 255, 255, 0.50);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.std-huge-tabs-content-block > .container{
	position: relative;
	z-index:2;
}
.std-huge-tabs-content-block-text-col,
.std-huge-tabs-content-block-img-col{
	width:50%;
}
.std-huge-tabs-content-block-text-col{
	padding: 60px 40px 60px 60px;
	min-height: 456px;
}
.std-huge-tabs-content-block-text-col > *{
	width:100%;
}
.std-huge-tabs-content-block-img-col{
	padding: 0 0 0 40px;
}
.std-huge-tabs-content-block-img-col img{
	display:inline-block;
}
.std-huge-tabs-content-block-title{
	font-size: 38px;
	font-weight: 700;
	line-height: 52px;
	margin-bottom: 40px;
}
.std-huge-tabs-content-block-separator{
	width: 112px;
	height: 4px;
	background: #64AB76;
	border-radius: 2px;
	margin-bottom: 40px;
	position: relative;
}
.std-huge-tabs-content-block-separator::after{
	content:'';
	position: absolute;
	right: -8px;
	top:0;
	width: 4px;
	height: 4px;
	background: #64AB76;
	border-radius: 2px;
}
.std-huge-tabs-content-block-text{
	font-size: 20px;
	line-height: 28px;
}
.std-huge-tabs-content-block:nth-child(2n) .std-huge-tabs-content-block-img-col{
	order:1;
}
.std-huge-tabs-content-block:nth-child(2n) .std-huge-tabs-content-block-text-col{
	order:2;
}
.std-huge-tabs-content-block:nth-child(2n) .std-huge-tabs-content-block-bg{
	left:50%;
	border-radius: 24px 0 0 24px;
}
.std-huge-tabs-content-block:nth-child(2n) .std-huge-tabs-content-block-img-col{
	padding: 0 40px 0 0;
	text-align: right;
}

@media screen and (max-width: 1200px){
	.std-huge-tabs {
		margin-bottom: 120px;
	}
	.std-huge-tabs-switchers {
		margin-bottom: 40px;
	}
	.std-huge-tabs-content-title {
		margin: 0 auto 40px;
		font-size: 40px;
		line-height: 50px;
	}
	.std-huge-tabs-content-flex {
		margin-bottom: 40px;
	}
	.std-huge-tabs-content-block {
		margin-bottom: 40px;
	}
	.std-huge-tabs-content-block-text-col {
		padding: 40px;
		min-height: unset;
	}
}
@media screen and (max-width: 990px){
	.std-huge-tabs {
		margin: 50px 0;
	}
	.std-huge-tabs-switchers {
		margin-bottom: 25px;
	}
	.std-huge-tabs-switcher {
		padding: 10px;
	}
	.std-huge-tabs-content-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 35px;
	}
	.std-huge-tabs-content-col-ico {
		margin-bottom: 5px;
		max-width: 40px;
		max-height: 40px;
	}
	.std-huge-tabs-content-col-title {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 5px;
	}
	.std-huge-tabs-content-col-text {
		font-size: 14px;
		line-height: 20px;
	}
	.std-huge-tabs-content-flex {
		margin-bottom: 35px;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}
	.std-huge-tabs-content-block {
		margin-bottom: 25px;
	}
	.std-huge-tabs-content-block-text-col {
		padding: 25px;
	}
	.std-huge-tabs-content-block-img-col {
		padding: 0 0 0 25px;
	}
	.std-huge-tabs-content-block:nth-child(2n) .std-huge-tabs-content-block-img-col {
		padding: 0 25px 0 0;
	}
	.std-huge-tabs-content-block-title {
		margin-bottom: 15px;
		font-size: 25px;
		line-height: 35px;
	}
	.std-huge-tabs-content-block-separator {
		margin-bottom: 15px;
	}
	.std-huge-tabs-content-block-text {
		font-size: 16px;
		line-height: 22px;
	}
	.std-huge-tabs-content-block-img-col img {
		max-height: 200px;
	}
}
@media screen and (max-width: 768px){
	.std-huge-tabs-content-block-bg,
	.std-huge-tabs-content-block:nth-child(2n) .std-huge-tabs-content-block-bg{
		left: 0;
		width: 100%;
		border-radius: 0;
	}
	.std-huge-tabs-content-block-text-col {
		padding: 15px 0 25px;
		width: 100%;
		text-align: center;
		order:2;
	}
	.std-huge-tabs-content-block-img-col,
	.std-huge-tabs-content-block:nth-child(2n) .std-huge-tabs-content-block-img-col{
		padding: 25px 0 0;
		width: 100%;
		text-align: center;
		order:1;
	}
	.std-huge-tabs-content-block-separator {
		margin-left: auto;
		margin-right: auto;
	}
	.std-huge-tabs-content-block-separator::before {
		content: '';
		position: absolute;
		left: -8px;
		top: 0;
		width: 4px;
		height: 4px;
		background: #64AB76;
		border-radius: 2px;
	}
}


/********************************************************************************************************************************************************************************/
/**************************************************** НОВІ БЛОКИ ГОЛОВНОЇ *******************************************************************************************************/
/********************************************************************************************************************************************************************************/

/* HERO */
.main-newhero{
	margin: 51px 0 120px;
}
.main-newhero-title{
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	margin: 0 auto 25px;
	max-width: 960px;
}
.main-newhero-items{
	max-width: 550px;
	margin: 0 auto 26px;
}
.main-newhero-items li{
	color: #141414;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	list-style: none;
	padding-left: 24px;
	margin-bottom: 14px;
	background-image: url(images/check.svg);
	background-position: 0 10px;
	background-repeat: no-repeat;
	background-size: 16px auto;
}
.main-newhero-button-wrap{
	text-align: center;
	margin-top: 26px;
}
.main-newhero-button{
	border-radius: 45px;
	background: #323232;
	display: inline-block;
	text-align: center;
	padding: 13px 40px;
	min-width: 200px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	border: 1px solid #323232;
}
.main-newhero-button:hover {
	background: #fff;
	color: #323232;
}
.main-newhero-image-wrap-small{
	margin: 56px auto 0;
}
.main-newhero-image-wrap-small img{
	margin: auto;
}
.main-newhero-image-wrap{
	margin: 30px auto 0;
}
.main-newhero-image-wrap img{
	margin: auto;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
	box-shadow: 0px 0.66667px 3.50231px 0px rgba(0, 0, 0, 0.01), 0px 2.93333px 7.25185px 0px rgba(0, 0, 0, 0.02), 0px 7.2px 14.4625px 0px rgba(0, 0, 0, 0.02), 0px 13.8667px 28.3481px 0px rgba(0, 0, 0, 0.02), 0px 23.3333px 52.1227px 0px rgba(0, 0, 0, 0.03), 0px 36px 89px 0px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 990px){
	.main-newhero{
		margin: 50px 0 60px;
	}
	.main-newhero-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 25px;
	}
	.main-newhero-items li {
		font-size: 16px;
		margin-bottom: 10px;
	}
}


/* NEW LOGOS type 1 */
.main-newlogos{
	margin: 120px 0;
}
.main-newlogos-title{
	color: #323232;
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
}
.main-newlogos-title span{
	background: linear-gradient(82deg, #FF3D3D 0%, #5956FF 100%);
    background-clip: border-box;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.main-newlogos-text{
	color: #121212;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 8px;
}
.main-newlogos-button-wrap{
	text-align: center;
	margin-top: 8px;
	margin-bottom: 47px;
}
.main-newlogos-button{
	color: #0A85D1;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding-right: 20px;
	display: inline-block;
	background-image: url(images/blue_right_arrow.svg);
	background-position: 100% 9px;
	background-repeat: no-repeat;
	background-size: 13px auto;
}
.main-newlogos-wrap{
	gap: 40px;
	margin: auto;
	max-width: 1100px;
}
@media screen and (max-width: 990px){
	.main-newlogos{
		margin: 50px 0;
	}
	.main-newlogos-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 25px;
	}
	.main-newlogos-wrap {
		gap: 20px;
	}
}


/* ALL BUISINESS */
.main-allbuisness{
	margin: 120px 0;
}
.main-allbuisness-title{
	color: #323232;
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 60px;
}
.main-allbuisness-title span{
	background: linear-gradient(82deg, #FF3D3D 0%, #5956FF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.main-allbuisness-block-wrapper{
	text-align: center;
}
.main-allbuisness-block{
	display:inline-flex;
	gap: 30px;
}
.main-allbuisness-block:not(:last-child){
	margin-bottom: 120px;
}
.main-allbuisness-block-left{
	width: 274px;
	text-align: left;
	align-content: normal;
}
.main-allbuisness-block-left > div{
	width: 100%;
}
.main-allbuisness-block-right{
	width: calc(100% - 304px);
}
.main-allbuisness-block-titlewrap{
	margin-bottom: 12px;
}
.main-allbuisness-block-titlewrap img{
	margin-right: 14px;
}
.main-allbuisness-block-title{
	color: #323232;
	font-size: 40px;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: -0.624px; 
}
.main-allbuisness-block-text{
	color: #121212;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 12px;
}
.main-allbuisness-button{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.main-allbuisness-button:hover{
	color: #323232 !important;
}
.main-allbuisness-block-smallimg{
	margin-top: auto;
}
.main-allbuisness-block-right img{
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0.66667px 3.50231px 0px rgba(0, 0, 0, 0.01), 0px 2.93333px 7.25185px 0px rgba(0, 0, 0, 0.02), 0px 7.2px 14.4625px 0px rgba(0, 0, 0, 0.02), 0px 13.8667px 28.3481px 0px rgba(0, 0, 0, 0.02), 0px 23.3333px 52.1227px 0px rgba(0, 0, 0, 0.03), 0px 36px 89px 0px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 990px){
	.main-allbuisness{
		margin: 50px 0;
	}
	.main-allbuisness-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 25px;
	}
	.main-allbuisness-block-title {
		font-size: 25px;
	}
}
@media screen and (max-width: 768px){
	.main-allbuisness-block-left{
		width: 100%;
	}
	.main-allbuisness-block-right{
		width: 100%;
	}
	.main-allbuisness-block-right img{
		margin: auto;
	}
	.main-allbuisness-block-smallimg {
		display:none;
	}
	.main-allbuisness-block-titlewrap {
		justify-content: center;
	}
	.main-allbuisness-block-text,
	.main-allbuisness-button-wrap{
		text-align: center;
	}
	.main-allbuisness-block:not(:last-child) {
		margin-bottom: 50px;
	}
}


/* CTA 4 */
.main-cta4{
	margin: 120px 0;
}
.main-cta4 img{
	display: block;
	margin: 50px auto 60px;
}
.main-cta4-title {
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	margin: 0 auto 30px;
	text-align: center;
	max-width: 900px;
	color: #141414;
}
.main-cta4-title span{
	background: linear-gradient(82deg, #FF3D3D 0%, #5956FF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.main-cta4-button-wrap{
	text-align: center;
}
.main-cta4-button {
	display:inline-block;
	color: #F9F9F9;
	font-size: 19px;
	font-weight: 600;
	line-height: 21px;
	padding: 16.5px 20px;
	border: 1px solid transparent;
	text-align: left;
	background-image: url('images/btn-arrow-left.svg');
	background-size: 24px auto;
	background-position: 87% 55%;
	background-repeat: no-repeat;
	border-radius: 45px;
	background-color: #323232;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.11), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	padding-right: 64px;
}
.main-cta4-button:hover{
	background: #fff;
	border-color: #323232;
	color:#323232;
}
@media screen and (max-width: 990px){
	.main-cta4{
		margin: 50px 0;
	}
	.main-cta4-button {
		padding: 10px 45px 10px 15px;
		background-position: 90% 55%;
	}
}
@media screen and (max-width: 768px){
	.main-cta4 img{
		margin: 25px auto;
		max-height: 300px;
	}
	.main-cta4-title {
		font-size: 25px;
		line-height: 30px;
		text-align: center;
		margin: 0 auto 15px;
	}
}


/* ALL BUISINESS */
.main-newconfigs{
	margin: 120px 0 90px;
}
.main-newconfigs-title{
	color: #323232;
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 60px;
}
.main-newconfigs-title span{
	background: linear-gradient(82deg, #FF3D3D 0%, #5956FF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.main-newconfigs-block-flex{
	gap: 30px 24px;
}
.main-newconfigs-block{
	width:calc(50% - 12px);
	border-radius: 12px;
	background: #F6F5F4;
	padding: 24px 32px 0;
	align-content: normal;
}
.main-newconfigs-block > div{
	width: 100%;
	margin-bottom:30px;
}
.main-newconfigs-block.bigone{
	width:100%;
}
.main-newconfigs-block-ico{
	margin-bottom: 6px;
}
.main-newconfigs-block-title{
	color: #141414; 
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
}
.main-newconfigs-block.bigone .main-newconfigs-block-title{
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 8px;
}
.main-newconfigs-block-text{
	color: #141414;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 30px;
	max-width: 432px;
}
.main-newconfigs-block.bigone .main-newconfigs-block-text{
	max-width: 512px;
}
.main-newconfigs-block-button{
	color: #0A85D1;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.main-newconfigs-block-button:hover{
	color: #323232;
}
.main-newconfigs-block-img{
	margin: auto auto 0;
}
.main-newconfigs-button-wrap{
	text-align: center;
	margin-top: 60px;
}
.main-newconfigs-button {
	display:inline-block;
	color: #F9F9F9;
	font-size: 19px;
	font-weight: 600;
	line-height: 21px;
	padding: 16.5px 20px;
	border: 1px solid transparent;
	text-align: left;
	background-image: url('images/btn-arrow-left.svg');
	background-size: 24px auto;
	background-position: calc(100% - 20px) 55%;
	background-repeat: no-repeat;
	border-radius: 45px;
	background-color: #323232;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.11), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	padding-right: 64px;
}
.main-newconfigs-button:hover{
	background: #fff;
	border-color: #323232;
	color:#323232;
}
@media screen and (max-width: 990px){
	.main-newconfigs{
		margin: 50px 0;
	}
	.main-newconfigs-title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 25px;
	}
	.main-newconfigs-block-title {
		font-size: 25px;
	}
	.main-newconfigs-block-title {
		font-size: 22px;
		font-weight: 600;
		margin-bottom: 8px;
	}
	.main-newconfigs-block.bigone .main-newconfigs-block-title {
		font-size: 22px;
	}
	.main-newconfigs-button-wrap {
		margin-top: 30px;
	}
	.main-newconfigs-button {
		padding: 10px 45px 10px 15px;
		background-position: calc(100% - 15px) 55%;
		background-size: 20px auto;
	}
}
@media screen and (max-width: 768px){
	.main-newconfigs-block {
		width: 100%;
	}
}


/* CTA 4 */
.main-quotenew{
	margin: 90px 0 120px;
}
.main-quotenew-title {
	color: #121212;
	text-align: center;
	font-size: 28px;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: -0.624px;
	margin: 0 auto 12px;
	max-width: 580px;
}
.main-quotenew-name {
	color: #121212;
	font-size: 13.5px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0.061px;
}
.main-quotenew-position{
	color: #121212;
	font-size: 13.5px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0.101px;
}
.main-quotenew-ico{
	margin-right: 9px;
}
@media screen and (max-width: 990px){
	.main-quotenew{
		margin: 50px 0;
	}
}
@media screen and (max-width: 768px){
	.main-quotenew-title {
		font-size: 22px;
		line-height: 25px;
	}
}


/* MAIN TABS */
.main-tabs{
	margin: 120px 0;
}
.main-tabs-title {
	color: #121212;
	text-align: center;
	font-size: 45px;
	font-weight: 700;
	line-height: 49px;
	letter-spacing: -1.21px;
	margin-bottom: 60px;
}
.main-tabs-switchers{
	gap: 25px;
}
.main-tabs-switcher{
	border-radius: 16px;
	border: 2px solid #F6F5F4;
	background: #F6F5F4;
	cursor: pointer;
	padding: 12px 14px 14px;
	border:2px solid transparent;
	min-width: 164px;
}
.main-tabs-switcher.active{
	border-color:#F1EFEE;
	background: #FFF; 
}
.main-tabs-switcher-ico {
	margin: auto;
}
.main-tabs-switcher-title{
	color: #121212;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 23px;
	letter-spacing: -0.024px;
	margin-top: 6px;
}
.main-tabs-contents{
	margin-top: 25px;
}
.main-tabs-content{
	display:none;
}
.main-tabs-content.active{
	display:block;
}
.main-tabs-content-img{
	margin: auto;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
	box-shadow: 0px 0.66667px 3.50231px 0px rgba(0, 0, 0, 0.01), 0px 2.93333px 7.25185px 0px rgba(0, 0, 0, 0.02), 0px 7.2px 14.4625px 0px rgba(0, 0, 0, 0.02), 0px 13.8667px 28.3481px 0px rgba(0, 0, 0, 0.02), 0px 23.3333px 52.1227px 0px rgba(0, 0, 0, 0.03), 0px 36px 89px 0px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 990px){
	.main-tabs-switcher {
		padding: 15px 25px;
		min-width: unset;
	}
	.main-tabs-switcher-ico {
		max-width: 50px;
	}
}
@media screen and (max-width: 768px){
	.main-tabs{
		margin: 50px 0;
	}
	.main-tabs-title {
		font-size: 25px;
		line-height: 30px;
	}
}


/* MAIN FORM SMALL */
.main-form2small{
	margin: 120px 0;
}
.main-form2small-flex{
	max-width:1120px;
	margin: auto;
}
.main-form2small-left,
.main-form2small-right{
	width: calc(50% - 15px);
}
.main-form2small-title {
	color: #141414;
	font-size: 45px;
	line-height: 60px;
	font-weight: 700;
	margin-bottom: 24px;
}
.main-form2small-text {
	color: #141414;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 24px;
}
.main-form2small-list{
	border-radius: 4px 4px 0px 0px;
	background: #FAFAFA; 
}
.main-form2small-list-item{
	padding: 16px 20px 16px 39px;
	color: #141414;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	list-style: none;
	background-image: url(images/check.svg);
	background-position: 20px 24px;
	background-repeat: no-repeat;
	background-size: 9px auto;
}
.main-form2small-list-item:not(:last-child){
	border-bottom: 1px solid #DBDADE; 
}
.main-form2small-form p{
	margin-bottom: 16px;
}
.form-2-small-label{
	font-family: Segoe UI,sans-serif;
	color: #141414;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	display: block;
	margin-bottom: 8px;
}
.main-form2small-form input:not(.wpcf7-submit){
	font-family: Segoe UI,sans-serif;
	border-radius: 6px;
	border: 1px solid #DBDADE;
	background: #FFF;
	padding: 10px 14px;
	color: #141414;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	width: 100%;
	display: block;
}
.main-form2small-form input.wpcf7-submit{
	display:inline-block;
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	line-height: 21px;
	padding: 12.5px 20px;
	border: 1px solid transparent;
	text-align: left;
	background-image: url('images/btn-arrow-left.svg');
	background-size: 24px auto;
	background-position: calc(100% - 20px) 55%;
	background-repeat: no-repeat;
	border-radius: 45px;
	background-color: #141414;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.11), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	padding-right: 60px;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: -16px;
}
.main-form2small-form input.wpcf7-submit:hover{
	background: #fff;
	border-color: #323232;
	color:#323232;
}
@media screen and (max-width: 990px){
	.main-form2small-title {
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.main-form2small-text {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 18px;
	}
	.main-form2small-form input.wpcf7-submit {
		display: inline-block;
		color: #fff;
		font-size: 16px;
	}
}
@media screen and (max-width: 768px){
	.main-form2small{
		margin: 50px 0;
	}
	.main-form2small-left,
	.main-form2small-right{
		width: 100%;
	}
	.main-form2small-form{
		margin-top: 25px;
	}
}
