@font-face {
    font-family: 'PT Sans';
    src: url('./fonts/PTSans-Regular.ttf')  format('truetype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'PT Sans';
    src: url('./fonts/PTSans-Bold.ttf')  format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('./fonts/PTSans-Italic.ttf')  format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'PT Sans';
    src: url('./fonts/PTSans-BoldItalic.ttf')  format('truetype');
    font-weight: 700;
    font-style: italic;
}

body
{
	color: #474747;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
}





a {
	color: #34a6d7;
	transition: .3s;
	text-decoration: none;
	outline:none;
}

a:hover, a:focus {
	color: #1d84b0;
	text-decoration: none;
	outline:none;
}
button:hover, button:focus {
	outline:none;
}




img {
	display: inline-block;
	max-width: 100%;
}

input {
	outline:none;
}

.clear {
	clear: both;
}


.but1 {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	padding: 10px 35px;
	background: #34a6d7;
	border-radius: 25px;
	border: 0;
	cursor: pointer;
	text-decoration: none;
}

.but1:hover, .but1:focus {
	color: #fff;
	background: #1d84b0;
}

.but1_anim {
    padding: 10px 35px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #068ac4;
  font-size: 20px;
  display: inline-block;
  border-radius: 25px;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.but1_anim:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fa4923;
    opacity: 0;
    z-index: 1;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.but1_anim:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: rgba(255,255,255,0.5);
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }
  
 .but1_anim:hover {
    background-color: #00a1e7;
    color: #fff;
	text-decoration: none;
	  -webkit-animation: pulsate 1.2s linear infinite;
    animation: pulsate 1.2s linear infinite;
}

.page_title {
	font-size: 35px;
	font-weight: bold;
	text-align: left;
	color: #000;
	display: block;
	border-bottom: 4px solid #e8e8e8;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 100%;
}

.block_title {
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

.block_title.white {
	color: #fff;
}

.block_title span {
	color: #d7ae5e;
}

/* Шапка */

.header {
position: relative;
}

.header_top {
	background: rgba(217, 217, 217, 1);
}

.header_bottom {
	background: rgba(212, 212, 212, 1);
}

.header_middle {
	background: rgba(234, 234, 234, 1);
	padding: 15px 0;
}

.header_middle:after {
	content: '';
	display: block;
	clear: both;
}

.header_logo {
	float: left;
}

.header_logo > div:nth-child(1) {
	float: left;
}

.header_logo > div:nth-child(2) {
	float: left;
	font-size: 24px;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 15px;
}

.header_logo a.logo {
	display: inline-block;
	width: 135px;
}

.header_tel {
	float: right;
	margin-right: 50px;
	margin-top: 5px;
}

.header_tel > div:nth-child(1) {
	float: right;
	width: 270px;
	position: relative;
	text-align: center;
	margin-top: 5px;
}

.header_tel > div:nth-child(1):before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -40px;
	background: url(./images/header_tel.png) center center no-repeat;
	background-size: contain;
	width: 33px;
	height: 33px;
}



.header_tel > div:nth-child(1) a {
	color: #000;
	font-size: 30px;
	line-height: 32px;
	font-weight: bold;
}

.header_tel > div:nth-child(1) a:hover {
	color: #666;
}

.header_tel > div:nth-child(1) span {
	display: block;
	font-size: 13px;
	letter-spacing: 1px;
}

.header_tel > div:nth-child(1) span.work_time {
	font-weight: bold;
	font-size: 14px;
}

.header_tel > div:nth-child(2) {
	float: left;
	text-align: center;
	margin-right: 100px;
	margin-top: 0px;
}

.header_tel > div:nth-child(2) a {
	display: inline-block;
	margin: 5px;
	width: 50px;
}

.header_tel > div:nth-child(2) a:hover {
	filter: brightness(1.1);
	transform: translateY(-3px);
}

.header_zayavka {
	float: right;
	margin-top: 10px;
}

.header_zayavka a.but1 {
	font-size: 22px;
}

.mobile_logo {
	display: none;
}

.mobile_tel {
	display: none;
}

.menu-toggle {
	display: none;
            flex-direction: column;
            gap: 5px;
            width: 35px;
            background: none;
            border: none;
            cursor: pointer;
            padding: 0 0;
            align-items: flex-end; /* Выравниваем вправо */
			position: absolute;
			top: 14px;
			right: 15px;
        }
		
.menu-toggle:hover {
	background: none;
}
		

        .menu-toggle span {
            display: block;
            height: 2px;
            background-color: #fff;
            border-radius: 10px;
            transition: all 0.3s ease;
            transform-origin: right center; /* Точка трансформации справа */
        }

        /* Начальная ширина */
        .menu-toggle span:nth-child(1) { 
            width: 100%; 
        }
        .menu-toggle span:nth-child(2) { 
            width: 100%; 
        }
        .menu-toggle span:nth-child(3) { 
            width: 100%; 
        }

        /* При наведении - сужаем вправо */
        .menu-toggle:hover span:nth-child(1) { 
            width: 95%; 

        }
        .menu-toggle:hover span:nth-child(2) { 
            width: 60%; 

        }
        .menu-toggle:hover span:nth-child(3) { 
            width: 30%; 

        }


/* Хлебные крошки */

.bx-breadcrumb {
	padding: 0;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 10px;
}

.bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 14px;
	color: #959595;
}

.bx-breadcrumb i {
	font-size: 10px;
	vertical-align: top;
}


/* Подвал */


.footer {
	margin-top: 40px;
	padding: 0;
	padding-top: 40px;
	background: #ebe7e7;
}

.footer_logo {
	float: left;
	margin-right: 60px;
}

.footer_logo img {
	width: 140px;
	margin-bottom: 50px;
}

.footer_menu {
	float: left;
	margin-right: 30px;
	width: 240px;
}

