

/* Start:/bitrix/templates/template/components/bitrix/menu/glav/style.css?16214943195285*/





.menu_glav {
	margin: 20px 0 0px 0;
    text-align: center;
}


/*.menu_glav .menu_adapt_zakryt {
    width: 40px;
    height: 40px;
    margin: 10px 0px 0px auto;
	text-align: center;
    display: none;
	font-size: 30px;
	color: #000000;
    cursor: pointer;
	-webkit-transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
}

.menu_glav .menu_adapt_zakryt:hover {
	color: #bfe386;
}*/




.menu_glav > .punkt{
	position: relative;
	/*float: left;*/
	/*display: inline-block;*/
	margin: 0px 0px 0px 0px;
    transition: all 0.25s ease-out 0s;
}

.menu_glav > .tolko_na_mob{
	display: none;
}

.menu_glav > .punkt > a{
	text-decoration: none;
}

.menu_glav > .punkt > a > div {
	display: inline-block;
	position: relative;
	margin: 0px 0px 0px 0px;
    padding: 8px 0px 8px 0px;
    /*height: 30px;*/
    font-size: 14px;
    /*font-weight: 600;
    text-transform: uppercase;*/
    color: #333333;
	font-weight: 500;
    -webkit-transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
}

.menu_glav > .punkt > a > div span{
	transition: border 0.25s ease-out 0s;
	border-bottom: 2px solid #9cce31;
	border-bottom-color: transparent;
	padding-bottom: 2px;
}

/*стили для подстветки активных пунктов*/
.menu_glav > .punkt > a > div.aktiv, .menu_glav > .punkt:hover > a > div, .menu_glav > .punkt_aktiv2 > a > div {
	/*color: #5f9a00;*/
}
.menu_glav > .punkt > a > div.aktiv span, .menu_glav > .punkt:hover > a > div span{
	border-bottom: 2px solid #9cce31;
}

