*, *::before, *::after {
	box-sizing: border-box;
	}
ul[class], ol[class] {
	padding: 0;
}
body, h1, h2, h3, h4, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
	margin: 0;
}
ul[class], ol[class] {
	list-style: none;
	margin: 0;
	padding: 0;
}
a:not([class]) {
	text-decoration-skip-ink: auto;
}

input, button, textarea, select {
  outline: none;
  font: inherit;
}

body {
	background:#fff;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height:25px;
	color: #333;
}
strong {
	font-weight: bold;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.container {
	width: 100%;
	max-width: 1450px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}
.container-fluid {
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
}
.container-fluid.s {
	position: sticky;
	top: 0;
	z-index: 10;
}
#callback-wrapper-mediaguru {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 1000;
	display: none;
	padding: 8px;
}
.callback-wrapper-mediaguru-btns {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	height: 45px;
	overflow: hidden;
	margin: 0 -8px;
}
#callback-wrapper-mediaguru .callback-item {
	width: 50%;
	padding: 0 8px;
}
#callback-wrapper-mediaguru .callback-item a {
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	width: 100%;
	height: 45px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #B5854D;
	border-radius: 10px;
}

@media (max-width: 560px){
	body {
		padding-bottom: 60px;
	}
	#callback-wrapper-mediaguru{
		display: block;
	}
}
a {
	color: #000;
	transition: 0.75s;
	text-decoration: none;
}
a:hover {
	color: #000;
}
.whatsapp-widjet-icon {
	display: none;
}



@media (min-width: 640px) {
.whatsapp-widjet-icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.whatsapp-widjet-icon svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}
.whatsapp-widjet {
  position: fixed;
  bottom: 125px;
  right: 15px;
  border: 1px solid #25D366;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 140;
  transition: all .5s ease;
  background: #25D366;
  cursor: pointer;
}
.whatsapp-widjet-circle-left {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  overflow: hidden;
  left: 0;
}
.whatsapp-widjet-circle-left {
  border: 1px solid #25D366;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(37, 211, 102);
  position: absolute;
  top: -7px;
  bottom: 0;
  left: -7px;
  right: 0;
  background-clip: padding-box;
  width: 36px;
  height: 72px;
  border-radius: 76px 0 0 76px;
  border-right: none;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: pie-left 4s both linear infinite;
  -moz-animation: pie-left 4s both linear infinite;
  -ms-animation: pie-left 4s both linear infinite;
  -o-animation: pie-left 4s both linear infinite;
  animation: pie-left 4s both linear infinite;
}
.whatsapp-widjet-circle-right {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  overflow: hidden;
  right: 0;
}
.whatsapp-widjet-circle-right {
  border: 1px solid transparent;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: transparent;
  position: absolute;
  top: -7px;
  bottom: 0;
  left: 0;
  right: -7px;
  background-clip: padding-box;
  width: 36px;
  height: 72px;
  border-radius: 76px 0 0 76px;
  border-right: none;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: pie-right 4s both linear infinite;
  -moz-animation: pie-right 4s both linear infinite;
  -ms-animation: pie-right 4s both linear infinite;
  -o-animation: pie-right 4s both linear infinite;
  animation: pie-right 4s both linear infinite;
}
.whatsapp-widjet-icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
}
@keyframes pie-left{
    0%{
        -webkit-transform:rotate(-180deg);
        -moz-transform:rotate(-180deg);
        -ms-transform:rotate(-180deg);
        -o-transform:rotate(-180deg);
        transform:rotate(-180deg)
    }
    10%{
        -webkit-transform:rotate(-180deg);
        -moz-transform:rotate(-180deg);
        -ms-transform:rotate(-180deg);
        -o-transform:rotate(-180deg);
        transform:rotate(-180deg)
    }
    20%{
        -webkit-transform:rotate(0);
        -moz-transform:rotate(0);
        -ms-transform:rotate(0);
        -o-transform:rotate(0);
        transform:rotate(0)
    }
    30%{
        -webkit-transform:rotate(0);
        -moz-transform:rotate(0);
        -ms-transform:rotate(0);
        -o-transform:rotate(0);
        transform:rotate(0)
    }
    40%{
        -webkit-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -ms-transform:rotate(180deg);
        -o-transform:rotate(180deg);
        transform:rotate(180deg)
    }
    50%{
        -webkit-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -ms-transform:rotate(180deg)
    }
}

