html {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

body {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

body {
	font-family: "Roboto",sans-serif;
	padding: 0;
	margin: 0;
	color: #282828;
}

.animate__animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.container {
	max-width: 1140px;
}

@media screen and (max-width: 1015px) {
	.container {
		padding: 0 40px;
	}
}

@media screen and (max-width: 756px) {
	.container {
		padding: 0 37px;
	}
}

.custom-select {
	position: relative;
}

.custom-select select {
	display: none;
}

.custom-select .select-selected {
	width: 100%;
	font-size: 24px;
	text-align: center;
	background: none;
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 14px;
	color: #fff8;
	font-weight: 300;
	transition: border .2s;
}

.custom-select .select-selected::after {
	display: none;
}

.custom-select .select-selected:hover {
	border-color: rgba(255,255,255,.3);
}

.custom-select .select-selected:focus {
	outline: none;
	box-shadow: none;
	border-color: rgba(223,171,67,.6) !important;
}

.custom-select .select-items {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	width: 100%;
	padding: 50px 0;
	text-align: center;
	font-size: 24px;
	border-radius: 30px;
	border: none;
	color: #cca352;
	box-shadow: 30px 30px 38px rgba(0,0,0,.43);
	margin-top: 17px !important;
	background: #fff;
}

.custom-select .select-items div {
	padding: 0;
	padding: 0;
	color: #cca352;
	font-weight: 300;
	line-height: 100%;
}

.custom-select .select-items div:not(:last-child) {
	margin-bottom: 36px;
}

@media screen and (max-width: 1015px) {
	.custom-select .select-items {
		font-size: 22px;
		padding: 34px 0;
	}
}

.custom-select .select-items div:hover,.custom-select .select-items .same-as-selected {
	font-weight: bold;
	background: none;
}

.custom-select .select-hide {
	display: none;
}

.header {
	width: 100%;
	padding: 60px 0px 50px 0px;
	background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
}

.header__content {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.header__logo {
	display: block;
	width: 308px;
}

.header__line {
	display: block;
	position: relative;
	background: #dfac43;
	height: 83px;
	width: 2px;
	border-radius: 3px;
	margin: 0 25px;
	margin-bottom: -14px;
}

.header__sublogo {
	max-width: 170px;
	color: #fff;
	line-height: 100%;
	padding: 0;
	margin: 0;
	margin-top: 12px;
	font-size: 18px;
}

.header__contact {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: 0;
	color: #fff;
	text-align: right;
}

.header__contact i {
	font-size: 25px;
	color: #dfac43;
	display: inline-block;
	transform: translateY(2px);
	margin-right: 9px;
}

.header__contact p {
	display: inline-block;
	font-weight: 300;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.header__phone {
	display: block;
	text-decoration: none;
	font-weight: 300;
	font-size: 30px;
	color: #fff;
	margin: 0;
	padding: 0;
}

.header__phone:hover {
	color: #fff;
}

.footer {
	width: 100%;
	padding: 60px 0px 50px 0px;
	background: #282828;
}

.footer__content {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.footer__logo {
	display: block;
	width: 308px;
}

.footer__line {
	display: block;
	position: relative;
	background: #dfac43;
	height: 83px;
	width: 2px;
	border-radius: 3px;
	margin: 0 25px;
	margin-bottom: -14px;
}

.footer__sublogo {
	max-width: 170px;
	color: #fff;
	line-height: 100%;
	padding: 0;
	margin: 0;
	margin-top: 12px;
	font-size: 18px;
}

.footer__contact {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: 0;
	margin-top: 10px;
}

.footer__contact a {
	font-size: 18px;
	color: #fff;
	display: block;
}

.footer__contact a:hover {
	transition: .2s;
	color: #dfac43;
}

@media screen and (max-width: 1015px) {
	.footer__logo {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}

	.footer__logo img {
		width: 240px;
	}

	.footer__line {
		margin: 0 20px;
		margin-bottom: -14px;
	}

	.footer__sublogo {
		font-size: 14px;
		max-width: 150px;
	}

	.footer__contact {
		font-size: 14px;
	}

	.footer__contact a {
		font-size: 14px;
		display: inline;
	}

	.footer__contact p {
		font-size: 14px;
		display: inline;
	}
}

@media screen and (max-width: 756px) {
	.footer {
		padding: 40px 0px 30px 0px;
	}

	.footer__logo img {
		width: 240px;
	}

	.footer__content {
		flex-direction: column;
		text-align: center;
	}

	.footer__sublogo {
		font-size: 16px;
		margin-bottom: 34px;
		max-width: 240px;
		margin-top: 0;
	}

	.footer__line {
		height: 2px;
		width: 270px;
		margin: 0;
		margin-top: 24px;
		margin-bottom: 19px;
	}

	.footer__contact {
		margin: 0;
		text-align: center;
		font-size: 16px;
	}

	.footer__contact a {
		font-size: 16px;
	}

	.footer__contact p {
		font-size: 16px;
	}
}

.subfooter {
	width: 100%;
	padding-top: 14px;
	padding-bottom: 23px;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
}

.subfooter a {
	text-decoration: none;
	color: #fff;
}

.subfooter p {
	margin-bottom: -6px;
}

.subfooter img {
	margin-left: 10px;
}

@media screen and (max-width: 1015px) {
	.subfooter {
		font-size: 14px;
	}

	.subfooter img {
		width: 71px;
	}
}

@media screen and (max-width: 756px) {
	.subfooter {
		align-items: center;
		flex-direction: column-reverse;
		font-size: 16px;
	}

	.subfooter img {
		margin: 0;
	}

	.subfooter p {
		margin: 0;
		margin-top: 12px;
	}
}

.header-sc {
	width: 100%;
	background: url("../img/bgHeader.png") no-repeat;
	background-size: cover;
	background-position: center bottom;
	padding-bottom: 50px;
}

.header-sc__content {
	margin-top: 80px;
}

.header-sc__atmosphere {
	font-size: 26px;
	font-weight: 300;
	font-style: italic;
	color: #dfac43;
	margin-right: 12px;
	margin: 0;
	padding: 0;
	line-height: 100%;
	margin-top: 50px;
}

.header-sc__comfort {
	font-size: 46px;
	font-weight: lighter;
	position: relative;
	font-style: italic;
	text-transform: uppercase;
	color: #fff;
	line-height: 100%;
	margin: 0;
	padding: 0;
	text-shadow: 12px -20px 0px rgba(255,255,255,.15);
}

.header-sc__comfort .shadow2 {
	position: absolute;
	opacity: .15;
	color: #000;
	font-weight: 300;
	left: 20px;
	top: -8px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 0;
}

.header-sc__comfort .shadow2 {
	display: none;
}

.header-sc__title {
	font-size: 58px;
	font-weight: bold;
	color: #fff;
	margin-top: 48px;
}

.header-sc__title span {
	font-weight: 100;
}

.header-sc__priem {
	margin-top: 70px;
	display: flex;
	align-items: center;
	flex-direction: row;
}

.header-sc__glav {
	display: flex;
	align-items: center;
	margin-left: 63px;
	text-decoration: none;
}

.header-sc__glav img {
	width: 70px;
	margin-right: 17px;
}

.header-sc__glav p {
	font-size: 24px;
	max-width: 110px;
	font-weight: 100;
	line-height: 100%;
	color: #fff;
	margin: 0;
	padding: 0;
}

.header-sc__glav p strong {
	font-weight: bold;
}

@media screen and (max-width: 1015px) {
	.header-sc {
		padding-bottom: 100px;
	}

	.header-sc .col-4 {
		display: none;
	}

	.header-sc__atmosphere {
		margin-top: 0;
		font-size: 26px;
	}

	.header-sc__comfort {
		font-size: 36px;
	}

	.header-sc__title {
		font-size: 50px;
	}

	.header-sc .header__logo {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}

	.header-sc .header__logo img {
		width: 240px;
	}

	.header-sc .header__line {
		margin: 0 20px;
		margin-bottom: -14px;
	}

	.header-sc .header__sublogo {
		font-size: 14px;
		max-width: 140px;
	}

	.header-sc .header__contact {
		font-size: 14px;
	}

	.header-sc .header__contact i {
		font-size: 20px;
		display: inline;
	}

	.header-sc .header__contact p {
		font-size: 14px;
		display: inline;
	}

	.header-sc .header__phone {
		font-size: 26px;
	}
}

@media screen and (max-width: 756px) {
	.header-sc {
		padding-bottom: 58px;
	}

	.header-sc__content {
		margin-top: 62px;
	}

	.header-sc__atmosphere {
		font-size: 20px;
		text-align: center;
	}

	.header-sc__comfort {
		font-size: 30px;
		text-align: center;
		margin-top: 15px;
	}

	.header-sc__title {
		margin-top: 32px;
		text-align: center;
		font-size: 48px;
	}

	.header-sc__priem {
		flex-direction: column;
		align-items: center;
		margin-top: 52px;
	}

	.header-sc__glav {
		margin: 0;
		margin-top: 44px;
	}

	.header-sc .header {
		padding: 40px 0px 30px 0px;
	}

	.header-sc .header__logo img {
		width: 240px;
	}

	.header-sc .header__content {
		flex-direction: column;
		text-align: center;
	}

	.header-sc .header__sublogo {
		font-size: 16px;
		margin-bottom: 34px;
		max-width: 240px;
		margin-top: 0;
	}

	.header-sc .header__line {
		height: 2px;
		width: 270px;
		margin: 0;
		margin-top: 24px;
		margin-bottom: 19px;
	}

	.header-sc .header__contact {
		margin: 0;
		text-align: center;
		font-size: 16px;
	}

	.header-sc .header__contact i {
		font-size: 20px;
		display: inline;
	}

	.header-sc .header__contact p {
		font-size: 16px;
		display: inline;
	}

	.header-sc .header__phone {
		font-size: 24px;
	}
}

.btn {
	width: 320px;
	text-align: center;
	font-weight: 300;
	font-size: 24px;
	padding: 20px 0;
	border-radius: 30px;
	line-height: 100%;
}

@media screen and (max-width: 1015px) {
	.btn {
		font-size: 22px;
	}
}

.btn-light:hover {
	background: #ccc;
}

.btn-yellow:hover {
	background: #956f22;
	color: #fff;
}

.btn-dark:hover {
	background: #000;
}

.contacts {
	background: #282828;
	width: 100%;
	color: #fff;
}

.contacts i:hover {
	transition: .2s;
	color: #956f22;
}

.contacts .col {
	padding: 40px 0;
}

.contacts .col.social {
	padding: 0;
}

.contacts__sm {
	font-weight: 300;
	margin-bottom: 10px;
}

.contacts__sm i {
	font-size: 20px;
	color: #dfac43;
	transform: translateY(2px);
	margin-right: 8px;
}

.contacts__lr {
	font-size: 30px;
	font-weight: 300;
	display: block;
	text-decoration: none;
	color: #fff;
	line-height: 100%;
	margin: 0;
	padding: 0;
}

.contacts__lr:hover {
	color: #fff;
}

.contacts__socials {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background: #383838;
}

.contacts__socials a {
	font-size: 23px;
	display: block;
	text-decoration: none;
	color: #dfac43;
}

.contacts__socials a:not(:last-child) {
	margin-right: 42px;
}

@media screen and (max-width: 1015px) {
	.contacts__sm {
		font-size: 14px;
	}

	.contacts__lr {
		font-size: 26px;
	}

	.contacts .col {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.contacts .col.social {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		max-width: 160px;
	}

	.contacts__socials {
		flex-wrap: wrap;
		max-width: 160px;
		padding: 40px 35px;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
		margin: 0;
	}

	.contacts__socials a {
		margin: 0;
	}

	.contacts__socials a:not(:last-child) {
		margin-right: 0;
	}

	.contacts__socials a:first-child {
		margin-right: 40px;
		margin-bottom: 25px;
	}

	.contacts__socials a i {
		font-size: 24px;
	}
}

@media screen and (max-width: 756px) {
	.contacts .container {
		padding: 0;
	}

	.contacts .col {
		flex: 1 0 100%;
		width: 100%;
		padding-top: 29px;
		padding-bottom: 19px;
	}

	.contacts .col.social {
		padding: 38px 0;
		max-width: none;
		width: 100%;
		background: #282828;
	}

	.contacts .col:nth-child(2) {
		background: #383838;
	}

	.contacts__sm {
		text-align: center;
		font-size: 16px;
	}

	.contacts__lr {
		text-align: center;
		font-size: 26px;
	}

	.contacts__socials {
		background: #282828;
		width: 100%;
		justify-content: center;
		align-items: center;
		max-width: none;
		padding: 0;
	}

	.contacts__socials a {
		font-size: 23px;
		display: block;
		text-decoration: none;
		color: #dfac43;
	}

	.contacts__socials a:not(:last-child) {
		margin-right: 42px;
	}

	.contacts__socials a:first-child {
		margin-right: 42px;
		margin-bottom: 0;
	}
}

.title-light {
	font-size: 58px;
	font-weight: bold;
	padding-left: 20px;
	position: relative;
	color: #282828;
	text-shadow: 12px -20px 0px rgba(40,40,40,.1);
}

.title-light::before {
	content: "";
	width: 2px;
	height: 60px;
	background: #dfac43;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.title-light span {
	font-weight: 300;
}

.title-light .shadow2 {
	font-size: 72px;
	position: absolute;
	top: -22px;
	left: 42px;
	font-weight: bold;
	opacity: 10%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 0;
}

.title-light .shadow2 span {
	font-weight: 300;
}

.title-light .shadow2 {
	display: none;
}

.title-light img {
	float: right;
	margin-top: 18px;
}

@media screen and (max-width: 1015px) {
	.title-light {
		font-size: 46px;
		padding-left: 16px;
	}

	.title-light .shadow2 {
		font-size: 50px;
	}
}

@media screen and (max-width: 756px) {
	.title-light {
		font-size: 30px;
		padding-left: 13px;
	}

	.title-light img {
		display: none;
	}

	.title-light .shadow2 {
		font-size: 36px;
	}

	.title-light::before {
		height: 28px;
	}
}

.title-dark {
	font-size: 58px;
	font-weight: bold;
	padding-left: 20px;
	position: relative;
	color: #fff;
	text-shadow: 12px -20px 0px rgba(255,255,255,.1);
}

.title-dark::before {
	content: "";
	width: 2px;
	height: 60px;
	background: #dfac43;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.title-dark span {
	font-weight: 300;
}

.title-dark .right {
	float: right;
	margin-top: 25px;
	font-size: 14px;
	font-weight: 300;
}

.title-dark .shadow2 {
	font-size: 72px;
	position: absolute;
	top: -22px;
	left: 42px;
	font-weight: bold;
	opacity: 10%;
	z-index: 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.title-dark .shadow2 span {
	font-weight: 300;
}

.title-dark .shadow2 {
	display: none;
}

.title-dark img {
	float: right;
	margin-top: 18px;
}

@media screen and (max-width: 1015px) {
	.title-dark {
		font-size: 46px;
		padding-left: 16px;
	}

	.title-dark .shadow2 {
		font-size: 50px;
	}
}

@media screen and (max-width: 756px) {
	.title-dark {
		font-size: 30px;
		padding-left: 13px;
	}

	.title-dark img {
		display: none;
	}

	.title-dark .shadow2 {
		font-size: 36px;
	}

	.title-dark::before {
		height: 28px;
	}
}

.first-sc {
	padding-top: 97px;
}

.first-sc__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

.first-sc__header img {
	margin-top: 18px;
}

@media screen and (max-width: 756px) {
	.first-sc__header img {
		display: none;
	}
}

.first-sc .title-light {
	margin-bottom: 45px;
	position: static;
}

.first-sc .row {
	padding: 95px 0;
}

.first-sc .row .col {
	display: flex;
	flex-direction: row;
}

.first-sc .row .col img {
	margin-right: 45px;
	width: 252px;
	height: 222px;
	position: relative;
	z-index: 10;
}

.first-sc .row .col .content {
	max-width: 260px;
}

.first-sc .row .col h5 {
	font-size: 30px;
	color: #282828;
	font-weight: bold;
	margin-bottom: 24px;
}

.first-sc .row .col h5 span {
	font-weight: 300;
}

.first-sc .row .col p {
	font-size: 18px;
	color: #666;
}

.first-sc .bg-odd {
	background: #f6f6f6;
}

@media screen and (max-width: 1015px) {
	.first-sc .row {
		width: 100%;
	}

	.first-sc .row .col {
		flex-direction: column;
		padding-left: calc(var(--bs-gutter-x));
	}

	.first-sc .row .col .content {
		max-width: -webkit-fit-content;
		max-width: -moz-fit-content;
		max-width: fit-content;
	}

	.first-sc .row .col h5 {
		font-size: 28px;
		margin-top: 32px;
	}
}

@media screen and (max-width: 756px) {
	.first-sc {
		padding-top: 62px;
	}

	.first-sc__header {
		flex-direction: column;
	}

	.first-sc .title-light {
		margin: 0;
	}

	.first-sc .row {
		padding: 0;
		margin: 0;
	}

	.first-sc .row .col {
		flex-direction: column;
		padding-top: 46px;
		padding-bottom: 56px;
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
		flex: 1 0 100%;
	}

	.first-sc .row .col img {
		margin: 0;
	}

	.first-sc .row .col .content {
		max-width: 100%;
	}

	.first-sc .row .col h5 {
		font-size: 24px;
		margin-top: 32px;
	}

	.first-sc .row .col p {
		font-size: 16px;
	}

	.first-sc .row .col:nth-child(even) {
		background: #f6f6f6;
		margin: 0 -37px;
		padding: 0 37px;
		max-width: calc(100% + 74px);
		padding-top: 46px;
		padding-bottom: 56px;
	}

	.first-sc .row .col.space-col {
		display: none;
	}

	.first-sc .bg-odd {
		background: none;
	}
}

.second-sc {
	padding: 120px 0;
	background: url("../img/bg2.png") no-repeat;
	background-size: cover;
}

.second-sc__subtitle {
	font-size: 24px;
	font-weight: 300;
	color: #fff;
}

.second-sc__num {
	width: 55px;
	height: 55px;
	min-width: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #dfac43;
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	margin-top: -12px;
}

.second-sc__content {
	color: #fff;
	max-width: 450px;
	margin-left: 20px;
}

.second-sc__content h5 {
	font-size: 30px;
	font-weight: 300;
}

.second-sc__content img {
	margin: 14px 0;
}

.second-sc__content p {
	font-size: 18px;
}

.second-sc .col-md {
	display: flex;
	flex-direction: row;
}

.second-sc .col-md .btn-block {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.second-sc .row {
	margin-top: 80px;
}

@media screen and (max-width: 1015px) {
	.second-sc .row {
		margin-top: 70px;
	}

	.second-sc__content h5 {
		font-size: 28px;
	}

	.second-sc__subtitle {
		font-size: 20px;
	}

	.second-sc .col-md {
		flex: 1 0 50%;
		max-width: 50%;
	}

	.second-sc .col-md .btn-block {
		align-items: flex-end;
	}
}

@media screen and (max-width: 756px) {
	.second-sc {
		padding-top: 83px;
	}

	.second-sc__subtitle {
		margin-top: 24px;
		font-size: 20px;
	}

	.second-sc__num {
		width: 41px;
		height: 41px;
		min-width: 41px;
		font-size: 23px;
		margin-top: 0px;
	}

	.second-sc__content {
		margin-left: 11px;
	}

	.second-sc__content h5 {
		font-size: 22px;
	}

	.second-sc__content p {
		font-size: 16px;
	}

	.second-sc__content img {
		margin: 15px 0;
	}

	.second-sc .row {
		margin: 0;
	}

	.second-sc .col-md {
		margin: 0;
		padding: 0;
		margin-top: 50px;
		flex: 1 0 100%;
		max-width: none;
	}
}

.btn-yellow {
	background: #dfac43;
	color: #fff;
}

.serve-sc {
	padding-top: 140px;
}

.serve-sc .row {
	padding-top: 100px;
	padding-bottom: 80px;
}

.serve-sc__card {
	display: flex;
	flex-direction: column;
}

.serve-sc__card h5 {
	display: flex;
	align-items: center;
	font-size: 30px;
	font-weight: 300;
	color: #282828;
}

.serve-sc__card h5 img {
	width: 53px;
	margin-right: 20px;
}

.serve-sc__card p {
	font-size: 18px;
	color: #666;
	margin-top: 43px;
	margin-bottom: 24px;
}

.serve-sc__contact {
	display: flex;
	align-items: center;
}

.serve-sc__priem {
	font-size: 18px;
	color: #dfac43;
	display: flex;
	align-items: center;
	text-decoration: none;
	padding: 0;
	transition: .2s;
}

.serve-sc__priem i {
	font-size: 19px;
	margin-right: 10px;
}

.serve-sc__priem span {
	border-bottom: 1px dashed #dfac43;
	margin: 0;
	padding: 0;
	line-height: 100%;
}

.serve-sc__priem:hover {
	color: #956f22;
}

.serve-sc__priem:hover span {
	border-color: #956f22;
}

.serve-sc__social {
	margin-left: 32px;
	padding: 10px 20px;
	color: #666;
	text-transform: uppercase;
	font-size: 15px;
	display: flex;
	align-items: center;
	border-radius: 22px;
	background: #ebebeb;
}

.serve-sc__social i {
	font-size: 24px;
	color: #666;
	text-decoration: none;
	margin-left: 18px;
}

.serve-sc__social i:hover {
	color: #414141;
}

.serve-sc .bg-odd {
	background: #f6f6f6;
}

.serve-sc .bg-odd .serve-sc__social {
	background: #fff;
}

@media screen and (max-width: 1015px) {
	.serve-sc {
		padding-top: 90px;
	}

	.serve-sc .row {
		padding-top: 85px;
		padding-bottom: 60px;
	}

	.serve-sc__card h5 {
		font-size: 28px;
	}

	.serve-sc__card h5 img {
		width: 45px;
		margin-right: 18px;
	}

	.serve-sc__card p {
		margin-top: 36px;
		margin-bottom: 36px;
	}

	.serve-sc__contact {
		margin-top: auto;
		flex-direction: column;
		align-items: start;
	}

	.serve-sc__social {
		margin: 0;
		margin-top: 27px;
	}
}

@media screen and (max-width: 756px) {
	.serve-sc {
		padding-top: 88px;
	}

	.serve-sc__card h5 {
		font-size: 22px;
	}

	.serve-sc__card h5 img {
		width: 41px;
		margin-right: 10px;
	}

	.serve-sc__card p {
		font-size: 18px;
		margin-top: 32px;
		margin-bottom: 18px;
	}

	.serve-sc__contact {
		flex-direction: column;
		align-items: start;
	}

	.serve-sc__social {
		margin: 0;
		margin-top: 27px;
	}

	.serve-sc__priem {
		font-size: 16px;
	}

	.serve-sc__priem i {
		font-size: 18px;
	}

	.serve-sc .row {
		padding: 0;
	}

	.serve-sc .col {
		padding: 65px 0;
		flex: 1 0 100%;
	}

	.serve-sc .col:nth-child(even) {
		background: #f6f6f6;
		margin: 0 -37px;
		padding: 0 37px;
		max-width: calc(100% + 74px);
		padding-top: 46px;
		padding-bottom: 56px;
	}

	.serve-sc .col:nth-child(even) .serve-sc__social {
		background: #fff;
	}

	.serve-sc .bg-odd {
		background: none;
	}

	.serve-sc .bg-odd .serve-sc__social {
		background: #f6f6f6;
	}
}

.ai-sc {
	padding: 110px 0;
	background: url("../img/bg2.png") no-repeat;
	background-size: cover;
}

.ai-sc__brain {
	max-width: 100%;
}

.ai-sc__text {
	color: #fff;
	font-size: 24px;
	margin-top: 50px;
}

.ai-sc__small {
	color: #fff;
	margin-top: 50px;
}

.ai-sc__title-dark {
	font-size: 58px;
	font-weight: bold;
	position: relative;
	color: #fff;
	text-shadow: 12px -20px 0px rgba(255,255,255,.1);
}

.ai-sc__title-dark span {
	font-weight: 300;
}

.ai-sc__title-dark .shadow2 {
	font-size: 72px;
	position: absolute;
	top: -22px;
	left: 42px;
	font-weight: bold;
	opacity: 10%;
	z-index: 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.ai-sc__title-dark .shadow2 span {
	font-weight: 300;
}

.ai-sc__title-dark .shadow2 {
	display: none;
}

@media screen and (max-width: 1015px) {
	.ai-sc {
		padding-top: 100px;
		padding-bottom: 80px;
	}

	.ai-sc .row {
		flex-direction: row-reverse;
	}

	.ai-sc .row .col-md {
		flex: 1 0 50%;
		max-width: 50%;
	}

	.ai-sc__text {
		font-size: 20px;
		margin-top: 40px;
	}

	.ai-sc__small {
		margin-top: 30px;
	}

	.ai-sc__title-dark {
		font-size: 46px;
		padding-left: 16px;
	}

	.ai-sc__title-dark .shadow2 {
		font-size: 50px;
	}

	.ai-sc__title-dark::before {
		content: "";
		width: 2px;
		height: 60px;
		background: #dfac43;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media screen and (max-width: 756px) {
	.ai-sc {
		padding: 65px 0;
	}

	.ai-sc .row .col-md {
		flex: 1 0 100%;
		max-width: 100%;
	}

	.ai-sc__title-dark {
		font-size: 30px;
		margin-top: 54px;
	}

	.ai-sc__title-dark .shadow2 {
		font-size: 36px;
	}

	.ai-sc__title-dark::before {
		height: 28px;
	}

	.ai-sc__text {
		font-size: 20px;
		margin-top: 36px;
	}
}

.btn-dark {
	background: #282828;
	color: #dfac43;
}

.animation-sc {
	padding-top: 94px;
}

.animation-sc .slider-mobile {
	display: none;
}

.animation-sc .slider-tablet {
	display: none;
}

.animation-sc__text {
	font-size: 18px;
	color: #666;
	margin-top: 30px;
}

.animation-sc__title-light {
	margin-top: 140px;
	font-size: 58px;
	font-weight: bold;
	position: relative;
	color: #282828;
	padding-left: 20px;
	margin-bottom: 50px;
	text-shadow: 12px -20px 0px rgba(40,40,40,.1);
}

.animation-sc__title-light span {
	font-weight: 300;
}

.animation-sc__title-light .shadow2 {
	font-size: 72px;
	position: absolute;
	top: -22px;
	left: 42px;
	font-weight: bold;
	opacity: 10%;
	z-index: 0;
	width: 100%;
	white-space: nowrap;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.animation-sc__title-light .shadow2 span {
	font-weight: 300;
}

.animation-sc__title-light .shadow2 {
	display: none;
}

.animation-sc__title-light::before {
	content: "";
	height: 50%;
	width: 2px;
	background: #dfac43;
	border-radius: 3px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.animation-sc .btn {
	margin-top: 60px;
}

.animation-sc .btn:hover {
	color: #dfac43;
}

.animation-sc .slider {
	width: 100%;
	height: 100%;
	overflow: hidden !important;
	border-radius: 30px;
	position: relative;
}

.animation-sc .slider .swiper-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden !important;
	border-radius: 30px;
}

.animation-sc .slider .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.animation-sc .slider .slide {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
}

.animation-sc__wrapper2 {
	display: grid;
	width: 100%;
	grid-template-columns: 168px 263px;
	grid-template-rows: 240px 177px;
	grid-gap: 30px;
	margin-top: 30px;
}

.animation-sc__wrapper2 .block4 {
	grid-row: 1;
	grid-column: 1/3;
}

.animation-sc__wrapper2 .block5 {
	grid-row: 2;
	grid-column: 1;
}

.animation-sc__wrapper2 .block6 {
	grid-row: 2;
	grid-column: 2;
}

.animation-sc__wrapper {
	display: grid;
	width: 100%;
	grid-template-columns: 263px 168px;
	grid-template-rows: 240px 177px;
	grid-gap: 30px;
}

.animation-sc__wrapper .block1 {
	grid-row: 1/3;
	grid-column: 1;
}

.animation-sc__wrapper .block2 {
	grid-row: 1;
	grid-column: 2;
}

.animation-sc__wrapper .block3 {
	grid-row: 2;
	grid-column: 2;
}

@media screen and (max-width: 1015px) {
	.animation-sc__title-light br {
		display: none;
	}

	.animation-sc .slider-tablet {
		display: flex;
		margin-bottom: 70px;
		width: 100%;
	}

	.animation-sc .slider-tablet .col-5 {
		display: block;
	}

	.animation-sc .slider-tablet .slider {
		display: block;
		width: 100%;
		height: 184px;
		border-radius: 30px;
	}

	.animation-sc__title-light {
		font-size: 46px;
		padding-left: 16px;
		margin-top: 0;
	}

	.animation-sc__title-light .shadow2 {
		font-size: 50px;
	}

	.animation-sc .col-5 {
		display: none;
	}

	.animation-sc .col-7 {
		width: 100%;
	}
}

@media screen and (max-width: 756px) {
	.animation-sc {
		padding-top: 0;
	}

	.animation-sc .slider-tablet {
		display: none;
	}

	.animation-sc .slider-mobile {
		display: block;
		width: 100%;
		height: 244px;
		border-radius: 30px;
		margin-top: 36px;
	}

	.animation-sc .col-5 {
		display: none;
	}

	.animation-sc .col-7 {
		width: 100%;
	}

	.animation-sc__text {
		font-size: 16px;
		margin-top: 24px;
	}

	.animation-sc .btn {
		width: 100%;
		font-size: 22px;
		margin-top: 50px;
	}

	.animation-sc__title-light {
		margin-top: 73px;
		margin-bottom: 0;
		font-size: 30px;
		padding-left: 13px;
	}

	.animation-sc__title-light .shadow2 {
		font-size: 36px;
	}

	.animation-sc__title-light::before {
		height: 28px;
	}
}

.spec-sc {
	padding-top: 150px;
	padding-bottom: 120px;
	background: #f6f6f6;
	margin-top: 120px;
}

.spec-sc .swiper {
	margin-top: 80px;
}

.spec-sc .swiper .swiper-button-next-custom,.spec-sc .swiper .swiper-button-prev-custom {
	position: relative;
	display: inline-block;
	width: 13px;
}

.spec-sc .swiper .swiper-flex {
	display: flex;
	align-items: center;
}

.spec-sc .swiper .swiper-pagination {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: inline-block;
	color: #dfac43;
	font-size: 24px;
	bottom: 0;
	margin: 0 11px;
}

.spec-sc .swiper .swiper-pagination .swiper-pagination-total {
	font-size: 16px;
}

.spec-sc .swiper .swiper-pagination .swiper-pagination-total::before,.spec-sc .swiper .swiper-pagination .swiper-pagination-current::before {
	content: "0";
}

.spec-sc .swiper .swiper-wrapper {
	margin-bottom: 53px;
}

.spec-sc .swiper-slide {
	display: flex;
	align-items: center;
}

.spec-sc__content {
	max-width: 260px;
	margin-left: 40px;
}

.spec-sc__content h5 {
	font-size: 30px;
	font-weight: 300;
}

.spec-sc__content h5 span {
	font-weight: bold;
}

.spec-sc__job {
	font-size: 18px;
	position: relative;
	margin-top: 30px;
	padding-left: 9px;
	line-height: 100%;
}

.spec-sc__job::before {
	content: "";
	height: 16px;
	width: 3px;
	background: #dfac43;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.spec-sc__text {
	font-size: 14px;
	color: #666;
	overflow-y: scroll;
	max-width: 196px;
	max-height: 120px;
	padding-right: 15px;
	box-sizing: border-box;
}

.spec-sc__text::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.spec-sc__text::-webkit-scrollbar-thumb {
	background: #666;
}

.spec-sc__text::-webkit-scrollbar-track {
	background: #c6c6c6;
	border-radius: 5px;
}

.spec-sc__text {
	scrollbar-face-color: #666;
	scrollbar-track-color: #c6c6c6;
}

@media screen and (max-width: 1015px) {
	.spec-sc .swiper-slide {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}

	.spec-sc__content {
		margin-left: 30px;
	}

	.spec-sc__content h5 {
		font-size: 28px;
	}
}

@media screen and (max-width: 756px) {
	.spec-sc {
		padding-top: 80px;
	}

	.spec-sc .swiper-slide {
		width: 100%;
		flex-direction: column;
	}

	.spec-sc__content {
		margin: 0;
		max-width: 100%;
		margin-top: 30px;
	}

	.spec-sc__content h5 {
		font-size: 22px;
	}

	.spec-sc__text {
		max-width: none;
		margin-right: 10px;
	}
}

.proud-sc {
	padding-top: 150px;
	padding-bottom: 130px;
}

.proud-sc .row {
	margin-top: 80px;
}

.proud-sc__title {
	font-size: 30px;
	font-weight: bold;
}

.proud-sc__title span {
	font-weight: 300;
}

.proud-sc__title::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	border-radius: 3px;
	background: #dfac43;
	margin: 23px 0;
}

.proud-sc__text {
	color: #666;
	font-size: 18px;
}

.proud-sc__phrase {
	display: flex;
	font-weight: bold;
	margin-top: 32px;
}

.proud-sc__phrase span {
	display: block;
	margin-left: 16px;
	color: #666;
}

.proud-sc__phrase img {
	height: 40px;
}

@media screen and (max-width: 1015px) {
	.proud-sc {
		padding-bottom: 0;
	}

	.proud-sc .row {
		margin: 0;
	}

	.proud-sc .col-md {
		max-width: 50%;
		flex: 1 0 50%;
		padding: 73px 0;
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
	}

	.proud-sc .col-md:last-child {
		background: #f6f6f6;
		margin: 0 -40px;
		padding: 73px 40px;
		max-width: calc(100% + 80px);
		width: calc(100% + 80px);
	}

	.proud-sc .col-md:last-child .proud-sc__title {
		max-width: 50%;
	}

	.proud-sc .col-md:last-child .proud-sc__text {
		max-width: 50%;
	}

	.proud-sc .col-md:last-child .proud-sc__phrase {
		max-width: 50%;
	}
}

@media screen and (max-width: 756px) {
	.proud-sc {
		padding-top: 93px;
		padding-bottom: 0;
	}

	.proud-sc .row {
		margin: 0;
	}

	.proud-sc .col-md {
		padding-top: 74px;
		max-width: none;
		flex: 1 0 100%;
		padding-bottom: 50px;
	}

	.proud-sc .col-md:last-child {
		background: none;
		margin: 0;
		padding: 73px 0;
		max-width: 100%;
		width: 100%;
	}

	.proud-sc .col-md:last-child .proud-sc__title {
		max-width: none;
	}

	.proud-sc .col-md:last-child .proud-sc__text {
		max-width: none;
	}

	.proud-sc .col-md:last-child .proud-sc__phrase {
		max-width: none;
	}

	.proud-sc .col-md:nth-child(even) {
		background: #f6f6f6;
		margin: 0 -37px;
		padding: 0 37px;
		padding-top: 74px;
		padding-bottom: 50px;
		max-width: calc(100% + 74px);
		width: calc(100% + 74px);
	}

	.proud-sc__title {
		font-size: 22px;
		max-width: none;
	}

	.proud-sc__text {
		font-size: 16px;
		max-width: none;
	}

	.proud-sc__phrase {
		max-width: none;
	}
}

.form-sc {
	padding: 120px 0;
	background: url("../img/bg2.png") no-repeat;
	background-size: cover;
}

.form-sc__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

.form-sc__header .title-dark {
	position: static;
}

.form-sc .right {
	display: none;
	color: #fff;
	white-space: nowrap;
	margin-top: 14px;
}

.form-sc .right.active {
	display: block;
}

.form-sc form .col {
	margin-top: 50px;
}

.form-sc form .col .dropdown-toggle {
	width: 100%;
	font-size: 24px;
	text-align: center;
	background: none;
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 14px;
	color: #fff8;
	font-weight: 300;
	transition: border .2s;
}

.form-sc form .col .dropdown-toggle::after {
	display: none;
}

.form-sc form .col .dropdown-toggle:hover {
	border-color: rgba(255,255,255,.3);
}

.form-sc form .col .dropdown-toggle:focus {
	outline: none;
	box-shadow: none;
	border-color: rgba(223,171,67,.6) !important;
}

.form-sc form .col .dropdown-menu {
	width: 100%;
	padding: 50px 0;
	text-align: center;
	font-size: 24px;
	border-radius: 30px;
	border: none;
	color: #cca352;
	box-shadow: 30px 30px 38px rgba(0,0,0,.43);
	margin-top: 17px !important;
}

.form-sc form .col .dropdown-menu li {
	padding: 0;
}

.form-sc form .col .dropdown-menu li:not(:last-child) {
	margin-bottom: 36px;
}

@media screen and (max-width: 1015px) {
	.form-sc form .col .dropdown-menu {
		font-size: 22px;
		padding: 34px 0;
	}
}

.form-sc form .col .dropdown-item {
	padding: 0;
	color: #cca352;
	font-weight: 300;
	line-height: 100%;
}

.form-sc form .col .dropdown-item:hover {
	font-weight: bold;
	background: none;
}

.form-sc form .col input {
	width: 100%;
	font-size: 24px;
	text-align: center;
	background: none;
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 14px;
	color: #fff;
	font-weight: 300;
	transition: border .2s;
}

.form-sc form .col input:hover {
	border-color: rgba(255,255,255,.3);
}

.form-sc form .col input:focus {
	outline: none;
	box-shadow: none;
	border-color: rgba(223,171,67,.6) !important;
}

.form-sc form .col p {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	margin-top: 23px;
	line-height: 100%;
}

.form-sc form .col p a {
	display: block;
	color: #fff;
}

.form-sc form .col p a:hover {
	transition: .2s;
	color: #dfac43;
}

@media screen and (max-width: 1015px) {
	.form-sc .row {
		width: 100%;
	}

	.form-sc .col {
		flex: 1 0 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 756px) {
	.form-sc__header {
		flex-direction: column;
	}

	.form-sc form .col {
		margin-top: 30px;
		flex: 1 0 100%;
		max-width: 100%;
	}

	.form-sc form .col p a {
		display: inline;
	}

	.form-sc .right {
		margin: 0;
		float: none;
		margin-top: 30px;
	}

	.form-sc .btn {
		width: 100% !important;
	}
}

.map-sc i:hover {
	transition: .2s;
	color: #956f22;
}

.map-sc .col-6:first-child {
	padding-top: 186px;
	padding-bottom: 134px;
}

.map-sc .title-light .shadow2 {
	white-space: nowrap;
}

.map-sc iframe {
	position: relative;
	z-index: 100;
}

.map-sc table {
	margin-bottom: 60px;
	margin-top: 80px;
}

.map-sc table tr td {
	font-size: 18px;
	line-height: 100%;
	font-weight: 300;
	color: #282828;
	text-decoration: none;
	padding-top: 15px;
}

.map-sc table tr td:first-child {
	font-weight: bold;
	padding-right: 19px;
}

.map-sc table tr td i {
	font-size: 20px;
	margin-right: 18px;
	color: #dfac43;
}

.map-sc table tr td a {
	text-decoration: none;
	color: #282828;
}

.map-sc .btn-dark {
	color: #fff;
}

.map-sc .table-mobile {
	display: none;
}

@media screen and (max-width: 1015px) {
	.map-sc .col-6:first-child {
		padding-top: 100px;
		padding-bottom: 0;
		flex: 1 0 100%;
	}

	.map-sc table {
		display: none;
	}

	.map-sc .btn {
		display: none;
	}

	.map-sc .table-mobile {
		display: flex;
		margin: 70px 0;
		flex-wrap: wrap;
		flex-direction: column;
		max-height: 250px;
	}

	.map-sc .table-mobile .flex {
		flex: 1 0 50%;
		display: flex;
		align-items: start;
		font-size: 18px;
		font-weight: bold;
		margin-top: 20px;
		color: #282828;
	}

	.map-sc .table-mobile .flex i {
		font-size: 20px;
		color: #dfac43;
		margin-right: 18px;
	}

	.map-sc .table-mobile .flex a {
		font-weight: 300;
		display: block;
		color: #282828;
		text-decoration: none;
	}

	.map-sc .table-mobile .flex span {
		font-weight: 300;
		display: block;
		color: #282828;
	}

	.map-sc .col-6:last-child {
		height: 350px;
		margin: 0 -40px;
		max-width: calc(100% + 80px);
		flex: 1 0 100%;
	}
}

@media screen and (max-width: 756px) {
	.map-sc .col-6:first-child {
		padding-top: 96px;
		padding-bottom: 54px;
		width: 100%;
		flex: 1 0 100%;
	}

	.map-sc .col-6:last-child {
		height: 407px;
		margin: 0 -37px;
		max-width: calc(100% + 74px);
		flex: 1 0 100%;
	}

	.map-sc table {
		display: none;
	}

	.map-sc .btn {
		width: 100%;
	}

	.map-sc .table-mobile {
		display: block;
		margin: 50px 0;
		max-height: none;
	}

	.map-sc .table-mobile .flex {
		display: flex;
		align-items: start;
		font-size: 18px;
		font-weight: bold;
		margin-top: 30px;
		color: #282828;
	}

	.map-sc .table-mobile .flex i {
		font-size: 20px;
		color: #dfac43;
		margin-right: 18px;
	}

	.map-sc .table-mobile .flex a {
		font-weight: 300;
		display: block;
		color: #282828;
		text-decoration: none;
	}

	.map-sc .table-mobile .flex span {
		font-weight: 300;
		display: block;
		color: #282828;
	}
}

.modal-dialog {
	max-width: 555px;
}

.modal-thx h5 {
	line-height: 1.2;
	margin-bottom: 30px;
}

.modal-backdrop.show {
	background: #282828;
	opacity: .8;
}

.modal-content {
	max-width: 555px;
	text-align: center;
	border: none;
	border-radius: 30px;
	padding: 0 50px;
	padding-top: 60px;
	padding-bottom: 50px;
	width: 100%;
	box-shadow: 1px 1px 90px rgba(0,0,0,.2);
}

.modal-content .modal-logo {
	width: 130px;
	margin: 0 auto;
	display: block;
}

.modal-content .modal-title {
	margin-top: 36px;
	font-size: 36px;
	font-weight: bold;
}

.modal-content .modal-title span {
	font-weight: 300;
}

.modal-content form {
	margin: 0 auto;
	margin-top: 48px;
	max-width: 357px;
	width: 100%;
	box-sizing: border-box;
	display: block;
}

.modal-content form input,.modal-content form textarea,.modal-content form button {
	width: 100%;
	border-radius: 30px;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 300;
	box-sizing: border-box;
}

.modal-content form input,.modal-content form textarea {
	border: 1px solid #282828;
	padding: 27px 40px;
	line-height: 100%;
}

.modal-content form textarea {
	height: 189px;
	resize: none;
}

.modal-content form .btn {
	width: 100%;
	margin-top: 30px;
}

.modal-content form p {
	font-size: 14px;
	font-weight: 300;
	line-height: 100%;
}

.modal-content form p a {
	display: block;
	color: #282828;
	text-align: center;
}

.modal-content form p a:hover {
	transition: .2s;
	color: #dfac43;
}

.modal-content .close-btn {
	display: block;
	color: #282828;
	text-align: center;
}

.modal-content .close-btn:hover {
	transition: .2s;
	color: #dfac43;
}

@media screen and (max-width: 756px) {
	.modal-content {
		padding: 0 30px;
		padding-top: 60px;
		padding-bottom: 50px;
	}

	.modal-content .modal-title {
		font-size: 30px;
	}

	.modal-content form input,.modal-content form textarea,.modal-content form button {
		font-size: 22px;
	}

	.modal-content form input,.modal-content form textarea {
		padding: 23px 29px;
	}
}