html, body
{
	margin:0;
	padding:0;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	color: #FFF4E0;
	line-height: 1.2;
}
img {
	max-width: 100%;
}
a img, a
{
	border:none;
	outline:none;
}

a {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #FFF4E0;
	text-decoration: none;
}
a:hover {
	color: #474747;
}
a:active {
	color: #d1c0a1;
}

.unbounded {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
}
.inter {
	font-family: "Inter", sans-serif;
	font-weight: 700;
}

.clear
{
	clear:both;
	visibility: hidden;
	height:0px;
	overflow: hidden;
}

.container {
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row>* {
	padding-left: 15px;
	padding-right: 15px;
}
.mt-4 {
	margin-top: 60px !important;
}
.adm-abs {
	position: absolute;
	top: -10px;
}

.wrapper {
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
}

.body-index {
	background: radial-gradient(#000000 0%, #001300 77%);
}
.body-default {
	background: radial-gradient(#000000 0%, #001300 77%);
}

@media (max-width: 1219px) {
	.logo-img {
		max-width: 180px;
	}
}
.navbar-toggler {
	border: none;
	outline: none;
	padding: 0.25rem 0.5rem;
}
.navbar-toggler:focus {
	box-shadow: none;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	width: 1.2em;
	height: 1.2em;
}
.mainmenu.navbar-dark .navbar-nav .nav-link {
	font-size: 20px;
	color: #FFF4E0;
	text-align: center;
}
.mainmenu.navbar-dark .navbar-nav .nav-link:hover {
	color: #d1c0a1;
}
.mainmenu.navbar-dark .navbar-nav .nav-link:active {
	color: #d1c0a1;
}
.wa-a {
	position: relative;
	display: inline-block;
	height: 34px;
	padding: 4px 16px;
	font-size: 20px;
	border-radius: 8px;
	background: linear-gradient(45deg, #0DAB22, #40C351);
	transition: all	0.3s ease 0s;
}
.wa-a:hover {
	background: linear-gradient(45deg, #40C351, #40C351);
}
.wa-a:active {
	background: linear-gradient(45deg, #40C351, #40C351);
}
.wa-a img {
	width: 24px;
}
.waa-a {
	height: 30px;
	padding: 2px 10px;
	font-size: 18px;
}
.waa-a img {
	width: 20px;
}

#dropdownMenuButton1.dropdown-toggle::after {
	position: relative;
	top: 3px;
}
.services-menu .dropdown-menu {
	width: 550px;
	background: #FFF4E0;
	left: -210px;
}
.services-menu ul {
	list-style-type: none;
	padding-left: 0;
}
.mainmenu.navbar-dark .navbar-nav .services-menu .dropdown-menu .nav-link {
	font-size: 14px;
	color: #177817;
	text-align: left;
}
.mainmenu.navbar-dark .navbar-nav .services-menu .dropdown-menu .nav-link:hover, .mainmenu.navbar-dark .navbar-nav .services-menu .dropdown-menu .nav-link:active {
	color: #061F06;
}
.mainmenu-one>.nav-item {
	margin-left: 20px;
	margin-right: 20px;
}

@media (max-width: 991px) {
	.services-menu .dropdown-menu {
		width: 100%;
		left: 0;
		padding-left: 10px;
		padding-right: 10px;
		background: none
	}
	.menu-wa-d {
		display: none;
	}
	.mainmenu.navbar-dark .navbar-nav .services-menu .dropdown-menu .nav-link {
		font-size: 13px;
		text-transform: uppercase;
		color: #FFF4E0;
		text-align: center;
	}
	.mainmenu.navbar-dark .navbar-nav .services-menu .dropdown-menu .nav-link:hover, .mainmenu.navbar-dark .navbar-nav .services-menu .dropdown-menu .nav-link:active {
		color: #d1c0a1;
	}
	.services-menu .dropdown-menu.show {
		border-bottom: 1px solid #FFF4E0;
		padding-top: 0;
	}
	.services-menu .dropdown-menu.show ul {
		margin-bottom: 0;
	}
}

header {
	padding-top: 15px;
}
.header-phones {
	position: absolute;
	top: -15px;
	right: 15px;
	padding-left: 20px;
}
.header-phone-a {
	font-size: 18px;
	color: #fff;
	margin-left: 10px;
	text-decoration: underline;
}
.header-phone-a:first-child {
	margin-left: 0;
}
.header-phone-a:hover {
	color: #d1c0a1;
	text-decoration: none;
}

@media (max-width: 991px) {
	.nav-item .wa-a {
		margin-top: 15px;
	}
	header {
		padding-top: 25px;
	}
	.header-phones {
		top: -30px;
		padding-left: 5px;
	}
}

@media (max-width: 470px) {
	.header-phone-a {
		font-size: 16px;
	}
}

#content {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: auto;
	max-width: 100%;
	padding-bottom: 50px;
}

h1, .h1, .h1w, .h1b {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 48px;
	margin: 32px 0 32px 0;
	color: #FFF4E0;
}
.h1w {
	color: #FFF4E0;
	font-size: 48px;
}
.h1b {
	color: #000;
	font-size: 48px;
}
.ind-title {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 48px;
	margin: 32px 0 32px 0;
	color: #FFF4E0;
}

@media (max-width: 991px) {
	h1, .h1, .h1w, .h1b, .ind-title {
		font-size: 32px;
	}
}

.ind-title-fon {
	margin-top: 40px;
	padding-top: 20px;
	min-height: 480px;
	background: url("/images/indeximg.png") center center no-repeat;
	background-size: contain;
}
.ind-title-fon h1 {
	text-shadow: 1px 1px 2px #000;
}

@media (max-width: 1100px) {
	.ind-title-fon {
		min-height: 370px;
	}
}
@media (max-width: 991px) {
	.ind-title-fon {
		min-height: 330px;
	}
}
@media (max-width: 768px) {
	.ind-title-fon {
		min-height: 200px;
		margin-top: 10px;
		padding-top: 115px;
		background: url("/images/indeximg.png") center top no-repeat;
		background-size: contain;
	}
}
.text-block1 {
	/* sanchez */
	font-size: 20px;
	color: #FFF4E0;
	text-align: center;
}
.btn1 {
	display: inline-block;
	width: 100%;
	height: 45px;
	background: #FFFFFF;
	padding: 8px 10px;
	color: #000;
	border-radius: 15px;
	text-align: center;
}
.border-default {
	border-radius: 15px;
}
.preim-one {
	/* sanchez */
	font-size: 24px;
	color: #FFF4E0;
	margin-top: 30px;
}
.preim-one:first-child {
	margin-top: 0;
}

.benefit-one {
	font-size: 16px;
	color: #FFF4E0;
	margin-top: 30px;
}
.benefit-one:first-child {
	margin-top: 0;
}
.benefis-out {
	background-position: right center;
	background-repeat: no-repeat;
	padding: 30px 0;
	background-attachment: fixed;
}

.to-cont-block {
	background: #FFF4E0;
	padding: 40px 0;
}
.mt-m {
	margin-top: 50px;
}
.btn2 {
	display: inline-block;
	height: 60px;
	padding: 15px 15px;
	color: #061F06;
	font-size: 24px;
	border: 1px solid #061F06;
	border-radius: 15px;
	text-align: center;
	width: 100%;
	max-width: 370px;
	background: #FFF4E0;
}

@media (max-width: 991px) {
	.benefis-out {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.text-block2 {
	/* sanchez */
	font-size: 24px;
	color: #FFF4E0;
}
#oneSlider .carousel-inner {
	border-radius: 15px;
}
#oneSlider .slider-img {
	border-radius: 15px;
}

.white-block {
	background: #FFF4E0;
	padding: 40px 0;
}
.h1b2 {
	margin-bottom: 10px;
}
.catalog2-row {
	margin-left: -5px;
	margin-right: -5px;
}
.catalog2-col {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.catalog2-one {
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.catalog2-one-content {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(12, 62, 12, 0.75);
	padding: 20px 10px;
	transition: all 0.8s ease 0s;
}
.catalog2-one:hover .catalog2-one-content {
	opacity: 1;
}
.catalog2-one-title {
	color: #fff;
	font-size: 24px;
	margin-top: 60px;
	min-height: 60px;
}
.catalog2-one-text {
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
}
.catalog2-one-image {
	width: 100%;
}
@media (max-width: 1199px) {
	.catalog2-one-title {
		margin-top: 0px;
	}
}
@media (max-width: 991px) {
	.catalog2-one-title {
		margin-top: 0;
	}
	.catalog2-one-content {
		opacity: 1;
		position: static;
		margin-top: 20px;
		background: none;
		padding: 0;
	}
	.catalog2-one-title {
		color: #000;
		font-size: 24px;
		margin-top: 0;
		min-height: auto;
	}
	.catalog2-one-text {
		color: #000;
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 35px;
	}
}

.catalog-one {
	cursor: pointer;
}
.catalog-one .card {
	background: none;
	border: 1px solid #000;
	border-radius: 15px;
}
.catalog-one .card-footer {
	background: none;
	border-top: none;
	min-height: 82px;
}
.catalog-one-title {
	/* sanchez */
	font-size: 24px;
	color: #000;
	text-align: center;
}

.catalog-one-big {
	display: none;
	border: 2px solid #000;
	border-radius: 15px;
	padding: 30px 30px;
}
.catalog-one-big._active {
	display: block;
}
.catalog-one-big-img-block {
	text-align: center;
}
.catalog-one-big-text {
	/* sanchez */
	font-size: 24px;
	color: #000;
}
.catalog-one-big-text p {
	margin: 0;
}

.block4row {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 30px 0;
}
.block4-text {
	font-size: 24px;
	color: #FFF4E0;
}
.block4-text2 {
	font-size: 20px;
	color: #FFF4E0;
}

.text-block3 {
	font-size: 24px;
	color: #FFF4E0;
}
.to-hist-block {
	margin-top: 70px;
	text-align: right;
}
.to-hist-a {
	display: inline-block;
	height: 45px;
	padding: 8px 30px;
	color: #FFF4E0;
	border: 1px solid #FFF4E0;
	border-radius: 25px;
	text-align: center;
}
.ind_fio {
	font-size: 20px;
	color: #FFF4E0;
	text-align: right;
}

.form-bock {
	background: #FFF4E0;
	padding: 40px 15px;
	border-radius: 15px;
}
.cont-title {
	/* sanchez */
	font-size: 32px;
	color: #000;
	text-align: center;
	margin-bottom: 40px;
}
.cont-title2 {
	font-size: 32px;
	color: #000;
	text-align: center;
}
.cont-title2 a {
	font-size: 32px;
	color: #061F06;
	text-decoration: underline;
}
.cont-title2 a:hover {
	color: #061F06;
	text-decoration: none;
}
.cont-phones {
	text-align: center;
}
.cont-phone-a {
	font-size: 28px;
	color: #061F06;
	margin-left: 10px;
	text-decoration: underline;
	margin-bottom: 5px;
	display: inline-block;
}
.cont-phone-a:first-child {
	margin-left: 0;
}
.cont-phone-a:hover {
	color: #061F06;
	text-decoration: none;
}
.cont-wa {
	margin-top: 30px;
	text-align: center;
}
.cont-wa-a {
	position: relative;
	display: inline-block;
	height: 66px;
	padding: 14px 30px;
	font-size: 32px;
	border-radius: 15px;
	background: #2AB540;
	color: #FFF4E0;
	transition: all	0.3s ease 0s;
}
.cont-wa-a:hover {
	background: #40C351;
	color: #FFF4E0;
}
.cont-wa-a:active {
	background: #40C351;
	color: #FFF4E0;
}
.cont-wa-a img {
	width: 30px;
	position: relative;
	top: -4px;
	margin-left: 5px;
}
.cont-phone-a2 {
	font-size: 28px;
}
.cont-wa2 {
	margin-top: 0;
}
@media (max-width: 1399px) {
	.cont-title2, .cont-title2 a, .cont-phone-a {
		font-size: 26px;
	}
}
@media (max-width: 1199px) {
	.cont-title2, .cont-title2 a, .cont-phone-a {
		font-size: 22px;
	}
	.cont-wa-a {
		font-size: 22px;
		height: 56px;
	}
}
.form-bock .form-label {
	/* sanchez */
	font-size: 16px;
	color: #000;
	margin-left: 20px;
}
.form-bock .form-check-label {
	/* sanchez */
	font-size: 16px;
	color: #000;
}
.form-bock .default-input {
	height: 60px;
	border-radius: 15px;
	font-size: 20px;
	border-color: #000;
}
.form-check-block {
	padding: 0 40px;
}
@media (max-width: 991px) {
	.form-check-block {
		padding: 0;
	}
}
.btn3 {
	display: inline-block;
	height: 58px;
	background: #000;
	padding: 10px 15px;
	color: #FFF4E0;
	font-size: 20px;
	border-radius: 15px;
	text-align: center;
	width: 450px;
	max-width: 100%;
}
.has-error .default-input {
	border-color: red;
}
.has-error .form-check-input {
	border-color: red;
}
.fancybox-block {
	max-width: 100%;
	width: 500px;
	padding: 30px 10px;
}

.fancybox-block2 {
	max-width: 100%;
	width: 700px;
	padding: 30px 10px;
}
.form-bock2 {
	margin-top: 30px;
}
.form-bock2 .form-label {
	font-size: 16px;
	color: #000;
	margin-left: 10px;
}
.form-bock2 .form-check-label {
	/* sanchez */
	font-size: 16px;
	color: #000;
}
.form-bock2 .default-input2 {
	height: 40px;
	border-radius: 15px;
	font-size: 18px;
	border-color: #000;
}
.has-error .default-input2 {
	border-color: red;
}
.btn3_2 {
	display: inline-block;
	height: 48px;
	background: #000;
	padding: 10px 15px;
	color: #FFF4E0;
	font-size: 20px;
	border-radius: 15px;
	text-align: center;
	width: 100%;
	max-width: 100%;
}

.ff-h1 {
	font-size: 38px;
}
.ff-h2 {
	font-size: 28px;
}

.projects-block {
	padding: 40px 0;
	background: url('/images/ind_img7.jpg') center center no-repeat;
	background-size: cover;
	min-height: 600px;
}
.bonus-one {
	/* sanchez */
	font-size: 20px;
	color: #FFF4E0;
	margin-top: 30px;
}
.bonus-one:first-child {
	margin-top: 0;
}
.bonus-out {
	background-position: left center;
	background-repeat: no-repeat;
	padding: 15px 0;
	background-attachment: fixed;
}
@media (max-width: 991px) {
	.bonus-out {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.quest-one-m {
	margin-top: 15px;
}
.quest-one {
	/* sanchez */
	color: #FFF4E0;
	border: 1px solid #FFFFFF;
	font-size: 20px;
	margin-top: 1px;
	border-radius: 15px;
	transition: all	0.3s ease 0s;
}
.quest-one:hover {
	border: 1px solid #d1c0a1;
}
.quest-one-title {
	text-align: center;
	padding: 20px 20px;
}
.quest-one-text {
	display: none;
	font-size: 14px;
	margin-top: 10px;
	padding: 0 20px 20px 20px;
	text-align: center;
}

footer {
	background: url('/images/footer.png') center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0;
}
.footer-title {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 48px;
	margin-bottom: 40px;
	color: #fff;
}
.footer-phones {
	font-size: 28px;
	color: #fff;
	margin-bottom: 20px;
}
.footer-phone-a {
	font-size: 28px;
	color: #fff;
	margin-left: 10px;
	text-decoration: underline;
	display: inline-block;
}
.footer-phone-a:hover {
	color: #FFF4E0;
	text-decoration: none;
}
.footer-email {
	font-size: 28px;
	color: #fff;
}
.footer-email-a {
	font-size: 28px;
	color: #fff;
	margin-left: 10px;
	text-decoration: none;
	display: inline-block;
}
.footer-email-a:hover {
	color: #FFF4E0;
	text-decoration: none;
}
.footer-wa {
	margin-top: 10px;
}
.footer-text {
	font-size: 28px;
	color: #fff;
}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
	.footer-title {
		font-size: 40px;
	}
	.footer-phones {
		font-size: 20px;
	}
	.footer-phone-a {
		font-size: 20px;
	}
	.footer-email {
		font-size: 20px;
	}
	.footer-email-a {
		font-size: 20px;
	}
	.footer-text {
		font-size: 20px;
	}
}

.body-default {
	background: #FFF4E0;
}
.body-default #content {
	color: #061F06;
}
.body-default #content a {
	color: #177817;
}
.body-default #content a:hover {
	color: #061F06;
}
.body-default #content a:active {
	color: #061F06;
}
.body-default #content h1, .body-default #content .h1, .body-default #content .h1w, .body-default #content .h1b {
	color: #061F06;
}
.body-default header {
	background: radial-gradient(#000000 0%, #001300 77%);
}

.service-image-a {
	width: 200px;
	max-height: 170px;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: bottom;
}
.service-image-a img {
	max-width: 100%;
	max-height: 170px;
	vertical-align: bottom;
}
.yvid iframe {
	max-width: 100% !important;
}

.cook-block {
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	padding: 5px 18px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	opacity:1;
	visibility: visible;
	transition: all 0.3s linear;
	z-index: 100;
	line-height: 1;
}
.cook-block._hide {
	opacity:0;
	visibility: hidden;
	transition: all 0.3s linear;
}
.cook-a:hover {
	color: #fff;
}
.cook-a {
	text-decoration: none;
	display: inline-block;
	border: 2px solid #fff;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
	padding: 4px 8px;
}


@media (max-width: 991px) {
	.benefis-out {
		background: none !important;
	}
	.block4row {
		background: none !important;
	}
	.bonus-out {
		background: none !important;
	}
}

.hover-scale {
	transition: all 0.5s ease 0s;
}
.hover-scale:hover {
	transform: scale(1.1);
}
@media (max-width: 991px) {
	.catalog2-one.hover-scale:hover {
		transform: none;
	}
}

.anim-show-below {
	position: relative;
	top: 50px;
	opacity: 0;
	transition: all 0.8s ease 0s;
}
.anim-show-below._active {
	top: 0;
	opacity: 1;
}
.anim-show-scale {
	position: relative;
	transform: scale(0.2);
	opacity: 0;
	transition: all 0.8s ease 0s;
}
.anim-show-scale._active {
	transform: scale(1);
	opacity: 1;
}
.anim-show-right {
	position: relative;
	right: -110%;
	opacity: 0;
	transition: all 0.8s ease 0s;
}
.anim-show-right._active {
	right: 0;
	opacity: 1;
}
.anim-show-left {
	position: relative;
	left: -110%;
	opacity: 0;
	transition: all 0.8s ease 0s;
}
.anim-show-left._active {
	left: 0;
	opacity: 1;
}

@media (max-width: 991px) {
	.ya-map {
		padding: 0 15px;
	}
}