/* Development - LLC "MephiPro" https://mephi.pro/*/
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

::before, ::after {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Halogen',sans-serif;
	color: #007BC2;
	font-size: 36px;
	line-height: 100%;
	font-weight: 400;
	padding-top: 90px;
}

body.fixed {
	overflow: hidden;
}

.screen {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}

a {
	color: inherit;
	text-decoration: none;
}

.hover_link {
	transition: color 0.3s ease;
}

img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	image-rendering: optimizeQuality;
    image-rendering: -webkit-optimize-contrast;
}

p {
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

h1, h2, h3, h4, h5 {
	font-family: 'PF Playskool Pro', sans-serif;
	color: #F29400;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
}

h3 {
	font-size: 120px;
	margin-bottom: 50px;
}

h4 {
	font-size: 86px;
	margin-bottom: 30px;
	line-height: 67px;
}

input[type="text"], textarea {
	border: 0;
	outline: none;
	font-family: 'Roboto',sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 30px;
	color: #5CABD8;
	background: #ffffff;
	padding: 7px 10px;
	width: 100%;
}

.outer_wrap {
	margin: 0 auto;
	max-width: 1440px;
}

.wrap {
	padding: 0 75px;
	margin: 0 auto;
	max-width: 1470px;
}

.button, button {
	display: inline-block;
	transition: all 0.3s ease;
	text-align: center;
	border: 0;
	outline: none;
	cursor: pointer;
	padding: 20px 40px 16px 40px;
	border-radius: 50px;
	font-weight: 700;
	font-size: 25px;
	line-height: 100%;
	color: #ffffff;
}

.button.blue, button.blue {
	background: #5CABD8;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35);
}

.button.orange, button.orange {
	border-radius: 30px;
	background: #FDCD1F;
}

.content {
	margin-bottom: 120px;
}

header {
	padding: 50px 0 100px 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
	min-height: 450px;
	overflow: hidden;
}

header .decor {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
	height: 450px;
}

header .decor svg {
	width: 100%;
	position: absolute;
}

header .wrap::after {
	position: absolute;
	content: "";
	z-index: -1;
	width: 240px;
	height: 256px;
	background: #ffffff;
	left: 1590px;
	top: -40px;
	border-radius: 0 0 185px 55px;
}

header .wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}

header .wrap .logo {
	display: block;
	margin-right: 20px;
	background: url(../icons/logo.svg) center / contain no-repeat;
	width: 286px;
	height: 288px;
}

header .wrap nav {
	display: flex;
	align-items: center;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	line-height: 30px;
}

header .wrap nav a {
	display: block;
	margin-right: 35px;
	transition: all 0.3s ease;
}

header .wrap nav a.active {
	color: #F29400;
}

header .wrap nav a.phone {
	margin-right: 0;
	font-family: 'Halogen', sans-serif;
	color: #F29400;
	font-size: 36px;
	line-height: 100%;
}

.banner {
	position: relative;
	margin-bottom: 60px;
	overflow: hidden;
	padding-top: 160px;
}

.banner img.banner_image {
	position: absolute;
	right: 0;
	top: 0;
	object-fit: cover;
	object-position: right;
	z-index: -1;
}

.banner .decor {
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
}

