html, body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    box-sizing: border-box;
}
img {
	max-width: 100%;
}
body {
	min-width: 320px;
	font-family: "Montserrat", serif;
	-webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;

}
:focus {
    outline: none;
}
@media (min-width: 1440px) {
    .container {
        width: 90%; /* Процентная ширина вместо фиксированной */
        max-width: 1440px; /* Максимальная ширина */
        margin: 0 auto;
    }
}
@media (min-width: 1860px) {
    .container {
        max-width: 1760px;
    }
	.bars {
		display: none;
	}
}
main {
	position: relative;
	overflow: hidden;
}
#header {
	padding: 1rem 0;
	position: relative;
	z-index: 3;
}
.navbar-main {
	padding: 0;
	align-items: start;
}
.navbar-nav {
	display: flex;
	flex-direction: row;
}
.navbar-nav .nav-link {
	font-weight: 500;
	font-size: 16px;
	display: block;
	padding: 1rem 1.5rem;
	text-transform: uppercase;
	color: #000;
}
.cont-btn {
    background: linear-gradient(92.96deg, #000000 0%, #414141 100%);
    color: #fff;
    padding: .75rem 1.5rem .75rem 5rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
    display: block;
    position: relative;
    text-transform: uppercase;
    line-height: 1.2;
}
.cont-btn:hover {
	color: #fff;
	text-decoration: none;
}
.cont-block {
	position: relative;
	width: 100%;
	max-width: 348px;
}
.cont-btn span {
	display: block;
	font-weight: 500;
	font-size: .75rem;
}
.cont-btn::before {
	content: '';
	display: block;
	background: url('/img/phone.svg') no-repeat center center;
	width: 32px;
	position: absolute;
	left: 1.5rem;
	top: 0;
	bottom: 0;
}
.cont-block .adress {
	font-weight: 400;
	text-align: center;
	padding-top: 1rem;
}
.toast {
    display: none;
    min-width: 200px;
    padding: 15px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    opacity: 0.9;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}


.cont-block .adress a {
	color: #000;
	font-weight: 700;
}
.s-title {
	font-family: 'Trajan Pro 3';
	font-weight: 400;
	font-size: 5rem;
	line-height: 1;
	background: linear-gradient(90deg, #000000 0%, #B67435 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-bottom: 2rem;
}
.s-title.icon {
	position: relative;
	text-align: center;
}
.s-title.icon::before {
	content: '';
	display: block;
	background: url('/img/s-title.png') no-repeat center center;
	width: 209px;
	height: 85px;
	position: absolute;
	left: calc(50% - 105px);
	top: -5rem;
}
.first-descr {
	font-family: "Montserrat", serif;
	font-size: 1.5rem;
	line-height: 1.2;
}
.first-descr strong {
	background: linear-gradient(91.29deg, #B67435 2.21%, #ECAA6A 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.align-items-center {
	align-items: center;
}
.first-info {
	background: linear-gradient(120.12deg, #EAEAEA 0%, #FFFFFF 100%);
	border: 1px solid rgba(182, 116, 53, 1);
	padding: 2rem;
	text-align: center;
	font-family: "Montserrat", serif;
	border-radius: 10px;
	height: 100%;
}
.first-info .num {
	background: linear-gradient(91.29deg, #B67435 2.21%, #ECAA6A 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight: 700;
	font-size: 4rem;
}
.form {
	position: relative;
	border-radius: 10px;
	border-width: 1px;
	background: linear-gradient(92.96deg, #000000 0%, #414141 100%);
	border: 1px solid;
	border-image-source: linear-gradient(122.21deg, #B67435 0%, #FFFFFF 100%);
	color: #fff;
	padding: 2rem;
	border: 1px solid #B67435;
}
.form::before {
	content: '';
	display: block;
	position: relative;
	width: 519px;
	height: 769px;
	position: absolute;
    top: -20rem;
    right: -14rem;
	background: url('/img/46.png') no-repeat center center / contain;
	pointer-events: none;
}
.form .form-title {
	font-family: 'Trajan Pro 3';
	font-size: 2.75rem;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.form .form-info {
	text-align: center;
	margin-bottom: 2rem;
	font-family: "Montserrat", serif;
}
.form input[type="phone"] {
	width: 100%;
	max-width: 420px;
	height: 56px;
	border-radius: 10px;
	display: block;
	margin: auto auto .375rem auto;
}
.form .input-descr {
	text-align: center;
}
.form-group {
    margin-bottom: 0;
}
.form .form-btn {
	margin: 2.5rem auto 1.5rem;
}
.form-btn {
	background: linear-gradient(91.29deg, #B67435 2.21%, #ECAA6A 100%);
	color: #fff;
	border: none;
	display: block;
	width: 100%;
	max-width: 420px;
	border-radius: 10px;
	padding: 1.25rem 1.25rem 1.25rem 4.25rem;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 600;
	position: relative;
	text-align: center;
}
.form-btn::before {
	content: '';
	display: block;
	position: relative;
	width: 45px;
	height: 100%;
	position: absolute;
    top: 0;
    left: 22px;
	bottom: 0;
	background: url('/img/phone.png') no-repeat center center / contain;
}
.form-btn:hover {
	background: linear-gradient(91.29deg, #B67435 2.21%, #B67435 100%);
	color: #fff;
	text-decoration: none;
}
.first {
	position: relative;
	margin-bottom: 12.5rem;
}
.form label {
	width: 100%;
	max-width: 420px;
	margin: auto;
}
.form label div {
	color: rgba(235, 169, 106, 1);
	font-family: "Montserrat", serif;
	font-weight: 400;
	font-size: 15px;
	position: relative;
	padding-left: 44px;
	display: block;
	line-height: 1.2;
}
.form label div:before {
	background: linear-gradient(91.29deg, #B67435 2.21%, #ECAA6A 100%);
}
.form label div:after {
	background: url('/img/check.png') no-repeat center center;
	opacity: 0;
}
.form label div:before,
.form label div:after{
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
    top: 2px;
    left: 0;
	border-radius: 5px;
}
.form-check {
	padding-left: 0;
	display: flex;
	justify-content: center;
}
.form input {
	display: none;
}
.form input:checked + div:after {
	background: url('/img/check.png') no-repeat center center;
	opacity: 1;
}
.about {
	margin-bottom: 20rem;
}
.about .descr {
	font-family: "Montserrat", serif;
	font-size: 1.5rem;
	color: rgba(33, 30, 30, 1);
	line-height: 1.2;
}
.about .descr a {
	margin-top: 2rem;
}
.mt-auto {
	margin-top: auto;
}
.zayka {
	margin-bottom: 12.5rem;
}
.service-block {
	background: linear-gradient(120.12deg, #EAEAEA 0%, #FFFFFF 100%);
	border: 1px solid rgba(182, 116, 53, 1);
	padding: 1.75rem;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 1.5rem;
	height: calc(100% - 1.5rem);
	position: relative;
}
.hidden-block {
	position: relative;
	max-height: 0px;
	overflow: hidden;
}
.show-service .hidden-block {
	max-height: 10000px;
}
.service-block .title {
	background: linear-gradient(90deg, #000000 0%, #B67435 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 1.5rem;
	font-family: 'Trajan Pro 3';
	line-height: 1.2;
	height: 58px;
	margin-bottom: 2rem;
}
.white-btn {
	background: linear-gradient(91.29deg, #FFFFFF 2.21%, #DEDEDE 100%);
	border: 1px solid rgba(255, 255, 255, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	text-align: center;
	color: rgba(182, 116, 53, 1);
	font-family: "Montserrat", serif;
	text-transform: uppercase;
	padding: 1.35rem;
	border-radius: 10px;
}
.white-btn:hover {
	color: rgba(182, 116, 53, 1);
	text-decoration: none;;
}
.service-block .butt {
	position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
	opacity: 0;
}
.service-block:hover {
	background: linear-gradient(91.29deg, #B67435 2.21%, #ECAA6A 100%);
	color: #fff;
}
.service-block:hover .title {
	background: #fff;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service-block:hover .butt {
	opacity: 1;
}
.service-block:hover .descr {
	opacity: 0;
}
.service {
	margin-bottom: 12.5rem;
}
.service .row {
	margin-bottom: 2.25rem;
}
.yellow-btn {
	background: linear-gradient(91.29deg, #B67435 2.21%, #ECAA6A 100%);
    color: #fff;
    border: none;
    display: block;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    position: relative;
	text-align: center;
}
.yellow-btn:hover {
	color: #fff;
	text-decoration: none;
	background: linear-gradient(91.29deg, #B67435 2.21%, #B67435 100%);
}
.yellow-btn svg {
	margin-left: 1.5rem;
}
.pocket {
	border: 1px solid rgba(182, 116, 53, 1);
	background: linear-gradient(120.12deg, #EAEAEA 0%, #FFFFFF 100%);
	padding: 0 1.5rem 1.5rem;
	border-radius: 10px;
	margin-bottom: 1.5rem;
	height: calc(100% - 1.5rem);
	display: flex;
	flex-direction: column;
}
.pocket .title {
	position: relative;
	text-align: center;
	padding-top: 3.5rem;
	font-family: 'Trajan Pro 3';
	font-size: 2rem;
	line-height: 1.2;
	text-transform: uppercase;
	background: linear-gradient(90deg, #000000 0%, #B67435 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pocket .title::before {
	content: '';
	display: block;
	background: url('/img/s-title.png') no-repeat center center / contain;
	width: 130px;
	height: 52px;
	position: absolute;
	left: calc(50% - 65px);
	top: .25rem;
}
.pocket .price {
	font-size: 1.25rem;
	text-align: center;
	font-family: 'Trajan Pro 3';
	text-transform: uppercase;
	margin-bottom: .5rem;
}
.pocket .descr {
	text-align: center;
	margin-bottom: 2rem;
}
.pocket ul {
	padding: 0;
	list-style: none;
}
.pocket ul li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 1rem;
}
.pocket ul li::before {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: rgba(182, 116, 53, 1);
	position: absolute;
	left: 0;
	top: 4px;
}
.pocket .butt {
	margin-top: auto;
}
.pocket .form-btn {
	padding: 1.25rem 2.25rem 1.25rem 4.25rem;
}
.pockets {
	margin-bottom: 12.5rem;
}
.about2 {
	text-align: center;
	color: rgba(33, 30, 30, 1);
	font-size: 1.5rem;
	margin-bottom: 28rem;
}
.about2-info {
	background: linear-gradient(92.96deg, #000000 0%, #414141 100%);
	padding: 2.5rem;
	margin-top: 3.5rem;
	color: #fff;
	position: relative;
}
.about2-info::before,
.about2-info::after {
	content: '';
	display: block;
	position: absolute;           
	width: 498px;
	height: 679px;
	background: url('/img/about_2.png') no-repeat center center / contain;
	top: -19rem;
}
.about2-info::before {
	left: -18rem;
}
.about2-info::after {
	right: -18rem;
}
.about2-info button {
	font-size: 1rem;
	margin: 2.5rem auto 0 auto;
}
.memory {
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.2;
	background: url('/img/Group2085662623.png') no-repeat top center;
	margin-bottom: 12.5rem;
}
.memory .about2-info::before,
.memory .about2-info::after {
	top: -12.5rem;
	width: 581px;
	height: 580px;
}
.memory .about2-info::before {
	background: url('/img/mem1.png') no-repeat center center / contain;
	left: -18rem;
}
.memory .about2-info::after {
	background: url('/img/mem2.png') no-repeat center center / contain;
	right: -18rem;
	width: 565px;
	height: 564px;
}
.memory a {
	font-size: 1rem;
	margin: 2.5rem auto 0 auto;
}
.photo-gallery a {
	display: block;
	padding: 10px;
}
.gallery .left,
.gallery .right {
	width: 68px;
	height: 68px;
	background: linear-gradient(91.29deg, #B67435 2.21%, #ECAA6A 100%);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all .5s;
}
.gallery .right {
	background: linear-gradient(91.29deg, #B67435 2.21%, #ECAA6A 100%);
}
.gallery .left:hover,
.gallery .right:hover {
	background: linear-gradient(91.29deg, #b67435 2.21%, #b67435 100%);
	transition: all .5s;
}
.gallery-arrows {
	display: flex;
	justify-content: center;
	gap: 140px;
	margin-top: 2rem;
	margin-bottom: 12.5rem;
}
.btn-collapse {
	background: linear-gradient(90deg, #000000 0%, #B67435 100%);
	font-family: 'Trajan Pro 3';
	font-size: 2rem;
	line-height: 1.2;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	padding: 1.25rem 4rem;
	position: relative;
	display: block;
}
.btn-collapse span {
	background: linear-gradient(90deg, #000000 0%, #B67435 100%);
	font-family: 'Trajan Pro 3';
	font-size: 3rem;
	line-height: 1.2;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	position: absolute;
	top: 10px;
	left: 0;
}
.btn-collapse svg {
    position: absolute;
    top: 30px;
    right: 0;
}
.collapse-box {
	position: relative;
}
.collapse-box:after {
	content: '';
	display: block;
	position: absolute;     
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #000000 0%, #B67435 100%);
}
.btn-collapse.show svg {
	transform: rotate(180deg);
	transition: all .5s;
}
.btn-collapse + .card {
	position: relative;
	max-height: 0px;
	overflow: hidden;
	transition: all .5s;
	padding-bottom: 0rem;
	color: rgba(60, 60, 60, 1);
	font-size: 1.5rem;
	padding: 0 4rem;
}
.btn-collapse.show + .card {
	max-height: 10000px;
	transition: all .5s;
}
.btn-collapse + .card div {
	padding: .75rem 0 2rem 0;
}
.faq {
	margin-bottom: 12.5rem;
}
.f-info {
	margin-bottom: 3rem;
	text-transform: uppercase;
}
.f-info .title {
	background: linear-gradient(90deg, #000000 0%, #B67435 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 1.5rem;
	font-weight: 700;
}
.f-info .info a,
.f-info .info {
	background: linear-gradient(90deg, #000000 0%, #B67435 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 2rem;
	font-family: 'Trajan Pro 3';
}
.f-icon {
	background: linear-gradient(91.29deg, #B67435 2.21%, #ECAA6A 100%);
	width: 56px;
	height: 56px;
	display: inline-flex;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}
.f-icon:hover {
	background: linear-gradient(91.29deg, #B67435 2.21%, #B67435 100%);
}
#footer {
	padding-bottom: 5rem;
}
#footer .d-flex {
	gap: 30px;
	align-items: center;
}
#footer .d-flex button {
	margin-left: 60px;
}
.show-modal {
	position: relative;
	overflow: hidden;
}
.show-modal::before {
	content: '';
	display: block;
	background: rgba(0, 0, 0, .7);
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.show-modal .modal {
    display: flex;
    opacity: 1;
    align-items: center;
    justify-content: center;
}
.modal .form::before {
	display: none;
}
.modal-body {
    padding: 0;
	position: relative;
}
.modal-content {
	background: transparent;
}
.modal-dialog {
	margin: 0;
}
.modal .close {
	opacity: 1;
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 3;
}
@media (min-width: 1200px) {
	.modal .form .form-title {
		font-size: 2.5rem;
	}
}
@media (min-width: 1860px) {
	.col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
	.col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
	.col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
	.col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
	.col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
	}
	.d-xxl-none {
		display: none !important;
	}
}
@media (max-width: 1859px) {
	.navbar-nav .nav-link {
		padding: 1rem 0.5rem;
	}
	.navbar-main .navbar-nav {
		position: fixed;
		background: #000;
		top: 0;
		left: 0;
		bottom: 0;
		width: 300px;
		flex-direction: column;
		z-index: 999;
		transition: all .5s;
		transform: translateX(-300px);
		overflow: auto;
	}
	.navbar-nav li div {
		color: #fff;
		padding: 1rem 1.5rem;
		margin-top: 2rem;
	}
	.show-nav .navbar-main .navbar-nav {
		transform: translateX(0px);
	}
	.navbar-nav .nav-link {
		background: linear-gradient(90deg, #ffffff 0%, #B67435 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding: 1rem 1.5rem;
	}
	#header .adress {
		display: none;
	}
	.navbar-main {
		align-items: center;
	}
	.bars {
		border-top: 5px solid #000;
		border-bottom: 5px solid #000;
		width: 40px;
		height: 20px;
		margin-left: auto;
        margin-right: 2rem;
	}
	.s-title {
		font-size: 3rem;
	}
	.first-descr {
		font-size: 1.25rem;
	}
	.form .form-title {
		font-size: 2rem;
	}
	.first-info {
		padding: 1rem;
	}
	.first-info .num {
		font-size: 3.5rem;
	}
	.first-info .descr {
        font-size: .875rem;
    }
	.form label div {
		font-size: 13px;
	}
	.form .form-btn {
		margin: 0.5rem auto 1.5rem;
	}
	.form::before {
		width: 337px;
		height: 500px;
		top: -14rem;
		right: -9rem;
	}
	.about .descr {
		font-size: 1rem;
	}
	.about .descr a {
		display: none;
	}
	.about2 {
		font-size: 1.125rem;
	}
	.about2-info::before, .about2-info::after {
		width: 337px;
		height: 460px;
		top: -9rem;
	}
	.about2-info::before {
		left: -15rem;
	}
	.about2-info::after {
		right: -14rem;
	}
	.about2 {
		margin-bottom: 15rem;
	}
	.memory {
		font-size: 1.25rem;
	}
	.memory .about2-info::before, .memory .about2-info::after {
		top: -11.5rem;
	}
	.memory .about2-info::before {
		left: -24rem;
	}
	#footer .d-flex button {
		margin-left: 0;
	}
	#footer .d-flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 15px;
	}
	.f-info {
		margin-bottom: 1rem;
	}
	.f-info .info a, .f-info .info {
		font-size: 1.5rem;
	}
	.about {
		margin-bottom: 15rem;
	}
}
@media (max-width: 1199px) {
	.s-title {
		text-align: center;
	}
	.first .s-title {
		margin-top: 4rem;
	}
	.form {
		max-width: 460px;
		margin: 12rem auto 0 auto;
	}
	.about {
		margin-bottom: 4rem;
	}
	.zayka .cont-block {
		margin: auto;
	}
	.about2 {
        margin-bottom: 5rem;
    }
	.memory {
		background: none;
	}
	.btn-collapse {
		font-size: 1.5rem;
	}
	.btn-collapse span {
		font-size: 2rem;
		top: 16px;
	}
}
@media (max-width: 991px) {
	#footer .d-flex {
		margin-bottom: 2rem;
	}
	#footer {
		padding-bottom: 1rem;
		text-align: center;
	}
	.logo {
		position: relative;
		overflow: hidden;
		width: 64px;
	}
	.first {
		text-align: center;
	}
	.first-descr {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	#footer .d-flex {
		justify-content: center;
	}
	.s-title {
        font-size: 2.25rem;
    }
	.first-info {
		margin-bottom: 1rem;
		height: auto;
	}
	.about2-info {
		font-size: 1rem;
		margin: 3.5rem auto 0;
	}
	.about2-info>div {
		max-width: 400px;
		margin: 0 auto;
	}
	.about2-info::before, .about2-info::after {
        top: -5rem;
    }
	.about2-info::before {
        left: -16rem;
    }
	.about2-info::after {
        right: -14rem;
    }
}
@media (max-width: 575px) {
	#header .cont-block {
		width: 100%;
		max-width: 100%;
		margin-top: 1rem;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 3;
	}
	.cont-btn {
		font-size: 1.25rem;
		padding: .75rem 1rem .75rem 3rem;
	}
	.cont-btn::before {
		left: 1rem;
	}
	.cont-btn span {
		font-size: .675rem;
	}
	.form {
		padding: 1rem;
	}
	.form .form-title {
        font-size: 1.5rem;
    }
	.form .form-info br {
		display: none;
	}
	.form::before {
        width: 337px;
        height: 200px;
        top: -5.5rem;
        right: -9.5rem;
    }
	.form {
        max-width: 460px;
        margin: 6rem auto 0 auto;
    }
	section {
		margin-bottom: 7.5rem !important;
	}
	.about {
		text-align: center;
	}
	.about2-info {
		padding: 1.5rem;
	}
	.about2-info::before, .about2-info::after {
		display: none;
	}
	.memory {
        font-size: 1rem;
    }
	.gallery-arrows {
		gap: 50px;
		margin-bottom: 7.5rem;
	}
	.btn-collapse {
        font-size: 1rem;
		padding: 1rem 2rem;
    }
	.btn-collapse + .card {
		font-size: 1rem;
	}
	.btn-collapse.show + .card {
		font-size: 1rem;
		padding: 1rem 1rem 1rem 2rem;
	}
	.f-info .info a, .f-info .info {
        font-size: 1rem;
    }
	.bars {
        margin-right: 0;
    }
}