@charset "UTF-8";
@-webkit-keyframes rippleEffect {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .4
	}
	to {
		-webkit-transform: scale(100);
		transform: scale(100);
		opacity: 0
	}
}

@keyframes rippleEffect {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .4
	}
	to {
		-webkit-transform: scale(100);
		transform: scale(100);
		opacity: 0
	}
}

.about__person-info-link, .about__person-info-name, .about__text, .button__text, .d-modal button span, .d-modal__title, .font-abstract, .header__nav-link, .header__phone, .partners__item-sites, .pdf-text, .title-l, .title-lg, .title-m, .title-sm, a, body, button, cite, h1, h2, h3, h4, html, input, li, p, select, span, sup, textarea {
	font-family: 'Raleway', sans-serif
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}

img {
	display: block;
	max-width: 100%
}

html {
	font-size: 10px;
	line-height: 1.2em;
	position: relative
}

body {
	font-size: 1.4rem
}

a, body, cite, h1, h2, h3, h4, html, input, li, p, select, span, sup, textarea {
	font-weight: 400
}

input {
	min-width: 1px
}

li, ol, ul {
	list-style: none;
	padding: 0;
	margin: 0
}

body, figure, h1, h2, h3, h4, h5, h6, label, p {
	margin: 0
}

a {
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

a, a:hover {
	text-decoration: none
}

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

button, main {
	color: #101010
}

button {
	outline: inherit;
	border-radius: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
	background-color: transparent;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer
}

main {
	width: 100%;
	height: auto;
	font-size: 1.4rem;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-font-feature-settings: 'pnum' on, 'lnum' on;
	font-feature-settings: 'pnum' on, 'lnum' on
}

.section {
	overflow: hidden
}

.container {
	width: 100%;
	height: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 75%;
	padding: 0 15px;
	margin: 0 auto
}

@media screen and (max-width:1440px) {
	.container {
		max-width: 85%
	}
}

@media screen and (max-width:1280px) {
	.container {
		max-width: 100%;
		padding: 0 48px
	}
}

@media screen and (max-width:760px) {
	.container {
		padding: 0 20px
	}
}

.container--post {
	max-width: 860px
}

.container-grid, .container-grid-lg {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	width: 100%;
	-webkit-column-gap: 3.2rem;
	-moz-column-gap: 3.2rem;
	column-gap: 3.2rem
}

.container-grid-lg {
	grid-template-columns: repeat(12, 1fr)
}

.hidden {
	overflow: hidden;
	padding-right: 17px
}

.visually-hidden {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px
}

.swiper-button-disabled {
	opacity: .3;
	pointer-events: none
}

input::-ms-clear {
	display: none
}

input::-ms-reveal {
	display: none
}

input::-webkit-search-cancel-button, input::-webkit-search-decoration, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
	display: none
}

.title-l, .title-lg {
	font-weight: 400;
	font-size: calc(.02459546926*100vw + 32.77669903px);
	line-height: 1em
}

.title-l {
	font-size: calc(.01035598706*100vw + 28.11650485px);
	line-height: 1.17em;
	color: #101010
}

.title-m {
	font-size: 32px;
	line-height: 44px;
	font-weight: 700
}

.title-sm {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5em;
	color: #101010
}

@media (max-width:1440px) {
	.title-sm {
		font-size: 2.4rem
	}
}

.fixed {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 99
}

.color-brand {
	color: #fa6b04
}

.color-green {
	color: #00e687
}

.overflow-hide {
	overflow: hidden;
	height: 100vh
}

.map * {
	-ms-touch-action: auto;
	touch-action: auto
}