.banner .decor svg {
	width: 100%;
	height: 100%;
	filter: drop-shadow(0px -10px 10px #F29400);
}

.banner.blue_shadow .decor svg {
	filter: drop-shadow(0px -10px 10px #255273);
}

.banner.orange_shadow .decor svg {
	filter: drop-shadow(0px -10px 10px #B66F01);
}

.banner.black_shadow .decor svg {
	filter: drop-shadow(0px -10px 10px rgba(0, 0, 0, 0.35));
}

.banner .wrap {
	padding-top: 220px;
	padding-bottom: calc(50px + 150 * ((100vw - 360px) / (1920 - 360)));
	color: #ffffff;
	font-size: 36px;
	font-weight: 500;
	line-height: 40px;
}

.banner .wrap .tagline {
	width: 564px;
	height: 200px;
	margin-bottom: 15px;
}

.tagtext.blue_text {
	color: #007BC2;
}

.tagtext li {
	list-style: none;
	margin-bottom: 20px;
	position: relative;
	padding-left: 50px;
}

.tagtext li::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background: #ffffff;
}

.tagtext.blue_text li::before {
	background: #007BC2;
}

.tagtext li:last-child {
	margin-bottom: 0;
}

.fixed_buttons {
	text-align: right;
}

.fixed_buttons.left {
	text-align: left;
}

.fixed_buttons .scroll_top {
	position: fixed;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    cursor: pointer;
    background: #f2a73e url(../icons/top.svg) center / contain no-repeat;
    bottom: 40px;
    display: inline;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 2;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.fixed_buttons .scroll_top.active {
	opacity: 1;
	visibility: visible;
}

.fixed_buttons .button {
	position: fixed;
	bottom: 40px;
	transform: translateX(-100%);
	white-space: nowrap;
	z-index: 1;
}

.about_section {
	display: flex;
	flex-wrap: wrap;
	padding-left: 45px;
}

.about_section .text_about {
	margin-right: 50px;
	width: calc(65% - 25px);
}

.about_section .text_about p:not(:last-child) {
	margin-bottom: 40px;
}

.about_section .progressive {
	width: calc(35% - 25px);
}

.about_section .progressive img {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.slider_wrap.wrap {
	padding-right: 0;
	max-width: unset;
}

.slider_action {
	margin-right: -240px;
}

.slider_action .slick-list {
	padding: 30px 300px 30px 0;
	display: flex;
}

.slider_action .slick-track {
	display: flex;
}

.slider_action .wrap_item_slider {
	margin-right: 25px;
	filter: blur(15px);
	transition: filter 0.7s ease;
}

.slider_action .wrap_item_slider.slick-active {
	filter: blur(0);
}

.slider_action.slick-initialized .wrap_item_slider.slick-slide {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.slider_action .item_slider {
	padding: 20px;
	border: 20px solid transparent;
	border-radius: 80px;
	margin-bottom: 20px;
	flex-grow: 1;
	position: relative;
}

.slider_action .blue .item_slider {
	border-color: #007BC2;
}

.slider_action .blue {
    color: #007BC2;
}

.slider_action .orange {
    color: #F29400;
}

.slider_action .orange h3 {
    color: #007BC2;
}

.slider_action .red {
    color: #E2001A;
}

.slider_action .red h3 {
    color: #5CABD8;
}

.slider_action .orange .item_slider {
	border-color: #F29400;
}

.slider_action .red .item_slider {
	border-color: #E2001A;
}

.slider_action .flex_title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.slider_action h3 {
	margin: 0 50px 0 0;
	text-align: left;
}

.slider_action .icon {
	width: 65px;
	height: 65px;
	overflow: hidden;
	border-radius: 50%;
	border: 4px solid transparent;
}

.slider_action .blue .icon {
	border-color: #F29400;
}

.slider_action .red .icon {
	border-color: #007BC2;
}

.slider_action .orange .icon {
	border-color: #007BC2;
}


.slider_action .icon img {
	object-fit: cover;
}

.slider_action .text {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.slider_action span {
	display: block;
}

.slider_action .foontone_item {
	font-family: 'Roboto', sans-serif;
	font-size: 27px;
	font-weight: 500;
	line-height: 30px;
	padding: 0 40px;
	min-height: 60px;
}

.index_catalog_wrap {
	border-radius: 260px;
	background: #007BC2;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	padding: 50px;
	position: relative;
	margin-bottom: 30px;
}

.index_catalog_wrap::before {
	position: absolute;
	content: "";
	width: 500px;
	height: 400px;
	left: -60px;
	bottom: 0;
	z-index: 1;
	background: url(../img/catalog_decor.webp) center / contain no-repeat;
	transition: 0.3s ease;
	transition-delay: 2s;
}

.index_catalog_wrap.start_animation::before {
	opacity: 0;
	visibility: hidden;
}

.index_catalog_wrap .wrap {
	display: flex;
}

.index_catalog_wrap .col {
	width: 300px;
	margin-right: 90px;
	position: relative;
	color: #007BC2;
	font-size: 50px;
	line-height: 100%;
	text-transform: uppercase;
	z-index: 1;
	font-weight: 700;
	transition: all 0.3s ease;
	transition-delay: 1.6s;
}

.index_catalog_wrap.start_animation .col {
	color: transparent;
}

.index_catalog_wrap .col::before {
	position: absolute;
	content: "";
	background: url(../img/cloud.svg) center / contain no-repeat;
	width: 450px;
	height: 290px;
	z-index: -1;
	top: -95px;
	right: -25px;
	transition: all 1.6s ease;
}

.index_catalog_wrap.start_animation .col::before {
	right: 200%;
}

.index_catalog_wrap .index_catalog {
	width: calc(100% - 390px);
}

.index_catalog_wrap .item_catalog {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	cursor: pointer;
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: all 0.3s ease;
}

.index_catalog_wrap .item_catalog:last-child {
	margin-bottom: 0;
}

.index_catalog_wrap .inf {
	margin-right: 45px;
	width: 145px;
	font-size: 32px;
	line-height: 100%;
}

.index_catalog_wrap .name {
	width: calc(100% - 190px);
}

.info_section {
	position: relative;
	min-height: 685px;
	padding-top: 100px;
	font-family: 'Roboto',sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
}

.info_section::before {
	position: absolute;
    content: "";
    width: 260px;
    height: 380px;
    left: 95px;
    bottom: 0;
    z-index: 1;
    background: url(../img/aerostat.webp) center / contain no-repeat;
	transition: all 1.6s ease;
	transition-delay: 1s;
}

.info_section.start_animation::before {
	left: -100%;
	transform: rotate(45deg);
}

.info_section .wrap {
	display: flex;
	align-items: center;
}

.info_section .col {
	width: 300px;
    margin-right: 15px;
    position: relative;
    color: #ffffff;
    font-size: 50px;
    line-height: 100%;
    text-transform: uppercase;
    z-index: 1;
    padding-left: 40px;
    font-weight: 700;
	align-self: flex-start;
}

.info_section .col::before {
	position: absolute;
    content: "";
    background: url(../img/cloud_b.svg) center / contain no-repeat;
    width: 450px;
    height: 290px;
    z-index: -1;
    top: -120px;
    right: -60px;
}

.overflow_wrap {
	overflow: hidden;
}

.info_section .text_info_section {
	color: #F29400;
	padding: 35px 90px;
	border-radius: 100px;
	background: #ffffff;
	margin-top: 75px;
	position: relative;
}

.info_section .text_info_section::after {
	position: absolute;
	content: "";
	width: 295px;
	height: 145px;
	background: url(../img/cloud_small_b.svg) center / contain no-repeat;
	right: 75px;
	top: 100%;
	transition: 0.6s ease;
	transition-delay: 0.6s;
}

.info_section.start_animation .text_info_section::after {
	opacity: 0;
	visibility: hidden;
}

.info_section .text_info_section li {
	list-style: none;
	margin-bottom: 10px;
}

.info_section .text_info_section li:last-child {
	margin-bottom: 0;
}

.info_section .progressive {
	position: absolute;
	bottom: 0;
	right: -90px;
	border-radius: 400px;
	overflow: hidden;
	width: 820px;
	height: 655px;
	z-index: -1;
}

.info_section .progressive img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

footer {
	position: relative;
	background: url(../img/footer_l2.svg) center top 0 / cover no-repeat;
	padding: 230px 0 80px 0;
	filter: drop-shadow(0px -10px 25px rgba(0, 0, 0, 0.25));
	font-family: 'Roboto',sans-serif;
	font-size: 25px;
	line-height: 30px;
}

footer::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 40px;
	left: 50%;
	transform: translateX(-53%);
	width: 112%;
	height: 100%;
	background: url(../img/footer_l1.svg) center top 0 / cover no-repeat;
	filter: drop-shadow(0px -7px 19px #B66F01);
}

footer .wrap {
	position: relative;
	z-index: 1;
}

footer .menu_section {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

footer .menu_list {
	width: 280px;
	margin-right: 50px;
}

footer .menu_list a {
	display: block;
	margin-bottom: 20px;
	transition: all 0.3s ease;
}

footer .menu_list a:last-child {
	margin-bottom: 0;
}

footer .menu_list .wrap_phone:not(:last-child) {
	margin-bottom: 20px;
}

.wrap_phone .label_phone {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 20px;
	color: #007BC2;
}

footer .menu_list .phone {
	font-family: 'Halogen',sans-serif;
	font-size: 30px;
	line-height: 35px;
	color: #F29400;
}

footer .menu_section .form {
	width: calc(100% - 330px);
	border-radius: 20px;
	background: #5CABD8;
	display: flex;
	align-items: center;
	padding: 25px 25px 35px 35px;
	color: #ffffff;
	position: relative;
}

footer .menu_section .form::after {
	position: absolute;
	content: "";
	width: 220px;
	height: 110px;
	background: url(../img/cloud_small_w.svg) center / contain no-repeat;
	bottom: -2px;
	right: 0;
}

footer .menu_section .form form {
	display: flex;
	align-items: flex-start;
}

footer .menu_section .form .content_form {
	width: calc(100% - 275px);
	margin-right: 20px;
}

footer .menu_section .form .field {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 20px;
}

footer .menu_section .form .label {
	margin-right: 20px;
}

footer .menu_section .form .agree {
	padding-top: 10px;
	font-size: 20px;
	line-height: 25px;
}

footer .menu_section .form .agree input {
	display: none;
}

footer .menu_section .form .agree label {
	position: relative;
	cursor: pointer;
	padding-left: 30px;
	display: block;
}

footer .menu_section .form .agree label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	border: 3px solid #ffffff;
	background: #ffffff;
}

footer .menu_section .form .agree input:checked+label:before {
	background: #007BC2;
}

footer .menu_section .form .agree a {
	text-decoration: underline;
}

footer .menu_section .form button {
	width: 255px;
	font-family: 'Roboto',sans-serif;
	font-size: 30px;
	line-height: 35px;
	font-weight: 500;
}

footer .menu_section .form input[type="text"] {
	max-width: 400px;
}

footer .footnote_footer {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

footer .footnote_footer .col {
	display: flex;
	margin-right: 30px;
	align-items: flex-end;
}

footer .footnote_footer .copyright {
	min-width: 270px;
	margin-right: 50px;
}

footer .footnote_footer .dev_block a {
	text-decoration: underline;
	transition: all 0.3s ease;
	text-decoration-color: transparent;
}

footer .footnote_footer .sup_block {
	display: flex;
	align-items: center;
}

.slider_action .item_review {
	padding: 30px 25px 25px 25px;
	border-radius: 45px;
	color: #ffffff;
	margin-right: 25px;
	filter: blur(15px);
    transition: filter 0.7s ease;
	position: relative;
	cursor: pointer;
}

.slider_action .item_review::after {
	position: absolute;
	content: "";
	width: 295px;
	height: 145px;
	background: url(../img/cloud_small_w.svg) center / cover no-repeat;
	right: 0;
	bottom: 0;
}

.slider_action .item_review.slick-active {
	filter: blur(0);
}

.slider_action .item_review.blue {
	background: #5CABD8;
}

.slider_action .item_review.orange {
	background: #F29400;
}

.slider_action .item_review .flex_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.slider_action .item_review .title {
	font-family: 'PF Playskool Pro', sans-serif;
	font-size: 50px;
	line-height: 100%;
	margin-right: 20px;
}

.rate {
	display: flex;
	align-items: center;
}

.rate span {
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 5px;
	background: url(../icons/star_active.svg) center / contain no-repeat;
}

.rate span {
	margin-right: 0;
}

.rate[data-rate="4"] span:nth-child(4) ~ span {
    background: url(../icons/star.svg) center / contain no-repeat;
}

.rate[data-rate="3"] span:nth-child(3) ~ span {
    background: url(../icons/star.svg) center / contain no-repeat;
}

.rate[data-rate="2"] span:nth-child(2) ~ span {
    background: url(../icons/star.svg) center / contain no-repeat;
}

.rate[data-rate="1"] span:nth-child(1) ~ span {
    background: url(../icons/star.svg) center / contain no-repeat;
}

.slider_action .item_review .text {
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    line-clamp: 4;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 90px;
}

.slider_action .item_review .icon_review {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid #ffffff;
	position: relative;
	z-index: 1;
}

.slider_action .item_review .icon_review img {
	object-fit: cover;
	object-position: center;
}

.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	z-index: 7;
	color: #ffffff;
	font-family: 'Roboto',sans-serif;
}

.popup .wrap_popup {
	width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 40px 20px;
}

.popup .wrap {
	display: flex;
	align-items: center;
	height: 100%;
}

.popup .content_popup {
	padding: 140px 0 40px 0;
	max-height: 100%;
	height: 100%;
	position: relative;
	border-radius: 150px;
	background: rgba(0, 123, 194, 0.80);
	backdrop-filter: blur(15px);
	max-width: 1440px;
    margin: 0 auto;
}

.close {
	position: absolute;
	cursor: pointer;
	width: 60px;
	height: 60px;
	box-shadow: 0 0 0 10px #ffffff;
	border: 5px solid #F29400;
	background: #ffffff;
	border-radius: 50%;
	top: 30px;
	right: 165px;
	z-index: 1;
}

.close::before, .close::after {
	position: absolute;
	content: "";
	width: 16px;
	height: 4px;
	border-radius: 4px;
	background: #F29400;
	left: 50%;
	top: 50%;
	transition: all 0.3s ease;
}

.close::before {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.close::after {
	transform: translate(-50%, -50%) rotate(45deg);
}

.popup .title {
	writing-mode: vertical-rl;
	transform: rotate(-180deg);
	margin-right: 50px;
	font-weight: 700;
	margin-top: -100px;
}

.popup .text_popup {
	overflow: hidden;
	overflow-y: auto;
	max-height: 100%;
	height: 100%;
}

.mobile_nav {
	display: none;
}

.content_popup .icon {
	width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #ffffff;
	margin-right: 40px;
}

.content_popup .icon img {
	object-fit: cover;
}

.content_popup .flex_popup {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.content_popup .wrap_title {
	width: calc(100% - 180px);
}

.content_popup .flex_popup .title_rev {
	margin-bottom: 5px;
	font-family: 'PF Playskool Pro', sans-serif;
	font-size: 50px;
    line-height: 100%;
}

.popup.review_popup .text_popup {
	max-height: calc(100% - 170px);
}

.popup.review_popup .wrap {
	display: block;
}

.article_section .image_article {
	float: left;
	width: 35%;
	margin: 40px 50px 50px 0;
}

.catalog_list .item_catalog .title {
	display: flex;
	align-items: center;
	padding: 25px 170px 25px 470px;
	min-height: 200px;
	border-radius: 460px;
	font-family: 'Roboto',sans-serif;
	color: #ffffff;
	cursor: pointer;
	position: relative;
	text-decoration: underline;
	transition: all 0.3s ease;
	text-decoration-color: transparent;
}

.catalog_list .item_catalog .title::after {
	position: absolute;
	content: "";
	width: 72px;
	height: 72px;
	right: 75px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../icons/arrow.svg) center / contain no-repeat;
	transition: all 0.3s ease;
}

.catalog_list .item_catalog.active .title::after {
	opacity: 0;
	visibility: hidden;
}

.catalog_list .item_catalog:first-child .title::before {
	position: absolute;
	content: "Центр	развития ребенка:";
	width: 440px;
	height: 275px;
	background: url(../img/cloud.svg) center / contain no-repeat;
	left: 0;
	top: 60px;
	z-index: 1;
	padding: 50px 60px 60px 120px;
	color: #007BC2;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 100%;
}

.catalog_list .item_catalog:not(:first-child) .title::before {
	position: absolute;
	content: "";
	width: 440px;
	height: 275px;
	background: url(../img/cloud.svg) center / contain no-repeat;
	left: 0;
	top: 60px;
	z-index: 1;
	transition: all 0.5s ease;
	transition-delay: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.catalog_list .item_catalog:not(:first-child).active .title::before {
	opacity: 1;
	visibility: visible;
}

.catalog_list .item_catalog:nth-child(odd) .title {
	background: #007BC2;
}

.catalog_list .item_catalog:nth-child(even) .title {
	background: #F29400;
}

.catalog_list .item_catalog .inf {
	width: 155px;
	margin-right: 40px;
}

.catalog_list .item_catalog .name {
	width: calc(100% - 195px);
}

.catalog_list .item_catalog .hidden_section {
	display: none;
}

.catalog_list .item_catalog .progressive {
	width: 435px;
	height: 450px;
	margin-right: 50px;
	position: relative;
	z-index: 1;
	transition: all 0.5s ease;
	transition-delay: 0.6s;
	opacity: 0;
	visibility: hidden;
}

.catalog_list .item_catalog.active .progressive {
	opacity: 1;
	visibility: visible;
}

.catalog_list .item_catalog:first-child .progressive {
	margin-top: 60px;
}

.catalog_list .item_catalog .progressive img {
	height: 100%;
}

.catalog_list .item_catalog .text_item {
	width: calc(100% - 485px);
	padding: 40px 200px 40px 0;
	position: relative;
}

.catalog_list .item_catalog:nth-child(odd) .text_item {
	color: #007BC2;
}

.catalog_list .item_catalog:nth-child(even) .text_item {
	color: #F29400;
}

.catalog_list .item_catalog .close {
	top: 10px;
	right: 110px;
}

.dev_block {
	font-size: 16px;
	line-height: 20px;
}

.gallery_list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -60px;
}

.gallery_list .progressive img {
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.gallery_list .item_gallery {
	margin: 0 60px 60px 0;
	width: calc((100% / 3) - 60px);
	cursor: pointer;
	overflow: hidden;
	border-radius: 45px;
	position: relative;
}

.gallery_list .item_gallery::after {
	display: block;
	content: "";
	padding-top: calc(100% + 90px);
}

.pagination_animation {
	width: 210px;
	height: 105px;
	background: url(../img/cloud_small_blue.svg) center / contain no-repeat;
	margin: 0 auto;
	display: none;
	align-items: center;
	justify-content: center;
}

.pagination_animation span {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ffffff;
	display: inline-block;
	margin: 0 15px -40px 0;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
}

.pagination_animation span.active {
	opacity: 1;
	visibility: visible;
}

.pagination_animation span:last-child {
	margin-right: 0;
}

.slider_popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.65);
	backdrop-filter: blur(15px);
	padding: 15px 40px;
	z-index: 7;
	display: none;
}

.slider_popup .wrap_slider {
	position: relative;
	width: 800px;
	margin: 0 auto;
	height: 100%;
}

.slider_popup .slider_gallery {
	height: 100%;
}

.slider_popup .slider_gallery .slick-list {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.slider_popup .slider_gallery .slick-track {
	height: 100%;
}

.slider_gallery .item_slider {
	overflow: hidden;
	border-radius: 45px;
}

.slider_gallery .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	padding: 0;
	line-height: 0;
	font-size: 0;
	outline: none;
	border: 0;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: url(../icons/arrow.svg) center / contain no-repeat;
	transition: all 0.3s ease;
}

.slider_gallery .slick-arrow.slick-disabled {
	opacity: 0;
	visibility: hidden;
}

.slider_gallery .slick-arrow.slick-next {
	right: 0;
	transform: translateY(-50%) rotate(-90deg);
}

.slider_gallery .slick-arrow.slick-prev {
	left: 0;
	transform: translateY(-50%) rotate(90deg);
}

.contacts_section {
	display: flex;
	min-height: 600px;
	margin-bottom: 90px;
}

.contacts_section .col_text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 425px;
	margin-right: 20px;
	font-family: 'Roboto',sans-serif;
	font-size: 42px;
	line-height: 48px;
}

.contacts_section .col_text h4 {
	text-align: left;
}

.contacts_section .item_col {
	margin-bottom: 30px;
}

.contacts_section .map {
	width: calc(100% - 445px);
	border-radius: 45px;
	border: 5px solid #F29400;
	overflow: hidden;
}

.contacts_section .item_col:nth-child(odd) {
	color: #007BC2;
}

.contacts_section .item_col:nth-child(odd) h4 {
	color: #007BC2;
}

.contacts_section .item_col:nth-child(even) {
	color: #F29400;
}

.contact_links {
	display: flex;
	align-items: center;
	border-radius: 177px;
	background: #007BC2;
	overflow: hidden;
	padding: 15px 75px;
}

.contact_links .image {
	width: 300px;
	height: 250px;
	overflow: hidden;
	margin-right: 30px;
}

.contact_links .links {
	width: calc(100% - 330px);
	display: inline-block;
	color: #ffffff;
	font-family: 'Roboto',sans-serif;
	font-size: 42px;
	line-height: 100%;
}

.contact_links .links h4 {
	color: #FDCD1F;
	text-align: left;
}

.contact_links .item_link {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.contact_links .name {
	margin-right: 15px;
}

.contact_links .item_link:last-child {
	margin-bottom: 0;
}

.contact_links a {
	display: block;
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: all 0.3s ease;
}

.wrap_fixed {
	transition: top 0.5s ease;
	top: -100px;
}

.wrap_fixed.fixed {
	position: fixed;
	left: 0;
	top: 0;
	background: #ffffff;
	width: 100%;
	box-shadow: 0px 0 10px rgba(0, 0, 0, 0.35);
	padding: 5px 0;
	border-radius: 0 0 25px 25px;
}

header .wrap_fixed.fixed  .wrap .logo {
	width: 80px;
	height: 80px;
	margin-right: 20px;
}

header .wrap_fixed.fixed .wrap {
	align-items: center;
}

header .wrap_fixed.fixed .wrap::after {
	display: none;
}

.call_wrap {
	cursor: pointer;
	position: relative;
	font-family: 'Halogen', sans-serif;
    color: #F29400;
    font-size: 36px;
    line-height: 100%;
	& .phone_list {
		position: absolute;
		right: 0;
		top: 100%;
		box-shadow: 0px 0 10px rgba(0, 0, 0, 0.35);
    	padding: 20px;
    	border-radius: 10px;
    	background: #ffffff;
    	white-space: nowrap;
    	opacity: 0;
    	visibility: hidden;
    	transition: opacity 0.3s ease;
	}
	& .wrap_phone:not(:last-child) {
		margin-bottom: 10px;
	}
}

@media (min-width: 1921px) {
    footer {
        padding-top: calc(230px + 100 * ((100vw - 1920px) / (4000 - 1920)));
    }
}

@media (min-width: 993px) {
    .index_catalog_wrap .item_catalog:hover {
        text-decoration-color: #ffffff;
    }
    footer .footnote_footer .dev_block a:hover {
        text-decoration-color: #007BC2;
    }
    .popup .text_popup {
        scrollbar-color: #F29400 #ffffff;
    }
    .popup .text_popup::-webkit-scrollbar-thumb {
        background: #F29400;
        border-radius: 2px;
    }
    .popup .text_popup::-webkit-scrollbar {
        width: 4px;
    }
    .close:hover::before, .close:hover::after {
        background: #007BC2;
    }
    header .wrap nav a:hover {
        color: #F29400;
    }
    header .wrap nav a.phone:hover {
        color: #007BC2;
    }
    .fixed_buttons .button:hover {
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.35);
    }
    .fixed_buttons .scroll_top:hover {
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.35);
    }
    .slider_gallery .slick-arrow:hover {
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.35);
    }
    footer .menu_list a:hover {
        color: #F29400;
    }
    footer .menu_list .phone:hover {
        color: #007BC2;
    }
    .catalog_list .item_catalog .title:hover {
        text-decoration-color: #ffffff;
    }
    .contact_links a:hover {
        text-decoration-color: #ffffff;
    }
    .call_wrap:hover .phone_list {
    	opacity: 1;
    	visibility: visible;
    }
}

@media (max-width: 1920px) {
    .index_catalog_wrap {
        border-radius: 260px;
    }
}

@media (max-width: 1620px) {
    body {
        font-size: 32px;
    }
    .slider_action {
        margin-right: -100px;
    }
    header .wrap .logo {
        width: 256px;
        height: 258px;
    }
    header .decor {
        height: 420px;
    }
    .banner .wrap .tagline {
        width: 505px;
        height: 180px;
    }
    .banner .wrap {
        font-size: 30px;
        line-height: 35px;
    }
    .tagtext li {
        margin-bottom: 15px;
    }
    .button, button {
        font-size: 22px;
    }
    h3 {
        font-size: 100px;
    }
    .about_section .text_about p:not(:last-child) {
        margin-bottom: 25px;
    }
    .catalog_list .item_catalog:first-child .title::before {
        width: 360px;
        height: 215px;
        font-size: 35px;
    }
    .catalog_list .item_catalog .title {
        padding-left: 370px;
        min-height: 180px;
    }
    .catalog_list .item_catalog .progressive {
        width: 360px;
        height: 375px;
        margin-right: 10px;
    }
    .catalog_list .item_catalog:not(:first-child) .title::before {
        width: 360px;
        height: 215px;
    }
    .catalog_list .item_catalog .text_item {
        width: calc(100% - 370px);
    }
    header .wrap::after {
        display: none;
    }
    .fixed_buttons .scroll_top {
        width: 50px;
        height: 50px;
    }
    .close {
        width: 40px;
        height: 40px;
    }
    .slider_gallery .slick-arrow {
        width: 50px;
        height: 50px;
    }
    h4 {
        font-size: 70px;
        line-height: 75px;
    }
    .contacts_section .col_text {
        font-size: 30px;
        line-height: 35px;
    }
    .contacts_section {
        min-height: 450px;
    }
    .contact_links .links {
        font-size: 30px;
    }
}

@media (max-width: 1470px) {
    body {
        font-size: 28px;
    }
    .wrap {
        padding: 0 50px;
    }
    header .wrap .logo {
        width: 200px;
        height: 200px;
    }
    header .decor {
        height: 370px;
    }
    header .wrap {
        padding-top: 0;
    }
    header {
        padding-top: 30px;
    }
    header .wrap nav a {
        margin-right: 15px;
    }
    .slider_action {
        margin-right: 0;
    }
    .slider_action .slick-list {
        padding-right: 100px;
    }
    .content {
        margin-bottom: 80px;
    }
    .info_section .progressive {
        border-radius: 250px;
    }
    footer .menu_section .form .field {
        display: block;
    }
    footer .menu_section .form input[type="text"] {
        max-width: unset;
    }
    footer .menu_section .form .label {
        margin: 0 0 15px 0;
    }
    footer .menu_section .form button {
        margin-top: 45px;
    }
}

@media (max-width: 1270px) {
    footer .footnote_footer .sup_block {
        display: block;
        text-align: right;
    }
    .banner .wrap {
        padding-top: 170px;
    }
    
}

@media (max-width: 1200px) {
    header .wrap .logo {
        width: 180px;
        height: 180px;
    }
    header .decor {
        height: 340px;
    }
    header .wrap nav {
        font-size: 18px;
        line-height: 20px;
    }
    header .wrap nav a.phone {
        font-size: 25px;
    }
}

@media (max-width: 992px) {
    body {
        padding-top: 55px;
        font-size: 18px;
        line-height: 20px;
    }
    h3 {
        font-size: 75px;
        margin-bottom: 30px;
    }
    .wrap {
        padding: 0 20px;
    }
    .content {
        margin-bottom: 40px;
    }
    header .wrap .logo {
        width: 80px;
        height: 80px;
        margin-right: 10px;
    }
    header {
        padding-top: 15px;
        min-height: unset;
    }
    header .decor {
        height: 160px;
        background: url(../img/header_decor.svg) left -95px bottom 0 / cover no-repeat;
        z-index: 0;
    }
    header .decor svg {
        display: none;
    }
    .mobile_nav {
        display: flex;
        align-items: center;
        max-width: calc(100% - 90px);
    }
    .mobile_nav a {
        display: block;
        margin-right: 25px;
        font-size: 18px;
        line-height: 20px;
        font-weight: 700;
        padding-top: 5px;
        color: #F29400;
    }
    .mobile_nav .btn_menu {
        width: 30px;
        height: 30px;
        cursor: pointer;
        position: relative;
    }
    .mobile_nav .btn_menu span {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 30px;
        height: 2px;
        background: #007BC2;
        transition: all 0.3s ease;
    }
    .mobile_nav .btn_menu span::before, .mobile_nav .btn_menu span::after {
        position: absolute;
        content: "";
        width: 30px;
        height: 2px;
        left: 0;
        background: #007BC2;
        transition: all 0.3s ease;
    }
    .mobile_nav .btn_menu span::before {
        top: -6px;
    }
    .mobile_nav .btn_menu span::after {
        bottom: -6px;
    }
    .mobile_nav .btn_menu.active span::before {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .mobile_nav .btn_menu.active span {
        width: 0;
    }
    .mobile_nav .btn_menu.active span::after {
        bottom: unset;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .banner .wrap {
        font-size: 18px;
        line-height: 20px;
        padding: 115px 20px 50px 20px;
    }
    .banner {
        padding-top: 0;
        margin-bottom: 40px;
    }
    .banner .wrap .tagline {
        width: 270px;
        height: 95px;
    }
    .banner img.banner_image {
        object-position: center;
    }
    .tagtext li {
        margin-bottom: 10px;
    }
    .slider_action .slick-list {
        padding-right: 20px;
    }
    .slider_action h3 {
        margin-right: 0;
    }
    .slider_action .flex_title {
        flex-direction: column-reverse;
    }
    .slider_action .wrap_item_slider {
        filter: blur(10px);
        margin-right: 15px;
    }
    .slider_action .item_slider {
        border: 15px solid transparent;
        margin-bottom: 15px;
        padding: 15px;
        border-radius: 60px;
    }
    .slider_action .foontone_item {
        font-size: 16px;
        line-height: 20px;
        padding: 0 100px 0 30px;
    }
    .about_section {
        padding-left: 0;
        display: block;
        position: relative;
        text-align: right;
    }
    .about_section .text_about {
        margin-right: 0;
        width: auto;
        position: relative;
        z-index: 1;
        text-align: left;
    }
    .about_section .progressive {
        width: 100%;
        opacity: 0.6;
        display: inline-block;
        max-width: 300px;
        margin-top: -10%;
    }
    .about_section .progressive::after {
        display: block;
        content: "";
        padding-top: 100%;
    }
    .about_section .text_about p:not(:last-child) {
        margin-bottom: 15px;
    }
    .index_catalog_wrap .wrap {
        display: block;
    }
    .index_catalog_wrap {
        padding: 50px 0 160px 0;
        border-radius: 60px;
    }
    .index_catalog_wrap .col {
        margin: 0 0 45px 0;
        width: auto;
        max-width: 300px;
        font-size: 30px;
        line-height: 35px;
    }
    .index_catalog_wrap .index_catalog {
        width: auto;
        position: relative;
        z-index: 1;
    }
    .index_catalog_wrap::before {
        width: 320px;
        height: 265px;
        bottom: -25px;
        left: unset;
        right: -40px;
    }
    .index_catalog_wrap .col::before {
        width: 380px;
        height: 225px;
        right: 0;
    }
    .index_catalog_wrap .item_catalog {
        display: block;
        margin-bottom: 15px;
    }
    .index_catalog_wrap .inf {
        width: auto;
        margin: 0 0 5px 0;
        font-size: 25px;
    }
    .index_catalog_wrap .name {
        width: auto;
    }
    header .wrap nav {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow: hidden;
        overflow-y: auto;
        background: #5CABD8;
        z-index: -1;
        padding: 200px 20px 40px 20px;
        color: #ffffff;
        text-transform: uppercase;
    }
    header .wrap {
        position: relative;
    }
    header .wrap nav a.phone {
        display: none;
    }
    header .wrap nav a {
        margin: 0 0 15px 0;
    }
    header .wrap nav::after {
        position: absolute;
        content: "";
        width: 290px;
        height: 135px;
        bottom: 0;
        right: -100%;
        background: url(../img/cloud_small_w.svg) center / contain no-repeat;
        transition: all 1.5s ease;
        transition-delay: 0.5s;
    }
    header .wrap nav.active::after {
        right: -50px;
    }
    header .decor::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 55px;
        background: #ffffff;
        left: 0;
        top: 0;
    }
    .fixed_buttons .button {
        font-size: 0;
        line-height: 0;
        padding: 0;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background:#ffffff url(../icons/callback.svg) center / contain no-repeat;
    }
    .info_section .wrap {
        display: block;
    }
    .info_section .col {
        margin: 0 0 45px 0;
        width: auto;
        max-width: 300px;
        font-size: 30px;
        line-height: 35px;
        padding-left: 0;
    }
    .info_section .col::before {
        width: 380px;
        height: 225px;
        right: 0;
    }
    .info_section::before {
        width: 180px;
        height: 255px;
        left: -75px;
        bottom: -40px;
    }
    .info_section {
        text-transform: unset;
    }
    .info_section .text_info_section {
        margin-top: 0;
        border-radius: 60px;
        padding: 20px 30px;
        position: relative;
        z-index: 1;
    }
    .info_section .text_info_section::after {
        width: 240px;
        height: 115px;
        right: -60px;
    }
    .slider_action .item_review {
        border-radius: 30px;
        margin-right: 15px;
        padding: 20px;
        filter: blur(10px);
    }
    .slider_action .item_review .title {
        margin-right: 0;
        font-size: 45px;
    }
    .rate {
        margin-bottom: 5px;
    }
    .rate span {
        width: 30px;
        height: 30px;
    }
    .slider_action .item_review .flex_title {
        margin-bottom: 15px;
    }
    .slider_action .item_review .text {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    .slider_action .item_review .icon_review {
        width: 80px;
        height: 80px;
    }
    .slider_action .item_review::after {
        width: 240px;
        height: 115px;
        right: -60px;
    }
    footer {
        padding: 100px 0 40px 0;
        font-size: 20px;
        line-height: 25px;
    }
    footer::before {
        top: 20px;
    }
    footer .menu_section {
        display: block;
    }
    footer .menu_list {
        width: auto;
        margin: 0 0 30px 0;
    }
    footer .menu_list a {
        margin-bottom: 10px;
    }
    footer .menu_list .phone {
        font-size: 25px;
        line-height: 30px;
        font-weight: 600;
    }
    footer .menu_section .form {
        width: auto;
        display: block;
    }
    footer .menu_section .form form {
        display: block;
    }
    footer .menu_section .form .content_form {
        width: auto;
        margin: 0 0 20px 0;
    }
    footer .menu_section .form .label {
        margin-bottom: 5px;
    }
    input[type="text"], textarea {
        font-size: 18px;
        line-height: 20px;
    }
    footer .menu_section .form .field {
        margin-bottom: 15px;
    }
    footer .menu_section .form button {
        margin-top: 0;
        width: auto;
        position: relative;
        z-index: 1;
    }
    footer .menu_section .form::after {
        width: 240px;
        height: 115px;
        right: -60px;
    }
    footer .menu_section .form .agree {
        padding-top: 0;
        font-size: 16px;
        line-height: 20px;
    }
    .button, button {
        padding: 8px 20px 10px 20px;
    }
    .button.orange, button.orange {
        border-radius: 20px;
    }
    footer .menu_section .form button {
        font-size: 25px;
        line-height: 30px;
    }
    footer .footnote_footer {
        display: block;
        font-size: 18px;
        line-height: 20px;
    }
    footer .footnote_footer .col {
        display: block;
        margin: 0 0 10px 0;
    }
    footer .footnote_footer .sup_block {
        text-align: left;
    }
    footer .footnote_footer .sup_block a {
        display: block;
        width: 50%;
    }
    footer .footnote_footer .copyright {
        min-width: unset;
        margin: 0 0 10px 0;
    }
    footer .footnote_footer .dev_block a {
        text-decoration: underline;
    }
    .popup .wrap_popup {
        padding: 0;
    }
    .popup .content_popup {
        border-radius: 0;
        padding: 70px 0 30px 0;
        background: rgba(0, 123, 194, 1);
    }
    .close {
        width: 30px;
        height: 30px;
        box-shadow: 0 0 0 5px #ffffff;
        top: 20px;
        right: 20px;
    }
    .popup .title {
        margin: 0 15px 0 0;
    }
    .content_popup .icon {
        width: 80px;
        height: 80px;
        margin-right: 25px;
    }
    .content_popup .wrap_title {
        width: calc(100% - 105px);
    }
    .content_popup .flex_popup .title_rev {
        font-size: 40px;
    }
    .popup.review_popup .text_popup {
        max-height: calc(100% - 110px);
    }
    .article_section .image_article {
        width: 100%;
        float: unset;
        margin: 0 0 20px 0;
        height: 200px;
    }
    header .wrap nav a.active {
        text-shadow: 0 0 1px #ffffff;
    }
    .catalog_list .item_catalog:first-child .title::before {
        font-size: 22px;
        width: 270px;
        height: 150px;
        padding: 40px 55px 40px 55px;
        top: -160px;
        left: -25px;
        color: #ffffff;
        background: url(../img/cloud_b.svg) center / contain no-repeat;
    }
    .catalog_list {
        padding-top: 160px;
    }
    .catalog_list .item_catalog .title {
        border-radius: 40px;
        padding: 15px 60px 15px 20px;
        display: block;
        min-height: unset;
    }
    .catalog_list .item_catalog .inf {
        margin: 0 0 5px 0;
        width: auto;
    }
    .catalog_list .item_catalog .name {
        width: auto;
        position: relative;
        z-index: 1;
    }
    .catalog_list .item_catalog .title::after {
        width: 30px;
        height: 30px;
        right: 20px;
    }
    .catalog_list .item_catalog:not(:first-child) .title::before {
        width: 160px;
        height: 95px;
        background: url(../img/cloud_b.svg) center / contain no-repeat;
        left: -50px;
    }
    .catalog_list .item_catalog .progressive {
        width: 120px;
        height: 140px;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
    }
    .catalog_list .item_catalog .text_item {
        width: auto;
        padding: 120px 20px 20px 20px;
        z-index: 1;
    }
    .catalog_list .item_catalog .hidden_section {
        position: relative;
    }
    .catalog_list .item_catalog .close {
        top: 0;
        right: 20px;
    }
    .catalog_list .item_catalog:first-child .progressive {
        margin-top: 0;
    }
    .gallery_list {
        margin-right: -20px;
    }
    .gallery_list .item_gallery {
        margin: 0 20px 20px 0;
        width: calc(50% - 20px);
        border-radius: 10px;
    }
    .pagination_animation {
        width: 140px;
        height: 70px;
    }
    .pagination_animation span {
        width: 10px;
        height: 10px;
        margin-right: 10px;
    }
    .gallery_list .item_gallery::after {
        padding-top: calc(100% + 50px);
    }
    .slider_popup {
        padding: 10px 0 10px 20px;
    }
    .slider_popup .wrap_slider {
        width: auto;
    }
    .slider_popup .slider_gallery .slick-list {
        padding-right: 20px;
    }
    .slider_gallery .item_slider {
        margin-right: 15px;
        border-radius: 20px;
    }
    .contacts_section {
        display: block;
        min-height: unset;
        margin-bottom: 40px;
    }
    .contacts_section .col_text {
        display: block;
        width: auto;
        margin: 0 0 30px 0;
        font-size: 20px;
        line-height: 25px;
    }
    h4 {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    .contacts_section .map {
        width: calc(100% + 40px);
        height: 200px;
        margin: 0 -20px;
        border-width: 2px;
        border-radius: 20px;
    }
    .contact_links {
        flex-direction: column-reverse;
        border-radius: 20px;
        margin: 0 -20px;
        padding: 20px;
    }
    .contact_links .links {
        width: auto;
        font-size: 22px;
        margin-bottom: 15px;
    }
    .contact_links .image {
        width: 100%;
        height: 200px;
        margin-right: 0;
    }
    header .wrap_fixed.fixed .wrap .logo {
        width: 50px;
        height: 50px;
    }
    .wrap_fixed.fixed {
        padding: 0;
    }
    header .wrap_fixed.fixed .wrap {
        padding: 5px 20px;
        background: #ffffff;
    }
    footer .menu_list .wrap_phone:not(:last-child) {
    	margin-bottom: 10px;
    }
    .call_wrap {
    	& span {
    		display: none;
    	}	
    	& .phone_list {
    		position: static;
    		opacity: 1;
    		visibility: visible;
    		box-shadow: none;
    		border-radius: 0;
    		background: no-repeat;
    		white-space: unset;
    		padding: 0;
    		& .label_phone {
    			color: #ffffff;
    			font-size: 16px;
    			line-height: 18px;
    		}
    	}
    }
    header .wrap nav .call_wrap a.phone {
    	display: block;
    	color: #ffffff;
    }
}

@media (max-width: 768px) {
    header .decor {
        background: url(../img/header_decor.svg) left -2px bottom 0 / cover no-repeat;
    }
}

@media (max-width: 420px) {
    body {
        padding-top: 35px;
    }
    .banner .wrap {
        padding-top: 140px;
    }
    .tagtext li {
        padding-left: 25px;
        text-shadow: 1px 1px 1px #007BC2;
    }
    .tagtext li::before {
        width: 15px;
        height: 15px;
        box-shadow: 1px 1px 1px #007BC2;
    }
    header .decor::after {
        display: none;
    }
}

@media (max-width: 350px) {
    .mobile_nav a {
        font-size: 14px;
        line-height: 18px;
        margin-right: 20px;
    }
}