@import url('./font.css');

.d-flex>.column+.column,
.option-button {
	margin-left: 15px;
}

.highlight {
	padding: 5px 10px;
	color: white;
	font-size: 12px;
	border-radius: 4px;
	cursor: pointer;
	background-color: #314dcb;
}

:root {
	--primary-color: #314dcb;
	--secondary-color: 89, 99, 157;
	--border-bottom-color: rgba(0, 0, 0, 0.1);
}

h1 {
	font-family: 'Golos';
	font-weight: 700;
}

h6 {
	font-family: 'Golos';
	font-weight: 600;
}

body {
	color: #33395b;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

.button {
	border: none;
	border-radius: 5px;
	color: #59639d;
	background: #e8ecff;
	cursor: pointer;
}

.header,
.preview .container {
	border-bottom: 1px solid var(--border-bottom-color);
}

.advantages-item,
.service-div {
	background: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, .05);
}

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

.header {
	padding: 5px 0;
}

.header-button {
	font-size: 16px;
	line-height: 19px;
	padding: 15px 30px;
}

.preview .container {
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.preview-title {
	max-width: 550px;
	margin-bottom: 15px;
	font-weight: 700;
	color: var(--primary-color);
}

.preview-desc {
	max-width: 400px;
	margin-bottom: 50px;
}

.advantages {
	position: relative;
	width: 500px;
	z-index: 0;
}

.advantages>img {
	margin-top: -60px;
	max-width: 40vw;
	object-fit: cover;
	position: absolute;
	z-index: -10;
}

.advantages-div {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.advantages-item {
	align-items: center;
	border-radius: 10px;
	display: flex;
	height: 80px;
	padding-left: 20px;
	width: 280px;
}

.advantages-item>img {
	margin-right: 15px;
}

.advantages-info {
	border-left: 1px solid #ededed;
	padding-left: 15px;
}

.option-div,
.service-item h4 {
	border-left: 10px solid var(--primary-color);
}

.advantages-info h4 {
	font-weight: 600;
}

.advantages-info h6 {
	font-family: 'Golos';
	font-weight: 400;
}

.nav-link {
	--bs-navbar-nav-link-padding-x: 1.5rem;
	--bs-navbar-nav-link-padding-y: 1.5rem;
}

.text-primary {
	--bs-primary-rgb: 89, 99, 157;
}

.btn-preview {
	--bs-btn-padding-y: 0.7rem;
	--bs-btn-padding-x: 1.5rem;
	--bs-btn-font-size: 1.25rem;
	--bs-btn-border-radius: 0.5rem;
	--bs-btn-bg: var(--primary-color);
	--bs-btn-hover-bg: var(--primary-color);
	--bs-btn-hover-border-color: var(--primary-color);
}

.check-item img,
.mb-15 {
	margin-bottom: 15px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-150 {
	margin-bottom: 150px;
}

.option-div {
	margin-right: 24px;
	padding-left: 15px;
}

.caption-large,
.option-div > h6 {
	font-family: 'Golos';
	font-weight: 700;
	margin-bottom: 15px;
}

.option-search {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 450px;
	border-radius: 5px;
	border: 1px solid #d6d6d6;
	padding: 0 10px;
}

.option-search>.option-input {
	border: 0;
	height: 45px;
	outline: 0;
	padding: 10px;
	font-size: 16px;
	width: 20vw;
}

.option-delivery>.option-input {
	border: 1px solid #d6d6d6;
	height: 45px;
	outline: 0;
	padding: 10px;
	font-size: 16px;
	width: 200px;
	border-radius: 5px;
}

.option-input+.option-input {
	margin-left: 5px;
}

.option-search svg {
	color: #212529;
	text-align: center;
	white-space: nowrap;
}

.option-button {
	padding: 0 25px;
	height: 45px;
}

.advantage h2,
.service h2 {
	font-family: 'Golos';
	font-weight: 700;
	margin-bottom: 50px;
}

.service-grid {
	gap: 30px;
	display: grid;
	margin: 0 auto;
	grid-template-columns: 1fr 1fr;
}

.service-grid-email {
	margin-top: 50px;
}

.service-grid-chat {
	gap: 30px;
	display: grid;
	margin: 0 auto;
	margin-top: 40px;
	grid-template-columns: 1fr 1fr;
}

.service-div {
	align-items: flex-start;
	border-radius: 10px;
	display: flex;
	height: 290px;
	justify-content: space-between;
	max-width: 630px;
	overflow: hidden;
	padding: 30px 0;
	position: relative;
}

.service-item h4 {
	font-family: 'Golos';
	font-weight: 600;
	max-width: 150%;
	padding-left: 20px;
	border-radius: 1px;
}

.service-item p {
	max-width: 390px;
	font-size: 16px;
	padding-left: 30px;
	margin-top: 25px;
}

.service-button {
	background: #e8ecff;
	border: none;
	bottom: 30px;
	font-size: 16px;
	height: 45px;
	margin-left: 30px;
	width: 180px;
	position: absolute;
}

.service-item img {
	width: 35%
}

.advantage-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 150px;
}

.advantage-div {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 25px rgba(0, 0, 0, .05);
	height: 300px;
	padding: 30px 0;
	width: 270px;
	margin-bottom: 25px;
}

.advantage-image {
	align-items: center;
	background: #e8ecff;
	border-radius: 100%;
	display: flex;
	height: 125px;
	justify-content: center;
	margin: 0 auto 25px;
	width: 125px;
}

.safety-div,
.safety-item {
	align-items: center;
	display: flex;
}

.advantage-item h4 {
	font-family: 'Golos';
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}

.advantage-item p {
	line-height: 150%;
	text-align: center;
}

.safety-div {
	flex-direction: column;
	gap: 60px;
}

.safety-item {
	gap: 15px;
	justify-content: flex-end;
	width: 800px;
}

.safety-item p {
	width: 400px;
}

.safety-counter {
	align-items: center;
	background: #314dcb;
	border-radius: 100%;
	color: #fff;
	display: flex;
	font-size: 18px;
	height: 34px;
	justify-content: center;
	line-height: 22px;
	text-align: center;
	width: 34px;
}

.calculate-div {
	border-left: 2px dashed #e8ecff;
}

.calculate-item {
	display: block;
}

.calculate-item h1 {
	border-left: 10px solid #314dcb;
	color: #33395b;
	font-size: 22px;
	line-height: 26px;
	margin-left: -5px;
	padding-left: 15px;
}

.calculate-wrapper {
	padding: 30px;
}

.calculate-input {
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	height: 50px;
	margin-bottom: 20px;
	outline: 0;
	width: 150px;
	padding-left: 15px;
}

.calculate-result {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 25px rgba(0, 0, 0, .05);
	height: 370px;
	padding: 30px;
	width: 630px;
}

.calculate-info {
	align-items: center;
	border-bottom: 1px solid #ededed;
	display: flex;
	gap: 25px;
	padding-bottom: 25px;
}

.calculate-price {
	align-items: center;
	display: flex;
	gap: 60px;
	margin-bottom: 30px;
	margin-top: 25px;
}

.calculate-button {
	background: #314dcb;
	border: none;
	border-radius: 5px;
	color: #e8ecff;
	cursor: pointer;
	font-size: 20px;
	height: 50px;
	width: 270px;
}

.creator-input,
.creator-stage {
	background: #fff;
	margin-bottom: 20px;
	width: 450px;
	outline: 0;
}

.calculate-price h2 {
	color: #3347a1;
	font-weight: 600;
}

.calculate h6 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.creator-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.creator-item {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}

.creator-item label {
	font-weight: 600;
}

.creator-stage {
	color: #314dcb;
	padding: 10px;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	height: 51px;
}

.creator-input {
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	height: 50px;
	padding-left: 15px;
}

.creator-button {
	background: #314dcb;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 18px;
	height: 51px;
	line-height: 22px;
	margin: 0 auto;
	width: 500px;
}

.check-input {
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	height: 50px;
	margin-right: 15px;
	outline: 0;
	padding: 0 10px;
	width: 80%;
	margin-bottom: 15px;
}

.check-button {
	width: 30%;
	padding: 10px 25px;
	color: #fff;
	font-size: 20px;
	background-color: #314dcb;
}

.check-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

.check-item {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.check-item h6 {
	font-weight: 600;
	text-align: center;
	width: 190px;
}

.check-info-wrapper {
	border-bottom: 1px solid #ededed;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 30px;
	padding-bottom: 30px;
}

.check-info-item {
	display: flex;
	gap: 14px;
}

.check-info-item h4 {
	color: #7b7b7b;
	font-size: 17px;
	font-weight: 500;
}

.check-info-item h6 {
	color: #383838;
	font-size: 17px;
	font-weight: 600;
}

.check-info-item h4, h6 {
	margin: 0;
}

.indent-1 {
	margin-left: 5vw;
}

.indent-2 {
	margin-left: 12vw;
}

.advantages-info h4 {
	font-weight: 700;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, .4);
}

.modal-content {
	position: relative;
	background-color: #e8ecff;
	margin: auto;
	padding: 10px 0;
	border: 1px solid #888;
	width: 60%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: .4s;
	animation-name: animatetop;
	animation-duration: .4s;
}

.maps iframe {
	width: 700px;
	height: 300px;
	margin-top: 50px;
	margin-bottom: 50px;
}

@media (max-width: 480px) { /* Для экранов с шириной <= 480px */
    .maps iframe {
    width: 370px;
	height: 300px;
	margin-top: 50px;
	margin-bottom: 50px;
    }
}

@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}

	to {
		top: 0;
		opacity: 1;
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}

	to {
		top: 0;
		opacity: 1;
	}
}

