

/* Start:/bitrix/templates/nazarenko2021/template_styles.css?173193916311468*/
/*template_styles.css*/
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 16px;

}
h1, .h1 {font-size: 45px;}
h2, .h2 {font-size: 35px;}
h3, .h3 {font-size: 30px;}
h4, .h4 {font-size: 25px;}
h5, .h5 {font-size: 15px;}
h6, .h6 {font-size: 10px;}

a, a:hover, a:visited, a:active {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	text-decoration: none;
}
.menu-wrapper {
	background: url(/bitrix/templates/nazarenko2021/img/menu-bg-transparent.png) repeat left top;
	/*font-family: 'Open Sans Semibold', sans-serif;*/
	font-weight: 600;
	overflow: hidden;
}
.menu-bg {
	color: #fff;
	padding: 15px 0;
}
.menu-bg a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	padding: 0 20px 0 0;
}
.menu-bg a:hover {
	color: #4594d2;
}
.menu-bg .phone {
	font-size: 22px;
	font-weight: bold;
}
.menu-bg .contact {
	position: relative;
}
.menu-bg .social {
	position: absolute;
	right: 15px;
	top: -30px;
}
.logo-b, .logo {
	position: relative;
	z-index: 3;
}
.logo-bg {
	position: absolute;
	top: -15px;
	left: -90px;
	z-index: 2;
}
.fixed.menu-wrapper .logo {
	height: 50px;
}
.fixed.menu-wrapper .social {
	top: -18px;
}
.fixed.menu-wrapper .menu-bg {
	padding: 10px 0;
}
.fixed.menu-wrapper .phone {
	font-size: 20px;
}

.intro-inner,
.intro-main {
	background: url(/bitrix/templates/nazarenko2021/img/intro-main-bg.jpg) no-repeat -150px top;
	background-size: cover;
	height: 768px;
}
.intro-inner {
	/*height: 460px;*/
	height: 360px;
	background-position: left top;
	background: url(/bitrix/templates/nazarenko2021/img/intro-inner-bg.jpg) no-repeat -250px top;
}

.awards {
	background: url(/bitrix/templates/nazarenko2021/img/awards-pattern.jpg?v=2) repeat 0 0;
	min-height: 500px;
	padding: 80px 0 0 0;
}
.award {
	position:relative;
	min-height:111px;
	padding:0px 21px;
	text-align:center;
	font-size: 20px;
	line-height: 130%;
	margin: 0 0 50px 0;
}
.award:after,
.award:before {
	content:" ";
	width:53px;
	height:111px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	background:url(/bitrix/templates/nazarenko2021/img/award.png) no-repeat 0 0;
}
.award:before {
	left:0px;
}
.award:after {
	right:0px;
	background-position:top right;
}
.award .big {
	font-size: 30px;
}
.award .small {
	font-size: 17px;
}
.upper {
	text-transform: uppercase;
}
.award .bold {
	/*font-family: 'Open Sans ExtraBold', sans-serif;*/
	font-weight: 800;
}
.award .align-self-center {
	width: 100%; 
	text-align: center;
}

.light-bg {
	background: #dddddd;
}
.dark-bg {
	background: url(/bitrix/templates/nazarenko2021/img/pattern-dark.jpg) repeat left top #151925;
	color: #fff;
}
.f-bg {
	background: url(/bitrix/templates/nazarenko2021/img/logo-transparent-big.png) no-repeat right center #e6f2fb;
	padding: 25px;
}
.light-pattern-bg {
	background: url(/bitrix/templates/nazarenko2021/img/awards-pattern.jpg?v=2) repeat 0 0;
	color: #101010;
}
.intro-inner .content,
.intro-main .content,
.consult {
	font-size: 24px;
	/*font-family: 'Open Sans Light', sans-serif;	*/
}
.intro-inner .title,
.intro-main .title,
.consult .title {
	font-size: 60px;
	line-height: 65px;
	/*font-family: 'Open Sans SemiBold', sans-serif;*/
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 20px;
}
.intro-inner .title {
	font-size: 45px;
}
.intro-inner .subtitle,
.intro-main .subtitle,
.consult .subtitle {
	font-size: 40px;
	line-height: 45px;
}
.intro-inner .subtitle {
	font-size: 30px;
}
.consult .title,
.consult .subtitle,
.consult .text {
	padding-left: 20px;
}
.consult .action {
	margin-top: 30px;
}
.shadow {
	box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 10%) !important;
}
.shadow-strong {
	box-shadow: 0px 10px 32px 0px rgb(0 0 0 / 90%) !important;
}
.btn {
	outline: none !important;
	background: transparent;
}
.btn-lg {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 27px;
}
.btn-primary {
	border-collapse:collapse;
	border-color:transparent;
	border-width:0;
	border-style:none;
	border:0;
	border-radius:5px; 
	box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 10%), inset 0 -7px 0 0 #1c4f8a; 
	background: url(/bitrix/templates/nazarenko2021/img/btn-primary-gradient.png) repeat-x left bottom #328ad3 !important;	
	/*font-family: 'Open Sans SemiBold', sans-serif;*/
	font-weight: 600;
	font-weight: 800;
	text-transform: uppercase;
	transition: 0.0s;
}
.btn-primary.active, .btn-primary.selected,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	box-shadow:0px 10px 10px 0px rgb(0 0 0 / 10%), inset 0 -7px 0 0 #113156; 
	background: url(/bitrix/templates/nazarenko2021/img/btn-primary-gradient-hover.png) repeat-x left bottom #1f5684 !important;
	transition: 0.0s;
}
.btn-warning {
	border-collapse:collapse;
	border-color:transparent;
	border-width:0;
	border-style:none;
	border:0;
	border-radius:5px; 
	box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 10%), inset 0 -7px 0 0 #570e12; 
	background: url(/bitrix/templates/nazarenko2021/img/btn-warning-sprite.png) repeat-x left bottom !important;	
	/*font-family: 'Open Sans ExtraBold', sans-serif;*/
	font-weight: 800;
	font-size: 25px;
	text-transform: uppercase;
	max-height: 75px;
	transition: 0.0s;
	color: #fff;
	padding-top: 16px;
	padding-left: 45px;
	padding-right: 45px;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
	background-position: left top !important;
	transition: 0.0s;
	color: #fff;
	outline: none;
	border: none;
}