.footer {
	color: #fff;
	background: #1a1a1a;
	font-size: 12px;
	padding: 38px 0 10px 0;
	margin-top: 114px;
}
.footer .container {
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.footer p {
	margin: 0 0 10px 0;
	line-height: 1.8;
}
.footer a {
	color: #fff;
}
.copyright {
	font-size: 16px;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 15px;
}
.develop {
	font-size: 12px;
	text-align: center;
	padding: 0 5px;
}
.footer-logo {
	flex-shrink: 0;
}
.footermenu {
	width: 270px;
	display: flex;
	flex-direction: column;
	align-items: end;
}
.footermenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footermenu li a {
	line-height: 1.8;
}
.footermenu li a:hover{
	text-decoration: underline;
}
.blocktitle {
	font-weight: 600;
	font-size: 32px;
	text-transform: uppercase;
	margin-bottom: 55px;
}
.blocktitle span {
	color: #B5854D;
}
.messengers {
	display: flex;
	padding-top: 10px;
}
.messengers a {
	margin-right: 25px;
}
.map {
	position: relative;
	padding: 75px 22px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 9px 10px rgba(88,123,131,0.25);
	min-height: 650px;
}
.map iframe {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	transform: translateX(-50%) translateY(-50%);
}
.contacts-info {
	padding: 35px 38px;
	border-radius: 10px;
	background: #f5f5f5;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
	z-index: 2;
	display: inline-block;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25);
	max-width: 340px;
}
.contacts-info p {
	margin-bottom: 15px;
	font-size: 18px;
}
.contacts-info p.f {
	display: flex;
}
.contacts-info p.f span:first-child {
	margin-right: 5px;
}
.partners {
	padding: 0 0 50px 0;
}
.partners .container {
	border-right: 1px solid #AAB2BD;
}
.partners-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.partners-list img {
	margin: 0 20px 60px 20px;
}
.lastform .container {
	padding-top: 114px;
	padding-bottom: 114px;
	position: relative;
	border-right: 1px solid #AAB2BD;
}
.lastform .container::after {
	content: '';
	display: block;
	width: 1px;
	background: #AAB2BD;
	height: 370px;
	left: 0;
	top: 0;
	position: absolute;
}
.lastform-content {
	border-radius: 10px;
	border: 1px dotted #AAB2BD;
	padding: 3px;
	display: flex;
	justify-content: space-between;
}
.lastform-content img {
	border-radius: 10px;
}
.lastform-form {
	max-width: 486px;
	padding: 20px 63px;
}
.formtitle {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 24px;
	text-transform: uppercase;
	color: #002F5F;
	line-height: 30px;
}
.formtitle span {
	color: #B5854D;
}
.formnote {
	text-align: center;
	padding-top: 24px;
	font-weight: 300;
	font-size: 10px;
	text-align: center;
}
.lastform-form p {
	line-height: 28px;
	margin-bottom: 17px;
}
form {
	position: relative;
	z-index: 3;
	min-width: 330px;
}

form .row {
	margin: 0 -6px;
	display: flex;
}
form .row > div {
	padding: 0 6px;
}
input[type="text"], input[type="tel"], input[type="email"] {
	width: 100%;
	display: block;
	background: #fff;
	height: 50px;
	border: 1px solid #AAB2BD;
	border-radius: 10px;
	font-size: 14px;
	margin-bottom: 30px;
	width: 100%;
	transition: 0.5s;
	padding: 0 23px;
}
button[type="submit"] {
	width: 278px;
	display: block;
	background: #B5854D;
	color: #fff;
	font-weight: 600;
	height: 50px;
	border: none;
	border-radius: 10px;
	text-align: center;
	font-size: 11px;
	min-width: 177px;
	cursor: pointer;
	transition: 0.5s;
	text-transform: uppercase;
	margin: 0 auto;
}
button[type="submit"]:hover, button[type="submit"]:active {
	background: #684924;
}

