b, strong {
	font-weight: bold;
}

.youtube {
	background-color:#000;
	max-width:100%;
	overflow:hidden;
	position:relative;
	cursor:hand;
	cursor:pointer;
}

.youtube .thumb {
	bottom:0;
	display:block;
	left:0;
	margin:auto;
	max-width:100%;
	position:absolute;
	right:0;
	top:0;
	width:100%;
	height:auto
}

.youtube .play{
	filter:alpha(opacity=80);
	opacity:.8;
	height:77px;
	left:50%;
	margin-left:-38px;
	margin-top:-38px;
	position:absolute;
	top:50%;
	width:77px;
}

html, body {
	margin: 0;
	padding: 0;
}

input, textarea, button {
	font-family: Gilroy !important;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	outline-style: none;
}

li {
	list-style: none;
}

a {
	border: none;
	text-decoration: none;
}

a img {
	border: none;
}

* {
	margin: 0px;
	padding: 0px;
}

.agree, .ajax-loader, .wpcf7-spinner {
	display: none !important;
}

.wpcf7-not-valid-tip {
	display: none;
}

.__jivoMobileButton {
	bottom: 70px !important;
}

img {
	vertical-align: middle;
}

:focus {
	outline: none;
}

button:hover {
	cursor: pointer;
}

::-webkit-input-placeholder {
	color: #b2b3b4;
}

::-moz-placeholder {
	color: #b2b3b4;
}

:-moz-placeholder {
	color: #b2b3b4;
}

:-ms-input-placeholder {
	color: #b2b3b4;
}

.toolBar {
	position: fixed;
	display: none;
	justify-content: space-between;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 4px 10px;
	box-shadow: 0px -10px 50px 0px #00000054;
	background: #fc3d54;
	z-index: 111;
}

.toolBar a:first-child {
	width: 30%;
}

.toolBar a:last-child {
	/* width: 28%; */
}

.toolBar a {
	width: 22%;
	/* background: #ffffff; */
}

.toolBar_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.toolBar_item span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-bottom: 4px;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 2px #ffffff;
	background: #ffffff;
	overflow: hidden;
	margin-top: 3px;
}

.toolBar_item img {
	width: 25px;
	height: 25px;
	object-fit: contain;
}

.toolBar_item p {
	color: #ffffff;
	font-size: 11px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	flex: 1;
	display: inline-flex;
	align-items: center;
}

body {
	position: relative;
	margin: 0 auto;
	color: #000000;
	font-size: 14px;
	font-family: Gilroy;
}

footer {
	width: 100%;
	z-index: 101;
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 1;
	width: 90%;
}

@media (min-width: 768px) {
	.container {
		width: 90%;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
		position: relative;
		z-index: 1;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
		position: relative;
		z-index: 1;
	}
}

.left_buttons {
	display: block;
	right: 0;
	position: fixed;
	bottom: 20%;
	z-index: 9999;
	transition: 0.5s transform ease;
}

.left_buttons p {
	display: inline-flex;
	align-items: center;
	text-align: center;
	border: none;
	color: #ffffff;
	text-transform: uppercase;
	transition: 0.5s all ease;
	font-size: 12px;
	padding: 0px 0px 0px 5px;
	position: relative;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	width: calc(100% - 50px);
}

.left_buttons .block a {
	background: #fc3d54;
	box-shadow: 0 12px 20px rgb(0 0 0 / 15%);
	display: flex;
	flex-direction: row-reverse;
	height: 50px;
	text-align: center;
	width: 180px;
	align-items: center;
	justify-content: center;
	border-radius: 10px 0px 0px 10px;
	transition: 0.2s linear;
}

.left_buttons .block:first-child a {
	margin-bottom: 10px;
}

.left_buttons .block a:hover {
	background: #000000;
	text-decoration: none;
}

.left_buttons .block a i {
	display: flex;
	width: 35px;
	height: 35px;
	margin-left: 10px;
}

.left_buttons .left_1 i {
	background: url(images/left1.png);
	background-repeat: no-repeat !important;
	background-size: 100% !important;
	background-position: center !important;
}

.left_buttons .left_2 i {
	background: url(images/left3.png);
	background-repeat: no-repeat !important;
	background-size: 100% !important;
	background-position: center !important;
}

header {
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

header .header_desktop {
	height: 100px;
	background: rgb(51 51 51 / 80%);
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}

header .header_desktop .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .header_desktop .left {
	width: 40%;
}

header .header_desktop .left .logo {
	display: flex;
	align-items: center;
}

header .header_desktop .left .logo .flip {
	margin: 0 auto;
	height: 48px;
	display: inline-flex;
	width: auto;
}

header .header_desktop .left .text {
	line-height: 1;
	margin: 0px 0px 0px 10px;
}

header .header_desktop .left .text h1 {
	font-weight: 900;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 1;
	color: #ffffff;
}

header .header_desktop .left .text span {
	font-size: 18px;
	display: inline-flex;
	line-height: 1;
	margin-top: 0px;
	font-weight: 500;
	text-transform: none;
	color: #ffffff;
}

header .header_desktop .zvezda {
	width: 15%;
}

header .header_desktop .zvezda img {
	width: 100%;
}

header .header_desktop .right {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

header .header_desktop .right .block {
	width: 170px;
}

header .header_desktop .right .block a {
	background: #cee002;
	box-shadow: 0 12px 20px rgb(206 224 2 / 20%);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
	cursor: pointer;
	font-size: 16px;
	color: #000000;
	text-align: center;
	height: 40px;
	transition: 0.2s linear;
}

header .header_desktop .right .block a:hover {
	background: #fc3d54;
	box-shadow: 0 12px 20px rgb(252 61 84 / 0.2);
	color: #ffffff;
}

header .header_desktop .right .block a:active {
	background: #fc3d54;
	box-shadow: 0 12px 20px rgb(252 61 84 / 0.2);
	color: #ffffff;
}

header .header_desktop .right .block_phone {
	text-align: right;
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

header .header_desktop .right .block_phone .phone {
	font-weight: bold;
	font-size: 24px;
	color: #ffffff;
	transition: 0.2s linear;
}

header .header_desktop .right .block_phone .phone:hover {
	color: #fc3d54;
}

header .header_desktop .right .block_phone .email {
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	align-items: center;
	transition: 0.2s linear;
}

header .header_desktop .right .block_phone .email:hover {
	color: #fc3d54;
}

header .mob_head {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	z-index: 999;
	background: #5c5c5cd9;
	box-shadow: 0 12px 20px rgb(0 0 0 / 20%);
	display: none;
}

header .mob_head .block_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	padding: 0;
}

header .mob_head .block_top .s1 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 40%;
}

header .mob_head .block_top .s1 a img {
	margin: 0 auto;
	height: 46px;
	display: inline-flex;
	width: auto;
}

header .mob_head .block_top .text {
	font-weight: 900;
	font-size: 21px;
	color: #ffffff;
	margin: 0px 0px 0px 14px;
	text-transform: uppercase;
	line-height: 1;
}

header .mob_head .block_top .text span {
	font-size: 18px;
	display: inline-flex;
	line-height: 1;
	margin-top: 0px;
	font-weight: 500;
	text-transform: none;
}

header .mob_head .block_top .logo img {
	width: 46px;
}

header .mob_head .zvezda {
	height: 47px;
}

header .mob_head .zvezda img {
	width: 100%;
}

header .mob_head .block_phone {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

header .mob_head .block_phone .button {
	background: #cee002;
	box-shadow: 0 12px 20px rgb(206 224 2 / 20%);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 170px;
	cursor: pointer;
	font-size: 16px;
	color: #000000;
	text-align: center;
	height: 40px;
	transition: 0.2s linear;
}

header .mob_head .block_phone .button:hover {
	background: #fc3d54;
	box-shadow: 0 12px 20px rgb(252 61 84 / 0.2);
	color: #ffffff;
}

header .mob_head .block_phone .button:active {
	background: #fc3d54;
	box-shadow: 0 12px 20px rgb(252 61 84 / 0.2);
	color: #ffffff;
}

header .mob_head .block_phone .phone2 {
	font-weight: bold;
	font-size: 22px;
	color: #ffffff;
	transition: 0.2s linear;
}

header .mob_head .block_phone .phone2:hover {
	color: #fc3d54;
}

header .mob_head .mob_menu {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
}

header .mob_head .mob_menu #popout_mob {
	position: fixed;
	height: calc(100% - 50px);
	width: 400px;
	background: rgb(51 51 51 / 0.95);
	color: white;
	top: 50px;
	right: -400px;
	overflow: auto;
	z-index: 9999;
}
	
header .mob_head .mob_menu #toggle_mob {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 59px;
	height: 50px;
	top: 0;
	right: 0;
	border-left: 1px dotted rgba(0, 0, 0, .2);
}

header .mob_head .mob_menu #toggle_mob i {
	display: flex;
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: 0.1s linear;
}
	
header .mob_head .mob_menu #toggle_mob.menu_close i {
	background: url(images/menu.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30%;
}

header .mob_head .mob_menu #toggle_mob.menu_open i {
	background: url(images/close.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
}

header .mob_head .mob_menu ul {
	padding: 20px 20px 20px 20px;
	flex-direction: column;
}

header .mob_head .mob_menu ul li a {
	color: #ffffff;
	margin: 0px 0px 10px 0px;
	display: block;
}

header nav {
	display: flex;
	align-items: center;
	height: 45px;
	z-index: 1000;
	background: rgb(51 51 51 / 90%);
	position: relative;
}

header nav .container {
	position: relative;
}

header nav ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

header nav ul li {
	display: inline-flex;
	position: relative;
	z-index: 2;
}

header nav ul li a {
	display: inline-flex;
	font-size: 17px;
	color: #ffffff;
	font-weight: 500;
	transition: 0.2s linear;
}

header nav ul li a:hover {
	color: #cee002;
}

header nav ul li.mob_link {
	display: none;
}

.banner {
	background: url(images/banner.jpg) top center no-repeat;
	padding-top: 200px;
	padding-bottom: 104px;
	background-size: cover;
	margin-top: -145px;
	position: relative;
}

.banner .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.banner .left {
	width: 48%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px;
	position: relative;
	background: rgb(51 51 51 / 60%);
	z-index: 1;
}

.banner .left .text {
	display: block;
	margin: 0px 0px 10px 0px;
	font-size: 19px;
	color: #ffffff;
	font-weight: 500;
}

.banner .left .text2 {
	color: #ffffff;
	font-size: 19px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 15px;
	font-weight: 700;
}

.banner .left .text span {
	color: #fc3d54;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
}

.banner .right {
	width: 48%;
	padding: 40px;
	position: relative;
	background: rgb(51 51 51 / 60%);
	z-index: 1;
}

.banner .right .form-zayavka {
	position: relative;
}

.banner .right .form-zayavka .h2 {
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}

.banner .right .form-zayavka .h2 span {
	color: #fc3d54;
	display: inline-flex;
}

.banner .right .form-zayavka .head_form__list {
	display: flex;
	width: 100%;
	margin: 30px 0px 20px 0px;
	justify-content: space-between;
	color: #ffffff;
	font-weight: 400;
	font-size: 15px;
}

.banner .right .form-zayavka .head_form__list br {
	display: none;
}

.banner .right .form-zayavka .head_form__list>div {
	width: 48%;
	display: inline-flex;
	flex-direction: column;
}