.event-list {
	padding-bottom: 60px;
}
.event-list.in {
	padding-top: 60px;
}
.event-item {
	position: relative;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 80px;
	background-color: #e6f2fb;
	border-radius: 0 0 5px 5px;
	/*height: 404px;*/
	margin: 0 0 15px 0;
	background-size: contain;
}
.event-item .in {
	padding: 15px 15px 0 15px;
	line-height: 30px;
}
.event-item .in > div {
	padding-bottom: 10px;
}
.event-item .title {
	max-width: 70%;
	text-transform: uppercase;
}
.event-item .preview {
	line-height: 120%;
	width: 60%;
}
.event-item .title a {
	color: #000;
	text-decoration: none;
	font-size: 30px;
	/*font-family: 'Open Sans SemiBold', sans-serif;*/
	font-weight: 600;
}
.event-item .place {
	font-size: 20px;
	text-transform: uppercase;
}
.event-item .date {
	font-size: 14px;
	text-transform: uppercase;
}
.event-item .time {
	font-size: 20px;
	/*font-family: 'Open Sans ExtraBold', sans-serif;*/
	font-weight: 800;
	text-transform: uppercase;
}
.event-item .url {
	text-decoration: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.event-item .in .action {
	padding-bottom: 0px;
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	z-index: 3;
}

.event-detail {
	padding-top: 60px;
	padding-bottom: 60px;
}

.block-title {
	text-align: center;
	padding: 40px 20px;
}
.dark-bg .block-title {
	color: #fff;
}

.event-offline {
	text-align: center;
	padding-top: 30px;
}
.event-offline .action {
	padding: 50px 0;
}
.products {
	padding-bottom: 30px;
}
.products .title {
	padding-bottom: 30px;
}
.products .title a {
	font-size: 40px;
	text-decoration: none;
	color: #000;
	/*font-family: 'Open Sans SemiBold', sans-serif;*/
	font-weight: 600;
}
.products .type {
	color: #5b9ed3;
	/*font-family: 'Open Sans ExtraBold', sans-serif;*/
	font-weight: 800;
	font-size: 20px;
}
.products .action {
	text-align: center;
	padding-top: 30px;
}
.products .action .btn {
	min-width: 220px;
}

footer {
	background: #e6f2fb;
	padding: 60px 0;
}
footer, footer a {
	color: #151925;
}
.mob-nav .social,
footer .social {
	font-size: 40px;
}
footer .contact a {
	text-decoration: none;
}
.msg-btns a {
	text-decoration: none;
}
.msg-btns img,
footer .contact .icons img {
	height: 40px;
	margin: 5px;
	margin-left: 0px;
}
footer .contact .phone {
	/*font-family: 'Open Sans ExtraBold', sans-serif;*/
	font-weight: 800;
	font-size: 22px;
}

footer .menu a {
	display: inline-block;
	padding: 4px 0;
}


.after-footer {
	background: #dae8f2;
	font-size: 13px;
	text-align: center;
	padding: 10px 0;
}
.after-footer a {
	text-decoration: none;
	color: #000;
	display: inline-block;
	padding: 5px 10px;
}

#up {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 7px;
	font-size: 45px;
	color: #328ad3;
	cursor: pointer;
}
.intro-inner .content,
.intro-main .content {
	background: url(/bitrix/templates/nazarenko2021/img/intro-text-bg.png) repeat-y left;
	color: #fff;
	max-width: 615px;
}
.intro-main .wrap {
	padding: 150px 0 0 50px;
}
.intro-inner .wrap {
	padding: 125px 0 0 50px;
}
.intro-inner .title,
.intro-main .title {
	font-size: 70px;
	font-weight: 800;
}
.intro-inner .title {
	font-size: 45px;
}
.intro-inner .title br {
	display: none;
}
.intro-inner .text {
	font-size: 20px;
}
.intro-main .action {
	padding: 45px 0;
}
.intro-inner .action {
	padding: 25px 0;
	display: none;
}
.intro-main .birds {
	font-size: 16px;
}
.intro-main .birds strong {
	/*font-family: 'Open Sans ExtraBold', sans-serif;*/
	font-weight: 800;
}
.mob-nav .logo-mob,
.menu-mob .logo-mob {
	height: 50px;
	padding-left: 10px;
}
.mob-nav,
.menu-mob .menu-bg {
	padding: 10px 0;
}
.mob-nav .icon,
.menu-mob .icon {
	font-size: 40px;
	line-height: 0;
	color: #328ad3;
}
.mob-nav .content {
	padding: 20px 26px;
}
.mob-nav .menu {
	padding-bottom: 30px;
}
.mob-nav a {
	color: #fff;
	text-decoration: none;
}
.mob-nav .menu a {
	display: block;
	padding: 7px 0;
}
.mob-nav .msg-btns a,
.mob-nav .social a {
	color: silver;
	padding-right: 15px;
}
.mob-nav .msg-btns a {
	font-size: 40px;
}

