/*------------------------------------------------------------------------------
 ******************* Файл пользовательских стилей: style.css *******************
 ******************* Собственность компании WEBBERRIES *************************
 ******************* https://webberries.ru (C) 2018-2019 ***********************
 ******************* Для вопросов: webberries@yandex.ru ************************
 ******************* Дата обновления: 30.10.2019 *******************************
-------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
 ******************* ВСПОМОГАТЕЛЬНЫЕ СТИЛИ *************************************
-------------------------------------------------------------------------------*/

/*
Для изменения цвета элементов - раскомментировать и поменять со стандартных на нужные:
*/
/*------------------------------------------------------------------------------
		a:link {color: #006699; text-decoration: underline; }
		a:visited {color: #006699; text-decoration: underline; }
		a:active {color: #006699; text-decoration: underline; }
		a:hover {color: #009999; text-decoration: none; }

		body {
			background: #f5f5f5;
		}

		input[type=text], textarea, input[type=password], select {
			border: 1px solid #c5c5c5;
			border-radius: 2px;
		}

		input[type=submit] {
			background: #4CAF50;
			color: #fff;
			border-radius: 2px;
		}
		input[type=submit]:hover {
			background: #2E7D32;
		}
-------------------------------------------------------------------------------*/

/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

html, body, h1, h2, h3, h4, h5, h6, div, span, input, textarea, table, td {
	font-family: 'Montserrat', sans-serif;
}


.superCaptcha {
	display: inline-block !important;
	width: 50px;
	max-width: 50px;
	height: 40px;
	line-height: 38px;
	text-align: center;
}

.superCaptchaLabel {
	width: 100px;
	height: 40px;
	line-height: 40px;
	display: inline-block !important;
}



.ob-5 {
  position: relative;
  width: calc(100% + 10px);
  right: 5px;
}
.ob-10 {
  position: relative;
  width: calc(100% + 20px);
  right: 10px;
}
.ob-15 {
  position: relative;
  width: calc(100% + 30px);
  right: 15px;
}
.ob-20 {
  position: relative;
  width: calc(100% + 40px);
  right: 20px;
}
.ob-25 {
  position: relative;
  width: calc(100% + 50px);
  right: 25px;
}
.ob-30 {
  position: relative;
  width: calc(100% + 60px);
  right: 30px;
}

.ob-40 {
  position: relative;
  width: calc(100% + 80px);
  right: 40px;
}

.ob-50 {
  position: relative;
  width: calc(100% + 100px);
  right: 50px;
}



.custom-btn2 {
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    position: relative;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.custom-btn2:after {
    content: "";
    display: block;
    width: 60px;
    height: 1000px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.2) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.2) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: 0px;
    top: -500px;
    z-index: 1;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


.last-project-image {
	float: left;
	width: calc(20% - 10px);
	margin: 5px;
}
.last-project-image:before { 
	content: ""; 
	padding-top: 100%; 
	float: left; 
}
.plus10px {
	width: calc(100% + 10px);
	position: relative;
	right: 5px;
}

@media screen and (max-width: 479px) {
	.last-project-image {
		width: calc(33.333333% - 10px);
	}
}



.last-project-attention {
	width: 0;
	height: 200px;
	background: #fff;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 6px 0 0 6px;
	right: 0;
	z-index: 955555;
	box-shadow: 0 3px 6px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.13);
	overflow: hidden;
}
.last-project-attention .inside-box {
	padding: 20px;
	min-width: 300px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.last-project-attention .close-box {
	min-width: 300px;
	position: absolute;
	top: 0;
}

.last-project-attention .close-last-project-attention {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 20px;
	color: #ccc;
	font-size: 0.8em;
	cursor: pointer;
}



/*------------------------------------------------------------------------------
 ******************* HEADER ****************************************************
-------------------------------------------------------------------------------*/


header {
	padding: 0;
	position: relative;
	z-index: 888;
}

header .top {
	height: 50px;
	background: rgba(0, 0, 0, .75);
	line-height: 47px;
	position: relative;
	color: #fff;
	z-index: 10;
}

header .top .location,
header .top .email {
	display: inline-block;
	font-size: 0.8em;
}
header .top .location i,
header .top .email span {
	font-size: 1.5em;
	font-weight: bold;
	color: #FF8F00;
	position: relative;
	top: 2px;
}

header .top .email {
	margin-left: 30px;
	color: #FF8F00;
	font-weight: bold;
}

header .top .prorabof-enter {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-size: 0.8em;
	cursor: pointer;
}

header .top .prorabof-enter i {
	color: #FF8F00;
}

div.prorabof-enter-overlay {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999999;
	overflow: visible;
}

div.prorabof-enter-overlay .container {
	position: relative;
	overflow: visible;
}

div.prorabof-enter-overlay .prorabof-enter-form {
	width: 300px;
	padding: 20px;
	z-index: 10000;
	position: absolute;
	top: 70px;
	right: 0;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.13);
	border-radius: 6px;
	text-align: center;
}