.banner .right .form-zayavka .form_left .head_form__title {
	margin-bottom: 10px;
	font-weight: 500;
}

.banner .right .form-zayavka .form_right .head_form__title {
	font-weight: 500;
	margin-bottom: 5px;
}

.banner .right .form-zayavka .head_form__optlabel {
	margin-bottom: 10px;
	display: block;
	font-weight: 500;
	font-size: 14px;
}

.banner .right .form-zayavka .head_form__list2 input {
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    border: none;
    outline: none;
    width: 100%;
    color: #000000;
    margin-bottom: 10px
}

.banner .right .form-zayavka .form_group {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.banner .right .form-zayavka .form_group .form_control {
	width: 48%; 
}

.banner .right .form-zayavka .form_group input {
	font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    border: none;
    outline: none;
	width: 100%;
	color: #000000;
	margin-bottom: 10px
}

.banner .right .form-zayavka .form_group input.wpcf7-not-valid {
	box-shadow: inset 0px 0px 50px 0 rgb(251 153 133 / 0.8) !important;
	border: 1px solid rgb(252 61 84 / 0.2);
}

.banner .right .form-zayavka input[type=submit] {
	background: #cee002;
	box-shadow: 0 12px 20px rgb(206 224 2 / 20%);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 250px;
	cursor: pointer;
	font-size: 16px;
	color: #000000;
	text-align: center;
	height: 40px;
	transition: 0.2s linear;
	border: none;
}

.banner .right .form-zayavka input[type=submit]:hover {
	background: #fc3d54;
	box-shadow: 0 12px 20px rgb(252 61 84 / 0.2);
	color: #ffffff;
}

.banner .right .form-zayavka .wpcf7-response-output {
	position: absolute;
	bottom: -50px;
	margin: 0;
	width: 100%;
	color: #ffffff;
	text-align: center;
	border: none;
	padding: 0;
}

.home_sections {
	margin-top: 60px;
}

.home_sections h2 {
	font-size: 28px;
	margin: 60px 0px 40px 0px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}

.home_sections .text_title {
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}

.home_sections .waypoint h2 {
	margin-bottom: 20px;
}

.home_sections .waypoint .text_title {
	margin-bottom: 30px
}

.home_sections .waypoint p {
	font-size: 15px;
	margin: 0 0 20px 0px;
	font-weight: 400;
}

.home_sections .waypoint li {
	font-size: 15px;
	font-weight: 400;
	position: relative;
	padding-left: 25px;
}

.home_sections .waypoint ul {
	margin-bottom: 20px
}

.home_sections .waypoint li:before {
	content: "";
	background: #cee002;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3.5px;
	border-radius: 50%;
}

.home_sections .waypoint .items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

.home_sections .waypoint .items .block {
	width: 19%;
	display: flex;
	flex-direction: column;
	align-content: center;
	text-align: center;
	background: #fff;
	box-shadow: 0 2px 15px rgb(0 0 0 / 7%);
	padding: 20px 15px 20px 15px;
}

.home_sections .waypoint .items .block .title {
	font-weight: 500;
	line-height: 1;
	font-size: 18px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.home_sections .waypoint .items .block .text {
	font-weight: 400;
	line-height: 1;
	font-size: 14px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.home_sections .waypoint .items .block .img_circle {
	display: inline-flex;
	width: 75px;
	height: 75px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #cee002;
	box-shadow: 0 8px 25px rgb(206 224 2 / 40%);
	margin: 0 auto;
}

.home_sections .waypoint .items .block .img_circle img {
	width: 40px;
}

.home_sections .we_do_all h2 span {
	color: #fc3d54;
	display: block;
}

.home_sections .we_do_all h3 {
	font-size: 15px;
	margin: 30px 0 20px 0px;
	font-weight: 600;
}

.home_sections .we_do_all p {
	font-size: 15px;
	margin: 0 0 20px 0px;
	font-weight: 400;
}

.home_sections .we_do_all ul {
	margin-bottom: 20px
}

.home_sections .we_do_all li {
	font-size: 15px;
	font-weight: 400;
	position: relative;
	padding-left: 25px;
}

.home_sections .we_do_all li:before {
	content: "";
	background: #cee002;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3.5px;
	border-radius: 50%;
}

.home_sections .we_do_all .catalog {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}


.home_sections .we_do_all .catalog .block {
	width: 24%;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: space-between;
	text-align: center;
	background: #fff;
	box-shadow: 0 2px 15px rgb(0 0 0 / 7%);
	padding: 0px 0px 20px 0px;
	margin-bottom: 2%;
	transition: 0.2s linear;
}

.home_sections .we_do_all .catalog .block:hover {
	box-shadow: 0 2px 15px rgb(0 0 0 / 15%);
}

.home_sections .we_do_all .catalog .img_container {
	height: 195px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.home_sections .we_do_all .catalog .img_container img {
	height: 100%;
}

.home_sections .we_do_all .catalog .img_container .name {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	width: 100%;
	height: 100%;
	background: rgb(51 51 51 / 60%);
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
}

.home_sections .we_do_all .catalog .price {
	line-height: 1;
	font-size: 17px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0px;
	color: #fc3d54;
	font-weight: 600;
}

.home_sections .we_do_all .catalog .all_button {
	background: #cee002;
	box-shadow: 0 12px 20px rgb(206 224 2 / 20%);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 80%;
	cursor: pointer;
	font-size: 16px;
	color: #000000;
	text-align: center;
	height: 40px;
	transition: 0.2s linear;
}

.home_sections .we_do_all .catalog .all_button:hover {
	background: #fc3d54;
	box-shadow: 0 12px 20px rgb(252 61 84 / 0.2);
	color: #ffffff;
}

.home_sections .rashet_cal {
	background: #f1f3f4;
	padding: 1px 0px 40px 0px;
	position: relative;
	z-index: 0;
	margin-top: 60px;
}

.home_sections .rashet_cal * {
	position: relative;
}

.home_sections .rashet_cal form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home_sections .rashet_cal form .contl,
.home_sections .rashet_cal form .contr {
	display: inline-flex;
	flex-direction: column;
	width: 45%;
}

.home_sections .rashet_cal .wpcf7-form-control-wrap {
	width: 100%;
	display: flex;
}

.home_sections .rashet_cal br {
	display: none;
}

.home_sections .rashet_cal .label {
	margin-bottom: 8px;
	margin: 15px 0px 5px 0px;
}

.home_sections .rashet_cal .label p {
	font-size: 15px;
	line-height: 1;
	font-weight: 500;
}

.home_sections .rashet_cal .wpcf7-form-control-wrap input.wpcf7-form-control {
	font-size: 14px;
	padding: 10px;
	border-radius: 5px;
	border: none;
	outline: none;
	width: 100%;
	color: #000000;
}

.home_sections .rashet_cal .wpcf7-form-control-wrap input.wpcf7-not-valid {
	box-shadow: inset 0px 0px 50px 0 #fb99854f !important;
}

.home_sections .rashet_cal .wpcf7-radio_custom {
	display: flex;
	flex-direction: column;
}

.home_sections .rashet_cal .ctf7-total {
	width: 95% !important;
}

.home_sections .calculated-751 {
	flex-direction: row;
	display: inline-flex !important;
	width: 80% !important;
}

.home_sections .rashet_cal form input[type="submit"] {
	background: #fc3d54;
	box-shadow: 0 12px 20px rgb(252 61 84 / 20%);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 250px;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	text-align: center;
	height: 40px;
	transition: 0.2s linear;
	border: none;
}

.home_sections .rashet_cal form input[type="submit"]:hover {
	background: #cee002;
	box-shadow: 0 12px 20px rgb(206 224 2 / 20%);
	color: #000000;
}

.home_sections .rashet_cal .wpcf7-response-output {
	width: 45%;
	margin: 10px 0px 0px 0px;
	box-shadow: 0px 0px 20px 0 rgb(41 46 51 / 60%) !important;
	border: none !important;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	padding: 10px 5px !important;
	position: absolute;
	right: 0;
	bottom: -60px;
	color: #000000;
	text-align: center;
	background: #ffffff;
}

.home_sections .nav.nav-tabs {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.home_sections .nav-tabs .nav-item {
    margin: 0px 5px 10px 5px;
    display: inline-flex;
    box-shadow: 0px 0px 20px  rgb(0 0 0 / 7%);
    cursor: pointer;
    border-radius: 5px;
	background: transparent;
    animation-name: op;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
	transition: background 0.2s linear;
}

.home_sections .nav-tabs .nav-item:hover {
	background: #cee00245;
	animation: none;
}

.home_sections .nav-tabs .nav-item.active {
	box-shadow: 0 12px 20px rgb(206 224 2 / 0.45);
	background: #cee002;
	animation: none;
}

.home_sections .nav-tabs .nav-item.active a {
	color: #000000;
}

.home_sections .nav-tabs .nav-item a {
	color: #000000;
	padding: 10px 15px;
}

.home_sections .nav-tabs .nav-item:hover {
	background: #cee00245;
	animation-delay: 0s;
	animation-duration: 0s;
}

.home_sections .nav-tabs  .nav-item:nth-of-type(1) {
	animation-delay: 0s;
}

.home_sections .nav-tabs  .nav-item:nth-of-type(2) {
	animation-delay: 1s;
}

.home_sections .nav-tabs  .nav-item:nth-of-type(3) {
	animation-delay: 2s;
}

.home_sections .nav-tabs  .nav-item:nth-of-type(4) {
	animation-delay: 3s;
}

.home_sections .nav-tabs  .nav-item:nth-of-type(5) {
	animation-delay: 4s;
}

.home_sections .nav-tabs  .nav-item:nth-of-type(6) {
	animation-delay: 5s;
}

.home_sections .nav-tabs  .nav-item:nth-of-type(7) {
	animation-delay: 6s;
}

.home_sections .nav-tabs  .nav-item:nth-of-type(8) {
	animation-delay: 7s;
}

.home_sections .nav-tabs  .nav-item:nth-of-type(9) {
	animation-delay: 8s;
}

.home_sections .nav-tabs  .nav-item:nth-of-type(10) {
	animation-delay: 9s;
}


@keyframes op {
	0% {
	    background: #ffffff;
	}
	3% {
	    background: rgb(206 224 2 / 0.15);
	}
	5% {
	    background: #ffffff;
	}

}

.home_sections .block_price .tab-content {
	max-height: 600px;
	overflow: hidden;
	transition: all 0.5s;
	position: relative;
}

.home_sections .block_price .tab-content.open {
	max-height: none;
    transition: all 0.5s;
}

.home_sections .block_price .tab-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
    z-index: 1;
}

.home_sections .block_price .tab-content.open::after {
	content: none;
}

.home_sections .block_price .tab-content .tab-pane {
	opacity: 0;
	visibility: hidden;
	height: 0;
	transition: 0.2s linear;
}

.home_sections .block_price .tab-content .tab-pane.active {
	opacity: 1;
	visibility: visible;
	height: auto;
}

.home_sections .block_price .tab-content .tab-pane table {
	width: 100%;
}

.home_sections .block_price .tab-content .tab-pane table {
	width: 100%;
}

.home_sections .block_price .tab-pane table td {
	padding: 10px 10px;
	line-height: 1;
	border-top: 1px solid #fafafb;
}

.home_sections .block_price .tab-pane table tr:first-child td {
	background: #cee002;
	color: #000000;
	font-size: 16px;
	border: 1px solid #ffffff;
	border-radius: 5px;
}

.home_sections .block_price .tab-pane table td:nth-of-type(3) {
	width: 15%;
	text-align: center;
}

.home_sections .block_price .tab-pane table td:nth-of-type(2) {
	width: 15%;
	text-align: center;
}

.home_sections .block_price .tab-pane table td.name {
	text-align: center;
	background: #fafafb;
	color: #000000;
	font-weight: 500;
	border: 1px solid #ffffff;
	border-radius: 5px;
}

.home_sections .block_price .button_more {
	margin: 20px auto 0 auto;
	padding: 10px 0px;
	width: 200px;
	background: #cee002;
    box-shadow: 0 12px 20px rgb(206 224 2 / 20%);
	color: #000000;
	cursor: pointer;
	border-radius: 5px;
	font-size: 16px;
	transition: 0.2s linear;
	text-align: center;
}

.home_sections .block_price .button_more:hover {
	background: #fc3d54;
	box-shadow: 0 12px 20px rgb(252 61 84 / 0.2);
	color: #ffffff;
}

.home_sections .block_price .tab-less {
    display: none;
}

.home_sections .block_price .tab-more {
	display: block;
}

.home_sections .price_material p {
	font-size: 15px;
	margin: 0 0 20px 0px;
	font-weight: 400;
}

.home_sections .price_material table {
    width: 100%;
    border-collapse: collapse;
	margin: 40px 0px 40px 0px;
}

.home_sections .price_material table th:first-child {
	width: 25%;
	background: #cee002;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	font-weight: 500;
}

.home_sections .price_material table th {
	font-size: 14px;
	font-weight: 500;
	width: 15%;
	padding: 10px 15px;
	background: #fafafb;
}

.home_sections .price_material table th a {
	color: #ffffff;
}

.home_sections .price_material table td {
	line-height: 1;
	text-align: center;
	border: 1px solid #fafafb;
	padding: 10px;
}

.home_sections .master {
	background: #fc3d54;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
	padding: 25px 0px;
	margin-top: 100px;
}

.home_sections .master .container {
	position: relative;
	display: flex;
	align-items: center;
}

.home_sections .master .master_img {
	position: absolute;
	bottom: -25px;
	right: 5%;
	width: 20%;
}

.home_sections .master .blocks {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home_sections .master .blocks .block_text {
	width: 48%;
}

.home_sections .master .blocks .form_master {
	width: 48%;
}

.home_sections .master .blocks .block_text .title_small {
	color: #ffffff;
	font-weight: 600;
	font-size: 25px;
	line-height: 1;
	text-transform: uppercase;
}

.home_sections .master .blocks .block_text .title_big {
	font-size: 60px;
	font-weight: 900;
	color: #cee002;
	margin-top: 6px;
	text-transform: uppercase;
	line-height: 1;
}

.home_sections .master .blocks .form_master input {
	display: block;
	width: 100%;
}

.home_sections .master .form_master .wpcf7-form-control-wrap input {
	font-size: 14px;
	padding: 10px;
	border-radius: 5px;
	border: none;
	outline: none;
	width: 100%;
	color: #000000;
	margin-bottom: 10px;
}

.home_sections .master .form_master .wpcf7-form-control-wrap input.wpcf7-not-valid {
	box-shadow: inset 0px 0px 50px 0 rgb(251 153 133 / 0.5) !important;
}

.home_sections .master .form_master input[type="submit"] {
	background: #cee002;
	box-shadow: 0 12px 20px rgb(206 224 2 / 20%);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 250px;
	cursor: pointer;
	font-size: 16px;
	color: #000000;
	text-align: center;
	height: 40px;
	transition: 0.2s linear;
	border: none;
}

.home_sections .master .form_master input[type="submit"]:hover {
	background: #000000;
	box-shadow: 0 12px 20px rgb(0 0 0 / 20%);
	color: #ffffff;
}

.home_sections .master .form_master .wpcf7-response-output {
	width: 30%;
	margin: 10px 0px 0px 0px;
	box-shadow: 0px 0px 20px 0 rgb(41 46 51 / 60%) !important;
	border: none !important;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	padding: 10px 5px !important;
	position: absolute;
	right: 0;
	bottom: -25px;
	color: #000000;
	text-align: center;
	background: #ffffff;
}

.home_sections .why_we h2 span {
	color: #fc3d54;
	display: block;
}

.home_sections .why_we .blocks {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home_sections .why_we .blocks .item {
	width: 48%;
}

.home_sections .why_we .blocks ul li {
	position: relative;
	font-size: 16px;
	margin: 0px 0px 20px 0px;
	font-weight: 500;
	padding-left: 20px;
}

.home_sections .why_we .blocks ul li span {
	text-transform: uppercase;
	color: #fc3d54;
	font-weight: 700;
}

.home_sections .why_we .blocks ul li:before {
	content: "";
	background: #fc3d54;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3.5px;
	border-radius: 50%;
}

.home_sections .why_we .button_bottom {
	margin: 20px auto 0 auto;
	width: 200px;
}

.home_sections .why_we .button_bottom a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 100%;
	background: #cee002;
	box-shadow: 0 12px 20px rgb(206 224 2 / 20%);
	color: #000000;
	cursor: pointer;
	border-radius: 5px;
	font-size: 16px;
	transition: 0.2s linear;
	text-align: center;
}

.home_sections .why_we .button_bottom a:hover {
	background: #fc3d54;
	box-shadow: 0 12px 20px rgb(252 61 84 / 0.2);
	color: #ffffff;
}

.home_sections .portfolio_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0px 60px 0px;
}

.home_sections .portfolio_list .portfolio_item {
	width: 32%;
	height: 300px;
	margin-bottom: 2%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-shadow: 0 2px 15px rgb(0 0 0 / 7%);
}

.home_sections .portfolio_list .portfolio_item .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 300px;
}

.home_sections .portfolio_list .portfolio_item .inner::after {
	content: '';
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fc3d54;
	transition: 0.2s linear;
	transform: translate3d(0, 10px, 0);
	z-index: 1;
	opacity: 0;
}

.home_sections .portfolio_list .portfolio_item:hover .inner::after {
	opacity: 1;
    transform: translate3d(0, 0, 0);
}

.home_sections .portfolio_list .portfolio_item .inner img {
	width: 100%;
}

.home_sections .portfolio_list .portfolio_item .overlay {
	transition: .3s;
	overflow: hidden;
	text-align: center;
	height: 100%;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	position: absolute;
	background: rgb(51 51 51 / 60%);
}

.home_sections .portfolio_list .portfolio_item .overlay .contents {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px 30px;
	transition: 0.2s linear;
}

.home_sections .portfolio_list .portfolio_item a {
	color: #ffffff;
	font-weight: 600;
	transition: .3s;
	font-size: 18px;
	text-transform: uppercase;
	transition: 0.2s linear;
}

.home_sections .our_team {
	margin: 60px 0px;
}

.home_sections .our_team .teams {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}

.home_sections .our_team .team {
	width: 24%;
	position: relative;
	margin-bottom: 1%;
	text-align: center;
}

.home_sections .our_team .team .img {
	width: 100%;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.home_sections .our_team .team .img img {
	max-height: 100%;
	position: relative;
}

.home_sections .our_team .team .bottom {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	background: rgb(255 255 255 / 90%);
	box-shadow: 0 2px 25px rgb(0 0 0 / 15%);
}

.home_sections .our_team .team .bottom .name {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 600;
	line-height: 1;
	color: #fc3d54;
	text-transform: uppercase;
}

.our_team .team .bottom .position {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}

.home_sections .providers {
	margin: 80px 0px 0px 0px;
	background: #f1f3f4;
	padding: 60px 0px;
}

.home_sections .providers h2 {
	margin: 0px 0px 20px 0px;
}

.home_sections .providers .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home_sections .providers .container .left {
	width: 58%;
}

.home_sections .providers .swiper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	margin: 50px auto 0px auto;
}

.home_sections .providers .swiper .block {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
}

.home_sections .providers .swiper .block img {
	max-width: 100%;
}

.home_sections .providers .container .right {
	width: 40%;
}

.home_sections .providers .container .feedback {
	padding: 30px 40px 30px 40px;
	box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
	background: #ffffff;
	border-radius: 0px;
	position: relative;
}

.home_sections .providers .feedback .title {
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #fc3d54;
	line-height: 1;
	margin-bottom: 30px;
}

.home_sections .providers .feedback .wpcf7-form-control-wrap input {
	font-size: 14px;
	padding: 10px;
	border-radius: 5px;
	width: 100%;
	color: #000000;
	margin-bottom: 10px;
	border: 1px solid #f1f1f1;
}

.home_sections .providers .feedback .wpcf7-form-control-wrap input.wpcf7-not-valid {
	box-shadow: inset 0px 0px 50px 0 rgb(251 153 133 / 0.2) !important;
	border: 1px solid rgb(252 61 84 / 0.2);
}

.home_sections .providers .feedback input[type="submit"] {
	background: #cee002;
    box-shadow: 0 12px 20px rgb(206 224 2 / 20%);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 250px;
	cursor: pointer;
	font-size: 16px;
	color: #000000;
	text-align: center;
	height: 40px;
	transition: 0.2s linear;
	border: none;
}

.home_sections .providers .feedback input[type="submit"]:hover {
	background: #fc3d54;
	box-shadow: 0 12px 20px rgb(252 61 84 / 0.2);
	color: #ffffff;
}

.home_sections .providers .feedback .wpcf7-response-output {
	width: 100%;
	margin: 10px 0px 0px 0px;
	box-shadow: 0px 0px 20px 0 rgb(41 46 51 / 60%) !important;
	border: none !important;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	padding: 10px 5px !important;
	position: absolute;
	right: 0;
	bottom: -70px;
	color: #000000;
	text-align: center;
	background: #ffffff;
}

.home_sections .reviews_blocks {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home_sections .reviews_blocks iframe {
	width: 24%;
	margin-top: 16px;
	height: 250px;
}

.home_sections .reviews_blocks .youtube {
	width: 24%;
	margin-top: 16px;
	height: 250px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home_sections .reviews_blocks .opac {
	position: absolute;
	z-index: 2;
	padding: 50px;
	text-align: center;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	opacity: 1;
	transition: 0.2s linear;
}

.home_sections .reviews_blocks .youtube img {
	opacity: 0.4;
	transition: 0.2s linear;
	max-width: unset;
	width: auto;
	height: 100%;
	position: relative;
}

.home_sections .reviews_blocks .youtube:hover img {
	opacity: 0.4;
}

.home_sections .reviews_blocks .youtube:hover .opac {
	opacity: 1;
}

.home_sections .reviews_blocks .youtube::before,
.home_sections .reviews_blocks .youtube::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	z-index: 1;
}

.home_sections .reviews_blocks .youtube::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.home_sections .reviews_blocks .youtube::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

.home_sections .reviews_blocks .youtube:hover::before,
.home_sections .reviews_blocks .youtube:hover::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.home_sections .reviews_blocks .youtube video {
	width: 100%;
	height: 315px;
}

.home_sections .reviews_blocks .youtube iframe {
	border: none;
}

.home_sections .reviews .audio_h2 {
	margin: 80px 0px 20px 0px;
}

.home_sections .reviews .audio_block {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	flex-wrap: wrap;
}

.home_sections .reviews .audio_block .block {
	width: 32%;
}

.home_sections .reviews .audio_block .block audio {
	width: 100%;
}

.home_sections .question h2 span {
	color: #fc3d54;
	display: block;
}

.home_sections .question {
	background: #fafafb url(images/block7_dexxx.png);
	background-size: auto 60%;
	position: relative;
	background-repeat: no-repeat;
	background-position: bottom right;
	/* margin-top: 60px; */
}

.home_sections .question h2 {
	margin-top: 0;
	padding-top: 50px;
}

#block7 .row {
	align-items: flex-start;
}

#block7 .content {
	height: 800px;
}

#block7 .h2 {
	color: #ffffff;
	padding-top: 72px;
	font-size: 28px;
	position: relative;
}

#block7 .h2 span {
	font-size: 42px;
	color: #ff8f45;
	text-transform: none;
}