a.green-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	height: 40px;
	padding: 5px 19px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #B5854D;
}
a.green-button:hover{
	background: #684924;
}
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header img {
	flex-shrink: 0;
}
.top-phone {
	display: flex;
	align-items: center;
	font-weight: 500;
	color: #fff;
}
.top-phone a {
	margin-left: 25px;
	color: #fff;
}
ul.topmenu {
	display: flex;
	padding: 0 15px;
}
.topmenu li {
	margin: 0 10px;
}
.topmenu li a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
}
.first-screen {
	background: url(../img/fsbg.jpg) 50% 0 no-repeat #000;
	background-size: cover;
	color: #fff;
	padding: 6px 0 54px 0;
}
.fs-info {
	position: relative;
	padding: 50px 0;
}
.fs-info h1 {
	font-size: 40px;
	line-height: 55px;
	font-weight: bold;
	margin-bottom: 42px;
	text-transform: uppercase;
}
.fs-info ul {
	margin: 0 0 80px 0;
}
.fs-info ul li {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 500;
}

.fs-info > * {
	position: relative;
	z-index: 2;
}
.fs-info img {
	position: absolute;
	z-index: 1;
	bottom: -45px;
	right: -30px;
}
.fs-info input {
	border-color: #B5854D;
	width: 390px;
}
.fs-info button[type="submit"] {
	width: 160px;
}

.about {
	color: #fff;
	padding: 83px 0 0 0;
	background: #272B33;
}
.about .blocktitle {
	margin-bottom: 20px;
}
.about .blocktitle span {
	color: #B5854D;
}
.about p {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
}
.about p span {
	font-weight: 600;
}
.about-delivery {
	margin-top: 180px;
	padding: 25px 0 18px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	margin-left: -10px;
	padding-left: 10px;
	border-left: 1px solid #E7E7E7;
}
.about-delivery span {
	color: #B5854D;
	font-size: 14px;
	line-height: 21px;
	display: block;
}

.benefits .container {
	padding-top: 123px;
	padding-bottom: 90px;
	border-right: 1px solid #AAB2BD;
	border-left: 1px solid #AAB2BD;
}
.benefits-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.benefits-pic {
	padding: 24px;
	background: #F4F6F8;
	border-radius: 10px;
}
.benefits .row {
	display: flex;
	justify-content: center;
	align-items: stretch;
	height: 100%;
	margin: 0 -10px;
	max-width: 980px;
	flex-wrap: wrap;
}
.benefits .row > div {
	padding: 0 10px;
	width: 50%;
	margin-bottom: 35px;
	flex-wrap: wrap;
}
.benefits-item {
	height: 100%;
	display: flex;
}
.benefits-item__pic {
	display: flex;
	width: 72px;
	height: 72px;
	flex-shrink: 0;
	border-radius: 10px;
	background: #AAB2BD;
	margin-right: 45px;
	align-items: center;
	justify-content: center;
}
.benefits-item__pic img {
	max-width: 47px;
}
.benefits-item__title {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 14px;
	color: #002F5F;
	text-transform: uppercase;
}
.benefits-item__desc {
	line-height: 1.8;
	color: #7E7E7E;
}