div.prorabof-enter-overlay .prorabof-enter-form p {
	padding: 0;
	margin: 0 0 20px 0;
	font-weight: bold;
	text-align: center;
	font-size: 0.8em;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div.prorabof-enter-overlay .prorabof-enter-form input[type=text],
div.prorabof-enter-overlay .prorabof-enter-form input[type=password] {
	padding: 6px 12px;
	border-radius: 6px;
	font-size: 0.8em;
	font-weight: bold;
}

div.prorabof-enter-overlay .prorabof-enter-form .button-enter {
	display: inline-block;
	border-radius: 6px;
	font-size: 0.7em;
	
	text-transform: uppercase;
	line-height: 1px;
	background:#FF8F00;
	color: #fff;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	padding: 0 22px;
	font-weight: bold;
}

div.prorabof-enter-overlay .prorabof-enter-form .close {
	font-size: 0.8em;
	color: #232323;
	margin-top: 20px;
	cursor: pointer;
}

header .logo-place {
	height: 160px;
	background: transparent;
	line-height: 160px;
	position: relative;
	z-index: 10;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
}

header .logo-place .logo {
	/*font-family: 'Ubuntu', sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	color: #ff8f00;*/
	display: inline-block;
	height: 160px;
	width: 250px;
	background: url(/images/default/logo-old.png) left center / contain no-repeat;
	position: relative;
	top: 0px;
}

header .logo-place .calc {
	display: inline-block;
	vertical-align: top;
	height: 160px;
	line-height: 170px;
	margin-left: 150px;
	padding: 0 10px;
}

header .logo-place .icon,
header .logo-place .text {
	display: inline-block;
	line-height: 1.5;
	font-size: 0.8em;
}

header .logo-place .text {
	margin-left: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

header .logo-place .calc i {
	font-size: 3em;
	color: #ff8f00;
}

header .logo-place .order {
	display: inline-block;
	vertical-align: top;
	height: 160px;
	line-height: 170px;
	margin-left: 30px;
	padding: 0 10px;
}

header .logo-place .order i {
	font-size: 3em;
	color: #ff8f00;
}

header .logo-place .order:hover, header .logo-place .calc:hover {
	cursor: pointer;
	transition: 0.5s;
	background: ;
}

header .logo-place .phone {
	display: inline-block;
	vertical-align: top;
	height: 160px;
	float: right;
}

header .logo-place .phone .phone-container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1.3;
	text-align: right;
}

header .logo-place .phone .phone-number {
	font-size: 2em;
	font-weight: bold;
	display: inline-block;
}
header .logo-place .phone .phone-number i {
	color: #ff8f00;
}
header .logo-place .phone .graphik {
	font-size: 0.7em;
	color: #ccc;
	display: inline-block;
}

header .logo-place .phone .phone-number-2 {
	font-size: 1.5em;
	display: inline-block;
}
header .logo-place .phone .phone-number-2 i {
	color: #ff8f00;
}
header .logo-place .phone .callback {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #fff;
	background: #ff8f00;
	padding: 5px 12px;
	display: inline-block;
	font-weight: 600;
	text-decoration: none;
	margin-top: 8px;
	transition: 0.5s;
	border-radius: 8px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
}
header .logo-place .phone .callback:hover {
	text-decoration: none;
	cursor: pointer;
	background: #E65100;
}



header .action-con {
	position: relative;
	z-index: 100;
	padding: 25px 0;
	text-align: center;
}

header .action-con .img {
	position: relative;
	top: 25px;
	bottom: 25px;
}

header .action-con .img img {
	display: block;
	margin:  0 auto;
	max-height: 270px;
}

header .action-con p {
	color: #fff;
	margin-top: 15px;
	font-size: 1.0em;
	text-align: center;
}

header .action-con .btn-go {
	display: inline-block;
	border-radius: 6px;
	font-size: 1em;
	text-transform: uppercase;
	line-height: 1px;
	background:#FF8F00;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	height: 60px;
	line-height: 60px;
	padding: 0 32px;
	margin-top: 15px;
	font-weight: bold;
}



header .video {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

header .video video {
	width: 100%;
}
header .video:after {
	content: "";
	position: absolute;
	z-index: 20;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
}



section.mobile-menu {
	display: none;
}

div.mobile-menu-links {
	display: none;
}
/*
section.menu {
	height: 50px;
	background: #2d384b;
	line-height: 50px;
}

section.menu .container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

section.menu .menu--btn {
	color: #fff;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0 7px;
	transition: 0.5s;
}

section.menu .menu--btn:hover {
	background: rgba(255,255,255,0.2);
	transition: 0.5s;
}

*/

header .menu-con {
	height: 50px;
	line-height: 50px;
	background: rgba(0, 0, 0, .25);
	position: relative;
	z-index: 10;
}

header .menu-con .container {
	text-align: center;
}

header .menu-con .menu--btn {
	display: inline-block;
	margin:  0 10px;
	font-size: 0.7em;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	transition: 0.2s;
	position: relative;
	top: -1px;
}

header .menu-con .menu--btn:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	background: transparent;
	transition: 0.2s;
}

header .menu-con .menu--btn:hover:after {
	background: #ff8f00;
	height: 4px;
}


header .menu-con .menu--btn:hover {
	color: #ff8f00;
}



section.slider {
	padding: 0;
}
section.slider div.bxslider {
	height: 360px;
	position: relative;
}

section.slider div.bxslider .slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

section.slider div.bxslider .slide--about {
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	bottom: 0;
	width: 40%;
	z-index: 3;
}
section.slider div.bxslider .slide--about p {
	font-size: 1.5em;
	color: #fff;
	font-weight: bold;
	text-transform: none;
	padding: 0;
	margin: 0;
}

section.slider div.bxslider .slide--btn {
	margin-top: 20px;
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	background: #ff8f00;
	font-size: 0.8em;
	font-weight: bold;
	border-radius: 6px;
	text-align: center;
}

section.slider div.bxslider .slide--image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}


