body {
	font-family: 'Roboto', sans-serif;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background: #F6F6F6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

.container {
	max-width: 1350px;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.row>* {
	width: auto;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
}

a {
	text-decoration: none;
}

.content {
	flex-grow: 1;
}

footer {
	flex-shrink: 0;
}

header {
	flex-shrink: 0;
	background: #171717;
	border-bottom: 1px solid #282828;
}

.header__top-block {
	padding: 10px 0;
}

.header__top {
	display: flex;
	align-items: center;
}

.header__top-item {
	display: flex;
	align-items: center;
	margin-right: 40px;
}

.header__top-item:last-child {
	margin-right: 0;
}

.header__top-itemIcon {
	margin-right: 10px;
}

.header__top-item p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-decoration-line: underline;
	color: #898989;
	transition: .3s;
}

.header__top-item:hover p {
	color: #FF1E26;
}

.header__top-time p {
	text-decoration-line: none;
}

.header__top-time:hover p {
	color: #898989;
}

.header__middle-block {
	padding: 15px 0;
	border: 1px solid #282828;
}

.header__middle-row {
	justify-content: space-between;
}

.header__middle-form {
	margin-right: 40px;
}

.header__middle-form form p {
	display: flex;
}

.header__middle-form form .wpcf7-response-output {
	display: none;
}

.header__middle-form form {
	display: flex;
	align-items: center;
}

.header__middle-form input {
	width: 300px;
	height: 40px;
	background: #1D1D1D;
	border: 1px solid #282828;
	border-radius: 6px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	outline: none;
	padding-left: 10px;
	margin-right: 15px;
}

.button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0 30px;
	height: 40px;
	border-radius: 3px;
	background: none;
	outline: none;
	border: none;
	cursor: pointer;
}

.button button {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}

.button__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(94.97deg, #FF4E4E 0%, #EB0708 51.04%, #FF4E4E 100%);
	border-radius: 3px;
	pointer-events: none;
}

.button__bg-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: .3s;
	border-radius: 3px;
	pointer-events: none;
}

.button:hover .button__bg-hover {
	background: rgba(0, 0, 0, .25);
}

.button__content {
	position: relative;
	display: flex;
	align-items: center;
	pointer-events: none;
}

.button__content p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
	margin-left: 15px;
}

.header__middle-right {
	display: flex;
	align-items: center;
}

.header__middle-links a {
	margin-right: 15px;
}

.header__middle-links a:last-child {
	margin-right: 0;
}

.header__menu-block {
	padding: 10px 0;
}

.header__menu-item {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #898989;
	transition: .3s;
	margin-right: 40px;
}

.header__menu-item:hover {
	color: #fff;
}

.header__menu-item:last-child {
	margin-right: 0;
}

.header__menu-itemActive {
	color: #fff;
}

.welcome {
	background-color: #171717;
}

.welcome__bg {
	background: url(../img/welcomeBg.png) center no-repeat;
	min-height: 784px;
	padding-top: 40px;
}

.welcome__bottom-bg {
	height: 36px;
	background: url(../img/welcomeBgBottom.svg) center no-repeat;
	background-size: cover;
}

.welcome__content {
	width: 680px;
}

.welcome__text {
	width: 100%;
}

.welcome__text p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #7D7987;
	margin-bottom: 20px;
}

.welcome__text h1 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-size: 80px;
	line-height: 110%;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.welcome__text h1 span {
	color: #EB0708;
}

.welcome__text h3 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
}

.welcome__btn {
	display: flex;
}

.welcome__btn .button {
	height: 50px;
	margin-top: 30px;
}

.welcome__btn .button p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
}

.welcome__time {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.welcome__time p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	margin-left: 10px;
}

.welcome__row {
	justify-content: space-between;
}

.welcome__right {
	position: relative;
	width: 330px;
	height: 700px;
}

.welcome__right-item {
	position: absolute;
}

.welcome__right-item p {
	position: absolute;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
}