.home_sections .question .items_container {
	margin-top: 32px;
	display: flex;
	justify-content: space-between;
	width: 90%;
	flex-wrap: wrap;
}

.home_sections .question .items_container .item {
	text-align: center;
	color: #000000;
	width: 32%;
}

.home_sections .question .item .img-container {
	display: inline-block;
	width: 100%;
	height: 80px;
}

.home_sections .question .item .img-container img {
	height: 100%;
	margin: 0 auto;
}

.home_sections .question .item .text1 {
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 28px;
	display: inline-flex;
	width: auto;
	text-shadow: none;
}

.home_sections .question .item .text1:before {
	content: "";
	position: absolute;
	width: 110%;
	height: 2px;
	top: 50%;
	left: -5%;
	margin-top: -1px;
	background: #fc3d54;
}

.home_sections .question .item .text2 {
	margin-top: 12px;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 500;
}

.home_sections .question .item .text2 span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	line-height: 1;
	margin: 15px 0 15px 0;
	text-shadow: none;
}

.home_sections .question .lozung {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fc3d54;
	line-height: normal;
	margin-top: 67px;
	padding-bottom: 48px;
	position: relative;
	text-transform: uppercase;
}

.home_sections .dogovor .blocks {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home_sections .dogovor .blocks .item:first-child {
	width: 70%;
}

.home_sections .dogovor .blocks .item:last-child {
	width: 27%;
}

.home_sections .dogovor .blocks .item p {
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 15px;
}

.home_sections .dogovor .blocks .item p span {
	font-weight: 700;
	color: #fc3d54;
	text-transform: uppercase;
}

.home_sections .dogovor .blocks .item img {
	width: 100%;
}

.home_sections .oplata .blocks {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home_sections .oplata .blocks .items {
	width: 32%;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	text-align: center;
	background: #ffffff;
	box-shadow: 0 2px 15px rgb(0 0 0 / 7%);
	padding: 20px;
}

.home_sections .oplata .blocks .items .elem {
	margin-bottom: 15px;
	text-align: center;
}

.home_sections .oplata .blocks .items .elem .big_font {
	font-size: 43px;
	font-weight: 900;
	color: #fc3d54;
	line-height: normal;
}

.home_sections .oplata .blocks .advantages .elem .title_m {
	margin: 0;
	font-weight: 600;
	color: #fc3d54;
	font-size: 20px;
	text-align: center;
}

.home_sections .oplata .blocks .advantages .font {
	font-size: 16px;
}

.home_sections .oplata .blocks .documents .title_m {
	font-weight: 600;
	color: #fc3d54;
	text-align: center;
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 10px;
}

.home_sections .oplata .blocks .documents_item {
	text-align: center;
}

.home_sections .oplata .blocks .documents_item img {
	width: 83px;
}

.home_sections .oplata .blocks .documents_item:last-child img {
	width: 99px;
}

.home_sections .oplata .blocks .documents_item:last-child .title_m {
	margin-top: -20px;
}

.home_sections .oplata .blocks .credit_partner .title_m {
	font-size: 23px;
	font-weight: 600;
	color: #fc3d54;
	line-height: normal;
	margin: 0px 0px 20px 0px;
	text-align: center;
}

.home_sections .oplata .blocks .credit_partner .img_op {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.home_sections .oplata .blocks .credit_partner .img_op img {
	width: 31%;
	margin-bottom: 10px;
	height: auto;
}

.home_sections .oplata .credit_more {
	margin: 20px auto 50px auto;
	width: 200px;
}

.home_sections .oplata .credit_more a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 100%;
	background: #cee002;
	box-shadow: 0 12px 20px rgb(206 224 2 / 20%);
	color: #000000;
	cursor: pointer;
	border-radius: 5px;
	font-size: 16px;
	transition: 0.2s linear;
	text-align: center;
}

.home_sections .oplata .credit_more a:hover {
	background: #fc3d54;
	box-shadow: 0 12px 20px rgb(252 61 84 / 0.2);
	color: #ffffff;
}

.home_sections .map {
	height: 450px;
	position: relative;
}

.home_sections .map .absolute_map {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	align-items: center;
	margin-top: 0;
}

.home_sections .map .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home_sections .absolute_map .block_info {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px;
	background: rgb(51 51 51 / 80%);
	z-index: 1;
	box-shadow: 0px 0px 40px rgb(0 0 0 / 25%);
}

.home_sections .absolute_map .form {
	width: 40%;
	padding: 40px;
	background: rgb(51 51 51 / 80%);
	z-index: 1;
	box-shadow: 0px 0px 40px rgb(0 0 0 / 25%);
	position: relative;
}

.home_sections .absolute_map h2 {
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0px 0px 20px 0px;
}

.home_sections .absolute_map .h2 span {
	color: #fc3d54;
	display: inline-flex;
}

.home_sections .absolute_map .block_info p {
	display: block;
	margin: 0px 0px 10px 0px;
	font-size: 17px;
	color: #ffffff;
	font-weight: 400;
}

.home_sections .absolute_map .block_info a {
	color: #fc3d54;
	font-weight: 600;
	transition: 0.2s linear;
}

.home_sections .absolute_map .block_info a:hover {
	color: #cee002;
	font-weight: 600;
}

.home_sections .absolute_map .form .wpcf7-form-control-wrap input {
	font-size: 14px;
	padding: 10px;
	border-radius: 5px;
	width: 100%;
	color: #000000;
	margin-bottom: 10px;
	border: 1px solid #f1f1f1;
}

.home_sections .absolute_map .form input[type="submit"] {
	background: #cee002;
	box-shadow: 0 12px 20px rgb(206 224 2 / 20%);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 250px;
	cursor: pointer;
	font-size: 16px;
	color: #000000;
	text-align: center;
	height: 40px;
	transition: 0.2s linear;
	border: none;
}

.home_sections .absolute_map .form input[type="submit"]:hover {
	background: #fc3d54;
	box-shadow: 0 12px 20px rgb(252 61 84 / 0.2);
	color: #ffffff;
}

.home_sections .absolute_map .form input.wpcf7-not-valid {
	box-shadow: inset 0px 0px 50px 0 rgb(251 153 133 / 0.4) !important;
	border: 1px solid rgb(252 61 84 / 0.2);
}

.home_sections .absolute_map .form .wpcf7-response-output {
	width: 90%;
	margin: 10px 0px 0px 0px;
	box-shadow: 0px 0px 20px 0 rgb(41 46 51 / 60%) !important;
	border: none !important;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	padding: 10px 5px !important;
	position: absolute;
	right: 5%;
	bottom: -20px;
	color: #000000;
	text-align: center;
	background: #ffffff;
}

.home_sections .text_home {
	margin-bottom: 60px;
}

.home_sections .text_home h3 {
	font-size: 15px;
	margin: 30px 0 20px 0px;
	font-weight: 600;
}

.home_sections .text_home p {
	font-size: 15px;
	margin: 0 0 20px 0px;
	font-weight: 400;
}

.home_sections .text_home li {
	font-size: 15px;
	margin: 0 0 20px 0px;
	font-weight: 400;
	position: relative;
	padding-left: 25px;
}

.home_sections .text_home li:before {
	content: "";
	background: #cee002;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3.5px;
	border-radius: 50%;
}

footer {
	position: relative;
    width: 100%;
    background: #000000;
    padding: 20px 0;
}

footer .container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	height: 100%;
	flex-wrap: wrap;
}

footer .footer_desktop .karta {
	width: 25%;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

footer .footer_desktop .karta .logo {
	display: inline-flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

footer .footer_desktop .karta .logo img {
    width: 55px;
}

footer .footer_desktop .karta .gorod {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}

footer .footer_desktop .karta .gorod > span {
	width: 100%;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	margin-bottom: 5px;
}

footer .footer_desktop .karta .gorod button.el {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 40px;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	width: 100%;
	background: #fc3d54;
	transition: 0.2s linear;
	border-radius: 5px;
	box-shadow: none;
	border: none;
}

footer .footer_desktop .karta .gorod button.el:hover {
	background: #cee002;
	color: #000000;
}

footer .footer_desktop .karta .gorod button.el .dropdown {
    position: absolute;
    bottom: 200%;
    left: 0;
    background: #FFFFFF;
    width: 300%;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 99999;
    padding: 10px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .footer_desktop .karta .gorod button.el .dropdown:before {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 20px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 6px solid #FFFFFF;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	mix-blend-mode: multiple;
}

footer .footer_desktop .karta .gorod button.el:focus .dropdown,
footer .footer_desktop .karta .gorod button.el:active .dropdown {
	-webkit-transform: translate(0, 20px);
	transform: translate(0, 20px);
	opacity: 1;
	visibility: visible;
}

footer .footer_desktop .karta .gorod button.el .dropdown a {
	display: flex;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	color: #000000;
	padding: 5px 20px;
	line-height: 1;
	text-decoration: none;
	width: 32%;
}

footer .footer_desktop .karta .gorod button.el .dropdown a:hover {
	background: #cee002;
	color: #000000 !important;
}

footer .footer_desktop .karta .contacts {
	text-align: left;
	margin-bottom: 10px;
}

footer .footer_desktop .karta .contacts .phone {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
}

footer .footer_desktop .karta .contacts .email {
	font-size: 14px;
	color: #cee002;
	font-weight: 500;
}

footer .footer_desktop .karta ul {
	margin-top: 4px;
}

footer .footer_desktop .karta li a {
	font-size: 14px;
	margin-bottom: 5px;
	display: inline-flex;
	color: #cee002;
}

footer .footer_desktop .blocks {
	width: 73%;
	display: flex;
	justify-content: space-between;
}

footer .footer_desktop .blocks .downm p {
	color: #ccc;
	font-size: 14px;
	margin-bottom: 5px;
	display: flex;
}

footer .footer_desktop .blocks .downm p a {
	color: #ccc;
}

footer .footer_desktop a {
	transition: 0.2s linear;
}

footer .footer_desktop a:hover,
footer .footer_desktop a:hover strong {
	color: #fc3d54 !important;
}

footer .footer_desktop .blocks .downm strong {
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	transition: 0.2s linear;
}

footer .footer_desktop .blocks a.map {
	display: inline-flex;
	margin: 20px 0px 10px 0px;
	color: #ffffff;
}

footer .footer_desktop .blocks .soc a {
	color: #ffffff;
	font-size: 14px;
	display: flex;
	align-items: center;
}

footer .footer_desktop .blocks .soc {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

footer .footer_desktop .blocks .soc a i {
	width: 30px;
	height: 30px;
	display: inline-flex;
	margin-right: 10px;
	background: url(images/in.png) no-repeat;
}

footer .footer_desktop .copyright {
	color: #ffffff;
	font-size: 13px;
	margin-top: 21px;
}

footer .footer_desktop .copyright a {
	color: #ffffff;
}

footer .footer_desktop .blocks .downm_ul li a {
	font-size: 14px;
	margin-bottom: 9px;
	display: inline-flex;
	color: #cee002;
}

footer .footer_desktop .blocks .downm_ul li a:hover,
footer .footer_desktop .karta li a:hover {
	color: #fc3d54 !important;
}

.breadcrumb {
	font-size: 14px;
	color: #a3a3a3;
	margin: 40px 0px;
}

.breadcrumb a {
	color: #000000;
	transition: 0.3s ease;
}

.breadcrumb span {
	color: #000000;
	display: inline-flex;
	margin: 0px 5px;
}

.breadcrumb a:hover {
	color: #fc3d54;
}

article .the_title {
	font-size: 28px;
	margin: 60px 0px 40px 0px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}

article .text_single p {
	margin: 0px 0px 20px 0px;
	font-size: 15px;
	line-height: 1.4;
}

article .text_single h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 30px 0px 20px 0px;
	text-shadow: none;
	line-height: 1.2;
}

article .text_single ul {
	margin: 0px 0px 20px 0px;
}

article .text_single ul li {
	position: relative;
	font-size: 15px;
	margin: 0px 0px 5px 0px;
	padding-left: 20px;
}

article .text_single ul li:before {
	content: "";
	background: #cee002;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2.5px;
	border-radius: 50%;
}

article .more_single {
	margin-bottom: 60px;
}

article .more_single h3 {
	font-size: 28px;
	margin: 60px 0px 40px 0px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}

article .more_single .blocks {
	display:flex;
	justify-content: space-between;
    flex-wrap: wrap;
}

article .more_single .blocks .block_post {
	width: 24%;
	display: flex;
	flex-direction: column;
	align-content: center;
	text-align: center;
	background: #ffffff;
	box-shadow: 0 2px 15px rgb(0 0 0 / 7%);
	margin-bottom: 20px;
}

article .more_single .blocks .block_post .post_img {
	height: 195px;
	width: 100%;
}

article .more_single .blocks .block_post .post_img a {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	background: #000000;
}

article .more_single .blocks .block_post .post_img img {
	max-width: 310px;
	height: auto;
	min-height: 100%;
	width: auto;
	transition: 0.2s linear;
}

article .more_single .blocks .block_post:hover .post_img img {
	opacity: 0.5;
}

article .more_single .blocks .block_post .post_name {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0px;
	padding: 0px 20px;
}

article .more_single .blocks .block_post .post_name a {
	color: #000000;
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	transition: 0.2s linear;
}

article .more_single .blocks .block_post .post_name a:hover {
	color: #fc3d54;
}

article .more_single .pages {
	display: flex;
	justify-content: center;
}

article .more_single .page-numbers {
	margin: 10px;
	transition: 0.2s linear;
}

article .more_single span.page-numbers {
	color: #000000;
}

article .more_single a.page-numbers {
	color: #cee002;
}

article .more_single a.page-numbers:hover {
	color: #fc3d54;
}

article .glob_proekt {
	display: flex;
	flex-direction: column;
	width: 100%
}

article .glob_proekt .block {
	border: 1px solid #f7f7f7;
	margin: 12px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

article .glob_proekt .block .hidden {
	display: none;
}

article .glob_proekt .block .img_portf {
	width: 32%;
	margin-right: 2%;
	align-items: center;
	justify-content: center;
	height: 200px;
	overflow: hidden;
	position: relative;
}

article .glob_proekt .block .img_portf img {
	width: 100%;
}

article .glob_proekt .block .inf_portf {
	width: 45%;
}

article .glob_proekt .block .inf_portf .name {
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}

article .glob_proekt .block .inf_portf .osob {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #000000;
}

article .glob_proekt .block .inf_portf .opis span {
	display: flex;
	font-size: 14px;
	margin: 5px 0px 0px 0px;
}

article .glob_proekt .block .inf_portf .opis span:nth-of-type(3) {
	font-size: 14px;
	font-weight: 600;
	color: #fc3d54;
	text-transform: uppercase;
	margin: 15px 0px 0px 0px;
}

article .glob_proekt .block .srok {
	width: 20%;
	font-size: 16px;
	text-align: center;
	padding: 0;
}

article .glob_proekt .block .srok span {
	display: flex;
	align-items: center;
	justify-content: center;
}

article .glob_proekt .block .img_portf figcaption {
	transition: .3s;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: scale(0);
	opacity: 0;
	background: rgba(21, 21, 22, .55);
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}

article .glob_proekt .block .img_portf figcaption a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

article .glob_proekt .block .img_portf:hover figcaption {
	opacity: 1;
	transform: scale(1);
}

article .glob_proekt .block .img_portf figcaption img {
	width: 30%;
}

article .page_contact {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

article .page_contact .block:first-child {
	width: 35%;
}

article .page_contact .block:last-child {
	width: 60%;
}

article .page_contact .block h3 {
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 700;
	margin: 0px 0px 25px 0px;
}

article .page_contact .block .text {
    display: block;
	margin: 0px 0px 10px 0px;
	font-size: 17px;
	font-weight: 400;
}

article .page_contact .block .text span {
	font-weight: 600;
}

article .page_contact .block .text a {
	color: #000000;
	transition: 0.2s linear;
}

article .page_contact .block .text a:hover {
	color: #fc3d54;
}

article .text_single .text_title {
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}

article .text_single .gallery_foto {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

article .text_single .gallery_foto .block {
	width: 19%;
	margin-bottom: 1%;
	height: 170px;
	display: inline-flex;
	box-shadow: 0 0px 10px rgb(132 170 237 / 45%);
}

article .text_single .gallery_foto .block a {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	background-color: #000000;
}

article .text_single .gallery_foto .block a img {
	min-height: 100%;
	min-width: 100%;
	transition: 0.2s linear
}

article .text_single .gallery_foto .block a:hover img {
	opacity: 0.5;
}

article .map_link {
	display: flex;
	flex-wrap: wrap;
}

article .map_link li {
	width: 48%;
}

article .map_link li a {
	color: #000000;
	transition: 0.2s linear;
}

article .map_link li a:hover {
	color: #fc3d54;
}

article .vanna_table {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

article .vanna_table .block {
	width: 24%;
	display: flex;
	flex-direction: column;
	align-content: center;
	text-align: center;
	background: #fff;
	box-shadow: 0 2px 15px rgb(0 0 0 / 7%);
	padding: 20px 15px 20px 15px;
	margin-bottom: 1.5%;
}

article .vanna_table .block:last-child {
	opacity: 0;
}

article .vanna_table .block .img_block {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

article .vanna_table .block .text_block .title {
	font-weight: 500;
	line-height: 1;
	font-size: 17px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

article .vanna_table .block .text_block .desc {
	font-weight: 400;
	line-height: 1.2;
	font-size: 14px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

article .vidy_rabot ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

article .vidy_rabot ul li {
	display: flex;
	flex-direction: column;
	width: 24%;
	position: relative;
	box-shadow: 0 2px 15px rgb(0 0 0 / 7%);
}

article .vidy_rabot .preview {
	position: relative;
	height: 200px;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

article .vidy_rabot .preview img {
	width: 150%;
	height: auto;
}

article .vidy_rabot h3 {
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	padding: 30px 20px 20px 20px;
	text-align: center;
}

article .vidy_rabot .cost_block_top .col {
	position: absolute;
	right: 20px;
	left: auto;
	top: 125px;
	width: 90px;
	height: 90px;
	background: #ffffff;
	z-index: 20;
	display: flex;
	box-shadow: 0 0 37px rgb(0 0 0 / 70%);
	border-radius: 50%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
	color: #000000;
	transition: 0.2s linear;
}

article .vidy_rabot ul li:hover .cost_block_top .col {
	box-shadow: 0 0 37px rgb(0 0 0 / 100%);
}

article .vidy_rabot .cost_block_top .col p {
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
}

article .vidy_rabot .cost_block_top .col span {
	font-size: 13px;
	font-weight: 400;
}

article .vidy_rabot .btn {
	background: #fc3d54;
	box-shadow: 0 12px 20px rgb(252 61 84 / 0.2);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px auto;
	width: 80%;
	cursor: pointer;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	height: 40px;
	transition: 0.2s linear;
}

article .vidy_rabot .btn:hover {
	background: #cee002;
	box-shadow: 0 12px 20px rgb(206 224 2 / 20%);
	color: #000000;
}

article .last_work ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

article .last_work ul li {
	display: flex;
	flex-direction: column;
	width: 32%;
	position: relative;
	box-shadow: 0 2px 15px rgb(0 0 0 / 7%);
}

article .last_work ul li .image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin: 0 auto;
}

article .last_work ul li .image img {
    height: auto;
    width: 150%;
}

article .last_work ul li .imagepis {
	position: relative;
}

article .last_work ul li .square {
	position: absolute;
	right: 4%;
	left: auto;
	top: -40%;
	width: 90px;
	height: 90px;
	background: #ffffff;
	z-index: 20;
	display: flex;
	box-shadow: 0 0 37px rgb(0 0 0 / 70%);
	border-radius: 50%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
	color: #000000;
	transition: 0.2s linear;
}

article .last_work ul li:hover .square {
	box-shadow: 0 0 37px rgb(0 0 0 / 100%);
}

article .last_work .square p {
	font-size: 21px;
	font-weight: 600;
	line-height: 1;
}

article .last_work .square span {
	font-size: 13px;
	font-weight: 400;
}

article sup {
    top: -0.5em;
    font-size: 55%;
    line-height: 0;
    vertical-align: baseline;
}

article .last_work .opisim {
	font-size: 22px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	padding: 30px 30px 0px 30px;
	text-align: center;
}

article .last_work .opisim span {
	font-size: 16px;
	font-weight: 500;
}

article .last_work .btn {
	background: #cee002;
	box-shadow: 0 12px 20px rgb(206 224 2 / 20%);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto 20px auto;
	width: 80%;
	cursor: pointer;
	font-size: 16px;
	color: #000000;
	text-align: center;
	height: 40px;
	transition: 0.2s linear;
}

article .last_work .btn:hover {
	background: #fc3d54;
	box-shadow: 0 12px 20px rgb(252 61 84 / 0.2);
	color: #ffffff;
}

article .tags_sub ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

article .tags_sub ul li {
	display: inline-flex;
	width: 24%;
	margin-bottom: 5px;
}

article .tags_sub ul li a {
	color: #000000;
	font-weight: 500;
}

article .tags_sub ul li a:hover {
	color: #fc3d54;
}

article .tags_sub_child .tags {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

article .tags_sub_child .tags > li {
	margin-bottom: 20px;
	padding-left: 0;
	width: 100%;
}

article .tags_sub_child .tags > li > a {
	font-size: 13px;
	color: #000000;
	transition: 0.2s all linear;
	font-weight: 500;
}

article .tags_sub_child .tags .children {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 5px;
	justify-content: space-between;
}

article .tags_sub_child .tags .children li {
	width: 24%;
	padding-left: 20px;
}

article .tags_sub_child .tags .children li a {
	font-size: 13px;
	color: #000000;
	transition: 0.2s all linear;
	font-weight: 500;
}

article .tags_sub_child .tags li a:hover {
	color: #fc3d54;
}

article .error_page {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0px 0px 80px 0px;
}

article .error_page h5 {
	font-size: 120px;
	color: #fc3d54;
	line-height: 1;
	margin: 20px 0px;
}

article .error_page p {
    font-size: 16px;
}

article .error_page a {
    background: #cee002;
    box-shadow: 0 12px 20px rgb(206 224 2 / 20%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0 auto;
    width: 200px;
    cursor: pointer;
    font-size: 16px;
    color: #000000;
    text-align: center;
    height: 40px;
    transition: 0.2s linear;
}

article .error_page a:hover {
    background: #fc3d54;
	box-shadow: 0 12px 20px rgb(252 61 84 / 0.2);
	color: #ffffff;
}

#fancybox-wrap #fancybox-outer #fancybox-content {
	border-color: transparent;
	border-width: 0 !important;
}

#fancybox-content {
	height: auto !important;
}

.call_all h3 {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px 0px 20px 0px;
    padding: 0px 30px;
}

.call_all#form_popup5 h2 {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin: 30px 0px 20px 0px;
}

.call_all#form_popup5 h2 {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0px 10px 0px;
}

.call_all#form_popup5 h3 {
    margin: 0px 0px 20px 0px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: none;
    padding: 0;
}

.call_all#form_popup5 i {
	margin: 0px 0px 10px 0px;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	text-transform: none;
	font-style: normal;
	line-height: 1;
}

.call_all h4 {
    margin: 0px 0px 10px 0px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 0px 30px;
}

.call_all form h4 br {
	display: block;
}

.call_all#call_ras h3 {
	display: none;
}

.call_all#call_ras h5 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #222222;
	text-align: center;
	line-height: 1;
	margin: 20px 0px 16px 0px;
	padding: 20px 20px 0px 20px;
}

.call_all .wpcf7-form-control-wrap input {
	font-size: 14px;
	padding: 10px;
	border-radius: 5px;
	width: 100%;
	color: #000000;
	margin-bottom: 10px;
	border: 1px solid #f1f1f1;
	box-shadow: none;
}

.call_all .wpcf7 {
	width: 550px;
	padding-left: 36%;
	background: url(images/businesswoman.png);
	background-position: left 7% bottom;
	background-size: 34%;
	background-repeat: no-repeat;
}

.call_all#form_popup5 .wpcf7 {
	width: 600px;
	padding-left: 0%;
	background: none;
}

#form_popup5 .timeOut {
	display: flex;
	justify-content: space-between;
}

#form_popup5 .timeOut .left {
	width: 50%;
	background: url(images/chad_12.png);
	background-size: auto 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#form_popup5 .timeOut .right {
	width: 50%;
	padding: 25px 25px 0px 25px;
}

.call_all .wpcf7-form-control-wrap {
    width: 100%;
    display: flex;
}

.call_all form p {
	width: 100%;
	display:  flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	text-align: left;
	padding: 10px 30px 10px 30px;
}

.call_all#form_popup5  form p {
	width: 100%;
	display:  flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
}

.call_all form br {
	display: none;
}

.call_all input[type="submit"] {
	background: #cee002;
    box-shadow: 0 12px 20px rgb(206 224 2 / 20%);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px auto;
	width: 250px;
	cursor: pointer;
	font-size: 16px;
	color: #000000;
	text-align: center;
	height: 40px;
	transition: 0.2s linear;
	border: none;
}

.call_all input[type="submit"]:hover {
	background: #fc3d54;
	box-shadow: 0 12px 20px rgb(252 61 84 / 0.2);
	color: #ffffff;
}

.call_all .wpcf7-form .wpcf7-not-valid {
	box-shadow: inset 0px 0px 50px 0 #fb99854f !important;
	border: 1px solid rgb(252 61 84 / 0.2);
}

#fancybox-wrap .wpcf7-response-output {
	width: 36%;
	margin: 10px auto 0px auto !important;
	box-shadow: 0px 0px 20px 0 rgb(41 46 51 / 60%) !important;
	border: none !important;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	color: #000000;
	font-weight: 500;
	padding: 10px 5px !important;
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: #ffffff;
}

