body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0 -80px;
	overflow-x: hidden;
}

.youtube {
	width: 100%;
	height: 315px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: all 200ms ease-out;
	cursor: pointer;
}

.youtube .play {
	background: url('../img/youtube-play-btn.png') no-repeat;
	background-position: 0 -50px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	height: 50px;
	width: 69px;
	transition: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.youtube:hover .play {
	background-position: 0 0;
}

.video-comment .youtube {
	height: 157px;
}

.i img {
	width: 37px;
	margin-left: 12px;
}

.w img {
	width: 37px;
	margin-left: 21px;
}

.navbar-collapse {
	margin-left: -63px;
}

.w-toogle,
.i-toogle {
	display: none;
}

.instruction {
	background-color: rgb(0, 158, 103) !important;
}

.instruction:hover {
	box-shadow: 0px 5px 13px 0px rgb(0, 158, 103) !important;
}

/*
.instruction-header{
	font-size: 24px;
	line-height: 34px;
}
*/
.instr {
	margin-bottom: 50px;
}

nav {
	z-index: 210;
	background-color: rgb(0, 158, 103);
	color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgb(0, 158, 103);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	position: fixed !important;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	border-bottom-left-radius: 31% 116px;
	border-bottom-right-radius: 31% 116px;
	box-shadow: 1px 1px 20px 0 #00000075;
}

.navbar-brand img {
	width: 54%;
	height: auto;
}

.nav-link {
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition: .2s;
}

.nav-link:hover {
	color: #000 !important;
}

.nav-item {
	margin-right: 15px;
}

.current .nav-link {
	color: #000 !important;
}

.tel {
	background-color: rgba(0, 158, 103, 0);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: rgb(0, 126, 82);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 17px;
	color: rgb(255, 255, 255);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}

.tel:focus,
.tel:active {
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	border-color: rgb(22, 229, 157);
	background-color: rgb(4, 144, 95);
}

.tel a {
	color: #fff;
	font-weight: 400;
}

.tel a:hover {
	text-decoration: none;
}

header {
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.51) 0%, rgba(0, 0, 0, 0.51) 100%), url(../img/header.jpg) no-repeat center center/cover;
	background-attachment: fixed;
	padding-top: 146px;
	position: relative;
}

h1 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