.menu_glav > .punkt > .marker {
	display: inline-block;
	background: url(/bitrix/templates/template/files/strelka.png) no-repeat center center;
	background-size: 10px auto;
	width: 30px;
	height: 30px;
	/*position: relative;
	top: 8px;*/
	position: absolute;
	margin: 5px 0px 0px 0px;
	cursor: pointer;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.menu_glav > .punkt:hover > .marker { /*блокируем поворт стрелки*/
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.menu_glav > .punkt_aktiv2 {
	
}


	
.menu_glav > .punkt_aktiv2 > .marker { /*поворт стелки у распахнутого подменю*/
	-moz-transform: rotate(-90deg) !important;
	-ms-transform: rotate(-90deg) !important;
	-webkit-transform: rotate(-90deg) !important;
	-o-transform: rotate(-90deg) !important;
	transform: rotate(-90deg) !important;
}

/*класс для активной стрелки, который применяем по ситуации в яваскрипте*/
/*.menu_glav .shirina > div:nth-child(2) > a > div div.aktiv {
	background: url(/bitrix/templates/template/files/strelka.png) no-repeat;
    background-size: auto 100%;
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px 0px 10px;
    width: 14px;
    height: 14px;
	-moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}*/







.menu_glav  .podmenu{
	/* background: #2b2b2b; */
    display: none;
    /* z-index: 10000; */
    padding: 0px 0px 10px 15px;
    /* text-align: left; */
    /* box-shadow: 1px 2px 3px #222222; */
    /* border-radius: 5px; */
    /* margin-top: -5px; */
}

.menu_glav .podmenu a{
    color: #333333;
    font-size: 11px;
    text-decoration: none;
}

.menu_glav .podmenu a > div{
    padding: 8px 0px 8px 0px;
	/*height: 27px;*/
    transition: all 0.25s ease-out 0s;
}
.menu_glav .podmenu a > div span{
	transition: all 0.25s ease-out 0s;
	border-bottom: 2px solid #9cce31;
	border-bottom-color: transparent;
	padding-bottom: 2px;
}


/*активный пункт подменю*/
.menu_glav .podmenu a:hover > div, .menu_glav 	.podmenu a > div.aktiv {
	/*color: #5f9a00;*/
}
.menu_glav .podmenu a:hover > div span, .menu_glav 	.podmenu a > div.aktiv span{
	border-bottom: 2px solid #9cce31;
}

.menu_glav  .podmenu a > div .marker2{
	opacity: 0;
	float: left;
	margin: 5px 5px 10px 0px;
	background: url(/bitrix/templates/template/files/strelka.png) center center no-repeat;
	background-size: 100% auto;
	width: 0px;
	height: 7px;
    transition: all 0.25s ease-out 0s;
}

.menu_glav  .podmenu a:hover > div .marker2, .menu_glav  .podmenu a > div.aktiv .marker2{
	opacity: 1;
	width: 7px;
}








@media screen and (max-width: 992px){
	
	

	/*.menu_glav .menu_adapt_zakryt{
		display: block;
	}*/
	
	/*.menu_glav {
		position: fixed;
		z-index: 1000;
		top: 0px;
		opacity: 0;
		right: -300px;
		background: #FFFFFF;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		height: 100%;
		width: 300px;
		text-align: left;
		overflow: auto;
		box-shadow: 1px 2px 3px #808080;
	}*/
	/*.menu_glav > .punkt {
		display: block;
	}
	
	.menu_glav > .punkt:hover {
		background: #bfe386;
	}*/
	

	
	



	
}


@media screen and (max-width: 768px){
	.menu_glav > .tolko_na_mob{
		display: block;
	}
}



	

/* End */


/* Start:/bitrix/templates/template/components/bitrix/menu/verh/style.css?175372185911770*/

.verh{
	height: 60px;
	position: fixed;
	z-index: 70;
	width: 100%;
	background: none;
	top: 0;
	left: 0;
}

/*.mobilnyi{
	background: #FFFFFF;
}

.mobilnyi .verh_logo{
	display: block;
    float: left;
    margin: 10px 0 0 0;	
}*/

.verh .container{
	/*margin: 0px auto !important;*/
}













.verh .menu_adapt {
	float: left;
	margin: 7px 20px 0px 0px;
	text-align: center;
	display: none;
	/*position: relative;
	top: 80px;*/
    width: 40px;
    height: 40px;
	font-size: 30px;
	color: #333333;
    cursor: pointer;
    transition: all 0.25s ease-out 0s;
}

.verh_beloe .menu_adapt {
	color: #FFFFFF;
}

.verh .menu_adapt:hover {
	color: #bfe386;
}









.verh .logo {
    position: relative;
	display: none;
    float: left;
    width: 56px;
	margin: 2px 20px 0 0;
}

.verh .logo img{
	width: 100%;
}

/*новый год*/
.logo_ng2 {
    position: absolute;
    z-index: 2;
    width: 25px !important;
    border: 0;
	top: -3px;
	left: 4px;
}








.menu_verh {
	float: left;
	margin: 4px 0 0px 0;
    /*text-align: center;*/
}


.menu_verh .menu_adapt_zakryt {
    width: 40px;
    height: 40px;
    margin: 10px 0px 0px auto;
	text-align: center;
    display: none;
	font-size: 30px;
	color: #000000;
    cursor: pointer;
    transition: all 0.25s ease-out 0s;
}

.menu_verh .menu_adapt_zakryt:hover {
	color: #9cce31;
}




.menu_verh > .punkt{
	/*float: left;*/
	display: inline-block;
	margin: 0px 0px 0px 0px;
	-webkit-transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
}

.menu_verh > .tolko_na_mob{
	display: none;
}

.menu_verh > .punkt > a{
	text-decoration: none;
}

.menu_verh > .punkt > a > div {
	margin: 0px 0px 0px 0px;
    padding: 15px 25px 10px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    transition: all 0.25s ease-out 0s;
}

.menu_verh > .punkt > a > div span{
	transition: border 0.25s ease-out 0s;
	border-bottom: 2px solid #9cce31;
	border-bottom-color: transparent;
	padding-bottom: 2px;
}

.verh_beloe .menu_verh > .punkt > a > div {
	color: #FFFFFF;
}

/*стили для подстветки активных пунктов*/
.menu_verh > .punkt > a > div.aktiv, .menu_verh > .punkt:hover > a > div{
	/*color: #bfe386 !important;*/
}
.menu_verh > .punkt > a > div.aktiv span, .menu_verh > .punkt:hover > a > div span{
	border-bottom: 2px solid #9cce31;
}

.menu_verh > .punkt > a > div .marker {
	display: inline-block;
	/*position: relative;
    top: -1px;*/
	margin: 0px 0px 0px 7px;
	background: url(/bitrix/templates/template/files/strelka.png) no-repeat;
    background-size: 100% auto;
	width: 10px;
	height: 10px;
	-moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
	-webkit-transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
}

.verh_beloe .menu_verh > .punkt > a > div .marker  {
	background: url(/bitrix/templates/template/files/strelka_bel.png) no-repeat;
    background-size: 100% auto;
}

.menu_verh > .punkt:hover > a > div .marker {
	-moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}



/*класс для активной стрелки, который применяем по ситуации в яваскрипте*/
/*.menu_verh .shirina > div:nth-child(2) > a > div div.aktiv {
	background: url(/bitrix/templates/template/files/strelka.png) no-repeat;
    background-size: auto 100%;
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px 0px 10px;
    width: 14px;
    height: 14px;
	-moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}*/







.menu_verh  .podmenu{
	background: #ffffff;
    display: none;
    position: absolute;
    z-index: 90;
    width: 250px;
    padding: 15px 20px 15px 20px;
    text-align: left;
    /* box-shadow: 1px 2px 3px #222222; */
    /* border-radius: 5px; */
    margin-top: -5px;
}

.menu_verh .podmenu a{
    color: #333333;
    font-size: 13px;
    text-decoration: none;
}

.menu_verh .podmenu a > div{
    padding: 8px 0px 8px 0px;
	/*height: 27px;*/
	-webkit-transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
}

.menu_verh .podmenu a > div span{
	transition: all 0.25s ease-out 0s;
	border-bottom: 2px solid #9cce31;
	border-bottom-color: transparent;
	padding-bottom: 2px;
}

/*активный пункт подменю*/
.menu_verh .podmenu a:hover > div, .menu_verh 	.podmenu a > div.aktiv {
	/*color: #bfe386;*/
}
.menu_verh .podmenu a:hover > div span, .menu_verh 	.podmenu a > div.aktiv span{
	border-bottom: 2px solid #9cce31;
}


.menu_verh  .podmenu a > div .marker2{
	opacity: 0;
	float: left;
	margin: 5px 5px 10px 0px;
	background: url(/bitrix/templates/template/files/strelka.png) center center no-repeat;
	width: 0px;
	height: 8px;
	background-size: 100% auto;
	-webkit-transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
}

.menu_verh  .podmenu a:hover > div .marker2, .menu_verh  .podmenu a > div.aktiv .marker2{
	opacity: 1;
	width: 8px;
}







.verh .tel {
	float: right;
	margin: 19px 25px 0px 0;
	display: none;
}
.verh .tel a{
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	color: #333333;
    transition: all 0.25s ease-out 0s;
}
.verh_beloe .tel a{
	color: #FFFFFF;
}
.verh .tel a:hover{
	color: #bfe387;
}

.verh .adresa {
	float: right;
	margin: 10px 30px 0px 0;
	line-height: 1.3;
	display: none;
}

.verh .adres {
	margin: 0 0 0 0;
}
.verh .adres .ikonka{
	display: inline-block;
    font-size: 13px;
    margin: 0 7px 0 0;
}

.verh .adres a{
	text-decoration: none;
	font-size: 12px;
	color: #333333;
    transition: all 0.25s ease-out 0s;
}
.verh_beloe .adres a{
	color: #FFFFFF;
}
.verh .adres a:hover{
	color: #bfe387;
}

.verh .knopka {
	display: none;
	float: right;
	width: 200px;
    font-weight: 600;
    color: #333333;
    font-size: 14px;
    padding: 9px 0px 9px 0px;
    border-radius: 7px;
    margin: 7px 0px 0 0;
    border: 3px solid #c5c5c5;
    text-align: center;
    transition: all 0.25s ease-out 0s;
    cursor: pointer;
}
.verh_beloe .knopka {
    color: #FFFFFF;
}
.verh .knopka:hover {
	background: #bfe387;
}




.verh .socseti_verh {
	float: right;
	margin: 10px 25px 0 0;
}

.verh .socseti a {
    color: #333333;
}
.verh_beloe .socseti a {
    color: #FFFFFF;
}

.verh .poisk_verh {
	float: right;
	position: relative;
    margin: 10px 0 0 0;
}

.verh .poisk_verh .fa-search {
    position: absolute;
    z-index: 2;
    width: 30px;
    height: 30px;
    top: 4px;
    right: 6px;
    font-size: 20px;
    color: #333333;
    text-align: center;
    cursor: pointer;
	transition: all 0.25s ease-out 0s;
}
.verh_beloe .poisk_verh .fa-search {
    color: #FFFFFF;
}
.verh .poisk_verh .fa-search:hover {
	color: #bfe386;
}

.verh .poisk_verh input {
	color: #333333;
    /*font-style: italic;*/
    font-size: 14px;
    height: 40px;
    width: 230px;
    border: 0;
    outline: 0;
    /*border-bottom: 1px solid #333333;*/
    padding: 5px 30px 5px 12px;
    display: block;
    font-family: "Montserrat", "Arial";
	/*background: none;*/
	border-radius: 10px;
    background: none;
	border: 2px solid #c5c5c5;
}
.verh_beloe .poisk_verh input {
	color: #FFFFFF;
	background: #7c7e7f;
	border: 0;
	/*border-bottom: 1px solid #BBBBBB;*/
}
	
.verh .poisk_verh input::-webkit-input-placeholder {color:#999999;}
.verh .poisk_verh input::-moz-placeholder          {color:#999999;}
.verh .poisk_verh input:-moz-placeholder           {color:#999999;}
.verh .poisk_verh input:-ms-input-placeholder      {color:#999999;}

.verh_beloe .poisk_verh input::-webkit-input-placeholder {color:#FFFFFF;}
.verh_beloe .poisk_verh input::-moz-placeholder          {color:#FFFFFF;}
.verh_beloe .poisk_verh input:-moz-placeholder           {color:#FFFFFF;}
.verh_beloe .poisk_verh input:-ms-input-placeholder      {color:#FFFFFF;}











.menu_fixed {
    position: fixed !important;
    z-index: 80 !important;
    margin: 0px !important;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
	/*background: #FFFFFFF0 !important;*/  /*не работает в IE11*/
	background: rgba(255, 255, 255, 0.95) !important;
}


.menu_fixed .menu_adapt{
	color: #333333;
}

.menu_fixed .menu_verh > .punkt > a > div {
    color: #333333;
}
.menu_fixed .menu_verh > .punkt > a > div .marker {
	background: url(/bitrix/templates/template/files/strelka.png) no-repeat;
	background-size: 100% auto;
}
.menu_fixed .tel a{
	color: #333333;
}
.menu_fixed .adres a{
	color: #333333;
}
.menu_fixed .poisk_verh .fa-search {
    color: #333333;
}
.menu_fixed .poisk_verh input {
	color: #333333;
	background: none;
	border: 2px solid #c5c5c5;
    /*border-bottom: 1px solid #333333;*/
}

.menu_fixed .poisk_verh input::-webkit-input-placeholder {color:#999999;}
.menu_fixed .poisk_verh input::-moz-placeholder          {color:#999999;}
.menu_fixed .poisk_verh input:-moz-placeholder           {color:#999999;}
.menu_fixed .poisk_verh input:-ms-input-placeholder      {color:#999999;}

.menu_fixed .socseti a {
    color: #333333;
}

.menu_fixed .knopka {
	color: #333333;
}


/*@media screen and (max-width: 1000px){
	.menu_verh .tolko_na_mob{
		display: inline-block;
	}
	.menu_verh .punkt > a > div {
		padding: 10px 15px 10px 15px;
		font-size: 18px;
	}
	.menu_verh .punkt > a > div .marker {
		margin-left: 2px;
	}
}

@media screen and (max-width: 900px){
	.menu_verh .punkt > a > div {
		padding: 10px 8px 10px 8px;
	}
}*/

@media screen and (max-width: 1400px){
	.verh .poisk_verh input {
		width: 150px;
	}
	
}


@media screen and (max-width: 1300px){
	.socseti_verh .socseti a {
		/*font-size: 20px;*/
		margin: 0 0 0 10px;
	}
	.verh .poisk_verh input {
		width: 100px;
	}
	
}





@media screen and (max-width: 1200px){
	.verh {
		background: rgba(255, 255, 255, 0.95);
	}
	.verh_beloe {
		background: none;
	}
	.verh .logo {
		display: block;
	}
	.verh .menu_adapt {
		display: block;
	}
	.verh .menu_verh {
		display: none;
	}
	.verh .poisk_verh {
		display: none;
	}
	.verh .tel {
		display: block;
	}
	.verh .knopka {
		display: block;
	}

	
}



/*@media screen and (max-width: 992px){
	.verh .socseti_verh {
		display: none;
	}
}*/

@media screen and (max-width: 768px){
	.verh .socseti_verh {
		margin: 10px 0px 0 0;
	}
	.verh .tel {
		display: none;
	}
	.verh .knopka {
		display: none;
	}
}



#vverh_stranicy {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    border: 0;
    margin: 0px 0px 0 0;
    background-size: 100%;
    cursor: pointer;
	z-index: 20;
}
	

/* End */


/* Start:/bitrix/components/my/socseti/templates/.default/style.css?1621491511174*/

.socseti a {
	display: inline-block;
	color: #333333;
	font-size: 26px;
	margin: 0 0 0 15px;
	text-decoration: none;
}

.socseti a:hover{
	color: #bfe386;
}



/* End */


/* Start:/bitrix/templates/template/components/bitrix/menu/uslugi_vnutr/style.css?17256161376207*/

.uslugi_glav{
	height: 60px;
	position: absolute;
	z-index: 60;
	width: 100%;
	background: none;
	top: 90px;
	left: 0;
}


.uslugi_glav .container{
	
}












.menu_uslugi {
    /*text-align: center;*/
	display: -webkit-flex; 
	display: flex;
	justify-content: space-between; /*Выравнивание элементов по горизонтали: flex-start flex-end center space-between space-around */
	align-items: stretch; /*Выравнивание элементов по вертикали: stretch flex-start flex-end center baseline*/
	flex-direction: row; /*Направление главной оси: row row-reverse column column-reverse*/
	flex-wrap: wrap; /*Многострочность элементов: nowrap wrap wrap-reverse*/
	/*flex-flow: row nowrap;*/ /*Краткая запись направления и многострочности*/
	align-content: stretch; /*Многострочное выравнивание: stretch flex-start flex-end center baseline */
	/*padding: 0 0.5% 0 0.5%;*/
}






.menu_uslugi > .punkt{
	-webkit-order: 1;
	order: 1; /*Порядок отображения элементов: 0 1 -1*/
	flex-basis: 23.5%; /*Базовая ширина элемента auto px % em*/
	flex-grow: 0; /*Растяжение элементов*/
	flex-shrink: 1; /*Сужение  элементов*/
	/*flex: 1 1 auto;*/ /*Задание базовой ширины и трансформации элемента одним свойством*/
	align-self: auto; /*Выравнивание отдельных элементов flex-start flex-end center baseline stretch*/
	margin: 0px 0 0px 0;
	position: relative;
    transition: all 0.25s ease-out 0s;
}

.menu_uslugi > .tolko_na_mob{
	display: none;
}

.menu_uslugi > .punkt > a{
	text-decoration: none;
}


.menu_uslugi > .punkt > a > div {
	margin: 0px 0px 0px 0px;
    padding: 13px 0px 10px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
	border: 2px solid #597fff;
	text-align: center;
	border-radius: 10px;
	text-transform: uppercase;
    transition: all 0.25s ease-out 0s;
}

.uslugi_glav_beloe .menu_uslugi > .punkt > a > div {
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
}

/*стили для подстветки активных пунктов*/
.menu_uslugi > .punkt > a > div.aktiv, .menu_uslugi > .punkt:hover > a > div{
	background: #597fff;
	 color: #ffffff;
}


.menu_uslugi > .punkt > a > div .marker {
	display: none;
	/*display: inline-block;*/
	/*position: relative;
    top: -1px;*/
	margin: 0px 0px 0px 7px;
	background: url(/bitrix/templates/template/files/strelka.png) no-repeat;
    background-size: 100% auto;
	width: 10px;
	height: 10px;
	-moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
	-webkit-transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
}

.menu_uslugi > .punkt:hover > a > div .marker {
	-moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}






.menu_uslugi  .podmenu{
	background: #FFFFFF;
    display: none;
    position: absolute;
    z-index: 70;
    width: 100%;
    padding: 15px 20px 15px 20px;
    text-align: left;
    /* box-shadow: 1px 2px 3px #222222; */
    border-radius: 10px;
    margin-top: -2px;
}

.menu_uslugi .podmenu:before{
	position: absolute;
    top: 5px;
    left: 25px;
    content: "\f0d7";
    font-weight: 400;
    font-family: 'FontAwesome';
    color: #597fff;
    font-size: 35px;
    line-height: 0;
}

.menu_uslugi .podmenu a{
    color: #333333;
    font-size: 13px;
    text-decoration: none;
}

.menu_uslugi .podmenu a > div{
    padding: 8px 0px 8px 0px;
	/*height: 27px;*/
	-webkit-transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
}

.menu_uslugi .podmenu a > div span{
	transition: all 0.25s ease-out 0s;
	border-bottom: 2px solid #9cce31;
	border-bottom-color: transparent;
	padding-bottom: 2px;
}

/*активный пункт подменю*/
.menu_uslugi .podmenu a:hover > div, .menu_uslugi 	.podmenu a > div.aktiv {
	/*color: #5f9a00;*/
}
.menu_uslugi .podmenu a:hover > div span, .menu_uslugi 	.podmenu a > div.aktiv span{
	border-bottom: 2px solid #9cce31;
}

.menu_uslugi  .podmenu a > div .marker2{
	opacity: 0;
	float: left;
	margin: 5px 5px 10px 0px;
	background: url(/bitrix/templates/template/files/strelka.png) center center no-repeat;
	width: 0px;
	height: 8px;
	background-size: 100% auto;
	-webkit-transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
}

.menu_uslugi  .podmenu a:hover > div .marker2, .menu_uslugi  .podmenu a > div.aktiv .marker2{
	opacity: 1;
	width: 8px;
}







@media screen and (max-width: 992px){
	.menu_uslugi > .punkt > a > div {
		font-size: 14px;
	}
	.menu_uslugi .podmenu {
		width: 150%;
	}
	.menu_uslugi .podmenu a > div {
		padding: 4px 0px 4px 0px;
	}
}
@media screen and (max-width: 768px){
	.uslugi_glav  {
		display: none;
	}
}



/*
@media screen and (max-width: 1200px){
	
	.uslugi_glav .logo {
		display: block;
	}
	.uslugi_glav .menu_adapt {
		display: block;
	}
	.uslugi_glav .menu_uslugi {
		display: none;
	}
	.uslugi_glav .poisk_uslugi_glav {
		display: none;
	}
	.uslugi_glav .tel {
		display: block;
	}
	.uslugi_glav .knopka {
		display: block;
	}

	
}



@media screen and (max-width: 992px){
	.uslugi_glav .socseti_uslugi_glav {
		display: none;
	}
}

@media screen and (max-width: 768px){
	.uslugi_glav .tel {
		display: none;
	}
	.uslugi_glav .knopka {
		display: none;
	}
}
*/



/* End */


/* Start:/bitrix/templates/template/components/bitrix/menu/niz/style.css?16215021084131*/


.menu_niz {
	padding: 0px 0 30px 0;
    /*text-align: center;*/
	overflow: hidden;
}



.menu_niz > .kolonka {
	float: left;
	width: 20%;
}

.menu_niz > .kolonka > .punkt{
	/*float: left;*/
	/*display: inline-block;*/
	margin: 0px 0px 0px 0px;
    transition: all 0.25s ease-out 0s;
}

.menu_niz > .kolonka > .tolko_na_mob{
	display: none;
}

.menu_niz > .kolonka > .punkt > a{
	text-decoration: none;
}

.menu_niz > .kolonka > .punkt > a > div {
	position: relative;
	margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    /*height: 30px;*/
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    /*color: #FFFFFF;*/
    color: #333333;
    transition: all 0.25s ease-out 0s;
}

/*стили для подстветки активных пунктов*/
.menu_niz > .kolonka > .punkt > a > div.aktiv, .menu_niz > .kolonka > .punkt:hover > a > div, .menu_niz > .kolonka > .punkt_aktiv2 > a > div {
	/*color: #bfe386;*/
}


.menu_niz > .kolonka > .punkt > a > div .marker {
	/*display: inline-block;*/
	display: none;
	background: url(/bitrix/templates/template/files/strelka.png) no-repeat center center;
	background-size: 10px auto;
	width: 30px;
	height: 30px;
	/*position: relative;
	top: 8px;*/
	position: absolute;
	margin: -5px 0px 0px 0px;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.menu_niz > .kolonka > .punkt:hover > a > div .marker { /*блокируем поворт стрелки*/
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.menu_niz > .kolonka > .punkt_aktiv2 {
	
}


	
.menu_niz > .kolonka > .punkt_aktiv2 > a > div .marker { /*поворт стелки у распахнутого подменю*/
	-moz-transform: rotate(-90deg) !important;
	-ms-transform: rotate(-90deg) !important;
	-webkit-transform: rotate(-90deg) !important;
	-o-transform: rotate(-90deg) !important;
	transform: rotate(-90deg) !important;
}

/*класс для активной стрелки, который применяем по ситуации в яваскрипте*/
/*.menu_niz .shirina > div:nth-child(2) > a > div div.aktiv {
	background: url(/bitrix/templates/template/files/strelka.png) no-repeat;
    background-size: auto 100%;
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px 0px 10px;
    width: 14px;
    height: 14px;
	-moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}*/







.menu_niz  .podmenu{
	/* background: #2b2b2b; */
    /*display: none;*/
    /* z-index: 10000; */
    padding: 0px 0px 10px 0px;
    /* text-align: left; */
    /* box-shadow: 1px 2px 3px #222222; */
    /* border-radius: 5px; */
    /* margin-top: -5px; */
}

.menu_niz .podmenu a{
    /*color: #FFFFFF;*/
    color: #333333;
    font-size: 12px;
    text-decoration: none;
}

.menu_niz .podmenu a > div{
    padding: 5px 0px 5px 0px;
	/*height: 27px;*/
    transition: all 0.25s ease-out 0s;
}



/*активный пункт подменю*/
.menu_niz .podmenu a:hover > div, .menu_niz 	.podmenu a > div.aktiv {
	/*color: #bfe386;*/
}

.menu_niz  .podmenu a > div .marker2{
	display: none;
	opacity: 0;
	float: left;
	margin: 5px 5px 10px 0px;
	background: url(/bitrix/templates/template/files/strelka.png) center center no-repeat;
	background-size: 100% auto;
	width: 0px;
	height: 7px;
    transition: all 0.25s ease-out 0s;
}

.menu_niz  .podmenu a:hover > div .marker2, .menu_niz  .podmenu a > div.aktiv .marker2{
	opacity: 1;
	width: 7px;
}








@media screen and (max-width: 992px){
	
	
	.menu_niz > .kolonka {
		width: 100%;
	}
	.menu_niz > .kolonka > .punkt > a > div {
		padding: 6px 0px 6px 0px;
	}
	.menu_niz  .podmenu{
		display: none;
	}
	
	.menu_niz > .kolonka > .tolko_na_desktop{
		display: none;
	}
	
}


@media screen and (max-width: 768px){

	.menu_niz > .kolonka > .tolko_na_mob{
		display: block;
	}
	
}



	

/* End */


/* Start:/bitrix/components/my/forma_popup/templates/.default/style.css?17483640953647*/

.forma_popup_fon {
	position: fixed;
	z-index: 2000;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}


.forma_popup {
	position: absolute;
	z-index: 2001;
	top: 150px;
	left: 0px;
	display: none;
	max-width: 600px;
    width: 100%;
	background: #ffffff;
	/*color: #999999;*/
	/*color: #2b2b2b;*/
	color: #333333;
    padding: 30px;
	font-size: 14px;
	border-radius: 5px;
}

.forma_zakryt {
	width: 40px;
    height: 40px;
    margin: -25px -20px 0px auto;
	text-align: center;
	font-size: 30px;
	color: #000000;
    cursor: pointer;
	-webkit-transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
}

.forma_zakryt:hover {
	color: #bfe386;
}


.forma_popup .forma_fraza {
    margin: -20px 0 0 0;
    /*font-weight: 600;*/
    /*font-size: 20px;*/
}


.forma_popup form {
	margin: 30px 0 0 0;
}


.forma_popup input {
    margin: 0px 0px 10px 0px;
    width: 100%;
    height: 40px;
    padding: 5px 15px 5px 15px;
    /*border: 2px solid #d7d2cc;*/
	border: 0;
    /*background: #FFFFFF;*/
    background: #f2f2f2;
    border-radius: 10px;
    font-family: 'Montserrat';
    font-size: 15px;
    color: #333333;
    outline: 0;
}

.forma_popup input::-webkit-input-placeholder {color:#333333;}
.forma_popup input::-moz-placeholder          {color:#333333;}
.forma_popup input:-moz-placeholder           {color:#333333;}
.forma_popup input:-ms-input-placeholder      {color:#333333;}

.forma_popup select {
    margin: 0px 0px 10px 0px;
    width: 100%;
    height: 40px;
    padding: 5px 15px 5px 15px;
   /*border: 2px solid #d7d2cc;*/
	border: 0;
    /*background: #FFFFFF;*/
    background: #f2f2f2;
    border-radius: 0px;
    font-family: 'Montserrat';
    font-size: 15px;
    color: #333333;
    outline: 0;
}

.forma_popup textarea {
	margin: 0px 0px 10px 0px;
    width: 100%;
	height: 80px;
    padding: 5px 15px 5px 15px;
    /*border: 2px solid #d7d2cc;*/
	border: 0;
    /*background: #FFFFFF;*/
    background: #f2f2f2;
    border-radius: 0px;
    font-family: 'Montserrat';
    font-size: 15px;
    color: #333333;
    outline: 0;
}

.forma_popup textarea::-webkit-input-placeholder {color:#333333;}
.forma_popup textarea::-moz-placeholder          {color:#333333;}
.forma_popup textarea:-moz-placeholder           {color:#333333;}
.forma_popup textarea:-ms-input-placeholder      {color:#333333;}



.forma_popup input[type='checkbox'] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}

.forma_popup input[type='button'] {
	width: 180px;
	height: 45px;
    display: block;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
   /* padding: 9px 0px 9px 0px;*/
    border-radius: 7px;
    margin: 30px 0 0 0;
    border: 3px solid #9cce31;
	background: #9cce31;
    text-align: center;
    transition: all 0.25s ease-out 0s;
    cursor: pointer;
}


.forma_popup input[type='button']:hover {
	background: #ffffff;
	border: 3px solid #c5c5c5;
	color: #333333;
}

.forma_popup .error {
	border: 2px solid #f5543f !important;
}

.forma_popup_rezultat {
	position: absolute;
	z-index: 2001;
	top: 150px;
	left: 0px;
	display: none;
	max-width: 600px;
    width: 100%;
	background: #f6f7f8;
	color: #999999;
    padding: 30px;
}


.forma_popup_rezultat .rezultat {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}


/* End */


/* Start:/bitrix/components/my/widget/templates/.default/style.css?17713329933935*/



.widget_multiknopka {
	position: fixed;
	z-index: 2001;
	bottom: 150px;
	right: 30px;
	font-size: 14px;
    color: #FFFFFF;
    line-height: 1.3;
    text-align: center;
    font-weight: 500;
}

.widget_multiknopka .widget {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
}

.widget_multiknopka .widget .nazv_spisok {
    position: relative;
    width: 180px;
    height: 48px;
}

.widget_multiknopka .widget .nazv {
    position: absolute;
    right: 10px;
    top: 0;
    background: #333333;
    padding: 15px 20px 15px 20px;
    border-radius: 30px;
    opacity: 1;
    /*display: none;*/
    -webkit-transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.52s ease-out 0s;
    transition: all 0.25s ease-out 0s;
}

.widget_multiknopka .widget .nazv_skryt {
    right: 0px;
    opacity: 0;
}

/*.widget_multiknopka .widget .nazv:first-child {
    display: block;
}*/

.widget_multiknopka .widget .img_spisok {
    position: relative;
    width: 75px;
    height: 75px;
    background: #FFFFFF;
    border-radius: 40px;
    margin: 0px 0 0 0px;
}

.widget_multiknopka .widget .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 75px;
    border-radius: 40px;
    padding: 17px 0 0 0;
    display: none;
    background: #FFFFFF;
    opacity: 1;
    -webkit-transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
}

.widget_multiknopka .widget .img:first-child {
    display: block;
}

.widget_multiknopka .widget .img_skryt {
    opacity: 0;
}

.widget_multiknopka .widget .img img{
    width: 50%;
    /*transform: scaleX(0); */
    -webkit-transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
}

/*.widget_multiknopka .widget .img:first-child img{
    transform: scaleX(1);
}*/

.widget_multiknopka .widget .img_skryt img {
    transform: scaleX(0) !important;
}










.widget_multiknopka .vsplyv_okno {
    position: absolute;
    top: -100px;
    right: 15px;
    display: none;
}

.widget_multiknopka .widget_vsplyv {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    margin: 0 0 10px 0;
}


.widget_multiknopka .widget_vsplyv .nazv {
    width: 135px;
    height: 35px;
    background: #333333;
    padding: 10px 10px 10px 10px;
    border-radius: 30px;
    font-size: 13px;
    margin: 0 10px 0 0;
}

.widget_multiknopka .widget_vsplyv .img {
    width: 45px;
    height: 45px;
    border-radius: 25px;
    padding: 10px 0 0 0;
    background: #FFFFFF;
}

.widget_multiknopka .widget_vsplyv .img img{
    width: 50%;
}


    @media screen and (max-width: 991px){
        .widget_multiknopka {
            bottom: 100px;
            right: 20px;
        }
    }

    @media screen and (max-width: 800px){
       .widget_multiknopka .widget .nazv_spisok {
            width: 170px;
            height: 40px;
        }
        .widget_multiknopka .widget .nazv {
            padding: 10px 15px 10px 15px;
       }
       .widget_multiknopka .widget .img_spisok {
            width: 60px;
            height: 60px;
       }
       .widget_multiknopka .widget .img {
            width: 60px;
            height: 60px;
            padding: 13px 0 0 0;
       }
       .widget_multiknopka .vsplyv_okno {
            display: none !important;
            /*right: 6px;*/
       }
        
    }



/* End */


/* Start:/bitrix/templates/template/styles.css?177860533314938*/
.fweight {
	font-weight: 600;
}
.zagh1 {
	font-size:25px;
}
.zagh2 {
	font-weight: 600;
    color: #4e4639;
    font-size: 36px;
	margin: 0 0 30px 0;
	text-transform: none;
}
.zagh4 {
	font-weight: 400;
	color: #333333;
	font-size: 28px;
	margin: 0 0 20px 0;
	line-height: 1.2;
	text-transform: none;
}
.zagh3 {
	font-weight: 400;
	color: #333333;
	font-size: 22px;
	margin: 0 0 20px 0;
}
.zagh3::after {
    content: "";
    width: 50px;
    height: 5px;
    margin: 15px auto 5px 0;
    background: #9ccd31;
    display: block;
    overflow: hidden;
}	
.nezag {
	font-weight: 400;
	color: #333333;
	font-size: 28px;
	margin: 0 0 20px 0;
}
.opnezag {
	margin-top:15px;

}
.priem {
	font-weight: 600;
	color: #4e4639;
	font-size: 36px;
	margin: 0 0 30px 0;
}
.fotwid {
	max-width:35%;
}
.fotwid2 {
	max-width:5%;
}
.fotwid3 {
	max-width:25%;
}
/*.actioninp {
	padding: 10px 5px;
    border: 2px solid #597fff;
	border-radius: 10px;
	margin: 0 10px 10px 0;
    display: inline-block;
}*/
.actioninp {
	padding: 9px 7px;
    border: 2px solid #597fff;
	border-radius: 10px;
	margin: 0 10px 10px 0;
    display: inline-block;
	background: #597fff;
	color: #FFFFFF !important;
	text-decoration: none !important;
	transition: all 0.2s ease !important;
}
.actioninp:hover {
	background: #FFFFFF;
	color: #333333 !important;
}
.action_inp
{
	width:100%;
	text-align:right;
}
.action_sect
{
	padding-bottom:30px;
}
.detknopki {
    display: inline-block !important;
    text-decoration: none !important;
    background-color: #ece7e3 !important;
    color: #000000 !important;
    border: 2px solid #9cce31 !important;
    /*border-radius: 0px !important;*/
    font-size: 16px !important;
    padding: 10px 19px !important; 
    transition: all 0.2s ease !important;
	text-align: center;
	width: 300px;
	border-radius: 10px;
}
.detknopki:hover{
    text-decoration: none !important; 
    background-color: #9cce31 !important;
    color: #ffffff !important;
    border-color: #9cce31 !important;
}
.dopknopki {
    display: inline-block !important;
    text-decoration: none !important;
    color: #000000 !important;
    border: 2px solid #9cce31 !important;
    /*border-radius: 0px !important;*/
    font-size: 16px !important;
    padding: 10px 19px !important; 
    transition: all 0.2s ease !important;
	text-align: center;
	width: 300px;
	border-radius: 10px;
}
.dopknopki:hover{
    text-decoration: none !important; 
    background-color: #9cce31 !important;
    color: #ffffff !important;
    border-color: #9cce31 !important;
}

.dopknopki2 {
    margin: 0 5px 10px 0;
	display: inline-block !important;
    text-decoration: none !important;
    color: #FFFFFF !important;
    border: 2px solid #597FFF !important;
    font-size: 18px !important;
    padding: 12px 0px !important; 
    transition: all 0.2s ease !important;
	text-align: center;
	width: 320px;
	border-radius: 7px;
	font-weight: 600;
	background: #597FFF;
}
.dopknopki2:hover{
    text-decoration: none !important; 
    background-color: #FFFFFF !important;
    color: #ffffff !important;
    border-color: #FFFFFF !important;
	color: #333333 !important;
}

.kartinka {
	min-width: 200px;
	margin: 0 0 10px 0;
	clear: both; 
}

.sleva {
	float: left;
	margin-right: 3%;
}

.sprava {
	float: right;
	margin-left:  3%;
}

.razmer_12_12 {
	width: 100%;
}

.razmer_8_12 {
	width: 66%;
}

.razmer_6_12 {
	width: 50%;
}

.razmer_5_12 {
	width: 42%;
}

.razmer_4_12 {
	width: 33%;
}


.razmer_3_12 {
	width: 25%;
}


.razmer_2_12 {
	width: 17%;
}

	@media screen and (max-width: 500px) { 
		.kartinka {
			width: 100%;
			margin: 0 0 10px 0;
		}
	}






.ochistka {
	clear: both; 
	background: #DDDDDD;
	padding: 10px;
}

.ochistka_zapret {
	clear: none; 
}




.blok_4_foto {
	background: #DDDDDD;
	line-height: 0;
	text-align: center;
}

.blok_4_foto img{
	width: 23%;
	margin: 0 1% 20px 1%;
}

/*.blok_4_foto img:nth-child(1){
	margin: 0 1% 0 0;
}

.blok_4_foto img:nth-child(3){
	margin: 0 0 0 1%;
}

.blok_4_foto img:nth-child(4){
	margin: 0 0 0 1%;
}*/

	@media screen and (max-width: 991px) { 
		.blok_4_foto img {
			margin: 0 1% 10px 1% !important;
		}
	}

	@media screen and (max-width: 500px) { 
		.blok_4_foto img {
			width: 100%;
			margin: 0 0 10px 0 !important;
		}
	}




.blok_3_foto {
	background: #DDDDDD;
	line-height: 0;
	text-align: center;
}

.blok_3_foto img{
	width: 31.33%;
	margin: 0 1% 10px 1%;
}

/*.blok_3_foto img:nth-child(1){
	margin: 0 1% 0 0;
}

.blok_3_foto img:nth-child(3){
	margin: 0 0 0 1%;
}*/

	@media screen and (max-width: 500px) { 
		.blok_3_foto img {
			width: 100%;
			margin: 0 0 10px 0 !important;
		}
	}



	@media screen and (max-width: 500px) { 
		.blok_2_foto_na_mob img {
			width: 48%;
			margin: 0 1% 10px 1% !important;
		}
	}






.blok_2_foto {
	background: #DDDDDD;
	line-height: 0;
}

.blok_2_foto img{
	width: 49%;
	margin: 0 1% 0 1%;
}

.blok_2_foto img:nth-child(1){
	margin: 0 1% 0 0;
}

.blok_2_foto img:nth-child(2){
	margin: 0 0 0 1%;
}

	@media screen and (max-width: 500px) { 
		.blok_2_foto img {
			width: 100%;
			margin: 0 0 10px 0 !important;
		}
	}





.blok_2_bloka {
	background: #DDDDDD;
	overflow: hidden;
}

.blok_2_bloka > div{
	float: left;
	width: 49%;
	margin: 0 1% 0 1%;
	background: #CCCCCC;
}

.blok_2_bloka > div:nth-child(1){
	margin: 0 1% 0 0;
}

.blok_2_bloka > div:nth-child(2){
	margin: 0 0 0 1%;
}

	@media screen and (max-width: 500px) { 
		.blok_2_bloka > div {
			width: 100%;
			margin: 0 0 10px 0 !important;
		}
	}



	
	
	
	
	
	
.blok_3_ikonki {
	background: #DDDDDD;
	overflow: hidden;
	line-height: 1.5;
	margin: 0 0 -50px 0;
}

.blok_3_ikonki > div{
	float: left;
	width: 32%;
	margin: 0 1% 50px 1%;
	background: #CCCCCC;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.blok_3_ikonki > div:nth-child(3n+1){
	margin: 0 1% 50px 0;
	clear: left;
}

.blok_3_ikonki > div:nth-child(3n){
	margin: 0 0 50px 1%;
}

.blok_3_ikonki > div img{
	width: 100%;
	max-width: 70px;
	margin: 0 auto 20px auto;
	display: block;
	border-radius: 50px;
}

.blok_3_ikonki > div .cifra{
	width: 70px;
	height: 70px;
	margin: 0 auto 10px auto;
	padding: 10px 0 0 0;
	color: #9cce31;
	font-size: 40px;
	font-weight: 600;
}

	@media screen and (max-width: 768px) { 
		.blok_3_ikonki {
			margin-bottom: -50px;
		}
		.blok_3_ikonki > div{
			float: left;
			width: 49%;
			margin: 0 1% 50px 1%;
			background: #CCCCCC;
		}
		.blok_3_ikonki > div:nth-child(3n){
			margin: 0 1% 50px 1%;
		}

		.blok_3_ikonki > div:nth-child(3n+1){
			margin: 0 1% 50px 1%;
			clear: none;
		}
		.blok_3_ikonki > div:nth-child(2n){
			margin: 0 1% 50px 0;
		}

		.blok_3_ikonki > div:nth-child(2n+1){
			margin: 0 0 50px 1%;
			clear: left;
		}
	}
	@media screen and (max-width: 500px) { 
		.blok_3_ikonki > div {
			width: 100%;
			margin: 0 0 50px 0 !important;
		}
	}	
	
	
	
	
	


.blok_4_ikonki {
	background: #DDDDDD;
	overflow: hidden;
	line-height: 1.5;
	margin: 0 0 -50px 0;
}

.blok_4_ikonki > div{
	float: left;
	width: 23.5%;
	margin: 0 1% 50px 1%;
	background: #CCCCCC;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.blok_4_ikonki > div:nth-child(4n+1){
	margin: 0 1% 50px 0;
}

.blok_4_ikonki > div:nth-child(4n){
	margin: 0 0 50px 1%;
}

.blok_4_ikonki > div img{
	width: 100%;
	max-width: 70px;
	margin: 0 0 20px 0;
}

.blok_4_ikonki > div .cifra{
	width: 70px;
	height: 70px;
	margin: 0 auto 10px auto;
	padding: 10px 0 0 0;
	color: #9cce31;
	font-size: 40px;
	font-weight: 600;
}

	@media screen and (max-width: 768px) { 
		.blok_4_ikonki {
			margin-bottom: -50px;
		}
		.blok_4_ikonki > div{
			float: left;
			width: 49%;
			margin: 0 1% 50px 1%;
			background: #CCCCCC;
		}
		.blok_4_ikonki > div:nth-child(2n){
			margin: 0 1% 50px 0;
		}

		.blok_4_ikonki > div:nth-child(2n+1){
			margin: 0 0 50px 1%;
		}
	}
	@media screen and (max-width: 500px) { 
		.blok_4_ikonki > div {
			width: 100%;
			margin: 0 0 50px 0 !important;
		}
	}






.vazhno {
	color: #333333;
	background: #ffffff;
	border: 5px solid #d7d2cc;
	padding: 30px 150px 30px 30px;
	font-size: 22px;
	position: relative;
	margin: 0 0 20px 0;
	border-radius: 10px;
}
.vazhno:before {
    position: absolute;
    z-index: 2;
    content: "\f05a";
    font-weight: 400;
    font-family: 'FontAwesome';
    color: #9cce31;
    top: 30px;
    right: 30px;
    font-size: 100px;
	line-height: 1;
}
.vazhno h6{
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}

	@media screen and (max-width: 768px) { 
		.vazhno {
			padding: 20px 60px 20px 20px;
			font-size: 16px;
		}
		.vazhno:before {
			top: 20px;
			right: 20px;
			font-size: 50px;
		}
	}



.knopka_kontent {
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    /*text-transform: uppercase;*/
    color: #333333;
    padding: 7px 15px 7px 15px;
    border-radius: 7px;
    margin: 0px 0 10px 0;
	/*background: #ecc047;*/
	border: 3px solid #c5c5c5;
    text-align: center;
    transition: all 0.25s ease-out 0s;
    cursor: pointer;
}

.knopka_kontent:hover {
	background: #bfe387;
}



.knopka_kontent2 {
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    /*text-transform: uppercase;*/
    color: #FFFFFF;
    padding: 7px 15px 7px 15px;
    border-radius: 7px;
    margin: 0px 0 10px 0;
	background: #597fff;
	border: 3px solid #597fff;
    text-align: center;
    transition: all 0.25s ease-out 0s;
    cursor: pointer;
}

.knopka_kontent2:hover {
	background: none;
	border: 3px solid #c5c5c5;
	color: #333333;
}



.knopka_kontent2_2 {
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    /*text-transform: uppercase;*/
    color: #FFFFFF;
    padding: 7px 15px 7px 15px;
    border-radius: 7px;
    margin: 0px 0 10px 0;
	background: #597fff;
	border: 3px solid #597fff;
    text-align: center;
    /*transition: all 0.25s ease-out 0s;
    cursor: pointer;*/
}



.knopka_kontent3 {
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    /*text-transform: uppercase;*/
    color: #FFFFFF;
    padding: 7px 15px 7px 15px;
    border-radius: 7px;
    margin: 0px 0 10px 0;
	background: #9cce31;
	border: 3px solid #9cce31;
    text-align: center;
    transition: all 0.25s ease-out 0s;
    cursor: pointer;
}

.knopka_kontent3:hover {
	background: none;
	border: 3px solid #c5c5c5;
	color: #333333;
}

.knopka_kontent_bol {
    font-size: 20px;
    color: #FFFFFF;
    padding: 9px 30px 9px 30px;
    border-radius: 7px;
} 
 
 
.yakor {
	padding: 10px;
	background: #DFDFDF;
}

.k_yakoru {
	cursor: pointer;
}
 	
.cherta_sleva {
    width: 50px;
    height: 5px;
    margin: 15px auto 15px 0;
    background: #9ccd31;
    display: block;
}
	






.spisok1 {
    list-style: none;
	margin: 0;
    padding: 0;
}
.spisok1 li{
    padding: 10px 0px 10px 30px;
	position: relative;
	overflow: hidden;
}
.spisok1 li:before{
    content: "\f058";
    font-weight: 400;
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 20px;
    color: #597fff;
    top: 6px;
    left: 0px;
}


.spisok2 {
    list-style: none;
	margin: 0 0 0 30px;
    padding: 0;
}
.spisok2 li{
    padding: 7px 0px 7px 30px;
	position: relative;
	overflow: hidden;
}
.spisok2 li:before{
    content: "\f058";
    font-weight: 400;
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 20px;
    color: #597fff;
    top: 1px;
    left: 0px;
}

.mt-minus-10 {
	margin-top: -10px;
}

.mt-minus-50 {
	margin-top: -50px;
}
.mt-minus-80 {
	margin-top: -80px;
}
.mt-minus-100 {
	margin-top: -100px;
}
.mt-minus-150 {
	margin-top: -150px;
}
.mt-minus-180 {
	margin-top: -180px;
}

	@media screen and (min-width: 1400px) { 
		.mt-xxxl-minus-50 {
			margin-top: -50px;
		}
	}

	@media screen and (min-width: 769px) { 
		.mt-md-minus-50 {
			margin-top: -50px;
		}
	}
	@media screen and (min-width: 769px) { 
		.mt-md-minus-80 {
			margin-top: -80px;
		}
	}
	@media screen and (min-width: 769px) { 
		.mt-md-minus-100 {
			margin-top: -100px;
		}
	}
	@media screen and (min-width: 769px) { 
		.mt-md-minus-150 {
			margin-top: -150px;
		}
	}
	@media screen and (min-width: 769px) { 
		.mt-md-minus-180 {
			margin-top: -180px;
		}
	}
	
	

.mb-minus-10 {
	margin-bottom: -10px;
}
.mb-minus-50 {
	margin-bottom: -50px;
}
.mb-minus-80 {
	margin-bottom: -80px;
}
.mb-minus-100 {
	margin-bottom: -100px;
}
.mb-minus-150 {
	margin-bottom: -150px;
}
.mb-minus-180 {
	margin-bottom: -180px;
}
	
		@media screen and (min-width: 1400px) { 
			.mb-xxxl-minus-50 {
				margin-bottom: -50px;
			}
		}
	
		@media screen and (min-width: 769px) { 
			.mb-md-minus-50 {
				margin-bottom: -50px;
			}
		}
		@media screen and (min-width: 769px) { 
			.mb-md-minus-80 {
				margin-bottom: -80px;
			}
		}
		@media screen and (min-width: 769px) { 
			.mb-md-minus-100 {
				margin-bottom: -100px;
			}
		}
		@media screen and (min-width: 769px) { 
			.mb-md-minus-150 {
				margin-bottom: -150px;
			}
		}
		@media screen and (min-width: 769px) { 
			.mb-md-minus-180 {
				margin-bottom: -180px;
			}
		}





	
	
	@media screen and (max-width: 450px) { 
		.font-size-h1-mob-small {
			font-size: 22px;
		}
	}
    @media screen and (max-width: 767px){
     .fotwid3{
        display: none;
     }
}








/*форма в контенте*/
.forma_blok_kontent {
	text-align: center;
	line-height: 1.5;
}

.forma_blok_kontent .container {
	transform: none;
}

.forma_blok_kontent .fon {
    background: #FFFFFF;
    border-radius: 10px;
}
.forma_blok_kontent .foto {
	background: url(/upload/forma_niz.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px 0 0 10px;
}
.forma_blok_kontent .nezag {
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
}







.kontent_liniya {
    margin: 30px 0 30px 0;
    background: #9CCE31;
    width: 70px;
    height: 4px;
}






.tablica1{
	width: 96%;
	margin: 30px 2% 30px 2%;
	border-spacing: 0px;
	border: 0;
	font-size: 14px;
	color: #333333;
}
.tablica1 tr {
	background: #FFFFFF;
}

.tablica1 tr:nth-child(2n+1) {
	background: #F0F0F0;
}

.tablica1 tr:nth-child(1){
	background: #597fff;
	color: #FFFFFF;
	font-style: italic;
}

.tablica1 tr td:nth-child(1) {
	padding: 20px 20px 20px 20px;
	font-size: 12px;
    color: #6B6B6B;
}

.tablica1 tr td:nth-child(1) b{
	font-size: 14px;
    color: #333333;
}

.tablica1 tr:nth-child(1) td{
	font-size: 14px;
    color: #FFFFFF;
}


.tablica1 tr td:nth-child(2) .knopka_kontent {
	display: none;
	margin: 3px 0 0 0;
	font-size: 12px;
    padding: 5px 10px 5px 10px;
	border: 2px solid #c5c5c5;
}

.tablica1 tr td:nth-child(3) .knopka_kontent {
	margin: 0 20px 0 0;
}






	@media screen and (max-width: 768px){
		.tablica1 tr td:nth-child(1) b{
			font-size: 13px;
		}
		.tablica1 tr td:nth-child(2) .knopka_kontent {
			display: inline-block;
		}
		/*.tablica1 tr td:nth-child(3) {
			display: none;
		}*/
		
	}
/* End */


/* Start:/bitrix/templates/template/template_styles.css?175949876312855*/
/*1220/1000/760/500*/

html * {
	max-height:999999px; /* disallow font boosting*/
	-webkit-text-size-adjust: 100%; /* disallow font boosting*/
} 


/** { 
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/

html {
	width: 100%;
	height: 100%;
}


body {
	width: 100%;
	height: 100%;
	font-family: "Montserrat", "Arial";
	margin: 0px;
	padding: 0px;
	color: #333333;
	background:#f9f9f9;
	font-size: 16px;
	line-height: 1.5;
}






.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  transform: translateX(140px); /* 280/2 */
}

	@media (min-width: 576px) {
	  .container {
		max-width: 540px;
	  }
	}

	@media (min-width: 768px) {
	  .container {
		max-width: 720px;
	  }
	}

	@media (min-width: 992px) {
	  .container {
		max-width: 960px;
	  }
	}

	@media (min-width: 1200px) {
	  .container {
		max-width: 900px;
	  }
	}

	@media (min-width: 1300px) {
	  .container {
		max-width: 1000px;
	  }
	}

	@media (min-width: 1400px) {
	  .container {
		max-width: 1100px;
	  }
	}

	@media (min-width: 1500px) {
	  .container {
		max-width: 1200px;
	  }
	}



	

	@media (max-width: 1200px) {
		.container {
			transform: none;
		}
	}

	
	
	
	
	
	
	
	


a {
	color: #333333;
	text-decoration: underline;
    transition: all 0.25s ease-out 0s;
}

a:hover {
	color: #9cce31;
}




h1, h2 {
	font-weight: 600;
    /*color: #333333;*/
    color: #4e4639;
    font-size: 36px;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}

h3 {
	font-weight: 600;
    /*color: #333333;*/
    color: #4e4639;
    font-size: 36px;
	margin: 0 0 30px 0;
	/*text-transform: uppercase;*/
}

h4, h5, h6 {
	font-weight: 400;
    color: #333333;
    font-size: 28px;
	margin: 0 0 20px 0;
}


h6 {
	font-weight: 400;
    color: #333333;
    font-size: 22px;
	margin: 0 0 20px 0;
}

h6:after {
	content: "";
    width: 50px;
    height: 5px;
    margin: 15px auto 5px 0;
    background: #9ccd31;
    display: block;
	overflow: hidden;
}


	@media (max-width: 768px) {
		h1, h2, h3 {
			font-size: 30px;
		}
	}	
	
	@media (max-width: 400px) {
		h1, h2, h3 {
			font-size: 26px;
		}
	}	
	
	
	
section {
	background: #dbe7f2;
	/*background: #f9f9f9;*/
}		
	
	
	
b, strong {
	font-weight: 600;
}
	
	
	
	
	
	
.blueimp-gallery > .close {
	color: #FFFFFF !important;
	opacity: 1 !important;
}	
.blueimp-gallery > .close:hover {
	opacity: 0.75 !important;
}
	
	




/*мои классы в стиле бутстрап*/
@media (min-width: 768px) {
	.mb-md--100 {
		margin-bottom: -100px !important;
	}
}


	
	
	

.leftpanel {
	position: fixed;
	width: 280px;
	height: 100%;
	z-index: 100;
	top: 0;
	left: 0;
}


.leftpanel > div {
	width: 240px;
	height: 100%;
	margin: 0 0 0 20px;
	padding: 20px 15px 20px 15px;
	background: #FFFFFF;
	overflow: auto;
}



.leftpanel .menu_adapt_zakryt {
    width: 40px;
    height: 40px;
    margin: -20px -10px 20px auto;
	text-align: center;
    display: none;
	font-size: 30px;
	color: #333333;
    cursor: pointer;
    transition: all 0.25s ease-out 0s;
}

.leftpanel .menu_adapt_zakryt:hover {
	color: #9cce31;
}





.leftpanel .logo {
	position: relative;
}

.leftpanel .logo img{
	width: 100%;
}

.leftpanel .slogan {
	font-size: 12px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}

.leftpanel .tel {
	margin: 15px 0 15px 0;
}
.leftpanel .tel a{
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	color: #597FFF;
    transition: all 0.25s ease-out 0s;
}
.leftpanel .tel a:hover{
	color: #597FFF;
}

.leftpanel .adres {
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 12px;
	color: #333333;
}
.leftpanel .adres .ikonka{
	display: inline-block;
    font-size: 13px;
    margin: 0 7px 0 0;
	color: #9cce31
}

.leftpanel .adres a{
	text-decoration: none;
	font-size: 12px;
	color: #333333;
    transition: all 0.25s ease-out 0s;
}
.leftpanel .adres a:hover{
	color: #5f9a00;
}

.leftpanel_vazhno {
	margin: 10px 0 0px 0;
	font-weight: 600;
	text-align: center;
	line-height: 1;
}
.leftpanel_vazhno a{
    text-decoration: none;
	font-size: 12px;
	color: #333333;
    transition: all 0.25s ease-out 0s;
}
.leftpanel_vazhno  a:hover{
	color: #5f9a00;
}
.leftpanel_vazhno .ikonka{
	display: inline-block;
    font-size: 13px;
    margin: 0 7px 0 -2px;
	color: #9cce31;
}

.animation {
	-webkit-animation: anim_vazhno 5s infinite ease-in-out 0s;
    animation: anim_vazhno 5s infinite ease-in-out 0s;
}




@keyframes anim_vazhno {
	0% {opacity: 1;}
	60% {opacity: 1;}
	80% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes anim_vazhno {
	0% {opacity: 1;}
	60% {opacity: 1;}
	80% {opacity: 0;}
	100% {opacity: 1;}
}


.leftpanel_reiting {
	margin: 10px 0 0px 0;
	text-align: center;
	line-height: 1;
}

.leftpanel_reiting a{
    text-decoration: none;
	font-size: 12px;
	color: #333333;
    transition: all 0.25s ease-out 0s;
}
.leftpanel_reiting  a:hover{
	color: #5f9a00;
}

.leftpanel .knopka {
	width: 100%;
    display: block;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    padding: 9px 0px 9px 0px;
    border-radius: 7px;
    margin: 10px 0 0 0;
    border: 3px solid #9cce31;
	background: #9cce31;
    text-align: center;
    transition: all 0.25s ease-out 0s;
    cursor: pointer;
}

.leftpanel .knopka:hover {
	background: #ffffff;
	border: 3px solid #c5c5c5;
	color: #333333;
}


.leftpanel .knopka2 {
	width: 100%;
    display: block;
    font-weight: 400;
    color: #333333;
    font-size: 12px;
    padding: 6px 0px 6px 0px;
    line-height: 1.4;
    border-radius: 7px;
    margin: 20px 0 0 0;
    border: 2px solid #c5c5c5;
	background: #ffffff;
    text-align: center;
    transition: all 0.25s ease-out 0s;
    cursor: pointer;
	letter-spacing: -0.3px;
}

.leftpanel .knopka2:hover {
	background: #9cce31;
	border: 2px solid #9cce31;
	/*color: #ffffff;*/
}

.leftpanel .ostavit_otzyv_panel {
	display: none;
	font-size: 11px;
	padding: 10px 0 10px 0;
	width: 100% !important;
}
.leftpanel .ostavit_otzyv_panel a{
	display: inline-block;
	margin: 0 0 7px 0;
}


	@media (max-width: 1200px) {
		.leftpanel {
			/*display: none;*/
			opacity: 0;
			left: -280px;
		}
		.leftpanel .menu_adapt_zakryt{
			display: block;
		}
	}

	
	



	
	


/*анимация пунктов меню с акциями*/	
/*.menu_verh .punkt:nth-child(2) > a{
	-webkit-animation: anim_vazhno 5s infinite ease-in-out 0s;
    animation: anim_vazhno 5s infinite ease-in-out 0s;
	display: inline-block;
}
.menu_glav .punkt:nth-child(3) > a{
	-webkit-animation: anim_vazhno 5s infinite ease-in-out 0s;
    animation: anim_vazhno 5s infinite ease-in-out 0s;
}*/


	
	






	
	
/*.forma_karta {
	overflow: hidden;
}

.forma_karta .forma{
	background: #f6f7f8;
}

.forma_karta .forma_blok{
	float: right;
}

	@media screen and (max-width: 768px) {
		.forma_karta .forma_blok{
			float: none;
			margin: 0px auto;
		}
	}

	
	
	
.niz_kontakty .row > div{
	border-left: 1px solid #f9e2b6;
}	


.niz_kontakty a {
	text-decoration: none;
}	
	
	
.niz_kontakty .ikonka {
	color: #ecc047;
    font-size: 30px;
    margin-bottom: 5px;
}		
*/




.niz {
	padding: 50px 0 30px 0;
	/*background: #bfb1a6;*/
	/*background: #ccdded;*/
	background: #aac6e0;
    /*color: #FFFFFF;*/
    color: #333333;
    font-size: 14px;
}

.niz hr{
	width: 100%;
	height: 1px;
	/*background: #FFFFFF;*/
	background: #dddddd;
	border: 0;
	margin: 0 0 20px 0;
}

.niz a{
	/*color: #FFFFFF;*/
	color: #333333;
	text-decoration: none;
}

.niz a:hover{
	/*color: #FFFFFF;*/
	color: #333333;
}


.niz .socseti a{
	color: #597FFF;
	text-decoration: none;
}


.niz .razrabotchik {
	display: block;
	font-size: 11px;
	text-decoration: none;
}


@media screen and (max-width: 768px) {
    .niz {
		text-align: center;
	}
}



.blueimp-gallery a {
	text-decoration: none !important;
}








/*очистка стилей*/
.ochistka, .blok_2_foto, .blok_3_foto, .blok_4_foto, .blok_2_bloka, .blok_2_bloka > div, .blok_3_ikonki, .blok_3_ikonki > div , .blok_4_ikonki, .blok_4_ikonki > div {
	background: none;
    padding: 0px;
}


.yakor {
	background: none;
    padding: 0px;
}




.video_kontent {
	width: 47%;
	height: 300px;
	margin: 0 2% 20px 0;
}


	@media screen and (max-width: 768px) {
		.video_kontent {
			width: 100%;
			height: 300px;
			margin: 0 0 0px 0;
		}
	}








/*новый год*/

.logo_ng{
	position: absolute;
	z-index: 2;
	top: -39px;
	left: -13px;
	width: 50px !important;
	border: 0;
}



.novyi_god {
	position: fixed;
	z-index: 2000;
	bottom: 75px;
	right: -75px;
}

.novyi_god .tekst{
	position: absolute;
    top: 53px;
    left: 34px;
    color: #FFFFFF;
    transform: rotate(-25deg);
	font-size: 14px;
	text-align: center;
	line-height: 1.3;
}

.novyi_god .tekst2{
	position: absolute;
    top: 52px;
    left: 38px;
    color: #FFFFFF;
    transform: rotate(-25deg);
	font-size: 15px;
	text-align: center;
	line-height: 1.3;
}

.novyi_god2 {
	position: fixed;
	z-index: 2000;
	bottom: 75px;
	right: -50px;
}

.novyi_god2 .tekst{
	position: absolute;
    top: 44px;
    left: 17px;
    color: #FFFFFF;
    transform: rotate(-25deg);
	font-size: 14px;
	/*text-align: center;*/
	line-height: 1.2;
}


	@media screen and (max-width: 760px) { 
		.novyi_god {
			bottom: 80px;
			right: -60px;
		}
		.novyi_god img {
			width: 200px;
		}
		.novyi_god .tekst{
			top: 41px;
			left: 27px;
			font-size: 11px;
		}
		.novyi_god .tekst2{
			top: 41px;
			left: 28px;
			font-size: 13px;
		}
		.novyi_god2 {
			bottom: 80px;
			right: -40px;
		}
		.novyi_god2 img {
			width: 220px;
		}
		.novyi_god2 .tekst{
			top: 38px;
			left: 15px;
			font-size: 12px;
		}
	}
	
	
	
	
	
	
	
/*скрываем пока все переключатели закладок, оставив только Малыгина*/
.zakladki_kliniki  {
	display: none !important;
}







/*общие стили для врачей - для кнопок и всплывающих окон на врачах*/

.glav_vrachi .item {
	position: relative;
}

.vrach_akciya {
	position: absolute;
    top: 0px;
    right: 15px;
    border-radius: 5px;
    background: #9cce31;
    font-size: 12px;
    color: #FFFFFF;
    padding: 0 7px 0 7px;
    font-weight: 600;
    z-index: 2;
	white-space: nowrap
}

.owl-item .vrach_akciya {
    top: 0px;
    right: 0px;
}

.vrach_akciya_okno {
	margin: 0 0 30px 0;
    border-radius: 5px;
    background: #9cce31;
    font-size: 14px;
    color: #FFFFFF;
    padding: 10px 15px 10px 15px;
}

	@media screen and (max-width: 760px) { 
		.vrach_akciya {
			font-size: 11px;
		}
	}














/*второй вид анимации*/
.animation2 {
	-webkit-animation: anim_vazhno2 3s infinite ease-in-out 0s;
	animation: anim_vazhno2 3s infinite ease-in-out 0s;
}




@keyframes anim_vazhno2 {
	0% {transform: scale(1); background: #9cce31; border: 3px solid #9cce31; color: #FFFFFF;}
	40% {transform: scale(1); background: #9cce31; border: 3px solid #9cce31; color: #FFFFFF;}
	50% {transform: scale(1.1); background: none; border: 3px solid #c5c5c5; color: #333333;}
	60% {transform: scale(1); background: none; border: 3px solid #c5c5c5; color: #333333;}
	70% {transform: scale(1.1); background: none; border: 3px solid #c5c5c5; color: #333333;}
	80% {transform: scale(1); background: #9cce31; border: 3px solid #9cce31; color: #FFFFFF;}
	100% {transform: scale(1); background: #9cce31; border: 3px solid #9cce31; color: #FFFFFF;}
}
/*@-webkit-keyframes anim_vazhno2 {

}*/







/*всплывающее важное сообщение*/
.vazhno_soobshenie {
    position: fixed;
    display: none;
    z-index: 1000;
    width: 50%;
    max-width: 1100px;
    bottom: 10px;
    left: 10px;
    background: #FFFFFF;
    padding: 20px 20px 20px 20px;
    font-size: 14px;
    box-shadow: 5px 5px 10px #7b7b7b;
    border-radius: 10px;
}
.vazhno_soobshenie .zakryt {
	float: right;
    cursor: pointer;
    margin: -10px -10px 0 20px;
    width: 20px;
    height: 20px;
    font-size: 20px;
}


.vazhno_soobshenie input{
    width: 170px;
    height: 40px;
    display: block;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    /* padding: 9px 0px 9px 0px; */
    border-radius: 7px;
    margin: 10px 0 0 0;
    border: 3px solid #9cce31;
    background: #9cce31;
    text-align: center;
    transition: all 0.25s ease-out 0s;
    cursor: pointer;
}

.vazhno_soobshenie input:hover{
	background: #ffffff;
    border: 3px solid #c5c5c5;
    color: #333333;
}

    @media screen and (max-width: 760px) { 
        .vazhno_soobshenie {
              font-size: 14px;
              width: auto;
              bottom: 10px;
              left: 10px;
              right: 10px;
        }
    }






/*выделяем анонс конкретно у этой акции*/
.tip1#bx_3218110189_7984 .cena {
background: #ffbf00;
color: #333333;
}
/* End */
/* /bitrix/templates/template/components/bitrix/menu/glav/style.css?16214943195285 */
/* /bitrix/templates/template/components/bitrix/menu/verh/style.css?175372185911770 */
/* /bitrix/components/my/socseti/templates/.default/style.css?1621491511174 */
/* /bitrix/templates/template/components/bitrix/menu/uslugi_vnutr/style.css?17256161376207 */
/* /bitrix/templates/template/components/bitrix/menu/niz/style.css?16215021084131 */
/* /bitrix/components/my/forma_popup/templates/.default/style.css?17483640953647 */
/* /bitrix/components/my/widget/templates/.default/style.css?17713329933935 */
/* /bitrix/templates/template/styles.css?177860533314938 */
/* /bitrix/templates/template/template_styles.css?175949876312855 */