section.slider .slide--overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	background: linear-gradient(90deg, rgba(45,56,75,.8) 0%, rgba(45,56,75,0) 50%);
}




section.slider-static {
	padding: 50px 0;
	position: relative;
	background: url(/images/slider/prorabof-people-1.jpg) center center / cover;
}

section.slider-static .container {
	z-index: 20;
	position: relative;
}

section.slider-static .container img {
	width: 40%;
}

section.slider-static .overlay-1 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(90deg, rgba(255,255,255,.95) 30%, transparent 80%);
	z-index: 10;
}

section.slider-static h2 {
	font-size: 4.5em;
	font-weight: bold;
	text-align: left;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}

section.slider-static h2 span {
	color:  #ff8f00;
	text-shadow: unset !important;
	font-size: 2em !important;
}

section.slider-static p {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	font-size: 1.5em;
}

section.slider-static p span {
	color: #ff8f00;
	text-shadow: unset !important;
	font-size: 1em !important;
} 


section.main {
	padding: 20px 0;
}

section.main .leftside {
	width: 300px;
	float: left;
}

section.main .rightside {
	width: calc(100% - 330px);
	float: left;
	padding: 2px 0 0 0;
	margin-left: 30px;
}

/*** LEFTSIDE */

.zayavka {
	margin: 8px;
	padding: 15px; 
	border-radius: 6px;
	background: #fcfcfc;
	box-shadow: 0 3px 6px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.13);
}