.pt {
	padding-top: 64px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.footer-offset {
	width: 100%;
	background: 0 0;
	height: 100vh;
	position: absolute;
	bottom: 0;
	z-index: -1
}

.title-white {
	color: #fff
}

button:disabled {
	pointer-events: none;
	opacity: .3
}

.button, .button__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.button {
	border-radius: 100px;
	overflow: hidden;
	position: relative
}

.button:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.button--ghost:hover::before, .button--violet:hover::before, .button:hover::before, .input:hover .input__label::after, .text-field:hover .text-field__label::after, .textarea-field:hover .textarea-field__label::after {
	width: 100%
}

.button__text {
	padding: 24px 32px;
	font-size: calc(.002588996764*100vw + 13.02912621px);
	line-height: 1.33em;
	font-weight: 700;
	color: #fff;
	z-index: 1
}

.button__text:active, .button__text:focus {
	color: #fff
}

.button__arrow {
	width: 16px;
	height: 10px;
	margin-left: 15px
}

.button--ghost, .button--violet {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.button--violet {
	background-color: #7819ff
}

.button--violet:before {
	background-color: #5f00e5
}

.button--ghost {
	background: rgba(255, 255, 255, .1)
}

.button--ghost::before {
	background-color: rgba(255, 255, 255, .1)
}

.pdf-text {
	font-weight: 300;
	margin-left: 15px;
	-webkit-font-feature-settings: 'pnum' on, 'lnum' on;
	font-feature-settings: 'pnum' on, 'lnum' on
}

.ripple {
	position: absolute;
	background: #fff;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	-webkit-animation: rippleEffect .88s 1;
	animation: rippleEffect .88s 1;
	opacity: 0
}

.d-modal {
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	z-index: 500;
	-webkit-transition: opacity .35s cubic-bezier(.76, 0, .24, 1);
	transition: opacity .35s cubic-bezier(.76, 0, .24, 1)
}

.d-modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(16, 16, 16, .2)
}

.d-modal__window {
	position: relative;
	width: 448px;
	height: auto;
	margin: auto;
	background-color: #fff;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	overflow: scroll;
	-webkit-transition: -webkit-transform .35s cubic-bezier(.76, 0, .24, 1);
	transition: transform .35s cubic-bezier(.76, 0, .24, 1);
	transition: transform .35s cubic-bezier(.76, 0, .24, 1), -webkit-transform .35s cubic-bezier(.76, 0, .24, 1);
	border-radius: 8px;
	overflow: -moz-scrollbars-none;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.d-modal__window::-webkit-scrollbar {
	width: 0
}

@media (max-width:900px) {
	.d-modal__window {
		max-width: 50%
	}
}

.d-modal__container {
	width: 100%;
	position: relative;
	padding: 57px 48px 40px 57px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (max-width:650px) {
	.d-modal__container {
		padding: 10px 20px
	}
}

.d-modal__header {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 8px
}

.d-modal__header::before {
	left: 0;
	width: 50%;
	height: 2px
}

.d-modal__header::after, .d-modal__header::before, .input__label::after {
	content: "";
	position: absolute;
	bottom: 0;
	display: block
}

.d-modal__header::after {
	right: 0;
	width: 50%;
	height: 2px
}

.d-modal__title {
	font-weight: 500;
	font-size: 2.4rem;
	color: #101010;
	line-height: 1.33em
}

.d-modal__close {
	width: 24px;
	height: 24px;
	background: url(../img/cross-black.svg) no-repeat center;
	background-size: 100%;
	cursor: pointer;
	-webkit-transition: all .35s cubic-bezier(.76, 0, .24, 1);
	transition: all .35s cubic-bezier(.76, 0, .24, 1);
	position: absolute;
	top: -40px;
	right: -30px
}

.d-modal__close:hover {
	background-size: 110%
}

.d-modal__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 8px
}

.d-modal__wrapper .checkbox, .partners__item:hover:before {
	margin: 0
}

.d-modal__text {
	font-size: 1.6rem;
	line-height: 1.5em;
	color: rgba(47, 42, 43, .7)
}

.d-modal__link {
	font-weight: 400;
	font-size: 16px;
	color: #1c1d1f;
	line-height: 1.5em;
	margin: 16px 0;
	text-decoration: none;
	-webkit-transition: color .35s cubic-bezier(.76, 0, .24, 1);
	transition: color .35s cubic-bezier(.76, 0, .24, 1)
}

.d-modal button {
	width: 163px;
	background: #e7173b;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 56px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4rem;
	margin: 14px 0 14px auto;
	position: relative
}

.d-modal button span {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5em;
	z-index: 2
}

.open {
	z-index: 1000;
	opacity: 1;
	pointer-events: unset
}

.d-modal.open .d-modal__window {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.d-modal__wrapper, .inputs-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.d-modal__wrapper {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center
}

.inputs-wrapper {
	margin: 16px -16px
}

.input {
	position: relative;
	width: 100%;
	height: 24px
}

.input--price {
	width: 50%;
	margin: 16px
}

.input__label {
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.input__label::after {
	left: 0;
	height: 1px;
	width: 0;
	background-color: #fa6b04;
	-webkit-transition: width .35s cubic-bezier(.76, 0, .24, 1);
	transition: width .35s cubic-bezier(.76, 0, .24, 1)
}

.input__label span {
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 9px;
	font-weight: 400
}

.input__select {
	height: 100%;
	width: 100%;
	background-image: none;
	background-color: rgba(0, 0, 0, .05);
	border: 0;
	outline: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 24px 16px 16px;
	font-size: 16px;
	font-weight: 400;
	color: #101010;
	cursor: pointer;
	-webkit-transition: background-color .35s cubic-bezier(.76, 0, .24, 1);
	transition: background-color .35s cubic-bezier(.76, 0, .24, 1)
}

.input__options {
	padding: 16px 0
}

.input .input__select:hover, .input:hover .choices__inner, .textarea-field input:hover {
	background-color: rgba(0, 0, 0, .1)
}

.choices__inner {
	min-height: 24px;
	padding: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
	background-color: rgba(0, 0, 0, .05);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	-webkit-transition: background-color .35s cubic-bezier(.76, 0, .24, 1);
	transition: background-color .35s cubic-bezier(.76, 0, .24, 1)
}

.choices__list, .choices__list--single .choices__item {
	font-size: 16px;
	font-weight: 400;
	color: #101010
}

.choices:after {
	border-color: #000 transparent transparent
}

.is-open {
	background-color: #fff
}

.text-field {
	position: relative;
	width: 100%;
	height: 56px;
	margin: 16px 0
}

.text-field--half {
	width: 50%;
	margin: 16px
}

.text-field__label {
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.text-field input, .text-field__label--text {
	color: #101010;
	-webkit-transition: all .35s cubic-bezier(.76, 0, .24, 1);
	transition: all .35s cubic-bezier(.76, 0, .24, 1)
}

.text-field__label--text {
	position: absolute;
	top: 23px;
	left: 14px;
	font-size: 2rem;
	font-weight: 400;
	-webkit-transform-origin: left;
	transform-origin: left
}

.text-field input {
	height: 100%;
	width: 100%;
	background-image: none;
	background-color: #fff;
	border: 1px solid #101010;
	outline: 0;
	padding: 17px 20px;
	font-size: 1.8rem;
	cursor: pointer
}

.text-field input:focus+.text-field__label::after, .textarea-field input:focus+.textarea-field__label::after {
	width: 100%
}

.text-field input:focus+.text-field__label .text-field__label--text {
	-webkit-transform: translateY(-38px);
	transform: translateY(-38px);
	display: block;
	background: #fff;
	padding: 10px;
	font-size: 10px
}

.text-field input:not(:-moz-placeholder-shown)+.text-field__label .text-field__label--text, .text-field input:not(:-ms-input-placeholder)+.text-field__label .text-field__label--text {
	transform: translateY(-38px);
	display: block;
	background: #fff;
	padding: 10px;
	font-size: 10px
}

.text-field input:not(:placeholder-shown)+.text-field__label .text-field__label--text {
	-webkit-transform: translateY(-38px);
	transform: translateY(-38px);
	display: block;
	background: #fff;
	padding: 10px;
	font-size: 10px
}

.textarea-field {
	position: relative;
	width: 100%;
	margin: 16px 0
}

.textarea-field__label {
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.textarea-field__label::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 4px;
	width: 0;
	-webkit-transition: width .35s cubic-bezier(.76, 0, .24, 1);
	transition: width .35s cubic-bezier(.76, 0, .24, 1)
}

.textarea-field__label--text {
	position: absolute;
	top: 23px;
	left: 16px;
	font-size: 16px;
	font-weight: 400;
	color: #101010;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all .35s cubic-bezier(.76, 0, .24, 1);
	transition: all .35s cubic-bezier(.76, 0, .24, 1)
}

.textarea-field textarea {
	width: 100%;
	background-image: none;
	background-color: rgba(0, 0, 0, .05);
	border: 0;
	outline: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 24px 16px 16px;
	cursor: pointer;
	-webkit-transition: background-color .35s cubic-bezier(.76, 0, .24, 1);
	transition: background-color .35s cubic-bezier(.76, 0, .24, 1)
}

.textarea-field textarea:focus+.textarea-field__label .textarea-field__label--text {
	-webkit-transform: translateY(-16px) scale(.6);
	transform: translateY(-16px) scale(.6);
	color: #fa6b04
}

.textarea-field textarea:not(:-moz-placeholder-shown)+.textarea-field__label .textarea-field__label--text, .textarea-field textarea:not(:-ms-input-placeholder)+.textarea-field__label .textarea-field__label--text {
	transform: translateY(-16px) scale(.6);
	color: #fa6b04
}

.textarea-field textarea:not(:placeholder-shown)+.textarea-field__label .textarea-field__label--text {
	-webkit-transform: translateY(-16px) scale(.6);
	transform: translateY(-16px) scale(.6);
	color: #fa6b04
}

.checkbox {
	position: relative;
	margin: 16px 0;
	padding: 16px 0 16px 56px
}

.checkbox input {
	position: absolute;
	top: 0;
	left: 0;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px
}

.checkbox__label {
	position: relative;
	cursor: pointer
}

.checkbox__label::before {
	display: block;
	content: "";
	position: absolute;
	top: -8px;
	left: -56px;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: 2px solid #101010
}

.checkbox__label::after {
	display: block;
	content: "";
	position: absolute;
	top: -4px;
	left: -52px;
	width: 22px;
	height: 22px;
	visibility: hidden
}

.checkbox input:checked+.checkbox__label::after {
	visibility: visible;
	background: url(../img/check-icon.svg) #fa6b04 no-repeat center center/contain;
	background-size: 80%
}

.smalltext {
	font-size: 1.2rem;
	line-height: 1.33em;
	color: #101010
}

.smalltext--link-intext {
	color: #fa6b04
}

input:-webkit-autofill, input:-webkit-autofill:focus input:-webkit-autofill, input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px transparent inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 174, 255, .04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, .03) 100%)
}

.d-modal button::after {
	content: '';
	bottom: 0;
	z-index: 1;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(47, 42, 43, .2)), to(rgba(47, 42, 43, .2))), #e7173b;
	background: linear-gradient(0deg, rgba(47, 42, 43, .2), rgba(47, 42, 43, .2)), #e7173b;
	-webkit-transition: -webkit-transform .25s cubic-bezier(.47, .78, .48, .53);
	transition: transform .25s cubic-bezier(.47, .78, .48, .53);
	transition: transform .25s cubic-bezier(.47, .78, .48, .53), -webkit-transform .25s cubic-bezier(.47, .78, .48, .53)
}