.welcome__right-item1 {
	left: 0;
	top: 0;
}

.welcome__right-item1 p {
	top: 40px;
	right: 0;
}

.welcome__right-item2 {
	right: 0;
	top: 30%;
}

.welcome__right-item2 p {
	top: 30px;
	right: 0;
}

.welcome__right-item3 {
	right: 0;
	bottom: 0;
}

.welcome__right-item3 p {
	bottom: 30px;
	right: 15px;
}

.welcome__right-itemBlock {
	position: relative;
}

.title__block {
	display: flex;
	flex-flow: column;
}

.title__block-top {
	display: flex;
	align-items: center;
}

.title__block-top p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 110%;
	color: #FF1E26;
}

.title__line {
	width: 100px;
	height: 3px;
	background: #FF1E26;
	margin: 0 20px;
}

.title__block-top h2 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 110%;
	color: #363636;
}

.why {
	margin-top: 150px;
}

.why .title__row {
	justify-content: center;
}

.why .title__block {
	align-items: center;
}

.title__block-bot {
	margin-top: 20px;
}

.title__block-bot p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	color: #7D7987;
}

.why__items-row {
	margin-top: 80px;
}

.why__items {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.why__item {
	width: 200px;
}

.why__item-img {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	background: #FFFFFF;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.06);
	border-radius: 6px;
}

.why__item-text {
	margin-top: 20px;
}

.why__item-text p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 125%;
	text-align: center;
	color: #363636;
}

.why__item-dots {
	flex-grow: 1;
	max-width: 150px;
	height: 1px;
	border-top: 2px dashed #BEBEBE;
	margin-bottom: 60px;
}

.about {
	margin-top: 150px;
}

.about__row {
	flex-wrap: nowrap;
	margin-top: 80px;
	align-items: flex-start;
}

.about__bio {
	width: 410px;
	background: #fff;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.06);
	border-radius: 6px;
	flex-shrink: 0;
}

.about__bio-img {
	width: 100%;
	height: 340px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.about__bio-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about__bio-text {
	width: 100%;
	padding: 20px 0;
}

.about__bio-text h5 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	text-align: center;
	color: #363636;
}

.about__bio-text p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #7D7987;
	margin-top: 15px;
}

.about__text {
	width: 1px;
	flex-grow: 1;
	margin-left: 50px;
}

.about__text p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #7D7987;
	margin-bottom: 20px;
}

.about__text p:last-child {
	margin-bottom: 0;
}

.about__text p a {
	font-weight: 500;
	text-decoration-line: underline;
	color: #DF7276;
}

.how {
	margin-top: 150px;
}

.how__items {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 70px;
}

.how__item {
	width: 300px;
	min-height: 222px;
	background: #fff;
	margin: 15px;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.06);
	border-radius: 6px;
}

.how__item-top {
	position: relative;
}

.how__item-number {
	position: absolute;
	top: -15px;
	left: -15px;
	width: 68px;
	height: 68px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px;
	border-radius: 50%;
	border: 1px solid #FF1E26;
}

.how__item-numberBg {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #FF1E26;
	box-shadow: 0px 0px 80px rgba(255, 30, 38, 0.75);
}

.how__item-numberBg p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	text-align: center;
	color: #FFFFFF;
}

.how__item-text {
	padding: 70px 20px 0;
}

.how__item-text h3 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 110%;
	color: #363636;
	margin-bottom: 15px;
}

.how__item-text p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 150%;
	color: #7D7987;
}

.how__item1 {
	background: url(../img/how1.png) center no-repeat;
	background-size: cover;
}

.how__item2 {
	background: url(../img/how2.png) center no-repeat;
	background-size: cover;
}

.how__item3 {
	background: url(../img/how3.png) center no-repeat;
	background-size: cover;
}

.how__item4 {
	background: url(../img/how4.png) center no-repeat;
	background-size: cover;
}