header h2 {
	line-height: 40.6px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.bigcircle-bottom {
	position: absolute;
	z-index: 1;
	bottom: 0;
	height: 50px;
	width: 100%;
}

.bigcircle-bottom svg {
	display: block;
	width: 100%;
	height: 100%;
}

.girl {
	width: 100%;
	height: auto;
}

.coupon {
	padding-top: 224px;
	padding-bottom: 30px;
	width: 70%;
	background: #141921d6;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.42);
	border-radius: 3px;
	position: relative;
	height: 360px;

}

.text-cupoun {
	font-weight: 700;
	color: #ff2626;
}

.lock {
	font-weight: 400;
	margin-top: 8px;
	font-size: 15px;
}

.btn {
	background: #d20000;

	text-transform: uppercase;
	box-shadow: 0px 4px 8.01px 0.99px rgba(0, 0, 0, 0.44);
	font-size: 20px;
	color: #fff !important;
	border-radius: 4px;
	padding: 15px 27px;
	letter-spacing: 1px;
	font-weight: bold;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	overflow: hidden;
}

.btn:before {
	content: "";
	background: rgba(255, 255, 255, 0.5);
	height: 100%;
	width: 3em;
	display: block;
	position: absolute;
	top: 0;
	left: -4.5em;
	-webkit-transform: skewX(-45deg) translateX(0);
	transform: skewX(-45deg) translateX(0);
	-webkit-transition: none;
	transition: none;
}

.btn:hover {
	color: #fff;
	box-shadow: 0px 5px 13px 0px rgb(118, 0, 0);
}

.btn:hover:before {
	-webkit-transform: skewX(-45deg) translateX(21em);
	transform: skewX(-45deg) translateX(21em);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.header-text {
	margin-bottom: 50px;
}

.coupon .btn {
	margin-top: 10px;
}

.coupon img {
	width: 89%;
	height: auto;
	position: absolute;
	top: -34px;
	left: 21px;
	right: 0;
}

.adv {
	background: url(../img/top-bg.jpg) no-repeat center center/cover;
	padding: 80px 0;
	border-bottom-left-radius: 50% 168px;
	border-bottom-right-radius: 50% 168px;
	position: relative;
	z-index: 5;
}

h2 {
	font-size: 39px;
	line-height: 56px;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
}

.list {
	margin-top: 80px;
	margin-bottom: 50px;
}

.list .item {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	border-radius: 5px;
}

.list .item h4 {
	font-size: 18px;
	line-height: 30px;
	margin-top: 12px;
	margin-bottom: 7px;
	font-weight: 700;
}

.list .item p {
	font-size: 17px;
	line-height: 24px;
}

.list .item img {
	width: 70%;
	height: auto;
	border-radius: 50%;
}

.adv .btn {
	margin-top: 10px;
}

.besides {
	background: url(../img/calculation.jpg) no-repeat center center/cover;
	padding: 180px 0;
	margin-top: -100px;
	border-bottom-left-radius: 50% 168px;
	border-bottom-right-radius: 50% 168px;
	position: relative;
	z-index: 4;
}

.item-besides {
	text-align: left;
	margin-top: 50px;
}

.item-besides .fas {
	font-size: 55px;
	color: #009e67;
	margin-bottom: 6px;
}

.besides h4 {
	font-size: 21px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 1px;
}

.info-section {
	background: url(../img/old-paper-texture.jpg) no-repeat center center/cover;
	padding-top: 231px;
	padding-bottom: 80px;
	margin-top: -167px;
	border-bottom-left-radius: 50% 168px;
	border-bottom-right-radius: 50% 168px;
	position: relative;
	z-index: 3;
}

.iconbox-style-3 {
	text-align: center;
	color: #009e67;
	font-size: 20px;
}

.iconbox-style-3 .iconbox-number {
	font-size: 60px;
	font-weight: 800;
	color: #009e67;
	margin-bottom: 5px;
}

.tel-toogle {
	display: none;
}

.tel-toogle:hover {
	color: #fff !important;
}

.iconbox-number-two {
	display: none;
	font-size: 18px;
	font-weight: 800;
	color: #009e67;
	margin-bottom: 5px;
}

.iconbox-style-3 .iconbox-title {
	font-weight: 800;
	display: block;
	font-size: 21px;
	color: #333;
	margin-top: 5px;
	text-transform: uppercase;
}

.calculation {
	background: url(../img/form-image3.png) 50% 50% no-repeat, linear-gradient(45deg, rgba(4, 167, 110, 0.23) 0%, rgba(0, 158, 103, 0.23) 100%), url(../img/form-bg1.jpg) no-repeat center center/cover;
	padding-top: 180px;
	padding-bottom: 80px;
	margin-top: -100px;
	border-bottom-left-radius: 50% 168px;
	border-bottom-right-radius: 50% 168px;
	position: relative;
	z-index: 2;
}

.calculation-form {
	background: #fff;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	padding: 75px 0px 80px;
}

.calculation input,
.calculation select {
	width: 80%;
	margin-bottom: 8px;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #4444;
}

.calculation h2 {
	font-size: 24px;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: 900;
	color: #32343b;
	margin-bottom: 20px;
}

.calculation .btn {
	margin-top: 10px;
}

.text-form {
	font-weight: 500;
	font-size: 20px;
	margin-top: 15px;
}

.types-products {
	padding: 80px 0;
}

.types-products h2 {
	margin-bottom: 80px;
}

.box {
	display: block;
	height: 100%;
	padding-bottom: 3rem;
	position: relative;
	/* ---Pricing box--- */
	/* ---Feature box--- */
	/* ---Image box--- */
}

.box .box__wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: .3s ease;
	position: relative;
	overflow: hidden;
}

.box .box__header {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.box .box__image {
	margin-bottom: 0rem;
}

.box .box__content {
	padding-top: 1rem;
	padding-bottom: 1rem;
	/**/
	flex: 1 1 auto;
}

.box .box__footer {
	padding-top: 1rem;
	padding-bottom: 2rem;
	/**/
	margin-top: -3rem;
}

.box.box--pricing .box__wrapper {
	background-color: #fff;
	border-radius: .3rem;
	box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
	text-align: center;
}

.box.box--pricing .box__header {
	background-color: rgba(0, 0, 0, .06);
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.box.box--pricing .box__content {}

.box.box--pricing .box__footer {
	padding-top: 2.5rem;
}

.box.box--pricing h4 {
	font-weight: 600;
	margin-bottom: 1rem;
	opacity: .8;
}

.box.box--pricing h5 {
	opacity: .5;
}

.box.box--pricing .price {
	font-weight: 500;
	margin-bottom: .2rem;
	font-size: 22px;
}

.box.box--pricing ul {
	opacity: .6;
}

.box.box--pricing.promoted {
	transform: scale(1.03);
}

.box.box--pricing .box__wrapper .box__image {
	-webkit-filter: grayscale(70%);
	-moz-filter: grayscale(70%);
	-ms-filter: grayscale(70%);
	-o-filter: grayscale(70%);
	filter: grayscale(70%);
}

.box.box--pricing .box__wrapper:hover {
	background-color: #29be55;
	box-shadow: 0 1rem 2.2rem rgba(0, 0, 0, .2);
	color: #fff;

}

.info-product {
	transition: .3s;
	font-weight: 500;
}

.box.box--pricing .box__wrapper:hover .info-product {
	color: #d20000;
	background: #fff;
	padding: 5px;
	border-radius: 4px;
	text-decoration: none;

}

.box.box--pricing .box__wrapper:hover .box__image {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: none;
	transition: .3s ease;
}

.box.box--pricing.promoted ul,
.box.box--pricing.promoted .price {
	color: #fff;
	opacity: 1;
}

.box.box--feature {
	text-align: center;
}

.box.box--image {
	height: 48rem;
	transition: .3s transform ease;
}

.box.box--image .additional-info figure {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 2rem;
}

.box.box--image .additional-info figure i {
	opacity: .3;
}

.box.box--image .additional-info figure span {
	opacity: .5;
}

.box.box--image p {
	line-height: 1.6;
	margin-bottom: 0;
	position: relative;
}

.box.box--image .box__wrapper {
	background-color: #fff;
	border-radius: .3rem;
	box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
	overflow: hidden;
	position: relative;
}

.box.box--image .box__header {
	height: 30rem;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

.box.box--image .box__content {
	background-color: #fff;
	bottom: 0;
	min-height: 15rem;
	padding: 3rem;
	position: absolute;
	width: 100%;
}

.box.box--image h4 {
	font-weight: 600;
	margin-bottom: 1rem;
}

.box.box--image h5 {
	opacity: .5;
}

.box.box--image:hover .box__wrapper {
	box-shadow: 0 .4rem 3rem rgba(0, 0, 0, .25);
}

.box.box--image.box--image--full-image {
	color: #fff;
}

.box.box--image.box--image--full-image .box__header {
	height: 100%;
}

.box.box--image.box--image--full-image .box__image {}

.box.box--image.box--image--full-image .box__image:before {
	transition: .3s ease;
	opacity: .7;
	border-radius: .3rem;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40rem;
	content: "";
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.box.box--image.box--image--full-image .box__content {
	background-color: transparent;
	min-height: inherit;
}

.box.box--image.box--image--full-image h4 {
	font-size: 3.6rem;
	position: relative;
	bottom: 0;
	transition: .3s ease;
}

.box.box--image.box--image--full-image h5 {
	bottom: 3rem;
	opacity: 0;
	transition: .3s ease;
	position: absolute;
}

.box.box--image.box--image--full-image:hover .box__wrapper {
	box-shadow: 0 .4rem 3rem rgba(0, 0, 0, .5);
}

.box.box--image.box--image--full-image:hover .box__image {}

.box.box--image.box--image--full-image:hover .box__image:before {
	opacity: .9;
}

.box.box--image.box--image--full-image:hover h4 {
	bottom: 2.5rem;
}

.box.box--image.box--image--full-image:hover h5 {
	opacity: .4;
}

.background--image,
.img-into-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.height-300px {
	height: 300px;
}

.modal-content {
	border-radius: 0;
	border: none;
}

.modal-header {
	border-bottom: 0;
	padding-bottom: 0;
	padding-top: 27px;
}

.modal-body form {
	margin: 20px 0;
}

.modal-body h5 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 25px;
}

.modal-body h6 {
	text-align: center;
	font-weight: 400;
	font-size: 18px;
}

.modal-body form input,
.modal-body form button {
	width: 65%;
	margin: 3px auto;
}

.modal-body form input:active,
.modal-body form input,
.modal-body form button:focus,
.modal-body form button:active,
.modal-body form input,
.modal-body form button:focus {
	outline: none;
}

.modal-content .close {
	color: #d20000;
	border-bottom: 2px solid #8e0b0b !important;
}

.modal-content button.close {
	border: 1px solid #d20000;
	border-radius: 50%;
	padding: 4px 9px;
	margin-right: 0;
	position: relative;
	z-index: 1;
}

.modal-body form input,
.form-date input {
	border: none;
	border-bottom: 2px solid #7c7c7c;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 1px;
	background: none;
	margin-top: 22px;
}

.modal-body form button {
	margin-top: 15px;
}

.modal-body p {
	text-align: center;
}

.name-form {
	background: url(../img/user.svg)no-repeat left/contain !important;
	padding-left: 35px !important;
}

.date-form {
	background: url(../img/calendar.svg)no-repeat left/contain !important;
	padding-left: 35px !important;
}

.tel-form {
	background: url(../img/phone.svg)no-repeat left/contain !important;
	padding-left: 35px !important;
}

.email-form {
	background: url(../img/email.svg)no-repeat left/contain !important;
	padding-left: 35px !important;
}

.calendar-section {
	padding-top: 80px;
	padding-bottom: 150px;
	background: #fff;
	border-bottom-left-radius: 50% 168px;
	border-bottom-right-radius: 50% 168px;
	position: relative;
	z-index: 12;
}

.calendar-section h2 {
	margin-bottom: 80px;
}

.form-calendar {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 18px 2px rgba(25, 28, 35, .06);
	box-shadow: 0 2px 18px 2px rgba(25, 28, 35, .06);
	padding-top: 60px;
	padding-bottom: 46px;
	padding-left: 44px;
	padding-right: 44px;
}

.form-date {
	margin-top: 30px;
}

.form-date input {
	width: 100%;
	margin-bottom: 22px;
	margin-top: 0;
	outline: none !important;
}

.form-date button {
	width: 100%;
}

a:active,
a:focus,
.modal-content buttona:active,
.modal-content button:focus {
	outline: none;
}

.documents__slider .slick-prev,
.documents__slider .slick-next,
.building__slider .slick-prev,
.building__slider .slick-next,
.client__slider .slick-prev,
.client__slider .slick-next,
.comments__slider .slick-prev,
.comments__slider .slick-next {
	z-index: 1;
	height: 60px;
	width: 60px;
	opacity: 1;
	border: 2px solid #fff;
	background-size: 36px 36px;
	background-color: rgba(0, 0, 0, 0.60);
	background-repeat: no-repeat;
	transition: all .1s ease-out 0s;
	border-radius: 50%;
	background-color: #d20000;
}

.documents__slider .slick-prev,
.documents__slider .slick-prev:focus,
.building__slider .slick-prev,
.building__slider .slick-prev:focus,
.client__slider .slick-prev,
.client__slider .slick-prev:focus,
.comments__slider .slick-prev,
.comments__slider .slick-prev:focus {
	background-image: url(../img/prev.png);
	background-position: 29% center;
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	left: 0;
}

.documents__slider .slick-next,
.building__slider .slick-next,
.client__slider .slick-next,
.comments__slider .slick-next {
	background-image: url(../img/next.png);
	background-position: 71% center;
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	right: 0;
}

.documents__slider .slick-prev:hover,
.documents__slider .slick-prev:active,
.documents__slider .slick-next:hover,
.building__slider .slick-prev:hover,
.building__slider .slick-prev:active,
.building__slider .slick-next:hover,
.building__slider .slick-next:active,
.client__slider .slick-prev:hover,
.client__slider .slick-prev:active,
.client__slider .slick-next:hover,
.client__slider .slick-next:active,
.comments__slider .slick-prev:hover,
.comments__slider .slick-prev:active,
.comments__slider .slick-next:hover,
.comments__slider .slick-next:active {
	background-color: rgba(0, 0, 0, 0.80);
}

.building__item {
	position: relative;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
}

.building__item-wrapper {
	position: relative;
	overflow: hidden;

}

.documents__slider {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.documents__slider__item {
	display: block;
	text-align: center;
}

.documents__slider__item img {
	display: inline-block;
}

.slick-slide:nth-child(odd) .building__item {
	padding-right: 5px;
}

.slick-slide:nth-child(even) .building__item {
	padding-left: 5px;
}

.slick-slide:nth-child(odd) .building__item:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20%;
	height: 100%;
}

.slick-slide:nth-child(even) .building__item:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 20%;
	height: 100%;
}

.building__item b {
	font-size: 19px;
}

.building__item img {
	width: 100%;
	transition: all .6s ease-out 0s;
}

.building__item img:hover {
	transform: scale(1.15);
}

.building__price {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 16px;
	padding: 11px 0 9px 25px;
	width: 100%;
	color: #fff;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

.slick-prev:before,
.slick-next:before {
	display: none;
}

.catalog {
	background: url(../img/catalog.png) 0% bottom no-repeat, url(../img/catalog-bg.jpg) center center/cover no-repeat;
	padding: 80px 0 180px;
	margin-top: -100px;
	border-bottom-left-radius: 50% 168px;
	border-bottom-right-radius: 50% 168px;
	position: relative;
	z-index: 15;
}

.catalog h3,
.qustions h3 {
	font-size: 39px;
	text-transform: uppercase;
	line-height: 47px;
	font-weight: 900;
}

.catalog p,
.qustions p {
	color: #32343b;
	font-size: 16px;
	line-height: 27px;
}

.building {
	background: url(../img/gallery_bg.jpg) no-repeat center center/cover;
	padding: 180px 0;
	margin-top: -100px;
	border-bottom-left-radius: 50% 168px;
	border-bottom-right-radius: 50% 168px;
	position: relative;
	z-index: 14;
}

.building h2 {
	margin-bottom: 80px;
}

.building .btn {
	margin-top: 30px;
}

.client {
	background: url(../img/top-bg.jpg) no-repeat center center/cover;
	padding: 180px 0;
	margin-top: -100px;
	border-bottom-left-radius: 50% 168px;
	border-bottom-right-radius: 50% 168px;
	position: relative;
	z-index: 13;
}

.client h2 {
	margin-bottom: 80px;
}

.client-logo img {
	width: 90%;
	height: auto;
	margin: 0 auto;
}

.client__slider .slick-track {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.comments {
	background: url(../img/calculation.jpg) no-repeat center center/cover;
	padding: 180px 0;
	margin-top: -100px;
	border-bottom-left-radius: 50% 168px;
	border-bottom-right-radius: 50% 168px;
	position: relative;
	z-index: 12;
}

.comments h2 {
	margin-bottom: 80px;
}

.comment-item img {
	width: 96%;
	height: auto;
	margin: 0 auto;
	border: 5px solid #fff;
}

.documents {
	background: url(../img/old-paper-texture.jpg) no-repeat center center/cover;
	padding-top: 231px;
	padding-bottom: 80px;
	margin-top: -167px;
	border-bottom-left-radius: 50% 168px;
	border-bottom-right-radius: 50% 168px;
	position: relative;
	z-index: 11;
}

.calendar {
	width: 100%;
	margin: 0 auto;
	font-size: 11px;
}

.calendar {
	width: 100%;
	border: 1px solid #333;
	border-radius: 10px;
	overflow: hidden;
}

.buff {
	width: 82px !important;
	background: #27B350;
}

.calendar__days {
	display: flex;
	font-size: 12px;
}

.calendar__day {
	color: #fff;
	width: 50px;
	flex: 1 0 auto;
	text-align: center;
	padding: 3px 0;
	text-transform: uppercase;
	background: #27B350;
	border-right: 1px solid #333;
}

.calendar__day:last-child {
	border-right: 0;
}

.calendar__week {
	display: flex;
	font-size: 12px;
}

.calendar__week-day {
	flex: 1 0 auto;
	text-align: center;
	width: 27px;
	padding-top: 3px;
	background: #27B350;
	color: #fff;
	border-right: 1px solid #333;
}

.calendar__week-day:last-child {
	border-right: 0;
}

.calendar__week-day {
	width: 50px !important;
}

.calendar__clock-row {
	display: flex;
	border-bottom: 1px solid #333;
	align-items: left;
}

.calendar__clock-row:last-child {
	border-bottom: 0;
}

.calendar__clock-row .day {
	flex: 1 0 auto;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f9f7f7;
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #333;
}

.calendar__clock-row .day.active {
	background: #27B350 !important;
	color: #fff !important;
}

.calendar__clock-row .day:last-child {
	border-right: 0;
}

.calendar__clock-row .day:hover {
	background: #27B350;
	color: #fff;
}

.calendar__clock-row .day:nth-child(even) {
	background: #fff;
}

.calendar__clock-row .day:nth-child(even):hover {
	z-index: 200;
	background: #27B350;
}

.calendar__clock-row .time {
	font-size: 9px;
	width: 50px;
	height: 40px;
	padding-top: 5px;
	text-align: center;
	background: #E6E6E6;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #27B350;
}

.calendar__clock-row .time {
	width: 82px !important;
	line-height: 40px !important;
	padding-top: 0px !important;
	font-size: 12px !important;
}

.documents h2 {
	margin-bottom: 80px;
}

.documentsificat-item img {
	width: 100%;
	height: auto;
}

.qustions {
	background: url(../img/questions-img.png) 0% bottom no-repeat, url(../img/catalog-bg.jpg) center center/cover no-repeat;
	padding: 180px 0;
	margin-top: -100px;
	border-bottom-left-radius: 50% 168px;
	border-bottom-right-radius: 50% 168px;
	position: relative;
	z-index: 10;
}

.map {
	padding: 80px 0;
	font-size: 20px;
	color: #333;
	font-weight: 600;
}

.map h2 {
	margin-bottom: 80px;
}

.map a {
	color: #27B350;
}

.map p {
	margin-bottom: 0;
}

.map a:hover {
	color: #27B350;
	text-decoration: none;
}

.map-adress {
	border: 4px solid #27B350;
	border-radius: 4px;
}

.insta-header {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 600;
}

.insta-header a {
	color: #d20000;
	transition: .3s;

}

footer {
	background: #009E67;
	padding: 50px 0;
	color: #fff;
}

footer a {
	color: #fff;
	font-weight: 600;
	transition: .3s;
}

footer a:hover {
	color: #000;
	text-decoration: none;
}
.footer__company {
	font-size: 14px;
}

.fixed-player {
  width: 100%;      /* желаемая ширина плеера */
  height: 157px;     /* желаемая высота плеера */
  object-fit: contain; /* содержимое вписывается в контейнер с сохранением пропорций, добавляются “поля” */
  background: black;   /* если нужно, чтобы поля были чёрными */
}
