select {
	outline: none !important;
	box-shadow: none !important;
}
button {
	outline: none !important;
	box-shadow: none !important;
}
a {
	outline: none !important;
	box-shadow: none !important;
}
input {
	outline: none !important;
	-webkit-appearance: none !important;
}
textarea {
	outline: none !important;
	-webkit-appearance: none;
}
img {
	outline: none !important;
}
body {
	font-family: 'Montserrat', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: 700;
}
.inner_sub_pages ul {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 40px 0;
}
.inner_sub_pages ul li {
	display: inline-block;
	margin: 15px;
}
.inner_sub_pages ul li a {
	padding: 20px 65px 20px 40px;
	display: inline-block;
	background: url(../img/right2.svg) center right 30px no-repeat #fff;
	border-radius: 10px;
	text-decoration: none;
	color: #000;
	box-shadow: 0 15px 35px rgba(0,0,0,.1) !important;
	transition: 0.3s;
}
.inner_sub_pages ul li a:hover {
	background-color: #FFE305;
	color: #000;
	transition: 0.3s;
}
.modal-body input {
	width: 100%;
	padding: 15px;
	border: 1px solid #e1e1e1;
	border-radius: 100px;
	margin-bottom: 15px;
	font-size: 15px;
}
.modal-body input:focus {
	border-color: #c1c1c1;
	outline: none !important;
}
.modal-body .invalid-feedback {
	margin: 0 0 20px 0;
	padding-left: 15px;
}
.send {
	background: #FBDC3E;
	border: 0 !important;
	box-shadow: 0px 15px 35px rgba(251, 220, 62, 0.2) !important;
	transition: 0.3s;
}
.send:hover {
	background: #FBD977;
	transition: 0.3s;
}
header .container-fluid {
	position: absolute;
	z-index: 99;
}
header .container-fluid .container .row {
	height: 94px;
}
header .col-xl-7 ul {
	margin: 0;
	padding: 0 30px;
	height: 94px;
	list-style: none;
	justify-content: space-between!important;
	display: flex!important;
}
header .col-xl-7 ul li {
	display: inline-block;
}
header .col-xl-7 ul li a , header .col-xl-7 ul li span {
	padding-top: 35px;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	transition: 0.3s;
}
header .col-xl-7 ul li a:hover {
	color: #FFE300;
	transition: 0.3s;
}
header .col-xl-7 ul .active span {
	box-shadow: inset 0 3px 0 #FFE300 !important;
	color: #FFE300 !important;
}
.logo picture {
	width: 105px;
	height: 100%;
	border-radius: 0 0 10px 10px;
	background: #fff;
	display: block;
	text-align: center;
	line-height: 94px;
}
header .phone {
	padding: 15px 0 15px 66px;
	background: url(../img/phone.svg) center left no-repeat;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	transition: 0.3s;
}
header .phone:hover {
	color: #FFE300;
	transition: 0.3s;
}
header .dropdown {
	display: inline-block;
	margin-left: 15px;
}
header .dropdown img {
	cursor: pointer;
}
.slide_bg {
	height: 690px;
	background: #444;
}
.slide_bg .col {
	padding-left: 0;
	padding-right: 0;
}
.slide_bg picture {
	height: 690px;
	display: flex;
	background: #000;
}
.slide_bg picture img {
	object-fit: cover !important;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}