.d-modal button:hover::after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

@font-face {
	font-family: 'Raleway';
	src: url(../fonts/Raleway/Raleway-Light.ttf);
	src: url(../fonts/Raleway/Raleway-Light.ttf) format("truetype");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: 'Raleway';
	src: url(../fonts/Raleway/Raleway-Regular.ttf);
	src: url(../fonts/Raleway/Raleway-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Raleway';
	src: url(../fonts/Raleway/Raleway-Medium.ttf);
	src: url(../fonts/Raleway/Raleway-Medium.ttf) format("truetype");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: 'Raleway';
	src: url(../fonts/Raleway/Raleway-Bold.ttf);
	src: url(../fonts/Raleway/Raleway-Bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal
}

.first-screen__wrap {
	position: relative;
}

.inner__section .first-screen__wrap {
	min-height: 98vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.d-modal button::after, .first-screen__image {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0
}

.first-screen__image {
	top: 0;
	z-index: -1
}

.first-screen__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.first-screen__container {
	z-index: 1;
	padding-top: 220px;
	padding-bottom: 160px
}

.first-screen__title {
	color: #fff;
	max-width: 810px;
	margin-bottom: 44px
}

.first-screen__text {
	font-size: 2.4rem;
	line-height: 1.33em;
	color: rgba(255, 255, 255, .7);
	margin-bottom: 56px;
	max-width: 688px;
}

.first-screen__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.features__item:first-child, .first-screen__button:first-child {
	margin-right: 32px
}

.features, .features__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.features {
	margin-top: 128px
}

.features__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.features__icon {
	width: 40px;
	height: 40px
}

.features__icon-wrap {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 32px
}

.features__text {
	font-size: 1.6rem;
	line-height: 1.5em;
	color: #fff;
	max-width: 328px
}

.inner__section .first-screen__container {
	padding-bottom: 96px
}

.features__mob {
	display: none
}

.features__icon {
	fill: #fff
}

.grid__left {
	grid-area: 1/1/1/4
}

.grid__right {
	grid-area: 1/4/1/13
}

.offer {
	padding-top: 56px;
	padding-bottom: 80px
}

.offer__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 32px
}

.offer__item {
	background-color: rgba(16, 16, 16, .03);
	height: 100%;
	padding: 40px 40px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.offer__item-icon {
	width: 40px;
	height: 40px
}

.offer__item-icon-wrap {
	border: 1px solid #7819ff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 88px;
	height: 88px
}

.offer__item-top {
	margin-bottom: 40px
}

.offer__item-middle {
	margin-bottom: 34px
}

.offer__item-bottom {
	margin-top: auto
}

.offer__item-name {
	font-size: 3.2rem;
	line-height: 1.25em;
	margin-bottom: 30px;
	color: #101010
}

.offer__item-desc {
	font-size: 1.6rem;
	line-height: 1.5em;
	color: rgba(16, 16, 16, .5)
}

.offer__item-link, .offer__item-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.offer__item-link {
	font-size: 1.8rem;
	line-height: 1.33em;
	color: #101010;
	margin-right: 56px;
	-webkit-transition: color .3s ease-out;
	transition: color .3s ease-out
}

.offer__item-link:last-child {
	margin-right: 0
}

.offer__item-link-text {
	margin-right: 16px
}

.offer__item-link-arrow {
	width: 16px;
	height: 10px;
	stroke: #101010;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.offer__item-link:hover {
	color: #7819ff
}

.offer__item-link:hover .offer__item-link-arrow {
	stroke: #7819ff
}

.category-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -4px 30px
}

.category-list__item {
	padding: 0 4px;
	margin-bottom: 8px
}

.category-list__link {
	padding: 8px 16px;
	border-radius: 100px;
	background-color: #fff;
	display: block;
	font-size: 1.2rem;
	line-height: 1.33em;
	color: #101010;
	overflow: hidden;
	position: relative
}

.category-list__link span {
	z-index: 2;
	position: relative
}

.partners__wrap {
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 140px;
	padding-bottom: 88px
}

.partners__title {
	margin-bottom: 52px;
	color: #fff;
	max-width: 66.164%;
	-webkit-font-feature-settings: 'pnum' on, 'lnum' on;
	font-feature-settings: 'pnum' on, 'lnum' on
}

.partners__item, .partners__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.partners__list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px
}

.partners__item {
	width: 240px;
	height: 152px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: transparent;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	overflow: hidden
}

.about__form-field-label:before, .partners__item:before {
	content: '';
	position: absolute;
	display: block;
	background-color: #7819ff;
	left: 0
}

.partners__item:before {
	top: 0;
	margin-left: -100%;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	width: 100%;
	height: 100%
}

.partners__item-logo {
	margin-bottom: 20px;
	width: 120px;
	height: 32px;
	z-index: 1;
	margin-top: 30px
}

.partners__item-logo img {
	margin: auto
}

.partners__item-sites {
	opacity: 0;
	z-index: 1;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.3em;
	color: rgba(255, 255, 255, .7);
	-webkit-transition: .3s ease-in;
	transition: .3s ease-in
}

.partners__item:hover .partners__item-sites {
	opacity: 1
}

.about {
	padding-top: 78px;
	padding-bottom: 80px
}

.about__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 116px
}

