*::-webkit-input-placeholder {
	color: #434343;
	opacity: 1;
}
*:-moz-placeholder {
	color: #434343;
	opacity: 1;
}
*::-moz-placeholder {
	color: #434343;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #434343;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid { 
	
}
body {
	font-family: "Montserrat";
	font-size: 17px;
	line-height: 141%;
	color: #434343;
	overflow-x: hidden;
	margin: 0;
	background: #ecf0f2;
}
button {
	cursor: pointer;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
}
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
button,
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}
*:link, 
*:visited, 
*:hover, 
*:focus,
*:active {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}
a, button, input, img {
	transition: all 0.3s;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.wrapper {
	padding-top: 83px;
	overflow: hidden;
}
a {
	text-decoration: none;
	outline: none;
}
* {
	outline: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	outline: none;
}
img {
	outline: none;
	display: block;
}
p {
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
}

.header {
	padding: 18px 0;
	position: fixed;
	z-index: 800;
	box-shadow: 0 3px 12px 0 rgba(141, 138, 156, 0.55);
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
}
.header__wrapper {
	gap: 66px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo img {
	width: 144px;
	height: auto;
}
.menu {
	text-transform: uppercase;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
}
.menu a {
	color: #8e8e8e;
}

.billbord {
	padding-top: 55px;
	min-height: 450px;
	background-image: url(../img/billbord.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	position: relative;
	overflow: hidden;
}
.billbord::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	right: 50%;
	width: 50%;
	height: 100%;
	background: #CBD7E3;
	z-index: -1;
}
.billbord::after {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	background: #FF0000;
	z-index: -1;
}
.billbord__content {
	margin-left: 76px;
	max-width: 485px;
}
.billbord__info {
	font-size: 8px;
	margin-bottom: 20px;
	line-height: normal;
	color: #434343;
}
.billbord__title {
	font-size: 36px;
	margin-bottom: 15px;
	line-height: 128%;
	text-transform: uppercase;
	color: #656565;
	font-weight: 700;
}
.billbord__title span {
	color: #f00;
}
.billbord__descr {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: normal;
	font-weight: 600;
	text-transform: uppercase;
}
.billbord__button {
	text-align: center;
}
.btn-main {
	height: 50px;
	font-size: 14px;
	padding: 0 44px;
	border-radius: 60px;
	background: #f00;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	color: #fff;
	border: none;
}

.about {
	padding-top: 45px;
}
.about__info {
	max-width: 428px;
	font-weight: 500;
}
.about__info p {
	margin-bottom: 20px;
}
.about__info p:last-child {
	margin-bottom: 0;
}
.about__info strong {
	font-weight: 600;
}
.about__item {
	font-size: 18px;
	line-height: normal;
	font-weight: 600;
}
.about__subtitle {
	text-transform: uppercase;
}
.about__item span {
	color: #f00;
	text-transform: uppercase;
}
.about__item p {
	margin: 0;
}
.about__numbers .row > div {
	margin-bottom: 30px;
}
.about__numbers .row {
	margin-bottom: -30px;
}
.about__numbers .row > div:nth-child(even) .about__item {
	margin-left: 30px;
}
.about__numbers {
	padding-left: 40px;
}
.title-section {
	font-size: 32px;
	text-transform: uppercase;
	color: #f00;
	font-weight: 700;
	line-height: normal;
}
.about__text {
	font-weight: 500;
}
.about .title-section {
	margin-bottom: 10px;
}
.about__top {
	margin-bottom: 50px;
}
.about .btn-main {
	width: 301px;
	margin-top: 25px;
	padding: 0 10px;
	max-width: 100%;
}
.about__warning {
	font-size: 14px;
	padding-left: 28px;
	margin-top: 25px;
	position: relative;
	line-height: normal;
}
.about__warning::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 19px;
	height: 19px;
	background-image: url(../img/warning.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.about__image {
	margin-left: 10px;
}
.about__image img {
	border-radius: 206px;
}

.advantages {
	padding-top: 77px;
}
.advantages .title-section {
	max-width: 700px;
	margin-bottom: 20px;
}
.row > div {
	padding: 0 8px;
}
.row {
	margin: 0 -8px;
}
.item-advantage {
	padding: 25px;
	min-height: 236px;
	margin-bottom: 21px;
	border-radius: 41px;
	background: #fff;
}
.item-advantage__head {
	gap: 15px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
}
.icon-page {
	width: 47px;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #ff0004;
	flex: none;
}
.icon-page img {
	max-width: 100%;
	max-height: 100%;
	flex: none;
}
.item-advantage__logos {
	gap: 43px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.item-advantage__title {
	font-weight: 600;
}
.item-team__text,
.item-step__text,
.unit-advantage__text,
.item-advantage__text {
	font-size: 14px;
	line-height: normal;
}
.item-advantage__image img {
	border-radius: 33px;
	width: 100%;
	height: auto;
}
.item-advantage__image {
	margin-top: 32px;
}
.row > div:nth-child(3) .item-advantage__logos {
	margin-top: 40px;
}
.row > div:nth-child(2) .item-advantage,
.row > div:nth-child(3) .item-advantage {
	padding-bottom: 45px;
}
.row > div:nth-child(2) .item-advantage__logos {
	margin-top: 58px;
}
.row > div:nth-child(1) .item-advantage__logos {
	margin-top: 37px;
}
.row > div:nth-child(1) .item-advantage {
	margin-bottom: 33px;
}
.row > div:nth-child(1) .item-advantage:nth-child(2) {
	padding-bottom: 47px;
}
.item-advantage__text p {
	margin-bottom: 15px;
}
.item-advantage__text p:last-child {
	margin-bottom: 0;
}
.unit-advantage {
	padding: 30px;
	border-radius: 38px;
	position: relative;
	min-height: 100%;
	background-color: #cbd7e3;
	background-image: url(../img/ic_plus.svg);
	background-repeat: no-repeat;
	background-position: right 25px top 25px;
	background-size: 37px auto;
}
.unit-advantage__title {
	margin-right: 50px;
	margin-bottom: 10px;
	font-weight: 600;
	line-height: normal;
}
.row.row_main > div {
	margin-bottom: 16px;
}
.row.row_main {
	margin-bottom: -16px;
}

.steps {
	padding-top: 59px;
}
.steps .title-section {
	margin-bottom: 20px;
}
.item-step {
	padding: 28px 34px;
	border-radius: 38px;
	color: #000;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 100%;
	background-image: url(../img/arrow_step.svg);
	background-repeat: no-repeat;
	background-position: right 21px top 28px;
	background-size: 26px auto;
}
.item-step__head {
	margin-bottom: 14px;
	padding-right: 30px;
	gap: 16px;
	width: 100%;
	display: flex;
	align-items: center;
}
.item-step__number {
	width: 34px;
	height: 34px;
	color: #fff;
	font-weight: 700;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
	background: #f00;
}
.item-step__title {
	font-weight: 700;
	line-height: normal;
}
.item-step__text {
	width: 100%;
	margin-top: auto;
}
.item-step__text ul li {
	margin-bottom: 10px;
	padding-left: 15px;
	position: relative;
}
.item-step__text ul li::before {
	position: absolute;
	display: block;
	content: "•";
	top: 0;
	left: 0;
}
.row.row_steps > div {
	margin-bottom: 36px;
}
.row.row_steps {
	margin-bottom: -36px;
}
.item-step.item-step_main {
	padding-top: 38px;
	padding-left: 26px;
	min-height: 187px;
	background-color: #7e8087;
	color: #fff;
	background-image: url(../img/bg_step.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
}
.item-step__content {
	max-width: 296px;
}

.team {
	padding-top: 76px;
}
.team .title-section {
	max-width: 800px;
	margin-bottom: 40px;
	color: #434343;
}
.item-team__image {
	width: 220px;
	height: 220px;
	margin-bottom: 21px;
	border: 2px solid #fff;
	border-radius: 50%;
}
.item-team__image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 50%;
}
.item-team__title {
	margin-bottom: 10px;
	font-weight: 700;
}
.item-team {
	max-width: 222px;
}
.row.row_team > div {
	margin-bottom: 23px;
}
.row.row_team {
	margin-bottom: -23px;
}

.information {
	padding-top: 50px;
}
.information__block {
	padding: 50px;
	border-radius: 38px;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: #fff;
}
.information__title {
	font-size: 24px;
	text-transform: uppercase;
	color: #585858;
	font-weight: 700;
	line-height: normal;
}
.information__block .btn-main {
	height: 38px;
	margin-top: 15px;
	padding: 0 40px;
}
.information__block_about .information__title {
	margin-bottom: auto;
}
.information__block_about p {
	max-width: 280px;
}
.information__descr {
	font-size: 22px;
	margin-bottom: 30px;
	font-weight: 600;
	color: #434343;
	line-height: normal;
}
.information__descr span {
	color: #f00;
	display: block;
}
.information__head {
	gap: 23px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.information__icon {
	width: 56px;
	height: 56px;
	font-size: 37px;
	color: #fff;
	font-weight: 700;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #ff0101;
}
.information__head .information__title {
	color: #434343;
}
.information__block p a {
	color: #f00;
	border-bottom: 1px #f00 solid;
	font-weight: 700;
}
.information__block_about {
	margin-right: 20px;
}
.information__block_main {
	margin-left: -10px;
}
.information__block_main .btn-main {
	margin-top: 30px;
}
.btn-main.btn-main_page {
	background: #7e8087;
}

.prices {
	padding-top: 105px;
}
.prices .title-section {
	margin-bottom: 25px;
}
.item-prices {
	height: 431px;
	padding: 30px 25px;
	padding-bottom: 42px;
	border-radius: 38px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.item-prices__title {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	width: 100%;
}
.item-prices p {
	margin-bottom: 15px;
	width: 100%;
}
.item-prices .btn-main {
	padding: 0 51px;
	margin: 0 auto;
	margin-top: auto;
}

.consultation {
	padding-top: 82px;
	padding-bottom: 170px;
}
.form-main {
	padding: 27px 36px;
	border-radius: 38px;
	background: #fff;
}
.item-form {
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: 500;
	line-height: normal;
	position: relative;
}
.item-form input {
	height: 55px;
	padding: 0 25px;
	border-radius: 100px;
	font-size: 14px;
	color: #434343;
	width: 100%;
	font-family: "Montserrat";
	background: #e2eaf2;
	border: none;
	font-weight: 500;
}
.item-form__descr,
.item-form__label {
	top: 19px;
	left: 27px;
	position: absolute;
	pointer-events: none;
}
.item-form input:valid + .item-form__descr,
.item-form input:focus + .item-form__descr {
	display: none;
}
.item-form__descr {
	left: 100px;
	color: #bebebe;
}
.consultation__title,
.form-main__title {
	font-size: 24px;
	margin-bottom: 9px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.form-main__descr {
	margin-bottom: 27px;
	max-width: 250px;
}
.checkbox {
	font-size: 12px;
	line-height: normal;
	text-align: left;
}
.checkbox label {
	gap: 20px;
	display: flex;
	align-items: flex-start;
	position: relative;
	cursor: pointer;
}
.checkbox label input {
	width: 18px;
	height: 18px;
	border: 2px solid #999;
	border-radius: 5px;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	flex: none;
	margin: 0;
}
.checkbox input::after {
	position: absolute;
	display: block;
	content: " ";
    top: -1px;
    left: 1px;
	width: 18px;
	height: 13px;
	background-image: url(../img/check.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0;
	transition: .2s;
}
.checkbox input:checked:after {
	opacity: 1;
}
.checkbox a {
	color: #434343;
	border-bottom: 1px #434343 solid;
}
.form-main__bottom {
	gap: 35px;
	padding-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.form-main__bottom .btn-main {
	padding: 0 52px;
}
.consultation__text a {
	color: #f00;
	border-bottom: 1px #f00 solid;
	font-weight: 500;
}
.consultation__text {
	max-width: 334px;
}
.consultation .title-section {
	margin-bottom: 12px;
}
.consultation__icon {
	width: 57px;
	height: 57px;
	margin-top: 40px;
	margin-bottom: 17px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.consultation__icon img {
	max-width: 100%;
	max-height: 100%;
}
.consultation__title {
	max-width: 265px;
}
.consultation .btn-main.btn-main_page {
	height: 37px;
	margin-top: 20px;
}
.modal-block {
	display: none;
	padding: 0;
	background: transparent;
}
.modal-block .form-main {
	width: 722px;
	max-width: 100%;
	margin: 0 auto;
}
.fancybox-slide--html .fancybox-close-small {
    padding: 6px;
    right: 10px;
    top: 10px;
    opacity: 1;
}
/*Style Sandwich*/
.sandwich span {
	display: block;
}
.sandwich {
	width: 40px;
	height: 40px;
	padding-top: 13px;
	border-radius: 7px;
	background: #f00;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-items:center;
	z-index: 20;
	flex: none;
	cursor: pointer;
}
.sw-topper {
	position: relative;
	top: 0px;
	width: 22px;
	height: 2px;
	display: block;
	margin: 0;
	background-color: #fff;
	border-radius: 2px;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sw-bottom {
	position: relative;
	top: 5px;
	width: 22px;
	height: 2px;
	display: block;
	margin: 0;
	background-color: #fff;
	border-radius: 2px;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sw-footer {
	position: relative;
	top: 10px;
	width: 22px;
	height: 2px;
	display: block;
	margin: 0;
	background-color: #fff;
	border-radius: 2px;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sandwich.active .sw-topper {
	top: 6px;
	transform: rotate(45deg);
}
.sandwich.active .sw-bottom {
	opacity: 0;
}
.sandwich.active .sw-footer {
	top: 2px;
	transform: rotate(-45deg); 
}