body {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}

header {
	background-color: #f5f6f7;
}

.header__inner, .container__inner {
	max-width: 1230px;
	padding: 0 30px;
	box-sizing: border-box;
	margin: 0 auto;
}

.container_full {
	min-height: calc(100vh - 94px);
}

.header__inner {
	padding-top: 17px;
	padding-bottom: 17px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.container, .container__inner {
	position: relative;
}

.tel, .tel-request {
	display: block;
	text-decoration: none;
}

.tel {
	display: block;
	font-size: 33px;
}

.tel-request {
	display: block;
	font-size: 16px;
	color: #32271c;
}

.container_yellow {
	background-color: #ffe68c;
}

.container_white {
	background-color: #fff;
}

.pt {
	padding-top: 103px;
}

.pb {
	padding-bottom: 130px;
}

.text-red {
	color: #a60100;
}

.uppercase {
	text-transform: uppercase;
}

.btn {
	font-family: Arial;
	text-align: center;
	display: block;
	background-color: #a60100;
	font-size: 20px;
	padding: 17px;
	color: #fff;
	text-decoration: none;
	border-radius: 25px;
	border: 0;
	cursor: pointer;
}

.btn_sm {
	display: table;
	margin: 0 auto;
	padding-left: 70px;
	padding-right: 70px;
}

.btn_welcome {
	font-size: 30px;
}

.col-welcome, .col-why, .col-price {
	width: 42%;
}

.img-welcome {
	position: absolute;
	/*right: -54px;*/
	right: 0;
	top: -9px;
	width: 64%;
}

.img-why {
	position: absolute;
	/*left: -68px;*/
	left: 0;
	top: 20%;
	width: 69%;
}

.img-price {
	position: absolute;
	/*right: -80px;*/
	right: 0;
	top: 120px;
	width: 61%;
}

h1 {
	font-size: 50px;
	margin-bottom: 50px;
	line-height: 1.2;
}

h2 {
	font-size: 50px;
	margin-bottom: 41px;
	text-align: center;
}

.container-welcome {
	display: flex;
}

.container-welcome__desc {
	font-size: 36px;
	margin-bottom: 60px;
}

.container-welcome__desc-sec {
	font-size: 30px;
	margin-bottom: 80px;
}

.flex {
	display: flex;
}

.wrap {
	flex-wrap: wrap;
}

.items-center {
	align-items: center;
}

.items-end {
	align-items: flex-end;
}

.justify-center {
	justify-content: center;
}

.justify-end {
	justify-content: flex-end;
}

.justify-between {
	justify-content: space-between;
}

.text-center {
	text-align: center;
}

.about_desc {
	font-size: 24px;
	text-align: center;
}

.about__item {
	box-sizing: border-box;
	width: 33.3333%;
	padding: 0 15px;
	margin-top: 109px;
}

.about__item-title {
	font-weight: 600;
	margin-bottom: 25px;
	font-size: 18px;
}

.about__item-title {
	font-size: 16px;
}

.about__item-img-wrapper {
	margin-bottom: 37px;
	max-height: 91px;
}

.container_yellow-a:after {
	content: "";
	display: block;
	height: 110px;
	width: 100%;
	background: url(../../../img/D01.jpg) no-repeat center;
	position: absolute;
	bottom: -105px;
	left: 0;
	z-index: 100;
}

.container_yellow-b:before {
	content: "";
	display: block;
	height: 110px;
	width: 100%;
	background: url(../../../img/D02.jpg) no-repeat center;
	position: absolute;
	top: -105px;
	left: 0;
	z-index: 100;
}

.why__num {
	font-size: 50px;
	margin: 0;
	line-height: 1;
	flex: none;
	width: 60px;
	text-align: right;
}

.why__desc-wrapper {
	/*border-left: 1px solid #a60100;*/
	padding-left: 20px;
	margin-left: 20px;
	margin-bottom: 35px;
	position: relative;
}

.why__desc-wrapper:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 85px;
	background-color: #a60100;
	position: absolute;
	left: 0;
	top: 0;
}

.why__title {
	margin: 0;
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
}

.why__desc {
	font-size: 16px;
	margin: 0;
}

.why__desc-main {
	font-size: 24px;
	margin-bottom: 30px;
}

.why__desc-main-wrapper {
	padding-left: 102px;
}

.col-why, .col-price, .col-welcome {
	z-index: 10;
	position: relative;
}

.img-why, .img-price, .img-welcome {
	z-index: 5;
}

.schema-block {
	background-color: #f5f6f7;
	padding: 30px;
	margin: 100px 0;
}

.schema__num {
	font-size: 75px;
	line-height: 1;
	margin-right: 60px;
}

.schema__desc {
	margin-right: 30px;
	font-size: 16px;
}

.schema__desc:last-child {
	margin-right: 0;
}

.price__desc {
	font-size: 24px;
	padding-right: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #a60100;
	margin-top: 65px;
	margin-right: 30px;
}

.price__num {
	font-size: 50px;
	flex: none;
	line-height: 1;
}

.price__num-desc {
	margin-top: 20px;
	font-size: 16px;
}

.price__desc-main-wrapper {
	margin-top: 125px;
	padding-right: 25px;
}

.price__desc-main {
	font-size: 24px;
	padding-right: 40px;
	text-decoration: none;
	color: #000;
}

.form {
	max-width: 548px;
	margin: 100px auto 0;
	background-color: rgb(250,250,250);
	padding: 10px;

}

.secret__desc {
	text-align: left;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 50px;
}

.secret-wrapper {
	display: flex;
}

