/*common*/
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: inherit;
}


/*main*/
@font-face {
	font-family: "bicubikregular";
	src: url("fonts/bicubik/bicubik-regular.woff2") format("woff2"),
	url("fonts/bicubik/bicubik-regular.woff") format("woff"),
	url("fonts/bicubik/bicubik-regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.layout {
	font-size: 16px;
	font-family: 'Ubuntu', 'Arial', sans-serif;
	font-weight: normal;
	color: #4e4b4b;

}

.layout__page {
	position: relative;
	width: 100%;
	min-width: 320px;
	min-height: 100%;
	min-height: 100vh;
	background-color: #ffffff;
	padding-bottom: 100px;
}

.body__content {
	padding-top: 60px;
	padding-bottom: 60px;
}

.body_inner .body__content {
	padding-top: 25px;
	padding-bottom: 45px;
}

.body__breadcrumbs {
	padding-top: 45px;
}

.body__bottom .content {
	padding-bottom: 30px;
}

.container {
	width: 1520px;
	max-width: 100%;
	min-width: 320px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.container_wide {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

.content {
	line-height: 1.5;
}

.content a {
	color: #ff9501;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.content a:hover {
	color: #ffcd16;
}

.content ul {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	list-style: none;
}

.content ul > li {
	margin: 0;
	padding-left: 17px;
	position: relative;
}

.content ul > li:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-color: #ababab;
	position: absolute;
	top: 9px;
	left: 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.breadcrumbs__items {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.breadcrumbs__item {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #ffcd16;
}

.breadcrumbs__item:after {
	content: '/';
	display: inline;
	font-size: 14px;
	color: #a9a9a9;
	padding: 0 8px;
}

.breadcrumbs__item:last-child:after {
	display: none;
}

.breadcrumbs__link {
	color: #a9a9a9;
}

.breadcrumbs__link:hover {
	color: #ff9501;
}

/* card-detail page*/
.container_sm {
	width: 100%;
	max-width: 1007px;
}

.detail-page-container__product-info {
	margin-bottom: 54px;
}

.detail-section-title {
	font-family: "bicubikregular", sans-serif;
	text-transform: uppercase;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 131%;
	color: #000000;
}

.detail-section-title_sm {
	font-size: 28px;
}

.detail-section-subtitle {
	font-family: "Ubuntu", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 188%;
	color: #828282;
}

.product-info {
	display: grid;
	grid-template-columns: 442px 1fr;
	gap: 19px;
}

.product-info__image-container {
	width: 100%;
}

.product-info__img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	max-width: 100%;
	height: 100%;
}

.details__detail-section-title {
	margin-bottom: 20px;
}

.details__info {
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 20px;
}

.description__subtitle {
	font-family: "Ubuntu", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 156%;
	color: #FF9501;
	margin-bottom: 5px;
}

.description__text {
	font-family: "Ubuntu", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: #000000;
	margin-bottom: 25px;
}

.detail-page-container__service {
	margin-bottom: 60px;
}


/*docs */
.detail-page-container__docs {
	margin-bottom: 54px;
}

.docs__item {
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
}
.docs__item::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: url("../../../../images/file_doc.svg") 0 0/contain no-repeat;
}
.docs__link {
	font-family: "Ubuntu", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	color: #000000;
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
}
.docs__link:hover {
	color: #FF9501;
}

.service {
	width: 100%;
	max-width: 100%;
}

.service__detail-section-title {
	margin-bottom: 20px;
}

.service__list {
	display: flex;
}

.service__list-item {
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	border-radius: 20px;
	padding: 37px 20px 30px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
}

.service__list-item:not(:last-child) {
	margin-right: 20px;
}

.service__item-img {
	max-width: 82px;
	width: auto;
}

.service__item-title {
	font-family: "Ubuntu", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #000000;
	max-width: 75%;
}

.form-section {
	background: #F2F2F2;
	border-radius: 20px;
	max-width: 100%;
	padding: 60px 30px 35px 30px;
}

.form-section__form {
	display: flex;
	flex-wrap: nowrap;
}

.form-section__subtitle {
	font-family: "Ubuntu", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 210%;
	text-transform: lowercase;
	color: #828282;
	margin-bottom: 20px;
}

.form-section__input {
	min-width: 330px;
	max-width: 100%;
	height: 54px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 12px 20px;
	border: none;
	margin-right: 21px;
}

.form-section__input::-moz-placeholder {
	font-family: "Ubuntu", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 188%;
	color: #BDBDBD;
}

.form-section__input::placeholder {
	font-family: "Ubuntu", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 188%;
	color: #BDBDBD;
}

.form-section__btn {
	background: #FF9501;
	border: 2px solid #FF9501;
	border-radius: 10px;
	height: 54px;
	padding: 12px 20px;
	text-align: center;
	min-width: 245px;
	max-width: 100%;
	font-family: "Ubuntu", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 188%;
	color: #FFFFFF;
}

.form-section__checkbox {
	margin-top: 20px;
}

.form-section__point-checkbox {
	display: block;
	width: 18px;
	height: 18px;
	background: #FFFFFF;
	border: 1px solid #B1B7BD;
	border-radius: 2px;
	margin-right: 16px;
	position: relative;
	min-width: 18px;
}

.form-section__point-checkbox::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../../../../images/checkbox_tick.svg") center/contain no-repeat;
}

.form-section__input-checkbox {
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.form-section__label-checkbox {
	display: flex;
}

.form-section__label-checkbox-text {
	font-family: "Ubuntu", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #828282;
}

.form-section__label-checkbox-text_colored {
	color: #FF9501;
	display: block;
}

label input:checked ~ .form-section__point-checkbox {
	background: #FF9501;
	border: none;
}

/* media */

@media screen and (max-width: 1550px) {
	.layout__page {
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 1024px) {
	.form-section__input {
		min-width: 300px;
	}
}

@media screen and (max-width: 991px) {

	.form-section__form {
		flex-direction: column;
	}

	.form-section__input {
		margin-bottom: 20px;
		min-width: 250px;
		max-width: 330px;
		width: 100%;
	}

	.form-section__btn {
		max-width: 330px;
	}
}

@media screen and (max-width: 768px) {
	.product-info {
		display: flex;
		flex-direction: column;
	}
}

@media screen and (max-width: 599px) {
	.service__list {
		flex-wrap: wrap;
	}

	.service__list-item {
		margin-bottom: 20px;
	}

	.details__detail-section-title {
		font-size: 24px;
	}
}

@media screen and (max-width: 425px) {
	.layout__page {
		padding-bottom: 0;
	}

	.form-section {
		padding: 24px;
	}

	.detail-page__container {
		padding: 0 15px;
	}

	.detail-page-container__product-info {
		margin-bottom: 20px;
	}

	.detail-page-container__service {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 375px){
	.form-section {
		padding: 24px 10px;
	}
}