.how__item5 {
	background: url(../img/how5.png) center no-repeat;
	background-size: cover;
}

.how__item6 {
	background: url(../img/how6.png) center no-repeat;
	background-size: cover;
}

.request__top {
	margin-top: 75px;
	background: url(../img/request__top.png) repeat-x;
	height: 38px;
	background-size: contain;
}

.request {
	background: #1C1C1C;
	padding: 65px 0;
}

.request__row {
	justify-content: space-between;
}

.request__right .title__block h2 {
	color: #fff;
}

.request__right-form {
	width: 520px;
	margin-top: 30px;
}

.request__right-form form input {
	width: 100%;
	height: 50px;
	background: #EDEDED;
	border-radius: 3px;
	border: none;
	outline: none;
	padding-left: 20px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #363636;
	margin-bottom: 15px;
}

.request__right-form form .button {
	height: 50px;
	width: 100%;
}

.request__right-form form .button p {
	font-size: 18px;
}

.request__right-formBottom {
	margin-top: 15px;
}

.request__right-formBottom p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #7D7987;
}

.request__right-formBottom p a {
	font-weight: 500;
	text-decoration-line: underline;
	color: #DF7276;
}

footer {
	background: #171717;
}

.footer__top-block {
	padding: 15px 0;
}

.footer__top-row {
	justify-content: space-between;
}

.footer__top-left {
	display: flex;
	align-items: center;
}

.footer__top-menu {
	margin-left: 50px;
}

.footer__middle-block {
	padding: 15px 0;
	border-top: 1px solid #282828;
	border-bottom: 1px solid #282828;
}

.footer__middle-right {
	display: flex;
	align-items: center;
}

.footer__middle-row {
	justify-content: space-between;
}

.footer__bottom-block {
	padding: 5px 0;
}

.footer__bottom-row {
	justify-content: space-between;
}

.footer__bottom-left p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #444444;
}

.footer__bottom-right a {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	text-decoration-line: underline;
	color: #444444;
	transition: .3s;
}

.footer__bottom-right a:hover {
	color: #898989;
}



.welcome__btn .request__right-form {
	display: none;
}

.header__middle-burger {
	display: none;
}

.mobileMenu {
	width: 100%;
	background: #171717;
}

.mobileMenu__head-top {
	display: flex;
	justify-content: space-between;
	padding: 10px;
}

.mobileMenu__head-bottom {
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #282828;
	border-bottom: 1px solid #282828;
}

.mobileMenu__head-bottomRight {
	display: flex;
	align-items: center;
}

.mobileMenu__head-bottomRight .button {
	margin-right: 20px;
}

.mobileMenu__content {
	padding: 30px 10px;
}

.mobileMenu__content .header__menu {
	display: block;
}

.mobileMenu__content .header__menu a {
	display: block;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.mobileMenu__content .welcome__btn {
	margin-top: 0;
}

.mobileMenu__content .request__right-form {
	margin-top: 20px;
	width: 100%;
}

.mobileMenu__content-contacts .header__top-address,
.mobileMenu__content-contacts .header__top-mail {
	display: flex;
}

.mobileMenu__content-contacts .header__top-item {
	margin-bottom: 10px;
}

.mobileMenu__content-contacts .header__top-item:last-child {
	margin-bottom: 0;
}

.mobileMenu__content-links {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

.mobileMenu__content-links .header__middle-link {
	margin-right: 10px;
}

.mobileMenu__content-links .header__middle-link:last-child {
	margin-right: 0;
}

.mobileMenu__content-contacts {
	margin-top: 20px;
	padding: 15px 0;
	border-top: 1px solid #282828;
	border-bottom: 1px solid #282828;
}

.modalForm__title {
	position: relative;
	margin-top: -24px;
}

.modalForm__title h5 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	color: #363636;
	pointer-events: none;
}

.modalForm__content {
	padding: 20px 15px 25px;
}

.modalForm__top {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: flex-end;
}

.modalForm__form .request__right-form {
	margin-top: 20px;
	width: 100%;
}

.page {
	margin-top: 60px;
}

.page .title__line {
	margin-left: 0;
}

.breadcrumbs__row {
	margin-bottom: 20px;
}

.breadcrumbs__block {
	display: flex;
	align-items: center;
}

.breadcrumbs__block p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #BEBEBE;
	margin-left: 10px;
}