.zayavka .header_z {
	padding: 0 20px;
	margin: 10px 0 20px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.zayavka .prorab_z {
	width: 84px;
	height: 84px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	border: 2px solid #069;
	margin-bottom: 10px;
}

.zayavka .prorab_name {
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.zayavka .prorab_st {
	text-align: center;
	font-size: 1em;
	padding: 0;
	margin: 0;
}

.zayavka .prorab_st span {
	color: #fff;
	background: #444;
	padding: 2px 5px;
	font-size: 0.7em;
}

.zayavka .phone_z {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

.zayavka .zayavka_new {
	padding: 10px 30px;
	font-size: 0.8em;
	color: #444;
	text-align: center;
}

.zayavka form {
	padding: 0 20px;
	text-align: center;
}

.zayavka form input[type=text] {
	border-radius: 6px;
	border: 1px solid #ccc;
	padding: 5px 8px;
}

.zayavka form .check_z {
	float: left;
	width: 30px;
}

.zayavka form .check_z_text {
	float: left;
	width: calc(100% - 30px);
	font-size: 0.8em;
	color: #444;
}

.zayavka form input[type=submit] {
	font-size: 0.8em;
	padding: 8px 12px;
	background: #ff8f00;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	margin-top: 20px;
	border-radius: 6px;
	margin-bottom: 10px;
}

section.main .leftside .button_under_z {
	padding: 10px;
	margin: 0 8px 10px 8px;
	background: #ff8f00;
	cursor: pointer;
	border-radius: 6px;
	overflow: hidden;
}

section.main .leftside .mrgn_button_under_z {
	margin-top: 20px;
}

section.main .leftside .button_under_z .left_btn {
	width: 40px;
	font-size: 2em;
	float: left;
	text-align: center;
	color: rgba(230,81,0,1);
}

section.main .leftside .button_under_z .right_btn {
	color: #fff;
	float: left;
	width: calc(100% - 60px);
	margin-left: 20px;
	padding: 0 10px 0 0;
	font-size: 1.0em;
	text-transform: uppercase;
}

section.main .leftside .family_banner_left {
	position: relative;
	margin: 20px 8px 0 8px;
	overflow: hidden;
	border-radius: 6px;
}

section.main .leftside .family_banner_left .text_banner_left {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255,255,255,0.7);
	font-size: 2em;
	font-weight: bold;
	color: #900;
	z-index: 3;
	text-align: center;
	padding: 10px;
	border-radius: 6px;
}

section.main .leftside .family_banner_left .overflow_banner_left {
	position: absolute;
	z-index: 2;
	background: rgba(0,0,0,0.2);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

section.main .leftside .family_banner_left img {
	position: relative;
	z-index: 1;
	display: block;
}

section.main .leftside .family_banner_left:hover .overflow_banner_left {
	transition: 0.5s;
	background: rgba(0,0,0,0.6);
}

section.main .leftside .family_banner_left:hover .text_banner_left {
	transition: 0.5s;
	background: rgba(255,255,255,1);
	color: red;
}







/** RIGTHSIDE **/

section.main .rightside h1, section.main .rightside h2 {
	text-transform: none;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
}

section.main .rightside .text_under_h1 {
	line-height: 1.3;
	padding: 10px 0;
	color: #444;
	font-size: 0.9em;
}

section.main .rightside .remont_main {
	display: block;
	border-radius: 6px;
	margin-bottom: 20px;
}

section.main .rightside .ramka {
	width: calc(100% + 30px);
	position: relative;
	left: -15px;
}

section.main .rightside .ramka .other_works {
	padding: 0 15px;
	text-align: right;
	font-size: 0.8em;
}

section.main .rightside .ramka .other_works a {
	cursor: pointer;
	color: #069;
}

section.main .rightside .remont_works {
	position: relative;
	padding-bottom: 25%;
}

section.main .rightside .remont_works .image_works {
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	overflow: hidden;
	border-radius: 6px;
}

section.main .rightside .remont_works .more_works {
	display: inline-block;
	opacity: 0;
	padding: 12px 24px;
	background: #ff8f00;
	color: #fff;
	font-size: 0.8em;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 6px;
	z-index: 2;
}

section.main .rightside .remont_works .overflow_works {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(45,56,75,0);
	z-index: 1;
}

section.main .rightside .remont_works .adress_works {
	position: absolute;
	bottom: 0;
	background: rgba(255,255,255,0.5);
	color: #111;
	text-align: center;
	font-size: 0.9em;
	padding: 5px;
	left: 0;
	right: 0;
}

section.main .rightside .remont_works:hover .more_works {
	opacity: 1;
	transition: 0.5s;
}

section.main .rightside .remont_works:hover .overflow_works {
	background: rgba(45,56,75,0.5);
	transition: 0.5s;
}

section.main .rightside .remont_works .more_works:hover {
	cursor: pointer;
	background: rgba(230,81,0,1);
	transition: 0.5s;
}





section.main .rightside div.quiz_main, section.main .rightside div.quiz_overlay {
	width: calc(100% + 20px); 
	position: relative; 
	right: 10px;
}

section.main .rightside div.quiz_main h3 {
	color: rgba(230,81,0 ,1);
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: none;
}

section.main .rightside div.quiz_main .quiz_btn img {
	border-radius: 6px;
	display: block;
	margin-bottom: 10px;
}

section.main .rightside div.quiz_main .quiz_btn {
	font-weight: bold;
	font-size: 1.1em;
}

section.main .rightside div.quiz_main .next-btn {
	background: rgba(2,119,189 ,1);
	padding: 14px 28px 14px 32px;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.8em;
	display: inline-block;
	cursor: pointer;
	border-radius: 6px;
	position: relative;
	right: 10px;
}

section.main .rightside div.quiz_main .next-btn i {
	font-size: 1.2em;
}

section.main .rightside div.quiz_main .right_info p {
	font-size: 0.8em;
	color: #444;
	line-height: 1.5;
	padding: 0 20px;
	text-align: justify;
}

section.main .rightside div.quiz_main .prorab_quiz  {
	background: transparent;
	overflow: hidden;
	padding: 0 0 15% 0;
	/*border: 1px solid #ccc;*/
	background: #cfcfcf;
	position: relative;
	clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
}

section.main .rightside div.quiz_main .prorab_quiz img {
	width: 84px;
	height: 84px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	
	margin-bottom: 0px;
}

section.main .rightside div.quiz_main .prorab_quiz .prorab_quiz_name {
	position: absolute; 
	top: 35%; 
	left: 50%; 
	transform: translateY(-50%);
}

section.main .rightside div.quiz_main .prorab_quiz .prorab_name {
	text-align: left;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

section.main .rightside div.quiz_main .prorab_quiz .prorab_st {
	text-align: left;
	font-size: 1em;
	padding: 0;
	margin: 0;
}

section.main .rightside div.quiz_main .prorab_quiz .prorab_st span {
	color: #fff;
	background: #444;
	padding: 2px 5px;
	font-size: 0.7em;
}

section.main .rightside div.quiz_main .sub_h3 {
	margin-left: 10px;
	font-size: 0.8em;
	color: #444;
}

section.main .rightside div.quiz_final img {
	display: block;
	margin: 0 auto;
	width: 50%;
	margin-top: 20px;
}

section.main .rightside div.quiz_final p {
	font-size: 1em;
	color: #111;
	margin: 10px;
}

section.main .rightside div.quiz_main h4 {
	font-size: 1.2em;
	text-transform: none;
	font-weight: bold;
}

section.main .rightside div.quiz_main div.quiz_bg {
	padding: 20px;
	background: #fff;
	overflow: hidden;
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 10px;
	border-radius: 6px;
	border: 1px solid #ccc;
}

section.main .rightside div.quiz_main input[type=submit] {
	font-weight: bold;
	background: #ff8f00;
	border-radius: 6px;
	font-size: 0.8em;
	display: block;
	width: 100%;
}

section.main .rightside div.quiz_main input[type=text] {
	border-radius: 6px;
}




section.s_content {
	margin-top: 30px;
}

section.s_content .breadcrumbs {
	margin-bottom: 30px;
	font-size: 0.8em;
	color: #777;

}

section.s_content h1 {
	text-transform: none;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0;
}


section.s_content.poleznoe h1 {
	text-transform: none;
	font-size: 2.2em;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}


section.s_content h2 {
	text-transform: none;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	margin: 20px 0 20px 0;
	padding: 0;
}

section.s_content h3 {
	text-transform: none;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	margin: 20px 0 20px 0;
	padding: 0;
}

section.s_content h4 {
	text-transform: none;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	margin: 20px 0 20px 0;
	padding: 0;
}

section.s_content h3.sub_header {
	text-transform: none;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	margin: 20px 0 20px 0;
	padding: 0;
}

section.s_content p.info {
	font-size: 0.9em;
	color: #232323;
	line-height: 1.8;
}

section.s_content p.text_info {
	font-size: 0.9em;
	color: #232323;
	line-height: 2;
}
section.s_content p.text_info2 {
	font-size: 0.7em;
	color: #444;
	line-height: 1.5;
}

section.s_content .leftside {
	width: calc(100% - 330px);
	float: left;
}

section.s_content .rightside {
	width: 300px;
	float: left;
	margin-left: 30px;
}


section.s_content .leftside .social_btn {
	width: 180px;
	height: 40px;
	line-height: 40px;
	font-size: 1.2em;
	color: #fff;
	border-radius: 6px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

section.s_content .leftside .social_btn_vk {
	background: rgb(19,71,168);
	background: linear-gradient(90deg, rgba(19,71,168,1) 0%, rgba(72,131,221,1) 100%);
}

section.s_content .leftside .social_btn_ins {
	background: rgb(194,21,81);
	background: linear-gradient(90deg, rgba(194,21,81,1) 0%, rgba(195,103,40,1) 100%);
	margin-left: 20px;
}

section.s_content .rightside .right-banner {
	display: block;
	overflow: hidden;
	border-radius: 6px;
	background: #fff;
}

section.s_content .rightside .right-banner img {
	display: block;
	margin-bottom: 0;
}

section.s_content .rightside .right-banner p {
	line-height: 1.8;
	font-size: 0.8em;
	padding: 20px 30px;
	margin: 0;
	color: #232323;
}



section.s_content .rightside .side-calculator {
	display: block;
	top: 0;
	left: 0;
	overflow: hidden;
	border-radius: 6px;
	background: #fff;
	padding: 20px;
}

section.s_content .rightside .side-calculator h2 {
	margin-top: 0;
	text-align: center;
}

section.s_content .rightside .side-calculator span {
	font-size: 0.8em;
	color: #444;
}

section.s_content .rightside .side-calculator input[type=text], section.s_content .rightside .side-calculator select {
	font-size: 0.9em;
	padding: 6px 12px;
	text-align: left;
	border-color: #ddd;
	border-radius: 6px;
}
section.s_content .rightside .side-calculator select {
	margin-bottom: 30px;
}

section.s_content .rightside .side-calculator input[type=submit] {
	display: inline-block;
	padding: 12px 20px;
	background: #ff8f00;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	border-radius: 6px;
}

section.s_content .leftside .s_service_container {
	width: calc(100% + 20px);
	position: relative;
	right: 10px;
}

section.s_content .leftside .s_service_container .s_service h3 {
	text-transform: none;
	font-size: 1.2em;
	text-align: left;
	margin-bottom: 10px;
}
section.s_content .leftside .s_service_container .s_service img {
	display: block;
}
section.s_content .leftside .s_service_container .s_service p {
	line-height: 1.8;
	font-size: 0.8em;
	margin: 0 0 30px 0;
	color: #232323;
	padding: 20px;
	background: #fff;
	border-radius: 0;
}

section.s_content .leftside .usl_btn {
	display: inline-block;
	margin-right: 20px;
	padding-bottom: 4px;
	border-bottom: 1px solid transparent;
	cursor: pointer;
	transition: 0.5s;
	font-weight: bold;
	color: #232425;
}

section.s_content .leftside .usl_btn:hover, section.s_content .leftside .usl_btn_on { 
	border-bottom: 1px solid #ff8f00;
	color: #000;
}

section.s_content .leftside .td_row {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0;
	display: flex;
	background: #fff;
}

section.s_content .leftside .td_row .td_header {
	width: calc(100% - 400px);
	padding: 20px 20px;
	text-align: left;
	font-weight: bold;
	border-top: 1px solid #ccc;

}

section.s_content .leftside .td_row .td_header_2 {
	width: 200px;
	padding: 20px 0;
	border-left: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #ccc;
}

section.s_content .leftside .td_row .td_cell {
	width: calc(100% - 400px);
	padding: 20px 20px;
	font-size: 0.8em;
}

section.s_content .leftside .td_row .td_cell_2 {
	width: 200px;
	padding: 20px 20px;
	border-left: 1px solid #ccc;
	text-align: center;
	font-size: 0.8em;
}

section.s_content .leftside .td_row .old_sum {
	font-size: 1em;
	color: red; 
	text-decoration: line-through;
	display: inline-block;
	margin-right: 10px;
}

section.s_content .leftside .table_container {
	clear: left; 
	margin-top: 10px;
}

section.s_content .leftside .prjs_container {
	width: calc(100% + 20px);
	position: relative;
	right: 10px;
	margin-top: 20px;
}

section.s_content .leftside .prjs_container .prjs_over {
	width: calc(33.333333% - 20px);
	padding: 0;
	margin: 10px;
	height: 220px;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
}

section.s_content .leftside .prjs_container .prjs_over .more_works {
	display: inline-block;
	opacity: 0;
	padding: 12px 24px;
	background: #ff8f00;
	color: #fff;
	font-size: 0.8em;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 6px;
	z-index: 2;
}

section.s_content .leftside .prjs_container .prjs_over .overflow_works {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(45,56,75,0);
	z-index: 1;
}

section.s_content .leftside .prjs_container .prjs_over .adress_works {
	position: absolute;
	bottom: 0;
	background: rgba(255,255,255,0.5);
	color: #111;
	text-align: center;
	font-size: 0.9em;
	padding: 5px;
	left: 0;
	right: 0;
}

section.s_content .leftside .prjs_container .prjs_over:hover .more_works {
	opacity: 1;
	transition: 0.5s;
}

section.s_content .leftside .prjs_container .prjs_over:hover .overflow_works {
	background: rgba(45,56,75,0.5);
	transition: 0.5s;
}

section.s_content .leftside .prjs_container .prjs_over .more_works:hover {
	cursor: pointer;
	background: rgba(230,81,0,1);
	transition: 0.5s;
}

section.s_content .leftside .prjs_img_over {
	width: calc(100% + 20px);
	position: relative;
	right: 10px;
}

section.s_content .leftside .prjs_img_over .b-3 {
	width: calc(33.333333% - 20px);
	padding: 0;
	margin: 10px;
	height: 96px;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
}
section.s_content .leftside .prjs_main_img {
	height: 220px; 
	border-radius: 6px; 
	overflow: hidden; 
	margin-bottom: 10px;
}

section.s_content .leftside .prjs_container h2 {
	margin: 0 0 10px 0;
}

section.s_content .leftside .prjs_container .text_info {
	border-radius: 6px;
	background: #fff;
	padding: 20px;
	line-height: 1.6;
	font-size: 0.8em;
}

section.s_content .leftside .prjs_container .sub_info {
	margin-top: 10px;
	padding: 20px 20px 20px 20px;
	line-height: 2;
	font-size: 0.9em;
}

section.s_content .leftside .prjs_container .summa_info {
	margin-top: 10px;
	padding: 20px;
	border-top: 1px solid #ddd;
	font-size: 1.2em;
	text-align: right;
}

footer {
	margin-top: 30px;
	background: #2d384b;
	padding: 20px 0;
	color: #f1f1f1;
}

footer .f_menu {
	line-height: 1.8;
	font-size: 1em;
	margin-bottom: 10px;
}

footer .f_menu i.fa {
	font-size: 0.5em;
	position: relative;
	bottom: 1px;
}


/****** REVIEWS ******/

section.s_content div.reviews {
	overflow: hidden;
}
section.s_content div.reviews_main .b-3f {
	padding: 20px 30px;
	background: transparent;
	border-radius: 6px;
	border: 1px dashed #111;
	margin: 15px;
	width: calc(66.66666% - 30px);
}
section.s_content div.reviews_main .b-3f p.info {
	font-size: 0.8em;
}
section.s_content div.reviews .b-2 {
	border: 1px solid #ccc;
	border-radius: 6px;
	background: #fff;
	padding: 15px;
	margin: 15px;
	width: calc(33.333333% - 30px);
}
section.s_content div.reviews .b-2 h3 {
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 1.2em;
	padding: 0 0 10px 0;
}
section.s_content div.reviews .b-2 img.stars {
	width: 30%;
}
section.s_content div.reviews .b-2 p.review {
	font-size: 0.8em;
	line-height: 1.6;
	padding: 10px;
	margin: 0;
	text-align: justify;
	color: #222;
}
section.s_content div.reviews .b-2 p.from {
	font-size: 0.7em;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	color: #555;
}
section.s_content div.reviews .b-2 p.from img {
	width: 14px;
	position: relative;
	top: 1px;
}



section.s_content .page_job h2.vacancy {
	background: rgba(230,81,0,1);
	color: #fff;
	padding: 10px 12px;
	margin: 0 0 12px 0;
}





section.s_content .etap_work {
	width: 70%;
	background: #fff;
	padding: 30px;
	float: left;
	border: 0 dashed rgba(230,81,0,1);
	border-radius: 50px;
	margin-bottom: 0px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.13);
}

section.s_content .etap_work h2 {
	color: rgba(230,81,0,1);
	margin: 0 0 20px 0;
	text-align: right;
}

section.s_content .right_work {
	float: right;
}

section.s_content .right_work h2 {
	text-align: left;
}

section.s_content .chevrondown {
	text-align: center;
	font-size: 2em;
	color: rgba(230,81,0,1);
}





.btn-more {
	margin-top: 10px;
	margin-bottom: 20px;
	display: block;
	padding: 10px ;
	color: #fff;
	background: #ff8f00;
	font-size: 0.8em;
	font-weight: bold;
	border-radius: 6px;
	text-align: center;
	cursor: pointer;
	transition: 0.5s;
}

.btn-more:hover {
	background: #E65100;
}

.btn-more-ins {
	margin-top: 10px;
	display: inline-block;
	padding: 10px 22px;
	color: #fff;
	background: #ff8f00;
	font-size: 0.8em;
	font-weight: bold;
	border-radius: 6px;
	text-align: center;
	cursor: pointer;
	transition: 0.5s;
}

.btn-more-ins:hover {
	background: #E65100;
}


.art-all {
	overflow: visible;
	padding: 20px 0;
}

.one-art {
	width: calc(33.333333% - 20px);
	margin: 0 10px 20px 10px;
	transition: 0.2s;
	cursor: pointer;
}

.one-art:hover {
	transform: scale(1.03);
}

.one-art:before {
	content: "";
	float: left;
	padding-top: 70%;
}

.one-art .art-date {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 10px;
	font-size: 0.8em;
	color: #fff;
	background: rgba(0,0,0,0.5);
}

.one-art .art-name {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	font-size: 1.2em;
	color: #fff;
	background: rgba(0,0,0,0.5);
}

.one-art:hover .art-name {
	background: rgba(0,0,0,0.85);
}





.btn-ruk {
	display: inline-block;
	padding: 0 28px;
	color: #fff;
	background: #039BE5;
	height: 50px;
	line-height: 50px;
	text-transform: ;
	font-size: 0.8em;
	cursor: pointer;
	overflow: hidden;
}

.btn-ruk-form-overlay {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.75);
	z-index: 99999999;
}

.btn-ruk-form {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 20%;
	left: 20%;
	background: #fff;
	padding: 30px;
	text-align: right;
}

.btn-ruk-form .close-btn {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #555;
	font-size: 1.4em;
	cursor: pointer;
}

.btn-ruk-form h3 {
	margin-top: 10px;
	margin-bottom: 20px;
}


.btn-ruk-form button {
	display: inline-block;
}

.btn-ruk-form textarea {
	height: 240px;
	padding: 20px;
	text-align: left;
}

.btn-ruk-form .left {
	padding-right: 5px;
}

.btn-ruk-form .right {
	padding-left: 5px;
}








.btn-whatsapp {
	position: fixed;
	z-index: 100002;
	bottom:  50px;
	left:  50px;
	width: 82px;
	height: 82px;
	border-radius: 50%;
	background: linear-gradient(35deg, #87d06a 0%, #4d8835 100%);
	overflow: visible;
}

.animated.delay-custom {
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
}

.btn-whatsapp .btn-whatsapp-overlay {
	position: absolute;
	top: -9px;
	left: -9px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgba(137, 209, 109, 0.25);
	z-index: 10;
}

.btn-whatsapp img {
	position: absolute;
	top:  50%;
	left:  50%;
	transform: translate(-50%, -50%);
	width: 58px;
	z-index: 1000;
}

.btn-whatsapp-ask {
	height: 64px;
	width: 200px;
	background: #fff;
	position: fixed;
	z-index: 100000;
	left:  150px;
	bottom: 59px;
	border-radius: 12px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	display: ;
	overflow: visible;
}

.btn-whatsapp-ask .angle {
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	width: 9px;
	height: 18px;
	position: absolute;
	top:  50%;
	transform: translateY(-50%);
	left:  -8px;
	background: #fff;	
}

.btn-whatsapp-ask .wa-con {
	min-width: 200px;
	height: 64px;
}

.btn-whatsapp-ask span {
	position: absolute;
	top:  50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	font-size: 0.8em !important;
	padding:  0 15px;
}









.price_v2 {
	padding: 50px 0;
}

.price_v2 .b-1.top {
	overflow: hidden;
	padding: 0;
}

.price_v2 .b-1.top .image-right {
	background: url(/images/2023/price-static-bg.gif) center center / contain no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 66.6666666%;
}

.price_v2 .b-3f {
	padding: 0 30px 0 0;
}

.price_v2 .b-3f h2 {
	font-size: 4.25em;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
}

.price_v2 .b-3f h2 span {
	font-size: 1em;
}

.price_v2 .b-3f h2 span.small {
	font-size: 0.5em;
	font-weight: 700;
}

.price_v2 .b-3f h2 span.color {
	display: inline-block;
	margin: 0 15px;
	position: relative;
}

.price_v2 .b-3f h2 span.color:before {
	content: "";
	position: absolute;
	top: -5px;
	right: -15px;
	bottom: -5px;
	left: -15px;
	border-radius: 20px;
	background: #ff9900;
	z-index: -1;
}

.price_v2 .b-3f .icon {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border: 2px solid rgb(2, 136, 209);
	background: linear-gradient(135deg, rgb(129, 212, 250) 0%, rgb(2, 136, 209) 100%);
	line-height: 98px;
	text-align: center;
	font-size: 4em;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
}

.price_v2 .b-3f .text {
	float: left;
	width: calc(100% - 125px);
	margin-left: 25px;
	margin-top: 10px;
}

.price_v2 .b-3f .text h3 {
	font-size: 1.5em;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.price_v2 .b-3f .text p {
	margin: 0;
	padding: 0;
	line-height: 2;
	font-size: 1.5em;
	font-weight: 400;
}

.price_v2 .b-3f .free {
	display: inline-block;
	margin: 50px 25px 10px 25px;
	position: relative;
	font-size: 3em;
	text-transform: uppercase;
	font-weight: 700;
}

.price_v2 .b-3f .free:before {
	content: "";
	position: absolute;
	top: -10px;
	right: -25px;
	bottom: -10px;
	left: -25px;
	border-radius: 20px;
	background: #ff9900;
	z-index: -1;
}

.price_v2 .b-3f p.next {
	margin-top: 10px;
	font-size: 1.82em;
}

.price_v2 .b-3f .btn-go {
	margin-top: 25px;
	border-radius: 0;
	background: rgb(67, 160, 71);
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding:  0 30px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
	font-size: 1em;
	text-transform: uppercase;
}



.price_v2 .ob-20  {
	margin-top: 100px;
}

.price_v2 .ob-20 .b-3 .ins {
	margin: 0 10px 10px 10px;
	background: rgba(0, 0, 0, .08);
	padding: 15px;
}

.price_v2 .ob-20 .b-3 .ins h3 {
	margin: 0;
	font-size: 1.75em;
	font-weight: 700;
}

.price_v2 .ob-20 .b-3 .ins .price-con {
	margin-top: 15px;
	margin-bottom: 25px;
	padding: 15px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.13);
}

.price_v2 .ob-20 .b-3 .ins .price-con .lined {
	text-decoration: line-through;
	color: #777;
	font-size: 0.9em;
}

.price_v2 .ob-20 .b-3 .ins .price-con .price-vol {
	font-size: 2.25em;
	font-weight: 700;
	color: rgb(230, 81, 0);
}

.price_v2 .ob-20 .b-3 .ins .price-con .small {
	font-size: 1.25em;
	font-weight: 700;
}

.price_v2 .ob-20 .b-3 .ins p {
	margin-top: 5px;
	font-weight: 600;
	font-size: 0.9em;

}

.price_v2 .ob-20 .b-3 .ins p span {
	font-size: 1.5em;
	font-weight: 800;
	color: rgb(230, 81, 0);
	margin-right: 6px;
	position: relative;
	top: 2px;
}


.price_v2 .ob-20 .b-3 .btn-go {
	margin:  0 10px 0 10px;
	border-radius: 0;
	background: rgb(67, 160, 71);
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
	font-size: 1em;
	text-transform: uppercase;
}


.price_v2 h2.price-h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 4.25em;
	font-weight: 800;
	margin-top: 100px;
	margin-bottom: 20px;
}

.price_v2 h2.price-h2 span {
	font-size: 1em;
	color: #ff9900;
}

.price_v2 .b-1.bottom {
	overflow: hidden;
	padding: 0;
	margin-top: 50px;
}

.price_v2 .b-1.bottom .image {
	float: left;
	height: 120px;
	width: 180px;
	border: 1px solid #555;
}

.price_v2 .b-1.bottom .name {
	float: left;
	width: calc(100% - 230px - 220px);
	margin-left: 50px;
}

.price_v2 .b-1.bottom .name span {
	display: block;
	font-size: 2.5em;
	font-weight: 700;
}

.price_v2 .b-1.bottom .name .price-price {
	font-size: 3.25em;
	font-weight: 800;
	color: rgb(230, 81, 0);
}

.price_v2 .b-1.bottom .btn-go {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 200px;
	background: rgb(67, 160, 71);
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
	font-size: 1em;
	text-transform: uppercase;
}

.telegram-button {
    position: fixed;
    right: 13px;
    bottom: 30px;
    transform: translate(-50%, -50%);
    background: #0088cc; /*цвет кнопки*/
    border-radius: 50%;
    width: 75px; /*ширина кнопки*/
    height: 75px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 73px; /*центровка иконки в кнопке*/
    font-size: 45px; /*размер иконки*/
    z-index: 9999;
}
.telegram-button a {
    color: #fff;
}
.telegram-button:before,
.telegram-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #0088cc; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.telegram-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

@media (max-width : 800px) {  
.telegram-button {   
    bottom: 150px; /*отступ кнопки снизу от экрана*/
    left: 50px; /*отступ кнопки слева от экрана(right - справа)*/
  }
}

.max-button {
    position: fixed;
    right: 30px;
    bottom: 170px;
    transform: translate(-50%, -50%);
    background: #07F; /* Официальный цвет Max */
    border-radius: 50%;
    width: 75px;
    height: 75px;
    color: #fff;
    text-align: center;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.max-button:before,
.max-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #07F; /* Цвет анимированных волн Max */
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}

.max-button:after {
    animation-delay: .5s;
}

@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

/* Стили для иконок через img */
.max-button img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: brightness(0) invert(1); /* Делает иконку белой */
}

@media (max-width : 800px) {  
.max-button {   
    bottom: 270px; /*отступ кнопки снизу от экрана*/
    left: 50px; /*отступ кнопки слева от экрана(right - справа)*/
  }
}