.about__content-left {
	margin-right: 96px
}

.about__text {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5em;
	color: #101010;
	max-width: 208px
}

.about__text-main {
	font-size: 2.4rem;
	line-height: 1.67em;
	margin-bottom: 52px
}

.about__form-field-label.focus:before, .about__form-field-label:hover::before, .about__map {
	width: 100%
}

.about__map-wrap {
	position: relative;
	width: 296px;
	margin-left: -32px
}

.about__map-marker {
	position: absolute;
	top: 108px;
	left: 32px;
	background-color: #fa6b04;
	width: 8px;
	height: 8px;
	border-radius: 50%
}

.about__person {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.about__person-image {
	margin-right: 32px
}

.about__person-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.about__person-info-name {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.67em;
	margin-bottom: 10px
}

.about__person-info-link {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5em;
	color: #101010;
	-webkit-font-feature-settings: 'pnum' on, 'lnum' on;
	font-feature-settings: 'pnum' on, 'lnum' on
}

.about__person-info-link--mail {
	color: #00e687;
	font-weight: 400
}

.about__form-title {
	padding-bottom: 42px;
	border-bottom: 1px solid #101010
}

.about__form-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -12px
}

.about__form-field {
	width: 100%;
	padding: 0 12px;
	margin-bottom: 30px
}