.breadcrumbs__block p span {
	color: #7D7987;
}

.breadcrumbs__block a {
	transition: .3s;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #BEBEBE;
}

.breadcrumbs__block a:hover {
	color: #df7276;
}

.contacts__item-top {
	display: flex;
	align-items: center;
}

.contacts__item-top a {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #363636;
	transition: .3s;
}

.contacts__item-icon {
	display: flex;
	justify-content: center;
	width: 30px;
	margin-right: 10px;
}

.contacts__left-flex {
	display: flex;
	align-items: flex-start;
	margin: 30px 0;
}

.contacts__item-bot p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #7D7987;
	margin-top: 10px;
}

.contacts__left-flex .contacts__item {
	margin-right: 40px;
}

.contacts__left-flex .contacts__item:last-child {
	margin-right: 0;
}

.contacts__item-top p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #363636;
}

.contacts__item .mobileMenu__content-links {
	margin-top: 0;
}

.contacts__right {
	margin-left: 50px;
}

.contacts__right .request__right-form {
	margin-top: 30px;
}

.contact__title {
	margin-top: 75px;
}

.map__block {
	width: 100%;
}

.map__block img {
	max-width: 100%;
}

.map__row {
	margin: 30px 0 100px;
}

.cases {
	margin-top: 150px;
}

.cases__row {
	margin-top: 40px;
}

.cases__slide {
	width: 300px;
	background: #FFFFFF;
	border-radius: 6px;
	overflow: hidden;
	margin: 0 auto;
}

.cases__slide-img {
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.cases__slide-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cases__slide-desc {
	padding: 15px 20px;
}

.cases__slide-desc h6 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	color: #363636;
	margin-bottom: 10px;
}

.cases__slide-desc p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 150%;
	color: #7D7987;
}

.reviews__link-row {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}

.title__block-bot p a {
	font-weight: 500;
    text-decoration-line: underline;
    color: #DF7276;
}

.reviews__link-row .button__content p {
	margin-left: 0;
}

.cases__slide-wrapper {}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border: none;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 150%;
	color: #FF1E26;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 150%;
	color: #46b450;
}

.wpcf7-not-valid-tip {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 150%;
	color: #FF1E26;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
	margin-top: 10px;
	padding: 0;
}


.slick-prev,
.slick-next {
	width: 18px;
	height: 35px;
}

.slick-prev {
	left: -30px;
}

.slick-next {
	right: -35px;
}

.slick-prev:before {
	content: "";
	display: block;
	width: 18px;
	height: 35px;
	background: url(../img/arrowPrev.svg) center no-repeat;
	background-size: cover;
	transition: .3s;
}

.slick-prev:hover:before {
	background: url(../img/arrowPrevActive.svg) center no-repeat;
	background-size: cover;
}

.slick-next:before {
	content: "";
	display: block;
	width: 18px;
	height: 35px;
	background: url(../img/arrowNext.svg) center no-repeat;
	background-size: cover;
	transition: .3s;
}

.slick-next:hover:before {
	background: url(../img/arrowNextActive.svg) center no-repeat;
	background-size: cover;
}

.map__block {
	width: 100%;
	height: 500px;
}

@media (max-width: 1405px) {
	.cases__block {
		padding: 0 40px;
	}
}

@media (max-width: 1300px) {
	.header__middle-form input {
		width: 250px;
	}
}