.footer_menu h2 {
	font-size: 20px;
	margin: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.footer_menu a {
	display: block;
	color: #000;
	margin: 10px 0;
	font-size: 15px;
	line-height: 19px;
}

.footer_menu a:hover {
	text-decoration: underline;
}

.footer_contacts {
	float: right;
	width: 220px;
}

.footer_contacts a {
	color: #000;
}

.footer_contacts a:hover {
	text-decoration: underline;
}

.footer_contacts h2 {
	font-size: 20px;
	margin: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.footer_email {
	font-size: 20px;
	margin-bottom: 15px;
}

.footer_email a {
	background: url(./images/contacts_mail.png) left center no-repeat;
	background-size: 20px auto;
	padding-left: 35px;
}

.footer_tel {
	font-size: 20px;
	font-weight: bold;
}

.footer_tel a {
	background: url(./images/contacts_tel.png) left center no-repeat;
	background-size: 16px auto;
	padding-left: 35px;
}

.footer_work_time {
	background: url(./images/contacts_time.png) left center no-repeat;
	background-size: 18px auto;
	padding-left: 35px;
	margin-top: 15px;
}

.footer_address {
	background: url(./images/contacts_address.png) left center no-repeat;
	background-size: 18px auto;
	padding-left: 35px;
	margin-top: 15px;
}

.footer_social {
	margin-top: 15px;
}

.footer_social a {
	display: inline-block;
	margin: 5px;
	width: 40px;
}

.footer_social a:hover {
	filter: brightness(1.1);
	transform: translateY(-3px);
}



.foot_copyright {
	text-align: center;
	font-size: 14px;
	background: #bfbcbc;
	margin-top: 40px;
	padding: 15px 0;
}

.foot_copyright a {
	text-decoration: underline;
	color: #000;
}

/* Слайдер */

.slick-prev::before, .slick-next::before {
	color: #d7ae5e !important;
	font-size: 25px !important;
	transition: .5s;
}

.slick-prev:hover::before, .slick-next:hover::before {
	filter: brightness(1.2);
}


/* Контент */

/* Главная - Верхний блок Новый */

.main_top_block_new {
	padding: 20px 0;
	background: #e9e7f7;
	position: relative;
	overflow: hidden;
}

.main_top_block_new_line {
	position: absolute;
	bottom: 50px;
	left: -120px;
	z-index: 0;
	transform: rotate(40deg);
}

.main_top_block_new_line > div:nth-child(1) {
	height: 80px;
	width: 600px;
	background: #efedf8;
}

.main_top_block_new_line > div:nth-child(2) {
	height: 80px;
	width: 600px;
	background: #f3f4f7;
}


.main_top_block_new_cont {
	background: url(./images/top_block_pic_new.jpg) right bottom no-repeat;
	background-size: auto 100%;
	padding-bottom: 80px;
	padding-top: 20px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	max-width: 1300px;
}

.main_top_block_new h1 {
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 20px;
}

.main_top_block_new_osnov {
	font-size: 19px;
	padding: 10px 0 10px 90px;
	background: url(./images/top_block_osnov.png) center left no-repeat;
}

.main_top_block_new h2 {
	font-size: 30px;
	margin-top: 15px;
}

.main_top_block_new h2 span {
	color: #350f76;
}



.main_top_block_new_blocks {
	margin-top: 40px;
}

.main_top_block_new_blocks > div {
	position: relative;
	border: 3px solid #5d2cb1;
	border-radius: 12px;
	padding: 15px 25px;
	float: left;
	font-size: 18px;
	line-height: 24px;
	margin: 10px 20px;
	width: 200px;
	height: 134px;
}

.main_top_block_new_blocks > div:before {
	content: '';
	display: block;
	position: absolute;
	top: -22px;
	left: -22px;
	width: 44px;
	height: 44px;
	background: #5d2cb1 url(./images/top_block_galka.png) center center no-repeat;
	background-size: 40% auto;
	border-radius: 10px;
}

.main_top_block_new_but {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	background: #350f76;
	padding: 15px 60px;
	border-radius: 15px;
	margin-top: 40px;
}

.main_top_block_new_but:hover {
	background: #5d2cb1;
	color: #fff;
}



/* Главная - Верхний блок */

.main_top_block_left {
	padding-top: 70px;
}

.main_top_block_left h1 {
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 25px;
}

.main_top_block_left h1 span {
	font-weight: 700;
	font-size: 54px;
}

.main_top_block_left ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 28px;
	margin-bottom: 40px;
}

.main_top_block_left ul li {
	padding-left: 1em; 
	text-indent: -.7em;
	margin: 5px 0;
}

.main_top_block_left ul li::before {
  content: "• ";
  color: #34a6d7;
}

/* Главная - Преимущества */

.main_preim {

	background: #0e0e0e;
	padding-top: 40px;
	padding-bottom: 20px;
}

.main_preim_cont {
	display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.main_preim_cont > div {
	flex: 1;
  padding: 20px;
  text-align: center;
  color: #fff;
  position: relative;
}

.main_preim_cont > div::after {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	right: -25px;
	width: 49px;
	height: 169px;
	background: url(./images/preim_separator.png) center center no-repeat;
	background-size: contain;
}

.main_preim_cont > div:last-child::after {
  display: none;
}

.main_preim_cont p {
	line-height: 22px;
}

.main_preim_cont p span {
	color: #d7ae5e;
}

.with_spotlight {
	position: relative;
	overflow: hidden;
}

.spotlight {
            position: absolute;
            width: 1000px;
            height: 1000px;
            border-radius: 50%;
			background: radial-gradient(circle,rgba(76, 63, 9, 1) 0%, rgba(13, 13, 13, .1) 70%);
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.5s;
            transform: translate(-50%, -50%);
			z-index: 0;
}

.with_spotlight:hover .spotlight {
    opacity: .7;
}

/* Главная - На что расчитывать */

.main_narashet {
	margin-top: 80px;
}

.main_narashet_cont {
	display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  margin-top: 40px;
}

.main_narashet_cont > div {
	flex: 1;
  padding: 20px;
  
}

.main_narashet_pic {
	padding: 0 20px;
	z-index: 2;
	position: relative;
	pointer-events: none;
}

.main_narashet_pic img {
	border-radius: 12px;
}

.main_narashet_text {
	text-align: center;
  color: #fff;
  position: relative;
  background: #0e0e0e;
  height: 100%;
  border-radius: 12px;
  z-index: 1;
  margin-top: -210px;
  padding: 0 40px;
  padding-top: 240px;
}

.main_narashet_text h3 {
	position: relative;
	z-index: 1;
	font-size: 18px;
	font-weight: bold;
}

.main_narashet_text p {
	position: relative;
	z-index: 1;
	line-height: 20px;
}

.main_narashet_text hr {
	display: block;
	width: 220px;
	height: 70px;
	background: url(./images/narashet_separator.png) center center no-repeat;
	background-size: contain;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	opacity: 1;
}

/* Главная - Выход */

.main_vihod {
	margin-top: 80px;
	background: url(./images/main_vihod_bg.jpg) center top no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 100px;
	padding-bottom: 140px;
}

.main_vihod_cont {
	margin: 0 auto;
	margin-top: 60px;
	max-width: 1000px;
}

.main_vihod_cont:after {
	content: '';
	display: block;
	clear: both;
}

.main_vihod_cont > div {
	float: left;
	width: 25%;
	text-align: center;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

.main_vihod_cont > div p {
	margin: 0;
}

.main_vihod_cont > div:nth-child(2),
.main_vihod_cont > div:nth-child(3) {
	margin-top: 40px;
}

/* Главная - Тест */

.main_test {
	margin-top: 10px;
	background: url(./images/main_test_bg.jpg) center top no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 100px;
	padding-bottom: 140px;
}

.main_test_but {
	text-align: center;
	position: relative;
	z-index: 1;
	margin-top: 80px;
}

.main_test_but a {
	display: inline-block;
	padding: 25px 110px;
	border-radius: 20px;
	background: linear-gradient(270deg, #D7AE5E 0%, #D7AE5E 50%, #AB8336 100%);
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

.main_test_but a:hover {
	filter: brightness(1.2);
}

/* Главная - Сервисы */

.main_service {
	margin-top: 80px;
}

.main_service_cont {
	margin: 0 auto;
	max-width: 1000px;
	margin-top: 50px;
}

.main_service_cont:after {
	content: '';
	display: block;
	clear: both;
}

.main_service_cont > div {
	float: left;
	width: 33.33%;
	padding: 30px;
}

.main_service_cont > div:nth-child(2) {
	margin-top: 50px;
}

.main_service_cont > div p {
	margin: 0;
}

.main_service_cont > div a {
	display: block;
	background: #0e0e0e;
	color: #fff;
	border-radius: 12px;
	text-align: center;
	padding-bottom: 20px;
-webkit-box-shadow: 0px 4px 20px 0px rgba(215, 174, 94, 0.5);
-moz-box-shadow: 0px 4px 20px 0px rgba(215, 174, 94, 0.5);
box-shadow: 0px 4px 20px 0px rgba(215, 174, 94, 0.5);
}

.main_service_cont > div a:hover {
	background: #363521;
}

.main_service_cont > div a img {
	transition: 1s;
}

.main_service_cont > div a:hover img {
	transform: rotate(10deg);
}

.main_service_cont > div a span {
	color: #d7ae5e;
}

.main_service_cont hr {
	display: block;
	width: 80%;
	height: 2px;
	background: url(./images/service_separator.png) center center no-repeat;
	background-size: contain;
	margin: 0 auto;
	margin-bottom: 20px;
	opacity: 1;
}

/* Главная - Голубые блоки */

.main_preimproc {
	margin-top: 80px;
}

.main_7shag {
	margin-top: 80px;
}

.main_cifri {
	margin-top: 40px;
}

.blue_blocks {
	
	
	padding: 20px 0;
}

.blue_blocks1 {
	background: #ecf2fa url(./images/blue_blocks_circle1.png) 60% 45% no-repeat;
}

.blue_blocks2 {
	background: #ecf2fa url(./images/blue_blocks_circle2.png) 100% 45% no-repeat;
	background-size: 800px auto;
}

.blue_blocks3 {
	background: #ecf2fa;
	/*background: #ecf2fa url(./images/blue_blocks_circle1.png) 60% 45% no-repeat;
	background-size: auto 80%;*/
}

.blue_blocks:after {
	content: '';
	display: block;
	clear: both;
}

.blue_blocks h3 {
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	margin: 20px auto;
	max-width: 500px;
	margin-bottom: 30px;
}

.blue_blocks h5 {
	color: #533ded;
	font-weight: bold;
	font-size: 45px;
}

.blue_blocks_cont {
	max-width: 1100px;
	margin: 0 auto;
}

.blue_blocks_cont > div {
	float: left;
	width: 33.33%;
	padding: 25px;
	
}

.blue_block {
	background: rgba(255,255,255,.5);
	border-radius: 5px;
	text-align: center;
	padding: 40px 20px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(66, 68, 90, 0.2);
-moz-box-shadow: 0px 0px 10px 0px rgba(66, 68, 90, 0.2);
box-shadow: 0px 0px 10px 0px rgba(66, 68, 90, 0.2);
	z-index: 1;
	position: relative;
	backdrop-filter: blur(10px);
}

.blue_block img {
	height: 40px;
}

.blue_block_num {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 140px;
	line-height: 140px;
	transform: translateX(-50%) translateY(-50%);
	font-weight: bold;
	color: #dddcfa;
	z-index: -1;
}

/* Главная - Последствия */

.main_posled {
	margin-top: 80px;
}

.main_posled h3 {
	text-align: center;
	font-size: 18px;
	margin: 20px auto;
	margin-bottom: 40px;
	max-width: 500px;
}

.main_posled_cont > div {
	float: left;
	width: 33.33%;
	padding: 20px;
}

.main_posled_cont > div > div {
	max-width: 300px;
}

.main_posled_cont:after {
	content: '';
	display: block;
	clear: both;
}

.main_posled_cont > div > div h4 {
	
}

.main_posled_cont > div > div hr {
	display: block;
	height: 6px;
	border-radius: 3px;
	background: #FDBC6E;
background: linear-gradient(90deg,rgba(253, 188, 110, 1) 0%, rgba(217, 117, 124, 1) 100%);
opacity: 1;
transition: 2s;
}

.main_posled_cont > div > div:hover hr {
	transform: translateX(-25%) scaleX(0.5);
}

/* Главная - Почему */

.main_pochemu {

	background: #ecf2fa;
}

.main_pochemu h3 {
	text-align: center;
	font-size: 18px;
	margin: 20px auto;
	margin-bottom: 40px;
	max-width: 500px;
}

.main_pochemu_cont > div {
	float: left;
	width: 33.33%;
	padding: 20px;
}

.main_pochemu_cont > div > div {
	background: #fff;
	font-size: 19px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	border-radius: 12px;
	overflow: hidden;
}

.main_pochemu_cont > div > div img {
	width: 100%;
}

.main_pochemu_cont > div > div p {
	padding: 10px 15px;
	min-height: 75px;
}

.main_pochemu_cont > div > div p span {
	color: #513dec;
}

/* Главная - Найти управляющего */

.main_naiti_uprav {

	background: #ecf2fa;
	padding-bottom: 40px;
}

.main_naiti_uprav h3 {
	text-align: center;
	font-size: 18px;
	margin: 20px auto;
	margin-bottom: 40px;
	max-width: 1000px;
}

.main_naiti_uprav_cont {
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	max-width: 600px;
}

.main_naiti_uprav_item {
	margin: 20px 0;
	background: #f8f8f8;
	overflow: hidden;
	border: 1px solid #34a6d7;
}

.main_naiti_uprav_vopros {
	padding: 15px 20px;
	padding-right: 80px;
	font-size: 20px;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	transition: .5s;
	background: #e0e6ed;
}

.main_naiti_uprav_vopros.active {
	background: #cfdef1;
}

.main_naiti_uprav_vopros:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(./images/faq_plus.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 10px);
	right: 20px;
	transition: .5s;
	opacity: .5;
}

.main_naiti_uprav_vopros:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(./images/faq_minus.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 10px);
	right: 20px;
	opacity: 0;
	transition: .5s;
}

.main_naiti_uprav_vopros.active:before {
	opacity: .5;
}

.main_naiti_uprav_vopros.active:after {
	opacity: 0;
}

.main_naiti_uprav_otvet {
	display: none;
	padding: 20px;
}


/* Главная - Команда */

.main_komanda {
	margin-top: 40px;
	background: url(./images/main_komanda_bg.jpg) center top no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 140px;
}

.main_komanda_slider {
	margin-top: 70px;
}

.main_komanda_slider .slick-slide {
	padding: 10px;
	
}

.main_komanda_item {
	border-radius: 10px;
	overflow: hidden;
	background: #0e0e0e;
	text-align: center;
}

.main_komanda_name {
	padding: 10px;
	padding-top: 20px;
	font-size: 18px;
}

.main_komanda_text {
	padding-bottom: 20px;
}

.main_komanda_text hr {
	display: block;
	width: 236px;
	height: 50px;
	background: url(./images/komanda_separator.png) center center no-repeat;
	background-size: contain;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	opacity: 1;
}

.main_komanda_text p {
	margin-bottom: 10px;
}

.main_komanda_text span {
	color: #d7ae5e;
}

/* Главная - документы */

.main_doc_slider {
	
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 80px;
}

.main_doc_slider .slick-slide {
	padding: 10px;
	
}

/* Главная - Отзывы */

.main_video_otzivi {
	margin-top: 60px;
	padding: 80px 0;
	background: #f5f5f5;
}

.main_video_otzivi_slider {
	margin-top: 80px;
}

.main_video_otzivi_slider .slick-slide {
	padding: 10px;
}

.main_video_otzivi_item {
	text-align: center;
}

.main_video_otzivi_video iframe {
	height: 230px;
	width: 100%;
}

.main_video_otzivi_name {
	font-size: 18px;
	margin-top: 15px;
	font-weight: bold;
}

.view_all_but {
	text-align: center;
	margin-top: 60px;
}

.view_all_but a {
	display: inline-block;
	padding: 10px 60px;
	color: #d7ae5e;
	border: 1px solid #d7ae5e;
	border-radius: 30px;
}

.view_all_but a:hover {
	color: #fff;
	background: #d7ae5e;
}

/* Главная рекламные блоки */

.main_predprinimatel,
.main_lishili,
.main_proverte,
.main_lubim {
	margin: 50px 0;
}

.advert_block {
	max-width: 1200px;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 40px 100px;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.advert_block::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(21,30,50,.9);
	z-index: 0;
}

.advert_block1::after {
	content: '';
	display: block;
	width: 400px;
	height: 400px;
	position: absolute;
	right: -30px;
	bottom: -100px;
	background: url(./images/advert_circle1.png) center center no-repeat;
	background-size: contain;
	z-index: 1;
}

.advert_block2::after {
	content: '';
	display: block;
	width: 400px;
	height: 400px;
	position: absolute;
	left: -30px;
	bottom: -100px;
	background: url(./images/advert_circle2.png) center center no-repeat;
	background-size: contain;
	z-index: 1;
}

.advert_block3::after {
	content: '';
	display: block;
	width: 350px;
	height: 350px;
	position: absolute;
	right: -30px;
	bottom: -100px;
	background: url(./images/advert_circle1.png) center center no-repeat;
	background-size: contain;
	z-index: 1;
}

.advert_block1 .advert_block_pic {
	position: absolute;
	right: 50px;
	bottom: 0;
	width: 240px;
	z-index: 2;
}

.advert_block2 .advert_block_pic {
	position: absolute;
	left: 70px;
	bottom: 0;
	width: 200px;
	z-index: 2;
}

.advert_block3 .advert_block_pic {
	position: absolute;
	right: 10px;
	bottom: 0;
	width: 250px;
	z-index: 2;
}

.advert_block_left {
	padding-right: 500px;
}

.advert_block_right {
	padding-left: 500px;
}

.advert_block h2 {
	font-weight: bold;
	font-size: 40px;
	line-height: 42px;
	z-index: 3;
	position: relative;
	margin-bottom: 20px;
}

.advert_block p {
	font-size: 24px;
	line-height: 30px;
	z-index: 3;
	position: relative;
}

.advert_block_but {
	margin-top: 20px;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	padding: 10px 30px;
	background: #523DF2;
background: linear-gradient(90deg,rgba(82, 61, 242, 1) 0%, rgba(84, 185, 232, 1) 100%);
	color: #fff;
	z-index: 3;
	position: relative;
}

.advert_block_but:hover {
	filter: brightness(1.3);
	color: #fff;
}

.advert_block .clock {
	margin: 40px auto;
	width: 625px;
}

/* Вопросы / Ответы */

.main_faq {
	margin-top: 70px;
}

.main_faq_cont {
	margin-top: 50px;
}

.main_faq_item {
	margin: 20px 0;
	border-radius: 15px;
	background: #f8f8f8;
	overflow: hidden;
}

.main_faq_vopros {
	padding: 30px;
	padding-right: 100px;
	font-size: 24px;
	cursor: pointer;
	border-radius: 15px;
	position: relative;
	transition: .5s;
}

.main_faq_vopros.active {
	background: #e4e1e1;
}

.main_faq_vopros:after {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	background: url(./images/faq_plus.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 14px);
	right: 30px;
	transition: .5s;
}

.main_faq_vopros:before {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	background: url(./images/faq_minus.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 14px);
	right: 30px;
	opacity: 0;
	transition: .5s;
}

.main_faq_vopros.active:before {
	opacity: 1;
}

.main_faq_vopros.active:after {
	opacity: 0;
}

.main_faq_otvet {
	display: none;
	padding: 30px;
}

/* Главная - Отзывы */

.main_otzivi {
	margin-top: 70px;
}

.main_otzivi_slider {
	margin-top: 50px;
}

.main_otzivi_slider .slick-slide {
	padding: 20px;
	
}

.main_otziv_item {
	background: #fff;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(215, 174, 94, 0.2);
-moz-box-shadow: 0px 0px 25px 0px rgba(215, 174, 94, 0.2);
box-shadow: 0px 0px 25px 0px rgba(215, 174, 94, 0.2);
}

.main_otziv_item_name {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}

/* Главная - кейсы */

.main_cases {
	margin-top: 70px;
	background: #18233a;
	padding: 50px 0;
}

.main_cases h3 {
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	margin-top: 40px;
	color: #cad0de;
}

.main_cases_cont {
	margin-top: 140px;
}

.main_cases_cont > div {
	float: left;
	width: 33.33%;
	padding: 30px;
}

.main_cases_cont:after {
	content: '';
	display: block;
	clear: both;
}

.main_cases_item {
	border: 1px solid #d7ae5e;
	
	text-align: center;
}

.main_cases_top {
	width: 180px;
	position: relative;
	margin: 0 auto;
	margin-top: -80px;
}

.main_cases_pic {
	position: relative;
	z-index: 1;
}

.main_cases_pic::before {
	content: '';
	display: block;
	position: absolute;
	background: #5d6575;
	width: 100%;
	height: 92%;
	top: 4%;
	left: 7%;
	z-index: -1;
}

.main_cases_top span {
	display: block;
	color: #fff;
	font-weight: bold;
	background: #8992a7;
	position: absolute;
	z-index: 2;
	top: 20px;
	left: -20px;
	width: calc(100% + 40px);
	padding: 10px 5px;
}

.main_cases_bottom {
	padding: 40px;
	font-size: 24px;
	color: #d7ae5e;
}

/* Главная - Услуги и цены */

.main_uslugi {
	margin-top: 70px;
}

.main_uslugi_cont {
	display: table;
	width: 100%;
	margin-top: 40px;
}

.main_uslugi_item {
	display: table-row;
}

.main_uslugi_item:nth-child(odd) {
	background: #f9f8f9;
}

.main_uslugi_item > div {
	display: table-cell;
	padding: 30px 20px;
}

.main_uslugi_name {
	font-size: 24px;
	font-weight: bold;
}

.main_uslugi_name span {
	font-weight: normal;
	font-style: italic;
	color: #999;
	font-size: 20px;
}

.main_uslugi_vhodit {
	
}

.main_uslugi_vhodit ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 17px;
	margin-bottom: 20px;
}

.main_uslugi_vhodit ul li {
	padding-left: 1em; 
	text-indent: -.7em;
	margin: 5px 0;
}

.main_uslugi_vhodit ul li::before {
  content: "• ";
  color: #f49a1a;
}

.main_uslugi_vhodit a {
	color: #f49a1a;
	margin-left: 1em;
}

.main_uslugi_vhodit a:hover {
	color: #c07d1d;
}

.main_uslugi_price {
	vertical-align: middle;
}

.main_uslugi_price div {
	font-size: 24px;
	font-weight: bold;
	
}

.main_uslugi_price span {
	font-size: 20px;
	font-weight: bold;
	color: #999;
	text-decoration: line-through;
	margin-bottom: 20px;
}

.main_uslugi_price i {
	font-size: 17px;
	font-weight: normal;
	color: #999;
	display: block;
}

.main_uslugi_price a {
	display: block;
	color: #fff;
	background: #f49a1a;
	padding: 10px 25px;
	font-weight: bold;
	white-space: nowrap;
	margin-top: 20px;
}

.main_uslugi_price a:hover {
	background: #c07d1d;
}

/* Главная - Другие услуги теги */

.main_tags {
	margin-top: 60px;
	background: #0e0e0e;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.main_tags_menu {
	text-align: center;
}

.main_tags_menu > div {
	cursor: pointer;
	font-size: 20px;
	text-transform: uppercase;
	color: #bc9784;
	border: 1px solid #bc9784;
	padding: 10px 40px;
	border-radius: 30px;
	display: inline-block;
	transition: .3s;
}

.main_tags_menu > div:hover {
	color: #0e0e0e;
	background: #bc9784;
}

.main_tags_cont {
	margin-top: 40px;
	text-align: center;
}

.main_tags_cont div {
	display: inline-block;
	padding: 5px;
}

.main_tags_cont div a {
	display: inline-block;
	color: #bc9784;
	border: 1px solid #bc9784;
	padding: 6px 20px;
	font-size: 18px;
	border-radius: 30px;
}

.main_tags_cont div a:hover {
	color: #0e0e0e;
	background: #bc9784;
}



/* Главная - Процедура текст */

.main_procedure_text {
	background: #ecf2fa;
	margin-top: 0px;
	padding: 40px 0;
}

/* Главная - Наши результаты */

.main_nashi_result {
	margin-top: 0px;
	background: url(./images/nashi_result_bg.jpg) center top no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 100px;
}

.main_nashi_result_cont_cont {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	background: #0e0e0e;
	border-radius: 10px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(215, 174, 94, 0.2);
-moz-box-shadow: 0px 0px 25px 0px rgba(215, 174, 94, 0.2);
box-shadow: 0px 0px 25px 0px rgba(215, 174, 94, 0.2);
}

.main_nashi_result_cont {
	display: flex;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  border: 1px dashed #d7ae5e;
  
}

.main_nashi_result_cont > div {
	flex: 1;
  padding: 20px;
  text-align: center;
  color: #fff;
  position: relative;
}

.main_nashi_result_cont > div::after {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	right: -25px;
	width: 49px;
	height: 169px;
	background: url(./images/preim_separator.png) center center no-repeat;
	background-size: contain;
}

.main_nashi_result_cont > div:last-child::after {
  display: none;
}

.main_nashi_result_cont p {
	font-size: 18px;
	line-height:24px;
	margin: 0;
}

.main_nashi_result_cont p img {
	margin-bottom: 10px;
}

.main_nashi_result_cont p span {
	color: #d7ae5e;
	font-size: 32px;
	line-height:44px;
	font-weight: bold;
	display: block;
}

/* Главная - Статьи */

.main_articles {
	margin-top: 60px;
	padding: 40px 0;
	background: #f5f5f5;
}

.main_articles_slider {
	margin-top: 30px;
}

.main_articles_slider .slick-slide {
	padding: 20px;
	height: inherit !important;
}

.main_articles_slider .slick-track
{
    display: flex !important;
}


.main_articles_item {
	height: 100%;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(66, 68, 90, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(66, 68, 90, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(66, 68, 90, 0.2);
  position: relative;
  padding-bottom: 70px;
}

.main_articles_pic img {
	width: 100%;
}

.main_articles_pic {
	
}

.main_articles_text {
	padding: 20px 30px;
}

.main_articles_date {
	font-size: 15px;
	color: #999;
}

.main_articles_name {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.main_articles_link {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.main_articles_link a {
	display: inline-block;
	color: #fff;
	background: #f49a1a;
	padding: 10px 25px;
	white-space: nowrap;
}

.main_articles_link a:hover {
	background: #c07d1d;
}

/* Кто освободит*/

.main_kto_osvobodit {
	padding-top: 40px;
	padding-bottom: 60px;
	background: #e6e7e9;
}

.main_kto_osvobodit h2 {
	color: #431474;
	margin-bottom: 40px;
}

.main_kto_osvobodit_pic {
	float: left;
	width: 500px;
	border-radius: 15px;
	padding: 15px;
	border: 1px solid #fff;
	-webkit-box-shadow: -1px 4px 25px 0px rgba(34, 60, 80, 0.3);
-moz-box-shadow: -1px 4px 25px 0px rgba(34, 60, 80, 0.3);
box-shadow: -1px 4px 25px 0px rgba(34, 60, 80, 0.3);
background-image: linear-gradient(142deg, rgba(221, 221, 223, 1) 0%, rgba(242, 242, 240, 1) 100%);
margin-top: 55px;
}

.main_kto_osvobodit_pic img {
	width: 100%;
	border-radius: 15px;
}

.main_kto_osvobodit_text {
	float: left;
	width: calc(100% - 500px);
	padding-left: 20px;
}

.main_kto_osvobodit_text h3 {
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size: 24px;
}

.main_kto_osvobodit_text h4 {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.main_kto_osvobodit_text ul {
	padding: 0;
}

.main_kto_osvobodit_text ul li {
	font-size: 16px;
	line-height: 18px;
	padding: 5px 0;
	position: relative;
	list-style: none;
	padding-left: 25px;
}

.main_kto_osvobodit_text ul li:before {
	content: "•";
    color: #431474;
	font-size: 40px;
	line-height: 18px;
	position: absolute;
	display: block;
	top: 3px;
	left: 0;
   }

.main_kto_osvobodit_cifra {
	margin-top: 40px;
}

.main_kto_osvobodit_cifra:after {
	content: '';
	display: block;
	clear: both;
}

.main_kto_osvobodit_cifra > div {
	float: left;
	width: 33.33%;
	position: relative;
	padding: 0 40px;
	padding-left: 130px;
	font-size: 20px;
}

.main_kto_osvobodit_cifra > div span {
	display: block;
	color: #431474;
	font-weight: bold;
	font-size: 34px;
	position: absolute;
	min-width: 108px;
	left: 0;
	top: 0;
	border-radius: 15px;
	padding: 3px 15px;
	border: 1px solid #fff;
	-webkit-box-shadow: -1px 4px 25px 0px rgba(34, 60, 80, 0.3);
-moz-box-shadow: -1px 4px 25px 0px rgba(34, 60, 80, 0.3);
box-shadow: -1px 4px 25px 0px rgba(34, 60, 80, 0.3);
background-image: linear-gradient(142deg, rgba(221, 221, 223, 1) 0%, rgba(242, 242, 240, 1) 100%);
}


/* Политики */

.politics {
	margin-top: 30px;
}

.politics table {
	border-collapse: collapse; 
	width: 100%;
}

.politics table th, 
.politics table td {
	border: 1px solid #999;
	padding: 5px;
}




/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------АДАПТАЦИЯ-------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------- */


@media (max-width:1600px){
	
}

@media (max-width:1399px){
	
	.main_kto_osvobodit_pic {
	width: 450px;
	margin-top: 100px;
}

.main_kto_osvobodit_text {
	width: calc(100% - 450px);
}

.main_kto_osvobodit_cifra > div {
	font-size: 18px;
}

.main_kto_osvobodit_text h4 {
	font-size: 20px;
}
	
	.main_top_block_new_cont {
	padding-left: 40px;
}
	
	.main_video_otzivi {
	margin-top: 0px;
	padding: 60px 0;
}
	
	.footer_logo {
	margin-right: 30px;
}

.footer_menu {
	margin-right: 20px;
	width: 200px;
}

.main_top_block_left {
	padding-top: 40px;
}
	
}

@media (max-width:1199px){
	
	.main_kto_osvobodit {
	padding-top: 20px;
	padding-bottom: 40px;
	
}

.main_kto_osvobodit_cifra {
	margin-top: 20px;
}

.main_kto_osvobodit_cifra > div {
	font-size: 16px;
	padding-left: 115px;
}

.main_kto_osvobodit_cifra > div span {
	font-size: 30px;
	min-width: 100px;
}
	
	.main_kto_osvobodit_pic {
	width: 420px;
	margin-top: 85px;
}

.main_kto_osvobodit h2 {
	margin-bottom: 20px;
}

.main_kto_osvobodit_text {
	width: calc(100% - 420px);
}

.main_kto_osvobodit_text h3 {
	font-size: 18px;
}

.main_kto_osvobodit_text h4 {
	font-size: 17px;
}

.main_kto_osvobodit_text ul li {
	font-size: 15px;
}
	
	.main_top_block_new h1 {
	font-size: 40px;
	margin-bottom: 15px;
}

.main_top_block_new_osnov {
	font-size: 17px;
	padding: 10px 0 10px 85px;
}

.main_top_block_new h2 {
	font-size: 24px;
}
	
.main_top_block_new_blocks > div {
	position: relative;
	border: 2px solid #5d2cb1;
	border-radius: 10px;
	padding: 12px 15px;
	font-size: 16px;
	line-height: 22px;
	margin: 10px 15px;
	width: 140px;
	height: 120px;
}

.main_top_block_new_blocks > div::before {
	top: -15px;
	left: -15px;
	width: 30px;
	height: 30px;
	border-radius: 8px;
}

.main_top_block_new_but {
	font-size: 17px;
	padding: 15px 40px;
	border-radius: 12px;
	margin-top: 20px;
}

	.main_faq {
	margin-top: 50px;
}

.main_faq_vopros {
	padding: 25px;
	padding-right: 100px;
	font-size: 20px;
}


	
	.main_nashi_result {
	padding-top: 40px;
	padding-bottom: 60px;
}

.main_nashi_result_cont_cont {
	margin-top: 40px;
}

.main_tags {
	margin-top: 40px;
}
	
	.main_uslugi {
	margin-top: 50px;
}

.main_uslugi_name {
	font-size: 20px;
}

.main_uslugi_name span {
	font-size: 18px;
}
	
	.main_cases {
	margin-top: 50px;
	padding: 40px 0;
}

.main_cases h3 {
	font-size: 18px;
	margin-top: 30px;
}

.main_cases_cont {
	margin-top: 120px;
}

.main_cases_bottom {
	padding: 20px;
	font-size: 20px;
}
	
	.main_otzivi {
	margin-top: 50px;
}

.main_otzivi_slider {
	margin-top: 40px;
}
	
	.advert_block_left {
	padding-right: 390px;
}

.advert_block {
	min-height: 370px;
}
	
	.advert_block h2 {
	font-size: 32px;
	line-height: 34px;
}

.advert_block p {
	font-size: 22px;
	line-height: 28px;
}
	
	.main_predprinimatel, .main_lishili, .main_proverte, .main_lubim {
	margin: 40px 0;
}

.advert_block_but {
	font-size: 22px;
	padding: 10px 30px;
}
	
	.main_doc_slider {
	margin-top: 50px;
}
	
	.main_komanda_slider {
	margin-top: 40px;
}
	
	.main_komanda {
	margin-top: 20px;
	padding-top: 40px;
	padding-bottom: 70px;
}
	
	.main_preimproc {
	margin-top: 50px;
}
	
	.main_service {
	margin-top: 50px;
}

.main_service_cont {
	margin: 0 auto;
	max-width: 1000px;
	margin-top: 40px;
}
	
	.main_test {
	margin-top: 0px;
	padding-top: 50px;
	padding-bottom: 70px;
}

.main_test_but {
	margin-top: 50px;
}

.main_test_but a {
	padding: 20px 80px;
	font-size: 18px;
}
	
.main_narashet_text h3 {
	font-size: 16px;
}

.main_narashet_text p {
	font-size: 14px;
	line-height: 18px;
}

.main_narashet_text {
	padding-bottom: 70px;
}


.main_narashet {
	margin-top: 50px;
}

.main_vihod {
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 100px;
}

.main_narashet_text hr {
	width: 100%;
	height: 50px;
}

.block_title {
	font-size: 24px;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}
	
	.main_top_block_left h1 span {
	font-size: 44px;
}

.main_top_block_left h1 {
	font-size: 33px;
	margin-bottom: 20px;
}

.main_top_block_left ul li {
	margin: 0px 0;
}

.main_top_block_left ul {
	font-size: 24px;
	margin-bottom: 20px;
}
	
	#menu_top_top li a {
	padding: 12px 0px;
	font-size: 14px;
}

.header_logo a.logo {
	width: 100px;
}

.header_logo > div:nth-child(2) {
	font-size: 20px;
	margin-top: 10px;
}

.but1 {
	font-size: 16px;
	padding: 8px 25px;
}

.header_zayavka a.but1 {
	font-size: 17px;
}

.header_zayavka {
	margin-top: 10px;
}

.header_tel > div:nth-child(1) a {
	font-size: 23px;
	line-height: 22px;
}

.header_tel > div:nth-child(1) span {
	font-size: 13px;
	letter-spacing: 0px;
}

.header_tel > div:nth-child(1) {
	width: 205px;
}

.header_tel > div:nth-child(1)::before {
	left: -32px;
	width: 28px;
	height: 28px;
}

.header_tel > div:nth-child(2) a {
	width: 40px;
}

.header_tel > div:nth-child(2) {
	margin-right: 80px;
}
	
.footer_logo img {
	width: 100px;
	margin-bottom: 40px;
}

.footer_logo {
	margin-right: 20px;
}

.footer_menu h2 {
	font-size: 17px;
	margin-bottom: 15px;
}

.footer_contacts h2 {
	font-size: 17px;
	margin-bottom: 15px;
}

.footer_menu a {
	margin: 6px 0;
	font-size: 14px;
	line-height: 17px;
}

.footer_menu {
	margin-right: 15px;
	width: 160px;
}

.footer_email {
	font-size: 17px;
	margin-bottom: 15px;
}

.footer_email a {
	padding-left: 30px;
}

.footer_tel {
	font-size: 18px;
}

.footer_tel a {
	padding-left: 30px;
}

.footer_social {
	margin-top: 10px;
}

.footer_social a {
	margin: 4px;
	width: 30px;
}

.footer_work_time {
	padding-left: 30px;
	margin-top: 10px;
	font-size: 14px;
}

.footer_address {
	font-size: 14px;
	padding-left: 30px;
	margin-top: 10px;
}

.footer_contacts {
	width: 185px;
}

}

@media (max-width:991px){
	
	.main_kto_osvobodit_pic {
	width: 100%;
	margin-top: 0;
	margin-bottom: 30px;
	float: none;
}

.main_kto_osvobodit_text {
	width: 100%;
	float: none;
	padding: 0;
}
	
	
	.main_top_block_new {
	padding: 20px 0;
}

.main_top_block_new h1 {
	font-size: 30px;
}

.main_top_block_new_osnov {
	font-size: 15px;
	padding: 7px 0 7px 70px;
	background-size: auto 60px;
}

.main_top_block_new h2 {
	font-size: 19px;
}

.main_top_block_new_cont {
	background-size: auto 90%;
	padding-bottom: 70px;
	padding-top: 0px;
}

.main_top_block_new_blocks > div {

	font-size: 15px;
	line-height: 20px;
	margin: 10px 10px;
	width: 127px;
	height: 110px;
}
	
	.main_nashi_result_cont p span {
	font-size: 22px;
	line-height: 36px;
}

.main_nashi_result_cont p {
	font-size: 15px;
	line-height: 20px;
}
	
	.main_cases_cont > div {

	padding: 10px;
}
	
.advert_block h2 {
	font-size: 24px;
	line-height: 30px;
}

.advert_block p {
	font-size: 18px;
	line-height: 26px;
}

.advert_block_but {
	font-size: 20px;
}
	
.advert_block1 .advert_block_pic {
	position: relative;
	right: auto;
	bottom: auto;
	width: 100%;
	text-align: right;
	margin-top: 30px;
}



.advert_block1 .advert_block_pic img {
	width: 180px;
}

.advert_block1::after {
	width: 300px;
	height: 300px;
	right: -30px;
	bottom: -100px;
}

.advert_block2 .advert_block_pic {
	position: relative;
	left: auto;
	bottom: auto;
	width: 100%;
	text-align: right;
	margin-top: 30px;
}

.advert_block2 .advert_block_pic img {
	width: 180px;
}

.advert_block2::after {
	width: 300px;
	height: 300px;
	right: -30px;
	left: auto;
	bottom: -100px;
}

.advert_block3 .advert_block_pic {
	position: relative;
	left: auto;
	bottom: auto;
	width: 100%;
	text-align: right;
	margin-top: 30px;
}

.advert_block3 .advert_block_pic img {
	width: 220px;
}

.advert_block3::after {
	width: 300px;
	height: 300px;
	right: 20px;
	left: auto;
	bottom: -100px;
}

.advert_block {
	padding: 40px 20px;
	padding-bottom: 0;
}

.advert_block_left {
	padding-right: 40px;
}
	
	.main_pochemu_cont > div {
	padding: 10px;
}

.main_pochemu_cont > div > div {
	font-size: 16px;
}
	
	.main_7shag {
	margin-top: 30px;
}
	
	.blue_blocks h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.main_pochemu h3 {
	font-size: 18px;
	margin-bottom: 30px;
}
	
	.main_posled {
	margin-top: 50px;
}

.main_lubim .advert_block {
	padding-bottom: 40px;
}

.main_posled h3 {
	margin-bottom: 20px;
}
	
	.blue_blocks_cont > div {
	padding: 15px;
}

.blue_block {
	padding: 30px 10px;
	font-size: 15px;
}

.blue_block h4{
	font-size: 18px;
}
	
.main_narashet_cont {
	display: block;
	margin-top: 30px;
}

.main_narashet_text h3 {
	font-size: 18px;
}

.main_narashet_text p {
	font-size: 16px;
	line-height: 22px;
}

.main_narashet_text {
	margin-top: 0;
	padding: 0 40px;
	margin-top: -150px;
	padding-top: 170px;
	padding-bottom: 50px;
	height: auto;
}

.main_narashet_pic img {
	width: 100%;
}
	
.main_preim_cont p {
	line-height: 20px;
	font-size: 14px;
}

.main_top_block_left h1 span {
	font-size: 32px;
}

.main_top_block_left h1 {
	font-size: 24px;
	margin-bottom: 15px;
}

.main_top_block_left {
	padding-top: 30px;
}

.main_top_block_left ul {
	font-size: 20px;
}
	
	.header_zayavka a.but1 {
	font-size: 16px;
}

.but1 {
	font-size: 16px;
	padding: 7px 20px;
}

.header_logo a.logo {
	width: 90px;
}

.header_logo > div:nth-child(2) {
	font-size: 18px;
	margin-top: 8px;
	margin-left: 15px;
}

.header_tel > div:nth-child(2) a {
	width: 32px;
	margin: 3px;
}

.header_tel > div:nth-child(2) {
	margin-right: 55px;
}

.header_tel > div:nth-child(1) a {
	font-size: 21px;
	line-height: 20px;
}

.header_tel {
	margin-right: 20px;
}

.header_tel > div:nth-child(1) span {
	font-size: 12px;
	letter-spacing: 0px;
}

.header_tel > div:nth-child(1) {
	width: 188px;
}

.footer_logo {
	float: none;
	margin: 20px auto;
	width: 100%;
}

.footer_menu {
	float: none;
	margin: 20px auto;
	width: 100%;
}

.footer_contacts {
	float: none;
	margin: 20px auto;
	width: 100%;
}
	
}

@media (max-width:767px){
	
	.main_kto_osvobodit_cifra > div {
	float: none;
	width: 100%;
	margin: 50px 0;
}

.main_kto_osvobodit_cifra {
	margin-top: 0px;
}
	
	.footer_work_time {
	padding-left: 0px;
	background: none;
}

.footer_address {
	padding-left: 0px;
	background: none;
}
	
	.main_top_block_new h2 {
	font-size: 16px;
}

.footer {
	text-align: center;
}
	
	.main_top_block_new_line {
	display: none;
}
	
	.main_top_block_new_cont {
	background-size: 350px auto;
	
	padding: 0 15px;
	padding-bottom: 350px;
}

.main_top_block_new_blocks > div {
	float: none;
	font-size: 17px;
	line-height: 24px;
	width: 100%;
	height: auto;
	margin: 40px 0px;
}

.main_top_block_new h1 {
	font-size: 28px;
	text-align: center;
}

.main_top_block_new h2 {
	text-align: center;
}

.main_top_block_new_but {
	margin-top: 0px;
	margin: 0 auto;
	display: block;
	width: 260px;
}
	
	.main_tags_cont div a {
	padding: 6px 15px;
	font-size: 15px;
}
	
	.flip-clock-wrapper ul {
	width: 16px !important;
	height: 40px !important;
	font-size: 40px !important;
	line-height: 47px !important;
	margin: 2px !important;
}

.flip-clock-wrapper ul li {
	line-height: 40px !important;
}

.flip-clock-wrapper ul li a div div.inn {
	font-size: 24px !important;
}

.flip-clock-dot.top {
	top: 10px !important;
}

.flip-clock-dot {
	width: 5px !important;
	height: 5px !important;
	left: 2px !important;
}

.flip-clock-dot.bottom {
	bottom: 66px !important;
}

.flip-clock-divider {
	width: 8px !important;
}

.flip-clock-divider .flip-clock-label {
	right: -48px !important;
}

.flip-clock-divider.seconds .flip-clock-label {
	right: -53px !important;
}

.flip-clock-divider.minutes .flip-clock-label {
	right: -50px !important;
}

.advert_block .clock {
	margin: 40px auto;
	margin-bottom: 0px;
	width: 320px;
}

.main_lubim .advert_block_but {
	margin-top: 0px;
	margin-bottom: 30px;
}



	
	.main_faq_vopros {
	font-size: 18px;
	line-height: 26px;
}
	
	.main_nashi_result_cont {
	display: block;
}

.main_nashi_result_cont > div::after {
	display: none;
}

.main_nashi_result_cont p span {
	font-size: 30px;
	line-height: 40px;
}

.main_nashi_result_cont p {
	font-size: 17px;
	line-height: 24px;
}
	
	.main_articles {
	margin-top: 40px;
	padding: 20px 0;
}
	
	.main_uslugi_cont {
	display: block;
	margin-top: 20px;
}

.main_uslugi_item {
	display: block;
}

.main_uslugi_item > div {
	display: block;
	padding: 20px;
}

.main_uslugi_price {
	text-align: center;
}

.main_uslugi_price a {
	display: inline-block;
}
	
	.main_cases_cont > div {
	float: none;
	width: 100%;
	padding: 60px 0;
}

.main_cases_cont {
	margin-top: 70px;
}

.main_cases {
	padding-top: 30px;
	padding-bottom: 0;
}
	
	.main_video_otzivi {
	padding: 50px 0;
}

.main_video_otzivi_slider {
	margin-top: 40px;
}

.view_all_but {
	margin-top: 30px;
}

	.main_articles_slider {
	margin-left: 20px;
	margin-right: 20px;
}

	.main_otzivi_slider {
	margin-left: 20px;
	margin-right: 20px;
}

	.main_video_otzivi_slider {
	margin-left: 20px;
	margin-right: 20px;
}
	
	.main_komanda_slider {
	margin-left: 20px;
	margin-right: 20px;
}

	.main_doc_slider {
	margin-left: 20px;
	margin-right: 20px;
}
	
	.main_pochemu_cont > div {
	float: none;
	width: 100%;
	padding: 15px 0;
}

.main_pochemu_cont > div > div {
	font-size: 18px;
}
	
	.main_posled_cont > div {
	float: none;
	width: 100%;
	padding: 15px 0;
}

.main_posled_cont > div > div {
	max-width: 100%;
}

.main_posled_cont > div > div h4 {
	font-size: 30px;
}
	
	.blue_blocks_cont > div {
	float: none;
	width: 100%;
	padding: 20px 0;
}

.blue_block {
	font-size: 16px;
}

.blue_block h4 {
	font-size: 22px;
}
	
	.main_service_cont > div {
	float: none;
	width: 100%;
	padding: 20px;
}

.main_service_cont > div:nth-child(2) {
	margin-top: 0px;
}
	
	.main_vihod {
	margin-top: 40px;
	padding-top: 30px;
	padding-bottom: 70px;
}
	
	.main_preim {
	padding-top: 20px;
	padding-bottom: 10px;
}
	
	.main_preim_cont {
	display: block;
}

.main_preim_cont > div::after {
	display: none;
}

.main_preim_cont p {
	line-height: 24px;
	font-size: 17px;
}
	
	.main_top_block_left h1 span {
	font-size: 38px;
}

.main_top_block_left h1 {
	font-size: 28px;
	margin-bottom: 20px;
}

.main_top_block_left ul li {
	margin: 7px 0;
}

.main_top_block_left ul {
	font-size: 22px;
	margin-bottom: 30px;
}

.main_top_block_right {
	margin-top: 40px;
}

.but1 {
	font-size: 20px;
	padding: 10px 25px;
}
	
		.header {
	height: auto;
	min-height: 45px;
	background: rgba(212, 212, 212, 1);
}
	
	.menu-toggle {
		display: flex;
	}
	
.mobile_logo {
	display: block;
	position: absolute;
	left: 15px;
	top: 2px;
	
}

.mobile_logo img {
	height: 40px;
}

.mobile_tel {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.mobile_tel a {
	color: #000;
	font-weight: bold;
	font-size: 17px;
}
	
.header_top {
	display: none;
}

.header_middle {
	display: none;
	padding-bottom: 10px;
}

.header_bottom {
	display: none;
}

.header_logo {
	display: none;
}

.header_zayavka {
	float: none;
	margin-top: 10px;
	text-align: center;
}

.header_tel {
	float: none;
	margin: 10px 0;
	text-align: center;
}

.header_tel > div:nth-child(1) {
	float: none;
	margin: 0 auto;
}

.header_tel > div:nth-child(2) {
	float: none;
	width: 100%;
	margin: 0 auto;
}

#menu_top {
	display: block;
}

#menu_top li {
	text-align: center;
	display: block;
}

#menu_top li a {
	font-size: 16px;
}
	
}


@media (max-width:600px){
	
	.main_vihod_cont > div {
	float: none;
	width: 100%;
	margin-top: 20px;
}

.main_vihod_cont > div:nth-child(2), .main_vihod_cont > div:nth-child(3) {
	margin-top: 20px;
}
	
}