.about__form-field--md {
	width: 50%
}

.about__form-field-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #101010;
	position: relative
}

.about__form-field-label:before {
	width: 0;
	height: 4px;
	bottom: 0;
	-webkit-transition: width .35s cubic-bezier(.76, 0, .24, 1);
	transition: width .35s cubic-bezier(.76, 0, .24, 1);
	z-index: 1
}

.about__form-field-input {
	background-color: #fff;
	border: 0;
	padding: 20px 0;
	height: 100%;
	font-size: 2.4rem;
	line-height: 1em;
	color: #000
}

.about__form-field-text {
	font-size: 1.6rem;
	line-height: 1em;
	color: #000;
	margin-right: 35px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 107px
}

.about__form-files {
	margin-top: 20px;
	margin-bottom: 48px;
	position: relative
}

.about__form-files-adding {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.about__form-files-btn {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #00e687;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 24px;
	cursor: pointer
}

.about__form-files-btn::after, .about__form-files-btn::before {
	content: '';
	position: absolute;
	width: 16px;
	height: 2px;
	background-color: #101010;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.about__form-files-btn::after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg)
}

.about__form-files-text {
	font-size: 1.6rem;
	line-height: 1em;
	color: #000;
	cursor: pointer
}

.about__form-down, .checkbox__field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.about__form-down {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.checkbox__field {
	position: relative
}

.checkbox__field-agreement {
	position: absolute;
	top: 0;
	left: 0;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px
}

.checkbox__field-label {
	max-width: 490px;
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.2em;
	color: rgba(16, 16, 16, .5);
	padding-left: 64px;
	position: relative
}

.checkbox__field-label::before {
	content: '';
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	top: -8px;
	left: 0;
	border: 2px solid #101010;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 8px
}

.checkbox__field-link {
	color: #00e687
}

.file__input {
	position: absolute;
	top: 0;
	left: 0;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px
}

.about__form-area {
	margin: 32px 0 0
}

.about__form-area p {
	font-size: 1.6rem;
	line-height: 1em;
	color: #000;
	margin-bottom: 15px
}

.about__form-files-link {
	font-size: 1.8rem;
	line-height: 1.33em;
	color: #fa6b04;
	cursor: pointer;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.about__form-files-link:hover, .about__person-info-link--mail:hover, .checkbox__field-link:hover, .header__nav:hover .header__nav-current .header__nav-link, .header__nav:hover .header__nav-dropdown .header__nav-link {
	color: #101010
}

.checkbox__field-label:before {
	cursor: pointer
}

.checkbox__field-label:after {
	content: '';
	position: absolute;
	display: none;
	top: 2px;
	left: 8px;
	width: 15px;
	height: 6px;
	border-top: 2px solid #101010;
	border-right: 2px solid #101010;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	cursor: pointer
}

input.checkbox__field-agreement[type=checkbox]:checked~.checkbox__field-label:after {
	display: block
}

.about__form-field-label--textarea {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	padding-bottom: 10px
}

.input--textarea {
	height: 69px;
	min-height: 69px;
	overflow: hidden;
	width: 100%;
	resize: none;
	padding-bottom: 0
}

#sendBtn, .about__form-button {
	cursor: pointer
}

#sendBtn {
	pointer-events: none
}

#sendBtn.active {
	pointer-events: all
}