.services .container {
	position: relative;
	padding-top: 83px;
	padding-bottom: 100px;
}
.services .container::before {
	content: '';
	display: block;
	width: 1px;
	background: #AAB2BD;
	height: 650px;
	left: 0;
	bottom: 0;
	position: absolute;
}
.services .container::after {
	content: '';
	display: block;
	width: 1px;
	background: #AAB2BD;
	height: 90%;
	right: 0;
	bottom: 0;
	position: absolute;
}
.services .blocktitle {
	text-transform: none;
	margin: 0 0 12px 0;
}
.services .blocksubtitle {
	font-size: 24px;
	margin-bottom: 44px;
	font-weight: 600;
}
.services .row {
	display: flex;
	justify-content: space-around;
	height: 100%;
	margin: 0 -5px;
	flex-wrap: wrap;
}
.services .row.nnn {
	display: none;
}
.services .row > div {
	padding: 0 5px;
	width: 25%;
	margin-bottom: 10px;
	flex: 1 0 auto;
	height: auto;
}
.services .row > div::before {
    content:'';
    float:left;
    padding-top:100%;
}
.services-item {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	padding: 27px 24px 50px 24px;
	border: 1px solid #B5854D;
	position: relative;
}
.services-item p, .services-item ul {
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
	min-height: 75px;
}
.services-item img {
	max-width: 128px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.services-item__title {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	height: 56px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}
.services-item a {
	display: inline-block;
	font-weight: 500;
	padding: 0 4px;
	border-bottom: 2px solid #B5854D;
}
.services-item a:hover {
	border-color: #684924;
}
.services-item a.button {
	display: inline-flex;
	height: 56px;
	border-radius: 20px;
	border: 1px solid #000;
	width: 250px;
	font-weight: bold;
	padding: 5px;
	justify-content: center;
	align-items: center;
	box-shadow: 0 6px 8px rgba(0,0,0,0.10);
}
.services .showmore {
	padding-top: 57px;
	text-align: center;
}
.services .showmore a {
	display: inline-block;
	text-transform: uppercase;
	border-bottom: 2px solid #B5854D;
	color: #000;
	font-weight: 600;
	line-height: 28px;
}
.howwork-title .container {
	padding-bottom: 56px;
	border-left: 1px solid #AAB2BD;
	border-right: 1px solid #AAB2BD;
}
.howwork-title .blocktitle {
	margin-bottom: 29px;
}
.howwork-title .blocksubtitle {
	font-weight: 600;
	font-size: 24px;
}

.howwork {
	background: #F4F6F8;
	padding: 75px 0 0 0;
}
.howwork .row {
	display: flex;
	justify-content: space-between;
	margin: 0 -10px;
}
.howwork .row.s {
	padding-right: 150px;
}
.howwork .row > div {
	padding: 0 10px;
	width: 25%;
	margin-bottom: 75px;
}
.howwork-item {
	width: 200px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.2;
	color: #2a2a2a;
	position: relative;
}
.howwork-item::after {
	content: '';
	display: block;
	width: 136px;
	height: 9px;
	background: url(../img/line1.png) 100% 50% no-repeat;
	position: absolute;
	top: 32px;
	left: 90%;
}
.s .howwork-item::after {
	background: url(../img/line2.png) 0% 50% no-repeat;
}
.s .howwork-item.g::after {
	content: '';
	display: block;
	width: 116px;
	height: 65px;
	background: url(../img/line3.png) 100% 50% no-repeat;
	position: absolute;
	top: -20px;
	left: 70%;
}
.howwork-item.d::after {
	content: '';
	display: none;
}
.howwork-item__title {
	font-weight: 600;
}
.howwork-item__pic {
	margin: 0 auto 16px auto;
	width: 50px;
	padding-bottom: 17px;
	border-bottom: 2px solid #B5854D;
}
.howwork-item__step {
	text-align: left;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 5px;
}

.success img {
	margin: 0 auto 20px auto;
}
.policy p {
	margin-bottom: 20px;
}
.policy h3 {
	margin-bottom: 20px;
}
.popup2 {
	padding: 30px 0 0 0;
	border-radius: 20px;
	background: #EBEBEB;
}
.popup2 .callmeform {
	padding: 15px;
}
.popup2 img {
	border-radius: 10px;
}
.popup2 input {
	max-width: 176px;
	padding: 0 15px;
}
.popup2 button[type="submit"] {
	max-width: 176px;
}
.formtitle.s {
	text-transform: none;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 20px;
	padding: 0 15px;
}
.howwork-item__desc a {
	font-weight: 500;
}
@media (max-width: 1440px){
	.lastform-form {
		padding: 20px 0;
	}
	.container {
		max-width: 1300px;
	}
}
@media (max-width: 800px){
	.fs-info h1 br {
		display: none;
	}
	.fs-info h1 {
		margin-bottom: 60px;
	}
	.fs-info {
		padding: 30px;
		margin-bottom: 150px;
	}
	.fs-info img {
		right: -10px;
		max-width: 400px;
	}
	.fs-info .checkbox {
		max-width: 420px;
	}
	.fs-info .checkbox br {
		display: none;
	}
	.about .row {
		padding-right: 0;
	}
	.about .col {
		max-width: 380px;
	}
	ul.topmenu {
		display: none;
	}
	.services .row {
		padding: 0;
	}
	.benefits .row {
		flex-wrap: wrap;
	}
	.benefits .row > div {
		width: 50%;
	}
	
	.services, .benefits, .reviews {
		background-size: contain;
	}
	.benefits {
		padding-bottom: 60px;
	}
	.offerform .row {
		margin-bottom: 20px;
	}
	.offerform .row > div {
		padding: 0 10px;
	}
	.reviews .row {
		padding: 0;
	}
}
@media (max-width: 560px){
	.header {
		margin-bottom: 15px;
		position: static;
	}
	.header img {
		max-width: 150px;
	}
	.header-content {
		flex-direction: column;
		align-items: start;
	}
	a.green-button {
		display: none;
	}
	.fs-info {
		padding: 15px;
		margin-bottom: 0px;
	}
	.fs-info h1 {
		font-size: 24px;
		line-height: 1.3;
		margin-bottom: 30px;
	}
	.fs-info ul {
		padding-left: 10px;
		margin-bottom: 20px;
	}
	.fs-info ul li {
		font-size: 17px;
		margin-bottom: 5px;
	}
	.fs-info img {
		position: static;
		max-width: 100%;
	}
	.fs-info input {
		width: 100%;
	}
	.formtitle {
		margin-bottom: 15px;
	}
	form .row {
		flex-direction: column;
	}
	form .row > div {
		width: 100%;
		padding: 0;
	}
	.about p {
		line-height: 1.3;
		font-size: 16px;
	}
	.about .row {
		flex-direction: column;
	}
	.about img {
		margin-top: 15px;
	}
	
	.services .row > div {
		width: 100%;
		padding: 0 5px;
	}
	.blocktitle {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.benefits-content {
		flex-direction: column;
	}
	.benefits-item__pic {
		width: 50px;
		height: 50px;
		margin-right: 15px;
	}
	.benefits-item__pic img {
		width: 36px;
	}
	.benefits {
		margin-bottom: 20px;
	}
	.benefits .container {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.benefits .row > div {
		width: 100%;
	}
	.benefits-item {
		padding: 10px;
	}
	.benefits-item__title {
		font-size: 18px;
		margin-bottom: 10px;
		min-height: unset;
	}
	.offerform {
		padding: 30px 20px;
		min-height: unset;
	}
	.offerform .formtitle {
		font-size: 17px;
	}
	.offerform .row {
		flex-direction: column;
	}
	.offerform .row > div {
		padding: 0;
		width: 100%;
	}
	.offerform img {
		opacity: 0.5;
	}
	.reviews {
		padding-bottom: 45px;
	}
	.map {
		padding: 0;
	}
	.map iframe {
		position: static;
		height: 360px;
		transform: none;
	}
	.reviews .row > div {
		width: 100%;
		margin-bottom: 20px;
	}
	.contacts-info {
		border-radius: 0 0 20px 20px;
	}
	.footer {
		margin-top: 15px;
	}
	.footer .container {
		flex-direction: column;
	}
	ul.footermenu {
		margin-top: 15px;
	}
	.popup {
		padding: 20px;
	}
	.container-fluid.s {
		position: static;
	}
	.lastform-content {
		flex-direction: column;
	}
	.lastform-form {
		padding: 20px 10px;
	}
	form {
		min-width: 270px;
	}
	.partners-list img {
		max-width: 64px;
		margin: 0 10px 30px 10px;
	}
	.map {
		min-height: unset;
	}
	.footer-logo {
		width: 100%;
	}
	.footer-logo img {
		margin: 0 auto;
	}
	.footermenu {
		width: 100%;
		align-items: start;
		margin-bottom: 20px;
	}
	.copyright {
		font-size: 12px;
	}
	.contacts-info {
		padding: 20px;
		border-radius: 0 0 10px 10px;
	}
	.contacts-info p {
		font-size: 14px;
	}
	.services .blocksubtitle, .howwork-title .blocksubtitle {
		font-size: 18px;
	}
	.howwork .row > div {
		width: 100%;
		margin-bottom: 30px;
	}
	.howwork .row {
		flex-direction: column;
	}
	.howwork .row.s {
		flex-direction: column-reverse;
		padding: 0;
	}
	.howwork-item {
		width: 300px;
	}
	.howwork-item__step {
		text-align: center;
	}
	.howwork-item::after {
		display: none !important;
	}
	.services .container::before, .services .container::after, .lastform .container::after {
		display: none;
	}
	.about-delivery {
		margin-top: 100px;
		border-left: none;
	}
	.lastform .container, .howwork-title .container, .benefits .container {
		border: none;
	}
	.services .container {
		padding-top: 60px;
	}
	.howwork-title .container {
		padding-bottom: 20px;
	}
	.popup2 input {
		max-width: unset;
	}
}