.file_up {
	width: 100%;
	position: relative;
	margin: 15px 0;
	text-align: center;
	display: none;
}
 
.file_up .fileinput {
	width: 200px;
	height: 30px;
	background: #fc3d54;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	cursor: pointer;
	border: none;
	margin: 0 auto;
}

.file_up .head_form__title {
	font-weight: 500;
	margin-bottom: 5px;
	width: 100%;
	color: #ffffff;
	font-size: 15px;
}

.call_all form .file_up p {
	color: #000000;
	margin: 0;
	padding: 0;
	margin: 0 auto;
}

.call_all .file_up .wpcf7-form-control-wrap {
	justify-content: center;
}

.call_all .file_up .wpcf7-form-control-wrap input {
	display: none;
}

.singleText{
	padding-bottom: 100px;
}

.singleText p {
	margin: 0px 0px 10px 0px;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

.singleText h2 {
	margin: 30px 0 30px 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
}

.singleText h5 {
	display: flex;
	width: 100%;
	margin: 40px 0px 20px 0px;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.2;
	text-transform: uppercase;
}

.singleText h3 {
	margin: 30px 0px 20px 0px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}

.singleText a {
	color: #fc3d54;
	font-weight: 500;
}

.singleText ul {
	margin: 0px 0px 10px 0px;
}

.singleText li {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	padding-left: 30px;
	position: relative;
}

.singleText li:before {
	content: "";
	background: #cee002;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -3.5px;
	border-radius: 50%;
}

.singleText table {
	border-collapse: collapse;
	margin: 30px 0px
}

.singleText table td {
	padding: 10px 10px;
	line-height: 1;
	border: 1px solid #ebebeb;
}

@media all and (max-width: 1024px) {
	header .header_desktop .right .block_phone .phone {
		font-size: 20px;
	}

	header .header_desktop .left .text h1 {
		font-size: 20px;
		font-weight: 700;
	}

	.banner .right .form-zayavka .h2 {
		font-size: 20px;
	}

	.home_sections .portfolio_list .portfolio_item {
		height: auto;
	}

	.home_sections .portfolio_list .portfolio_item .inner {
		height: auto;
	}

	.home_sections .reviews_blocks .opac {
		padding: 20px;
	}
	
	.home_sections .question {
		background: #fafafb;
	}

	.home_sections .question .items_container {
		width: 100%;
	}
}

@media (max-width: 900px) {
	body.home header {
		position: absolute;
	}
	
	header .header_desktop {
		height: auto;
		padding: 15px 0px 15px 0px;
		background: rgb(51 51 51 / 90%);
	}
	
	header .header_desktop .container {
		flex-wrap: wrap;
	}

	header .header_desktop .left {
		width: 70%;
	}

	header .header_desktop .zvezda {
		width: 28%;
	}

	header .header_desktop .right {
		width: 100%;
		justify-content: space-between;
		margin-top: 20px;
	}

	header .header_desktop .zvezda img {
		width: 70%;
	}

	header .header_desktop .right .block {
		width: 30%;
	}

	header .header_desktop .right .block_phone {
		width: 68%;
		display: flex;
		justify-content: flex-end;
	}

	header .header_desktop .right .block_phone .phone {
		margin-right: 50px;
		font-size: 24px;
	}

	header nav {
		background: rgb(51 51 51 / 95%);
	}

	header .mob_head .block_top .text {
		display: none;
	}

	header .mob_head .zvezda {
		/* display: none; */
		width: 100px;
		height: auto;
	}

	header .mob_head .block_top .s1 {
		width: auto;
	}

	header .mob_head .block_phone {
		width: auto;
	}

	header .mob_head .block_phone .phone2 {
		margin-left: 20px;
		font-size: 24px;
	}

	.banner {
		margin-top: 0;
	}

	.banner .left {
		padding: 20px;
		background: rgb(51 51 51 / 80%);
	}

	.banner .right {
		padding: 20px;
		background: rgb(51 51 51 / 80%);
	}

	.banner .left .text {
		font-size: 16px;
	}

	.banner .left .text2 {
		font-size: 16px;
	}

	.home_sections .waypoint .items {
		justify-content: center;
	}

	.home_sections .waypoint .items .block {
		width: 31%;
		margin: 0% 1% 2% 1%;
	}

	.home_sections .we_do_all .catalog .block {
		width: 49%;
	}

	.home_sections .we_do_all .catalog .img_container img {
		height: auto;
	}

	.home_sections .rashet_cal form input[type="submit"] {
		width: 100%;
	}

	.home_sections .master .blocks .block_text .title_small {
		font-size: 20px;
	}

	.home_sections .master .blocks .block_text .title_big {
		font-size: 36px;
	}

	.home_sections .master .form_master input[type="submit"] {
		width: 100%;
	}

	.home_sections .master .master_img {
		width: 30%;
		right: 0;
	}

	.home_sections h2 {
		font-size: 26px;
	}

	.home_sections .portfolio_list .portfolio_item a {
		font-size: 16px;
	}

	.home_sections .our_team .teams {
		justify-content: center;
		margin-top: 0;
	}

	.home_sections .our_team .team {
		width: 31%;
		margin: 0% 1% 2% 1%;
	}

	.home_sections .providers .container .left {
		width: 50%;
	}

	.home_sections .providers h2 {
		font-size: 22px;
	}

	.home_sections .providers .swiper {
		width: 100%;
		justify-content: center;
	}

	.home_sections .providers .swiper .block {
		width: 30%;
		margin: 0% 1.5% 4% 1.5%;
	}

	.home_sections .providers .swiper .block img {
		width: 80%;
	}

	.home_sections .providers .container .right {
		width: 48%;
	}

	.home_sections .providers .feedback .title {
		font-size: 22px;
	}

	.home_sections .providers .feedback input[type="submit"] {
		width: 100%;
	}

	.home_sections .reviews_blocks .youtube,
	.home_sections .reviews_blocks iframe {
		width: 49%;
	}

	.home_sections .reviews_blocks .youtube img {
		width: 100%;
		height: auto;
	}

	.home_sections .question .lozung {
		font-size: 24px;
	}

	.home_sections .oplata .blocks .credit_partner .img_op img {
		width: 58%
	}

	.home_sections .absolute_map .block_info {
		padding: 20px
	}

	.home_sections .absolute_map .form input[type="submit"] {
		width: 100%;
	}

	.home_sections .absolute_map .form {
		padding: 20px
	}

	.home_sections .absolute_map h2 {
		font-size: 20px;
	}

	footer .footer_desktop .karta {
		width: 100%;
		margin-bottom: 20px
	}

	footer .footer_desktop .blocks {
		width: 100%;
	}

	footer .footer_desktop .blocks .item {
		padding-right: 20px;
	}

	footer .footer_desktop .karta .gorod button.el {
		max-width: 300px;
		position: unset;
	}

	footer .footer_desktop .karta .contacts {
		text-align: center;
	}

	footer .footer_desktop .karta ul {
		text-align: center;
	}

	footer .footer_desktop .karta .gorod button.el .dropdown {
		width: 100%;
		bottom: 60px;
	}

	footer .footer_desktop .karta .gorod button.el .dropdown:before {
		left: 50%;
		margin-left: -8px;
		bottom: -5px;
	}

	article .more_single .blocks .block_post {
		width: 48%;
	}

	article .more_single .blocks .block_post .post_img img {
		max-width: 350px;
	}

	article .the_title {
		font-size: 26px;
	}

	article .more_single h3 {
		font-size: 26px;
	}

	article .vidy_rabot ul li {
		width: 49%;
		margin-bottom: 2%;
	}

	article .last_work ul li .image {
		height: 150px;
	}

	article .glob_proekt .block .inf_portf .name {
		font-size: 16px;
	}

	article .glob_proekt .block .img_portf {
		height: auto;
		max-height: 200px;
	}
}

@media screen and (min-width: 601px) { 
	#toggle_nav {
		display: none;
	}
} 
 
