*, *::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: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	line-height: 1.4;
	color: #3a3a3a;
}
strong {
	font-weight: bold;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.container {
	width: 100%;
	max-width: 1920px;
	padding: 0 40px;
	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: #E46435;
	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: #3A3A3A;
	border-radius: 32px 32px 0 0;
	font-size: 14px;
	line-height: 1;
	padding: 45px 0 0 0;
	margin-top: -35px;
}
.footer .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.footer p {
	margin: 0 0 10px 0;
	line-height: 1.8;
}
.footer a {
	color: #fff;
}
.copyrights {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 26px 0;
	margin-top: 30px;
	border-top: 1px solid #fff;
	width: 100%;
}
.policy-links {
	width: 780px;
	font-weight: bold;
}
.policy-links a {
	display: inline-block;
	margin-right: 35px;
}
.develop {
	font-size: 12px;
	text-align: center;
	padding: 0 5px;
	text-transform: uppercase;
}
.footer-logo {
	flex-shrink: 0;
}
.footermenu {
	display: flex;
	width: 780px;
	font-weight: bold;
}
.footermenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}
.footermenu li {
	margin: 0 25px 0 0;
}
.footermenu li:last-child {
	margin: 0;
}
.footermenu li a {
	line-height: 1.8;
}
.footermenu li a:hover{
	text-decoration: underline;
}
.blocktitle {
	font-weight: 600;
	font-size: 51px;
	line-height: 1;
	margin-bottom: 40px;
	letter-spacing: -3px;
}
.blocktitle span {
	color: #B5854D;
}


.contacts {
	background: #DCDEE0;
	border-radius: 32px 32px 0 0;
	padding: 120px 0 75px 0;
}
.contacts hr {
	width: 100%;
	height: 1px;
	background: #fff;
	margin: 0 0 86px 0;
	border: none;
}
.contacts .pr0 {
	padding-right: 0;
	display: flex;
	justify-content: end;
	align-items: center;
}

.map {
	position: relative;
	border-radius: 32px 0 0 32px;
	overflow: hidden;
	min-height: 510px;
	width: 770px;
}
.map iframe {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	transform: translateX(-50%) translateY(-50%);
}
.contacts-info {
	display: flex;
	align-items: start;
}
.contacts-info-item {
	width: 50%;
}
.contacts-info-item > * {
	padding-right: 68px;
}
.contacts-info-item-title {
	font-size: 20px;
	line-height: 21px;
	padding-bottom: 18px;
	border-bottom: 1px solid #BCBCBC;
	margin-bottom: 60px;
}
.contacts-info-item:first-child .contacts-info-item-title {
	font-weight: bold;
	border-color: #3a3a3a;
}
.contacts-info-item-city {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 27px;
	line-height: 27px;
}
.contacts-info-item-phone {
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}
.contacts-info-item-mail {
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}
.contacts-info-item-address {
	display: block;
	margin-bottom: 38px;
	font-size: 16px;
	line-height: 16px;
}
.contacts-info-item-map {
	display: block;
	font-weight: bold;
	background: url(../img/pin.png) 0 50% no-repeat;
	padding-left: 35px;
}
.lastform {
	margin-bottom: 130px
}
.lastform .container {
	padding: 70px 60px;
	border-radius: 32px;
	max-width: 1320px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: start;
	min-height: 585px;
}
.lastform-title {
	position: relative;
	z-index: 2;
	color: #fff;
	width: 460px;
}
.lastform .blocktitle {
	font-size: 61px;
	margin-bottom: 30px;
	line-height: 54px;
}
.lastform p {
	font-size: 21px;
}
.lastform-pic {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 32px;
	overflow: hidden;
}
.lastform img {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	width: auto;
	max-width: unset;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 32px;
}
.lastform-form {
	max-width: 665px;
	padding: 72px 85px 85px 85px;
	background: #fff;
	position: relative;
	z-index: 2;
	border-radius: 50px 8px 8px 8px;
	margin-bottom: -132px;
}

.partners {
	padding: 100px 0 50px;
	text-align: center;
}
.partners .container {
	max-width: 1160px;
}
.partners hr {
	width: 100%;
	border: none;
	height: 1px;
	background: #3a3a3a;
	margin-bottom: 96px;
}
.partners-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -10px;
	list-style: none;
}
.partners-list li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	margin: 0 0 50px 0;
	width: 25%;
}


