.header .header__top .container {
	height: unset;
}

.title {
	font-weight: 700;
	font-size: 30px;
	line-height: 140%;
	color: #2e2e2e;
	max-width: 735px;
	margin: 0 auto 50px;
	text-align: center;
}

.customer-support .form .submit-btn:hover {
	background: #42ad7b;
}

.form .sticker,
.form .form_logo {
	display: none;
}

.form.form_control {
	padding: 30px;
	background: #f5f7fa;
	box-shadow: none;
	min-width: 100%;
	max-width: 100%;
}

.form.form_control .form__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	color: #2e2e2e;
	margin-bottom: 16px;
}

.form label span {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #2e2e2e;
}

.form form label input,
.form form label textarea {
	font-family: "Montserrat";
}

.form.form_control textarea,
.form.form_control input {
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #2e2e2e;
	background: #ffffff;
	border: 1px solid #dde4ea;
	box-shadow: none;
	width: 100%;
	height: 48px;
	padding: 14px 12px;
	box-sizing: border-box;
	margin-bottom: 16px;
	margin-top: 8px;
	outline: none;
}

.form.form_control textarea {
	resize: none;
	height: 100%;
}

.form.form_control textarea::placeholder,
.form.form_control input::placeholder {
	color: #8293aa;
	font-size: 14px;
}

.form_control .form__subtitle {
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 30px;
	color: #2e2e2e;
}

.form_control .form__box {
	display: flex;
	gap: 30px;
}

.form_control .left,
.form_control .right {
	flex: 1;
}

.form_control .right label {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.form_control .right span {
	padding: 5px 0;
}

.form.form_control form .submit-btn {
	margin: 30px auto 0;
	background: #479d75;
	width: 100%;
	max-width: 350px;
	position: relative;
	cursor: pointer;
	color: white;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content_form_1 {
	margin: 80px auto 120px;
}

.content_form_1 .title {
	text-transform: uppercase;
	max-width: 870px;
}

.customer-support .subtitle {
	font-size: 16px;
	line-height: 1.4;
	padding-left: 30px;
	border-left: 4px solid #479d75;
	text-align: start;
	margin: 0 auto 60px;
}

.content_form_1 .subtitle {
	max-width: 647px;
}

.opportunity {
	margin: 120px auto;
}

.opportunity .title {
	text-align: left;
}

.opportunity__box {
	display: flex;
	flex-direction: row;
	gap: 75px;
}

.opportunity__text {
	max-width: 515px;
}

.opportunity__list li {
	position: relative;
	font-size: 18px;
	padding-left: 24px;
	margin-bottom: 15px;
}

.opportunity__list li:last-child {
	margin-bottom: 0;
}

.opportunity__list > li:before {
	content: "";
	width: 7px;
	height: 7px;
	background: #479d75;
	border-radius: 50%;
	border: 4px solid #ddeddf;
	position: absolute;
	left: 0;
	top: 5px;
	box-sizing: content-box;
}

.quality_control {
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #f5f7fa;
}

.quality_control__list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	gap: 30px;
}

.quality_control__list li {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	padding-left: 24px;
	flex: 0 1 calc(50% - 15px);
}

.quality_control__list li:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #479d75;
	border-radius: 50%;
	border: 4px solid #ddeddf;
	position: absolute;
	left: 0;
	top: 3px;
	box-sizing: content-box;
}

.quality_control__list li strong {
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 12px;
}

.management {
	margin: 100px auto;
}

.management .title {
	text-transform: uppercase;
}

.management__box {
	display: flex;
	flex-direction: row;
	gap: 30px;
    margin: 0 auto;
	max-width: 980px;
}

.management__box img {
	height: auto;
}

.management__text {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.management__text:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	border-left: 2px solid #335996;
	height: 100%;
}

.management__text p {
	padding-left: 30px;
}

.management__text a {
	position: relative;
	font-weight: 600;
	color: #335996;
}

.management__text a:after {
	content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='2' viewBox='0 0 6 2' fill='none'%3E%3Cpath d='M0 1H6' stroke='%23335996' stroke-dasharray='1 6'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: auto 2px;
	transition: all .3s ease-out 0s;
}

.management__text a:hover {
	color: #113671;
}

.management__text a:hover::after {
	bottom: -3px;
	opacity: 0;
}

.management__p > p {
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 20px;
}

.management__p > p strong {
	font-weight: 600;
}

.form.form_checkbox {
	padding: 32px 40px 40px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0px 30px 43px 0px rgba(0, 0, 0, 0.12);
}

.form.form_checkbox .form-title,
.form.form_checkbox .title {
	font-size: 16px;
	margin: 0 0 20px;
	text-align: left;
	max-width: 100%;
	font-weight: 600;
	line-height: 1.3;
	color: black;
	text-align: center;
}