@media screen and (max-width: 600px) {
	header .mob_head .block_top .text {
		display: block;
		font-size: 15px;
		font-weight: 700;
	}

	header .mob_head {
		height: auto;
	}

	header .mob_head .block_top .s1 a img {
		height: 35px;
	}

	header .mob_head .block_top {
		flex-wrap: wrap;
		height: auto;
		padding: 5px 0px;
	}

	header .mob_head .block_top .text span {
		display: none;
	}
	
	header .mob_head .block_top .s1 {
		/* display: none; */
		width: calc(100% - 110px);
	}

	header .mob_head .block_phone .phone2 {
		font-size: 18px;
		margin: 0px 0px 0px 10px;
	}

	header .mob_head .block_phone .button {
		width: 48%;
		padding: 0px 5px;
		margin: 0;
		font-size: 15px;
	}
	
	header nav {
		position: absolute;
		right: 0;
		top: 8px;
		height: 0;
		width: 0;
	}

	header nav .container {
		padding: 0
	}
	
	header nav #popout_nav {
		position: fixed;
		height: calc(100% - 50px);
		width: 400px;
		background: rgb(51 51 51 / 95%);
		color: white;
		top: 50px;
		right: -400px;
		overflow: auto;
		z-index: 9999;
	}
		
	header nav #toggle_nav {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		width: 59px;
		height: 50px;
		top: 0;
		right: 0;
		border-left: 1px dotted rgba(0, 0, 0, .2);
	}
	
	header nav #toggle_nav i {
		display: flex;
		width: 100%;
		height: 100%;
		cursor: pointer;
		transition: 0.1s linear;
	}
		
	header nav #toggle_nav.menu_close i {
		background: url(images/menu.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 30%;
	}
	
	header nav #toggle_nav.menu_open i {
		background: url(images/close.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 60%;
	}
	
	header nav ul {
		padding: 20px 20px 20px 20px;
		flex-direction: column;
	}

	header nav ul li {
		display: flex;
		width: 100%;
	}
	
	header nav ul li a {
		color: #ffffff;
		margin: 0px 0px 10px 0px;
		display: block;
		font-weight: 400;
		font-size: 16px;
	}

	header nav ul li.mob_link {
		display: inline-flex;
	}

	header .header_desktop .zvezda {
		/* display: none; */
		margin-top: -10px;
		width: 37%;
	}

	header .header_desktop .right .block_phone .email {
		display: none;
	}

	header .header_desktop .left {
		/* width: calc(100% - 60px); */
		width: 60%;
	}

	header .header_desktop .left .logo .flip {
		height: 40px;
	}

	header .header_desktop .left .text span {
		font-size: 14px;
	}

	header .header_desktop .left .text h1 {
		font-size: 16px;
	}

	header .header_desktop .right .block_phone .phone {
		margin: 0;
		font-size: 20px;
	}

	header .header_desktop .right .block {
		width: 42%;
	}

	header .header_desktop .right .block_phone {
		width: 56%;
	}

	header .mob_head .block_phone {
		width: 100%;
		justify-content: space-between;
		margin-top: 5px;
	}

	.banner {
		padding: 160px 0px 30px 0px;
	}

	.banner .left {
		width: 100%;
		margin-bottom: 20px
	}

	.banner .right {
		width: 100%;
	}

	.banner .right .form-zayavka input[type=submit] {
		width: 100%;
	}

	.home_sections h2 {
		font-size: 22px;
	}

	.home_sections .text_title {
		font-size: 16px;
	}

	.home_sections .waypoint .items .block {
		width: 48%;
	}

	.home_sections .waypoint .items .block .img_circle {
		width: 50px;
		height: 50px;
	}

	.home_sections .waypoint .items .block .img_circle img {
		width: 32px;
	}

	.home_sections .we_do_all .catalog .img_container {
		height: 150px
	}

	.home_sections .we_do_all .catalog .img_container .name {
		font-size: 16px;
		line-height: 1
	}

	.home_sections .block_price .tab-pane table tr:first-child {
	    display: none;
	}

	.home_sections .block_price .tab-pane table tr {
	    display: block;
	    margin-bottom: 10px;
	}

	.home_sections .block_price .tab-pane table td.name {
		background: #cee00245 !important;
	}

	.home_sections .block_price .tab-pane table td {
	    display: block;
	    text-align: center;
	    width: 100%;
	    font-size: 15px;
	}

	.home_sections .block_price .tab-pane table td:nth-of-type(1) {
		background: #fafafb;
	}

	.home_sections .block_price .tab-pane table td:nth-of-type(2),
	.home_sections .block_price .tab-pane table td:nth-of-type(3) {
		width: 100%;
		border-top: 1px solid #fafafb;
	}

	.home_sections .price_material table thead tr {
		margin-bottom: 0px;
	}

	.home_sections .price_material table th {
		display: none;
	}

	.home_sections .price_material table th:first-child {
		display: block;
		width: 100%;
	}
  
  	.home_sections .price_material table tr {
    	display: block;
    	margin-bottom: 10px;
   }
  
	.home_sections .price_material table td {
    	display: block;
    	text-align: right;
	}

	.home_sections .price_material table td:first-child {
		background: #fafafb;
		text-align: center;
		font-size: 14px;
		text-transform: uppercase;
	}
  
	.home_sections .price_material table td::before {
	    content: attr(data-label);
	    float: left;
	    font-size: 13px;
	    text-transform: uppercase;
	}

	.home_sections .master .master_img {
		display: none;
	}

	.home_sections .master .blocks {
		width: 100%;
	}

	.home_sections .master .blocks .block_text .title_small {
		font-size: 18px;
	}

	.home_sections .master .blocks .block_text .title_big {
		font-size: 28px;
	}

	.home_sections .master .form_master .wpcf7-form-control-wrap[data-name='agree'] {
		display: none;
	}

	.home_sections .why_we .blocks .item {
		width: 100%;
	}

	.home_sections .portfolio_list .portfolio_item {
		width: 49%;
	}

	.home_sections .our_team .team {
		width: 48%;
	}

	.home_sections .our_team .team .img {
		height: 250px;
	}

	.home_sections .providers .container .left {
		width: 100%;
	}

	.home_sections .providers .container .right {
		width: 100%;
	}

	.home_sections .providers .swiper {
		margin: 20px 0px 20px 0px;
	}

	.home_sections .reviews_blocks .youtube,
	.home_sections .reviews_blocks iframe {
		height: 155px;
	}

	.home_sections .reviews .audio_block .block {
		width: 100%;
		margin-bottom: 10px;
	}

	.home_sections .question .items_container .item {
		width: 100%;
		margin-bottom: 40px
	}

	.home_sections .question .lozung {
		font-size: 20px;
		margin-top: 0;
	}

	.home_sections .dogovor .blocks .item:first-child,
	.home_sections .dogovor .blocks .item:last-child{
		width: 100%;
	}

	.home_sections .oplata .blocks .items {
		width: 100%;
		margin-bottom: 20px
	}

	.home_sections .oplata .blocks .credit_partner .img_op img {
		width: 31%;
	}

	.home_sections .map {
		display: flex;
		flex-direction: column;
		height: auto;
	}

	.home_sections .map #map {
		order: 2;
	}

	.home_sections .map .absolute_map {
		position: relative;
		background: rgb(206 224 2);
		padding: 40px 0px;
	}

	.home_sections .absolute_map .block_info {
		display: none;
	}

	.home_sections .absolute_map .form {
		width: 100%;
		background: none;
		box-shadow: none;
		padding: 0;
		order: 1;
	}

	.home_sections .absolute_map h2 {
		color: #000000;
	}

	.home_sections .absolute_map .form input[type="submit"] {
		background: #fc3d54;
		box-shadow: 0 12px 20px rgb(252 61 84 / 0.2);
		color: #ffffff;
	}
	
	.home_sections .absolute_map .form input[type="submit"]:hover {
		background: #000000;
		box-shadow: 0 12px 20px rgb(0 0 0 / 20%);
		color: #ffffff;
	}

	.home_sections .rashet_cal form .contl,
	.home_sections .rashet_cal form .contr {
		width: 100%;
	}

	footer .footer_desktop .blocks {
		flex-wrap: wrap;
	}

	footer .footer_desktop .blocks .item {
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}

	footer .footer_desktop .blocks .item:nth-child(1) {
		order: 3;
		text-align: center;
	}
	
	footer .footer_desktop .blocks .item:nth-child(2) {
		order: 2;
	}
	
	footer .footer_desktop .blocks .item:nth-child(3) {
		order: 1;
		text-align: center;
	}

	footer .footer_desktop .karta {
		margin: 0;
	}

	footer .footer_desktop .blocks .downm p {
		justify-content: center;
	}

	article .the_title {
		font-size: 22px;
	}

	article .more_single h3 {
		font-size: 22px;
	}

	article .more_single .blocks .block_post .post_img {
		height: 150px;
	}

	article .more_single .blocks .block_post .post_img img {
		width: 250px;
	}

	article .text_single .gallery_foto .block {
		width: 32.5%;
		height: auto;
	}

	article .vidy_rabot ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	article .last_work ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	article .glob_proekt .block .img_portf {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}

	article .glob_proekt .block .inf_portf {
		width: 100%;
		padding: 0px 20px;
	}

	article .glob_proekt .block .srok {
		width: 100%;
		text-align: left;
		margin-top: 10px;
		padding: 0px 20px 20px 20px;
	}

	article .glob_proekt .block .srok span {
		display: inline-flex;
	}

	article .text_single ul li {
		width: 100%;
	}

	.home_sections .portfolio_list .portfolio_item a {
		font-size: 14px;
		font-weight: 500;
	}

	.call_all .wpcf7 {
		background: none;
		padding: 0px 10px;
		width: 100%;
	}

	#fancybox-wrap .wpcf7-response-output {
		position: relative;
		width: 100%;
		left: 0;
		bottom: 10px;
	}

	.banner .right .form-zayavka .wpcf7-response-output {
		box-shadow: 0px 0px 20px 0 rgb(41 46 51 / 60%) !important;
		background: #ffffff;
		bottom: -80px;
		color: #000000;
		padding: 10px;
	}

	.home_sections .rashet_cal .wpcf7-response-output {
		width: 100%;
		bottom: -80px;
	}

	.home_sections .master .form_master .wpcf7-response-output {
		width: 100%;
		bottom: -70px;
	}

	.home_sections .absolute_map .form .wpcf7-response-output {
		width: 100%;
		right: 0;
		bottom: -80px;
	}

	article .page_contact .block:first-child {
		width: 100%;
		margin-bottom: 20px;
	}

	article .page_contact .block:last-child {
		width: 100%;
	}

	.left_buttons {
		bottom: 1%;
		top: unset;
		transform: unset !important;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 96%;
		left: 2%;
		display: none;
	}

	.left_buttons .block {
		width: 49%;
	}

	.left_buttons .block a {
		width: 100%;
		border-radius: 10px;
		position: relative;
	}

	.left_buttons .block:first-child a {
		margin: 0;
	}

	footer .footer_desktop .karta .gorod button.el .dropdown a {
		width: 49%;
	}
	
	#wpforo #wpforo-wrap .wpf-topic-navi .wpf-forum-jump select {
		width: 100%;
	}
}