@media (max-width: 1150px) {
	.header__top-mail {
		display: none;
	}

	.header__top-address {
		display: none;
	}

	.header__top {
		width: 100%;
		justify-content: space-between;
		flex-flow: row-reverse;
	}

	.header__top-item {
		margin-right: 0;
	}

	.footer__middle-right {
		width: 100%;
		flex-flow: row-reverse;
		justify-content: space-between;
	}

	.header__middle-form form {
		display: none;
	}

	.header__middle-modalLink {
		display: flex;
	}

	.title__line {
		width: 50px;
	}

	.request__row {
		flex-flow: column;
		align-items: center;
	}

	.request__right-form {
		margin-left: auto;
		margin-right: auto;
	}

	.request__right {
		margin-top: 30px;
	}

	.request__left {
		width: 300px;
	}

	.request__left img {
		max-width: 100%;
	}
}

@media (max-width: 1080px) {
	.contacts__left {
		width: 100%;
	}

	.contacts__right {
		margin-left: 0;
	}

	.contacts__left-flex {
		flex-flow: column;
		margin: 0;
	}

	.contacts__item {
		margin: 20px 0;
	}

	.cases__slide {
		width: 270px;
	}
}

@media (max-width: 1040px) {
	.welcome__right {
		display: none;
	}

	.welcome__content {
		width: 100%;
	}

	.welcome__text {
		text-align: center;
	}

	/* .welcome__btn-link {
		display: none;
	}*/
	.welcome__btn {
		justify-content: center;
		margin-top: 20px;
	}

	.welcome__btn .request__right-form {
		display: block;
	}

	.welcome__btn .request__right-form input {
		background: #1d1d1d;
		border: 1px solid #282828;
		border-radius: 6px;
		color: #fff;
	}

	.welcome__btn .button {
		margin-top: 0;
	}

	.welcome__time {
		justify-content: center;
	}

	.welcome__text h1 {
		font-size: 75px;
	}

	.footer__top-menu {
		display: none;
	}

	.footer__top-right {
		display: none;
	}

	.footer__bottom-row {
		flex-flow: column;
		align-items: center;
	}

	.header__menu-block {
		display: none;
	}

	.header__middle-links {
		display: none;
	}

	.header__middle-form {
		margin-right: 15px;
	}

	.header__middle-burger {
		display: block;
	}
}

@media (max-width: 925px) {
	.cases__slide {
		width: 300px;
	}
}

@media (max-width: 900px) {
	.about__row {
		flex-flow: column;
		flex-wrap: wrap;
		align-items: center;
	}

	.about__text {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}

	.title__row {
		justify-content: center;
	}

	.title__block {
		align-items: center;
	}

	.why__item-dots {
		display: none;
	}


}

@media (max-width: 820px) {
	.why__items {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.why__item {
		margin: 20px 50px;
	}

	.why,
	.about,
	.how,
	.cases {
		margin-top: 50px;
	}

	.title__block-top h2 {
		font-size: 30px;
	}

	.why__items-row {
		margin-top: 30px;
	}
}

@media (max-width: 715px) {
	.cases__slide {
		width: 270px;
	}
}

@media (max-width: 680px) {
	.welcome__text h1 {
		font-size: 50px;
	}

	.welcome__btn {
		margin-top: 50px;
	}
}

@media (max-width: 650px) {
	.cases__slide {
		width: 300px;
	}

	.cases__block {
		padding: 0 120px;
	}
}

@media (max-width: 620px) {
	.why__item {
		margin: 20px;
	}

	.title__line {
		width: 20px;
		margin: 0 10px;
	}

	.cases__block {
		padding: 0 100px;
	}
}

@media (max-width: 560px) {
	.request__right-form {
		width: 100%;
	}

	.title__block-top p {
		font-size: 24px;
	}

	.title__block-top h2 {
		font-size: 24px;
	}

	.header__top-item p {
		font-size: 14px;
	}

	.cases__block {
		padding: 0 30px;
	}
}

@media (max-width: 450px) {
	.cases__slide {
		width: 270px;
	}
}