.pagetitle {
	font-size: 45px;
	font-weight: 300;
	text-align: center;
	padding: 50px 10px;
}

blockquote.dark-bg {
	color: #fff;
}
.logo-blue-bg {
	background: url(/bitrix/templates/nazarenko2021/img/logo-blue-big.png) no-repeat right center;
}
blockquote.dark-bg .logo-blue-bg {
	padding: 50px 20px;
}
.bg-num {
	min-height: 205px;
	color: #fff;
	padding-top: 180px !important;
}
.bg-num h4 {
	font-weight: 600;
	font-size: 20px;
}
.bg-num-1 {
	background: url(/bitrix/templates/nazarenko2021/img/bg-num-1.jpg) no-repeat 0 0 #60aae6;	
}

.zapis.form {
	font-size: 20px;
	margin-top: 30px;
}
.zapis.form .form-group {
	padding-top: 30px;
}
.zapis.form .f-col {
	padding-top: 30px;
	padding-bottom: 30px;
}
.zapis.form .pay-icons {
    background: #e6f2fb;
    padding: 10px;
    margin: 0;
}
.article-list .card {
	margin: 20px 0;
}
.article-list .card .img {
	height: 200px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.article-list .card .img a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
@media(max-width: 768px){
	.btn {
		padding-left: 10px;
		padding-right: 10px;
		display: block;
	}
	.intro-inner .title,
	.intro-main .title,
	.consult .title,
	.products .title a,
	h1, .h1 {
		font-size: 34px;
		line-height: 1.2;
	}
	.pagetitle,
	.intro-inner .subtitle,
	.intro-main .subtitle,
	.consult .subtitle,
	h2, .h2 {font-size: 28px;}
	h3, .h3 {font-size: 24px;}
	.consult,
	h4, .h4 {font-size: 20px;}
	h5, .h5 {font-size: 16px;}
	h6, .h6 {font-size: 12px;}
	.consult .photo {
		border-bottom: 3px solid #328ad3;
	}
	.consult {
		padding-bottom: 20px;
	}
	footer {
		padding: 20px;
	}
	footer .logo {
		padding-top: 20px;
	}
	.intro-inner,
	.intro-main {
		height: auto;
	}
	.intro-inner .wrap,
	.intro-main .wrap {
		padding: 20px;
		padding-top: 80px;
	}
	.intro-inner .action .btn,
	.intro-main .action .btn {
	    font-size: 18px;
	    padding-left: 5px;
	    padding-right: 5px;
	    display: block;
	    text-align: center;
	}
	.award {
		margin-bottom: 10px;
	}
	.intro-inner {
		background-position: -350px 0px;
	}
	.event-item {
		height: auto !important;
	}
}


.btn-text-upd {
	display: none;
}

#item-id-1468, #item-id-1467 {
	display: none;
}
/**/
#item-id-1497 .event-item {
	background-color: #211e1d;
}
#item-id-1497 .event-item,
#item-id-1497 .event-item .title a {
	color: #fff;
}
/**/
/* End */
/* /bitrix/templates/nazarenko2021/template_styles.css?173193916311468 */