.slide_bg .container-fluid {
	position: absolute;
	z-index: 9;
	height: 690px;
	color: #fff;
	top: 0;
}
.home_head {
	padding-top: 200px !important;
	padding-bottom: 100px !important;
}
.home_head h1 {
	font-size: 40px !important;
}
.slide_bg .ratio {
	border-radius: 100px;
	background: #FFE300;
	text-align: center;
}
.slide_bg .ratio .row {
	height: 100%;
	background: #FFE300;
	margin-left: 0;
	border-radius: 100px;
}
.slide_bg .ratio .row picture {
	height: 100%;
	width: 100%;
	display: block;
	background: transparent;
}
.slide_bg .ratio .row picture img {
	object-fit: contain;
	opacity: 1;
	width: 50%;
	height: 50%;
}
.slide_bg p {
	font-size: 17px;
	line-height: 25px;
}
.slide_bg .col-md-9 p {
	font-size: 15px;
	line-height: 25px;
	margin: 0;
}
.slide_bg .clearfix {
	margin-top: 60px;
}
.calc_button {
	display: inline-block;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	padding: 25px 50px;
	border-radius: 50px;
	background: #FFE300;
	margin-top: 30px;
	transition: 0.3s;
}
.calc_button:hover {
	background: #E5CC00;
	color: #000;
	transition: 0.3s;
}
.offcanvas-body ul {
	list-style: none;
	font-size: 20px;
	padding-left: 0;
	margin-bottom: 60px;
}
.offcanvas-body ul a , .offcanvas-body ul span {
	text-decoration: none;
	padding: 5px 0 5px 20px;
	color: #000;
}
.offcanvas-body li {
	margin-top: 30px;
}
.offcanvas-body .active span {
	box-shadow: inset 5px 0 0 #FFE300 !important;
}
.phone_menu {
	display: block;
	font-size: 20px;
	line-height: 40px;
	padding-left: 76px;
	background: url(../img/phone.svg) center left no-repeat;
	margin-bottom: 30px;
}
.phone_menu a {
	color: #000;
	text-decoration: none;
}
.adres_menu {
	display: block;
	font-size: 20px;
	line-height: 40px;
	padding-left: 76px;
	background: url(../img/adres_mobile.svg) center left no-repeat;
	margin-bottom: 30px;
}
.email_menu {
	display: block;
	font-size: 20px;
	line-height: 40px;
	padding: 5px 0 5px 76px;
	background: url(../img/email_mobile.svg) center left no-repeat;
	margin-bottom: 30px;
}
.email_menu a {
	color: #000;
	text-decoration: none;
}
.m_1 {
	position: fixed;
	top: 0;
	z-index: 99;
	margin-top: -70px;
	transition: 0.3s;
}
.m_2 {
	margin-top: 0;
	transition: 0.3s;
}
.mobile_head {
	height: 70px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,.1);
}
.mobile_head ul {
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: space-between!important;
	display: flex!important;
}
.mobile_head ul a {
	color: #777;
	text-decoration: none;
	transition: 0.3s;
}
.mobile_head ul a:hover {
	color: #000;
	transition: 0.3s;
}
.mobile_head ul .active span {
	color: #000;
	font-weight: 500;
}
.logo_m img {
	height: 50px !important;
	margin-top: 10px;
	margin-bottom: 10px;
}
.mobile_head .phone {
	font-size: 20px;
	font-weight: 500;
	padding: 5px 0 5px 45px;
	background: url(../img/phone.svg) center left no-repeat;
	background-size: 30px;
	text-decoration: none;
	color: #000;
	transition: 0.3s;
}
.mobile_head .phone:hover {
	color: #777;
	transition: 0.3s;
}
.dropdown-menu {
	width: 200px;
	margin-left: -185px !important;
	margin-top: 20px !important;
}
.dropdown-menu a {
	color: #000;
	text-decoration: none;
}
.calc_main {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #F9F9F9;
}
.calc_main .zag {
	font-size: 25px;
	margin-bottom: 50px !important;
}
.calc_main a {
	color: #000;
	text-decoration: none;
	font-size: 15px;
	padding: 20px 40px;
	background: #FFE300;
	border-radius: 50px;
	display: inline-block;
	margin-top: 50px;
	transition: 0.3s;
}
.calc_main a:hover {
	background: #F3D901;
	color: #000;
	transition: 0.3s;
}
.calc_main label {
	background: url(../img/checkbox_border.svg) top 15px left 15px no-repeat #fff;
	display: block;
	height: 100px;
	border-radius: 5px 30px 30px 30px;
	box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.03);
	padding: 15px 15px 15px 30px;
	cursor: pointer;
}
.calc_main label .container-fluid {
	height: 100%;
}
.calc_main label .container-fluid .row {
	height: 100%;
}
.calc_main label .container-fluid img {
	max-width: 100%;
}
#ch1, #ch2, #ch3, #ch4 {
	display: none;
}
#ch1:checked + label , #ch2:checked + label , #ch3:checked + label , #ch4:checked + label {
	background: url(../img/checkbox_checked.svg) top 15px left 15px no-repeat #fff;
}
.preim_block {
	padding-top: 50px;
	padding-bottom: 50px;
}
.preim_block .zag {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 50px !important;
}
.preim {
	padding: 80px 30px 30px 30px;
	background: #F9F9F9;
	border-radius: 30px;
	width: 100%;
	margin-top: 50px;
}
.preim b {
	font-size: 17px;
	font-weight: 500;
}
.preim p {
	font-size: 13px;
	margin-bottom: 0;
	margin-top: 15px;
}
.preim picture {
	width: 105px;
	height: 105px;
	border-radius: 105px;
	background: #FFE300;
	position: absolute;
	margin-top: -125px;
	margin-left: -30px;
}
.preim picture img {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 60px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
}
.gallery_main {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #F9F9F9;
}
.gallery_main .zag {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 50px !important;
}
.owl-carousel3 .container-fluid {
	height: 100%;
	padding-left: 0;
	padding-right: 0;
}
.owl-carousel3 .container-fluid .row {
	height: 100%;
}
.photo_1, .photo_2 {
	height: 340px;
	position: relative;
}
.photo_1 .container-fluid, .photo_2 .container-fluid {
	position: absolute;
	border-radius: 30px;
	top: 0;
}
.photo_1 span {
	width: 120px;
	height: 60px;
	display: inline-block;
	border-radius: 60px;
	background: #fff;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 60px;
	margin: 15px;
}
.photo_2 span {
	width: 120px;
	height: 60px;
	display: inline-block;
	border-radius: 60px;
	background: #FFE300;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 60px;
	margin: 15px;
}
.photo_1 picture, .photo_2 picture {
	position: relative;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.photo_1 picture img, .photo_2 picture img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 30px;
}
.photo_1:hover img, .photo_2:hover img {
	opacity: 0.8;
	transition: 0.3s;
}
.question_block {
	padding-top: 50px;
	padding-bottom: 50px;
}
.question_block .zag {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 20px !important;
}
.accordion-item {
	border: 0 !important;
	border-radius: 15px !important;
	margin-top: 30px;
}
.accordion-item h2 button {
	font-size: 17px;
	font-weight: 500;
	background: transparent;
	padding: 30px;
	border-radius: 15px !important;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05) !important;
}
.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #F9F9F9 !important;
    box-shadow: none !important;
}
.accordion-button::after {
	height: 15px !important;
    background-image: url(../img/down.svg) !important;
}
.accordion-body {
	padding: 30px 0 0 120px !important;
	background: url(../img/arrow2.svg) center left 40px no-repeat;
}
.accordion-body p {
	font-size: 15px;
	line-height: 25px;
}
.forma_1 {
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(../img/bg2.png) center no-repeat;
	background-size: cover;
	color: #fff;
}
.forma_1 .zag {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 40px !important;
}
.forma_1 p {
	font-size: 15px;
}
.forma_1 a {
	display: inline-block;
	padding: 20px 40px;
	border-radius: 50px;
	background: #FFE300;
	color: #000;
	text-decoration: none;
	font-size: 15px;
	margin-top: 30px;
	transition: 0.3s;
}
.forma_1 a:hover {
	color: #000;
	background: #F3D901;
	transition: 0.3s;
}
.shema_main {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #F9F9F9;
}
.shema_main .zag {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 50px !important;
}
.shema_block {
	background: url(../img/punktir.svg) right top 62px no-repeat;
}
.shema_block .container-fluid {
	padding-left: 0;
}
.shema_block picture {
	width: 140px;
	height: 140px;
	float: left;
	background: #fff;
	line-height: 140px !important;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
	border-radius: 30px;
	margin-bottom: 30px;
}
.shema_block picture img {
	width: 50px;
	height: 50px;
	display: block;
	margin-top: 45px;
}
.shema_block b {
	font-size: 20px;
	font-weight: 500;
}
.shema_block p {
	font-size: 15px;
	margin-bottom: 0;
	margin-top: 15px;
}
.last_shema {
	background: transparent;
}
.last_shema picture {
	background: #FFE300;
}
.owl-carousel4 {
	height: 400px;
}
.otz {
	padding-top: 50px;
	padding-bottom: 50px;
}
.otz .zag {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 50px !important;
}
.otz_text {
	border-radius: 30px;
	padding: 20px 30px;
	font-size: 13px;
	color: #fff;
	background: #1350BD;
}
.otz_text p {
	margin: 0;
	line-height: 26px;
}
.otz_text picture {
	position: absolute;
	margin-bottom: -11px;
}
.cl img {
	height: 15px;
	width: auto !important;
	margin-left: 30px;
	margin-bottom: 15px;
}
.otz_photo .ratio {
	border-radius: 200px;
}
.otz_photo .ratio picture {
	width: 100%;
	height: 100%;
	position: absolute;
}
.otz_photo .ratio picture img {
	object-fit: cover !important;
	width: 100%;
	height: 100%;
	border-radius: 200px;
}
.otz_name {
	font-size: 12px;
}
.otz_name b {
	display: block;
	font-size: 17px;
}
.footer_contacts {
	background: #f9f9f9;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 15px;
	font-weight: 500;
}
.footer_contacts a {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
.footer_contacts a:hover {
	color: #777;
	transition: 0.3s;
}
.footer_contacts b {
	font-size: 20px;
	font-weight: 600;
	display: block;
	margin-bottom: 30px;
}
.footer_contacts ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 400;
	line-height: 30px;
}
.footer_contacts ul a {
	font-size: 15px !important;
}
.phone_footer {
	padding: 5px 0 5px 75px;
	background: url(../img/phone.svg) center left no-repeat;
	display: block;
	line-height: 30px;
	margin-bottom: 30px;
}
.address_footer {
	padding: 10px 0 10px 75px;
	background: url(../img/adres_mobile.svg) center left no-repeat;
	display: block;
	line-height: 30px;
	margin-bottom: 30px;
}
.email_footer {
	padding: 10px 0 10px 75px;
	background: url(../img/email_mobile.svg) center left no-repeat;
	display: block;
	line-height: 30px;
}
.footer {
	background: #1350BD;
	font-size: 15px;
}
.footer .container {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
}
.footer a {
	color: #fff;
	opacity: 0.5;
	text-decoration: none;
	transition: 0.3s;
}
.footer a:hover {
	opacity: 1;
	color: #fff;
	transition: 0.3s;
}
.inner_head {
	padding-top: 150px;
	padding-bottom: 50px;
	background-size: cover !important;
}
.inner_head ul {
	list-style: none;
	color: #FFE300;
	font-size: 12px;
	display: block;
	margin: 0;
	padding: 0;
}
.inner_head li {
	display: inline-block;
}
.inner_head li:after {
	content: '»';
	color: #fff;
	margin-left: 5px;
}
.inner_head li:last-child:after {
	content: '';
}
.inner_head li a {
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}
.inner_head li a:hover {
	color: #FFE300;
	transition: 0.3s;
}
.inner_head h1 {
	display: block;
	margin-top: 15px;
	margin-bottom: 50px;
	font-size: 30px;
	font-weight: 500;
	color: #fff;
}
.head_text {
	margin-top: 60px !important;
}
.head_text p {
	color: #fff;
	line-height: 30px;
}
.pr_inner p {
	color: #fff;
	font-size: 15px;
	margin: 0;
}
.pr_inner .ratio picture {
	height: 100%;
	text-align: center;
	background: #FFE300;
	border-radius: 100px;
	display: flex;
}
.pr_inner .ratio picture img {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	margin-top: -20px;
}
.footer_contacts ul .active span {
	color: #1350BD !important;
	font-weight: 600 !important;
}
.inner_text {
	padding-top: 50px;
	padding-bottom: 50px;
	background-size: cover !important;
	color: #fff;
}
.inner_text h2 {
	font-size: 25px;
	font-weight: 600;
	display: block;
	margin-bottom: 50px;
}
.inner_text p {
	font-size: 15px;
	line-height: 30px;
	margin: 0 0 15px 0;
	text-align: justify;
}
.inner_text p:last-child {
	margin-bottom: 0
}
@media (max-width: 1200px) {
	header .col-xl-7 ul {
		padding: 0;
	}
	.calc_main .col-xl-3 {
		margin-top: 30px;
	}
	.calc_main .zag {
		margin-bottom: 20px !important;
	}
}
@media (max-width: 992px) {
	.slide_bg h1 {
		margin-top: 150px;
		margin-bottom: 20px;
	}
	.slide_bg .col-xl-2 {
		margin-top: 30px;
	}
	.photo_2 {
		margin-top: 30px;
	}
	.pr_inner .ratio picture img {
		width: 30px;
		height: 30px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 50%;
		margin-top: -15px;
	}
	.inner_head h1 {
		margin-bottom: 0;
	}
	.pr_inner {
		margin-top: 60px !important;
	}
	.pr_inner .ratio picture img {
		width: 40px;
		height: 40px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 50%;
		margin-top: -20px;
	}
}
@media (max-width: 768px) {
	.slide_bg .col-lg-5 {
		margin-bottom: 15px;
	}
	.slide_bg h1 {
		margin-top: 150px;
		margin-bottom: 0;
	}
	.slide_bg .col-xl-2 {
		margin-top: 50px;
	}
	.slide_bg {
		height: 830px;
	}
	.slide_bg picture {
		height: 830px;
	}
	.dropdown-menu {
		width: 200px;
		margin-left: 0 !important;
		margin-top: 20px !important;
	}
	.preim picture {
		width: 105px;
		height: 105px;
		border-radius: 105px;
		background: #FFE300;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		margin-top: -125px;
	}
	.footer_contacts b {
		margin-top: 60px;
	}
	.footer .col-md-4 {
		margin-bottom: 30px;
	}
	.footer_contacts .col-md-4:first-child b {
		margin-top: 0;
	}
	.footer .col-md-4:last-child {
		margin-bottom: 0;
	}
}
@media (max-width: 576px) {
	.slide_bg h1 {
		font-size: 30px;
	}
	header .phone {
		padding: 40px 0 0 0;
		font-size: 15px;
		background-position: center top;
		background-size: 30px;
	}
	header .dropdown {
		display: inline-block;
		margin-left: 0;
	}
	.slide_bg {
		height: 880px;
	}
	.slide_bg picture {
		height: 880px;
	}
	.mobile_head .phone {
		font-size: 13px;
		background-size: 30px;
		padding: 8px 0 8px 45px;
	}
	.photo_1, .photo_2 {
		height: 200px;
		background: #e1e1e1;
		border-radius: 30px;
	}
	.photo_1 span, .photo_2 span {
		font-size: 13px;
		width: 80px;
		height: 40px;
		line-height: 40px;
	}
	.accordion-body {
		padding: 30px 0 0 80px !important;
		background: url(../img/arrow2.svg) center left 20px no-repeat;
	}
	header .dropdown {
		display: none;
	}
	.pr_inner .ratio {
		margin-bottom: 15px !important;
	}
	.pr_inner .ratio picture img {
		width: 30px;
		height: 30px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 50%;
		margin-top: -15px;
	}
	.inner_sub_pages ul li {
		margin: 15px 0 !important;
	}
}
@media (max-width: 320px) {
}