/*
Theme Name: VSK
*/

@font-face {
  font-family: 'RobotoSlab-Bold';
  src: url('assets/fonts/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/RobotoSlab-Bold.woff') format('woff'), url('assets/fonts/RobotoSlab-Bold.ttf')  format('truetype'), url('assets/fonts/RobotoSlab-Bold.svg#RobotoSlab-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Bold';
  src: url('assets/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/Lato-Bold.woff') format('woff'), url('assets/fonts/Lato-Bold.ttf')  format('truetype'), url('assets/fonts/Lato-Bold.svg#Lato-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Regular';
  src: url('assets/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/Lato-Regular.woff') format('woff'), url('assets/fonts/Lato-Regular.ttf')  format('truetype'), url('assets/fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Black';
  src: url('assets/fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/Lato-Black.woff') format('woff'), url('assets/fonts/Lato-Black.ttf')  format('truetype'), url('assets/fonts/Lato-Black.svg#Lato-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Italic';
  src: url('assets/fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/Lato-Italic.woff') format('woff'), url('assets/fonts/Lato-Italic.ttf')  format('truetype'), url('assets/fonts/Lato-Italic.svg#Lato-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
	overflow-x: hidden;
}

body {
	font-family: 'Lato-Regular', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #010101;
	background-color: #fff;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

/*  Helpers  */

.hidden {
	display: none!important;
}

.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: 10px;
}

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

.slick-dots button {
  	width: 17px;
	height: 6px;
	font-size: 0;
	border: none;
	padding: 0;
	background-color: #f2cf9c;
	outline: none;
	border-radius: 2px;
}

.slick-dots li.slick-active button {
  	background-color: #2b3238;
}

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

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

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

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

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

.mfp-close-btn-in .mfp-close {
	color: #fff;
}

.popup {
	position: relative;
	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 {
	position: relative;
	font-family: 'Lato-Bold';
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
	color: #2b3238;
	text-align: center;
	margin: 0 0 10px;
}

.sub__title {
	font-family: 'Lato-Regular';
	font-weight: normal;
	color: #000000;
	margin: 0 0 35px;
}

.sub__title br,
.title br {
	display: none;
}

.title span {
	color: #d35656;
}

/*  HEADER  */

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

.header {
	position: relative;
}

.header__top {
	position: relative;
	padding-top: 15px;
	margin-bottom: 35px;
}

.logo {
	float: left;
}

.logo__link {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}

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

.logo__description {
	display: block;
    font-size: 10px;
}

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

.langs__btn {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	color: #172151;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-right: 10px;
}

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

.langs__btn.active {
	text-decoration: underline;
}

.header__links {
	position: relative;
	float: right;
	z-index: 2
}

.header__phone {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #172151;
	text-decoration: none;
}

.header__btn {
	display: none;
}

.intro {
	position: relative;
}

h1 {
	margin: 0;
	font-size: 27px;
	font-family: 'RobotoSlab-Bold';
	font-weight: normal;
	line-height: 1;
	color: #172151;
	margin-bottom: 15px;
}

.intro__description {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.4px;
	color: #000;
	margin-bottom: 35px;
}

.benefits {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
	margin-bottom: 35px;
}

.benefits__item {
	position: relative;
	display: block;
	font-size: 14px;
	color: #000;
	text-align: left;
	padding-left: 25px;
	margin-bottom: 10px;
}

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

.benefits__item:before {
    content: '\203a';
    position: absolute;
    top: -9px;
    left: 5px;
    font-size: 28px;
    color: #fff;
    z-index: 1;
    font-family: 'Lato-Bold';
}

.benefits__item:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ff9800;
}

.benefits__item br {
	display: none;
}

.header .btn {
	display: block;
    max-width: 290px;
	margin-bottom: 15px;
}

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

.btn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 255px;
	font-size: 13px;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 15px 0;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border: none;
	outline: none;
	background-color: #ff9800;
	border-radius: 50px;
	-webkit-box-shadow: 0px 3px 7px 0px rgba(100, 59, 0, 0.8);
	        box-shadow: 0px 3px 7px 0px rgba(100, 59, 0, 0.8);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.btn:before {
	content: '';
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px;
	border: 2px solid #fff;
	border-radius: 50px;
}


.btn--color {
	color: #533100;
	background-color: #f2cf9c;
	
}

.btn:hover {
  background-color: #ff9800;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}

.btn--color:hover {
	background-color: #f2cf9c;
}

.btn:hover:before {
	display: none;
}

/*  FEATURES  */

.features,
.features-top,
.services {
	position: relative;
	padding: 45px 0 0;
	z-index: 2
}

.services .title,
.features .title {
	margin-bottom: 35px;
}

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

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

.features__column,
.features-top__column,
.services__column {
	float: none;
	width: 100%;
	text-align: center;
}

.features__inner,
.features-top__inner,
.services__inner {
	text-align: left;
	padding: 0;
}

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

.features__title,
.features-top__title,
.services__title {
	font-size: 18px;
	line-height: 1.2;
	font-weight: normal;
	color: #141414;
	margin: 15px 0;
}

.features__text,
.features-top__text,
.services__text  {
	line-height: 1.5;
	margin-bottom: 15px;
}

/*  Products  */

.upper-wrapper {
	position: relative;
	background-color: #f8fbff;
	z-index: 1
}

.products {
	padding: 45px 0 0;
}

.upper-wrapper:before,
.upper-wrapper:after,
.slider:before,
.slider:after {
	content: '';
	position: absolute;
	top: 0;
	background-image: -webkit-gradient(linear,left bottom, right top,color-stop(50%, #f8fbff),color-stop(50%, #f8fbff),color-stop(50%, #fff),color-stop(50%, #fff));
	background-image: -webkit-linear-gradient(left bottom,#f8fbff 50%,#f8fbff 50%,#fff 50%,#fff 50%);
	background-image: -o-linear-gradient(left bottom,#f8fbff 50%,#f8fbff 50%,#fff 50%,#fff 50%);
	background-image: linear-gradient(to right top,#f8fbff 50%,#f8fbff 50%,#fff 50%,#fff 50%);
    height: 55px;
    width: 100%;
    z-index: -1;
}

.upper-wrapper:after,
.slider:after {
	top: auto;
    bottom: 0;
    background-image: -webkit-gradient(linear,left bottom, right top,color-stop(50%, #fff),color-stop(50%, #fff),color-stop(50%, #f8fbff),color-stop(50%, #f8fbff));
    background-image: -webkit-linear-gradient(left bottom,#fff 50%,#fff 50%,#f8fbff 50%,#f8fbff 50%);
    background-image: -o-linear-gradient(left bottom,#fff 50%,#fff 50%,#f8fbff 50%,#f8fbff 50%);
    background-image: linear-gradient(to right top,#fff 50%,#fff 50%,#f8fbff 50%,#f8fbff 50%);
}    

.products__category {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: 'Lato-Bold';
	color: #fff;
	padding: 15px;
	background-color: #2b3238;
	margin-bottom: 15px;
}

.products__category:before {
	content: '';
	position: absolute;
	top: 0;
	right: -29px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAABACAMAAABFuyXmAAAAilBMVEUAAAArMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjgrMjinYrVfAAAALXRSTlMABPv05d8eEAv48OvX0cvDvKyckIB3b2dfV1BHPzQuFQe1saWhlYqGOiomIxl74VQRAAAAxUlEQVRIx43RNWIDQQDFUM2S146Z2Q7z/a+XKvWX6teJ39zcoKtAL2Q07AR6I6OHgUBbMmrvAh3IaIpAZ4Eeyai6CrQko7oT6J3/wpCEtmTUFoEOZDRFoLNAT2RUfQq0JKP6R6A1GTW9QDsyGheBjmQ0Q6APgRZkVH0J9EpG9U2gNRk1vUA7MhoXgY5kNEOgi0ALMqq+BVqR0egm0IaMml6gPRlNikAnMpoj0EWgZzIadgKtyGg0EGhDRu1doD0ZTYpAJ2J/YMLOqJEXckwAAAAASUVORK5CYII=');
	width: 36px;
	height: 51px; 
}


.products__item {
	width: 100%;
	max-width: 255px;
	border: 1px solid #e6e6e6;
    padding: 10px;
	margin: 0 auto 35px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.products__item img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: auto;
	border: 1px solid #faf3eb;
	-webkit-box-shadow: 0px 3px 13px 0px rgba(0, 70, 93, 0.22);
	        box-shadow: 0px 3px 13px 0px rgba(0, 70, 93, 0.22);
	margin-bottom: 20px;
}

.products__name {
	font-family: 'Lato-Bold';
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 15px;
}

.products__description {
	display: inline-block;
	vertical-align: top;
	color: #6e6e6e;
	font-family: 'Lato-Italic';
	margin: 0 0 18px;
}

.products__btns {
	padding: 0;
	margin: 15px 0 0;
	list-style: none;
	text-align: left;
}

.products__btn {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-right: 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	cursor: pointer;
}

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

.products__btn--blue {
	background-color: #3d5bb4
}

.products__btn--white {
	background-color: #fff;
	border: 1px solid #e1e1e1;
}

.products__btn--darkblue {
	background-color: #394053
}

.products__btn--lightblue {
	background-color: #173f61
}

.products__btn--red {
	background-color: #d52b29
}

.products__btn--green {
	background-color: #496149
}

.products__btn--grey {
	background-color: #2b3238;
}

.products__btn--beige {
	background-color: #70401c;
}

.products__btn--yellow {
	background-color: #fbc001
}

.products__btn--orange {
	background-color: #fe8b0b
}

.products__btn--lightgreen {
	background-color: #90e788
}


.products__item .btn {
	width: 100%;
    max-width: 270px;
    min-width: 232px;
}

/*  PRESENT  */

.present {
	position: relative;
	padding: 45px 0 0;
}

.present__column {
	text-align: center;
}

.present:before {
	content: '';
	position: absolute;
	top: -55px;
	left: 0;
	right: 0;
	/*background-image: url(assets/img/bg-present-xs.png);*/
	background-repeat: no-repeat;
	background-position: top center;
	height: 753px;
	z-index: -1;
}

.present__title {
	position: relative;
	font-family: 'Lato-Bold';
	font-size: 45px;
	line-height: 1;
	font-weight: normal;
	color: #010101;
	margin: 0 0 25px;
}

.present__text {
	font-size: 18px;
	margin-bottom: 25px;
}

.present__text span {
	font-family: 'Lato-Bold';
}

.present__date {
	font-family: 'Lato-Bold';
	margin-bottom: 15px;
}

.countdown {
	font-size: 0;
}

.countdown__item {
	position: relative;
	display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #775a29;
    border: 1px solid #faf3eb;
    background-color: #f2cf9c;
    border-radius: 50%;
    margin-right: 4px;
    margin-bottom: 25px;
}

.countdown__item:before {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.countdown__item.active {
	color: #fff;
	background-color: #2b3238;
}

.countdown__item p {
    position: relative;
    font-family: 'Lato-Bold';
    font-size: 28px;
    line-height: 55px;
    margin: 0;
}

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

.form {
	position: relative;
	color: #fff;
	padding: 30px;
  	max-width: 370px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  	background-color: #2b3238;
}

.form__title {
	font-size: 22px;
	line-height: 1;
	font-weight: normal;
	text-align: left;
	margin: 0 0 15px;
}

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

.form__text span {
	font-family: 'Lato-Bold';
}

.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-size: 16px;
    color: rgb(20, 20, 20);
    padding: 13px 32px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    resize: none;
    border-radius: 50px;
    border: 1px solid #fff;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 2px 8px 11px #fcf8f4;
            box-shadow: inset 2px 8px 11px #fcf8f4;
}

.form__item--special {
	display: none;
}

.form .btn {
	width: 100%;
	font-family: 'Lato-Bold';
	font-size: 14px;
	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,
#present-form .form__item.error {
	border: 1px solid red;
	margin-bottom: 10px;
}

/*  Quick-form  */

.quick-form {
	position: relative;
	padding: 45px 0 0;
}

/*  Slider  */

.slider {
	position: relative;
	padding: 45px 0 0;
	background-color: #f8fbff;
	z-index: 1
}

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

.slider__nav {
	display: none;
}

.slider__item img {
	width: 100%;
	max-width: 570px;
	height: auto;
	border: 1px solid #ae997a;
	margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.slider .arrow {
    left: auto;
    right: 0;
    bottom: -5px;
}

.slider .arrow-next {
    right: 0;
}

.slider .arrow-prev {
    right: 130px;
}

/*  REVIEWS  */

.reviews {
	padding: 45px 0;
}

.reviews .title {
	margin-bottom: 35px;
}

.reviews .title br {
	display: none;
}

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

.reviews__item {
	position: relative;
	text-align: left;
}

.reviews__item img {
	display: none;
}

.reviews__text {
	position: relative;
	width: 100%;
	line-height: 1.5;
	color: #000;
	padding: 0 15px;
	margin: 0 auto 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 1
}

.reviews__text blockquote {
	margin: 0;
	padding: 0;
}

.reviews__bottom {
	font-family: 'Lato-Bold';
	margin-top: 25px;
}

.reviews__bottom span {
	font-family: 'Lato-Regular';
}

/*  STEPS  */

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

.steps__wrapper {
	margin: 0 auto;
}

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

.steps__column:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 270px;
	margin-left: -135px;
	background-repeat: no-repeat;
}

.steps__column--first:before {
	height: 270px;
	background-image: url(assets/img/step-1.jpg);
}

.steps__column--second:before {
	height: 315px;
	background-image: url(assets/img/step-2.jpg);
}

.steps__column--third:before {
	height: 360px;
	background-image: url(assets/img/step-3.jpg);
}

.steps__column--fourth:before {
	height: 400px;
	background-image: url(assets/img/step-4.jpg);
}

.steps__column--first {
	padding-top: 280px;
}

.steps__column--second {
	padding-top: 325px;
}

.steps__column--third {
	padding-top: 370px;
}

.steps__column--fourth {
	padding-top: 410px;
}

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

.steps__text br {
	display: none;
}

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

/*  CONTACTS  */

.contacts {
	padding: 45px 0;
}

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

.contacts .title br {
	display: none;
}

.contacts__column {
	text-align: center;
	margin-bottom: 25px
}

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

.contacts__text {
	color: #2f2f2f;
	text-align: center;
	margin: 0 0 25px;
}

.contacts__text a {
	color: #2f2f2f;
	text-decoration: none;
}

.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-size: 18px;
}

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

/*  FOOTER  */

.footer {
	padding: 0 0 20px
}

.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__link,
.footer__logo {
	display: block;
}

.footer__logo {
    padding-top: 5px;
}

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


/*  THANKS  */

.thanks {
    background-image: -webkit-gradient(linear,right top, left top,from(#dfc095), to(#393c5d));
    background-image: -webkit-linear-gradient(right,#dfc095 0%, #393c5d 100%);
    background-image: -o-linear-gradient(right,#dfc095 0%, #393c5d 100%);
    background-image: linear-gradient(to left,#dfc095 0%, #393c5d 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 h1 {
	font-family: 'Lato-Bold'
}

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

.thanks__inner {
	margin: auto;
}

@media (min-width: 565px) {
	.bg-main {
		background-image: url(assets/img/bg-main-xs.jpg);
	}
}	


@media (min-width: 768px) {

	.container {
		width: 750px;
	}

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

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

	.logo__description {
		display: block;
		font-size: 14px;
		line-height: 1.35;
	}

	.langs {
	    top: 17px;
	    left: 50%;
	    margin-left: -35px;
	}

	.header__phone {
		display: block;
		font-size: 16px;
		text-align: right;
		padding-top: 0;
		margin: 0 0 5px;
	}

	.header__btn {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 14px;
		line-height: 2;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		color: #fff;
		padding: 5px 15px;
		background-color: #172151;
		border-radius: 50px;
		outline: none;
	}

	.header__btn:before {
		content: '';
		position: absolute;
		top: 2px;
		bottom: 2px;
		left: 2px;
		right: 2px;
		border: 2px solid #fff;
		border-radius: 50px;
	}

	.header__btn:hover {
		color: #fff;
		background-color: #172151;
  		-webkit-transition: .2s;
  		-o-transition: .2s;
  		transition: .2s
	}	

	.header__btn:hover:before {
		display: none;
	}

	h1 {
		font-size: 32px;
	}

	.intro__description {
		font-size: 16px;
	}

	.btn {
		max-width: none;
		padding: 14px 20px 10px;
	}

	.btn--more-text {
		padding: 5px 20px;
	}

	.title {
		font-size: 24px;
		text-align: left;
	}

	.title br {
		display: block;
	}

	.features,
	.features-top,
	.services {
    	padding: 65px 0 0;
    }	

	.features__column--indent {
		position: relative;
		padding-top: 133px;
	}

	.features__item,
	.features-top__item,
	.services__item {
	    margin-bottom: 35px;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	}

	.services__item {
		position: relative;
		background-color: #2b3238;
		height: 282px;
	}

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

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

	.features .picture {
		display: none;
	}

	.services__decoration {
		position: absolute;
		top: -11px;
		left: 0;
	}

	.services__column--right .services__decoration {
		left: auto;
		right: 0;
	}

	.features-top__decoration {
		position: relative;
	}

	.features-top__column--right .features-top__decoration {
		margin-right: 15px;
	}

	.features-top__decoration:after {
		content: '';
	    position: absolute;
	    top: -13px;
	    left: 0px;
	    width: 230px;
	    height: 230px;
	    background-color: #f2cf9c;
	    z-index: -1;
	}

	.features-top__column--right .features-top__decoration:after {
	    left: auto;
	    right: -15px;
	}

	.features__column,
	.features-top__column,
	.services__column {
	    float: left;
	    width: 50%;
	    text-align: left;
	    -webkit-box-sizing: border-box;
	            box-sizing: border-box;
	}

	.services__column {
		width: 53%;
	}

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

	.services__column--right {
		width: 47%;
	}

	.features__inner,
	.features-top__inner {
		padding-left: 15px;
	}

	.services__inner {
	    padding: 25px 15px 23px;
	}

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

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

	.services__item--last .services__inner--right {
		padding: 91px 0 62px 45px;
	}

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

	.services__title,
	.services__text {
		color: #fff;
		margin: 0 0 10px;
	}

	/*  Products  */

	.products {
	    padding: 65px 0 0;
	}

	.products__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		width: 100%;
		max-width: 100%;
	}

	.products__item {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
		width: 32%;
	    max-width: 350px;
	    margin-right: 1.33333%;
		min-height: auto;
		padding-bottom: 25px;
		margin-right: 25px;
		margin-bottom: 50px;
	}

	.products__item--block {
		display: block;
		margin-left: 0;
		margin-bottom: 0;
		    z-index: 1;
	}

	.products__item--last {
		margin-right: 0
	}

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

	/*  PRESENT  */

	.present__column {
		text-align: left;
	}

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

	.present__countdown {
		float: right;
	}

	.present__date {
		font-size: 18px;
	    margin-bottom: 5px;
	}

	.arrow {
		display: block;
	}

	.wrapper {
		position: relative;
		width: 750px;
		/*padding: 15px 0;*/
		margin: 0 auto;
	}

	.form {
    	padding: 40px 50px 55px;
   	}
   	
   	.form__title {
	    font-size: 24px;
	    margin: 0 0 8px;
	} 	

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

	.quick-form .form__text {
		font-size: 14px
	}

	/*  Slider  */

	.slider {
	    padding: 65px 0;
	}

	/*  Quick-form  */

	.quick-form {
	    position: absolute;
	    bottom: 0;
	    left: 247px;
	    right: 0;
	    padding: 0;
	    width: 300px;
	} 

	.quick-form .container {
		width: auto;
	}   

	.form--inline {
		position: relative;
		max-width: 288px;
    	padding: 15px 35px;
    	z-index: 1
	}

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

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

	/*.form--inline .form__item {
		width: 49%;
		margin-right: 7px;
	}*/

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

	.form--inline .btn {
		/*width: 49%;*/
		font-size: 14px;
	}

	/*  REVIEWS  */

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

    .reviews__item {
    	padding: 15px 0
    }

	.reviews__text {
		position: relative;
		font-size: 14px;
		width: auto;
	    padding: 35px 35px 35px 65px;
	    border-top: 1px solid #333a40;
	    border-right: 1px solid #333a40;
	    border-bottom: 1px solid #e8cca2;
	    border-left: 1px solid #e8cca2;
	    margin-bottom: 10px;
	    z-index: 1
	}

	.reviews__text:before,
	.reviews__text:after {
		content: "«";
	    position: absolute;
	    top: -70px;
	    left: 0;
	    font-family: 'Lato-Bold';
	    font-size: 170px;
	    line-height: 1;
	    color: #f4f4f4;
	    z-index: -1
	}

	.reviews__text:after {
		content: "»";
		top: auto;
		left: auto;
		bottom: -70px;
		right: 0;
	}	

	.reviews__bottom {
		position: relative;
	}

	.reviews__bottom:before {
		content: '';
		position: absolute;
		top: -26px;
    	left: 45px;
		width: 43px;
		height: 45px;
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAtCAMAAAAA2mLvAAAAtFBMVEUAAADuzJrwzpvxzpvty5npyJfqyZjnxpbuzJrryZjuy5rnxpbwzZvxzpzsypnox5fxzpvxzpvwzpvuzJrsypnsypnqyZjvzZvryZjrypjmxZbxzpzuzJruzJrpyJfpyJjox5fyz5zwzpvoyJfnxpbxzpzyz5zty5nsy5nqyZjox5fsypnsypnsypn////++vX78+b57t715c/+/fv369j26dX36NT9+fP9+PH9+PD89evz48otVfWrAAAALnRSTlMAAuYE5uYd5+bmQpFZcAz76+fi1cS/q1ItKvXw2dOxp5h5YxgS+9rNyLefOzczNkLxYQAAAPlJREFUOMuNz9tSwlAQRNEmaFATSIwGREFB8K6cnBDC7f//S6hq3oDp/byqawbVTGxeouVE+hihtVRpR91NdlS029EUmp1voylEW0YT7Lt0Nh2FEG3yTWrb5IXUtuXzBLYlDSHasktq25q3suszdtHtw7akDxDt4ovUtnVOatv6vg/RVkcoLtxx+gfRVvkvROvzH4jWf940ROs/SG3rh6S29YOTFFe0zN+R2rYgFWwx7DVgWq7GpKYtBnETmi0ygyJwBxrsDjAtKd+y7SbtNaHZTfBKatp1RmrbZdZWKG7dbJWOSU27fuKqbVcyRfrW7kDsfSxTxKFM/wHe2KurZxrqTgAAAABJRU5ErkJggg==');
		background-repeat: no-repeat;
		background-size: 20px;
		z-index: 1;
	}

	.reviews .arrow {
	    bottom: 35px;
	    left: auto;
	    right: 0;
	} 

	.reviews .arrow-prev {
	    right: 130px;
	} 

	.slick-dots {
		text-align: left;
	}   

	/*  STEPS  */

	.steps__wrapper {
		font-size: 0
	}


	.steps__column {
		display: inline-block;
		vertical-align: top;
		margin-right: 1.25%;
	    float: left;
	    width: 24%;
	    padding-top: 280px;
	    margin-bottom: 1.3333333%;
	    -webkit-box-sizing: border-box;
	            box-sizing: border-box;
	}

	.steps__column:before {
		left: 0;
	    width: 100%;
	    margin-left: 0;
	}

	.steps__column--second:before {
	    top: -44px;
	}

	.steps__column--third:before {
	    top: -88px;
	}

	.steps__column--fourth:before {
		top: -128px;
	}

	.steps__column--fourth {
		margin-right: 0;
	}

	/*  CONTACTS  */

	.contacts {
	    padding: 25px 0 0;
	}

	.contacts__column {
		float: left;
		width: 40%;
		text-align: left;
		margin-bottom: 0;
	}

	.contacts__column:last-child {
		width: 60%;
	}

	.contacts .title,
	.contacts__text {
		text-align: left;
	}

	.map iframe {
		height: 322px;
	}

	/*  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: left;
	}

	.present .form {
		position: relative;
	}

	.present .form:before {
		content: '';
	    position: absolute;
	    top: -28px;
	    right: -351px;
	    background-image: url(assets/img/sale-girl.png);
	    background-repeat: no-repeat;
	    width: 522px;
	    height: 728px;
	    z-index: -1;
	}

	.ua .present .form:before {
	    background-image: url(assets/img/sale-girl-ua.png);
	}

	.footer {
	    padding: 27px 0 0;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}

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

	.title {
		display: inline-block;
		vertical-align: top;
	    font-size: 26px;
	    padding-right: 15px;
	    margin-bottom: 65px;
	}

	.sub__title {
		position: relative;
		display: inline-block;
		vertical-align: top;
		padding-left: 45px;
	}

	.sub__title:before {
		content: '';
	    position: absolute;
	    top: 0px;
	    left: -10px;
	    width: 32px;
	    height: 70px;
	    background-repeat: no-repeat;
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAABfCAMAAAC+0DXSAAAAXVBMVEUAAACzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7MU5mdkAAAAH3RSTlMADWk4Jwbw7FTn4NnIuK+nnpaOhX51TUQcFV3Qz8C/LrKKHgAAAI5JREFUSMftkzcShEAQA/ewi1u8PeD/z+QH6oCIqlEqlTpqp/NzkODhIIML3wChjXSfZrseLDcQOiLkmx6sNRD6GQZFovv4hINhgkFJhAoOxhEGVaz7pISDaYDBnwgFHMw9DOpV91ue6kHUAeFadL8joQVC81bJI5D0h0lv0pv0Jr1Jb9Kb9J+V3gcHgYMH49AJ8PKZSB8AAAAASUVORK5CYII=');
	}

	.sub__title br {
		display: block;
	}

	.bg-main {
	    background-image: url(assets/img/bg-main-md.jpg);
        background-size: contain;
	}

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

	.logo__description {
		display: inline-block;
	    vertical-align: top;
		font-size: 12px;
    	padding-top: 0;
    	margin-left: 15px;
	}

	.header__top {
		margin-bottom: 25px;
	}

    .header .btn {
	    display: inline-block;
	    vertical-align: top;
	    margin-bottom: 0;
	    margin-right: 5px;
	}	

    .header__phone {
    	display: inline-block;
    	vertical-align: middle;
    	text-align: left;
    	padding-top: 10px;
    	margin-right: 25px;
    }

    .langs {
    	top: 27px;
    	margin-left: -30px;
    }
    
    .langs__btn {
    	margin-right: 12px;
    }	

	h1 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.benefits__item br {
		display: block;
	}

	.intro {
		position: relative;
		width: 61%;
    	/*padding-right: 35%;*/
	}

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

	.benefits {
		margin-bottom: 25px;
	}

	.features picture {
		display: none;
	}

	.features__item {
		display: block;
		padding: 50px 0 48px;
		background-repeat: no-repeat;
		margin-bottom: 0;
	}

	.features__item--1 {
		background-image: url(assets/img/features-desktop-1.jpg);
	}

	.features__item--2 {
		background-image: url(assets/img/features-desktop-2.jpg);
	}

	.features__item--3 {
		background-image: url(assets/img/features-desktop-3.jpg);
	}

	.features__column {
		position: relative;
		left: -15px;
		width: 59%;
	}

	.features__column--right {
		float: right;
		left: auto;
		right: -15px;
	}

	.features__inner {
		padding: 60px;
		background-color: #f8fbff;
	}

	.features-top img,
	.services img {
		max-width: 430px;
	}

	.features__title,
	.features-top__title,
	.services__title {
	    font-size: 24px;
	    margin: 0 0 20px;
	}

	.features-top__text, 
	.services__text,
	.features__text  {
		font-size: 16px
	}

	.services__item {
		height: 378px;
	}

	.services__inner {
	    padding: 50px 15px 79px;
	}

	.services__inner--right {
	    padding: 50px 0 24px 40px;
	}

	.services__item--last .services__inner--right {
	    padding: 120px 0 102px 46px;
	}

	.services__item--fourth .services__inner {
	    padding: 50px 15px 55px;
	}

	.services__decoration {
		top: -15px;
	}

	.services__title {
    	font-size: 25px;
    	margin-bottom: 15px;
    }
    
    .services__text	{
    	max-width: 400px;
    	font-size: 16px;
    	margin-bottom: 15px;
    }

	/*  Products  */

	.wrapper {
		width: 950px;
	}

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

	.products__item {
		max-width: 295px;
		min-height: auto;
		padding-bottom: 25px;
		margin-right: 25px;
		margin-bottom: 50px;
	}

	.products__item--block {
		margin-bottom: 0
	}

	.products__caption {
		padding: 0 10px;
	}

	.products__name {
		font-size: 18px;
	}

	.present {
		padding: 65px 0 0 0;
	}

	.present .form:before {
	    right: -550px;
	}

	/*  Quick-form  */

	.form--inline {
		max-width: 288px;
		padding: 30px;
	}

	.quick-form .form {
		position: relative;
		z-index: 4
	}

	.form--inline .form__title {
		text-align: left;
	}

	.quick-form .form__text {
	    font-size: 18px;
	}

	.form--inline .form__item,
	.form--inline .btn {
		width: 100%;
	    max-width: 100%;
	    margin-right: 0;
	}

	.quick-form {
		width: auto;
		left: 0;
	}

	/*  Reviews  */

	.reviews {
		padding: 65px 0
	}

	.reviews .container {
		position: relative;
	}		

	.reviews .title {
		position: absolute;
		top: 0;
		left: 15px;
	}

	.reviews .title br {
		display: block;
	}

	.reviews__items {
		padding-left: 250px;
	}

	.reviews__text {
		font-size: 16px;
	}

	.reviews__item img {
	    display: inline-block;
	    vertical-align: middle;
	    margin-right: 35px;
	    border-radius: 50%;
	}

	.reviews__bottom {
		display: inline-block;
    	vertical-align: middle;
		font-size: 18px;
		margin-top: 0
	}

	.reviews__bottom span {
		display: block;
	}

	.reviews__bottom:before {
	    top: -61px;
	    left: -91px;
	    background-size: 100%;
	}

	.reviews .slick-dots {
		position: absolute;
    	left: 440px;
    	bottom: 30px;
	}

	.steps__text {
		font-size: 16px;
	}

	.contacts .title br {
	    display: block;
	}

	.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-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

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

	.map iframe {
		height: 385px;
	}
	
}	

@media (min-width: 1230px) {
	.container {
		width: 1200px;
	}
	
	.thanks__wrapper p {
		font-size: 18px;
	}

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

	.header {
		padding-bottom: 70px;
	}

	.header__top {
		padding-top: 0px;
    	margin-bottom: 20px;
	}

	.logo__link {
	    text-decoration: none;
	    padding-top: 32px;
	    display: inline-block;
	    vertical-align: top;
	}

	.logo__description {
	    font-size: 18px;
	    line-height: 1.3;
	    padding-top: 35px;
    	margin-left: 25px;
	}

	.langs {
    	top: 38px;
    	margin-left: -72px
   	} 	

   	.langs__btn {
   		font-size: 18px;
	    margin-right: 18px;
	}

    .header__links {
    	margin-top: 20px;
    }

	.header__btn {
    	padding: 11px 24px;
	}

	.header__phone {
		font-size: 24px;
		padding-top: 10px;
    	margin-right: 28px;
	}

	h1 {
	    font-size: 55px;
	}

	.thanks h1 {
		font-size: 40px;
	}


	.intro {
	    width: 65%;
	}

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

	.benefits {
	    margin-bottom: 33px;
	}

	.benefits__item {
		font-size: 18px;
		padding-left: 30px;
		margin-bottom: 30px;
	}

	.benefits__item br {
	    display: block;
	}

	.header .btn {
		min-width: 270px;
	    margin-right: 26px;
	    /*padding: 16px 30px;*/
	    padding: 18px 30px 14px;
	    max-width: 100%;
	}

	.features {
		padding: 100px 0 0;
	}

	.features__item {
		height: 470px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.services {
		padding: 50px 0 0
	}

	.services__items {
		padding-top: 5px;
	}

	.services__decoration {
	    top: -21px;
	    left: -23px;
	}

	.services__inner {
	    padding: 70px 65px 69px;
	}

	.services__inner--right {
		padding: 57px 85px 15px 65px;
	}

	.services__item--fourth .services__inner {
	    padding: 70px 65px 39px;
	}

	.services__item--last .services__inner--right {
	    padding: 155px 100px 139px 46px;
	}

	.services__title {
	    font-size: 24px;
	    margin-bottom: 30px;
	}

	.services__text {
		max-width: 100%;
	    font-size: 18px;
	    margin-bottom: 40px;
	}

	.features-top {
		padding: 80px 0 60px;
	}

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

	.features__inner {
		position: relative;
	}

	.title {
		font-size: 30px;
		padding-right: 42px;
    	margin-bottom: 70px;
	}

	.services .title,
	.features .title {
	    margin-bottom: 65px;
	}

	.sub__title {
		font-size: 18px;
		padding-left: 50px;
		margin-bottom: 0;
	}

	.sub__title:before {
		height: 95px;
	}

	.btn {
		position: relative;
		font-size: 16px;
		padding: 16px 18px;
		max-width: 270px;
	}

	.btn--more-text {
		padding: 11px 18px;
	}

	.services__item {
		min-height: 520px;
	    max-height: 518px;
		margin-bottom: 50px;
	}

	.features-top__items {
		padding-top: 50px;
	}

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

	.features-top__column {
		position: relative;
	}

	.features-top__decoration {
	    position: relative;
	    top: 17px;
	    left: 67px;
	}

	.features-top__decoration:after {
	    top: -72px;
	    left: -67px;
	    width: 370px;
	    height: 360px;
	}

	.features-top__decoration--third:after,
	.features-top__decoration--last:after {
	    top: -30px;
	}   

	.features-top__column--right .features-top__decoration {
	    left: auto;
	    right: 86px;
    	top: -23px;
	}

	.features-top__column--right .features-top__decoration--last {
		top: 53px;
	}

	.features-top__column--right .features-top__decoration:after {
	    left: auto;
	    right: -100px;
	    top: 12px;
	}	

	.features-top__column--right .features-top__decoration--last:after {
		top: -70px;
	}

	.features-top__column--right {
		width: 68%;
		text-align: right;
	    -webkit-box-ordinal-group: 3;
	        -ms-flex-order: 2;
	            order: 2;
	}

	.features-top__inner {
		padding-left: 115px;
	} 

	.features__inner {
		padding: 60px 45px;
	}

	.features__inner--right {
		padding: 45px 25px 45px 85px;
	}

	.features__title {
		font-size: 24px;
		margin: 0 0 30px;
	}

	.features__text {
		font-size: 18px;
		margin-bottom: 0;
	}

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

	.features-top__title {
		margin: 0 0 30px;
	}

	.features-top__inner--second .features-top__title {
		padding-top: 0;
	}

	.features-top__inner--fourth .features-top__title {
		padding-top: 115px;
	}

	.features-top__text {
	    font-size: 18px;
	    margin-bottom: 45px;
	}

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

	/*  Products  */

	.wrapper {
		width: 1200px;
	}

	.products {
	    padding: 110px 0 75px;
	}

	.products__item {
		max-width: 370px;
	}

	.products__item br {
		display: none;
	}

	.products__item--last {
		margin-right: 0;
	}

	.products__category {
		font-size: 20px;
		line-height: 1.35;
	    padding: 15px 28px;
	    margin-bottom: 50px;
	}

	.products__category:before {
		right: -36px;
		height: 57px;
	}

	.products__name {
		font-size: 20px;
		margin-bottom: 0;
	}

	.products__name--single {
		margin-bottom: 30px;
	}

	.products__description {
		font-size: 18px;
		margin-bottom: 35px;
	}

	.products__caption {
		padding: 0 15px;
	}

	.products__item img {
		margin-bottom: 40px;
	}

	.products__item .btn {
		min-width: 270px;
		margin-top: auto;
		margin-left: 10px;
	}

	.products__btns {
		position: absolute;
	    bottom: 10px;
	    right: 10px;
	    margin: 0;
	}

	.products__btn {
		display: block;
		margin-right: 0;
		margin-bottom: 12px;
	}

	/*  Present  */

	.present {
		padding: 105px 0 0;
	}

	.present__column {
		position: relative;
		float: left;
		z-index: 1
	}

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

	.present__inner {
		display: block;
	}

	.present .form:before {
		left: -484px;
    	top: -15px;
	}

	.present__countdown {
		position: relative;
		float: none;
	}

	.present__column--wrap {
		position: relative;
	}


	.present__title {
		font-size: 120px;
	    margin-top: 20px;
	    margin-bottom: 50px;
	}

	.present__title span {
		display: block;
	}

	.present__text {
	    font-size: 24px;
	    line-height: 1.2;
	    margin-bottom: 65px;
	}

	.present__date {
	    font-size: 18px;
	    margin-bottom: 10px;
	}

	.form {
	    padding: 45px 50px 60px;
	}

	.present .form:after {
		content: '';
		position: absolute;
		top: -160px;
    	right: -382px;
		background-repeat: no-repeat;
		background-image: url(assets/img/sale-after.png);
		width: 695px;
		height: 831px;
		z-index: -1
	}

	.present__column--wrap:before {
		content: '';
		position: absolute;
		top: -77px;
    	left: -372px;
		background-repeat: no-repeat;
		background-image: url(assets/img/sale-before.png);
		width: 449px;
		height: 726px;
		z-index: -1
	}

	.ua .present .form:after {
		background-image: url(assets/img/sale-after-ua.png);
	}

	.ua .present__column--wrap:before {
		background-image: url(assets/img/sale-before-ua.png);
	}

	.form__title {
	    font-size: 28px;
	    margin: 0px 0 16px;
	}

	.form__text {
	    margin-bottom: 30px;
	}


	/*  Quick-form  */
	
	.quick-form {
		bottom: 75px;
	}

	.form--inline {
    	max-width: 370px;
    	padding: 53px 45px 85px;
   	}
   	
   	.form--inline .form__title {
   		font-size: 28px;
   		margin-bottom: 15px;
   	} 	

   	.form--inline .form__text {
   		margin-bottom: 50px
   	}   

	.form .btn {
		font-size: 16px;
	}

	/*  Slider  */

	.slider {
		padding-top: 175px;
		padding-bottom: 105px;
	}

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

	.slick-dots {
	    margin: 40px 0 0;
	}
	
	.slider .arrow {
	    bottom: 2px;
	}    

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

	.reviews__items {
		position: relative;
	    padding: 0;
	    z-index: 1
    }

	.reviews__items:before {
		content: '';
		position: absolute;
		top: -56px;
    	left: -205px;
		width: 464px;
		height: 605px;
		background-repeat: no-repeat;
		background-image: url(assets/img/reviews-before.png);
		z-index: -1
	}

	.reviews__items:after {
		content: '';
		position: absolute;
		top: -105px;
    	right: -379px
		width: 379px;
		height: 585px;
		background-repeat: no-repeat;
		background-image: url(assets/img/reviews-after.png);
		z-index: -1
	}

	.reviews__item {
	    -webkit-box-sizing: border-box;
	            box-sizing: border-box;
    	padding: 15px 0 0 300px;
	}

	.reviews__text {
		font-size: 18px;
		width: auto;
	    padding: 50px 70px 50px 100px;
	    margin-bottom: 0
	}

	.reviews__text:before {
	    top: -145px;
	    left: 3px;
	    font-size: 357px;
	}

	.reviews__text:after {
		bottom: -129px;
    	right: -15px;
    	font-size: 357px;
	}

	.reviews__item img {
	    margin-right: 47px;
	    margin-top: 15px;
	}

	.reviews__bottom {
	    font-size: 20px;
	    padding-top: 15px;
	}

	.reviews__bottom:before {
	    top: -61px;
	    left: -88px;
	}    

	.reviews .slick-dots {
	    left: 500px;
	    bottom: 20px;
	}

	.reviews .arrow {
    	bottom: 15px;
   	} 	

	/*  Steps  */

	.steps__column {
		padding-top: 320px;
	}

	.steps__text {
	    font-size: 18px;
	    line-height: 1.45;
	}

	.steps .btn {
	    margin-top: 35px;
	}

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

	.contacts {
	    padding: 80px 0 0;
	}

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

	.contacts__column {
		float: left;
	    width: 400px;
	}

	.contacts__column:last-child {
	    width: 770px;
	    float: right;
	}

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

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

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

	.map iframe {
	    height: 512px;
	}

	.footer__column {
		margin-bottom: 0;
	}

	.footer__column .logo__link {
		padding-top: 0;
	}
}	
@media (min-width: 992px) {
    .bg-main {
        background-size: 120%;
    }
}
@media (min-width: 1100px) {
    .bg-main {
        background-size: 110%;
    }
}
@media (min-width: 1150px) {
    .bg-main {
        background-size: 100%;
    }
}
@media (min-width: 1230px) {
    .bg-main {
        background-size: 120%;
	}
}
@media (min-width: 1450px) {
    .bg-main {
        background-size: 110%;
	}
}
@media (min-width: 1600px) {
    .bg-main {
        background-size: 100%;
	}
}
@media (min-width: 1800px) {
    .bg-main {
        background-size: 90%;
	}
}
@media (min-width: 1980px) {
    .bg-main {
        background-size: auto;
	}
}

.quick-form .new-form {
    width: 770px;
    display: flex;
    padding-top: 55px;
    padding-right: 70px;
    padding-left: 50px;
    height: 538px;
    max-width: 770px!important;
}
.new-form-right {
    max-width: 370px;
}
.new-quick {
    left: 400px;
    overflow: hidden;
}
.new-form-left-title {
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    color: #f2cf9c;
    margin-bottom: 15px;
    margin-top: 0;
    padding-left: 10px;
}
.new-form-left-subtitle {
    font-size: 18px;
    line-height: 28px;
    color: #f8fbff;
    margin-top: 0px;
    max-width: 325px;
    padding-left: 10px;
}
@media (max-width: 1220px) {
    .new-quick {
        left: 308px;
    }
    .quick-form .new-form {
        width: 600px;
        height: 449px;
        padding-top: 40px;
        padding-right: 20px;
        padding-left: 30px;
    }
    .new-form-left img {
        max-width: 220px;
        margin-left: 20px;   
    }
    .new-form-left-title {
        font-size: 26px;
        line-height: 24px;
        margin-bottom: 10px;
        padding-left: 0px;
    }
    .new-form-left-subtitle {
        font-size: 18px;
        line-height: 25px;
        max-width: 270px;
        padding-bottom: 15px;
        padding-left: 0px;
    }
}

@media (max-width: 991px) {
    .new-quick {
        left: 249px;
        height: 381px;
        width: 485px;
    }
    .quick-form .new-form {
        height: 381px;
        width: 485px;
        padding: 20px 10px 0 10px;
    }
    .new-form-left-title {
        font-size: 20px;
    }
    .new-form-left-subtitle {
        font-size: 16px;
        padding-bottom: 0px;
    }
    .new-form-left img {
        margin-left: 0px;
    }
    .new-form-right {
        max-width: 300px;
        margin-right: 20px;
    }
    .new-quick .form__text {
        font-size: 14px;
        margin-bottom: 5px;
    }
}
@media (max-width: 768px) {
    .new-quick {
        left: 0px;
        height: 490px;
        width: 100%;
        padding-top: 0;
    }
    .quick-form .new-form {
        height: 480px;
        width: 100%;
        padding-top: 45px;
        padding-right: 60px;
        padding-left: 40px;
        overflow: hidden;
    }
    .new-form-left-title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 15px;
        padding-left: 10px;
    }
    .new-form-left-subtitle {
        font-size: 17px;
        line-height: 28px;
        max-width: 315px;
        padding-left: 10px;
        padding-bottom: 15px;
    }
    .new-form-left img {
        max-width: 250px;
        margin-left: 20px;
    }
    .new-form-right {
        max-width: 370px;
        margin-right: 0px;
        min-width: 250px;
    }
    .new-quick .form__text {
        font-size: 18px;
        margin-bottom: 25px;
    }
}
@media (max-width: 680px) {
    .quick-form .new-form {
        height: auto;
        align-items: center;
        padding-bottom: 40px;
        flex-direction: column;
    }
    .new-quick {
        height: auto;
    }
    .new-form-left-subtitle {
        text-align: center;
    }
    .new-form-left-title {
        text-align: center;
        max-width: 300px;
    }
    .new-form-left {
        margin-bottom: 25px;
    }
    .new-quick .form__title {
        text-align: center;
    }
    .new-quick .form__text {
        text-align: center;
    }
    .new-quick .container {
        padding: 0;
    }
}
@media (max-width: 350px) {
}