@media all and (max-width: 420px) {
	header .header_desktop .right .block a {
		font-size: 14px;
	}

	header .header_desktop .right .block_phone .phone {
		font-size: 19px;
		font-weight: 500;
	}

	header .header_desktop .left .text span {
		display: none;
	}

	header .header_desktop .left .text h1 {
		font-size: 15px;
	}

	header .mob_head .block_phone .phone2 {
		font-size: 19px;
		font-weight: 700;
	}

	header .mob_head .block_phone .button {
		font-size: 14px;
		font-weight: 500;
		padding: 0px 10px;
		height: 30px;
	}

	article .more_single .blocks .block_post .post_img {
		height: 120px;
	}

	.home_sections .we_do_all .catalog .img_container .name {
		font-size: 15px;
		font-weight: 500;
	}

	.home_sections .we_do_all .catalog .price {
		font-size: 15px;
		font-weight: 500;
	}

	.home_sections .master .blocks .block_text .title_small {
		font-size: 15px;
	}

	.home_sections .master .blocks .block_text .title_big {
		font-size: 22px;
	}

	.home_sections .master .blocks .block_text {
		width: 45%;
	}

	.home_sections .master .blocks .form_master {
		width: 52%;
	}

	.home_sections .master .form_master input[type="submit"] {
		font-size: 15px;
	}

	.home_sections .reviews_blocks .youtube,
	.home_sections .reviews_blocks iframe {
		height: 200px;
	}

	.home_sections .reviews_blocks .youtube img {
		height: auto;
		width: auto;
	}
}