.form.form_checkbox .checkboxes {
	margin-top: 8px;
	margin-bottom: 16px;
}

.form.form_checkbox .checkboxes__box {
	display: flex;
	background-color: #fff;
	width: 100%;
	height: 37px;
}

.form.form_checkbox .checkboxes__container {
	flex: auto;
}

.form.form_checkbox .checkboxes__container label input {
	position: absolute;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #2e2e2e;
	outline: none;
	background: #ffffff;
	box-shadow: none;
	padding: 14px 12px;
	box-sizing: border-box;
	margin-bottom: 16px;
	margin-top: 8px;
	border: 1px solid #dde4ea;
	width: 0;
	height: 48px;
	opacity: 0;
	z-index: -2;
}

.form.form_checkbox .checkbox {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	color: #2e2e2e;
	border: none;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.form.form_checkbox .checkbox svg {
	fill: #335996;
	height: 23px;
	width: 16px;
}

.form.form_checkbox .checkboxes__input:checked + .checkbox {
	background-color: #335996;
	color: #fff;
}

.form.form_checkbox .checkboxes__input:checked + .checkbox svg {
	fill: white;
}

.form form .submit-btn {
	font-size: 14px;
	font-weight: 600;
	line-height: 140%;
	background-color: #479d75;
	color: #ffffff;
}

.form form .submit-btn:hover {
	background-color: #42ad7b;
	cursor: pointer;
}


.modal-form .form {
	width: 446px;
	min-width: 416px;
	max-width: 456px;
	flex-shrink: 0;
}

.modal-form .form .checkboxes__container label {
	width: 100%;
	height: 100%;
}

.form.form_checkbox {
	background-color: rgba(255, 255, 255, 0.95);
}

.modal-wrap .modal-form {
	display: flex;
	position: relative;
	margin: auto;
}

.modal-wrap .left {
	width: 440px;
	background: url(../../../intworld/app/img/modal_img.html) no-repeat
		center;
	background-size: cover;
}

.modal-wrap .close,
.modal-wrap .close_modal {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 20px;
	height: 20px;
	z-index: 9999;
	cursor: pointer;
}

.modal-wrap .close:before,
.modal-wrap .close:after,
.modal-wrap .close_modal:before,
.modal-wrap .close_modal:after {
	content: "";
	position: absolute;
	top: 8px;
	left: -4px;
	background: #c9dfff;
	height: 3px;
	width: 28px;
	transform: rotate(45deg);
}

.modal-wrap .close:after,
.modal-wrap .close_modal:after {
	transform: rotate(-45deg);
}

.modal-wrap .close:hover:before,
.modal-wrap .close:hover:after,
.modal-wrap .close_modal:hover:before,
.modal-wrap .close_modal:hover:after {
	background: #2e2e2e;
}

@media (max-width: 1200px) {
	.title {
		font-size: 20px;
		font-weight: 700;
		line-height: 140%;
		margin: 0 auto 30px;
	}
}

@media (max-width: 833px) {
	.modal-wrap .left {
		display: none;
	}

	.modal-form .form {
		width: 100%;
		min-width: 300px;
	}

	.form.form_checkbox {
		padding: 36px 20px;
	}

	.communication {
		margin-top: 41px;
	}

	.communication__box {
		flex-direction: column;
		gap: 24px;
	}

	.communication__item {
		font-size: 14px;
		justify-content: flex-start;
		padding: 12px 24px;
		width: 100%;
	}

	.content_form_1 {
		margin: 60px auto 0;
	}

	.form_control .submit-btn::before {
		left: 0;
	}

	.content_form_1 .subtitle {
		max-width: 100%;
	}

	.form.form_control {
		padding: 40px 16px;
		max-width: calc(100% + 30px);
		min-width: calc(100% + 30px);
		margin-left: -15px;
	}

	.form_control .form__box {
		flex-direction: column;
		gap: 0;
	}

	.form.form_control textarea {
		min-height: 180px;
	}

	.form_control .submit-btn {
		max-width: 100%;
	}

	.opportunity {
		margin: 60px auto;
	}

	.opportunity .title {
		text-align: center;
	}

	.opportunity__box {
		flex-direction: column-reverse;
		gap: 40px;
	}

	.opportunity__text {
		max-width: 100%;
	}

	.opportunity__list li {
		margin-bottom: 10px;
	}

	.quality_control {
		padding: 60px 0;
	}

	.quality_control__list {
		flex-direction: column;
		gap: 20px;
	}

	.quality_control__list li strong {
		margin-bottom: 8px;
	}

	.management {
		margin: 50px auto;
	}

	.management__box {
		flex-direction: column;
		gap: 30px;
	}

	.management__text {
		padding-left: 20px;
	}

	.management__text p {
		padding-left: 0;
	}

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

	.management__mail a {
		align-self: flex-start;
	}
}