.about__person-info-link--mail, .checkbox__field-link {
	-webkit-transition: all .2s cubic-bezier(.075, .82, .165, 1);
	transition: all .2s cubic-bezier(.075, .82, .165, 1)
}

.partners__item:last-child .partners__item-logo {
	height: 47px;
	fill: #ffffff;
}

.inner-grid__left {
	grid-area: 1/1/1/3
}

.inner-grid__right {
	grid-area: 1/3/1/13
}

.functional {
	padding-top: 46px
}

.functional__wrap {
	border-bottom: 1px solid #101010
}

.functional__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 88px
}

.functional__image, .functional__image img {
	width: 100%
}

.functional__image-wrap {
	width: 100%;
	max-width: 568px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.functional__content {
	max-width: 37%
}

.functional__content-top {
	margin-bottom: 40px
}

.services {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: rgba(16, 16, 16, .05)
}

.services .offer__item {
	background-color: #fff
}

.services .category-list__link {
	border: 1px solid rgba(16, 16, 16, .1)
}

.header {
	background-color: transparent;
	width: 100%;
	padding: 45px 0 0;
	position: absolute;
	top: 0;
	z-index: 99
}

.header__container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header__container, .header__left, .header__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header__logo {
	margin-right: 48px
}

.header__logo-link {
	display: inline-block
}

.header__logo-logo {
	width: 48px;
	height: 48px
}

.header__nav {
	position: relative
}

.header__nav-current {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 14px 24px 10px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border-radius: 8px 8px 0 0
}

.header__nav-dropdown {
	border-radius: 0 8px 8px 8px;
	position: absolute;
	width: 365px;
	z-index: 1;
	overflow: hidden;
	background-color: #fff
}

.header__nav-item {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	padding-left: 24px;
	padding-right: 24px
}

.header__nav-item .header__nav-link {
	display: inline-block;
	padding-top: 14px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(16, 16, 16, .1);
	width: 100%;
	height: 100%
}

.header__nav-item:hover {
	background-color: rgba(0, 230, 135, .1)
}

.header__btn .button__text:hover, .header__nav .header__nav-dropdown .header__nav-link--change:hover, .header__nav-item:hover .header__nav-link, .header__phone:hover {
	color: #00e687
}

.header__nav-link {
	font-weight: 500;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5em
}

.header__nav-arrow {
	width: 7px;
	height: 7px;
	border-right: 2px solid #00e687;
	border-bottom: 2px solid #00e687;
	-webkit-transform: rotate(45deg) translate(9px, -9px);
	transform: rotate(45deg) translate(9px, -9px)
}

.header__btn .button__text, .header__phone {
	-webkit-transition: color .3s ease-out;
	transition: color .3s ease-out
}

.header__phone {
	font-weight: 700;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5em;
	margin-right: 36px;
	-webkit-font-feature-settings: 'pnum' on, 'lnum' on;
	font-feature-settings: 'pnum' on, 'lnum' on
}

.header__btn {
	border: 1px solid #00e687;
	background-color: transparent
}

.header__btn .button__text {
	padding: 10px 20px;
	font-size: 1.2rem;
	line-height: 2em;
	text-transform: uppercase
}

.header__btn:hover {
	background-color: rgba(0, 230, 135, .1)
}

.header__nav-dropdown {
	display: block;
	height: 0;
	visibility: visible;
	-webkit-transition: height .2s ease-out;
	transition: height .2s ease-out
}

.header__nav-current {
	-webkit-transition: background .3s ease-out;
	transition: background .3s ease-out
}

.header__nav:hover .header__nav-dropdown {
	height: 228px
}

.header__nav:hover .header__nav-current {
	background-color: #fff;
	-webkit-transition: background .1s ease-out;
	transition: background .1s ease-out
}

.header__nav:hover .header__nav-arrow {
	-webkit-transform: rotate(45deg) translate(12px, -7px) scale(-1);
	transform: rotate(45deg) translate(12px, -7px) scale(-1)
}

.inner__title {
	max-width: 85%
}


.offer__item-price {
	display: flex;
	margin-bottom: 32px;
}

.offer__item-price-block {
	display: flex;
	width: 50%;
	flex-direction: column;
}

.offer__item-price-headline {
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 3.33em;
	text-transform: uppercase;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: rgba(0, 0, 0, .5);
}

.offer__item-price-price {
	font-size: 4rem;
	line-height: 1em;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #101010;
}

.offer__item-price-price .small-text {
	font-size: 1.6rem;
	font-weight: 600;
}

@media (max-width: 1650px) {
	.offer__item-price-price {
		font-size: 3rem;
	}
}

@media (max-width:1200px) {
	.grid__right {
		grid-area: 1/3/1/13
	}
}

@media (max-width:1100px) {
	.container-grid-lg {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.title-sm {
		margin-bottom: 30px
	}
	.partners__item {
		width: calc(100%/4)
	}
	.about__form-field-input {
		font-size: 2rem
	}
	.input--textarea {
		height: 64px;
		min-height: 64px
	}
}

@media (max-width:990px) {
	.header__nav {
		width: auto
	}
	.header__nav-dropdown {
		width: 344px
	}
	.about__form-field-text {
		margin-right: 10px
	}
}

@media (max-width:850px) {
	.offer__item {
		padding: 25px 20px 30px
	}
	.offer__item-links {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.offer__item-link {
		margin-right: 0
	}
	.offer__item-name {
		font-size: 2.6rem
	}
	.offer__item-icon-wrap {
		width: 74px;
		height: 74px
	}
	.offer__item-icon {
		width: 34px;
		height: 34px
	}
	.about__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.about__content-left {
		margin-right: 0;
		margin-bottom: 32px
	}
	.about__text {
		max-width: inherit;
		margin-bottom: 16px
	}
	.about__map-wrap {
		margin-left: 0
	}
	.about__form-field--md {
		width: 100%
	}
	.functional__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 40px
	}
	.functional__row:nth-child(2n) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
	.functional__content {
		max-width: 100%;
		margin-bottom: 32px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.functional__content-top {
		margin-bottom: 0;
		margin-right: 32px
	}
}

@media (max-width:700px) {
	.header__logo {
		margin-right: 10px
	}
	.header__phone {
		margin-right: 15px
	}
	.first-screen__buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.first-screen__button:first-child {
		margin-right: 0;
		margin-bottom: 16px
	}
	.first-screen__button {
		width: 320px
	}
}

@media (max-width:650px) {
	.inner__section .first-screen__wrap {
		min-height: auto;
	}
	.inner__title {
		max-width: 100%
	}
	.partners__item {
		width: calc(100%/2)
	}
	.about__form-down {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.checkbox__field {
		margin-bottom: 32px
	}
	.checkbox__field-label {
		max-width: 100%
	}
	.about__form-button {
		margin-left: auto
	}
	.header {
		padding-top: 13px
	}
	.header__btn {
		border: 0;
		padding: 0;
		border-radius: 0;
		background-image: url(../img/icon-wats.svg);
		background-size: cover;
		background-repeat: no-repeat;
		width: 30px;
		height: 30px;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
	.header__btn .button__text {
		opacity: 0;
	}
	.offer__list {
		grid-template-columns: repeat(1, 1fr)
	}
	.offer__item-links {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.offer__item-link:not(:last-child) {
		margin-right: 15px;
	}
	.first-screen__title {
		text-align: center
	}
	.first-screen__text {
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.5em
	}
	.first-screen__button {
		width: 100%
	}
	.first-screen__container {
		padding-bottom: 35px
	}
	.header__phone {
		font-size: 1.4rem
	}
	.header__logo-logo {
		width: 35px;
		height: 35px
	}
	.header__nav-link {
		font-size: 1.2rem
	}
	.header__nav-current {
		padding-left: 10px;
		padding-right: 24px
	}
	.header__logo {
		margin-right: 10px
	}
	.header__nav-arrow {
		-webkit-transform: rotate(45deg) translate(9px, -9px);
		transform: rotate(45deg) translate(7px, -9px)
	}
	.header__nav.active .header__nav-arrow {
		-webkit-transform: rotate(45deg) translate(12px, -7px) scale(-1);
		transform: rotate(45deg) translate(10px, -8px) scale(-1)
	}
	.header__nav-dropdown {
		width: 290px
	}
	.header__nav-item {
		padding-left: 10px;
		padding-right: 10px
	}
	.about {
		padding-top: 38px;
		padding-bottom: 35px
	}
	.features__icon-wrap, .offer__item-icon-wrap {
		width: 60px;
		height: 60px
	}
	.features__icon, .offer__item-icon {
		width: 26px;
		height: 26px
	}
	.functional__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}
	.functional__row .offer__item-icon-wrap {
		margin: 0 auto 16px
	}
	.functional__content-top {
		margin-right: 0
	}
	.offer__item-desc {
		font-size: 1.4rem
	}
	.offer__item-name {
		font-size: 2.8rem
	}
	.first-screen__list {
		display: none
	}
	.features__mob {
		display: block;
		background-color: rgba(16, 16, 16, .05)
	}
	.inner__section .first-screen__container {
		padding-bottom: 35px
	}
	.features {
		padding-top: 30px;
		padding-bottom: 40px;
		margin-top: 0;
		justify-content: center;
	}
	.features__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}
	.features__icon-wrap {
		margin-right: 0;
		margin-bottom: 20px
	}
	.features__text {
		font-weight: 500;
		color: rgba(16, 16, 16, .7);
		font-size: 1.2rem;
		line-height: 1.67em
	}
	.features__item:first-child {
		margin-right: 15px
	}
	.features__item:last-child {
		margin-right: 0
	}
	.features__icon {
		fill: #7819ff
	}
	.features__icon-wrap {
		border-color: #7819ff
	}
	.about__text-main {
		font-size: 1.6rem
	}
	.about__text {
		font-size: 1.4rem
	}
	.about__person-info-name {
		font-size: 2rem
	}
	.offer, .services {
		padding-top: 40px;
		padding-bottom: 35px
	}
	.offer__item {
		padding: 30px 25px 35px
	}
	.about__content {
		margin-bottom: 65px
	}
	.partners__title {
		max-width: 100%;
		margin-bottom: 32px
	}
	.partners__wrap {
		padding-top: 60px;
		padding-bottom: 35px
	}
	.first-screen__title {
		margin-bottom: 20px
	}
	.first-screen__text {
		margin-bottom: 30px
	}

	.offer__item-price-price {
		font-size: 2.8rem;
	}

	.offer__item-price-price .small-text {
		font-size: 1.2rem;
		font-weight: 400;
	}
}

@media (max-width:420px) {
	.about__form-field-label {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline
	}
	.about__form-title {
		margin-bottom: 20px
	}
}

@media (max-width:355px) {
	.header__phone {
		margin-right: 10px;
		font-size: 1.2rem
	}
	.header__nav-current {
		margin-right: 10px;
		padding-right: 18px
	}
	.header__btn {
		width: 25px;
		height: 25px
	}
	.header__nav-dropdown {
		width: 236px
	}
}