.formtitle {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 24px;
	text-transform: uppercase;
	color: #002F5F;
	line-height: 30px;
}
.formtitle span {
	color: #B5854D;
}
.formnote {
	padding-top: 28px;
	font-size: 12px;
	color: #c3c3c3;
}
.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"], textarea {
	width: 100%;
	display: block;
	background: #EFEFEF;
	height: 70px;
	border: none;
	border-radius: 9px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 100%;
	transition: 0.5s;
	padding: 20px;
}
textarea {
	height: 85px;
}
button[type="submit"] {
	min-width: 257px;
	display: block;
	background: #E46435;
	color: #fff;
	font-weight: 700;
	height: 60px;
	border: none;
	border-radius: 100px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	transition: 0.5s;
	margin: 0;
}
button[type="submit"]:hover, button[type="submit"]:active {
	background: #684924;
}
.checkbox {
	display: flex;
	align-items: start;
	line-height: 1;
	margin-bottom: 20px;
}
.checkbox input {
	margin-right: 10px;
}
.checkbox a {
	text-decoration: underline;
}

.why-we .container {
	padding: 63px 0;
	border-radius: 32px;
	background: #EA5D2A;
}
.why-we .container-inner {
	background: #fff;
	border-radius: 32px;
	display: flex;
	justify-content: start;
	align-items: start;
}
.why-we .blocktitle {
	padding-top: 35px;
}
.why-we-content {
	max-width: 860px;
	margin-left: 80px;
	padding-right: 20px;
}

.why-we-content ul {
	margin: 0 -20px;
	list-style: none;
	display: flex;
	justify-content: start;
	align-items: stretch;
	height: 100%;
	flex-wrap: wrap;
	padding: 0;
}
.why-we-content ul li {
	width: 33.33%;
	padding: 0 20px;
	margin-bottom: 64px;
	font-size: 16px;
	color: #575757;
}
.why-we-content ul li strong {
	display: block;
	font-size: 19px;
	line-height: 20px;
	margin-bottom: 15px;
	color: #3a3a3a;
}
.why-we-content ul li svg {
	width: 24px;
	margin-bottom: 27px;
}
.why-we img {

}
a.orange-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	height: 40px;
	padding: 5px 19px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #EA5D2A;
}
a.orange-button:hover{
	background: #D43C00;
}
.first-screen {
	background: #DCDEE0;
	position: relative;
	padding: 0 0 54px 0;
	min-height: 100vh;
	z-index: 1;
}
.first-screen-bg {
	position: absolute;
	z-index: 1;
	top:0;
	right: 0;
	height: 100%;
	width: 50%;
	overflow: hidden;
}
.first-screen-bg img {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	width: auto;
	max-width: unset;
	transform: translateY(-50%);
	border-radius: 32px;
}
.first-screen .container {
	position: relative;
	z-index: 2;
}
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #A8A8A8;
	padding: 10px 0;
}
.header img {
	flex-shrink: 0;
}
.top-logo {
	display: flex;
	align-items: center;
}
.top-logo img {
	margin-right: 18px;
}
.top-phone {
	display: flex;
	align-items: center;
	font-weight: 500;
	color: #fff;
	font-size: 18px;
}
.top-phone a {
	margin-left: 60px;
	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;
}

.fs-info {
	position: relative;
	padding: 100px 0 0 0;
	max-width: 1200px;
}
.fs-info h1 {
	color: #fff;
	font-size: 70px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 45px;
	text-transform: uppercase;
	letter-spacing: -4px;
}
.fs-info ul {
	margin: 0 0 100px 0;
	padding: 0 0 0 30px;
}
.fs-info ul li {
	font-size: 24px;
	font-weight: 500;
}
.fs-info > * {
	position: relative;
	z-index: 2;
}
.fs-info form {
	width: 495px;
	margin-bottom: 100px;
}
.fs-info button[type="submit"] {
	width: 160px;
}

.about {
	position: relative;
	z-index: 2;
	background: #fff;
	margin-top: -25px;
	border-radius: 32px 32px 0 0;
}
.about .container {
	max-width: 1440px;
	position: relative;
	padding: 120px 40px 80px 40px;
}
.about .blocktitle {
	margin-bottom: 64px;
	font-size: 75px;
}
.about p {
	font-size: 16px;
	margin-bottom: 70px;
	max-width: 385px;
}
.about-delivery {
	position: absolute;
	right: 0;
	bottom: -110px;
}
.about-delivery img {
	position: relative;
	z-index: 1;
}
.about-delivery span {
	display: inline-block;
	color: #fff;
	background: #AAAAAA;
	font-weight: bold;
	font-size: 16px;
	border-radius: 15px;
	padding: 8px 20px;
	position: absolute;
	z-index: 2;
}
.about-delivery span:hover {
	background: #EA5D2A;
}
.about-delivery span.as1 {
	top: 140px;
	left: 260px;
}	
.about-delivery span.as2 {
	top: 194px;
	right: 120px;
}	
.about-delivery span.as3 {
	top: 284px;
	right: 200px;
}	
.about-delivery span.as4 {
	top: 404px;
	left: 200px;
}