.close, .close-1 {
	color: #000;
	float: right;
	font-size: 28px;
	font-weight: 700;
	cursor: pointer;
}

div.d-flex.justify-content-end.active {
	display: none !important;
}

.modal-body,
.modal-header {
	padding: 5px 15px;
}

.error-message {
	display: none;
	font-weight: 600;
}

.header-burger-menu {
	background: #fff;
	border: 1px solid #ededed;
	border-radius: 10px;
	box-shadow: 0 0 25px rgba(0,0,0,.05);
	height: 265px;
	padding: 15px;
	position: absolute;
	right: 10px;
	top: 80px;
	width: 235px;
	z-index: 20;
}

.menu-link {
	border-bottom: 1px solid #ededed;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-align: right;
	text-decoration: none;
	font-weight: 600;
}

.menu-link > a:hover {
	color: #383838;
}

.menu-link > a {
	color: #383838;
	font-size: 16px;
	line-height: 19px;
	text-decoration: none;
}

@media (max-width:1200px) {
	.service-item p {
		margin-top: 10px;
	}
}

@media (max-width: 1199px) {
	.nav-link {
		font-size: 14px;
	}
	.service-grid {
		display: flex;
		flex-direction: column;
	}

	.option-search>.option-input {
		width: auto;
		padding: 0;
	}

	.check-wrapper {
		justify-content: unset;
		max-width: 600px;
	}

	.check-item {
		padding: 5px 0 15px;
	}

	.advantages>img {
		display: none;
	}

	.advantages-div {
		padding: 0 0 0 100px;
	}

	.advantages {
		width: auto;
	}
	.creator-item input {
		width: 100%;
	}
}

