@font-face {
  font-family: "Rubik";

  src: url("../fonts/Rubik-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Rubik-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";

  src: url("../fonts/Rubik-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Rubik-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";

  src: url("../fonts/Rubik-Italic.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Rubik-Italic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/*  Helpers  */

.hidden {
	display: none;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

/*  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: 15px;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots button {
  width: 15px;
  height: 5px;
  font-size: 0;
  border: none;
  padding: 0;
  background-color: #dedede;
  outline: none;
}

.slick-dots li.slick-active button {
  	background-color: #561643;
}

.arrow {
	display: none;
	position: absolute;
	top: auto;
	bottom: 10px;
	left: auto;
	right: 0;
	width: 34px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: top center;
	cursor: pointer;
	z-index: 1
}

.arrow-prev {
	left: 35%;
	background-image: url(../img/arrow-prev.png);
}

.arrow-next {
	left: 55%;
	background-image: url(../img/arrow-next.png);
}

.arrow-prev:hover {
	background-image: url(../img/arrow-prev-hover.png);
}

.arrow-next:hover {
	background-image: url(../img/arrow-next-hover.png);
}

.popup {
	position: relative;
	max-width: 370px;
	margin: 0 auto;
}

.mfp-close-btn-in .mfp-close {
	color: #775b41;
}

.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 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #000;
	text-align: center;
	margin: 0 0 25px;
}

.title br {
	display: none;
}

body {
	font-family: 'Rubik', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	color: #000;
	background-color: #fff;
	overflow-x: hidden;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #f8f8f8;
    z-index: 30000;
    transition: .3s ease-out;
}

.preloader img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*  HEADER  */

.header {
	background-image: url(../img/bg-main-xs.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 45px;
}

.header__top {
	position: relative;
	padding-top: 12px;
	margin-bottom: 25px;
}

.logo {
	float: left;
	padding-top: 13px;
}

.logo__link {
	text-decoration: none;
}

.logo img, .preloader img {
	max-width: 100px;
	height: auto;
}

.logo__description {
	display: none;
}

.langs {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 0;
    z-index: 11;
}

.langs__btn {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    color: #5a5353;
    background-color: #fff;
    border: 1px solid #000;
    padding: 4px 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    margin-right: 5px;
}

.langs__btn:last-child {
    margin-right: 0;
}

.langs__btn.active,
.langs__btn:hover {
    color: #fff;
    background-color: #000;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.header__links {
	position: relative;
	float: right;
	z-index: 2
}

.header__btn,
.nav {
	display: none;
}

.header__phone {
	display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-right: 0;
    font-size: 14px;
    line-height: 3;
    color: #151515;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    left: -95%;
}

.intro {
	position: relative;
}

h1 {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: #404040;
	margin-bottom: 15px;
}

h1 br {
	display: none;
}

.intro__description {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 1.2;
	color: #6a4e33;
	margin-bottom: 15px;
}

.benefits {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
	margin-bottom: 25px;
}

.benefits__item {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.2;
	text-align: left;
	text-indent: 25px;
	margin-bottom: 10px;
}

.benefits__item:last-child {
	margin-bottom: 0;
}

.benefits__item:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: transparent;
	-webkit-box-shadow: 2px 2px 0 2px #6a4e33;
	        box-shadow: 2px 2px 0 2px #6a4e33;
	border-radius: 50px 0 0 0;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.btn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 285px;
	font-size: 14px;
	letter-spacing: 0.35px;
	padding: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	border: 1px solid #9d1c00;
	outline: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4d26), to(#cd3419));
  background-image: -o-linear-gradient(#dd4d26 0%, #cd3419 100%);
  background-image: linear-gradient(#dd4d26 0%, #cd3419 100%);
  background-color: transparent;
  z-index: 2
}  

.btn:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9d1c00), to(#9d1c00));
	background-image: -o-linear-gradient(#9d1c00 0%, #9d1c00 100%);
	background-image: linear-gradient(#9d1c00 0%, #9d1c00 100%);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}

.intro .btn {
	max-width: 370px;
}

/*  POPULAR  */

.popular {
	padding: 25px 0 0;
}

.popular__items {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.popular__item {
	position: relative;
	width: 115px;
	height: 85px;
	background-image: url(../img/popular-sprites-xs.png);
	margin: 5px;
}

.popular__item--1 {
    background-position: -10px -10px;
}

.popular__item--2 {
    background-position: -145px -10px;
}

.popular__item--3 {
    background-position: -10px -115px;
}

.popular__item--4 {
    background-position: -145px -115px;
}

.popular__item--5 {
    background-position: -280px -10px;
}

.popular__item--6 {
    background-position: -280px -115px;
}

.popular__item--7 {
    background-position: -10px -220px;
}

.popular__item--8 {
    background-position: -145px -220px;
}

.popular__item--9 {
    background-position: -280px -220px;
}

.popular__item--10 {
    background-position: -415px -10px;
}

.popular__item--11 {
    background-position: -415px -115px;
}

.popular__item--12 {
    background-position: -415px -220px;
}

/*  FEATURES-TOP  */

.features-top {
	padding: 45px 0;
}

.features-top__item {
	position: relative;
	max-width: 490px;
	margin: 0 auto 25px;
	z-index: 2
}

.features-top img {
	width: 100%;
	max-width: 490px;
	height: auto;
}

.features-top__title {
	font-size: 18px;
	font-weight: 700;
}

.features-top__text {
	margin-bottom: 15px;
}

.features-top--color .features-top__item {
	padding: 15px;
	border-radius: 3px;
	background-color: #f6f6f6;
}

.features-top .btn {
	display: block;
	margin: 0 auto;
}


/*  FEATURES  */

.features {
	position: relative;
	padding: 0;
	z-index: 2
}

.features__item {
	max-width: 320px;
    margin: 0 auto 25px;
}

.features__item:last-child {
	margin-bottom: 0;
}

.features__column {
	float: none;
	width: 100%;
	text-align: center;
}

.features__inner {
	text-align: left;
	padding: 0;
}

.features img {
	display: inline-block;
    vertical-align: top;
	width: 100%;
	max-width: 320px;
	height: auto;
}

.features__title,
.services__title {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	text-align: left;
	margin: 15px 0;
}

.services__title {
	color: #404040;
}

.features__title br,
.services__title br,
.features-top__title br {
	display: none;
}

.features__text {
	margin-bottom: 15px;
}

/*  PRODUCTS  */

.products {
	padding: 45px 0;
	background-color: #f9f9f9;
}

.products__title {
	font-size: 20px;
	font-weight: 700;
	color: #404040;
	text-align: center;
	margin: 0 0 25px;
}

.products__title span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	margin-top: 5px;
}

.products__items {
	text-align: center;
	padding-bottom: 55px;
}

.products__item figure {
	position: relative;
	max-width: 370px;
	padding: 24px 18px;
	background-color: #fff;
	margin: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.products img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: auto;
	max-width: 325px;
	-webkit-box-shadow: 0px 1px 27px 0px rgba(160, 160, 160, 0.23);
	        box-shadow: 0px 1px 27px 0px rgba(160, 160, 160, 0.23);
}

.products__slider {
	text-align: center;
	margin-bottom: 25px;
}

.products__slider:last-child {
	margin-bottom: 0;
}

.products__mark {
	display: block;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	margin: 15px 0;
}

/*  SERVICES  */

.services {
	padding: 45px 0;
	text-align: center;
}

.services__item {
	max-width: 320px;
    margin: 0 auto 25px;
}

.services__item:last-child {
	margin-bottom: 0;
}

.services__caption {
	font-size: 18px;
	color: #0081c8;
	margin: 0 0 25px;
}

.services__item img {
	display: inline-block;
    vertical-align: top;
	width: 100%;
	max-width: 320px;
	height: auto;
}	

.services__text {
	text-align: left;
	margin-bottom: 15px;
}

.services__row {
	margin-bottom: 25px;
}

.services__row:after {
	content: '';
	display: table;
	clear: both;
}

.quick-form {
	padding: 45px 0;
}

.form {
	position: relative;
	padding: 30px;
  	max-width: 370px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  	background-color: #f9c80e;
  	z-index: 1
}

.form:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 196px;
	height: 158px;
	background-repeat: no-repeat;
	background-image: url(../img/form-after.jpg);
	z-index: -1
}

.form__title {
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	color: #775b41;
	text-align: left;
	margin: 0 0 15px;
}

.form__text {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	color: #000;
}

.form__text span {
	display: block;
	font-size: 20px;
	font-weight: 700;
}

.form__text i {
	font-style: normal;
	font-weight: 700
}

.form__text.form__text--margin {
	margin-bottom: 8px;
}

.form__item,
.popup__item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 16px;
    font-style: italic;
    padding: 17px 32px;
    margin-bottom: 15px;
    background-color: #fff;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    resize: none;
    -webkit-appearance: none;
    box-shadow: inset 1px 5px 10px 0px #c3cfcc;
}

.form__item--special {
	display: none;
}

.form .btn {
	width: 100%;
	font-size: 14px;
	padding: 18px 15px;
    max-width: none;
    min-width: auto;
}

.form--inline .form__title {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: #000;
}

.form--inline .form__title br {
	display: none;
}

.form--inline .form__title span {
	font-size: 20px;
	display: block;
	font-weight: 700;
	color: #775b41;
	margin-bottom: 5px;
}

.form--inline .form__item.error {
    border: 1px solid red;
}

.popup .form .btn {
	font-size: 13px;
	padding: 15px 5px;
	min-height: 55px;
}

.error {
	display: inline-block;
	vertical-align: top;
	color: red;
	margin-bottom: 5px;
}

.form__radio {
    display: none;
}

.form__radio + label {
	font-size: 16px;
	margin-right: 15px;
}

.form__radio + label:last-child {
	margin-right: 0
}

.form__radio + label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border: 10px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 8px;
}

.form__radio:checked+label:before {
    background-color: rgb(8, 153, 220);
}

/*  SLIDER  */

.slider {
	position: relative;
	padding: 0 0 45px;
}

.slider__items {
    width: 100%;
    margin: auto;
}

.slider__item {
	margin: 0; 
	-webkit-box-shadow: 0px 5px 40px 0px rgba(0, 65, 95, 0.18); 
	        box-shadow: 0px 5px 40px 0px rgba(0, 65, 95, 0.18);
}

.slider__item img {
	width: 100%;
	height: auto;
	border-radius: 3px;
}

.slider .arrow {
	margin-top: -36px;
}

.slider .arrow {
	margin-top: -36px;
}

.slider .arrow {
    width: 50px;
    height: 50px;
}


/*  OFFER  */

.offer {
	padding: 0 0 45px;
}

.offer__inner {
	color: #fff;
	padding: 25px 15px;
	background-color: #561643;
	margin-bottom: 15px;
}

.offer__title {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 15px;
}

.offer__text {
	font-size: 14px;
	margin: 0;
}

.offer__column {
	position: relative;
	text-align: center;
	padding: 220px 15px 35px;
	background-color: #f9c80e;
	margin-bottom: 15px;
  	-webkit-box-shadow: 0px 20px 24px 0px rgba(183, 183, 183, 0.63);
  	        box-shadow: 0px 20px 24px 0px rgba(183, 183, 183, 0.63);
}

.offer__column:last-child {
	margin-bottom: 0;
}

.offer__column .offer__title {
	font-weight: 400;
	text-align: center;
}

.offer__column:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	background-repeat: no-repeat;
	height: 190px;
    background-size: cover;
}

.offer__column--1:before {
	background-image: url(../img/offer-before-1.jpg);
}

.offer__column--2:before {
	background-image: url(../img/offer-before-2.jpg);
}

.offer__column--2 {
	background-color: #f1f1f1;
}

/*  REVIEWS  */

.reviews {
	padding: 0 0 45px;
}

.reviews__items {
    width: 100%;
    margin: auto;
}

.reviews__item {
	position: relative;
	padding: 0;
	text-align: left;
	border-radius: 5px;
	background-color: #fff;
	padding-bottom: 25px;
}

.reviews__item img {
	max-width: 150px;
	height: auto;
	margin: 0 auto 15px;
}

.reviews__text {
	position: relative;
	color: #fff;
	width: 100%;
	padding: 15px;
	margin: 0 auto;
	background-color: #561643;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 1
}

.reviews__before,
.reviews__after {
	position: relative;
	padding-left: 40px;
}

.reviews__after {
	padding-left: 0;
	padding-right: 40px;
}

.reviews__before:before,
.reviews__after:after {
	content: '«';
    position: absolute;
    left: 0;
    top: 0;
    
    font-size: 80px;
    margin-top: -40px;
    color: #f4f4f4;
    line-height: 1;
    z-index: -1;
}

.reviews__after:after {
	content: '»';
	left: auto;
    right: 0;
}

.reviews__bottom {
	display: block;
	/*font-size: 16px;*/
	font-weight: 700;
	margin-top: 15px;
}

.reviews .arrow {
	margin-top: -45px;
}

/*  CONTACTS  */

.contacts {
	text-align: center;
	color: #404040;
}

.contacts .container {
	padding: 45px 15px;
	background-color: #f1f1f1;
}

.contacts__title {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 15px;
}

.contacts__text {
	text-align: center;
	margin: 0 0 25px;
}

.contacts__text a {
	color: #404040;
	text-decoration: none;
}

.contacts__text a:visited,
.contacts__text a:hover,
.contacts__text a:active {
	color: #404040;
}

.contacts__text span {
	display: block;
	font-size: 16px;
}

.contacts__text .contacts__mark {
    font-size: 18px;
    font-weight: 700;
}

/*  FOOTER  */

.footer {
	padding: 0 0 20px;
	margin-top: 45px;
}

.footer__wrap {
	display: block;
}

.footer__column {
	display: block;
	text-align: center;
	margin-bottom: 25px;
}

.footer img {
	max-width: 70%;
}

.footer__column:last-child {
	margin-bottom: 0;
}

.footer__column span {
	color: #4b4b4b;
}

.footer__link {
	display: block;
}

.footer__logo {
	display: block;
	margin-top: 5px;
}

.footer__link,
.footer__link:visited,
.footer__link:hover {
	color: #0d93d1;
}

/*  THANKS  */

.thanks {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#f9c80e), to(#561643));
    background-image: -o-linear-gradient(left top, #f9c80e 0%, #561643 100%);
    background-image: linear-gradient(to right bottom, #f9c80e 0%, #561643 100%);
}

.thanks__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	text-align: center;
}

.thanks__wrapper,
.thanks__wrapper h1 {
	color: #fff;
}

.thanks__wrapper p {
	font-size: 14px;
}

.thanks__inner {
	margin: auto;
}

/*  Animated  */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-2 {
    -webkit-transition: .6s ease-out .8s;
    -moz-transition: .6s ease-out .8s;
    -ms-transition: .6s ease-out .8s;
    transition: .6s ease-out .8s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.animated-3 {
    -webkit-transition: .6s ease-out .7s;
    -moz-transition: .6s ease-out .7s;
    -ms-transition: .6s ease-out .7s;
    transition: .6s ease-out .7s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.animated-4 {
    -webkit-transition: .6s ease-out .6s;
    -moz-transition: .6s ease-out .6s;
    -ms-transition: .6s ease-out .6s;
    transition: .6s ease-out .6s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@media (min-width: 500px) {
	.logo img, .preloader img {
	    max-width: 130px;
	    height: auto;
	}

	.header__btn {
	    display: inline-block;
	    vertical-align: middle;
	    font-size: 12px;
	    font-weight: 700;
	    line-height: 1.5;
	    text-align: center;
	    text-transform: uppercase;
	    text-decoration: none;
	    color: #000;
	    padding: 10px 8px;
	    min-width: 175px;
	    border: 2px solid #000;
	    outline: none;
	}

	.header__phone {
		display: none;
	}

	.langs {
		right: 46%;
	}

	h1 br {
		display: block;
	}
}

@media (min-width: 768px) {

	.container {
		width: 750px;
	}

	.btn {
		padding: 15px 28px 20px;
	}

	.form--inline .form__title br {
		display: block;
	}

	.header {
		padding-bottom: 100px;
	    background-image: url(../img/bg-main-sm.jpg);
	}

	.logo img, .preloader img {
	    max-width: 230px;
	}

	.langs {
	    top: 25px;
	    right: auto;
	    left: 49%;
	}

	.langs__btn {
		margin-right: 10px;
	}

	.langs__btn:last-child {
		margin-right: 0;
	}

	.header__btn {
		font-size: 14px;
		padding: 15px 20px;
		min-width: 180px;
	}

	.header__btn:hover {
		color: #fff;
	    background-color: #000;
	  		-webkit-transition: .2s;
	  		-o-transition: .2s;
	  		transition: .2s
		}	

	.intro {
		max-width: 75%;
	    padding-top: 45px;
	}

	.nav {
		display: block;
		position: absolute;
		top: 12px;
		left: 0;
		margin: 0;
    	padding: 0;
	}

	.nav__item {
		display: inline-block;
		vertical-align: top;
		margin-right: 15px
	}

	.nav__item:last-child {
		margin-right: 0;
	}

	.nav__item a {
		display: inline-block;
		vertical-align: top;
		font-size: 14px;
		line-height: 1.2;
		font-weight: 400;
		color: #151515;
		text-decoration: none;
	}

	.nav__item a:hover {
		opacity: 0.75;
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s
	}

	h1 {
		font-size: 27px;
		margin-bottom: 20px;
	}

	h1 br {
		display: none;
	}

	.benefits__item {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.intro {
		position: relative;
	}

	.intro:before {
	    content: '';
	    position: absolute;
	    top: 25px;
	    right: -253px;
	    width: 420px;
	    height: 511px;
	    background-repeat: no-repeat;
	    background-image: url(../img/bg-main-before.png);
	    background-size: 420px;
	}

	.intro__description {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.btn {
		padding: 12px 20px;
	}

	.title {
		font-size: 25px;
		margin-bottom: 45px;
	}

	.arrow-prev {
		left: 40%;
	}

	.popular {
	    padding: 45px 0 0;
	}

	.popular__item {
		width: 170px;
		height: 125px;
		background-image: url(../img/popular-sprites.png);
	}

	.popular__item--1 {
	    background-position: -200px -10px;
	}

	.popular__item--2 {
	    background-position: -10px -10px;
	}

	.popular__item--3 {
	    background-position: -10px -155px;
	}

	.popular__item--4 {
	    background-position: -200px -155px;
	}

	.popular__item--5 {
	    background-position: -390px -10px;
	}

	.popular__item--6 {
	    background-position: -390px -155px;
	}

	.popular__item--7 {
	    background-position: -10px -300px;
	}

	.popular__item--8 {
	    background-position: -200px -300px;
	}

	.popular__item--9 {
	    background-position: -390px -300px;
	}

	.popular__item--10 {
	    background-position: -580px -10px;
	}

	.popular__item--11 {
	    background-position: -580px -155px;
	}

	.popular__item--12 {
	    background-position: -580px -300px;
	}

	.features-top__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: row;
	            flex-direction: row;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	}

	.features-top__item {
	    margin: 0 0 35px;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    max-width: 100%;
	}

	.features-top__item:last-child {
		margin: 0;
	}

	.features-top__column--left,
	.services__column--left {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		padding: 0 25px 0 0;
	}

	.features-top .btn {
		margin: 0;
	}

	.features-top__item img,
	.features img,
	.services img {
		display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    max-width: 360px;
	    height: auto;
	}

	.features-top__title {
		font-size: 20px;
	}

	.features-top__title br {
		display: none;
	}

	.features-top__text,
	.features__text  {
		font-size: 16px
	}

	.features__text {
		margin-bottom: 0;
	}

	.features__title br,
	.services__title br {
		display: block;
	}

	.features {
		position: relative;
		padding: 0;
		z-index: 1
	}

	.features .container {
		position: relative;
	}

	.features__item {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    max-width: 100%;
	    margin: 0;
	    background-color: #561643;
	}

	.features__item:first-child {
		color: #fff;
	}

	.features__item:nth-child(2n) {
		background-color: #f9f9f9;
	}

	.features__item:nth-child(3n) {
		background-color: #f9c80e;
	}

	.features__item:after {
		content: '';
		display: table;
		clear: both;
	}

	.features__column,
	.features-top__column,
	.services__column {
	    width: 50%;
	    -webkit-box-sizing: border-box;
	            box-sizing: border-box;
	}

	.features-top__column--decoration-right {
		text-align: right;
	}

	.features-top__column--inner {
		text-align: left;
		padding-left: 25px;
	}

	.services__column--right {
		float: right;
		text-align: right;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1
	}

	.features__column {
		text-align: left;
	}

	.features__inner,
	.services__inner {
		padding: 15px;
	}

	.services__column--left .services__inner {
		padding-left: 0;
	}

	.services__inner--right {
		padding-left: 0;
		padding-right: 0;
	}

	.features__title {
		font-size: 20px;
		margin: 0 0 15px;
	}

	.features__title br {
		display: none;
	}

	.offer__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.offer__column {
		width: 49%;
		margin-bottom: 0;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	/*  Quick-form  */

	.form--inline {
		max-width: 100%;
		padding: 45px 40px;
	}

	.form--inline .form__title {
		position: relative;
		text-align: left;
		margin-bottom: 25px;
		text-align: center;
		z-index: 2
	}

	.form--inline form {
		font-size: 0;
	}

	.form--inline .form__item {
		width: 49%;
		margin-right: 11px;
	}

	.form--inline .form__item:nth-child(2) {
		margin-right: 0;
	}

	.form--inline .btn {
		display: inline-block;
		vertical-align: top;
		width: 49%;
	}

	.services__item {
		text-align: left;
		margin-bottom: 28px;
	}

	.services__row:last-child,
	.services__item:last-child {
		margin-bottom: 0;
	}

	.services__caption {
		text-align: center;
		margin: 0 0 35px;
	}

	.services__item {
		max-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: row;
	            flex-direction: row;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	}

	.arrow {
		display: block;
	}

	.form {
    	padding: 40px 50px 60px;
   	}
   	
   	.form__title {
	    font-size: 24px;
	    margin: 0 0 5px;
	} 	

	.form__text {
	    font-size: 18px;
	    margin-bottom: 50px;
	}

	/*  REVIEWS  */

	.reviews__text {
	   display: inline-block;
	    vertical-align: top;
	    width: 74%;
	    /*font-size: 16px;*/
	    padding-left: 30px;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    margin-left: 30px;
	}

	.reviews__text span {
		display: block;
		margin-top: 15px;
	}

	.reviews__item img {
		display: inline-block;
		vertical-align: top;
		margin-bottom: 0
	}

	.reviews .arrow {
		top: auto;
		bottom: 75px;
		left: 20px;
	}

	.reviews .arrow-next {
		left: 85px;
	}

	/*  CONTACTS  */

	.contacts .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.contacts__text {
		text-align: left;
		margin-bottom: 0;
	}

	.contacts .btn {
		position: relative;
	    z-index: 2;
		-ms-flex-item-align: center;
		    -ms-grid-row-align: center;
		    align-self: center;
	}

	/*  FOOTER  */


	.footer__column {
		float: left;
	}

	.footer__column:first-child {
		text-align: left;
	}

	.footer__column--right {
		float: right;
		text-align: right;
	}

	.present__column:last-child {
		float: right;
	}

	.footer {
	    padding: 15px 0;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}

	.thanks__wrapper p {
		font-size: 16px;
	}

	.title {
	    font-size: 28px;
	    margin-bottom: 65px;
	}

	.title br {
		display: block;
	}

	.header {
		background-size: cover;
	    background-image: url(../img/bg-main-lg.jpg);
	}

	.logo img, .preloader img {
		max-width: 100%;
	}

    .langs {
    	top: 25px;
    	left: 40%;
   	} 	

    .langs__btn {
    	width: 34px;
    	height: 34px;
    	padding: 6px 3px;
    }

    .header__phone {
    	position: static;
    	display: inline-block;
    	vertical-align: middle;
    	margin-right: 30px;
    	font-size: 20px;
    	line-height: 2;
    }

	h1 {
		font-size: 32px;
		margin-bottom: 35px;
	}

	.page-ua h1 {
		font-size: 29px;
	}

	.intro {
		position: relative;
		width: 65%;
	}

	.intro:before {
	    top: 0;
	    right: -333px;
	    width: 507px;
	    height: 570px;
	    background-image: url(../img/bg-main-before.png);
	    background-size: 480px;
	}

	.intro__description {
		font-size: 22px;
		margin-bottom: 25px;
	}

	.benefits {
		margin-bottom: 25px;
	}

	.nav__item a {
		font-size: 16px;
	}

	.features-top,
	.products {
		padding: 85px 0;
	}

	.features-top__item {
		margin-bottom: 55px;
	}

	.features-top__item img {
		max-width: 455px;
	}

	.features-top__column--right {
		text-align: left;
	}

	.features-top__column--left {
		padding-left: 0;
	}

	.products {
		position: relative;
		z-index: 1
	}

	.products__title {
		font-size: 22px;
	}

	.products:before,
	.products:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 90px;
		background-repeat: no-repeat;
		background-position: top center;
		background-image: url(../img/products-before.jpg);
	}

	.products:after {
		top: auto;
		bottom: 0;
		height: 63px;
		background-image: url(../img/products-after.jpg);
	}

	.features img,
	.services img {
		max-width: 430px;
	}

	.features-top__title,
	.services__title,
	.features__title {
	    font-size: 22px;
	}

	.features-top__text,
	.features__text  {
		font-size: 17px
	}

	.services__item {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-bottom: 55px;
	}

	.services__decorations {
		position: relative;
		z-index: 1
	}

	.services__decorations:after {
		content: '';
		position: absolute;
		top: 25px;
		left: 25px;
		width: 430px;
		height: 350px;
		background-color: #f9c80e;
		z-index: -1
	}

	.services__column--right .services__decorations:after {
		left: auto;
		right: 25px;
	}

	.services__column--right {
		text-align: right;
	}

	.services__inner {
		position: relative;
		padding: 0 0 0 25px;
	}

	.services__column--left .services__inner {
		padding: 0 25px 0 0;
	}

	.services__text {
		font-size: 16px;
		margin-bottom: 25px;
	}

	.arrow {
		left: 44%;
	}

	.arrow-next {
		left: 52%;
	}

	.form--inline .form__title {
		font-size: 18px;
	}

	.form--inline .form__title span {
		font-size: 25px;
	}

	/*  Offer  */

	.offer {
		padding: 85px 0;
	}

	.offer__inner {
		position: relative;
		padding: 20px 45px 35px;
		margin-bottom: 30px;
		z-index: 1
	}

	.offer__inner:after {
		content: '';
	    position: absolute;
	    bottom: -30px;
	    right: 0;
	    width: 435px;
	    height: 338px;
	    background-repeat: no-repeat;
	    background-image: url(../img/offer-after.png);
	    z-index: -1;
	    background-size: 478px;
	}

	.offer__title {
		font-size: 22px;
		margin-bottom: 30px;
	}

	.offer__text {
		font-size: 18px;
		max-width: 450px;
	}

	.offer__column {
		padding-top: 340px;
	}

	.offer__column:before {
		height: 290px;
	}

	.reviews {
		padding: 0 0 85px;
	}

	.reviews__item img {
		max-width: 250px;
	}

	.reviews__text {
		position: relative;
		/*font-size: 18px;*/
		padding: 55px 55px 55px 75px;
		z-index: 1
	}

	.reviews__text::before {
	    content: "«";
	    position: absolute;
	    top: -9px;
	    left: 24px;
	    font-size: 150px;
	    line-height: 1;
	    font-weight: 700;
	    color: #4b103a;
	    z-index: -1;
	}

	.reviews__bottom {
		font-size: 18px;
	}

	.reviews .arrow-next {
	    left: 100px;
	}

	.contacts .container {
		padding: 58px 35px;
	}

	.contacts .container {
		position: relative;
		z-index: 1
	}

	.contacts .container:after {
		content: '';
		position: absolute;
		bottom: 0px;
		right: 0;
		width: 403px;
		height: 291px;
		background-image: url(../img/contacts-after.png);
		background-repeat: no-repeat;
	}

	.contacts__title,
	.contacts__text .contacts__mark {
		font-size: 22px;
	}

	.contacts__text {
		font-size: 16px;
	}

	.contacts__text span {
		font-size: 18px;
	}

	.footer__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.footer__column {
		font-size: 16px;
		margin-bottom: 0;
	}

	.footer__column span {
	    font-size: 16px;
	    margin-right: 15px;
	    display: inline-block;
	    vertical-align: bottom;
	}

	.footer__logo {
		display: inline-block;
	    vertical-align: bottom;
	}

	.footer img {
	    max-width: 100%;
	}
	
}	

@media (min-width: 1230px) {
	.container {
		width: 1200px;
	}

	.langs {
		left: 49%;
	}

	.title span {
		top: -51px;
		width: 354px;
		margin-left: -174px;
		font-size: 124px;
	}
	
	.thanks__wrapper p {
		font-size: 18px;
	}

	.header {
		background-size: auto;
	    background-image: url(../img/bg-main-lg.jpg);
	    padding-bottom: 170px;
	}

	.header__top {
		margin-bottom: 20px;
	}

	.logo__description {
		display: inline-block;
	    vertical-align: top;
	    font-size: 16px;
	    line-height: 1.2;
	    margin-left: 35px;
	}

	.header__btn {
		position: relative;
		padding: 15px 28px;
    	min-width: 210px;
	}

	.header__phone {
		font-size: 21px;
		margin-right: 25px;
	}

	h1 {
	    font-size: 42px;
	    margin-bottom: 45px;
	    max-width: 890px;
	}

	h1 br {
		display: block;
	}

	.intro {
		width: 100%;
		max-width: 100%;
	    padding-top: 50px;
	    padding-top: 17px;
	}

	.intro:before {
		top: -8px;
		right: -10px;
		width: 607px;
		height: 741px;
	    background-size: 607px;
	}

	.nav {
		top: 28px;
		left: auto;
		right: 0;
	}

	.nav__item {
		display: block;
		text-align: right;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.intro__description {
	    font-size: 24px;
	    margin-bottom: 53px;
	}

	.benefits {
	    margin-bottom: 57px;
	}

	.benefits__item {
		font-size: 18px;
		text-indent: 27px;
		margin-bottom: 23px;
	}

	.features-top__items {
		padding-top: 65px;
	}

	.features-top__item {
		position: relative;
		margin: 0 0 115px;
	}

	.features-top__title br {
		display: block;
	}

	.features-top__item img {
	    max-width: 570px;
	}

	.features-top__column--decoration:after {
		content: '';
		position: absolute;
		top: -60px;
		left: 470px;
		width: 130px;
		height: 500px;
		background-color: #561643;
		z-index: -1
	}

	.features-top__column--decoration-right:after {
		content: '';
		position: absolute;
		top: -60px;
		left: 570px;
		width: 130px;
		height: 500px;
		background-color: #f9c80e;
		z-index: -1
	}

	.features-top__column--inner {
		padding-left: 100px;
	}

	.features-top__column--left {
		padding-left: 0;
		padding-right: 100px;
	}

	.features-top__item img {
	    max-width: 570px;
	}

	.features-top__title,
	.services__title,
	.features__title {
		font-size: 24px;
	}

	.features-top__title {
		margin-top: 10px;
    	margin-bottom: 20px;
	}

	.features-top__text,
	.features__text {
		font-size: 18px;
	}

	.features {
		padding: 0 0 135px;
	}

	.title {
		font-size: 30px;
	    margin-bottom: 75px;
	}

	.btn {
		padding: 20px 15px;
	}

	.popular__items {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.popular__item {
		margin: 0 0 30px 0;
	}

	.features-top {
	    padding: 85px 0 125px;
	}

	.features-top--color .features-top__item {
		max-width: 570px;
	}

	.features-top--color .features-top__item img {
		width: 490px;
		left: 40px;
	}

	.features__item {
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	}

	.features__column--right {
		text-align: right;
	}

	.features__title {
		margin: 0 0 30px;
	}

	.features img,
	.services img {
		width: auto;
		max-width: 100%;
	}

	.products {
		padding-top: 135px;
		padding-bottom: 135px;
	}

	.products__slider {
		margin-bottom: 60px;
	}

	.products__title {
		font-size: 24px;
		margin-bottom: 45px;
	}

	.products__title span,
	.products__mark {
		font-size: 16px;
	}

	.products__mark {
		margin: 20px 0 15px;
	}

	.products .arrow {
		bottom: 3px;
	}

	.quick-form {
	    padding: 90px 0 100px;
	}

	.form--inline {
		position: relative;
		padding: 50px 50px 85px;
		overflow: hidden;
		z-index: 1;
	}

	.form--inline:after {
		content: '';
		position: absolute;
		top: 0;
		right: -45px;
		width: 585px;
		height: 358px;
		background-repeat: no-repeat;
		background-image: url(../img/form-inline-after.png);
		z-index: -3
	}

	.form--inline .form__title {
		font-size: 20px;
		margin-bottom: 45px;
	}

	.form--inline .form__title span {
		font-size: 30px;
		margin-bottom: 0;
	}

	.form--inline .form__item,
	.form--inline .btn {
		width: 24%;
	}

	.form--inline .form__item:nth-child(2) {
	    margin-right: 11px;
	}

	.features__inner {
		padding: 0 40px 0 85px;
	}
	
	.services {
		padding: 0 0 55px;
	}

	.services__items {
		margin-bottom: 38px;
	}

	.services__item {
		position: relative;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	    margin-bottom: 140px;
	}

	.services__item:after {
	    content: '';
	    position: absolute;
	    top: 50px;
	    right: 0;
	    width: 587px;
	    height: 500px;
	    border: 1px solid rgb(226, 226, 226);
	}

	.services__item:nth-child(2n):after {
		left: 0;
	}

	.services__decorations:after {
		top: 20px;
		left: 30px;
		width: 570px;
		height: 475px;
	}

	.services__column--right .services__decorations:after {
		left: auto;
		right: 30px;
	}

	.services__inner,
	.services__column--left .services__inner {
		position: relative;
		padding: 65px 30px 0 75px;
	    -webkit-box-sizing: border-box;
	            box-sizing: border-box;
	}

	.services__inner--right {
		padding-left: 100px;
		padding-right: 0;
    	max-width: 556px;
	}
	
	.services__title {
		margin: 0 0 25px;
	}  

	.services__text {
	    font-size: 18px;
	}  

	.form__text span {
		font-size: 30px
	}

	.offer {
		padding-bottom: 95px;
	}

	.offer__inner {
		padding: 45px 100px 55px;
		margin-bottom: 60px;
	}

	.offer__inner:after {
	    bottom: -17px;
	    width: 519px;
	    height: 352px;
	    background-size: 100%;
	}

	.offer__title {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.offer__text {
		max-width: 505px;
	}

	.offer__column {
	    padding-top: 390px;
	    padding-bottom: 50px;
	}

	.offer__column:before {
	    height: 334px;
	}

	.offer__title {
		margin-bottom: 30px;
	}

	.offer__column .btn {
		padding: 10px 18px;
    	max-width: 330px;
	}

	.reviews .slick-dots {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
	}

	.slick-dots button {
	    width: 5px;
	    height: 15px;
	}

	.slick-dots li {
		display: block;
		margin-right: 0;
	    margin-bottom: 15px;
	}

	.reviews {
	    padding: 0 0 75px;
	}

	.reviews__items {
	    padding: 0 100px;
	}

	.reviews__item {
		padding: 0;
	}

	.reviews__item img {
	    max-width: 100%;
	}

	.reviews__text {
		width: 79%;
		padding: 100px;
		padding-bottom: 75px;
		margin-bottom: 0;
	}

	.reviews__before {
		padding-left: 70px;
	}

	.reviews__after {
		padding-left: 0;
		padding-right: 70px;
	}

	.reviews__text::before {
	    top: 37px;
    	left: 45px;
	}

	.reviews__bottom span {
	    font-size: 18px;
	    margin-top: 30px;
	}

	.reviews .arrow {
		top: auto;
	    bottom: 25px;
	    left: 135px;
	}

	.reviews .arrow-next {
		left: 200px;
	}

	.contacts .container {
		padding: 55px 100px 60px;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}

	.contacts__title,
	.contacts__text .contacts__mark {
		font-size: 24px;
	}

	.contacts__title {
		margin-bottom: 5px;
	}

	.contacts__text {
		font-size: 20px;
	}

	.contacts__text span {
	    font-size: 19px;
	}

	.contacts .btn {
	    margin-top: 22px;
	    width: 270px;
	}

}	

@media (min-width: 1920px) {

	.services {
		position: relative;
		z-index: 3
	}
	
	.offer,
	.services__items,
	.form--inline,
	.products__slider,
	.features-top,
	.features-top__item:nth-of-type(3) {
		position: relative;
		z-index: 2
	}

	.form--inline {
		overflow: visible;
	}

	.features-top__item:nth-of-type(3):before {
		content: '';
		position: absolute;
		top: 124px;
		left: -338px;
		width: 748px;
		height: 375px;
		background-repeat: no-repeat;
		background-image: url(../img/features-top-after-2.jpg);
		z-index: -1
	}

	.offer:after,
	.offer:before,
	.services__items:before,
	.form--inline:before,
	.products__slider:first-of-type:before,
	.features-top:after,
	.reviews__items:after {
		content: '';
	    position: absolute;
	    top: -283px;
	    right: 0px;
	    width: 618px;
	    height: 608px;
	    background-repeat: no-repeat;
	    background-image: url(../img/offer-1.jpg);
	    z-index: -1;
	}

	.reviews__items:after {
		top: auto;
	    bottom: -155px;
	    width: 564px;
	    height: 410px;
	    background-image: url(../img/rev-after.png);
	    right: -373px;
	        z-index: 1;
	}

	.features-top:after {
		top: auto;
	    bottom: -39px;
	    width: 526px;
	    height: 420px;
	    background-image: url(../img/features-top-after-3.jpg);
	    right: 130px;
	}

	.products__slider:first-of-type:before {
		left: -388px;
	    top: -319px;
	    width: 510px;
	    height: 1108px;
	    background-image: url(../img/products-before.png);
	}

	.form--inline:before {
		top: -95px;
	    right: -373px;
	    width: 519px;
	    height: 547px;
	    background-image: url(../img/katalog.png);
	    z-index: -2;
	}

	.services__items:before {
		top: 407px;
	    left: -205px;
	    width: 1128px;
	    height: 281px;
	    background-image: url(../img/services-before.jpg);
	}

	.offer:before {
		top: auto;
		bottom: -100px;
		left: 0;
		width: 518px;
		height: 451px;
		background-image: url(../img/offer-before.jpg);
	}
}