h2.va {
	font-size: 18px;
	text-align: center;
	margin: -20px 0px 40px 0px;
}

.blocks_vacans {
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
}

.blocks_vacans .why_block {
	display: flex;
	flex-wrap: wrap;
	width: 24%;
	margin: 0px 1.2% 1.2% 0%;
	position: relative;
	background: #ffffff;
	text-align: center;
	box-shadow: 0 2px 15px rgb(0 0 0 / 7%);
}

.blocks_vacans .why_block:nth-child(4n) {
	margin: 0px 0px 1% 0%;
}

.blocks_vacans .why_block a {
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
	width: 100%;
}

.blocks_vacans .why_block:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	background: url(images/cellbg2.jpg);
	border-radius: 50%;
	z-index: -1;
	right: -12px;
	top: -10px;
}

.blocks_vacans .why_block .block_img {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	height: 200px;
	overflow: hidden;
	display: none;
}

.blocks_vacans .why_block:nth-child(9) .block_img,
.blocks_vacans .why_block:nth-child(10) .block_img {
	align-items: center;
}

.blocks_vacans .why_block .block_img img {
	width: 100%;
}

.blocks_vacans .why_block:nth-child(9) .block_img img,
.blocks_vacans .why_block:nth-child(10) .block_img img {
	width: 160%;
}