.benefits {
	position: relative;
	z-index: 1;
	background: #DCDEE0;
	border-radius: 32px 32px 0 0;
}
.benefits .container {
	padding-top: 120px;
	padding-bottom: 140px;
	max-width: 1440px;
}
.benefits-content {
	padding: 12px 0;
	border-top: 1px solid #BCBCBC;
	border-bottom: 1px solid #BCBCBC;
}
.benefits .row {
	display: flex;
	justify-content: center;
	align-items: stretch;
	height: 100%;
	margin: 0 -35px;
	flex-wrap: wrap;
}
.benefits .row > div {
	padding: 0 35px;
	width: 25%;
	border-right: 1px solid #BCBCBC;
}
.benefits .row > div:last-child {
	border-right: none;
}
.benefits-item {
	height: 100%;
	padding: 27px 0 7px 0;
}
.benefits-item__pic {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 80px;
	
}
.benefits-item__pic strong {
	font-size: 34px;
	line-height: 36px;
	font-weight: 800;
}
.benefits-item__pic img {
	max-width: 43px;
	margin-left: 10px;
}
.benefits-item__title {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 11px;
}
.benefits-item__desc {
	font-size: 16px;
	line-height: 1.35;
	max-width: 190px;
}


.services {
	border-radius: 32px 32px 0 0;
	position: relative;
	z-index: 2;
	background: #fff;
	margin-top: -35px;
}
.services .container {
	position: relative;
	padding-top: 120px;
	padding-bottom: 80px;
	max-width: 1810px;
}
.services-title {
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-bottom: 100px;
}
.services .blocktitle {
	text-transform: none;
	margin: 0 0 32px 0;
	max-width: 710px;
}
.services p {
	font-size: 16px;
	margin: 0 150px 0 30px;
	max-width: 320px;
}
.services .row {
	display: flex;
	justify-content: space-around;
	height: 100%;
	margin: 0 -20px 28px -20px;
	flex-wrap: wrap;
	padding: 18px 0;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}
.services .row > div {
	padding: 0 20px;
	width: 25%;
	flex: 1 0 auto;
	height: auto;
	border-right: 1px solid #D9D9D9;
}
.services .row > div:last-child {
	border-right: none;
}
.services-item {
	height: 100%;
	padding: 0 0 120px 32px;
	position: relative;
}
.services-item p, .services-item ul {
	position: relative;
	z-index: 2;
	min-height: 75px;
	margin: 0;
	font-size: 14px;
}
.services-item img {
	max-width: 100px;
	max-height: 100px;
	z-index: 1;
}
.services-item__link {
	display: flex;
	margin-bottom: 40px;
	justify-content: space-between;
	min-height: 95px;
	align-items: start;
}
.services-item__title {
	font-weight: 500;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 18px;
}
.services-item a {
	display: flex;
	flex-direction: column;
	align-items: end;
	font-weight: 500;
	padding: 0 4px;
	font-size: 16px;
	font-weight: bold;
}