@media (max-width:767px) {
	.option-delivery>.option-input {
		width: 220px;
	}

	.option-button {
		width: 97%;
		margin: 15px 0 0;
	}

	.advantage-item h4,
	.service-item h4 {
		font-size: 20px;
	}

	.advantage-item p,
	.service-item p {
		font-size: 14px;
	}

	.advantage-div {
		width: 250px;
	}

	.calculate-info {
		flex-direction: column;
	}

	.calculate-info h2,
	p {
		max-width: 350px;
	}

	.calculate-price {
		padding: 0 5%;
		justify-content: space-between;
	}

	.calculate-result {
		height: auto;
		width: auto;
	}

	.calculate-button {
		width: auto;
		padding: 0 15px;
		font-size: 16px;
	}

	.calculate-price h2 {
		font-size: 24px;
	}
}

@media (max-width:575px) {
	.option-button {
		width: 90%
	}

	.check-button {
		width: 60%;
		font-size: 16px;
	}

	.calculate-price {
		flex-direction: column;
		gap: 10px;
		align-items: baseline;
	}

	.calculate-button {
		font-size: 14px;
	}

	.option-input+.option-input {
		margin: 5px 0 0;
	}

	.service-item p {
		font-size: 12px;
	}
	.advantage-wrapper {
		justify-content: center;
	}
	.modal-content {
		width: 90%;
	}
	.creator-item input {
		width: 370px;
	}
	div.d-flex.justify-content-end.active {
		display: flex !important;
		position: absolute;
		left: calc(100% - 250px);
	}
}

@media (max-width:990px) {
	.option>.container>.row,
	.preview>.container>.row {
		flex-direction: row;
	}



	.option>.container>.row>.col-4 {
		flex: 1 0 0%;
		width: 100%;
		margin-bottom: 25px;
	}

	.container {
		--bs-gutter-y: 0;
		width: 100%;
		padding-right: calc(1.5rem * .5);
		padding-left: calc(1.5rem * .5);
		margin-right: auto;
		margin-left: auto;
	}

	div.d-flex.justify-content-end {
		display: none !important;
	}

	.safety-item {
		width: 350px;
		flex-direction: column;
	}

	.safety-counter {
		order: -5;
	}

	.safety-item h4,
	.safety-item p {
		text-align: center;
	}

	.check-button {
		width: 60%
	}

	.calculate .d-flex>.column {
		margin: 0 25px 0 0;
	}

	.check-item {
		margin: 5px 0 25px;
	}

	.check-wrapper {
		justify-content: flex-start;
	}

	.advantages-div {
		padding: 0;
		flex-wrap: wrap;
		flex-direction: row;
	}

	.indent-1,
	.indent-2 {
		margin: 0;
	}

	.advantages {
		margin-top: 30px;
	}

	.advantages-info h4 {
		font-size: 16px;
		margin: 0;
	}
}



@media (max-width:350px) or (max-width:450px) {
	.safety-item p {
		font-size: 16px;
		max-width: 300px;
	}

	.creator-item input {
		width: 100%;
	}

	.check-button {
		width: 80%;
		font-size: 14px;
	}

	.advantage-wrapper {
		justify-content: center;
	}

	.service-div img {
		display: none;
	}

	.service-div {
		height: 210px;
	}

	.service-div-email {
		height: 210px;
		margin-top: 20px;
	}

	.service-div-chat {
		height: 50px;
		margin-top: 10px;
	}

	.service-div-chat {
		height: 100px;
	}

	.service-item p {
		max-width: 300px;
	}
	div.d-flex.justify-content-end.active {
		display: flex !important;
		position: absolute;
		left: calc(100% - 250px);
	}
}

@media (min-width: 991px) {
	.burger-menu-and-button {
		display: none !important;
	}
}