.blocks_vacans .why_block .descr {
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	padding: 20px;
	height: 160px;
}

.blocks_vacans .why_block .descr p {
	font-weight: 400;
	font-size: 15px;
	margin: 0px 0px 10px 0px;
	line-height: 1;
	color: #000000;
	text-transform: lowercase;
}

.blocks_vacans .why_block .descr span {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #cee002;
    box-shadow: 0 12px 20px rgb(206 224 2 / 20%);
	border-radius: 5px;
	margin: 0 auto;
	width: 100%;;
	cursor: pointer;
	font-size: 14px;
	color: #000000;
	text-align: center;
	height: 40px;
	transition: 0.2s linear;
	border: none;
}

.blocks_vacans .why_block .descr h3 {
	font-weight: 600;
	line-height: 1;
	font-size: 17px;
	margin: 0px 0px 20px 0px;
	color: #fc3d54;
}

.blocks_vacans .why_block:hover span {
	background: #fc3d54;
	box-shadow: 0 12px 20px rgb(252 61 84 / 0.2);
	color: #ffffff;
}

.banner_single p {
	width: 100%;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 600;
}

.banner_single h1 {
	width: 100%;
	font-size: 25px;
	color: #fc3d54;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 30px;
}

.desc_single {
	margin: 60px 0px;
}

.desc_single h2 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 50px 0 50px;
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	flex-direction: column;
}

.desc_single h2 span {
	font-size: 25px;
}

.desc_single .blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.desc_single .blocks .block {
	width: 48%;
	margin-bottom: 50px
}

.desc_single .blocks .block .title {
	font-size: 16px;
	margin: 0px 0px 20px 0;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
}

.desc_single .blocks .block li {
	position: relative;
	font-weight: 300;
	line-height: 1.2;
	font-size: 16px;
	margin-bottom: 5px;
	padding-left: 60px;
}

.desc_single .blocks .block li:after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background: #000000;
	border-radius: 50%;
	left: 25px;
	top: 50%;
	margin-top: -5px;
}

.desc_single .blocks .appeal {
	width: 100%;
}

.desc_single .blocks .appeal .title {
	font-size: 20px;
	margin: 0px 0px 30px 0;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
}

.desc_single .blocks .appeal li {
	position: relative;
	font-weight: 300;
    line-height: 1.2;
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 60px;
}

.desc_single .blocks .appeal li:after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background: #000000;
	border-radius: 50%;
	left: 25px;
	top: 50%;
	margin-top: -5px;
}

.desc_single .blocks .info {
	display: flex;
	text-align: center;
	flex-direction: column;
	width: 100%;
}

.desc_single .blocks .info p {
	font-weight: 600;
    font-size: 20px;
	text-transform: uppercase;
}

.forma_single {
	background: #f1f3f4 url(images/businesswoman.png);
	padding: 40px 0px;
	background-position: left 15% bottom;
	background-size: auto 95%;
	background-repeat: no-repeat;
	margin-bottom: -60px;
}

.forma_single .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.forma_single .center {
	width: 33%;
}

.forma_single .left {
	width: 34%;
	padding: 30px 40px 30px 40px;
	box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
	background: #ffffff;
	border-radius: 0px;
	position: relative;
}

.forma_single .left h2 {
	ffont-size: 25px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #fc3d54;
	line-height: 1;
	margin-bottom: 30px;
}

.forma_single .left form {
	display: flex;
	width: 100%;
	margin: 0 auto;
}

.forma_single .wpcf7-form p {
	width: 100%;
	display: flex;
	text-align:center;
	margin: 0px auto 0px auto;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}

.forma_single .wpcf7-form p span.wpcf7-spinner {
	display: none;
}

.forma_single .wpcf7-form p span input {
	font-size: 14px;
	padding: 10px;
	border-radius: 5px;
	width: 100%;
	color: #000000;
	margin-bottom: 10px;
	border: 1px solid #f1f1f1;
}

.forma_single .wpcf7-form p input[type="submit"] {
	background: #cee002;
    box-shadow: 0 12px 20px rgb(206 224 2 / 20%);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
	cursor: pointer;
	font-size: 16px;
	color: #000000;
	text-align: center;
	height: 40px;
	transition: 0.2s linear;
	border: none;
}

.forma_single .wpcf7-form p input[type="submit"]:hover {
	background: #fc3d54;
	box-shadow: 0 12px 20px rgb(252 61 84 / 0.2);
	color: #ffffff;
}

.forma_single .wpcf7-form .wpcf7-response-output {
	width: 100%;
	margin: 10px 0px 0px 0px;
	box-shadow: 0px 0px 20px 0 rgb(41 46 51 / 60%) !important;
	border: none !important;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	padding: 10px 5px !important;
	position: absolute;
	right: 0;
	bottom: -70px;
	color: #000000;
	text-align: center;
	background: #ffffff;
}

.forma_single .right h2 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	color: #fc3d54;
}

.forma_single .right p {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 20px;
}

.forma_single .right {
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.text_single {
	margin: 40px 0px
}

.text_single p {
	font-size: 15px;
	margin: 0 0 20px 0px;
	font-weight: 400;
}

.text_single a {
	color: #fc3d54;
}

@media all and (max-width: 768px) {
	.blocks_vacans .why_block {
		width: 32%;
	}
	
	.blocks_vacans .why_block:nth-child(4n) {
		margin: 0px 1.2% 1.2% 0%;
	}
	
	.blocks_vacans .why_block:nth-child(3n) {
		margin: 0px 0px 1% 0%;
	}

	.forma_single .container {
		flex-direction: column-reverse;
		align-items: flex-end;
	}

	.forma_single .left {
		width: 50%
	}

	.forma_single .right {
		width: 50%;
		margin-bottom: 20px;
	}

	.toolBar {
		display: flex;
	}
}

@media all and (max-width: 600px) {
	.blocks_vacans .why_block {
		width: 49%;
		margin: 0px 0% 2% 0%;
	}

	.blocks_vacans {
		justify-content: space-between;
	}

	.blocks_vacans .why_block:nth-child(4n) {
		margin: 0px 0% 2% 0%;
	}
	
	.blocks_vacans .why_block:nth-child(3n) {
		margin: 0px 0px 2% 0%;
	}

	.blocks_vacans .why_block .descr {
		height: 100%;
	}

	.forma_single .left {
		width: 100%
	}

	.forma_single .right {
		width: 100%;
		margin-bottom: 20px;
	}

	.forma_single {
		background: #f1f3f4;
	}

	.desc_single h2 {
		font-size: 25px;
		font-weight: 700;
		text-transform: uppercase;
		margin: 50px 0 50px;
		width: 100%;
		display: flex;
		justify-content: center;
		text-align: center;
		flex-direction: column;
	}
	
	.desc_single h2 span {
		font-size: 18px;
	}
	
	.desc_single .blocks .block {
		width: 100%;
		margin-bottom: 30px
	}

	.new_cen_abs {
		display: flex !important;
		position: fixed;
		bottom: 1%;
		width: 96%;
		left: 2%;
		z-index: 999;
	}

	.new_cen_abs a {
		background: #fc3d54;
		box-shadow: 0 12px 20px rgb(0 0 0 / 15%);
		display: flex;
		height: 50px;
		text-align: center;
		width: 100%;
		align-items: center;
		justify-content: center;
		border-radius: 10px;
		transition: 0.2s linear;
	}

	.new_cen_abs span {
		display: inline-flex;
		align-items: center;
		text-align: center;
		border: none;
		color: #ffffff;
		text-transform: uppercase;
		transition: 0.5s all ease;
		font-size: 12px;
		position: relative;
		font-weight: 500;
		line-height: 1;
		margin: 0px 0px 0px 20px;
	}

	.new_cen_abs i {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		background: #f1f3f4 url(images/businesswoman.png);
		background-size: 100%;
		border-radius: 50%;
	}

	.page_36 .left_buttons,
	.page_30 .left_buttons,
	.page_19 .left_buttons,
	.page_28 .left_buttons,
	.page_10649 .left_buttons,
	.page_25 .left_buttons,
	.page_32 .left_buttons,
	.page_10650 .left_buttons,
	.page_42 .left_buttons,
	.page_34 .left_buttons,
	.page_10646 .left_buttons {
		display: none !important;
	}
	
	#fancybox-wrap {
		top: 15px !important;
	}
}