
@font-face {
  font-family: "Prata";

  src: url("assets/fonts/Prata-Regular.woff2") format("woff2"),
  	url("assets/fonts/Prata-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";

  src: url("assets/fonts/Rubik-Regular.woff2") format("woff2"),
  	url("assets/fonts/Rubik-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";

  src: url("assets/fonts/Rubik-Medium.woff2") format("woff2"),
  	url("assets/fonts/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";

  src: url("assets/fonts/Rubik-Bold.woff2") format("woff2"),
  	url("assets/fonts/Rubik-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
	font-family: 'Rubik', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.55;
	font-weight: 400;
	color: #000;
	background-color: #fff;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

/*  Helpers  */


.hidden {
	display: none!important;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.mark {
	font-weight: 700;
}

.nobr {
    white-space: nowrap;
}

/*  Slick  */

.slick-dots {
  padding: 0;
  margin: 15px 0 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots button {
	position: relative;
	display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    font-size: 0;
    border: none;
    padding: 0;
    background-color: #e2fdfa;
    outline: none;
}

.slick-dots li.slick-active button {
	background-color: #efcfcf
}

.arrow {
	display: none;
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: top center;
    cursor: pointer;
    z-index: 1;
}

.arrow-prev {
	background-image: url(assets/img/arrow-prev.png);
}

.arrow-next {
	left: auto;
	right: 0;
	background-image: url(assets/img/arrow-next.png);
}

.popup {
	position: relative;
	width: 90%;
	max-width: 370px;
	margin: 0 auto;
}

.popup--wide {
	width: 98%;
	max-width: none;
}

.popup--wide .form {
	max-width: none;
}

.container {
	width: auto;
	margin: 0 auto;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.title,
.sub-title {
	position: relative;
	font-family: 'Prata';
	font-size: 22px;
	line-height: 1.35;
	font-weight: 400;
	text-align: center;
	margin: 0 0 35px;
}

.title br {
	display: none;
}

.sub-title {
	font-size: 18px;
}

.title span {
	color: #d35656;
}

.title br {
	display: none;
}

/*  HEADER  */

.header {
	background-image: url(assets/img/bg-main-xs.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size:contain;
}

.header__top {
	position: relative;
	text-align: center;
	padding: 15px 0 35px;
}

.logo {
	float: left;
	padding-top: 8px;
}

.logo__link {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	text-decoration: none;
}

.logo img {
	max-width: 120px;
	height: auto;
}



.logo__description,
.header__phone {
	display: none;
}

.langs {
	position: absolute;
	top: 60px;
	right: 0;
	font-size: 0;
	z-index: 1
}

.langs__btn {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	font-family: "Prata";
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	color: #000;
	background-color: #fff;
	border: 1px solid #d1a681;
	padding: 6px 3px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-right: 10px;
}

.langs__btn:last-child {
	margin-right: 0;
}

.langs__btn.active {
	color: #fff;
	background-color: #d1a681;
}

.header__links {
	float: right;
}

.header__phone {
	display: none;
}

.header__btn {
	display: inline-block;
    vertical-align: middle;
    font-family: 'Prata';
    font-size: 11px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    padding: 10px 5px;
    color: #000;
    background-color: transparent;
    border: 2px solid #d1a681;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.intro {
	position: relative;
	padding: 25px 0;
}

.nav {
	display: none;
}

h1 {
	margin: 0;
	font-size: 22px;
	line-height: 1.2;
	font-family: 'Prata';
	font-weight: 400;
	margin-bottom: 15px;
}


h1 br {
	display: none;
}

.intro__description {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 25px;
}

.benefits {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
	max-width: 370px;
	margin-bottom: 25px;
}

.benefits__item {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	text-indent: 28px;
	margin-bottom: 25px;
}

.benefits__item:last-child {
	margin-bottom: 0;
}

.benefits__item:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
	width: 18px;
	height: 18px;
	border: 2px solid #40e0d0;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.benefits__item br {
	display: none;
}

.header .btn {
	font-size: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.header .btn--color {
	margin-right: 0;
	margin-bottom: 0;
}

.btn {
	display: block;
	width: 270px;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 1px;
	font-weight: 400;
	padding: 15px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border: none;
	outline: none;
  background-image: -o-linear-gradient(bottom, rgb(41,126,117) 0%, rgb(64,224,208) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(41,126,117)), to(rgb(64,224,208)));
  background-image: linear-gradient(to top, rgb(41,126,117) 0%, rgb(64,224,208) 100%);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.btn--color {
	background-image: -o-linear-gradient( top, #21b1b4 0%, #1c5455 100%);
	background-image: -webkit-gradient( linear, left top, left bottom, from(#21b1b4), to(#1c5455));
	background-image: linear-gradient( to bottom, #21b1b4 0%, #1c5455 100%);
}

.btn:hover {
   background-image: -moz-linear-gradient( 0deg, rgb(8,77,70) 0%, rgb(13,163,148) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(8,77,70) 0%, rgb(13,163,148) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(8,77,70) 0%, rgb(13,163,148) 100%);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}

/*  FEATURES-TOP  */

.features-top {
	padding: 45px 0;
}

.features-top__title {
	font-family: 'Prata';
    font-size: 18px;
    line-height: 1.35;
    font-weight: 400;
    text-align: left;
    margin: 15px 0;
}

.features-top__title br {
	display: none;
}

.features-top__text {
	font-size: 14px;
	line-height: 1.65;
	text-align: left;
}

.features-top__items {
	position: relative;
	z-index: 1;
}

.features-top__item {
	margin-bottom: 25px;
}

.features-top__column {
	text-align: center;
}

.features-top img,
.services img {
	display: inline-block;
    vertical-align: top;
	width: 100%;
	max-width: 320px;
	height: auto;
}


/*  Products  */

.products {
	padding: 0 0 45px;
}

.products__items {
	text-align: center;
}

.products__item {
	display: inline-block;
    vertical-align: top;
    max-width: 290px;
    text-align: left;
    outline: none;
    margin-bottom: 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 1
}

.products__inner {
	text-align: center;
	/*background-color: #fafafa;*/
}

.products__item {
	width: 100%;
	height: auto;
	padding: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 13px 0px rgba(193, 162, 139, 0.48);
	        box-shadow: 0px 4px 13px 0px rgba(193, 162, 139, 0.48);
}

.products__item img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 245px;
	height: auto;
}

.products__name {
	font-family: 'Prata';
	font-size: 18px;
	line-height: 1.2;
	font-weight: normal;
	text-align: left;
	margin: 0 0 15px;
}

.products__bottom {
	margin-bottom: 5px;
}

.products__title {
	position: relative;
	font-family: 'Prata';
	font-weight: 400;
	font-size: 16px;
	text-align: left;
	margin: 15px 0 0;
}

.products span {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

.products__item .btn {
	float: left;
	width: 100%;
	min-width: auto;
    max-width: 210px;
    margin: 0 auto;
}

.products__slider .arrow {
	top: auto;
	bottom: -115px;
    left: auto;
    right: 0;
    z-index: 1
}

.products__slider .arrow-next {
	bottom: -60px;
}

.products__slider .slick-dots {
	margin: 0;
}

/*  Services  */

.services {
	padding: 0 0 45px;
}

.services__column {
	text-align: center;
}

.services__item {
	margin-bottom: 25px;
}

.services__item img {
	width: 100%;
	max-width: 320px;
	height: auto;
}

.services__title {
	font-family: 'Prata';
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
    margin: 15px 0;
}

.services__title br {
	display: none;
}

.services__text {
	line-height: 1.6;
	text-align: left;
	margin-bottom: 15px;
}


/*  PRESENT  */

.present {
	position: relative;
	background-repeat: no-repeat;
    background-position: top center;
	padding: 45px 0;
	overflow-y: hidden;
}

.present__column {
	text-align: center;
}

.present__title {
	display: inline-block;
    vertical-align: top;
	font-size: 45px;
	line-height: 1;
	font-weight: 600;
	color: #1c5253;
	margin: 0 0 15px;
}

.present--color .present__title {
	color: #b6174b;
}

.present__text {
	font-size: 18px;
	line-height: 1.4;
	color: #4b4b4b;
	margin-bottom: 15px;
}

.present__text span {
	font-weight: 700
}

.present__date {
	margin-bottom: 15px;
}

.countdown {
	display: inline-block;
    vertical-align: top;
	font-size: 0;
	margin-bottom: 65px;
}

.countdown__item {
	display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #4b4b4b;
    border-right: 1px solid #4b4b4b;
    margin-right: 10px;
}

.countdown__item:last-child {
	margin-right: 0
}

.countdown__item.active {
	color: #1c5253;
}

.countdown__item p {
    position: relative;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    margin: 0;
}

.countdown__item span {
    position: relative;
    top: -10px;
    display: block;
    font-size: 14px;
}

.form {
	color: #000f36;
	padding: 30px;
  	max-width: 370px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    background-color: #efcfcf;
}

.form__title {
	font-family: 'Prata';
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
	text-align: left;
	margin: 0;
}

.form__text {
	margin-bottom: 15px;
	font-size: 16px;
	text-align: left;
}

.form__text span {
	font-weight: 700
}

.form__text.form__text--margin {
	margin-bottom: 8px;
}

.form form {
	position: relative;
	z-index: 2;
}

.form__item,
.popup__item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
	line-height: 1.2;
    color: #000;
    text-align: center;
    padding: 20px 23px;
    margin-bottom: 10px;
  	border-radius: 3px;
  	background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
    resize: none;
    -webkit-appearance: none;
}


.form__item--special {
	display: none;
}

.form .btn {
	width: 100%;
	font-size: 13px;
	padding: 10px 15px;
	min-height: 55px;
	max-width: none;
	min-width: auto;
}

.error {
	display: inline-block;
	vertical-align: top;
	color: red;
	margin-bottom: 5px;
}

.form--inline .form__item.error {
	border: 1px solid red
}

/*  Video  */

.video__wrapper {
	position: relative;
	max-width: 900px;
	float: right;
}

.video__wrapper:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background-repeat: no-repeat;
	background-image: url(assets/img/play.png);
	width: 45px;
	height: 45px;
	background-size: 45px;
	margin-top: -22px;
    margin-left: -22px;
    cursor: pointer;
    z-index: 1
}

.video__wrapper video {
	width: 100%;
	max-width: 900px;
	height: auto;
}

/*  Quick-form  */

.quick-form {
	position: relative;
	padding: 50px 0;
	background-color: #efcfcf;
}

.quick-form .form__title {
	font-family: 'Prata';
	line-height: 1.4;
	margin-bottom: 15px;
}

.form--inline .form__title br {
	display: none;
}

.quick-form .form {
	padding: 0;
}

/*  Slider  */

.slider {
	padding: 45px 0;
}

.slider__items {
	text-align: center;
}

.slider__item img {
	display: inline-block;
    vertical-align: middle;
    max-width: 280px;
    margin: 0 5px;
}


/*  REVIEWS  */

.reviews {
	position: relative;
	padding: 0 0 45px;
	z-index: 1
}

.reviews__items {
    width: 100%;
    margin: auto;
}

.reviews__item {
	position: relative;
	padding: 15px;
	outline: none;
}

.reviews__item img {
	max-width: 170px;
	height: auto;
	margin: 0 auto 15px;
}

.reviews__img {
	text-align: center;
}

.reviews__name {
	margin-bottom: 15px;
}

.reviews__name {
	font-weight: 700;
}

.reviews__name span {
	display: block;
	font-weight: 400;
	text-transform: none;
}

.reviews__text {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 670px;
	line-height: 1.5;
	padding: 15px;
	background-color: #fff8f8;
	margin: 0 0 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 1
}

.reviews__text span {
	display: block;
	margin-bottom: 15px;
}

.reviews__text span:last-child {
	margin-bottom: 0;
}

.reviews__bottom {
	text-align: center;
}

.reviews__bottom span {
	display: block;
}

/*  STEPS  */

.steps {
	padding: 0 0 45px;
	overflow: hidden;
}

.steps__wrapper {
	margin: 0 auto;
}

.steps__column {
	position: relative;
	/*height: 195px; /*  Edge  */
	min-height: 196px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	color: #000;
	padding: 15px 15px 15px 35px;
	text-align: center;
	z-index: 1
}

.steps__column:before {
	content: '';
	position: absolute;
    top: 42px;
    left: -80px;
    color: #fff;
    font-size: 341px;
    line-height: 1;
    margin-top: -90px;
    z-index: -1;
}

.steps__column--first:before {
	content: '1'
}

.steps__column--second:before {
	content: '2';
	left: auto;
    right: -75px;
    top: 46px;
}

.steps__column--third:before {
	content: '3'
}

.steps__column--fourth:before {
	content: '4';
	left: auto;
	right: -75px;
}

.steps__column--first,
.steps__column--third {
	background-color: #f1d1d1;
}

.steps__column--second,
.steps__column--fourth {
	background-color: #fff8f8
}

.steps__text {
	font-size: 14px;
	text-align: left;
	max-width: 270px;
	margin: 0 auto;
}

.steps .btn {
	width: 100%;
	min-width: auto;
	max-width: 270px;
	margin-top: 15px;
	margin: 15px auto
}

/*  CONTACTS  */

.contacts {
	margin: 0 auto;
	padding: 0 0 25px;
}

.contacts__column {
	margin-bottom: 15px;
}

.contacts__column:last-child {
	margin-bottom: 0;
}

.contacts__text {
	position: relative;
	color: #000;
	text-align: center;
	margin: 0 0 25px;
}

.contacts__text--last {
	padding-left: 0;
}

.contacts__link {
	font-style: normal;
	text-decoration: underline;
	cursor: pointer;
}

.contacts__link:hover {
	text-decoration: none;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.contacts__inner span,
.contacts__mark {
	font-size: 16px;
}

.contacts__text a {
	display: block;
	color: #2f2f2f;
	text-decoration: none;
	margin-bottom: 5px;
}

.contacts__text a:visited,
.contacts__text a:hover,
.contacts__text a:active {
	color: #2f2f2f;
}

.contacts__text span {
	display: block;
	font-size: 16px;
}

.contacts__text .contacts__mark {
	font-family: 'Prata';
    font-size: 18px;
}

.contacts .btn {
	margin: 0 auto 15px;
	max-width: 260px;
}

.map iframe,
.map {
	width: 100%;
	border: none;
	height: 389px;
}

.map {
	background-image: url(assets/img/bg-map.jpg);
	background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

/*  FOOTER  */

.footer {
	padding: 25px 0;
}

.footer__wrap {
	display: block;
}

.footer__column {
	display: block;
	color: #4b4b4b;
	text-align: center;
	margin-bottom: 25px;
}

.footer img {
	max-width: 70%;
}

.footer__column:last-child {
	margin-bottom: 0;
}

.footer__link,
.footer__logo {
	display: block;
}
.footer__logo img {
	height: 45px;
}

.footer__link,
.footer__link:visited,
.footer__link:hover {
	color: #0d93d1;
}


/*  THANKS  */

.thanks {
    background-image: -o-linear-gradient( left, #2c8b81 0%, #3bccbe 100%);
    background-image: -webkit-gradient( linear, left top, right top, from(#2c8b81), to(#3bccbe));
    background-image: linear-gradient( to right, #2c8b81 0%, #3bccbe 100%);
}

.thanks__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	text-align: center;
}

.thanks__wrapper,
.thanks__wrapper h1 {
	font-family: 'Prata';
	color: #fff;
	padding: 0;
	margin: 0 0 15px;
	background-color: transparent;
}

.thanks__wrapper h1:before,
.thanks__wrapper h1:after {
	display: none;
}

.thanks__wrapper p {
	font-family: 'Prata';
	font-size: 14px;
}

.thanks__inner {
	margin: auto;
}

@media (min-width: 485px) {

	.logo img {
		max-width: 180px;
	}

	.header__btn {
		font-size: 14px;
    	padding: 14px 15px;
	}

	h1 br {
		display: block;
	}

	.langs {
		top: 70px;
	}
}

@media (min-width: 565px) {

	.header__top {
		padding-bottom: 15px;
	}

	.langs {
	    position: relative;
	    display: inline-block;
    	vertical-align: top;
    	top: 9px;
    	left: 0;
	}
}


@media (min-width: 768px) {

	.container {
		width: 750px;
	}

	.logo {
		padding-top: 9px;
	}
	.logo span{
		display: none;	
	}

	.logo img {
	    max-width: 230px;
	}

	.logo__description {
		display: inline-block;
		display: none;
	    vertical-align: middle;
	    font-family: 'Prata';
	    font-size: 13px;
	    line-height: 1.6;
	    text-align: left;
	    margin-left: 15px;
	}

	.header {
    	background-image: url(assets/img/bg-main-sm_.jpg);
    }

	.header__btn:hover {
		color: #fff;
		border: 2px solid #d1a681;
		background-color: #d1a681;
  		-webkit-transition: .2s;
  		-o-transition: .2s;
  		transition: .2s
	}

	.header .btn {
		width: 320px;
	}

	.btn {
		width: 300px;
	}

	h1 {
		font-size: 32px;
	}

	.intro:before {
		content: '';
		position: absolute;
		    top: 68px;
    right: -100px;
    width: 420px;
    height: 357px;
            background-size: contain;
		background-repeat: no-repeat;
		background-image: url(assets/img/intro-before.png);
	}

	.intro__description {
		font-size: 16px;
	}

	.title {
		font-size: 24px;
	}

	.benefits {
		max-width: 420px;
	}

	.features-top__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 100%;
	    -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;
	            background-color: #fff8f8;
	            margin-bottom: 0;
	}

	.features-top__item:nth-child(odd) {
		background-color: #e2fdfa;
	}

	.features-top__item:last-child {
		margin-bottom: 0;
	}

	.features-top__item:after {
		content: '';
		display: table;
		clear: both;
	}

	.features-top__column {
		position: relative;
	    float: left;
	    width: 50%;
	    text-align: left;
	    -webkit-box-sizing: border-box;
	            box-sizing: border-box;
	            z-index: 2
	}

	.features-top__column--right {
		float: right;
		text-align: right;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1
	}

	.features-top__inner--right {
		padding-left: 0;
		padding-right: 15px;
	}

	.features-top__title {
		font-size: 20px;
		margin: 0 0 15px;
	}

	.features-top__text {
	    max-width: 345px;
	}

	.features-top__column--position {
		padding: 15px;
	}

	.features-top img {
		max-width: 345px;
	}

	/*  Services  */

	.services__item {
	    margin-bottom: 40px;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	            -webkit-box-align: center;
	                -ms-flex-align: center;
	                    align-items: center;
	}

	.services__item:after {
		content: '';
		display: table;
		clear: both;
	}

	.services .picture {
		display: inline-block;
		vertical-align: top;
	}

	.services__decoration {
		position: relative;
		display: inline-block;
    	vertical-align: top;
    	padding-right: 30px;
    	z-index: 1
	}

	.services__column {
	    float: left;
	    width: 50%;
	    -webkit-box-sizing: border-box;
	            box-sizing: border-box;
	}

	.services__column--right {
		float: right;
		text-align: right;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1
	}

	.services__column {
		text-align: left;
	}

	.services__inner--right {
		padding-left: 0;
		padding-right: 15px;
	}

	.services__title {
		font-size: 20px;
		margin: 0 0 15px;
	}

	.services__text {
	    max-width: 345px;
	}

	/*  Products  */

	.products__item {
	    max-width: 275px;
	    padding: 20px;
	    margin: 0 10px 23px;
	    -webkit-box-sizing: content-box;
	            box-sizing: content-box;
	}

	.products__title {
		font-size: 16px;
	}

	.arrow {
		display: block;
	}

	.form {
    	padding: 40px 50px 65px;
   	}

   	.form__title {
	    font-size: 24px;
	}

	.form__text {
	    font-size: 18px;
	    margin-bottom: 30px;
	}

	/*  Slider  */

	.slider {
	    padding: 65px 0;
	}

	.slider__item img {
		max-width: 290px;
	}

	/*  Quick-form  */


	.form--inline {
		max-width: 100%;
		padding: 45px 40px;
	}

	.form--inline .form__title {
		position: relative;
		text-align: left;
		margin-bottom: 25px;
		z-index: 2
	}

	.form--inline form {
		font-size: 0;
	}

	.form--inline .form__item {
		width: 48%;
		margin-right: 11px;
	}

	.form--inline .form__item:nth-child(2) {
		margin-right: 0;
	}

	.form--inline .btn {
		display: inline-block;
		vertical-align: top;
		width: 49%;
		padding: 22px 15px;
	}

	/*  REVIEWS  */

	.reviews__items {
	    width: 100%;
	    padding: 0;
	    margin-left: 0;
	    margin: 0 auto;
	}

	.reviews__item {
		padding: 0;
		padding-left: 135px;
	}

	.reviews__column {
		position: relative;
	    display: inline-block;
	    vertical-align: top;
	    background-color: #f2f5fc;
	    padding: 15px 15px 35px;
	    font-size: 12px;
	    text-align: center;
	    float: left;
	    margin-bottom: 0;
	    -webkit-box-sizing: border-box;
	            box-sizing: border-box;
	    z-index: 1
	}

	.reviews__column:after,
	.reviews__column:before {
		content: '';
	    position: absolute;
	    top: -30px;
	    width: 130px;
	    background-color: #ffca00;
	    z-index: -1;
	    height: 30px;
	    left: 15px;
	}

	.reviews__column:before {
		top: auto;
		bottom: -15px;
		height: 15px;
	}

	.reviews__img {
		position: absolute;
		display: block;
	    top: 50%;
	    left: auto;
	    left: 0;
	    margin-top: -85px;
	    max-width: 170px;
    	-webkit-box-sizing: border-box;
    	        box-sizing: border-box;
	    z-index: 2
	}

	.reviews__name {
		font-size: 16px;
		text-align: left;
		margin-bottom: 0
	}

	.reviews__text {
		font-size: 14px;
		padding: 50px;
		padding-left: 70px;
		margin-bottom: 0;
	}

	.reviews__text span {
		position: relative;
	}

	.reviews__text span:first-child:before,
	.reviews__text span:last-child:after {
		content: '«';
		position: absolute;
		top: -88px;
    	left: -36px;
		color: #fff;
		font-family: 'Prata';
		font-size: 180px;
		line-height: 1;
		z-index: -1
	}

	.reviews__text span:last-child:after {
		content: '»';
		top: auto;
		left: auto;
		bottom: -47px;
		right: -14px;
	}

	.reviews .arrow {
		top: auto;
		left: auto;
		right: 0;
    	bottom: -25px;
	}

	.reviews .arrow-next {
		bottom: 35px;
	}

	/*  STEPS  */

	.steps__wrapper {
		position: relative;
		font-size: 0
	}

	.steps__column {
	    float: left;
	    width: 50%;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}

	.steps__column--third {
	    background-color: #fff8f8;
	}

	.steps__column--fourth {
	    background-color: #f1d1d1
	}

	.steps__column:before {
	    top: -39px;
	    left: -50px;
	    margin-top: 0;
	    font-size: 281px;
	}

	.steps__column--second:before,
	.steps__column--fourth:before {
		left: auto;
		right: -50px;
	}


	/*  CONTACTS  */

	.contacts {
		position: relative;
	    padding: 0;
	}

	.contacts .title {
		text-align: left;
		margin-bottom: 30px;
	}

	.contacts__column {
		float: left;
		width: 36%
	}

	.contacts__column:last-child {
		width: 64%;
		padding-left: 30px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.contacts__text {
		text-align: left;
		margin-top: 27px;
	}

	.contacts .btn {
		margin: 0
	}

	.map iframe,
	.map {
		height: 425px;
	}

	/*  FOOTER  */


	.footer__column {
		float: left;
		font-size: 14px;
		margin-bottom: 0;
	}

	.footer__column:first-child {
		text-align: left;
	}

	.footer__column--right {
		float: right;
		text-align: right;
	}

	.present__column:last-child {
		float: right;
	}

	.present__column--decoration {
		position: relative;
		padding-top: 525px;
	}

	.present__column--decoration:before {
		content: '';
	    position: absolute;
	    top: 0;
    	left: -19px;
	    background-image: url(assets/img/present-girl-sm-1.jpg);
	    background-repeat: no-repeat;
	    width: 739px;
	    height: 525px;
	    z-index: -1;
	}

	.present--color .form:before {
		content: '';
		position: absolute;
		top: 193px;
		left: 11px;
		background-repeat: no-repeat;
		background-image: url(assets/img/present-girl-sm-2.png);
		width: 355px;
		height: 521px;
	}


	.present__text {
		margin-bottom: 0
	}

	.form--inline form,
	#present-form {
	    font-size: 0;
	}

	.form--inline .form__item.error,
	#present-form .form__item.error {
	    border: 1px solid red;
	    margin-bottom: 10px;
	}

	.footer {
	    padding: 25px 0;
	}
}

@media (max-width: 1200px) {
    .header {
        background-size: 120%;
	}
}
@media (max-width: 991px) {
    .header {
        background-size: none;
	}
}
@media (min-width: 992px) {
	.container {
		width: 950px;
	}

	.thanks__wrapper p {
		font-size: 16px;
	}

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

	.header .btn {
		font-size: 14px;
	    margin-bottom: 5px;
	    min-width: 370px;
	}

	.btn {
		position: relative;
    	z-index: 2;
		min-width: 300px;
	}

	.title {
	    font-size: 32px;
	    margin-bottom: 65px;
	}

	.sub-title {
	    font-size: 22px;
	    margin-bottom: 55px;
	}

	.title br {
		display: block;
	}

	.logo {
	    padding-top: 13px;
	}

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

	.header {
	    background-image: url(assets/img/bg-main-md-2.jpg);
	    padding-bottom: 160px;

	}

	.langs {
		top: 13px;
	}

	.header__btn {
		font-size: 14px;
    	padding: 18px 39px;
    }

    .header__phone {
    	display: inline-block;
    	vertical-align: middle;
    	font-family: 'Prata';
    	font-size: 18px;
    	line-height: 1.2;
    	font-weight: 400;
    	color: #000;
    	text-decoration: none;
    	padding-top: 5px;
    	margin-right: 15px;
    }

	h1 {
		font-size: 36px;
	}

	.intro {
		position: relative;
		padding: 15px 0;
	}

	.intro:before {
		display: none;
	}

	.intro__description {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.benefits {
		margin-bottom: 25px;
	}

	.benefits__item {
		font-size: 16px;
		margin-bottom: 21px;
	}

	.benefits__item br {
		display: block;
	}

	.products__items .btn {
		font-size: 14px;
		max-width: 270px;
		min-width: 270px;
	}

	.features-top {
		padding: 0 0 45px;
	}

	.features-top__item--2,
	.features-top__item--4 {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}

	.features-top img {
		max-width: 100%;
	}

	.features-top picture {
		position: relative;
		display: block;
		padding-bottom: 60px;
		z-index: 1
	}

	.features-top__title {
		font-size: 24px;
		margin-bottom: 25px;
	}

	.features-top__title br {
		display: block;
	}

	.features-top__text {
		font-size: 16px;
		max-width: 100%;
	}

	.features-top__item .btn {
	    margin-top: 50px;
	}

	/*  Products  */

	.products__items {
		position: relative;
		display: block;
		z-index: 10
	}

	.products__title {
		font-size: 20px;
	}

	.products__slider .arrow {
	    top: 325px;
	}

	.products__slider .arrow-next {
	    top: 384px;
	}

	.hidden-md {
		display: none;
	}

	.products__item {
		display: inline-block;
    	vertical-align: top;
		max-width: 398px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.products__inner {
		margin: 0 2px;
	}

	.form--inline {
	    padding: 45px 20px;
	}

	.form--inline .form__text {
		font-size: 20px;
		text-align: center;
	}

	.form--inline .btn {
		font-size: 13px;
		padding: 22px 15px;
	}

	/*  Quick-form  */

	.quick-form .form {
		padding: 0;
		background-image: none;
	}

	.form--inline .form__title {
	    margin: 0 auto 38px;
	}

	.form--inline .form__title br {
		display: block;
	}

	.form--inline .form__item {
		width: 23.7%;
	}

	.form--inline .form__item:nth-child(2) {
		margin-right: 11px;
	}

	.form--inline .btn {
		width: 25%;
	}

	.form__title {
	    font-size: 26px;
	}

	/*  Services  */

	.services {
	    padding: 45px 0;
	}

	.services__item {
	    margin-bottom: 70px;
	}

	.services__item img {
	    max-width: 385px;
	}


	.services__column--right .services__decoration {
		padding-right: 0;
		padding-left: 30px;
	}

	.services__decoration:before {
	    content: '';
	    position: absolute;
	    top: -25px;
	    left: 0;
	    left: 93px;
	    width: 315px;
	    height: 294px;
	    border: 10px solid #efcfcf;
	    z-index: -1;
	    border-right: none;
	}

	.services__column--right .services__decoration:before {
		left: auto;
		border: 10px solid #efcfcf;
		border-left: none;
		right: 93px;
	}

	.services__title {
	    position: relative;
	    font-size: 24px;
	    margin: 0 0 20px;
	    z-index: 1;
	}

	.services__text {
	    position: relative;
	    font-size: 16px;
	    max-width: 420px;
	    margin-bottom: 25px;
	    z-index: 1;
	}

	/*  Slider  */

	.slider__items {
		position: relative;
		z-index: 1
	}

	.slider__item {
		font-size: 0;
	}

	.slider__item img {
		max-width: 250px;
	}

	.slider__item {
		padding-bottom: 50px;
	}

	.slider__item.slick-center {
		position: relative;
		top: 50px;
	}

	.slider .arrow {
	    left: 610px;
	    right: 0;
	    top: auto;
	    bottom: 0
	}

	.slider .arrow-next {
	    left: 674px;
	}

	.slider .slick-dots {
	    position: absolute;
	    bottom: 0;
	    margin: 0;
	    top: auto;
	    left: 12px;
	    text-align: left;
	    bottom: 15px;
	}

	.slider .slick-dots {
		margin: 25px 0 0;
	}

	/*  Reviews  */

	.reviews__items {
		position: relative;
    	margin: 0 auto;
	}

	.reviews__item {
		margin-bottom: 30px;	}

	.reviews__text,
	.reviews__item span {
		position: relative;
		font-size: 16px;
	}

	.reviews__text {
		max-width: 770px;
		min-height: 325px;
		padding: 50px;
    	padding-left: 130px;
	}

	.reviews__text span {
		font-size: 16px;
	}

	.reviews__img {
		margin-top: -115px;
	}

	.reviews__item img {
		max-width: 230px;
	}

	.reviews .arrow {
		bottom: -2px;
	}

	.reviews .arrow-next {
		bottom: 53px;
	}

	.reviews .slick-dots {
		position: absolute;
		top: 0;
		margin: 0;
	}

	.steps__column {
		height: 249px; /*  Edge  */
		min-height: 250px;
		padding: 35px 25px 35px 55px;
		z-index: 2
	}

	.steps__column:before {
		z-index: 1;
		top: -88px;
    	font-size: 400px;
	}

	.steps__column:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: -70px;
		height: 100%;
		background-color: #f1d1d1;
		z-index: -2
	}

	.steps__column--second {
		top: 30px;
	}

	.steps__column--third {
		position: relative;
		left: 30px;
	}

	.steps__column--fourth {
		position: relative;
		top: -30px;
	}

	.steps__column--second:after,
	.steps__column--third:after {
		left: 0;
		right: 0;
	    background-color: #fff8f8;
	    z-index: -1
	}

	.steps__column--third:after {
		top: -30px;
		z-index: -2
	}

	.steps__column--fourth:after {
    	left: -30px;
    	right: 0;
    	top: -30px;
    	height: 280px;
    	background-color: #f0c6c6;
		z-index: -1;
	}

	.steps__text {
		position: relative;
		font-size: 16px;
		z-index: 2
	}

	.contacts__inner {
		padding: 45px 0;
	}

	.contacts__text {
		font-size: 16px;
	}

	.contacts__text span {
		font-size: 18px;
	}

	.contacts__text .contacts__mark {
	    font-size: 20px;
	}

	.footer__wrap {
		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;
	}

	.footer__column span,
	.footer__logo {
		display: inline-block;
		vertical-align: middle;
	}

	.footer__column span {
		font-size: 14px;
	    margin-right: 15px;
	    vertical-align: middle
	}

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

	.map iframe,
	.map {
	    height: 448px;
	}

}

@media (min-width: 1230px) {
	.container {
		width: 1200px;
	}

	.thanks__wrapper p {
		font-size: 18px;
	}

	.header {
	    background-image: url(assets/img/bg-main-lg.jpg);
	    padding-bottom: 155px;
	}

	.logo {
		padding-top: 3px;
	}

	.logo__description {
		font-size: 16px;
	    margin-left: 30px;
	    margin-top: 3px;
	}

	.header__links {
	    display: inline-block;
    	vertical-align: middle;
	}

	.header__phones {
		display: inline-block;
		vertical-align: middle;
	}

	.header__phone {
    	margin-right: 35px;
    	font-size: 20px;
    }

    .header__btn {
    	padding: 18px 46px;
    }

	.intro {
		padding: 75px 0 0;
		background-position: top center;
	}

	.intro__description {
	    font-size: 24px;
    	margin-bottom: 45px;
	}

	h1 {
	    margin: 0 0 38px;
	    font-size: 42px;
	}

	h1:before,
	h1:after {
	    height: 135px;
	}

	.benefits {
		max-width: 500px;
	    margin-bottom: 60px;
	}

	.benefits__item {
		font-size: 20px;
		text-indent: 32px;
		margin-bottom: 35px;
	}

	.benefits__item:before {
		top: 6px;
	}

	.benefits__item br {
	    display: block;
	}

	.title {
		font-size: 36px;
		margin-bottom: 85px;
	}

	.sub-title {
	    font-size: 24px;
	}

	.btn {
		font-size: 14px;
		width: 370px;
		padding: 22px 14px;
	}

	.features-top {
	    padding: 30px 0 0;
	}

	.features-top__column--position {
		padding: 0 55px 0 67px;
	}

	.features-top__column--position--left {
		padding: 0 55px 0 80px;
	}

	.features-top__column {
	    width: 65%;
	}

	.features-top__title {
		font-size: 28px;
    	margin-bottom: 40px;
	}

	.features-top__text {
	    font-size: 18px;
	    max-width: 100%;
	}

	/*  Products  */

	.products {
	    padding: 85px 0 0;
	}

	.products .title {
		margin-bottom: 50px;
	}

	.products__slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-bottom: 30px;
	}

	.products__slider--inner {
		margin-bottom: 60px;
	}

	.products__item {
		max-width: 570px;
		margin: 0 0 30px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.products__inner {
		margin: 0 10px;
	}

	.products__item img {
		width: 245px;
	}

	.products__element {
		text-align: center;
		margin: 0 auto;
	}

	.products__title {
		font-size: 24px;
		padding-bottom: 0;
    	margin: 10px 0 0;
	}

	.products__bottom {
	    margin-bottom: 15px;
	    padding: 0 10px;
	}

	.products__slider .arrow {
	    top: 475px;
    	right: 10px;
	}

	.products__slider .arrow-next {
		top: 535px;
	}

	/*  Quick-form  */

	.quick-form {
		padding: 57px 0 60px;
	}

	.quick-form .container {
		position: relative;
	}

	.quick-form .container:before {
		content: '';
	    position: absolute;
	    bottom: -64px;
	    right: 0;
	    background-repeat: no-repeat;
	    background-image: url(assets/img/form-inline-girls.png);
	    width: 524px;
	    height: 339px;
	    z-index: 1;
	}

	.quick-form .form {
	    padding: 0;
	}

	.form--inline .form__title {
	    font-size: 24px;
	    padding-left: 0;
	    margin: 0 0 50px;
	    max-width: 700px;
	}

	.form--inline .form__item,
	.form--inline .form__item:nth-child(2) {
	    width: 235px;
	    padding: 19px 22px;
	    margin-right: 30px;
	}

	.form--inline .btn {
		font-size: 14px;
	    width: 270px;
	    padding: 20px 15px;
	}

	/*  Services  */

	.services__item {
		position: relative;
		margin-bottom: 160px;
		z-index: 1
	}

	.services__item:last-child {
		margin-bottom: 0
	}

	.services__decoration:before {
		top: -40px;
	    width: 550px;
		left: 100px;
		height: 445px;
	}

	.services__decoration:after {
		right: -25px;
	}

	.services__column--right .services__decoration:after {
	    left: -25px;
	}

	.services__column--right .services__decoration:before {
	    left: auto;
	    right: 190px;
	}

	.services__item img {
	    max-width: 570px;
	}

	.services__column--wide {
		width: 615px;
	}

	.services__inner {
		position: relative;
		padding: 0 0 0 100px;
		z-index: 1;
	}

	.services__column--left .services__inner {
	    padding: 0 100px 0 0;
	}

	.services__column--right {
		text-align: right;
		padding-left: 0
	}

	.services__title {
	    font-size: 24px;
	    margin: 0 0 45px;
	}

	.services__text {
		font-size: 18px;
	    max-width: 450px;
    	margin-bottom: 45px;
	}

	/*  Slider  */

	.slider {
		position: relative;
		padding: 70px 0 50px;
		z-index: 2;
	}

	.slider .title {
		margin-bottom: 70px;
	}

	.slider__item {
		width: 370px;
		padding-bottom: 50px;
		margin: 0 15px;
	}

	.slider__item.slick-center {
		position: relative;
		top: 50px;
	}

	.slider__item img {
		max-width: 325px;
	}

	.slider .arrow {
	    left: 784px;
	}

	.slider .arrow-next {
	    left: 854px;
	}

	.slider .slick-dots {
	    left: 95px;
	}

	.reviews {
		padding: 100px 0 20px;
	}

	.reviews .title {
		position: relative;
		margin-bottom: 65px;
	}

    .reviews__column {
	    padding: 35px;
	    font-size: 14px;
	}

	.reviews__item {
		padding-left: 200px;
	    -webkit-box-sizing: border-box;
	            box-sizing: border-box;
	}

	.reviews__img {
		max-width: 270px;
		margin-top: -135px;
	}

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

	.reviews__text {
		max-width: 970px;
		padding-bottom: 100px;
	}

	.reviews__text span {
	    font-size: 18px;
	    margin-bottom: 30px;
	}

	.reviews__text span:last-child {
		margin-bottom: 0
	}

	.reviews__text span:first-child:before,
	.reviews__text span:last-child:after {
		top: -143px;
    	left: -57px;
    	font-size: 286px;
	}

	.reviews__text span:last-child:after {
		top: auto;
		left: auto;
		bottom: -153px;
    	right: 93px;
	}

	.reviews__text,
	.reviews__item span {
		font-size: 18px;
	}

	.reviews .arrow {
		right: 20px;
		bottom: 22px;
	}

	.reviews .arrow-next {
		bottom: -42px;
	}

	/*  Steps  */

	.steps {
		position: relative;
	    padding: 80px 0 125px;
	    overflow-x: hidden;
	}

	.steps__column {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		        height: 294px; /*  Edge  */
		min-height: 295px;
		padding: 0 130px 0 100px;
	}

	.steps__column:before {
		top: -62px;
		left: -78px;
    	font-size: 422px;
	}

	.steps__column--second:before,
	.steps__column--fourth:before {
		left: auto;
    	top: -97px;
    	font-size: 466px;
	}

	.steps__column:after {
		right: -85px;
	}

	.steps__column--second:after,
	.steps__column--third:after,
	.steps__column--fourth:after  {
		right: 0;
		height: 325px;
	}

	.steps__column--third:before {
		top: -96px;
		font-size: 460px;
	}

	.steps .title {
		margin-bottom: 85px;
	}

	.steps__text {
		font-size: 18px;
	    padding: 0;
	    max-width: 100%
	}

	.steps .btn {
	    width: 100%;
	    min-width: auto;
	    max-width: 270px;
	    margin-top: 15px;
	    margin: 30px 0 0;
	}

	.contacts__wrapper {
		position: relative;
		z-index: 2
	}

	.contacts__column {
	    width: 23%;
	}

	.contacts__column:last-child {
	    width: 77%;
	    padding-left: 30px;
	}

	.contacts .title {
		margin-bottom: 25px;
	}

	.contacts__text {
		font-size: 18px;
		line-height: 1.45;
		margin-bottom: 20px;
	}

	.contacts__text .contacts__mark {
		font-size: 24px;
		margin: 15px 0 20px;
	}

	.contacts__list {
		font-size: 16px;
	}

	.contacts .btn {
		margin-top: 10px;
		min-width: 270px;
	}

	.map,
	.map iframe {
	    height: 495px;
	}

}

@media (min-width: 1470px) {

	.header {
	    background-image: url(assets/img/bg-main-lg.jpg);
	}
}

@media (min-width: 1920px) {

	.intro:before {
		right: 280px
	}

	.quick-form:before {
	    right: 380px;
	}

	.services,
	.footer {
		position: relative;
		z-index: 1;
	}

	.services:after,
	.footer:after {
		content: '';
		position: absolute;
		top: -1637px;
		right: 0;
		width: 537px;
		height: 2240px;
		background-repeat: no-repeat;
		background-image: url(assets/img/services-before.png);
		z-index: -1
	}

	.footer:after {
		top: auto;
		left: 0;
		bottom: 0;
		width: 593px;
		height: 1195px;
		background-image: url(assets/img/footer-before.png);
	}
}

@media only screen and (max-width : 480px) {
    .langs {
        top: 20px;
        right: 190px;
    }
    h1 {
        font-size: 38px;
        color: #2c8b81;
    }
    h1 span {
        font-size: 24px;
        line-height: 36px;
    }
    .intro__description {
        font-family: 'Rubik', sans-serif;
        font-weight: normal;
        color: #000;
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 35px;
        max-width: 260px;
    }
    .benefits__item {
        color: #000;
        font-size: 15px;
        text-align: left;
        margin-bottom: 35px;
        font-family: 'Rubik', sans-serif;
        font-weight: normal;
    }
    .benefits__item:before {
        top: 1px;
    }
    .header .btn {
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Rubik', sans-serif;
        font-weight: bold;
        width: 100%;
        line-height: 30px;
        margin: 10px 0px;
        height: 60px;
        background-image: -moz-linear-gradient( 0deg, rgb(41,126,117) 0%, rgb(64,224,208) 100%);
        background-image: -webkit-linear-gradient( 0deg, rgb(41,126,117) 0%, rgb(64,224,208) 100%);
        background-image: -ms-linear-gradient( 0deg, rgb(41,126,117) 0%, rgb(64,224,208) 100%);
    }

    .header__btn {
        color: #000;
        width: 170px;
        font-size: 10px;
    }
    .benefits {
        margin-bottom: 50px;
    }
    .mobile-title {
        font-size: 24px;
        line-height: 36px;
        display: block;
        max-width: 300px;
    }
    .langs__btn.active {
        color: #d1a681;
        background: none;
    }
    .langs__btn {
        background: none;
        border: none;
        margin-right: 0;
    }
}
@media only screen and (max-width : 420px) {
    .logo img {
        max-width: 110px;
        height: auto;
    }
    .header__btn {
        color: #000;
        width: 160px;
        font-size: 10px;
    }
    .langs {
        top: 20px;
        right: 180px;
    }
    .langs__btn {
        width: 25px;
        height: 25px;
    }
    .header {
        background-image: url(assets/img/header-mobile.png);
        background-position: top center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .intro {
        padding-bottom: 110px;
    }
}
@media only screen and (max-width : 375px) {
    .langs {
        right: 165px;
    }
    .langs__btn {
        width: 25px;
        height: 25px;
    }

    .header__btn {
        width: 150px;
    }
     .header .btn {
        font-size: 12px;
        text-transform: uppercase;
        font-family: 'Rubik', sans-serif;
        font-weight: bold;
        width: 100%;
        line-height: 25px;
        margin: 10px 0px;
        height: 50px;
    }
    .benefits__item {
        font-size: 14px;
    }
    h1 {
        font-size: 34px;
    }

}
@media only screen and (max-width : 350px) {
    .langs {
        right: 150px;
        top: 5px;
        width: 30px;
    }
    .header__btn {
        width: 140px;
    }
}
@media only screen and (max-width : 320px) {
    .logo img {
        max-width: 90px;
        height: auto;
    }
}