.news-detail {
	background-color: #fff;
	padding: 50px;
	margin-right: 3rem;
	width: 60%;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.news-detail h2 {
	font-size: 2rem;
}

.news-detail h2, .news-detail a {
	color: #a60100;
}

.news-detail img {
	width: 100%;
	object-fit: contain;
}

.ads {
	width: 40%;
}

.ads img {
	width: 100%;
	margin-bottom: 20px;
}

.callback-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 200;
}

.callback-view {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: auto;
	min-height: 300px;
	margin: -175px 0 0 -175px;
	text-align: center;
}

.dialog {
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(2,2,2,0.07);
	padding: 25px;
}

.close-dialog {
	font-size: 11px;
	position: absolute;
	right: 10px;
	top: 5px;
	color: #da241d;
	text-decoration: underline;
	transition: color 300ms;
}

.callback-view h1 {
	padding: 10px 0 20px;
}
.dialog h1 {
	font-size: 22px;
	margin: 0;
}

.dialog.callback-view .form-error {
	position: absolute;
	bottom: -45px;
	left: -25px;
	right: -25px;
	height: 25px;
	color: #fff;
	background: #da241d;
	font-size: 12px;
	line-height: 25px;
}

.callback.hidden {
	display: none;
}

.call-back-form {
	position: relative;
}

.call-back-form label {
	display: block;
	padding-top: 10px;
}

.callback-view input[type=text], .callback-view input[type=tel] {
	width: 275px;
}
.call-back-form input {
	display: block;
	margin: 2px 0 10px;
	padding: 1px 10px;
}

.call-back-form input.button {
	margin-top: 25px;
}
.callback-view .button {
	margin: 20px auto 0;
}
.call-back-form input {
	display: block;
	padding: 1px 10px;
}

@media (max-width: 920px) {
	.schema-block {
		flex-direction: column;
		text-align: center;
	}

	.schema__num {
		margin-right: 0;
		margin-bottom: 10px;
		margin-top: 30px;
	}

	.col-welcome, .col-why, .col-price {
		width: 60%;
	}

	.img-welcome, .img-price, .img-why {
		opacity: .5;
	}
}

@media (max-width: 800px) {
	.secret-wrapper {
		display: block;
	}

	.news-detail {
		width: 100%;
	}

	.ads {
		width: 100%;
	}
}

@media (max-width: 681px) {
	.about__item {
		width: 100%;
	}

	.header__inner {
		flex-wrap: wrap;
		justify-content: center;
	}

	.tel {
		margin-top: 20px;
		font-size: 1.5rem;
	}

	.tel-request {
		text-align: center;
		font-size: 0.75rem;
	}

	.img-welcome, .img-price, .img-why {
		display: none;
	}

	.col-welcome, .col-why, .col-price {
		width: 100%;
	}

	.why__desc-main-wrapper {
		padding-left: 0;
	}

	.form {
		padding: 10px;
	}

	h1, h2 {
		font-size: 2rem;
	}

	.price__item {
		flex-wrap: wrap;
	}

	.container-welcome__desc {
		font-size: 1.8rem;
	}

	.container-welcome__desc-sec {
		font-size: 1.6rem;
	}

	.btn_welcome {
		font-size: 1.4rem;
	}

	.btn_sm {
		padding-left: 10px;
		padding-right: 10px;
	}
}



div.bx-auth, form[name=bform] {
	max-width: 600px;
	margin-top: 0;
	background-color: #fff;
	padding: 30px;
	margin-bottom: 0;
}

div.bx-auth-title {
	font-size: 140%;
	border-bottom: solid 2px #e3e3e3;
	padding-bottom: 12px;
}

div.bx-auth-note {
	margin: 18px 0 6px 0;
}

div.bx-auth form {
	padding: 0;
	margin: 0;
}

table.bx-auth-table {
	margin-top: 8px;
}

table.bx-auth-table td {
	padding: 3px;
}

td.bx-auth-label {
	text-align: right;
	font-weight: bold;
}

div.bx-auth input.bx-auth-input {
	vertical-align: middle;
}

div.bx-auth textarea,
div.bx-auth input[type=search],
div.bx-auth input[type=text],
div.bx-auth input[type=email],
div.bx-auth input[type=tel],
div.bx-auth input[type=date],
div.bx-auth input[type=password],
form[name=bform] textarea,
form[name=bform] input[type=text],
form[name=bform] input[type=email],
.call-back-form input[type=text],
.call-back-form input[type=tel],
.call-back-form input[type=email]
{
	-webkit-appearance: none;
	height: 35px;
	border-radius: 0;
	border: solid 2px #e2e2e1;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 300;
	box-shadow: none;
	padding: 0 10px;
	max-width: 100%;
}

div.bx-auth span.bx-auth-secure {
	background-color: #fffae3;
	border: 1px solid #dedbc8;
	padding: 2px;
	display: inline-block;
	vertical-align: middle;
}

div.bx-auth div.bx-auth-secure-icon {
	background-image: url(../../../bitrix/components/bitrix/system.auth.authorize/templates/.default/images/sec.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 19px;
	height: 18px;
}

div.bx-auth input[type=checkbox], div.bx-auth input[type=radio] {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

div.bx-auth .button,
div.bx-auth input[type=button],
div.bx-auth input[type=submit],
div.bx-auth ul.catalog-list a.b-btn,
form[name=bform] input[type=submit],
.call-back-form input[type=submit]
{
	-webkit-appearance: none;
	height: 35px;
	line-height: 35px;
	background: #fce600;
	border: 0;
	padding: 0 10px;
	font-size: 16px;
	text-transform: uppercase;
	min-width: 90px;
	text-decoration: none;
	display: inline-block;
	color: #303030;
	cursor: pointer;
}

.bx-auth-serv-icons {
	background-color: #fff;
	padding: 0 30px;
}

div.bx-auth a {
	color: #da241d;
	text-decoration: underline;
	transition: color 300ms;
}
