
@font-face {
    font-family: 'FuturaPT-Bold';
    src: url('/fonts/FuturaPT-Bold.eot');
    src: local('Futura PT Bold'), local('FuturaPT-Bold'),
        url('/fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/FuturaPT-Bold.woff') format('woff'),
        url('/fonts/FuturaPT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaPT-Medium';
    src: url('/fonts/FuturaPT-Medium.eot');
    src: local('/fonts/Futura PT Medium'), local('FuturaPT-Medium'),
        url('/fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/FuturaPT-Medium.woff') format('woff'),
        url('/fonts/FuturaPT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT Demi';
    src: url('/fonts/FuturaPT-Demi.eot');
    src: local('/fonts/Futura PT Demi'), local('FuturaPT-Demi'),
        url('/fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'),
        url('/fonts/FuturaPT-Demi.woff') format('woff'),
        url('/fonts/FuturaPT-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaPT-Heavy';
    src: url('/fonts/FuturaPT-Heavy.eot');
    src: local('/fonts/Futura PT Heavy'), local('FuturaPT-Heavy'),
        url('/fonts/FuturaPT-Heavy.eot?#iefix') format('embedded-opentype'),
        url('/fonts/FuturaPT-Heavy.woff') format('woff'),
        url('/fonts/FuturaPT-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
body{
	font-family: 'Inter', sans-serif;
	color: #170927;
}
.h, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: 'FuturaPT-Bold';
}
blockquote, .blockquote, .blockquote-emoji{
	font-style: normal!important;
	font-family: 'Inter', sans-serif;
	letter-spacing: normal;
}
.check-list>li:before{
	content: '';
    background-image: url(/img/gal.svg);
    width: 14px;
    height: 11px;
    position: absolute;
    background-size: cover;
    left: 0px;
    top: 8px;
}
/*Шапка */
.header__logo a svg{
	width: 90px;
	height: 28px;
}
.home .services-btn, .header--fixed .services-btn{
	border: none;
	font-size: 16px;
    font-weight: 600;
    color: #170927;
}
.header--home .services-btn{
	border:none;
}
.header--home .services-btn:hover {
    background-color: transparent;
}
.header--fixed .services-btn:hover {
    background-color: transparent;
    border: none;
    color: #170927;
}
.lang-wrap{
	display: none;
}
.home .services-btn.btn, .home .services-btn, .home .main-menu--desktop a{
	font-weight: 600;
	font-size: 16px!important;
	color: #170927;
}
.services-btn, .main-menu--desktop a{
	font-weight: 600;
	font-size: 16px!important;
}
.header--fixed .main-menu--desktop a,
.header--fixed .header__phone a, 
.header--fixed .header__recall a, 
.header--portfolio .header__phone a, 
.header--portfolio .header__recall a {
    color: #170927;
    font-weight: 600;
}

.header--home .header__phone a, 
.header--home .header__recall a,
.home .lang-wrap>span,
.lang-wrap ul li a {
    color: #170927;
    font-weight: 600;
}
.lang-wrap>span{
	font-weight: 600;
	font-size: 14px;
}
.services-btn i, .header__main-menu-btn i {
	font-size: 20px;
	text-indent: 2px;
    width: 0.8666em;
    margin-left: 2px;
}
.active.active--services-menu .services-btn i{
	font-size: 20px;
	text-indent: -5px;
    width: 0.8666em;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.active.active--main-menu .header__main-menu-btn i{
	text-indent: -4px;
}
.services-btn i:before, .header__main-menu .icon-arrow:before{
	content: "\e904";
}
.active.active--services-menu .services-btn i:before{
	content: "\e904";
}
#openServicesMenu{
	border: none;
	padding: 5px;
	font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.25;
    letter-spacing: 0.8px;
}
.services-btn.btn:hover{
    background-color: transparent;
}
.header__btn {
    margin-right: auto;
}
@media (min-width: 768px){
	.header__logo a svg{
		width: 128px;
		height: 40px;
	}
	.header__phone{
		margin-left: 40px;
		font-size: 16px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.88;
	}
	.menu-footer__list {
	    justify-content: space-between;
	}

}
@media (min-width: 1024px){
	.services-btn {
	    font-size: .9375rem!important;
	    padding: 0.6em 1.2222em;
	}
	.header__content{
		margin-top: 3px;
		width: 100%;
	}
}
@media (min-width: 1200px){
	.services-btn.btn:hover{
	    background-color: transparent;
	    color: #27b352;
	}
	.header__logo a svg{
		width: auto;
		height: auto;
	}
	.header__main-menu{
		margin-left: 15px;
		margin-right: auto;
	}
	.header__btn {
	    margin-right: 0px;
	}
	.header--home .services-btn,
	.header--fixed .services-btn{
		border: none;
	}
	.header--home .services-btn:hover {
	    background-color: transparent;
	    color: #170927;
	}
	.header--home .main-menu--desktop a{
		color: #170927;
	}
	.main-menu--desktop a{
		min-width: 80px;
    	display: inline-block;
	}
	.header--home .services-btn:hover,
	.header--home .main-menu--desktop a:hover{
		color: #fff;
	}
	.active .services-btn:hover,
	.active .main-menu--desktop a:hover{
		color: #27b352;
	}


	.home .services-btn.btn:hover{
	    color: #fff;
	}
	.home.header--fixed .services-btn:hover {
	    color: #27b352;
	}
	.header--fixed .services-btn i{
	    display: inline-block;
	    margin-left: 2px;
	}
	.header--fixed .services-btn:hover {
	    background-color: transparent;
	    color: #27b352;
	}
	.active.active--services-menu .services-btn:hover{
		color: #27b352;
		background-color: transparent;
	    white-space: nowrap;
	}
	
	.lang-wrap{
		display: flex;
		position: relative;
		margin-left: 25px;
	}
	.lang-wrap>span {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    text-align: center;
	    width: 58px;
	    height: 43px;
	    border: 2px solid #ffffff;
	    border-radius: 12px;
	    cursor: pointer;
	    color: #ffffff;
	}
	.portfolio-item .lang-wrap>span{
		color:#170927;
		border: 2px solid #170927;
	}
	.lang-wrap>span:hover{
		color: #27b352;
		border: 2px solid #27b352;
	}
	.home .lang-wrap>span{
		color: #170927;
		border: 2px solid #170927;
	}
	.home .lang-wrap>span:hover{
		color: #ffffff;
		border: 2px solid #ffffff;
	}
	.header--fixed .lang-wrap>span:hover {
	    border: 2px solid #27b352;
	    color: #27b352;
	}
	.header__phone a{
		font-size: 16px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.88;
		letter-spacing: 0.32px;
	}
	.lang-wrap>div {
	    position: absolute;
	    width: 58px;
	    top: 50px;
	    left: 50%;
	    transform: translate(-50%,20px);
	    border-radius: 12px;
	    background-color: #ffffff;
	    padding: 11px 0;
	    opacity: 0;
	    visibility: hidden; 
	    transition: .2s linear;
	}
	.lang-wrap.active>div {
	    opacity: 1;
	    visibility: visible;
	    transform: translate(-50%);
	}
	.lang-wrap ul {
	    list-style-type: none;
	    margin: 0;
	    padding: 0;
	}
	.lang-wrap ul li a{
		display: block;
	    text-align: center;
	    color: #170927;
	    text-decoration: none;
	    font-size: 14px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 2.14;
	}
	.lang-wrap ul li a:hover{
		color: #25BD59;
	}
	.lang-wrap ul li:last-child a{
		margin-bottom: 0px;
	}
}
@media (min-width: 1900px){
	.header__logo {
	    margin-right: 106px;
	}
}
.header__recall a::before{
	content: none;
}
.header__recall a{
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.14;
	border: 2px solid #fff;
	border-radius: 12px;
	padding: 11px 14px;
	transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
.home.header--fixed .header__recall a{
	border: solid 2px #170927;
}
.home.header--fixed .header__recall a:hover{
	border: 2px solid #27b352;
}
.header--fixed .header__recall a,
.header--fixed .lang-wrap>span{
	color: #170927;
	border: 2px solid #170927;
	font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
}
.header--home .header__recall a{
	border: 2px solid #170927;
	border-radius: 12px;
	padding: 10px 20px;
	transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
.header__recall a:hover{
	border: 2px solid #27b352;
	transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
.header--home .header__recall a:hover{
	border: 2px solid #fff;
	transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
.portfolio-item .header__recall a{
	border: 2px solid #170927;
}
.portfolio-item .header__recall a:hover{
	border: 2px solid #27b352;
	transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
.header--portfolio .services-btn{
	border: none;
}
.lang-menu{
	display: flex;
	margin: -15px 0 30px;
	padding: 0;
	list-style-type: none;
}
.lang-menu li{
	margin-right: 10px;
}
.lang-menu a{
	display: flex;
	border: 2px solid #170927;
    border-radius: 12px;
    padding: 12px 16px;
    font-weight: 600;
}
.lang-menu .current a{
	color: #00C24A;
	border: 2px solid #00C24A;
}
.menu-list__header{
	font-family: 'FuturaPT-Bold';
	    padding-right: 0;
}
.menu-footer__list a{
	font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
}
.menu-footer__btn{
	padding: 12px 35px;
}
.footer {
    color: #fff;
    background-color: #170927;
}
.footer__title, .footer__phone-list a{
	font-family: 'FuturaPT-Heavy';
}
.copyright__link-list{
	margin-bottom: 0;
}
#language-mob{
	display: none;
}
.footer__nav li>a{
  font-size: 16px;
  line-height: 1.25;
}
.footer__send-mail{
	color: #27b352;
}
.copyright__partners img {
    height: 60px;
}
@media (min-width: 768px){
	#language{
		display: none;
	}
	#language-mob{
		display: flex;
	}
	.lang-menu{
		margin: 0 10px 30px;
		justify-content: center;
	}
	.lang-menu li{
		margin: 0 5px 1.3888em;
	}
	.footer__nav li>a{
	  font-size: 14px;
	  line-height: 1.43;
	}
	.copyright__partners {
    	justify-content: flex-end;
	}
	
}
@media (min-width: 1200px){
	.header__nav .main-menu>li:not(:first-child) {
	    display: flex;
	}
	.header__nav .main-menu>li:not(:nth-child(2)) {
	    display: none;
	}
	.lang-menu, #language-mob {
    	display: none;
	}
	.menu-list__header{
		font-family: 'Inter', sans-serif;
		    padding-right: 1.1111em;
	}
	.popup__panel::-webkit-scrollbar{
		display: none;
	}
	.popup__panel {
	    max-width: 700px;
	    padding: 0 114px;
	}
	.popup-form__icon {
	    margin-bottom: 25px;
	    width: 64px;
   		height: 64px;
	}
	.popup__panel form > .form-group{
		margin-bottom: 20px;
	}
	.popup__panel form > .form-group textarea{
		max-height: 114px;
	}
	.popup-form__btn{
		padding: 1.2em 1.7em;
	}
	.popup-form__check-list .form-group:last-child {
	    margin-bottom: 5px;
	}
	.popup-form__subtitle{
		font-family: 'FuturaPT-Medium';
	}
	.copyright__info {
	    margin-top: 20px;
	}
	.copyright__partners img {
	    height: 80px;
	}

}
@media (min-width: 1900px){
	.nav__container {
	    padding-left: 312px;
	}
}
@media (min-width: 1921px){
	.nav__drop {
	    margin-right: calc(-50vw + 55.9375rem);
	    margin-left: calc(-50vw + 55.9375rem);
	}
	main {
	    min-height: 50vh;
	}
}
/* Первый блок на главной */
.title-block--home .title-block .title-block-wave-decor__circle-wrapper{
	display: none;
}
/*
.title-block--home .title-block .title-block-wave-decor__green-static{
	background-color: #25BD59;
} */
.home__title-block {
    text-align: justify;
}
.home__title-block-container{
	display: flex;
	flex-wrap: wrap;
	padding-top: 90px;
}
.home__title-block-wrapper{
	text-align: left;
	margin: 0 auto 150px 0;
}
.home__title-block-btn{
	font-family: 'Inter', sans-serif;
	background-color: #5F259F;
	max-width: 276px;
    padding: 21px 26px;
	font-size: 15px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0.6px;
}
.home__title-block-container .home__title-block-btn:hover{
	background-color: #7429DB;
	color: #ffffff;
}
.title-block--home .title-block{
	overflow: hidden;
	margin-bottom: -110px;
}
.home__title-block-box{
	position: relative;
	background-color: #5F259F;
	border-radius: 24px;
	padding: 12px 20px;
	width: 170px;
	height: 100px;
	margin-bottom: 130px;
	margin-right: 15px;
}
.home__title-block-box-list li span{
		display: block;
		font-size: 18px;
		line-height: 18px;
		max-width: 125px;
		margin-bottom: 5px;
		font-family: 'Futura PT Demi';
}
.home__title-block-box-list img{
	width: 24px;
	margin-bottom: 5px;
}
.home__title-block-right-wrapper{
	display: flex;
    width: 100%;
    justify-content: flex-end;
}
.title-block--home .title-block .title-block-wave-decor__green-static{
	height: 750px;
}
.home__title-block-box:before{
	content:' ';
    background-image: url(/img/first-fon.svg);
	position: absolute;
	background-size: cover;
	width: 580px;
	height: 373px;
	top: -58px;
	left: -96px;
	z-index: -1;
}
.home__title-block-container h1{
	font-size: 30px;
}
.home-statistic .container:after{
	content:'';
	position: absolute;
	background: url(/img/tab-icon.svg) top right;
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
    right: 0;
    width: 100%;
    max-width: 170px;
    height: 100%;
    z-index: -1;
}
@media (min-width: 768px){
	.home__title-block-container h1 {
	    text-align: left;
	    font-size: 42px;
	}
	.home__title-block-container{
		padding-top: 150px;
	}
	.home__title-block-box{
		border-radius: 48px;
		padding: 25px 35px;
		width: 314px;
		height: 181px;
		margin-bottom: 240px;
		margin-right: 80px;
	}
	.home__title-block-box-list li span{
		display: block;
		font-size: 28px;
		line-height: 30px;
		max-width: 180px;
		font-family: 'Futura PT Demi';
	}
	.home__title-block-box-list img{
		width: 44px;
		margin-bottom: 20px;
	}
	.title-block--home .title-block .title-block-wave-decor__green-static {
	    height: 3000px;
	}
	.home__title-block-box{
		border-radius: 38px;
	}
	.home__title-block-box:before{
		content:' ';
	    background-image: url(/img/first-fon.svg);
		position: absolute;
		background-size: cover;
		width: 635px;
		height: 690px;
    	top: -109px;
    	left: -177px;
    	z-index: -1;
	}
	.home-statistic .container:after{
	    max-width: 260px;
	}
}
@media (min-width: 1200px){
	.home__title-block-container{
		flex-wrap: nowrap;
		padding-top: 240px;
	}
	.home__title-block-wrapper {
	    min-width: 591px;
	}
	.home__title-block-box{
		border-radius: 50px;
		padding: 40px 45px;
		width: 365px;
    	height: 210px;
		margin-bottom: 240px;
		margin-right: 0px;
	}
	.home__title-block-box:before{
		width: 1719px;
	    height: 798px;
	    top: -125px;
	    left: -204px;
	}
	.home__title-block-container h1 {
	    font-size: 56px;
	}
	.home-statistic .container:after{
	    max-width: 410px;
	}
}
@media (min-width: 1600px){
	.home__title-block-wrapper {
	    min-width: 600px;
	}
}

.home__title-block-box-list{
	list-style-type: none;
	padding: 0;
    margin: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.home__title-block-box-list li{
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.services-card__title i {
    display: none;
}
.services-card__list {
    margin-bottom: 25px;
}
.services-card__more {
    display: block;
}
.services-card__title{
	font-family: 'FuturaPT-Bold';
}
.services-card{
	max-width: 100%;
	border-radius: 24px;
}
.services-card__more-text {
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.29;
    letter-spacing: 0.56px;
}
.services-card__list>li+li{
	margin-top: 15px;
}
.services-card__list a{
	font-size: 16px;
	line-height: 20px;
}
@media (min-width: 768px){
	.services-card {
	    max-width: 330px;
	    padding: 25px 30px;
	}
}
@media (min-width: 1200px){
	.home-cards {
    padding-bottom: 90px;
	}
	.services-card__list a{
		font-size: 14px;
	}
	.services-card {
	    max-width: 270px;
	}
	.services-card__more-text {
	    display: none;
	}
}
.services-card:hover{
	background-color: #EFF3F6;
	color: #170927;
}
.services-card:hover .services-card__more{
	color: #170927;
}

/* Второй блок на главной*/
.statistic-item{
	width: 200px;
	height: 180px;
	padding: 40px 0 0;
	margin-bottom: 40px;
}
.statistic-item__title{
	font-family: 'Futura PT Demi';
	letter-spacing: inherit;
	font-size: 54px;
}
.statistic-item__title-v-text{
	 font-family: 'FuturaPT-Bold';
}
.home-statistic__list-item:nth-child(5n+1) .statistic-item,
.home-statistic__list-item:nth-child(5n+2) .statistic-item,
.home-statistic__list-item:nth-child(5n+3) .statistic-item,
.home-statistic__list-item:nth-child(5n+4) .statistic-item,
.home-statistic__list-item:nth-child(5n+5) .statistic-item{
	background-image: none;
	background-color: #5F259F;
	color: #fff;
	border-radius: 40px;
}

.team-block__progress-val{
	content: url(/img/load.svg); 
}
.home-statistic__tab-title{
	font-family: 'FuturaPT-Medium';
	font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
}
.home-statistic {
    border-radius: 20px;
}
.home-statistic:before{
	border-radius: 20px;
}
.home-statistic__tab-list{
	position: relative;
}
/*
.home-statistic__tab-list .home-statistic__tab--active:before{
	content: ' ';
	width: 60px;
	height: 4px;
	border-radius: 0 0 0 0;
	background-color: #27b352;
	position: absolute;
	top: -60px;
	left: 0;
}

.tab-2-active .home-statistic__tab[href='#tab-2']:before{
	left: 33.333%;
}
.tab-3-active .home-statistic__tab[href='#tab-3']:before{
	left: 66.666%;
}
*/
@media (min-width: 1200px){
	.tab-1-active .home-statistic__tab-content,
	.tab-2-active .home-statistic__tab-content,
	.tab-3-active .home-statistic__tab-content {
	    margin-top: 20px;
	    margin-left: 0px;
	}
	.tab-1-active .home-statistic__tab[href='#tab-1'],
	.tab-2-active .home-statistic__tab[href='#tab-2']{
		margin-right: 20px;
	}
}
@media (min-width: 768px){
/*	.home-statistic__tab-list .home-statistic__tab--active:before{
		content: ' ';
		width: 0;
		max-width: 33.333%;
		height: 4px;
		border-radius: 0 0 0 0;
		background-color: #27b352;
		position: absolute;
		top: -60px;
		left: 0;
	    animation-name: progressBar;
	    animation-iteration-count: 1;
	    animation-duration: 30s;
	    -webkit-animation-duration: 30s;
	}

	@keyframes progressBar {
	    0% {
	      width: 0%;
	    }
		50% {
		  width: 50%;
		}
		100% {
		  width: 100%;
		}
	}

	.tab-2-active .home-statistic__tab[href='#tab-1']:before{
		content: ' ';
		width: 33.333%;
		height: 4px;
		border-radius: 0 0 0 0;
		background-color: #27b352;
		position: absolute;
		left: 0;
		top:-60px;
	}

	.tab-3-active .home-statistic__tab[href='#tab-2']:before{
		content: ' ';
		width: 66.666%;
		height: 4px;
		border-radius: 0 0 0 0;
		background-color: #27b352;
		position: absolute;
		left: 0;
		top:-60px;
	}
*/
	
	.home-statistic:after{
		content: none;
	}
	.home-statistic{
		border-radius: 40px;
	}
	.home-statistic__tab-title{
		font-size: 24px;
		font-weight: 500;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.25;
	}

}
@media (min-width: 1200px){
	.home-statistic__tab-list .home-statistic__tab--active:before{
		top: -80px;
	}
	.tab-2-active .home-statistic__tab[href='#tab-1']:before{
		top: -80px;
	}
	.tab-3-active .home-statistic__tab[href='#tab-2']:before{
		top: -80px;
	}

	.home-statistic {
	    padding-top: 80px;
	    padding-bottom: 50px;
	}
	.home-statistic__tab-title{
	    font-size: 30px;
	    font-weight: 500;
	    font-stretch: normal;
	    font-style: normal;
	    line-height: 1.27;
	    letter-spacing: normal;
	}
}
.home-statistic__tab, .home-statistic__tab-content{
	transition: 0.2s;
	font-family: 'Futura PT Demi';
	max-width: 770px;
}
.home-statistic__tab-content .text{
	font-family: 'Inter', sans-serif;
	min-height: 160px;
}


/* Прочее на главной */
.ads-systems__audit-title, 
.home-simple-block__title,
.card__title-list,
.section-form__form-title,
.our-help__right-block-inner h3{
	font-family: 'FuturaPT-MEdium';
}
#services .menu-list__header{
	font-family: 'FuturaPT-Bold';
}
.card__title-list, .team-card__name{
	font-weight: 600;
	font-family: 'FuturaPT-Bold';
}
.video-review__blockquote{
	font-family: 'Inter', sans-serif;
	line-height: 1.71;
}
.btn{
	border-radius: 12px;
	font-size: 15px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.6px;
}
.special-btn__btn{
	padding: 16px;
    max-width: 215px;
}
.simple-form .btn{
	width: 100%;
}
@media (min-width: 768px){
	.simple-form .btn{
		width: 100%;
    	max-width: 151px;
        padding: 1.2em 1.7em;
    	height: 54px;
	}
}

.btn:hover{
	background-color: #37CB69;
}
.our-help__right-block{
	display: inline-block;
	background-image: none;
	border: 6px solid #fff;
	border-radius: 40px;
}
.our-help__right-block-inner{
	color: #170927;
}
.team-list__item-card{
	border-radius: 24px;
}
main .cases{
	background-image: none;
	background-color: #170927;
	position: relative;
}
main .cases:before{
	content: url(/img/venzil2.svg);
	position: absolute;
	bottom: 0;
	left: 0;
}
.card{
	background-color: #231632;
	box-shadow: none;
	border-radius: 20px;
}
.our-help__btn span {
    display: block;
}
.cases-card__more-text{
	margin-right: 10px;
}
.horizontal-form__btn {
    max-width: 100%;
    font-size: 14px;
}
.ads-systems__audit-title{
	font-size: 22px;
    line-height: 1.27;
}
.our-help__right-block-inner h3{
	font-size: 22px;
    line-height: 1.18;
}
.card__list li{
	font-size: 15px;
}
.section-form__form-wrapper{
	margin-top: 20px;
}
@media (min-width: 768px){
	main .cases{
		background: url('/img/cases.svg') bottom left;
		-webkit-background-size: cover;
		background-size: cover;
	}
	main .cases:before{
		content: none;
	}
	.card__list li{
		font-size: 14px;
	}
	.card{
		border-radius: 24px;
	}
	.horizontal-form__btn {
	    max-width: 245px;
	}
	.our-help__btn span {
	    display: inline-block;
	}
	.video-review__slider-control{
		left: auto;
		display: -webkit-inline-box;
	    display: -ms-inline-flexbox;
	    display: inline-flex;
	}
	.ads-systems__audit-title{
		font-size: 30px;
	}
	.our-help__right-block-inner h3{
		font-size: 24px;
 		line-height: 1.25;
	}
	.section-form__form-wrapper {
	    margin-top: -120px;
	}
}
@media (min-width: 1024px){
	.video-review__slider-control{
		left: 500px;
	}
}
@media (min-width: 1200px){
	body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{
		max-width: 670px;
	}
	.card {
	    min-height: 420px!important;
	}
	.cases-card__more-text{
		display: none;
	}
	.certificate {
	    padding-bottom: 20px;
	}
	.our-help__right-block-inner h3{
  		font-size: 30px;
  		line-height: 1.2;
	}
	.section-form__form-wrapper {
	    -ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	    margin: 120px 0 0 -80px;
	}
}
.card:hover .cases-card__more-text{
	display: inline-block;
	font-size: 14px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: 0.56px;
}
.card__more i{
	margin-left: 0;
}
/*.video-review{
	background-color: #fff;
}*/
#videoReviewSlickSlider .slick-list{
	margin: 0 -20px;
}
#videoReviewSlickSlider .video-review__list-item{
	padding: 0 20px;
}
.slider-control-btn{
	background-color: #25BD59;
}
.slider-control-btn:hover {
    color: #fff;
}
.certificate, .section-form {
    background-color: #EFF3F6;
    position: relative;
}
.home .certificate{
	padding-bottom: 20px;
}
.certificate__content {
    margin-bottom: 20px;
}

.certificate:before{
	content:' ';
	position: absolute;
	background: url(/img/sert_icon_2.svg) bottom left;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
    left: 0;
    width: 100%;
    max-width: 174px;
    height: 100%;
}
.certificate:after{
	content:' ';
	position: absolute;
	background: url(/img/sert_icon_1.svg) top right;
	background-repeat: no-repeat;
	background-size: contain;
	top: 400px;
    right: 0;
    width: 100%;
    max-width: 161px;
    height: 100%;
}
.section-form__container{
	z-index: 1;
}
@media (min-width: 768px){
	.certificate:before{
		max-width: 350px;
	}
	.certificate:after{
		top: 400px;
		max-width: 320px;
	}
}
@media (min-width: 1200px){
	.certificate:before{
		max-width: 700px;
	}
	.certificate:after{
		top: 260px;
		max-width: 640px;
	}
}
@media (min-width: 1024px){

	.certificate__content {
	    max-width: 520px;
	}
	.certificate__container{
		justify-content: space-between;
	}
	.section-form__form-title{
		font-size: 30px;
    	line-height: 36px;
	}
}
@media (min-width: 1600px){
	.section-form__img {
	   
	}
}
input[type=email], 
input[type=password], 
input[type=search], 
input[type=tel], 
input[type=text], 
textarea{
	border-radius: 12px;
}
.section-form__form-title{
	margin-top: 20px;
	font-size: 22px;
    font-weight: 500;
    line-height: 1.18;
}
@media (min-width: 768px) and (max-width: 1023px){
	.section-form__form-header svg{
		margin-right: 30px;
	}
	.section-form__form-title{
		margin-top: 0px;
	}
}

.title-block__blockquote{
	max-width: 70%;
	font-size: 14px;
}

.about .title-block{
  z-index: -2;
  -webkit-background-size: cover!important;
  background-size: cover!important;
}
.title-block:before{
	content: none;
}
.popup-form__title {
    font-weight: 400;
    font-size: 30px;
}
.video-review__video {
    width: 99.9%;
}
@media (min-width: 768px){
	.home-simple-block__title{
		font-size: 1.5rem;
	}
	.section-form__form-title{
	  font-size: 24px;
	  line-height: 1.25;
	}
	.title-block__blockquote{
		font-size: 16px;
	}

}
@media (min-width: 1200px){
	.home-simple-block__title {
	    font-size: 30px;
	}
	.section-form__form-title{
	  font-size: 30px;
	  line-height: 1.2;
	}
	.title-block__blockquote{
		font-size: 18px;
	}
}

/* Страница отзывов */
.title-block:before{
	border-radius: 0;
}
.review-card{
	border-radius: 20px;
}
.review-card:before{
	background-image: url(../img/review-decor-new.svg);
}
.horizontal-form {
    background-color: #5F259F;
    border-radius: 20px;
}
.horizontal-form .form-group input,
.horizontal-form .form-group label {
	background-color: #5F259F!important;
}
.section-review__show-more{
	font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: 0.56px;
}
.section-review__list-item:before{
	font-family: 'Futura PT Demi';
}
.reviews .title-block:before {
    content: url(/img/venzil9.svg);
}
@media (min-width: 768px){
	.reviews .title-block{
	 	background: url('/img/otzivi.svg') bottom right;
	 	-webkit-background-size: cover;
        background-size: cover;
	}
	.reviews .title-block:before {
	    content: none;
	}
	.review-card{
		border-radius: 40px;
	}
	.horizontal-form {
	    border-radius: 40px;
	}
}
@media (min-width: 1200px){
	.review-card__author {
	    margin-bottom: 50px;
	}
	.section-review .review-card{
		min-width: 1070px;
	}
}

/* Страница Портфолио*/
.portfolio-card{
	border-radius: 20px;
}
.portfolio-card__title{
	font-family: 'Futura PT Demi';
	font-size: 20px;
    line-height: 1.3;
}
.portfolio-card__content h5{
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.portfolio-card__content .link{
  font-size: 14px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.56px;
}
.section-portfolio__show-more{
  font-size: 15px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.6px;
}
.portfolio .title-block:before {
    content: url(/img/venzil10.svg);
}
	
@media (min-width: 768px){
	.portfolio .title-block{
	 	background: url('/img/portfolio.svg') bottom right;
	 	-webkit-background-size: cover;
        background-size: cover;
	}
	.portfolio .title-block:before {
	    content: none;
	}
	.portfolio-card{
		border-radius: 40px;
	}
	.portfolio-card__title{
		font-size: 24px;
        line-height: 1.25;
	}
	.portfolio-card__text {
	    font-size: 16px;
	    line-height: 1.75;
	}
	.portfolio-card__tag{
		font-size: 12px;
	}
}
@media (min-width: 1200px){
	.portfolio-card__title{
		font-size: 26px;
        line-height: 1.23;
	}
	.portfolio-card__text {
	    font-size: 18px;
	    line-height: 1.67;
	}
}


/* Страница одного портфолио*/
.portfolio-item .title-block__title{
	color: #170927;
	font-size: 30px;
}
.company-card{
	border-radius: 20px;
}
.portfolio-item__result-img img{
	border-radius: 5px;
}
.portfolio-item__result-list>li::before{
	font-family: 'Futura PT Demi';
}
.portfolio-item__next-case{
	border-radius: 0;
	font-size: 14px;
}
.company-card__title{
	font-family: 'Inter', sans-serif;
	font-weight: bold;
}
.simple-list li{
	line-height: 1.75;
}
.portfolio-item__section .portfolio-item__review-card{
	max-width: 1170px;
}
.company-card__text{
	font-size: 14px;
}
.tag {
    padding: 7px 10px;
    font-size: 11px;
}
@media (min-width: 768px){
	.portfolio-item .title-block__title{
		font-size: 42px;
	}
	.simple-list li{
  		font-size: 16px;
  		line-height: 1.75;
	}
	.company-card__text{
		font-size: 16px;
	}
	.company-card{
		border-radius: 40px;
	}
	.portfolio-item__result-img img{
		border-radius: 24px;
	}
	.tag {
	    font-size: 12px;
	}
}
@media (min-width: 1200px){
	.portfolio-item .title-block__title{
		font-size: 56px;
	}
	.simple-list li{
  		font-size: 18px;
  		line-height: 1.67;
	}
	.company-card__text{
		font-size: 18px;
	}
	.portfolio-item__container {
	    max-width: 810px;
	}
	.portfolio-item__result-img-wrapper {
	    margin: 23px -106.5px 0 -160.5px;
	}
}

/* Страница Контакты*/
.contact__info-list-title{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
}
.contact .title-block__blockquote{
	max-width: 230px;
}
.contact__info-list-body {
    font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.73;
	font-size: 18px;
}
.contact__section {
    padding-top: 60px;
}
li .contact__tab-btn--active {
    background-color: transparent;
    border-color: transparent;
    color: #170927;
}
.contact__tab-btn i{
	width: 25px;
	height: 30px;
	bottom: 0px;
}

.icon-icon-map-marker:before{
	content: '';
    background-image: url(/img/map-marker.svg);
    width: 25px;
    height: 30px;
    position: absolute;
    background-size: cover;
    left: 0px;
    top: 7px;
}
.contact__tab-btn {
	font-family: 'Futura PT Demi';
    padding: 9px 0px!important;
    font-size: 20px;
}
.contact-form__title{
	font-family: 'FuturaPT-Bold';
	font-size: 20px;
	line-height: 26px;
}
.contact-form__btn {
    max-width: 100%;
}
.contact__media-photos-img,
.contact__media-map iframe{
	border-radius: 20px;
}
#contactForm{
	border-radius: 20px;
	margin: 90px 0 120px;
}
.contact__media-map iframe {
    height: 400px;
}
.contact-form__img {
    width: 48px;
    height: 48px;
}
.contact__media-photos-img {
    height: 198px;
}
.contact .title-block:before {
    content: url(/img/venzil11.svg);
}
	
@media (min-width: 768px){
	.contact .title-block{
	 	background: url('/img/hero.svg') bottom right;
	 	-webkit-background-size: cover;
        background-size: cover;
	}
	.contact .title-block:before {
	    content: none;
	}
	.contact__tab-btn i{
		width: 33px;
		height: 28px;
		bottom: 0px;
	}
	.icon-icon-map-marker:before{
	    width: 33px;
	    height: 40px;
	    top: 0;
	}
	.contact-form__btn {
	    max-width: 180px;
	}
	.contact-form__title{
		font-size: 28px;
		line-height: 36px;
		margin-left: -80px;
        margin-right: -80px;
	}
	.contact-form__img {
	    width: 60px;
	    height: 60px;
	}
	.contact__media-photos-img {
	    height: 190px;
	}
}
@media (min-width: 1024px) {
	.contact__media-map iframe {
	    height: 530px;
	}
}
@media (min-width: 1200px){
	#contactForm{
		border-radius: 24px;
	}
	.contact__media-photos-img,
	.contact__media-map iframe{
		border-radius: 24px;
	}
	.contact__info-list-title{
		font-size: 18px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.67;
	}
	.contact__tab-btn {
	    font-size: 26px;
	}
	.contact-form__title{
		font-size: 36px;
		line-height: 44px;
	}
	.contact__info-list-body{	  
	  font-size: 22px;
	  font-weight: 600;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: 1.73;
	}

}
.contact__tab-btn:hover {
    background-color: transparent!important;
    border-color: transparent!important;
    color: #170927!important;
}

.contact__info-list>li {
    font-weight: 400;
}

#successContactForm{
	background-color: #ffffff;
	border-radius: 40px;
	margin: 90px 0 120px;
}

/* Страница О компании*/
.about-history,
.about__img img,
.about__img-2 img {
    border-radius: 20px;
}

.about-history__img img{
	border-radius: 24px;
}
.des-services__title h3{
	line-height: 26px;
	font-family: 'Futura PT Demi';
	font-size: 20px;
    line-height: 1.3;
}
.about-history__img-2::before{
	background-image: none;
}
.about-history__img-1::before,
.about-history__img-3::before,
.principle__img-inner::before{
	content: none;
}
.about-history__content{
	padding: 0 20px;
}
.about-team__title{
	max-width: 497px;
}

.principle__text-card,
.principle__img img{
	border-radius: 24px;
}
.differences__text-decor{
	font-family: 'FuturaPT-Bold';
    font-size: 18px;
    line-height: 26px;
}
.differences__title{
	margin-bottom: 55px;
	color: #170927;
}
.differences__check-list{
	font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
}
.horizontal-form__title{
	font-family: 'FuturaPT-MEdium';
}
.about-team__btn{
	position: relative;
}
.about-team__btn i {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    width: 14px;
    height: 12px;
    margin: 0;
}
.about-team__col-btn {
    text-align: left;
    align-items: flex-end;
    display: flex;
}
.principle__subtitle{
	font-family: 'Futura PT Demi';
	font-size: 20px;
    line-height: 1.3;
}
.about .des-services__title,
.des-services__text{
	max-width: 685px;
}
.differences__content{
	max-width: 470px;
}

.principle .text{
	font-size: 14px;
}
.horizontal-form__form .horizontal-form__btn{
	height: 54px;
}
.about-team__btn {
    max-width: 235px;
    padding: 18px 64px 19px 30px;
    margin-bottom: 10px;
    font-size: 14px;
	font-weight: 800;
	line-height: 1.29;
	letter-spacing: 0.56px;
}
.about__img-2 .blockquote-emoji{
	max-width: 240px;
	font-size: 18px;
    line-height: 1.67;
}
.text{
	position: relative;
}
.principle__text-card:before{
    content: url(/img/venzil8.svg);
    position: absolute;
	bottom: -300px;
    right: -85px;
}
.about .title-block:before {
    content: url(/img/venzil12.svg);
}

@media (min-width: 768px){
	.about .title-block{
	 	background: url('/img/companii.svg') bottom right;
	 	-webkit-background-size: cover;
        background-size: cover;
	}
	.about .title-block:before {
	    content: none;
	}
	.principle__text-card:before{
	    content: none;
	}
	.about-history,
	.about__img img,
	.about__img-2 img {
	    border-radius: 40px;
	}
	.about-history__content{
		padding: 20px 0 0 0;
	}
	.about-history .text {
	    max-width: calc(46.2963vw + -5.34722rem);
	}
	.des-services__title h3{
		font-size: 24px;
        line-height: 1.25;
	}
	.differences__text-decor{
	    font-size: 22px;
	    line-height: 32px;
	}
	.about-team__row{
		justify-content: space-between;
	}
	.principle {
	    background-color: #eff3f6;
	    background: url('/img/principle.svg') top right;
		-webkit-background-size: cover;
		background-size: cover;
	    max-width: 1600px;
	    margin: 0 auto;
	    border-radius: 40px;
	}
	.principle .text{
		font-size: 16px;
	}
	.principle__last-text{
		font-size: 20px;
	}
	.horizontal-form__form .horizontal-form__btn{
		max-width: max-content;
	}
		.about__img-2 .blockquote-emoji{
		max-width: 470px;
	}
}
@media (min-width: 1200px){
	.des-services__title h3{
		font-size: 26px;
        line-height: 1.23;
	}
	.differences__text-decor{
	    font-size: 28px;
	    line-height: 36px;
	    padding: 12px 45px;
	}
	.differences__content{
		font-size: 18px;
	}
	.about-history .text {
	    max-width: 470px;
	}
	.principle__subtitle{
		font-size: 26px;
	}
	.principle .text{
		font-size: 18px;
	}
	
	.horizontal-form .form-group {
	    max-width: 248px;
	}
}
@media (min-width: 768px) and (max-width: 1023px){
	.des-services__btn{
		align-items: center;
	}
}
@media (min-width: 1600px){
	.principle__content>* {
	    max-width: 500px;
	}
}
/* Страница Вакансий*/
.vacancy .title-block__blockquote{
	max-width: 500px;
}
.opened-vacancy-item{
	border-radius: 12px;
}
.contact-send-resume a{
	font-weight: 600;
}

.send-resume__title {
    margin-bottom: 0;
    font-family: 'Futura PT Demi';
    font-size: 20px;
    max-width: 670px;
}
.good4you__subtitle h4, .good4you__subtitle{
	font-family: 'Futura PT Demi';
	font-size: 20px;
}
.vacancy-opened .send-resume__title {
    margin-bottom: 20px;
}
.send-resume__des{
	margin-bottom: 15px;
}
.send-resume-specialist__des {
    line-height: 1.75;
}
.send-resume-specialist__name{
	font-weight: 600;
}
.vacancy-about-us{
	border-radius: 0 0 40px 40px;
	background: url('/img/vacancy-about-us.svg') bottom right;
	-webkit-background-size: cover;
	background-size: cover;
}

.send-resume-specialist img,
.vacancy-about-us__img img,
.img-vacancy-about-us___blockquote,
.good4you__text-card,
.good4you-img img{
	border-radius: 20px;
}
.vacancy-about-us__col--task .vacancy-about-us__subtitle, 
.vacancy-about-us__col--year .vacancy-about-us__subtitle,
.vacancy-about-us__subtitle{
	color: #5F259F;
	font-family: 'FuturaPT-Bold';
}
.vacancy-about-us:before{
	border-radius: 0;
}
.vacancy-more__title{
	line-height: 1.2;
}
.colleague-quote-section {
    background-color: #5F259F;
}
.colleague-quote {
    border-radius: 20px;
}
.good4you-img::before{
	content: none;
}
.family-quote-section{
	padding-bottom: 5px;
}
.colleague-quote-slick-slider .slick-prev:before{
	display: none;
}
.colleague-quote-slick-slider .slick-next{
	right: 9.5%;
    top: 7.5%;
}
.colleague-quote-slick-slider .slick-next:before{
	content: url(/img/nav.svg);
	opacity: 1;
}
.family-quote-section__container{
	overflow-x: auto;
}
.family-quote-section__container img{
	width: 350%;
	max-width: 350%;
}
.vacancy-more__text{
	max-width: 470px;
	font-size: 16px;
}
.vacancy-about-us__subtitle--year{
	font-size: 20px;
}
.vacancy-about-us__subtitle--year span{
	font-size: 44px;
}
.family-quote-section__title{
	text-align: left;
}
.good4you__content{
	font-size: 14px;
}
.vacancy.services-item .title-block:before {
    content: url(/img/venzil14.svg);
}

@media (min-width: 768px){
	.vacancy.services-item .title-block{
	 	background: url('/img/vacansii.svg') bottom right;
	 	-webkit-background-size: cover;
        background-size: cover;
	}
	.vacancy.services-item .title-block:before {
	    content: none;
	}
	.send-resume-specialist img,
	.vacancy-about-us__img img,
	.img-vacancy-about-us___blockquote,
	.good4you__text-card,
	.good4you-img img{
		border-radius: 24px;
	}
	.send-resume__title {
	    font-size: 24px;
	}
	.good4you__subtitle h4, .good4you__subtitle{
		font-size: 24px;
  		line-height: 1.25;
	}
	.family-quote-section__container img{
		width: 250%;
		max-width: 250%;
	}
	.send-resume__content {
	    margin-bottom: 120px;
	}
	.vacancy-more__text{
		font-size: 20px;
	}
	.vacancy-about-us__subtitle--year span{
		font-size: 54px;
	}
	.family-quote-section__title{
		text-align: center;
	}
	.colleague-quote {
	    border-radius: 40px;
	}
	.good4you__content{
		font-size: 16px;
	}
}
@media (min-width: 1200px){
	.send-resume__title {
	    font-size: 26px;
	}
	.send-resume{
		border-radius: 40px 40px 0 0;
	}
	.good4you__subtitle h4, .good4you__subtitle{
		font-size: 26px;
  		line-height: 1.23;
	}
	.vacancy-good4you{
		padding-bottom: 120px;
	}
	.family-quote-section__container img{
		width: 100%;
		max-width: 100%;
	}
	.good4you__content > *{
		max-width: 500px;
	}
	.good4you__content{
		font-size: 18px;
	}
	.vacancy-capabilities__content .check-list>li,
	.vacancy-more__col .check-list>li{
		font-size: 18px;
	}
}

/* Страница одной вакансии*/
.vacancy-opened .title-block__title{
	font-size: 32px;
}
.vacancy-card{
	border-radius: 20px 20px 0 0;
	background-color: #5F259F;
}
.vacancy-opened-description__section:first-child{
	border-radius: 0 0 20px 20px;
}
.vacancy-opened-description__section:nth-child(3){
	border-radius: 20px;
}
.vacancy-more{
	background-color: #fff;
}
.vacancy-opened .title-block {
    background-color: #EFF3F6;
}
.vacancy-card__img img{
	border-radius: 20px;
}
.vacancy-card__title,
.vacancy-opened-description__title{
	font-family: 'Futura PT Demi';
	font-size: 20px;
}

.vacancy-opened-description__content ul{
	padding-left: 30px;
}
.vacancy-card__des{
	font-size: 14px
}
.input_add_resume{
    width: 100%;
    position: relative;
    padding: 24px;
    text-align: center;
    background-color: #eff3f6;
    border-radius: 12px;
    border: dashed 1px #a096ae;
}
.input__file {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.input__file-button{
	cursor: pointer;
}
.input__file-button-text{
	font-size: 14px;
    font-weight: 800;
	color: #25bd59;
	text-transform: uppercase;
	margin-left: 12px;
}
.input__file-icon{
	margin-top: -3px;
}
.input__file-description{
	font-size: 13px;
	color: #412d5e;
	opacity: 0.5;
	margin-top: 10px;
	display: block;
}
.input-file-list-item{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #eff3f6;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
@media (min-width: 768px){
	.vacancy-card__title,
	.vacancy-opened-description__title{
		font-size: 24px;
	}
	.vacancy-card__des{
		font-size: 16px
	}
	.vacancy-card{
		border-radius: 40px 40px 0 0;
	}
	.vacancy-opened-description__section:first-child{
		border-radius: 0 0 40px 40px;
	}
	.vacancy-opened-description__section:nth-child(3){
		border-radius:40px;
	}
	.vacancy-about-us__col--attainment{
		max-width: 770px;
	}
	.vacancy-opened .title-block__title{
		font-size: 42px;
	}
	.vacancy-opened-description__content ul{
		padding-left: 40px;
	}
}
@media (min-width: 1200px){
	.vacancy-opened .title-block__title{
		font-size: 56px;
	}
	.vacancy-card__title,
	.vacancy-opened-description__title{
		font-size: 26px;
	}
	.vacancy-card__img img {
	    width: 370px;
	    height: 290px;
	}
	.vacancy-card__des{
		font-size: 18px
	}
}
@media (max-width: 480px){
	.vacancy-about-us__img{
		max-width: 100%;
	}
}

/* Страница услуги*/
.title-block{
	background-size: cover!important;
	background-color: #5f259f;
}
.our-pride-item__title {
    font-size: 20px;
    line-height: 26px;
    font-family: 'Futura PT Demi';
}
.des-services__text{
	font-size: 16px;
	line-height: 1.75;
}

.text-card__title, .other-work__subtitle{
	font-family: 'Futura PT Demi';
	font-size: 20px;
    line-height: 1.3;
}
.section-title__title{
	font-family: 'FuturaPT-Bold';
	max-width: 220px;
    margin: 0 auto;
}
.our-pride-list>li+li {
    margin-top: 85px;
}
.good4you-img{
	margin: 90px auto;
}
.good4you-des__content{
	font-weight: 400;
	max-width: 710px;
	line-height: 1.7;
}
.horizontal-form__title{
	font-family: 'FuturaPT-Bold';
}
.ads__more{
  font-size: 14px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.56px;
}
.ads__img {
    max-width: 16.375em;
}
.ads__img img{
	min-width: 185px;
}
.ads-description__img {
    max-width: 455px;
}
.price-item{
	max-width: 260px;
}
.blockquote-emoji__emoji{
	width: auto;
	max-width: 27px;
	margin-top: 0px;
}
.certificate-2__google-clarification img{
	max-width: 27px;
}
.container-review{
	position: relative;
}
.section-review__slider-control {
    left: 120px;
    bottom: 55px;
}
.special-btn__btn{
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.48px;
  margin-left: 10px;
  padding: 13px 16px;
}
.ads--google{
	min-height: 7.75em;
	text-align: left;
	-ms-flex-align: start;
    align-items: start;
}
.services-item .horizontal-form{
	border-radius: 20px;
}
.section-form__blockquote{
	font-size: 18px;
    line-height: 1.67;
    max-width: 265px;
}
.title-block:before {
    position: absolute;
    background: transparent;
    width: auto;
    top: auto;
    right: 0;
    bottom: -4px;
    left: auto;
    -ms-transform: none;
    transform: none; 
    border-radius: 0;
    z-index: 0;
}
.services-item .title-block:before {
    content: url(/img/venzil6.svg);
}
.services-item-sub .title-block:before {
    content: url(/img/venzil13.svg);
}
.special-btn__text{
	margin-bottom: 15px;
}
.special-btn__text svg{
	height: 44px;
    max-width: 140px;
    margin-bottom: -5px;
}
.section-review-slick-slider__item .review-card{
	min-height: 1120px;
}
.review-card__media-img>div:last-child{
	display: none;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1023px) { 
	.ads--google{
		display: flex;
    	justify-content: flex-start;
	}
	.ads--google > div{
		display: flex;
	    min-width: 500px;
	    align-items: center;
	    margin-bottom: 20px;
	}
	.ads__img{
		margin: 0 50px 0 1.25em;
	}
}
@media (min-width: 768px){	
	.review-card__media-img>div:last-child{
		display: block;
	}
	.des-services__content{
		width: 100%;
    	justify-content: space-between;
	}
	.section-review-slick-slider__item .review-card {
	    min-height: auto;
	}
	.services-item .title-block{
	 	background: url('/img/contekstnaya-reklama.svg') bottom right;
	 	-webkit-background-size: cover;
        background-size: cover;
	}
	.services-item-sub .title-block{
		background: url('/img/reklama-ads.svg') bottom right;
	 	-webkit-background-size: cover;
        background-size: cover;
	}
	.services-item .title-block:before {
	    content: none;
	}
	.special-btn__text svg{
		height: 52px;
	    max-width: 167px;
	    margin-left: -10px;
	}
	.good4you-img{
		margin: 0 auto 90px;
	}
	.price-item{
		max-width: 210px;
	}
	.special-btn__btn{
		font-size: 15px;
		margin-left: 0;
		padding: 16px;
	}
	.services-item .horizontal-form{
		border-radius: 40px;
	}
	.our-pride-item__title {
	    font-size: 24px;
	    line-height: 30px;
	}
	.our-pride-list>li+li {
	    margin-top: 40px;
	}
	.text-card__title, .other-work__subtitle{
		font-size: 24px;
	    line-height: 1.25;
	}
	.certificate-2 figcaption {
	    font-size: 22px;
	    font-weight: bold;
	}
	.section-review__slider-control {
	    left: 70px;
    	bottom: 50px;
	}
	.review-card__content{
		min-height: 490px;
	}
	.section-form__blockquote{
		max-width: 360px;
	}
}
@media (min-width: 1200px){
	.section-review__slider-control {
	    left: 70px;
    	bottom: 70px;
	}
	.horizontal-form__title {
	    line-height: 44px;
	}
	.des-services__text{
		font-size: 18px;
	}
	.our-pride-item__title {
	    font-size: 26px;
	    line-height: 32px;
	}
	.section-title__title {
	    line-height: 44px;
	    font-size: 36px;
	    max-width: 535px;
	}
	.ads--google{
		min-height: 14.75em;
		text-align: center;
		-ms-flex-align: center;
	    align-items: center;
	}
	.price-item{
		max-width: 310px;
		padding: 40px 30px 56px;
	}
	.text-card__title, .other-work__subtitle{
		font-size: 26px;
	    line-height: 1.23;
	}
	.review-card__content{
		min-height: 450px;
	}
	
}
@media (min-width: 768px) and (max-width: 1023px){
.ads-systems__container:before {
	content: none;
	}
}
.ads-systems__title{
	text-align: center;
    margin: 0 auto 40px;
	letter-spacing: -0.6px;
	margin-top: .75em;
}
h2.ads-systems__title:before{
	left: calc(50% - 15px);
}
@media (max-width: 1023px){
	.ads-systems__container:before {
		content: none;
	}
}
.special-btn{
	width: 25em;
    height: 20.625em;
    margin: 0 -15px;
}
.how-work{
	background-color: #5F259F;
}
.other-work__text-wrapper h2{
	max-width: 570px;
}
.ads-systems__directions-list>li{
	margin: 0 15px 15px 18px;
}
.certificate-2__content{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.services-item .section-review{
	position: relative;
	background-color: #eff3f6;
} 
.services-item .section-review:before{
	content: url(/img/venzil1.svg);
	position: absolute;
	top: 0;
	right: 0;
}
.section-title__img {
    width: 63px;
}
.our-pride-item__text{
	max-width: 976px;
}
.good4you-list>li::before{
	font-family: 'Futura PT Demi';
}
.good4you-des__img img{
	width: 48px;
    height: 48px;
}
.section-review-slick-slider__item .review-card{
	max-width: 1170px;
	padding-bottom: 30px;
}
.cases-slick-slider__item .card__more{
	font-weight: 800;
}
#howWeWorkTitle{
	max-width: 260px;
	margin-bottom: 40px;
}
.good4you .good4you__content{
	position: relative;
}
.good4you .good4you__content:before{
    content: url(/img/venzil7.svg);
    position: absolute;
	bottom: -150px;
    right: -20px;
}
@media (min-width: 768px){
	.section-review-slick-slider__item .review-card{
		padding-bottom: 85px;
	}
	.good4you .good4you__content:before{
	    content: none;
	}
	#howWeWorkTitle{
		max-width: 100%;
	}
	.good4you-des__img img{
		width: 64px;
	    height: 64px;
	}
	.services-item .section-review{
		background: url('/img/section-review.svg') top right;
		-webkit-background-size: cover;
		background-size: cover;
	} 
	.services-item .section-review:before{
		content: none;
	}

}
@media (min-width: 1200px){
	.other-work__card-list .text-card{
		display: flex;
	}
	.other-work__card-list .text-card .text-card__img-img img{
		min-width: 94px;
    	padding-right: 30px;
	}
	.our-pride-item__text{
		font-size: 18px;
	}
	.how-work{
		background: url('/img/how-work.svg') top left;
		-webkit-background-size: cover;
	    background-size: cover;
	}
	.special-btn{
	    margin: 0;
	}
	.section-title__img {
	    width: 96px;
	}
	.horizontal-form__form{
		justify-content: space-between;
	}
	.horizontal-form .form-group input, 
	.horizontal-form .form-group label{
		max-width: 232px;
		padding: 1.05em 1.25em;
	}
}
.ads--google {
    background-image: none;
}
.ads-systems__col{
	border: 6px solid #fff;
	border-radius: 20px;
	padding: 40px 0 30px;
}
.home-simple-block__title{
	font-family: 'FuturaPT-MEdium';
}
.special-link{
	line-height: 1.25;
	border-radius: 12px;
	padding: 14px 35px 14px 15px;
}
.ads__more {
    color: #27b352;
}
.ads-systems__audit-btn{
	padding: 1.2em 1.7em;
}
.special-link:hover{
	background-color: #D3F4D8;
	-webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}
.how-work__list .text-card{
	border-radius:20px;
}
.price-item__img {
    width: 48px;
    height: 48px;
}

@media (min-width: 1200px){

	.text-card {
	    padding: 30px 50px 40px;
	}
}
.price-item__text{
	font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
}
.certificate-2 {
    background-color: #F9FAFB;
}
.other-work__card-list li,
.price-item, 
.section-form__form,
.section-form__img img,
.certificate__media-img img,
.certificate__media-img,
.certificate-2__img{
	border-radius: 20px;
}
.certificate-2__img, .certificate__media-img{
 	max-width: 670px;
 	width: 100%;
 	box-shadow: none;
 	-webkit-box-shadow: none;
}
.certificate__media-img{
	max-width: 570px;
}
.certificate__container{
	 margin-bottom: 110px;
	 position: relative;
} 
.certificate-2__title figcaption,
.certificate-2__title > div{
	display: none;
}
.certificate-2 figcaption{
	text-align: left;
	font-weight: 600;
	margin-left: 30px;
}
.certificate-2__img {
    margin-bottom: 30px;
}
.certificate-2__google-clarification{
	-webkit-transform: translateX(40%);
    -ms-transform: translateX(40%);
    transform: translateX(40%);
}
.our-pride-item__img {
    width: 48px;
    height: 48px;
}
.good4you-img::after{
	content: none;
}
.good4you-des{
	border-radius: 20px;
}
.text-card__img {
    width: 48px;
    height: 48px;
}
.section-form__form-header svg{
	width: 48px;
    height: 48px;
}
@media (min-width: 768px){
	.other-work__card-list li,
	.price-item, 
	.section-form__form,
	.section-form__img img,
	.certificate__media-img img,
	.certificate__media-img,
	.certificate-2__img{
		border-radius: 24px;
	}
	.ads-systems__col{
		border-radius: 40px;
	}
	.good4you-des{
		border-radius: 40px;
	}
	.our-pride-item__img {
	    width: 64px;
	    height: 64px;
	}
	.text-card__img {
   		width: 64px;
	    height: 64px;
	}
	.section-form__form-header svg{
   		width: 64px;
	    height: 64px;
	}
	.special-link{
		padding: 15px 35px 15px 15px;
	}
	.how-work__list .text-card{
		border-radius:40px;
	}
	.text-card__text{
		font-size: 16px;
	}
	.price-item__img {
	    width: 64px;
	    height: 64px;
	}
	.certificate__container{
	 	margin-bottom: 240px;
	} 
	.certificate-2 figcaption{
		margin-left: 0px;
	}
	.certificate-2__img {
	    margin-bottom: 55px;
	}
	.price-item__text{
	   font-size: 20px;
	   font-weight: 500;
	   line-height: 1.4;
	}
	.certificate-2__google-clarification{
		-webkit-transform: translateX(30%);
	    -ms-transform: translateX(30%);
	    transform: translateX(30%);
	}
	#simpleForm .btn{
		max-width: 151px;
		padding: 1.2em;
	}
}
@media (min-width: 1200px){
	.price-item__text{
	  font-size: 22px;
	  font-weight: 500;
	  line-height: 1.45;
	}
	.text-card__text{
		font-size: 18px;
	}
	.certificate-2__img {
	    margin-bottom: 0;
	}
	.certificate-2__title figcaption{
		margin-bottom: 25px;
	}
	.certificate-2__content-col figcaption,
	.certificate-2__content-col .certificate-2__google-clarification{
		display: none;
	}
	.certificate-2__title figcaption,
	.certificate-2__title > div{
		display: block;
	}
	.certificate-2__google-clarification{
		font-size: 18px;
	}
}
.certificate-2__title{
	max-width: 500px;
}
.certificate-2__google {
    width: 100%;
    max-width: 670px;
}
.certificate-2__google-clarification {
    display: block;
}
.review-card__blockquote{
	font-family: 'Inter', sans-serif;
}
.ads-description__img img{
	border-radius: 24px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.vacancy-good4you__container{
	background-color: #eff3f6;
}
.vacancy-text-box{
	background-color: #fff;
}
@media (min-width: 1200px){
	.vacancy-text-box{
		background-color: transparent;
	}
	.good4you__container{
		border-radius: 40px;
	}
	.good4you__container{
		background: url('/img/good4you__container.svg') top right;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.good4you-img::after{
		background-image: none;
	}
	.vacancy-good4you__container{
		background: url('/img/vacancy-good4you__container.svg') top right;
		-webkit-background-size: cover;
		background-size: cover;
	}
}
/* 404 */
.error main{
	min-height: 65vh
}
.error-section{
	padding-top: 150px;
	background-color: #5F259F;
	min-height: 65vh;
}
.error__col {
	border: 6px solid #743DB1;
	border-radius: 20px;
	padding: 0 25px;
}

.error__title{
	font-family: 'Futura PT Demi';
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 400;
	color: #ffffff;
	margin-top: 50px;
}
.error__title:before{
	content: none;
}
.error__text a{
	margin-bottom: 50px;
	padding: 18px 15px;
	font-size: 14px;
    font-weight: 800;
    line-height: 1.29;
    letter-spacing: 0.56px;
}
.error__img{
	text-align: center;
	margin: -5px 0;
}
.error__img img{
	max-width: 219px;
}
@media (min-width: 768px){
	.error__img{
		text-align: right;
		margin: -5px 0;
	}
	.error__img img{
		max-width: 100%;
	}
	.error__col {
		padding: 0 40px 0 80px;
	}
	.error__title{
		font-size: 28px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.29;
	}
	.error__text{
		max-width: 400px;
    	margin-top: -110px;
	}
	.error__text a{
		padding: 1.2em 1.7em;
		font-size: 15px;
	    font-weight: 800;
	    font-stretch: normal;
	    font-style: normal;
	    line-height: 1.2;
	    letter-spacing: 0.6px;
	}
}
@media (min-width: 1200px){
	.error__col {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    border: 14px solid #743DB1;
	    border-radius: 40px;
	    justify-content: space-between;
	    flex-direction: row-reverse;
	}
	.error__text{
		max-width: 530px;
    	margin-top: 0px;
	}
	.error__title{
		font-size: 2.25rem;
		line-height: 44px;
		font-weight: 400;
		color: #ffffff;
		margin-top: 50px;
	}
}