.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;
}
.popup {
	max-width: 640px;
}
.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;
}
.howwork-item__desc a {
	font-weight: 500;
}
@media (max-width: 1440px){
	.container {
		max-width: 1300px;
	}
	.fs-info {
		padding-top: 60px
	}
	.fs-info h1 {
		font-size: 53px;
	}
	.services-item {
		padding-bottom: 80px
	}
	.services-item__title {
		font-size: 20px;
	}
	.why-we-content ul li {
		width: 50%;
	}
	.contacts .pr0 {
		max-width: 100%;
	}
}
@media (max-width: 1280px){
	.about .blocktitle {
		font-size: 55px;
		position: relative;
		z-index: 5;
	}
}
@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;
	}
	.top-logo {
		flex-direction: column;
	}
	.fs-info {
		margin-bottom: 0;
	}
	.fs-info h1 {
		font-size: 40px;
		margin-bottom: 40px;
		letter-spacing: 0;
	}
	.first-screen-bg {
		width: 100%;
	}
	.first-screen-bg:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0%;
		position: absolute;
		z-index: 2;
		background: rgba(0,0,0,0.7);
	}
	.top-description {
		color: #fff;
	}
	.fs-info ul {
		color: #fff;
		margin-bottom: 40px;
	}
	.first-screen label {
		color: #fff;
	}
	.first-screen label a {
		color: #fff;
	}
	.top-logo {
		background: rgba(255,255,255,0.3);
		padding: 10px;
	}
	.about .container {
		padding: 60px 40px;
	}
	.about-delivery {
		position: relative;
		bottom: 0;
	}
	.about-delivery span.as1 {
		left: 60px;
		top: 120px;
	}
	.about-delivery span.as2 {
		right: 60px;
		top: 180px;
	}
	.benefits .container {
		padding: 60px 40px;
	}
	.benefits .row > div {
		margin: 10px 0;
	}
	.services .container {
		padding: 60px 40px;
	}
	.services-title {
		flex-direction: column;
		margin-bottom: 60px;
	}
	.services-title p {
		margin: 30px 0 0 0;
		max-width: 100%;
	}
	.services .row {
		flex-wrap: wrap;
	}
	.services .row > div {
		width: 50%;
		margin: 10px 0;
	}
	.services .row > div:nth-child(2n) {
		border-right: none;
	}
	.why-we .container-inner {
		flex-direction: column;
	}
	.why-we-content {
		padding: 0 40px;
		margin: 0;
	}
	.partners {
		padding: 60px 0;
	}
	.partners hr {
		display: none;
	}
	.lastform-form {
		padding: 40px;
	}
	.lastform .blocktitle {
		margin-right: 20px;
	}
	.contacts hr {
		display: none;
	}
	.lastform {
		margin-bottom: 60px;
	}
	.footermenu li {
		margin: 0 15px 0 0;
		flex-wrap: nowrap;
	}
	.policy-links {
		width: auto;
		max-width: 480px;
	}
	.develop {
		white-space: nowrap;
		margin-right: 30px;
	}
}
@media (max-width: 560px){
	.header {
		margin-bottom: 15px;
		position: static;
	}
	.header img {
		max-width: 150px;
	}
	.header-content {
		flex-direction: column;
		align-items: start;
	}
	a.orange-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: 30px;
		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 {
		margin: 0 -20px;
	}
	.benefits .row > div {
		width: 100%;
		padding: 0 20px;
	}
	.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;
	}
	
	.first-screen .container {
		padding: 0 15px;
	}
	.header {
		flex-direction: column;
	}
	.top-phone a {
		margin: 10px 0 0 0;
	}
	.top-description {
		text-align: center;
	}
	.fs-info form {
		width: 100%;
	}
	.fs-info input[type="checkbox"] {
		width: unset;
	}
	.about .container {
		padding: 60px 20px;
	}
	.blocktitle {
		letter-spacing: 0;
	}
	.about .blocktitle {
		font-size: 38px;
	}
	.about p {
		margin-bottom: 20px;
	}
	.about-delivery {
		margin-top: 30px;
	}
	.about-delivery span {
		position: static;
		display: block;
		margin-bottom: 10px;
	}
	.benefits .container {
		padding: 60px 20px 0 20px;
	}
	.benefits-content {
		border-bottom: 0;
	}
	.benefits .row > div {
		border: none;
		
	}
	.benefits-item {
		border-bottom: 1px solid #BCBCBC;
		padding-bottom: 30px;
	}
	.benefits-item__pic {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.services {
		margin-top: -45px;
	}
	.services-title p {
		margin: 0;
	}
	.services .container {
		padding: 60px 20px;
	}
	.services .row {
		margin: 0 -20px;
		border-bottom: none;
	}
	.services .row > div {
		padding: 0 20px;
		border: none;
		border-bottom: 1px solid #D9D9D9;
	}
	.services-item {
		padding: 15px 0 30px 0;
	}
	.why-we .container {
		padding: 30px 0;
	}
	.why-we-content {
		padding: 0 20px;
	}
	.why-we-content ul li {
		width: 100%;
	}
	.why-we-content ul li svg {
		margin-bottom: 15px;
	}
	.partners-list li {
		margin: 0;
		width: 50%;
	}
	.partners-list li img {
		max-width: 100%
	}
	.footer .container {
		padding: 0 20px;
		
	}
	.copyrights {
		flex-direction: column;
	}
	.develop {
		margin: 0 0 15px 0;
	}
	.footer-logo {
		margin-bottom: 20px;
	}
	.footermenu {
		justify-content: center;
	}
	.footermenu ul {
		flex-direction: column
	}
	.footermenu li {
		margin: 0 0 10px 0;
		text-align: center;
	}
	.contacts .pr0 {
		padding: 0 20px;
		display: block;
	}
	.contacts-info {
		padding: 0;
		flex-direction: column
	}
	.contacts-info-item {
		width: 100%;
		margin-bottom: 20px;
	}
	.map {
		width: 100%;
		border-radius: 32px;
	}
	.footer {
		margin-top: -45px;
	}
	.contacts {
		padding-top:0 
	}
	.lastform .container {
		padding: 60px 20px;
		flex-direction: column
	}
	.lastform-form {
		border-radius: 32px 32px 0 0;
		margin-bottom: -60px;
		padding: 15px
	}
	.lastform-title {
		width: 100%
	}
	.lastform .blocktitle {
		font-size: 38px;
		margin-bottom: 30px;
		line-height: 1;
	}
	.lastform p {
		margin-bottom: 20px
	}
	.fs-info form {
		margin-bottom: 30px;
	}
	.formtitle {
		line-height: 1.4;
		font-size: 16px;
	}
	.checkbox {
		font-size: 13px;
	}
	.services .row > div:last-child {
		border-bottom: none;
	}
}
